
/* why-zabanbom layout root — scoped to section only */
#why-zabanbom .why-zabanbom__scale {
    width: 100%;
    max-width: 480px;
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-x: hidden;
    box-sizing: border-box;
    transform-origin: top center;
}

#why-zabanbom .main-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: calc(var(--nav-h, var(--mobile-nav-h, 4.5rem)) * 0.78 + 0.05rem) 16px var(--why-pad-bottom, clamp(1rem, 3.2svh, 1.75rem));
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: var(--why-gap, clamp(0.35rem, 0.9svh, 0.65rem));
}

@media (max-width: 767.98px) {
    .navbar-premium .menu-btn--glass,
    .navbar-premium .btn-app-download--icon {
        width: 44px;
        height: 44px;
        border-radius: 50% !important;
    }
}

:root {
    --shadow-glow: 0 0 40px rgba(204, 58, 33, 0.35);
    --shadow-card: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
    --shadow-nav: 0 12px 40px rgba(0, 0, 0, 0.55);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --nav-h: calc(6.5rem + env(safe-area-inset-top, 0px));
    --mobile-nav-h: calc(6.5rem + env(safe-area-inset-top, 0px));
    --card-margin: var(--page-gutter);
    --card-padding-block: var(--space-3);
    --card-padding-inline: var(--card-margin);
}

/* Push document flow below fixed navbar */
.navbar-spacer {
    display: block;
    width: 100%;
    height: var(--nav-h, calc(6.5rem + env(safe-area-inset-top, 0px)));
    flex-shrink: 0;
    pointer-events: none;
}

body.fullpage-scroll .navbar-spacer,
body.page-download-v2 .navbar-spacer,
body.page-contact-v2 .navbar-spacer,
body.zb-scaled-page .navbar-spacer {
    display: none;
    height: 0;
}

/* Override old bg-image sections */
#ai-part,
#best-result,
#download,
#teaching-method {
    background: none !important;
}

.premium-ui {
    scroll-behavior: smooth;
    font-family: 'IranSans', Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Bootstrap Icons — ensure font loads even with IranSans global */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-col__icon .bi,
.menu-drawer__link-icon .bi,
.footer-link .bi,
.footer-nav-link .bi,
.btn-app-download__icon .bi {
    font-family: bootstrap-icons !important;
    speak: never;
}

/* ── Full-page scroll (home) ── */
html.fullpage-scroll-root,
body.fullpage-scroll {
    height: 100%;
    overflow: hidden;
}

body.fullpage-scroll {
    overflow-x: hidden;
}

body.fullpage-scroll main {
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

.fullpage-scroll .landing-section {
    height: var(--page-h, 100vh) !important;
    height: var(--page-h, 100dvh) !important;
    min-height: var(--page-h, 100vh) !important;
    min-height: var(--page-h, 100dvh) !important;
    max-height: var(--page-h, 100vh) !important;
    max-height: var(--page-h, 100dvh) !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    box-sizing: border-box;
}

.fullpage-scroll .footer-group {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%;
    height: var(--page-h, 100vh) !important;
    height: var(--page-h, 100dvh) !important;
    min-height: var(--page-h, 100vh) !important;
    min-height: var(--page-h, 100dvh) !important;
    max-height: var(--page-h, 100vh) !important;
    max-height: var(--page-h, 100dvh) !important;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.fullpage-scroll .footer-group__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    transform-origin: top right;
}

.fullpage-scroll .footer-group .footer-section {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    overflow: visible;
    flex: 0 0 auto;
}

.fullpage-scroll .footer-section {
    height: var(--page-h, 100vh) !important;
    height: var(--page-h, 100dvh) !important;
    min-height: var(--page-h, 100vh) !important;
    min-height: var(--page-h, 100dvh) !important;
    max-height: var(--page-h, 100vh) !important;
    max-height: var(--page-h, 100dvh) !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.fullpage-scroll #landing-page {
    display: contents;
}

.fullpage-scroll .footer-premium .footer-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
    transform-origin: top right;
}

.fullpage-scroll .footer-content {
    flex: 1 1 auto;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: 100%;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform-origin: top right;
}

body.no-scroll main {
    overflow: hidden !important;
}

/* ── Scroll progress ── */
#scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(270deg, var(--accent), var(--primary), #ff6b4a);
    box-shadow: 0 0 16px rgba(204, 58, 33, 0.8);
    transform: scaleX(0);
    transform-origin: right center;
    will-change: transform;
    pointer-events: none;
}

/* ── Section dot nav ── */
.section-nav {
    position: fixed;
    right: clamp(1rem, 0.5rem + 1.5vw, 1.75rem);
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    gap: var(--content-gap);
    padding: var(--space-2) var(--space-1);
    border-radius: 999px;
    background: rgba(8, 8, 10, 0.58);
    backdrop-filter: blur(20px) saturate(1.45);
    -webkit-backdrop-filter: blur(20px) saturate(1.45);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.5),
        0 1px 6px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 0 16px rgba(204, 58, 33, 0.1);
}

.section-nav button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.section-nav button span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.4s var(--ease-out-expo);
}

.section-nav button:hover span {
    background: rgba(255, 255, 255, 0.75);
    transform: scale(1.2);
}

.section-nav button.is-active span {
    width: 7px;
    height: 7px;
    background: var(--primary);
    box-shadow: 0 0 8px rgba(204, 58, 33, 0.7);
}

.section-nav button.is-active::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 0.5px solid rgba(204, 58, 33, 0.4);
    animation: navPulse 2s ease-in-out infinite;
}

/* Desktop — larger vertical pill (distinct from mobile bottom nav) */
@media (min-width: 992px) {
    .section-nav button {
        width: 18px;
        height: 18px;
    }

    .section-nav button span {
        width: 9px;
        height: 9px;
    }

    .section-nav button:hover span {
        transform: scale(1.15);
    }

    .section-nav button.is-active span {
        width: 10px;
        height: 24px;
        border-radius: 999px;
        box-shadow: 0 0 12px rgba(204, 58, 33, 0.75);
    }

    .section-nav button.is-active::after {
        inset: -4px;
        border-radius: 999px;
        border-width: 1px;
    }
}

/* Mobile / tablet side nav — right center (phone overrides below) */
.section-nav-mobile {
    position: fixed;
    top: 50%;
    right: max(0.75rem, env(safe-area-inset-right));
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.38rem;
    border-radius: 999px;
    opacity: 1;
    visibility: visible;
    background: rgba(8, 8, 10, 0.62);
    backdrop-filter: blur(20px) saturate(1.45);
    -webkit-backdrop-filter: blur(20px) saturate(1.45);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.5),
        0 1px 6px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 0 16px rgba(204, 58, 33, 0.1);
    pointer-events: auto;
}

.section-nav-mobile button {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-nav-mobile button span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    transition: width 0.35s var(--ease-out-expo), height 0.35s var(--ease-out-expo), background 0.35s ease, box-shadow 0.35s ease;
}

.section-nav-mobile button.is-active span {
    width: 6px;
    height: 16px;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 0 8px rgba(204, 58, 33, 0.7);
}

/* Footer is outside section nav — hide dots while viewing footer */
body.is-on-footer .section-nav,
body.is-on-footer .section-nav-mobile {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Mobile footer — hide header for full-screen footer pages (not landing) */
@media (max-width: 767.98px) {
    body.is-on-footer:not(.fullpage-scroll) #navbar.navbar-custom {
        transform: translateY(-110%) !important;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
    }

    body.is-on-footer .footer-premium .footer-content,
    body.is-on-footer .fullpage-scroll .footer-premium .footer-content,
    body.is-on-footer .fullpage-scroll .footer-content {
        padding-block-start: calc(0.85rem + env(safe-area-inset-top, 0px)) !important;
    }

    body.is-on-footer .footer-content--continued {
        padding-block-start: 0.65rem !important;
    }
}

/* Hide section dots while drawer or expanded detail is open */
body:has(.fullscreen-menu.open) .section-nav,
body:has(.fullscreen-menu.open) .section-nav-mobile,
body:has(.landing-more.is-open) .section-nav,
body:has(.landing-more.is-open) .section-nav-mobile {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Bottom pill nav — mobile & tablet (matches d-lg-none) */
@media (max-width: 991.98px) {
    .section-nav-mobile {
        top: auto;
        bottom: max(0.65rem, env(safe-area-inset-bottom));
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 0.28rem;
        padding: 0.3rem 0.5rem;
        background: rgba(8, 8, 10, 0.48);
        border: 0.5px solid rgba(255, 255, 255, 0.08);
        box-shadow:
            0 6px 20px rgba(0, 0, 0, 0.38),
            0 1px 6px rgba(0, 0, 0, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.05),
            0 0 14px rgba(204, 58, 33, 0.08);
    }

    .section-nav-mobile button {
        width: 24px;
        height: 24px;
    }

    .section-nav-mobile button span {
        width: 5px;
        height: 5px;
    }

    .section-nav-mobile button.is-active span {
        width: 11px;
        height: 4px;
        box-shadow: 0 0 6px rgba(204, 58, 33, 0.65);
    }
}

@keyframes navPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0; }
}

/* ── Navbar premium ── */
.navbar-premium {
    padding: calc(var(--nav-padding-y) + env(safe-area-inset-top, 0px)) var(--nav-padding-x) var(--nav-padding-y) !important;
    z-index: 50;
}

.navbar-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.45s ease;
}

.navbar-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 58, 33, 0.45), rgba(244, 160, 69, 0.35), transparent);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.navbar-premium.is-scrolled::before {
    opacity: 0;
}

.navbar-premium.is-scrolled::after {
    opacity: 1;
}

.navbar-premium__side {
    position: relative;
    z-index: 2;
    min-width: 44px;
}

.navbar-premium__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.navbar-premium__logo::after {
    content: '';
    position: absolute;
    top: -15%;
    bottom: -15%;
    left: 0;
    width: 46%;
    z-index: 2;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 32%,
        rgba(255, 255, 255, 0.38) 50%,
        rgba(255, 210, 180, 0.28) 68%,
        transparent 100%
    );
    transform: skewX(-18deg) translateX(-220%);
    animation: logoShimmerSweep 3.6s ease-in-out infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

.navbar-premium__logo:hover .navbar-logo {
    filter: drop-shadow(0 4px 20px rgba(204, 58, 33, 0.55));
    transform: scale(1.04);
}

.navbar-logo-ring {
    position: absolute;
    inset: -10px -16px;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(204, 58, 33, 0.22), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.navbar-premium__logo:hover .navbar-logo-ring {
    opacity: 1;
}

.navbar-logo {
    position: relative;
    z-index: 1;
    width: clamp(5.5rem, 4.25rem + 3.5vw, 8rem);
    height: auto;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.45));
    transition: width 0.35s ease, filter 0.35s ease, transform 0.35s var(--ease-spring);
}

@media (min-width: 768px) {
    .navbar-premium {
        min-height: calc(4.75rem + env(safe-area-inset-top, 0px));
    }

    .navbar-premium .menu-btn--glass {
        width: auto;
        height: auto;
        padding: 0.55rem 0.85rem !important;
        border-radius: 999px !important;
        gap: 0.65rem;
    }

    .navbar-premium__logo {
        overflow: visible;
    }

    .navbar-premium__side,
    .navbar-premium__side--end {
        min-width: min(11rem, 28vw);
        flex: 0 0 auto;
    }

    .navbar-premium__side--end {
        justify-content: flex-end;
    }
}

