@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./plus-jakarta-sans.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #102c31;
  --muted: #5c6f72;
  --teal: #087d78;
  --teal-dark: #045d5a;
  --mint: #dff4f0;
  --ice: #f4f9f8;
  --paper: #ffffff;
  --line: #dce8e6;
  --danger: #c43d48;
  --shadow: 0 22px 70px rgba(14, 62, 65, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -0.03em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--teal); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 86px;
  background:
    radial-gradient(circle at 88% 12%, rgba(53, 190, 174, 0.17), transparent 28%),
    linear-gradient(145deg, #f7fbfa 0%, #edf7f5 100%);
  border-block: 1px solid var(--line);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.hero-grid > *, .boundary > *, .legal-layout > * { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 22px; max-width: 720px; font-size: clamp(46px, 7vw, 82px); }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4.2vw, 52px); }
h3 { margin-bottom: 10px; font-size: 21px; }
.lede { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--teal); border-radius: 14px; background: var(--teal); color: #fff; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); }
.button.secondary { background: transparent; color: var(--teal-dark); border-color: #a9cfca; }
.button.secondary:hover { background: #fff; }

.call-frame { position: relative; padding: 24px; border: 1px solid rgba(8, 125, 120, .18); border-radius: 30px; background: rgba(255, 255, 255, .78); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.call-frame::before { content: ""; position: absolute; inset: -12px auto auto -12px; width: 52px; height: 52px; border: 1px solid rgba(8, 125, 120, .3); border-radius: 50%; animation: pulse 3.2s ease-in-out infinite; }
.call-top { display: flex; align-items: center; gap: 14px; }
.avatar { display: grid; width: 54px; height: 54px; place-items: center; flex: 0 0 auto; border-radius: 18px; background: var(--mint); color: var(--teal-dark); font-size: 20px; font-weight: 800; }
.call-label { color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.call-name { margin-top: 2px; font-size: 20px; font-weight: 800; letter-spacing: -.025em; }
.call-number { color: var(--muted); font-size: 14px; }
.signal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.signal { padding: 13px; border-radius: 14px; background: var(--ice); font-size: 13px; font-weight: 700; }
.signal strong { display: block; margin-bottom: 2px; color: var(--teal-dark); }
.privacy-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.lock { display: grid; width: 24px; height: 24px; place-items: center; flex: 0 0 auto; border-radius: 8px; background: var(--mint); color: var(--teal-dark); font-weight: 800; }

.section { padding: 92px 0; }
.section.soft { background: var(--ice); border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.feature-mark { width: 34px; height: 5px; margin-bottom: 48px; border-radius: 99px; background: var(--teal); }
.feature p { margin: 0; color: var(--muted); }
.boundary { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.boundary-list { border-top: 1px solid var(--line); }
.boundary-row { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.boundary-row b { display: block; margin-bottom: 4px; }
.boundary-row span { color: var(--muted); font-size: 14px; }
.check { color: var(--teal); font-weight: 900; }
.status-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px; border-radius: 24px; background: var(--ink); color: #fff; }
.status-band h3 { margin-bottom: 6px; }
.status-band p { margin: 0; color: #bcd0d1; }

.legal-hero { padding: 64px 0 48px; background: var(--ice); border-block: 1px solid var(--line); }
.legal-hero h1 { max-width: 860px; font-size: clamp(40px, 6vw, 66px); }
.legal-meta { color: var(--muted); font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; align-items: start; padding: 64px 0 96px; }
.legal-nav { position: sticky; top: 26px; display: grid; gap: 10px; font-size: 13px; font-weight: 700; color: var(--muted); }
.legal-nav a { text-decoration: none; }
.legal-nav a:hover { color: var(--teal); }
.legal-copy h2 { margin-top: 54px; font-size: 30px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin-top: 34px; font-size: 20px; letter-spacing: -.02em; }
.legal-copy p, .legal-copy li { color: #425b5f; }
.legal-copy li + li { margin-top: 9px; }
.notice { margin: 28px 0; padding: 20px; border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; background: var(--ice); }
.danger-notice { border-left-color: var(--danger); }
.contact-box { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--ice); }

footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.footer-copy { max-width: 420px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; font-weight: 700; }
.footer-links a { text-decoration: none; }

:focus-visible { outline: 3px solid rgba(8, 125, 120, .35); outline-offset: 4px; }
@keyframes pulse { 0%, 100% { transform: scale(.8); opacity: .35; } 50% { transform: scale(1.08); opacity: .75; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
@media (max-width: 820px) {
  .nav-links a:not(:last-child) { display: none; }
  .hero { padding: 54px 0 64px; }
  .hero-grid, .boundary, .legal-layout { grid-template-columns: 1fr; gap: 44px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature-mark { margin-bottom: 30px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .status-band, .footer-grid { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .shell { width: 100%; max-width: 100%; padding-inline: 14px; }
  .nav { min-height: 68px; }
  .brand img { width: 36px; height: 36px; }
  h1 { font-size: 40px; }
  .hero-grid, .hero-grid > *, .hero-actions, .call-frame { width: 100%; max-width: 100%; }
  .signal-row { grid-template-columns: 1fr; }
  .call-frame { padding: 19px; border-radius: 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; padding-inline: 14px; text-align: center; }
  .lede, .privacy-note, .feature p, .boundary-row span { max-width: 100%; overflow-wrap: anywhere; }
  .section { padding: 70px 0; }
}
