@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 {
  --ink: #102a26;
  --muted: #5c716c;
  --paper: #f6f8f3;
  --white: #ffffff;
  --accent: #ff6a3d;
  --accent-dark: #d94c24;
  --mint: #d9f0e3;
  --dark: #0c2925;
  --line: #dce4dc;
  --shadow: 0 24px 70px rgba(17, 54, 47, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -.02em;
}
.brand b { color: var(--accent-dark); }
.brand-mark { width: 38px; height: 38px; fill: var(--white); background: var(--dark); border-radius: 11px; padding: 7px; }
nav { display: flex; gap: 32px; }
nav a, .back-link { color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none; }
nav a:hover, .back-link:hover { color: var(--accent-dark); }

.hero {
  width: min(1280px, calc(100% - 32px));
  min-height: 650px;
  margin: 0 auto;
  padding: 88px max(32px, calc((100% - 1084px) / 2));
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 72px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 14%, rgba(255,106,61,.32), transparent 22%),
    radial-gradient(circle at 70% 90%, rgba(78,178,140,.22), transparent 28%),
    var(--dark);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.hero::before { width: 520px; height: 520px; right: -210px; top: -200px; }
.hero::after { width: 310px; height: 310px; left: 42%; bottom: -230px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #ff9a78; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.12; letter-spacing: -.045em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 78px); }
h1 span { color: #ff8a65; }
.lede { max-width: 620px; margin: 26px 0 32px; color: #c9d8d4; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 52px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--accent); }
.button-primary:hover { background: #ff7b54; }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.25); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.hero-meta { margin: 42px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; color: #afc3be; font-size: 13px; list-style: none; }
.hero-meta li::before { content: "•"; margin-right: 9px; color: var(--accent); }

.hero-visual { min-height: 380px; position: relative; z-index: 1; }
.signal-card {
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  color: var(--white);
  background: rgba(255,255,255,.09);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.signal-card-main { inset: 62px 8px auto 28px; padding: 36px; transform: rotate(-2deg); }
.signal-card-main strong { display: block; margin: 8px 0 25px; font: 700 clamp(24px, 3vw, 35px)/1.2 "Manrope", sans-serif; letter-spacing: -.04em; }
.signal-label, .signal-card-main small { color: #bcd0ca; font-size: 13px; }
.signal-line { height: 7px; margin-bottom: 20px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.12); }
.signal-line i { width: 78%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--accent), #ffb097); }
.signal-card-top, .signal-card-bottom { padding: 13px 18px; font-size: 13px; font-weight: 700; }
.signal-card-top { right: -4px; top: 15px; transform: rotate(4deg); }
.signal-card-bottom { left: 0; bottom: 36px; transform: rotate(3deg); }

.section, .journey-section {
  width: min(1084px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
}
.section-heading { max-width: 700px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .split-section h2, .contact-section h2 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 52px); }
.section-heading > p:last-child, .section-copy { color: var(--muted); font-size: 17px; }
.cards { display: grid; gap: 18px; }
.three-columns { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.6); }
.card-number { color: var(--accent-dark); font: 800 13px/1 "Manrope", sans-serif; }
.card h3 { margin: 58px 0 12px; font-size: 24px; }
.card p { margin: 0; color: var(--muted); }

.split-section { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 80px; border-top: 1px solid var(--line); }
.metrics { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metrics div { padding: 22px 10px 22px 0; border-top: 2px solid var(--ink); }
.metrics strong { display: block; font: 800 30px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.metrics span { color: var(--muted); font-size: 13px; }
.metric-note { margin-top: 14px; color: var(--muted); font-size: 12px; }
.focus-panel { padding: 38px; border-radius: 24px; background: var(--mint); }
.focus-panel h3 { margin: 0 0 25px; font-size: 34px; }
.focus-panel ul { margin: 0 0 25px; padding: 0; list-style: none; }
.focus-panel li { padding: 13px 0; display: flex; gap: 18px; border-bottom: 1px solid rgba(16,42,38,.13); font-weight: 700; }
.focus-panel li span { color: var(--accent-dark); font-size: 12px; }
.focus-panel > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.journey-section { width: min(1280px, calc(100% - 32px)); padding: 92px max(32px, calc((100% - 1084px) / 2)); border-radius: 30px; background: var(--white); }
.journey { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.journey li { min-height: 175px; padding: 25px; position: relative; border-left: 1px solid var(--line); }
.journey li:first-child { border-left: 0; }
.journey li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--dark); font-weight: 700; }
.journey div { margin-top: 38px; }
.journey strong, .journey small { display: block; }
.journey strong { font: 700 19px/1.2 "Manrope", sans-serif; }
.journey small { margin-top: 8px; color: var(--muted); font-size: 13px; }

.compliance-section { padding-bottom: 100px; }
.standards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 36px; }
.standards p { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.standards p::first-letter { color: var(--accent-dark); }

.contact-section {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px max(32px, calc((100% - 1084px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 30px;
  color: var(--white);
  background: var(--accent);
}
.contact-section .eyebrow { color: #5b1608; }
.contact-section h2 { max-width: 680px; margin: 0; }
.button-light { color: var(--ink); background: var(--white); }

footer {
  width: min(1084px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
}
footer p { margin: 0; }
footer div { display: flex; gap: 22px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--accent-dark); }

.legal-page { width: min(780px, calc(100% - 48px)); margin: 50px auto 100px; }
.legal-page > h1 { color: var(--ink); font-size: clamp(45px, 7vw, 70px); }
.legal-date { margin: 12px 0 55px; color: var(--muted); }
.legal-page section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 10px; font-size: 22px; }
.legal-page section p { margin: 0; color: var(--muted); }
.legal-page section a { color: var(--accent-dark); }

@media (max-width: 850px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 68px; gap: 30px; }
  .hero-visual { min-height: 300px; }
  .three-columns, .journey { grid-template-columns: 1fr 1fr; }
  .split-section { grid-template-columns: 1fr; gap: 42px; }
  .journey li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .journey li:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .site-header, .section, footer, .legal-page { width: min(100% - 30px, 1084px); }
  .site-header { height: 72px; }
  .brand { font-size: 15px; }
  .hero, .journey-section, .contact-section { width: calc(100% - 16px); border-radius: 21px; }
  .hero { min-height: auto; padding: 58px 22px 42px; }
  h1 { font-size: 42px; }
  .lede { font-size: 16px; }
  .hero-meta { gap: 9px 16px; }
  .hero-visual { min-height: 255px; }
  .signal-card-main { inset: 38px 0 auto 4px; padding: 26px; }
  .signal-card-top { right: 2px; }
  .signal-card-bottom { bottom: 10px; }
  .section { padding: 82px 0; }
  .three-columns, .journey, .standards { grid-template-columns: 1fr; }
  .card { min-height: 220px; }
  .card h3 { margin-top: 42px; }
  .metrics { grid-template-columns: 1fr; }
  .journey-section { padding: 70px 22px; }
  .journey li, .journey li:nth-child(3), .journey li:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .journey li:first-child { border-top: 0; }
  .contact-section { padding: 55px 22px; }
  .button-light { width: 100%; font-size: 13px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