.navbar-custom {
    transition: transform 0.55s var(--ease-out-expo), background 0.45s ease, box-shadow 0.45s ease, padding 0.35s ease;
}

.navbar-premium.is-scrolled {
    background: rgba(8, 8, 10, 0.78) !important;
    backdrop-filter: blur(28px) saturate(1.5);
    -webkit-backdrop-filter: blur(28px) saturate(1.5);
    box-shadow:
        0 12px 48px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04);
    padding-top: clamp(0.4rem, 0.3rem + 0.35vw, 0.65rem) !important;
    padding-bottom: clamp(0.4rem, 0.3rem + 0.35vw, 0.65rem) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-custom.is-hidden {
    transform: translateY(-110%);
}

.navbar-premium.is-scrolled .navbar-logo {
    width: clamp(4.25rem, 3.25rem + 2.75vw, 6.875rem);
}

.navbar-premium .menu-btn--glass,
.navbar-premium .btn-app-download--icon {
    background: rgba(204, 58, 33, 0.12);
    border: 1px solid rgba(204, 58, 33, 0.35);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.navbar-premium .menu-btn--glass:hover,
.navbar-premium .btn-app-download--icon:hover {
    background: rgba(204, 58, 33, 0.22);
    border-color: rgba(204, 58, 33, 0.5);
    box-shadow: 0 0 16px rgba(204, 58, 33, 0.25);
    transform: translateY(-1px);
}

.navbar-premium .btn-app-download:not(.btn-app-download--icon) {
    background: linear-gradient(135deg, var(--primary) 0%, #b33019 100%);
    border: 1px solid rgba(204, 58, 33, 0.45);
    box-shadow:
        0 4px 16px rgba(204, 58, 33, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.navbar-premium .btn-app-download--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    line-height: 0;
}

.navbar-premium .btn-app-download--icon .btn-app-download__icon,
.navbar-premium .btn-app-download--icon > .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    line-height: 1;
    font-size: 1.05rem;
}

.navbar-premium .btn-app-download--icon .btn-app-download__icon .bi,
.navbar-premium .btn-app-download--icon > .bi::before {
    display: block;
    line-height: 1;
    vertical-align: 0;
}

.navbar-premium .btn-app-download--icon:hover .btn-app-download__icon {
    transform: none;
}

.navbar-premium .menu-line,
.navbar-premium .menu-btn--glass:hover .menu-line,
.navbar-premium .menu-btn.is-open .menu-line,
.navbar-premium .menu-btn.is-open .menu-line:nth-child(1),
.navbar-premium .menu-btn.is-open .menu-line:nth-child(3) {
    background-color: #fff;
}

.navbar-premium .btn-app-download--icon,
.navbar-premium .btn-app-download--icon:hover {
    color: #fff !important;
}

.navbar-premium .menu-btn--glass {
    align-items: center;
    justify-content: center;
}

.navbar-premium .menu-lines {
    align-items: center;
}

/* ── Navbar — light content pages (not Index / fullpage-scroll) ── */
body.page-contact-v2,
body.page-download-v2,
body.zb-scaled-page {
    --nav-light-bg: rgba(250, 244, 236, 0.97);
    --nav-light-bg-scrolled: rgba(255, 248, 240, 0.99);
    --nav-light-border: rgba(212, 191, 160, 0.45);
    --nav-light-shadow: 0 4px 24px rgba(47, 31, 22, 0.08);
    --nav-light-shadow-scrolled: 0 8px 32px rgba(47, 31, 22, 0.1);
    --nav-action-bg: #c94a30;
    --nav-action-bg-hover: #b13f29;
    --nav-action-shadow: 0 6px 16px rgba(201, 74, 48, 0.3);
    --nav-action-shadow-hover: 0 8px 20px rgba(201, 74, 48, 0.35);
}

body.page-contact-v2 .navbar-premium::before,
body.page-download-v2 .navbar-premium::before,
body.zb-scaled-page .navbar-premium::before {
    background: linear-gradient(180deg, #faf4ec 0%, rgba(250, 244, 236, 0.88) 55%, transparent 100%);
}

body.page-contact-v2 .navbar-premium,
body.page-download-v2 .navbar-premium,
body.zb-scaled-page .navbar-premium,
body.page-contact-v2 .navbar-premium.is-scrolled,
body.page-download-v2 .navbar-premium.is-scrolled,
body.zb-scaled-page .navbar-premium.is-scrolled {
    background: var(--nav-light-bg) !important;
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border-bottom: 1px solid var(--nav-light-border);
    box-shadow: var(--nav-light-shadow);
}

body.page-contact-v2 .navbar-premium.is-scrolled,
body.page-download-v2 .navbar-premium.is-scrolled,
body.zb-scaled-page .navbar-premium.is-scrolled {
    background: var(--nav-light-bg-scrolled) !important;
    box-shadow: var(--nav-light-shadow-scrolled);
}

body.page-contact-v2 .navbar-premium.is-scrolled::before,
body.page-download-v2 .navbar-premium.is-scrolled::before,
body.zb-scaled-page .navbar-premium.is-scrolled::before {
    opacity: 0;
}

body.page-contact-v2 .navbar-logo,
body.page-download-v2 .navbar-logo,
body.zb-scaled-page .navbar-logo {
    filter: drop-shadow(0 2px 12px rgba(47, 31, 22, 0.14));
}

body.page-contact-v2 .navbar-premium .menu-btn--glass,
body.page-download-v2 .navbar-premium .menu-btn--glass,
body.zb-scaled-page .navbar-premium .menu-btn--glass,
body.page-contact-v2 .navbar-premium .btn-app-download--icon,
body.page-download-v2 .navbar-premium .btn-app-download--icon,
body.zb-scaled-page .navbar-premium .btn-app-download--icon {
    background: var(--nav-action-bg);
    border: none;
    box-shadow: var(--nav-action-shadow);
    color: #fff !important;
}

body.page-contact-v2 .navbar-premium .menu-btn--glass:hover,
body.page-download-v2 .navbar-premium .menu-btn--glass:hover,
body.zb-scaled-page .navbar-premium .menu-btn--glass:hover,
body.page-contact-v2 .navbar-premium .btn-app-download--icon:hover,
body.page-download-v2 .navbar-premium .btn-app-download--icon:hover,
body.zb-scaled-page .navbar-premium .btn-app-download--icon:hover {
    background: var(--nav-action-bg-hover);
    border: none;
    box-shadow: var(--nav-action-shadow-hover);
    color: #fff !important;
}

body.page-contact-v2 .navbar-premium .menu-line,
body.page-download-v2 .navbar-premium .menu-line,
body.zb-scaled-page .navbar-premium .menu-line,
body.page-contact-v2 .navbar-premium .menu-btn--glass:hover .menu-line,
body.page-download-v2 .navbar-premium .menu-btn--glass:hover .menu-line,
body.zb-scaled-page .navbar-premium .menu-btn--glass:hover .menu-line,
body.page-contact-v2 .navbar-premium .menu-btn.is-open .menu-line,
body.page-download-v2 .navbar-premium .menu-btn.is-open .menu-line,
body.zb-scaled-page .navbar-premium .menu-btn.is-open .menu-line {
    background-color: #fff;
}

body.page-contact-v2 .navbar-premium .menu-text,
body.page-download-v2 .navbar-premium .menu-text,
body.zb-scaled-page .navbar-premium .menu-text {
    color: #fff;
}

body.page-contact-v2 .navbar-premium .btn-app-download--icon .btn-app-download__icon,
body.page-download-v2 .navbar-premium .btn-app-download--icon .btn-app-download__icon,
body.zb-scaled-page .navbar-premium .btn-app-download--icon .btn-app-download__icon,
body.page-contact-v2 .navbar-premium .btn-app-download--icon > .bi,
body.page-download-v2 .navbar-premium .btn-app-download--icon > .bi,
body.zb-scaled-page .navbar-premium .btn-app-download--icon > .bi {
    background: transparent;
    border: none;
    color: #fff;
}

@media (max-width: 767.98px) {
    body.page-contact-v2 .navbar-premium .menu-btn--glass,
    body.page-download-v2 .navbar-premium .menu-btn--glass,
    body.zb-scaled-page .navbar-premium .menu-btn--glass,
    body.page-contact-v2 .navbar-premium .btn-app-download--icon,
    body.page-download-v2 .navbar-premium .btn-app-download--icon,
    body.zb-scaled-page .navbar-premium .btn-app-download--icon {
        border-radius: 50% !important;
    }

    body.page-contact-v2 .navbar-premium,
    body.page-download-v2 .navbar-premium,
    body.zb-scaled-page .navbar-premium,
    body.page-contact-v2 .navbar-premium.is-scrolled,
    body.page-download-v2 .navbar-premium.is-scrolled,
    body.zb-scaled-page .navbar-premium.is-scrolled {
        background: var(--nav-light-bg) !important;
        backdrop-filter: blur(18px) saturate(1.2);
        -webkit-backdrop-filter: blur(18px) saturate(1.2);
        border-bottom: 1px solid var(--nav-light-border);
        box-shadow: var(--nav-light-shadow);
    }

    body.page-contact-v2 .navbar-premium::before,
    body.page-download-v2 .navbar-premium::before,
    body.zb-scaled-page .navbar-premium::before {
        display: none;
    }
}

.menu-btn--glass {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, transform 0.35s var(--ease-spring);
}

.menu-btn--glass:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(204, 58, 33, 0.45);
    box-shadow: 0 0 24px rgba(204, 58, 33, 0.2);
    transform: translateY(-1px);
}

.menu-text {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.9);
}

.btn-primary-custom--glass {
    gap: 0.5rem;
    padding: 0.6rem 1.25rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, var(--primary) 0%, #a82e1a 100%) !important;
}

.btn-primary-custom--icon {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ── Install app button ── */
.btn-app-download {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.62rem 1.3rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(135deg, #ef5028 0%, var(--primary) 42%, #8f2614 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 6px 22px rgba(204, 58, 33, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.35s var(--ease-spring), box-shadow 0.35s ease, border-color 0.35s ease;
}

.btn-app-download::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.28) 50%, transparent 62%);
    transform: translateX(-130%);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.btn-app-download__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.95rem;
    transition: transform 0.35s var(--ease-spring), background 0.35s ease;
}

.btn-app-download__text {
    position: relative;
    z-index: 1;
}


.btn-app-download:hover {
    color: #fff !important;
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow:
        0 12px 32px rgba(204, 58, 33, 0.55),
        0 0 28px rgba(204, 58, 33, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-app-download:hover::after {
    transform: translateX(130%);
}

.btn-app-download:hover .btn-app-download__icon {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1.08);
}

.btn-app-download--icon {
    width: 44px;
    height: 44px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.btn-app-download--icon .btn-app-download__icon,
.btn-app-download--icon > .bi {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.btn-app-download--icon .btn-app-download__icon .bi,
.btn-app-download--icon > .bi::before {
    display: block;
    line-height: 1;
    vertical-align: 0;
}

.btn-app-download--icon:hover .btn-app-download__icon {
    transform: none;
}

@keyframes btnAppDownloadShimmer {
    0% { transform: translateX(-130%); }
    100% { transform: translateX(130%); }
}

@keyframes logoShimmerSweep {
    0%, 65%, 100% {
        transform: skewX(-18deg) translateX(-220%);
        opacity: 0;
    }
    12% {
        opacity: 0.95;
    }
    46% {
        transform: skewX(-18deg) translateX(280%);
        opacity: 0;
    }
}

.btn-app-download--drawer {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1.35rem;
    font-size: 0.95rem;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.5s 0.4s var(--ease-out-expo),
        transform 0.5s 0.4s var(--ease-out-expo),
        box-shadow 0.35s ease,
        border-color 0.35s ease !important;
}

.menu-drawer.open .btn-app-download--drawer {
    opacity: 1;
    transform: translateY(0);
}

.btn-app-download--footer {
    padding: 0.7rem 1.4rem;
}

.menu-line {
    transition: transform 0.45s var(--ease-out-expo), opacity 0.3s ease, background-color 0.3s ease;
    transform-origin: center;
}

.menu-btn.is-open .menu-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: var(--accent);
}

.menu-btn.is-open .menu-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu-btn.is-open .menu-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: var(--accent);
}

.btn-primary-custom {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(204, 58, 33, 0.45);
    transition: transform 0.35s var(--ease-spring), box-shadow 0.35s ease;
}

.btn-primary-custom::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.25) 50%, transparent 60%);
    transform: translateX(-120%);
    transition: transform 0.6s ease;
}

