:root {
    --navy: #062746;
    --navy-deep: #031c33;
    --navy-soft: #173e61;
    --gold: #c98b48;
    --gold-light: #d9a467;
    --ivory: #fafaf7;
    --white: #ffffff;
    --text: #10233a;
    --muted: #68778a;
    --border: #e1e7ed;
    --success: #2c8c70;
    --shadow: 0 24px 70px rgba(3, 28, 51, .12);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--ivory); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(225, 231, 237, .82); background: rgba(250, 250, 247, .92); backdrop-filter: blur(18px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-symbol { width: 42px; height: 42px; display: block; border-radius: 11px; object-fit: cover; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { color: var(--navy); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem; letter-spacing: .02em; }
.brand-type small { margin-top: 5px; color: var(--gold); font-family: Montserrat, Arial, sans-serif; font-size: .48rem; font-weight: 600; letter-spacing: .18em; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a, .text-link { color: var(--text); font-size: .92rem; font-weight: 500; text-decoration: none; }
.desktop-nav a:hover, .text-link:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 18px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--navy); border-radius: 12px; background: var(--navy); color: var(--white); font-weight: 600; text-decoration: none; box-shadow: 0 8px 22px rgba(6, 39, 70, .14); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--navy-soft); box-shadow: 0 12px 30px rgba(6, 39, 70, .2); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-large { min-height: 54px; padding-inline: 28px; }
.button-secondary { border-color: var(--border); background: var(--white); color: var(--navy); box-shadow: none; }
.button-secondary:hover { border-color: var(--gold-light); background: #fffaf3; }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy-deep); }
.button-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 92px 0 84px; background: radial-gradient(circle at 82% 18%, rgba(217, 164, 103, .18), transparent 27%), linear-gradient(145deg, #fff 0%, var(--ivory) 62%, #f2eee7 100%); }
.hero::before { content: ''; position: absolute; width: 460px; height: 460px; left: -300px; bottom: -330px; border: 1px solid rgba(201, 139, 72, .25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(201, 139, 72, .035), 0 0 0 140px rgba(201, 139, 72, .025); }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: 58px; align-items: center; }
.eyebrow { display: inline-block; color: var(--gold); font-family: Montserrat, Arial, sans-serif; font-size: .75rem; font-weight: 600; letter-spacing: .16em; }
.hero h1 { max-width: 720px; margin: 18px 0 22px; color: var(--navy-deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3rem, 4.55vw, 4.55rem); line-height: .98; letter-spacing: -.025em; }
.hero-lead { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; color: var(--muted); font-size: .86rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-notes span::before { content: '✓'; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e6f5ef; color: var(--success); font-weight: 700; }
.prelaunch-notice { border-block: 1px solid rgba(201, 139, 72, .28); background: #fff8ee; color: #704a22; font-size: .88rem; }
.prelaunch-notice .container { padding-block: 13px; text-align: center; }

.product-preview { position: relative; padding: 18px; border: 1px solid rgba(36, 64, 87, .18); border-radius: 26px; background: var(--navy-deep); color: var(--white); box-shadow: 0 34px 80px rgba(3, 28, 51, .28); transform: perspective(1200px) rotateY(-2deg); }
.product-preview::after { content: ''; position: absolute; inset: -10px 28px auto; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); }
.preview-topbar { display: flex; align-items: center; gap: 12px; padding: 4px 4px 16px; }
.preview-topbar div:nth-child(2) { display: grid; }
.preview-topbar small { color: #9fb0c1; }
.preview-brand, .preview-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; }
.preview-brand { background: var(--gold); color: var(--navy-deep); font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; }
.preview-avatar { margin-left: auto; background: var(--navy-soft); font-size: .75rem; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-metrics article, .preview-calendar, .preview-tasks { border: 1px solid #244057; background: #0d2135; }
.preview-metrics article { min-height: 116px; display: grid; align-content: center; padding: 16px; border-radius: 15px; }
.preview-metrics span, .preview-metrics small { color: #aebbc7; font-size: .72rem; }
.preview-metrics strong { margin: 3px 0; font-size: 1.8rem; }
.preview-content { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 10px; }
.preview-calendar, .preview-tasks { min-height: 254px; padding: 17px; border-radius: 15px; }
.preview-card-head { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: .84rem; }
.preview-card-head span { color: var(--gold-light); font-size: .7rem; }
.timeline-row { display: grid; grid-template-columns: 42px 8px 1fr; gap: 9px; align-items: start; margin: 16px 0; }
.timeline-row time { color: #9fb0c1; font-size: .68rem; }
.timeline-row i { width: 8px; height: 8px; margin-top: 4px; border-radius: 50%; background: #68a9e3; }
.timeline-row i.gold { background: var(--gold-light); }
.timeline-row i.green { background: #4dc29a; }
.timeline-row span, .preview-tasks label span { display: grid; }
.timeline-row strong, .preview-tasks strong { font-size: .72rem; }
.timeline-row small, .preview-tasks small { color: #91a1b1; font-size: .62rem; }
.preview-tasks label { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; padding: 13px 0; border-bottom: 1px solid #193348; }
.preview-tasks input { accent-color: var(--gold); }
.preview-caption { margin: 12px 4px 0; color: #9babb9; font-size: .64rem; text-align: right; }
.preview-caption strong { color: #d7e0e8; }

.trust-strip { border-block: 1px solid var(--border); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 112px; display: grid; align-content: center; padding: 18px 26px; border-right: 1px solid var(--border); }
.trust-grid div:first-child { border-left: 1px solid var(--border); }
.trust-grid strong { font-size: .88rem; }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: .76rem; }

.section { padding: 100px 0; }
.section-tinted { background: #f2f4f5; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section h2, .split-heading h2, .final-cta h2 { margin: 12px 0 0; color: var(--navy-deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.4rem, 4vw, 3.7rem); line-height: 1.02; }
.split-heading p, .section-heading p { margin: 0; color: var(--muted); }
.section-heading { max-width: 740px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered p { margin: 14px auto 0; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.pain-grid article, .feature-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.pain-grid span, .feature-card > span { color: var(--gold); font-family: Montserrat, Arial, sans-serif; font-size: .75rem; font-weight: 600; letter-spacing: .12em; }
.pain-grid h3, .feature-card h3 { margin: 35px 0 10px; font-size: 1.05rem; }
.pain-grid p, .feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 246px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); border-color: #d8c2aa; box-shadow: 0 18px 45px rgba(6, 39, 70, .08); }
.feature-card h3 { margin-top: 54px; font-size: 1.12rem; }
.calculator-note { margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #fff8ee; color: #704a22; font-size: .84rem; }

.transformation-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.transformation-grid h2, .pilot-grid h2 { margin: 12px 0 18px; color: var(--navy-deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.4rem, 4vw, 3.7rem); line-height: 1.02; }
.section-lead { margin: 0 0 28px; color: var(--muted); }
.outcome-list { display: grid; border-top: 1px solid var(--border); }
.outcome-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 4px; border-bottom: 1px solid var(--border); }
.outcome-list > article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff3e4; color: #8a5827; font-size: .72rem; font-weight: 700; }
.outcome-list strong { color: var(--navy-deep); }
.outcome-list p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }

.how-section { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { position: relative; min-height: 240px; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--ivory); }
.steps-grid article:not(:last-child)::after { content: ''; position: absolute; top: 48px; right: -19px; z-index: 2; width: 20px; border-top: 1px solid var(--gold); }
.steps-grid > article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--white); font-weight: 700; }
.steps-grid h3 { margin: 44px 0 10px; color: var(--navy-deep); font-size: 1.08rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.centered-action { display: grid; justify-items: center; gap: 10px; margin-top: 34px; }
.centered-action small { color: var(--muted); }

.security-section { background: var(--navy-deep); color: var(--white); }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.eyebrow-light { color: var(--gold-light); }
.security-section h2 { color: var(--white); }
.security-section p { color: #b4c0cc; }
.inline-link { display: inline-block; margin-top: 18px; color: var(--gold-light); font-weight: 600; }
.security-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.security-list article { min-height: 150px; display: grid; align-content: center; padding: 24px; border: 1px solid #244057; border-radius: 17px; background: #0d2135; }
.security-list strong { font-size: .95rem; }
.security-list span { margin-top: 7px; color: #aab7c4; font-size: .82rem; }

.comparison-section { background: #f2f4f5; }
.comparison-table { overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 16px 45px rgba(6, 39, 70, .06); }
.comparison-row { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); }
.comparison-row + .comparison-row { border-top: 1px solid var(--border); }
.comparison-row > * { min-width: 0; padding: 18px 20px; border-left: 1px solid var(--border); font-size: .86rem; }
.comparison-row > *:first-child { border-left: 0; }
.comparison-row strong:last-child { background: #fff8ee; color: var(--navy-deep); }
.comparison-head { background: var(--navy-deep); color: var(--white); }
.comparison-head > * { border-color: #244057; }
.comparison-head strong:last-child { background: var(--navy); color: var(--white); }

.pilot-section { padding: 72px 0; border-block: 1px solid rgba(201, 139, 72, .24); background: #fff8ee; }
.pilot-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.pilot-grid p { margin: 0 0 24px; color: #62513f; }

.pricing-grid { max-width: 880px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-inline: auto; }
.price-card { position: relative; padding: 36px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); }
.price-card.featured { border-color: var(--gold); box-shadow: var(--shadow); }
.popular { position: absolute; top: 0; right: 28px; padding: 8px 13px; border-radius: 0 0 9px 9px; background: var(--gold); color: var(--navy-deep); font-size: .64rem; font-weight: 700; letter-spacing: .08em; }
.plan-name { color: var(--muted); font-size: .84rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 22px 0 8px; }
.price strong { color: var(--navy-deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 3.2rem; line-height: 1; }
.price span { color: var(--muted); }
.price-card p { color: var(--muted); font-size: .88rem; }
.price-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 24px 0; border-block: 1px solid var(--border); list-style: none; }
.price-card li { position: relative; padding-left: 25px; font-size: .88rem; }
.price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 700; }
.pricing-note { max-width: 720px; margin: 26px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-heading { align-self: start; }
.faq-heading p { color: var(--muted); }
.faq-heading .button { margin-top: 16px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { padding: 22px 4px; border-bottom: 1px solid var(--border); }
.faq-list summary { cursor: pointer; color: var(--navy-deep); font-weight: 600; }
.faq-list summary:focus-visible { outline: 3px solid rgba(201, 139, 72, .45); outline-offset: 6px; border-radius: 4px; }
.faq-list p { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: .9rem; }

.final-cta { padding: 72px 0; background: linear-gradient(120deg, var(--navy-deep), var(--navy)); color: var(--white); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { color: var(--white); }
.final-cta p { margin-bottom: 0; color: #b9c5d0; }

.site-footer { padding: 64px 0 26px; background: #021526; color: #b4c0cc; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 60px; }
.footer-brand .brand-type strong { color: var(--white); }
.footer-grid p { max-width: 360px; font-size: .86rem; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { margin-bottom: 7px; color: var(--white); font-size: .84rem; }
.footer-grid nav a { color: #b4c0cc; font-size: .82rem; text-decoration: none; }
.footer-grid nav a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #193348; font-size: .74rem; }

a:focus-visible, .button:focus-visible { outline: 3px solid rgba(201, 139, 72, .55); outline-offset: 3px; }

.legal-hero { padding: 72px 0 42px; text-align: center; }
.legal-hero h1 { margin: 12px 0; color: var(--navy-deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.8rem, 5vw, 4.3rem); }
.legal-hero p { color: var(--muted); }
.legal-shell { max-width: 900px; margin: 0 auto 90px; padding: 48px; border: 1px solid var(--border); border-radius: 22px; background: var(--white); }
.legal-status { margin-bottom: 30px; padding: 16px 18px; border-left: 3px solid var(--gold); background: #fff8ee; color: #704a22; font-size: .84rem; }
.legal-shell h2 { margin: 34px 0 10px; font-family: Inter, Arial, sans-serif; font-size: 1.15rem; }
.legal-shell p, .legal-shell li { color: #45586d; font-size: .92rem; }
.legal-shell li + li { margin-top: 8px; }

@media (max-width: 980px) {
    .desktop-nav { display: none; }
    .hero-grid, .security-grid, .faq-grid, .transformation-grid, .pilot-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions, .hero-notes { justify-content: center; }
    .product-preview { max-width: 720px; margin-inline: auto; transform: none; }
    .trust-grid, .pain-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .split-heading { grid-template-columns: 1fr; gap: 24px; }
    .transformation-grid, .pilot-grid { gap: 42px; }
}

@media (max-width: 680px) {
    .container { width: min(100% - 28px, 1180px); }
    .nav-shell { min-height: 68px; }
    .brand-type strong { font-size: 1.05rem; }
    .brand-type small { font-size: .42rem; }
    .nav-actions .text-link { display: none; }
    .button-small { min-height: 40px; padding-inline: 13px; font-size: .78rem; }
    .hero { padding: 70px 0 56px; }
    .hero h1 { font-size: 2.85rem; }
    .hero-actions .button { width: 100%; }
    .product-preview { padding: 11px; border-radius: 19px; }
    .preview-topbar div:nth-child(2) small { display: none; }
    .preview-metrics article { min-height: 92px; padding: 10px; }
    .preview-metrics strong { font-size: 1.35rem; }
    .preview-content { grid-template-columns: 1fr; }
    .preview-tasks { display: none; }
    .trust-grid, .pain-grid, .feature-grid, .pricing-grid, .security-list, .footer-grid, .steps-grid { grid-template-columns: 1fr; }
    .trust-grid div, .trust-grid div:first-child { border-left: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .section { padding: 74px 0; }
    .pain-grid article, .feature-card { min-height: auto; }
    .feature-card h3 { margin-top: 32px; }
    .steps-grid article { min-height: auto; }
    .steps-grid article:not(:last-child)::after { display: none; }
    .steps-grid h3 { margin-top: 30px; }
    .comparison-table { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .comparison-row { grid-template-columns: 1fr; margin-bottom: 14px; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--white); }
    .comparison-row + .comparison-row { border-top: 1px solid var(--border); }
    .comparison-row > * { padding: 12px 16px; border: 0; border-top: 1px solid var(--border); }
    .comparison-row > *:first-child { border-top: 0; font-weight: 700; }
    .comparison-head { display: none; }
    .final-cta-inner { align-items: stretch; flex-direction: column; }
    .footer-grid { gap: 32px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .legal-shell { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
