:root {
  --ink: #152624;
  --muted: #5d6c69;
  --surface: #f7faf8;
  --paper: #ffffff;
  --forest: #143d38;
  --green: #267d70;
  --mint: #c9f0df;
  --line: #dce7e2;
  --shadow: 0 24px 70px rgba(17, 56, 51, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; padding: .7rem 1rem; background: white; border-radius: .5rem; }

.site-header,
.site-footer,
main { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; text-decoration: none; letter-spacing: -.02em; }
.brand img { box-shadow: 0 10px 25px rgba(17, 56, 51, .16); border-radius: 12px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 720;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 13px 30px rgba(20, 61, 56, .20); }
.button-primary:hover { background: #0e302c; box-shadow: 0 16px 34px rgba(20, 61, 56, .25); }
.button-quiet { color: var(--forest); border-color: #b9cec7; background: rgba(255,255,255,.72); }
.button-quiet:hover { background: white; }
.text-link { color: var(--green); font-weight: 720; text-underline-offset: 4px; }

.hero {
  min-height: 620px;
  padding: 92px 7%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: center;
  gap: 70px;
  color: white;
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 18%, rgba(109, 208, 173, .28), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(87, 164, 149, .24), transparent 30%),
    linear-gradient(135deg, #123934, #0d2827 68%, #173836);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero h1, .legal-intro h1, .status-card h1 {
  margin: .28em 0 .35em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.hero h1 { max-width: 780px; font-size: clamp(3rem, 6.5vw, 5.8rem); }
.lead { max-width: 720px; color: inherit; font-size: clamp(1.05rem, 1.8vw, 1.3rem); opacity: .84; }
.eyebrow { margin: 0; color: #72d6b2; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero .button-primary { color: var(--forest); background: #d8f6e8; }
.hero .button-primary:hover { background: white; }
.hero .text-link { color: #bfead9; }

.trust-card {
  padding: 34px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  box-shadow: 0 30px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.trust-card h2 { margin: 22px 0 14px; font-size: 1.5rem; }
.pulse { display: flex; align-items: end; gap: 5px; height: 48px; }
.pulse span { width: 7px; border-radius: 99px; background: linear-gradient(#81d9ba, #2e8d7f); }
.pulse span:nth-child(1) { height: 18px; }
.pulse span:nth-child(2) { height: 34px; }
.pulse span:nth-child(3) { height: 46px; }
.pulse span:nth-child(4) { height: 25px; }
.check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.feature-grid { padding: 110px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.section-heading { grid-column: 1 / -1; max-width: 760px; margin-bottom: 26px; }
.section-heading .eyebrow, .legal-intro .eyebrow, .status-card .eyebrow { color: var(--green); }
.section-heading h2, .privacy-banner h2 { margin: .25em 0 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.1; letter-spacing: -.04em; }
.feature-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.feature-number { color: #8aa19b; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { margin: 44px 0 10px; font-size: 1.35rem; }
.feature-card p { margin: 0; color: var(--muted); }

.privacy-banner {
  margin-bottom: 110px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  border: 1px solid #add6c7;
  border-radius: 30px;
  background: #e4f6ed;
}
.privacy-banner p:last-child { color: #3f5c56; font-size: 1.08rem; }

.site-footer { min-height: 110px; padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.site-footer a { text-underline-offset: 4px; }

.legal-layout { padding: 78px 0 110px; display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 70px; align-items: start; }
.legal-intro { position: sticky; top: 42px; }
.legal-intro h1 { font-size: clamp(2.8rem, 5.5vw, 4.8rem); }
.legal-intro .lead { color: var(--muted); }
.updated { margin-top: 28px; color: #81908d; font-size: .88rem; }
.legal-card { padding: 48px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 20px 55px rgba(17, 56, 51, .06); }
.legal-card h2 { margin: 2.25rem 0 .5rem; font-size: 1.2rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: var(--muted); }
.steps-card ol { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; counter-reset: steps; }
.steps-card li { counter-increment: steps; position: relative; padding: 0 0 32px 58px; display: grid; gap: 3px; color: var(--ink); }
.steps-card li::before { content: counter(steps); position: absolute; left: 0; top: -4px; width: 38px; height: 38px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--forest); font-weight: 800; }
.steps-card li span { color: var(--muted); }
.notice { margin-top: 12px; padding: 26px; border-radius: 18px; background: #edf7f2; }
.notice h2 { margin-top: 0; }

.centered-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 20%, #e1f5ec, var(--surface) 45%); }
.status-card { width: min(620px, 100%); padding: clamp(36px, 7vw, 66px); text-align: center; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.status-card h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); }
.status-card p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }

@media (max-width: 850px) {
  .hero { padding: 68px 8%; grid-template-columns: 1fr; gap: 48px; }
  .feature-grid { grid-template-columns: 1fr; }
  .section-heading { grid-column: auto; }
  .privacy-banner, .legal-layout { grid-template-columns: 1fr; }
  .legal-intro { position: static; }
}
@media (max-width: 600px) {
  .site-header, .site-footer, main { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 76px; }
  .brand span { max-width: 150px; line-height: 1.15; }
  .button-quiet { min-height: 40px; padding: .55rem .85rem; }
  .hero { min-height: auto; padding: 54px 24px; border-radius: 24px; }
  .trust-card, .legal-card { padding: 28px 22px; }
  .privacy-banner { padding: 32px 24px; gap: 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}

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