.btn-primary-custom:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 32px rgba(204, 58, 33, 0.55), var(--shadow-glow);
}

.btn-primary-custom:hover::before {
    transform: translateX(120%);
}

/* ── Menu drawer ── */
.fullscreen-menu.menu-drawer {
    display: block;
    z-index: 200;
    transform: none !important;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.65s var(--ease-out-expo);
}

.menu-drawer.open {
    visibility: visible;
    pointer-events: auto;
}

.menu-drawer__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    cursor: pointer;
    transition: background 0.55s ease, backdrop-filter 0.55s ease;
}

.menu-drawer.open .menu-drawer__scrim {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.menu-drawer .menu-bg-video {
    opacity: 0.35;
    transition: opacity 0.55s ease;
}

.menu-drawer.open .menu-bg-video {
    opacity: 0.55;
}

.menu-drawer .menu-overlay {
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%),
        radial-gradient(ellipse at 80% 20%, rgba(204, 58, 33, 0.15), transparent 50%);
    z-index: 2;
}

.menu-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: min(420px, 100%);
    height: 100%;
    padding: 1.25rem 1.15rem 1.5rem;
    background: rgba(10, 10, 12, 0.88);
    backdrop-filter: blur(32px) saturate(1.4);
    -webkit-backdrop-filter: blur(32px) saturate(1.4);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -20px 0 64px rgba(0, 0, 0, 0.55), inset 1px 0 0 rgba(255, 255, 255, 0.05);
    transform: translateX(100%);
    transition: transform 0.7s var(--ease-out-expo);
    overflow: hidden;
}

.menu-drawer.open .menu-drawer__panel {
    transform: translateX(0);
}

.menu-drawer__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    opacity: 0.45;
}

.menu-drawer__orb--1 {
    width: 180px;
    height: 180px;
    background: rgba(204, 58, 33, 0.4);
    top: 8%;
    left: -40px;
}

.menu-drawer__orb--2 {
    width: 140px;
    height: 140px;
    background: rgba(244, 160, 69, 0.3);
    bottom: 18%;
    right: -30px;
}

.menu-drawer__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-drawer__brand img {
    width: 88px;
    height: auto;
    filter: drop-shadow(0 4px 16px rgba(204, 58, 33, 0.3));
}

.menu-close-btn {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    background: rgba(204, 58, 33, 0.12);
    border: 1px solid rgba(204, 58, 33, 0.35);
    color: #fff;
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.35s var(--ease-spring);
}

.menu-close-btn .bi {
    display: grid;
    place-items: center;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.menu-close-btn .bi::before {
    vertical-align: 0;
    line-height: 1;
}

.menu-close-btn:hover {
    background: rgba(204, 58, 33, 0.22);
    border-color: rgba(204, 58, 33, 0.5);
    transform: rotate(90deg) scale(1.05);
    box-shadow: 0 0 16px rgba(204, 58, 33, 0.25);
    color: #fff;
}

.menu-drawer__nav {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    max-width: none;
    padding: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.menu-drawer__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1rem !important;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    text-align: right;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
    transform: translateX(24px);
    transition:
        opacity 0.5s var(--ease-out-expo),
        transform 0.5s var(--ease-out-expo),
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.menu-drawer.open .menu-drawer__link,
.menu-drawer.open .menu-drawer__group {
    opacity: 1;
    transform: translateX(0);
}

.menu-drawer.open .menu-drawer__nav > *:nth-child(1) { transition-delay: 0.06s; }
.menu-drawer.open .menu-drawer__nav > *:nth-child(2) { transition-delay: 0.12s; }
.menu-drawer.open .menu-drawer__nav > *:nth-child(3) { transition-delay: 0.18s; }
.menu-drawer.open .menu-drawer__nav > *:nth-child(4) { transition-delay: 0.24s; }
.menu-drawer.open .menu-drawer__nav > *:nth-child(5) { transition-delay: 0.3s; }
.menu-drawer.open .menu-drawer__nav > *:nth-child(6) { transition-delay: 0.36s; }

.menu-drawer__group {
    opacity: 0;
    transform: translateX(24px);
    transition:
        opacity 0.5s var(--ease-out-expo),
        transform 0.5s var(--ease-out-expo);
}

.menu-drawer__link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(204, 58, 33, 0.3), rgba(244, 160, 69, 0.15));
    border: 1px solid rgba(204, 58, 33, 0.25);
    font-size: 1rem;
    flex-shrink: 0;
    transition: background 0.3s ease, transform 0.3s var(--ease-spring);
}

.menu-drawer__link-text {
    flex: 1;
}

.menu-drawer__link-chevron {
    font-size: 0.85rem;
    opacity: 0.45;
    transition: opacity 0.3s ease, transform 0.35s var(--ease-out-expo);
}

.menu-drawer__link-chevron--toggle {
    opacity: 0.65;
}

.menu-drawer__link:hover,
.menu-drawer__link:focus-visible {
    background: rgba(204, 58, 33, 0.12);
    border-color: rgba(204, 58, 33, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transform: translateX(-4px) !important;
    color: #fff !important;
    text-shadow: none;
}

.menu-drawer__link:hover .menu-drawer__link-icon {
    background: linear-gradient(135deg, rgba(204, 58, 33, 0.55), rgba(244, 160, 69, 0.3));
    transform: scale(1.06);
}

.menu-drawer__link:hover .menu-drawer__link-chevron {
    opacity: 1;
}

.menu-drawer__group.is-expanded .menu-drawer__link-chevron--toggle {
    transform: rotate(180deg);
}

.menu-drawer__group.is-expanded > .menu-drawer__link {
    background: rgba(204, 58, 33, 0.1);
    border-color: rgba(204, 58, 33, 0.3);
}

.menu-drawer__submenu {
    display: flex !important;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    padding: 0;
    border: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: max-height 0.45s var(--ease-out-expo), opacity 0.35s ease, margin-top 0.35s ease;
}

.menu-drawer__submenu.open {
    max-height: 320px;
    opacity: 1;
    margin-top: 0.45rem;
}

.menu-drawer__sublink {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.85rem 0.65rem 1rem !important;
    margin-right: 0.75rem;
    border-radius: 10px;
    font-size: 0.875rem !important;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 1 !important;
    transform: none !important;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease !important;
}

.menu-drawer__sublink i {
    font-size: 0.9rem;
    color: var(--accent);
}

.menu-drawer__sublink:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    transform: translateX(-4px) !important;
}

.menu-drawer__footer {
    position: relative;
    z-index: 2;
    margin-top: 1.25rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-drawer__note {
    margin: 0.75rem 0 0;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    .menu-drawer__panel {
        width: min(440px, 42vw);
        padding: var(--space-4) var(--space-3) var(--space-4);
    }

    .menu-drawer__link {
        font-size: 1.05rem !important;
        padding: var(--space-2) var(--space-3);
    }
}

/* ── Landing layout ── */
.landing-section {
    position: relative;
    display: grid;
    grid-template: 1fr / 1fr;
    width: 100%;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
    background: transparent;
}

.landing-section > * {
    grid-area: 1 / 1;
}

picture.landing-section__media,
.landing-section__media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    overflow: hidden;
    line-height: 0;
}

.landing-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center center;
}

/* Desktop — anchor subjects left; cards sit in the right safe zone */
@media (min-width: 992px) {
    #download .landing-section__media img {
        object-position: 30% center;
    }

    #teaching-method .landing-section__media img {
        object-position: 32% center;
    }

    #ai-part .landing-section__media img {
        object-position: 26% center;
    }

    #best-result .landing-section__media img {
        object-position: 34% center;
    }
}

/* Tablet + mobile portrait images — subjects sit low; cards use top safe zone */
@media (max-width: 991.98px) {
    #download .landing-section__media img {
        object-position: 40% 56%;
    }

    #teaching-method .landing-section__media img {
        object-position: 36% 54%;
    }

    #ai-part .landing-section__media img {
        object-position: 34% 52%;
    }

    #best-result .landing-section__media img {
        object-position: 38% 56%;
    }
}

.landing-section:not(.is-active) .landing-section__orb,
.landing-section:not(.is-active) .landing-section__badge,
.landing-section:not(.is-active) .landing-cta,
.landing-section:not(.is-active) .landing-more__toggle,
.landing-section:not(.is-active) .landing-scroll-hint,
.landing-section:not(.is-active) .landing-scroll-hint__ring {
    animation-play-state: paused;
}

.footer-section:not(.is-visible) .footer-premium__orb {
    animation-play-state: paused;
}

.landing-section__vignette,
.landing-section__vignette--dark {
    display: none;
}

.landing-section__orb {
    display: none;
}

.landing-section__orb--1 {
    width: 280px;
    height: 280px;
    background: rgba(204, 58, 33, 0.4);
    top: 12%;
    left: 5%;
    animation: orbDrift1 12s ease-in-out infinite;
}

.landing-section__orb--2 {
    width: 220px;
    height: 220px;
    background: rgba(244, 160, 69, 0.35);
    bottom: 18%;
    right: 8%;
    animation: orbDrift2 10s ease-in-out infinite;
}

.landing-section__orb--accent {
    width: 300px;
    height: 300px;
    background: rgba(204, 58, 33, 0.45);
    top: 25%;
    right: 12%;
    animation: orbDrift1 14s ease-in-out infinite reverse;
}

@keyframes orbDrift1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(25px, -20px) scale(1.12); }
}

@keyframes orbDrift2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, 18px); }
}

/* Fade overlay card — balanced frosted glass (uniform opacity across landing pages) */
#ai-part {
    --card-fade: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 251, 245, 0.30) 0%,
        rgba(255, 248, 238, 0.18) 48%,
        rgba(255, 245, 232, 0.03) 100%
    );
    --card-fade-expanded: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 251, 245, 0.44) 0%,
        rgba(255, 248, 238, 0.28) 52%,
        rgba(255, 245, 232, 0.08) 100%
    );
    --card-text: #1f1810;
    --card-desc: rgba(38, 30, 22, 0.88);
}

#best-result {
    --card-fade: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(18, 14, 10, 0.34) 0%,
        rgba(28, 24, 20, 0.20) 48%,
        rgba(36, 30, 26, 0.03) 100%
    );
    --card-fade-expanded: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(18, 14, 10, 0.46) 0%,
        rgba(28, 24, 20, 0.30) 52%,
        rgba(36, 30, 26, 0.08) 100%
    );
    --card-text: #faf6f1;
    --card-desc: rgba(250, 244, 236, 0.9);
}

