/* MELTRON — nadstrešnice za automobile (lander, 2026-09-14)
   Brand truth from metalne-nadstresnice.hr (computed styles, verified 2026-09-14):
   canvas #05080B · accent #4EA5FF · button #0B6BCB (hover #1688F4) · ink #F5F7F9
   Type: the client's OWN stack — --font-display "Manrope Variable", --font-sans "Inter Variable"
   (metalne-nadstresnice.hr/_astro/BaseLayout.Bsr29P3S.css). Self-hosted in assets/fonts/. */

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-lat.woff2') format('woff2');
  font-weight: 400 800; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-ext.woff2') format('woff2');
  font-weight: 400 800; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-lat.woff2') format('woff2');
  font-weight: 400 600; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-ext.woff2') format('woff2');
  font-weight: 400 600; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --canvas:   #05080B;
  --surface:  #0C1218;
  --surface2: #10171E;
  --line:     #22303E;
  --line-soft: rgba(245,247,249,.07);
  --surface3: #141C25;
  --accent:   #4EA5FF;
  --btn:      #0B6BCB;
  --btn-hover:#1688F4;
  --ink:      #F5F7F9;
  /* raised from #A8B2BD — body copy on cards was reading thin at 15.5px */
  --muted:    #B7C2CE;
  --muted-2:  #97A4B1;
  --display: 'Manrope', 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --sans: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --maxw: 1300px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 1px 2px rgba(0,0,0,.42), 0 14px 34px -14px rgba(0,0,0,.7);
  --ring: 0 0 0 3px rgba(78,165,255,.20);
  --track: .14em;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
