/* BetBoom MX — скин «напоминает BetBoom, не копия»: чёрный фон, фирменный жёлтый на CTA, красный как
   второй цвет бренда, мексиканский акцент — rosa mexicano на бейджах и промо «Calor Mexicano».
   Заголовки — узкий курсив (Barlow Condensed), как в их промо-типографике; текст — Inter. */
:root{
  --bg:#0A0A0B;--bg2:#141416;--bg3:#1C1C1F;--bg4:#242428;--line:#26262B;--line2:#343439;
  --yellow:#F5E100;--yellow-d:#D9C700;--red:#E5001C;--pink:#E4007C;--pink-t:rgba(228,0,124,.16);
  --text:#F2F2F3;--muted:#9A9AA3;--dim:#6B6B73;--white:#fff;
  --radius:14px;--sh:0 10px 28px rgba(0,0,0,.45);--hdr:64px;--tab:60px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:15px;line-height:1.55;color:var(--text);background:var(--bg);min-height:100vh}
img{max-width:100%;display:block}
a{color:var(--yellow);text-decoration:none}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.05;font-weight:800;color:var(--white);font-family:"Barlow Condensed",Inter,sans-serif;font-style:italic;text-transform:uppercase;letter-spacing:.2px}
h1{font-size:40px}h2{font-size:30px}h3{font-size:22px}h4{font-size:16px}
p{margin:0 0 1em}
.wrap{max-width:1240px;margin:0 auto;padding:0 20px}
.muted{color:var(--muted)}
.hide{display:none!important}
button{font-family:inherit}

