:root{
    /* базовые цвета */
    --bg:#030712;
    --panel:#050b18;
    --text:#e5f0ff;
    --muted:#a7b4d9;
    --line:#1f2937;

    /* акценты под Papaplatte: cian + azul */
    --green1:#22d3ee;  /* основной неоновый cian */
    --green2:#3b82f6;  /* синий градиентный партнёр */
    --green-ink:#020617; /* текст внутри светлых кнопок */

    /* брендовые алиасы (остальной код уже на них завязан) */
    --brand1:var(--green1);
    --brand2:var(--green2);
    --kick:var(--green2);
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;color:var(--text);background:var(--bg);
    font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;
    -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%;height:auto}
a{color:#a7ffef;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1180px;margin:auto;padding:0 20px}

.hdr{
    position:sticky;top:0;z-index:40;backdrop-filter:blur(10px);
    background:rgba(11,15,20,.7);border-bottom:1px solid var(--line)
}
.hdr__row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px}
.brand__logo{
    font-weight:800;letter-spacing:.5px;color:var(--green1);
    text-shadow:0 0 18px rgba(0,224,145,.35)
}
.nav{display:none;gap:22px;align-items:center}
.nav a{color:#cfe4ff;opacity:.88}
.nav a:hover{opacity:1;text-decoration:none}
.nav a.is-active{color:#fff;font-weight:700}
.hide-sm{display:none}

.burger{display:inline-flex;flex-direction:column;gap:1px;background:transparent;border:0}
.burger span{width:22px;height:2px;background:#d3deed;border-radius:2px}
@media (min-width:860px){ .nav{display:flex} .hide-sm{display:inline-flex} .burger{display:none} }

.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:10px 14px;font-weight:800;border:0}
.btn--kick{
    background:linear-gradient(90deg,var(--green1),var(--green2));
    color:var(--green-ink); box-shadow:0 12px 28px rgba(0,224,145,.28)
}
.btn--kick:hover{filter:brightness(1.05);text-decoration:none}

.hero{
    padding:clamp(36px,7vw,96px) 0;
    background:
            radial-gradient(700px 280px at 20% 0%, rgba(58, 237, 130, 0.28), transparent 60%),
            radial-gradient(600px 240px at 80% 10%, rgba(6,182,212,.25), transparent 60%),
            var(--bg);
}
.hero__box{display:flex;flex-direction:column;align-items:center;text-align:center}
.hero__avatar{
    position:relative;width:172px;height:172px;border-radius:999px;display:grid;place-items:center;margin-bottom:18px;
    background:linear-gradient(120deg,var(--brand1),var(--brand2));padding:3px;
    box-shadow:0 16px 50px rgba(6,182,212,.18)
}
.hero__avatar img{
    width:100%;height:100%;object-fit:cover;border-radius:999px;border:6px solid var(--panel);background:var(--panel);object-position:center 35%
}
.hero__title{margin:6px 0 6px;font-size:clamp(28px,6vw,64px);line-height:1.05;font-weight:800}
.hero__title span{background:linear-gradient(90deg,var(--brand1),var(--brand2));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero__lead{color:var(--muted);max-width:800px;margin:0 auto;font-size:clamp(14px,1.8vw,18px)}
.hero__cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:22px}
.btn--primary{
    background:linear-gradient(90deg,var(--green1),var(--green2));
    color:var(--green-ink); box-shadow:0 16px 36px rgba(0,224,145,.25)
}
.btn--primary:hover{filter:brightness(1.06);text-decoration:none}
.btn--ghost{background:transparent;border:1px solid #2b3649;color:#d6e6ff}
.btn--ghost:hover{background:#172030}


.nav.is-open{
    position:fixed;inset:72px 16px auto 16px;display:flex;flex-direction:column;gap:10px;
    background:#0e141c;border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:0 24px 52px rgba(0,0,0,.45)
}
.nav.is-open a{padding:10px;border-radius:8px}
.nav.is-open a:hover{background:#151e2a}
:focus-visible{outline:2px solid #60efff;outline-offset:2px}

.offers-table{padding:28px 20px 48px}
.offers-table__title{
    max-width:1200px;margin:0 auto 14px;text-align:center;
    font-size:clamp(20px,3.2vw,28px);letter-spacing:-.01em;color:#e7f0ff
}
.offers-table__tnc{max-width:1200px;margin:12px auto 0;color:var(--muted);font-size:12px;text-align:center}

.offer-row{
    display:grid;grid-template-columns:160px 220px 160px 60px 1fr auto;
    align-items:center;gap:18px;max-width:1200px;margin:14px auto 0;padding:16px 18px;
    background:linear-gradient(180deg, rgba(255,255,255,.04), transparent), #0f141c;
    border:1px solid var(--line);border-radius:18px;color:#eef2ff;text-decoration:none;
    box-shadow:0 10px 24px rgba(0,0,0,.25);
    transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease
}
.offer-row:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.3);border-color:rgba(255,255,255,.22)}
.offer-row, .offer-row *{text-decoration:none!important}

.offer__logo{height:68px;display:grid;place-items:center;line-height:0}
.offer__logo img{
    max-width:90%;max-height:75%;object-fit:contain;object-position:center;
    transform:translateY(var(--y,0%)) scale(var(--scale,1));transform-origin:center
}
.offer__logo{ --scale: var(--scale-d,1); --y: var(--y-d,0%); }
@media (max-width:1100px){ .offer__logo{ --scale: var(--scale-t,var(--scale-d,1)); --y: var(--y-t,var(--y-d,0%)); } }
@media (max-width:720px){  .offer__logo{ --scale: var(--scale-m,var(--scale-t,var(--scale-d,1))); --y: var(--y-m,var(--y-t,var(--y-d,0%))); } }

.offer__col .offer__label{font-size:12px;opacity:.75;letter-spacing:.08em;text-transform:uppercase}
.offer__value{font-size:16px;font-weight:800}
.offer__col--dash{opacity:.35}

.offer__features{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:#e6ebff;font-size:14px}
.offer__features li{display:flex;align-items:baseline;gap:8px}
.offer__features li::before{
    content:"";width:8px;height:4px;margin-right:2px;
    border-left:2px solid var(--brand2);border-bottom:2px solid var(--brand2);
    transform:rotate(-45deg) translateY(-1px)
}

.offer__cta{display:flex;align-items:center;gap:12px}
.btn-claim{
    display:inline-flex;align-items:center;justify-content:center;
    padding:12px 50px;border-radius:999px;font-weight:900;letter-spacing:.02em;border:0;
    background:linear-gradient(90deg,var(--green1),var(--green2));
    color:var(--green-ink);
    box-shadow:0 12px 28px rgba(0,224,145,.24), 0 0 0 rgba(0,224,145,0);
    animation:pulseGlow 1.9s ease-in-out infinite;
    will-change:transform, box-shadow, filter
}
.offers-table .offer-row:nth-of-type(3n+1) .btn-claim{animation-delay:.0s}
.offers-table .offer-row:nth-of-type(3n+2) .btn-claim{animation-delay:.35s}
.offers-table .offer-row:nth-of-type(3n)   .btn-claim{animation-delay:.7s}
.offer-row:hover .btn-claim{
    filter:brightness(1.07);
    box-shadow:0 18px 44px rgba(0,224,145,.40), 0 0 24px rgba(0,224,145,.28)
}
@keyframes pulseGlow{
    0%   { transform:translateY(0) scale(1);    box-shadow:0 12px 28px rgba(0,224,145,.24), 0 0 0 rgba(0,224,145,0) }
    50%  { transform:translateY(-1px) scale(1.045); box-shadow:0 18px 44px rgba(0,224,145,.42), 0 0 22px rgba(0,224,145,.25) }
    100% { transform:translateY(0) scale(1);    box-shadow:0 12px 28px rgba(0,224,145,.24), 0 0 0 rgba(0,224,145,0) }
}

@media (max-width:1100px){
    .offer-row{grid-template-columns:120px 1fr 1fr 1fr auto;gap:14px}
    .offer__col--dash{display:none}
}

@media (max-width:720px){
    .offer-row{
        grid-template-columns:1fr 1fr 24px;
        grid-template-areas:
      "logo logo logo"
      "bonus spins dash"
      "features features features"
      "cta cta cta";
        gap:12px;padding:28px 20px;border-radius:20px;justify-items:center;text-align:center
    }
    .offer__logo{grid-area:logo;height:74px}
    .offer-row .offer__col:nth-of-type(2){grid-area:bonus}
    .offer-row .offer__col:nth-of-type(3){grid-area:spins}
    .offer__label{font-size:12px;opacity:.7;letter-spacing:.08em;margin-bottom:2px}
    .offer__value{font-size:20px;line-height:1.15;font-weight:900}
    .offer__features{
        grid-area:features;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:6px auto 0
    }
    .offer__cta{grid-area:cta;display:flex;justify-content:center;gap:10px;margin-top:14px}
    .btn-claim{width:100%;padding:14px 18px;border-radius:999px}
}

@media (prefers-reduced-motion:reduce){
    .btn-claim{animation:none!important}
}
.brand,
.brand:hover { text-decoration: none !important; }

.nav a,
.nav a:hover { text-decoration: none !important; }

.btn,
.btn:hover { text-decoration: none !important; }

.offer-row{
    position: relative;
    overflow: hidden;
}

.offer-row::after{
    content:"";
    position:absolute; inset:0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
            inset 0 0 0 1px rgba(0,224,145,.28),
            0 0 0 rgba(0,224,145,0);
    animation: borderGlow 2.2s ease-in-out infinite;
}

.offers-table .offer-row:nth-of-type(3n+1)::after{ animation-delay: .0s }
.offers-table .offer-row:nth-of-type(3n+2)::after{ animation-delay: .35s }
.offers-table .offer-row:nth-of-type(3n)::after{   animation-delay: .7s }

.offer-row:hover::after{
    animation-duration: 1.6s;
    box-shadow:
            inset 0 0 0 2px rgba(0,224,145,.65),
            0 0 24px rgba(0,224,145,.28);
}

@keyframes borderGlow{
    0%{
        box-shadow:
                inset 0 0 0 1px rgba(0,224,145,.28),
                0 0 0 rgba(0,224,145,0);
    }
    50%{
        box-shadow:
                inset 0 0 0 2px rgba(0,224,145,.7),
                0 0 26px rgba(0,224,145,.24);
    }
    100%{
        box-shadow:
                inset 0 0 0 1px rgba(0,224,145,.28),
                0 0 0 rgba(0,224,145,0);
    }
}

@media (prefers-reduced-motion: reduce){
    .offer-row::after{ animation: none; }
}

@media (max-width: 720px){
    .offers-table .offer-row{ align-items: stretch !important; }

    .offers-table .offer-row > .offer__col:nth-of-type(2),
    .offers-table .offer-row > .offer__col:nth-of-type(3){
        display: grid !important;
        grid-template-rows: auto auto !important;
        align-content: start !important;
        justify-items: center !important;
        row-gap: 6px !important;
        padding: 10px 0 !important;
        min-height: 92px !important;
    }

    .offers-table .offer-row .offer__label{
        margin: 0 !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }
    .offers-table .offer-row .offer__value{
        margin: 0 !important;
        line-height: 1.15 !important;
        text-align: center !important;
    }
}

@media (max-width: 720px){
    .offers-table .offer-row > .offer__col:nth-of-type(3){
        transform: translateX(30px);
    }
}




html{ background:#0b0f14 !important; }
body{
    position:relative !important;
    isolation:isolate !important;
    background:transparent !important;
}

body::before{
    content:"";
    position:fixed;
    inset:-25% -25% -25% -25%;
    z-index:0;
    pointer-events:none;
    background:
            radial-gradient(900px 1200px at 50% -10%, rgba(59,130,246,0.90), transparent 60%),
            radial-gradient(760px 960px at 88% 14%, rgba(56,189,248,0.55), transparent 60%),
            radial-gradient(820px 380px at 12% 70%, rgba(37,99,235,0.55), transparent 60%),
            radial-gradient(980px 1300px at 50% 120%, rgba(30,64,175,0.90), transparent 65%),
            linear-gradient(#030712, #030712);
    filter:saturate(110%);
}



body > *{ position:relative; z-index:1; }

:where(main, section, .hero, .about, .offers, .offers-table){ background:transparent !important; }

@media (max-width:720px){
    body::before{
        background:
                radial-gradient(680px 2000px at 50% -20%, rgba(59,130,246,0.70), transparent 60%),
                radial-gradient(780px 1500px at 50% 120%, rgba(56,189,248,0.90), transparent 65%),
                linear-gradient(#030712, #030712);
    }
}


.kick-stream{ padding: clamp(28px,5vw,64px) 0; }
.kick-stream__head{ text-align:center; margin-bottom:16px; }
.kick-stream__head h2{ margin:0 0 6px; font-size:clamp(22px,3.2vw,32px); font-weight:800; }
.kick-stream__sub{ margin:0; color:var(--muted); }

.kick-stream__player{
    position:relative;
    border-radius:18px;
    background:#0f141c;
    border:1px solid var(--line);
    overflow:hidden;
    box-shadow:0 18px 44px rgba(0,0,0,.28);
    aspect-ratio:16/9;
    max-width:1180px; margin:14px auto;
    display:none;
}
.kick-stream__player iframe{
    position:absolute; inset:0; width:100%; height:100%; border:0; display:block;
}

.live-badge{
    position:absolute; top:12px; left:12px;
    z-index:2; font-weight:900; letter-spacing:.06em;
    padding:6px 10px; border-radius:999px; font-size:12px;
    color:#052015;
    background:linear-gradient(90deg,var(--brand1),var(--brand2));
    box-shadow:0 10px 24px rgba(0,224,145,.28);
}
.live-stats{
    position:absolute; top:12px; right:12px; z-index:2;
    display:flex; align-items:center; gap:8px;
    padding:6px 10px; border-radius:999px; font-weight:800; font-size:12px;
    color:#e9f6ff; background:rgba(0,0,0,.42); border:1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(6px);
}
.live-stats .dot{
    width:8px; height:8px; border-radius:999px; background:#00e091; display:inline-block;
    box-shadow:0 0 12px rgba(0,224,145,.8);
}

.kick-skel{
    position:absolute; inset:0;
    background:
            linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.06) 48%, rgba(255,255,255,0) 100%),
            #0f141c;
    background-size: 240% 100%;
    animation: skel 1.6s ease-in-out infinite;
}
@keyframes skel{ from{background-position:200% 0} to{background-position:-40% 0} }

.kick-stream__offline{
    display:none;
    text-decoration:none; color:inherit;
    max-width:1180px; margin:14px auto; display:block;
}
.offline-fig{
    position:relative; border-radius:18px; overflow:hidden;
    border:1px solid var(--line); background:#0f141c;
    box-shadow:0 18px 44px rgba(0,0,0,.28);
}
.offline-fig img{ width:100%; display:block; aspect-ratio:16/9; object-fit:cover; object-position:center 42%; }
.offline-fig figcaption{
    position:absolute; inset:auto 0 0 0; display:flex; gap:10px; align-items:center; justify-content:space-between;
    padding:12px 14px; background:linear-gradient(0deg, rgba(0,0,0,.55), transparent);
    color:#eaf2ff; font-weight:800;
}
.offline-fig .status{
    padding:6px 10px; border-radius:999px; font-size:12px; letter-spacing:.06em;
    background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
}
.offline-fig .hint{ opacity:.9; }

.kick-stream__player[data-state="loading"] .live-badge,
.kick-stream__player[data-state="loading"] .live-stats{ opacity:0; }

@media (max-width:720px){
    .kick-stream__player,
    .kick-stream__offline{ border-radius:16px; }
    .offline-fig figcaption{ padding:10px 12px; font-size:14px; }
}
.kick-stream .wrap{
    max-width:1180px !important;
    margin:0 auto !important;
    padding:0 20px !important;
}
.kick-stream__player,
.kick-stream__offline{
    width:100% !important;
    max-width:none !important;
    margin:14px 0 !important;
    border-radius:18px !important;
}

.kick-stream__player,
.offline-fig{
    border:1px solid var(--line) !important;
    box-shadow:0 18px 44px rgba(0,0,0,.28) !important;
}

@media (max-width: 720px){
    .kick-stream__player{
        aspect-ratio:auto !important;
        height: 58vw !important;
    }
    .kick-stream__player iframe{ height:100% !important; }

    .offline-fig img{
        aspect-ratio:auto !important;
        height: 58vw !important;
        width:100% !important;
        object-fit:cover !important; object-position:center 45% !important;
    }

    .live-badge, .live-stats{
        top:10px !important;
        padding:5px 9px !important;
        font-size:11px !important;
    }
}

@media (min-width:721px) and (max-width:1100px){
    .kick-stream__player{
        aspect-ratio:auto !important;
        height: 46vw !important;
    }
    .offline-fig img{ height:46vw !important; }
}

.kick-stream .wrap{
    max-width:1400px !important;
    margin:0 auto !important;
    padding:0 20px !important;
}
.kick-stream__player,
.kick-stream__offline{
    width:100% !important;
    max-width:none !important;
    margin:14px 0 !important;
    border-radius:18px !important;
}

.kick-stream__player,
.offline-fig{
    border:1px solid var(--line) !important;
    box-shadow:0 18px 44px rgba(0,0,0,.28) !important;
}

@media (max-width: 720px){
    .kick-stream__player{
        aspect-ratio:auto !important;
        height: 58vw !important;
    }
    .kick-stream__player iframe{ height:100% !important; }

    .offline-fig img{
        aspect-ratio:auto !important;
        height: 58vw !important;
        width:100% !important;
        object-fit:cover !important; object-position:center 45% !important;
    }

    .live-badge, .live-stats{
        top:10px !important;
        padding:5px 9px !important;
        font-size:11px !important;
    }
}

@media (min-width:721px) and (max-width:1100px){
    .kick-stream__player{
        aspect-ratio:auto !important;
        height: 46vw !important;
    }
    .offline-fig img{ height:46vw !important; }
}
:root{ --contentW:1300px; }

.wrap{ max-width: var(--contentW) !important; margin: 0 auto !important; padding: 0 20px !important; }
.offers-table__title, .offers-table__tnc, .offer-row{ max-width: var(--contentW) !important; }

.about{
    position:relative;
    padding:clamp(36px,6vw,80px) 0;
    background:
            radial-gradient(720px 280px at 18% 0%, rgba(0,224,145,.12), transparent 60%),
            radial-gradient(620px 260px at 86% 8%, rgba(124,58,237,.12), transparent 60%),
            var(--bg);
}
.about__head{margin-bottom:14px;text-align:center}
.about__head h2{margin:0 0 6px;font-size:clamp(22px,3.2vw,32px);font-weight:800}
.about__sub{margin:0 auto;max-width:840px;color:var(--muted)}

.about__grid{
    display:grid; gap:18px; align-items:stretch;
    grid-template-columns: 1fr;
}
@media (min-width: 920px){
    .about__grid{ grid-template-columns: .95fr 1.05fr; gap:28px; }
}

.about__photo{
    position:relative; border-radius:24px; overflow:hidden;
    border:1px solid var(--line); background:var(--panel);
    box-shadow:0 16px 40px rgba(0,0,0,.35);
    isolation:isolate;
}
.about__photo picture, .about__photo img{display:block;width:100%;height:100%}
.about__photo img{
    object-fit:cover; object-position:center 40%;
    aspect-ratio: 4 / 3;
}
@media (min-width: 680px){ .about__photo img{ aspect-ratio: 16 / 10; } }

.about__photo::before{
    content:""; position:absolute; inset:-1px; border-radius:24px;
    padding:1px; background:linear-gradient(120deg,var(--brand1),var(--brand2));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    opacity:.6; pointer-events:none;
}
.about__photo::after{
    content:""; position:absolute; inset:auto -20% -20% -20%;
    height:40%; filter:blur(40px);
    background: radial-gradient(40% 80% at 50% 0%, rgba(0,224,145,.25), transparent 60%);
    pointer-events:none; z-index:-1;
}
.about__photo figcaption{
    border-top:1px solid var(--line); font-size:12px; color:#9fb0c9; padding:10px 12px; background:#0f141c
}

.about__content{
    background:linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border:1px solid var(--line); border-radius:24px; padding:18px;
    box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.about__title{margin:0 0 8px;font-size:clamp(18px,2.6vw,24px);font-weight:800}
.about__content p{margin:0 0 10px;color:#d7e3f5}

.about__kpis{
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:12px 0 6px; padding:0; list-style:none;
}
@media (min-width: 560px){ .about__kpis{grid-template-columns:repeat(4,1fr)} }
.kpi{
    background:#121a25; border:1px solid #253044; border-radius:14px; padding:10px 12px;
    display:flex; flex-direction:column; align-items:flex-start; gap:4px;
}
.kpi .k{font-size:12px;color:#a8b6cc;text-transform:uppercase;letter-spacing:.06em}
.kpi .v{font-weight:900}

.about__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.about__note{margin:8px 0 0;color:#9fb0c9;font-size:12px}

@media (max-width:720px){
    .about__content{ padding:16px }
    .about__cta{ justify-content:center }
}

.about__content { padding-bottom: 16px; }
.about__cta { display: none !important; }

.about__kpis{
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px !important; margin: 14px 0 6px !important; padding: 0 !important;
}
@media (min-width: 700px){
    .about__kpis{ grid-template-columns: repeat(3,1fr) !important; }
}
@media (min-width: 1024px){
    .about__kpis{ grid-template-columns: repeat(4,1fr) !important; }
}

.kpi{
    background:#121a25 !important;
    border:1px solid #253044 !important;
    border-radius:14px !important;
    padding:12px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:4px !important;
    min-height:72px !important;
}
.kpi .k{ font-size:12px !important; color:#a8b6cc !important; text-transform:uppercase !important; letter-spacing:.06em !important; }
.kpi .v{ font-weight:900 !important; color:#eaf6ff !important; line-height:1.2 !important; }


:root{ --kpiLabelH: 40px; }
@media (max-width:1024px){ :root{ --kpiLabelH: 36px; } }
@media (max-width:700px){  :root{ --kpiLabelH: 32px; } }

.about__kpis .kpi{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
}

.about__kpis .kpi .k{
    display:flex !important;
    align-items:flex-end !important;
    min-height: var(--kpiLabelH) !important;
    line-height:1.15 !important;
    margin:0 !important;
    text-align:left !important;
}


.about__kpis .kpi .v{
    margin-top:4px !important;
    line-height:1.2 !important;
    align-self:flex-start !important;
}

:root{ --kpiMinH: 96px; }

.about__kpis .kpi{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: var(--kpiMinH) !important;
}

.about__kpis .kpi .k{
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1.15 !important;
}

.about__kpis .kpi .v{
    margin-top: 6px !important;
    line-height: 1.2 !important;
}
.about__kpis .kpi{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:6px !important;
    min-height:auto !important;
    padding:12px !important;
}

.about__kpis .kpi .k,
.about__kpis .kpi .v{
    width:100% !important;
    margin:0 !important;
    min-height:0 !important;
    text-align:center !important;
    align-self:center !important;
}


:root{ --kpiLabelH: 0px; --kpiMinH: 0px; }

.about__content{
    text-align: center !important;
}
.about__content .about__title,
.about__content p,
.about__content .about__note{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.about__kpis{
    justify-items: center !important;
}
.about__kpis .kpi{
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.about__kpis .kpi .k,
.about__kpis .kpi .v{
    text-align: center !important;
    align-self: center !important;
}

.about .wrap{ max-width: var(--contentW) !important; }

.about__grid,
.about__content,
.about__photo{ box-sizing: border-box !important; max-width:100% !important; }

@media (min-width: 960px){
    .about__grid{
        display:grid !important;
        grid-template-columns: 1.45fr 1fr !important;
        align-items: stretch !important;
        gap: 24px !important;
    }

    .about__photo,
    .about__content{
        align-self: stretch !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .about__photo{ display:flex !important; flex-direction:column !important; }
    .about__photo picture{ display:flex !important; flex:1 1 auto !important; }
    .about__photo img{
        width:100% !important; height:100% !important;
        object-fit:cover !important; object-position:center 45% !important;
        flex:1 1 auto !important; aspect-ratio:auto !important;
    }
    .about__photo figcaption{
        display:block; border-top:1px solid var(--line);
        font-size:12px; color:#9fb0c9; padding:10px 12px; background:#0f141c;
    }

    .about__content{
        width:100% !important; max-width:100% !important;
        overflow:hidden !important;
        padding:22px !important;
    }
}

@media (max-width: 959.98px){
    .about__grid{ grid-template-columns: 1fr !important; }
    .about__photo img{ aspect-ratio: 16 / 9 !important; height:300px !important; }
}

.about__kpis .kpi,
.about__kpis .kpi .k{ min-height: 0 !important; }

.about__content{
    width:100% !important; max-width:100% !important; min-width:0 !important;
    overflow:visible !important; word-break:normal !important; overflow-wrap:anywhere !important;
}

.about__kpis{
    display:grid !important;
    gap:12px !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    align-items:stretch !important;
    margin-top:14px !important;
}

@media (max-width: 1199.98px){
    .about__kpis{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width: 720px){
    .about__kpis{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap:10px !important; }
}

.about__kpis .kpi{
    min-width:0 !important; box-sizing:border-box !important;
    border-radius:14px !important; padding:12px !important;
    display:flex !important; flex-direction:column !important;
    justify-content:center !important; align-items:center !important; text-align:center !important;
    min-height:86px !important;
}
.about__kpis .kpi .k{
    font-size:12px !important; letter-spacing:.06em !important; color:#a9b6c9 !important;
    margin:0 0 4px !important; line-height:1.15 !important; white-space:normal !important;
}
.about__kpis .kpi .v{
    font-weight:900 !important; color:#eaf2ff !important; line-height:1.2 !important;
    margin:0 !important; white-space:normal !important;
}

@media (max-width: 720px){
    .about__kpis .kpi{ min-height:82px !important; padding:12px !important; }
    .about__kpis .kpi .k{ font-size:11.5px !important; }
}


@media (max-width: 720px){
    .about__content{
        padding: 12px !important;
        border-radius: 16px !important;
    }
    .about__title{ font-size: 18px !important; margin-bottom: 6px !important; }
    .about__content p{ font-size: 14px !important; line-height: 1.35 !important; margin-bottom: 10px !important; }

    .about__kpis{
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        margin-top: 8px !important;
    }

    .about__kpis .kpi{
        padding: 10px !important;
        border-radius: 10px !important;
        min-height: 64px !important;
    }
    .about__kpis .kpi .k{
        font-size: 11px !important;
        letter-spacing: .04em !important;
        margin: 0 0 2px !important;
    }
    .about__kpis .kpi .v{
        font-size: 14px !important;
        line-height: 1.15 !important;
    }

    .about__note{
        margin-top: 8px !important;
        font-size: 11.5px !important;
        opacity: .9 !important;
    }
}

@media (max-width: 720px){
    .about__kpis{
        display:grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap:8px !important;
        list-style:none !important;
        padding:0 !important;
        margin-top:8px !important;
    }

    :root{ --kpiH-m: 75px; }
    .about__kpis .kpi{
        width:100% !important;
        height:var(--kpiH-m) !important;
        min-height:var(--kpiH-m) !important;
        box-sizing:border-box !important;
        border-radius:12px !important;
        padding:10px !important;

        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
        align-items:center !important;
        text-align:center !important;

        min-width:0 !important;
        overflow-wrap:anywhere !important;
        white-space:normal !important;
    }

    .about__kpis .kpi .k{
        font-size:11px !important;
        letter-spacing:.04em !important;
        margin:0 0 2px !important;
        line-height:1.15 !important;
    }
    .about__kpis .kpi .v{
        font-size:14px !important;
        line-height:1.15 !important;
        margin:0 !important;
    }
}

.news-wins{ padding: clamp(28px,5vw,64px) 0; }
.news-wins__head{ text-align:center; margin-bottom:16px; }
.news-wins__head h2{ margin:0 0 6px; font-size:clamp(22px,3.2vw,32px); font-weight:800; }
.news-wins__head .sub{ margin:0; color:var(--muted); }

.wins-grid{
    display:grid; gap:18px;
    grid-template-columns: repeat(2, minmax(0,1fr));
}
@media (max-width: 900px){ .wins-grid{ grid-template-columns: 1fr; } }

.win-card{
    background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border:1px solid var(--line); border-radius:18px; overflow:hidden;
    box-shadow:0 16px 38px rgba(0,0,0,.28);
    display:flex; flex-direction:column;
}
.win-media{ position:relative; line-height:0; }
.win-media img{ width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.win-media .tag{
    position:absolute; left:12px; bottom:12px;
    padding:6px 10px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:.04em;
    color:#052015; background:linear-gradient(90deg,var(--brand1),var(--brand2));
    box-shadow:0 12px 26px rgba(0,224,145,.28);
}
.win-body{ padding:14px 14px 16px; display:flex; flex-direction:column; gap:10px; }
.win-body h3{ margin:0; font-size:clamp(16px,2.2vw,20px); line-height:1.2; }
.win-body p{ margin:0; color:var(--muted); }
.win-meta{ display:flex; align-items:center; gap:8px; color:#a9b6c9; font-size:13px; }
.win-meta .sep{ opacity:.6; }

.news-wins .win-body{
    text-align: center !important;
    align-items: center !important;
}
.news-wins .win-body h3{ justify-self:center; }
.news-wins .win-meta{
    justify-content: center !important;
}
.news-wins .win-media{
    position: relative;
}

.news-wins .win-media .tag{
    left: 50% !important;
    bottom: 12px !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    max-width: calc(100% - 24px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.where-one{
    padding: clamp(36px,6vw,80px) 0;
    background:
            radial-gradient(720px 280px at 18% 0%, rgba(0,224,145,.10), transparent 60%),
            radial-gradient(620px 260px at 86% 8%, rgba(124,58,237,.10), transparent 60%),
            var(--bg);
}
.where-one__head{ text-align:center; margin-bottom:16px; }
.where-one__head h2{
    margin:0 0 6px; font-size:clamp(22px,3.2vw,32px); font-weight:800;
}
.where-one__head h2 span{
    background:linear-gradient(90deg,var(--brand1),var(--brand2));
    -webkit-background-clip:text; background-clip:text; color:transparent;
}
.where-one__head .lead{ margin:0 auto; max-width:960px; color:var(--muted); }

.wcard{
    background:linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border:1px solid var(--line);
    border-radius:18px;
    padding:18px;
    box-shadow:0 16px 38px rgba(0,0,0,.28);
    max-width:1300px;
    margin:14px auto 0;
}
.wcard h3{ margin:4px 0 10px; font-size:clamp(18px,2.4vw,22px); font-weight:800; }
.wcard h4{ margin:0 0 8px; font-size:16px; }
.wcard p{ margin:0 0 12px; color:#d7e3f5; }

.wcard .note{
    border:1px solid var(--line);
    background:#0f141c;
    border-radius:12px;
    padding:10px 12px;
    color:#d7e3f5;
}

.ticks{ margin:6px 0 0; padding-left:0; list-style:none; color:#d7e3f5; }
.ticks li{
    display:flex; gap:8px; align-items:flex-start; margin:8px 0;
}
.ticks li::before{
    content:""; width:8px; height:4px; margin-top:6px;
    border-left:2px solid var(--brand2); border-bottom:2px solid var(--brand2);
    transform:rotate(-45deg);
}

.wcard--split{ display:grid; gap:14px; }
@media (min-width:880px){
    .wcard--split{ grid-template-columns: 1fr 1fr; }
}
.wcard--split .split__col{ background:transparent; }

.wcta{
    text-align:center; margin:16px auto 0; max-width:1100px;
}
.wcta p{ margin:0 0 10px; color:#cde1f5; }
.wcta .btn--kick{
    background:linear-gradient(90deg,var(--brand1),var(--brand2));
    color:#052015; border:0; border-radius:12px; padding:10px 14px; font-weight:800;
    box-shadow:0 12px 28px rgba(0,224,145,.28);
}
.wcta .btn--kick:hover{ filter:brightness(1.06); text-decoration:none; }

@media (max-width:720px){
    .wcard{ padding:14px; border-radius:16px; }
    .wcard p{ font-size:14px; line-height:1.35; }
}

.where-one{
    position: relative;
    background:
            radial-gradient(60% 40% at 20% 0%, rgba(0,224,145,.12), transparent 60%),
            radial-gradient(55% 38% at 80% 10%, rgba(124,58,237,.10), transparent 60%),
            var(--bg);
}
.where-one::before,
.where-one::after{
    content:"";
    position:absolute; inset:auto 0 0 0; height:240px;
}
.where-one .wrap{ position:relative; z-index:1; }

.where-one .wcard{
    position:relative;
    background:
            radial-gradient(120% 120% at 8% 0%, rgba(0,224,145,.05), transparent 60%),
            linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0) 60%),
            #0f1417;
    border:1px solid #1f2a37;
    box-shadow:
            0 10px 34px rgba(0,0,0,.36),
            inset 0 1px 0 rgba(255,255,255,.025);
    transition: transform .15s ease, box-shadow .15s ease;
}
.where-one .wcard::after{
    content:"";
    position:absolute; inset:-1px; border-radius:inherit; padding:1px;
    background:linear-gradient(120deg,var(--brand1),var(--brand2));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    opacity:.22; pointer-events:none; transition:opacity .15s ease;
}
.where-one .wcard:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 42px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.03);
}
.where-one .wcard:hover::after{ opacity:.42; }

.where-one .wcard .note{
    background:#0b131a;
    border-color:#243142;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.where-one .wcard--split{
    background:
            linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
            #101720;
    border-color:#1f2a37;
}
.where-one .wcard--split .split__col{
    background:#0b131a;
    border:1px solid #243142;
    border-radius:12px;
    padding:12px;
    box-shadow:0 6px 18px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.02);
}

.where-one .ticks li::before{
    border-left-color: var(--brand2);
    border-bottom-color: var(--brand2);
}

.where-one__head .lead{ color:#b7c6da; }
.where-one .wcard h3{ color:#e7f0ff; }
.where-one .wcard h4{ color:#dfeaff; }

@media (max-width:720px){
    .where-one .wcard{ margin-top:16px; }
}

.social{
    position:relative;
    padding: clamp(36px,6vw,80px) 0;
    background:
            radial-gradient(70% 40% at 15% 0%, rgba(0,224,145,.10), transparent 60%),
            radial-gradient(60% 40% at 85% 8%, rgba(124,58,237,.08), transparent 60%),
            var(--bg);
}
.social__head{ text-align:center; margin-bottom:18px; }
.social__head h2{
    margin:0 0 6px; font-weight:800; font-size:clamp(22px,3.2vw,30px);
}
.social__head h2 span{
    background: linear-gradient(90deg,var(--brand1),var(--brand2));
    -webkit-background-clip:text; background-clip:text; color:transparent;
}
.social__head .lead{ color:var(--muted); }

.social__grid{
    display:grid; grid-template-columns: 1fr; gap:14px; max-width:820px; margin:0 auto;
}
@media (min-width: 720px){
    .social__grid{ grid-template-columns: 1fr 1fr; gap:16px; }
}

.s-card{
    position:relative;
    display:grid; grid-template-columns: 48px 1fr auto; align-items:center; gap:14px;
    padding:14px 16px; border-radius:16px; text-decoration:none; color:var(--text);
    background:
            radial-gradient(120% 120% at 0% 0%, rgba(0,224,145,.06), transparent 60%),
            linear-gradient(180deg, rgba(255,255,255,.03), transparent 60%),
            #0f1417;
    border:1px solid #1f2a37;
    box-shadow: 0 12px 28px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.s-card::after{
    content:""; position:absolute; inset:-1px; border-radius:inherit; padding:1px;
    background:linear-gradient(120deg,var(--brand1),var(--brand2));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    opacity:.22; pointer-events:none; transition:opacity .15s ease;
}
.s-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 42px rgba(0,0,0,.42);
    border-color:#243245;
}
.s-card:hover::after{ opacity:.42; }

.s-card__icon{
    width:48px; height:48px; display:grid; place-items:center; border-radius:12px;
    color:#0b1f16; background:linear-gradient(90deg,var(--brand1),var(--brand2));
    box-shadow:0 10px 24px rgba(0,224,145,.25);
}
.s-card__body h3{ margin:0; font-weight:800; font-size:16px; }
.s-card__body p{ margin:4px 0 0; color:#b7c6da; font-size:14px; }
.s-card__cta{
    display:inline-flex; align-items:center; justify-content:center;
    padding:10px 14px; border-radius:999px; font-weight:800; white-space:nowrap;
    background:linear-gradient(90deg,var(--brand1),var(--brand2)); color:var(--green-ink);
    box-shadow:0 12px 28px rgba(0,224,145,.25);
}

.social a,
.social a:hover,
.social .s-card,
.social .s-card *{ text-decoration:none !important; }

.site-footer{
    margin-top: clamp(28px, 6vw, 64px);
    padding: clamp(32px, 5vw, 56px) 0 clamp(26px, 3.8vw, 42px);
    background: transparent;
    border: 0;
}

.site-footer .wrap{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.sf-brand{
    display:inline-block;
    margin-bottom: 18px;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    letter-spacing: .4px;
    color: var(--brand1, #00ff9d);
    text-decoration: none;
    text-shadow: 0 0 18px rgba(0,224,145,.22);
}

.sf-social{
    display:flex; flex-wrap:wrap; gap:12px 14px; justify-content:center;
    margin: 10px 0 18px;
}
.sf-social a{
    display:inline-flex; align-items:center; gap:10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.12);
    color:#e7f2ff; text-decoration:none;
    font-size: 15px; font-weight: 600;
    line-height: 1;
    transition: transform .15s ease, filter .15s ease, border-color .15s ease, box-shadow .15s ease;
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.06), 0 6px 18px rgba(0,0,0,.25);
}
.sf-social a:hover{
    transform: translateY(-1px);
    filter: brightness(1.06);
    border-color: rgba(255,255,255,.22);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.04), 0 10px 26px rgba(0,0,0,.30);
}

.sf-social .ico{ width:20px; height:20px; display:grid; place-items:center; }
.sf-social .ico img{ width:18px; height:18px; display:block; }

.sf-social .ico img.is-dark{
    filter: invert(1) brightness(1.15) contrast(1.05);
}

.sf-copy, .sf-legal, .sf-domain{
    margin: 6px 0;
    font-size: clamp(12.5px, 1.4vw, 14px);
    color:#c9d6e6;
    opacity:.92;
}
.sf-domain{ opacity:1 }
.sf-domain a{ color: #9badd9; text-decoration:none }
.sf-domain a:hover{ text-decoration:underline }

.sf-line{
    width:min(880px, 90%);
    height:1px; margin: 10px auto 14px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
    border:0;
}

.site-footer a{ text-decoration: none }

@media (max-width: 520px){
    .sf-social a{ padding:9px 14px; font-size:14px }
    .sf-social .ico{ width:18px; height:18px }
    .sf-social .ico img{ width:16px; height:16px }
}

:where(main, .site-main) > :where(section, .block, .panel, .about, .where, .offers-table, .news, .social):last-of-type{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.wrap > :last-child{ margin-bottom: 0 !important; }

:where(.where__cta, .hero__cta, .cta, .offers-table__tnc):last-child{
    margin-bottom: 0 !important;
}

.site-footer{
    margin-top: 16px !important;
    padding: clamp(40px, 5.6vw, 68px) 0 clamp(34px, 4.4vw, 52px) !important;
    background: transparent;
    border: 0;
}

.site-footer .wrap{
    max-width: 1360px;
    padding: 0 28px;
    text-align: center;
}

.sf-brand{
    display:inline-block;
    margin-bottom: 18px;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: .4px;
    color: var(--brand1, #00ff9d);
    text-decoration: none;
    text-shadow: 0 0 18px rgba(0,224,145,.24);
}

.sf-social{
    display:flex; flex-wrap:wrap; gap:14px 16px; justify-content:center;
    margin: 12px 0 22px;
}
.sf-social a{
    display:inline-flex; align-items:center; gap:12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);
    color:#e7f2ff;
    font-size: 16px; font-weight: 700; line-height:1;
    text-decoration:none;
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.05), 0 8px 22px rgba(0,0,0,.28);
    transition: transform .15s ease, filter .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.sf-social a:hover{
    transform: translateY(-1px);
    filter: brightness(1.06);
    border-color: rgba(255,255,255,.22);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.04), 0 12px 30px rgba(0,0,0,.32);
}

.sf-social .ico{ width:24px; height:24px; display:grid; place-items:center; }
.sf-social .ico img{ width:20px; height:20px; display:block; }

.sf-social .ico img.is-dark{
    filter: invert(1) brightness(1.15) contrast(1.05);
}

.sf-copy{ font-size: clamp(14px, 1.6vw, 16px); color:#d6e3f6; margin: 6px 0; }
.sf-legal{ font-size: clamp(13px, 1.4vw, 15px); color:#c3d1e4; margin: 4px 0; }
.sf-domain{ font-size: clamp(14px, 1.6vw, 16px); color: #77cdec; margin: 6px 0; }
.sf-domain a{ color: #77cdec; text-decoration:none }
.sf-domain a:hover{ text-decoration:underline }

.sf-line{
    width:min(960px, 92%);
    height:1px; margin: 12px auto 16px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}

.site-footer a{ text-decoration:none }

@media (max-width: 520px){
    .sf-social a{ padding:10px 14px; font-size:15px }
    .sf-social .ico{ width:22px; height:22px }
    .sf-social .ico img{ width:18px; height:18px }
}
.sf-brand{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:8px 12px;
    border-radius:12px;
}

.sf-brand__logo{
    width: clamp(28px, 3.2vw, 36px);
    height: clamp(28px, 3.2vw, 36px);
    display:block;
    object-fit:contain;
    filter: drop-shadow(0 0 10px rgba(0,224,145,.28));
    border-radius: 10px;
}

@media (max-width: 420px){
    .sf-brand{ gap:10px; padding:6px 10px; }
}
.sf-brand__logo.is-avatar{
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.14);
    background: #0f141c;
}

.brand{
    display:flex; align-items:center; gap:10px;
    text-decoration:none !important;
}

.brand__mark{
    flex:0 0 28px;
    width:28px; height:28px;
    object-fit:contain;
    image-rendering:auto;
    border-radius:8px;
    box-shadow:0 0 0 1px rgba(0,224,145,.22), 0 4px 14px rgba(0,224,145,.16);
}

.brand__logo{
    font-weight:800; letter-spacing:.4px;
    color:var(--green1);
    text-shadow:0 0 14px rgba(0,224,145,.35);
}

.hdr a, .nav a{ text-decoration:none !important; }
.hdr a:hover, .nav a:hover{ text-decoration:none !important; opacity:1; }

.nav a.is-active{ color:#fff; font-weight:800; }

.burger{ cursor:pointer; }
.burger span{ width:22px; height:2px; background:#d3deed; border-radius:2px; display:block; margin:4px 0; }

@media (max-width:859.98px){
    .hide-sm{ display:none; }
    .nav.is-open{
        position:fixed; inset:72px 16px auto 16px;
        display:flex; flex-direction:column; gap:10px;
        background:#0e141c; border:1px solid var(--line); border-radius:14px; padding:14px;
        box-shadow:0 24px 52px rgba(0,0,0,.45); z-index:60;
    }
    .nav.is-open a{ padding:10px; border-radius:8px; }
    .nav.is-open a:hover{ background:#151e2a; }
}
@media (min-width:860px){
    .hide-sm{ display:inline-flex; }
}


.social__head{ text-align:center; }
.social__head h2{
    margin:0 0 6px;
    font-size:clamp(22px,3.2vw,32px);
    font-weight:800;
}

.social__head .brand{
    display:block;
    margin-top:2px;
    background:linear-gradient(90deg,var(--green1),var(--green2));
    -webkit-background-clip:text;background-clip:text;color:transparent;
    font-weight:900;
    letter-spacing:.3px;
}



.offers-table{ padding:28px 20px 48px; }
.offers-table__title{
    max-width:1200px; margin:0 auto 14px; text-align:center;
    font-size:clamp(20px,3.2vw,28px); letter-spacing:-.01em;
}
.offers-table__tnc{
    max-width:1200px; margin:12px auto 0; color:var(--muted);
    font-size:12px; text-align:center;
}

.offer-row{
    display:grid;
    grid-template-columns: 160px 220px 160px 60px 1fr auto;
    align-items:center; gap:18px;
    max-width:1200px; margin:14px auto 0; padding:16px 18px;
    background: linear-gradient(180deg,#2b2c62,#222455);
    border:1px solid rgba(255,255,255,.14);
    border-radius:18px; text-decoration:none; color:#eef2ff;
    box-shadow:0 10px 24px rgba(0,0,0,.25);
    transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.offer-row:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 36px rgba(0,0,0,.3);
    border-color:rgba(255,255,255,.22);
}

.offer__logo{
    width:100%;
    height:68px;
    display:grid;
    place-items:center;
    line-height:0;
}
.offer__logo img{
    display:block;
    max-width:90%;
    max-height:75%;
    margin:0 auto;
    object-fit:contain;
    object-position:center;

    transform: translate3d(0, var(--y, 0%), 0) scale(var(--scale, 1)) !important;
    transform-origin:50% 50%;
    pointer-events:none;
}

.offer__logo{ --scale: var(--scale-d, 1); --y: var(--y-d, 0%); }

@media (max-width:1100px){
    .offer-row{ grid-template-columns: 120px 1fr 1fr 1fr auto; gap:14px; }
    .offer__logo{ --scale: var(--scale-t, var(--scale-d, 1));
        --y:     var(--y-t,     var(--y-d, 0%)); }
    .offer__col--dash{ display:none; }
}

@media (max-width:720px){
    .offer-row{
        grid-template-columns: 1fr 1fr 24px;
        grid-template-areas:
      "logo logo logo"
      "bonus spins dash"
      "features features features"
      "cta cta cta";
        gap:12px; padding:16px; text-align:center;
    }

    .offer__logo{ grid-area:logo; height:74px; justify-self:center; }

    .offer-row .offer__col:nth-of-type(2){ grid-area:bonus; justify-self:center; }
    .offer-row .offer__col:nth-of-type(3){ grid-area:spins; justify-self:center; }

    .offer__logo{
        --scale: var(--scale-m, var(--scale-t, var(--scale-d, 1)));
        --y:     var(--y-m,     var(--y-t,     var(--y-d, 0%)));
    }

    .offer__label{ font-size:12px; opacity:.7; letter-spacing:.08em; text-transform:uppercase; margin-bottom:2px; }
    .offer__value{ font-size:18px; font-weight:900; }
}

@media (min-width:500px) and (max-width:720px){
    .offer__logo{ height:88px; }
}

.offer__col .offer__label{ font-size:12px; opacity:.75; letter-spacing:.08em; text-transform:uppercase; }
.offer__value{ font-size:16px; font-weight:800; }
.offer__col--dash{ text-align:center; opacity:.55; }

.offer__features{
    list-style:none; margin:0; padding:0; display:grid; gap:8px;
    color:#e6ebff; font-size:14px;
}
.offer__features li{ display:flex; align-items:baseline; gap:8px; }
.offer__features li::before{
    content:"✔"; color:#2ee6d6; font-weight:900; font-size:14px; line-height:1; flex:0 0 auto; transform:translateY(1px);
}

.offer__cta{ display:flex; align-items:center; gap:12px; }
.btn-claim{
    display:inline-flex; align-items:center; justify-content:center;
    padding:12px 50px; border-radius:999px; font-weight:900; letter-spacing:.02em;
    background:#fff; color:#000; border:1px solid rgba(255,255,255,.18);
    transition:filter .15s ease, transform .15s ease;
}
.offer-row:hover .btn-claim{ filter:brightness(1.06); transform:translateY(-1px); }

.bt-card, .offer-row, .offer__col, .offer__logo{ min-width:0; }

@media (min-width:500px) and (max-width:720px){
    .offer-row[data-brand="22bet"]     .offer__logo { --scale:1.3; --y: 5% }
    .offer-row[data-brand="betlabel"]  .offer__logo { --scale:1.4; --y: 5% }
    .offer-row[data-brand="dragon"]    .offer__logo { --scale:1.5; --y: 5% }
    .offer-row[data-brand="slotsgem"]  .offer__logo { --scale:2.5; --y: 5% }
    .offer-row[data-brand="hellspin"]  .offer__logo { --scale:1.5; --y: 5% }
    .offer-row[data-brand="bizzo"]     .offer__logo { --scale:2.9; --y: 5% }
    .offer-row[data-brand="national"]  .offer__logo { --scale:1.7; --y: 5% }
    .offer-row[data-brand="20bet"]     .offer__logo { --scale:1.5; --y: 5% }
    .offer-row[data-brand="supraplay"] .offer__logo { --scale:3.0; --y: 5% }
    .offer-row[data-brand="bilucky"]   .offer__logo { --scale:1.2; --y: 5% }
    .offer-row[data-brand="limewin"]   .offer__logo { --scale:1.5; --y: 5% }
    .offer-row[data-brand="vave"]      .offer__logo { --scale:3.2; --y:-10% }
    .offer-row[data-brand="22casino"]  .offer__logo { --scale:0.8; --y: 5% }
    .offer-row[data-brand="azurslot"]  .offer__logo { --scale:1.6; --y: 5% }
    .offer-row[data-brand="spinando"]  .offer__logo { --scale:4.2; --y: 5% }
}

.offers-table__title{ color:#e7f0ff; }
.offers-table__tnc{ color:var(--muted); }

.offer-row{
    color:var(--text);
    background:
            linear-gradient(180deg, rgba(255,255,255,.03), transparent),
            var(--panel) !important;
    border:1px solid var(--line) !important;
    box-shadow:
            0 10px 24px rgba(0,0,0,.25),
            0 0 0 rgba(0,224,145,0);
}
.offer-row:hover{
    border-color:rgba(255,255,255,.22) !important;
    box-shadow:
            0 16px 36px rgba(0,0,0,.30),
            0 0 28px rgba(0,224,145,.12);
}


.offer__col .offer__label{ color:#a9b6c9; }
.offer__value{ color:#eef2ff; }


.offer__features{ color:#e6ebff; }
.offer__features li::before{
    content:"";
    width:8px; height:4px; margin-right:2px;
    border-left:2px solid var(--brand2);
    border-bottom:2px solid var(--brand2);
    transform:rotate(-45deg) translateY(-1px);
}

.btn-claim{
    background:linear-gradient(90deg, var(--brand1), var(--brand2)) !important;
    color:var(--green-ink) !important;
    border:0 !important;
    box-shadow:
            0 14px 30px rgba(0,0,0,.35),
            0 10px 24px rgba(0,224,145,.22) !important;
}
.offer-row:hover .btn-claim{
    filter:brightness(1.06);
    transform:translateY(-1px);
}

a{
    color:#7dd3fc;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

/* фокус */
:focus-visible{
    outline:2px solid #38bdf8;
    outline-offset:2px;
}

.btn--primary,
.btn--kick,
.wcta .btn--kick,
.btn-claim{
    box-shadow:
            0 14px 30px rgba(0,0,0,.40),
            0 0 24px rgba(59,130,246,.55) !important;
}

.btn--primary:hover,
.btn--kick:hover,
.wcta .btn--kick:hover,
.offer-row:hover .btn-claim{
    box-shadow:
            0 18px 42px rgba(0,0,0,.50),
            0 0 32px rgba(34,211,238,.75) !important;
}
/* === PAPAPLATTE THEME – SHADOWS & GLOWS === */

/* Карточки казино (офферы) */
.offers-table .offer-row{
    box-shadow:
            0 10px 24px rgba(0,0,0,.35),
            0 0 0 rgba(34,211,238,0); /* без лишнего свечения по умолчанию */
}

.offers-table .offer-row:hover{
    box-shadow:
            0 16px 36px rgba(0,0,0,.45),
            0 0 32px rgba(59,130,246,.40); /* сине-циановое сияние */
}

/* неоновая рамка вокруг карточки */
.offers-table .offer-row::after{
    box-shadow:
            inset 0 0 0 1px rgba(34,211,238,.32),
            0 0 0 rgba(34,211,238,0);
}

.offers-table .offer-row:hover::after{
    box-shadow:
            inset 0 0 0 2px rgba(34,211,238,.75),
            0 0 26px rgba(59,130,246,.40);
}

/* анимация рамки – тоже под синюю палитру */
@keyframes borderGlow{
    0%{
        box-shadow:
                inset 0 0 0 1px rgba(34,211,238,.32),
                0 0 0 rgba(59,130,246,0);
    }
    50%{
        box-shadow:
                inset 0 0 0 2px rgba(34,211,238,.9),
                0 0 28px rgba(59,130,246,.45);
    }
    100%{
        box-shadow:
                inset 0 0 0 1px rgba(34,211,238,.32),
                0 0 0 rgba(59,130,246,0);
    }
}

/* Соцкарточки (где иконка + кнопка справа) */
.social .s-card__icon{
    box-shadow:
            0 10px 24px rgba(0,0,0,.35),
            0 0 18px rgba(59,130,246,.45); /* синяя подподсветка */
}

.social .s-card__cta{
    box-shadow:
            0 12px 28px rgba(0,0,0,.35),
            0 0 22px rgba(34,211,238,.48);
}

.social .s-card:hover .s-card__icon,
.social .s-card:hover .s-card__cta{
    box-shadow:
            0 14px 30px rgba(0,0,0,.45),
            0 0 26px rgba(34,211,238,.70);
}

/* Главные кнопки (герой, офферы, CTA) */
.btn--primary,
.btn--kick,
.wcta .btn--kick,
.btn-claim{
    box-shadow:
            0 14px 30px rgba(0,0,0,.40),
            0 0 24px rgba(59,130,246,.55) !important;
}

.btn--primary:hover,
.btn--kick:hover,
.wcta .btn--kick:hover,
.offer-row:hover .btn-claim{
    box-shadow:
            0 18px 42px rgba(0,0,0,.50),
            0 0 32px rgba(34,211,238,.75) !important;
}
/* === PAPAPLATTE BRAND GLOW FIX === */

/* Логотип/название в хедере */
.brand__logo{
    color: var(--brand1);
    text-shadow: 0 0 16px rgba(56,189,248,.45); /* cian/azul вместо зелёного */
}

/* Иконка-«квадратик» слева от названия */
.brand__mark{
    box-shadow:
            0 0 0 1px rgba(56,189,248,.32),
            0 4px 14px rgba(56,189,248,.25);
}

/* Бренд в футере */
.sf-brand{
    color: var(--brand1);
    text-shadow: 0 0 18px rgba(56,189,248,.40);
}

.sf-brand__logo{
    box-shadow:
            0 0 0 1px rgba(56,189,248,.32),
            0 4px 14px rgba(56,189,248,.25);
    filter: drop-shadow(0 0 10px rgba(56,189,248,.40));
}

html, body{
    overflow-x:hidden;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

main, section, .wrap, .text-shell, .text-split, .text-panel, .faq-panel, .cta-panel, .side-box, .info-strip__grid, .hero-actions{
    min-width:0;
}

img, iframe, video, svg{
    max-width:100%;
    height:auto;
}

@media (max-width: 1100px){
    .text-split{
        grid-template-columns:1fr !important;
    }

    .side-box{
        position:static !important;
        top:auto !important;
    }
}

@media (max-width: 720px){
    .hero-actions .btn,
    .cta-panel .btn{
        min-width:0 !important;
        width:100%;
    }

    .page-hero,
    .content-section,
    .info-strip{
        overflow-x:clip;
    }
}
.site-footer{
    margin-top: 20px !important;
    padding: clamp(40px, 5.6vw, 68px) 0 clamp(34px, 4.4vw, 52px) !important;
    background: transparent;
    border: 0;
}

.site-footer .wrap{
    max-width: 1360px;
    padding: 0 28px;
    text-align: center;
}

.sf-brand{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:8px 12px;
    border-radius:12px;
    margin-bottom: 18px;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: .4px;
    color: var(--brand1, #00ff9d);
    text-decoration: none;
    text-shadow: 0 0 18px rgba(56,189,248,.40);
}

.sf-brand__logo{
    width: clamp(28px, 3.2vw, 36px);
    height: clamp(28px, 3.2vw, 36px);
    display:block;
    object-fit:contain;
    border-radius: 10px;
    box-shadow:
            0 0 0 1px rgba(56,189,248,.32),
            0 4px 14px rgba(56,189,248,.25);
    filter: drop-shadow(0 0 10px rgba(56,189,248,.40));
}

.sf-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px 12px;
    justify-content:center;
    margin: 0 0 18px;
}

.sf-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    color:#dbe8f8;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    line-height:1;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, filter .15s ease;
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.05), 0 6px 18px rgba(0,0,0,.22);
}

.sf-links a:hover{
    transform: translateY(-1px);
    filter: brightness(1.05);
    border-color: rgba(255,255,255,.22);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.03), 0 10px 24px rgba(0,0,0,.28);
}

.sf-social{
    display:flex;
    flex-wrap:wrap;
    gap:14px 16px;
    justify-content:center;
    margin: 12px 0 22px;
}

.sf-social a{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);
    color:#e7f2ff;
    font-size: 16px;
    font-weight: 700;
    line-height:1;
    text-decoration:none;
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.05), 0 8px 22px rgba(0,0,0,.28);
    transition: transform .15s ease, filter .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.sf-social a:hover{
    transform: translateY(-1px);
    filter: brightness(1.06);
    border-color: rgba(255,255,255,.22);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.04), 0 12px 30px rgba(0,0,0,.32);
}

.sf-social .ico{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
}

.sf-social .ico img{
    width:20px;
    height:20px;
    display:block;
}

.sf-social .ico img.is-dark{
    filter: invert(1) brightness(1.15) contrast(1.05);
}

.sf-meta{
    margin-top: 8px;
}

.sf-copy{
    font-size: clamp(14px, 1.6vw, 16px);
    color:#d6e3f6;
    margin: 6px 0;
}

.sf-legal{
    font-size: clamp(13px, 1.4vw, 15px);
    color:#c3d1e4;
    margin: 4px 0;
}

.sf-domain{
    font-size: clamp(14px, 1.6vw, 16px);
    color: #77cdec;
    margin: 6px 0;
}

.sf-domain a{
    color: #77cdec;
    text-decoration:none;
}

.sf-domain a:hover{
    text-decoration:underline;
}

.site-footer a{
    text-decoration:none;
}

@media (max-width: 520px){
    .sf-links a{
        padding:9px 12px;
        font-size:13px;
    }

    .sf-social a{
        padding:10px 14px;
        font-size:15px;
    }

    .sf-social .ico{
        width:22px;
        height:22px;
    }

    .sf-social .ico img{
        width:18px;
        height:18px;
    }
}