#download {
    --card-fade: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 250, 242, 0.30) 0%,
        rgba(252, 244, 232, 0.18) 48%,
        rgba(248, 238, 224, 0.03) 100%
    );
    --card-fade-expanded: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 250, 242, 0.44) 0%,
        rgba(252, 244, 232, 0.28) 52%,
        rgba(248, 238, 224, 0.08) 100%
    );
    --card-text: #1f1810;
    --card-desc: rgba(38, 30, 22, 0.88);
}

#teaching-method {
    --card-fade: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 252, 246, 0.30) 0%,
        rgba(250, 242, 230, 0.18) 48%,
        rgba(245, 236, 222, 0.03) 100%
    );
    --card-fade-expanded: radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 252, 246, 0.44) 0%,
        rgba(250, 242, 230, 0.28) 52%,
        rgba(245, 236, 222, 0.08) 100%
    );
    --card-text: #1f1810;
    --card-desc: rgba(38, 30, 22, 0.88);
}

#why-zabanbom {
    background: #F9E3D5;
    --card-text: #1f1810;
    --card-desc: rgba(38, 30, 22, 0.88);
    --why-inline: clamp(0.5rem, 2.6vw, 1.1rem);
    --why-gap: clamp(0.35rem, 0.9svh, 0.65rem);
    --why-col-max: min(480px, 100%);
    --why-counter-max: clamp(4.75rem, 21svh, 9.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: hidden;
    box-sizing: border-box;
}

#why-zabanbom.landing-section--why {
    overflow: hidden;
    overflow-x: hidden;
}

@media (max-height: 780px) {
    #why-zabanbom {
        --why-counter-max: clamp(4.5rem, 18svh, 8rem);
    }

    #why-zabanbom .main-wrapper {
        padding-top: calc(var(--nav-h, var(--mobile-nav-h, 4.5rem)) * 0.72 + 0.05rem);
    }
}

@font-face {
    font-family: 'IranSansExtraBold';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/IRANSansXFaNumExtraBoldD4.ttf') format('truetype');
}

.why-zabanbom__scale {
    z-index: 2;
    grid-area: 1 / 1;
}

.why-zabanbom__layout {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--why-gap);
    padding: calc(var(--nav-h, var(--mobile-nav-h, calc(4.5rem + env(safe-area-inset-top, 0px)))) + 0.05rem) var(--why-inline) clamp(0.3rem, 0.9svh, 0.5rem);
    box-sizing: border-box;
    overflow-x: hidden;
    transform-origin: top center;
}

.why-zabanbom__headline {
    flex: 0 0 auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.why-zabanbom__text {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    font-family: 'IranSansExtraBold', 'IranSans', Tahoma, sans-serif !important;
    font-size: clamp(1.32rem, 5.8vw, 2.75rem);
    font-weight: 900;
    line-height: 1.3;
    color: #1f1810;
}

.why-zabanbom__line {
    display: block;
    white-space: nowrap;
    max-width: 100%;
}

.why-zabanbom__brand {
    color: #B10507;
    font-family: inherit !important;
    font-weight: 900;
}

.why-zabanbom__divider {
    display: block;
    width: min(300px, 78%);
    height: auto;
    margin-top: clamp(0.06rem, 0.32svh, 0.18rem);
    margin-inline: auto;
    object-fit: contain;
}

.why-zabanbom__counters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    direction: ltr;
    flex: 0 0 auto;
    height: var(--why-counter-max);
    max-height: var(--why-counter-max);
}

.why-zabanbom__counter {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: 100%;
    max-height: 100%;
    aspect-ratio: var(--row3-stat-ar-w, 387) / var(--row3-stat-ar-h, 645);
    object-fit: contain;
    object-view-box: var(--row3-stat-view-box, none);
    transform: scale(var(--row3-stat-height-scale, 1));
    transform-origin: center center;
    display: block;
}

/* Row 3 stat cards — match visible content size (ref: image 2 @ 300×534) */
.zb-row3-stat--1 {
    --row3-stat-ar-w: 264;
    --row3-stat-ar-h: 463;
    --row3-stat-height-scale: 1.153;
    --row3-stat-view-box: inset(89px 62px 93px 61px);
}

.zb-row3-stat--2 {
    --row3-stat-ar-w: 300;
    --row3-stat-ar-h: 534;
    --row3-stat-height-scale: 1;
    --row3-stat-view-box: inset(48px 44px 63px 43px);
}

.zb-row3-stat--3 {
    --row3-stat-ar-w: 263;
    --row3-stat-ar-h: 505;
    --row3-stat-height-scale: 1.141;
    --row3-stat-view-box: inset(74px 62px 66px 62px);
}

.zb-row3-stat--4 {
    --row3-stat-ar-w: 278;
    --row3-stat-ar-h: 519;
    --row3-stat-height-scale: 1.079;
    --row3-stat-view-box: inset(63px 55px 63px 54px);
}

@supports not (object-view-box: inset(0 0 0 0)) {
    .why-zabanbom__counter.zb-row3-stat {
        aspect-ratio: 387 / 645;
        object-view-box: none;
    }

    .zb-row3-stat--1 { --row3-stat-height-scale: 1.153; }
    .zb-row3-stat--2 { --row3-stat-height-scale: 1; }
    .zb-row3-stat--3 { --row3-stat-height-scale: 1.057; }
    .zb-row3-stat--4 { --row3-stat-height-scale: 1.029; }
}

.why-zabanbom__guarantee-img {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    object-fit: contain;
}

.why-zabanbom__promo {
    position: relative;
    width: 100%;
    aspect-ratio: 512 / 240;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    direction: rtl;
    container-type: size;
    background: #140808;
    /* vw fallback when container query units are unavailable */
    font-size: clamp(10px, 4.2vw, 17px);
    font-size: min(4.2cqw, 6.2cqh);
}

.why-zabanbom__promo-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    object-view-box: inset(87px 32px 106px 33px);
    display: block;
    pointer-events: none;
}

@supports not (object-view-box: inset(0 0 0 0)) {
    .why-zabanbom__promo-bg {
        object-fit: cover;
        object-position: 24% 68%;
        object-view-box: none;
    }
}

.why-zabanbom__promo-main {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: stretch;
    direction: rtl;
}

.why-zabanbom__promo-cream {
    flex: 0 0 56.5%;
    min-width: 0;
    max-width: 56.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: min(4cqw, 5.5cqh);
    padding: 0 8% 0 6%;
    box-sizing: border-box;
    overflow: hidden;
    direction: rtl;
    text-align: right;
}

.why-zabanbom__promo-title {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    font-size: 0.86em;
    font-size: min(3.6cqw, 5.4cqh);
    font-weight: 800;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(1.4cqw, 2cqh);
    white-space: nowrap;
    line-height: 1.05;
    flex-shrink: 0;
    direction: ltr;
}

.why-zabanbom__promo-spark {
    color: #c2913a;
    font-size: 0.92em;
    font-size: min(3.2cqw, 4.8cqh);
    flex: 0 0 auto;
    flex-shrink: 0;
    line-height: 1;
}

.why-zabanbom__promo-title-text {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    direction: rtl;
}

.why-zabanbom__promo-prize {
    display: inline-flex;
    align-items: center;
    gap: min(1.6cqw, 2.2cqh);
    padding: min(2.1cqw, 2.8cqh) min(2.8cqw, 3.6cqh);
    border: 1px solid rgba(194, 145, 58, 0.5);
    border-radius: min(2.6cqw, 3.2cqh);
    background: rgba(255, 255, 255, 0.68);
    font-size: 0.74em;
    font-size: min(3.1cqw, 4.6cqh);
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    box-sizing: border-box;
}

.why-zabanbom__promo-prize .bi {
    color: #c2913a;
    font-size: 1.22em;
    font-size: min(3.8cqw, 5.4cqh);
    flex-shrink: 0;
}

.why-zabanbom__promo-prize span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why-zabanbom__promo-sales-row {
    position: absolute;
    z-index: 1;
    right: 0;
    left: auto;
    width: 56.5%;
    bottom: 5%;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    pointer-events: none;
}

.why-zabanbom__promo-sales-line {
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: min(1.2cqw, 1.6cqh);
    padding: 0 8% 0 6%;
    box-sizing: border-box;
    direction: rtl;
    white-space: nowrap;
    min-width: 0;
}

