/* === BC Game Style — vwclub.su === */
*,:after,:before{box-sizing:border-box}
li,ol,ol[class],ul,ul[class]{margin:0;padding:0}
blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class]{margin:0}
body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}
li,ol[class],ul[class]{list-style:none}
a{text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{border:none;font:inherit}
[role=button],button{cursor:pointer}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
@media(max-width:768px){body,html{overflow-x:hidden}}
body.-toggle,html.-toggle{overflow:hidden}
body{background:#f6f7fa;color:#31373d;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:1.4}
@media(max-width:768px){body{font-size:14px;overflow-x:hidden}}
.container,.container-page{margin-left:auto;margin-right:auto;max-width:1220px;padding-left:20px;padding-right:20px;width:100%}
.container-page{max-width:1000px}
h1,h2,h3,h4,h5,h6{color:#31373d;font-weight:700;line-height:1.2}

/* ===== HEADER ===== */
.site-header{background:#f6f7fa;padding:24px 0}
@media(max-width:768px){.site-header{padding:20px 0}}
.site-header .site-header--row{align-items:center;display:flex;gap:42px}
.site-header .site-header__logo{flex:1 auto}
.site-header .site-header__logo img{height:auto;width:210px;background:#1c1e22;border-radius:6px;padding:8px 14px}
.site-header .site-header--menu-area{grid-gap:20px;align-items:center;display:grid;grid-template-columns:1fr max-content max-content}
@media(max-width:768px){
  .site-header .site-header--menu-area{grid-gap:16px;background:#f6f7fa;display:none;grid-template-columns:1fr;height:calc(100% - 82px);left:0;overflow-y:auto;padding:20px;position:fixed;top:82px;width:100%;z-index:9999}
  .site-header .site-header--menu-area.-toggle{display:block}
}
.site-header .site-header--menu-btn{background:#45d91e;border:1px solid #45d91e;border-radius:4px;display:none;height:42px;justify-self:flex-end;width:42px;font-size:20px;color:#fff;text-align:center;line-height:42px}
.site-header .site-header--menu-btn.-toggle{background:#1c1e22;border-color:#1c1e22}
@media(max-width:768px){.site-header .site-header--menu-btn{display:block}}
.site-header .site-header__menu{padding-right:64px;text-align:right}
@media(max-width:768px){.site-header .site-header__menu{grid-column:1;padding:0;text-align:left;margin-bottom:40px}}
.site-header .site-header__menu ul{display:inline-flex;flex-wrap:wrap;gap:42px}
@media(max-width:768px){.site-header .site-header__menu ul{display:block}}
.site-header .site-header__menu ul li{font-size:15px;position:relative}
@media(max-width:768px){.site-header .site-header__menu ul li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.08);display:block;margin-bottom:20px;padding-bottom:20px}}
.site-header .site-header__menu ul li a{color:#31373d}
.site-header .site-header__menu ul li:hover>a{color:#45d91e}
.site-header .site-header__btn-login{background:conic-gradient(from 0deg at 50% 50%,#57c220 0deg,#33a838 1turn);border-radius:4px;font-size:15px;font-weight:500;line-height:42px}
@media(max-width:768px){.site-header .site-header__btn-login{text-align:center}}
.site-header .site-header__btn-login a{color:#fff;display:block;padding:0 36px}
.site-header .site-header__btn-login:hover{opacity:.86}

/* ===== HEADER BANNER ===== */
.header-banner{margin-bottom:86px;padding:100px 0 0;position:relative}
@media(max-width:768px){.header-banner{margin-bottom:30px;padding-bottom:42px;padding-top:30px}}
.header-banner .header-banner--content{grid-gap:42px;align-items:center;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:64px}
@media(max-width:768px){.header-banner .header-banner--content{display:block;margin-bottom:0}}
.header-banner .header-banner--content h1{color:#31373d;font-size:56px;font-weight:700}
@media(max-width:768px){.header-banner .header-banner--content h1{font-size:30px}}
.header-banner .header-banner--content h1 b,
.header-banner .header-banner--content h1 span,
.header-banner .header-banner--content h1 strong{-webkit-text-fill-color:transparent;background:linear-gradient(180deg,#45d91e,#96ba06 32.82%);-webkit-background-clip:text;background-clip:text;font-weight:700}
.header-banner .header-banner--content .header-banner--desc{margin:24px 0 0}
@media(max-width:768px){.header-banner .header-banner--content .header-banner--desc{font-size:14px}}
.header-banner .header-banner--content .header-banner--desc a{color:#45d91e;font-weight:500;text-decoration:underline}
.header-banner .header-banner--content .header-banner--link{margin-top:32px}
.header-banner .header-banner--content .header-banner--link a{background:conic-gradient(from 0deg at 50% 50%,#57c220 0deg,#33a838 1turn);border-radius:4px;color:#fff;display:inline-block;font-size:16px;font-weight:600;height:52px;line-height:52px;padding:0 42px}
.header-banner .header-banner--content .header-banner--link a:hover{opacity:.86}
.header-banner .header-banner__img{display:block}
@media(max-width:768px){.header-banner .header-banner__img{margin-top:24px}}

/* Hero quick links (purple gradient) */
.header-banner .header-banner--links{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr)}
@media(max-width:768px){.header-banner .header-banner--links{display:block}}
.header-banner .header-banner--links .header-banner--links__item{align-items:center;background:conic-gradient(from 0deg at 50% 50%,#793cec 0deg,#6123d5 1turn);border-radius:4px;display:flex;gap:14px;justify-content:center;padding:15px 24px}
@media(max-width:768px){.header-banner .header-banner--links .header-banner--links__item:not(:last-child){margin-bottom:20px}}
.header-banner .header-banner--links .header-banner--links__item .icon{display:inline-block;font-size:28px;color:#fff}
.header-banner .header-banner--links .header-banner--links__item span{color:#fff;font-size:18px;font-weight:500}
@media(max-width:768px){.header-banner .header-banner--links .header-banner--links__item span{font-size:15px}}
.header-banner .header-banner--links .header-banner--links__item:hover{box-shadow:0 0 20px rgba(121,60,236,.4)}

/* ===== POST ENTRY (article content) ===== */
.post-entry p:not(:last-child){margin-bottom:24px}
.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6{line-height:1.2;margin-bottom:14px}
.post-entry h2,.post-entry h3{font-size:32px}
@media(max-width:768px){.post-entry h2,.post-entry h3{font-size:24px}}
.post-entry h2:not(.centered),.post-entry h3:not(.centered){margin-bottom:20px;padding-left:46px;position:relative}
.post-entry h2:not(.centered):before,.post-entry h3:not(.centered):before{content:"✓";background:#45d91e;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;height:30px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:30px}
.post-entry h2.centered,.post-entry h3.centered{padding-top:46px;position:relative;text-align:center}
.post-entry h2.centered:before,.post-entry h3.centered:before{content:"✓";background:#45d91e;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;height:30px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:30px}
.post-entry h3{font-size:20px;margin-bottom:24px;margin-top:16px}
.post-entry h4{font-size:18px}
@media(max-width:768px){.post-entry h4{font-size:16px}}
.post-entry a{color:#0855cc}
.post-entry a:hover{color:#1c1e22}

/* Green highlight box */
.post-entry .colored{background:#ecf9f1;border-radius:4px;margin-bottom:24px;padding:32px 20px}

/* Table of contents */
.post-entry .periexomena-title{color:#31373d;font-size:16px;font-weight:500;letter-spacing:1.5px;margin-bottom:12px;text-transform:uppercase}
.post-entry .periexomena ol{margin-left:12px!important;margin-bottom:0!important;counter-reset:toc-num}
.post-entry .periexomena ol li{display:block;font-size:15px;font-weight:500;margin-bottom:12px;padding-left:12px;position:relative;counter-increment:toc-num}
.post-entry .periexomena ol li:before{background:#1c1e22;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}
.post-entry .periexomena ol li a{color:#1c1e22}
.post-entry .periexomena ol li a:hover{color:#45d91e}

/* UL lists */
.post-entry ul{margin-bottom:24px}
.post-entry ul li{font-weight:500;padding-left:28px;position:relative}
.post-entry ul li:not(:last-child){margin-bottom:12px}
.post-entry ul li:before{content:"✓";background:#45d91e;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;height:18px;left:0;position:absolute;top:2px;width:18px}

/* CTA Button in post */
.post-entry .wp-block-button__link{background:conic-gradient(from 0deg at 50% 50%,#57c220 0deg,#33a838 1turn);border-radius:4px;color:#fff;display:inline-block;font-weight:600;height:48px;line-height:48px;margin-bottom:24px;padding:0 44px}
@media(max-width:768px){.post-entry .wp-block-button__link{text-align:center;width:100%}}
.post-entry .wp-block-button__link:hover{opacity:.86}

/* OL numbered lists */
.post-entry ol{counter-reset:num;list-style-type:none;margin-bottom:24px;margin-left:42px}
.post-entry ol li{margin:0 0 16px;padding:0;position:relative}
.post-entry ol li:before{background:#45d91e;border-radius:50%;color:#fff;content:counter(num);counter-increment:num;display:inline-block;font-size:15px;font-weight:500;height:32px;left:-40px;line-height:32px;position:absolute;text-align:center;top:-5px;width:32px}

/* Images */
.post-entry .wp-block-image{margin-bottom:30px}
.post-entry img{height:auto!important}

/* Table */
.post-entry table{border-collapse:collapse;font-size:14px;margin-bottom:24px;width:100%}
.post-entry table tr:first-child{background:#793cec!important}
.post-entry table tr:first-child td{color:#fff;font-weight:700}
.post-entry table tr:nth-child(odd){background:#1c1e22}
.post-entry table tr:nth-child(even){background:#252830}
.post-entry table tr td{font-weight:400;padding:16px 12px;color:#fff}
.post-entry table tr:first-child td{padding:16px 12px}

/* ===== FAQ BLOCK ===== */
.faq-block{background:#31343c;margin-top:32px;padding:40px 0}
.faq-block .faq-block--title{color:#fff;font-size:28px;margin-bottom:20px;padding-left:46px;position:relative}
.faq-block .faq-block--title:before{content:"?";background:#793cec;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;height:30px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:30px}
.faq-block .faq-block--subtitle{color:#fff;font-size:16px;margin-bottom:24px;text-align:center}
.faq-block .faq-block--items .faq-block--items__item{background:#1c1e22;border:1px solid #793cec;border-radius:6px;color:#fff;overflow:hidden;padding:20px}
.faq-block .faq-block--items .faq-block--items__item:not(:last-child){margin-bottom:16px}
.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header{background:#793cec;color:#fff;font-size:18px;font-weight:700;margin:-20px;padding:20px;position:relative;cursor:pointer}
.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header:after{color:#fff;content:"+";display:inline-block;font-size:20px;font-weight:600;height:24px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;text-align:center}
.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content{color:#e2e3e6;display:none;margin-top:24px;font-size:15px;line-height:1.7}
.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header{margin-bottom:20px}
.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:after{content:"−"}
.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content{display:block}

/* ===== FOOTER ===== */
.site-footer{background:#1c1e22;padding:42px 0}
.site-footer .site-footer--row{grid-gap:24px;align-items:center;display:grid;grid-template-columns:max-content 1fr max-content;margin-bottom:40px}
@media(max-width:768px){.site-footer .site-footer--row{grid-template-columns:1fr;text-align:center}}
.site-footer .site-footer--row .site-footer__logo img{max-width:160px}
@media(max-width:768px){.site-footer .site-footer--row .site-footer__logo img{display:inline-block}}
.site-footer .site-footer--row .site-footer__menu ul{text-align:center}
.site-footer .site-footer--row .site-footer__menu ul li{display:inline-block;margin:0 14px}
@media(max-width:768px){.site-footer .site-footer--row .site-footer__menu ul li{display:block;margin-bottom:12px}}
.site-footer .site-footer--row .site-footer__menu ul li a{color:#fff;font-size:13px}
.site-footer .site-footer--row .site-footer__menu ul li a:hover{color:#45d91e}
.site-footer .site-footer--row .site-footer__logos{display:flex;flex-wrap:nowrap;gap:20px;place-content:center;align-items:center}
.site-footer .site-footer--row .site-footer__logos img{height:30px;width:auto}
.site-footer .site-footer--copyr{border-top:1px solid #31343c;color:#656870;font-size:13px;padding-top:40px;text-align:center;line-height:1.8}

/* ===== MAIN CTA BLOCK ===== */
.main-cta-block{grid-gap:32px;align-items:center;background:#1c1e22;border-radius:10px;display:grid;grid-template-columns:max-content 1fr max-content;margin-bottom:24px;padding:32px}
@media(max-width:768px){.main-cta-block{grid-template-columns:1fr;place-items:center;text-align:center}}
.main-cta-block .img-w{background:#252830;border-radius:50%;display:flex;height:120px;padding:8px;place-content:center;place-items:center;width:120px}
.main-cta-block .img-w img{height:auto;width:100%;border-radius:50%}
.main-cta-block .g-cta-block-data .title{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px}
.main-cta-block .g-cta-block-data .desc{color:#e2e3e6;font-size:13px}
.main-cta-block .g-cta-block-code .g-cta-block-code--title{color:#fff;font-size:14px;margin-bottom:12px;text-align:center}
.main-cta-block .g-cta-block-code .g-cta-block-code--button{background:#45d91e;border-radius:4px;color:#fff;cursor:pointer;display:block;height:48px;line-height:48px;overflow:hidden;position:relative;text-align:center;width:200px;font-weight:600;font-size:15px}
.main-cta-block .g-cta-block-code .g-cta-block-code--button:hover{opacity:.86}

/* Promo code reveal widget */
.g-cta-block-code--btn{margin-bottom:14px;position:relative}
.g-cta-block-code--btn .promo-wrap{background:#fff;border:1px solid #45d91e;border-radius:4px;cursor:pointer;display:flex;height:48px;overflow:hidden;position:relative;width:200px;align-items:center;justify-content:space-between}
.g-cta-block-code--btn .promo-wrap .click-text{background:#45d91e;border-radius:3px;color:#fff;font-size:14px;font-weight:700;height:46px;left:0;position:absolute;text-align:center;top:0;transition:all .25s ease;width:calc(100% - 36px);line-height:46px;z-index:3}
.g-cta-block-code--btn .promo-wrap .hidden-text{color:#31343c;font-size:15px;font-weight:700;padding:0 12px;position:absolute;right:0;text-align:right;cursor:text;user-select:all}
.g-cta-block-code--btn .promo-wrap:hover .click-text{left:-100%}

/* ===== STICKY POPUP ===== */
.g-popup-block{background:#1c1e22;bottom:-200px;box-sizing:border-box;left:0;opacity:0;padding:20px 0;position:fixed;transition:all .65s ease-in;width:100%;z-index:999}
.g-popup-block.-toggle{bottom:0;opacity:1}
.g-popup-block .g-popup-block__content{grid-gap:16px;align-items:center;display:grid;grid-template-columns:max-content max-content 1fr max-content;position:relative}
@media(max-width:768px){.g-popup-block .g-popup-block__content{grid-template-columns:80px 1fr;grid-row-gap:8px}}
.g-popup-block .g-popup-block__logo{background:#1c1e22;border-radius:4px;padding:4px 8px}
.g-popup-block .g-popup-block__logo img{height:60px;max-width:160px;object-fit:contain}
@media(max-width:768px){.g-popup-block .g-popup-block__logo img{height:100%;max-width:100%}}
.g-popup-block .g-popup-block__rating{text-align:center}
@media(max-width:768px){.g-popup-block .g-popup-block__rating{display:flex;gap:6px;align-items:center}}
.g-popup-block .g-popup-block__rating .rating_title{color:#fff;font-size:17px;font-weight:700;margin-bottom:6px}
@media(max-width:768px){.g-popup-block .g-popup-block__rating .rating_title{font-size:10px;margin-bottom:0}}
.g-popup-block .g-popup-block__rating .rating_stars{color:#45d91e;font-size:20px;font-weight:700}
.g-popup-block .g-popup-block__data{color:#fff}
.g-popup-block .g-popup-block__data .g-popup-block__bonus{font-size:18px;font-weight:700;color:#45d91e;margin-bottom:4px}
@media(max-width:768px){.g-popup-block .g-popup-block__data .g-popup-block__bonus{font-size:14px}}
.g-popup-block .g-popup-block__data .g-popup-block__desc{font-size:13px;color:#e2e3e6}
.g-popup-block .g-popup-block__btn a{background:conic-gradient(from 0deg at 50% 50%,#57c220 0deg,#33a838 1turn);border-radius:4px;color:#fff;display:inline-block;font-size:15px;font-weight:600;height:48px;line-height:48px;padding:0 32px;white-space:nowrap}
@media(max-width:768px){.g-popup-block .g-popup-block__btn{grid-column:1/3}}
.g-popup-block .g-popup-block__btn a:hover{opacity:.86}
.g-popup-block__close{background:transparent;border:none;color:#656870;cursor:pointer;font-size:22px;position:absolute;right:0;top:50%;transform:translateY(-50%);padding:4px 8px}
.g-popup-block__close:hover{color:#fff}

/* ===== UTILITY ===== */
.section-mb{margin-bottom:64px}
@media(max-width:768px){.section-mb{margin-bottom:40px}}
.text-green{color:#45d91e}
.btn-green{background:conic-gradient(from 0deg at 50% 50%,#57c220 0deg,#33a838 1turn);border-radius:4px;color:#fff;display:inline-block;font-size:16px;font-weight:600;height:52px;line-height:52px;padding:0 42px;transition:opacity .2s}
.btn-green:hover{opacity:.86;color:#fff}
.btn-purple{background:conic-gradient(from 0deg at 50% 50%,#793cec 0deg,#6123d5 1turn);border-radius:4px;color:#fff;display:inline-block;font-size:16px;font-weight:600;height:52px;line-height:52px;padding:0 42px}
.btn-purple:hover{opacity:.86;color:#fff}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ===== TOP BANNER (yellow promo strip) ===== */
.top-promo-banner{background:conic-gradient(from 0deg at 50% 50%,#57c220 0deg,#33a838 1turn);padding:14px 0;text-align:center}
.top-promo-banner p{color:#fff;font-size:15px;font-weight:600}
.top-promo-banner p a{color:#fff;text-decoration:underline}
.top-promo-banner p a:hover{text-decoration:none}

/* ===== STATS STRIP ===== */
.stats-strip{background:#1c1e22;padding:28px 0}
.stats-strip .stats-strip--inner{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}
.stats-strip .stat-item{text-align:center}
.stats-strip .stat-item .stat-num{color:#45d91e;font-size:32px;font-weight:700;line-height:1}
@media(max-width:768px){.stats-strip .stat-item .stat-num{font-size:24px}}
.stats-strip .stat-item .stat-label{color:#e2e3e6;font-size:13px;margin-top:4px}

/* ===== STEPS SECTION ===== */
.steps-section{padding:60px 0}
.steps-section .section-title{font-size:34px;font-weight:700;margin-bottom:40px;text-align:center;padding-top:50px;position:relative}
@media(max-width:768px){.steps-section .section-title{font-size:24px}}
.steps-section .section-title:before{content:"↓";background:#45d91e;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;height:36px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:36px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:768px){.steps-grid{grid-template-columns:1fr}}
.step-card{background:#fff;border-radius:8px;box-shadow:0 2px 20px rgba(0,0,0,.06);padding:28px;position:relative}
.step-card .step-num{background:#45d91e;border-radius:50%;color:#fff;font-size:16px;font-weight:700;height:36px;line-height:36px;position:absolute;right:20px;text-align:center;top:20px;width:36px}
.step-card .step-icon{color:#45d91e;font-size:36px;margin-bottom:16px}
.step-card h3{color:#31373d;font-size:18px;margin-bottom:12px;padding:0!important}
.step-card h3:before{display:none!important}
.step-card p{color:#656870;font-size:14px}
.step-card img{border-radius:6px;margin-bottom:16px;width:100%;height:160px;object-fit:cover}

/* ===== FEATURE CARDS ===== */
.features-section{padding:60px 0;background:#fff}
.features-section .section-title{font-size:34px;font-weight:700;margin-bottom:40px;text-align:center;padding-top:50px;position:relative}
@media(max-width:768px){.features-section .section-title{font-size:24px}}
.features-section .section-title:before{content:"★";background:#793cec;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;height:36px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:36px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:768px){.features-grid{grid-template-columns:1fr}}
.feature-card{background:#f6f7fa;border-radius:8px;border-left:4px solid #45d91e;padding:24px}
.feature-card .feat-icon{color:#45d91e;font-size:32px;margin-bottom:12px}
.feature-card h3{color:#31373d;font-size:17px;margin-bottom:10px;padding:0!important}
.feature-card h3:before{display:none!important}
.feature-card p{color:#656870;font-size:14px;line-height:1.6}

/* ===== REVIEWS ===== */
.reviews-section{padding:60px 0}
.reviews-section .section-title{font-size:34px;font-weight:700;margin-bottom:40px;text-align:center;padding-top:50px;position:relative}
@media(max-width:768px){.reviews-section .section-title{font-size:24px}}
.reviews-section .section-title:before{content:"♥";background:#45d91e;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;height:36px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:36px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:768px){.reviews-grid{grid-template-columns:1fr}}
.review-card{background:#fff;border-radius:8px;box-shadow:0 2px 20px rgba(0,0,0,.06);padding:24px}
.review-card .review-stars{color:#45d91e;font-size:18px;margin-bottom:8px}
.review-card .review-text{color:#31373d;font-size:14px;font-style:italic;margin-bottom:16px;line-height:1.7}
.review-card .review-author{color:#656870;font-size:13px;font-weight:600}

/* ===== BREADCRUMBS ===== */
.breadcrumbs{padding:16px 0;font-size:13px;color:#656870}
.breadcrumbs a{color:#45d91e}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs span{margin:0 6px}

/* ===== PAGE HERO (non-main pages) ===== */
.page-hero{background:conic-gradient(from 0deg at 50% 50%,#793cec 0deg,#6123d5 1turn);padding:60px 0;margin-bottom:48px;text-align:center}
.page-hero h1{color:#fff;font-size:40px;font-weight:700}
@media(max-width:768px){.page-hero h1{font-size:26px}}
.page-hero .page-hero--desc{color:rgba(255,255,255,.85);font-size:16px;margin-top:16px;max-width:600px;margin-left:auto;margin-right:auto}

/* ===== APP DOWNLOAD BUTTONS ===== */
.app-btns{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}
@media(max-width:768px){.app-btns{flex-direction:column}}
.app-btn{align-items:center;background:#fff;border:1px solid #45d91e;border-radius:8px;color:#1c1e22;display:inline-flex;gap:10px;padding:10px 20px;font-size:14px;font-weight:600;min-width:160px}
.app-btn:hover{background:#f6f7fa;color:#1c1e22}
.app-btn .app-btn-icon{font-size:26px}
.app-btn .app-btn-label small{display:block;font-size:10px;font-weight:400;color:#e2e3e6}

/* ===== INFO BOX ===== */
.info-box{background:#ecf9f1;border-left:4px solid #45d91e;border-radius:4px;padding:20px 24px;margin-bottom:24px}
.info-box p{color:#31373d;font-size:15px;margin:0}
.info-box.purple{background:#f0ebff;border-left-color:#793cec}

/* ===== PROMO CODE WIDGET (in article) ===== */
.promo-widget{background:#1c1e22;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;margin:24px 0;flex-wrap:wrap}
.promo-widget .promo-label{color:#e2e3e6;font-size:14px}
.promo-widget .promo-code-wrap{display:flex;align-items:center;gap:12px}
.promo-widget .promo-code{background:#252830;border:1px dashed #45d91e;border-radius:4px;color:#45d91e;font-size:20px;font-weight:700;letter-spacing:2px;padding:8px 20px}
.promo-widget .promo-copy-btn{background:#45d91e;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;height:36px;padding:0 16px;border:none;line-height:36px}
.promo-widget .promo-copy-btn:hover{opacity:.86}

/* ===== COMPARISON TABLE ===== */
.comparison-table-wrap{overflow-x:auto;margin-bottom:24px}
.comparison-table-wrap table{min-width:600px}

/* ===== MOBILE APP SECTION ===== */
.app-section{padding:60px 0}
.app-section--inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
@media(max-width:768px){.app-section--inner{grid-template-columns:1fr}}
.app-section--inner img{border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.12)}

/* ===== BONUS CARDS ===== */
.bonus-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}
@media(max-width:768px){.bonus-cards{grid-template-columns:1fr}}
.bonus-card{background:#fff;border-radius:8px;box-shadow:0 2px 20px rgba(0,0,0,.06);padding:24px}
.bonus-card .bonus-card-title{color:#1c1e22;font-size:18px;font-weight:700;margin-bottom:8px}
.bonus-card .bonus-amount{color:#45d91e;font-size:28px;font-weight:700;margin-bottom:12px}
.bonus-card p{color:#656870;font-size:14px}

/* ===== REGISTRATION STEPS ===== */
.reg-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}
@media(max-width:768px){.reg-methods{grid-template-columns:1fr}}
.reg-method-card{background:#fff;border:2px solid #f6f7fa;border-radius:8px;padding:24px;text-align:center;transition:border-color .2s}
.reg-method-card:hover{border-color:#45d91e}
.reg-method-card .reg-method-icon{color:#45d91e;font-size:36px;margin-bottom:12px}
.reg-method-card h3{color:#31373d;font-size:16px;font-weight:700;margin-bottom:8px;padding:0!important}
.reg-method-card h3:before{display:none!important}
.reg-method-card p{color:#656870;font-size:13px}

/* ===== SCROLL to top ===== */
#scroll-top{background:#45d91e;border-radius:50%;bottom:90px;color:#fff;cursor:pointer;display:none;font-size:20px;height:44px;line-height:44px;position:fixed;right:20px;text-align:center;width:44px;z-index:998;border:none}
#scroll-top:hover{opacity:.86}
#scroll-top.visible{display:block}
