.landing-body {
    font-family: 'Geologica', sans-serif;
    color: #1e293b;
    background: linear-gradient(165deg, #f8fafc 0%, #e2e8f0 45%, #f1f5f9 100%);
    min-height: 100vh;
}

.landing-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 48%, #0c4a6e 100%);
    color: #f8fafc;
    padding: 2.5rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.landing-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(56, 189, 248, 0.18), transparent 55%);
    pointer-events: none;
}

.landing-hero .container {
    position: relative;
    z-index: 1;
}

.landing-brand-img {
    max-height: 56px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.landing-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 1.1rem;
}

.landing-eyebrow {
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 500;
}

.landing-lead {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: rgba(248, 250, 252, 0.88);
    max-width: 38rem;
}

.landing-lead-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    max-width: 42rem;
}

.landing-lead-list li {
    color: rgba(248, 250, 252, 0.9);
    font-size: 1.02rem;
    margin-bottom: 0.55rem;
    padding-left: 1.45rem;
    position: relative;
}

.landing-lead-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -0.1rem;
    color: #67e8f9;
    font-size: 1.2rem;
}

.landing-quick-points span {
    font-size: 0.92rem;
    color: rgba(248, 250, 252, 0.92);
    background: rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
}

.landing-quick-points i {
    margin-right: 0.35rem;
    color: #67e8f9;
}

.landing-highlight-card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(150deg, rgba(15, 23, 42, 0.55), rgba(30, 58, 95, 0.35));
    padding: 1.2rem 1.25rem;
}

.landing-timeline {
    margin: 0;
    padding-left: 1.15rem;
    color: rgba(241, 245, 249, 0.95);
}

.landing-timeline li {
    margin-bottom: 0.62rem;
    font-size: 0.95rem;
}

.landing-timeline li:last-child {
    margin-bottom: 0;
}

.landing-section-title {
    font-weight: 600;
    letter-spacing: -0.02em;
}

.landing-section-copy {
    max-width: 42rem;
}

.landing-band--modules {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(241, 245, 249, 0.98) 50%, transparent 100%);
    border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-section-head--accent {
    border-left: 4px solid #0284c7;
    padding-left: 1.25rem;
}

@media (min-width: 992px) {
    .landing-section-head--accent .landing-section-copy {
        margin-left: 0;
        max-width: 46rem;
    }
}

.landing-mini-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0369a1;
    background: rgba(224, 242, 254, 0.95);
    border: 1px solid rgba(14, 165, 233, 0.35);
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    margin-bottom: 0.65rem;
}

.landing-mini-tag--dark {
    color: #e0f2fe;
    background: rgba(15, 23, 42, 0.65);
    border-color: rgba(125, 211, 252, 0.35);
}

.landing-mini-tag--light {
    color: #bae6fd;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.landing-feature-grid > div:nth-child(1) .landing-card {
    border-top: 3px solid #0284c7;
}

.landing-feature-grid > div:nth-child(2) .landing-card {
    border-top: 3px solid #0891b2;
}

.landing-feature-grid > div:nth-child(3) .landing-card {
    border-top: 3px solid #0d9488;
}

.landing-feature-grid > div:nth-child(4) .landing-card {
    border-top: 3px solid #6366f1;
}

.landing-panel {
    border-radius: 1.15rem;
}

.landing-panel--pipeline {
    background:
        linear-gradient(115deg, rgba(15, 23, 42, 0.04) 0%, transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.09);
    box-shadow:
        inset 6px 0 0 #0f172a,
        0 18px 48px rgba(15, 23, 42, 0.07);
}

.landing-pipeline-track {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .landing-pipeline-track {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        align-items: stretch;
        background: rgba(255, 255, 255, 0.65);
        border-radius: 0.9rem;
        border: 1px solid rgba(15, 23, 42, 0.06);
        padding: 1rem 0.35rem;
    }

    .landing-pipeline-step {
        position: relative;
        padding: 0.5rem 1rem 0.5rem 1.1rem;
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
    }

    .landing-pipeline-step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        border-top: 2px solid rgba(100, 116, 139, 0.35);
        border-right: 2px solid rgba(100, 116, 139, 0.35);
        transform: translate(50%, -50%) rotate(45deg);
    }
}

