/* ===== FULLSCREEN HOMEPAGE HERO SLIDER — PREMIUM ===== */
/*
 * Display size (on screen):
 *   Desktop: 100% width × min(100svh − 92px, 960px)
 *   Mobile:  100% width × (100svh − bottom nav − stats)
 *
 * Upload images — see assets/images/README.md
 */
:root {
    --hero-stats-h: 92px;
    --hero-slider-max-h: 960px;
}
.home-hero--fullscreen {
    position: relative;
    margin-top: calc(-1 * var(--site-header-offset, 0px));
    background: var(--navy-deep, #050F1F);
    overflow: hidden;
}

/* Ambient orbs */
.home-hero-orbs {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.home-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
    animation: homeHeroOrb 12s ease-in-out infinite alternate;
}
.home-hero-orb--1 {
    width: 320px;
    height: 320px;
    top: 10%;
    left: -5%;
    background: rgba(245, 217, 137, 0.25);
}
.home-hero-orb--2 {
    width: 280px;
    height: 280px;
    bottom: 20%;
    right: 5%;
    background: rgba(37, 99, 168, 0.2);
    animation-delay: -4s;
}
.home-hero-orb--3 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: 30%;
    background: rgba(226, 184, 74, 0.15);
    animation-delay: -8s;
}
@keyframes homeHeroOrb {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(20px, -15px) scale(1.08); }
}

.home-hero-swiper {
    position: relative;
    width: 100%;
    height: calc(100svh - var(--hero-stats-h));
    min-height: 500px;
    max-height: var(--hero-slider-max-h);
}

.home-hero-swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.home-hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Full-bleed background */
.home-hero-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: transform 12s ease-out;
}
.swiper-slide-active .home-hero-slide-bg {
    transform: scale(1);
}
.home-hero-slide-bg--fullscreen {
    background-position: center center;
}

.home-hero-slide-photo {
    display: none;
}

/* Poster slide — keep subject (head) fully visible below header */
.home-hero-slide--primary .home-hero-slide-bg--fullscreen {
    background-position: 68% 46%;
    background-size: cover;
}
@media (min-width: 992px) {
    .home-hero-slide--primary .home-hero-slide-bg--fullscreen {
        /* Shift image down so the girl's head sits below the fixed header */
        background-position: 72% calc(56% + var(--site-header-offset, 100px) * 0.28);
    }
}
.home-hero-slide--primary .home-hero-slide-bg {
    transform: scale(1.03);
}
.swiper-slide-active .home-hero-slide--primary .home-hero-slide-bg {
    transform: scale(1);
}

.home-hero-slide-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-hero-slide-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.05) 48%,
        transparent 58%
    );
    opacity: 0.7;
    z-index: 2;
}

.home-hero-slide-grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px 180px;
}

.home-hero-slide-vignette {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 120px rgba(5, 15, 31, 0.45);
}

/* Primary — text left, poster visible right */
.home-hero-slide--primary .home-hero-slide-overlay {
    background:
        linear-gradient(90deg,
            rgba(5, 15, 31, 0.94) 0%,
            rgba(8, 22, 42, 0.82) 38%,
            rgba(12, 30, 58, 0.35) 58%,
            rgba(12, 30, 58, 0.08) 72%,
            transparent 100%),
        linear-gradient(180deg,
            rgba(5, 15, 31, 0.35) 0%,
            transparent 30%,
            transparent 70%,
            rgba(5, 15, 31, 0.5) 100%);
}

