:root {
    --occ-primary: #696cff;
    --occ-primary-deep: #4f46e5;
    --occ-accent: #28c76f;
    --occ-ink: #0f172a;
    --occ-body: #334155;
    --occ-surface: #f8fafc;
    --occ-surface-strong: #f1f5f9;
    --occ-border: rgba(15, 23, 42, 0.08);
    --occ-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--occ-ink);
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.10), transparent 26%),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.10), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 72%, #ffffff 100%);
}

.landing-navbar {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #475569;
    padding-inline: 0.9rem;
}

.navbar-nav .nav-link:hover {
    color: var(--occ-primary);
}

.brand-mark {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--occ-primary), #3b82f6);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 18px 35px rgba(105, 108, 255, 0.24);
}

.landing-section {
    position: relative;
    padding: 6rem 0;
}

.section-soft {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.88), rgba(255, 255, 255, 0.96));
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(105, 108, 255, 0.10);
    color: var(--occ-primary-deep);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-shell {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(105, 108, 255, 0.98), rgba(15, 23, 42, 0.98)),
        #0f172a;
    box-shadow: 0 40px 90px rgba(15, 23, 42, 0.16);
}

.hero-shell::before,
.hero-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.16;
}

.hero-shell::before {
    width: 24rem;
    height: 24rem;
    background: #60a5fa;
    top: -8rem;
    right: -8rem;
}

.hero-shell::after {
    width: 18rem;
    height: 18rem;
    background: #22c55e;
    left: -4rem;
    bottom: -5rem;
}

.hero-subtext {
    max-width: 42rem;
}

.hero-title {
    font-size: clamp(2.25rem, 4.4vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.hero-copy {
    font-size: 1.02rem;
    line-height: 1.72;
    max-width: 38rem;
}

.hero-actions .btn {
    padding: 0.82rem 1.35rem;
    font-size: 0.98rem;
}

.hero-bullet {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.85rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    font-weight: 500;
}

.hero-visual-card {
    position: relative;
    border-radius: 1.65rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.floating-panel {
    position: absolute;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: var(--occ-ink);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.trust-bar {
    margin-top: -2rem;
    position: relative;
    z-index: 3;
}

.trust-shell {
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--occ-border);
    box-shadow: var(--occ-shadow);
}

.trust-item + .trust-item {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-card,
.plan-card,
.testimonial-card,
.faq-panel,
.contact-card {
    height: 100%;
    padding: 1.2rem;
    border-radius: 1.1rem;
    border: 1px solid var(--occ-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--occ-shadow);
}

.landing-card,
.plan-card,
.testimonial-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.landing-card:hover,
.plan-card:hover,
.testimonial-card:hover {
    transform: translateY(-0.22rem);
    border-color: rgba(105, 108, 255, 0.22);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.landing-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(105, 108, 255, 0.12);
    color: var(--occ-primary-deep);
    font-size: 1.05rem;
}

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

.service-pill {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.8rem 0.95rem;
    border-radius: 0.95rem;
    background: #fff;
    border: 1px solid var(--occ-border);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.service-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--occ-primary), #3b82f6);
    flex-shrink: 0;
}

.timeline-step {
    position: relative;
    padding-left: 4.6rem;
    min-height: 4rem;
}

.timeline-step + .timeline-step {
    margin-top: 1.5rem;
}

.timeline-step::before {
    content: "";
    position: absolute;
    left: 1.38rem;
    top: 3.05rem;
    bottom: -1.75rem;
    width: 2px;
    background: rgba(15, 118, 110, 0.18);
}

.timeline-step:last-child::before {
    display: none;
}

.timeline-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--occ-primary), #3b82f6);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(105, 108, 255, 0.22);
}

.stats-band {
    border-radius: 1.8rem;
    padding: 2rem;
    background: linear-gradient(135deg, #0f172a, #134e4a);
    color: #fff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.stat-item + .stat-item {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.plan-card.featured {
    border-color: rgba(105, 108, 255, 0.32);
    box-shadow: 0 28px 70px rgba(105, 108, 255, 0.14);
    transform: translateY(-0.25rem);
}

.quote-mark {
    font-size: 2rem;
    color: rgba(105, 108, 255, 0.16);
    line-height: 1;
}

.faq-panel .accordion-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.faq-panel .accordion-item + .accordion-item {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.faq-panel .accordion-button {
    padding-inline: 0;
    font-weight: 700;
    box-shadow: none;
    background: transparent;
}

.faq-panel .accordion-button:not(.collapsed) {
    color: var(--occ-primary-deep);
    background: transparent;
}

.faq-panel .accordion-button::after {
    background-size: 1rem;
}

.faq-panel .accordion-body {
    padding-inline: 0;
    padding-top: 0;
}

.contact-strip {
    border-radius: 1.8rem;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.22), transparent 25%),
        linear-gradient(135deg, rgba(105, 108, 255, 0.98), rgba(15, 23, 42, 0.98));
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.14);
}

.footer-shell {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.78);
}

.footer-shell a {
    color: rgba(255, 255, 255, 0.78);
}

.footer-shell a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .landing-section {
        padding: 4.25rem 0;
    }

    .hero-title {
        font-size: clamp(2rem, 8vw, 2.75rem);
    }

    .hero-copy {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .trust-item + .trust-item,
    .stat-item + .stat-item {
        border-left: 0;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .stat-item + .stat-item {
        border-top-color: rgba(255, 255, 255, 0.14);
    }

    .plan-card.featured {
        transform: none;
    }
}