.why-zabanbom__promo-sales-label {
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    box-sizing: border-box;
    color: #4a3527;
    font-size: min(2.85cqw, 4.2cqh);
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.why-zabanbom__promo-sales-num {
    margin: 0;
    flex-shrink: 0;
    padding: 0;
    box-sizing: border-box;
    color: #cc3a21;
    font-weight: 800;
    font-size: min(3.7cqw, 5.2cqh);
    line-height: 1;
    direction: ltr;
    white-space: nowrap;
}

.why-zabanbom__promo-podium {
    flex: 1 1 43.5%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 6% 8cqw;
    box-sizing: border-box;
    direction: ltr;
    pointer-events: none;
}

.why-zabanbom__promo-num {
    font-size: 2.43em;
    font-size: min(10.2cqw, 14cqh);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    transform: translateX(-6px);
    background: linear-gradient(180deg, #fff4cf 0%, #f3cf82 38%, #e0a23c 70%, #b1762a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 2px 8px rgba(255, 184, 92, 0.5));
}

.why-zabanbom__online {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(6px, 2.5vw, 12px);
    padding: 0 clamp(8px, 3vw, 12px);
    background: #1c1610;
    border-radius: 12px;
    height: clamp(2.5rem, 7svh, 3rem);
    margin-top: auto;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.why-zabanbom__online-right {
    flex: 0 0 auto;
    min-width: 0;
}

.why-zabanbom__online-left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}


.why-zabanbom__online-label {
    display: flex;
    align-items: center;
    gap: clamp(5px, 2vw, 8px);
    min-width: 0;
    color: #fff;
    font-size: clamp(10px, 3.2vw, 13px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why-zabanbom__online-label span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.why-zabanbom__online-divider {
    flex: 0 0 auto;
    border-left: 1px solid rgba(255,255,255,0.3);
    height: 20px;
}

.why-zabanbom__online-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #e53935;
    box-shadow: 0 0 6px rgba(229, 57, 53, 0.8);
    flex-shrink: 0;
}

.why-zabanbom__online-digits {
    display: flex;
    gap: clamp(2px, 1vw, 4px);
    flex: 0 0 auto;
}

.why-zabanbom__online-digits span {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    padding: 2px clamp(3px, 1.4vw, 5px);
    font-family: Tahoma, monospace;
    font-size: clamp(0.62rem, 2.5vw, 0.875rem);
    font-weight: bold;
    min-width: 0;
    flex: 0 0 auto;
    text-align: center;
    line-height: 1.2;
}

.why-zabanbom__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(2.65rem, 7.5svh, 3rem);
    background: linear-gradient(135deg, #e53935 0%, #b71c1c 100%);
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(177, 5, 7, 0.28);
    margin-top: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.why-zabanbom__cta-text {
    color: #fff;
    font-weight: bold;
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    text-align: center;
}

.why-zabanbom__cta-icon {
    position: absolute;
    right: 6px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}

.why-zabanbom__cta:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(177, 5, 7, 0.42);
}

.why-zabanbom__cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: clamp(1.65rem, 4.5vw, 2rem);
    height: clamp(1.65rem, 4.5vw, 2rem);
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    color: #fff;
    font-size: clamp(0.85rem, 2.4vw, 1rem);
    line-height: 1;
}

.landing-section--solid {
    background: #F9E3D5;
}

.landing-section__content {
    z-index: 2;
    align-self: start;
    justify-self: center;
    width: calc(100% - (var(--card-margin) * 2));
    max-width: min(420px, calc(100% - (var(--card-margin) * 2)));
    margin-top: calc(var(--nav-h, var(--mobile-nav-h, calc(4.5rem + env(safe-area-inset-top, 0px)))) + var(--card-margin));
    margin-inline: var(--card-margin);
    margin-bottom: auto;
    padding: var(--card-padding-block) var(--card-padding-inline);
    box-sizing: border-box;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: var(--card-text, #1f1810);
    text-align: right;
    position: relative;
}

.landing-section__content.is-expanded {
    z-index: 10;
}

.landing-section__card {
    z-index: 2;
    align-self: start;
    justify-self: center;
    width: calc(100% - (var(--card-margin) * 2));
    max-width: min(420px, calc(100% - (var(--card-margin) * 2)));
    margin-top: calc(var(--nav-h, var(--mobile-nav-h, calc(4.5rem + env(safe-area-inset-top, 0px)))) + var(--card-margin));
    margin-inline: var(--card-margin);
    margin-bottom: auto;
    padding: var(--card-padding-block) var(--card-padding-inline);
    box-sizing: border-box;
    border-radius: 22px;
    background: var(--card-fade, radial-gradient(
        ellipse 130% 105% at 72% 28%,
        rgba(255, 251, 245, 0.30) 0%,
        rgba(255, 248, 238, 0.18) 48%,
        rgba(255, 245, 232, 0.03) 100%
    ));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 12px 40px rgba(28, 18, 12, 0.12),
        0 4px 16px rgba(28, 18, 12, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(24px) saturate(1.48);
    -webkit-backdrop-filter: blur(24px) saturate(1.48);
    color: var(--card-text, #1f1810);
    text-align: right;
    position: relative;
    overflow: clip;
    transition: background 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.landing-section__card--dark {
    color: var(--card-text, #faf6f1);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 14px 44px rgba(0, 0, 0, 0.26),
        0 4px 18px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.landing-section__badge {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    margin-bottom: 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), #e0452a);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(204, 58, 33, 0.55);
    animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
    0%, 100% { box-shadow: 0 4px 16px rgba(204, 58, 33, 0.5); }
    50% { box-shadow: 0 4px 28px rgba(204, 58, 33, 0.85); }
}

.landing-section__title {
    font-size: var(--box-title-size);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.2rem;
    width: 100%;
    max-width: 100%;
    text-align: right;
    display: block;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.landing-section__card--dark .landing-section__title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.landing-section__desc {
    font-size: var(--box-body-size);
    font-weight: 400;
    line-height: 1.75;
    margin-top: 0.38rem;
    color: var(--card-desc, rgba(38, 30, 22, 0.88));
    margin-bottom: 1.6rem;
    display: block;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.landing-section__card--dark .landing-section__desc {
    color: var(--card-desc, rgba(250, 244, 236, 0.9));
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    border-radius: 14px;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), #e0452a, var(--primary-hover));
    background-size: 200% 100%;
    animation: gradientShift 4s ease infinite;
    box-shadow: 0 8px 28px rgba(204, 58, 33, 0.5);
    transition: transform 0.35s var(--ease-spring), box-shadow 0.35s ease;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.landing-cta:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 16px 40px rgba(204, 58, 33, 0.6), var(--shadow-glow);
}

.landing-cta i {
    transition: transform 0.35s var(--ease-spring);
}

.landing-cta:hover i {
    transform: translateX(-5px);
}

.landing-section__card.is-expanded {
    z-index: 10;
    background: var(--card-fade-expanded, var(--card-fade));
}

.landing-more {
    width: 100%;
}

.landing-more__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.1rem;
    padding: 0.35rem 0;
    border: none;
    background: transparent;
    color: var(--primary);
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
    transition: color 0.25s ease, gap 0.3s var(--ease-spring);
}

.landing-more__toggle:hover {
    color: var(--primary-hover);
    gap: 0.55rem;
}

.landing-more.is-open .landing-more__toggle {
    color: rgba(0, 0, 0, 0.5);
}

.landing-section__card--dark .landing-more__toggle {
    color: #ff7a62;
}

.landing-section__card--dark .landing-more__toggle:hover {
    color: #ff9a88;
}

.landing-section__card--dark .landing-more.is-open .landing-more__toggle {
    color: rgba(255, 255, 255, 0.55);
}

.landing-more__icon {
    font-size: 0.85em;
    transition: transform 0.45s var(--ease-spring);
}

.landing-more.is-open .landing-more__icon {
    transform: rotate(180deg);
}

.landing-more__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.55s var(--ease-out-expo);
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(204, 58, 33, 0.3) transparent;
}

.landing-more__body.is-scrollable {
    scrollbar-gutter: stable;
}

.landing-more__body.is-scrollable::-webkit-scrollbar {
    width: 4px;
}

.landing-more__body.is-scrollable::-webkit-scrollbar-thumb {
    background: rgba(204, 58, 33, 0.3);
    border-radius: 99px;
}

.landing-section__card--dark .landing-more__body.is-scrollable {
    scrollbar-color: rgba(255, 122, 98, 0.35) transparent;
}

.landing-section__card--dark .landing-more__body.is-scrollable::-webkit-scrollbar-thumb {
    background: rgba(255, 122, 98, 0.35);
}

.landing-more__content {
    padding-top: 0.85rem;
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(-10px);
    transition:
        opacity 0.4s ease 0.08s,
        transform 0.5s var(--ease-out-expo) 0.05s;
}

.landing-more.is-open .landing-more__content {
    opacity: 1;
    transform: translateY(0);
}

.landing-section__card--dark .landing-more__content {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.landing-detail__text {
    font-size: 0.88rem;
    line-height: 1.85;
    color: rgba(28, 22, 16, 0.9);
    margin-bottom: 0.75rem;
    text-align: right;
}

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

.landing-section__card--dark .landing-detail__text {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.landing-detail__subtitle {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--primary);
    margin: 1rem 0 0.5rem;
    line-height: 1.5;
}

.landing-detail__subtitle:first-child {
    margin-top: 0;
}

.landing-section__card--dark .landing-detail__subtitle {
    color: #ff7a62;
}

.landing-detail__list {
    margin: 0.35rem 0 0.75rem;
    padding-inline-start: 1.15rem;
    font-size: 0.85rem;
    line-height: 1.75;
    color: rgba(28, 22, 16, 0.88);
}

.landing-section__card--dark .landing-detail__list {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.landing-detail__list li + li {
    margin-top: 0.4rem;
}

/* Reveal */
.reveal-card {
    opacity: 0;
    transform: translateY(-28px) scale(0.97);
    transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}

.landing-section.is-visible .reveal-card {
    opacity: 1;
    transform: none;
}

.reveal-item {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s var(--ease-out-expo), transform 0.65s var(--ease-out-expo);
}

.landing-section.is-visible .reveal-item:nth-child(1) { transition-delay: 0.12s; opacity: 1; transform: none; }
.landing-section.is-visible .reveal-item:nth-child(2) { transition-delay: 0.24s; opacity: 1; transform: none; }
.landing-section.is-visible .reveal-item:nth-child(3) { transition-delay: 0.36s; opacity: 1; transform: none; }
.landing-section.is-visible .reveal-item:nth-child(4) { transition-delay: 0.48s; opacity: 1; transform: none; }

/* ── Download page ── */
body.page-download {
    background: #fef9f3 !important;
    color: #3c2415 !important;
}

body.page-download .btn-app-download:not(.btn-app-download--icon) {
    display: none !important;
}

body.page-download #scroll-progress,
body.page-download #custom-cursor,
body.page-download .footer-group {
    display: none !important;
}

body.page-download .navbar-premium::before,
body.page-download .navbar-premium::after {
    display: none;
}

body.page-download .navbar-premium,
body.page-download .navbar-premium.is-scrolled {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border-bottom: none;
}

body.page-download .navbar-logo {
    filter: none;
}

body.page-download .navbar-premium .menu-btn--glass {
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #3c2415;
    border: none;
    box-shadow: none;
}

body.page-download .navbar-premium .menu-btn--glass:hover {
    background: #4d3020;
    border: none;
    box-shadow: 0 4px 14px rgba(60, 36, 21, 0.25);
}

body.page-download .navbar-premium .menu-line,
body.page-download .navbar-premium .menu-btn--glass:hover .menu-line,
body.page-download .navbar-premium .menu-btn.is-open .menu-line {
    background-color: #fff;
}

body.page-download .navbar-premium .btn-app-download--icon {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    background: #d14d33;
    border: none;
    box-shadow: 0 4px 14px rgba(209, 77, 51, 0.3);
}

body.page-download .navbar-premium .btn-app-download--icon:hover {
    background: #b8422c;
    border: none;
    box-shadow: 0 6px 18px rgba(209, 77, 51, 0.38);
}

.download-page {
    position: relative;
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    padding-top: calc(5.5rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(2.5rem + env(safe-area-inset-bottom, 0px));
    background: #fef9f3;
}

.download-page__container {
    width: min(100%, 480px);
    margin: 0 auto;
    padding: 0 var(--page-gutter);
}

.download-page__header {
    text-align: center;
    margin-bottom: var(--section-gap);
}

.download-page__title {
    font-size: clamp(1.35rem, 5vw, 1.65rem);
    font-weight: 800;
    line-height: 1.55;
    margin: 0 0 0.65rem;
    color: #3c2415;
}

.download-page__subtitle {
    margin: 0;
    font-size: clamp(0.88rem, 3.5vw, 0.95rem);
    line-height: 1.7;
    color: #8e8279;
}

.download-page__divider {
    display: flex;
    align-items: center;
    gap: var(--content-gap);
    margin-bottom: var(--section-gap);
}

.download-page__divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(193, 168, 130, 0.55), transparent);
}

.download-page__divider-diamond {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #c9a96e;
    transform: rotate(45deg);
    opacity: 0.75;
}

.download-cards {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.download-card {
    display: flex;
    align-items: center;
    gap: var(--content-gap);
    padding: var(--space-3) var(--space-2);
    border-radius: 22px;
    background: #f5ede4;
    border: 1px solid rgba(193, 168, 130, 0.18);
    box-shadow: 0 8px 28px rgba(60, 36, 21, 0.07);
    color: #3c2415;
    text-decoration: none;
    transition: transform 0.3s var(--ease-spring), box-shadow 0.3s ease, border-color 0.3s ease;
}

.download-card:hover {
    color: #3c2415;
    transform: translateY(-2px);
    border-color: rgba(209, 77, 51, 0.22);
    box-shadow: 0 14px 36px rgba(60, 36, 21, 0.12);
}

.download-card__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #d14d33;
    font-size: 1.45rem;
    box-shadow: 0 2px 10px rgba(60, 36, 21, 0.06);
}

.download-card__content {
    flex: 1;
    min-width: 0;
    text-align: right;
    line-height: 1.35;
}

.download-card__title {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #3c2415;
}

.download-card__version {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.82rem;
    color: #8e8279;
}

.download-card__arrow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(193, 168, 130, 0.45);
    color: #8e8279;
    font-size: 0.9rem;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.download-card:hover .download-card__arrow {
    border-color: rgba(209, 77, 51, 0.35);
    color: #d14d33;
    background: rgba(209, 77, 51, 0.06);
}

@media (min-width: 992px) {
    .download-page {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 60px);
        min-height: calc(100dvh - 60px);
    }

    .download-page__container {
        width: min(100%, 520px);
    }
}

/* Scroll hint */
.landing-scroll-hint {
    z-index: 3;
    align-self: end;
    justify-self: center;
    margin-bottom: var(--space-3);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    animation: hintBounce 2.2s ease-in-out infinite;
}

.landing-scroll-hint__ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(204, 58, 33, 0.65);
    animation: hintRing 2.2s ease-out infinite;
}

@keyframes hintBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

@keyframes hintRing {
    0% { transform: scale(1); opacity: 0.85; }
    100% { transform: scale(1.9); opacity: 0; }
}

.landing-scroll-hint:hover {
    animation: none;
    transform: scale(1.15);
    box-shadow: 0 12px 36px rgba(204, 58, 33, 0.45);
}

/* Tablet & mobile — typography and content density only */
@media (max-width: 991.98px) {
    .landing-section__title {
        margin-bottom: 0.15rem;
        line-height: 1.35;
    }

    .landing-section__desc {
        margin-bottom: 1.1rem;
        line-height: 1.6;
    }

    .landing-section__badge {
        margin-bottom: 0.5rem;
    }

    .landing-cta {
        padding: 0.75rem 1.25rem;
    }

}

/* Phone — mobile-first layout & touch UX */
@media (max-width: 767.98px) {
    .navbar-premium {
        --header-action-size: 44px;
        --header-logo-size: 106px;
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 0.35rem;
        min-height: calc(68px + env(safe-area-inset-top, 0px));
        padding: calc(var(--nav-padding-y) + 0.55rem + env(safe-area-inset-top, 0px)) var(--nav-padding-x) var(--nav-padding-y) !important;
        background: rgba(8, 8, 10, 0.78) !important;
        backdrop-filter: blur(20px) saturate(1.4);
        -webkit-backdrop-filter: blur(20px) saturate(1.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    }

    .navbar-premium__side:first-child {
        position: absolute;
        right: var(--page-gutter);
        left: auto;
        top: calc(50% + env(safe-area-inset-top, 0px) / 2);
        transform: translateY(-50%);
        z-index: 2;
    }

    .navbar-premium__side--end {
        position: absolute;
        left: var(--page-gutter);
        right: auto;
        top: calc(50% + env(safe-area-inset-top, 0px) / 2);
        transform: translateY(-50%);
        z-index: 2;
    }

    .navbar-premium__logo {
        position: relative;
        grid-column: 1 / -1;
        justify-self: center;
        transform: none;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        overflow: hidden;
        border-radius: 0;
    }

    .navbar-premium::before {
        opacity: 0 !important;
    }

    .navbar-premium.is-scrolled {
        background: rgba(8, 8, 10, 0.78) !important;
        padding: calc(var(--nav-padding-y) + 0.55rem + env(safe-area-inset-top, 0px)) var(--nav-padding-x) var(--nav-padding-y) !important;
    }

    .navbar-logo {
        width: var(--header-logo-size);
        height: auto;
        max-height: var(--header-logo-size);
        object-fit: contain;
    }

    .navbar-premium.is-scrolled .navbar-logo {
        width: var(--header-logo-size);
    }

    .navbar-premium__side {
        min-width: auto;
        gap: 0.5rem;
    }

    .navbar-premium .menu-btn--glass {
        width: var(--header-action-size);
        height: var(--header-action-size);
        padding: 0 !important;
        justify-content: center;
        border-radius: 50% !important;
        border: 1px solid rgba(255, 255, 255, 0.38) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        box-shadow: none;
    }

    .navbar-premium .menu-btn--glass:hover {
        border-color: rgba(255, 255, 255, 0.55) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: none;
        transform: none;
    }

    .navbar-premium .menu-lines {
        gap: 5px;
        align-items: center;
    }

    .navbar-premium .menu-line {
        width: 22px;
        height: 2px;
    }

    .navbar-premium .menu-btn.is-open .menu-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .navbar-premium .menu-btn.is-open .menu-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .navbar-premium .btn-app-download--icon {
        width: var(--header-action-size);
        height: var(--header-action-size);
        border-radius: 50% !important;
        border: 1px solid rgba(255, 255, 255, 0.38) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        box-shadow: none;
    }

    .navbar-premium .btn-app-download--icon:hover {
        border-color: rgba(255, 255, 255, 0.55) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: none;
        transform: none;
    }

    .navbar-premium .btn-app-download--icon::after {
        display: none;
    }

    /* Light content pages — solid action buttons (override dark glass mobile defaults) */
    body.page-contact-v2 .navbar-premium .menu-btn--glass,
    body.page-download-v2 .navbar-premium .menu-btn--glass,
    body.zb-scaled-page .navbar-premium .menu-btn--glass,
    body.page-contact-v2 .navbar-premium .btn-app-download--icon,
    body.page-download-v2 .navbar-premium .btn-app-download--icon,
    body.zb-scaled-page .navbar-premium .btn-app-download--icon {
        background: var(--nav-action-bg) !important;
        border: none !important;
        box-shadow: var(--nav-action-shadow) !important;
        color: #fff !important;
    }

    body.page-contact-v2 .navbar-premium .menu-btn--glass:hover,
    body.page-download-v2 .navbar-premium .menu-btn--glass:hover,
    body.zb-scaled-page .navbar-premium .menu-btn--glass:hover,
    body.page-contact-v2 .navbar-premium .btn-app-download--icon:hover,
    body.page-download-v2 .navbar-premium .btn-app-download--icon:hover,
    body.zb-scaled-page .navbar-premium .btn-app-download--icon:hover {
        background: var(--nav-action-bg-hover) !important;
        border: none !important;
        box-shadow: var(--nav-action-shadow-hover) !important;
        color: #fff !important;
    }

    body.page-contact-v2 .navbar-premium .menu-line,
    body.page-download-v2 .navbar-premium .menu-line,
    body.zb-scaled-page .navbar-premium .menu-line,
    body.page-contact-v2 .navbar-premium .menu-btn--glass:hover .menu-line,
    body.page-download-v2 .navbar-premium .menu-btn--glass:hover .menu-line,
    body.zb-scaled-page .navbar-premium .menu-btn--glass:hover .menu-line,
    body.page-contact-v2 .navbar-premium .menu-btn.is-open .menu-line,
    body.page-download-v2 .navbar-premium .menu-btn.is-open .menu-line,
    body.zb-scaled-page .navbar-premium .menu-btn.is-open .menu-line {
        background-color: #fff;
    }

    body.page-contact-v2 .navbar-premium.is-scrolled,
    body.page-download-v2 .navbar-premium.is-scrolled,
    body.zb-scaled-page .navbar-premium.is-scrolled {
        background: var(--nav-light-bg) !important;
        box-shadow: var(--nav-light-shadow) !important;
    }

    .landing-section::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            180deg,
            transparent 0%,
            rgba(0, 0, 0, 0.08) 20%,
            transparent 36%
        );
    }

    .landing-section.landing-section--dark::before {
        background: linear-gradient(
            180deg,
            transparent 0%,
            rgba(0, 0, 0, 0.12) 22%,
            transparent 38%
        );
    }

    /* Bottom nav replaces scroll hint on phone */
    .landing-scroll-hint {
        display: none;
    }

    /* Compact fade cards — clear fixed header */
    #ai-part,
    #best-result,
    #download,
    #teaching-method {
        --card-fade: radial-gradient(
            ellipse 140% 115% at 50% 16%,
            var(--card-fade-core, rgba(255, 251, 245, 0.30)) 0%,
            var(--card-fade-mid, rgba(255, 248, 238, 0.18)) 46%,
            var(--card-fade-edge, rgba(255, 245, 232, 0.03)) 100%
        );
        --card-fade-expanded: radial-gradient(
            ellipse 140% 115% at 50% 16%,
            var(--card-fade-core-expanded, rgba(255, 251, 245, 0.44)) 0%,
            var(--card-fade-mid-expanded, rgba(255, 248, 238, 0.28)) 50%,
            var(--card-fade-edge-expanded, rgba(255, 245, 232, 0.08)) 100%
        );
    }

    #ai-part {
        --card-fade-core: rgba(255, 251, 245, 0.30);
        --card-fade-mid: rgba(255, 248, 238, 0.18);
        --card-fade-edge: rgba(255, 245, 232, 0.03);
        --card-fade-core-expanded: rgba(255, 251, 245, 0.44);
        --card-fade-mid-expanded: rgba(255, 248, 238, 0.28);
        --card-fade-edge-expanded: rgba(255, 245, 232, 0.08);
    }

    #best-result {
        --card-fade-core: rgba(18, 14, 10, 0.34);
        --card-fade-mid: rgba(28, 24, 20, 0.20);
        --card-fade-edge: rgba(36, 30, 26, 0.03);
        --card-fade-core-expanded: rgba(18, 14, 10, 0.46);
        --card-fade-mid-expanded: rgba(28, 24, 20, 0.30);
        --card-fade-edge-expanded: rgba(36, 30, 26, 0.08);
    }

    #download {
        --card-fade-core: rgba(255, 250, 242, 0.30);
        --card-fade-mid: rgba(252, 244, 232, 0.18);
        --card-fade-edge: rgba(248, 238, 224, 0.03);
        --card-fade-core-expanded: rgba(255, 250, 242, 0.44);
        --card-fade-mid-expanded: rgba(252, 244, 232, 0.28);
        --card-fade-edge-expanded: rgba(248, 238, 224, 0.08);
    }

    #teaching-method {
        --card-fade-core: rgba(255, 252, 246, 0.30);
        --card-fade-mid: rgba(250, 242, 230, 0.18);
        --card-fade-edge: rgba(245, 236, 222, 0.03);
        --card-fade-core-expanded: rgba(255, 252, 246, 0.44);
        --card-fade-mid-expanded: rgba(250, 242, 230, 0.28);
        --card-fade-edge-expanded: rgba(245, 236, 222, 0.08);
    }

    .landing-section__card {
        align-self: start;
        max-width: none;
        justify-self: stretch;
        margin-top: calc(var(--nav-h, var(--mobile-nav-h, calc(4.5rem + env(safe-area-inset-top, 0px)))) + clamp(0.35rem, 1.2svh, 0.65rem));
        margin-bottom: auto;
        --box-title-size: clamp(0.95rem, 1.1rem + 0.35svh, 1.2rem);
        --box-body-size: clamp(0.8rem, 0.76rem + 0.28svh, 0.92rem);
        --card-padding-block: clamp(0.75rem, 0.55rem + 0.9svh, 1.1rem);
        border-radius: 20px;
        color: var(--card-text, #1f1810);
    }

    .landing-section__content {
        align-self: start;
        max-width: none;
        justify-self: stretch;
    }

    .landing-section__card:has(.landing-more),
    .landing-section__content:has(.landing-more) {
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(204, 58, 33, 0.12);
    }

    .landing-section__card:has(.landing-more.is-open) .landing-more__body,
    .landing-section__content:has(.landing-more.is-open) .landing-more__body {
        cursor: auto;
    }

    .landing-section__title {
        margin-bottom: 0.12rem;
        line-height: 1.35;
    }

    .landing-section__desc {
        margin-bottom: 0.75rem;
        line-height: 1.5;
        color: var(--card-desc, rgba(38, 30, 22, 0.88));
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    @media (max-height: 700px) {
        .landing-section__card {
            --box-title-size: clamp(0.88rem, 0.82rem + 0.55svh, 1.05rem);
            --box-body-size: clamp(0.75rem, 0.7rem + 0.35svh, 0.85rem);
            --card-padding-block: clamp(0.6rem, 0.45rem + 0.65svh, 0.85rem);
        }

        .landing-section__title {
            line-height: 1.3;
            margin-bottom: 0.08rem;
        }

        .landing-section__desc {
            margin-bottom: 0.55rem;
            line-height: 1.45;
        }

        .landing-more__toggle {
            min-height: 32px;
            padding: 0.2rem 0;
        }
    }

    .landing-section__badge {
        margin-bottom: 0.2rem;
        padding: 0.12rem 0.45rem;
        font-size: 0.58rem;
    }

    .landing-more__toggle {
        display: inline-flex;
        width: auto;
        min-height: 36px;
        margin-top: 0.15rem;
        padding: 0.35rem 0;
        border-radius: 0;
        background: transparent;
    }

    .landing-section__card--dark .landing-more__toggle {
        background: transparent;
    }

    .landing-more__icon {
        font-size: 0.85em;
    }

    .landing-cta {
        min-height: 44px;
        padding: 0.7rem 1rem;
        font-size: 0.88rem;
        border-radius: 12px;
    }

    body.page-download .navbar-premium,
    body.page-download .navbar-premium.is-scrolled {
        background: transparent !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-bottom: none;
        box-shadow: none;
    }

    .download-page {
        padding-top: calc(4.5rem + env(safe-area-inset-top, 0px));
    }

    .download-card {
        border-radius: 20px;
    }

    .download-card__icon {
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
    }

    /* Footer — mobile: two full-height snap pages, seamless continuation */
    .fullpage-scroll .footer-group {
        display: contents;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }

    .fullpage-scroll .footer-group__inner {
        display: contents;
        transform: none !important;
    }

    .fullpage-scroll .footer-group .footer-section,
    .fullpage-scroll .footer-page {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: var(--page-h, 100vh) !important;
        height: var(--page-h, 100dvh) !important;
        min-height: var(--page-h, 100vh) !important;
        min-height: var(--page-h, 100dvh) !important;
        max-height: var(--page-h, 100vh) !important;
        max-height: var(--page-h, 100dvh) !important;
        overflow: hidden;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .footer-page--2.footer-premium {
        border-top: none;
    }

    .footer-page--2.footer-premium::before {
        display: none;
    }

    .footer-page--1 .footer-content {
        position: relative;
    }

    .footer-page--1 .footer-content::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3.5rem;
        pointer-events: none;
        background: linear-gradient(180deg, transparent, #0c0c0f 88%);
        z-index: 1;
    }

    .fullpage-scroll .footer-premium .footer-content,
    .fullpage-scroll .footer-content {
        flex: 1 1 auto;
        height: 100% !important;
        min-height: 0;
        max-height: 100%;
        justify-content: flex-start !important;
        align-items: stretch;
        gap: 0.85rem;
        overflow: hidden !important;
        transform: none !important;
        padding-block-start: calc(var(--nav-h, var(--mobile-nav-h, 4.25rem)) + 0.25rem);
        padding-block-end: calc(1.25rem + env(safe-area-inset-bottom, 0px));
        padding-inline-start: 0.85rem;
        padding-inline-end: 0.85rem;
    }

    .footer-content__fit {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        gap: 0.85rem;
    }

    .footer-page--2 .footer-content--continued .footer-content__fit {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .footer-page--2 .footer-bottom {
        flex: 0 0 auto;
        margin-top: 0;
    }

    .footer-content--continued {
        padding-block-start: 0.65rem !important;
        justify-content: space-between !important;
    }

    .footer-premium .footer-content {
        padding-block-start: calc(var(--nav-h, var(--mobile-nav-h, 4.25rem)) + 0.25rem) !important;
        padding-block-end: calc(1.25rem + env(safe-area-inset-bottom, 0px)) !important;
        padding-inline-start: 0.85rem !important;
        padding-inline-end: 0.85rem !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }

    .footer-grid--page1 {
        flex: 1 1 auto;
        min-height: 0;
        overflow: visible;
    }

    .footer-grid--page2 {
        flex: 1 1 auto;
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .footer-page--2 .footer-content--continued {
        justify-content: space-between !important;
        gap: 0.75rem;
    }

    .footer-page-2__head {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.55rem;
        text-align: center;
        padding-bottom: 0.35rem;
    }

    .footer-page-2__logo {
        width: 64px;
        height: auto;
        opacity: 0.92;
    }

    .footer-page-2__lead {
        margin: 0;
        font-size: 0.92rem;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.5;
    }

    .footer-page--2 .footer-col {
        padding: 0.6rem 0.7rem;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .footer-page--2 .footer-col--links .footer-list li {
        margin-bottom: 0.35rem;
    }

    .footer-page--2 .footer-nav-link,
    .footer-page--2 .footer-link {
        width: 100%;
        padding: 0.3rem 0;
        font-size: 0.84rem;
    }

    .footer-page--2 .footer-link i {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }

    .footer-page--2 .footer-address {
        gap: 0.65rem;
    }

    .footer-page--2 .footer-address__text {
        font-size: 0.82rem;
        line-height: 1.65;
    }

    .footer-page-2__cta {
        align-self: stretch;
        justify-content: center;
        margin-top: 0;
        padding: 0.58rem 1rem;
        font-size: 0.84rem;
    }

    .footer-page--2 .footer-bottom {
        margin-top: auto;
        padding-top: 0.65rem;
    }

    .footer-page--2 .footer-title {
        margin-bottom: 0.45rem;
        padding-bottom: 0.3rem;
        font-size: 0.86rem;
    }

    .footer-page-hint {
        position: absolute;
        left: 50%;
        bottom: calc(0.35rem + env(safe-area-inset-bottom, 0px));
        transform: translateX(-50%);
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.35rem;
        height: 2.35rem;
        padding: 0;
        border: none;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
    }

    .footer-page-hint__ring {
        position: absolute;
        inset: -3px;
        border-radius: inherit;
        border: 1px solid rgba(204, 58, 33, 0.35);
        opacity: 0.65;
        animation: footer-hint-pulse 2.2s ease-in-out infinite;
    }

    .footer-page-hint i {
        position: relative;
        font-size: 1rem;
        animation: footer-hint-bob 2.2s ease-in-out infinite;
    }

    .footer-page-hint:active {
        transform: translateX(-50%) scale(0.94);
    }

    @keyframes footer-hint-pulse {
        0%, 100% { transform: scale(1); opacity: 0.45; }
        50% { transform: scale(1.08); opacity: 0.85; }
    }

    @keyframes footer-hint-bob {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(3px); }
    }

    .footer-premium .footer-list li a {
        justify-content: flex-start !important;
    }

    .footer-premium .footer-link i,
    .footer-premium .footer-nav-link i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1;
    }

    .footer-premium .footer-link i::before,
    .footer-premium .footer-nav-link i::before {
        display: block;
        line-height: 1;
    }

    .footer-address__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin-top: 0;
        line-height: 1;
    }

    .btn-app-download--footer {
        align-self: center;
    }

    .btn-app-download--footer .btn-app-download__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    @media (max-height: 740px) {
        .footer-premium .footer-content {
            padding-block-start: calc(var(--nav-h, var(--mobile-nav-h, 4rem)) + 0.2rem) !important;
        }

        .footer-top {
            padding-bottom: 0.65rem;
            margin-bottom: 0.65rem;
        }

        .footer-premium .footer-grid {
            gap: 0.75rem 0.85rem;
        }

        .footer-premium .footer-title {
            margin-bottom: 0.45rem;
            padding-bottom: 0.25rem;
        }

        .footer-list li {
            margin-bottom: 0.35rem;
        }

        .footer-bottom {
            margin-top: 0.65rem;
            padding-top: 0.65rem;
        }
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.75rem;
        padding-bottom: 0.85rem;
        margin-bottom: 0.85rem;
    }

    .footer-brand {
        flex-direction: column;
        align-items: center;
        gap: 0.45rem;
        text-align: center;
    }

    .footer-brand__logo {
        width: 76px;
    }

    .footer-brand__name {
        font-size: 1rem;
    }

    .footer-brand__tagline {
        font-size: 0.8rem;
        line-height: 1.55;
    }

    .footer-premium .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem 1rem;
        text-align: right;
    }

    .footer-premium .footer-grid .footer-col--about {
        grid-column: 1 / -1;
    }

    .footer-premium .footer-title {
        margin-bottom: 0.7rem;
        padding-bottom: 0.4rem;
        font-size: 0.92rem;
    }

    .footer-premium .footer-text {
        font-size: 0.84rem;
        line-height: 1.75;
    }

    .footer-metrics {
        margin-top: 0.85rem;
        gap: 1.1rem;
    }

    .footer-metrics strong {
        font-size: 1rem;
    }

    .footer-metrics span {
        font-size: 0.68rem;
    }

    .footer-list li {
        margin-bottom: 0.5rem;
    }

    .footer-premium .footer-nav-link,
    .footer-premium .footer-link {
        font-size: 0.86rem;
        gap: 0.5rem;
    }

    .footer-premium .footer-link i {
        width: 32px;
        height: 32px;
        font-size: 0.88rem;
        border-radius: 9px;
    }

    .footer-address__text {
        font-size: 0.84rem;
        line-height: 1.75;
    }

    .footer-bottom {
        margin-top: 0.75rem;
        padding-top: 0.85rem;
    }

    .footer-bottom__row {
        gap: 0.6rem;
    }

    .footer-premium .footer-copyright {
        font-size: 0.72rem;
    }

    .footer-legal {
        gap: 0.6rem;
    }

    .footer-legal__link {
        font-size: 0.72rem;
    }

    .btn-app-download--footer {
        padding: 0.6rem 1.2rem;
        font-size: 0.88rem;
    }

}

/* Desktop layout — RTL: start = right side */
@media (min-width: 992px) {
    .fullpage-scroll .footer-premium .footer-content {
        padding-block-start: calc(var(--nav-h, 4.5rem) + 0.35rem) !important;
        padding-block-end: 1.25rem !important;
        padding-inline-start: 1rem !important;
        padding-inline-end: 1.25rem !important;
    }

    .reveal-card {
        transform: translateY(50px) scale(0.94);
    }

    .landing-section__card {
        align-self: start;
        justify-self: start;
        margin-block: 0;
        margin-top: clamp(4.5rem, 10vh + 1rem, 7rem);
        margin-inline-start: max(clamp(14%, 8vw + 2%, 22%), var(--card-indicator-gap));
        margin-inline-end: auto;
        max-width: min(340px, 32vw);
    }

    #why-zabanbom .landing-section__content {
        align-self: center;
        justify-self: center;
        margin-block: 0;
        margin-inline: auto;
        max-width: min(500px, 100%);
        overflow-x: hidden;
    }

    #why-zabanbom {
        --why-inline: clamp(0.75rem, 2vw, 1.25rem);
        --why-gap: clamp(0.2rem, 0.65svh, 0.5rem);
        --why-col-max: 480px;
    }

    #why-zabanbom .why-zabanbom__scale {
        max-width: 480px;
    }

    #why-zabanbom .main-wrapper {
        padding-top: calc(var(--nav-h, 4.5rem) * 0.78 + 0.05rem);
    }

    #why-zabanbom .why-zabanbom__text {
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
    }

    #why-zabanbom .why-zabanbom__counters {
        gap: 8px;
    }

    .landing-cta {
        width: auto;
        min-width: 200px;
    }

}

