/* =========================================================
   Zepline ZP-00349 — лендинг
   Індивідуальна дизайн-концепція під hero-фото товару:
   темний navy-фон, тепло-помаранчевий акцент, технологічний
   мінімалістичний стиль (карточки як панель керування сушарки).
   ========================================================= */

:root{
  --bg-0:#070f1c;
  --bg-1:#0a1729;
  --bg-2:#0e2038;
  --panel:#0f1f36;
  --panel-border:rgba(255,255,255,.09);
  --panel-border-hover:rgba(255,255,255,.16);
  --text:#f3f6fb;
  --text-dim:#9db0c7;
  --text-faint:#6d7f97;
  --accent:#ff7a33;
  --accent-2:#ff4d33;
  --accent-soft:rgba(255,122,51,.14);
  --red:#e8352b;
  --green:#38c98f;
  --radius:16px;
  --radius-sm:10px;
  --maxw:1180px;
  --shadow-glow:0 0 0 1px var(--panel-border), 0 20px 60px -20px rgba(0,0,0,.6);
  font-size:17px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg-0);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,p,ul,dl{margin:0}
ul{padding:0;list-style:none}
button{font:inherit;cursor:pointer}
.icon{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;display:block}
.icon-fill{fill:currentColor;stroke:none}

.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}

/* ---------- Верхня навігація (усі сторінки) ---------- */
.site-header{
  position:sticky;top:0;z-index:40;
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:14px 20px;
  background:rgba(7,15,28,.86);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--panel-border);
}
.brand{font-weight:800;font-size:19px;letter-spacing:.02em}
.brand span{color:var(--accent)}
.site-header nav{display:flex;gap:22px}
.site-header nav a{color:var(--text-dim);font-size:14px;font-weight:600;transition:color .15s}
.site-header nav a:hover{color:var(--text)}
.header-cta{
  display:flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#140900;font-weight:800;font-size:14px;
  padding:10px 16px;border-radius:999px;white-space:nowrap;
}
.header-cta span{opacity:.85;font-weight:700}

/* ---------- Кікер / заголовки секцій ---------- */
.kicker{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--accent);font-weight:800;font-size:13px;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;
}
.kicker::before{content:"";width:22px;height:2px;background:var(--accent);border-radius:2px}
.section-head{max-width:640px;margin:0 auto 44px;text-align:center}
.section-head h2{font-size:clamp(26px,3.6vw,38px);font-weight:800;letter-spacing:-.01em;line-height:1.15}
.section-head p{margin-top:14px;color:var(--text-dim);font-size:16px;line-height:1.6}
.section{padding:76px 0}
.section-alt{background:var(--bg-1)}

