.ase-hero-slider,
.ase-catalog-strip {
    --ase-white: #fff;
    --ase-blue-900: #091436;
    --ase-blue-800: #0f1d4d;
    --ase-blue-700: #12306f;
    --ase-blue-500: #2d6ff6;
    --ase-gold-1: #d8b14a;
    --ase-gold-2: #f3dd87;
    --ase-shadow: 0 30px 60px rgba(2, 6, 28, 0.45);
    --ase-card-bg: rgba(14, 30, 84, 0.45);
    --ase-card-border: rgba(255, 255, 255, 0.16);
    --ase-glow: rgba(89, 154, 255, 0.35);
    font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ase-hero-slider {
    position: relative;
    height: 420px;
    max-height: 420px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--ase-shadow);
    background: transparent;
}

.ase-hero-slides,
.ase-hero-slide {
    position: absolute;
    inset: 0;
}

.ase-hero-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 420ms ease, transform 800ms ease;
    pointer-events: none;
}

.ase-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.ase-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 520'><g fill='none' stroke='%23e7f3ff' stroke-linecap='round'><path d='M-40 432 C140 360 330 366 540 326 C770 280 970 266 1240 282' stroke-opacity='.20' stroke-width='2.4'/><path d='M-70 460 C180 386 368 360 585 368 C810 378 1000 334 1244 346' stroke-opacity='.16' stroke-width='2.2'/><path d='M20 492 C230 438 430 450 642 418 C854 386 1032 392 1236 364' stroke-opacity='.18' stroke-width='2.6'/><path d='M90 356 C290 320 484 284 696 256 C894 232 1066 210 1240 192' stroke-opacity='.10' stroke-width='2'/><path d='M132 474 C306 438 474 428 654 402 C846 374 1024 356 1224 326' stroke-opacity='.14' stroke-width='2.2'/></g></svg>") center/cover no-repeat,
        radial-gradient(34% 30% at 61% 58%, rgba(242, 251, 255, 0.24) 0%, rgba(175, 216, 250, 0.12) 42%, rgba(0, 0, 0, 0) 78%);
    mix-blend-mode: normal;
    opacity: 0.56;
    pointer-events: none;
    filter: none;
}

.ase-hero-slide::before,
.ase-hero-slide::after {
    content: "";
    position: absolute;
    inset: -8% -12%;
    z-index: 1;
    pointer-events: none;
}

.ase-hero-slide::before {
    background:
        radial-gradient(72% 24% at 28% 84%, rgba(231, 246, 255, 0.22) 0%, rgba(166, 207, 245, 0.12) 42%, rgba(0, 0, 0, 0) 80%),
        radial-gradient(62% 20% at 56% 82%, rgba(222, 242, 255, 0.18) 0%, rgba(152, 198, 239, 0.1) 40%, rgba(0, 0, 0, 0) 82%);
    -webkit-mask-image: radial-gradient(92% 42% at 46% 88%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 44%, rgba(0, 0, 0, 0.14) 66%, transparent 86%);
    mask-image: radial-gradient(92% 42% at 46% 88%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 44%, rgba(0, 0, 0, 0.14) 66%, transparent 86%);
    opacity: 0.46;
    filter: blur(6px);
}

.ase-hero-slide {
    --ase-bottom-smoke: radial-gradient(120% 26% at 44% 96%, rgba(229, 245, 255, 0.32) 0%, rgba(169, 210, 247, 0.14) 40%, rgba(0, 0, 0, 0) 78%);
}

.ase-hero-slide::after {
    background:
        var(--ase-bottom-smoke),
        radial-gradient(24% 22% at 61% 58%, rgba(250, 255, 255, 0.26) 0%, rgba(176, 220, 252, 0.14) 38%, rgba(0, 0, 0, 0) 76%),
        radial-gradient(40% 30% at 63% 60%, rgba(220, 241, 255, 0.13) 0%, rgba(148, 198, 244, 0.08) 42%, rgba(0, 0, 0, 0) 80%);
    -webkit-mask-image: radial-gradient(44% 40% at 61% 58%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.52) 46%, transparent 80%);
    mask-image: radial-gradient(44% 40% at 61% 58%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.52) 46%, transparent 80%);
    opacity: 0.28;
    mix-blend-mode: screen;
    filter: blur(9px);
}

.ase-hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 56px 12px;
}

.ase-hero-copy {
    max-width: 44%;
    padding-top: 0;
}

.ase-hero-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin: 0;
    color: var(--ase-white);
    font-size: clamp(36px, 4vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-shadow: 0 6px 20px rgba(0, 10, 34, 0.42);
}

