:root {
  --bg: #fcf8f6;
  --paper: #fffdfb;
  --paper-soft: #f4eeee;
  --ink: #1f2023;
  --muted: #625655;
  --line: #e6d7d3;
  --coral: #b85055;
  --coral-soft: #f8d7d4;
  --teal: #286766;
  --teal-soft: #d9eeee;
  --max: 1040px;
  --measure: 780px;
  color-scheme: light;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--bg);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 0.9), rgba(252, 248, 246, 0) 420px),
    var(--bg);
  color: var(--ink);
}

a {
  color: var(--teal);
  text-decoration-color: rgba(40, 103, 102, 0.35);
  text-underline-offset: 4px;
}

a:hover {
  color: var(--coral);
  text-decoration-color: rgba(184, 80, 85, 0.42);
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(252, 248, 246, 0.88);
  backdrop-filter: blur(14px);
}

.site-header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
  font-weight: 650;
}

.page {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 72px 0 48px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.button.primary {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.waveform {
  height: 48px;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.waveform span {
  width: 2px;
  height: var(--h);
  border-radius: 2px;
  background: color-mix(in srgb, var(--teal) 72%, var(--coral));
  opacity: 0.42;
}

.trust-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 251, 0.6);
}

.trust-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  padding: 26px 26px 26px 0;
  border-right: 1px solid var(--line);
}

.trust-item + .trust-item {
  padding-left: 26px;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.policy-shell {
  width: min(var(--measure), calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 84px;
}

.policy-meta {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 15px;
}

.policy-section {
  position: relative;
  padding: 0 0 42px 28px;
  border-left: 1px solid rgba(40, 103, 102, 0.28);
}

.policy-section::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--coral);
}

.policy-section:last-child {
  padding-bottom: 0;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: 0;
}

p {
  margin: 0 0 16px;
}

.policy-section p,
.privacy-list {
  color: #37383c;
  font-size: 17px;
}

.privacy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 18px;
}

.privacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--coral);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .site-header-inner,
  .page,
  .policy-shell,
  .trust-grid,
  .site-footer-inner {
    width: min(100% - 32px, var(--max));
  }

  .site-header-inner {
    min-height: 68px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .hero {
    padding: 48px 0 36px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item + .trust-item {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .policy-shell {
    padding: 48px 0 64px;
  }

  .policy-section {
    padding-left: 18px;
  }

  .site-footer-inner {
    flex-direction: column;
  }
}
