/* ============================================================
   SmartUs Пароочисник — Landing Design System (brief v2.1 L2)
   Mobile-only, WCAG AAA, метафора «пара · чистота · легкість»
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* palette (AAA) */
  --green:        #047857;
  --green-dark:   #03684a;
  --turq:         #0E7490;
  --ink:          #1A1A1A;
  --muted:        #404040;
  --white:        #FFFFFF;
  --cream:        #FAFAF8;
  --line:         #E5E7EB;
  --pain-bg:      #D7DDE0;   /* дим/важко — блок болю (глибший, читається як окрема панель) */
  --pain-ink:     #21262A;
  --turq-tint:    rgba(14,116,144,0.07);
  --amber:        #C2740B;   /* зірки відгуків (теплий, не червоний) */

  /* radii */
  --r-btn: 10px;
  --r-card: 16px;
  --r-input: 10px;
  --r-img: 16px;
  --r-pill: 999px;

  /* shadows */
  --sh-card: 0 2px 12px rgba(26,26,26,0.06);
  --sh-cta: 0 4px 16px rgba(4,120,87,0.25);
  --sh-sticky: 0 -2px 12px rgba(26,26,26,0.08);

  --maxw: 480px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #DCE0E2;            /* поза-колонкою фон (десктоп) */
  color: var(--ink);
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

/* ---------- page column ---------- */
.page {
  max-width: var(--maxw);
  margin: 0 auto;
  background: var(--white);
  min-height: 100vh;
  overflow: clip;
  padding-bottom: 92px;           /* місце під sticky CTA */
}

/* ---------- sections / rhythm ---------- */
.sec {
  padding: 30px 20px;
  position: relative;
}
.sec--cream { background: var(--cream); }
.sec--line  { border-top: 1px solid var(--line); }
.sec--tint {
  background:
    linear-gradient(180deg, var(--turq-tint), rgba(14,116,144,0) 220px),
    var(--white);
}
.sec--pain {
  background: var(--pain-bg);
  color: var(--pain-ink);
}
.sec--pain .h2 { color: var(--pain-ink); }

/* ---------- type ---------- */
.h2 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.sec p { margin: 0 0 16px; text-wrap: pretty; }
.sec p:last-child { margin-bottom: 0; }
.muted { color: var(--muted); }
.small { font-size: 15px; letter-spacing: 0.01em; }
.lead-bridge {
  font-size: 16px;
  color: var(--muted);
  font-style: italic;
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 3px solid var(--line);
  line-height: 1.5;
}
.sec--pain .lead-bridge { border-left-color: #B9BFC3; color: #4A4F53; }
.eyebrow {
  font-size: 16px;
  font-weight: 600;
  color: var(--turq);
  margin: 0 0 14px;
  letter-spacing: 0.005em;
}
.accent { color: var(--turq); font-weight: 600; }
.strong { font-weight: 700; }
/* акцент-маркер «фрейми бажання» — мʼякий слід пари, шлях для тих, хто скролить */
.hl {
  background: linear-gradient(180deg, transparent 55%, rgba(14,116,144,0.22) 55%);
  font-weight: 600;
  padding: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.sec--pain .hl { background: linear-gradient(180deg, transparent 55%, rgba(14,116,144,0.26) 55%); }

/* ---------- buttons ---------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: none;
  border-radius: var(--r-btn);
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.btn-primary {
  height: 64px;
  padding: 0 18px;
  background: var(--green);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: var(--sh-cta);
  transition: background .18s ease, transform .18s ease;
}
.btn-primary:hover { background: var(--green-dark); }
.btn-primary:active { transform: translateY(1px); }
.btn-primary .lbl { line-height: 1.15; }

/* mid-CTA bridge */
.bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  margin-top: 28px;
  padding: 12px 18px;
  background: var(--white);
  border: 2px solid var(--turq);
  border-radius: var(--r-btn);
  color: var(--turq);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-align: center;
  transition: background .18s ease;
}
.bridge:hover { background: var(--turq-tint); }
.bridge svg { flex: 0 0 auto; animation: nudge 1.8s ease-in-out infinite; }
.sec--cream .bridge { background: var(--cream); }
@keyframes nudge { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(3px);} }
@media (prefers-reduced-motion: reduce){ .bridge svg{ animation:none; } }

