:root {
  --ink: #111a27;
  --ink-2: #273343;
  --slate: #46525e;
  --slate-deep: #39444f;
  --paper: #f5f3ee;
  --warm-gray: #ebe8e1;
  --surface-soft: #f6f5f1;
  --white: #fff;
  --muted: #66717e;
  --line: #d9d9d4;
  --line-strong: #c5c5bf;
  --red: #d63f45;
  --red-dark: #b62e35;
  --success: #168460;
  --shadow: 0 24px 70px rgba(17, 26, 39, .13);
  --shadow-soft: 0 14px 38px rgba(17, 26, 39, .08);
  --shell: min(1180px, calc(100% - 48px));
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, select { cursor: default; }
input, select { min-width: 0; }
img, svg { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[aria-disabled="true"] { cursor: default; }
button[aria-disabled="true"] { pointer-events: none; }
button:focus-visible, select:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(214,63,69,.28); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,243,238,.94); border-bottom: 1px solid rgba(17,26,39,.10); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nav-shell > *, .hero-grid > *, .form-pair > * { min-width: 0; }
.brand { appearance: none; border: 0; background: transparent; display: inline-flex; align-items: center; gap: 12px; padding: 0; text-align: left; flex: 0 0 auto; }
.brand-logo { display: block; width: 46px; height: 46px; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 18px; letter-spacing: -.03em; line-height: 1.1; }
.brand-copy small { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); margin-left: auto; }
.desktop-nav button, .site-footer button { border: 0; padding: 8px 0; background: transparent; font-size: 13px; }
.desktop-nav button { position: relative; white-space: nowrap; }
.desktop-nav button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--red); transition: right .18s ease; }
.desktop-nav button:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; flex: 0 0 auto; }
.language-picker { display: inline-flex; }
.language-picker select { min-width: 62px; height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.38); padding: 0 10px; color: var(--ink); font-size: 12px; font-weight: 700; }

.button { border: 1px solid transparent; min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 13px; font-weight: 700; line-height: 1.2; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease; text-decoration: none; }
.button-primary { color: white; background: var(--red); border-color: var(--red); }
.button-dark { color: white; background: var(--slate); border-color: var(--slate); }
.button-ghost { background: rgba(255,255,255,.25); border-color: var(--line); }
.button-light { background: white; color: var(--ink); }
.button-large { min-height: 54px; padding-inline: 23px; }
.button-full { width: 100%; justify-content: space-between; }
.text-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 8px 0; display: inline-flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }

