:root {
  --blush: #fbf5f0;
  --ivory: #fffdfa;
  --panel: #fff9f3;
  --ink: #221e1a;
  --body: #4a443c;
  --muted: #756b60;
  --gold: #855f18;
  --gold-light: #e2c679;
  --pink: #bd276c;
  --line: #ebdfd2;
  --gold-gradient: linear-gradient(135deg, #ead18e 0%, #c39643 55%, #b98c34 100%);
  --shadow: 0 18px 55px rgba(60, 40, 30, .1);
  --shadow-small: 0 8px 24px rgba(60, 40, 30, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--body); background: var(--blush); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; letter-spacing: -.02em; line-height: 1.12; }
.container { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 88px 0; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(251, 245, 240, .93); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px rgba(60, 40, 30, .06); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 210px; height: 56px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; padding: 7px 0; color: var(--body); font-size: .92rem; font-weight: 650; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--pink); transition: width .18s; }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-button { display: none; padding: 9px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.menu-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 25px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; line-height: 1.25; transition: transform .16s, box-shadow .16s, border-color .16s; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #382b10; background: var(--gold-gradient); box-shadow: 0 8px 22px rgba(184, 134, 46, .3); }
.button-primary:hover { box-shadow: 0 12px 28px rgba(184, 134, 46, .4); }
.button-ghost { color: var(--ink); border-color: var(--line); }
.button-ghost:hover { border-color: var(--gold); }
.button-large { padding: 16px 30px; }
.button-light { color: white; border-color: rgba(255, 255, 255, .35); }

.hero { padding: 76px 0 90px; overflow: hidden; background: radial-gradient(1000px 450px at 50% -8%, #fdeaf2 0, transparent 66%), linear-gradient(180deg, var(--blush), #f7eee6); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; }
.eyebrow, .kicker { display: inline-block; margin-bottom: 16px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.beta-badge { padding: 7px 11px; color: #775719; background: rgba(226, 198, 121, .22); border: 1px solid rgba(184, 134, 46, .24); border-radius: 999px; letter-spacing: .11em; }
.hero h1 { max-width: 700px; margin: 5px 0 9px; font-size: clamp(2.8rem, 5vw, 3.75rem); }
.underline { padding: 0 3px; background: linear-gradient(transparent 62%, rgba(222, 63, 135, .24) 62%); }
.script { display: inline-block; color: var(--pink); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.95rem; font-weight: 700; transform: rotate(-1deg); }
.hero .script { margin-bottom: 20px; }
.lead { max-width: 680px; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 25px; color: var(--muted); font-size: .82rem; }
.trust-row i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.product-card { position: relative; padding: 22px; background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.product-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; border: 1px solid rgba(217, 178, 94, .35); clip-path: polygon(0 0, 62% 0, 0 100%); }
.product-head, .product-foot, .metric-wide { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-head { margin-bottom: 18px; font-size: .78rem; color: var(--muted); }
.product-head strong { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: .9rem; }
.status-dot { width: 8px; height: 8px; background: #37a968; border-radius: 50%; box-shadow: 0 0 0 3px rgba(55, 169, 104, .15); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric { padding: 15px; background: var(--panel); border: 1px solid var(--line); border-radius: 13px; }
.metric span { display: block; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.metric strong { display: block; color: var(--ink); font: 800 1.55rem/1.2 Georgia, serif; }
.metric-wide { grid-column: 1 / -1; background: linear-gradient(145deg, white, #fff5ec); }
.metric-wide strong { font-size: 1.9rem; }
.metric-wide em { padding: 4px 9px; color: #146e3d; background: rgba(55, 169, 104, .12); border-radius: 999px; font-size: .75rem; font-style: normal; font-weight: 750; }
.product-foot { margin-top: 16px; padding-top: 15px; border-top: 1px dashed var(--line); color: var(--muted); font-size: .75rem; }
.product-foot strong { padding: 7px 12px; color: white; background: var(--ink); border-radius: 999px; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 2.45rem); }
.section-heading p { color: var(--body); font-size: 1.06rem; }
.problem { background: linear-gradient(180deg, var(--ivory), var(--panel)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.stat-card { position: relative; overflow: hidden; padding: 30px 25px; background: var(--ivory); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-small); }
.stat-card::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gold-gradient); }
.stat-number { display: block; margin-bottom: 12px; color: var(--ink); font: 800 2.55rem/1 Georgia, serif; }
.stat-pink .stat-number { color: var(--pink); }
.stat-pink::after { background: var(--pink); }
.stat-card h3 { margin-bottom: 6px; font-size: 1.02rem; }
.stat-card p { margin-bottom: 8px; color: var(--muted); font-size: .87rem; }
.source-link { color: #765819; font-size: .77rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.problem-note { max-width: 800px; margin: 32px auto 0; text-align: center; }

.calculator { padding: 68px 24px 55px; color: #312c27; background: linear-gradient(180deg, #fffaf5, #f7eee6); }
.calculator-wrap { width: min(1020px, 100%); margin: auto; }
.calculator-heading { margin-bottom: 28px; }
.calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calculator-panel { padding: 30px; background: rgba(255, 255, 255, .92); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-small); }
.calculator-panel h3 { margin-bottom: 23px; font: 800 1rem system-ui, sans-serif; text-transform: uppercase; letter-spacing: .07em; }
.field { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.field label, .field legend { display: block; margin-bottom: 3px; color: var(--ink); font-size: .9rem; font-weight: 780; }
.hint { margin: 0 0 9px; color: var(--muted); font-size: .75rem; }
.provider-buttons { display: flex; gap: 8px; }
.provider-buttons button { flex: 1; height: 40px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-weight: 750; }
.provider-buttons button[aria-pressed="true"] { color: #382b10; background: var(--gold-gradient); border-color: transparent; }
.money-input { position: relative; }
.money-input span { position: absolute; top: 50%; left: 13px; color: var(--gold); font-weight: 800; transform: translateY(-50%); }
.money-input input { width: 100%; padding: 12px 12px 12px 29px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 8px; font-weight: 750; }
.result-panel { color: white; background: linear-gradient(145deg, #2d2824, #171411); border-color: #3b342e; }
.result-panel h3 { color: rgba(255, 255, 255, .65); }
.result-range { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; color: white; font: 800 clamp(2rem, 5vw, 3.1rem)/1 Georgia, serif; }
.result-range small { color: var(--gold-light); font: 700 .85rem system-ui, sans-serif; text-transform: uppercase; }
.accent-line { width: 125px; height: 5px; margin: 12px 0; background: var(--pink); border-radius: 5px; transform: rotate(-1deg); }
.monthly { color: rgba(255, 255, 255, .62); font-size: .84rem; }
.breakdown { margin: 23px 0 15px; border-top: 1px solid rgba(255, 255, 255, .13); }
.breakdown > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: .86rem; }
.breakdown small { display: block; color: rgba(255, 255, 255, .46); font-size: .68rem; }
.breakdown strong { white-space: nowrap; color: var(--gold-light); }
.calculation-note { color: rgba(255, 255, 255, .55); font-size: .7rem; line-height: 1.45; }
.calculator-cta { display: block; margin-top: 17px; padding: 13px; color: white; background: var(--pink); border-radius: 8px; text-align: center; font-weight: 800; }

.steps, .pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card, .pillar-grid article { padding: 25px 22px; background: var(--ivory); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-small); }
.step-card > span, .icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; color: #493813; background: var(--gold-gradient); border-radius: 50%; font-weight: 850; }
.step-card h3, .pillar-grid h3 { margin-bottom: 7px; font-size: 1.22rem; }
.step-card p, .pillar-grid p { margin: 0; color: var(--muted); font-size: .89rem; }
.pillars { background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-grid article { text-align: center; }
.pillar-grid .icon { color: var(--pink); background: rgba(222, 63, 135, .1); border: 1px solid rgba(222, 63, 135, .2); }

.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 930px; margin: auto; }
.comparison article { overflow: hidden; background: #f3ede7; border: 1px solid var(--line); border-radius: 18px; }
.comparison header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 21px 23px; border-bottom: 1px solid var(--line); }
.comparison h3 { margin: 0; font-size: 1.35rem; }
.comparison header span { padding: 5px 9px; color: var(--muted); background: white; border-radius: 999px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.comparison ul { display: grid; gap: 14px; margin: 0; padding: 23px 27px 25px 45px; font-size: .9rem; }
.comparison-featured { color: rgba(255, 255, 255, .76); background: var(--ink) !important; border-color: var(--ink) !important; }
.comparison-featured header { border-bottom-color: rgba(255, 255, 255, .13); }
.comparison-featured h3 { color: white; }
.comparison-featured h3 em { color: var(--gold-light); font-style: normal; }
.comparison-featured header span { color: #33270d; background: var(--gold-light); }

.integration { color: white; background: linear-gradient(145deg, #2e2925, #191613); }
.integration-inner { max-width: 880px; text-align: center; }
.integration h2 { color: white; font-size: 2.25rem; }
.integration p { max-width: 750px; margin: 0 auto; color: rgba(255, 255, 255, .7); }
.integration-flow { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 35px; }
.integration-flow div { width: 220px; padding: 16px; color: white; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; font-weight: 800; }
.integration-flow div:nth-of-type(2) { color: #33270d; background: var(--gold-gradient); border-color: transparent; }
.integration-flow small { display: block; margin-top: 3px; color: inherit; opacity: .65; font-size: .7rem; font-weight: 600; }
.integration-flow > span { color: var(--gold-light); font-size: 1.35rem; }

.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 65px; }
.about-mark { padding: 32px; text-align: center; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-small); }
.about-mark img { width: 230px; margin: 0 auto 14px; }
.about-mark strong { display: block; color: var(--ink); font: 800 3.3rem/1 Georgia, serif; }
.about-mark strong small { color: var(--gold); font-size: 1.2rem; }
.about-mark > span { color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.about h2 { font-size: 2.3rem; }
.about p { max-width: 640px; }

.faq-section { background: var(--blush); }
.faq-list { max-width: 800px; margin: auto; }
.faq-list details { background: var(--ivory); border: 1px solid var(--line); border-radius: 13px; }
.faq-list details + details { margin-top: 10px; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--ink); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--pink); font-size: 1.35rem; transition: transform .16s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.vision { color: white; background: linear-gradient(135deg, #2d2621, #191512); text-align: center; }
.vision-inner { max-width: 820px; }
.vision h2 { color: white; font-size: 2.5rem; }
.vision p { color: rgba(255, 255, 255, .73); }
.vision .script { margin-top: 12px; }
.final-cta { color: white; background: radial-gradient(600px 220px at 50% 0, rgba(222, 63, 135, .22), transparent), #211c18; text-align: center; }
.final-cta .script { margin-bottom: 8px; }
.final-cta h2 { max-width: 780px; margin: 0 auto 14px; color: white; font-size: 2.55rem; }
.final-cta p { max-width: 650px; margin: 0 auto 28px; color: rgba(255, 255, 255, .68); }
.final-cta > .container > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; }

.site-footer { padding: 50px 0 30px; color: rgba(255, 255, 255, .58); background: #161310; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 55px; }
.footer-brand span { display: inline-block; padding: 10px 14px; background: var(--ivory); border-radius: 11px; }
.footer-brand img { width: 190px; height: 55px; object-fit: contain; }
.footer-brand p { max-width: 420px; margin: 17px 0 0; font-size: .88rem; }
.footer-top h2 { margin-bottom: 14px; color: white; font: 800 .82rem system-ui, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.footer-top > div > a { display: block; margin-bottom: 9px; font-size: .86rem; }
.footer-top > div > a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .76rem; }
.privacy-note { margin-top: 8px; font-size: .7rem; }

@media (max-width: 920px) {
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .stat-grid { grid-template-columns: 1fr; }
  .steps, .pillar-grid { grid-template-columns: 1fr 1fr; }
  .nav-demo { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 34px, 1140px); }
  .section { padding: 70px 0; }
  .nav { min-height: 70px; }
  .brand img { width: 175px; height: 48px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 70px; right: 17px; left: 17px; display: none; padding: 13px; background: var(--ivory); border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 10px; }
  .hero { padding: 58px 0 70px; }
  .hero h1 { font-size: 2.75rem; }
  .trust-row i { display: none; }
  .trust-row span { flex-basis: 100%; }
  .metric-wide { align-items: flex-start; flex-direction: column; }
  .calculator { padding-right: 17px; padding-left: 17px; }
  .calculator-grid, .comparison, .footer-top { grid-template-columns: 1fr; }
  .calculator-panel { padding: 24px 20px; }
  .result-range { font-size: 2rem; }
  .integration-flow { flex-direction: column; }
  .integration-flow > span { transform: rotate(90deg); }
  .integration-flow div { width: min(100%, 300px); }
  .footer-top { gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 520px) {
  .steps, .pillar-grid { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .product-card { padding: 16px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-wide { grid-column: auto; }
  .provider-buttons { gap: 5px; }
  .provider-buttons button { height: 38px; }
  .breakdown > div { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; text-align: center; background: radial-gradient(800px 350px at 50% 0, #fdeaf2, transparent), var(--blush); }
.not-found main { max-width: 650px; }
.not-found img { width: 240px; margin: 0 auto 35px; }
.not-found h1 { margin-bottom: 12px; font-size: clamp(2.5rem, 8vw, 4.5rem); }
.not-found p { margin-bottom: 25px; font-size: 1.08rem; }
