@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --navy: #0b2545;
  --navy-deep: #071b33;
  --blue: #287cc1;
  --green: #39a151;
  --green-light: #eaf6ed;
  --ink: #152335;
  --muted: #5e6c79;
  --line: #dce3e9;
  --paper: #f5f7f8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 27, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; background: var(--navy-deep); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { 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: 100; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 20; width: 100%; top: 0; color: var(--white); background: rgba(7,27,51,.94); border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 8px 28px rgba(7,27,51,.12); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-family: "Manrope", sans-serif; font-size: 1.03rem; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: .93rem; font-weight: 600; }
.site-nav a:not(.nav-support):hover { color: #a9d9b4; }
.site-nav > a.active { color: #79cf8c; }
@media (min-width: 721px) {
  .site-nav > a { position: relative; }
  .site-nav > a::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; background: #79cf8c; border-radius: 2px; transform: scaleX(0); transition: transform .2s ease; }
  .site-nav > a.active::after { transform: scaleX(1); }
}
.nav-support { border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 10px 15px; }
.nav-support:hover { background: var(--white); color: var(--navy); }
.nav-resources { position: relative; }
.nav-resources summary { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; font-size: .93rem; font-weight: 600; cursor: pointer; list-style: none; }
.nav-resources summary::-webkit-details-marker { display: none; }
.nav-resources summary::after { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-resources[open] summary::after { transform: translateY(2px) rotate(225deg); }
.nav-resources summary:hover, .nav-resources[open] summary { color: var(--navy); background: var(--white); }
.nav-resources-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 230px; padding: 8px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 16px 38px rgba(7,27,51,.2); }
.nav-resources-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 6px; text-align: left; white-space: nowrap; }
.nav-resources-menu svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-nav .nav-resources-menu a:hover { color: var(--navy); background: var(--paper); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { width: 25px; height: 2px; background: white; display: block; margin: 5px; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); padding: 175px 0 104px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 23%, rgba(40,124,193,.32), transparent 31%), linear-gradient(110deg, transparent 55%, rgba(57,161,81,.08)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 17px; color: var(--green); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #79cf8c; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.12; letter-spacing: -.04em; }
h1 { max-width: none; margin: 0 0 26px; font-size: clamp(3.7rem, 5.65vw, 5.45rem); white-space: nowrap; }
h1 span { color: #70c884; }
.hero-lede { max-width: 650px; margin: 0 0 18px; font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.4; font-weight: 500; }
.hero-detail { max-width: 620px; margin: 0; color: #b9c6d3; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; padding: 13px 20px; text-decoration: none; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button-primary { color: white; background: var(--green); box-shadow: 0 10px 28px rgba(57,161,81,.22); }
.button-primary:hover { background: #2f8c45; transform: translateY(-1px); }
.button-quiet { color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); }
.button-quiet:hover { background: rgba(255,255,255,.15); }
.hero-panel { padding: 32px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.status-line { display: flex; align-items: center; gap: 9px; color: #a9d9b4; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.status-line span { width: 8px; height: 8px; background: #70c884; border-radius: 50%; box-shadow: 0 0 0 5px rgba(112,200,132,.13); }
.hero-panel h2 { margin: 30px 0 12px; font-size: 2rem; }
.hero-panel > p { margin: 0; color: #b9c6d3; }
.hero-panel dl { margin: 28px 0 0; }
.hero-panel dl div { display: grid; grid-template-columns: 90px 1fr; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.hero-panel dt { color: #8394a6; }
.hero-panel dd { margin: 0; font-weight: 600; }
.signal-grid { position: absolute; inset: auto -70px -100px auto; width: 500px; height: 300px; opacity: .13; transform: rotate(-8deg); background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(circle, black, transparent 72%); }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-items { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-items span { position: relative; padding-left: 18px; color: #425262; font-size: .86rem; font-weight: 600; }
.trust-items span::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; transform: translateY(-50%); border-radius: 50%; background: var(--green); }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2, .approach h2, .region h2, .contact h2 { margin: 0 0 20px; font-size: clamp(2.25rem, 4vw, 3.5rem); }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.service-card.featured { background: var(--navy); color: white; }
.service-number { color: var(--green); font: 700 .78rem "Manrope", sans-serif; letter-spacing: .08em; }
.service-card h3 { margin: 46px 0 12px; font-size: 1.3rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.service-card.featured p { color: #b9c6d3; }

.approach { background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.approach-copy > p:not(.eyebrow) { color: var(--muted); }
.approach-copy .large-copy { color: var(--ink) !important; font-size: 1.3rem; font-weight: 500; }
.approach-list { list-style: none; margin: 8px 0 0; padding: 0; border-top: 1px solid #ccd6de; }
.approach-list li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 28px 0; border-bottom: 1px solid #ccd6de; }
.approach-list > li > span { color: var(--green); font: 700 .78rem "Manrope", sans-serif; }
.approach-list h3 { margin: 0 0 6px; font-size: 1.2rem; }
.approach-list p { margin: 0; color: var(--muted); }

.region { padding: 75px 0; color: white; background: var(--blue); }
.region .eyebrow { color: #d9f1df; }
.region-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.region h2 { max-width: 700px; margin-bottom: 0; }
.region-inner > p { margin: 0 0 8px; color: #e2edf6; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.contact-details { margin: 34px 0; }
.contact-details > a { display: inline-block; margin-bottom: 13px; color: var(--navy); text-decoration: none; font: 800 1.3rem "Manrope", sans-serif; }
.contact-details address { color: var(--muted); font-style: normal; }
.client-box { padding: 22px; background: var(--paper); border-left: 3px solid var(--green); }
.client-box p { margin: 5px 0 12px; color: var(--muted); font-size: .9rem; }
.client-box div { display: flex; gap: 18px; }
.client-box a { color: var(--blue); font-size: .9rem; font-weight: 700; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; font-size: .83rem; font-weight: 700; }
.contact-form label span { color: var(--muted); font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: #fbfcfd; border: 1px solid #cfd8df; border-radius: 6px; outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,124,193,.12); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-note { max-width: 510px; color: var(--muted); font-size: .78rem; }
.form-note a { color: var(--blue); }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .9rem; font-weight: 600; }
.form-status.success { color: #237b38; }
.form-status.error { color: #a72c2c; }

.site-footer { color: #bdc8d3; background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 40px; align-items: center; padding: 55px 0; }
.footer-brand { color: white; }
.footer-full-logo img { width: 245px; height: auto; }
.footer-main p { margin: 0; text-align: center; }
.footer-main nav { display: flex; justify-content: flex-end; gap: 20px; }
.footer-main nav a { text-decoration: none; font-size: .9rem; }
.footer-main nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

@media (min-width: 901px) {
  .footer-main > p { white-space: nowrap; }
}

.legal-header { position: relative; height: 86px; background: var(--navy-deep); }
.legal-main { padding: 85px 0 110px; }
.legal-wrap { max-width: 780px; }
.legal-main h1 { color: var(--ink); font-size: clamp(2.7rem, 6vw, 4.8rem); }
.legal-meta { color: var(--muted); }
.legal-content { margin-top: 55px; }
.legal-content h2 { margin: 38px 0 12px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-content h3 { margin: 25px 0 8px; font-size: 1.1rem; letter-spacing: -.01em; }
.legal-content p, .legal-content li { color: #4e5d6b; }
.legal-content ul { padding-left: 20px; }

@media (max-width: 900px) {
  .hero-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-panel { max-width: 590px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .trust-items { grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 0; }
  .region-inner { grid-template-columns: 1fr; gap: 25px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-main nav { justify-content: center; }
  h1 { font-size: clamp(3.35rem, 9.2vw, 5.2rem); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 86px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 26px; color: var(--ink); background: white; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .legal-header .brand span { display: none; }
  .legal-header .site-nav { position: static; inset: auto; display: flex; flex-direction: row; align-items: center; padding: 0; color: white; background: transparent; box-shadow: none; }
  .legal-header .site-nav a { padding: 10px 0; }
  .site-nav > a.active { padding-inline: 12px; color: #237b38; background: var(--green-light); border-radius: 6px; }
  .nav-support { margin-top: 8px; padding-inline: 13px !important; text-align: center; color: white; background: var(--navy); }
  .nav-resources { margin-top: 8px; }
  .site-nav .nav-resources summary, .site-nav .nav-resources[open] > summary { justify-content: center; color: white; background: var(--navy); border-color: var(--navy); }
  .nav-resources-menu { position: static; min-width: 0; margin-top: 8px; padding: 6px 10px; background: #eef3f7; border-color: #cfd9e2; border-radius: 9px; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
  .nav-resources-menu a { justify-content: flex-start; min-height: 44px; padding: 10px 12px; text-align: left; white-space: normal; }
  .nav-resources-menu a + a { border-top: 1px solid #d5dee6; border-radius: 0 0 6px 6px; }
  .hero { padding: 145px 0 80px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); white-space: normal; }
  .section { padding: 78px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 28px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 20px; }
  .footer-bottom { flex-direction: column; gap: 5px; text-align: center; }
}

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