:root {
  color-scheme: light;
  --ink: #12201b;
  --muted: #586a62;
  --soft: #77867f;
  --line: #dce6e2;
  --accent: #0f7a5c;
  --accent-strong: #095b44;
  --mint: #dff3ec;
  --mint-soft: #eff8f5;
  --paper: #fbfdfc;
  --surface: #ffffff;
  --warm: #f6f2e9;
  --warning: #9b5d12;
  --shadow: 0 24px 70px rgba(18, 55, 42, 0.12);
  --radius-large: 30px;
  --radius-medium: 20px;
  --page: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 83% 9%, rgba(87, 185, 150, 0.17), transparent 28rem),
    radial-gradient(circle at 8% 28%, rgba(226, 237, 230, 0.7), transparent 30rem);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
.button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--accent-strong);
  border-radius: 10px;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 230, 226, 0.75);
  background: rgba(251, 253, 252, 0.9);
  backdrop-filter: blur(16px);
}

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

.nav {
  display: flex;
  align-items: center;
  min-height: 72px;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(18, 55, 42, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: var(--muted);
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--accent-strong);
  box-shadow: 0 12px 28px rgba(9, 91, 68, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #064a38;
}

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

.button-small {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  align-items: center;
  min-height: 720px;
  padding-block: 76px 92px;
  gap: clamp(44px, 7vw, 92px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.availability {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 610px;
}

.phone-frame {
  position: relative;
  width: min(100%, 355px);
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(16, 70, 52, 0.13);
  border-radius: 48px;
  background: #f4f5f8;
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 39px;
}

.float-note {
  position: absolute;
  right: -14px;
  bottom: 70px;
  max-width: 230px;
  padding: 15px 17px;
  border: 1px solid rgba(220, 230, 226, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(18, 55, 42, 0.14);
  font-size: 14px;
  font-weight: 650;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.trust-item {
  padding: 24px 30px;
  text-align: center;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

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

.trust-item span {
  color: var(--soft);
  font-size: 13px;
}

.section {
  padding-block: 108px;
}

.section-compact {
  padding-block: 78px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading p,
.body-copy {
  color: var(--muted);
  font-size: 18px;
}

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

.feature-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(18, 55, 42, 0.06);
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--accent-strong);
  border-radius: 50%;
  background: var(--mint);
  font-size: 13px;
  font-weight: 800;
}

.feature-card p {
  min-height: 70px;
  color: var(--muted);
  font-size: 15px;
}

.screen-window {
  max-height: 390px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px 22px 12px 12px;
  background: #f3f4f7;
}

.screen-window img {
  width: 100%;
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  padding: clamp(30px, 6vw, 68px);
  border: 1px solid #cfe3dc;
  border-radius: 40px;
  background: linear-gradient(135deg, #eaf7f2 0%, #f8fbfa 62%, #f5f1e8 100%);
  gap: clamp(42px, 7vw, 90px);
}

.spotlight-visual {
  max-width: 335px;
  justify-self: center;
}

.spotlight-list,
.plain-list,
.checklist {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.spotlight-list li,
.plain-list li {
  position: relative;
  padding: 11px 0 11px 30px;
  color: var(--muted);
  border-bottom: 1px solid rgba(220, 230, 226, 0.75);
}

.spotlight-list li::before,
.plain-list li::before {
  position: absolute;
  left: 2px;
  color: var(--accent);
  content: "✓";
  font-weight: 800;
}

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

.plan-card {
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--surface);
}

.plan-card.plus {
  color: #eefbf6;
  border-color: var(--accent-strong);
  background: var(--accent-strong);
}

.plan-card.plus p,
.plan-card.plus li {
  color: #d6eee5;
}

.plan-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 10px;
  color: var(--accent-strong);
  border-radius: 999px;
  background: var(--mint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plus .plan-label {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.resource-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(32px, 6vw, 60px);
  border-radius: var(--radius-large);
  background: var(--warm);
  gap: 30px;
}

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

.boundary {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  padding: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 38px;
}

.boundary p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  padding-block: 48px 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 30px;
}

.footer-grid p {
  max-width: 560px;
  color: var(--soft);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
}

.resource-hero {
  max-width: 800px;
  padding-block: 86px 54px;
}

.resource-hero h1 {
  font-size: clamp(44px, 7vw, 68px);
}

.article-shell {
  max-width: 860px;
  padding-bottom: 96px;
}

.article-card {
  margin-bottom: 26px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.9);
}

.article-card p,
.article-card li {
  color: var(--muted);
}

.checklist {
  display: grid;
  gap: 13px;
}

.checklist li {
  position: relative;
  padding-left: 34px;
}

.checklist li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1.5px solid #93a59d;
  border-radius: 4px;
  content: "";
}

.print-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
}

.print-tools button {
  border: 0;
}

.log-table-wrap {
  overflow-x: auto;
}

.log-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
}

.log-table th,
.log-table td {
  height: 48px;
  padding: 10px;
  text-align: left;
  border: 1px solid var(--line);
}

.log-table th {
  color: var(--ink);
  background: var(--mint-soft);
}

.note {
  padding: 18px 20px;
  color: var(--muted);
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: var(--mint-soft);
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 68px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .lede,
  .hero-copy h1 {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    min-height: 580px;
  }

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

  .feature-card {
    display: grid;
    grid-template-columns: 1fr minmax(220px, 0.7fr);
    align-items: center;
    gap: 24px;
  }

  .feature-card > div:first-of-type {
    min-width: 0;
  }

  .feature-card p {
    min-height: 0;
  }

  .screen-window {
    margin-top: 0;
  }

  .spotlight,
  .boundary {
    grid-template-columns: 1fr;
  }

  .resource-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .nav,
  .page-width {
    width: min(calc(100% - 28px), var(--page));
  }

  .brand span {
    max-width: 140px;
  }

  .nav .button-small {
    padding-inline: 12px;
  }

  .hero {
    min-height: 0;
    padding-block: 54px 70px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .phone-frame {
    width: 310px;
  }

  .float-note {
    right: 0;
    bottom: 30px;
    max-width: 205px;
  }

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

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding-block: 78px;
  }

  .feature-card {
    display: block;
  }

  .screen-window {
    margin-top: 24px;
  }

  .spotlight {
    border-radius: 28px;
  }

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

  .boundary {
    padding-inline: 8px;
  }

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

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

@media print {
  body::before,
  .site-header,
  .site-footer,
  .print-tools,
  .article-cta {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .resource-hero {
    padding-block: 20px 28px;
  }

  .article-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .article-card {
    break-inside: avoid;
    margin-bottom: 16px;
    padding: 18px;
    border-color: #aaa;
    box-shadow: none;
  }
}