.ase-hero-highlight {
    color: #ffd25b;
    text-shadow: 0 4px 15px rgba(255, 210, 91, 0.35);
}

.ase-hero-button {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ase-white);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(28, 77, 182, 0.9), rgba(17, 52, 132, 0.86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 24px rgba(4, 19, 57, 0.45);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.ase-hero-button:hover {
    transform: translateY(-2px);
    color: var(--ase-white);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 18px 28px rgba(4, 19, 57, 0.55);
}

.ase-hero-button i {
    font-size: 18px;
}

.ase-hero-art {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 0;
}

.ase-hero-image {
    max-width: min(64vw, 720px);
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
    margin-bottom: -64px;
    transform: scale(1.08);
    transform-origin: right bottom;
    filter: drop-shadow(0 24px 38px rgba(2, 8, 27, 0.65));
}

.ase-hero-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 10px 18px;
    border-radius: 14px;
    font-size: 30px;
    font-weight: 700;
    color: #fff5ca;
    background: linear-gradient(180deg, var(--ase-gold-2), var(--ase-gold-1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 10px 20px rgba(88, 56, 5, 0.4);
}

.ase-hero-badge-left {
    top: 42px;
    left: 14%;
}

.ase-hero-badge-right {
    top: 52px;
    right: 7%;
}

.ase-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #d9e8ff;
    background: rgba(9, 24, 63, 0.72);
    z-index: 6;
    cursor: pointer;
    transition: background 200ms ease;
}

.ase-hero-nav:hover {
    background: rgba(20, 45, 114, 0.9);
}

.ase-hero-prev {
    left: 14px;
}

.ase-hero-next {
    right: 14px;
}

.ase-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 7;
    display: flex;
    gap: 8px;
}

.ase-hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.42);
    border: 0;
    cursor: pointer;
    transition: all 220ms ease;
}

.ase-hero-dot.is-active {
    width: 28px;
    background: #cfe0ff;
}

.ase-catalog-strip {
    position: relative;
    margin-top: 16px;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--ase-shadow);
    background-color: transparent;
}

.ase-catalog-overlay {
    position: absolute;
    inset: 0;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 380'><g fill='none' stroke='%23e8f3ff' stroke-linecap='round'><path d='M-24 302 C168 252 344 266 538 240 C760 212 944 210 1232 220' stroke-opacity='.18' stroke-width='2.2'/><path d='M0 334 C206 280 388 292 588 262 C808 234 1000 238 1242 210' stroke-opacity='.14' stroke-width='2'/><path d='M72 350 C258 318 430 328 620 302 C812 276 1002 272 1222 252' stroke-opacity='.12' stroke-width='1.9'/><path d='M126 286 C322 246 492 228 702 212 C900 198 1082 184 1242 166' stroke-opacity='.10' stroke-width='1.8'/></g></svg>") center/cover no-repeat,
        radial-gradient(32% 28% at 77% 56%, rgba(242, 251, 255, 0.2) 0%, rgba(174, 214, 248, 0.1) 42%, rgba(0, 0, 0, 0) 78%);
    mix-blend-mode: normal;
    pointer-events: none;
    opacity: 0.5;
    filter: none;
}

.ase-catalog-strip::before,
.ase-catalog-strip::after {
    content: "";
    position: absolute;
    inset: -10% -14%;
    z-index: 1;
    pointer-events: none;
}

.ase-catalog-strip::before {
    background:
        radial-gradient(72% 22% at 30% 88%, rgba(230, 245, 255, 0.16) 0%, rgba(164, 207, 245, 0.1) 42%, rgba(0, 0, 0, 0) 80%),
        radial-gradient(60% 20% at 58% 86%, rgba(220, 240, 255, 0.12) 0%, rgba(154, 197, 238, 0.08) 42%, rgba(0, 0, 0, 0) 82%);
    -webkit-mask-image: radial-gradient(95% 48% at 50% 90%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.2) 64%, transparent 86%);
    mask-image: radial-gradient(95% 48% at 50% 90%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.2) 64%, transparent 86%);
    opacity: 0.4;
    filter: blur(6px);
}

.ase-catalog-strip::after {
    background:
        radial-gradient(22% 22% at 77% 56%, rgba(252, 255, 255, 0.22) 0%, rgba(170, 214, 250, 0.12) 36%, rgba(0, 0, 0, 0) 74%),
        radial-gradient(40% 28% at 77% 58%, rgba(222, 242, 255, 0.11) 0%, rgba(146, 198, 246, 0.07) 42%, rgba(0, 0, 0, 0) 80%);
    -webkit-mask-image: radial-gradient(42% 42% at 77% 56%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.52) 50%, transparent 82%);
    mask-image: radial-gradient(42% 42% at 77% 56%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.52) 50%, transparent 82%);
    opacity: 0.26;
    mix-blend-mode: screen;
    filter: blur(8px);
}