section.landing-section,
section.landing-section#best-result,
section.landing-section#teaching-method,
section.landing-section#ai-part,
section.landing-section#download {
    position: relative;
    top: auto;
    padding: 0 !important;
}

.footer-col.reveal-up,
.footer-copyright.reveal-up,
.footer-brand.reveal-up,
.footer-top.reveal-up,
.footer-bottom.reveal-up,
.footer-page-2__head.reveal-up,
.footer-page-2__cta.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.footer-section.is-visible .footer-brand.reveal-up,
.footer-section.is-visible .footer-top.reveal-up { opacity: 1; transform: none; transition-delay: 0s; }
.footer-section.is-visible .footer-col.reveal-up:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.08s; }
.footer-section.is-visible .footer-col.reveal-up:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.16s; }
.footer-section.is-visible .footer-col.reveal-up:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.24s; }
.footer-section.is-visible .footer-col.reveal-up:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.32s; }
.footer-section.is-visible .footer-bottom.reveal-up { opacity: 1; transform: none; transition-delay: 0.42s; }

.footer-page--2.footer-section.is-visible .footer-page-2__head.reveal-up { opacity: 1; transform: none; transition-delay: 0s; }
.footer-page--2.footer-section.is-visible .footer-col--links.reveal-up { opacity: 1; transform: none; transition-delay: 0.06s; }
.footer-page--2.footer-section.is-visible .footer-col--contact.reveal-up { opacity: 1; transform: none; transition-delay: 0.12s; }
.footer-page--2.footer-section.is-visible .footer-col--address.reveal-up { opacity: 1; transform: none; transition-delay: 0.18s; }
.footer-page--2.footer-section.is-visible .footer-page-2__cta.reveal-up { opacity: 1; transform: none; transition-delay: 0.24s; }
.footer-page--2.footer-section.is-visible .footer-bottom.reveal-up { opacity: 1; transform: none; transition-delay: 0.3s; }

