@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --bc-navy-950: #051626;
    --bc-navy-900: #0a1f33;
    --bc-navy-800: #0B3B60;
    --bc-navy-700: #0a2c4a;
    --bc-copper-500: #B87353;
    --bc-copper-400: #d69779;
    --bc-copper-300: #f0c4ad;
    --bc-slate-100: #f5f7fb;
    --bc-slate-200: #e7edf5;
    --bc-slate-500: #64748b;
    --bc-slate-700: #334155;
    --bc-white: #ffffff;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--bc-navy-900);
    background:
        radial-gradient(120% 100% at 50% 0%, rgba(240, 196, 173, 0.18) 0%, rgba(244, 247, 251, 0.95) 35%, #ffffff 100%);
}

a {
    color: inherit;
}

.page-shell {
    min-height: 100vh;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    -webkit-backdrop-filter: blur(18px) saturate(170%);
    backdrop-filter: blur(18px) saturate(170%);
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(184, 115, 83, 0.16);
}

.topbar-inner,
.page-inner {
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
}

.brand-link,
.back-link,
.mini-link,
.button-link,
.button-ghost {
    text-decoration: none;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.brand-link img {
    width: auto;
    height: 2.15rem;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy small {
    margin-top: 0.25rem;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bc-copper-500);
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bc-navy-800);
    font-size: 0.88rem;
    font-weight: 700;
}

.back-link:hover,
.mini-link:hover {
    color: var(--bc-copper-500);
}

.hero {
    padding: 4.6rem 0 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.75fr);
    gap: 1.75rem;
    align-items: start;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(184, 115, 83, 0.25);
    background: rgba(255, 255, 255, 0.76);
    color: var(--bc-copper-500);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bc-copper-500);
    box-shadow: 0 0 12px rgba(184, 115, 83, 0.5);
}

.hero h1 {
    margin: 1rem 0 0.85rem;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.hero-summary {
    margin: 0;
    max-width: 56rem;
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--bc-slate-700);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.button-link,
.button-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.button-link {
    color: #fff;
    background: linear-gradient(135deg, var(--bc-navy-950) 0%, var(--bc-navy-800) 58%, var(--bc-navy-700) 100%);
    box-shadow: 0 16px 32px -18px rgba(11, 59, 96, 0.5);
}

.button-link:hover,
.button-ghost:hover {
    transform: translateY(-2px);
}

.button-ghost {
    color: var(--bc-navy-800);
    border: 1px solid rgba(11, 59, 96, 0.16);
    background: rgba(255, 255, 255, 0.9);
}

.hero-side-card,
.section-card,
.step-card {
    border-radius: 24px;
    border: 1px solid rgba(11, 59, 96, 0.1);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 22px 46px -32px rgba(11, 59, 96, 0.24);
}

.hero-side-card {
    padding: 1.3rem;
    position: relative;
    overflow: hidden;
}

.hero-side-card::before,
.section-card::before {
    content: '';
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    top: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(184, 115, 83, 0.72), transparent);
}

.hero-side-card h2,
.section-card h2,
.flow-section h2 {
    margin: 0 0 0.9rem;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.hero-side-card p {
    margin: 0;
    color: var(--bc-slate-700);
    line-height: 1.75;
    font-size: 0.94rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.2rem 0 0;
}

.section-card {
    padding: 1.4rem 1.35rem;
    position: relative;
    overflow: hidden;
}

.section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 1.2rem;
}

.plain-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.8rem;
}

.plain-list li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.65;
    color: var(--bc-slate-700);
    font-size: 0.95rem;
}

.plain-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--bc-copper-400), var(--bc-copper-500));
}

.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 1.2rem;
}

.outcome-card {
    border-radius: 18px;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 251, 0.95));
    border: 1px solid rgba(184, 115, 83, 0.14);
}

.outcome-card strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--bc-navy-900);
    font-size: 0.95rem;
}

.outcome-card p {
    margin: 0;
    color: var(--bc-slate-700);
    font-size: 0.9rem;
    line-height: 1.7;
}

.flow-section {
    padding-bottom: 3rem;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.step-card {
    padding: 1.2rem;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0.8rem;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--bc-copper-400), var(--bc-copper-500));
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
}

.step-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
}

.step-card p {
    margin: 0;
    color: var(--bc-slate-700);
    line-height: 1.7;
    font-size: 0.92rem;
}

.footer-note {
    padding: 0 0 3rem;
    color: var(--bc-slate-500);
    font-size: 0.86rem;
}

.footer-note a {
    color: var(--bc-copper-500);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 920px) {
    .hero-grid,
    .section-grid,
    .outcome-grid,
    .steps,
    .info-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 3.25rem;
    }
}

@media (max-width: 640px) {
    .topbar-inner {
        min-height: 64px;
    }

    .brand-copy {
        display: none;
    }

    .page-inner,
    .topbar-inner {
        width: min(1100px, calc(100% - 22px));
    }

    .hero h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-summary,
    .plain-list li,
    .outcome-card p,
    .step-card p,
    .hero-side-card p {
        font-size: 0.92rem;
    }
}