/* ---------- image placeholders ---------- */
.ph {
  position: relative;
  width: 100%;
  border-radius: var(--r-img);
  background-color: #EDF1F2;
  background-image: repeating-linear-gradient(45deg,
    rgba(14,116,144,0.045) 0, rgba(14,116,144,0.045) 1px,
    transparent 1px, transparent 11px);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph > img {                 /* реальне фото підставляється сюди — будь-який розмір впишеться */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ph-cap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 18px;
  max-width: 88%;
}
.ph-cap svg { color: #9AA7AC; }
.ph-cap .ph-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  line-height: 1.5;
  color: var(--turq);
  letter-spacing: 0.01em;
}
.ph-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.82);
  color: var(--turq);
  padding: 4px 8px;
  border-radius: 6px;
}

/* ---------- real media ---------- */
.media {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-img);
  border: 1px solid var(--line);
}
.media--bleed {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* full-bleed: головні одиночні зображення на всю ширину колонки */
.ph--bleed {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* burned-text overlay (текст «впечений» у банер) */
.burned {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(0deg, rgba(10,30,34,0.62) 0%, rgba(10,30,34,0.12) 45%, transparent 75%);
}
.burned-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.burned-h1 {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.4);
  text-wrap: balance;
}
.burned-sub {
  margin-top: 12px;
  align-self: flex-start;
  background: var(--turq);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 7px 13px;
  border-radius: var(--r-pill);
}
.burned-mini {
  position: absolute;
  top: 16px; right: 16px;
  background: rgba(255,255,255,0.92);
  color: var(--turq);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

/* ---------- hero ---------- */
.hero-pre {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--muted);
  margin: 0 0 18px;
}
.hero-sub {
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.5;
}
.hero-sub strong { color: var(--turq); }
.hero-imagine {
  margin: 14px 0 0;
  font-size: 16px;
  font-style: italic;
  color: var(--muted);
}

/* ---------- mechanism steps ---------- */
.steps { display: flex; flex-direction: column; gap: 18px; }
.step {
  display: flex; gap: 16px; align-items: flex-start;
}
.step-ic {
  flex: 0 0 auto;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--turq-tint);
  color: var(--turq);
  display: flex; align-items: center; justify-content: center;
}
.step-body p { margin: 0; }
.step-body .step-lead { font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.steps-foot { margin-top: 20px; font-weight: 600; }

/* ---------- demo video ---------- */
.video {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #0E2226;
  border-radius: var(--r-img);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background-image: repeating-linear-gradient(45deg,
    rgba(255,255,255,0.03) 0, rgba(255,255,255,0.03) 1px,
    transparent 1px, transparent 12px);
}
.video-play {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  box-shadow: 0 6px 22px rgba(0,0,0,0.3);
  transition: transform .18s ease;
  z-index: 2;
}
.video-play:hover { transform: scale(1.06); }
.video-sound {
  position: absolute;
  bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  z-index: 2;
}
.video-scenes {
  position: absolute;
  top: 14px; left: 14px;
  display: flex; flex-direction: column; gap: 8px;
  z-index: 2;
}
.scene-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  font-size: 13px; font-weight: 600;
  padding: 5px 11px;
  border-radius: var(--r-pill);
}
.video-note {
  position: absolute; bottom: 0; left: 0; right: 0;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  padding: 0 8px 5px;
}
.demo-list { margin: 22px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; }
.demo-list .di-h { font-weight: 700; }

