:root {
  --navy-950: #050c17;
  --navy-900: #071426;
  --navy-850: #0a1b31;
  --navy-800: #102844;
  --blue-700: #0759c7;
  --blue-600: #0874e8;
  --blue-500: #1597ff;
  --blue-100: #dff2ff;
  --green-700: #087f3b;
  --green-600: #0aa84f;
  --green-500: #19c463;
  --whatsapp: #20c963;
  --gold-600: #b9872c;
  --gold-500: #d9aa4d;
  --ink: #132033;
  --muted: #5d6b7d;
  --line: #dbe3ed;
  --soft: #eef4f9;
  --paper: #f7f9fc;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(8, 27, 50, .08);
  --shadow-md: 0 20px 60px rgba(7, 20, 38, .15);
  --shadow-lg: 0 35px 90px rgba(3, 11, 22, .32);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1200px;
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, blockquote { margin-top: 0; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--navy-900);
  box-shadow: var(--shadow-md);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid #79c8ff; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.top-proof { background: #04101f; color: #cfe5fa; font-size: 13px; letter-spacing: .02em; }
.top-proof__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.top-proof strong { color: var(--white); }
.top-proof__divider { width: 3px; height: 3px; border-radius: 50%; background: var(--blue-500); }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(7, 20, 38, .94);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: var(--header-h); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, rgba(21,151,255,.22), rgba(21,151,255,.05)); color: #55b7ff; border: 1px solid rgba(85,183,255,.28); }
.brand-mark svg { width: 34px; height: 34px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.brand-copy span { margin-top: 5px; color: #a8c2db; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.main-nav a { color: #d9e8f6; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover { color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--white); transition: .2s ease; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 13px; font-size: 15px; font-weight: 850; line-height: 1.15; text-align: center; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-whatsapp { background: linear-gradient(135deg, #23d36b, #11aa50); color: #04180c; box-shadow: 0 12px 30px rgba(17, 170, 80, .25); }
.btn-whatsapp:hover { box-shadow: 0 16px 38px rgba(17,170,80,.34); }
.btn-ghost { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: var(--white); }
.btn-ghost:hover { background: rgba(255,255,255,.11); }
.btn-outline { border-color: #b8c8d8; background: var(--white); color: var(--navy-900); }
.btn-outline:hover { border-color: var(--blue-600); color: var(--blue-700); }
.btn-dark { background: var(--navy-900); color: var(--white); box-shadow: 0 14px 35px rgba(7,20,38,.24); }
.btn-xl { min-height: 58px; padding: 17px 25px; border-radius: 15px; font-size: 16px; }
.btn-xxl { min-height: 66px; padding: 19px 31px; border-radius: 17px; font-size: 18px; }
.btn-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.btn-arrow { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn-header { min-height: 46px; padding: 12px 17px; font-size: 13px; flex: 0 0 auto; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 78px 0 86px; background: radial-gradient(circle at 72% 18%, #163e69 0, rgba(22,62,105,.2) 28%, transparent 48%), linear-gradient(135deg, #06101e 0%, #0a1b31 52%, #092342 100%); color: var(--white); }
.hero-grid, .final-cta__grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow--one { width: 480px; height: 480px; right: -180px; top: -210px; background: radial-gradient(circle, rgba(21,151,255,.24), transparent 66%); }
.hero-glow--two { width: 350px; height: 350px; left: -180px; bottom: -220px; background: radial-gradient(circle, rgba(32,201,99,.15), transparent 66%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 58px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #7fc8ff; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 6px rgba(25,196,99,.14); }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(44px, 5.1vw, 74px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: #66bdff; }
.hero-lead { max-width: 720px; margin-bottom: 30px; color: #d0deeb; font-size: clamp(18px, 1.65vw, 22px); line-height: 1.55; }
.hero-lead strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.hero-microcopy { display: flex; flex-wrap: wrap; gap: 11px 22px; color: #bed0e1; font-size: 13px; font-weight: 700; }
.hero-microcopy span { display: inline-flex; align-items: center; gap: 6px; }
.hero-microcopy svg { width: 17px; height: 17px; fill: none; stroke: var(--green-500); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.representative-card { max-width: 720px; margin-top: 24px; padding: 18px; display: flex; gap: 15px; align-items: flex-start; border: 1px solid rgba(105,192,255,.36); border-radius: 16px; background: linear-gradient(135deg, rgba(21,151,255,.15), rgba(255,255,255,.055)); box-shadow: 0 14px 38px rgba(0,0,0,.14); }
.representative-card__avatar { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #6ac2ff, #1686e7); color: #04101f; font-size: 14px; font-weight: 950; letter-spacing: .04em; box-shadow: 0 10px 25px rgba(21,151,255,.24); }
.representative-card__label { display: block; margin-bottom: 2px; color: #80cbff; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.representative-card strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 16px; line-height: 1.35; }
.representative-card p { margin: 0; color: #cfdeec; font-size: 14px; line-height: 1.52; }
.loss-alert { max-width: 720px; margin-top: 34px; padding: 17px 18px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid rgba(217,170,77,.3); border-radius: 16px; background: rgba(217,170,77,.08); }
.loss-alert__icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: var(--gold-500); color: #291b05; font-weight: 950; }
.loss-alert strong { display: block; margin-bottom: 2px; color: #ffe1a6; }
.loss-alert span { color: #d4deea; font-size: 14px; line-height: 1.5; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-visual > img { width: min(100%, 650px); filter: drop-shadow(0 35px 60px rgba(0,0,0,.35)); }
.quote-card { position: absolute; min-width: 190px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(8,25,47,.78); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(15px); }
.quote-card--top { top: 78px; right: 0; }
.quote-card--bottom { bottom: 82px; left: 0; }
.quote-card__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(21,151,255,.14); color: #75c9ff; }
.quote-card__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quote-card strong, .quote-card small { display: block; }
.quote-card strong { color: var(--white); font-size: 14px; }
.quote-card small { color: #abc1d5; font-size: 11px; }
.years-seal { position: absolute; right: 22px; bottom: 30px; width: 152px; height: 152px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(217,170,77,.45); border-radius: 50%; background: radial-gradient(circle, rgba(217,170,77,.22), rgba(7,20,38,.8)); box-shadow: 0 20px 45px rgba(0,0,0,.28); }
.years-seal::before, .years-seal::after { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(217,170,77,.42); border-radius: 50%; }
.years-seal strong { color: #f6cb76; font-size: 31px; line-height: 1; }
.years-seal span { margin-top: 7px; color: #f5e1b9; font-size: 10px; font-weight: 800; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }

.proof-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 130px; display: flex; align-items: center; gap: 14px; padding: 28px 24px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-number { color: var(--blue-700); font-size: 26px; font-weight: 950; letter-spacing: -.04em; }
.proof-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; background: #e7f4ff; color: var(--blue-700); }
.proof-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.proof-item strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 14px; }
.proof-item > span:last-child { color: var(--muted); font-size: 12px; line-height: 1.42; }

.section { padding: 104px 0; }
.section-light { background: var(--paper); }
.section-soft { background: var(--soft); }
.section-dark { position: relative; overflow: hidden; background: linear-gradient(135deg, #071426, #0d2745); color: var(--white); }
.section-dark::after { content: ""; position: absolute; right: -180px; bottom: -220px; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(21,151,255,.18), transparent 67%); }
.section-heading { margin-bottom: 50px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 70px; align-items: end; }
.section-heading--center { max-width: 850px; margin-inline: auto; text-align: center; }
.kicker { color: var(--blue-700); }
.kicker--blue { color: #71c6ff; }
.kicker--light { color: #a7dbff; }
.section-heading h2, .credibility-copy h2, .process-copy h2, .faq-intro h2, .decision-card h2, .quote-ready h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 53px); line-height: 1.09; letter-spacing: -.045em; }
.section-heading p, .process-copy > p, .faq-intro > p { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section-heading--center p { max-width: 760px; margin-inline: auto; }

.cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cost-card { padding: 37px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.cost-card--risk { background: linear-gradient(180deg, #fff, #fff8f5); }
.cost-card--safe { border-color: #a9d9f7; background: linear-gradient(180deg, #fff, #f1f9ff); box-shadow: 0 18px 55px rgba(8,116,232,.12); }
.cost-card__label { display: inline-flex; margin-bottom: 18px; padding: 7px 11px; border-radius: 999px; background: #f4e5df; color: #8c3a21; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cost-card--safe .cost-card__label { background: #dbf0ff; color: #0759c7; }
.cost-card h3 { margin-bottom: 25px; font-size: 25px; line-height: 1.23; letter-spacing: -.025em; }
.check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #415166; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #dff4ff; color: var(--blue-700); font-size: 12px; font-weight: 950; }
.check-list--risk li::before { content: "×"; background: #f9e7e0; color: #a74629; }
.comparison-banner { margin-top: 28px; padding: 38px 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; border-radius: var(--radius-md); background: linear-gradient(115deg, #061426, #0b3159); color: var(--white); box-shadow: var(--shadow-md); }
.comparison-banner h3 { margin-bottom: 9px; font-size: 28px; line-height: 1.2; }
.comparison-banner p { max-width: 740px; margin-bottom: 0; color: #bfd0df; }

.credibility-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.credibility-copy > p { color: #c7d5e3; font-size: 18px; }
.authority-quote { position: relative; margin: 34px 0 28px; padding: 25px 26px 25px 56px; border-left: 3px solid var(--gold-500); background: rgba(255,255,255,.055); }
.authority-quote__mark { position: absolute; left: 18px; top: 8px; color: var(--gold-500); font-family: Georgia, serif; font-size: 54px; line-height: 1; }
.authority-quote blockquote { margin: 0; color: #e6edf4; font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #79caff; font-weight: 850; }
.text-link:hover { color: var(--white); }
.text-link--dark { color: var(--blue-700); }
.text-link--dark:hover { color: var(--navy-900); }
.authority-panel { padding: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.authority-panel__top { display: flex; align-items: center; gap: 16px; color: #c8d8e7; font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.authority-panel__year { color: #f2c96f; font-size: 40px; font-weight: 950; letter-spacing: -.05em; }
.authority-line { height: 1px; margin: 25px 0; background: linear-gradient(90deg, rgba(217,170,77,.75), rgba(255,255,255,.08)); }
.authority-points { display: grid; gap: 12px; }
.authority-points article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 17px; border-radius: 15px; background: rgba(255,255,255,.045); }
.authority-index { color: #73c8ff; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.authority-points strong { display: block; margin-bottom: 2px; }
.authority-points p { margin: 0; color: #afc2d3; font-size: 13px; }

.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.brand-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.brand-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.brand-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--blue-600); }
.brand-card--eaton::before { background: #c52d33; }
.brand-card--euro::before { background: #e09a20; }
.brand-card__head { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
.brand-word { color: #1382d5; font-size: 39px; font-weight: 950; letter-spacing: -.07em; line-height: 1; }
.brand-card--eaton .brand-word { color: #bd2730; font-size: 31px; letter-spacing: -.045em; }
.brand-word--euro { color: #d38211; font-size: 23px; letter-spacing: -.03em; }
.brand-card__tag { padding: 6px 9px; border-radius: 999px; background: #eef4f9; color: #5a6a7c; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.brand-card h3 { margin-bottom: 12px; font-size: 24px; }
.brand-card p { min-height: 84px; color: var(--muted); font-size: 15px; }
.brand-card ul { display: grid; gap: 8px; margin: 21px 0 28px; padding: 0; list-style: none; color: #3e4f62; font-size: 14px; }
.brand-card li { position: relative; padding-left: 23px; }
.brand-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 11px; height: 2px; background: var(--blue-600); }
.brand-card--eaton li::before { background: #c52d33; }
.brand-card--euro li::before { background: #e09a20; }
.brand-card__cta { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-700); font-weight: 900; }
.brand-card--eaton .brand-card__cta { color: #a92028; }
.brand-card--euro .brand-card__cta { color: #a9680b; }
.brand-note { max-width: 920px; margin: 28px auto 0; color: #7a8795; font-size: 12px; text-align: center; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; align-items: stretch; }
.audience-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid #d6e0ea; border-radius: var(--radius-md); background: var(--white); }
.audience-card--featured { border-color: #54b6f2; box-shadow: 0 20px 55px rgba(8,116,232,.14); }
.audience-card__badge { position: absolute; right: 22px; top: 20px; padding: 6px 9px; border-radius: 999px; background: #dff2ff; color: var(--blue-700); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.audience-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 17px; background: #e9f5ff; color: var(--blue-700); }
.audience-card__icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.audience-card__label { margin-bottom: 9px; color: var(--blue-700); font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.audience-card h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.24; }
.audience-card p { margin-bottom: 27px; color: var(--muted); font-size: 15px; }
.audience-card .btn { margin-top: auto; }

.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.direct-note { margin-top: 30px; padding: 19px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid #b9dbf0; border-radius: 16px; background: #ecf8ff; color: #31516a; }
.direct-note svg { width: 28px; height: 28px; flex: 0 0 auto; fill: none; stroke: var(--blue-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.direct-note span { font-size: 14px; }
.direct-note strong { color: var(--ink); }
.process-steps { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); box-shadow: var(--shadow-sm); }
.step-number { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; background: var(--navy-900); color: #72c7ff; font-size: 15px; font-weight: 950; }
.process-steps h3 { margin-bottom: 5px; font-size: 21px; }
.process-steps p { margin: 0; color: var(--muted); font-size: 15px; }

.quote-ready { position: relative; overflow: hidden; background: linear-gradient(120deg, #0759c7, #0874e8 58%, #0a91ea); color: var(--white); }
.quote-ready::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.22), transparent 31%); }
.quote-ready__inner { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.1fr auto; gap: 42px; align-items: center; }
.quote-ready h2 { margin-bottom: 10px; }
.quote-ready p { margin-bottom: 0; color: #d6ecff; }
.quote-ready__list { display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 12px; }
.quote-ready__list span { display: flex; align-items: center; gap: 10px; color: #f1f8ff; font-size: 14px; font-weight: 750; }
.quote-ready__list b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: rgba(255,255,255,.15); font-size: 11px; }

.decision-section { background: #e8eef5; }
.decision-card { display: grid; grid-template-columns: 92px 1fr auto; gap: 35px; align-items: center; padding: 46px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.decision-card__mark { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 25px; background: #e6f8ee; color: var(--green-700); }
.decision-card__mark svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.decision-card h2 { max-width: 800px; margin-bottom: 12px; font-size: clamp(30px, 3.2vw, 45px); }
.decision-card p { max-width: 830px; margin-bottom: 0; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 128px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 7px 22px rgba(8,27,50,.04); }
.faq-list summary { position: relative; padding: 22px 58px 22px 24px; cursor: pointer; list-style: none; color: var(--ink); font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 21px; top: 50%; width: 27px; height: 27px; transform: translateY(-50%); display: grid; place-items: center; border-radius: 9px; background: #eaf4fb; color: var(--blue-700); font-size: 20px; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0; padding: 0 24px 23px; color: var(--muted); font-size: 15px; }

.final-cta { position: relative; overflow: hidden; padding: 110px 0 120px; background: linear-gradient(135deg, #050c17, #0b213b 60%, #0b3157); color: var(--white); text-align: center; }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta__proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.final-cta__proof span { padding: 8px 11px; border: 1px solid rgba(125,201,255,.28); border-radius: 999px; background: rgba(21,151,255,.07); color: #9ad8ff; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.final-cta h2 { margin-bottom: 20px; font-size: clamp(42px, 5.5vw, 70px); line-height: 1.04; letter-spacing: -.055em; }
.final-cta h2 span { color: #69c0ff; }
.final-cta p { max-width: 760px; margin: 0 auto 31px; color: #c5d5e5; font-size: 19px; }
.final-cta__micro { display: block; margin-top: 14px; color: #91a7bb; font-size: 12px; }

.site-footer { padding: 70px 0 28px; background: #040b14; color: #b9c9d8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 45px; padding-bottom: 45px; }
.brand--footer { color: var(--white); }
.footer-brand p { max-width: 430px; margin: 23px 0 0; color: #8599ad; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links h3 { margin-bottom: 7px; color: var(--white); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #98abbd; font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-legal { padding-top: 27px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-legal p { margin-bottom: 10px; color: #71869a; font-size: 11px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; color: #71869a; font-size: 11px; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; min-height: 55px; padding: 13px 17px; border-radius: 999px; background: var(--whatsapp); color: #03170a; box-shadow: 0 16px 40px rgba(0,0,0,.28); font-size: 13px; font-weight: 900; }
.floating-whatsapp svg { width: 25px; height: 25px; }
.mobile-cta { display: none; }

@media (max-width: 1120px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 12px; }
  .hero-inner { grid-template-columns: 1fr .85fr; gap: 34px; }
  .hero h1 { font-size: clamp(43px, 5.6vw, 64px); }
  .quote-ready__inner { grid-template-columns: .8fr 1.2fr; }
  .quote-ready__inner > .btn { grid-column: 1 / -1; justify-self: center; }
  .decision-card { grid-template-columns: 80px 1fr; }
  .decision-card > .btn { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 960px) {
  :root { --header-h: 72px; }
  body { font-size: 16px; }
  .btn-header { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #08182b; box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; border-radius: 10px; font-size: 14px; }
  .main-nav a:hover { background: rgba(255,255,255,.06); }
  .hero { min-height: auto; padding: 66px 0 78px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 510px; margin-top: 6px; }
  .hero-visual > img { width: min(100%, 570px); }
  .quote-card--top { right: 10%; }
  .quote-card--bottom { left: 10%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-heading--split, .credibility-grid, .process-layout, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .section-heading--split { align-items: start; }
  .cost-grid, .brands-grid { grid-template-columns: 1fr; }
  .brand-card p { min-height: 0; }
  .brands-grid { max-width: 760px; margin-inline: auto; }
  .audience-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .comparison-banner { grid-template-columns: 1fr; }
  .comparison-banner .btn { justify-self: start; }
  .credibility-copy { max-width: 740px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .top-proof__inner { min-height: 34px; gap: 9px; font-size: 10px; }
  .top-proof__inner span:nth-of-type(2), .top-proof__inner .top-proof__divider:nth-of-type(2) { display: none; }
  .brand-mark { width: 42px; height: 42px; border-radius: 12px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy span { font-size: 9px; }
  .header-inner { gap: 12px; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-microcopy { gap: 10px 15px; }
  .loss-alert { padding: 15px; }
  .hero-visual { min-height: 420px; }
  .quote-card { min-width: 164px; padding: 10px 12px; }
  .quote-card--top { top: 35px; right: 0; }
  .quote-card--bottom { bottom: 45px; left: 0; }
  .years-seal { right: 0; bottom: 2px; width: 125px; height: 125px; }
  .years-seal strong { font-size: 26px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 12px; }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .credibility-copy h2, .process-copy h2, .faq-intro h2, .quote-ready h2 { font-size: 34px; }
  .section-heading p, .process-copy > p, .faq-intro > p { font-size: 16px; }
  .cost-card, .brand-card, .audience-card, .authority-panel { padding: 26px; }
  .comparison-banner { padding: 29px 25px; }
  .comparison-banner .btn { width: 100%; }
  .authority-panel__top { align-items: flex-start; flex-direction: column; gap: 3px; }
  .authority-points article { grid-template-columns: 38px 1fr; padding: 14px; }
  .process-steps li { grid-template-columns: 54px 1fr; gap: 16px; padding: 22px 18px; }
  .step-number { width: 52px; height: 52px; }
  .quote-ready__inner { grid-template-columns: 1fr; gap: 28px; }
  .quote-ready__list { grid-template-columns: 1fr; }
  .quote-ready__inner > .btn { grid-column: auto; width: 100%; }
  .decision-card { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .decision-card__mark { margin-inline: auto; }
  .decision-card > .btn { grid-column: auto; width: 100%; }
  .faq-list summary { padding: 20px 54px 20px 19px; }
  .faq-list details p { padding: 0 19px 20px; }
  .final-cta { padding: 82px 0 110px; }
  .final-cta h2 { font-size: 41px; }
  .final-cta p { font-size: 17px; }
  .final-cta .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .floating-whatsapp { display: none; }
  .mobile-cta { position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); border-top: 1px solid rgba(255,255,255,.12); background: rgba(5,12,23,.97); color: var(--white); box-shadow: 0 -12px 35px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
  .mobile-cta span { display: flex; flex-direction: column; line-height: 1.2; }
  .mobile-cta strong { font-size: 11px; }
  .mobile-cta small { margin-top: 3px; color: #91a8bd; font-size: 8px; }
  .mobile-cta .btn { min-height: 46px; padding: 11px 13px; border-radius: 12px; font-size: 11px; }
  .site-footer { padding-bottom: 105px; }
}

@media (max-width: 440px) {
  .top-proof__inner span:nth-of-type(3), .top-proof__inner .top-proof__divider:last-of-type { display: none; }
  .brand-copy strong { font-size: 14px; }
  .hero h1 { font-size: 41px; }
  .hero-microcopy { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 365px; }
  .quote-card--top { top: 13px; }
  .quote-card--bottom { bottom: 34px; }
  .quote-card { min-width: 145px; }
  .quote-card__icon { width: 32px; height: 32px; }
  .quote-card strong { font-size: 12px; }
  .years-seal { width: 108px; height: 108px; }
  .years-seal span { font-size: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .mobile-cta { grid-template-columns: 1fr; }
  .mobile-cta > span { display: none; }
  .mobile-cta .btn { width: 100%; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .top-proof, .floating-whatsapp, .mobile-cta, .hero-actions, .final-cta, .site-footer { display: none !important; }
  body { background: #fff; color: #000; }
  .hero, .section-dark, .quote-ready { background: #fff !important; color: #000 !important; }
}