/* Desktop — stacked footer pages read as one block */
@media (min-width: 768px) {
    .footer-page--2.footer-premium {
        border-top: none;
    }

    .footer-page--2.footer-premium::before {
        display: none;
    }

    .footer-content--continued {
        padding-block-start: 0 !important;
    }

    .footer-grid--page2 {
        margin-top: -0.35rem;
    }

    .footer-page--2 .footer-col {
        padding: 0;
        border-radius: 0;
        background: none;
        border: none;
    }

    .footer-page--2 .footer-bottom {
        margin-top: 0.75rem;
    }
}

@media (min-width: 992px) {
    .footer-grid--page1 {
        grid-template-columns: 1fr;
    }

    .footer-grid--page2 {
        grid-template-columns: 1fr 1.1fr 1.2fr;
        gap: 2.75rem;
    }
}

/* ── Footer (redesign — clean, high-contrast) ── */
.footer-premium {
    position: relative;
    background: #0c0c0f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    isolation: isolate;
}

/* thin brand hairline at the very top */
.footer-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--primary), var(--accent), transparent);
    opacity: 0.85;
}

/* soft single glow, low intensity — keeps it on-brand without hurting readability */
.footer-premium::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(120% 80% at 50% -10%, rgba(204, 58, 33, 0.12), transparent 60%);
}

