:root {
  --navy: #0a3270;
  --navy-deep: #041c42;
  --navy-mid: #0d427e;
  --green: #007f45;
  --green-bright: #56dfa7;
  --teal: #006f69;
  --ink: #15243a;
  --slate: #526177;
  --line: #dce4ea;
  --mist: #f3f7f8;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(5, 34, 77, .13);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.site-shell { overflow-x: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -100px; padding: 10px 16px; color: var(--navy); background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-top: 5px solid var(--green); border-bottom: 1px solid rgba(10,50,112,.09); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { width: 205px; flex: 0 0 auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.desktop-nav a { color: #24364d; font-size: 13px; font-weight: 690; }
.desktop-nav a:hover { color: var(--teal); }
.language-switch { display: flex; align-items: center; gap: 5px; color: #8190a1; font-size: 12px; font-weight: 750; }
.language-switch a.active { color: var(--navy); }
.header-cta { min-height: 38px !important; padding: 9px 15px !important; font-size: 12px; }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { cursor: pointer; list-style: none; padding: 8px 13px; color: var(--navy); border: 1px solid var(--line); border-radius: 10px; font-weight: 750; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 50px; right: 0; width: min(320px, calc(100vw - 28px)); display: flex; flex-direction: column; gap: 4px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-menu nav a, .mobile-menu nav div { padding: 9px 10px; color: var(--navy); font-size: 14px; font-weight: 700; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 760; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(0,127,69,.28); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 24px rgba(0,127,69,.24); }
.button-primary:hover { background: #006f3c; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.button-outline { color: var(--navy); border-color: var(--navy); background: transparent; }

.hero { min-height: 720px; position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, var(--navy-deep) 0%, var(--navy) 56%, #07566f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 42%, rgba(0,164,85,.23), transparent 28%), radial-gradient(circle at 35% 80%, rgba(0,143,134,.16), transparent 34%); }
.hero-rings { width: 600px; height: 600px; position: absolute; right: -180px; top: 45px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.hero-rings::before, .hero-rings::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.hero-rings::before { inset: 90px; }
.hero-rings::after { inset: 185px; }
.hero-grid { min-height: 720px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: center; padding: 72px 0 76px; }
.eyebrow { margin: 0 0 18px; color: var(--green-bright); font-size: 12px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal); }
.hero h1 { max-width: 620px; margin: 0 0 24px; font-size: clamp(58px, 5.8vw, 80px); line-height: .99; letter-spacing: -.045em; }
.hero h1 span { color: var(--green-bright); }
.hero-lead { max-width: 630px; margin: 0 0 15px; font-size: clamp(20px, 1.8vw, 24px); line-height: 1.4; font-weight: 650; }
.hero-detail { max-width: 650px; margin: 0; color: #cbd9e9; font-size: 16px; line-height: 1.72; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.bridge-copy { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; color: #cbd9e9; font-size: 12px; }
.bridge-copy span { position: relative; padding-left: 20px; }
.bridge-copy span::before { content: ""; width: 8px; height: 8px; position: absolute; left: 0; top: 7px; background: var(--green-bright); border-radius: 50%; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.process-card { width: min(440px, 100%); padding: 31px; color: var(--white); background: rgba(5,31,68,.78); border: 1px solid rgba(255,255,255,.17); border-radius: 25px; box-shadow: 0 35px 80px rgba(0,0,0,.23); backdrop-filter: blur(12px); }
.process-card > p { margin: 0 0 18px; color: var(--green-bright); font-size: 13px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.process-card ol { margin: 0; padding: 0; list-style: none; }
.process-card li { display: grid; grid-template-columns: 42px 1fr; gap: 7px 11px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-card li b { grid-row: 1 / 3; color: var(--green-bright); font-size: 13px; }
.process-card li strong { line-height: 1.25; }
.process-card li span { grid-column: 2; color: #bdd0e2; font-size: 12px; }
.corridor { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-top: 18px; padding-top: 18px; color: #bed0e2; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; line-height: 1.35; }
.corridor i { color: var(--green-bright); font-size: 19px; font-style: normal; }
.corridor span:last-child { text-align: right; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid span { position: relative; color: #344a64; font-size: 13px; font-weight: 760; text-align: center; }
.trust-grid span::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 12px; background: var(--green); border-radius: 50%; vertical-align: 1px; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .focus-copy h2, .contact-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child, .split-heading > p { margin: 18px 0 0; color: var(--slate); font-size: 17px; line-height: 1.72; }
.section-heading.centered { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 720px; margin: 17px auto 0; }
.section-heading.compact { margin-bottom: 34px; }
.split-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0; }

.audience-section { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { min-height: 315px; display: flex; flex-direction: column; padding: 36px; background: var(--mist); border: 1px solid var(--line); border-radius: 24px; }
.audience-card.dark-card { color: var(--white); background: var(--navy); border-color: var(--navy); }
.card-number { color: var(--teal); font-size: 12px; font-weight: 820; letter-spacing: .1em; }
.dark-card .card-number { color: var(--green-bright); }
.audience-card h3 { max-width: 480px; margin: 45px 0 12px; color: var(--navy); font-size: 27px; line-height: 1.18; }
.dark-card h3 { color: var(--white); }
.audience-card p { max-width: 550px; margin: 0; color: var(--slate); }
.dark-card p { color: #c9d8e8; }
.audience-card a { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 22px; color: var(--teal); font-size: 14px; font-weight: 780; }
.dark-card a { color: var(--green-bright); }
.audience-card a b { font-size: 20px; }

.services-section { background: var(--mist); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(5,34,77,.06); }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-type { color: var(--teal); font-size: 11px; font-weight: 830; letter-spacing: .12em; text-transform: uppercase; }
.featured .service-type { color: var(--green-bright); }
.service-card h3 { margin: 37px 0 10px; color: var(--navy); font-size: 25px; }
.featured h3 { color: var(--white); }
.service-card > p { margin: 0; color: var(--slate); font-size: 14px; }
.featured > p { color: #cad9e8; }
.service-card ul { margin: auto 0 0; padding: 22px 0 0; list-style: none; }
.service-card li { position: relative; padding: 10px 0 10px 20px; color: #43546b; border-top: 1px solid var(--line); font-size: 13px; }
.featured li { color: #d3dfeb; border-color: rgba(255,255,255,.14); }
.service-card li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 1px; top: 18px; background: var(--green); border-radius: 50%; }
.featured li::before { background: var(--green-bright); }

.focus-section { color: var(--white); background: linear-gradient(120deg,#061f48,#073f6e); }
.focus-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.focus-copy h2 { color: var(--white); }
.focus-copy > p:not(.eyebrow) { color: #c8d7e7; font-size: 17px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 0; padding: 0; list-style: none; }
.pill-list li { padding: 8px 12px; color: #dce7f0; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 12px; }
.focus-list { border-top: 1px solid rgba(255,255,255,.15); }
.focus-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.focus-list article > span { color: var(--green-bright); font-size: 13px; font-weight: 820; }
.focus-list h3 { margin: 0 0 7px; font-size: 23px; }
.focus-list p { margin: 0; color: #bfd0e0; font-size: 14px; }

.model-section { background: var(--mist); }
.engine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.engine-card { padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.engine-card.engine-dark { color: var(--white); background: var(--navy); border-color: var(--navy); }
.engine-key { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 14px; font-weight: 850; }
.engine-dark .engine-key { color: var(--navy); background: var(--green-bright); }
.engine-kicker { margin: 27px 0 7px !important; color: var(--teal) !important; font-size: 11px !important; font-weight: 830; letter-spacing: .11em; text-transform: uppercase; }
.engine-dark .engine-kicker { color: var(--green-bright) !important; }
.engine-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 29px; line-height: 1.15; }
.engine-dark h3 { color: var(--white); }
.engine-card > p { color: var(--slate); }
.engine-dark > p { color: #c9d7e5; }
.engine-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.engine-card li { position: relative; padding: 9px 0 9px 23px; border-top: 1px solid var(--line); }
.engine-dark li { border-color: rgba(255,255,255,.14); }
.engine-card li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 1px; top: 18px; background: var(--green); border-radius: 50%; }
.engine-dark li::before { background: var(--green-bright); }
.model-note { max-width: 840px; margin: 28px auto 0; padding: 18px 22px; color: #3c4f67; background: var(--white); border-left: 4px solid var(--green); border-radius: 10px; text-align: center; }

.method-section { color: var(--white); background: var(--navy-deep); }
.light-heading h2 { color: var(--white); }
.light-heading > p:last-child { color: #c3d3e2; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.method-grid article { min-height: 300px; padding: 29px; background: var(--navy-deep); }
.method-grid span { color: var(--green-bright); font-size: 12px; font-weight: 830; }
.method-grid h3 { margin: 52px 0 10px; font-size: 21px; }
.method-grid p { margin: 0; color: #bdcfdf; font-size: 14px; }

.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.why-grid article { min-height: 265px; padding: 28px; background: var(--mist); border: 1px solid var(--line); border-radius: 18px; }
.why-grid b { color: var(--teal); font-size: 12px; }
.why-grid h3 { margin: 47px 0 10px; color: var(--navy); font-size: 21px; }
.why-grid p { margin: 0; color: var(--slate); font-size: 14px; }

.team-section { background: var(--mist); }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.team-card { min-width: 0; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(5,34,77,.05); }
.monogram { width: 76px; height: 76px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg,var(--navy),var(--teal)); border-radius: 50%; font-weight: 850; letter-spacing: .05em; }
.team-card h3 { margin: 25px 0 6px; color: var(--navy); font-size: 23px; }
.team-card .role { min-height: 56px; margin: 0 0 13px; color: var(--teal); font-size: 12px; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.credentials { min-height: 48px; margin: 0 0 15px !important; padding-bottom: 15px; color: #334a64 !important; border-bottom: 1px solid var(--line); font-size: 13px !important; font-weight: 680; }
.team-card > p:not(.role) { color: var(--slate); font-size: 14px; }
.team-card > a { margin-top: auto; padding-top: 20px; color: var(--teal); overflow-wrap: anywhere; font-size: 12px; font-weight: 760; }

.contact-section { padding: 98px 0; color: var(--white); background: linear-gradient(120deg,var(--navy) 0%,#075676 100%); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: #c9d9e8; font-size: 17px; }
.contact-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.contact-pills span { padding: 7px 10px; color: #dce7f0; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 11px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 28px; color: var(--ink); background: var(--white); border-radius: 24px; box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.contact-form label { color: var(--ink); font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 12px; color: var(--ink); background: #f9fbfc; border: 1px solid var(--line); border-radius: 10px; outline: none; }
.contact-form textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.contact-form .consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #5c6a7d; font-weight: 550; line-height: 1.45; }
.contact-form .consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--green); }
.form-note { margin: 0; color: #6e7d90; font-size: 11px; text-align: center; }
.form-success { min-height: 420px; display: grid; place-items: center; align-content: center; padding: 38px; color: var(--ink); background: var(--white); border-radius: 24px; text-align: center; box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.form-success > span { width: 62px; height: 62px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 28px; font-weight: 800; }
.form-success h3 { margin: 22px 0 7px; color: var(--navy); font-size: 27px; }
.form-success p { max-width: 460px; margin: 0; color: var(--slate); }
.text-button { margin-top: 22px; color: var(--teal); background: transparent; border: 0; cursor: pointer; font-weight: 760; text-decoration: underline; }

.site-footer { padding: 58px 0 24px; background: #edf3f5; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .8fr .8fr 1.2fr; gap: 42px; }
.footer-brand img { width: 230px; }
.footer-brand p { margin: 11px 0 13px; color: var(--teal); font-weight: 820; }
.footer-brand span { display: block; color: #6a798b; font-size: 11px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid b { margin-bottom: 6px; color: var(--navy); }
.footer-grid a { color: var(--slate); font-size: 12px; }
.footer-grid a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 19px; color: #6d7a8c; border-top: 1px solid #d5dfe5; font-size: 10px; }

.policy-page { min-height: 100vh; padding: 55px 0; color: var(--white); background: linear-gradient(125deg,var(--navy-deep),var(--navy),#07566f); }
.policy-card { width: min(880px, calc(100% - 32px)); margin: 0 auto; padding: clamp(30px,6vw,64px); background: rgba(4,28,66,.82); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.policy-card img { width: 245px; margin-bottom: 35px; padding: 8px; background: var(--white); border-radius: 12px; }
.policy-card h1 { margin: 0 0 25px; font-size: clamp(38px,6vw,58px); line-height: 1.05; }
.policy-card h2 { margin: 29px 0 8px; color: var(--green-bright); font-size: 21px; }
.policy-card p, .policy-card li { color: #cad9e8; }
.policy-card a:not(.button) { color: var(--green-bright); text-decoration: underline; }
.policy-card .button { margin-top: 24px; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 16px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .service-grid, .method-grid, .why-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 73px; }
  .brand { width: 185px; }
  .desktop-nav, .language-switch { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .hero-copy { padding-top: 10px; }
  .hero-visual { min-height: 470px; }
  .split-heading, .focus-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .audience-grid, .engine-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 74px 0; }
  .brand { width: 175px; }
  .hero-grid { min-height: auto; padding: 60px 0 62px; }
  .hero h1 { font-size: clamp(50px,15.8vw,66px); }
  .hero-lead { font-size: 19px; }
  .hero-detail { font-size: 15px; }
  .hero-visual { min-height: 430px; }
  .process-card { padding: 24px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .bridge-copy { flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px 0; }
  .trust-grid span { font-size: 11px; }
  .trust-grid span::before { display: none; }
  .audience-card { min-height: 290px; padding: 28px; }
  .service-grid, .method-grid, .why-grid, .team-grid { grid-template-columns: 1fr; }
  .team-card:last-child { grid-column: auto; }
  .service-card { min-height: 390px; }
  .engine-card { padding: 31px; }
  .method-grid article { min-height: 245px; }
  .contact-form { grid-template-columns: 1fr; padding: 21px; }
  .contact-form label, .full-field { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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

.honeypot { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.contact-form .consent a { color:var(--teal); text-decoration:underline; text-underline-offset:2px; }
.utility-only { display:grid; place-items:center; }
.utility-message { text-align:center; }
.utility-message img { margin-left:auto; margin-right:auto; }
.utility-message p:not(.eyebrow) { max-width:590px; margin:0 auto; }
