/* WESTACE-BUILD-2.2 | aurora orchid theme. If this comment line is missing in style.css on the server, an old cached file is being served. */
:root {
    --ink: #07050D;
    --ink-2: #0C0817;
    --surface: #130C22;
    --surface-2: #19112C;
    --surface-3: #221638;
    --violet: #7B3FE4;
    --violet-hi: #A97BFF;
    --violet-deep: #3A1B78;
    --magenta: #FF3D8B;
    --magenta-deep: #B31B59;
    --gold: #F3CE72;
    --gold-hi: #FFEAB8;
    --gold-deep: #C8942F;
    --aqua: #3FE0C8;
    --text: #F2ECFB;
    --muted: #A99CC4;
    --muted-2: #8A7DA6;
    --edge: rgba(255, 255, 255, 0.08);
    --edge-2: rgba(255, 255, 255, 0.14);
    --edge-gold: rgba(243, 206, 114, 0.28);
    --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --font-body: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
    --r-xl: 28px;
    --r-l: 20px;
    --r-m: 14px;
    --r-s: 10px;
    --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.5);
    --shadow-lift: 0 18px 40px rgba(0, 0, 0, 0.45);
    --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}

body {
    font-family: var(--font-body);
    font-size: 17.5px;
    line-height: 1.75;
    color: var(--text);
    background-color: var(--ink);
    background-image:
        radial-gradient(900px 480px at 82% -140px, rgba(123, 63, 228, 0.38), rgba(123, 63, 228, 0) 72%),
        radial-gradient(760px 420px at 6% 320px, rgba(255, 61, 139, 0.16), rgba(255, 61, 139, 0) 70%),
        linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 420px, var(--ink) 100%);
    background-attachment: scroll, scroll, fixed;
    -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: var(--gold); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--gold-hi); }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.visually-hidden {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip-link {
    position: absolute; left: -9999px; top: 10px; z-index: 60;
    padding: 10px 16px; border-radius: var(--r-s);
    background: var(--gold); color: #17100B; font-weight: 700;
}
.skip-link:focus { left: 16px; }

/* ===== Header ===== */
.header {
    position: sticky; top: 0; z-index: 40;
    background: linear-gradient(180deg, rgba(7, 5, 13, 0.94) 0%, rgba(7, 5, 13, 0.76) 100%);
    backdrop-filter: saturate(150%) blur(14px);
    -webkit-backdrop-filter: saturate(150%) blur(14px);
    border-bottom: 1px solid var(--edge);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.header::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
    background: linear-gradient(90deg, rgba(243, 206, 114, 0) 0%, var(--edge-gold) 28%, rgba(255, 61, 139, 0.36) 62%, rgba(243, 206, 114, 0) 100%);
}
.header.scrolled { box-shadow: 0 10px 34px rgba(0, 0, 0, 0.55); border-color: var(--edge-2); }
.header__inner { display: flex; align-items: center; gap: 22px; min-height: 78px; }
.logo { display: inline-flex; flex: 0 0 auto; }
.logo-img { height: 42px; width: auto; }

.header-nav { display: flex; gap: 26px; margin-left: 6px; }
.header-nav a {
    position: relative; color: var(--text); font-size: 13px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 0;
}
.header-nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
    background: linear-gradient(90deg, var(--gold), var(--magenta));
    transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease;
}
.header-nav a:hover { color: #FFFFFF; }
.header-nav a:hover::after { transform: scaleX(1); }

.auth { display: flex; gap: 10px; margin-left: auto; }

/* ===== Buttons ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 48px; padding: 12px 26px; border-radius: 999px;
    font-family: var(--font-body); font-size: 14px; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.btn--primary {
    background: linear-gradient(135deg, var(--gold-hi) 0%, var(--gold) 42%, var(--gold-deep) 100%);
    color: #180F04;
    box-shadow: 0 10px 26px rgba(243, 206, 114, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.btn--primary:hover { color: #180F04; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(243, 206, 114, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.6); }
.btn--ghost { background: rgba(255, 255, 255, 0.03); color: #FFFFFF; box-shadow: inset 0 0 0 1.5px var(--edge-2); }
.btn--ghost:hover { color: #FFFFFF; transform: translateY(-2px); box-shadow: inset 0 0 0 1.5px var(--violet-hi), 0 10px 24px rgba(123, 63, 228, 0.3); }

/* ===== Hero carousel ===== */
.banner-carousel-wrapper { margin-top: 26px; }
.banner-carousel {
    position: relative; width: 100%; aspect-ratio: 3 / 1; min-height: 310px;
    overflow: hidden; background: var(--violet-deep);
    border-radius: var(--r-xl);
    box-shadow: 0 0 0 1px var(--edge-gold), var(--shadow-soft);
}
.banner-carousel__viewport { position: absolute; inset: 0; }
.banner-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.7s ease, visibility 0.7s; }
.banner-slide.is-active { opacity: 1; visibility: visible; }
.banner-slide__image { position: absolute; inset: 0; }
.banner-slide__image img {
    width: 100%; height: 100%; object-fit: cover;
    object-position: var(--pos, 50%) 50%;
    transform: scale(1.05); transition: transform 8s ease;
}
.banner-slide.is-active .banner-slide__image img { transform: scale(1); }
.banner-slide__image::after {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 5, 13, 0.95) 0%, rgba(9, 6, 20, 0.8) 30%, rgba(9, 6, 20, 0.24) 52%, rgba(9, 6, 20, 0) 72%),
        linear-gradient(0deg, rgba(7, 5, 13, 0.55) 0%, rgba(7, 5, 13, 0) 46%);
}
.banner-slide__content {
    position: relative; z-index: 2; height: 100%;
    display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
    max-width: 600px; padding: 0 0 0 54px;
}
.banner-slide__content::before {
    content: "UK Casino & Sportsbook"; display: inline-flex; align-items: center;
    margin-bottom: 18px; padding: 7px 16px; border-radius: 999px;
    border: 1px solid var(--edge-gold);
    background: linear-gradient(135deg, rgba(123, 63, 228, 0.45), rgba(255, 61, 139, 0.22));
    color: var(--gold-hi); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
}
.banner-slide__title {
    font-family: var(--font-display); font-weight: 700;
    font-size: 60px; line-height: 1.04; letter-spacing: -0.01em;
    margin-bottom: 16px;
    background: linear-gradient(120deg, #FFFFFF 12%, var(--gold-hi) 48%, var(--gold) 82%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}
p.banner-slide__title { font-size: 42px; }
.banner-slide__content p:not(.banner-slide__title) {
    font-size: 17px; line-height: 1.6; color: #DCD2EE;
    margin-bottom: 26px; max-width: 30em;
}
.banner-dots { position: absolute; z-index: 3; left: 54px; bottom: 26px; display: flex; gap: 8px; }
.banner-dot {
    width: 9px; height: 9px; border: 0; padding: 0; cursor: pointer; border-radius: 999px;
    background: rgba(255, 255, 255, 0.34); transition: width 0.3s ease, background 0.3s ease;
}
.banner-dot.is-active { width: 34px; background: linear-gradient(90deg, var(--gold), var(--magenta)); }

/* ===== Content shell ===== */
.container.page-content { padding-top: 34px; padding-bottom: 80px; }
.content-box {
    position: relative;
    padding: 46px 48px 54px;
    border-radius: var(--r-xl);
    background:
        linear-gradient(180deg, rgba(25, 17, 44, 0.96) 0%, rgba(19, 12, 34, 0.96) 100%);
    box-shadow: var(--shadow-soft);
}
.content-box::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
    background: linear-gradient(150deg, var(--edge-gold) 0%, rgba(123, 63, 228, 0.45) 38%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 61, 139, 0.3) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
}

.page-text { counter-reset: sect; }
.page-text > p, .media-row__text > p { margin-bottom: 20px; color: #E3DAF2; }
.page-text > p:last-child { margin-bottom: 0; }
.page-text strong { color: #FFFFFF; font-weight: 700; }

.page-text h2 {
    counter-increment: sect;
    display: flex; align-items: center; gap: 16px;
    font-family: var(--font-display); font-weight: 700; font-size: 32px; line-height: 1.22;
    color: #FFFFFF; margin: 52px 0 22px; scroll-margin-top: 96px;
}
.page-text h2::before {
    content: counter(sect, decimal-leading-zero);
    flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
    width: 54px; height: 54px;
    clip-path: polygon(50% 2%, 98% 50%, 50% 98%, 2% 50%);
    background: linear-gradient(140deg, var(--gold-hi) 0%, var(--gold) 45%, var(--gold-deep) 100%);
    box-shadow: 0 10px 26px rgba(243, 206, 114, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    font-family: var(--font-body); font-size: 15px; font-weight: 800; color: #1B1206;
    letter-spacing: 0.02em;
}
.page-text h2::after {
    content: ""; flex: 1 1 auto; height: 1px; margin-left: 4px;
    background: linear-gradient(90deg, var(--edge-gold) 0%, rgba(255, 61, 139, 0.28) 45%, rgba(255, 255, 255, 0) 100%);
}
.page-text h3 {
    font-family: var(--font-body); font-weight: 800; font-size: 20px;
    color: var(--gold-hi); margin: 30px 0 12px;
}

/* ===== Table of contents ===== */
.toc {
    margin: 26px 0 34px; padding: 20px 22px; border-radius: var(--r-l);
    background: linear-gradient(140deg, rgba(58, 27, 120, 0.4), rgba(19, 12, 34, 0.6));
    border: 1px solid var(--edge);
}
.toc__title {
    display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none;
    font-family: var(--font-body); font-size: 13px; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-hi);
}
.toc__title::-webkit-details-marker { display: none; }
.toc__icon {
    width: 9px; height: 9px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
    transform: rotate(45deg); transition: transform 0.25s ease; margin-bottom: 3px;
}
.toc[open] .toc__icon { transform: rotate(-135deg); margin-bottom: -3px; }
.toc__list {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 26px;
    margin: 18px 0 0; padding-left: 20px;
}
.toc__list li { color: var(--muted-2); }
.toc__list a { color: var(--text); font-size: 16px; font-weight: 500; }
.toc__list a:hover { color: var(--gold-hi); }

/* ===== Tables ===== */
.table-scroll {
    margin: 26px 0 30px; overflow-x: auto; -webkit-overflow-scrolling: touch;
    border-radius: var(--r-l); border: 1px solid var(--edge);
    background: var(--surface);
}
.table-scroll table { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 1.55; min-width: 600px; }
.table-scroll thead th {
    background: linear-gradient(90deg, var(--violet) 0%, var(--magenta-deep) 100%);
    color: #FFFFFF; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
    text-align: left; padding: 15px 18px; white-space: nowrap;
}
.table-scroll tbody td { padding: 14px 18px; border-top: 1px solid var(--edge); color: #E3DAF2; vertical-align: top; }
.table-scroll tbody tr:nth-child(odd) { background: rgba(255, 255, 255, 0.022); }
.table-scroll tbody tr:hover { background: rgba(123, 63, 228, 0.12); }
.table-scroll tbody td:first-child { color: var(--gold-hi); font-weight: 800; }

/* ===== Media rows ===== */
.media-row {
    display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    gap: 34px; align-items: center; margin: 30px 0 34px;
}
.media-row--flip .media-row__figure { order: 2; }
.media-row__figure { position: relative; }
.media-row__figure::before {
    content: ""; position: absolute; inset: 16px -16px -16px 16px; border-radius: var(--r-l);
    background: linear-gradient(140deg, rgba(123, 63, 228, 0.55), rgba(255, 61, 139, 0.3));
    filter: blur(1px); transition: inset 0.3s ease;
}
.media-row__figure img {
    position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover;
    border-radius: var(--r-l); background: var(--violet-deep);
    box-shadow: 0 0 0 1px var(--edge-gold), var(--shadow-lift);
    transition: transform 0.3s ease;
}
.media-row__figure:hover::before { inset: 20px -20px -20px 20px; }
.media-row__figure:hover img { transform: translate(-3px, -3px); }
.media-row__text > p:last-child { margin-bottom: 0; }

/* ===== Pros and cons ===== */
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 26px 0 30px; }
.pc {
    padding: 24px 24px 26px; border-radius: var(--r-l);
    background: linear-gradient(170deg, rgba(34, 22, 56, 0.9), rgba(19, 12, 34, 0.9));
    border: 1px solid var(--edge);
}
.page-text .pc__title {
    display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
    font-family: var(--font-body); font-size: 13px; font-weight: 800;
    letter-spacing: 0.16em; text-transform: uppercase;
}
.pc--good { border-color: rgba(63, 224, 200, 0.26); }
.pc--good .pc__title { color: var(--aqua); }
.pc--alt { border-color: rgba(169, 123, 255, 0.3); }
.pc--alt .pc__title { color: var(--violet-hi); }
.pc ul { list-style: none; display: grid; gap: 11px; }
.pc li { position: relative; padding-left: 28px; font-size: 16px; line-height: 1.6; color: #E3DAF2; }
.pc li::before {
    position: absolute; left: 0; top: 0; font-weight: 800; font-size: 15px;
}
.pc--good li::before { content: "+"; color: var(--aqua); }
.pc--alt li::before { content: "\2726"; color: var(--violet-hi); font-size: 13px; }

/* ===== Promo strip ===== */
.promo-strip {
    display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
    margin: 40px 0; padding: 26px 30px; border-radius: var(--r-l);
    background: linear-gradient(120deg, var(--violet-deep) 0%, #5B1F86 45%, var(--magenta-deep) 100%);
    box-shadow: inset 0 0 0 1px var(--edge-gold), var(--shadow-lift);
}
.promo-strip__text { font-family: var(--font-display); font-weight: 700; font-size: 26px; line-height: 1.24; color: #FFFFFF; }
.promo-strip__text span {
    display: block; margin-top: 7px; font-family: var(--font-body); font-size: 15px;
    font-weight: 500; line-height: 1.5; color: #E7DCF6;
}

/* ===== FAQ ===== */
.faq { margin: 44px 0 6px; }
.page-text .faq__title { margin-bottom: 14px; }
.faq__list { display: grid; gap: 6px; margin-top: 18px; }
.faq__item {
    border-radius: var(--r-m); background: rgba(34, 22, 56, 0.55);
    border: 1px solid var(--edge); overflow: hidden;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.faq__item:hover { border-color: rgba(169, 123, 255, 0.45); }
.faq__item.open { border-color: var(--edge-gold); background: var(--surface-3); }
.page-text .faq__q, .faq__q { margin: 0; padding: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
.faq__question {
    display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%;
    padding: 12px 18px; border: 0; background: transparent; cursor: pointer; text-align: left;
    font-family: var(--font-body); font-size: 15.5px; font-weight: 700; line-height: 1.35; color: #FFFFFF;
}
.faq__icon {
    position: relative; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 7px;
    background: rgba(255, 255, 255, 0.07); transition: background 0.25s ease, transform 0.25s ease;
}
.faq__icon::before, .faq__icon::after {
    content: ""; position: absolute; left: 50%; top: 50%; background: var(--gold);
    transform: translate(-50%, -50%); border-radius: 2px;
}
.faq__icon::before { width: 10px; height: 2px; }
.faq__icon::after { width: 2px; height: 10px; transition: opacity 0.25s ease; }
.faq__item.open .faq__icon { background: rgba(243, 206, 114, 0.16); transform: rotate(180deg); }
.faq__item.open .faq__icon::after { opacity: 0; }
.faq__answer { height: 0; overflow: hidden; transition: height 0.3s ease; }
.faq__answer p { margin: 0; padding: 2px 18px 15px; color: #DCD2EE; font-size: 15.5px; line-height: 1.62; }

/* ===== 404 ===== */
.notfound { text-align: center; }
.notfound h1 { font-family: var(--font-display); font-size: 40px; margin-bottom: 16px; color: #FFFFFF; }
.notfound p { margin-bottom: 20px; }

/* ===== Footer ===== */
.footer { border-top: 1px solid var(--edge); background: linear-gradient(180deg, rgba(7, 5, 13, 0) 0%, rgba(12, 8, 23, 0.9) 100%); }
.footer__inner { padding: 44px 20px 54px; display: grid; gap: 22px; justify-items: center; text-align: center; }
.footer__brand { display: flex; align-items: center; gap: 16px; }
.footer__brand img { height: 34px; width: auto; }
.footer__age {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 46px; height: 30px; padding: 0 12px; border-radius: 999px;
    border: 1px solid var(--edge-gold); color: var(--gold);
    font-size: 13px; font-weight: 800; letter-spacing: 0.06em;
}
.footer__nav-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; }
.footer__nav-list a { color: var(--muted); font-size: 15px; font-weight: 500; }
.footer__nav-list a:hover { color: var(--gold-hi); }
.footer__copy { max-width: 720px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.footer__legal { color: var(--muted-2); font-size: 13.5px; }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
    .header-nav { gap: 18px; }
    .banner-slide__title { font-size: 48px; }
    p.banner-slide__title { font-size: 34px; }
    .content-box { padding: 40px 32px 46px; }
}
@media (max-width: 900px) {
    .header-nav { display: none; }
    .media-row { grid-template-columns: 1fr; gap: 24px; }
    .media-row--flip .media-row__figure { order: 0; }
    .media-row__figure::before { inset: 12px -12px -12px 12px; }
    .pros-cons { grid-template-columns: 1fr; }
    .toc__list { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    body { font-size: 16.5px; }
    .container { padding: 0 14px; }
    .header__inner { min-height: 64px; gap: 12px; }
    .logo-img { height: 34px; }
    .auth .btn { min-height: 42px; padding: 9px 16px; font-size: 12.5px; }
    .banner-carousel { aspect-ratio: auto; height: 505px; border-radius: var(--r-l); }
    .banner-slide__image img { object-position: var(--pos, 50%) 0%; }
    .banner-slide__image::after {
        background: linear-gradient(0deg, rgba(7, 5, 13, 0.97) 0%, rgba(9, 6, 20, 0.84) 44%, rgba(9, 6, 20, 0) 68%);
    }
    .banner-slide__content { justify-content: flex-end; padding: 0 18px 54px; max-width: none; }
    .banner-slide__content::before { margin-bottom: 12px; font-size: 10px; }
    .banner-slide__title { font-size: 36px; }
    p.banner-slide__title { font-size: 27px; }
    .banner-slide__content p:not(.banner-slide__title) { font-size: 15px; margin-bottom: 18px; }
    .banner-dots { left: 18px; bottom: 20px; }
    .container.page-content { padding-top: 18px; padding-bottom: 50px; }
    .content-box { padding: 30px 18px 38px; border-radius: var(--r-l); }
    .page-text h2 { font-size: 25px; gap: 12px; margin: 40px 0 18px; }
    .page-text h2::before { width: 42px; height: 42px; font-size: 13px; }
    .table-scroll table { min-width: 0; font-size: 15px; }
    .table-scroll thead th, .table-scroll tbody td { padding: 12px 13px; }
    .promo-strip { padding: 22px 20px; }
    .promo-strip__text { font-size: 21px; }
    .faq__question { font-size: 14.5px; padding: 11px 14px; gap: 12px; }
    .faq__icon { width: 20px; height: 20px; }
    .faq__answer p { padding: 2px 14px 13px; font-size: 14.5px; }
}
@media (max-width: 420px) {
    .logo-img { height: 30px; }
    .auth { gap: 7px; }
    .auth .btn { padding: 9px 12px; font-size: 11.5px; letter-spacing: 0.05em; }
    .banner-slide__title { font-size: 30px; }
}


/* ===== Ambient aurora ===== */
.aurora { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.aurora span {
    position: absolute; display: block; border-radius: 50%;
    filter: blur(90px); opacity: 0.5;
    animation: drift 26s ease-in-out infinite alternate;
}
.aurora span:nth-child(1) { width: 520px; height: 520px; top: -160px; right: -120px; background: rgba(123, 63, 228, 0.5); }
.aurora span:nth-child(2) { width: 420px; height: 420px; top: 46vh; left: -160px; background: rgba(255, 61, 139, 0.28); animation-delay: -9s; }
.aurora span:nth-child(3) { width: 360px; height: 360px; bottom: -140px; right: 12vw; background: rgba(63, 224, 200, 0.16); animation-delay: -17s; }
@keyframes drift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to   { transform: translate3d(0, -60px, 0) scale(1.14); }
}
@media (prefers-reduced-motion: reduce) { .aurora span { animation: none; } }

/* ===== Stats ribbon ===== */
.stats { margin-top: 20px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stat {
    position: relative; padding: 20px 20px 18px; border-radius: var(--r-l);
    background: linear-gradient(165deg, rgba(34, 22, 56, 0.9), rgba(13, 8, 23, 0.9));
    border: 1px solid var(--edge); overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.stat::before {
    content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 100%;
    background: linear-gradient(180deg, var(--gold), var(--magenta));
}
.stat:hover { transform: translateY(-4px); border-color: var(--edge-gold); }
.stat__value {
    font-family: var(--font-display); font-weight: 700; font-size: 27px; line-height: 1.15; color: var(--gold-hi);
}
.stat__label {
    display: block; margin-top: 6px; font-size: 12px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted-2);
}

/* ===== Figure corner accents ===== */
.media-row__figure::after {
    content: ""; position: absolute; right: -8px; top: -8px; width: 54px; height: 54px;
    border-top: 2px solid var(--gold); border-right: 2px solid var(--gold);
    border-top-right-radius: var(--r-l); opacity: 0.8; pointer-events: none;
    transition: transform 0.3s ease;
}
.media-row__figure:hover::after { transform: translate(4px, -4px); }
.media-row { align-items: start; }
.media-row__text { align-self: center; }

@media (max-width: 1080px) { .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 768px) {
    .stats__grid { gap: 10px; }
    .stat { padding: 15px 14px 14px; border-radius: var(--r-m); }
    .stat__value { font-size: 21px; }
    .stat__label { font-size: 10.5px; letter-spacing: 0.12em; }
    .media-row__figure::after { width: 40px; height: 40px; }
}
