:root {
  --navy: #041944;
  --blue-900: #06357f;
  --blue-800: #07459f;
  --blue-700: #0a58c7;
  --blue-100: #dcecff;
  --blue-50: #f2f7ff;
  --gold: #d89a24;
  --gold-light: #f0bd55;
  --ink: #0c1530;
  --muted: #5a6479;
  --white: #fff;
  --line: #dfe6f1;
  --shadow: 0 22px 65px rgba(5, 44, 102, .14);
  --radius: 24px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); 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; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(11,48,104,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(4,25,68,.1); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 152px; height: 74px; overflow: hidden; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 145px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 34px); margin-left: auto; }
.main-nav a { position: relative; padding: 31px 0 27px; color: #121a37; font-size: .9rem; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--blue-800); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 12px 17px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); border-radius: 13px; font-size: .84rem; font-weight: 750; box-shadow: 0 10px 24px rgba(6,69,159,.2); }
.header-cta svg { width: 17px; fill: currentColor; }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 700px; padding: 158px 0 150px; overflow: hidden; background: linear-gradient(115deg, #fff 0%, #f9fbff 42%, #d8ebff 100%); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -80px; top: 45px; border-radius: 50%; background: radial-gradient(circle, rgba(63,144,239,.26), transparent 68%); }
.hero-glow { position: absolute; width: 600px; height: 280px; left: -190px; bottom: 40px; background: radial-gradient(ellipse, rgba(92,167,246,.22), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 15px; color: var(--gold); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { margin: 0; color: var(--blue-900); font-family: var(--font-display); font-size: clamp(3.5rem, 6vw, 5.7rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.gold-text { color: var(--gold); }
.hero-intro { max-width: 660px; margin: 27px 0 31px; color: #303a52; font-size: 1.08rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 13px; font-size: .92rem; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); box-shadow: 0 13px 27px rgba(6,69,159,.22); }
.btn-primary:hover { box-shadow: 0 17px 35px rgba(6,69,159,.3); }
.btn-ghost { color: var(--blue-900); border-color: #bbcae2; background: rgba(255,255,255,.58); }
.btn-ghost:hover { background: #fff; }
.btn-gold { width: 100%; color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 28px rgba(216,154,36,.26); border: 0; }
.confidential-note { display: flex; align-items: center; gap: 8px; margin: 23px 0 0; color: #677087; font-size: .82rem; font-weight: 620; }
.confidential-note svg { width: 18px; fill: var(--gold); }
.hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.logo-card { position: relative; z-index: 2; width: min(390px, 82%); aspect-ratio: 1.16; display: grid; place-items: center; padding: 28px; background: rgba(255,255,255,.87); border: 1px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 35px 80px rgba(7,61,145,.2); backdrop-filter: blur(14px); }
.logo-card img { width: 82%; }
.logo-orbit { position: absolute; border: 1px solid rgba(7,69,159,.15); border-radius: 50%; }
.orbit-one { width: 100%; aspect-ratio: 1; }
.orbit-two { width: 80%; aspect-ratio: 1; border-color: rgba(216,154,36,.35); transform: rotate(-18deg); }
.metric-card { position: absolute; z-index: 3; min-width: 184px; padding: 14px 18px; background: rgba(255,255,255,.95); border: 1px solid rgba(7,69,159,.1); border-radius: 15px; box-shadow: 0 15px 40px rgba(4,25,68,.13); }
.metric-card strong, .metric-card span { display: block; }
.metric-card strong { color: var(--blue-900); font-size: .9rem; }
.metric-card span { color: var(--muted); font-size: .76rem; }
.metric-top { top: 38px; right: -2px; }
.metric-bottom { bottom: 22px; left: -10px; }
.hero-wave { position: absolute; left: -8%; width: 116%; border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform: rotate(-4deg); transform-origin: center bottom; }
.wave-gold { z-index: 1; bottom: -95px; height: 170px; background: linear-gradient(90deg, var(--gold-light), var(--gold)); }
.wave-blue { z-index: 2; bottom: -135px; height: 184px; background: linear-gradient(100deg, #073a8d, #0352bf 55%, #031c50); }

.service-strip { position: relative; z-index: 4; color: #fff; background: linear-gradient(112deg, #04357f, #0753ba 52%, #031c50); }
.service-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-strip article { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 38px 28px; }
.service-strip article + article { border-left: 1px solid rgba(255,255,255,.28); }
.service-strip h2 { margin: 3px 0 5px; font-size: 1rem; }
.service-strip p { margin: 0; color: #dce9ff; font-size: .83rem; line-height: 1.65; }
.round-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid var(--gold-light); border-radius: 50%; }
.round-icon svg { width: 30px; fill: var(--gold-light); }

.section { padding: 110px 0; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.section h2 { margin: 0 0 22px; color: var(--blue-900); font-family: var(--font-display); font-size: clamp(2.35rem, 4vw, 3.55rem); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.section-copy > p:not(.eyebrow) { color: var(--muted); }
.section-copy .lead { color: var(--ink) !important; font-size: 1.08rem; font-weight: 600; }
.check-list { padding: 0; margin: 25px 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 32px; color: #364057; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 7px; width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--gold); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-800); font-weight: 800; }
.text-link:hover { color: var(--gold); }
.about-media { position: relative; }
.about-media::before { content: ""; position: absolute; inset: -16px 22px 24px -16px; z-index: -1; border: 1px solid rgba(216,154,36,.5); border-radius: var(--radius); }
.about-media img { width: 100%; min-height: 395px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-badge { position: absolute; right: -24px; bottom: -29px; max-width: 300px; padding: 18px 24px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); border: 5px solid #fff; border-radius: 17px; box-shadow: 0 13px 35px rgba(4,25,68,.22); }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { font-size: 1rem; }
.about-badge span { color: #d5e6ff; font-size: .79rem; }

.services { background: var(--blue-50); }
.section-heading { max-width: 690px; margin: 0 auto 52px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading > p:last-child { color: var(--muted); }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; padding: 34px; background: #fff; border: 1px solid #e2e9f3; border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(7,69,159,.25); box-shadow: 0 20px 50px rgba(7,49,112,.1); }
.service-card.featured { color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); border-color: transparent; }
.service-card.featured h3, .service-card.featured p, .service-card.featured .card-number { color: #fff; }
.service-card.featured p { opacity: .82; }
.card-number { position: absolute; top: 24px; right: 28px; color: #d9e2ef; font-family: var(--font-display); font-size: 3.4rem; line-height: 1; }
.card-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 25px; color: var(--blue-800); background: #edf5ff; border-radius: 15px; }
.featured .card-icon { color: var(--navy); background: var(--gold-light); }
.card-icon svg { width: 28px; fill: currentColor; }
.service-card h3 { max-width: 75%; margin: 0 0 12px; color: var(--blue-900); font-size: 1.2rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.method { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #031d4e, #064ca9 56%, #05255b); }
.method::before { content: ""; position: absolute; width: 540px; height: 540px; right: -220px; top: -270px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.method-intro { position: relative; max-width: 720px; }
.method h2 { color: #fff; }
.method-intro > p:last-child { color: #cadcf9; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; padding: 0; margin: 58px 0 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 25px; right: 11%; left: 11%; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,189,85,.8), transparent); }
.timeline li { position: relative; padding-top: 75px; }
.timeline li > span { position: absolute; z-index: 2; top: 0; left: 0; width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); border: 6px solid rgba(255,255,255,.15); border-radius: 50%; background-clip: padding-box; font-weight: 900; }
.timeline h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; }
.timeline p { margin: 0; color: #cadcf9; font-size: .87rem; }

.reassurance-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.reassurance-copy > p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.values-grid article { min-height: 166px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.values-grid article:nth-child(2), .values-grid article:nth-child(3) { background: var(--blue-50); }
.values-grid strong { color: var(--blue-900); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.values-grid p { margin: 9px 0 0; color: var(--muted); font-size: .87rem; }

.faq { background: #f7f9fc; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; }
.section-heading.left { margin: 0; text-align: left; }
.section-heading.left .eyebrow { justify-content: flex-start; }
.faq-item { border-bottom: 1px solid #d9e2ed; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 23px 4px; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 780; }
.faq-item button:hover { color: var(--blue-800); }
.faq-item i { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: var(--gold); transition: transform .25s ease; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item.open i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: .92rem; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 40px 23px 4px; }

.contact { padding-top: 85px; background: linear-gradient(#f7f9fc 0 35%, #fff 35%); }
.contact-card { display: grid; grid-template-columns: .83fr 1.17fr; overflow: hidden; color: #fff; background: linear-gradient(145deg, #041c4d, #064ba7); border-radius: 28px; box-shadow: var(--shadow); }
.contact-copy { position: relative; overflow: hidden; padding: 58px 48px; }
.contact-copy::after { content: ""; position: absolute; width: 310px; height: 310px; left: -180px; bottom: -180px; border: 45px solid rgba(255,255,255,.035); border-radius: 50%; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: #cedefa; }
.contact-points { margin-top: 35px; }
.contact-points p { display: flex; align-items: center; gap: 13px; color: #e5efff; font-size: .9rem; }
.contact-points span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.contact-form { padding: 48px; color: var(--ink); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 16px; color: #344057; font-size: .79rem; font-weight: 760; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f9fbfe; border: 1px solid #ccd7e5; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(10,88,199,.12); }
.contact-form textarea { resize: vertical; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--blue-800); }
.consent a { color: var(--blue-800); text-decoration: underline; }
.form-status { display: none; margin: 14px 0 0; padding: 10px 12px; color: #12512e; background: #e9f8ef; border-radius: 9px; font-size: .82rem; }
.form-status.show { display: block; }
.form-demo { margin: 12px 0 0; color: #7a8497; font-size: .7rem; text-align: center; }

.site-footer { padding: 65px 0 24px; color: #b9c9e5; background: #031536; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1.1fr; gap: 52px; }
.footer-brand img { width: 170px; margin-bottom: 6px; background: #fff; border-radius: 10px; }
.footer-brand p { color: var(--gold-light); font-family: var(--font-display); }
.site-footer h2 { margin: 0 0 17px; color: #fff; font-size: .9rem; }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; font-size: .8rem; }
.site-footer a:hover { color: var(--gold-light); }
.footer-cta { margin-top: 16px !important; color: var(--gold-light); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .7rem; }

.legal-page { padding: 150px 0 90px; background: #f6f9fd; min-height: calc(100vh - 270px); }
.legal-content { max-width: 850px; padding: 48px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); }
.legal-content h1 { margin: 0 0 10px; color: var(--blue-900); font-family: var(--font-display); font-size: 3rem; font-weight: 400; }
.legal-content h2 { margin: 34px 0 10px; color: var(--blue-900); font-size: 1.2rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .92rem; }
.placeholder { padding: 12px 14px; color: #6b4a08 !important; background: #fff4d9; border-left: 3px solid var(--gold); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .hero-grid { gap: 35px; }
  .metric-top { right: 0; }
  .timeline { gap: 18px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }
  .site-header { height: 76px; }
  .brand { width: 130px; height: 66px; }
  .brand img { width: 125px; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-toggle.open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open > span:nth-child(2) { opacity: 0; }
  .nav-toggle.open > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 76px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 20px 20px; background: #fff; box-shadow: 0 20px 30px rgba(4,25,68,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 12px 5px; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 135px 0 105px; }
  .hero-grid, .two-columns, .reassurance-grid, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .confidential-note { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-visual { min-height: 360px; max-width: 570px; width: 100%; margin: 20px auto 0; }
  .service-strip-grid { grid-template-columns: 1fr; }
  .service-strip article { padding: 26px 10px; }
  .service-strip article + article { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .two-columns { gap: 60px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline::before { display: none; }
  .reassurance-grid, .faq-layout { gap: 45px; }
  .contact-copy, .contact-form { padding: 45px 40px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .hero { padding: 120px 0 90px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 290px; }
  .logo-card { width: 76%; }
  .metric-card { min-width: 145px; padding: 10px 12px; }
  .metric-top { top: 12px; }
  .metric-bottom { bottom: 3px; }
  .service-strip article { grid-template-columns: auto 1fr; }
  .round-icon { width: 54px; height: 54px; }
  .cards-grid, .timeline, .values-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card { padding: 28px 24px; }
  .about-badge { right: 10px; bottom: -35px; }
  .contact-card { width: min(100% - 20px, 1160px); }
  .contact-copy, .contact-form { padding: 34px 24px; }
  .footer-bottom { flex-direction: column; }
  .legal-content { padding: 30px 22px; }
  .legal-content h1 { font-size: 2.35rem; }
}

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

/* Identité éditoriale GestionPro — version Joëlle Grenier */
.hero-sober {
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 145px 0 155px;
  text-align: center;
  background: linear-gradient(135deg, #fff 0%, #fbfdff 48%, #e0edff 100%);
}
.hero-centered { position: relative; z-index: 3; max-width: 930px; }
.hero-logo { width: 220px; margin: 0 auto 28px; mix-blend-mode: multiply; }
.hero-sober .eyebrow { justify-content: center; }
.hero-sober h1 { font-size: clamp(3.8rem, 7vw, 6.7rem); line-height: 1.02; }
.hero-sober .hero-intro { max-width: 800px; margin: 29px auto 34px; font-size: 1.13rem; }
.hero-sober .btn { min-width: 230px; }

.identity blockquote {
  position: relative;
  margin: 30px 0;
  padding: 22px 0 22px 28px;
  color: var(--blue-900);
  border-left: 3px solid var(--gold);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.3;
}
.signature { margin-top: 28px; color: var(--blue-900) !important; font-family: var(--font-display); font-size: 1.35rem; }
.signature span { display: block; color: var(--gold); font-family: var(--font-sans); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.method-words h3 { color: var(--gold-light); font-size: 2rem; }
.method-words p { font-size: .92rem; }

.mission-grid { grid-template-columns: repeat(3, 1fr); }
.mission-grid .service-card { min-height: 320px; }
.mission-grid .service-card h3 { max-width: 82%; }

.commitments { color: #fff; background: linear-gradient(125deg, #041943, #074aa5); }
.commitments-layout { display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; gap: 100px; }
.commitment-statement blockquote { margin: 0; color: #fff; font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 4.4rem); line-height: 1.15; }
.commitment-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.commitment-list li { display: flex; align-items: center; gap: 13px; padding: 14px 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; font-weight: 750; }
.commitment-list span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-size: .75rem; }

.why-us { text-align: center; }
.why-us-inner { max-width: 950px; }
.why-us .eyebrow { justify-content: center; }
.why-us h2 { font-size: clamp(2.5rem, 4.7vw, 4.2rem); }
.contact-details { display: grid; gap: 11px; margin: 32px 0; font-style: normal; }
.contact-details a { display: flex; align-items: center; gap: 12px; color: #fff; }
.contact-details a:hover strong { color: var(--gold-light); }
.contact-details span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-style: normal; font-size: .85rem; }
.contact-details strong { font-size: .9rem; overflow-wrap: anywhere; }
.map-placeholder { min-height: 140px; display: grid; place-items: center; align-content: center; padding: 22px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; text-align: center; }
.map-placeholder svg { width: 31px; margin-bottom: 7px; fill: var(--gold-light); }
.map-placeholder span, .map-placeholder small { display: block; }
.map-placeholder span { font-weight: 800; }
.map-placeholder small { color: #cbdcf8; }

@media (max-width: 1120px) {
  .mission-grid { grid-template-columns: repeat(2, 1fr); }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .8rem; }
}

@media (max-width: 860px) {
  .hero-sober { min-height: 650px; padding: 125px 0 125px; }
  .commitments-layout { grid-template-columns: 1fr; gap: 45px; }
  .commitment-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .hero-logo { width: 175px; }
  .hero-sober h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .mission-grid, .commitment-list { grid-template-columns: 1fr; }
  .mission-grid .service-card { min-height: auto; }
  .commitment-statement blockquote { font-size: 2.35rem; }
}
