/* ==========================================================================
   Cordo Claims Group — Standalone Design System
   Brand: green #11AE11 + deep green + black. Fonts: Montserrat / Open Sans.
   ========================================================================== */

:root {
  --green: #11ae11;
  --green-600: #0c8f0c;
  --green-700: #0a760f;
  --green-light: #50c16a;
  --green-dark: #0b6b1e;
  --green-tint: #e9f7ea;
  --ink: #1b1f22;
  --black: #000;
  --muted: #5b6166;
  --muted-2: #7c8288;
  --bg: #ffffff;
  --bg-soft: #f5f8f5;
  --bg-dark: #0f1912;
  --bg-darker: #0a120c;
  --line: #e6 eae6;
  --line: #e6eae6;
  --shadow-sm: 0 1px 2px rgba(16,40,20,.06), 0 2px 8px rgba(16,40,20,.05);
  --shadow-md: 0 6px 20px rgba(16,40,20,.09), 0 2px 6px rgba(16,40,20,.06);
  --shadow-lg: 0 24px 60px rgba(11,60,20,.16);
  --radius: 14px;
  --radius-sm: 9px;
  --radius-lg: 22px;
  --maxw: 1200px;
  --font-head: "Montserrat", system-ui, -apple-system, Segoe UI, sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif;
  --topbar-h: 40px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16.5px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 { font-family: var(--font-head); font-weight: 800; line-height: 1.12; color: var(--ink); letter-spacing: -.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.05em; }
a { color: var(--green-700); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--green); }
img { max-width: 100%; display: block; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .45em; }
strong { font-weight: 700; color: var(--ink); }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px, 4vw, 34px); }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--bg-dark); color: #dfe7e1; }
.section--dark h1,.section--dark h2,.section--dark h3 { color: #fff; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .55em; font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green-700); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green); border-radius: 2px; }
.center .eyebrow::before { display: none; }
.lead { font-size: 1.16rem; color: var(--muted); }
.section--dark .lead { color: #b7c4bb; }

/* ---- Skip link ---- */
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 2000; background: var(--green); color: #fff; padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; color: #fff; }

/* ---- Buttons ---- */
.btn { --bg: var(--green); --fg: #fff; display: inline-flex; align-items: center; justify-content: center; gap: .55em; font-family: var(--font-head); font-weight: 700; font-size: .95rem; line-height: 1; padding: 15px 26px; border-radius: 999px; border: 2px solid transparent; background: var(--bg); color: var(--fg); cursor: pointer; transition: transform .16s ease, box-shadow .18s ease, background .18s ease, color .18s; white-space: nowrap; box-shadow: 0 8px 20px rgba(17,174,17,.24); }
.btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(17,174,17,.32); background: var(--green-600); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); box-shadow: none; }
.btn--ghost:hover { border-color: var(--green); color: var(--green-700); background: var(--green-tint); box-shadow: none; }
.btn--light { background: #fff; color: var(--green-700); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.btn--light:hover { background: #fff; color: var(--green); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); box-shadow: none; }
.btn--outline-light:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }
.btn--lg { padding: 17px 32px; font-size: 1rem; }
.btn--block { display: flex; width: 100%; }

/* ==========================================================================
   Top bar + Header
   ========================================================================== */
.topbar { background: var(--bg-darker); color: #cdd8d0; font-size: .82rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: var(--topbar-h); }
.topbar a { color: #cdd8d0; display: inline-flex; align-items: center; gap: .4em; font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar__left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__tag { color: var(--green-light); font-family: var(--font-head); font-weight: 700; letter-spacing: .02em; }
.topbar__socials { display: flex; gap: 14px; }
.topbar__socials a { font-size: .95rem; }

.site-header { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.site-header.is-stuck { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 50px; width: auto; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-head); font-weight: 800; font-size: 1.06rem; color: var(--ink); letter-spacing: -.01em; }
.brand__sub { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--green-700); font-weight: 700; margin-top: 3px; }

.nav__menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__menu > li { position: relative; }
.nav__menu > li > a { font-family: var(--font-head); font-weight: 600; font-size: .93rem; color: var(--ink); padding: 10px 13px; border-radius: 8px; display: inline-flex; align-items: center; gap: 5px; }
.nav__menu > li > a:hover, .nav__menu > li.is-open > a { color: var(--green-700); background: var(--green-tint); }
.nav__menu a[aria-current="page"] { color: var(--green-700); }
.nav__menu a[aria-current="page"]::after { content: ""; }
.caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; opacity: .7; }
.is-open .caret { transform: rotate(-135deg) translateY(-1px); }

.dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-md); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; list-style: none; margin: 0; z-index: 50; }
.dropdown--wide { min-width: 460px; columns: 2; column-gap: 6px; }
.nav__menu > li:hover > .dropdown, .nav__menu > li.is-open > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 9px 12px; border-radius: 7px; font-size: .9rem; font-weight: 600; color: var(--ink); break-inside: avoid; }
.dropdown a:hover { background: var(--green-tint); color: var(--green-700); }
.dropdown__head { font-family: var(--font-head); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); padding: 8px 12px 4px; font-weight: 700; }

