:root {
  --teal: #116a64;
  --teal-deep: #0a4f4a;
  --teal-soft: #d7f3ef;
  --coral: #e56f55;
  --coral-soft: #ffdbd0;
  --ink: #1f2423;
  --muted: #5d625f;
  --canvas: #f7f5ef;
  --surface: #fffcf8;
  --line: #d2d7d1;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(17, 52, 49, 0.12);
  --display: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --body: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--teal-deep);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--teal);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(93, 98, 95, 0.16);
  background: rgba(247, 245, 239, 0.92);
}

.nav-shell,
.page-shell,
.footer-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--teal-deep);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 88px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -110px;
  width: 420px;
  height: 420px;
  border: 92px solid rgba(215, 243, 239, 0.66);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 104px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--teal-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--coral);
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.1;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.9rem);
  font-weight: 740;
  letter-spacing: -0.066em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 720;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.hero-copy {
  max-width: 630px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.26rem);
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 11px 19px;
  font-size: 0.94rem;
  font-weight: 760;
  text-decoration: none;
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(17, 106, 100, 0.2);
}

.button-primary:hover {
  background: var(--teal-deep);
  color: var(--white);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 252, 248, 0.7);
  color: var(--ink);
}

.intent-card {
  position: relative;
  border: 1px solid rgba(17, 106, 100, 0.13);
  border-radius: 30px;
  background: var(--surface);
  padding: 30px;
  box-shadow: var(--shadow);
}

.intent-card::before {
  position: absolute;
  top: -13px;
  right: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 8px var(--coral-soft);
  content: "";
}

.intent-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  color: var(--teal-deep);
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.intent-brand img {
  width: 34px;
}

.intent-question {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 740;
  letter-spacing: -0.035em;
}

.intent-help {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.reason-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.reason {
  display: flex;
  min-height: 47px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  padding: 10px 12px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 680;
}

.reason-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--teal);
}

.reason:nth-child(2) .reason-dot {
  background: var(--coral);
}

.reason:nth-child(3) .reason-dot {
  background: #5e64c8;
}

.reason:nth-child(4) .reason-dot {
  background: #f3b74b;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 25px 20px;
  border-right: 1px solid var(--line);
  text-align: center;
}

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

.trust-item strong {
  display: block;
  color: var(--teal-deep);
  font-family: var(--display);
  font-size: 0.97rem;
}

.section {
  padding: 92px 0;
}

.section-tight {
  padding: 70px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 44px;
}

.section-heading p,
.feature p,
.step p,
.privacy-callout p {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 252, 248, 0.74);
  padding: 28px;
}

.feature-mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 13px;
  background: var(--teal-soft);
  color: var(--teal-deep);
  font-family: var(--display);
  font-weight: 850;
}

.feature:nth-child(2) .feature-mark {
  background: var(--coral-soft);
  color: #763426;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  counter-reset: steps;
}

.step {
  position: relative;
  padding-top: 20px;
  border-top: 2px solid var(--line);
  counter-increment: steps;
}

.step::before {
  position: absolute;
  top: -15px;
  left: 0;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  content: counter(steps);
  font-size: 0.75rem;
  font-weight: 800;
}

.privacy-section {
  background: var(--teal-deep);
  color: var(--white);
}

.privacy-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.privacy-callout h2,
.privacy-callout p {
  color: var(--white);
}

.privacy-callout p {
  opacity: 0.78;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 0 0 13px 34px;
  font-weight: 650;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #ffad99;
  content: "✓";
  font-size: 1.15rem;
  font-weight: 900;
}

.legal-hero {
  padding: 76px 0 54px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
}

.legal-lede {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 720px);
  justify-content: space-between;
  gap: 70px;
  padding: 66px 0 96px;
}

.legal-nav {
  position: sticky;
  top: 28px;
  align-self: start;
}

.legal-nav strong {
  display: block;
  margin-bottom: 11px;
  font-family: var(--display);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-nav a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: none;
}

.legal-content section {
  scroll-margin-top: 24px;
  margin-bottom: 44px;
}

.legal-content h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}

.legal-content p,
.legal-content li {
  color: #3e4542;
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

.note {
  border-left: 4px solid var(--coral);
  border-radius: 0 16px 16px 0;
  background: var(--coral-soft);
  padding: 18px 20px;
  color: #4c241c;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.support-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  padding: 28px;
}

.support-card p:last-child {
  margin-bottom: 0;
}

.deletion-steps {
  display: grid;
  gap: 14px;
  margin: 28px 0 40px;
  padding: 0;
  list-style: none;
  counter-reset: deletion;
}

.deletion-steps li {
  position: relative;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 17px 52px;
  counter-increment: deletion;
}

.deletion-steps li::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: var(--teal-soft);
  color: var(--teal-deep);
  content: counter(deletion);
  font-weight: 850;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 122px;
}

.footer-brand p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--teal-deep);
}

.not-found {
  display: grid;
  min-height: calc(100vh - 199px);
  place-items: center;
  padding: 70px 20px;
  text-align: center;
}

.not-found-mark {
  width: 76px;
  margin: 0 auto 24px;
}

.not-found h1 {
  margin-bottom: 16px;
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.not-found p {
  max-width: 510px;
  margin: 0 auto 28px;
  color: var(--muted);
}

@media (max-width: 840px) {
  .hero-grid,
  .privacy-callout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-copy-wrap {
    max-width: 700px;
  }

  .intent-card {
    width: min(100%, 520px);
  }

  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .steps {
    gap: 42px;
  }

  .legal-nav {
    position: static;
    display: none;
  }
}

@media (max-width: 620px) {
  .nav-shell,
  .page-shell,
  .footer-shell {
    width: min(100% - 30px, 1120px);
  }

  .nav-shell {
    min-height: 68px;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a:first-child {
    display: none;
  }

  .hero {
    padding: 52px 0 64px;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intent-card {
    border-radius: 23px;
    padding: 23px;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 70px 0;
  }

  .support-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    padding-block: 28px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

