:root {
  --ink: #16332a;
  --muted: #5c7069;
  --canvas: #f7faf6;
  --surface: #ffffff;
  --line: #dce9df;
  --green: #236b47;
  --green-dark: #174d33;
  --mint: #dff4e5;
  --yellow: #f5d45b;
  --shadow: 0 18px 55px rgba(29, 70, 45, .11);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

a { color: var(--green-dark); text-underline-offset: 3px; }
a:hover { color: #0e3724; }

.shell { margin: 0 auto; max-width: 1180px; padding: 0 28px; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 78px;
}

.brand { align-items: center; color: var(--ink); display: inline-flex; font-weight: 760; gap: 11px; letter-spacing: -.03em; text-decoration: none; }
.brand img { border-radius: 10px; height: 38px; width: 38px; }
.brand span { font-size: 20px; }

.site-nav { align-items: center; display: flex; gap: 24px; }
.site-nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--green-dark); }

.hero { display: grid; gap: 64px; grid-template-columns: 1.15fr .85fr; padding-bottom: 96px; padding-top: 82px; }
.eyebrow { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .08em; margin: 0 0 16px; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 6vw, 5.25rem); margin: 0; max-width: 760px; }
.hero-copy { color: var(--muted); font-size: 19px; margin: 26px 0 0; max-width: 610px; }
.plan-intro { color: var(--ink); font-size: 15px; margin: 18px 0 0; max-width: 610px; }
.action-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { background: var(--green); border: 1px solid var(--green); border-radius: 999px; color: #fff; display: inline-flex; font-size: 15px; font-weight: 750; padding: 12px 19px; text-decoration: none; }
.button:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.button-secondary { background: transparent; border-color: #aec9b7; color: var(--green-dark); }
.button-secondary:hover { background: #edf6ef; color: var(--green-dark); }

.hero-card { align-self: center; background: var(--surface); border: 1px solid #d9e8dc; border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; padding: 26px; transform: rotate(2deg); }
.hero-card-inner { background: #f7fbf7; border: 1px solid #dcece0; border-radius: 18px; min-height: 310px; padding: 21px; transform: rotate(-2deg); }
.browser-dots { display: flex; gap: 6px; margin-bottom: 22px; }
.browser-dots i { background: #d4e0d5; border-radius: 99px; display: block; height: 8px; width: 8px; }
.browser-dots i:first-child { background: var(--yellow); }
.mock-url { background: #fff; border: 1px solid #e1ece2; border-radius: 7px; color: #829188; font-size: 11px; padding: 7px 9px; }
.mock-title { font-size: 17px; font-weight: 770; margin: 22px 0 12px; }
.mock-line { background: #dfe9e1; border-radius: 99px; height: 9px; margin: 9px 0; width: 95%; }
.mock-line.short { width: 65%; }
.mock-highlight { background: #b7edc7; border-radius: 3px; box-decoration-break: clone; color: #254f34; font-size: 13px; line-height: 2; padding: 2px 4px; }
.mock-note { background: #fff; border: 1px solid #d9e8dc; border-radius: 10px; box-shadow: 0 4px 12px rgba(25, 70, 42, .08); color: #486057; font-size: 12px; margin: 20px 0 0 22px; padding: 10px 12px; }

.band { background: var(--green-dark); color: #f5fcf6; }
.band .shell { display: grid; gap: 34px; grid-template-columns: .9fr 1.1fr; padding-bottom: 68px; padding-top: 68px; }
.band h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); margin: 0; }
.band p { color: #d5eadb; margin: 0; }
.checks { display: grid; gap: 13px; margin: 0; padding: 0; }
.checks li { align-items: flex-start; display: flex; gap: 10px; list-style: none; }
.checks li::before { color: var(--yellow); content: "✓"; font-weight: 900; }

.section { padding-bottom: 92px; padding-top: 92px; }
.section-heading { display: grid; gap: 24px; grid-template-columns: .86fr 1.14fr; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0; }
.section-heading p { color: var(--muted); font-size: 18px; margin: 5px 0 0; max-width: 590px; }
.feature-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; min-height: 220px; padding: 25px; }
.feature-mark { align-items: center; background: var(--mint); border-radius: 11px; color: var(--green-dark); display: inline-flex; font-size: 19px; height: 42px; justify-content: center; vertical-align: middle; width: 42px; }
.plan-badge { background: #edf2ee; border-radius: 999px; color: #42574e; display: inline-block; font-size: 12px; font-weight: 750; margin-left: 8px; padding: 4px 10px; vertical-align: middle; }
.plan-badge-pro { background: var(--mint); color: var(--green-dark); }
.feature h3 { font-size: 20px; margin: 22px 0 8px; }
.feature p { color: var(--muted); font-size: 14px; margin: 0; }

.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.pricing-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; min-height: 315px; padding: 28px; }
.pricing-card.featured { background: var(--green-dark); border-color: var(--green-dark); box-shadow: var(--shadow); color: #e6f3e9; }
.pricing-card h2 { font-size: 25px; margin: 0; }
.pricing-card.featured h2 { color: #fff; }
.price { color: var(--green-dark); font-size: 40px; font-weight: 800; letter-spacing: -.06em; line-height: 1; margin: 17px 0 5px; }
.pricing-card.featured .price { color: var(--yellow); }
.pricing-card p { color: var(--muted); font-size: 14px; }
.pricing-card.featured p { color: #cfe4d5; }
.pricing-card ul { color: var(--muted); font-size: 14px; margin: 8px 0 25px; padding-left: 18px; }
.pricing-card.featured ul { color: #d6eadb; }
.pricing-card .button { margin-top: auto; text-align: center; }
.pricing-card.featured .button { background: var(--yellow); border-color: var(--yellow); color: #3d3614; }
.pricing-card.featured .button:hover { background: #f9df7a; border-color: #f9df7a; }
.sales-note { color: var(--muted); font-size: 13px; margin: 24px auto 0; max-width: 760px; text-align: center; }
.comparison-wrap { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.comparison-table { border-collapse: collapse; table-layout: fixed; width: 100%; }
.comparison-table caption { color: var(--muted); font-size: 14px; padding: 18px 22px; text-align: left; }
.comparison-table th, .comparison-table td { border-top: 1px solid var(--line); padding: 18px 22px; text-align: left; vertical-align: top; }
.comparison-table thead th { background: var(--mint); font-size: 14px; }
.comparison-table thead th:first-child { width: 60%; }
.comparison-table tbody th { font-size: 16px; font-weight: 650; }
.comparison-table th span { color: var(--muted); display: block; font-size: 14px; font-weight: 400; margin-top: 5px; }
.comparison-table td { color: var(--green-dark); font-size: 14px; }
#purchase > .sales-note { margin-bottom: 32px; }

.privacy-callout { background: #ecf8ef; border: 1px solid #cae8d2; border-radius: 22px; display: grid; gap: 28px; grid-template-columns: 1.35fr .65fr; padding: 37px; }
.privacy-callout h2 { font-size: 30px; margin: 0 0 10px; }
.privacy-callout p { color: #456357; margin: 0; }
.privacy-points { border-left: 1px solid #cbe6d1; display: grid; gap: 14px; padding-left: 28px; }
.privacy-points strong { display: block; font-size: 14px; }
.privacy-points span { color: #527165; font-size: 13px; }

.page-hero { border-bottom: 1px solid var(--line); padding: 60px 0 52px; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.page-hero p { color: var(--muted); font-size: 18px; margin: 18px 0 0; max-width: 700px; }
.article { max-width: 800px; padding: 58px 28px 90px; }
.article h2 { font-size: 26px; margin: 43px 0 12px; }
.article h3 { font-size: 19px; margin: 28px 0 8px; }
.article p, .article li { color: #42574e; }
.article ul { padding-left: 22px; }
.article .notice { background: #fff8d9; border: 1px solid #f2e2a4; border-radius: 12px; color: #66571d; margin: 26px 0; padding: 14px 17px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 720; }
.faq details p { margin-bottom: 0; }

.site-footer { border-top: 1px solid var(--line); padding: 28px 0 36px; }
.footer-row { align-items: center; color: var(--muted); display: flex; font-size: 13px; gap: 20px; justify-content: space-between; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--green-dark); }

@media (max-width: 760px) {
  .shell { padding: 0 20px; }
  .site-header { min-height: 68px; }
  .site-nav { gap: 14px; }
  .site-nav a:not(:last-child) { display: none; }
  .hero { gap: 39px; grid-template-columns: 1fr; padding-bottom: 62px; padding-top: 56px; }
  .hero-card { margin: 0 9px; }
  .band .shell, .section-heading, .privacy-callout { grid-template-columns: 1fr; }
  .section { padding-bottom: 64px; padding-top: 64px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; }
  .comparison-table caption { padding: 16px 12px; }
  .comparison-table th, .comparison-table td { overflow-wrap: anywhere; padding: 14px 10px; }
  .comparison-table thead th:first-child { width: 50%; }
  .comparison-table tbody th { font-size: 14px; }
  .comparison-table thead th, .comparison-table td, .comparison-table th span { font-size: 12px; }
  .privacy-callout { padding: 28px; }
  .privacy-points { border-left: 0; border-top: 1px solid #cbe6d1; padding: 22px 0 0; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
