@font-face {
  font-family: Watchdog;
  src: url('/assets/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #071c2f;
  --navy-2: #0c2943;
  --green: #4b861b;
  --green-light: #b9e59b;
  --cream: #f5f8f5;
  --white: #ffffff;
  --ink: #17252f;
  --muted: #5b6972;
  --line: #dae4df;
  --shadow: 0 18px 45px rgba(7, 28, 47, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Watchdog, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 5.6vw, 5.4rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 3.7vw, 3.45rem); letter-spacing: -.042em; }
h3 { font-size: 1.24rem; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 7px; transform: translateY(-160%); }
.skip:focus { transform: none; }

.site-header { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--line); }
.header-main { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.logo { flex: 0 0 auto; }
.logo img { width: 182px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.site-nav a { padding: 10px 12px; color: #31414c; border-radius: 7px; font-size: .84rem; font-weight: 760; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current='page'] { color: var(--white); background: var(--navy-2); }
.language-bar { color: #d6e2e9; background: var(--navy); }
.language-bar .shell { min-height: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.language-bar span { font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.languages { display: flex; gap: 4px; }
.languages a { padding: 5px 9px; border-radius: 5px; font-size: .75rem; font-weight: 740; text-decoration: none; }
.languages a:hover, .languages a:focus-visible, .languages a[aria-current='page'] { color: var(--navy); background: var(--green-light); }

.hero, .page-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 81% 20%, rgba(115, 190, 58, .22), transparent 28%), var(--navy); }
.hero::before, .page-hero::before { position: absolute; inset: 0; content: ''; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 72px 72px; }
.hero { padding: 92px 0 100px; }
.page-hero { padding: 86px 0; }
.page-hero .shell, .hero-grid { position: relative; }
.page-hero .shell { max-width: 930px; margin-left: max(24px, calc((100vw - 1160px) / 2)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: center; gap: 76px; }
.hero h1, .page-hero h1 { margin-bottom: 24px; color: var(--white); }
.page-hero h1 { max-width: 910px; }
.lead { max-width: 790px; margin-bottom: 32px; color: #cfdae2; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.eyebrow { margin-bottom: 14px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: var(--green-light); }
.actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 8px; font-size: .88rem; font-weight: 820; text-decoration: none; }
.button:hover, .button:focus-visible { filter: brightness(1.08); transform: translateY(-1px); }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.42); }
.button.outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.market-card { min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 15px; padding: 34px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; box-shadow: var(--shadow); }
.market-card span { min-height: 84px; display: grid; place-items: center; color: var(--navy); background: var(--white); border-radius: 14px; font-size: 1.72rem; font-weight: 900; }
.market-card span:nth-child(2) { color: var(--white); background: var(--green); }
.market-card strong, .market-card p { grid-column: 1 / -1; }
.market-card strong { margin-top: 17px; color: var(--white); font-size: 1.18rem; line-height: 1.35; }
.market-card p { margin-bottom: 0; color: #b9cad4; font-size: .82rem; }
.proof { color: var(--white); background: var(--navy-2); }
.proof .shell { min-height: 84px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof span { display: grid; place-items: center; padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.13); text-align: center; font-size: .8rem; font-weight: 750; }
.proof span:last-child { border-right: 0; }

.section { padding: 94px 0; }
.section.soft { background: var(--cream); }
.split-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: start; }
.split-intro h2 { margin-bottom: 0; }
.large-copy { color: var(--muted); font-size: 1.09rem; }
.large-copy p:last-child { margin-bottom: 0; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-action { margin-top: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 285px; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 24px rgba(7, 28, 47, .035); }
.service-card > span { display: block; margin-bottom: 37px; color: var(--green); font-size: .72rem; font-weight: 900; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.step-grid article { min-height: 255px; padding: 31px; background: var(--white); }
.step-grid span { display: block; margin-bottom: 48px; color: var(--green); font-size: .72rem; font-weight: 900; }
.step-grid p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.boundary { padding: 72px 0; background: #e9f3e4; border-top: 1px solid #d6e7cd; border-bottom: 1px solid #d6e7cd; }
.boundary h2 { font-size: clamp(1.9rem, 3.3vw, 3rem); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 24px; }
.panel { padding: 38px; background: var(--cream); border: 1px solid var(--line); border-radius: 17px; }
.panel.dark { color: #d3dfe6; background: var(--navy-2); border-color: var(--navy-2); }
.panel.dark h2 { color: var(--white); }
.panel h2, .two-column article > h2 { font-size: clamp(1.7rem, 2.8vw, 2.45rem); }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: items; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-top: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 1px; color: var(--green); content: '✓'; font-weight: 900; }
ol.check-list li { counter-increment: items; }
ol.check-list li::before { content: counter(items, decimal-leading-zero); font-size: .74rem; }
.timeline { max-width: 960px; }
.timeline article { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.timeline article:first-child { padding-top: 0; }
.timeline article > span { width: 62px; height: 62px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.timeline h2 { margin-bottom: 10px; font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
.timeline p { max-width: 740px; margin-bottom: 0; color: var(--muted); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.mini-grid div { padding: 23px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.mini-grid h3 { margin-bottom: 8px; font-size: 1.03rem; }
.mini-grid p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }
.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 38px 22px 0; color: var(--navy); cursor: pointer; font-size: 1.08rem; font-weight: 780; }
.faq details p { max-width: 760px; padding-bottom: 22px; color: var(--muted); }
.bio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bio-grid article { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.initial { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 30px; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 900; letter-spacing: .05em; }
.bio-grid h3 { margin-bottom: 7px; font-size: 1.65rem; }
.role { color: var(--green); font-size: .81rem; font-weight: 850; text-transform: uppercase; }
.bio-grid article p:not(.role) { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { padding: 30px; border-top: 4px solid var(--green); background: var(--cream); }
.value-grid p { margin-bottom: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 80px; }
.contact-card { padding: 38px; color: #d4e0e7; background: var(--navy); border-radius: 18px; }
.contact-card > a { display: block; color: var(--white); overflow-wrap: anywhere; font-size: 1.08rem; font-weight: 760; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-label { margin-top: 32px; }
.spaced { margin-top: 46px; }

.cta { padding: 74px 0; color: var(--white); background: var(--green); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.cta h2 { margin-bottom: 14px; color: var(--white); }
.cta p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.88); }
.cta-links { min-width: 240px; display: grid; gap: 12px; text-align: center; }
.cta-links .button { color: var(--navy); background: var(--white); border-color: var(--white); }
.cta-links > a:not(.button) { color: var(--white); font-size: .82rem; font-weight: 800; }

.footer { padding: 52px 0 22px; color: #bdccd5; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; }
.footer img { width: 160px; height: auto; margin-bottom: 12px; filter: none; opacity: 1; }
.footer p { max-width: 330px; font-size: .79rem; }
.footer strong { display: block; margin-bottom: 12px; color: var(--white); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; margin-bottom: 6px; font-size: .79rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--green-light); }
.legal { display: flex; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .72rem; }

@media (max-width: 900px) {
  .header-main { align-items: flex-start; flex-direction: column; gap: 16px; padding: 19px 0; }
  .site-nav { justify-content: flex-start; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .market-card { max-width: 480px; min-height: 270px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .step-grid { grid-template-columns: 1fr 1fr; }
  .two-column, .contact-grid { gap: 38px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .logo img { width: 154px; }
  .site-nav { gap: 3px; }
  .site-nav a { padding: 8px 9px; font-size: .77rem; }
  .language-bar .shell { justify-content: space-between; }
  .language-bar span { display: none; }
  .languages { width: 100%; }
  .languages a { flex: 1; text-align: center; }
  .hero, .page-hero { padding: 66px 0; }
  .page-hero .shell { margin-inline: auto; }
  .hero h1, .page-hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-grid, .split-intro, .two-column, .contact-grid, .cta-grid { grid-template-columns: 1fr; gap: 38px; }
  .proof .shell, .service-grid, .step-grid, .bio-grid, .value-grid, .footer-grid, .mini-grid { grid-template-columns: 1fr; }
  .proof span { min-height: 62px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof span:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .service-card, .step-grid article { min-height: 0; padding: 27px; }
  .service-card > span, .step-grid span { margin-bottom: 26px; }
  .timeline article { grid-template-columns: 54px 1fr; gap: 19px; }
  .timeline article > span { width: 50px; height: 50px; }
  .panel, .bio-grid article, .contact-card { padding: 28px; }
  .cta-links { min-width: 0; }
  .footer-grid { gap: 30px; }
  .legal { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:hover, .button:focus-visible { transform: none; }
}
