@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/manrope-latin-ext.woff2") format("woff2");
  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: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  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: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/material-symbols-rounded.woff2") format("woff2");
}

:root {
  --navy-950: #102f49;
  --navy-900: #153f63;
  --navy-800: #1d527b;
  --navy-700: #2e6b94;
  --orange: #ef7a2d;
  --orange-dark: #d76018;
  --orange-soft: #fff3e9;
  --ink: #172126;
  --muted: #657078;
  --line: #dfe4e5;
  --fog: #f3f5f6;
  --white: #fafaf8;
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 16px 45px rgba(23, 33, 38, .08);
  --container: min(1320px, calc(100vw - 40px));
  --ease: cubic-bezier(.2,.72,.2,1);
  --section: clamp(76px, 9vw, 132px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #ff9d66; outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -100px; padding: 12px 18px; background: var(--white); color: var(--navy-900); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.eyebrow { display: none; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--orange); }
.eyebrow.light { color: #ffb588; }
h1,h2,h3,h4 { margin: 0; color: var(--navy-950); font-family: "Manrope", sans-serif; font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 5.8vw, 5.75rem); }
h2 { font-size: clamp(2.4rem, 4.2vw, 4.25rem); }
h3 { font-size: clamp(1.3rem, 1.75vw, 1.7rem); line-height: 1.2; }
p { margin: 0 0 1em; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; max-width: 68ch; }
.section { padding-block: var(--section); position: relative; }
.section-sm { padding-block: clamp(52px, 6vw, 84px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr); align-items: end; gap: 40px; margin-bottom: clamp(42px, 6vw, 72px); }
.section-head .lead { justify-self: end; }
.section-index { position: absolute; right: max(20px, calc((100vw - 1320px) / 2)); top: 46px; color: rgba(21,63,99,.045); font-family: "Manrope"; font-size: clamp(6rem, 14vw, 13rem); font-weight: 500; line-height: 1; pointer-events: none; }
.bg-fog { background: var(--fog); }
.bg-dark { color: var(--white); background: var(--navy-950); }
.bg-dark h2,.bg-dark h3,.bg-dark h1 { color: var(--white); }
.bg-dark .lead { color: #b9c8d3; }
.bg-grid { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; }
.btn { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 9px; padding: 10px 19px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 600; font-size: .9rem; line-height: 1.2; transition: transform .25s var(--ease), background .25s, color .25s, border .25s; }
.btn:hover { transform: translateY(-1px); }
.btn .material-symbols-rounded { font-size: 21px; transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { color: white; background: var(--orange); box-shadow: 0 10px 24px rgba(239,122,45,.16); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { color: var(--navy-900); background: white; border-color: var(--line); }
.btn-secondary:hover { border-color: var(--navy-900); }
.btn-ghost { color: white; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: white; color: var(--navy-900); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-weight: 600; font-size: .9rem; }
.text-link .material-symbols-rounded { color: var(--orange); font-size: 20px; transition: transform .25s; }
.text-link:hover .material-symbols-rounded { transform: translateX(4px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.material-symbols-rounded { display: inline-block; font-family: "Material Symbols Rounded"; font-style: normal; font-weight: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24; }

.topbar { height: 30px; color: var(--muted); background: #f7f8f7; border-bottom: 1px solid var(--line); font-size: .67rem; font-weight: 600; }
.topbar-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar .material-symbols-rounded { color: var(--orange); font-size: 15px; }
.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(250,250,248,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 22px rgba(23,33,38,.055); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 22px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; color: var(--navy-950); }
.brand-emblem { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand-word { display: grid; font-size: 1.16rem; font-weight: 700; letter-spacing: .08em; line-height: 1; }
.brand-word small { margin-top: 6px; color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: stretch; align-self: stretch; gap: 23px; margin-left: auto; }
.nav-link,.mega-trigger { position: relative; display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; color: #38464e; font-weight: 600; font-size: .79rem; }
.nav-link::after,.mega-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 1px; background: var(--orange); transition: right .3s var(--ease); }
.nav-link:hover::after,.nav-link.active::after,.mega-trigger:hover::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--navy-900); font-size: .84rem; font-weight: 700; white-space: nowrap; }
.header-phone .material-symbols-rounded { color: var(--orange); }
.mega-wrap { display: flex; }
.mega-menu { position: fixed; visibility: hidden; opacity: 0; transform: translateY(-8px); left: 50%; top: 98px; width: min(900px, calc(100vw - 40px)); padding: 30px; border: 1px solid var(--line); border-top: 2px solid var(--orange); background: #fff; box-shadow: var(--shadow); transition: .2s var(--ease); translate: -50% 0; }
.mega-wrap:hover .mega-menu,.mega-wrap:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.mega-grid strong { display: block; color: var(--orange-dark); margin-bottom: 12px; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.mega-grid a { display: block; padding: 7px 0; font-size: .83rem; font-weight: 600; }
.mega-grid a:hover { color: var(--orange-dark); }
.mega-grid .all-offer-link,.mobile-panel .all-offer-link { color: var(--orange-dark); text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.mobile-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--navy-900); }
.mobile-menu { position: fixed; inset: 0 0 0 auto; z-index: 70; width: min(390px, 92vw); visibility: hidden; transform: translateX(100%); padding: 22px; overflow-y: auto; background: white; transition: .35s var(--ease); }
.mobile-menu.open { visibility: visible; transform: translateX(0); }
.menu-backdrop { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; background: rgba(7,26,43,.62); transition: .25s; }
.menu-backdrop.open { visibility: visible; opacity: 1; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.icon-btn { width: 48px; height: 48px; display: inline-grid; place-items: center; color: var(--navy-900); background: var(--fog); border: 0; border-radius: 8px; }
.mobile-nav > a,.mobile-accordion button { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 10px 4px; border: 0; border-bottom: 1px solid var(--line); background: white; color: var(--navy-900); font-weight: 700; text-align: left; }
.mobile-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.mobile-panel > div { overflow: hidden; }
.mobile-panel.open { grid-template-rows: 1fr; }
.mobile-panel a { display: block; padding: 9px 14px; color: var(--muted); font-weight: 700; }
.mobile-menu .actions { margin-top: 24px; }

.hero { min-height: 650px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 88% 12%, rgba(46,107,148,.09), transparent 27%), #fafaf8; color: var(--ink); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; right: 0; top: 0; width: 35%; height: 1px; background: var(--orange); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: clamp(45px,6vw,90px); padding-block: clamp(70px, 7.5vw, 104px); }
.hero h1 { color: var(--ink); max-width: 760px; font-weight: 600; }
.hero h1 em { color: var(--navy-700); font-style: normal; }
.hero .lead { margin-top: 26px; color: var(--muted); max-width: 62ch; }
.hero .actions { margin-top: 30px; }
.hero .btn-ghost { color: var(--navy-900); border-color: #bfc9cf; }
.hero .btn-ghost:hover { color: var(--navy-950); background: white; }
.trust-inline { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #59676f; font-size: .76rem; font-weight: 600; }
.trust-inline span { display: inline-flex; align-items: center; gap: 7px; }
.trust-inline .material-symbols-rounded { color: var(--orange); font-size: 19px; }
.hero-visual { position: relative; height: 505px; }
.hero-plate { position: absolute; inset: 12px 0 24px 52px; border: 1px solid #d5e0e6; background: #eaf1f4; clip-path: polygon(8% 0,100% 0,100% 88%,89% 100%,0 100%,0 10%); }
.hero-plate::after { content: ""; position: absolute; right: 0; top: 0; width: 3px; height: 37%; background: var(--orange); }
.hero-product { position: absolute; z-index: 2; filter: drop-shadow(0 22px 22px rgba(23,33,38,.12)); object-fit: contain; }
.hero-product.main { height: 450px; right: 34px; bottom: 6px; }
.hero-product.secondary { height: 270px; left: 8px; bottom: 8px; }
.hero-stamp { position: absolute; z-index: 3; top: 34px; left: 12px; width: auto; min-width: 112px; min-height: 54px; display: grid; place-items: center; padding: 10px 14px; border: 1px solid #d8e1e5; border-top: 2px solid var(--orange); border-radius: 2px; color: var(--navy-900); background: rgba(250,250,248,.94); text-align: left; font-size: .72rem; font-weight: 700; line-height: 1.3; box-shadow: 0 10px 28px rgba(23,33,38,.07); }
.trust-bar { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item .material-symbols-rounded { color: var(--orange); font-size: 31px; }
.trust-item strong { display: block; color: var(--navy-950); font-size: 1.02rem; font-weight: 600; line-height: 1.2; }
.trust-item small { color: var(--muted); }

.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 34px; }
.need-card { min-height: 225px; display: flex; flex-direction: column; padding: 27px 4px 30px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; transition: .3s var(--ease); }
.need-card:hover { transform: translateY(-2px); border-color: var(--orange); box-shadow: none; }
.need-icon { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 25px; color: var(--orange-dark); background: transparent; border-radius: 0; }
.need-icon .material-symbols-rounded,.material-symbols-rounded.need-icon { font-size: 26px; }
.need-card p { color: var(--muted); font-size: .92rem; }
.need-card .text-link { margin-top: auto; }
.need-card.accent { color: var(--ink); border-color: var(--orange); background: linear-gradient(90deg, rgba(239,122,45,.055), transparent); }
.need-card.accent h3,.need-card.accent .text-link { color: var(--navy-900); }
.need-card.accent p { color: var(--muted); }
.need-card.accent .need-icon { color: var(--orange-dark); background: transparent; }
.need-card.accent .text-link .material-symbols-rounded { color: var(--orange); }

.offer-stack { display: grid; gap: 0; }
.offer-card { min-height: 520px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,6vw,88px); overflow: visible; padding-block: 58px; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.offer-card:last-child { border-bottom: 1px solid var(--line); }
.offer-card:nth-child(even) .offer-media { order: 2; }
.offer-card:nth-child(even) .offer-copy { order: 1; }
.offer-media { position: relative; min-height: 400px; max-height: 460px; overflow: hidden; background: #eef2f3; clip-path: polygon(0 0,94% 0,100% 9%,100% 100%,0 100%); }
.offer-card:nth-child(even) .offer-media { clip-path: polygon(6% 0,100% 0,100% 100%,0 100%,0 9%); }
.offer-media img { width: 100%; height: 100%; padding: 52px; object-fit: contain; transition: transform .5s var(--ease); }
.offer-card:hover .offer-media img { transform: scale(1.035); }
.offer-no { position: absolute; left: 20px; top: 16px; z-index: 2; color: var(--orange); font: 600 .72rem/1 "Manrope"; letter-spacing: .14em; }
.offer-no::after { content: ""; display: inline-block; width: 22px; height: 1px; margin-left: 8px; vertical-align: middle; background: var(--orange); }
.offer-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(20px, 3vw, 42px) 0; }
.offer-copy p { color: var(--muted); max-width: 52ch; }
.offer-copy .eyebrow { margin-bottom: 20px; }
.offer-copy h2 { margin-bottom: 20px; }
.offer-copy .text-link { margin-top: 16px; }

.proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.proof-media { position: relative; }
.proof-media img { width: 100%; height: 520px; object-fit: cover; border-radius: 0; clip-path: polygon(0 0,92% 0,100% 9%,100% 100%,0 100%); }
.proof-badge { position: absolute; right: -18px; bottom: 26px; width: 164px; padding: 18px; color: var(--navy-950); background: #fafaf8; border: 1px solid var(--line); border-top: 2px solid var(--orange); border-radius: 2px; box-shadow: 0 12px 32px rgba(23,33,38,.07); }
.proof-badge strong { display: block; font: 600 2rem/1.1 "Manrope"; }
.proof-list { display: grid; gap: 0; margin-top: 30px; }
.proof-item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.proof-item .material-symbols-rounded { color: var(--orange); font-size: 28px; }
.proof-item strong { display: block; color: var(--navy-950); }
.proof-item p { margin: 2px 0 0; color: var(--muted); font-size: .9rem; }

.wizard { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.wizard-copy { position: sticky; top: 130px; }
.wizard-form { padding: clamp(26px, 4vw, 46px); color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: none; }
.field-group { margin-bottom: 28px; }
.field-label { display: block; margin-bottom: 11px; color: var(--navy-950); font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 3px; color: var(--navy-900); font-weight: 600; transition: .2s; }
.choice input:checked + span { border-color: var(--orange); background: var(--orange-soft); box-shadow: inset 0 0 0 1px var(--orange); }
.choice input:focus-visible + span { outline: 3px solid #ff9d66; outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: .83rem; font-weight: 700; }
.field input,.field select,.field textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #cbd4d8; border-radius: 3px; color: var(--ink); background: white; }
.field textarea { min-height: 126px; resize: vertical; }
.check-field { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .78rem; }
.check-field input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--orange); }
.form-status { min-height: 24px; margin-top: 14px; font-size: .88rem; font-weight: 700; }
.form-status.success { color: #087b4b; }
.form-status.error { color: #b42318; }
.hp-field { position: absolute !important; left: -9999px !important; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 28px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: visible; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; transition: .3s var(--ease); }
.product-card:hover { transform: translateY(-2px); box-shadow: none; border-color: var(--orange); }
.product-image { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; background: #eff2f2; }
.product-image img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 28px; object-fit: contain; object-position: center; transition: transform .45s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-brand { position: absolute; z-index: 2; left: 14px; top: 12px; padding: 4px 7px; color: var(--navy-800); background: rgba(250,250,248,.88); border-radius: 2px; font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-badge { position: absolute; z-index: 2; right: 14px; top: 12px; padding: 5px 8px; color: #fff; background: var(--orange); border-radius: 2px; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-copy { display: flex; flex: 1; flex-direction: column; padding: 20px 0 0; }
.product-copy p { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .86rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.feature-mini { display: none; }
.feature-mini li { display: flex; gap: 8px; margin: 6px 0; }
.feature-mini li::before { content: "•"; color: var(--orange); font-weight: 900; }
.product-price { display: grid; gap: 2px; margin-top: auto; padding-top: 18px; }
.product-price strong { color: var(--navy-950); font: 700 1.35rem/1.15 "Manrope"; }
.product-price small { min-height: 32px; color: var(--orange-dark); font-size: .71rem; font-weight: 700; line-height: 1.4; }
.product-copy .text-link { margin-top: 13px; }
.partner-heading { margin-bottom: 32px; }
.partner-heading .lead { margin-top: 10px; font-size: .95rem; }
.partner-slider { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.partner-track { width: max-content; display: flex; animation: partner-marquee 34s linear infinite; will-change: transform; }
.partner-slider:hover .partner-track { animation-play-state: paused; }
.partner-group { display: flex; align-items: center; gap: clamp(38px,5vw,86px); padding-right: clamp(38px,5vw,86px); }
.partner-slide { width: clamp(155px,15vw,225px); height: 84px; display: grid; place-items: center; padding: 10px 14px; }
.partner-slide img { width: 100%; height: 62px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .25s,opacity .25s; }
.partner-slide:hover img { filter: grayscale(0); opacity: 1; }
@keyframes partner-marquee { to { transform: translateX(-50%); } }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 52px; background: rgba(255,255,255,.14); }
.process-step { min-height: 250px; padding: 30px; background: var(--navy-950); }
.process-no { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font: 600 .75rem/1 "Manrope"; letter-spacing: .13em; }
.process-no::after { content: ""; width: 24px; height: 1px; background: var(--orange); }
.process-step h3 { margin: 34px 0 10px; color: white; }
.process-step p { color: #aebfcb; font-size: .87rem; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 100px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; color: var(--navy-950); font-weight: 700; text-align: left; }
.faq-q .material-symbols-rounded { color: var(--orange); transition: transform .25s; }
.faq-q[aria-expanded="true"] .material-symbols-rounded { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 0fr; color: var(--muted); transition: grid-template-rows .3s var(--ease); }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 40px 22px 0; }
.faq-a.open { grid-template-rows: 1fr; }

.final-cta { overflow: hidden; }
.bg-soft-cta { background: #e9f1f4; border-block: 1px solid #d5e1e6; }
.final-cta::after { content: ""; position: absolute; right: -7vw; bottom: -22vw; width: 44vw; aspect-ratio: 1; border: 1px solid rgba(21,63,99,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(21,63,99,.018), 0 0 0 140px rgba(21,63,99,.012); }
.final-cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.final-cta .lead { margin-top: 24px; }
.final-cta .actions { justify-content: flex-end; }
.page-hero { padding: clamp(70px, 7.5vw, 108px) 0; overflow: hidden; background: #eef3f5; color: var(--ink); border-bottom: 1px solid #d9e3e7; }
.page-hero::after { content: attr(data-number); position: absolute; right: max(20px, calc((100vw - 1320px) / 2)); bottom: -34px; color: rgba(21,63,99,.045); font: 500 clamp(9rem, 23vw, 21rem)/1 "Manrope"; }
.page-hero h1 { max-width: 1040px; color: var(--ink); font-size: clamp(3.1rem, 5.6vw, 5.6rem); font-weight: 600; }
.page-hero .lead { margin-top: 24px; color: var(--muted); }
.page-hero .eyebrow.light { color: var(--orange-dark); }
.page-hero .btn-ghost { color: var(--navy-900); border-color: #aebfc8; }
.page-hero .btn-ghost:hover { background: #fff; }
.breadcrumbs { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #7b888f; font-size: .72rem; }
.breadcrumbs a:hover { color: var(--navy-900); }
.category-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.category-intro h2 + .lead,.wizard-copy h2 + .lead { margin-top: 22px; }
.contact-location { grid-template-columns: 1.25fr .75fr; align-items: center; }
.contact-location > img { width: 100%; height: clamp(260px, 24vw, 360px); object-fit: cover; object-position: center 46%; }
.info-panel { padding: 30px; border-left: 4px solid var(--orange); background: var(--fog); }
.info-panel strong { display: block; margin-bottom: 6px; color: var(--navy-950); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-btn { min-height: 44px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy-900); background: white; font-weight: 700; }
.filter-btn.active { color: white; border-color: var(--navy-900); background: var(--navy-900); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(200px,280px) minmax(220px,300px) 1fr; gap: 14px; align-items: end; margin: -6px 0 38px; padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.catalog-toolbar label { display: grid; gap: 7px; color: var(--navy-950); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-toolbar select { width: 100%; min-height: 46px; padding: 10px 38px 10px 12px; border: 1px solid #c7d1d7; border-radius: 2px; color: var(--navy-950); background: white; font: 600 .88rem "Manrope"; }
.catalog-count { justify-self: end; margin: 0 4px 12px 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.product-card[hidden] { display: none; }
.product-hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.product-showcase { aspect-ratio: 4 / 3.7; display: grid; place-items: center; padding: 48px; background: #eef2f2; border: 0; border-radius: 0; clip-path: polygon(0 0,94% 0,100% 8%,100% 100%,0 100%); }
.product-showcase img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(7,26,43,.15)); }
.product-meta { color: var(--orange-dark); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-meta-row { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; }
.detail-badge { padding: 5px 8px; color: #fff; background: var(--orange); border-radius: 2px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-detail h1 { margin: 12px 0 24px; overflow-wrap: anywhere; font-size: clamp(2.8rem, 4.6vw, 4.8rem); }
.product-price-box { display: grid; grid-template-columns: auto 1fr; gap: 4px 18px; max-width: 520px; margin: 0 0 26px; padding: 18px 20px; border-left: 3px solid var(--orange); background: var(--orange-soft); }
.product-price-box span { align-self: center; color: var(--orange-dark); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-price-box strong { color: var(--navy-950); font: 700 clamp(1.65rem,2.4vw,2.2rem)/1 "Manrope"; }
.product-price-box small { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; }
.product-price-box.price-complete small { color: var(--navy-900); font-size: .84rem; font-weight: 750; }
.price-includes { display: grid; grid-template-columns: 26px 1fr; gap: 11px; margin: -10px 0 26px; padding: 15px 17px; border: 1px solid #cbdde5; color: var(--navy-900); background: #edf5f7; }
.price-includes .material-symbols-rounded { color: var(--orange); font-size: 22px; }
.price-includes p { color: var(--navy-900); font-size: .84rem; line-height: 1.5; }
.price-includes strong { display: block; margin-bottom: 2px; }
.boiler-order-section { padding: 0 0 clamp(56px,6vw,88px); }
.boiler-order-note { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 24px 30px; align-items: center; padding: clamp(28px,4vw,46px); color: #fff; background: var(--navy-950); }
.boiler-order-note h2 { color: #fff; font-size: clamp(1.8rem,3vw,2.8rem); }
.boiler-order-note p { max-width: 66ch; margin-top: 10px; color: #b9c8d3; }
.boiler-order-note .actions { justify-content: flex-end; }
.boiler-order-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--orange); }
.boiler-order-icon .material-symbols-rounded { font-size: 28px; }
.map-frame { height: clamp(340px,42vw,540px); overflow: hidden; border: 1px solid var(--line); background: var(--fog); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.map-link { margin-top: 18px; }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); }
.feature-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.feature-list .material-symbols-rounded { color: var(--orange); font-size: 21px; }
.spec-list { margin: 0; }
.spec-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.spec-row dt { color: var(--muted); }
.spec-row dd { margin: 0; color: var(--navy-950); font-weight: 700; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin: 56px 0 18px; font-size: 2.4rem; }
.legal-content h3 { margin: 32px 0 12px; }
.legal-content p,.legal-content li { color: var(--muted); }
.legal-note { margin: 30px 0; padding: 20px; border: 1px solid #f5c2a7; background: var(--orange-soft); border-radius: 10px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.contact-card { padding: 34px; color: white; background: var(--navy-950); border-radius: 3px; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-row:last-child { border-bottom: 0; }
.contact-row .material-symbols-rounded { color: var(--orange); }
.contact-row strong { display: block; }
.contact-row span,.contact-row address { color: #c2d0da; font-style: normal; }
.store-gallery { display: grid; grid-template-columns: 1fr; }
.store-gallery img { width: 100%; height: clamp(360px, 38vw, 520px); object-fit: cover; object-position: center 48%; border-radius: 0; }

.site-footer { padding: 82px 0 30px; color: #b9c6ce; background: #102f49; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 46px; }
.footer-brand { margin-bottom: 24px; color: white; }
.footer-brand .brand-emblem { width: 64px; height: 64px; }
.footer-brand .brand-word { font-size: 1.22rem; }
.footer-brand .brand-word small { font-size: .64rem; }
.footer-brand .brand-word small { color: #aebdc6; }
.site-footer h3 { margin-bottom: 18px; color: white; font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.site-footer p,.site-footer a { font-size: .83rem; }
.site-footer a { display: block; padding: 5px 0; }
.site-footer a:hover { color: white; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact .material-symbols-rounded { color: var(--orange); font-size: 18px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal a { display: inline-flex; padding: 0; }
.footer-legal button { all: unset; cursor: pointer; }
.footer-legal button:hover { color: white; }
.footer-credit { display: inline-flex !important; align-items: center; gap: 11px; padding: 0 !important; white-space: nowrap; }
.footer-credit img { width: 88px; height: 34px; object-fit: contain; }
.mobile-cta { position: fixed; z-index: 45; left: 10px; right: 10px; bottom: 10px; display: none; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; background: rgba(16,47,73,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 7px; backdrop-filter: blur(12px); box-shadow: 0 12px 32px rgba(23,33,38,.16); }
.mobile-cta a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 7px; color: white; border-radius: 8px; font-weight: 700; }
.mobile-cta a:last-child { background: var(--orange); }
.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; display: none; max-width: 980px; margin: auto; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: white; background: rgba(7,26,43,.97); box-shadow: var(--shadow); }
.cookie-banner.show { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.cookie-banner p { margin: 0; color: #c1cfda; font-size: .82rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button { min-height: 44px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; color: white; background: transparent; font-weight: 700; }
.cookie-actions .accept { border-color: var(--orange); background: var(--orange); }
.modal { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 20px; background: rgba(7,26,43,.72); }
.modal.open { display: grid; }
.modal-card { width: min(610px, 100%); max-height: min(720px, 92vh); overflow-y: auto; padding: 30px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.consent-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 0; border-top: 1px solid var(--line); }
.consent-row p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.switch { position: relative; width: 48px; height: 28px; flex: 0 0 auto; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: #b9c5cd; transition: .2s; }
.switch span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: white; transition: .2s; }
.switch input:checked + span { background: var(--orange); }
.switch input:checked + span::after { transform: translateX(20px); }
.switch input:disabled + span { opacity: .55; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (min-width: 1121px) {
  .hero-grid { grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr); gap: clamp(40px, 4vw, 64px); padding-block: 72px; }
  .hero h1 { max-width: 790px; font-size: clamp(3.7rem, 4.25vw, 4.65rem); line-height: 1.04; }
}
@media (max-width: 1120px) {
  .desktop-nav,.header-phone,.header-quote { display: none; }
  .mobile-toggle { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; }
  .hero-product.main { right: -30px; }
  .need-grid,.product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
  .footer-grid > :last-child { grid-column: 2; }
}
@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); --section: 76px; }
  body { padding-bottom: 78px; }
  .topbar { display: none; }
  .site-header { height: 68px; }
  .brand-emblem { width: 40px; height: 40px; }
  .brand-word { font-size: .88rem; }
  .brand-word small { font-size: .48rem; }
  .footer-brand .brand-emblem { width: 40px; height: 40px; }
  .footer-brand .brand-word { font-size: .88rem; }
  .footer-brand .brand-word small { font-size: .48rem; }
  .mobile-cta { display: grid; }
  .section-head,.hero-grid,.offer-card,.proof-grid,.wizard,.faq-layout,.final-cta-inner,.category-intro,.product-hero,.detail-grid,.contact-grid { grid-template-columns: 1fr; }
  .boiler-order-note { grid-template-columns: 1fr; }
  .boiler-order-note .actions { justify-content: flex-start; }
  .product-showcase { width: 100%; height: 360px; aspect-ratio: auto; padding: 38px; }
  .product-showcase img { width: 100%; height: 100%; max-height: 284px; }
  .section-head { align-items: start; gap: 18px; }
  .section-head .lead { justify-self: auto; }
  .hero { min-height: 0; }
  .hero-grid { padding: 62px 0 52px; }
  .hero-visual { height: 370px; margin-top: 16px; }
  .hero-product.main { height: 345px; right: 6vw; }
  .hero-product.secondary { height: 205px; left: 8vw; }
  .hero-stamp { left: 14px; top: 18px; min-width: 96px; min-height: 48px; font-size: .66rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .offer-card { min-height: auto; gap: 24px; padding-block: 54px; }
  .offer-card:nth-child(even) .offer-media,.offer-media { order: 2; }
  .offer-card:nth-child(even) .offer-copy,.offer-copy { order: 1; }
  .offer-copy { padding: 0; }
  .offer-copy::before { display: block; margin-bottom: 15px; color: var(--orange-dark); font-size: .66rem; font-weight: 700; letter-spacing: .14em; }
  .offer-card:nth-child(1) .offer-copy::before { content: "01 / CIEPŁA WODA"; }
  .offer-card:nth-child(2) .offer-copy::before { content: "02 / OGRZEWANIE"; }
  .offer-card:nth-child(3) .offer-copy::before { content: "03 / KUCHNIA"; }
  .offer-media { min-height: 230px; height: 230px; max-height: 230px; clip-path: polygon(0 0,95% 0,100% 10%,100% 100%,0 100%) !important; }
  .offer-media img { padding: 25px; }
  .offer-no { display: none; }
  .proof-media img { height: 420px; }
  .proof-badge { right: 16px; }
  .wizard-copy { position: static; }
  .final-cta .actions { justify-content: flex-start; }
  .contact-location > img { height: 290px; }
  .store-gallery img { height: 330px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-count { grid-column: 1 / -1; justify-self: start; margin: 0; }
  .cookie-banner { bottom: 94px; }
  .cookie-banner.show { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --container: calc(100vw - 24px); }
  h1 { font-size: clamp(2.5rem, 12vw, 3rem); line-height: 1.08; }
  h2 { font-size: clamp(2rem, 9.5vw, 2.4rem); line-height: 1.13; }
  h3 { font-size: 1.28rem; }
  .hero { min-height: 0; }
  .hero-grid { position: relative; display: block; padding: 48px 0 275px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero .lead { margin-top: 20px; font-size: 1rem; line-height: 1.65; }
  .hero .actions { margin-top: 24px; }
  .trust-inline { gap: 10px 16px; margin-top: 22px; font-size: .7rem; }
  .hero-visual { position: absolute; left: 0; right: 0; bottom: 22px; height: 230px; margin: 0; }
  .hero-plate { inset: 0 0 0 18px; }
  .hero-product.main { height: 220px; right: 7vw; bottom: 0; }
  .hero-product.secondary { height: 135px; left: 7vw; bottom: 0; }
  .hero-stamp { left: 6px; top: 10px; min-width: 82px; min-height: 42px; padding: 7px 9px; font-size: .58rem; }
  .actions .btn { width: 100%; }
  .trust-grid,.need-grid,.product-grid,.choice-grid,.field-grid,.process-grid,.footer-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1; }
  .product-image img { padding: 30px; }
  .trust-item { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .need-card { min-height: 0; padding-block: 24px; }
  .offer-card { min-height: 0; }
  .offer-media { min-height: 205px; height: 205px; max-height: 205px; }
  .offer-media img { padding: 22px; }
  .proof-media img { height: 340px; }
  .wizard-form,.modal-card { padding: 22px; }
  .partner-heading { margin-bottom: 24px; }
  .partner-heading .lead { font-size: .84rem; }
  .partner-track { animation-duration: 25s; }
  .partner-group { gap: 28px; padding-right: 28px; }
  .partner-slide { width: 148px; height: 76px; padding: 8px 10px; }
  .partner-slide img { height: 52px; }
  .catalog-toolbar { grid-template-columns: 1fr; padding: 16px; }
  .catalog-count { grid-column: auto; }
  .product-showcase { height: 260px; padding: 25px 32px; }
  .product-showcase img { max-height: 210px; }
  .spec-row { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid > :first-child,.footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-contact a { display: flex; width: max-content; }
  .footer-contact a + a { margin-top: 3px; }
  .footer-credit { white-space: normal; }
  .cookie-banner { left: 10px; right: 10px; padding: 16px; }
  .cookie-actions button { flex: 1 1 42%; }
}
