
/* Reset & base */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Inter, system-ui, -apple-system, Arial, sans-serif; color: #111; background: #111 }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1200px, 92%); margin-inline: auto; }
.btn { display: inline-block; border: none; background: linear-gradient(180deg,#ffbf00,#f59e0b); color:#111; font-weight: 700; padding: 14px 22px; border-radius: 10px; box-shadow: 0 3px 0 #c28305; cursor: pointer; text-align:center; }
.btn:active { transform: translateY(1px); box-shadow: 0 2px 0 #c28305; }
.card { background:#1f1f1f; color:#fafafa; border-radius: 12px; overflow: hidden; }
h1,h2,h3 { margin: 0 0 16px; }
.section-title { text-align:center; font-size: 34px; margin-bottom: 28px; }

/* Header */
.header { background:#ffbf00; position: sticky; top:0; z-index:100; }
.header .row { display:flex; align-items:center; justify-content:space-between; gap: 16px; padding: 16px 0; }
.brand { display:flex; align-items:center; gap: 12px; }
.brand-name { font-size: 22px; font-weight: 800; }
.brand-sub { font-size: 14px; opacity:.8; }
.header-cta { display:flex; align-items:center; gap: 18px; }
.header-cta .phone { font-weight:800; font-size:18px; letter-spacing: 1px; }
.header .btn { background:#333; color:#fff; box-shadow: 0 3px 0 #1a1a1a; }
.header .btn:hover { filter: brightness(1.05); }

/* Hero */
.hero { background:#111; color:#fff; position:relative; }
.hero::before { content:""; position:absolute; inset:0; background:rgba(0,0,0,.55); }
.hero .container { position:relative; padding: 56px 0 72px; display:grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
@media (max-width: 900px){ .hero .container{ grid-template-columns: 1fr; } }
.hero h1 { font-size: clamp(28px, 5vw, 48px); line-height:1.1; }
.hero p.lead { font-size: 16px; opacity:.85; text-transform: uppercase; letter-spacing:.2px; }
.hero .timer { margin-top: 28px; }
.timer .label { margin-bottom: 12px; font-weight:600; opacity:.9; }
.timer .boxes { display:flex; gap: 16px; flex-wrap:wrap; }
.timer .box { width: 48%; background:#ffbf00; color:#111; border-radius:10px; text-align:center; padding:12px 0; box-shadow: 0 6px 0 #c28305; }
.timer .box .num { font-weight:800; font-size: 28px; }
.timer .box .cap { font-size: 12px; margin-top: 6px; color:#333; }

/* Hero form (static) */
.form-card { background:#fff7e6; color:#111; border-radius:12px; padding: 22px; box-shadow: 0 10px 0 rgba(17,17,17,.25); align-self:start; }
.form-card label { display:block; font-size:14px; margin: 10px 0 6px; }

.form-row { display:flex; align-items:center; gap:10px; margin-top:10px; }
.form-card .agree { font-size:13px; }
.form-card .agree a { color:#c77a00; text-decoration: underline; }
.form-card .btn { width:100%; margin-top:12px; }

/* Products */
.products { background:#ffbf00; padding: 56px 0; }
.products-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px){ .products-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px){ .products-grid { grid-template-columns: 1fr; } }
.product { background:#1f1f1f; border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.product .thumb { background:#fff; padding: 18px; display:flex; align-items:center; justify-content:center; height: 220px; overflow:hidden; }
.product .body { padding: 18px; color:#eee; }
.product .title { font-weight:700; font-size:18px; }
.product .price { margin: 8px 0 16px; font-weight:600; color:#ffbf00; }
.product .btn { align-self:flex-start; }

/* Advantages */
.advantages { background:#f7f6f2; padding: 52px 0; }
.adv-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items:start; }
 }
.adv { display:flex; align-items:flex-start; gap: 14px; }
.adv .icon { width:48px; height:48px; flex: 0 0 48px; }
.adv h4 { margin:0 0 6px; }

/* Testimonials */
.testimonials { background:#111; color:#fff; padding: 56px 0; }
.test-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media (max-width: 900px){ .test-grid { grid-template-columns: 1fr; } }
.test { background:#222; padding: 20px; border-radius:14px; position:relative; }
.test .who { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.avatar { width:56px; height:56px; border-radius:50%; background:#ffbf00; display:grid; place-items:center; color:#111; font-weight:800; }

/* CTA form */
.cta { background:#f7f6f2; padding: 56px 0; }
.cta .row { display:flex; flex-direction: column; gap: 16px; align-items: center; max-width: 520px; margin: 0 auto; }
 }

.cta input::placeholder { color:#9aa3b2; }
.cta input:focus { border-color:#c28305; box-shadow:0 0 0 4px rgba(255,191,0,.25); }
.cta .btn { width:100%; }
 }
.cta .agree { grid-column: 1 / -1; font-size: 13px; }

/* Partners */
.partners { background:#ffbf00; padding: 48px 0 72px; }
.partner-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
@media (max-width: 900px){ .partner-grid { grid-template-columns: repeat(2,1fr); } }
.partner { background:#fff; border-radius:12px; height:120px; display:grid; place-items:center; color:#bbb; border: 1px solid #eee; }

/* Footer */
.footer { background:#111; color:#bbb; padding: 26px 0; font-size:14px; }
.footer a { color:#ffbf00; }
.footer .container {display: flex; align-items: center; justify-content: space-between;}

/* CTA vertical form tweaks */
.cta .row > * { width: 100%; }
.cta .row { gap: 18px; }


/* Soft input style (pill-like, subtle shadow) */
input[type="text"], input[type="tel"] {
  width:100%;
  padding:14px 18px;
  height:56px;
  border-radius:18px;
  background:#fbfdff;
  border:1px solid #e6e6e6;
  outline:none;
  font-size:16px;
  color:#111;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
  transition: box-shadow .2s ease, border-color .2s ease;
}
input::placeholder { color:#8f959e; }
input:focus { box-shadow: inset 0 1px 2px rgba(0,0,0,.04), 0 0 0 4px rgba(0,0,0,.05); }
/* Ensure contexts don't override */
.form-card input[type="text"], .form-card input[type="tel"] { background:#fbfdff; border-color:#e6e6e6; border-radius:18px; height:56px; padding:14px 18px; }
.cta input { background:#fbfdff; border-color:#e6e6e6; border-radius:18px; height:56px; padding:14px 18px; }


.partner img { max-width: 160px; max-height: 68px; object-fit: contain; filter: none; }
.partner { padding: 10px; }