@media (max-width: 991.98px) {
    .landing-pipeline-step {
        display: flex;
        align-items: flex-start;
        gap: 0.85rem;
        padding: 0.85rem 1rem;
        background: #fff;
        border-radius: 0.85rem;
        border: 1px solid rgba(15, 23, 42, 0.07);
    }
}

.landing-pipeline-step .landing-step-num {
    margin-top: 0.15rem;
    background: linear-gradient(135deg, #1e293b, #334155);
    color: #e0f2fe;
}

.landing-split--insights {
    display: grid;
    border-radius: 1.15rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.09);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

@media (min-width: 992px) {
    .landing-split--insights {
        grid-template-columns: minmax(240px, 32%) 1fr;
    }
}

.landing-split-aside {
    background:
        radial-gradient(ellipse 90% 70% at 20% 30%, rgba(56, 189, 248, 0.35), transparent 55%),
        linear-gradient(145deg, #0f172a 0%, #1e3a5f 55%, #0c4a6e 100%);
    padding: 2rem 1.75rem;
    position: relative;
}

@media (min-width: 992px) {
    .landing-split-aside {
        padding: 2.25rem 2rem;
    }
}

.landing-aside-deco {
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, transparent);
    opacity: 0.85;
    max-width: 8rem;
}

.landing-split-main {
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 65%, #f1f5f9 100%);
}

.landing-glass-card {
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.landing-glass-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    font-size: 1rem;
}

.landing-glass-card-icon--alt {
    background: linear-gradient(135deg, #ccfbf1, #99f6e4);
    color: #0f766e;
}

.landing-split-footnote {
    border-top: 1px dashed rgba(100, 116, 139, 0.35);
    padding-top: 1rem;
}

.landing-band--roles {
    background-image:
        radial-gradient(ellipse 120% 80% at 100% 0%, rgba(99, 102, 241, 0.09), transparent 50%),
        radial-gradient(ellipse 100% 60% at 0% 100%, rgba(14, 165, 233, 0.08), transparent 45%);
}

.landing-role-tile {
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.landing-role-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #0284c7;
}

.landing-role-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.landing-role-tile--desk::before {
    background: linear-gradient(90deg, #2563eb, #0ea5e9);
}

.landing-role-tile--field::before {
    background: linear-gradient(90deg, #0d9488, #14b8a6);
}

.landing-role-tile--wh::before {
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.landing-role-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(241, 245, 249, 0.95);
    color: #334155;
}

.landing-role-tile--desk .landing-role-icon {
    background: rgba(219, 234, 254, 0.85);
    color: #1d4ed8;
}

.landing-role-tile--field .landing-role-icon {
    background: rgba(204, 251, 241, 0.75);
    color: #0f766e;
}

.landing-role-tile--wh .landing-role-icon {
    background: rgba(237, 233, 254, 0.9);
    color: #6d28d9;
}

.landing-cta-strip {
    border-radius: 1.15rem;
    background: linear-gradient(120deg, #0f172a 0%, #1e3a8a 42%, #0369a1 100%);
    box-shadow:
        0 22px 50px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.landing-cta-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 90% at 85% 20%, rgba(56, 189, 248, 0.28), transparent 55%);
    pointer-events: none;
}

.landing-cta-strip > .row {
    position: relative;
    z-index: 1;
}

.landing-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.landing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
}

.landing-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: #0369a1;
}

.landing-step-num {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.landing-compact-list {
    padding-left: 1rem;
}

.landing-compact-list li {
    margin-bottom: 0.25rem;
}

.landing-compact-list li:last-child {
    margin-bottom: 0;
}

.landing-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.65);
}

.landing-docs-link {
    color: #0369a1;
    text-decoration: none;
}

.landing-docs-link:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .landing-hero {
        padding: 2rem 0 3.2rem;
    }

    .landing-brand-img {
        max-height: 48px;
    }

    .landing-nav {
        padding-bottom: 0.9rem;
    }
}