/* ---------- HERO ---------- */
.hero{
  position:relative;overflow:hidden;
  padding:56px 0 64px;
  background:
    radial-gradient(900px 520px at 82% -10%, rgba(255,122,51,.16), transparent 60%),
    radial-gradient(700px 500px at -10% 40%, rgba(38,90,168,.22), transparent 60%),
    var(--bg-0);
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;
}
.hero-badge-row{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.hero h1{font-size:clamp(30px,4.2vw,48px);font-weight:800;line-height:1.08;letter-spacing:-.01em}
.hero h1 em{color:var(--accent);font-style:normal}
.hero-sub{margin-top:18px;color:var(--text-dim);font-size:17px;line-height:1.6;max-width:520px}

.spec-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.spec-chip{
  display:flex;align-items:center;gap:8px;
  background:var(--panel);border:1px solid var(--panel-border);
  border-radius:999px;padding:9px 14px 9px 10px;font-size:14px;font-weight:700;
}
.spec-chip .icon{width:18px;height:18px;color:var(--accent)}
.spec-chip b{font-weight:800}
.spec-chip small{color:var(--text-dim);font-weight:600;margin-left:2px}

.price-panel{
  margin-top:30px;
  background:var(--panel);border:1px solid var(--panel-border);
  border-radius:var(--radius);padding:22px 24px;
  box-shadow:var(--shadow-glow);
  max-width:460px;
}
.price-row{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.price-old{color:var(--text-faint);text-decoration:line-through;font-size:19px;font-weight:600}
.price-new{font-size:clamp(34px,4vw,42px);font-weight:800;color:var(--text)}
.price-new span{font-size:.5em;font-weight:700;color:var(--text-dim);margin-left:2px}
.price-badge{
  margin-left:auto;background:linear-gradient(135deg,var(--red),#c4241b);
  color:#fff;font-weight:800;font-size:15px;padding:6px 12px;border-radius:999px;
}
.timer{display:flex;align-items:center;gap:12px;margin-top:16px;color:var(--text-dim);font-size:13px}
.timer-cells{display:flex;gap:6px}
.timer-cells div{
  background:rgba(255,255,255,.05);border:1px solid var(--panel-border);
  border-radius:8px;min-width:40px;text-align:center;padding:6px 4px;
}
.timer-cells b{display:block;font-size:16px;font-weight:800;color:var(--text)}
.timer-cells span{display:block;font-size:10px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em}

.btn-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  width:100%;margin-top:20px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#160900;font-weight:800;font-size:17px;letter-spacing:.01em;
  padding:17px 22px;border:none;border-radius:12px;
  box-shadow:0 14px 30px -12px rgba(255,90,40,.55);
  transition:transform .15s ease,box-shadow .15s ease;
}
.btn-cta:hover{transform:translateY(-1px);box-shadow:0 18px 36px -12px rgba(255,90,40,.7)}
.price-note{margin-top:12px;text-align:center;color:var(--text-faint);font-size:13px}

.trust-bar{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px}
.trust-item{display:flex;align-items:center;gap:8px;color:var(--text-dim);font-size:13.5px;font-weight:600}
.trust-item .icon{width:17px;height:17px;color:var(--accent)}

.hero-media{position:relative}
.hero-media-card{
  border-radius:20px;overflow:hidden;border:1px solid var(--panel-border);
  box-shadow:var(--shadow-glow);
}
.hero-media img{width:100%;height:auto}

/* ---------- Use-cases (для чого сушити) ---------- */
.usecases-layout{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.usecase-list{display:flex;flex-direction:column;gap:12px}
.usecase-card{
  display:flex;align-items:center;gap:14px;
  background:var(--panel);border:1px solid var(--panel-border);
  border-radius:var(--radius-sm);padding:14px 16px;
  transition:border-color .15s;
}
.usecase-card:hover{border-color:var(--panel-border-hover)}
.usecase-icon{
  flex:0 0 auto;width:44px;height:44px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:var(--accent-soft);color:var(--accent);
}
.usecase-icon .icon{width:22px;height:22px}
.usecase-text h3{font-size:16px;font-weight:800}
.usecase-text p{margin-top:2px;color:var(--text-dim);font-size:13.5px}
.usecase-highlight{
  margin-top:6px;display:flex;align-items:center;gap:16px;
  background:linear-gradient(135deg,rgba(255,122,51,.12),rgba(255,122,51,.03));
  border:1px solid rgba(255,122,51,.28);border-radius:var(--radius-sm);padding:16px 18px;
}
.usecase-highlight b{font-size:34px;font-weight:800;color:var(--accent);line-height:1}
.usecase-highlight span{color:var(--text-dim);font-size:14px;font-weight:600;line-height:1.4}
.media-card{border-radius:20px;overflow:hidden;border:1px solid var(--panel-border);box-shadow:var(--shadow-glow)}

/* ---------- Рівномірне сушіння ---------- */
.drying-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.temp-scale{margin:26px 0}
.temp-scale-bar{
  height:10px;border-radius:999px;
  background:linear-gradient(90deg,#3aa0ff,#ffb23a,var(--accent-2));
  position:relative;
}
.temp-scale-labels{display:flex;justify-content:space-between;margin-top:10px;font-weight:800;font-size:15px}
.temp-scale-labels span:last-child{color:var(--accent)}
.temp-scale-note{color:var(--text-dim);font-size:13.5px;margin-top:8px}
.feature-list{display:flex;flex-direction:column;gap:14px;margin-top:24px}
.feature-item{display:flex;align-items:flex-start;gap:12px}
.feature-item .usecase-icon{width:38px;height:38px;border-radius:10px}
.feature-item .usecase-icon .icon{width:19px;height:19px}
.feature-item p{color:var(--text-dim);font-size:14.5px;padding-top:8px}
.feature-item b{font-weight:800;font-size:15px}

/* ---------- Розміри ---------- */
.dims-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.dim-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dim-card{
  background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius-sm);
  padding:16px;
}
.dim-card .icon{width:24px;height:24px;color:var(--accent);margin-bottom:10px}
.dim-card b{display:block;font-size:22px;font-weight:800}
.dim-card span{color:var(--text-dim);font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}
.control-callout{
  grid-column:1/-1;display:flex;align-items:center;gap:14px;
  background:linear-gradient(135deg,rgba(255,122,51,.1),transparent);
  border:1px solid rgba(255,122,51,.25);border-radius:var(--radius-sm);padding:16px;
}
.control-callout .usecase-icon{background:var(--accent-soft)}
.control-callout b{display:block;font-size:15px;font-weight:800}
.control-callout p{color:var(--text-dim);font-size:13.5px;margin-top:2px}

/* ---------- Комплектація ---------- */
.kit-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.kit-list{display:flex;flex-direction:column;gap:12px}
.kit-item{display:flex;align-items:center;gap:12px;font-weight:700;font-size:15.5px}
.kit-item .usecase-icon{width:32px;height:32px;border-radius:9px;background:rgba(56,201,143,.14);color:var(--green)}
.kit-item .usecase-icon .icon{width:16px;height:16px}

/* ---------- Характеристики ---------- */
.spec-table{
  background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);
  overflow:hidden;max-width:760px;margin:0 auto;
}
.spec-table dl{display:grid;grid-template-columns:1fr 1fr}
.spec-table dl>div{
  display:flex;justify-content:space-between;gap:16px;
  padding:16px 22px;border-bottom:1px solid var(--panel-border);
}
.spec-table dl>div:nth-last-child(-n+2){border-bottom:none}
.spec-table dt{color:var(--text-dim);font-size:14.5px}
.spec-table dd{margin:0;font-weight:800;font-size:14.5px;text-align:right}

/* ---------- Форма замовлення ---------- */
.order-section{
  background:
    radial-gradient(700px 420px at 50% 0%, rgba(255,122,51,.14), transparent 60%),
    var(--bg-0);
}
.order-card{
  max-width:520px;margin:0 auto;
  background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);
  padding:34px 30px;box-shadow:var(--shadow-glow);
}
.order-price{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:22px}
.order-price .price-old{font-size:16px}
.order-price .price-new{font-size:30px}
.form-field{display:block;margin-bottom:14px}
.form-field span{display:block;font-size:13px;font-weight:700;color:var(--text-dim);margin-bottom:6px}
.form-field input{
  width:100%;background:var(--bg-1);border:1px solid var(--panel-border);
  border-radius:10px;padding:13px 14px;color:var(--text);font-size:16px;
}
.form-field input:focus{outline:none;border-color:var(--accent)}
.form-field input.input-error{border-color:var(--red)}
.form-note{margin-top:14px;text-align:center;color:var(--text-faint);font-size:12.5px;line-height:1.5}
.form-note a{color:var(--text-dim);text-decoration:underline}

/* ---------- Footer ---------- */
.site-footer{padding:48px 0 100px;border-top:1px solid var(--panel-border);background:var(--bg-1)}
.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}
.footer-nav a{color:var(--text-dim);font-size:13.5px;font-weight:600}
.footer-nav a:hover{color:var(--text)}
.footer-copy{color:var(--text-faint);font-size:12.5px}