/* кнопки */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:10px;font-weight:800;font-size:14px;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s,background .15s,border-color .15s;line-height:1.2;font-family:Inter,sans-serif}
.btn:active{transform:translateY(1px)}
.btn-yellow{background:var(--yellow);color:#0A0A0B}
.btn-yellow:hover{background:var(--yellow-d);color:#0A0A0B}
.btn-ghost{background:transparent;color:var(--text);border-color:var(--line2)}
.btn-ghost:hover{border-color:var(--muted);color:#fff}
.btn-dark{background:var(--bg3);color:#fff}.btn-dark:hover{background:var(--bg4)}
.btn-sm{padding:8px 14px;font-size:13px;border-radius:8px}
.btn-big{padding:14px 28px;font-size:16px;border-radius:12px}

/* шапка: верхняя строка + основная */
.topline{background:#000;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}
.topline .in{max-width:1400px;margin:0 auto;padding:6px 20px;display:flex;gap:16px;align-items:center}
.topline a{color:var(--yellow);font-weight:700}
.topline .r{margin-left:auto;display:flex;gap:14px;align-items:center}
.flag{display:inline-flex;align-items:center;gap:6px}
.flag i{width:18px;height:12px;border-radius:2px;background:linear-gradient(90deg,#006847 0 33%,#fff 33% 66%,#CE1126 66%);display:inline-block}
.hdr{position:sticky;top:0;z-index:60;background:rgba(10,10,11,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.hdr-in{max-width:1400px;margin:0 auto;padding:0 20px;height:var(--hdr);display:flex;align-items:center;gap:22px;min-width:0}
.logo{display:inline-flex;align-items:center;gap:9px;color:#fff}
.logo .mark{width:34px;height:34px;flex:none}
.logo .txt{font-family:"Barlow Condensed",Inter,sans-serif;font-weight:800;font-style:italic;font-size:26px;letter-spacing:.3px;line-height:1;text-transform:uppercase}
.logo .txt b{color:var(--yellow)}
.logo .mx{display:inline-block;font-family:Inter,sans-serif;font-style:normal;font-size:10px;font-weight:800;letter-spacing:1px;background:var(--pink);color:#fff;border-radius:5px;padding:2px 6px;margin-left:6px;vertical-align:middle}
.mnav{display:flex;gap:2px;flex:1}
.mnav a{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:9px;font-weight:700;font-size:14px;color:var(--text)}
.mnav a svg{width:17px;height:17px;color:var(--muted)}
.mnav a:hover{background:var(--bg2)}
.mnav a.on{background:var(--bg3);color:#fff}.mnav a.on svg{color:var(--yellow)}
.mnav a .dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);margin-left:-2px}
.hdr-r{display:flex;align-items:center;gap:10px;margin-left:auto;flex:none}
.burger{display:none;width:40px;height:40px;border:0;background:var(--bg3);border-radius:10px;cursor:pointer;color:#fff}
.burger svg{width:22px;height:22px}

.layout{max-width:1240px;margin:0 auto;padding:16px 20px 40px}
.main{min-width:0}

/* сторис-рейл (как «BB Reels» у бренда): круглые плитки с жёлтой обводкой */
.stories{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 10px;margin-bottom:10px}
.stories::-webkit-scrollbar{display:none}
.story{flex:none;width:118px;aspect-ratio:1;border-radius:18px;border:2px solid var(--yellow);overflow:hidden;position:relative;background:var(--bg3);display:block}
.story img{width:100%;height:100%;object-fit:cover}
.story .t{position:absolute;left:0;right:0;bottom:0;padding:22px 8px 8px;font-size:11.5px;font-weight:700;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);line-height:1.15}
.story .top{position:absolute;top:6px;left:6px;background:var(--red);color:#fff;font-size:9px;font-weight:800;letter-spacing:.6px;padding:2px 6px;border-radius:5px}
.story.brand{border-color:var(--red);background:#000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px}
.story.brand b{font-family:"Barlow Condensed",sans-serif;font-style:italic;font-size:26px;color:var(--yellow);line-height:1}
.story.brand small{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#fff}

/* промо-баннеры бренда (реальные, из Wayback) */
.promos{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.promo{position:relative;border-radius:16px;overflow:hidden;background:var(--bg2);border:1px solid var(--line);display:block}
.promo img{width:100%;aspect-ratio:1340/560;object-fit:cover}
.promo img.sq{display:none}
.promo .cap{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}
.promo .cap b{display:block;font-size:15px;color:#fff}
.promo .cap small{color:var(--muted);font-size:12.5px}
.promo .k{position:absolute;top:10px;left:12px;font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:var(--yellow);background:rgba(0,0,0,.55);padding:3px 8px;border-radius:6px}
.promo.big{grid-column:1/-1}
.promo.big img{aspect-ratio:1340/470}

/* иконки видов спорта / категорий */
.cats{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:6px;margin:16px 0}
.cats::-webkit-scrollbar{display:none}
.cat{flex:none;width:96px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;border-radius:12px;background:var(--bg2);border:1px solid var(--line);font-size:11.5px;font-weight:700;color:var(--text);text-align:center;line-height:1.15;cursor:pointer;font-family:inherit}
.cat svg{width:24px;height:24px;color:var(--muted)}
.cat.on{border-color:var(--yellow);background:var(--bg3)}.cat.on svg{color:var(--yellow)}
.cat:hover{border-color:var(--line2)}

/* секции */
.sec{margin:24px 0}
.sec-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.sec-head h2{margin:0;font-size:26px;display:flex;align-items:center;gap:8px}
.sec-head h2 svg{width:22px;height:22px;color:var(--yellow)}
.sec-head .cnt{font-size:12px;color:var(--muted);font-weight:700;background:var(--bg2);border:1px solid var(--line);border-radius:8px;padding:2px 9px;font-family:Inter,sans-serif;font-style:normal}
.sec-head .more{margin-left:auto;font-size:13px;font-weight:700;color:var(--yellow)}
.sec-h{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sec-h h2{margin:0;font-size:26px}
.card{background:var(--bg2);border:1px solid var(--line);border-radius:var(--radius);padding:18px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.card h2 svg,.card h3 svg{width:22px;height:22px;vertical-align:-4px;margin-right:6px;color:var(--yellow)}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:13px;font-weight:700;color:var(--text)}
.chip.dim{color:var(--muted)}
.chip.pink{border-color:var(--pink);color:#fff;background:var(--pink-t)}

/* спорт: матч-карточки Liga MX */
.events{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ev{background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px}
.ev .lg{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--muted);font-weight:600}
.ev .lg img{width:16px;height:16px;object-fit:contain}
.ev .lg .when{margin-left:auto;color:var(--text)}
.ev .lg .live{background:var(--red);color:#fff;font-size:9.5px;font-weight:800;padding:2px 6px;border-radius:5px;letter-spacing:.5px}
.ev .teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}
.ev .team{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#fff;text-align:center;line-height:1.15}
.ev .team img{width:44px;height:44px;object-fit:contain}
.ev .vs{font-family:"Barlow Condensed",sans-serif;font-style:italic;font-weight:800;color:var(--dim);font-size:18px}
.ev .odds{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.odd{display:flex;flex-direction:column;align-items:center;background:var(--bg3);border:1px solid var(--line);border-radius:9px;padding:7px 4px;cursor:pointer;color:#fff;font-family:inherit}
.odd span{font-size:10.5px;color:var(--muted);font-weight:700}
.odd b{font-size:15px;font-weight:800;color:var(--yellow)}
.odd:hover{border-color:var(--yellow)}
.ev .more{font-size:12px;color:var(--muted);text-align:right}
.line-note{font-size:12px;color:var(--muted);margin:10px 0 0}
.tbl{width:100%;border-collapse:collapse;font-size:13.5px;background:var(--bg2)}
.tbl th{background:var(--bg3);color:#fff;text-align:left;padding:10px 14px;font-size:12px;letter-spacing:.6px;text-transform:uppercase}
.tbl td{padding:10px 14px;border-top:1px solid var(--line)}
.tbl td img{width:22px;height:22px;object-fit:contain;display:inline-block;vertical-align:middle;margin-right:8px}
.tbl-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--line)}
.tbl .o{color:var(--yellow);font-weight:800;text-align:center}

/* витрины игр */
.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.grid.g5{grid-template-columns:repeat(5,1fr)}
.grid.g4{grid-template-columns:repeat(4,1fr)}
.game{position:relative;border-radius:12px;overflow:hidden;background:var(--bg3);display:block;border:1px solid var(--line);transition:transform .2s,border-color .2s}
.game img{aspect-ratio:1;object-fit:cover;width:100%}
.game:hover{transform:translateY(-3px);border-color:var(--yellow)}
.game .nm{padding:8px 10px 9px;font-size:12.5px;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game .pv{display:block;font-size:10.5px;color:var(--muted);font-weight:600;margin-top:2px}
.game .badge{position:absolute;top:8px;left:8px;background:var(--yellow);color:#0A0A0B;font-size:10px;font-weight:800;padding:2px 7px;border-radius:6px;letter-spacing:.4px}
.game .badge.live{background:var(--red);color:#fff}
.game .badge.mx{background:var(--pink);color:#fff}
.game .play{position:absolute;inset:0 0 auto 0;aspect-ratio:1;display:flex;align-items:center;justify-content:center;opacity:0;background:rgba(0,0,0,.55);transition:opacity .2s}
.game:hover .play{opacity:1}
.game .play b{background:var(--yellow);color:#0A0A0B;padding:9px 16px;border-radius:999px;font-size:13px}
.tabs{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin-bottom:14px}
.tabs::-webkit-scrollbar{display:none}
.tab{flex:none;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:var(--bg2);border:1px solid var(--line);color:var(--text);font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}
.tab.on{background:var(--yellow);color:#0A0A0B;border-color:var(--yellow)}
.search{margin-left:auto;flex:none;display:flex;align-items:center;gap:8px;background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:7px 14px;color:var(--muted);font-size:13px;min-width:220px}
.search input{background:none;border:0;color:#fff;font:inherit;outline:0;width:100%;min-width:0}
.search svg{width:16px;height:16px;flex:none}

/* бонусы */
.bonus{background:linear-gradient(120deg,#1a1700 0,var(--bg2) 45%);border:1px solid #3a3600;border-radius:16px;padding:22px 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;position:relative;overflow:hidden}
.bonus:before{content:"";position:absolute;left:-60px;top:-60px;width:220px;height:220px;background:var(--yellow);transform:rotate(25deg);opacity:.12;border-radius:30px}
.bonus>*{position:relative}
.bonus .k{font-size:11px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:var(--yellow);margin-bottom:6px}
.bonus h2{font-size:34px;margin-bottom:4px}
.bonus h2 b{color:var(--yellow)}
.bonus .parts{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 12px}
.bonus .part{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:8px 12px;font-size:12.5px;color:var(--muted)}
.bonus .part b{display:block;font-size:18px;color:#fff;line-height:1.1;font-family:"Barlow Condensed",sans-serif;font-style:italic}
.bonus small{color:var(--muted);font-size:12px;display:block}
.bcard{background:var(--bg2);border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.bcard img{aspect-ratio:1340/560;object-fit:cover;width:100%}
.bcard .in{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.bcard .k{font-size:10.5px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:var(--pink)}
.bcard h3{font-size:22px;margin:0}
.bcard .big{font-size:26px;font-weight:800;color:var(--yellow);line-height:1;font-family:"Barlow Condensed",sans-serif;font-style:italic}
.bcard p{font-size:13px;color:var(--muted);margin:0}
.bcard ul{margin:0;padding-left:18px;font-size:12.5px;color:var(--text)}
.bcard .btn{margin-top:auto;align-self:flex-start}

/* esports */
.esp{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.esp .g{background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:8px}
.esp .g svg{width:38px;height:38px;color:var(--yellow)}
.esp .g h3{font-size:22px;margin:0}
.esp .g p{font-size:12.5px;color:var(--muted);margin:0}
.esp .g .mk{display:flex;flex-wrap:wrap;gap:5px}
.esp .g .mk span{font-size:11px;background:var(--bg3);border:1px solid var(--line);border-radius:6px;padding:2px 7px;color:var(--text)}

/* шаги, статы, FAQ, CTA */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;counter-reset:st}
.step{background:var(--bg2);border:1px solid var(--line);border-radius:12px;padding:18px;counter-increment:st}
.step:before{content:counter(st);display:inline-flex;width:32px;height:32px;border-radius:9px;background:var(--yellow);color:#0A0A0B;font-weight:800;align-items:center;justify-content:center;margin-bottom:10px;font-family:"Barlow Condensed",sans-serif;font-style:italic;font-size:18px}
.step h3{font-size:20px;margin-bottom:4px}.step p{margin:0;font-size:13.5px;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat{background:var(--bg2);border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.stat b{display:block;font-size:28px;font-weight:800;color:var(--yellow);font-family:"Barlow Condensed",sans-serif;font-style:italic;line-height:1}
.stat span{font-size:12.5px;color:var(--muted)}
.faq details{background:var(--bg2);border:1px solid var(--line);border-radius:10px;margin-bottom:8px;padding:0 16px}
.faq summary{cursor:pointer;font-weight:700;padding:13px 0;list-style:none;display:flex;justify-content:space-between;gap:10px;color:#fff}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";color:var(--yellow);font-weight:800;font-size:18px;line-height:1}
.faq details[open] summary:after{content:"–"}
.faq p,.faq .a{padding-bottom:13px;margin:0;color:var(--muted);font-size:14px}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--yellow);color:#0A0A0B;border-radius:16px;padding:24px 28px}
.cta-band h2{margin-bottom:4px;color:#0A0A0B}.cta-band p{margin:0;color:#3a3a1a;font-size:14px}
.cta-band .btn{background:#0A0A0B;color:var(--yellow)}
.cta-band .btn:hover{background:#222}
.pay-strip{display:flex;flex-wrap:wrap;gap:8px}

/* текстовые блоки */
.intro{margin:6px 0 18px}
.intro h1{font-size:38px}
.intro p{color:var(--muted);font-size:15.5px;max-width:840px}
.seo-text{max-width:860px}
.seo-text h2{margin-top:1.4em;font-size:26px}
.seo-text p,.seo-text li{color:#C9C9CE}
.seo-text ul,.seo-text ol{padding-left:20px}
.seo-text table{width:100%;border-collapse:collapse;margin:14px 0;font-size:14px;display:block;overflow-x:auto}
.seo-text th,.seo-text td{border:1px solid var(--line);padding:8px 10px;text-align:left;vertical-align:top}
.seo-text th{background:var(--bg2);color:#fff}
.seo-text a{color:var(--yellow);font-weight:700}
.phead{border-bottom:1px solid var(--line);padding:6px 0 14px;margin-bottom:16px}
.phead .crumbs{font-size:12px;color:var(--muted);margin-bottom:6px}
.phead .crumbs a{color:var(--muted)}

/* приложение */
.app-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:center;background:var(--bg2);border:1px solid var(--line);border-radius:18px;padding:30px}
.store-btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.store{display:inline-flex;align-items:center;gap:10px;background:#000;border:1px solid var(--line2);color:#fff;border-radius:10px;padding:8px 14px;min-width:170px}
.store svg{width:24px;height:24px;flex:none;color:var(--yellow)}
.store small{display:block;font-size:10px;color:var(--muted);line-height:1}
.store b{font-size:14px;line-height:1.15}
.phone{width:250px;height:500px;border-radius:36px;background:#000;padding:10px;box-shadow:0 24px 50px rgba(0,0,0,.6),inset 0 0 0 2px #2a2a2e;margin:0 auto;position:relative}
.phone:before{content:"";position:absolute;left:50%;top:12px;transform:translateX(-50%);width:76px;height:18px;border-radius:10px;background:#000;z-index:2}
.screen{background:var(--bg);border-radius:27px;height:100%;overflow:hidden;display:flex;flex-direction:column;font-size:9px}
.screen .sh{display:flex;align-items:center;justify-content:space-between;padding:24px 10px 8px;border-bottom:1px solid var(--line)}
.screen .sh .btn{padding:4px 8px;font-size:8px;border-radius:6px}
.screen .promo{margin:8px;border-radius:10px}
.screen .promo img.sq{display:block;aspect-ratio:624/300}
.screen .promo img:not(.sq){display:none}
.screen .promo .cap{display:none}
.screen .grid{grid-template-columns:repeat(3,1fr);gap:5px;padding:0 8px}
.screen .game .nm{font-size:7px;padding:4px 6px}.screen .game .pv{display:none}
.screen .tb{margin-top:auto;display:flex;justify-content:space-around;background:var(--bg2);padding:8px 4px 10px;border-top:1px solid var(--line)}
.screen .tb span{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:7px;font-weight:700;color:var(--muted)}
.screen .tb span svg{width:14px;height:14px}.screen .tb span.on{color:var(--yellow)}
.plat{background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:8px}
.plat .top{display:flex;align-items:center;gap:10px}.plat .top svg{width:30px;height:30px;color:var(--yellow)}
.plat h3{margin:0;font-size:22px}
.plat .st{margin-left:auto;font-size:11px;font-weight:800;padding:3px 9px;border-radius:6px;background:rgba(245,225,0,.15);color:var(--yellow)}
.plat .st.no{background:rgba(229,0,28,.15);color:#FF7A88}
.plat dl{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;font-size:12.5px;margin:6px 0 0}
.plat dt{color:var(--muted)}.plat dd{margin:0;font-weight:600;color:#fff}
.plat .btn{margin-top:auto}

/* отзывы */
.rating-hero{display:grid;grid-template-columns:200px 1fr;gap:26px;align-items:center;background:var(--bg2);border:1px solid var(--line);border-radius:16px;padding:22px}
.rating-hero .big b{font-size:64px;font-weight:800;color:var(--yellow);line-height:1;display:block;font-family:"Barlow Condensed",sans-serif;font-style:italic}
.stars{color:var(--yellow);font-size:18px;letter-spacing:1px}
.stars .off{color:#3a3a40}
.bars{display:grid;gap:6px}
.bar{display:grid;grid-template-columns:44px 1fr 40px;align-items:center;gap:10px;font-size:12.5px;color:var(--muted)}
.bar i{height:9px;border-radius:999px;background:var(--bg3);overflow:hidden;display:block}
.bar i b{display:block;height:100%;background:var(--yellow)}
.rev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px}
.rev{background:var(--bg2);border:1px solid var(--line);border-radius:12px;padding:14px 16px;font-size:13.5px}
.rev .who{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.rev .av{width:38px;height:38px;border-radius:50%;background:var(--bg4);color:var(--yellow);font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
.rev .who b{display:block;font-size:14px;color:#fff}
.rev .who small{color:var(--muted);font-size:11.5px}
.rev .stars{font-size:14px;margin-left:auto}
.rev p{margin:0;color:#C9C9CE}
.rev .reply{margin-top:8px;padding:8px 10px;border-left:3px solid var(--yellow);background:var(--bg3);font-size:12.5px;border-radius:0 8px 8px 0}
.rev .reply b{color:var(--yellow)}

/* сервисные */
.contact{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.contact .card{display:flex;gap:12px;align-items:flex-start}
.contact svg{width:26px;height:26px;color:var(--yellow);flex:none}
.contact h3{font-size:20px;margin-bottom:2px}.contact p{font-size:13px;color:var(--muted);margin:0}
.toc{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.toc a{font-size:13px;background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:6px 12px;color:var(--text)}
.legal h2{font-size:22px;margin-top:1.4em}
.legal p,.legal li{color:#C9C9CE;font-size:14px}

/* футер */
footer{background:#000;border-top:1px solid var(--line);margin-top:30px;font-size:13px;color:var(--muted)}
.foot{max-width:1240px;margin:0 auto;padding:28px 20px 90px}
.foot-top{display:flex;align-items:center;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.foot-top .slogan b{color:#fff;display:block}
.foot-mid{display:grid;grid-template-columns:1.4fr 1fr;gap:30px;padding:20px 0;border-bottom:1px solid var(--line)}
.foot h4{color:var(--yellow);font-size:12px;letter-spacing:1.4px;margin-bottom:12px;font-style:normal;font-family:Inter,sans-serif}
.foot-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 20px}
.foot-links a{color:var(--text)}.foot-links a:hover{color:var(--yellow)}
.foot-note{font-size:12px;margin:14px 0 0;max-width:900px}
.foot-bot{display:flex;justify-content:space-between;gap:12px;padding-top:14px;font-size:12px;flex-wrap:wrap}
.foot-bot b{color:#fff}
.lic{display:inline-flex;align-items:center;gap:8px;background:var(--bg2);border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:12px;color:var(--text);margin-top:10px}
.lic svg{width:16px;height:16px;color:var(--yellow)}

/* sticky CTA, таббар, drawer */
.fab{position:fixed;left:50%;bottom:16px;transform:translate(-50%,140%);width:min(560px,100% - 32px);background:var(--bg3);border:1px solid var(--line2);border-radius:999px;box-shadow:0 12px 34px rgba(0,0,0,.6);padding:8px 8px 8px 20px;display:flex;align-items:center;gap:14px;z-index:70;transition:transform .35s}
.fab.show{transform:translate(-50%,0)}
.fab-txt{font-size:13px;font-weight:600;color:#fff;line-height:1.3}
.fab-txt b{color:var(--yellow)}
.fab .btn{flex:none}
.tabbar{display:none;position:fixed;left:0;right:0;bottom:0;height:var(--tab);background:#000;border-top:1px solid var(--line);z-index:80;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom)}
.tabbar a,.tabbar button{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;font-weight:700;color:var(--muted);border:0;background:none;font-family:inherit;padding:4px 8px}
.tabbar svg{width:22px;height:22px}
.tabbar .on{color:var(--yellow)}
.drawer{position:fixed;inset:0 auto 0 0;width:min(320px,85vw);background:var(--bg2);z-index:100;transform:translateX(-105%);transition:transform .3s;box-shadow:8px 0 30px rgba(0,0,0,.6);padding:16px 18px;display:flex;flex-direction:column;gap:10px;overflow:auto}
.drawer.open{transform:none}
.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.drawer-close{border:0;background:var(--bg3);width:36px;height:36px;border-radius:9px;cursor:pointer;color:#fff}
.drawer-close svg{width:20px;height:20px}
.d-nav a{display:block;padding:11px 12px;border-radius:10px;font-weight:700;color:#fff;border-bottom:1px solid var(--line)}
.d-nav a small{display:block;font-weight:500;color:var(--muted);font-size:12px}
.d-nav a.on{background:var(--bg3);color:var(--yellow)}
.scrim{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:90;opacity:0;pointer-events:none;transition:opacity .3s}
.scrim.on{opacity:1;pointer-events:auto}

/* адаптив */
@media (max-width:1100px){.grid{grid-template-columns:repeat(4,1fr)}.grid.g5{grid-template-columns:repeat(4,1fr)}.esp{grid-template-columns:1fr 1fr}}
@media (max-width:920px){
  .topline .r span.hide-m{display:none}
  .mnav{display:none}
  .burger{display:inline-flex;align-items:center;justify-content:center}
  .hdr-r .btn-ghost{display:none}
  .layout{padding:12px 14px 30px}
  .promos{grid-template-columns:1fr}
  .promo img{display:none}.promo img.sq{display:block;aspect-ratio:624/380}
  .promo.big img.sq{aspect-ratio:624/380}
  .events{grid-template-columns:1fr 1fr}
  .grid,.grid.g4,.grid.g5{grid-template-columns:repeat(3,1fr)}
  .steps,.grid3,.grid4,.stats,.contact{grid-template-columns:1fr 1fr}
  .bonus{grid-template-columns:1fr}
  .app-hero{grid-template-columns:1fr;text-align:center}
  .app-hero .store-btns{justify-content:center}
  .rating-hero{grid-template-columns:1fr}
  .foot-mid{grid-template-columns:1fr}
  .foot-links{grid-template-columns:1fr 1fr}
  .tabbar{display:flex}
  .fab{bottom:calc(var(--tab) + 10px)}
  .search{min-width:0;width:100%;margin-left:0}
  .tabs{flex-wrap:wrap}
  .wrap{padding:0 14px}
}
@media (max-width:560px){
  h1{font-size:30px}h2{font-size:24px}
  .intro h1{font-size:28px}
  .hdr-in{gap:10px;padding:0 12px}
  .logo .txt{font-size:22px}
  .story{width:96px;border-radius:14px}
  .cat{width:84px}
  .events{grid-template-columns:1fr}
  .grid,.grid.g4,.grid.g5{grid-template-columns:repeat(2,1fr);gap:8px}
  .steps,.grid2,.grid3,.grid4,.contact,.esp{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .bonus h2{font-size:26px}
  .cta-band{flex-direction:column;align-items:flex-start;padding:20px}
  .cta-band .btn{width:100%}
  .fab{width:100%;left:0;transform:translate(0,140%);border-radius:16px 16px 0 0;bottom:var(--tab);padding:10px 12px}
  .fab.show{transform:none}
  .foot-links{grid-template-columns:1fr}
  .phone{width:230px;height:460px}
}
