@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap');

:root {
  --bg:        #0e051c;
  --bg2:       #160828;
  --card:      #1c0a37;
  --card2:     #25103f;
  --purple:    #8a2be2;
  --violet:    #b43cff;
  --violet2:   #d580ff;
  --orange:    #ff8c00;
  --orange2:   #ffac33;
  --gold:      #ffc832;
  --white:     #ffffff;
  --gray:      #b4a0d2;
  --gray2:     #7a6890;
  --border:    #2e1050;
  --radius:    12px;
  --shadow:    0 8px 32px rgba(138,43,226,0.25);
  --glow:      0 0 20px rgba(180,60,255,0.4);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Poppins', sans-serif; background: var(--bg); color: var(--gray); line-height: 1.7; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--violet); text-decoration: none; transition: color .2s; }
a:hover { color: var(--orange2); }
h1,h2,h3,h4,h5 { font-family: 'Oswald', sans-serif; color: var(--white); line-height: 1.2; }
h1 { font-size: clamp(2rem,5vw,3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem,3.5vw,2.4rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem,2.5vw,1.7rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; color: var(--violet2); }
p  { margin-bottom: 1rem; }
ul,ol { padding-left: 1.4rem; margin-bottom: 1rem; }
li { margin-bottom: .4rem; }
strong { color: var(--white); }

/* LAYOUT */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section    { padding: 70px 0; }
.section-sm { padding: 44px 0; }

/* NOTICE BAR */
.notice-bar { background: linear-gradient(90deg,#200840,#100320); border-bottom: 1px solid var(--border); padding: 8px 20px; text-align: center; font-size: .78rem; color: var(--gray2); }
.notice-bar a { color: var(--violet); }

/* HEADER */
.site-header { background: rgba(14,5,28,.97); border-bottom: 2px solid var(--purple); position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); box-shadow: 0 2px 30px rgba(138,43,226,.3); }
.header-inner { display: flex; align-items: center; height: 70px; gap: 12px; flex-wrap: nowrap; max-width: 100%; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo img { height: 36px; width: auto; }
.logo-text { font-family: 'Oswald', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--white); }
.logo-text span { color: var(--violet); }

.main-nav { display: flex; align-items: center; gap: 0; flex: 1; justify-content: center; flex-wrap: nowrap; min-width: 0; overflow: hidden; }
.main-nav a { color: var(--gray); font-size: .75rem; font-weight: 500; padding: 5px 7px; border-radius: 7px; transition: all .2s; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { background: rgba(138,43,226,.25); color: var(--violet2); }

.btn-cta { background: linear-gradient(135deg,var(--orange),var(--orange2)); color: #0e051c !important; font-weight: 700 !important; font-size: .82rem !important; padding: 9px 16px !important; border-radius: 8px; white-space: nowrap; letter-spacing: .3px; transition: all .2s; box-shadow: 0 4px 15px rgba(255,140,0,.35); flex-shrink: 0; }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,140,0,.5); background: linear-gradient(135deg,var(--orange2),var(--gold)) !important; }

.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; flex-shrink: 0; }
.burger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; }
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; bottom: 0; background: rgba(14,5,28,.98); z-index: 999; padding: 20px; overflow-y: auto; flex-direction: column; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { display: block; color: var(--white); padding: 14px 16px; border-radius: 8px; font-size: 1rem; border-bottom: 1px solid var(--border); }
.mobile-menu a:hover { background: rgba(138,43,226,.2); color: var(--violet2); }
.mobile-cta-wrap { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.mobile-cta-wrap .btn-cta { display: block; text-align: center; padding: 14px 20px !important; font-size: 1rem !important; border-radius: 10px; }

/* SKIP LINK */
.skip-link { position: absolute; top: -40px; left: 0; background: var(--purple); color: #fff; padding: 8px 16px; z-index: 10000; font-size: .9rem; border-radius: 0 0 8px 0; transition: top .2s; }
.skip-link:focus { top: 0; }

/* BREADCRUMB */
.breadcrumb-nav { background: rgba(255,255,255,.02); border-bottom: 1px solid var(--border); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; padding: 10px 0; margin: 0; list-style: none; font-size: .82rem; color: var(--gray2); }
.breadcrumb li { display: flex; align-items: center; }
.breadcrumb li + li::before { content: '›'; margin: 0 8px; color: var(--gray2); opacity: .5; }
.breadcrumb a { color: var(--gray2); }
.breadcrumb a:hover { color: var(--violet); }
.breadcrumb span[aria-current] { color: var(--violet2); }

/* HERO */
.hero { position: relative; overflow: hidden; padding: 0; }
.hero img { width: 100%; max-height: 520px; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(14,5,28,.92) 40%,rgba(14,5,28,.4) 100%); display: flex; align-items: center; }
.hero-content { max-width: 560px; padding: 40px 60px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(180,60,255,.15); border: 1px solid var(--violet); color: var(--violet2); font-size: .8rem; font-weight: 600; padding: 6px 16px; border-radius: 20px; margin-bottom: 16px; letter-spacing: .5px; }
.hero h1 { margin-bottom: 16px; text-shadow: 0 2px 20px rgba(138,43,226,.6); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-desc { font-size: 1rem; color: var(--gray); margin-bottom: 24px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { display: inline-block; background: linear-gradient(135deg,var(--orange),var(--orange2)); color: #0e051c; font-weight: 700; font-size: 1rem; padding: 14px 30px; border-radius: 10px; transition: all .25s; box-shadow: 0 4px 20px rgba(255,140,0,.4); letter-spacing: .3px; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,140,0,.55); color: #0e051c; }
.btn-secondary { display: inline-block; background: rgba(138,43,226,.2); color: var(--white); font-weight: 600; font-size: 1rem; padding: 14px 30px; border-radius: 10px; border: 2px solid var(--purple); transition: all .25s; }
.btn-secondary:hover { background: rgba(138,43,226,.4); color: var(--white); transform: translateY(-2px); }

/* STATS BAR */
.stats-bar { background: linear-gradient(90deg,var(--purple),#5e1fa0,var(--purple)); padding: 22px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.1); }
.stat-item { background: transparent; padding: 18px; text-align: center; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 2rem; font-weight: 700; color: var(--gold); display: block; }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: .5px; }

/* SECTION HEADER */
.sec-header { text-align: center; margin-bottom: 50px; }
.sec-header h2 { margin-bottom: 12px; }
.sec-header p { color: var(--gray2); max-width: 580px; margin: 0 auto; }
.title-bar { width: 60px; height: 3px; background: linear-gradient(90deg,var(--purple),var(--violet)); margin: 14px auto 0; border-radius: 3px; }

/* CARDS */
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: all .3s; }
.card:hover { border-color: var(--purple); transform: translateY(-4px); box-shadow: var(--shadow); }
.card-icon { width: 54px; height: 54px; background: linear-gradient(135deg,var(--purple),var(--violet)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 16px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; min-width: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; min-width: 0; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; min-width: 0; }
.grid-2 > *, .grid-3 > *, .grid-4 > * { min-width: 0; }

/* TABLE */
.tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--border); width: 100%; box-sizing: border-box; }
.tbl { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 420px; }
.data-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; }
.data-table th { background: var(--card2); color: var(--violet2); padding: 14px 16px; text-align: left; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px; font-weight: 600; border-bottom: 2px solid var(--purple); }
.data-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--gray); }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: rgba(138,43,226,.07); }
.data-table .chk { color: #4ade80; }
.data-table .crs { color: #f87171; }
.data-table .star { color: var(--gold); }

/* RATING BARS */
.rating-wrap { margin-bottom: 16px; }
.rating-label { display: flex; justify-content: space-between; font-size: .85rem; margin-bottom: 6px; color: var(--gray); }
.rating-label span:last-child { color: var(--gold); font-weight: 700; }
.rating-track { background: rgba(255,255,255,.08); border-radius: 4px; height: 9px; overflow: hidden; }
.rating-fill { height: 100%; background: linear-gradient(90deg,var(--purple),var(--violet)); border-radius: 4px; transition: width 1s ease; }

/* BONUS BOX */
.bonus-box { background: linear-gradient(135deg,var(--card2),#300d60); border: 2px solid var(--gold); border-radius: 16px; padding: 40px; text-align: center; position: relative; overflow: hidden; }
.bonus-box::before { content:'★ EXCLUSIVO ★'; position: absolute; top: 16px; right: -32px; background: var(--gold); color: var(--bg); font-size: .68rem; font-weight: 700; padding: 5px 44px; transform: rotate(35deg); letter-spacing: 1px; }
.bonus-amount { font-family: 'Oswald', sans-serif; font-size: clamp(2.5rem,6vw,4rem); font-weight: 700; color: var(--gold); display: block; line-height: 1; margin-bottom: 8px; }
.bonus-sub { font-size: 1.1rem; color: var(--white); margin-bottom: 24px; }
.bonus-terms { font-size: .75rem; color: var(--gray2); margin-top: 14px; }
.bonus-feats { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.bonus-feat { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--gray); }
.bonus-feat::before { content: '✓'; color: #4ade80; font-weight: 700; }

/* FAQ */
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; cursor: pointer; background: var(--card); color: var(--white); font-weight: 600; font-size: .95rem; transition: .2s; user-select: none; }
.faq-q:hover { background: var(--card2); color: var(--violet2); }
.faq-icon { font-size: 1.4rem; color: var(--purple); transition: transform .3s; flex-shrink: 0; }
.faq-a { display: none; padding: 18px 22px; background: var(--card2); color: var(--gray); font-size: .9rem; border-top: 1px solid var(--border); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--orange); }

/* AUTHOR BLOCK */
.author-block { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; display: flex; gap: 28px; align-items: flex-start; border-left: 4px solid var(--purple); }
.author-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--purple); flex-shrink: 0; }
.author-info h4 { color: var(--violet2); font-size: 1.1rem; margin-bottom: 4px; }
.author-info .author-title { font-size: .8rem; color: var(--gray2); margin-bottom: 10px; display: block; }
.author-info p { font-size: .88rem; margin-bottom: 0; }

/* HIGHLIGHT / INFO BOX */
.info-box { background: linear-gradient(135deg,rgba(138,43,226,.15),rgba(180,60,255,.08)); border: 1px solid var(--purple); border-radius: var(--radius); padding: 24px 28px; margin: 28px 0; }
.info-box p { margin-bottom: 0; }
.warn-box { background: rgba(255,140,0,.1); border: 1px solid var(--orange); border-radius: var(--radius); padding: 20px 24px; margin: 24px 0; color: var(--gray); }

/* CHART BAR */
.chart-wrap { margin: 28px 0; }
.chart-item { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.chart-label { width: 140px; font-size: .85rem; color: var(--gray); flex-shrink: 0; text-align: right; }
.chart-track { flex: 1; background: rgba(255,255,255,.07); border-radius: 4px; height: 30px; overflow: hidden; }
.chart-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: .82rem; font-weight: 700; color: var(--bg); background: linear-gradient(90deg,var(--purple),var(--violet)); }
.chart-val { width: 50px; font-size: .85rem; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* PAYMENT BADGES */
.pay-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.pay-badge { background: var(--card2); border: 1px solid var(--border); border-radius: 8px; padding: 10px 18px; font-size: .82rem; font-weight: 600; color: var(--white); transition: .2s; }
.pay-badge:hover { border-color: var(--purple); color: var(--violet2); }

/* STEP LIST */
.step-list { display: flex; flex-direction: column; gap: 16px; }
.step-item { display: flex; gap: 20px; align-items: flex-start; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; transition: .3s; }
.step-item:hover { border-color: var(--purple); }
.step-num { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,var(--purple),var(--violet)); color: var(--white); font-family: 'Oswald',sans-serif; font-size: 1.3rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-content h4 { margin-bottom: 6px; color: var(--white); }
.step-content p { margin-bottom: 0; font-size: .9rem; }

/* PROS/CONS */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pros-box, .cons-box { background: var(--card); border-radius: var(--radius); padding: 24px; border: 1px solid var(--border); }
.pros-box { border-top: 3px solid #4ade80; }
.cons-box { border-top: 3px solid #f87171; }
.pros-box h4 { color: #4ade80; margin-bottom: 14px; }
.cons-box h4 { color: #f87171; margin-bottom: 14px; }
.pros-box li, .cons-box li { list-style: none; padding-left: 24px; position: relative; font-size: .9rem; margin-bottom: 8px; }
.pros-box li::before { content: '✓'; color: #4ade80; font-weight: 700; position: absolute; left: 0; }
.cons-box li::before { content: '✗'; color: #f87171; font-weight: 700; position: absolute; left: 0; }

/* POPUP */
#bonus-popup { position: fixed !important; bottom: -500px !important; right: 24px !important; width: 320px !important; border-radius: 18px !important; overflow: hidden !important; z-index: 99999 !important; box-shadow: 0 20px 60px rgba(0,0,0,.7), 0 0 0 1px rgba(180,60,255,.3) !important; transition: bottom .55s cubic-bezier(.34,1.56,.64,1) !important; max-height: calc(100vh - 48px) !important; }
#bonus-popup.show { bottom: 24px !important; }
#bonus-popup .popup-inner { background: linear-gradient(160deg,#200840,#0e051c); padding: 22px 20px 18px; position: relative; }
#bonus-popup .popup-close { position: absolute; top: 12px; right: 14px; background: rgba(255,255,255,.1); border: none; color: #fff; width: 28px; height: 28px; border-radius: 50%; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
#bonus-popup .popup-close:hover { background: rgba(255,255,255,.25); }
#bonus-popup .pop-badge { display: inline-block; background: var(--gold); color: #0e051c; font-size: 10px; font-weight: 700; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; margin-bottom: 10px; letter-spacing: .08em; }
#bonus-popup .pop-logo { font-family: 'Oswald',sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 6px; }
#bonus-popup .pop-logo span { color: var(--violet); }
#bonus-popup .pop-offer { background: rgba(138,43,226,.2); border: 1px solid rgba(180,60,255,.4); border-radius: 10px; padding: 12px 14px; margin-bottom: 14px; }
#bonus-popup .pop-offer .of-label { font-size: 10px; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
#bonus-popup .pop-offer li { font-size: 12px; color: var(--gray); list-style: none; padding: 2px 0; display: flex; align-items: center; gap: 6px; }
#bonus-popup .pop-offer li::before { content: ''; width: 6px; height: 6px; background: var(--violet); border-radius: 50%; flex-shrink: 0; }
#bonus-popup .pop-cta { display: block; width: 100%; background: linear-gradient(135deg,var(--orange),var(--orange2)); color: #0e051c; font-size: 14px; font-weight: 800; text-align: center; padding: 13px; border-radius: 10px; text-decoration: none; letter-spacing: .03em; text-transform: uppercase; }
#bonus-popup .pop-cta:hover { opacity: .9; }
#bonus-popup .pop-disc { font-size: 9px; color: rgba(255,255,255,.3); text-align: center; margin-top: 8px; }
@media(max-width:500px) { #bonus-popup { width: calc(100vw - 24px) !important; right: 12px !important; left: 12px !important; } }

/* FOOTER */
.site-footer { background: #07020f; border-top: 2px solid var(--border); padding: 55px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand p { font-size: .84rem; color: var(--gray2); margin-top: 12px; line-height: 1.6; }
.footer-col h5 { color: var(--violet2); font-size: .82rem; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 16px; font-weight: 700; }
.footer-col a { display: block; color: var(--gray2); font-size: .84rem; margin-bottom: 8px; transition: .2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--border); padding: 22px 0; text-align: center; font-size: .76rem; color: var(--gray2); }
.footer-bottom a { color: var(--gray2); }
.footer-bottom a:hover { color: var(--violet); }
.age-badge { display: inline-block; background: var(--purple); color: #fff; font-weight: 700; font-size: .78rem; padding: 4px 10px; border-radius: 5px; margin-right: 8px; }

/* RESPONSIVE */
@media(max-width:1024px) { .grid-4 { grid-template-columns: repeat(2,1fr); } .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media(max-width:768px) {
  .main-nav { display: none; }
  .burger { display: flex; }
  .hero-content { padding: 30px 24px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .grid-2,.grid-3,.pros-cons { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .author-block { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero img { max-height: 320px; }
  /* Таблицы — скроль внутри обёртки */
  .card { padding: 12px; min-width: 0; max-width: 100%; }
  .grid-2 .card, .grid-3 .card { width: 100%; box-sizing: border-box; }
  .tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; display: block; max-width: 100%; box-sizing: border-box; }
  .tbl { font-size: .76rem; }
  .tbl th, .tbl td { padding: 8px 8px; white-space: nowrap; }
  .data-table { font-size: .76rem; }
  .data-table th, .data-table td { padding: 8px 8px; white-space: nowrap; }
  /* Хедер мобиль: лого + кнопка + бургер */
  .header-inner { gap: 6px; padding: 0 10px; }
  .logo img { height: 30px; }
  .logo-text { display: none; }
  .btn-cta { padding: 7px 10px !important; font-size: .72rem !important; }
  .container { padding: 0 12px; }
}
@media(max-width:480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .bonus-feats { flex-direction: column; align-items: center; }
}

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes glow-pulse { 0%,100%{box-shadow:0 0 20px rgba(180,60,255,.3)} 50%{box-shadow:0 0 40px rgba(180,60,255,.6)} }
.float-anim { animation: float 4s ease-in-out infinite; }
.glow-anim { animation: glow-pulse 2.5s ease-in-out infinite; }
