:root {
  --navy: #071a2f;
  --navy-2: #0c2745;
  --ink: #102033;
  --blue: #174b78;
  --orange: #f47b20;
  --paper: #f4f6f7;
  --white: #ffffff;
  --muted: #667384;
  --line: #dbe1e7;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(3, 18, 34, .19);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: #fff; font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; background: #fff; color: #000; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { top: 16px; }

.site-header { height: 84px; background: rgba(7, 26, 47, .96); position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.13); }
.nav-wrap { height: 100%; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { color: #fff; display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { display: block; width: 250px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 16px; color: #dce5ed; font-size: .86rem; font-weight: 600; }
.site-header nav a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; background: transparent; border: 1px solid rgba(255,255,255,.4); color: #fff; padding: 8px 12px; }

.button { border: 0; border-radius: var(--radius); background: #ad4805; color: #fff; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #923c04; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-full { width: 100%; }
.button-dark { background: var(--navy); }
.button-dark:hover { background: var(--navy-2); }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: #e7edf2; }
.button-outline { background: transparent; border: 1px solid rgba(255,255,255,.36); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.text-link { color: #fff; font-weight: 700; display: inline-flex; gap: 9px; align-items: center; }
.text-link span { color: var(--orange); font-size: 1.35rem; }
.dark-link { color: var(--ink); }

.hero { min-height: 780px; position: relative; background: var(--navy); color: #fff; overflow: hidden; padding: 154px 0 90px; display: flex; align-items: center; }
.hero-media { position: absolute; inset: 0; background: url("assets/hero.webp") center/cover no-repeat; opacity: .63; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,33,.99) 0%, rgba(4,18,33,.91) 40%, rgba(4,18,33,.34) 75%, rgba(4,18,33,.5) 100%), linear-gradient(0deg, rgba(7,26,47,.5), transparent 50%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .72fr); align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; color: #c7d4df; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 3px; background: var(--orange); display: inline-block; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; font-size: clamp(3.4rem, 6.5vw, 6rem); line-height: .98; letter-spacing: -.025em; margin: 0; max-width: 800px; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-lead { max-width: 680px; font-size: 1.12rem; line-height: 1.65; color: #d7e0e8; margin: 27px 0; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-bottom: 32px; }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; font-size: .83rem; color: #dce5ec; }
.hero-proof span { color: var(--orange); font-weight: 800; }

.quick-card { background: rgba(255,255,255,.96); color: var(--ink); padding: 34px; box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.card-kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; margin: 0 0 4px; }
.quick-card h2 { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; margin: 0 0 24px; font-size: 1.9rem; }
.quick-card label, .field label { display: block; font-weight: 700; font-size: .8rem; margin-bottom: 7px; }
.quick-card input, .quick-card select, .field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd3dc; background: #fff; color: var(--ink); padding: 13px 14px; border-radius: 2px; min-height: 50px; outline: none; }
.quick-card input:focus, .quick-card select:focus, .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,75,120,.13); }
.quick-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 14px 0 20px; }
.microcopy { text-align: center; color: var(--muted); font-size: .72rem; margin: 10px 0 0; }

.trust-bar { background: var(--orange); color: var(--navy); }
.trust-grid { min-height: 98px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { padding: 4px 24px; border-right: 1px solid rgba(255,255,255,.28); display: grid; }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { font-size: .88rem; }
.trust-grid span { font-size: .72rem; opacity: .86; }

.section { padding: 110px 0; }
.section h2 { font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2.35rem, 4.3vw, 4rem); text-transform: uppercase; letter-spacing: -.02em; line-height: 1.08; margin: 0; }
.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: start; }
.intro-copy { color: var(--muted); font-size: 1.04rem; border-left: 1px solid var(--line); padding-left: 48px; }
.intro-copy p:first-child { margin-top: 4px; }
.section-muted { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.section-head > div { max-width: 730px; }

.trades-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd6dc; border-left: 1px solid #cfd6dc; }
.trade-card { min-height: 275px; padding: 34px; border-right: 1px solid #cfd6dc; border-bottom: 1px solid #cfd6dc; position: relative; background: transparent; transition: background .2s ease, transform .2s ease; }
.trade-card:hover { background: #fff; transform: translateY(-3px); z-index: 1; box-shadow: 0 15px 40px rgba(11,34,57,.08); }
.trade-card.featured { background: var(--navy); color: #fff; }
.trade-number { color: var(--orange); font-family: "Arial Narrow", Arial, sans-serif; font-weight: 700; }
.trade-card h3 { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; font-size: 1.45rem; margin: 62px 0 10px; }
.trade-card p { font-size: .9rem; color: var(--muted); margin: 0; }
.trade-card.featured p { color: #b9c7d4; }

.process-section { background: var(--navy); color: #fff; }
.light-head > p { max-width: 400px; color: #b6c4d1; margin: 0; }
.steps { list-style: none; margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.steps li { padding: 34px 28px 0 0; border-right: 1px solid rgba(255,255,255,.18); min-height: 250px; }
.steps li + li { padding-left: 28px; }
.steps li:last-child { border-right: 0; }
.step-num { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--orange); color: var(--orange); font-family: "Arial Narrow", Arial, sans-serif; font-weight: 700; }
.steps h3 { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; font-size: 1.25rem; line-height: 1.2; margin: 32px 0 10px; }
.steps p { color: #afbecb; font-size: .86rem; margin: 0; }

.values-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.values-title { position: sticky; top: 35px; }
.values-title > p:not(.eyebrow) { color: var(--muted); margin: 24px 0 30px; }
.values-list { border-top: 1px solid var(--line); }
.values-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.values-list article > span { color: var(--orange); font-family: "Arial Narrow", Arial, sans-serif; font-weight: 700; }
.values-list h3 { margin: 0 0 7px; font-size: 1.02rem; }
.values-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.pro-section { background: var(--blue); color: #fff; }
.pro-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 95px; align-items: center; }
.pro-grid h2 { max-width: 650px; }
.pro-grid > div > p:not(.eyebrow) { color: #d5e0ea; max-width: 650px; margin: 24px 0 30px; }
.pro-benefits { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.pro-benefits li { display: flex; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.pro-benefits li > span { color: var(--orange); font-size: 1.2rem; }
.pro-benefits div { display: grid; }
.pro-benefits small { color: #c4d2de; margin-top: 4px; font-size: .78rem; }

.form-section { background: var(--paper); }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.form-intro { position: sticky; top: 35px; }
.form-intro > p:not(.eyebrow):not(.contact-note) { color: var(--muted); }
.coverage-card { background: var(--navy); color: #fff; padding: 24px; margin: 28px 0; display: grid; gap: 3px; border-left: 4px solid var(--orange); }
.coverage-card strong { margin-bottom: 7px; font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; font-size: 1.1rem; }
.coverage-card span { color: #cbd7e1; font-size: .88rem; }
.contact-note { font-size: .84rem; color: var(--muted); }
.contact-note a { color: var(--blue); font-size: 1.25rem; font-weight: 800; }
.quote-form { background: #fff; box-shadow: 0 16px 55px rgba(14,42,69,.09); padding: 42px; border-top: 4px solid var(--orange); }
fieldset { border: 0; padding: 0; margin: 0 0 24px; }
legend { font-weight: 800; font-size: .84rem; margin-bottom: 10px; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: grid; place-items: center; min-height: 48px; padding: 6px 8px; border: 1px solid #cbd3dc; font-size: .76rem; font-weight: 700; text-align: center; }
.choice-row input:checked + span { border-color: var(--blue); background: #edf4f9; color: var(--blue); box-shadow: inset 0 -3px 0 var(--blue); }
.choice-row input:focus-visible + span { outline: 3px solid rgba(23,75,120,.2); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; }
.field.full { grid-column: 1 / -1; }
.field label small { color: var(--muted); font-weight: 500; }
.field textarea { resize: vertical; min-height: 130px; }
.file-input { padding: 9px !important; }
.file-help { color: var(--muted); font-size: .7rem; margin: 5px 0 0; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: .74rem; color: var(--muted); margin: 22px 0; cursor: pointer; }
.consent input { margin-top: 5px; accent-color: var(--blue); }
.form-legal { text-align: center; color: var(--muted); font-size: .68rem; margin: 12px 0 0; }
.form-legal a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { list-style: none; cursor: pointer; font-weight: 800; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--orange); font-size: 1.4rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); font-size: .9rem; padding-right: 45px; margin: 14px 0 0; }

footer { background: #041426; color: #fff; padding: 55px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; padding-bottom: 40px; }
.footer-top > p { color: #aebcca; font-size: .9rem; max-width: 390px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; display: flex; justify-content: space-between; color: #8698a9; font-size: .72rem; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a:hover { color: #fff; }

.status-page { min-height: 100vh; display: grid; place-items: center; background: var(--paper); padding: 30px; }
.status-card { width: min(620px, 100%); padding: 48px; background: #fff; box-shadow: var(--shadow); border-top: 5px solid var(--orange); text-align: center; }
.status-card h1 { font: 700 2.7rem/1.1 "Arial Narrow", Arial, sans-serif; text-transform: uppercase; margin: 20px 0 14px; }
.status-card p { color: var(--muted); }
.status-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto; color: #fff; background: var(--blue); font-size: 1.7rem; border-radius: 50%; }
.legal-page { background: var(--paper); min-height: 100vh; }
.legal-header { background: var(--navy); padding: 22px 0; }
.legal-content { width: min(820px, calc(100% - 40px)); margin: 55px auto; background: #fff; padding: 50px; }
.legal-content h1 { font: 700 clamp(2.2rem, 5vw, 3.4rem)/1.1 "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
.legal-content h2 { font: 600 1.35rem/1.2 "Arial Narrow", Arial, sans-serif; text-transform: uppercase; margin-top: 34px; }
.legal-content p, .legal-content li { color: var(--muted); }
.placeholder { background: #fff4e8; color: #9a4b0e; padding: 12px 15px; border-left: 4px solid var(--orange); }

@media (max-width: 1100px) {
  .site-header nav { position: absolute; top: 84px; left: 0; right: 0; display: none; background: var(--navy); padding: 22px; flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.14); }
  .site-header nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 750px; }
  .quick-card { width: min(570px, 100%); }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 17px 0; }
  .trust-grid div { padding: 12px 20px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .intro-grid, .values-grid, .pro-grid, .form-layout, .faq-grid { gap: 52px; }
  .trades-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li { border-bottom: 1px solid rgba(255,255,255,.18); }
  .values-title, .form-intro { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }
  .site-header nav { top: 72px; }
  .brand-logo { width: 210px; }
  .hero { padding: 125px 0 55px; min-height: auto; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,18,33,.97), rgba(4,18,33,.68)); }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-proof { display: grid; gap: 7px; }
  .quick-card { padding: 25px 20px; }
  .quick-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); padding: 11px 0; }
  .trust-grid div:last-child { border-bottom: 0; }
  .section { padding: 74px 0; }
  .section h2 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .intro-grid, .values-grid, .pro-grid, .form-layout, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .intro-copy { padding: 0; border: 0; }
  .section-head { align-items: start; flex-direction: column; }
  .trades-grid { grid-template-columns: 1fr; }
  .trade-card { min-height: 225px; }
  .trade-card h3 { margin-top: 42px; }
  .light-head > p { max-width: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { border-right: 0; padding: 25px 0; display: grid; grid-template-columns: 58px 1fr; gap: 16px; min-height: 0; }
  .steps h3 { margin: 4px 0 7px; }
  .quote-form { padding: 28px 20px; }
  .choice-row, .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .legal-content { padding: 28px 20px; margin: 28px auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Lisibilité, clavier et petits écrans. */
.eyebrow, .card-kicker, .microcopy, .trust-grid span, .file-help,
.consent, .form-legal, .footer-bottom, .choice-row span, legend,
.quick-card label, .field label, .pro-benefits small { font-size: .875rem; }
.card-kicker, .values-list article > span { color: #ad4805; }
.trade-card:not(.featured) .trade-number { color: #ad4805; }
.trust-grid span { opacity: 1; }
:focus-visible { outline: 3px solid #267bc3; outline-offset: 4px; }
.hero-caption { position: relative; margin: 24px 0 0; color: #dce5ed; font-size: .875rem; }
.launch-notice { padding: 14px; border-left: 4px solid #ad4805; background: #fff4e8; color: #713304; }
.field, .hero-copy, .quick-card { min-width: 0; }
.status-card h1, .legal-content h1, .legal-content h2 { font-family: Arial, sans-serif; }
@media (max-width: 360px) { .brand-logo { width: 185px; } .nav-wrap { gap: 12px; } }
.contact-note a.contact-email { font-size: 1rem; overflow-wrap: anywhere; }
.express-actions { display: flex; flex-wrap: wrap; gap: 12px; }
#message-fallback { width: 100%; font: inherit; }
@media (max-width: 720px) { .express-actions .button { width: 100%; } }
/* Palette validée : Méditerranée & sable. */
:root { --navy:#073b55; --navy-2:#007a9a; --blue:#007a9a; --orange:#e8ca91; --paper:#faf6ed; }
.site-header { background:rgba(7,59,85,.96); }
.hero-shade { background:linear-gradient(90deg,rgba(7,59,85,.99) 0%,rgba(7,59,85,.91) 40%,rgba(7,59,85,.34) 75%,rgba(7,59,85,.5) 100%),linear-gradient(0deg,rgba(7,59,85,.5),transparent 50%); }
footer { background:#073b55; }
.button { background:#006784; }
.button:hover { background:#00536b; }
.button-dark { background:#073b55; }
.button-dark:hover { background:#007a9a; }
.button-light { background:#fff; color:#073b55; }
.button-light:hover { background:#faf6ed; }
.button-outline { background:transparent; }
.button-outline:hover { background:rgba(255,255,255,.08); }
.card-kicker,.values-list article > span,.trade-card:not(.featured) .trade-number { color:#006784; }
.trust-bar { color:#073b55; }
.seo-topics { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:32px; }
.seo-topic { display:grid; gap:12px; padding:24px; background:#fff; border-top:3px solid var(--orange); }
.seo-topic span { color:#006784; font-size:.9rem; }
.seo-topic:hover { box-shadow:var(--shadow); }
.seo-zones { display:flex; flex-wrap:wrap; gap:24px; margin-top:28px; color:#006784; font-weight:700; }
.footer-bottom div { flex-wrap:wrap; }
.detail-page .site-header { position:relative; }
.legal-page .site-header { position:relative; }
.site-header nav a { white-space:nowrap; }
.site-header nav a[aria-current="page"] { text-decoration:underline; text-decoration-color:var(--orange); text-underline-offset:7px; }
.detail-hero { background:var(--navy); color:#fff; padding:48px 0 56px; }
.detail-hero h1 { font:700 clamp(2rem,4.5vw,3.8rem)/1.12 Arial,sans-serif; max-width:940px; margin:18px 0; }
.detail-hero p:not(.eyebrow) { max-width:850px; color:#dce5ed; }
.breadcrumbs { color:#dce5ed; font-size:.875rem; margin-bottom:28px; }
.breadcrumbs a { text-decoration:underline; }
.detail-grid { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:64px; padding-top:56px; padding-bottom:70px; }
.detail-content h2 { font-size:1.5rem; line-height:1.3; margin:36px 0 14px; }
.detail-content h2:first-child { margin-top:0; }
.detail-content p,.detail-content li { line-height:1.8; }
.detail-content li { margin-bottom:10px; }
.detail-content a { color:#006784; text-decoration:underline; text-underline-offset:3px; }
.detail-intro { font-size:1.12rem; margin-top:0; }
.detail-contact { align-self:start; padding:26px; background:var(--paper); border-top:4px solid var(--orange); }
.detail-contact h2 { margin-top:0; font-size:1.4rem; }
.detail-contact a:not(.button) { color:#006784; overflow-wrap:anywhere; }
.seo-footer nav { display:flex; flex-wrap:wrap; gap:14px 28px; padding:20px 0; }
.seo-footer a { overflow-wrap:anywhere; }
.seo-footer nav .button { display:none; }
@media(max-width:900px) { .detail-grid { grid-template-columns:minmax(0,1fr); gap:30px; } .seo-topics { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:560px) { .seo-topics { grid-template-columns:1fr; } .detail-hero { padding:32px 0; } }
@media(max-width:720px) { .hero-shade { background:linear-gradient(90deg,rgba(7,59,85,.97),rgba(7,59,85,.68)); } }

/* Mise en page mobile */
@media (max-width: 720px) {
  .container {
    width: calc(100% - 36px);
  }

  .brand-logo {
    width: 185px;
  }

  .menu-toggle {
    min-height: 44px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .hero {
    padding: 110px 0 44px;
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-transform: none;
    overflow-wrap: anywhere;
  }

  .section h2,
  .detail-hero h1,
  .legal-content h1 {
    font-size: clamp(26px, 6.5vw, 32px);
    line-height: 1.2;
    text-transform: none;
    overflow-wrap: anywhere;
  }

  .eyebrow {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }

  .eyebrow span {
    flex-shrink: 0;
    width: 20px;
  }

  .hero-lead,
  .detail-intro {
    font-size: 16px;
    line-height: 1.65;
    margin: 20px 0;
  }

  .hero-actions {
    gap: 14px;
    margin-bottom: 24px;
  }

  .button {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
  }

  .hero-grid {
    gap: 30px;
  }

  .section {
    padding: 48px 0;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .quick-card h2 {
    font-size: 24px;
  }

  .detail-content h2 {
    font-size: 23px;
    line-height: 1.3;
  }

  .status-card {
    padding: 28px 20px;
  }

  .status-card h1 {
    font-size: 28px;
  }
}