.nav__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav__phone { font-family: var(--font-head); font-weight: 800; color: var(--ink); font-size: 1rem; white-space: nowrap; }
.nav__phone span { display: block; font-size: .62rem; font-weight: 600; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav__toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #0a120c 0%, #0f2413 55%, #0b3a19 100%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; background:
    radial-gradient(650px 400px at 85% 15%, rgba(80,193,106,.28), transparent 60%),
    radial-gradient(520px 360px at 5% 90%, rgba(17,174,17,.22), transparent 60%);
  pointer-events: none; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; padding: clamp(56px,7vw,96px) 0; }
.hero__eyebrow { color: var(--green-light); }
.hero__eyebrow::before { background: var(--green-light); }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--green-light); }
.hero__lead { font-size: 1.2rem; color: #c8d4cb; max-width: 44ch; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero__trust { display: flex; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.hero__trust .num { font-family: var(--font-head); font-weight: 800; font-size: 2rem; color: #fff; line-height: 1; }
.hero__trust .lbl { font-size: .82rem; color: #a9b8ad; margin-top: 6px; max-width: 16ch; }
.hero__media { position: relative; }
.hero__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/3.2; object-fit: cover; width: 100%; }
.hero__badge { position: absolute; bottom: -22px; left: -22px; background: #fff; color: var(--ink); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; max-width: 250px; }
.hero__badge .ico { width: 44px; height: 44px; background: var(--green-tint); border-radius: 12px; display: grid; place-items: center; color: var(--green-700); flex-shrink: 0; }
.hero__badge b { font-family: var(--font-head); display: block; font-size: 1rem; }
.hero__badge small { color: var(--muted); font-size: .8rem; }

.hero--compact { }
.hero--compact .hero__inner { grid-template-columns: 1fr; text-align: center; padding: clamp(48px,6vw,76px) 0; }
.hero--compact .hero__lead { margin-inline: auto; }
.hero--compact .hero__cta, .hero--compact .hero__eyebrow { justify-content: center; }
.breadcrumb { position: relative; z-index: 2; font-size: .84rem; color: #9fb0a4; padding-top: 4px; }
.breadcrumb a { color: #c6d4c9; } .breadcrumb a:hover { color: #fff; }
.breadcrumb span { opacity: .6; margin: 0 7px; }

/* ==========================================================================
   Cards / grids
   ========================================================================== */
.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2,1fr); }
.grid--3 { grid-template-columns: repeat(3,1fr); }
.grid--4 { grid-template-columns: repeat(4,1fr); }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s; height: 100%; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #cfe6d2; }
.card__ico { width: 54px; height: 54px; border-radius: 14px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; margin-bottom: 18px; }
.card__ico svg { width: 27px; height: 27px; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--muted); margin-bottom: 0; font-size: .96rem; }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-head); font-weight: 700; font-size: .88rem; }
.card__link svg { width: 15px; transition: transform .18s; }
.card:hover .card__link svg { transform: translateX(4px); }

/* service link card (coverage grid) */
.tile { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; box-shadow: var(--shadow-sm); transition: .2s; font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: .95rem; }
.tile:hover { border-color: var(--green); color: var(--green-700); transform: translateX(4px); box-shadow: var(--shadow-md); }
.tile .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--green-tint); color: var(--green-700); display: grid; place-items: center; flex-shrink: 0; }
.tile .ico svg { width: 20px; height: 20px; }
.tile .arr { margin-left: auto; color: var(--green); opacity: 0; transform: translateX(-6px); transition: .2s; }
.tile:hover .arr { opacity: 1; transform: translateX(0); }