.ase-catalog-inner {
    position: relative;
    z-index: 3;
    padding: 18px 22px 22px;
}

.ase-strip-label {
    margin: 4px 0 10px;
    color: #d5e6ff;
    font-size: 13px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    opacity: 0.86;
}

.ase-category-row,
.ase-deals-row {
    display: grid;
    gap: 10px;
    padding-right: 340px;
}

.ase-category-row {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
}

.ase-deals-row {
    margin-top: 10px;
    grid-template-columns: repeat(4, minmax(132px, 1fr));
}

.ase-category-card,
.ase-deal-card {
    position: relative;
    border-radius: 14px;
    border: 1px solid var(--ase-card-border);
    background: linear-gradient(180deg, rgba(21, 44, 108, 0.8), rgba(11, 25, 70, 0.76));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 24px rgba(3, 9, 35, 0.45);
    color: var(--ase-white);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ase-category-card:hover,
.ase-deal-card:hover {
    transform: translateY(-2px);
    border-color: rgba(125, 184, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 18px 28px rgba(7, 15, 46, 0.55), 0 0 0 1px rgba(92, 161, 255, 0.28);
    color: var(--ase-white);
}

.ase-category-card {
    min-height: 122px;
    padding: 7px 14px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.ase-category-image-slot {
    width: 132px;
    height: 74px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    border-radius: 8px;
    overflow: hidden;
}

.ase-category-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 0;
    filter: drop-shadow(0 6px 12px rgba(4, 8, 32, 0.62));
}

.ase-category-meta {
    width: calc(100% + 2px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    min-height: 36px;
    padding: 0 10px;
    margin-top: auto;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 0 14px 14px;
    background:
        linear-gradient(180deg, rgba(22, 44, 104, 0.74), rgba(12, 28, 80, 0.86)),
        radial-gradient(130% 160% at 50% 0%, rgba(150, 198, 255, 0.12), rgba(0, 0, 0, 0));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ase-category-title {
    font-size: clamp(14px, 1.05vw, 20px);
    font-weight: 500;
    line-height: 1.05;
    white-space: nowrap;
    max-width: calc(100% - 26px);
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.ase-category-arrow {
    position: static;
    width: 14px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    opacity: 0.9;
    flex: 0 0 14px;
    transform: translateY(1px);
}

.ase-deal-card {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    padding: 9px 14px;
}

.ase-deal-name {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ase-deal-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.ase-deal-price {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.ase-cart-icon {
    display: inline-flex;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    color: rgba(255, 255, 255, 0.96);
}

.ase-cart-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ase-catalog-mascot {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: min(21vw, 300px);
    max-width: 100%;
    height: auto;
    z-index: 4;
    pointer-events: none;
    filter: drop-shadow(0 18px 26px rgba(3, 6, 22, 0.65));
}

@media (max-width: 1500px) {
    .ase-hero-title {
        font-size: clamp(28px, 3.5vw, 54px);
    }

    .ase-hero-button {
        font-size: 19px;
    }

    .ase-hero-badge {
        font-size: 24px;
    }

    .ase-category-row,
    .ase-deals-row {
        padding-right: 290px;
    }

    .ase-category-title {
        font-size: clamp(14px, 0.95vw, 18px);
    }

    .ase-deal-name {
        font-size: 21px;
    }

    .ase-deal-price {
        font-size: 30px;
    }
}

@media (max-width: 1180px) {
    .ase-hero-slider {
        height: 380px;
        max-height: 380px;
    }

    .ase-hero-inner {
        padding: 28px 30px 12px;
    }

    .ase-hero-copy {
        max-width: 52%;
    }

    .ase-hero-image {
        margin-bottom: -30px;
        transform: scale(1.02);
    }

    .ase-category-row {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
    }

    .ase-deals-row {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .ase-category-row,
    .ase-deals-row {
        padding-right: 0;
    }

    .ase-catalog-mascot {
        opacity: 0.35;
        width: 200px;
    }
}

@media (max-width: 820px) {
    .ase-hero-slider {
        height: 420px;
        max-height: 420px;
    }

    .ase-hero-inner {
        position: relative;
        padding: 18px 14px 0;
        gap: 10px;
    }

    .ase-hero-copy {
        max-width: 62%;
        z-index: 5;
    }

    .ase-hero-art {
        position: absolute;
        inset: 0;
        height: 100% !important;
        z-index: 3;
        pointer-events: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        overflow: visible;
        padding-top: 0;
    }

    .ase-hero-title {
        font-size: clamp(34px, 8vw, 56px);
        line-height: 1.06;
        gap: 6px;
    }

    .ase-hero-button {
        font-size: 14px;
        margin-top: 10px;
        padding: 10px 16px;
        gap: 8px;
    }

    .ase-hero-button i {
        font-size: 14px;
    }

    .ase-hero-image {
        width: min(142vw, 1260px) !important;
        max-width: none;
        max-height: none !important;
        margin-right: -132px !important;
        margin-bottom: -28px !important;
        position: relative;
        z-index: 5;
        transform: scale(1);
    }

    .ase-hero-badge {
        position: absolute !important;
        min-width: 64px;
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 17px;
        z-index: 10 !important;
    }

    .ase-hero-badge-left {
        top: 84px !important;
        left: 57% !important;
        transform: translateX(-50%);
    }

    .ase-hero-badge-right {
        display: inline-flex !important;
        top: 34px !important;
        right: 8% !important;
    }

    .ase-hero-nav,
    .ase-hero-dots {
        display: none;
    }

    .ase-catalog-strip {
        margin-top: 12px;
    }

    .ase-catalog-inner {
        padding: 10px 10px 14px;
    }

    .ase-category-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        padding-right: 0;
    }

    .ase-category-row .ase-category-card:nth-child(n + 5) {
        display: none;
    }

    .ase-deals-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 6px;
        padding-right: 0;
    }

    .ase-deals-row .ase-deal-card:nth-child(n + 4) {
        display: none;
    }

    .ase-category-card {
        min-height: 92px;
        padding: 4px 6px 6px;
        border-radius: 10px;
    }

    .ase-category-image-slot {
        width: 66px;
        height: 42px;
        min-height: 42px;
        margin-top: 0;
        border-radius: 4px;
    }

    .ase-category-meta {
        width: calc(100% + 2px);
        min-height: 22px;
        gap: 4px;
        padding: 0 4px;
        border-radius: 0 0 10px 10px;
    }

    .ase-category-title {
        font-size: 15px;
        max-width: calc(100% - 13px);
    }

    .ase-category-arrow {
        width: 11px;
        font-size: 14px;
        flex: 0 0 11px;
        transform: translateY(0);
    }

    .ase-deal-card {
        min-height: 74px;
        padding: 6px 8px;
        border-radius: 10px;
        gap: 4px;
    }

    .ase-deal-name {
        font-size: 17px;
        letter-spacing: 0.01em;
    }

    .ase-deal-price {
        font-size: 28px;
    }

    .ase-cart-icon {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }

    .ase-catalog-mascot {
        display: none !important;
        width: 96px;
        right: 14px;
        bottom: 8px;
        opacity: 0.92;
    }
}

@media (max-width: 520px) {
    .ase-hero-slider {
        height: 360px;
        max-height: 360px;
    }

    .ase-hero-inner {
        padding: 14px 10px 0;
    }

    .ase-hero-copy {
        max-width: 72%;
    }

    .ase-hero-title {
        font-size: clamp(26px, 9vw, 40px);
    }

    .ase-hero-button {
        font-size: 12px;
        padding: 8px 12px;
    }

    .ase-hero-image {
        width: 142vw !important;
        margin-right: -12px !important;
        margin-bottom: -22px !important;
    }

    .ase-hero-badge {
        min-width: 52px;
        padding: 4px 8px;
        font-size: 14px;
    }

    .ase-hero-badge-left {
        top: 166px !important;
        left: 56% !important;
    }

    .ase-hero-badge-right {
        display: inline-flex !important;
        top: 142px !important;
        right: 16% !important;
    }

    .ase-category-row,
    .ase-deals-row {
        gap: 5px;
    }

    .ase-category-card {
        min-height: 82px;
    }

    .ase-category-image-slot {
        width: 56px;
        height: 34px;
        min-height: 34px;
    }

    .ase-category-title {
        font-size: 10px;
        line-height: 1.12;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-width: calc(100% - 2px);
        text-align: center;
    }

    .ase-category-arrow {
        display: none;
    }

    .ase-deal-card {
        min-height: 62px;
        padding: 6px 7px;
    }

    .ase-deal-name {
        font-size: 13px;
    }

    .ase-deal-price {
        font-size: 19px;
        white-space: nowrap;
    }

    .ase-deal-footer {
        gap: 8px;
        align-items: center;
    }

    .ase-cart-icon {
        width: 11px;
        height: 11px;
        flex: 0 0 11px;
    }

    .ase-catalog-mascot {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ase-hero-slide::before,
    .ase-hero-slide::after,
    .ase-catalog-strip::before,
    .ase-catalog-strip::after {
        animation: none;
    }
}