.home-hero-slide--bonds .home-hero-slide-overlay {
    background:
        linear-gradient(180deg, rgba(5, 15, 31, 0.45) 0%, rgba(5, 15, 31, 0.7) 100%),
        radial-gradient(ellipse 70% 60% at 80% 30%, rgba(245, 217, 137, 0.14) 0%, transparent 55%),
        linear-gradient(105deg, rgba(5, 15, 31, 0.88) 0%, rgba(12, 30, 58, 0.4) 55%, transparent 100%);
}
.home-hero-slide--journey .home-hero-slide-overlay {
    background:
        linear-gradient(180deg, rgba(5, 15, 31, 0.4) 0%, rgba(5, 15, 31, 0.75) 100%),
        radial-gradient(ellipse 60% 50% at 20% 80%, rgba(56, 189, 248, 0.12) 0%, transparent 50%);
}
.home-hero-slide--success .home-hero-slide-overlay {
    background:
        linear-gradient(180deg, rgba(5, 15, 31, 0.35) 0%, rgba(5, 15, 31, 0.78) 100%),
        radial-gradient(ellipse 55% 45% at 50% 15%, rgba(226, 184, 74, 0.16) 0%, transparent 55%);
}

.home-hero-slide:not(:has(.home-hero-slide-bg)) {
    background: linear-gradient(145deg, #030A14 0%, var(--navy-deep) 35%, var(--navy) 70%, var(--blue) 100%);
}

.home-hero-slide-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding:
        calc(var(--site-header-offset, 88px) + 28px)
        0
        100px;
}

.home-hero-copy {
    color: #fff;
    max-width: 640px;
    animation: homeHeroFadeUp 0.9s ease both;
}
.swiper-slide-active .home-hero-copy {
    animation: homeHeroFadeUp 0.9s ease both;
}
@keyframes homeHeroFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.home-hero-copy--center {
    text-align: center;
    margin: 0 auto;
    max-width: 780px;
}
.home-hero-copy--split {
    text-align: left;
    margin: 0;
}

.home-hero-title,
.home-hero-title.home-hero-title {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    margin-bottom: 22px;
    background: linear-gradient(165deg, rgba(226, 184, 74, 0.22) 0%, rgba(245, 217, 137, 0.12) 100%);
    border: 1px solid rgba(245, 217, 137, 0.55);
    border-radius: 50px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-light);
    box-shadow: 0 4px 20px rgba(226, 184, 74, 0.2), inset 0 1px 0 rgba(255,255,255,0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.home-hero-badge i { color: var(--gold); font-size: 0.72rem; }

.home-hero-heading {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    color: #fff;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}
.home-hero-accent {
    font-style: normal;
    background: linear-gradient(135deg, #FFF8E7 0%, var(--gold-light) 40%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 12px rgba(226, 184, 74, 0.35));
}
.home-hero-heading-line {
    display: block;
    width: 72px;
    height: 4px;
    margin: 0 0 20px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), transparent);
    box-shadow: 0 0 20px rgba(226, 184, 74, 0.45);
}
.home-hero-copy--center .home-hero-heading-line {
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);
}

.home-hero-desc {
    font-size: clamp(0.92rem, 2vw, 1.08rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 30px;
    max-width: 52ch;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.home-hero-copy--center .home-hero-desc {
    margin-left: auto;
    margin-right: auto;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}
.home-hero-copy--center .home-hero-actions {
    justify-content: center;
}
.home-hero-btn-primary {
    padding: 16px 34px;
    font-size: 0.95rem;
    box-shadow: 0 12px 36px rgba(226, 184, 74, 0.45), var(--gloss-inset);
}
.home-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: 0.3s ease;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.home-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.home-hero-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-hero-points--inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.home-hero-points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.25s ease;
}
.home-hero-points li:hover {
    background: rgba(226, 184, 74, 0.15);
    border-color: rgba(245, 217, 137, 0.35);
}
.home-hero-points i {
    color: var(--gold-light);
    font-size: 0.82rem;
    flex-shrink: 0;
}

/* Wave transition */
.home-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 6;
    line-height: 0;
    color: var(--pearl, #FAF6EF);
    pointer-events: none;
    filter: drop-shadow(0 -4px 24px rgba(12, 30, 58, 0.08));
}
.home-hero-wave svg {
    display: block;
    width: 100%;
    height: 64px;
}
@media (min-width: 768px) {
    .home-hero-wave svg { height: 80px; }
}

/* Slide counter */
.home-hero-counter {
    position: absolute;
    bottom: 88px;
    right: max(20px, calc((100vw - 1200px) / 2 + 20px));
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(5, 15, 31, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.08em;
}
.home-hero-counter-current {
    color: var(--gold-light);
    font-size: 1.1rem;
    min-width: 1.4em;
    text-align: right;
}
.home-hero-counter-line {
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(255,255,255,0.3));
    border-radius: 2px;
}
.home-hero-counter-total {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
}

.home-hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.08);
}
.home-hero-progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    box-shadow: 0 0 12px rgba(226, 184, 74, 0.6);
    transition: width 0.1s linear;
}