/* ---------- Sticky CTA (мобільний) ---------- */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  display:none;align-items:center;gap:14px;
  padding:12px 16px;background:rgba(7,15,28,.94);
  backdrop-filter:blur(10px);border-top:1px solid var(--panel-border);
}
.sticky-cta .price-new{font-size:20px}
.sticky-cta .price-old{font-size:13px}
.sticky-cta .btn-cta{margin-top:0;width:auto;flex:0 0 auto;padding:13px 20px;font-size:15px}
.sticky-cta-prices{display:flex;flex-direction:column;line-height:1.2}

/* ---------- Legal pages ---------- */
.legal-page{max-width:760px;margin:0 auto;padding:56px 20px 90px}
.page-kicker{color:var(--accent);font-weight:800;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.legal-page h1{font-size:clamp(26px,4vw,36px);font-weight:800;margin-bottom:26px}
.legal-page h2{font-size:19px;font-weight:800;margin:30px 0 12px}
.legal-page p{color:var(--text-dim);line-height:1.7;margin-bottom:12px}
.legal-page ul{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
.legal-page li{color:var(--text-dim);line-height:1.7;padding-left:18px;position:relative}
.legal-page li::before{content:"—";position:absolute;left:0;color:var(--accent)}
.legal-page a{color:var(--accent);text-decoration:underline}
.legal-page b{color:var(--text)}
.thankyou{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.thankyou-card{max-width:520px;text-align:center;background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);padding:44px 34px;box-shadow:var(--shadow-glow)}
.thankyou-card .page-kicker{justify-content:center;display:flex}
.thankyou-card h1{font-size:30px;font-weight:800;margin:14px 0}
.thankyou-card p{color:var(--text-dim);margin-bottom:8px;line-height:1.6}
.primary-button{
  display:inline-flex;align-items:center;gap:8px;margin-top:20px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#160900;font-weight:800;padding:14px 22px;border-radius:12px;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 860px){
  .hero-grid,.usecases-layout,.drying-layout,.dims-layout,.kit-layout{
    grid-template-columns:1fr;
  }
  .hero-media{order:-1}
  .spec-table dl{grid-template-columns:1fr}
  .spec-table dl>div:nth-last-child(-n+2){border-bottom:1px solid var(--panel-border)}
  .spec-table dl>div:last-child{border-bottom:none}
  .site-header nav{display:none}
  .sticky-cta{display:flex}
  body{padding-bottom:82px}
  .section{padding:56px 0}
}

@media (max-width: 520px){
  html{font-size:16px}
  .container{padding:0 16px}
  .dim-cards{grid-template-columns:1fr 1fr}
  .price-badge{margin-left:0}
  .price-row{gap:10px}
  .site-header{padding:12px 16px;gap:8px}
  .brand{font-size:16px}
  .header-cta{padding:9px 12px;font-size:13px;gap:5px}
  .header-cta span{display:none}
}
