:root {
    --bg: #f7f6f1;
    --surface: rgba(255, 255, 255, .72);
    --surface-solid: #fff;
    --ink: #171714;
    --muted: #69685f;
    --line: rgba(24, 24, 20, .12);
    --gold: #bb8721;
    --gold-bright: #d7a842;
    --gold-pale: #f4ead0;
    --green: #197a55;
    --shadow: 0 28px 80px rgba(45, 39, 24, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--bg);
    font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.ambient { position: fixed; border-radius: 999px; filter: blur(120px); pointer-events: none; z-index: -1; opacity: .7; }
.ambient-one { width: 700px; height: 700px; background: rgba(215, 168, 66, .16); top: -330px; left: 50%; transform: translateX(-50%); }
.ambient-two { width: 480px; height: 480px; background: rgba(77, 129, 232, .08); bottom: -220px; right: -180px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(247, 246, 241, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.035em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #1d1d19, #5f4a1f); box-shadow: 0 8px 22px rgba(79, 60, 20, .24); }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a, .footer-links a { color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 0 28px; border: 1px solid #1e1d18; border-radius: 16px; background: #1e1d18; color: #fff; font-weight: 800; box-shadow: 0 14px 34px rgba(25, 24, 19, .2); transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(25, 24, 19, .25); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 13px; border-radius: 13px; }
.button-secondary { color: var(--ink); background: rgba(255, 255, 255, .5); border-color: var(--line); box-shadow: none; }
.button-secondary:hover { background: #fff; box-shadow: 0 12px 26px rgba(25, 24, 19, .08); }
.menu-button, .mobile-nav { display: none; }

.hero { padding-top: 80px; padding-bottom: 72px; text-align: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: #62502b; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { padding: 8px 13px; border: 1px solid rgba(187, 135, 33, .28); border-radius: 999px; background: rgba(244, 234, 208, .62); }
.pulse-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 5px rgba(25, 122, 85, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 28px auto 24px; max-width: 930px; font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.065em; }
h1 span { color: #858278; }
.hero-copy { max-width: 720px; margin: 0 auto 32px; color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); }
.hero-actions { display: flex; justify-content: center; gap: 12px; }
.trust-row { margin: 24px auto 46px; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 28px; color: var(--muted); font-size: 13px; font-weight: 650; }

.dashboard-card, .feature-card, .calculator-card, .service-card, .alignment-card, .pricing-card, .contact-card { border: 1px solid var(--line); background: var(--surface); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.dashboard-card { max-width: 850px; margin-inline: auto; padding: 28px; border-radius: 28px; text-align: left; transform: perspective(1200px) rotateX(2deg); }
.dashboard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.dashboard-top > div { display: grid; }
.dashboard-label, .dashboard-top small { color: var(--muted); font-size: 12px; }
.dashboard-top strong { margin: 3px 0; font-size: clamp(30px, 5vw, 44px); letter-spacing: -.045em; }
.growth-chip { color: var(--green); background: rgba(25, 122, 85, .1); border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 800; }
.growth-chart { width: 100%; height: 250px; margin-top: 18px; overflow: visible; }
.chart-area { fill: url(#chart-fill); }
.chart-line { fill: none; stroke: var(--gold); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw-chart 2.2s .3s cubic-bezier(.2,.8,.2,1) forwards; }
.chart-dot { fill: var(--gold); stroke: #fff; stroke-width: 4; opacity: 0; animation: show-dot .3s 2.35s forwards; }
.chart-axis { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
@keyframes draw-chart { to { stroke-dashoffset: 0; } }
@keyframes show-dot { to { opacity: 1; } }

.ticker { overflow: hidden; border-block: 1px solid rgba(187, 135, 33, .18); background: rgba(244, 234, 208, .42); }
.ticker-track { display: flex; width: max-content; padding: 17px 0; animation: ticker 32s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 9px; padding: 0 28px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.ticker-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-top: 110px; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .calculator-copy h2, .alignment-card h2, .contact-copy h2 { margin: 13px 0 16px; font-size: clamp(36px, 5vw, 58px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading p, .calculator-copy > p, .alignment-card p, .contact-copy > p { color: var(--muted); font-size: 18px; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; padding: 30px; border-radius: var(--radius); overflow: hidden; }
.feature-card:hover, .service-card:hover { transform: translateY(-5px); border-color: rgba(187, 135, 33, .32); }
.feature-card, .service-card { transition: transform .25s, border-color .25s; }
.step-number { position: absolute; top: 24px; right: 24px; color: rgba(24, 24, 20, .22); font-size: 12px; font-weight: 900; }
.icon-box { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 16px; background: var(--gold-pale); color: var(--gold); font-size: 23px; }
.feature-card h3, .service-card h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -.025em; }
.feature-card p, .service-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.calculator-card { display: grid; grid-template-columns: 1.15fr .85fr; border-radius: 30px; overflow: hidden; }
.calculator-copy { padding: 48px; }
.field-group { display: grid; gap: 8px; margin-top: 22px; }
.field-group label, form label { color: #4e4c44; font-size: 13px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.input-shell { display: flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.input-shell span { color: var(--muted); font-weight: 800; }
.input-shell input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; font-weight: 800; }
.projection-panel { padding: 48px; color: #fff; background: #1d1d19; display: flex; flex-direction: column; justify-content: center; }
.projection-panel > span { color: #aaa89e; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.projection-main { display: grid; margin: 18px 0 28px; }
.projection-main strong { color: var(--gold-bright); font-size: clamp(58px, 8vw, 86px); line-height: .95; letter-spacing: -.06em; }
.projection-main small { margin-top: 7px; color: #aaa89e; }
.projection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.projection-grid div { display: grid; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.04); }
.projection-grid strong { font-size: 20px; }
.projection-grid span { color: #aaa89e; font-size: 11px; }
.projection-panel p { margin: 22px 0 0; color: #858379; font-size: 11px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { padding: 28px; border-radius: 20px; box-shadow: none; }
.service-card > span { display: block; margin-bottom: 32px; color: var(--gold); font-size: 11px; font-weight: 900; }
.alignment-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; padding: 52px; border-radius: 30px; }
.alignment-list { display: grid; gap: 12px; }
.alignment-list span { display: flex; align-items: center; gap: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.58); font-weight: 750; }
.alignment-list b { color: var(--gold); font-size: 11px; }

.pricing-card { display: grid; grid-template-columns: .7fr 1.3fr; max-width: 900px; margin-inline: auto; border-radius: 30px; overflow: hidden; }
.price-block { padding: 46px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.price-block > span, .price-block small { color: var(--muted); font-size: 12px; }
.price-block strong { margin: 7px 0; color: var(--gold); font-size: 82px; line-height: 1; letter-spacing: -.07em; }
.included-list { padding: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; align-content: center; font-size: 14px; font-weight: 700; }
.pricing-note { max-width: 800px; margin: 18px auto 0; color: var(--muted); text-align: center; font-size: 12px; }

.faq-section { max-width: 850px; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); overflow: hidden; }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 24px; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-size: 22px; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 24px 22px; margin: 0; color: var(--muted); }

.contact-section { padding-bottom: 110px; }
.contact-card { display: grid; grid-template-columns: .85fr 1.15fr; border-radius: 32px; overflow: hidden; }
.contact-copy { padding: 52px; color: #fff; background: #1d1d19; }
.contact-copy .kicker { color: var(--gold-bright); }
.contact-copy > p { color: #aaa89e; }
.contact-points { display: grid; gap: 10px; margin-top: 30px; color: #deddd6; font-size: 14px; }
.form-panel { padding: 44px; background: rgba(255,255,255,.72); }
form { display: grid; gap: 15px; }
form label { display: grid; gap: 7px; }
form label small { color: var(--muted); font-weight: 600; }
form input, form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); padding: 13px 14px; outline: 0; transition: border-color .2s, box-shadow .2s; }
form input:focus, form textarea:focus { border-color: rgba(187,135,33,.6); box-shadow: 0 0 0 4px rgba(187,135,33,.1); }
form textarea { resize: vertical; }
.form-button { width: 100%; border: 0; margin-top: 4px; }
.form-note { margin: 0; color: var(--muted); text-align: center; font-size: 11px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.error-message { margin-bottom: 16px; padding: 13px 15px; border: 1px solid rgba(170,49,49,.25); border-radius: 12px; color: #8a2828; background: rgba(170,49,49,.07); font-size: 13px; }
.error-message p { margin: 0; }
.success-message { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.success-message > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(25,122,85,.12); color: var(--green); font-size: 25px; }
.success-message h3 { margin: 18px 0 7px; font-size: 26px; }
.success-message p { color: var(--muted); }

footer { border-top: 1px solid var(--line); padding: 46px 0 24px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-grid p { max-width: 360px; margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 11px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
    .desktop-nav, .nav-wrap > .button-small { display: none; }
    .menu-button { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.6); }
    .menu-button span { width: 18px; height: 2px; background: var(--ink); transition: transform .2s; }
    .mobile-nav { position: absolute; top: 76px; inset-inline: 18px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
    .mobile-nav.open { display: grid; }
    .mobile-nav a { padding: 12px; font-weight: 750; }
    .three-grid, .service-grid { grid-template-columns: 1fr; }
    .calculator-card, .alignment-card, .contact-card { grid-template-columns: 1fr; }
    .pricing-card { grid-template-columns: 1fr; }
    .price-block { border-right: 0; border-bottom: 1px solid var(--line); text-align: center; }
}

@media (max-width: 640px) {
    .shell { width: min(100% - 24px, 1160px); }
    .hero { padding-top: 52px; }
    h1 { font-size: 45px; }
    .hero-actions { flex-direction: column; }
    .button { width: 100%; }
    .dashboard-card { padding: 20px; border-radius: 22px; }
    .growth-chip { display: none; }
    .growth-chart { height: 190px; }
    .section { padding-top: 80px; }
    .calculator-copy, .projection-panel, .alignment-card, .contact-copy, .form-panel { padding: 30px 22px; }
    .field-row, .projection-grid, .included-list { grid-template-columns: 1fr; }
    .alignment-card { gap: 30px; }
    .price-block, .included-list { padding: 32px 24px; }
    .footer-grid, .footer-bottom { flex-direction: column; }
    .footer-links { align-items: flex-start; flex-direction: column; }
}

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