.footer-premium .footer-content {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    max-width: 1180px !important;
    margin: 0 auto;
    padding: 3rem 1.5rem 1.75rem !important;
    display: flex;
    flex-direction: column;
}

/* ── Top row: brand + CTA ── */
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: right;
}

.footer-brand__link {
    display: inline-flex;
    text-decoration: none;
    transition: transform 0.35s var(--ease-spring);
}

.footer-brand__link:hover {
    transform: scale(1.05);
}

.footer-brand__logo {
    width: 88px;
    height: auto;
}

.footer-brand__text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.footer-brand__name {
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
}

.footer-brand__tagline {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #a7adb8;
}

/* ── Info grid ── */
.footer-premium .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: right;
}

@media (min-width: 600px) {
    .footer-premium .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--section-gap) var(--space-5);
    }
}

@media (min-width: 992px) {
    .footer-premium .footer-grid {
        grid-template-columns: 1.5fr 1fr 1.1fr 1.2fr;
        gap: var(--space-5);
    }
}

.footer-col {
    min-width: 0;
}

.footer-premium .footer-title {
    position: relative;
    margin: 0 0 1.2rem;
    padding-bottom: 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-premium .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
}

.footer-premium .footer-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 2;
    color: #c4c8d0;
}

/* metrics */
.footer-metrics {
    list-style: none;
    margin: 1.35rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
}

.footer-metrics li {
    margin: 0;
}

.footer-metrics strong {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
}

.footer-metrics span {
    font-size: 0.74rem;
    color: #969bb0;
}

/* lists */
.footer-premium .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-premium .footer-list li {
    display: block;
    margin-bottom: 0.8rem;
}

.footer-premium .footer-list li:last-child {
    margin-bottom: 0;
}

/* quick-nav links */
.footer-premium .footer-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
    text-decoration: none;
    color: #c4c8d0;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    transition: color 0.25s ease, transform 0.3s var(--ease-out-expo);
}

.footer-premium .footer-nav-link i {
    font-size: 0.7rem;
    color: var(--accent);
    transition: transform 0.3s var(--ease-out-expo);
}

.footer-premium .footer-nav-link:hover {
    color: #ffffff;
    transform: translateX(-4px);
}

.footer-premium .footer-nav-link:hover i {
    transform: translateX(-2px);
}

/* contact links */
.footer-premium .footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    text-decoration: none;
    color: #c4c8d0;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    transition: color 0.25s ease;
}

.footer-premium .footer-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    flex-shrink: 0;
    font-size: 0.92rem;
    color: var(--accent);
    background: rgba(244, 160, 69, 0.12);
    border: 1px solid rgba(244, 160, 69, 0.22);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.footer-premium .footer-link:hover {
    color: #ffffff;
}

.footer-premium .footer-link:hover i {
    background: var(--accent);
    border-color: var(--accent);
    color: #1a1205;
}

/* address */
.footer-premium .footer-address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.65rem;
}

.footer-address__icon {
    flex-shrink: 0;
    margin-top: 0.15rem;
    font-size: 1.05rem;
    color: var(--accent);
}

.footer-address__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 2;
    color: #c4c8d0;
}

/* ── Bottom bar ── */
.footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .footer-bottom__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}

.footer-premium .footer-copyright {
    margin: 0;
    text-align: center;
    font-size: 0.83rem;
    color: #8b909d;
}

.footer-premium .footer-copyright strong {
    color: #c4c8d0;
    font-weight: 700;
}

.footer-legal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.footer-legal__link {
    font-size: 0.83rem;
    font-weight: 500;
    color: #969bb0;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-legal__link:hover {
    color: var(--accent);
}

.footer-legal__sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #50545f;
    flex-shrink: 0;
}

.btn-app-download--footer {
    padding: 0.7rem 1.5rem;
    flex-shrink: 0;
}

/* ── Premium modal / dialog ── */
.modal-premium__overlay {
    position: fixed;
    inset: 0;
    z-index: 60000;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transition: background 0.45s ease, backdrop-filter 0.45s ease, opacity 0.45s ease;
    pointer-events: none;
}

.modal-premium__overlay.is-visible {
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    pointer-events: auto;
}

.modal-premium {
    position: fixed;
    inset: 0;
    z-index: 60001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.modal-premium.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.premium-modal {
    position: relative;
    width: min(100%, 560px);
    max-height: min(85vh, 780px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 246, 244, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(204, 58, 33, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: scale(0.88) translateY(28px);
    filter: blur(6px);
    transition:
        opacity 0.55s var(--ease-out-expo),
        transform 0.55s var(--ease-out-expo),
        filter 0.55s var(--ease-out-expo);
}

.premium-modal.is-visible {
    opacity: 1;
    transform: none;
    filter: blur(0);
}

.premium-modal--tall {
    width: min(100%, 640px);
    max-height: min(88vh, 860px);
}

.premium-modal__glow {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 58, 33, 0.2), transparent 70%);
    pointer-events: none;
}

.premium-modal__close {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #333;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.35s var(--ease-spring), box-shadow 0.3s ease;
}

.premium-modal__close .bi {
    display: grid;
    place-items: center;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.premium-modal__close .bi::before {
    vertical-align: 0;
    line-height: 1;
}

.premium-modal__close:hover {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
    transform: rotate(90deg) scale(1.05);
    box-shadow: 0 8px 20px rgba(204, 58, 33, 0.35);
}

.premium-modal__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.35rem 1.35rem 0.85rem 3.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.premium-modal__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(204, 58, 33, 0.15), rgba(244, 160, 69, 0.12));
    border: 1px solid rgba(204, 58, 33, 0.2);
    color: var(--primary);
    font-size: 1.15rem;
}

.premium-modal__title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1a1a1a;
}

.premium-modal__body {
    position: relative;
    z-index: 2;
    padding: 1.1rem 1.35rem 1.35rem;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.premium-modal__text {
    margin: 0 0 1rem;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.95;
    color: #3d3d3d;
    text-align: justify;
}

.premium-modal__text:last-child {
    margin-bottom: 0;
}

.premium-modal__subtitle {
    margin: 1.35rem 0 0.65rem;
    padding-right: 0.75rem;
    border-right: 3px solid var(--primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55;
    color: #1a1a1a;
}

.premium-modal__list {
    margin: 0 0 1rem;
    padding-right: 1.25rem;
    color: #3d3d3d;
    font-size: 0.925rem;
    line-height: 1.9;
}

.premium-modal__list li {
    margin-bottom: 0.85rem;
}

.premium-modal__list strong {
    color: #1a1a1a;
    font-weight: 700;
}

@media (min-width: 768px) {
    .premium-modal__title {
        font-size: 1.25rem;
    }

    .premium-modal__text,
    .premium-modal__list {
        font-size: 0.95rem;
    }
}

/* ── Cursor ── */
.custom-cursor.hovering {
    mix-blend-mode: normal;
    background: rgba(204, 58, 33, 0.2);
    box-shadow: 0 0 24px rgba(204, 58, 33, 0.5);
}

@media (prefers-reduced-motion: reduce) {
    .landing-section__media img,
    .landing-scroll-hint,
    .landing-section__orb,
    .footer-premium__orb,
    .navbar-premium__logo::after,
    .landing-section__badge,
    .landing-cta,
    .menu-drawer__orb {
        animation: none !important;
    }

    .menu-drawer__panel,
    .menu-drawer__link,
    .menu-drawer__group,
    .btn-app-download--drawer,
    .menu-drawer__scrim,
    .premium-modal,
    .modal-premium__overlay,
    .landing-more__body,
    .landing-more__content,
    .landing-more__icon {
        transition-duration: 0.01ms !important;
    }

    .reveal-card,
    .reveal-item,
    .footer-col.reveal-up,
    .footer-brand.reveal-up,
    .footer-bottom.reveal-up {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    .menu-drawer.open .menu-drawer__link,
    .menu-drawer.open .menu-drawer__group,
    .menu-drawer.open .btn-app-download--drawer,
    .premium-modal.is-visible {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