/* stat band */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat { text-align: center; padding: 8px; }
.stat .num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem,4vw,2.9rem); color: var(--green); line-height: 1; }
.section--dark .stat .num { color: var(--green-light); }
.stat .lbl { color: var(--muted); font-size: .92rem; margin-top: 8px; }
.section--dark .stat .lbl { color: #a9b8ad; }

/* feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 22px 0; }
.check-list li { position: relative; padding-left: 34px; margin-bottom: 13px; color: var(--muted); }
.check-list li strong { color: var(--ink); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--green-tint); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a760f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 13px; }

/* process steps */
.steps { counter-reset: step; display: grid; gap: 22px; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step__num { counter-increment: step; flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; box-shadow: 0 8px 18px rgba(17,174,17,.28); }
.step__num::before { content: counter(step,decimal-leading-zero); }
.step h3 { margin-bottom: .25em; }
.step p { color: var(--muted); margin: 0; }

/* logos / memberships */
.logos { display: flex; flex-wrap: wrap; gap: clamp(24px,4vw,52px); align-items: center; justify-content: center; }
.logos img { height: 62px; width: auto; filter: grayscale(1); opacity: .62; transition: .25s; }
.logos img:hover { filter: none; opacity: 1; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gallery a { border-radius: var(--radius-sm); overflow: hidden; position: relative; aspect-ratio: 1; box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery a:hover img { transform: scale(1.08); }

/* map / states */
.states { display: flex; flex-wrap: wrap; gap: 10px; }
.states a { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-weight: 600; font-size: .9rem; color: var(--ink); box-shadow: var(--shadow-sm); transition: .2s; }
.states a:hover { border-color: var(--green); color: var(--green-700); background: var(--green-tint); }
.states a::before { content: "📍"; font-size: .85em; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--green-dark), var(--green-700)); color: #fff; border-radius: var(--radius-lg); padding: clamp(38px,5vw,60px); text-align: center; box-shadow: var(--shadow-lg); }
.cta-band::after { content:""; position:absolute; inset:0; background: radial-gradient(500px 300px at 80% 10%, rgba(255,255,255,.14), transparent 60%); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 60ch; margin-inline: auto; }
.cta-band .hero__cta { justify-content: center; }

/* prose (long-form article/legal) */
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; color: var(--green-700); }
.prose ul li::marker { color: var(--green); }
.prose img { border-radius: var(--radius); margin: 1.5em 0; box-shadow: var(--shadow-sm); }
.prose blockquote { border-left: 4px solid var(--green); background: var(--bg-soft); margin: 1.5em 0; padding: 18px 24px; border-radius: 0 12px 12px 0; font-style: italic; color: var(--ink); }

/* layout with sidebar */
.with-aside { display: grid; grid-template-columns: 1fr 330px; gap: 46px; align-items: start; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); position: sticky; top: calc(var(--header-h) + 16px); }
.aside-card h3 { font-size: 1.15rem; }
.aside-card + .aside-card { margin-top: 22px; }

/* testimonials */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); height: 100%; display: flex; flex-direction: column; }
.quote .stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 12px; }
.quote p { font-size: 1.02rem; color: var(--ink); flex: 1; }
.quote .who { font-family: var(--font-head); font-weight: 700; margin-top: 12px; }
.quote .who small { display: block; color: var(--muted); font-weight: 400; font-size: .84rem; }

/* faq */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 44px 22px 4px; font-family: var(--font-head); font-weight: 700; font-size: 1.06rem; position: relative; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 400; color: var(--green); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .faq__a { padding: 0 44px 22px 4px; color: var(--muted); }
.faq .faq__a p:last-child { margin-bottom: 0; }

