:root {
  color: #17221d;
  background: #f5f2eb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #17221d;
  --muted: #69726d;
  --paper: #fffdf8;
  --line: #dcd9d0;
  --green: #1e4436;
  --coral: #ff765f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
.app-shell { min-height: 100vh; overflow-x: hidden; }
.topbar { width: min(1180px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 19px; text-decoration: none; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: var(--green); transform: rotate(-3deg); }
.brand-logo { width: 31px; height: 31px; display: block; object-fit: contain; transform: rotate(3deg); }
.brand strong { font-weight: 650; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; margin-right: 24px; }
.main-nav a { padding: 9px 12px; border-radius: 9px; color: var(--muted); font-size: 13px; text-decoration: none; }
.main-nav a:hover { color: var(--ink); background: rgba(255,255,255,.62); }
.auth-actions { display: flex; align-items: center; gap: 7px; }
.text-button, .compact-primary { padding: 9px 11px; color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; }
.compact-primary { padding: 10px 14px; border-radius: 9px; background: var(--green); color: white; }
main, footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
h1, h2, h3 { font-family: ui-rounded, "Arial Rounded MT Bold", Inter, ui-sans-serif, system-ui, sans-serif; }
h1 { max-width: 870px; margin: 22px 0 25px; font-size: clamp(50px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--coral); font-style: normal; }
.eyebrow, .section-kicker { color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.section-kicker { color: var(--coral); font-size: 11px; letter-spacing: .15em; }
.hero { position: relative; padding: 78px 0 58px; }
.hero::after, .marketing-hero::after { position: absolute; z-index: -1; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, #edc86348, transparent 67%); content: ""; }
.hero::after { top: -80px; right: -210px; }
.hero > p, .marketing-hero > p, .plans-heading p { max-width: 700px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.marketing-actions { display: flex; align-items: center; gap: 20px; margin-top: 31px; }
.marketing-actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; color: var(--green); font-size: 14px; font-weight: 700; text-decoration: none; }
.marketing-actions .primary-link { padding: 0 21px; border-radius: 11px; background: var(--green); color: white; }
.how-it-works { padding: 54px 0 88px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 27px; }
.section-heading h2 { margin: 7px 0 0; font-size: 30px; letter-spacing: -.035em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.35); }
.steps article { min-height: 190px; padding: 32px; }
.steps article + article { border-left: 1px solid var(--line); }
.steps article > span { color: var(--coral); font-size: 12px; font-weight: 700; }
.steps h3 { margin: 32px 0 9px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.5; }
.marketing-page { padding-bottom: 92px; }
.marketing-hero { position: relative; overflow: hidden; padding: 82px 0 66px; }
.marketing-hero::after { top: -145px; right: -175px; }
.marketing-hero > p { margin: 0; }
.seo-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.seo-feature-grid article { min-height: 225px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.45); }
.seo-feature-grid h2 { margin: 39px 0 10px; font-size: 19px; }
.seo-feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-section { padding-top: 76px; }
.faq-section > h2 { margin: 8px 0 27px; font-size: 35px; letter-spacing: -.04em; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid details, .legal-page section { padding: 19px 21px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.45); }
.faq-grid summary { cursor: pointer; font-size: 13px; font-weight: 700; }
.faq-grid p { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.legal-page { max-width: 860px; padding: 76px 0 100px; }
.legal-page h1 { font-size: clamp(45px, 6vw, 68px); }
.legal-page section { padding: 31px; border-radius: 18px; }
.legal-page section h2 { margin: 33px 0 9px; font-size: 20px; }
.legal-page section h2:first-child { margin-top: 0; }
.legal-page section p { color: var(--muted); line-height: 1.7; }
.plans-page { min-height: calc(100vh - 142px); padding: 58px 0 88px; }
.plans-heading { max-width: 760px; margin-bottom: 35px; }
.plans-heading h1 { margin: 13px 0 17px; font-size: clamp(46px, 6vw, 72px); }
.plans-heading p { margin: 0; font-size: 16px; }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.pricing-card { min-width: 0; display: flex; flex-direction: column; gap: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.pricing-card.featured { border-color: var(--green); box-shadow: 0 20px 60px rgba(28,76,58,.13); }
.plan-name { font-size: 20px; font-weight: 700; }
.pricing-card p { min-height: 34px; margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.plan-price { min-height: 44px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; }
.plan-price strong { font-size: 27px; }
.pricing-card ul { flex: 1; display: grid; align-content: start; gap: 11px; margin: 0; padding: 0; list-style: none; }
.pricing-card li { color: #49554f; font-size: 11px; line-height: 1.4; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--green); }
@media (max-width: 760px) {
  .topbar, main, footer { width: min(100% - 28px, 1180px); }
  .topbar { height: 70px; }
  .main-nav, .auth-actions .text-button { display: none; }
  .hero { padding: 54px 0 44px; }
  h1 { font-size: clamp(43px, 14vw, 68px); }
  .hero > p, .marketing-hero > p { font-size: 16px; }
  .steps, .seo-feature-grid, .faq-grid, .plans-grid { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .steps article + article { border-top: 1px solid var(--line); border-left: 0; }
  .marketing-hero { padding: 55px 0 43px; }
  .marketing-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .marketing-actions a { width: 100%; }
  .seo-feature-grid article { min-height: auto; }
  .seo-feature-grid h2 { margin-top: 28px; }
  .faq-section > h2 { font-size: 29px; }
  .legal-page { padding-top: 52px; }
  .legal-page section { padding: 22px; }
  .plans-heading h1 { font-size: 44px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer nav { justify-content: flex-start; gap: 12px 16px; }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
}
