:root {
  color-scheme: light;
  --paper: #f5f1e9;
  --surface: #fffcf5;
  --ink: #252620;
  --muted: #575d53;
  --line: #d7d1c3;
  --green: #25583e;
  --deep-green: #173b2c;
  --rose: #bd838a;
  --gutter: clamp(20px, 5vw, 160px);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  background-image: repeating-linear-gradient(90deg, transparent 0 3px, #453c2b04 3px 4px);
  color: var(--ink);
  line-height: 1.6;
}
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.site-header, footer { width: 100%; padding-inline: var(--gutter); margin: 0; display: flex; align-items: center; justify-content: space-between; }
.site-header { height: 84px; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.site-header nav, footer div { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.site-header nav a, footer a { color: var(--muted); text-decoration: none; font-size: .91rem; }
.site-header nav a:hover, footer a:hover { color: var(--deep-green); text-decoration: underline; text-underline-offset: 4px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 600 1.65rem/1 Georgia, "Times New Roman", serif; letter-spacing: -.055em; color: var(--ink); }
.brand-logo { width: 38px; height: 25px; object-fit: contain; flex: none; }
main > section { width: 100%; margin: 0; padding-inline: var(--gutter); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: min(75vw, 1280px); font-size: clamp(3.8rem, 7.7vw, 9rem); line-height: .99; letter-spacing: -.06em; margin-bottom: 32px; }
h2 { font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.08; letter-spacing: -.052em; }
h3 { font-size: 1.65rem; line-height: 1.15; letter-spacing: -.03em; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 750; }
.hero { min-height: 740px; padding-block: 120px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; isolation: isolate; position: relative; overflow: hidden; }
.hero > :not(.hero-aura):not(.hero-eye) { position: relative; z-index: 1; }
.hero-aura {
  position: absolute; z-index: -1; pointer-events: none;
  width: min(82vw, 2100px); height: 116%; right: -8%; top: -7%; border-radius: 43% 57% 59% 41% / 52% 45% 55% 48%;
  background:
    radial-gradient(ellipse at 69% 30%, #cfb5c1 0%, #cfb5c100 48%),
    radial-gradient(ellipse at 23% 43%, #dfdfad 0%, #dfdfad00 50%),
    radial-gradient(ellipse at 58% 82%, #9ebda6 0%, #9ebda600 55%),
    radial-gradient(ellipse at 85% 75%, #d4b4a1 0%, #d4b4a100 48%);
  filter: blur(29px); opacity: .85;
  animation: drift 34s ease-in-out infinite alternate;
}
.hero-eye { position: absolute; z-index: 0; width: clamp(260px, 38vw, 900px); height: auto; right: 1%; top: 17%; opacity: .18; transform: rotate(-12deg); pointer-events: none; }
@keyframes drift {
  0% { transform: translate3d(4%, -3%, 0) rotate(-8deg) scale(.94); border-radius: 43% 57% 59% 41% / 52% 45% 55% 48%; }
  50% { transform: translate3d(-7%, 5%, 0) rotate(7deg) scale(1.08); border-radius: 62% 38% 47% 53% / 39% 61% 44% 56%; }
  100% { transform: translate3d(3%, -2%, 0) rotate(-4deg) scale(.98); border-radius: 46% 54% 35% 65% / 60% 37% 63% 40%; }
}
.lede { max-width: min(55vw, 860px); font-size: clamp(1.16rem, 2.2vw, 1.46rem); color: #3e483c; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 26px; }
.button { appearance: none; display: inline-block; border: 1px solid var(--green); border-radius: 100px; padding: 13px 23px; font: inherit; font-weight: 650; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button.primary { color: var(--surface); background: var(--deep-green); border-color: var(--deep-green); }
.button.primary:hover:not(:disabled) { background: var(--green); }
.button.secondary { color: var(--deep-green); background: #fffcf5b3; }
.button:disabled { opacity: .66; cursor: not-allowed; }
.platform-note { color: var(--muted); font-size: .83rem; letter-spacing: .015em; }
.platform-note span { color: var(--rose); padding: 0 .55em; }
.problem, .privacy, .pricing { padding-block: 115px; display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 8vw, 120px); border-top: 1px solid var(--line); }
.problem > p, .privacy > div:last-child, .pricing > div:first-child > p { color: var(--muted); font-size: 1.15rem; }
.features, .steps, .faq { padding-block: 115px; border-top: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(24px, 4vw, 100px); margin-top: 55px; }
.feature-grid article { min-height: 205px; padding: 26px 0 36px; border-top: 1px solid var(--line); }
.feature-grid h3 { margin: 0 0 14px; }
.feature-grid p, .step-list dd, .faq p { color: var(--muted); }
.step-list { margin: 50px 0 0; }
.step-list > div { display: grid; grid-template-columns: minmax(240px, 1fr) 1.4fr; gap: 25px; padding: 25px 0; border-top: 1px solid var(--line); }
.step-list dt { font-weight: 650; }
.step-list dd { margin: 0; }
.privacy { background: radial-gradient(ellipse at 23% 55%, #d6e1d0b0, transparent 53%); }
.privacy a { color: var(--green); text-underline-offset: 4px; }
.price-card { background: #edf1e4; padding: clamp(30px, 4vw, 64px); border: 1px solid #c4d2bf; border-radius: 5px; box-shadow: 13px 13px 0 #d9d7c9; }
.price-label { color: var(--green); font-size: .84rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.offer-regular-price { color: var(--muted); margin: 35px 0 0; }
.offer-regular-price s { text-decoration-color: var(--rose); text-decoration-thickness: 2px; }
.price { margin: 0 0 22px; }
.price-amount { display: block; font: 500 clamp(4.5rem, 7vw, 8rem)/1 Georgia, "Times New Roman", serif; letter-spacing: -.07em; color: var(--deep-green); }
.price > span:last-child { display: block; margin-top: 9px; color: var(--muted); font: 400 .92rem/1.4 -apple-system, BlinkMacSystemFont, sans-serif; letter-spacing: 0; }
.offer-description { font-size: 1.05rem; }
.offer-preview, .offer-timer { display: inline-block; background: #fffcf5bd; border: 1px solid #c4d2bf; padding: 10px 14px; color: var(--deep-green); font-size: .88rem; margin-bottom: 12px; }
.offer-timer strong { font-variant-numeric: tabular-nums; }
[hidden] { display: none !important; }
.launch-note { font-size: .86rem; color: var(--muted); margin: 18px 0 0; }
.price-card ul { padding-left: 20px; color: var(--muted); margin-bottom: 28px; }
.checkout-status { min-height: 1.5em; margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; font-size: 1.12rem; font-weight: 650; }
.faq details p { max-width: 760px; margin: 14px 0 0; }
footer { min-height: 150px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.legal { width: 100%; max-width: 1050px; padding-inline: var(--gutter); margin: 90px 0 145px; }
.legal h1 { font-size: clamp(3rem, 7vw, 5.3rem); }
.legal h2 { margin-top: 44px; font-size: 1.65rem; }
.legal p, .legal li { color: var(--muted); }
.form-card { max-width: 580px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 30px; }
.editorial-intro, .editorial-list, .editorial-article { padding-inline: var(--gutter); }
.editorial-intro { padding-block: 115px 90px; }
.editorial-intro .lede { max-width: 68ch; }
.editorial-list { padding-block: 75px 135px; border-top: 1px solid var(--line); }
.editorial-list h2 { margin-bottom: 36px; }
.editorial-link { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; padding: 30px 0; border-top: 1px solid var(--line); text-decoration: none; }
.editorial-link:hover strong, .back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.editorial-link small { display: block; color: var(--green); margin-bottom: 12px; }
.editorial-link strong { display: block; font: 500 clamp(1.6rem, 3vw, 2.6rem)/1.15 Georgia, serif; letter-spacing: -.035em; }
.editorial-link > span:last-child, .back-link { color: var(--green); white-space: nowrap; }
.editorial-article { padding-block: 70px 145px; }
.editorial-article article { padding-top: 55px; }
.editorial-article h1 { max-width: 1100px; font-size: clamp(3rem, 6vw, 6.6rem); }
.editorial-article .lede { max-width: 70ch; }
.byline { color: var(--muted); font-size: .9rem; }
.article-body { max-width: 72ch; border-top: 1px solid var(--line); padding-top: 45px; font-size: 1.14rem; line-height: 1.75; }
.article-body h2 { font-size: clamp(2rem, 3vw, 2.7rem); margin-top: 55px; }
.article-body a { color: var(--green); text-underline-offset: 4px; }
label { display: block; margin-bottom: 8px; font-weight: 650; }
input { width: 100%; border: 1px solid #9a9e91; border-radius: 4px; background: var(--surface); color: var(--ink); font: inherit; padding: 12px; margin-bottom: 16px; }
@media (min-width: 1800px) {
  .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { min-height: min(880px, 82vh); }
}
@media (max-width: 820px) {
  h1, .lede { max-width: 100%; }
  .site-header nav { display: none; }
  h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero { min-height: 690px; padding-block: 100px; }
  .hero-aura { width: 130%; right: -70%; opacity: .6; }
  .hero-eye { width: 300px; right: -100px; top: 12%; opacity: .1; }
  .problem, .privacy, .pricing { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .step-list > div { grid-template-columns: 1fr; gap: 5px; }
  .editorial-link { flex-direction: column; gap: 12px; }
  .editorial-intro { padding-block: 80px; }
  .editorial-article { padding-block: 40px 90px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 14px; padding-block: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-aura { animation: none; transform: none; }
  .button { transition: none; }
}