/* ---------- lifestyle grid ---------- */
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.life-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--sh-card);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.sec--cream .life-card { background: #fff; }
.life-card .ph { border-radius: 0; border: none; border-bottom: 1px solid var(--line); aspect-ratio: 4/3; }
.life-img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-bottom: 1px solid var(--line); }
.life-meta { padding: 13px 13px 16px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--turq-tint);
  color: var(--turq);
  font-size: 13px; font-weight: 600;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  margin-bottom: 9px;
}
.life-name { font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0 0 8px; }
.life-quote { font-size: 14px; font-style: italic; color: var(--muted); line-height: 1.45; margin: 0; }
.life-foot { margin-top: 22px; font-weight: 600; text-align: center; }

/* ---------- FAB ---------- */
.fab-list { display: flex; flex-direction: column; gap: 12px; }
.fab-row {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 16px 16px;
  box-shadow: var(--sh-card);
}
.fab-ic {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(4,120,87,0.10);
  color: var(--green);
  display: flex; align-items: center; justify-content: center;
}
.fab-row p { margin: 0; font-size: 17px; line-height: 1.45; }
.fab-row .fab-h { font-weight: 700; }

/* ---------- kit ---------- */
.kit-list { display: flex; flex-direction: column; gap: 12px; }
.kit-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 4px 0;
}
.kit-num {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--turq);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 17px;
}
.kit-row p { margin: 0; }
.kit-row .kit-h { font-weight: 700; font-size: 17px; }
.kit-row .kit-s { font-size: 15px; color: var(--muted); }
.kit-foot { margin-top: 20px; font-weight: 600; }

/* ---------- specs (характеристики) ---------- */
.specs {
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: var(--white);
  box-shadow: var(--sh-card);
  overflow: hidden;
}
.specs-head {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 18px;
  background: var(--turq-tint);
  border-bottom: 1px solid var(--line);
  font-weight: 700; font-size: 17px; color: var(--turq);
  letter-spacing: 0.01em;
}
.specs-head svg { width: 19px; height: 19px; }
.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.spec {
  background: var(--white);
  padding: 13px 16px;
  display: flex; flex-direction: column; gap: 2px;
}
.spec .sp-k { font-size: 13px; color: var(--muted); letter-spacing: 0.01em; }
.spec .sp-v { font-size: 17px; font-weight: 700; color: var(--ink); }
.spec.wide { grid-column: 1 / -1; }

/* ---------- authority map ---------- */
.flow {
  display: flex; flex-direction: column; gap: 0;
  margin: 0 0 8px;
}
.flow-node {
  display: flex; align-items: center; gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 16px;
  box-shadow: var(--sh-card);
}
.flow-node .fn-ic {
  width: 46px; height: 46px; flex: 0 0 auto;
  border-radius: 12px; background: var(--turq-tint); color: var(--turq);
  display: flex; align-items: center; justify-content: center;
}
.flow-node .fn-h { font-weight: 700; font-size: 16px; }
.flow-node .fn-s { font-size: 14px; color: var(--muted); }
.flow-arrow { display: flex; justify-content: center; color: var(--turq); padding: 8px 0; }