/* Navigation */
.home-hero-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}
@media (min-width: 1200px) {
    .home-hero-nav { padding: 0 max(24px, calc((100vw - 1200px) / 2)); }
}
.home-hero-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(12, 30, 58, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 0.9rem;
    padding: 0;
    pointer-events: auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,0.12);
}
.home-hero-arrow:hover {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 100%);
    border-color: var(--gold-light);
    color: var(--navy-deep);
    transform: scale(1.08);
    box-shadow: var(--shadow-gold);
}

.home-hero-pagination {
    position: absolute !important;
    bottom: 88px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 10;
    display: flex;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(5, 15, 31, 0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}
.home-hero-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    margin: 0 !important;
    transition: 0.35s ease;
}
.home-hero-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light)) !important;
    box-shadow: 0 2px 12px rgba(226, 184, 74, 0.5);
}

.home-hero-scroll {
    position: absolute;
    bottom: 118px;
    right: max(20px, calc((100vw - 1200px) / 2 + 20px));
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.25s ease;
    animation: homeHeroBounce 2.2s ease-in-out infinite;
}
.home-hero-scroll:hover { color: var(--gold-light); }
@keyframes homeHeroBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* Stats strip */
.home-hero-stats {
    position: relative;
    z-index: 5;
    background:
        radial-gradient(ellipse 70% 80% at 50% 100%, rgba(226, 184, 74, 0.06) 0%, transparent 60%),
        linear-gradient(180deg, #eef2f7 0%, #f8fafc 50%, #ffffff 100%);
    border-bottom: none;
    box-shadow: 0 -8px 32px rgba(12, 30, 58, 0.04);
    padding: 24px 0 28px;
}
.home-hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
@media (min-width: 768px) {
    .home-hero-stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}
.home-hero-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 18px;
    border-radius: 20px;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(12, 30, 58, 0.07);
    box-shadow:
        0 4px 20px rgba(12, 30, 58, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
}
.home-hero-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--navy-deep), var(--gold), var(--gold-light));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home-hero-stat::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.home-hero-stat:hover::before {
    opacity: 1;
}
.home-hero-stat:hover::after {
    opacity: 0.05;
    transform: scale(1.2);
}
.home-hero-stat:hover {
    transform: translateY(-5px);
    border-color: rgba(226, 184, 74, 0.3);
    box-shadow:
        0 14px 40px rgba(12, 30, 58, 0.1),
        0 0 0 1px rgba(226, 184, 74, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}
.home-hero-stat-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 50%, var(--blue) 100%);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    box-shadow: 0 8px 22px rgba(12, 30, 58, 0.24), inset 0 1px 0 rgba(255,255,255,0.12);
    position: relative;
    z-index: 1;
}
.home-hero-stat-text {
    position: relative;
    z-index: 1;
    min-width: 0;
}
.home-hero-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.15;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.home-hero-stat span {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-top: 3px;
}

