:root {
    --navy: #0b1220;
    --navy-2: #111c30;
    --blue: #245f9e;
    --blue-bright: #3b82f6;
    --white: #ffffff;
    --off-white: #f7f8fa;
    --soft: #eef3f8;
    --graphite: #1f2937;
    --muted: #667085;
    --border: #dfe6ee;
    --success: #168a62;
    --shadow: 0 24px 80px rgba(11, 18, 32, .12);
    --shadow-soft: 0 16px 42px rgba(11, 18, 32, .08);
    --radius: 22px;
    --radius-sm: 14px;
    --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--graphite);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { position: relative; padding: 104px 0; }
.section-soft { background: var(--off-white); }
.section-dark { background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: var(--white); }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .final-cta .eyebrow { color: #8ec0ff; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -.03em; color: var(--navy); }
h1 { font-size: clamp(44px, 6vw, 76px); max-width: 820px; }
h2 { font-size: clamp(34px, 4.3vw, 56px); max-width: 780px; }
h3 { font-size: 22px; }
p { margin: 0; color: var(--muted); }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.light h2 { color: var(--white); }
.text-link { color: var(--blue); font-weight: 750; }
.light-link { color: #cfe4ff; }
.button {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-bright)); box-shadow: 0 14px 34px rgba(36, 95, 158, .28); }
.button-secondary { border: 1px solid var(--border); background: rgba(255,255,255,.76); color: var(--navy); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223,230,238,.75); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 126px; height: 58px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; color: #425066; }
.main-nav > a:hover { color: var(--blue); }
.nav-payment { padding-left: 18px; border-left: 1px solid var(--border); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); }
.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(59,130,246,.16), transparent 32%), linear-gradient(180deg, #fff, #f7f9fc); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.hero-lead { max-width: 700px; margin-top: 28px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: #526071; font-size: 14px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 6px rgba(22,138,98,.12); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; }
.hero-orb-one { width: 280px; height: 280px; right: -100px; top: 100px; background: rgba(59,130,246,.18); }
.hero-orb-two { width: 220px; height: 220px; left: -110px; bottom: 30px; background: rgba(36,95,158,.12); }
.ai-card { padding: 24px; border-radius: 28px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: rotate(1deg); }
.ai-card-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.ai-card-top div { display: grid; gap: 3px; }
.ai-card-top strong { color: var(--navy); }
.ai-card-top span { color: var(--muted); font-size: 13px; }
.verified { align-self: start; padding: 7px 10px; color: var(--success)!important; background: rgba(22,138,98,.08); border-radius: 999px; font-weight: 750; }
.chat-bubble { margin-top: 18px; padding: 16px 18px; border-radius: 18px; font-size: 15px; }
.chat-bubble.user { margin-left: 48px; color: var(--white); background: var(--blue); border-bottom-right-radius: 6px; }
.chat-bubble.assistant { background: #f3f6fa; border-bottom-left-radius: 6px; }
.chat-bubble.assistant p { color: #405067; }
.typing-line { width: 36%; height: 5px; margin-bottom: 12px; border-radius: 10px; background: linear-gradient(90deg, #b8c7d8, #e0e7ef, #b8c7d8); background-size: 200% 100%; animation: shimmer 2s linear infinite; }
.source-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.source-row span { padding: 6px 9px; font-size: 11px; font-weight: 750; color: var(--blue); background: #e8f1fb; border-radius: 999px; }
.ai-input { width: 100%; margin-top: 18px; min-height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--border); border-radius: 16px; background: var(--white); color: var(--muted); cursor: pointer; }
.trust-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 24px 22px; border-right: 1px solid var(--border); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); }
.trust-grid span { color: var(--muted); font-size: 13px; }
.steps-grid, .practice-grid, .precedent-grid, .media-grid, .review-grid { display: grid; gap: 22px; }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.step-card, .practice-card, .review-card { padding: 28px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.step-number { color: var(--blue); font-weight: 900; font-size: 13px; }
.step-card h3 { margin-top: 42px; margin-bottom: 10px; }
.practice-grid { grid-template-columns: repeat(4, 1fr); }
.practice-card { min-height: 260px; display: flex; flex-direction: column; }
.practice-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 14px; background: #eaf2fb; color: var(--blue); font-weight: 900; font-size: 22px; }
.practice-card p { margin: 12px 0 24px; }
.practice-card a { margin-top: auto; color: var(--blue); font-weight: 750; }
.precedent-grid { grid-template-columns: repeat(3, 1fr); }
.precedent-card { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.precedent-card h3 { margin: 22px 0 14px; color: var(--white); }
.precedent-card p { color: #aebbd0; }
.precedent-card a { display: inline-block; margin-top: 30px; color: #cfe4ff; font-weight: 750; }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; color: #cfe4ff; background: rgba(142,192,255,.12); }
.tag-soft { color: var(--blue); background: #edf4fb; }
.philosophy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: start; }
.philosophy-copy p { margin-top: 20px; font-size: 18px; }
.philosophy-copy .button { margin-top: 30px; }
.principles-grid { display: grid; gap: 14px; }
.principles-grid article { padding: 28px; display: grid; grid-template-columns: 50px 1fr; column-gap: 18px; background: var(--off-white); border-radius: var(--radius); }
.principles-grid strong { grid-row: 1 / 3; color: var(--blue); }
.principles-grid p { margin-top: 8px; }
.media-grid { grid-template-columns: repeat(3, 1fr); }
.media-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.media-thumb { height: 200px; display: grid; place-items: center; background: linear-gradient(135deg, #dce8f5, #eef3f8); color: var(--blue); font-weight: 900; letter-spacing: .12em; text-align: center; }
.media-content { padding: 26px; }
.media-content h3 { margin: 18px 0 10px; }
.media-content a { display: inline-block; margin-top: 22px; color: var(--blue); font-weight: 750; }
.payment-card { display: flex; align-items: center; justify-content: space-between; gap: 54px; padding: 48px; border-radius: 28px; background: linear-gradient(145deg, #edf4fb, #ffffff); border: 1px solid #d7e5f4; box-shadow: var(--shadow-soft); }
.payment-card p { margin-top: 16px; max-width: 760px; }
.payment-card ul { padding-left: 20px; color: var(--muted); }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-card { margin: 0; }
.stars { color: #d59a27; letter-spacing: .12em; }
.review-card p { margin: 20px 0; font-size: 18px; }
.review-card cite { color: var(--muted); font-style: normal; font-size: 13px; }
.center-actions { margin-top: 30px; text-align: center; }
.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { width: 100%; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; text-align: left; border: 0; background: transparent; color: var(--navy); font-weight: 800; cursor: pointer; }
.plus { font-size: 24px; color: var(--blue); transition: transform .2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { padding: 0 0 24px; }
.faq-item.is-open .faq-answer { max-height: 240px; }
.faq-item.is-open .plus { transform: rotate(45deg); }
.final-cta { background: var(--white); }
.final-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px; border-radius: 30px; background: linear-gradient(145deg, var(--navy), #173052); color: var(--white); box-shadow: var(--shadow); }
.final-cta-card h2 { color: var(--white); }
.final-cta-card p { margin-top: 14px; color: #c5d0de; }
.dark-secondary { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.site-footer { padding: 72px 0 24px; background: #08101d; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 135px; height: 70px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand p { margin-top: 18px; max-width: 360px; color: #9cabbd; }
.site-footer h3 { margin-bottom: 18px; color: var(--white); font-size: 15px; }
.site-footer a { display: block; margin: 10px 0; color: #9cabbd; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8393a6; font-size: 12px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 1024px) {
    .main-nav { position: fixed; inset: 82px 20px auto; display: none; padding: 22px; align-items: stretch; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .menu-toggle { display: block; }
    .nav-payment { padding-left: 0; border-left: 0; }
    .hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .hero { padding-top: 70px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid div:nth-child(2) { border-right: 0; }
    .steps-grid, .practice-grid { grid-template-columns: repeat(2, 1fr); }
    .precedent-grid, .media-grid, .review-grid { grid-template-columns: 1fr; }
    .philosophy-grid, .faq-wrap { grid-template-columns: 1fr; gap: 44px; }
    .payment-card, .final-cta-card { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 76px 0; }
    .nav-wrap { min-height: 72px; }
    .brand img { width: 104px; height: 50px; }
    .main-nav { inset: 72px 14px auto; }
    .hero { min-height: auto; }
    h1 { font-size: 43px; }
    h2 { font-size: 34px; }
    .hero-lead { font-size: 17px; }
    .hero-actions .button { width: 100%; }
    .ai-card { padding: 18px; transform: none; }
    .chat-bubble.user { margin-left: 14px; }
    .trust-grid, .steps-grid, .practice-grid, .footer-grid { grid-template-columns: 1fr; }
    .trust-grid div { border-right: 0; border-bottom: 1px solid var(--border); }
    .split-heading { align-items: flex-start; flex-direction: column; }
    .payment-card, .final-cta-card { padding: 30px 24px; }
    .footer-bottom { flex-direction: column; }
}
