        .landing-mobile-dock {
            display: none;
        }

        .landing-mobile-hero {
            display: none;
        }

        .landing-offer-modal[hidden] {
            display: none;
        }

        .landing-offer-modal {
            position: fixed;
            inset: 0;
            z-index: 1200;
            display: grid;
            place-items: center;
            padding: 20px;
        }

        body.landing-offer-open {
            overflow: hidden;
        }

        .landing-offer-backdrop {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at top, rgba(255, 255, 255, 0.22), transparent 42%),
                rgba(19, 13, 17, 0.64);
            backdrop-filter: blur(8px);
        }

        .landing-offer-dialog {
            position: relative;
            width: min(680px, calc(100vw - 32px));
            opacity: 0;
            transform: translateY(30px) scale(0.9);
            transition: opacity 0.32s ease, transform 0.5s cubic-bezier(0.2, 0.9, 0.18, 1.08);
            filter: drop-shadow(0 40px 90px rgba(55, 0, 7, 0.5));
        }

        .landing-offer-modal.is-visible .landing-offer-dialog {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .landing-offer-close {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 7;
            width: 40px;
            height: 40px;
            border: 0;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(131, 11, 28, 0.92), rgba(78, 5, 16, 0.94));
            color: #fff;
            font-size: 1.2rem;
            cursor: pointer;
            box-shadow:
                0 12px 24px rgba(55, 5, 10, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.28);
        }

        .landing-offer-stage {
            position: relative;
        }

        .landing-offer-stage::before {
            content: "";
            position: absolute;
            inset: 12% 18%;
            z-index: 0;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 232, 135, 0.3), transparent 68%);
            filter: blur(18px);
        }

        .landing-offer-ticket {
            position: relative;
            overflow: hidden;
            z-index: 1;
            border-radius: 34px;
            padding: 82px 34px 34px;
            background:
                radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.28), transparent 24%),
                linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent 38%),
                linear-gradient(180deg, #ff3d47 0%, #dc1329 40%, #a80017 100%);
            border: 3px solid rgba(255, 239, 208, 0.92);
            box-shadow:
                0 34px 80px rgba(79, 0, 13, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.38),
                inset 0 -14px 28px rgba(89, 0, 15, 0.34);
            text-align: center;
            color: #fff;
            isolation: isolate;
        }

        .landing-offer-ticket::after {
            content: "";
            position: absolute;
            inset: 12px;
            border-radius: 24px;
            border: 1px solid rgba(255, 233, 201, 0.55);
            pointer-events: none;
            z-index: -1;
        }

        .landing-offer-shine {
            position: absolute;
            inset: -14% auto -20% -28%;
            width: 42%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), rgba(255, 240, 196, 0.46), transparent);
            transform: rotate(18deg);
            filter: blur(2px);
            animation: landing-offer-shine 4.6s ease-in-out infinite;
            pointer-events: none;
            z-index: 2;
        }

        .landing-offer-ticket::before,
        .landing-offer-ticket .ticket-notch-right {
            content: "";
            position: absolute;
            top: 50%;
            width: 62px;
            height: 62px;
            border-radius: 50%;
            background: rgba(255, 248, 246, 0.97);
            transform: translateY(-50%);
            box-shadow:
                inset 0 0 0 5px rgba(184, 7, 29, 0.18),
                0 0 0 10px rgba(255, 255, 255, 0.08);
        }

        .landing-offer-ticket::before {
            left: -31px;
        }

        .landing-offer-ticket .ticket-notch-right {
            right: -31px;
        }

        .landing-offer-banner {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: min(320px, calc(100% - 56px));
            padding: 13px 24px;
            border-radius: 18px;
            background:
                linear-gradient(180deg, #7f1a1e 0%, #570d13 100%);
            color: #fff6e5;
            font-size: clamp(0.95rem, 2.2vw, 1.35rem);
            font-weight: 800;
            letter-spacing: 0.02em;
            white-space: nowrap;
            line-height: 1;
            text-transform: uppercase;
            text-align: center;
            box-shadow:
                0 18px 34px rgba(53, 5, 12, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }

        .landing-offer-banner::before,
        .landing-offer-banner::after {
            content: "";
            position: absolute;
            top: 100%;
            width: 22px;
            height: 18px;
            background: #341016;
            clip-path: polygon(0 0, 100% 0, 50% 100%);
        }

        .landing-offer-banner::before {
            left: 18px;
        }

        .landing-offer-banner::after {
            right: 18px;
        }

        .landing-offer-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 14px;
            border-radius: 999px;
            margin-bottom: 16px;
            /*background: linear-gradient(180deg, rgba(255, 245, 214, 0.3), rgba(255, 218, 109, 0.18));*/
            background:#030a36;
            border: 1px solid rgba(255, 245, 210, 0.42);
            color: #fff6de;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
        }

        .landing-offer-value {
            margin: 0;
            font-size: clamp(2.3rem, 8vw, 4.8rem);
            line-height: 0.95;
            font-weight: 900;
            letter-spacing: -0.04em;
            color: #fffef8;
            text-shadow:
                0 10px 28px rgba(87, 0, 11, 0.28),
                0 0 22px rgba(255, 236, 173, 0.25);
        }

        .landing-offer-copy {
            margin: 10px 0 0;
            font-size: clamp(1.15rem, 3vw, 2.05rem);
            font-weight: 700;
            color: #fff7e8;
        }

        .landing-offer-note {
            margin: 10px auto 0;
            max-width: 420px;
            font-size: clamp(0.88rem, 1.7vw, 1rem);
            line-height: 1.55;
            color: rgba(255, 244, 237, 0.94);
        }

        .landing-offer-actions {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 22px;
        }

        .landing-offer-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 160px;
            padding: 12px 20px;
            border-radius: 999px;
            font-size: 0.92rem;
            font-weight: 800;
            text-decoration: none;
            transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
        }

        .landing-offer-btn:hover {
            transform: translateY(-3px) scale(1.01);
        }

        .landing-offer-btn-primary {
            background: linear-gradient(180deg, #fff7d8 0%, #ffd96c 100%);
            color: #92111c;
            box-shadow:
                0 20px 30px rgba(90, 7, 18, 0.24),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
        }

        .landing-offer-btn-secondary {
            border: 1px solid rgba(255, 240, 210, 0.4);
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
        }

        .landing-offer-btn-secondary:hover {
            border-color: rgba(255, 244, 223, 0.72);
            background: rgba(255, 255, 255, 0.16);
        }

        .landing-offer-sparkles {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 4;
        }

        .landing-offer-sparkle {
            position: absolute;
            width: 18px;
            height: 18px;
            opacity: 0.9;
            animation: landing-offer-twinkle 2.6s ease-in-out infinite;
        }

        .landing-offer-sparkle::before,
        .landing-offer-sparkle::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 226, 135, 0.88));
            transform: translate(-50%, -50%);
            box-shadow: 0 0 18px rgba(255, 228, 154, 0.7);
        }

        .landing-offer-sparkle::before {
            width: 3px;
            height: 18px;
        }

        .landing-offer-sparkle::after {
            width: 18px;
            height: 3px;
        }

        .landing-offer-sparkle.sparkle-1 {
            top: 68px;
            left: 72px;
        }

        .landing-offer-sparkle.sparkle-2 {
            top: 82px;
            right: 88px;
            animation-delay: 0.4s;
        }

        .landing-offer-sparkle.sparkle-3 {
            bottom: 92px;
            right: 84px;
            animation-delay: 0.9s;
        }

        .landing-offer-sparkle.sparkle-4 {
            bottom: 88px;
            left: 94px;
            animation-delay: 1.3s;
        }

        .landing-offer-sparkle.sparkle-5 {
            top: 50%;
            right: 38px;
            animation-delay: 1.7s;
        }

        .landing-offer-float {
            position: absolute;
            z-index: 2;
            display: grid;
            place-items: center;
            pointer-events: none;
            animation: landing-offer-float 4.8s ease-in-out infinite;
        }

        .landing-offer-gift {
            position: relative;
            width: clamp(38px, 6vw, 60px);
            height: clamp(38px, 6vw, 60px);
            border-radius: 16px;
            background:
                linear-gradient(145deg, #ff8e87 0%, #ff5b57 42%, #ec353d 100%);
            box-shadow:
                inset 0 8px 10px rgba(255, 255, 255, 0.28),
                0 18px 20px rgba(74, 6, 16, 0.22);
        }

        .landing-offer-gift::before,
        .landing-offer-gift::after {
            content: "";
            position: absolute;
            background: #ffd96d;
        }

        .landing-offer-gift::before {
            top: 0;
            bottom: 0;
            left: 50%;
            width: 18%;
            transform: translateX(-50%);
        }

        .landing-offer-gift::after {
            left: 0;
            right: 0;
            top: 50%;
            height: 18%;
            transform: translateY(-50%);
        }

        .landing-offer-gift-bow {
            position: absolute;
            top: -14%;
            left: 50%;
            width: 62%;
            height: 34%;
            transform: translateX(-50%);
        }

        .landing-offer-gift-bow::before,
        .landing-offer-gift-bow::after {
            content: "";
            position: absolute;
            top: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(145deg, #ff8b84 0%, #ff4c4e 100%);
        }

        .landing-offer-gift-bow::before {
            left: 2%;
            border-radius: 80% 30% 70% 40%;
            transform: rotate(-18deg);
        }

        .landing-offer-gift-bow::after {
            right: 2%;
            border-radius: 30% 80% 40% 70%;
            transform: rotate(18deg);
        }

        .landing-offer-coin {
            width: clamp(26px, 4vw, 40px);
            height: clamp(26px, 4vw, 40px);
            border-radius: 50%;
            background:
                radial-gradient(circle at 35% 35%, #fff6b6 0%, #ffd451 40%, #f1a807 72%, #c27900 100%);
            box-shadow: 0 10px 18px rgba(120, 69, 0, 0.24);
            animation-duration: 4.1s;
        }

        .landing-offer-ribbon {
            width: 86px;
            height: 30px;
            border-radius: 999px;
            background: linear-gradient(135deg, #fff2ae 0%, #ffe06f 48%, #f8c93d 100%);
            transform: rotate(-18deg);
            filter: drop-shadow(0 12px 18px rgba(104, 66, 0, 0.16));
            animation-duration: 5.1s;
        }

        .landing-offer-float.gift-left {
            top: 28px;
            left: -6px;
        }

        .landing-offer-float.gift-right {
            right: -2px;
            bottom: 26px;
        }

        .landing-offer-float.coin-top {
            top: 24px;
            right: 70px;
        }

        .landing-offer-float.coin-middle {
            top: 114px;
            left: 64px;
            animation-delay: 0.4s;
        }

        .landing-offer-float.ribbon-top {
            top: 62px;
            right: 0;
            animation-delay: 0.25s;
        }

        @keyframes landing-offer-float {
            0%, 100% {
                transform: translate3d(0, 0, 0) rotate(0deg);
            }
            50% {
                transform: translate3d(0, -12px, 0) rotate(5deg);
            }
        }

        @keyframes landing-offer-twinkle {
            0%, 100% {
                transform: scale(0.75) rotate(0deg);
                opacity: 0.4;
            }
            50% {
                transform: scale(1.14) rotate(45deg);
                opacity: 1;
            }
        }

        @keyframes landing-offer-shine {
            0% {
                transform: translateX(-10%) rotate(18deg);
                opacity: 0;
            }
            18% {
                opacity: 0.9;
            }
            42% {
                transform: translateX(190%) rotate(18deg);
                opacity: 0;
            }
            100% {
                transform: translateX(190%) rotate(18deg);
                opacity: 0;
            }
        }

        @media (max-width: 768px) {
            .landing-offer-dialog {
                width: min(92vw, 420px);
            }

            .landing-offer-ticket {
                padding: 76px 18px 22px;
                border-radius: 24px;
            }

            .landing-offer-ticket::after {
                inset: 10px;
                border-radius: 18px;
            }

            .landing-offer-ticket::before,
            .landing-offer-ticket .ticket-notch-right {
                width: 42px;
                height: 42px;
            }

            .landing-offer-ticket::before {
                left: -21px;
            }

            .landing-offer-ticket .ticket-notch-right {
                right: -21px;
            }

            .landing-offer-banner {
                min-width: calc(100% - 34px);
                max-width: calc(100% - 34px);
                padding: 11px 14px;
                top: 8px;
                font-size: 0.88rem;
                letter-spacing: 0.01em;
            }

            .landing-offer-badge {
                font-size: 0.64rem;
                letter-spacing: 0.12em;
            }

            .landing-offer-note {
                max-width: 270px;
            }

            .landing-offer-actions {
                flex-direction: column;
                align-items: stretch;
            }

            .landing-offer-btn {
                min-width: 0;
                width: 100%;
            }

            .landing-offer-close {
                top: 10px;
                right: 10px;
                width: 36px;
                height: 36px;
                font-size: 1.1rem;
            }

            .landing-offer-float.bus-left,
            .landing-offer-float.coin-middle,
            .landing-offer-float.ribbon-top,
            .landing-offer-sparkle.sparkle-4,
            .landing-offer-sparkle.sparkle-5 {
                display: none;
            }
        }

        .catalog-section .product-media {
            min-height: 280px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #fff;
        }

        .catalog-section .product-media img {
            object-fit: cover;
            object-position: center;
            background-color: #fff;
        }

        .catalog-slider-frame {
            position: relative;
        }

        .catalog-slider-frame .catalog-scroll-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 3;
        }

        body[data-page-mode="landing"] .catalog-slider-frame .catalog-scroll-arrow.is-hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .catalog-slider-frame .catalog-scroll-arrow[data-catalog-scroll="left"] {
            left: -18px;
        }

        .catalog-slider-frame .catalog-scroll-arrow[data-catalog-scroll="right"] {
            right: -18px;
        }

        @media (max-width: 768px) {
            .catalog-section .product-media {
                min-height: 240px;
            }
        }

        @media (max-width: 480px) {
            .catalog-section .product-media {
                min-height: 220px;
            }
        }

        @media (max-width: 768px) {
            body[data-page-mode="landing"] {
                background:
                    radial-gradient(circle at top, rgba(255, 214, 170, 0.42), transparent 34%),
                    linear-gradient(180deg, #fff8f0 0%, #fffefc 24%, #f6fbff 62%, #ffffff 100%);
            }

            body[data-page-mode="landing"] .topbar {
                display: none;
            }

            body[data-page-mode="landing"] .navbar {
                position: sticky;
                top: 0;
                z-index: 120;
                background: linear-gradient(180deg, rgba(255, 248, 239, 0.96), rgba(255, 255, 255, 0.9));
                backdrop-filter: blur(18px);
                box-shadow: 0 14px 34px rgba(58, 35, 18, 0.08);
            }

            body[data-page-mode="landing"] .header-main {
                border-bottom: 0;
                background: transparent;
            }

            body[data-page-mode="landing"] .header-main .container {
                grid-template-columns: 34px 38px minmax(0, 1fr) 38px minmax(88px, max-content);
                column-gap: 8px;
                row-gap: 10px;
                padding: 10px 6px 12px;
            }

            body[data-page-mode="landing"] .mobile-menu-toggle,
            body[data-page-mode="landing"] .mobile-cart-link,
            body[data-page-mode="landing"] .mobile-location-pill {
                border-radius: 14px;
                background: rgba(255, 255, 255, 0.86);
                box-shadow:
                    0 10px 24px rgba(65, 44, 19, 0.08),
                    inset 0 1px 0 rgba(255, 255, 255, 0.95);
            }

            body[data-page-mode="landing"] .mobile-menu-toggle {
                width: 34px;
                height: 34px;
            }

            body[data-page-mode="landing"] .mobile-menu-toggle span {
                width: 18px;
                height: 2px;
                margin: 3px auto;
                background: #ff3e6c;
            }

            body[data-page-mode="landing"] .brand-badge.header-badge {
                width: 38px;
                height: 38px;
                border-radius: 14px;
                box-shadow:
                    0 14px 26px rgba(255, 62, 108, 0.24),
                    inset 0 1px 0 rgba(255, 255, 255, 0.4);
            }

            body[data-page-mode="landing"] .mobile-cart-link,
            body[data-page-mode="landing"] .mobile-location-pill {
                min-height: 38px;
            }

            body[data-page-mode="landing"] .mobile-location-pill {
                padding: 0 10px;
                gap: 6px;
                color: #1f3767;
                font-size: 10px;
                font-weight: 700;
            }

            body[data-page-mode="landing"] .mobile-location-pill .header-icon,
            body[data-page-mode="landing"] .mobile-cart-link .header-icon {
                color: #ff3e6c;
            }

            body[data-page-mode="landing"] .header-search {
                height: 48px;
                padding: 4px 6px 4px 14px;
                border: 1px solid rgba(211, 224, 239, 0.9);
                border-radius: 18px;
                background: rgba(255, 255, 255, 0.96);
                box-shadow:
                    0 12px 28px rgba(37, 60, 98, 0.08),
                    inset 0 1px 0 rgba(255, 255, 255, 0.94);
            }

            body[data-page-mode="landing"] .header-search-input {
                font-size: 15px;
                color: #2d3c59;
            }

            body[data-page-mode="landing"] .header-search-input::placeholder {
                color: #98a3b8;
            }

            body[data-page-mode="landing"] .header-search-submit {
                width: 40px;
                height: 36px;
                border-radius: 14px;
                background: linear-gradient(180deg, #ff6a8f 0%, #ff3e6c 100%);
                color: #fff;
                box-shadow: 0 10px 20px rgba(255, 62, 108, 0.24);
            }

            body[data-page-mode="landing"] .header-search-submit .search-icon,
            body[data-page-mode="landing"] .header-search-submit .search-icon svg {
                color: currentColor;
                stroke: currentColor;
            }

            body[data-page-mode="landing"] main {
                padding-bottom: 92px;
            }

            body[data-page-mode="landing"] .slider-section {
                display: none;
            }

            body[data-page-mode="landing"] .landing-mobile-hero {
                position: relative;
                display: block;
                margin: 10px 12px 18px;
                padding: 16px 10px;
                min-height: 180px;
                border-radius: 30px;
                background:
                    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72), transparent 22%),
                    radial-gradient(circle at 82% 24%, rgba(255, 216, 185, 0.64), transparent 22%),
                    linear-gradient(145deg, #fff2e3 0%, #ffe8d5 42%, #fff9f4 100%);
                box-shadow: 0 26px 50px rgba(99, 65, 28, 0.14);
                overflow: hidden;
            }

            body[data-page-mode="landing"] .landing-mobile-hero::before,
            body[data-page-mode="landing"] .landing-mobile-hero::after {
                content: "";
                position: absolute;
                border-radius: 999px;
                border: 1px solid rgba(230, 161, 104, 0.28);
                pointer-events: none;
            }

            body[data-page-mode="landing"] .landing-mobile-hero::before {
                width: 140px;
                height: 140px;
                left: -36px;
                top: 10px;
            }

            body[data-page-mode="landing"] .landing-mobile-hero::after {
                width: 128px;
                height: 128px;
                right: -34px;
                bottom: -14px;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-collage {
                position: absolute;
                inset: 0;
                pointer-events: none;
                perspective: 1200px;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card {
                position: absolute;
                width: 74px;
                height: 100px;
                padding: 4px;
                border-radius: 8px;
                background: #fff;
                box-shadow: 0 16px 28px rgba(111, 78, 42, 0.18);
                transform: rotate(var(--hero-tilt, 0deg));
                transform-style: preserve-3d;
                backface-visibility: hidden;
                animation: landing-mobile-hero-float 4.8s ease-in-out infinite, landing-mobile-hero-flip 7.8s ease-in-out infinite;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card img,
            body[data-page-mode="landing"] .landing-mobile-hero-card span {
                width: 100%;
                height: 100%;
                border-radius: 5px;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card img {
                display: block;
                object-fit: cover;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card span {
                display: grid;
                place-items: center;
                background: linear-gradient(180deg, #ffe0e8 0%, #fff0e2 100%);
                color: #ff3e6c;
                font-size: 22px;
                font-weight: 800;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card.card-1 {
                top: 10px;
                left: 14px;
                --hero-tilt: -10deg;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card.card-2 {
                top: 58px;
                left: 112px;
                --hero-tilt: -8deg;
                animation-delay: 0.7s;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card.card-3 {
                top: 14px;
                right: 102px;
                --hero-tilt: 8deg;
                animation-delay: 1.4s;
            }

            body[data-page-mode="landing"] .landing-mobile-hero-card.card-4 {
                top: 58px;
                right: 18px;
                --hero-tilt: 13deg;
                animation-delay: 2.1s;
            }

            @keyframes landing-mobile-hero-float {
                0%, 100% {
                    transform: translate3d(0, 0, 0) rotate(var(--hero-tilt, 0deg)) rotateY(0deg);
                }
                50% {
                    transform: translate3d(0, -12px, 0) rotate(calc(var(--hero-tilt, 0deg) + 2deg)) rotateY(0deg);
                }
            }

            @keyframes landing-mobile-hero-flip {
                0%, 100% {
                    filter: saturate(1);
                }
                45% {
                    filter: saturate(1);
                }
                50% {
                    transform: translate3d(0, -10px, 0) rotate(calc(var(--hero-tilt, 0deg) + 1deg)) rotateY(10deg);
                    filter: saturate(1.04);
                }
                55% {
                    filter: saturate(1);
                }
            }

            body[data-page-mode="landing"] .slider-dots {
                bottom: 12px;
                padding: 6px 12px;
                border-radius: 999px;
                background: rgba(255, 255, 255, 0.84);
                box-shadow: 0 8px 20px rgba(46, 40, 30, 0.12);
            }

            body[data-page-mode="landing"] .category-showcase-section,
            body[data-page-mode="landing"] .catalog-section {
                padding-left: 12px;
                padding-right: 12px;
            }

            body[data-page-mode="landing"] .category-showcase-shell,
            body[data-page-mode="landing"] .catalog-shell {
                padding: 0;
                border: 0;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
            }

            body[data-page-mode="landing"] .category-showcase-head,
            body[data-page-mode="landing"] .catalog-head {
                margin-bottom: 12px;
                padding: 0 2px;
            }

            body[data-page-mode="landing"] .category-showcase-head h2,
            body[data-page-mode="landing"] .catalog-head h2 {
                color: #173258;
                font-size: 17px;
                font-weight: 700;
                letter-spacing: -0.03em;
            }

            body[data-page-mode="landing"] .category-showcase-track {
                display: grid;
                grid-auto-flow: column;
                grid-auto-columns: 72px;
                grid-template-rows: repeat(2, minmax(0, auto));
                gap: 8px 8px;
                overflow-x: auto;
                overflow-y: hidden;
                padding: 0 2px 6px 0;
                scroll-snap-type: x proximity;
                -ms-overflow-style: none;
                scrollbar-width: none;
            }

            body[data-page-mode="landing"] .category-showcase-track::-webkit-scrollbar {
                display: none;
            }

            body[data-page-mode="landing"] .category-showcase-card {
                min-width: 72px;
                gap: 8px;
                scroll-snap-align: start;
            }

            body[data-page-mode="landing"] .category-showcase-orbit {
                height: 62px;
                border-radius: 12px;
            }

            body[data-page-mode="landing"] .category-showcase-orbit {
                background: linear-gradient(180deg, #e9f4ff 0%, #fff4ea 100%);
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.96),
                    0 10px 24px rgba(59, 84, 120, 0.12);
            }

            body[data-page-mode="landing"] .category-showcase-orbit::before,
            body[data-page-mode="landing"] .category-showcase-orbit::after {
                opacity: 0.45;
            }

            body[data-page-mode="landing"] .category-showcase-media {
                padding: 0;
                background: transparent;
            }

            body[data-page-mode="landing"] .category-showcase-media img {
                object-fit: cover;
            }

            body[data-page-mode="landing"] .category-showcase-copy h3 {
                font-size: 9px;
                font-weight: 700;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            body[data-page-mode="landing"] .catalog-head {
                align-items: center;
                flex-direction: row;
                justify-content: space-between;
            }

            body[data-page-mode="landing"] .catalog-head-actions {
                width: auto;
                gap: 10px;
                align-items: center;
            }

            body[data-page-mode="landing"] .catalog-scroll-controls {
                display: inline-flex;
                align-items: center;
                gap: 6px;
            }

            body[data-page-mode="landing"] .view-all {
                min-width: 78px;
                height: 34px;
                padding: 0 14px;
                border-radius: 999px;
                border: 0;
                background: linear-gradient(180deg, #ffe6ed 0%, #ffd5e1 100%);
                color: #ff3e6c;
                font-weight: 700;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
            }

            body[data-page-mode="landing"] .catalog-scroll-arrow {
                width: 32px;
                height: 32px;
                border: 0;
                border-radius: 999px;
                background: linear-gradient(180deg, #ffe6ed 0%, #ffd5e1 100%);
                color: #ff3e6c;
                font-size: 18px;
                box-shadow:
                    0 8px 16px rgba(255, 62, 108, 0.12),
                    inset 0 1px 0 rgba(255, 255, 255, 0.95);
            }

            body[data-page-mode="landing"] .catalog-track {
                gap: 10px;
                padding: 2px 2px 6px;
            }

            body[data-page-mode="landing"] .catalog-slider-frame .catalog-scroll-arrow {
                width: 44px;
                height: 44px;
                border-radius: 999px;
                background: rgba(110, 102, 97, 0.78);
                color: #fff;
                box-shadow: 0 10px 20px rgba(42, 34, 28, 0.18);
            }

            body[data-page-mode="landing"] .catalog-slider-frame .catalog-scroll-arrow[data-catalog-scroll="left"] {
                left: -10px;
            }

            body[data-page-mode="landing"] .catalog-slider-frame .catalog-scroll-arrow[data-catalog-scroll="right"] {
                right: -10px;
            }

            body[data-page-mode="landing"] .product-card {
                flex: 0 0 min(46.5vw, 190px);
                max-width: min(46.5vw, 190px);
                border-radius: 18px;
                border: 1px solid #e7eef7;
                box-shadow: 0 16px 30px rgba(55, 77, 111, 0.1);
            }

            body[data-page-mode="landing"] .catalog-section .product-media {
                min-height: 150px;
                background-color: #fbfdff;
            }

            body[data-page-mode="landing"] .product-body {
                padding: 10px 10px 12px;
            }

            body[data-page-mode="landing"] .product-body h3 {
                font-size: 11px;
                line-height: 1.25;
                color: #1f2f4d;
            }

            body[data-page-mode="landing"] .price-line {
                align-items: baseline;
                gap: 6px;
            }

            body[data-page-mode="landing"] .price {
                color: #111f38;
                font-size: 1rem;
                font-weight: 700;
            }

            body[data-page-mode="landing"] .old-price {
                color: #7d8798;
                font-size: 0.78rem;
            }

            body[data-page-mode="landing"] .book-btn {
                min-height: 34px;
                border-radius: 12px;
                font-size: 0.85rem;
                background: linear-gradient(180deg, #ff6a8f 0%, #ff3e6c 100%);
                box-shadow: 0 12px 22px rgba(255, 62, 108, 0.22);
            }

            body[data-page-mode="landing"] .site-footer {
                padding-bottom: 92px;
                background: transparent;
            }

            body[data-page-mode="landing"] .footer-city-services,
            body[data-page-mode="landing"] .footer-main,
            body[data-page-mode="landing"] .footer-bottom {
                background: transparent;
            }

            body[data-page-mode="landing"] .footer-city-services .container,
            body[data-page-mode="landing"] .footer-main .container,
            body[data-page-mode="landing"] .footer-bottom .container {
                border-radius: 24px;
                background: rgba(255, 255, 255, 0.92);
                box-shadow: 0 14px 30px rgba(73, 62, 51, 0.08);
                padding: 18px 14px;
            }

            body[data-page-mode="landing"] .footer-main .container,
            body[data-page-mode="landing"] .footer-bottom .container {
                color: #2d2633;
            }

            body[data-page-mode="landing"] .footer-link-block h3,
            body[data-page-mode="landing"] .footer-social-title,
            body[data-page-mode="landing"] .footer-service-title,
            body[data-page-mode="landing"] .footer-bottom .container div {
                color: #1f2f4d;
            }

            body[data-page-mode="landing"] .footer-simple-link,
            body[data-page-mode="landing"] .footer-service-city,
            body[data-page-mode="landing"] .footer-bottom {
                color: #6b7280;
            }

            body[data-page-mode="landing"] .footer-divider {
                background: rgba(31, 47, 77, 0.12);
            }

            body[data-page-mode="landing"] .footer-social-link {
                border-color: rgba(31, 47, 77, 0.14);
                color: #ff3e6c;
                background: rgba(255, 255, 255, 0.94);
            }

            body[data-page-mode="landing"] .floating-contact-widget {
                bottom: max(8px, env(safe-area-inset-bottom));
            }

            .landing-mobile-dock {
                position: fixed;
                left: 12px;
                right: 12px;
                bottom: max(10px, env(safe-area-inset-bottom));
                z-index: 140;
                display: grid;
                grid-template-columns: repeat(5, minmax(0, 1fr));
                gap: 6px;
                padding: 8px 10px;
                border-radius: 24px;
                background: rgba(255, 255, 255, 0.9);
                backdrop-filter: blur(16px);
                box-shadow:
                    0 20px 44px rgba(40, 54, 80, 0.16),
                    inset 0 1px 0 rgba(255, 255, 255, 0.96);
            }

            .landing-mobile-dock-item {
                display: inline-flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 4px;
                min-height: 52px;
                border: 0;
                background: transparent;
                color: #61708b;
                text-decoration: none;
                font-size: 10px;
                font-weight: 700;
            }

            .landing-mobile-dock-item svg {
                width: 19px;
                height: 19px;
                fill: currentColor;
            }

            .landing-mobile-dock-item.is-primary {
                border-radius: 18px;
                background: linear-gradient(180deg, #ffe6ed 0%, #ffd5e1 100%);
                color: #ff3e6c;
            }
        }