/* ---------- VoC ---------- */
.voc-list { display: flex; flex-direction: column; gap: 14px; }
.voc-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--sh-card);
  padding: 18px 18px 16px;
}
.voc-card.mixed { background: var(--cream); }
.voc-quote { font-size: 17px; font-style: italic; line-height: 1.5; margin: 0 0 12px; }
.voc-foot { display: flex; align-items: center; gap: 10px; }
.voc-av {
  width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%;
  background: var(--turq-tint); color: var(--turq);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.voc-name { font-size: 15px; color: var(--muted); font-weight: 600; }
.voc-mixed-note { font-size: 13px; color: var(--muted); font-style: italic; }
.stars { display: inline-flex; gap: 1px; color: var(--amber); vertical-align: middle; }
.voc-divider { text-align: center; color: var(--muted); font-size: 14px; margin: 6px 0; }

/* ---------- reviews carousel (Viber screenshots) ---------- */
.voc-sub {
  font-size: 15px; color: var(--muted);
  margin: 0 0 22px;
  display: flex; align-items: center; gap: 10px; justify-content: space-between;
}
.voc-sub .swipe-hint { white-space: nowrap; font-weight: 600; color: var(--turq); }
.carousel { position: relative; margin: 0 -20px; }     /* bleed to column edges for peek */
.carousel-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 38px;            /* side padding so first/last center + peek shows */
}
.carousel-track::-webkit-scrollbar { display: none; }
.review {
  flex: 0 0 78%;
  scroll-snap-align: center;
}
.review-card {
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(26,26,26,0.06);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.review-shot { display: block; width: 100%; aspect-ratio: 563 / 1000; object-fit: cover; object-position: top; }
.review-shot.ph {
  display: flex; align-items: center; justify-content: center; aspect-ratio: 9/16;
}
.review-meta {
  text-align: center;
  font-size: 15px; font-weight: 600; color: var(--muted);
  padding: 13px 10px 15px;
}
.review-meta .stars { color: var(--amber); margin-left: 2px; }

.carousel-arrow {
  position: absolute; top: 42%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(26,26,26,0.14);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 4;
  transition: opacity .18s ease, background .18s ease;
}
.carousel-arrow:active { background: var(--cream); }
.carousel-arrow.prev { left: 8px; }
.carousel-arrow.next { right: 8px; }
.carousel-arrow:disabled { opacity: 0.32; cursor: default; box-shadow: none; }

.carousel-dots {
  display: flex; justify-content: center; gap: 9px;
  margin-top: 18px;
}
.carousel-dots button {
  width: 9px; height: 9px; border-radius: 50%;
  border: none; padding: 0; cursor: pointer;
  background: var(--line);
  transition: background .18s ease, width .18s ease;
}
.carousel-dots button.active { background: var(--green); width: 22px; border-radius: 999px; }

/* ---------- bonus ---------- */
.bonus-imgs { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; align-items: stretch; }

/* ---------- risk reversal ---------- */
.shields { display: flex; flex-direction: column; gap: 14px; }
.shield {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--sh-card);
  padding: 20px 18px;
}
.shield-ic {
  width: 48px; height: 48px; border-radius: 14px;
  background: rgba(4,120,87,0.10); color: var(--green);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.shield h3 { margin: 0 0 6px; }
.shield p { font-size: 17px; margin: 0; }
.risk-zero {
  background: var(--green);
  color: #fff;
  border-radius: var(--r-card);
  padding: 24px 20px;
  margin-top: 18px;
  box-shadow: var(--sh-cta);
}
.risk-zero .rz-badge {
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em;
  background: rgba(255,255,255,0.18); padding: 5px 12px; border-radius: var(--r-pill);
  display: inline-block; margin-bottom: 12px;
}
.risk-zero p { color: rgba(255,255,255,0.94); font-size: 17px; }
.risk-zero p:last-child { margin-bottom: 0; }
.risk-zero strong { color: #fff; }

/* ---------- pricing ---------- */
.price-chart { display: flex; flex-direction: column; gap: 12px; margin: 4px 0 22px; }
.price-bar { display: flex; flex-direction: column; gap: 5px; }
.price-bar .pb-top { display: flex; justify-content: space-between; align-items: baseline; }
.price-bar .pb-name { font-size: 16px; font-weight: 600; }
.price-bar .pb-val { font-size: 16px; font-weight: 700; }
.price-bar .pb-track { height: 26px; border-radius: 7px; background: #EDEFF1; overflow: hidden; }
.price-bar .pb-fill { height: 100%; border-radius: 7px; background: #C2C8CC; }
.price-bar.us .pb-fill { background: var(--green); }
.price-bar.us .pb-name, .price-bar.us .pb-val { color: var(--green); font-weight: 800; }
.price-note { margin-top: 4px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 20px 2px;
  font-family: inherit; font-size: 18px; font-weight: 600; color: var(--ink);
  text-align: left; line-height: 1.35;
}
.faq-q .chev { flex: 0 0 auto; color: var(--turq); transition: transform .22s ease; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 2px 20px; font-size: 17px; color: var(--muted); line-height: 1.5; }
.faq-item.soft .faq-q { color: var(--muted); }

/* ---------- order form ---------- */
.order-box {
  margin: 0 0 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: var(--white);
  box-shadow: var(--sh-card);
  overflow: hidden;
}
.order-box .ph { border: none; border-radius: 0; aspect-ratio: 16/9; }
.order-img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-bottom: 1px solid var(--line); }
.order-incl { padding: 16px 18px; }
.order-incl ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 8px; font-size: 16px; }
.order-price {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 18px; border-top: 1px solid var(--line); background: var(--cream);
}
.order-price .op-big { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; }
.order-price .op-cod { font-size: 15px; color: var(--muted); }

.form { display: flex; flex-direction: column; gap: 16px; }
.field label {
  display: block; font-size: 15px; font-weight: 600; margin-bottom: 6px; color: var(--ink);
}
.field input {
  width: 100%; height: 56px;
  border: 2px solid var(--line);
  border-radius: var(--r-input);
  padding: 0 16px;
  font-family: inherit; font-size: 18px; color: var(--ink);
  background: #fff;
  transition: border-color .15s ease;
}
.field input:focus { outline: none; border-color: var(--turq); }
.field input.invalid { border-color: #B4541E; }
.field .hint { font-size: 14px; color: var(--muted); margin-top: 6px; }
.field .err { font-size: 14px; color: #B4541E; margin-top: 6px; display: none; }
.field.show-err .err { display: block; }
.field.show-err input { border-color: #B4541E; }
.form-after { font-size: 15px; color: var(--muted); margin: 16px 0 0; text-align: center; }

.ps-block {
  margin-top: 24px;
  background: var(--turq-tint);
  border-radius: var(--r-card);
  padding: 20px 18px;
  display: flex; flex-direction: column; gap: 14px;
}
.ps-block p { margin: 0; font-size: 16px; line-height: 1.5; }
.ps-block .ps-lbl { font-weight: 800; color: var(--turq); }

.order-thanks {
  display: none;
  text-align: center;
  background: rgba(4,120,87,0.08);
  border: 1px solid rgba(4,120,87,0.25);
  border-radius: var(--r-card);
  padding: 28px 20px;
}
.order-thanks.show { display: block; }
.order-thanks .ot-ic { color: var(--green); margin-bottom: 10px; }
.order-thanks h3 { margin: 0 0 8px; }
.order-thanks p { margin: 0; color: var(--muted); }

/* ---------- sticky CTA ---------- */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: 100%; max-width: var(--maxw);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  box-shadow: var(--sh-sticky);
  border-top: 1px solid var(--line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  z-index: 50;
  transition: transform .28s ease;
}
.sticky-cta.show { transform: translateX(-50%) translateY(0); }
.sticky-cta .btn-primary { height: 58px; font-size: 18px; }

/* margin-top fixes — перебиваємо шорткат `.sec p` вищою специфічністю */
.sec .hero-sub   { margin-top: 18px; }
.sec .hero-imagine { margin-top: 14px; }
.sec .steps-foot { margin-top: 20px; }
.sec .life-foot  { margin-top: 22px; }
.sec .kit-foot   { margin-top: 20px; }
.sec .price-note { margin-top: 4px; }
.sec .form-after { margin-top: 16px; }

/* ---------- footer ---------- */
footer {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 28px 20px 36px;
}
footer a { color: var(--turq); }
footer .footer-a { display: inline-block; padding: 4px 0; }
