/* Ampol Shop Home v13.1 — full-page cinematic storefront */
.home-v13-pro {
    --home-ink: var(--v12-text, #10231d);
    --home-muted: var(--v12-muted, #6b7f77);
    --home-panel: var(--v12-panel, #fff);
    --home-line: color-mix(in srgb, var(--v12-accent, #10b981) 14%, transparent);
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--v12-accent, #10b981) 8%, transparent), transparent 27rem),
        linear-gradient(180deg, color-mix(in srgb, var(--v12-bg, #f4faf7) 96%, white), var(--v12-bg, #f4faf7));
}

.home-v13-pro .page-shell { width: min(100% - 40px, 1440px); }

/* Editorial heading shared by the new sections */
.v13-editorial-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.v13-editorial-head > div > p,
.home-v13-pro .v12-section-head > div > p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 13px;
    color: var(--v12-accent, #10b981) !important;
    font: 950 10px/1 sans-serif;
    letter-spacing: .2em;
}

.v13-editorial-head > div > p i,
.home-v13-pro .v12-section-head > div > p span {
    width: 42px;
    height: 1px;
    background: currentColor;
}

.v13-editorial-head h2,
.home-v13-pro .v12-section-head h2 {
    margin: 0;
    color: var(--home-ink) !important;
    font-size: clamp(2.25rem, 4.2vw, 4.6rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.05em;
}

.v13-editorial-head small,
.home-v13-pro .v12-section-head > div > small {
    display: block;
    margin-top: 12px;
    color: var(--home-muted) !important;
    font-size: 12px !important;
    line-height: 1.9;
}

.v13-editorial-head > a,
.home-v13-pro .v12-section-head > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 49px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 1px solid var(--home-line);
    border-radius: 15px;
    color: var(--home-ink) !important;
    background: color-mix(in srgb, var(--home-panel) 88%, transparent);
    box-shadow: 0 14px 38px color-mix(in srgb, var(--v12-accent, #10b981) 8%, transparent);
    font-size: 11px;
    font-weight: 950;
    transition: .28s ease;
}

.v13-editorial-head > a span,
.home-v13-pro .v12-section-head > a span { color: var(--v12-accent, #10b981); font-size: 17px; }
.v13-editorial-head > a:hover,
.home-v13-pro .v12-section-head > a:hover { transform: translateY(-3px); border-color: var(--v12-accent, #10b981); }

/* Game universes */
.v13-worlds-section {
    position: relative;
    isolation: isolate;
    padding: clamp(76px, 9vw, 130px) 0 84px;
}

.v13-worlds-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .34;
    pointer-events: none;
    background-image:
        linear-gradient(var(--home-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--home-line) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.v13-worlds-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 220px;
    gap: 14px;
}

.v13-world-card {
    --world-accent: var(--v12-accent, #10b981);
    position: relative;
    isolation: isolate;
    grid-column: span 3;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 27px;
    color: #fff;
    background: #06101b;
    box-shadow: 0 22px 56px rgba(3,12,22,.16);
    transform: translateZ(0);
}

.v13-world-card.is-featured { grid-column: span 6; grid-row: span 2; }
.v13-world-card::after {
    content: var(--world-index);
    position: absolute;
    z-index: 2;
    inset-inline-start: 18px;
    bottom: -13px;
    color: rgba(255,255,255,.08);
    font: 1000 5.6rem/1 sans-serif;
    letter-spacing: -.08em;
    pointer-events: none;
}

.v13-world-card picture,
.v13-world-card picture::after,
.v13-world-card__shade,
.v13-world-card__grid { position: absolute; inset: 0; }
.v13-world-card picture { z-index: -3; }
.v13-world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.v13-world-card:not(.is-featured) img { filter: saturate(.88) brightness(.78); }
.v13-world-card__shade {
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(3,8,15,.05), rgba(3,8,15,.35) 40%, rgba(3,8,15,.96)),
        linear-gradient(90deg, color-mix(in srgb, var(--world-accent) 20%, transparent), transparent 52%);
}
.v13-world-card.is-featured .v13-world-card__shade {
    background:
        linear-gradient(90deg, rgba(3,8,15,.03), rgba(3,8,15,.2) 42%, rgba(3,8,15,.92)),
        linear-gradient(180deg, transparent 30%, rgba(3,8,15,.9));
}
.v13-world-card__grid {
    z-index: -1;
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(135deg, #000, transparent 72%);
}

.v13-world-card__top {
    position: absolute;
    z-index: 3;
    top: 16px;
    inset-inline-end: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 32px);
    padding: 8px 11px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: rgba(255,255,255,.78);
    background: rgba(4,10,20,.48);
    backdrop-filter: blur(12px);
    font-size: 8px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.v13-world-card__top i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--world-accent); box-shadow: 0 0 16px var(--world-accent); }
.v13-world-card__copy { position: absolute; z-index: 3; inset-inline: 20px; bottom: 20px; display: grid; justify-items: start; }
.v13-world-card__copy small { color: var(--world-accent); font: 900 8px/1 sans-serif; letter-spacing: .18em; }
.v13-world-card__copy b { margin-top: 7px; color: #fff; font-size: clamp(1.5rem, 2.4vw, 2.9rem); line-height: 1; letter-spacing: -.04em; }
.v13-world-card__copy em { display: block; max-width: 480px; margin-top: 12px; color: rgba(255,255,255,.7); font-size: 10px; font-style: normal; line-height: 1.9; }
.v13-world-card__copy strong { display: inline-flex; align-items: center; gap: 12px; margin-top: 14px; color: #fff; font-size: 9px; }
.v13-world-card__copy strong i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; color: #03111a; background: var(--world-accent); font-style: normal; transition: transform .3s ease; }
.v13-world-card:hover img { transform: scale(1.055); filter: saturate(1.08) brightness(.9); }
.v13-world-card:hover .v13-world-card__copy strong i { transform: translateX(-4px); }

/* Credibility rail */
.v13-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: color-mix(in srgb, var(--home-panel) 90%, transparent);
    box-shadow: 0 18px 54px rgba(5,31,23,.07);
    backdrop-filter: blur(18px);
}
.v13-proof-grid article { position: relative; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px; min-height: 96px; padding: 20px; }
.v13-proof-grid article + article { border-inline-start: 1px solid var(--home-line); }
.v13-proof-grid article > span { position: absolute; inset-inline-end: 12px; top: 8px; color: color-mix(in srgb, var(--v12-accent, #10b981) 10%, transparent); font: 1000 2.8rem/1 sans-serif; }
.v13-proof-grid article > i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--home-line); border-radius: 14px; color: var(--v12-accent, #10b981); background: color-mix(in srgb, var(--v12-accent, #10b981) 8%, transparent); font-style: normal; font-weight: 1000; }
.v13-proof-grid article div { position: relative; z-index: 1; display: grid; gap: 6px; }
.v13-proof-grid article b { color: var(--home-ink); font-size: 12px; }
.v13-proof-grid article small { color: var(--home-muted); font-size: 8px; line-height: 1.6; }

/* Product showcase: use each product's own colors instead of one global green */
.home-v13-pro .v12-section { padding-block: clamp(76px, 8vw, 116px); }
.home-v13-pro .v12-products-section,
.home-v13-pro .v12-latest-section { position: relative; isolation: isolate; }
.home-v13-pro .v12-products-section::before,
.home-v13-pro .v12-latest-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 20px 0;
    background: radial-gradient(circle at 12% 28%, color-mix(in srgb, var(--v12-accent, #10b981) 7%, transparent), transparent 24rem);
}
.home-v13-pro .v12-product-grid { gap: 16px !important; }
@media (min-width: 1100px) {
    .home-v13-pro .v12-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
.home-v13-pro .store-product-card {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--service-accent) 25%, rgba(255,255,255,.09)) !important;
    border-radius: 25px !important;
    background: #06110f !important;
    box-shadow: 0 18px 50px rgba(3,20,15,.14) !important;
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease !important;
}
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 1) .store-product-card { --service-accent:#42d9ff !important; --service-secondary:#07557b !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 2) .store-product-card { --service-accent:#ff4fa3 !important; --service-secondary:#76214d !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 3) .store-product-card { --service-accent:#ffb52e !important; --service-secondary:#71460b !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 4) .store-product-card { --service-accent:#8c7cff !important; --service-secondary:#382c78 !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 5) .store-product-card { --service-accent:#42e6a4 !important; --service-secondary:#0b6445 !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 6) .store-product-card { --service-accent:#ff6678 !important; --service-secondary:#762637 !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 7) .store-product-card { --service-accent:#4d96ff !important; --service-secondary:#1b417c !important; }
.home-v13-pro .v12-product-grid > [data-reveal]:nth-child(8n + 8) .store-product-card { --service-accent:#d7ff52 !important; --service-secondary:#526711 !important; }
.home-v13-pro .store-product-card:hover {
    transform: translateY(-7px) !important;
    border-color: color-mix(in srgb, var(--service-accent) 62%, white 8%) !important;
    box-shadow: 0 28px 72px rgba(3,16,20,.25), 0 0 44px color-mix(in srgb, var(--service-accent) 18%, transparent) !important;
}
html[data-theme] body.ampol-app .home-v13-pro .store-product-card__visual {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--service-accent) 36%, transparent), transparent 34%),
        linear-gradient(145deg, color-mix(in srgb, var(--service-secondary) 74%, #102033), #061019 76%) !important;
}
.home-v13-pro .store-product-card__visual::after {
    content: "";
    position: absolute;
    z-index: 18;
    inset: -50% auto -50% -45%;
    width: 28%;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.17), transparent);
    transform: rotate(18deg);
    transition: left .75s ease, opacity .25s ease;
}
.home-v13-pro .store-product-card:hover .store-product-card__visual::after { left: 125%; opacity: 1; }
html[data-theme] body.ampol-app .home-v13-pro .store-product-card__body {
    background: linear-gradient(180deg, #071411, color-mix(in srgb, var(--service-secondary) 17%, #06100f)) !important;
}
.home-v13-pro .store-product-card__category,
.home-v13-pro .store-product-card__commercial-badge,
.home-v13-pro .store-product-card__instant { backdrop-filter: blur(12px); }
.home-v13-pro .store-product-card__value strong { text-shadow: 0 0 38px color-mix(in srgb, var(--service-accent) 65%, transparent); }
.home-v13-pro .store-product-card__cta {
    border-color: color-mix(in srgb, var(--service-accent) 34%, transparent) !important;
    color: color-mix(in srgb, var(--service-accent) 72%, white) !important;
    background: color-mix(in srgb, var(--service-accent) 9%, transparent) !important;
}

/* Deal section becomes a dramatic dark chapter */
.home-v13-pro .v1218-deals-section {
    position: relative;
    isolation: isolate;
    margin: 24px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 90% 18%, color-mix(in srgb, var(--v12-accent, #10b981) 25%, transparent), transparent 30rem),
        radial-gradient(circle at 5% 90%, rgba(94,75,255,.2), transparent 28rem),
        #040b12;
}
.home-v13-pro .v1218-deals-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .2;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
}
.home-v13-pro .v1218-deals-section .v12-section-head h2 { color: #fff !important; }
.home-v13-pro .v1218-deals-section .v12-section-head small { color: #93a6b6 !important; }
.home-v13-pro .v1218-deals-section .v12-section-head > a { color: #fff !important; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }

/* Journey */
.home-v13-pro .v1218-journey-section { padding-bottom: 30px; }
.home-v13-pro .v1218-journey {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--home-line) !important;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 10% 18%, color-mix(in srgb, var(--v12-accent, #10b981) 10%, transparent), transparent 22rem),
        color-mix(in srgb, var(--home-panel) 94%, transparent) !important;
    box-shadow: 0 28px 80px rgba(5,31,23,.08);
}
.home-v13-pro .v1218-journey::after {
    content: "FLOW / 03";
    position: absolute;
    inset-inline-start: 4%;
    bottom: -20px;
    color: color-mix(in srgb, var(--v12-accent, #10b981) 6%, transparent);
    font: 1000 clamp(4rem, 11vw, 10rem)/1 sans-serif;
    letter-spacing: -.08em;
    pointer-events: none;
}
.home-v13-pro .v12-flow__copy,
.home-v13-pro .v12-flow__steps { position: relative; z-index: 1; }
.home-v13-pro .v12-flow__steps article { border-color: var(--home-line) !important; background: color-mix(in srgb, var(--home-panel) 82%, transparent) !important; }

/* Operations / advantages */
.v13-advantage-section {
    position: relative;
    isolation: isolate;
    padding: clamp(82px, 9vw, 132px) 0;
}
.v13-advantage-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 4% 0;
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--v12-accent, #10b981) 5%, transparent), transparent);
}
.v13-advantage-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 18px; }
.v13-ops-panel {
    position: relative;
    isolation: isolate;
    min-height: 430px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 31px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 15%, color-mix(in srgb, var(--v12-accent, #10b981) 35%, transparent), transparent 19rem),
        radial-gradient(circle at 88% 85%, rgba(88,82,255,.24), transparent 20rem),
        #04101a;
    box-shadow: 0 30px 90px rgba(2,11,20,.24);
}
.v13-ops-panel::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .2;
    background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(135deg, #000, transparent 75%);
}
.v13-ops-panel__head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: #668093; font: 900 9px/1 sans-serif; letter-spacing: .17em; }
.v13-ops-panel__head span { color: #72efd0; }
.v13-ops-panel__head span i { display: inline-block; width: 6px; height: 6px; margin-inline-end: 7px; border-radius: 50%; background: #52f0c7; box-shadow: 0 0 15px #52f0c7; animation: v13OpsPulse 1.5s ease-in-out infinite; }
.v13-ops-panel__route { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin: 72px 0 60px; }
.v13-ops-panel__route > span { display: grid; place-items: center; gap: 10px; min-width: 84px; }
.v13-ops-panel__route > span > i { display: grid; width: 59px; height: 59px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; color: #758b9e; background: rgba(255,255,255,.04); font-style: normal; font-weight: 1000; }
.v13-ops-panel__route > span.is-done > i { border-color: rgba(82,240,199,.35); color: #071510; background: #52f0c7; box-shadow: 0 0 30px rgba(82,240,199,.3); }
.v13-ops-panel__route > span.is-live > i { border-color: #43bff0; color: #dff8ff; background: rgba(67,191,240,.12); box-shadow: 0 0 34px rgba(67,191,240,.2); animation: v13OpsLive 2s ease-in-out infinite; }
.v13-ops-panel__route small { color: #a8bbc8; font-size: 8px; font-weight: 850; }
.v13-ops-panel__route > b { position: relative; height: 2px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.v13-ops-panel__route > b::after { content: ""; position: absolute; inset-block: 0; width: 35%; border-radius: inherit; background: linear-gradient(90deg, transparent, #52f0c7, transparent); animation: v13OpsRoute 2.2s linear infinite; }
.v13-ops-panel__metric { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.04); backdrop-filter: blur(12px); }
.v13-ops-panel__metric span { display: grid; gap: 8px; }
.v13-ops-panel__metric small { color: #71889b; font-size: 8px; }
.v13-ops-panel__metric b { color: #fff; font-size: 18px; }
.v13-ops-panel__metric strong { color: #52f0c7; font: 1000 10px/1 sans-serif; letter-spacing: .15em; }

.v13-advantage-cards { display: grid; gap: 12px; }
.v13-advantage-cards article {
    position: relative;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 16px;
    min-height: 134px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: color-mix(in srgb, var(--home-panel) 92%, transparent);
    box-shadow: 0 16px 48px rgba(5,31,23,.06);
    transition: .28s ease;
}
.v13-advantage-cards article:hover { transform: translateX(-5px); border-color: color-mix(in srgb, var(--v12-accent, #10b981) 40%, transparent); }
.v13-advantage-cards article > span { position: absolute; inset-inline-start: 17px; bottom: -7px; color: color-mix(in srgb, var(--v12-accent, #10b981) 7%, transparent); font: 1000 4.8rem/1 sans-serif; }
.v13-advantage-cards article > i { position: relative; z-index: 1; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--home-line); border-radius: 16px; color: var(--v12-accent, #10b981); background: color-mix(in srgb, var(--v12-accent, #10b981) 8%, transparent); font-size: 18px; font-style: normal; }
.v13-advantage-cards article > div { position: relative; z-index: 1; display: grid; gap: 8px; }
.v13-advantage-cards article b { color: var(--home-ink); font-size: 15px; }
.v13-advantage-cards article small { color: var(--home-muted); font-size: 10px; line-height: 1.85; }

/* Arena and closing chapter */
.home-v13-pro .v1218-arena-section { padding-block: 32px 96px !important; }
.home-v13-pro .v1218-arena { border: 1px solid rgba(111,228,206,.15); border-radius: 35px; box-shadow: 0 34px 100px rgba(3,14,28,.28); }
.home-v13-pro .v12-latest-section { padding-top: 104px; }
.home-v13-pro .v12-cta-section { padding-block: 36px 105px; }
.home-v13-pro .v12-final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13) !important;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--v12-accent, #10b981) 42%, transparent), transparent 21rem),
        radial-gradient(circle at 90% 90%, rgba(82,112,255,.26), transparent 23rem),
        #04101a !important;
    box-shadow: 0 35px 100px rgba(2,12,22,.3) !important;
}
.home-v13-pro .v12-final-cta::after {
    content: "PLAY";
    position: absolute;
    z-index: -1;
    inset-inline-start: 2%;
    bottom: -28px;
    color: rgba(255,255,255,.035);
    font: 1000 clamp(6rem, 16vw, 14rem)/1 sans-serif;
    letter-spacing: -.09em;
}
.home-v13-pro .v12-final-cta h2 { color: #fff !important; }
.home-v13-pro .v12-final-cta small { color: #9eb0be !important; }

@keyframes v13OpsPulse { 50% { opacity: .35; transform: scale(.7); } }
@keyframes v13OpsLive { 50% { box-shadow: 0 0 48px rgba(67,191,240,.48); } }
@keyframes v13OpsRoute { from { inset-inline-start: -35%; } to { inset-inline-start: 100%; } }

@media (max-width: 1099px) {
    .v13-worlds-grid { grid-auto-rows: 190px; }
    .v13-world-card { grid-column: span 6; }
    .v13-world-card.is-featured { grid-column: span 12; grid-row: span 2; }
    .v13-advantage-grid { grid-template-columns: 1fr; }
    .v13-advantage-cards { grid-template-columns: repeat(3, 1fr); }
    .v13-advantage-cards article { grid-template-columns: 1fr; align-content: start; }
    .v13-proof-grid { grid-template-columns: 1fr 1fr; }
    .v13-proof-grid article:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--home-line); }
    .v13-proof-grid article:nth-child(4) { border-top: 1px solid var(--home-line); }
}

@media (max-width: 900px) {
    .home-v13-pro .v13-slide__media img,
    .home-v13-pro .v13-slide.is-active .v13-slide__media img { transform: none !important; }
}

@media (max-width: 760px) {
    .home-v13-pro .v1218-deals-rail {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 4px 2px 18px;
        scroll-padding-inline: 2px;
        scroll-snap-type: inline mandatory;
    }

    .home-v13-pro .v1218-deals-rail__item {
        flex: 0 0 auto !important;
        flex-basis: clamp(270px, 82vw, 330px) !important;
        width: clamp(270px, 82vw, 330px);
        min-width: clamp(270px, 82vw, 330px);
        max-width: 330px;
        scroll-snap-align: start;
    }

    .home-v13-pro .v1218-deals-rail__item > .store-product-card {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .home-v13-pro .page-shell { width: min(100% - 28px, 1440px); }
    .v13-editorial-head,
    .home-v13-pro .v12-section-head { display: grid !important; align-items: start; gap: 20px; margin-bottom: 24px; }
    .v13-editorial-head h2,
    .home-v13-pro .v12-section-head h2 { font-size: clamp(2rem, 10.5vw, 3rem) !important; line-height: 1.12 !important; }
    .v13-editorial-head small,
    .home-v13-pro .v12-section-head > div > small { margin-top: 9px; font-size: 9px !important; line-height: 1.8; }
    .v13-editorial-head > a,
    .home-v13-pro .v12-section-head > a { width: max-content; min-height: 42px; padding: 0 14px; border-radius: 12px; font-size: 9px; }

    .v13-worlds-section { padding: 62px 0 58px; }
    .v13-worlds-grid {
        display: flex;
        width: calc(100% + 14px);
        gap: 10px;
        padding-inline-end: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .v13-worlds-grid::-webkit-scrollbar { display: none; }
    .v13-world-card,
    .v13-world-card.is-featured { flex: 0 0 min(78vw, 330px); height: 390px; scroll-snap-align: center; border-radius: 23px; }
    .v13-world-card.is-featured { flex-basis: min(87vw, 360px); }
    .v13-world-card__copy { inset-inline: 17px; bottom: 18px; }
    .v13-world-card__copy b { font-size: 2rem; }
    .v13-world-card__copy em { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 9px; }
    .v13-world-card img { filter: saturate(.95) brightness(.78); }
    .v13-world-card__shade,
    .v13-world-card.is-featured .v13-world-card__shade { background: linear-gradient(180deg, rgba(3,8,15,.02), rgba(3,8,15,.25) 42%, rgba(3,8,15,.96)); }

    .v13-proof-grid { margin-top: 12px; border-radius: 20px; }
    .v13-proof-grid article { grid-template-columns: auto 1fr; min-height: 90px; padding: 14px 11px; gap: 9px; }
    .v13-proof-grid article > i { width: 35px; height: 35px; border-radius: 11px; }
    .v13-proof-grid article b { font-size: 10px; }
    .v13-proof-grid article small { font-size: 7px; }
    .v13-proof-grid article > span { font-size: 2.2rem; opacity: .75; }

    .home-v13-pro .v12-section { padding-block: 60px; }
    .home-v13-pro .v12-products-section { padding-top: 70px; }
    .home-v13-pro .v12-product-grid { gap: 10px !important; }
    .home-v13-pro .store-product-card { border-radius: 19px !important; }
    .home-v13-pro .store-product-card:hover { transform: none !important; }
    .home-v13-pro .store-product-card:hover .store-product-card__visual::after { opacity: 0; }
    .home-v13-pro .v1218-deals-section { margin: 0; }

    .home-v13-pro .v1218-journey { border-radius: 25px !important; }

    .v13-advantage-section { padding: 66px 0 72px; }
    .v13-advantage-grid { gap: 12px; }
    .v13-ops-panel { min-height: 355px; padding: 19px 14px; border-radius: 24px; }
    .v13-ops-panel__head { font-size: 7px; }
    .v13-ops-panel__route { gap: 6px; margin: 57px 0 48px; }
    .v13-ops-panel__route > span { min-width: 60px; }
    .v13-ops-panel__route > span > i { width: 44px; height: 44px; border-radius: 14px; }
    .v13-ops-panel__route small { font-size: 6px; }
    .v13-ops-panel__metric { padding: 14px; }
    .v13-ops-panel__metric b { font-size: 14px; }
    .v13-advantage-cards { grid-template-columns: 1fr; gap: 9px; }
    .v13-advantage-cards article { grid-template-columns: auto 1fr; min-height: 108px; padding: 17px; border-radius: 19px; }
    .v13-advantage-cards article > i { width: 43px; height: 43px; border-radius: 14px; }
    .v13-advantage-cards article b { font-size: 12px; }
    .v13-advantage-cards article small { font-size: 8px; }

    .home-v13-pro .v1218-arena-section { padding-block: 12px 62px !important; }
    .home-v13-pro .v1218-arena { border-radius: 25px; }
    .home-v13-pro .v12-latest-section { padding-top: 70px; }
    .home-v13-pro .v12-cta-section { padding-block: 20px 74px; }
    .home-v13-pro .v12-final-cta { border-radius: 25px !important; }
}

@media (max-width: 390px) {
    .v13-world-card,
    .v13-world-card.is-featured { flex-basis: 84vw; height: 370px; }
    .v13-proof-grid article { min-height: 84px; }
    .v13-proof-grid article small { max-width: 90px; }
}

@media (hover: none), (pointer: coarse) {
    .v13-world-card:hover img { transform: none; }
    .v13-world-card:hover .v13-world-card__copy strong i { transform: none; }
    .v13-advantage-cards article:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    .v13-world-card img,
    .v13-ops-panel__head span i,
    .v13-ops-panel__route > span.is-live > i,
    .v13-ops-panel__route > b::after { animation: none !important; transition: none !important; }
}