@media (max-width: 720px) { [id] { scroll-margin-top: 72px; } }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: clamp(56px, 7vw, 108px) 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; margin: 0 0 .5em; text-wrap: balance; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 1.1rem + 3.4vw, 4.1rem); line-height: 1.05; max-width: 21ch; letter-spacing: -0.035em; text-wrap: balance; }
h2 { font-size: clamp(1.6rem, 1rem + 1.9vw, 2.7rem); line-height: 1.14; max-width: 36ch; text-wrap: balance; }
h3 { font-size: clamp(1.08rem, 1rem + .42vw, 1.32rem); line-height: 1.3; margin-bottom: .35em; }
p  { margin: 0 0 1.05em; text-wrap: pretty; }
.sec-head { max-width: 88ch; margin-bottom: clamp(28px, 3.4vw, 48px); }
.lead { font-size: clamp(1.02rem, .96rem + .38vw, 1.22rem); color: var(--muted); max-width: 64ch; }
.eyebrow {
  font-family: var(--sans); font-size: 13px; font-weight: 600; text-transform: uppercase;
  letter-spacing: var(--track); color: var(--accent); margin: 0 0 14px;
}
.small { font-size: 14px; color: var(--muted); }
.tone { background: var(--surface); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--sans); font-weight: 600; font-size: 16px;
  padding: 15px 28px; min-height: 52px; border-radius: var(--radius);
  border: 1px solid transparent; cursor: pointer; text-align: center;
  background: var(--btn); color: #fff;
  transition: background .16s, border-color .16s, color .16s;
}
.btn:hover { background: var(--btn-hover); text-decoration: none; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: rgba(78,165,255,.09); border-color: var(--accent); color: var(--ink); }
.btn--wide { width: 100%; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(5,8,11,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__in {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 68px;
}
.brand { display: flex; align-items: center; gap: 11px; min-height: 44px; }
.brand img { width: 34px; height: auto; }
.brand span {
  font-family: var(--display); font-weight: 700; font-size: 18px;
  letter-spacing: .16em; text-transform: uppercase;
}
.header-actions { display: flex; align-items: center; gap: 12px; }
.tel {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); font-weight: 600; font-size: 15.5px;
  padding: 10px 12px; min-height: 44px; border-radius: var(--radius);
}
.tel:hover { color: var(--accent); text-decoration: none; }
.tel svg { flex: 0 0 auto; }
.header-actions .btn { padding: 12px 20px; min-height: 44px; font-size: 15px; }

/* ---------- hero (wide, full-bleed) ---------- */
.hero { position: relative; isolation: isolate; display: flex; align-items: flex-end;
  min-height: clamp(540px, 80vh, 840px); padding: 0; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 58%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,8,11,.93) 0%, rgba(5,8,11,.86) 24%, rgba(5,8,11,.64) 46%, rgba(5,8,11,.22) 68%, rgba(5,8,11,0) 88%),
    linear-gradient(180deg, rgba(5,8,11,.5) 0%, rgba(5,8,11,0) 30%, rgba(5,8,11,.45) 74%, var(--canvas) 100%);
}
/* carport hero: lighter left wash so the construction reads through the scrim (22.09.2026) */
.hero--bright::after {
  background:
    linear-gradient(90deg, rgba(5,8,11,.84) 0%, rgba(5,8,11,.70) 24%, rgba(5,8,11,.42) 46%, rgba(5,8,11,.12) 68%, rgba(5,8,11,0) 86%),
    linear-gradient(180deg, rgba(5,8,11,.40) 0%, rgba(5,8,11,0) 30%, rgba(5,8,11,.38) 74%, var(--canvas) 100%);
}
.hero h1, .hero .lead, .hero .eyebrow { text-shadow: 0 1px 3px rgba(5,8,11,.85), 0 2px 26px rgba(5,8,11,.8); }
.hero__in { width: 100%; padding-block: clamp(56px, 8vw, 104px); }
.hero h1 { margin-bottom: .42em; }
.hero .lead { color: #DCE3EA; max-width: 52ch; margin-bottom: 30px; font-size: clamp(1.05rem, .97rem + .45vw, 1.3rem); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }


/* ---------- calculator ---------- */
.calc {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(20px, 3vw, 40px);
  background: var(--surface2); border: 1px solid var(--line);
  border-radius: 14px; padding: clamp(22px, 3vw, 40px);
}
.calc__fields { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field > label, .lbl {
  font-size: 14px; font-weight: 600; color: var(--muted);
  letter-spacing: .01em;
}
.input, select.input {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink);
  background: var(--canvas); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 13px 14px; min-height: 50px;
  appearance: none;
}
select.input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'><path d='M1 1l6 6 6-6' stroke='%23A8B2BD' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.input:focus, select.input:focus, textarea.input:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
.input[aria-invalid="true"] { border-color: #E0645C; }
.calc__dims { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.calc__out {
  display: flex; flex-direction: column; justify-content: center;
  background: var(--canvas); border: 1px solid var(--line);
  border-radius: 12px; padding: clamp(20px, 2.4vw, 30px);
}
.calc__price {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2.2rem, 1.4rem + 2.6vw, 3.4rem); line-height: 1.02;
  letter-spacing: -0.035em; color: var(--accent); margin: 2px 0 6px;
}
.calc__area { font-size: 15px; color: var(--muted); margin: 0 0 18px; }
.calc__note { font-size: 13.5px; color: var(--muted); margin: 16px 0 0; line-height: 1.5; }


.h1-sub {
  display: block; margin-top: .34em;
  font-size: clamp(1.1rem, .82rem + 1.05vw, 1.75rem);
  font-weight: 600; line-height: 1.22; letter-spacing: -0.018em; color: #D7DEE6;
}
.card__label {
  font-size: 13px; font-weight: 600; text-transform: uppercase;
  letter-spacing: var(--track); color: var(--accent); margin: 0 0 8px;
}
.rok .btn { margin-top: 6px; }


/* honest label on a visualization, matching the client's own site convention */
.viz-badge {
  position: absolute; right: 14px; bottom: 14px; z-index: 1;
  padding: 6px 12px; border-radius: 6px;
  background: rgba(5,8,11,.62); border: 1px solid rgba(245,247,249,.18);
  font-size: 13px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: #D7DEE6;
}
.ticks { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 28px; color: var(--muted); }
.ticks li::before {
  content: ""; position: absolute; left: 4px; top: .52em;
  width: 9px; height: 5px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

/* ---------- generic cards ---------- */
.grid { display: grid; gap: clamp(16px, 2vw, 24px); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--surface2); border: 1px solid var(--line);
  border-radius: 12px; padding: clamp(20px, 2.2vw, 28px);
}
.card p:last-child { margin-bottom: 0; }
.card h3, .card p { max-width: none; }
.benefit h3, .benefit p, .step h3, .step p { max-width: none; }
.card__price {
  font-family: var(--display); font-weight: 800; font-size: 1.9rem;
  color: var(--accent); letter-spacing: -0.03em; margin: 0 0 2px;
}
.card__dims { font-size: 14px; color: var(--muted); margin: 0 0 12px; }


.price-from {
  font-family: var(--display); font-weight: 800; font-size: clamp(1.75rem, 1.3rem + 1.1vw, 2.3rem);
  color: var(--accent); letter-spacing: -0.03em; line-height: 1.08; margin: 0 0 10px;
}
.price-from span {
  display: block; font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: var(--track); text-transform: uppercase; color: var(--muted); margin-bottom: 4px;
}
.price-note { margin-top: 18px; }

/* benefit list */
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.4vw, 30px); }
.benefit { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.benefit__ico {
  width: 26px; height: 26px; border-radius: 50%; background: rgba(78,165,255,.14);
  display: grid; place-items: center; margin-top: 3px;
}
.benefit h3 { margin-bottom: .2em; }
.benefit p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* steps — grid so number/title/text never squish on mobile */
.steps { display: grid; gap: clamp(18px, 2.2vw, 26px); grid-template-columns: repeat(4, 1fr); }
.step { display: grid; grid-template-columns: auto 1fr; gap: 12px 14px; align-items: start; }
.step__n {
  grid-row: 1 / span 2; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(78,165,255,.13);
  color: var(--accent); font-family: var(--display); font-weight: 700; font-size: 15px;
}
.step h3 { margin: 7px 0 0; align-self: start; }
.step p { grid-column: 2; margin: 0; color: var(--muted); font-size: 15.5px; }

/* gallery */
.marquee { position: relative; overflow-x: clip; width: 100%; }
.marquee__track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.marquee figure { margin: 0; flex: 0 0 auto; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--surface2); }
.marquee img { height: clamp(230px, 27vw, 400px); width: auto; max-width: none; display: block; }
.marquee__ctrl {
  display: inline-flex; align-items: center; gap: .5em;
  margin-top: 18px; padding: 11px 18px; min-height: 44px;
  border-radius: 999px; border: 1px solid var(--line); background: var(--surface2);
  color: var(--ink); font: inherit; font-size: 15px; cursor: pointer;
}
.marquee__ctrl:hover { border-color: var(--accent); }
.marquee__ctrl svg { flex: 0 0 auto; }
@media (max-width: 720px) { .marquee__track { gap: 12px; } }

