@font-face {
  font-family: "Manrope Media";
  src: url("/site-assets/assets/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --navy: #071632;
  --navy-2: #0c2248;
  --navy-3: #17335f;
  --green: #00c875;
  --green-dark: #00985b;
  --mint: #dff9ed;
  --ice: #f2f6f8;
  --paper: #fbfcfd;
  --white: #ffffff;
  --ink: #101c2f;
  --muted: #627087;
  --line: #dce4eb;
  --shadow: 0 24px 70px rgba(7, 22, 50, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope Media", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body, button, a { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; }
.container { width: var(--container); 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;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--green);
  color: var(--navy);
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-solid {
  background: rgba(7, 22, 50, .96);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .14);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}
.brand { display: block; width: 166px; text-decoration: none; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a {
  position: relative;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}
.site-nav > a:not(.nav-access)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--green);
  transition: right .2s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-access {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
}
.nav-access:hover { border-color: var(--green); background: rgba(0,200,117,.1); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 160px 0 0;
  color: var(--white);
  background:
    radial-gradient(circle at 77% 18%, rgba(0,200,117,.18), transparent 29%),
    radial-gradient(circle at 12% 70%, rgba(55,96,163,.25), transparent 34%),
    var(--navy);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
  min-height: 520px;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--green-dark);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow { color: var(--green); }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin: 0 9px 3px 0; background: currentColor; }
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.2rem, 5.3vw, 5.7rem);
  font-weight: 760;
  letter-spacing: -.058em;
  line-height: .99;
}
.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #cbd6e8;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .91rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--navy); }
.button-primary:hover { background: #13dc8c; }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-outline { border-color: #b8c5d2; color: var(--navy); }
.button-outline:hover { border-color: var(--navy); background: var(--navy); color: white; }
.button-light { background: white; color: var(--navy); white-space: nowrap; }

.hero-visual { position: relative; min-height: 440px; }
.signal-card { position: absolute; border: 1px solid rgba(255,255,255,.16); background: rgba(13,37,78,.78); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.signal-main { inset: 35px 0 70px 12px; padding: 31px; border-radius: 28px; transform: rotate(1.4deg); }
.signal-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #dae4f3; font-size: .78rem; font-weight: 750; letter-spacing: .03em; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: #b8f5d8; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,200,117,.12); }
.chart-bars { display: flex; align-items: flex-end; gap: 12px; height: 225px; margin-top: 34px; padding: 0 5px 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.chart-bars i { flex: 1; min-width: 10px; border-radius: 6px 6px 2px 2px; background: linear-gradient(to top, rgba(0,200,117,.5), var(--green)); }
.bar-a { height: 35%; }.bar-b { height: 53%; }.bar-c { height: 44%; }.bar-d { height: 72%; }.bar-e { height: 63%; }.bar-f { height: 88%; }.bar-g { height: 76%; }.bar-h { height: 96%; }
.signal-axis { display: flex; justify-content: space-between; margin-top: 16px; color: #8191ae; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.signal-small { display: grid; grid-template-columns: auto 1fr; gap: 0 12px; align-items: center; width: 205px; padding: 18px; border-radius: 17px; }
.signal-small p { margin: 0; color: #9eb0ca; font-size: .72rem; }
.signal-small strong { grid-column: 2; color: white; font-size: .92rem; }
.signal-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: rgba(0,200,117,.13); color: var(--green); font-weight: 900; }
.signal-quality { right: -25px; bottom: 35px; }
.signal-territory { left: -36px; top: 3px; }
.trust-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #a8b6cc;
}
.trust-row span { padding: 22px 20px 24px 0; font-size: .75rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 10px 1px 0; border-radius: 50%; background: var(--green); }

.section { padding: 112px 0; }
.section h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.052em; line-height: 1.06; }
.section-intro { background: var(--white); }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 10vw, 140px); align-items: start; }
.split-intro h2 { max-width: 510px; }
.intro-copy { padding-top: 42px; }
.intro-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1.12rem; line-height: 1.78; }
.intro-copy p:first-child { color: var(--ink); font-size: 1.3rem; }