.hero { position: relative; min-height: 696px; padding: clamp(68px, 7vw, 92px) 0 clamp(58px, 6vw, 76px); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(17,26,39,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,26,39,.035) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr); gap: clamp(48px, 6vw, 86px); align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 800; color: var(--muted); }
.eyebrow > span:first-child { width: 30px; height: 2px; background: var(--red); flex: 0 0 auto; }
.hero h1 { max-width: 780px; margin: 22px 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 5.7vw, 82px); line-height: .96; letter-spacing: -.055em; font-weight: 500; overflow-wrap: anywhere; }
.hero h1 em { color: var(--red); font-weight: 400; }
.hero-lede { max-width: 650px; margin: 0; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.66; color: #46515e; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.45; color: var(--muted); }
.hero-proof b { color: var(--success); margin-right: 5px; }
.hero-watermark { position: absolute; right: -45px; bottom: -95px; font-size: clamp(220px, 24vw, 340px); line-height: 1; font-weight: 900; letter-spacing: -.12em; color: rgba(17,26,39,.025); pointer-events: none; }

.quote-preview { width: 100%; background: white; padding: clamp(24px, 2.6vw, 30px); box-shadow: var(--shadow); border: 1px solid rgba(17,26,39,.06); border-top: 4px solid var(--red); }
.quote-preview-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.micro-label { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 800; color: var(--red); letter-spacing: .16em; text-transform: uppercase; }
.quote-preview h2 { margin: 0; font-size: clamp(20px, 2vw, 23px); line-height: 1.2; letter-spacing: -.025em; }
.live-pill { align-self: start; white-space: nowrap; background: #eef7f2; color: var(--success); padding: 7px 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.live-pill i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 5px; background: var(--success); }
.preview-form { display: grid; gap: 16px; padding: 22px 0; }
.preview-form label { display: grid; gap: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.preview-form select, .preview-form input { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line); color: var(--ink); background: #fbfbf8; font-size: 13px; text-transform: none; letter-spacing: 0; border-radius: 0; }
.form-pair { display: grid; grid-template-columns: minmax(0,1fr) 38px minmax(0,1fr); gap: 9px; align-items: end; }
.form-pair.equal { grid-template-columns: 1fr 1fr; }
.swap-button { height: 48px; border: 1px solid transparent; background: var(--paper); }
.preview-total { border-top: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 19px 0; }
.preview-total div { display: grid; gap: 5px; font-size: 11px; font-weight: 700; }
.preview-total small { font-weight: 400; color: var(--muted); line-height: 1.4; }
.preview-total strong { white-space: nowrap; font-size: 25px; letter-spacing: -.04em; }

.service-strip { background: var(--warm-gray); color: var(--ink); min-height: 72px; display: grid; align-items: center; border-top: 1px solid #d3cec5; border-bottom: 1px solid #d3cec5; }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px 30px; padding-block: 16px; }
.strip-inner > span { flex: 0 0 auto; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.strip-inner > div { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px 24px; color: var(--ink-2); font-family: Georgia, serif; font-size: 16px; }
.strip-inner i { width: 3px; height: 3px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }

.section { padding: clamp(84px, 8vw, 116px) 0; }
.section-heading { margin-bottom: clamp(38px, 4.5vw, 52px); }
.split-heading, .dark-heading { display: grid; grid-template-columns: minmax(160px,.42fr) minmax(0,1fr); gap: 28px; }
.split-heading > div:first-child, .dark-heading > div:first-child { display: flex; align-items: flex-start; gap: 14px; }
.section-index { color: var(--red); font-size: 10px; font-weight: 800; }
.kicker { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); }
.split-heading h2, .dark-heading h2, .faq-grid h2, .cta-section h2 { font-family: Georgia, serif; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; margin: 0 0 20px; overflow-wrap: anywhere; }
.split-heading p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); background: rgba(255,255,255,.2); }
.service-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: clamp(26px, 2.5vw, 30px); background: rgba(255,255,255,.45); border-right: 1px solid var(--line); transition: background-color .2s ease, box-shadow .2s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: white; box-shadow: var(--shadow-soft); z-index: 2; }
.service-card.featured { background: white; }
.card-number { position: absolute; top: 24px; right: 24px; color: #9ca4ac; font-size: 10px; font-weight: 800; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; background: var(--paper); margin: 46px 0 30px; }
.service-icon svg { width: 33px; height: 33px; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.service-card h3 { max-width: 320px; font-family: Georgia, serif; font-size: clamp(23px, 2.2vw, 27px); line-height: 1.12; margin: 0 0 14px; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card ul { list-style: none; padding: 0; margin: 18px 0 30px; display: grid; gap: 10px; color: #485360; font-size: 12px; line-height: 1.45; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--red); }
.service-card button { margin-top: auto; display: flex; justify-content: space-between; gap: 18px; width: 100%; padding: 15px 0 4px; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.pricing-section { padding-top: clamp(76px, 7vw, 94px); background: var(--warm-gray); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; align-items: stretch; }
.price-plan { min-height: 430px; padding: clamp(26px, 2.6vw, 32px); background: var(--white); border: 1px solid #d9dee2; display: flex; flex-direction: column; }
.price-plan.featured { border-top: 4px solid var(--red); padding-top: clamp(23px, 2.3vw, 29px); }
.price-plan-head { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.price-plan-head b { color: var(--ink); text-align: right; }
.price-plan > strong { margin: 38px 0 18px; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 50px); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.price-plan > strong small { font-family: Inter, ui-sans-serif, sans-serif; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: 0; }
.price-plan .price-tax-note { display: block; margin: -8px 0 18px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.price-plan > p { max-width: 570px; margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.price-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 22px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.price-meta > span { display: grid; align-content: start; gap: 6px; min-width: 0; }
.price-meta b { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.price-meta small { color: var(--ink-2); line-height: 1.48; overflow-wrap: anywhere; }

.delivery-overview { margin-top: 18px; padding: clamp(26px, 3vw, 34px); border: 1px solid #d9dee2; background: #f7f8f8; color: var(--ink); }
.delivery-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: 30px 44px; align-items: end; margin-bottom: 28px; }
.delivery-heading h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 34px); line-height: 1.1; font-weight: 500; }
.delivery-heading p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.delivery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); background: var(--white); }
.delivery-grid article { min-height: 240px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.delivery-grid article:last-child { border-right: 0; }
.delivery-grid article > span { color: var(--muted); font-size: 9px; }
.delivery-grid h4 { min-height: 42px; margin: 24px 0 10px; font-size: 15px; line-height: 1.35; }
.delivery-grid p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.62; }
.delivery-grid b { margin-top: auto; color: #11715e; font-size: 15px; }
.delivery-grid small { margin-top: 6px; color: var(--muted); line-height: 1.4; }

.public-contact-panel { margin-top: 22px; padding: clamp(24px, 2.7vw, 28px); border: 1px solid #d9dee2; background: var(--white); }
.public-contact-panel h3 { margin: 8px 0 20px; font-family: Georgia, serif; font-size: clamp(25px, 2.6vw, 29px); line-height: 1.12; font-weight: 500; letter-spacing: -.025em; }
.public-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.public-contact-grid article { display: grid; align-content: start; gap: 8px; min-width: 0; padding: 17px; background: var(--surface-soft); border: 1px solid var(--line); }
.public-contact-grid strong { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.public-contact-grid span { font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; }
.public-contact-grid small { color: var(--muted); line-height: 1.48; }

.section-dark { background: var(--warm-gray); color: var(--ink); }
.dark-heading .kicker { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid #c5cdd3; border-left: 1px solid #c5cdd3; }
.process-grid article { min-height: 310px; padding: 25px; border-right: 1px solid #c5cdd3; border-bottom: 1px solid #c5cdd3; transition: background-color .2s ease; }
.process-grid article:hover { background: rgba(255,255,255,.5); }
.process-grid article > span { color: #77838e; font-size: 10px; }
.process-symbol { height: 100px; display: flex; align-items: center; color: var(--red); font-family: Georgia, serif; font-size: 35px; }
.process-grid h3 { font-family: Georgia, serif; font-size: 25px; line-height: 1.15; font-weight: 500; margin: 0 0 12px; }
.process-grid p { margin: 0; color: #596673; font-size: 13px; line-height: 1.65; }

.authority-section { background: white; }
.legal-heading { margin-bottom: 42px; }
.legal-table-wrap { overflow: hidden; border: 1px solid var(--line); background: white; }
.legal-table { width: 100%; min-width: 0; border-collapse: collapse; table-layout: fixed; }
.legal-table th { padding: 15px 18px; background: var(--slate); color: white; text-align: left; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.legal-table th:first-child { width: 22%; }
.legal-table th:last-child { width: 28%; }
.legal-table td { vertical-align: top; padding: 24px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.68; overflow-wrap: anywhere; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table td:last-child { border-right: 0; }
.legal-table td strong { color: var(--ink); font-size: 13px; line-height: 1.4; }
.legal-source { display: block; margin-bottom: 8px; color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.faq-section { background: var(--warm-gray); }
.faq-grid { display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1fr); gap: clamp(54px, 7vw, 95px); }
.faq-grid > div:first-child .kicker { margin-left: 12px; }
.faq-grid h2 { margin-top: 30px; }
.faq-grid > div:first-child p { max-width: 330px; color: var(--muted); line-height: 1.65; }
.accordion { border-top: 1px solid #c6c4bd; }
.accordion details { border-bottom: 1px solid #c6c4bd; }
.accordion summary { cursor: pointer; list-style: none; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 15px; line-height: 1.35; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { flex: 0 0 auto; font-style: normal; color: var(--red); transition: transform .18s ease; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion details p { max-width: 720px; margin: -3px 42px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

.cta-section { background: var(--red); color: white; padding: clamp(64px, 6vw, 78px) 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px 48px; }
.cta-section .kicker { color: rgba(255,255,255,.76); }
.cta-section h2 { max-width: 740px; margin: 14px 0 0; font-size: clamp(34px, 4vw, 52px); }
.cta-inner .button { flex: 0 0 auto; }

.site-footer { background: var(--warm-gray); color: var(--ink); padding: 68px 0 24px; border-top: 1px solid #d3cec5; }
.footer-grid { display: grid; grid-template-columns: minmax(230px,1.45fr) repeat(4, minmax(120px,.65fr)); gap: 28px 36px; }
.footer-grid > div { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid p { color: var(--muted); max-width: 280px; margin: 0; line-height: 1.6; font-size: 13px; }
.footer-grid strong { margin-bottom: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid button, .footer-grid span.item { color: var(--ink-2); font-size: 13px; line-height: 1.4; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 42px; height: 42px; }
.footer-brand strong { font-size: 20px; margin: 0; text-transform: none; letter-spacing: -.03em; }
.footer-contact span, .footer-contact small { color: var(--muted); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid #bcc7ce; color: var(--muted); font-size: 10px; line-height: 1.5; }

.reveal { animation: reveal .65s both ease-out; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } }

/* Large tablet / compact desktop */
@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 1180px); }
  .desktop-nav { display: none; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); gap: 42px; }
  .hero h1 { font-size: clamp(48px, 5.8vw, 68px); }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); border: 0; gap: 16px; background: transparent; }
  .service-card { min-height: 430px; border: 1px solid var(--line); }
  .service-card:last-child { grid-column: 1 / -1; min-height: 0; }
  .public-contact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .public-contact-grid article:last-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: minmax(230px,1.3fr) repeat(2,minmax(150px,1fr)); }
  .footer-grid > div:first-child { grid-row: span 2; }
}

/* Tablet portrait */
@media (max-width: 860px) {
  .nav-shell { min-height: 74px; gap: 14px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 760px; }
  .quote-preview { max-width: 680px; }
  .hero h1 { max-width: 720px; font-size: clamp(48px, 9vw, 68px); }
  .strip-inner { align-items: flex-start; flex-direction: column; gap: 10px; }
  .strip-inner > div { justify-content: flex-start; }
  .split-heading, .dark-heading { grid-template-columns: minmax(130px,.33fr) minmax(0,1fr); gap: 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-plan { min-height: 0; }
  .delivery-heading { grid-template-columns: 1fr; gap: 14px; }
  .delivery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); border: 0; gap: 14px; background: transparent; }
  .delivery-grid article { min-height: 220px; border: 1px solid var(--line); background: var(--white); }
  .delivery-grid article:last-child { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-grid > div:first-child p { max-width: 560px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid > div:first-child { grid-column: 1 / -1; grid-row: auto; }
}

/* Mobile */
@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { position: sticky; }
  .nav-shell { min-height: 0; display: grid; grid-template-columns: 1fr; gap: 10px; padding-block: 10px 12px; }
  .brand { justify-self: start; }
  .brand-logo { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 15px; }
  .nav-actions { width: 100%; display: grid; grid-template-columns: 56px minmax(0,1fr) minmax(0,1.1fr); gap: 7px; }
  .language-picker, .language-picker select { width: 100%; }
  .language-picker select { min-width: 0; height: 42px; padding-inline: 7px; background: rgba(255,255,255,.5); }
  .nav-actions .button { min-width: 0; min-height: 42px; padding-inline: 8px; gap: 7px; font-size: 11px; white-space: nowrap; }
  .hero { padding: 48px 0 52px; }
  .hero::before { mask-image: linear-gradient(to bottom, #000, transparent 74%); }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; }
  .hero h1 br, .split-heading h2 br, .dark-heading h2 br { display: none; }
  .hero-lede { font-size: 16px; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; align-self: stretch; }
  .hero-proof { display: grid; gap: 9px; margin-top: 30px; padding-top: 18px; }
  .quote-preview { max-width: none; padding: 21px 18px 19px; box-shadow: 0 16px 44px rgba(17,26,39,.12); }
  .quote-preview-top { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: 18px; }
  .preview-form { gap: 13px; padding: 18px 0; }
  .preview-form select, .preview-form input { height: 49px; font-size: 16px; }
  .form-pair, .form-pair.equal { grid-template-columns: 1fr; gap: 13px; }
  .swap-button { display: none; }
  .preview-total { align-items: flex-start; flex-direction: column; gap: 10px; padding: 16px 0; }
  .preview-total strong { font-size: 29px; }
  .strip-inner { padding-block: 18px; }
  .strip-inner > div { gap: 9px 14px; font-size: 14px; line-height: 1.4; }
  .strip-inner i { display: none; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .split-heading, .dark-heading { grid-template-columns: 1fr; gap: 20px; }
  .split-heading h2, .dark-heading h2, .faq-grid h2 { font-size: clamp(34px, 10vw, 44px); }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 0; padding: 22px 20px; }
  .service-icon { margin: 38px 0 25px; }
  .service-card h3 { font-size: 24px; }
  .pricing-section { padding-top: 68px; }
  .price-plan { padding: 23px 20px; }
  .price-plan-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .price-plan-head b { text-align: left; }
  .price-plan > strong { margin-top: 27px; font-size: 39px; }
  .price-meta { grid-template-columns: 1fr; gap: 14px; }
  .delivery-overview { padding: 22px 17px; }
  .delivery-grid { grid-template-columns: 1fr; gap: 10px; }
  .delivery-grid article, .delivery-grid article:last-child { grid-column: auto; min-height: 0; padding: 20px; }
  .delivery-grid h4 { min-height: 0; margin-top: 18px; }
  .public-contact-panel { padding: 21px 17px; }
  .public-contact-grid { grid-template-columns: 1fr; gap: 10px; }
  .public-contact-grid article:last-child { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; border-left: 0; }
  .process-grid article { min-height: 0; padding: 22px 20px 24px; border-left: 1px solid #c5cdd3; }
  .process-symbol { height: 68px; }
  .legal-heading { margin-bottom: 30px; }
  .legal-table-wrap { overflow: visible; border: 0; background: transparent; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table td { display: block; width: 100%; }
  .legal-table { table-layout: auto; }
  .legal-table thead { display: none; }
  .legal-table tr { margin-bottom: 14px; border: 1px solid var(--line); background: var(--white); }
  .legal-table tr:last-child { margin-bottom: 0; }
  .legal-table td { position: relative; padding: 18px; border: 0; border-bottom: 1px solid var(--line); font-size: 12px; }
  .legal-table td:last-child { border-bottom: 0; background: var(--surface-soft); }
  .legal-table td::before { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
  .legal-table td:nth-child(1)::before { content: "Jurisdiction"; }
  .legal-table td:nth-child(2)::before { content: "Scope and effect"; }
  .legal-table td:nth-child(3)::before { content: "Legal basis"; }
  .legal-note { margin-top: 12px; }
  .faq-grid { gap: 32px; }
  .faq-grid h2 { margin-top: 22px; }
  .accordion summary { min-height: 68px; gap: 16px; font-size: 14px; }
  .accordion details p { margin: -2px 30px 22px 0; }
  .cta-section { padding: 60px 0; }
  .cta-section h2 { font-size: clamp(32px, 9vw, 42px); }
  .cta-inner .button { width: 100%; }
  .site-footer { padding-top: 54px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 40px; }
}

@media (max-width: 440px) {
  :root { --shell: min(100% - 24px, 1180px); }
  .nav-actions { grid-template-columns: 52px 1fr; }
  .nav-actions .button-primary { grid-column: 1 / -1; }
  .brand-copy strong { font-size: 14px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(39px, 12.7vw, 52px); }
  .eyebrow { letter-spacing: .11em; }
  .quote-preview { margin-inline: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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