:root {
  --ink: #17231d; --muted: #647069; --cream: #fffaf0; --paper: #fff;
  --green: #164d3b; --green-light: #26745a; --gold: #f4c65d;
  --red: #c7372f; --line: #e4e8e2; --shadow: 0 18px 55px rgba(23, 52, 40, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
#gb-bubble, #gb-tip, #gb-panel { display: none !important; }
a { color: inherit; }
button { font: inherit; }
.site-header { min-height: 68px; padding: 12px clamp(18px, 5vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border-bottom: 1px solid rgba(228, 232, 226, .9); }
.brand { display: flex; align-items: center; gap: 7px; color: var(--green); font-weight: 850; font-size: clamp(17px, 3vw, 21px); text-decoration: none; letter-spacing: -.02em; }
.brand span:last-child { color: #849087; font-weight: 600; font-size: .75em; }
.signin { color: var(--green); font-size: 14px; font-weight: 750; text-decoration: none; border: 1px solid #b9c8c0; border-radius: 999px; padding: 9px 17px; }
.signin:hover { border-color: var(--green); background: #f4f8f5; }
.hero { min-height: min(720px, calc(100svh - 68px)); position: relative; display: grid; overflow: hidden; background: #243a31; isolation: isolate; }
.hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: settle 1.2s ease-out both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8, 24, 18, .88) 0%, rgba(8, 24, 18, .67) 42%, rgba(8, 24, 18, .1) 75%), linear-gradient(0deg, rgba(8, 24, 18, .44) 0%, transparent 42%); }
.hero-inner { width: min(1180px, 100%); margin: auto; padding: clamp(58px, 9vw, 110px) clamp(22px, 6vw, 76px) 88px; display: flex; align-items: center; }
.hero-copy { width: min(660px, 100%); color: #fff; }
.eyebrow { margin: 0 0 16px; color: #ffe29a; font-size: 13px; line-height: 1.3; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); text-align: center; }
h1 { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 7vw, 78px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero-lede { max-width: 600px; margin: 25px 0 29px; color: rgba(255, 255, 255, .92); font-size: clamp(18px, 2.3vw, 22px); line-height: 1.55; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 25px; border-radius: 999px; background: var(--gold); color: #28311f; font-weight: 850; text-decoration: none; box-shadow: 0 12px 35px rgba(0, 0, 0, .2); transition: transform .2s, background .2s; }
.hero-cta:hover { transform: translateY(-2px); background: #ffda79; }
.hero-note { margin: 10px 0 0 12px; color: rgba(255, 255, 255, .78); font-size: 13px; }
.photo-caption { position: absolute; right: clamp(16px, 3vw, 40px); bottom: 18px; margin: 0; padding: 8px 12px; color: rgba(255, 255, 255, .9); background: rgba(7, 20, 15, .48); border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; backdrop-filter: blur(8px); font-size: 12px; }
.section-inner { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.welcome, .plans-section, .confidence, .proof-section { padding: clamp(70px, 9vw, 112px) 0; }
.welcome { background: var(--cream); }
.welcome h2, .plans-section h2, .confidence h2 { max-width: 800px; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; letter-spacing: -.035em; text-align: center; text-wrap: balance; }
.section-intro { max-width: 680px; margin: 18px auto 42px; color: var(--muted); font-size: 18px; line-height: 1.65; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article { padding: 30px; background: rgba(255, 255, 255, .7); border: 1px solid rgba(205, 214, 207, .8); border-radius: 24px; }
.feature-grid article > span { display: block; margin-bottom: 21px; font-size: 34px; }
.feature-grid h3 { margin: 0 0 9px; font-size: 19px; }
.feature-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.plans-section { background: #f1f6f2; border-block: 1px solid #dfe9e2; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.tier { position: relative; display: flex; flex-direction: column; padding: 31px 27px 27px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 8px 30px rgba(30, 59, 47, .07); }
.tier.featured { border: 2px solid var(--green-light); box-shadow: var(--shadow); transform: translateY(-8px); }
.tier.lifetime { border: 2px solid #df2935; box-shadow: 0 14px 38px rgba(199, 55, 47, .14); }
.tier.lifetime .flag { background: #df2935; }
.flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: max-content; margin: 0; padding: 7px 13px; color: #fff; background: var(--green); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { margin: 0 0 10px; color: var(--red); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 0; font-size: 17px; }
.price strong { font-family: Georgia, "Times New Roman", serif; font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.old-price { margin: 0 0 4px; color: #4f5d57; font-size: 15px; font-weight: 750; }
.old-price s { display: inline-block; margin-left: 3px; color: #26332d; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 850; line-height: 1; text-decoration-color: #df2935; text-decoration-thickness: 3px; }
.discount { align-self: flex-start; margin: 8px 0 0; padding: 4px 9px; color: #a51e28; background: #fff0f1; border-radius: 999px; font-size: 12px; font-weight: 850; }
.billing { min-height: 44px; margin: 10px 0 20px; color: var(--muted); font-size: 14px; }
.tier ul { flex: 1; list-style: none; padding: 19px 0 0; margin: 0 0 24px; border-top: 1px solid var(--line); }
.tier li { position: relative; margin: 11px 0; padding-left: 25px; color: #435049; line-height: 1.45; font-size: 14px; }
.tier li::before { content: "✓"; position: absolute; left: 0; color: var(--green-light); font-weight: 900; }
.buy { width: 100%; min-height: 50px; padding: 12px 16px; color: #fff; background: var(--green); border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .18s, background .18s; }
.buy:hover { background: #0e3b2d; transform: translateY(-1px); }
.featured .buy { color: #253021; background: var(--gold); }
.featured .buy:hover { background: #f8d477; }
.lifetime .buy { background: linear-gradient(180deg, #ef3d42, #d91f2a); box-shadow: 0 4px 0 #a71923; }
.lifetime .buy:hover { background: #d91f2a; }
.alt-pay { display: none; margin-top: 9px; color: var(--green); background: transparent; border: 1px solid #b9c8c0; }
.secure-line { margin: 25px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.confidence { background: var(--paper); }
.confidence-grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(35px, 7vw, 82px); align-items: center; }
.confidence .eyebrow, .confidence h2 { text-align: left; margin-inline: 0; }
.confidence h2 { font-size: clamp(36px, 4.5vw, 52px); }
.confidence blockquote { margin: 27px 0 22px; padding: 23px 25px; background: #f3f7ff; border-left: 4px solid #2e65b5; border-radius: 0 18px 18px 0; }
.confidence blockquote p { margin: 0; color: #215297; font-size: clamp(22px, 3vw, 29px); font-weight: 850; }
.confidence blockquote footer { margin-top: 8px; color: #617085; }
.confidence > .section-inner > div > p:last-child { color: var(--muted); line-height: 1.7; }
.confidence figure { margin: 0; }
.confidence figure img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.proof-section { background: #102f25; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.proof-grid figure { margin: 0; padding: 16px; background: #fff; border-radius: 24px; }
.proof-grid figcaption { min-height: 102px; padding: 12px 10px 19px; color: var(--muted); line-height: 1.55; }
.proof-grid figcaption strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 18px; }
.proof-grid img { display: block; width: 100%; height: auto; border-radius: 14px; }
.site-footer { padding: 42px 20px; color: #69746e; background: #fff; text-align: center; }
.footer-badges { display: flex; align-items: center; justify-content: center; gap: 32px; margin-bottom: 28px; }
.footer-badges img { width: 80px; height: 80px; object-fit: contain; }
.site-footer p { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin: 10px 0; font-size: 13px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--green); text-decoration: underline; }
.copyright { text-transform: uppercase; letter-spacing: .08em; }
@keyframes settle { from { opacity: .65; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 820px) {
  .feature-grid, .tiers { grid-template-columns: 1fr; }
  .feature-grid { max-width: 600px; margin-inline: auto; }
  .tiers { max-width: 560px; margin-inline: auto; gap: 22px; }
  .tier.featured { order: -1; transform: none; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence figure { order: -1; }
  .confidence figure img { max-height: 520px; aspect-ratio: 5 / 4; }
}
@media (max-width: 620px) {
  .site-header { min-height: 62px; }
  .signin { padding: 8px 14px; }
  .hero { min-height: 720px; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7, 24, 17, .94) 0%, rgba(7, 24, 17, .72) 58%, rgba(7, 24, 17, .18) 100%); }
  .hero-inner { align-items: end; padding: 250px 21px 94px; }
  h1 { font-size: clamp(42px, 12vw, 60px); }
  .hero-lede { font-size: 18px; line-height: 1.5; }
  .hero-cta { width: 100%; }
  .hero-note { text-align: center; margin-left: 0; }
  .photo-caption { display: none; }
  .welcome, .plans-section, .confidence, .proof-section { padding: 68px 0; }
  .feature-grid article, .tier { border-radius: 20px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid figcaption { min-height: 0; }
  .footer-badges { gap: 14px; }
  .footer-badges img { width: 70px; height: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero > img { animation: none; }
  .hero-cta, .buy { transition: none; }
}