/* forms */
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; color: var(--ink); }
.form-field label .req { color: var(--green); }
.form-control { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; font-family: inherit; font-size: .96rem; color: var(--ink); background: #fff; transition: border-color .18s, box-shadow .18s; }
.form-control:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(17,174,17,.15); }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--muted-2); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--bg-darker); color: #a7b4ab; padding-top: clamp(52px,7vw,80px); font-size: .93rem; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer__brand img { height: 54px; margin-bottom: 16px; background: #fff; border-radius: 10px; padding: 6px; }
.footer__brand p { color: #93a399; max-width: 34ch; }
.footer h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; }
.footer a { color: #a7b4ab; }
.footer a:hover { color: var(--green-light); }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 17px; margin-top: 3px; color: var(--green-light); flex-shrink: 0; }
.footer__news { display: flex; gap: 8px; margin-top: 14px; }
.footer__news input { flex: 1; padding: 11px 14px; border-radius: 9px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: #fff; font-family: inherit; font-size: .9rem; }
.footer__news input::placeholder { color: #8a9990; }
.footer__news button { border: none; background: var(--green); color: #fff; border-radius: 9px; padding: 0 16px; cursor: pointer; font-weight: 700; }
.footer__socials { display: flex; gap: 12px; margin-top: 18px; }
.footer__socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #cdd8d0; }
.footer__socials a:hover { background: var(--green); color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 22px 0 30px; font-size: .84rem; color: #7f8d84; }
.footer__bottom a { color: #7f8d84; text-decoration: underline; text-underline-offset: 2px; }
.footer__bottom a:hover { color: var(--green-light); }
.footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__credit { text-align: center; padding: 0 0 26px; font-size: .8rem; color: #6b776e; letter-spacing: .02em; }
.footer__credit a { color: #9fb0a4; font-weight: 600; text-decoration: none; }
.footer__credit a:hover { color: var(--green-light); }

/* ==========================================================================
   Accessibility widget
   ========================================================================== */
.a11y-fab { position: fixed; left: 18px; bottom: 18px; z-index: 1200; width: 54px; height: 54px; border-radius: 50%; background: var(--green); color: #fff; border: 3px solid #fff; box-shadow: 0 8px 26px rgba(0,0,0,.28); cursor: pointer; display: grid; place-items: center; transition: transform .2s; }
.a11y-fab:hover { transform: scale(1.07); }
.a11y-fab svg { width: 28px; height: 28px; }
.a11y-panel { position: fixed; left: 18px; bottom: 84px; z-index: 1201; width: 340px; max-width: calc(100vw - 36px); max-height: 78vh; overflow-y: auto; background: #fff; color: var(--ink); border-radius: 16px; box-shadow: 0 24px 70px rgba(0,0,0,.32); border: 1px solid var(--line); transform: translateY(16px) scale(.98); opacity: 0; visibility: hidden; transition: .22s ease; }
.a11y-panel.is-open { transform: none; opacity: 1; visibility: visible; }
.a11y-panel__head { background: var(--green-dark); color: #fff; padding: 18px 20px; border-radius: 16px 16px 0 0; display: flex; justify-content: space-between; align-items: center; }
.a11y-panel__head h3 { color: #fff; margin: 0; font-size: 1.05rem; }
.a11y-panel__head button { background: rgba(255,255,255,.15); border: none; color: #fff; width: 30px; height: 30px; border-radius: 8px; cursor: pointer; font-size: 1.1rem; }
.a11y-panel__body { padding: 16px; }
.a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.a11y-opt { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; padding: 14px 8px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: .78rem; color: var(--ink); transition: .16s; }
.a11y-opt:hover { border-color: var(--green); background: var(--green-tint); }
.a11y-opt.is-active { border-color: var(--green); background: var(--green-tint); color: var(--green-700); box-shadow: inset 0 0 0 1px var(--green); }
.a11y-opt svg { width: 24px; height: 24px; color: var(--green-700); }
.a11y-reset { margin-top: 14px; width: 100%; padding: 12px; border: none; border-radius: 10px; background: var(--ink); color: #fff; font-family: var(--font-head); font-weight: 700; cursor: pointer; }
.a11y-reset:hover { background: #000; }
.a11y-stmt { text-align: center; margin-top: 10px; font-size: .78rem; }

/* Accessibility state classes applied to <html> */
html.a11y-contrast body { background: #000 !important; }
html.a11y-contrast :is(p,li,span,h1,h2,h3,h4,h5,a,label,td,th,summary,div) { color: #fff !important; }
html.a11y-contrast :is(.card,.tile,.quote,.aside-card,.form-control,.site-header,.a11y-panel) { background: #111 !important; border-color: #444 !important; }
html.a11y-contrast a { color: #ffe600 !important; }
html.a11y-bigtext body { font-size: 19px; }
html.a11y-bigtext h1 { font-size: clamp(2.4rem,5vw,3.9rem); }
html.a11y-readable body, html.a11y-readable :is(h1,h2,h3,h4,h5) { font-family: Verdana, Tahoma, sans-serif !important; letter-spacing: normal !important; }
html.a11y-links a { text-decoration: underline !important; text-underline-offset: 2px; font-weight: 700 !important; }
html.a11y-bigcursor, html.a11y-bigcursor * { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' stroke='%23fff' stroke-width='1' d='M5 2l14 11-6 1 4 8-3 1-4-8-5 4z'/%3E%3C/svg%3E") 4 2, auto !important; }
html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html.a11y-spacing body { letter-spacing: .06em; word-spacing: .12em; line-height: 2; }
.reading-guide { position: fixed; left: 0; right: 0; height: 46px; background: rgba(17,174,17,.16); border-top: 2px solid var(--green); border-bottom: 2px solid var(--green); pointer-events: none; z-index: 1150; display: none; }
html.a11y-guide .reading-guide { display: block; }

/* ==========================================================================
   Cookie consent
   ========================================================================== */
.consent { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 1300; max-width: 720px; margin-inline: auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 70px rgba(0,0,0,.28); padding: 22px 24px; transform: translateY(140%); transition: transform .4s cubic-bezier(.16,1,.3,1); }
.consent.is-open { transform: none; }
.consent h3 { font-size: 1.15rem; margin-bottom: .4em; }
.consent p { font-size: .9rem; color: var(--muted); margin-bottom: 16px; }
.consent p a { text-decoration: underline; }
.consent__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent__actions .btn { padding: 12px 20px; font-size: .88rem; box-shadow: none; }
.consent__prefs { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: none; }
.consent.show-prefs .consent__prefs { display: block; }
.consent__row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--bg-soft); }
.consent__row:last-child { border-bottom: none; }
.consent__row b { font-family: var(--font-head); font-size: .92rem; }
.consent__row small { display: block; color: var(--muted); font-size: .8rem; font-weight: 400; }
/* toggle switch */
.switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .track { position: absolute; inset: 0; background: #cfd6cf; border-radius: 999px; transition: .2s; cursor: pointer; }
.switch .track::before { content: ""; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.switch input:checked + .track { background: var(--green); }
.switch input:checked + .track::before { transform: translateX(20px); }
.switch input:disabled + .track { background: var(--green-light); opacity: .7; cursor: not-allowed; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; gap: 34px; }
  .hero__media { max-width: 560px; }
  .with-aside { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(3,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
.nav__mobile-cta { display: none; }
@media (max-width: 920px) {
  /* remove backdrop-filter so the fixed mobile menu is viewport-relative, not header-relative */
  .site-header { backdrop-filter: none; background: #fff; }
  .nav__menu, .nav__phone { display: none; }
  .nav__actions .btn { display: none; }
  .nav__toggle { display: flex; }
  .site-header.nav-open .nav__menu { display: flex; position: fixed; top: calc(var(--header-h)); left: 0; right: 0; bottom: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 18px; gap: 2px; overflow-y: auto; border-top: 1px solid var(--line); }
  .site-header.nav-open .nav__menu > li > a { padding: 14px 12px; font-size: 1.05rem; justify-content: space-between; border-radius: 10px; }
  .dropdown, .dropdown--wide { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 2px 2px 8px 16px; columns: 1; min-width: 0; display: none; }
  .nav__menu > li.is-open .dropdown { display: block; }
  .dropdown a { font-weight: 500; }
  .nav__mobile-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; padding: 16px 0 4px; border-top: 1px solid var(--line); }
  .nav__mobile-cta .btn { display: flex; color: #fff; }
  .nav__mobile-cta .btn--ghost { color: var(--ink); }
}
@media (max-width: 780px) {
  .grid--2, .grid--3, .grid--4, .form-row, .stats { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .split, .split--rev .split__media { grid-template-columns: 1fr; order: 0; }
  .split--rev .split__text { order: 2; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .topbar__left { gap: 14px; }
  .topbar__left a[href^="mailto"] { display: none; }
  .topbar__track { display: none !important; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .hero__badge { position: static; margin-top: 18px; max-width: none; }
}
@media (max-width: 480px) {
  .a11y-grid { grid-template-columns: 1fr 1fr; }
  .brand__txt { display: none; }
  .topbar__tag { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* sticky mobile CTA bar */
.mobile-cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1250; display: none; grid-template-columns: auto 1fr; gap: 10px; align-items: stretch; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(11,42,18,.97); backdrop-filter: blur(10px); box-shadow: 0 -10px 30px rgba(0,0,0,.3); }
.mobile-cta-bar a { display: flex; align-items: center; justify-content: center; gap: .5em; font-family: var(--font-head); font-weight: 700; font-size: .95rem; padding: .8em 1.15em; border-radius: 999px; white-space: nowrap; }
.mobile-cta-bar .mcb-call { color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.mobile-cta-bar .mcb-eval { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(17,174,17,.35); }
@media (max-width: 920px) {
  .mobile-cta-bar { display: grid; }
  html.has-mcb body { padding-bottom: 72px; }
  .a11y-fab { bottom: calc(76px + env(safe-area-inset-bottom)); }
  .a11y-panel { bottom: calc(140px + env(safe-area-inset-bottom)); }
  .consent { bottom: calc(76px + env(safe-area-inset-bottom)); }
}
@media (max-width: 480px) { .topbar__hidephone { display: none; } }