/* Mobile — stacked layout, full slider image visible */
@media (max-width: 991px) {
    .home-hero--fullscreen {
        margin-top: 0;
    }

    .home-hero-swiper {
        height: auto;
        min-height: calc(100svh - var(--bottom-nav-h, 56px) - 88px);
        max-height: none;
    }

    .home-hero-swiper .swiper-slide {
        height: auto !important;
        min-height: calc(100svh - var(--bottom-nav-h, 56px) - 88px);
        overflow: visible;
    }

    .home-hero-swiper.swiper-fade .swiper-slide {
        position: relative !important;
        opacity: 0 !important;
        pointer-events: none;
    }

    .home-hero-swiper.swiper-fade .swiper-slide-active {
        opacity: 1 !important;
        pointer-events: auto;
        z-index: 2;
    }

    .home-hero-slide {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        background: linear-gradient(180deg, #061525 0%, var(--navy-deep) 100%);
    }

    /* Hide cropped background — show full image */
    .home-hero-slide-bg {
        display: none !important;
    }

    .home-hero-slide-photo {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        object-fit: contain;
        object-position: center center;
        margin: 0 auto;
        padding: 8px 10px 0;
        flex-shrink: 0;
        background: linear-gradient(180deg, #061525 0%, #0a1830 100%);
    }

    .home-hero-slide-shine,
    .home-hero-slide-grain,
    .home-hero-slide-vignette {
        display: none;
    }

    .home-hero-slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        max-height: calc(56.25vw + 16px);
        bottom: auto;
        inset: auto;
        background: linear-gradient(
            180deg,
            rgba(5, 15, 31, 0.08) 0%,
            rgba(5, 15, 31, 0.2) 70%,
            rgba(5, 15, 31, 0.45) 100%
        ) !important;
        z-index: 2;
        pointer-events: none;
    }

    .home-hero-slide-inner {
        position: relative;
        z-index: 3;
        flex: 1;
        display: flex;
        align-items: flex-start;
        min-height: 0;
        width: 100%;
        padding: 14px 0 96px;
        background: linear-gradient(180deg, var(--navy-deep) 0%, #0c1e3a 100%);
    }

    .home-hero-slide-inner .container {
        width: 100%;
    }

    .home-hero-copy,
    .home-hero-copy--split,
    .home-hero-copy--center {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0 4px;
    }

    .home-hero-badge {
        margin-bottom: 14px;
        padding: 7px 14px;
        font-size: 0.62rem;
    }

    .home-hero-heading {
        font-size: clamp(1.5rem, 6.8vw, 2rem);
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .home-hero-heading-line {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
        width: 56px;
    }

    .home-hero-desc {
        font-size: 0.88rem;
        line-height: 1.6;
        margin-bottom: 18px;
        max-width: 100%;
        padding: 0 4px;
    }

    .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-bottom: 16px;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero-btn-primary,
    .home-hero-btn-secondary {
        width: 100%;
        max-width: none;
        justify-content: center;
        padding: 13px 20px;
        font-size: 0.88rem;
    }

    .home-hero-points--inline {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .home-hero-points li {
        justify-content: center;
        font-size: 0.75rem;
        padding: 7px 12px;
    }

    .home-hero-nav { display: none; }
    .home-hero-scroll { display: none; }

    .home-hero-pagination {
        bottom: 16px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 8px 14px;
    }

    .home-hero-counter { display: none; }

    .home-hero-wave {
        display: none;
    }

    .home-hero-stats {
        padding: 14px 0;
    }

    .home-hero-stats-grid {
        gap: 10px;
    }

    .home-hero-stat {
        flex-direction: column;
        text-align: center;
        gap: 6px;
        padding: 10px 6px;
    }

    .home-hero-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .home-hero-stat strong { font-size: 1rem; }

    .home-hero-orbs { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-slide-bg,
    .home-hero-scroll,
    .home-hero-orb,
    .home-hero-copy {
        animation: none !important;
        transition: none;
    }
    .swiper-slide-active .home-hero-slide-bg {
        transform: scale(1);
    }
}
