body.landing-page {
    font-family: 'Space Grotesk', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 45%, #edf2ff 100%);
    color: #0d1b2f;
    min-height: 100vh;
    margin: 0;
    display: block;
    padding: 0;
}

.landing-page .background-texture {
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(215, 44, 54, 0.05), transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(12, 38, 90, 0.08), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    filter: blur(0.5px);
    opacity: 0.9;
}

.landing-wrapper {
    position: relative;
    z-index: 1;
    width: 80vw;
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 18px 72px;
}

.landing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 6px 28px;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-mark img {
    height: 60px;
    width: auto;
}

.brand-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brand-meta .brand-chip {
    background: rgba(12, 30, 60, 0.04);
    border-color: rgba(12, 30, 60, 0.06);
    color: #0d1b2f;
}

.brand-meta .brand-subtitle {
    color: #5a677d;
    font-size: 14px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #d72c36, #b52023);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(183, 32, 35, 0.25);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(183, 32, 35, 0.28);
}

.btn-outline {
    background: rgba(12, 30, 60, 0.02);
    border-color: rgba(12, 30, 60, 0.12);
    color: #0d1b2f;
}

.btn-outline:hover {
    border-color: rgba(12, 30, 60, 0.2);
    transform: translateY(-1px);
}

.btn-ghost {
    background: transparent;
    border: 1px solid rgba(12, 30, 60, 0.08);
    color: #0d1b2f;
}

.btn-ghost:hover {
    border-color: rgba(12, 30, 60, 0.18);
    transform: translateY(-1px);
}

.btn-white {
    background: #ffffff;
    color: #0d1b2f;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.btn-white:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.btn-outline.inverse {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.btn-outline.inverse:hover {
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}
.landing-hero {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(243, 247, 255, 0.96));
    border: 1px solid rgba(15, 35, 70, 0.08);
    border-radius: 32px;
    box-shadow: 0 30px 70px rgba(32, 40, 73, 0.16);
    padding: 44px 38px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    position: relative;
    overflow: hidden;
}

.landing-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9), transparent 55%);
    top: -60px;
    right: -40px;
    transform: rotate(12deg);
}

.landing-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(215, 44, 54, 0.08), transparent 60%);
    bottom: -180px;
    left: -120px;
}

.hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(12, 30, 60, 0.04);
    border: 1px solid rgba(12, 30, 60, 0.08);
    border-radius: 999px;
    font-weight: 600;
    color: #0d1b2f;
    font-size: 13px;
    width: fit-content;
}

.eyebrow i {
    color: #d72c36;
}

.hero-title {
    font-size: 38px;
    line-height: 1.18;
    color: #0b1a30;
    margin: 0;
    letter-spacing: -0.6px;
}

.hero-description {
    margin: 0;
    color: #56657b;
    font-size: 16px;
    max-width: 600px;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(12, 30, 60, 0.04);
    border: 1px solid rgba(12, 30, 60, 0.08);
    border-radius: 12px;
    color: #0d1b2f;
    font-weight: 600;
    font-size: 14px;
}

.stat-pill .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2ecc71;
    box-shadow: 0 0 0 6px rgba(46, 204, 113, 0.15);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-actions .btn {
    padding: 14px 18px;
}

.carousel-showcase {
    width: 100%;
    max-width: 1280px;
    margin: 12px auto 0;
}

.carousel-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.carousel-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 380px;
    background: #0c1e3c;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.carousel-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 26, 48, 0.08) 0%, rgba(11, 26, 48, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 22px;
    color: #ffffff;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
}

.overlay-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: fit-content;
}

.overlay-chip i {
    color: #ff9f68;
}

.overlay-content h3 {
    margin: 0;
    font-size: 26px;
    letter-spacing: -0.4px;
}

.overlay-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}

.overlay-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.carousel-card:hover img {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.app-cta {
    background: linear-gradient(135deg, #0c1e3c, #12315c);
    color: #ffffff;
    padding: 14px 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(12, 30, 60, 0.24);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: all 0.2s ease;
}

.app-cta i {
    color: #d72c36;
    font-size: 18px;
}

.app-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(12, 30, 60, 0.28);
}

@media (max-width: 1100px) {
    .landing-hero {
        grid-template-columns: 1fr;
    }

    .landing-wrapper {
        width: 86vw;
    }

    .carousel-track {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

@media (max-width: 720px) {
    .landing-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hero-title {
        font-size: 28px;
    }

    .landing-hero {
        padding: 26px 22px;
    }

    .carousel-track {
        grid-template-columns: 1fr;
    }

    .carousel-card {
        min-height: 320px;
    }

    .landing-wrapper {
        width: 92vw;
    }
}