.section-solutions { background: var(--ice); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 780px; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.solution-card:hover { transform: translateY(-5px); border-color: #b8c8d6; box-shadow: var(--shadow); }
.solution-card.featured { grid-column: span 2; min-height: 370px; padding-right: 35%; background: var(--navy); color: white; }
.solution-card.featured::after { content: ""; position: absolute; width: 270px; height: 270px; right: -35px; bottom: -60px; border: 50px solid rgba(0,200,117,.12); border-radius: 50%; }
.card-number { position: absolute; right: 27px; top: 26px; color: #94a1b2; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.solution-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 48px; border-radius: 14px; background: var(--mint); color: var(--green-dark); font-size: 1.3rem; font-weight: 900; }
.featured .solution-icon { background: rgba(0,200,117,.14); color: var(--green); }
.solution-card h3 { max-width: 560px; margin: 0 0 15px; font-size: 1.38rem; line-height: 1.25; }
.solution-card p { margin: 0; color: var(--muted); }
.featured p { color: #b8c5d8; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.solution-card li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #d5dfed; font-size: .72rem; }

.section-method { color: white; background: var(--navy); }
.section-kicker-light { color: var(--green); }
.method-header { display: grid; grid-template-columns: 1fr 410px; gap: 80px; align-items: end; margin-bottom: 68px; }
.method-header > p { margin: 0 0 7px; color: #aebcd0; font-size: 1.05rem; }
.method-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.method-steps li { display: grid; grid-template-columns: auto 1fr; gap: 19px; min-height: 205px; padding: 30px 32px 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.method-steps li:not(:nth-child(3n+1)) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.step-index { color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.method-steps h3 { margin: 0 0 11px; font-size: 1.12rem; }
.method-steps p { margin: 0; color: #9eacc1; font-size: .92rem; }

.section-governance { background: white; }
.governance-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.governance-copy p:not(.section-kicker) { margin: 26px 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; color: var(--navy); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--green); }
.governance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.governance-grid article { min-height: 215px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.governance-grid article > span { color: var(--green-dark); font-size: 1.4rem; font-weight: 900; }
.governance-grid h3 { margin: 30px 0 9px; font-size: 1.05rem; }
.governance-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.section-research { background: var(--ice); }
.research-heading { margin-bottom: 42px; }
.research-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.research-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.research-tag { display: inline-block; padding: 6px 10px; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.research-card h3 { max-width: 620px; margin: 22px 0 8px; font-size: 1.35rem; line-height: 1.28; }
.research-registration { margin: 0; color: var(--muted); font-size: .86rem; }
.research-card dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 27px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }
.research-card dl div { padding: 13px 15px; background: var(--paper); }
.research-card dt { color: var(--muted); font-size: .68rem; font-weight: 720; text-transform: uppercase; }
.research-card dd { margin: 3px 0 0; color: var(--navy); font-size: .87rem; font-weight: 750; }
.research-loading, .research-empty { grid-column: 1 / -1; padding: 35px; border: 1px dashed #b9c6d1; border-radius: 20px; color: var(--muted); text-align: center; background: rgba(255,255,255,.55); }
.research-loading span { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: var(--green); animation: pulse 1.3s infinite; }
.research-empty strong { color: var(--navy); font-size: 1.15rem; }
.research-empty p { margin: 7px 0 0; }

.section-partnership { padding-top: 0; background: var(--ice); }
.partnership-card { display: grid; grid-template-columns: .8fr 1.15fr auto; gap: 55px; align-items: center; padding: 48px 52px; border-radius: 28px; color: white; background: linear-gradient(125deg, var(--navy), var(--navy-2)); }
.partnership-card h2 { font-size: clamp(2rem, 3.3vw, 3.1rem); }
.partnership-card p:not(.section-kicker) { margin: 0; color: #b8c5d7; }

.section-contact { background: white; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.contact-layout > div:first-child > p:not(.section-kicker) { max-width: 700px; margin: 25px 0 0; color: var(--muted); font-size: 1.08rem; }
.address-list { display: grid; align-content: start; gap: 15px; }
.address-list article { padding: 25px; border-left: 3px solid var(--green); background: var(--ice); }
.address-list span { color: var(--green-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.address-list p { margin: 9px 0 0; color: var(--navy); font-size: .92rem; }

.site-footer { padding: 66px 0 0; color: white; background: #040d20; }
.footer-main { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 48px; }
.footer-brand img { width: 160px; height: 70px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin: 16px 0 0; color: #8493ab; }
.footer-links { display: flex; gap: 90px; }
.footer-links div { display: grid; align-content: start; gap: 8px; min-width: 120px; }
.footer-links strong { margin-bottom: 6px; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: #91a0b8; font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 21px 0 25px; border-top: 1px solid rgba(255,255,255,.1); color: #73829a; font-size: .75rem; }
.site-footer.compact { padding-top: 0; }

.reveal { opacity: 1; transform: none; }
.reveal-delay { opacity: 1; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.72); } }

.legal-page { background: var(--ice); }
.legal-main { padding: 160px 0 100px; }
.legal-layout { display: grid; grid-template-columns: 330px 1fr; gap: 90px; align-items: start; }
.legal-layout aside { position: sticky; top: 125px; }
.legal-layout h1 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.1rem); letter-spacing: -.05em; line-height: 1.05; }
.legal-layout aside > p:last-child { color: var(--muted); }
.legal-content { padding: 46px 52px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.legal-content h2 { margin: 40px 0 10px; color: var(--navy); font-size: 1.25rem; }
.legal-content h2:first-of-type { margin-top: 24px; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--green-dark); font-weight: 750; }
.legal-updated { margin-top: 0; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: .8rem; }
.legal-note { margin-top: 45px; padding: 22px; border-radius: 14px; background: var(--mint); }
.legal-note strong { color: var(--green-dark); }
.legal-note p { margin-bottom: 0; color: #315d4a; }
.legal-back { text-decoration: none; color: white; font-size: .85rem; font-weight: 800; }

@media (max-width: 1040px) {
  .site-nav { gap: 18px; }
  .hero-layout { gap: 35px; }
  .signal-territory { left: -10px; }
  .signal-quality { right: -5px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .solution-card.featured { grid-column: span 2; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .method-steps li:not(:nth-child(3n+1)) { padding-left: 0; border-left: 0; }
  .method-steps li:nth-child(even) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
  .partnership-card { grid-template-columns: 1fr 1fr; }
  .partnership-card .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 680px); }
  .header-inner { min-height: 74px; }
  .brand { width: 145px; }
  .brand img { height: 52px; }
  .menu-toggle { display: grid; gap: 4px; width: 43px; height: 43px; place-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 2px; background: white; }
  .site-nav { position: absolute; inset: 73px 0 auto; display: none; align-items: stretch; gap: 0; padding: 14px 16px 22px; border-top: 1px solid rgba(255,255,255,.08); background: var(--navy); box-shadow: 0 24px 35px rgba(0,0,0,.2); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 5px; }
  .site-nav > a::after { display: none; }
  .nav-access { justify-content: center; margin-top: 7px; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-layout, .split-intro, .section-heading, .method-header, .governance-layout, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 36px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 4.6rem); }
  .hero-visual { min-height: 390px; }
  .signal-main { inset: 15px 0 50px; }
  .signal-territory { left: 8px; top: -5px; }
  .signal-quality { right: 8px; bottom: 18px; }
  .trust-row { grid-template-columns: 1fr 1fr; margin-top: 25px; }
  .section { padding: 82px 0; }
  .intro-copy { padding-top: 0; }
  .section-heading, .method-header { gap: 24px; }
  .section-heading > p, .method-header > p { max-width: 600px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li, .method-steps li:nth-child(even) { min-height: auto; padding: 25px 0; border-left: 0; }
  .partnership-card { grid-template-columns: 1fr; gap: 25px; padding: 38px; }
  .partnership-card .button { grid-column: auto; }
  .contact-layout { gap: 50px; }
  .footer-main { display: grid; }
  .legal-layout { gap: 35px; }
  .legal-layout aside { position: static; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); --radius: 19px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 2.8rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-visual { min-height: 330px; }
  .signal-main { padding: 23px 18px; }
  .chart-bars { gap: 7px; height: 170px; }
  .signal-small { width: 176px; padding: 14px; }
  .signal-small p { font-size: .66rem; }
  .signal-small strong { font-size: .8rem; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row span { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .section { padding: 70px 0; }
  .section h2 { font-size: 2.25rem; }
  .solutions-grid, .governance-grid, .research-list { grid-template-columns: 1fr; }
  .solution-card.featured { grid-column: auto; min-height: 430px; padding-right: 30px; }
  .solution-card { min-height: 285px; }
  .research-card dl { grid-template-columns: 1fr; }
  .partnership-card { padding: 31px 26px; }
  .footer-main { gap: 45px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .legal-content { padding: 30px 24px; }
}

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

@media print {
  .site-header, .hero-actions, .site-footer, .menu-toggle { display: none !important; }
  body { background: white; color: black; }
  .hero, .section-method { color: black; background: white; }
  .hero { min-height: auto; padding: 30px 0; }
  .hero-visual, .hero-grid { display: none; }
  .section { padding: 35px 0; }
}