/* form */
.form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3.4vw, 56px); align-items: start; }
.form-card { background: var(--surface2); border: 1px solid var(--line); border-radius: 14px; padding: clamp(22px, 2.8vw, 36px); }
.form-grid { display: grid; gap: 16px; }
textarea.input { min-height: 96px; resize: vertical; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 18px; min-height: 44px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--canvas); color: var(--ink);
  font: inherit; font-size: 15px; cursor: pointer; transition: border-color .15s, background .15s, color .15s;
}
.pill:hover { border-color: var(--accent); }
.pill[aria-pressed="true"] { background: rgba(78,165,255,.15); border-color: var(--accent); color: var(--ink); font-weight: 600; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: 14px; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--btn); flex: 0 0 auto; }
.consent.attention { animation: shake .4s; }
.consent.attention label { color: #E0645C; }
@keyframes shake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-5px)} 75%{transform:translateX(5px)} }
.err { font-size: 13.5px; color: #E0645C; min-height: 1px; }
.form-note { font-size: 13.5px; color: var(--muted); margin: 14px 0 0; }


/* ---------- multi-step form ---------- */
/* NOTE: class is .fstep, NOT .step — .step is the process section, and a shared
   name plus a JS display toggle silently hides those cards (learned rule, 2026-08-06). */
.fstep { display: grid; gap: 16px; }
.fstep[hidden] { display: none !important; }
.fprogress {
  margin: 0 0 4px; font-size: 13px; font-weight: 600; letter-spacing: var(--track);
  text-transform: uppercase; color: var(--muted);
}
.fnav { display: flex; gap: 12px; margin-top: 4px; }
.fnav .btn { flex: 1 1 auto; }
.fnav .btn--ghost { flex: 0 0 auto; }

.benefit-shot {
  margin: 0 0 clamp(22px, 3vw, 36px);
  border-radius: 14px; overflow: hidden; border: 1px solid var(--line);
}
.benefit-shot img { width: 100%; height: auto; display: block; }
.hero .eyebrow { color: #8CC6FF; }

/* ---------- price badge ---------- */
.price-badge {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  padding: 13px 22px; border-radius: 12px;
  border: 1px solid rgba(78,165,255,.34); background: rgba(78,165,255,.09);
  font-family: var(--display); font-weight: 800;
  /* kept close to the CTA's optical weight — it used to render 43px next to a 58px button */
  font-size: clamp(1.4rem, 1.12rem + 0.8vw, 1.85rem); line-height: 1.06;
  letter-spacing: -0.03em; color: var(--accent);
}
.price-badge span {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: var(--track); text-transform: uppercase;
  color: var(--muted); margin-bottom: 4px;
}
/* benefits: centred under the card grid, with real separation from it */
.price-badge--center {
  display: flex; width: fit-content;
  align-items: center; text-align: center;
  margin: clamp(30px, 3.6vw, 46px) auto 0;
}
.split .price-badge { margin-bottom: 0; }
.price-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 4px; }
@media (max-width: 520px) { .price-row { display: grid; } .price-row .btn { width: 100%; } }

/* ---------- split text/image section ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.split__img { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.split__img img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split__img { order: -1; }
}

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 62rem; }
.qa { background: var(--surface2); border: 1px solid var(--line); border-radius: 10px; padding: 4px 20px; }
.qa summary {
  list-style: none; cursor: pointer; padding: 16px 0; min-height: 44px;
  font-family: var(--display); font-weight: 600; font-size: 1.02rem;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: ""; flex: 0 0 auto; width: 11px; height: 11px; margin-right: 2px;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(45deg); transition: transform .18s;
}
.qa[open] summary::after { transform: rotate(-135deg); }
.qa p { color: var(--muted); margin: 0 0 16px; font-size: 15.5px; }

/* closing CTA */
.rok .wrap { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(20px,4vw,64px); align-items: start; }
.rok h2 { margin: 0; max-width: 18ch; }
.rok .lead { margin: 0; max-width: none; }
@media (max-width: 860px) { .rok .wrap { grid-template-columns: 1fr; } }
.cta-band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band .wrap { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.cta-band h2 { margin-bottom: .25em; }

/* footer */
.site-footer { padding: 44px 0; font-size: 15px; color: var(--muted); }
.site-footer__in { display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: space-between; align-items: center; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--accent); }
.foot-links { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.foot-links a { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer__in > span { display: inline-flex; align-items: center; min-height: 44px; }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .calc { grid-template-columns: 1fr; }
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .form-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16.5px; }
  .wrap { padding: 0 18px; }
  .hero { min-height: 0; }
  .hero__in { padding-block: 64px 52px; }
  .hero .lead { max-width: none; }
  .hero__cta .btn { width: 100%; }

  /* hero: the photo gets its own band, the headline stays on it, the rest drops below */
  .hero--split { display: grid; grid-template-columns: 1fr; min-height: 0; }
  .hero--split .hero__bg {
    position: relative; inset: auto; z-index: 0;
    grid-area: 1 / 1; align-self: stretch; min-height: min(58vh, 100vw, 430px);
  }
  .hero--split .hero__bg img { position: absolute; inset: 0; object-position: 58% 52%; }
  .hero--split::after {
    position: relative; inset: auto; z-index: 1; grid-area: 1 / 1; align-self: stretch;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5,8,11,.62) 0%, rgba(5,8,11,.10) 24%,
                                        rgba(5,8,11,.34) 58%, rgba(5,8,11,.90) 100%);
  }
  .hero--split .hero__in { display: contents; }
  .hero--split .hero__head {
    grid-area: 1 / 1; align-self: end; z-index: 2; position: relative;
    padding: 0 18px 22px;
  }
  .hero--split .hero__rest { grid-area: 2 / 1; padding: 26px 18px 40px; }
  /* badge sits bottom-right by default and collided with the headline once
     the H1 moved onto the lower half of the image */
  .hero--split .viz-badge { top: 14px; bottom: auto; }
  .hero--split h1 { margin-bottom: 0; }
  .hero--split .lead { max-width: none; margin-bottom: 24px; text-shadow: none; }
  .hero--split .hero__cta .btn { width: 100%; }
  .grid--3, .grid--2, .steps, .benefits { grid-template-columns: 1fr; }
  .calc__dims { grid-template-columns: 1fr 1fr; }
  .brand span { font-size: 16px; letter-spacing: .12em; }
  .header-actions .btn { display: none; }
  .tel { padding: 10px 4px; font-size: 14.5px; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
  .cta-band .btn { width: 100%; }
  .site-footer__in { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 344px) {
  .tel span { display: none; }
  .tel { padding: 10px; }
}


/* ================================================================
   2026-09-16 — modernization + readability pass
   Same brand tokens (canvas #05080B, accent #4EA5FF, btn #0B6BCB,
   Manrope/Inter). Depth, rhythm and text contrast only.
   ================================================================ */

/* ---------- readability: body copy was 15.5px muted on dark ---------- */
.card p, .step p, .qa p, .benefit p { font-size: 16.4px; line-height: 1.68; color: var(--muted); }
.lead { line-height: 1.6; }
.small, .form-note, .calc__note { color: var(--muted-2); }
.ticks li { color: var(--muted); line-height: 1.6; }
.ticks { gap: 12px; }

/* ---------- section rhythm ---------- */
section { position: relative; padding: clamp(62px, 7.2vw, 116px) 0; }
.tone {
  background: linear-gradient(180deg, var(--surface) 0%, #0A1017 100%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
/* short accent rule above every section heading */
.sec-head::before {
  content: ""; display: block; width: 42px; height: 3px; border-radius: 2px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--accent), rgba(78,165,255,.12));
}

/* ---------- header ---------- */
.site-header { background: rgba(5,8,11,.86); backdrop-filter: blur(14px) saturate(1.3); }
.brand:hover { text-decoration: none; }
.brand span { transition: color .16s; }
.brand:hover span { color: var(--accent); }

/* ---------- buttons ---------- */
.btn {
  border-radius: 12px; min-height: 54px; padding: 15px 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 10px 24px -14px rgba(11,107,203,.95);
  transition: background .16s, border-color .16s, color .16s, transform .12s, box-shadow .16s;
}
.btn:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 14px 28px -14px rgba(22,136,244,1); }
.btn:active { transform: translateY(0); }
.btn--ghost { box-shadow: none; }
.btn--ghost:hover { box-shadow: none; }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------- inputs ---------- */
.input, select.input {
  border-radius: 12px; min-height: 54px; padding: 15px 16px;
  /* background-COLOR, never the shorthand: it resets background-image and
     silently deletes the select's chevron (it is an inline data: URI). */
  background-color: #080D12;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
select.input { padding-right: 42px; background-position: right 15px center; }
.input:hover, select.input:hover { border-color: #2E3F51; }
.input:focus, select.input:focus, textarea.input:focus {
  outline: none; border-color: var(--accent); box-shadow: var(--ring); background-color: var(--canvas);
}
.input:focus-visible, select.input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.field > label, .lbl { color: var(--muted); font-size: 14.5px; }

/* ---------- cards ---------- */
.card {
  background: linear-gradient(180deg, var(--surface2) 0%, #0D141B 100%);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 2.3vw, 30px);
  position: relative; overflow: hidden;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(78,165,255,.45), transparent);
}
.card:hover { border-color: rgba(78,165,255,.32); transform: translateY(-2px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .45em; }

/* ---------- process steps: a real timeline on desktop ---------- */
.step__n {
  width: 44px; height: 44px; font-size: 16px;
  background: linear-gradient(150deg, rgba(78,165,255,.24), rgba(78,165,255,.05));
  border: 1px solid rgba(78,165,255,.30);
  box-shadow: 0 0 0 6px rgba(78,165,255,.045);
}
@media (min-width: 721px) {
  .steps { gap: clamp(22px, 2.6vw, 34px); }
  .step { grid-template-columns: 1fr; gap: 14px; position: relative; align-content: start; }
  .step__n { grid-row: auto; }
  .step h3 { margin: 0; }
  .step p { grid-column: 1; }
  .step::after {
    content: ""; position: absolute; left: 56px; right: -24px; top: 22px; height: 1px;
    background: linear-gradient(90deg, rgba(78,165,255,.36), rgba(78,165,255,0));
  }
  .step:last-child::after { display: none; }
}

/* ---------- FAQ ---------- */
.faq { gap: 10px; }
.qa {
  border-radius: var(--radius); padding: 2px 22px;
  transition: border-color .18s, background .18s;
}
.qa:hover { border-color: rgba(78,165,255,.28); }
.qa[open] { background: var(--surface3); border-color: rgba(78,165,255,.26); }
.qa summary { font-size: 1.1rem; line-height: 1.4; padding: 18px 0; }
.qa summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.qa p { margin-bottom: 18px; }

/* ---------- form card ---------- */
.form-card {
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #121A22 0%, #0C131A 100%);
  box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.form-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(78,165,255,.5), transparent);
}
.fprogress { color: var(--accent); }

/* ---------- gallery ---------- */
.marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.marquee figure { border-radius: 16px; }
.marquee__ctrl { transition: border-color .16s, background .16s; }
.marquee__ctrl:hover { background: var(--surface3); }

/* ---------- price badge ---------- */
.price-badge {
  border-radius: 14px; padding: 15px 24px;
  background: linear-gradient(145deg, rgba(78,165,255,.14), rgba(78,165,255,.05));
  border-color: rgba(78,165,255,.30);
}

/* ---------- image frames ---------- */
.split__img, .benefit-shot { border-radius: var(--radius-lg); box-shadow: var(--shadow); }

/* ---------- closing CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, #0F1821 0%, #0A121A 55%, #0C1A27 100%);
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; right: -140px; top: -240px;
  width: 560px; height: 560px; pointer-events: none;
  background: radial-gradient(circle, rgba(78,165,255,.16), transparent 62%);
}
.cta-band .wrap { position: relative; z-index: 1; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line-soft); }

/* ================= sticky mobile action bar ================= */
/* The header CTA is hidden below 720px, so past the hero there was no way to
   convert without scrolling back. Hidden at every width above 720px. */
.mcta { display: none; }
@media (max-width: 720px) {
  .mcta {
    display: grid; grid-template-columns: 54px 1fr; gap: 10px; align-items: center;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(6,10,14,.94); backdrop-filter: blur(16px) saturate(1.3);
    border-top: 1px solid var(--line);
    transform: translateY(0); transition: transform .22s ease, opacity .22s ease;
  }
  .mcta[data-tucked="1"] { transform: translateY(115%); opacity: 0; pointer-events: none; }
  .mcta__tel {
    display: inline-flex; align-items: center; justify-content: center;
    width: 54px; height: 52px; border-radius: 12px;
    border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--ink);
  }
  .mcta__tel:hover { text-decoration: none; }
  .mcta .btn { width: 100%; min-height: 52px; padding: 13px 16px; font-size: 15.5px; }
  body:has(> .mcta) { padding-bottom: 80px; }
}

/* ===================== mobile pass (<=720px) ===================== */
@media (max-width: 720px) {
  body { font-size: 17px; line-height: 1.68; }
  .wrap { padding: 0 20px; }
  section { padding: 54px 0; }
  .sec-head { margin-bottom: 26px; }
  .sec-head::before { width: 36px; margin-bottom: 16px; }

  h1 { letter-spacing: -0.03em; }
  h2 { font-size: clamp(1.55rem, 1.15rem + 1.9vw, 1.95rem); line-height: 1.18; }
  h3 { font-size: 1.12rem; }
  .lead { font-size: 1.06rem; line-height: 1.62; }
  .card p, .step p, .qa p, .benefit p { font-size: 16.2px; line-height: 1.64; }

  /* hero: taller photo band, headline on a solid base */
  .hero__in { padding-block: 0; }
  .hero--split .hero__bg { min-height: min(58vh, 96vw, 440px); }
  .hero--split::after {
    background: linear-gradient(180deg, rgba(5,8,11,.58) 0%, rgba(5,8,11,.06) 26%,
                                        rgba(5,8,11,.46) 60%, rgba(5,8,11,.96) 100%);
  }
  .hero--split .hero__head { padding: 0 20px 24px; }
  .hero--split .hero__rest { padding: 24px 20px 38px; }
  .hero--split h1 { text-shadow: 0 2px 12px rgba(5,8,11,.9), 0 1px 30px rgba(5,8,11,.85); }
  .h1-sub { margin-top: .42em; font-size: 1.06rem; line-height: 1.35; color: #CBD5DF; }
  .hero__cta { gap: 10px; }

  /* cards + steps */
  .card { padding: 20px 18px; border-radius: 16px; }
  .grid { gap: 14px; }
  .steps { gap: 22px; }
  .step { position: relative; grid-template-columns: auto 1fr; gap: 10px 14px; align-content: start; }
  .step__n { grid-row: 1 / span 2; width: 40px; height: 40px; }
  .step h3 { margin: 6px 0 0; }
  .step p { grid-column: 2; }
  .step::after {
    content: ""; position: absolute; left: 19.5px; top: 48px; bottom: -22px; width: 1px;
    background: linear-gradient(180deg, rgba(78,165,255,.32), rgba(78,165,255,0));
  }
  .step:last-child::after { display: none; }

  /* form */
  .form-card { padding: 20px 16px; border-radius: 16px; }
  .form-grid { gap: 14px; }
  .fstep { gap: 14px; }
  .input, select.input { font-size: 16px; min-height: 52px; padding: 14px 15px; }
  select.input { font-size: 15.2px; padding-right: 38px; background-position: right 13px center; }
  .calc__dims { gap: 12px; }
  .consent { font-size: 13.8px; gap: 10px; }
  .fnav { gap: 10px; }

  /* FAQ */
  .qa { padding: 2px 18px; border-radius: 14px; }
  .qa summary { font-size: 1.02rem; padding: 16px 0; gap: 14px; }

  /* gallery */
  .marquee img { height: 250px; }
  .marquee figure { border-radius: 14px; }
  .marquee { -webkit-mask-image: none; mask-image: none; }

  /* price badge */
  .price-badge { width: 100%; align-items: flex-start; padding: 14px 18px; }
  .price-badge--center { width: auto; align-items: center; }

  /* closing band + footer */
  .cta-band .wrap { gap: 18px; }
  .site-footer { padding: 34px 0 30px; }
  .site-footer__in { gap: 6px; }
  .foot-links { flex-direction: column; gap: 0; }
}

@media (max-width: 400px) {
  .wrap { padding: 0 16px; }
  .hero--split .hero__head { padding: 0 16px 22px; }
  .hero--split .hero__rest { padding: 22px 16px 34px; }
  .mcta { padding-left: 12px; padding-right: 12px; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .btn:hover, .card:hover { transform: none; }
  .mcta { transition: none; }
}
