:root {
  --navy: #0d2654;
  --navy-2: #153b78;
  --ink: #172033;
  --text: #465166;
  --muted: #6f7b90;
  --line: #dfe4ec;
  --surface: #ffffff;
  --soft: #f5f7fa;
  --orange: #f26322;
  --orange-dark: #d9480f;
  --green: #168a54;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(18, 34, 62, .1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(242, 99, 34, .35); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,228,236,.8); backdrop-filter: blur(14px); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 850; letter-spacing: .04em; color: var(--navy); }
.brand-mark { width: 31px; height: 31px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.brand-mark i { display: block; background: currentColor; border-radius: 1px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 600; }
.desktop-nav a, .header-phone { transition: color .2s ease; }
.desktop-nav a:hover, .header-phone:hover { color: var(--orange); }
.header-phone { font-weight: 800; color: var(--navy); white-space: nowrap; }
.menu-button { display: none; min-height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 0 14px; }

.hero { overflow: hidden; padding: 44px 0 0; background: linear-gradient(135deg, #fff 0%, #fff 42%, #f5f7fa 100%); }
.hero-grid { min-height: 575px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; }
.hero-copy { position: relative; z-index: 2; padding: 50px 0 95px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-2); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242,99,34,.12); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 24px 0 24px; font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; max-width: 650px; }
.hero h1 span { color: var(--navy-2); }
.hero-lead { max-width: 600px; color: var(--text); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 15px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 12px; padding: 0 22px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 28px rgba(242,99,34,.24); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(242,99,34,.3); }
.button-secondary { color: var(--navy); background: #fff; border-color: #bac5d6; }
.button-secondary:hover { border-color: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.button-small { min-height: 44px; padding: 0 16px; font-size: 14px; }
.button-block { width: 100%; }
.hero-note { color: var(--muted); font-size: 13px; }
.hero-note span { color: var(--green); font-weight: 900; }
.hero-visual { position: relative; height: 500px; padding: 9px; overflow: hidden; background: rgba(255,255,255,.92); border: 1px solid rgba(223,228,236,.9); border-radius: 28px; box-shadow: 0 24px 64px rgba(18,34,62,.13); }
.hero-visual::after { content: ""; position: absolute; inset: 9px; background: linear-gradient(90deg, rgba(13,38,84,.08), transparent 40%); border-radius: 20px; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.hero-badge { position: absolute; z-index: 2; right: 25px; bottom: 25px; display: flex; flex-direction: column; padding: 13px 18px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: rgba(13,38,84,.9); box-shadow: 0 12px 28px rgba(5,18,42,.22); backdrop-filter: blur(10px); }
.hero-badge strong { font-size: 20px; }.hero-badge span { font-size: 12px; opacity: .78; }
.trust-bar { position: relative; z-index: 3; transform: translateY(-40px); display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 10px; background: #fff; border: 1px solid rgba(223,228,236,.8); border-radius: 18px; box-shadow: var(--shadow); }
.trust-bar div { display: flex; align-items: baseline; gap: 8px; padding: 0 22px; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border: 0; }.trust-bar strong { font-size: 21px; color: var(--navy); }.trust-bar span { color: var(--muted); font-size: 13px; }

.section { padding: 100px 0; }.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 44px; }.section-heading h2 { margin: 12px 0 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }.section-heading p { color: var(--text); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }.split-heading p { margin-bottom: 7px; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }.centered-heading .eyebrow { justify-content: center; }.centered-heading p { margin-top: 16px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; padding: 30px; color: #fff; border-radius: var(--radius); background-color: var(--navy); isolation: isolate; }
.solution-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(20deg, rgba(7,21,48,.98), rgba(13,38,84,.2)); }
.solution-card::after { content: ""; position: absolute; z-index: -3; inset: 0; opacity: .5; background: radial-gradient(circle at 80% 20%, #91b8cf, transparent 35%), linear-gradient(135deg, #53748d, #142a4d); }
.solution-house::after { background: radial-gradient(circle at 65% 10%, #e3d1b0, transparent 35%), linear-gradient(135deg, #766a56, #11233f); }.solution-balcony::after { background: radial-gradient(circle at 70% 15%, #b5d4e1, transparent 35%), linear-gradient(135deg, #5b8493, #192942); }
.solution-card > span { position: absolute; top: 24px; right: 24px; font-size: 13px; opacity: .7; }.solution-card h3 { margin: 0 0 8px; font-size: 28px; }.solution-card p { color: rgba(255,255,255,.78); }.solution-card a { font-size: 14px; font-weight: 750; }
.technology-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.technology-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 24px; align-items: center; min-height: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.technology-card:hover { transform: translateY(-3px); border-color: #c7d2e3; box-shadow: 0 16px 35px rgba(18,34,62,.08); }
.tech-visual { position: relative; width: 100%; height: 158px; min-width: 0; margin: 0; overflow: hidden; background: #e8eef4; border: 1px solid #d9e2ef; border-radius: 14px; }
.tech-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,28,61,.18), transparent 42%); pointer-events: none; }
.tech-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.technology-card:hover .tech-visual img { transform: scale(1.025); }
.tech-metric { position: absolute; z-index: 2; left: 11px; bottom: 10px; padding: 5px 8px; color: var(--navy); background: rgba(255,255,255,.92); border: 1px solid rgba(23,59,117,.12); border-radius: 7px; font-size: 11px; font-weight: 850; }
.technology-grid h3 { margin-bottom: 8px; font-size: 20px; }.technology-grid p { margin-bottom: 16px; color: var(--text); font-size: 14px; }.technology-grid small { color: var(--navy-2); font-weight: 750; }

.calculator-section { padding: 72px 0; color: #fff; background: var(--navy); }
.calculator-teaser { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.calculator-teaser > div { max-width: 780px; }
.calculator-teaser h2 { margin: 12px 0 10px; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -.04em; }
.calculator-teaser p { max-width: 680px; margin: 0; color: #c3cee0; }
.calculator-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 38px; align-items: start; }
.eyebrow-light { color: #a9c9ff; }
.calculator-intro h3 { margin: 0 0 18px; font-size: clamp(30px, 3vw, 42px); line-height: 1.06; letter-spacing: -.04em; }
.calculator-intro > p { color: #c3cee0; }
.calculator-benefit { display: flex; flex-direction: column; gap: 8px; margin-top: 28px; color: #d5deeb; }.calculator-benefit strong { color: #fff; }.calculator-benefit span::before { content: "✓"; margin-right: 9px; color: #6ed6a0; }
.calculator-dialog { width: min(1080px, calc(100% - 32px)); max-width: 1080px; max-height: calc(100dvh - 32px); margin: auto; padding: 0; color: #fff; background: #0d2654; border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(3,13,32,.42); overflow: auto; }
.calculator-dialog::backdrop { background: rgba(5,16,37,.65); backdrop-filter: blur(5px); }
.calculator-modal { padding: 26px; }
.calculator-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.calculator-modal-header h2 { margin: 7px 0 0; color: #fff; font-size: 28px; }
.calculator-modal-header .eyebrow { color: #a9c9ff; }
.modal-close { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 11px; transition: background-color .2s ease, border-color .2s ease; }
.modal-close:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.4); }
.modal-close span:first-child { font-size: 24px; line-height: 1; }
body.calculator-open { overflow: hidden; }
.calculator { position: relative; min-height: 560px; padding: 34px; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: 0 24px 80px rgba(3,13,32,.28); }.progress-row { display: flex; justify-content: space-between; font-size: 13px; }.progress-row span { color: var(--muted); }.progress { height: 5px; margin: 12px 0 30px; background: #e8edf4; border-radius: 10px; overflow: hidden; }.progress i { width: 33.333%; height: 100%; display: block; background: var(--orange); transition: width .25s ease; }
.calculator-step { display: none; min-width: 0; margin: 0; padding: 0; border: 0; }.calculator-step.is-active { display: block; animation: rise .25s ease; }.calculator-step legend { margin-bottom: 22px; font-size: 25px; font-weight: 800; }.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.choice { cursor: pointer; }.choice input { position: absolute; opacity: 0; }.choice span { min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 16px; border: 1px solid var(--line); border-radius: 12px; transition: border .2s ease, background .2s ease; }.choice input:checked + span { border-color: var(--navy-2); background: #f1f6ff; box-shadow: inset 0 0 0 1px var(--navy-2); }.choice strong { font-size: 14px; }.choice small { color: var(--muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }.field-grid label { color: var(--text); font-size: 13px; font-weight: 700; }.field-grid input, .field-grid select { width: 100%; height: 49px; margin-top: 7px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid #cfd6e1; border-radius: 10px; }.field-grid input:focus, .field-grid select:focus { border-color: var(--navy-2); }
.toggle-line, .consent-line { display: flex; align-items: flex-start; gap: 12px; margin-top: 20px; cursor: pointer; }.toggle-line input, .consent-line input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--navy-2); }.toggle-line span { display: flex; flex-direction: column; }.toggle-line small { color: var(--muted); }.consent-line { font-size: 12px; color: var(--text); }.consent-line a { color: var(--navy-2); text-decoration: underline; text-underline-offset: 2px; }.consent-optional { margin-top: 10px; color: var(--muted); }.estimate-card { display: grid; grid-template-columns: 1fr auto; padding: 18px 20px; background: #f4f7fb; border-radius: 12px; }.estimate-card span { color: var(--muted); font-size: 13px; }.estimate-card strong { grid-row: span 2; font-size: 26px; }.estimate-card small { color: var(--muted); }.calculator-footer { position: absolute; left: 34px; right: 34px; bottom: 30px; display: flex; align-items: center; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line); }.live-estimate { margin-left: auto; color: var(--muted); font-size: 12px; }.live-estimate strong { color: var(--ink); font-size: 17px; }.form-error { min-height: 20px; margin-top: 8px; color: #bd2424; font-size: 13px; }.success-state { position: absolute; inset: 0; z-index: 5; padding: 70px 45px; text-align: center; background: #fff; border-radius: 22px; }.success-check { width: 70px; height: 70px; display: grid; place-items: center; margin: 30px auto 20px; color: #fff; background: var(--green); border-radius: 50%; font-size: 34px; }.success-state h3 { font-size: 30px; }.success-state p { color: var(--text); }

.works-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }.work-card { min-height: 430px; display: flex; align-items: end; position: relative; overflow: hidden; padding: 28px; color: #fff; border-radius: var(--radius); background: linear-gradient(145deg, #8eb6cb, #193653); isolation: isolate; }.work-card::after { content:""; position:absolute; z-index:-1; inset:0; background: linear-gradient(0deg, rgba(6,19,42,.9), transparent 60%); }.work-two { background: linear-gradient(145deg, #d3bc99, #344436); }.work-card span { color: #cbd9ed; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }.work-card h3 { margin: 8px 0 4px; font-size: 26px; }.work-card p { margin: 0; color: rgba(255,255,255,.74); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.review-grid blockquote { margin: 0; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }.stars { color: #eb8b27; letter-spacing: .1em; }.review-grid blockquote > p { min-height: 115px; margin: 20px 0; color: var(--text); }.review-grid footer { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 18px; }.review-grid footer span { color: var(--muted); font-size: 13px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; list-style: none; }.process-list li { position: relative; padding: 22px 26px; border-left: 1px solid var(--line); }.process-list li:last-child { border-right: 1px solid var(--line); }.process-list li > span { display: block; margin-bottom: 35px; color: var(--orange); font-weight: 800; }.process-list strong { font-size: 19px; }.process-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.final-cta { padding: 76px 0; color: #fff; background: var(--navy); }.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.final-cta h2 { margin: 12px 0 8px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; }.final-cta p { margin: 0; color: #b9c7db; }
.site-footer { padding: 65px 0 20px; color: #c1ccda; background: #071731; }.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }.brand-light { color: #fff; }.footer-grid p { margin-top: 18px; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-grid strong { color: #fff; margin-bottom: 7px; }.footer-grid a, .footer-link { color: #c1ccda; background: none; border: 0; padding: 0; font-size: 14px; }.footer-grid a:hover, .footer-link:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 1120px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 80px rgba(4,16,40,.23); }.cookie-banner[hidden] { display:none; }.cookie-banner p { margin: 3px 0 0; color: var(--text); font-size: 13px; }.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }.cookie-dialog { width: min(560px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 20px; box-shadow: 0 30px 100px rgba(4,16,40,.3); }.cookie-dialog::backdrop { background: rgba(7,23,49,.48); backdrop-filter: blur(4px); }.cookie-dialog-card { padding: 28px; }.dialog-heading { display: flex; justify-content: space-between; }.dialog-heading h2 { margin: 7px 0 20px; }.icon-button { width: 44px; height: 44px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 10px; font-size: 25px; }.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }.cookie-option p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }.cookie-option input { width: 44px; height: 24px; accent-color: var(--navy-2); }.always-on { color: var(--green); font-size: 12px; font-weight: 750; white-space: nowrap; }.fine-print { font-size: 12px; color: var(--muted); }.fine-print a { color: var(--navy-2); text-decoration: underline; }

.legal-page { background: var(--soft); }.legal-header { background: #fff; border-bottom: 1px solid var(--line); }.legal-header .container { height: 80px; display:flex; justify-content:space-between; align-items:center; }.legal-layout { padding: 55px 0 100px; }.legal-card { max-width: 850px; margin: auto; padding: clamp(28px, 6vw, 70px); background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); }.legal-card h1 { margin: 12px 0 35px; font-size: clamp(36px, 5vw, 54px); line-height:1.05; letter-spacing:-.04em; }.legal-card h2 { margin: 35px 0 10px; font-size:21px; }.legal-card p { color:var(--text); }.legal-card a { color:var(--navy-2); text-decoration:underline; }.legal-warning { padding:16px 18px; border-left:4px solid var(--orange); background:#fff5ef; border-radius:8px; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 980px) {
  .desktop-nav { display:none; }.menu-button { display:block; margin-left:auto; }.header-phone { margin-left:0; }.desktop-nav.is-open { position:absolute; top:78px; left:0; right:0; display:flex; flex-direction:column; align-items:stretch; gap:0; padding:12px 20px 20px; background:#fff; border-bottom:1px solid var(--line); }.desktop-nav.is-open a { min-height:48px; display:flex; align-items:center; }
  .hero-grid { grid-template-columns:1fr; gap:0; }.hero-copy { padding-bottom:30px; }.hero-visual { height:440px; margin:0; border-radius:24px; }.trust-bar { grid-template-columns:1fr 1fr; transform:translateY(-22px); }.trust-bar div:nth-child(2) { border-right:0; }.trust-bar div { padding:14px 20px; }
  .technology-grid { grid-template-columns:1fr; }.calculator-teaser { align-items:flex-start; flex-direction:column; gap:26px; }.calculator-shell { grid-template-columns:1fr; }.calculator-intro { max-width:700px; }.calculator-dialog .calculator-intro { display:none; }.works-grid { grid-template-columns:1fr 1fr; }.review-grid { grid-template-columns:1fr 1fr; }.review-grid blockquote:last-child { grid-column:span 2; }.process-list { grid-template-columns:1fr 1fr; }.process-list li:nth-child(2) { border-right:1px solid var(--line); }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1180px); }.header-inner { height:68px; }.header-phone { display:none; }.site-header { position:relative; }.desktop-nav.is-open { top:68px; }
  .hero { padding-top:0; background:#fff; }.hero-copy { padding:58px 0 28px; }.hero h1 { font-size:46px; }.hero-lead { font-size:17px; }.hero-actions .button { width:100%; }.hero-visual { height:300px; padding:6px; border-radius:20px; }.hero-visual img, .hero-visual::after { border-radius:14px; }.hero-visual::after { inset:6px; }.hero-badge { right:16px; bottom:16px; }.trust-bar { grid-template-columns:1fr; transform:translateY(-12px); }.trust-bar div { border-right:0; border-bottom:1px solid var(--line); }.trust-bar div:last-child { border-bottom:0; }
  .section { padding:72px 0; }.split-heading { grid-template-columns:1fr; gap:16px; }.section-heading h2 { font-size:36px; }.solution-grid, .technology-grid, .review-grid, .works-grid, .process-list { grid-template-columns:1fr; }.solution-card { min-height:330px; }.technology-card { grid-template-columns:1fr; gap:18px; padding:18px; }.tech-visual { height:auto; aspect-ratio:4 / 3; }.calculator-section { padding:58px 0; }.calculator-teaser { gap:24px; }.calculator-teaser .button { width:100%; }.calculator-dialog { width:calc(100% - 16px); max-height:calc(100dvh - 16px); border-radius:17px; }.calculator-modal { padding:16px; }.calculator-modal-header { margin-bottom:16px; }.calculator-modal-header h2 { font-size:22px; }.modal-close { padding:0 11px; }.modal-close span:last-child { display:none; }.calculator-shell { gap:20px; }.calculator { min-height:720px; padding:24px 20px; }.choice-grid, .field-grid { grid-template-columns:1fr; }.choice span { min-height:72px; }.calculator-footer { left:20px; right:20px; bottom:22px; flex-wrap:wrap; }.live-estimate { width:100%; margin-left:0; order:-1; }.estimate-card { grid-template-columns:1fr; }.estimate-card strong { grid-row:auto; }.review-grid blockquote:last-child { grid-column:auto; }.process-list li, .process-list li:last-child, .process-list li:nth-child(2) { border-right:0; border-left:0; border-top:1px solid var(--line); }.final-cta-inner { align-items:flex-start; flex-direction:column; }.footer-grid { grid-template-columns:1fr; gap:35px; }.footer-bottom { flex-direction:column; gap:10px; }
  .cookie-banner { align-items:stretch; flex-direction:column; left:10px; right:10px; bottom:10px; }.cookie-actions { display:grid; grid-template-columns:1fr 1fr; }.cookie-actions .button-primary { grid-column:span 2; }.legal-header .button { display:none; }.legal-layout { padding-top:20px; }.legal-card { border-radius:14px; }.legal-card h1 { font-size:36px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; transition-duration:.01ms !important; } }
