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

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

:root {
  --c-bg: #140d05;
  --c-header: #2a1b0f;
  --c-header-alt: #1e1208;
  --c-btn-primary: #fbc02d;
  --c-btn-secondary: #ff9800;
  --c-text: #f0e6d3;
  --c-text-muted: #b8a48a;
  --c-text-dark: #1a1005;
  --c-border: #3d2a14;
  --c-gold: #fbc02d;
  --c-orange: #ff9800;
  --c-card: #1e1208;
  --c-card-alt: #251608;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-gold: 0 0 20px rgba(251, 192, 45, 0.25);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.5);
  --transition: 0.25s ease;
  --font: 'Poppins', sans-serif;
}

html { font-size: 16px; scroll-behavior: smooth; background: var(--c-bg); }
body { font-family: var(--font); background: var(--c-bg); color: var(--c-text); line-height: 1.6; overflow-x: hidden; }

a { color: var(--c-gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--c-orange); }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: var(--font); border: none; }
ul, ol { list-style: none; }

.wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }

.box { border-radius: var(--radius-md); }

/* ======= HEADER ======= */
.header { background: var(--c-header); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(0,0,0,0.6); border-bottom: 1px solid var(--c-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; gap: 12px; flex-wrap: nowrap; }
.header-logo img { height: 44px; width: auto; }
.header-nav { display: flex; align-items: center; gap: 6px; flex: 1; justify-content: center; }
.header-nav a { display: flex; align-items: center; gap: 6px; color: var(--c-text); font-size: 0.85rem; font-weight: 500; padding: 6px 10px; border-radius: var(--radius-sm); transition: background var(--transition), color var(--transition); white-space: nowrap; }
.header-nav a:hover { background: rgba(251,192,45,0.12); color: var(--c-gold); }
.header-nav a svg { width: 16px; height: 16px; flex-shrink: 0; }
.header-buttons { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 18px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all var(--transition); text-decoration: none; white-space: nowrap; }
.btn--demo { background: transparent; border: 1.5px solid var(--c-gold); color: var(--c-gold); }
.btn--demo:hover { background: var(--c-gold); color: var(--c-text-dark); box-shadow: var(--shadow-gold); }
.btn--play { background: var(--c-btn-primary); color: var(--c-text-dark); border: none; }
.btn--play:hover { background: #f9a825; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(251,192,45,0.4); }
.btn--bonus { background: var(--c-btn-secondary); color: var(--c-text-dark); border: none; }
.btn--bonus:hover { background: #e65100; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,152,0,0.4); }
.btn--lg { padding: 14px 30px; font-size: 1rem; border-radius: var(--radius-md); }

.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.burger span { display: block; width: 24px; height: 2px; background: var(--c-text); border-radius: 2px; transition: all 0.3s; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ======= HERO ======= */
.hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background: var(--c-bg); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(20,13,5,0.92) 40%, rgba(20,13,5,0.4) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 620px; padding: 60px 0; }
.hero-content h1 { font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 800; color: var(--c-text); line-height: 1.2; margin-bottom: 16px; text-balance: balance; }
.hero-content h1 span { color: var(--c-gold); }
.hero-intro { color: var(--c-text-muted); font-size: 1rem; margin-bottom: 12px; line-height: 1.7; }
.hero-spoiler { margin-bottom: 28px; }
.hero-spoiler-btn { background: none; border: none; color: var(--c-text-muted); font-size: 0.85rem; font-family: var(--font); cursor: pointer; display: flex; align-items: center; gap: 6px; padding: 0; transition: color var(--transition); }
.hero-spoiler-btn:hover { color: var(--c-gold); }
.hero-spoiler-btn svg { width: 14px; height: 14px; transition: transform 0.3s; }
.hero-spoiler-btn.open svg { transform: rotate(180deg); }
.hero-spoiler-text { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; color: var(--c-text-muted); font-size: 0.9rem; line-height: 1.7; }
.hero-spoiler-text.open { max-height: 300px; }
.hero-spoiler-text p { padding-top: 10px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.hero-badge { display: flex; align-items: center; gap: 6px; background: rgba(42,27,15,0.8); border: 1px solid var(--c-border); border-radius: 100px; padding: 5px 12px; font-size: 0.78rem; color: var(--c-text-muted); }
.hero-badge svg { width: 14px; height: 14px; color: var(--c-gold); }

/* ======= BREADCRUMBS ======= */
.breadcrumbs-wrap { background: var(--c-header-alt); border-bottom: 1px solid var(--c-border); padding: 10px 0; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 0.82rem; color: var(--c-text-muted); }
.breadcrumbs a { color: var(--c-text-muted); transition: color var(--transition); }
.breadcrumbs a:hover { color: var(--c-gold); }
.breadcrumbs-sep { opacity: 0.4; }
.breadcrumbs .current { color: var(--c-text); }

/* ======= CONTENT AREA ======= */
.main-content { padding: 40px 0 60px; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
.content-main { display: flex; flex-direction: column; gap: 32px; }
.content-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 20px; }

.section-block { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 28px; }
.section-block--alt { background: var(--c-card-alt); }

.section-title { font-size: 1.3rem; font-weight: 700; color: var(--c-text); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.section-title svg { width: 22px; height: 22px; color: var(--c-gold); flex-shrink: 0; }
.section-title span { color: var(--c-gold); }

/* ======= TOC ======= */
.toc-list { display: flex; flex-direction: column; gap: 4px; }
.toc-list a { display: flex; align-items: center; gap: 10px; color: var(--c-text-muted); font-size: 0.9rem; padding: 8px 10px; border-radius: var(--radius-sm); transition: all var(--transition); border: 1px solid transparent; }
.toc-list a:hover { background: rgba(251,192,45,0.08); color: var(--c-gold); border-color: rgba(251,192,45,0.2); }
.toc-list a svg { width: 16px; height: 16px; color: var(--c-gold); flex-shrink: 0; }
.toc-num { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: rgba(251,192,45,0.12); color: var(--c-gold); font-size: 0.72rem; font-weight: 700; border-radius: 50%; flex-shrink: 0; }

/* ======= PROS/CONS ======= */
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pros-col, .cons-col { background: rgba(0,0,0,0.2); border-radius: var(--radius-md); padding: 20px; }
.pros-col { border-top: 3px solid #4caf50; }
.cons-col { border-top: 3px solid #f44336; }
.pros-col h3 { color: #4caf50; font-size: 1rem; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.cons-col h3 { color: #f44336; font-size: 1rem; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.pros-col h3 svg, .cons-col h3 svg { width: 18px; height: 18px; }
.pros-list, .cons-list { display: flex; flex-direction: column; gap: 10px; }
.pros-list li, .cons-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.88rem; color: var(--c-text-muted); line-height: 1.5; }
.pros-list li::before { content: ''; display: block; width: 18px; height: 18px; min-width: 18px; background: rgba(76,175,80,0.15); border-radius: 50%; position: relative; top: 1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234caf50' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
.cons-list li::before { content: ''; display: block; width: 18px; height: 18px; min-width: 18px; background: rgba(244,67,54,0.1); border-radius: 50%; position: relative; top: 1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f44336' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); background-size: 10px; background-repeat: no-repeat; background-position: center; }

/* ======= REVIEW CONTENT ======= */
.review-content { color: var(--c-text-muted); font-size: 0.95rem; line-height: 1.75; }
.review-content h2 { color: var(--c-text); font-size: 1.4rem; font-weight: 700; margin: 24px 0 12px; }
.review-content h3 { color: var(--c-text); font-size: 1.15rem; font-weight: 600; margin: 20px 0 10px; }
.review-content h4 { color: var(--c-gold); font-size: 1rem; font-weight: 600; margin: 16px 0 8px; }
.review-content p { margin-bottom: 14px; }
.review-content ul, .review-content ol { margin: 12px 0 16px 20px; display: flex; flex-direction: column; gap: 8px; }
.review-content ul li { list-style: disc; list-style-position: outside; }
.review-content ol li { list-style: decimal; list-style-position: outside; }
.review-content a { color: var(--c-gold); border-bottom: 1px solid rgba(251,192,45,0.3); transition: border-color var(--transition); }
.review-content a:hover { border-color: var(--c-gold); }
.review-content strong { color: var(--c-text); font-weight: 600; }
.review-content em { font-style: italic; }
.review-content blockquote { border-left: 3px solid var(--c-gold); padding: 12px 18px; background: rgba(251,192,45,0.06); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 16px 0; color: var(--c-text); font-style: italic; }
.review-content table { width: 100%; border-collapse: collapse; margin: 16px 0; overflow-x: auto; display: block; }
.review-content table th { background: var(--c-header); color: var(--c-gold); font-weight: 600; padding: 10px 14px; text-align: left; border: 1px solid var(--c-border); }
.review-content table td { padding: 9px 14px; text-align: left; border: 1px solid var(--c-border); color: var(--c-text-muted); }
.review-content table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.review-content img { border-radius: var(--radius-md); margin: 12px 0; }
.review-content hr { border: none; border-top: 1px solid var(--c-border); margin: 24px 0; }
.review-content code { background: rgba(251,192,45,0.1); color: var(--c-gold); padding: 2px 6px; border-radius: 3px; font-size: 0.88em; }
.review-content pre { background: var(--c-header-alt); border: 1px solid var(--c-border); border-radius: var(--radius-sm); padding: 16px; overflow-x: auto; margin: 16px 0; }

/* ======= FAQ ======= */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: rgba(0,0,0,0.2); border: 1px solid var(--c-border); border-radius: var(--radius-md); overflow: hidden; transition: border-color var(--transition); }
.faq-item.open { border-color: rgba(251,192,45,0.4); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: var(--c-text); gap: 12px; user-select: none; transition: background var(--transition); }
.faq-question:hover { background: rgba(251,192,45,0.05); }
.faq-icon { width: 20px; height: 20px; min-width: 20px; color: var(--c-gold); transition: transform 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-answer-inner { padding: 0 20px 16px; color: var(--c-text-muted); font-size: 0.9rem; line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ======= COMMENTS ======= */
.comments-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.comment-item { background: rgba(0,0,0,0.2); border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 18px; }
.comment-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.comment-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--c-header); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: var(--c-gold); flex-shrink: 0; }
.comment-meta { flex: 1; }
.comment-name { font-weight: 600; font-size: 0.9rem; color: var(--c-text); }
.comment-date { font-size: 0.78rem; color: var(--c-text-muted); }
.comment-rating { display: flex; gap: 2px; }
.comment-rating svg { width: 14px; height: 14px; color: var(--c-gold); }
.comment-text { color: var(--c-text-muted); font-size: 0.88rem; line-height: 1.6; }

.comment-form { background: rgba(0,0,0,0.2); border: 1px solid var(--c-border); border-radius: var(--radius-md); padding: 22px; }
.comment-form h3 { color: var(--c-text); font-size: 1rem; font-weight: 600; margin-bottom: 18px; }
.form-row { display: flex; flex-direction: column; gap: 14px; }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.82rem; font-weight: 500; color: var(--c-text-muted); }
.form-group input, .form-group textarea, .form-group select { background: var(--c-header-alt); border: 1px solid var(--c-border); border-radius: var(--radius-sm); padding: 10px 14px; color: var(--c-text); font-family: var(--font); font-size: 0.9rem; outline: none; transition: border-color var(--transition); width: 100%; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--c-gold); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select option { background: var(--c-header); }
.form-rating { display: flex; gap: 6px; }
.form-rating label { cursor: pointer; }
.form-rating input { display: none; }
.form-rating label svg { width: 24px; height: 24px; color: var(--c-border); transition: color var(--transition); }
.form-rating input:checked ~ label svg, .form-rating label:hover svg, .form-rating label:hover ~ label svg { color: var(--c-gold); }
.form-submit { margin-top: 6px; }

/* ======= AUTHOR ======= */
.author-block { display: flex; gap: 20px; align-items: flex-start; }
.author-photo { width: 80px; height: 80px; border-radius: 50%; border: 2px solid var(--c-border); object-fit: cover; flex-shrink: 0; }
.author-info { flex: 1; }
.author-name { font-weight: 700; font-size: 1rem; color: var(--c-text); margin-bottom: 2px; }
.author-position { font-size: 0.82rem; color: var(--c-gold); margin-bottom: 8px; font-weight: 500; }
.author-bio { font-size: 0.88rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 12px; }
.author-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.8rem; color: var(--c-text-muted); margin-bottom: 12px; }
.author-meta span { display: flex; align-items: center; gap: 4px; }
.author-meta svg { width: 14px; height: 14px; color: var(--c-gold); }
.author-social { display: flex; gap: 10px; }
.author-social a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--c-header); border: 1px solid var(--c-border); border-radius: var(--radius-sm); color: var(--c-text-muted); transition: all var(--transition); }
.author-social a:hover { background: rgba(251,192,45,0.12); border-color: var(--c-gold); color: var(--c-gold); }
.author-social a svg { width: 16px; height: 16px; }

/* ======= SIDEBAR ======= */
.sidebar-widget { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 22px; }
.sidebar-widget-title { font-size: 0.95rem; font-weight: 700; color: var(--c-text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.sidebar-widget-title svg { width: 18px; height: 18px; color: var(--c-gold); }
.game-info-table { width: 100%; }
.game-info-table tr td { padding: 7px 0; border-bottom: 1px solid rgba(61,42,20,0.5); font-size: 0.83rem; vertical-align: top; }
.game-info-table tr:last-child td { border-bottom: none; }
.game-info-table td:first-child { color: var(--c-text-muted); width: 48%; padding-right: 8px; }
.game-info-table td:last-child { color: var(--c-text); font-weight: 500; }
.rtp-bar-wrap { margin-top: 6px; }
.rtp-label { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--c-text-muted); margin-bottom: 4px; }
.rtp-bar { height: 6px; background: var(--c-border); border-radius: 100px; overflow: hidden; }
.rtp-fill { height: 100%; background: linear-gradient(90deg, var(--c-gold), var(--c-orange)); border-radius: 100px; transition: width 1.2s ease; }
.sidebar-cta { display: flex; flex-direction: column; gap: 10px; }
.sidebar-cta .btn { width: 100%; justify-content: center; }
.related-games { display: flex; flex-direction: column; gap: 10px; }
.related-game-item { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: var(--radius-sm); border: 1px solid var(--c-border); transition: all var(--transition); }
.related-game-item:hover { border-color: rgba(251,192,45,0.3); background: rgba(251,192,45,0.04); }
.related-game-icon { width: 36px; height: 36px; background: var(--c-header); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.related-game-icon svg { width: 18px; height: 18px; color: var(--c-gold); }
.related-game-name { font-size: 0.85rem; font-weight: 500; color: var(--c-text); }
.related-game-provider { font-size: 0.75rem; color: var(--c-text-muted); }

/* ======= FOOTER ======= */
.footer { background: var(--c-header); border-top: 1px solid var(--c-border); padding: 48px 0 24px; margin-top: auto; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--c-border); }
.footer-col-title { font-size: 0.9rem; font-weight: 700; color: var(--c-text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-logo img { height: 40px; margin-bottom: 14px; }
.footer-desc { font-size: 0.82rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 14px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-sm); color: var(--c-text-muted); transition: all var(--transition); }
.footer-social a:hover { border-color: var(--c-gold); color: var(--c-gold); }
.footer-social a svg { width: 16px; height: 16px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { font-size: 0.85rem; color: var(--c-text-muted); transition: color var(--transition); }
.footer-nav a:hover { color: var(--c-gold); }
.footer-bottom { padding-top: 24px; }
.footer-trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; }
.footer-trust-label { font-size: 0.75rem; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.trust-badge { display: flex; align-items: center; gap: 6px; background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-sm); padding: 5px 10px; font-size: 0.75rem; color: var(--c-text-muted); font-weight: 600; white-space: nowrap; }
.trust-badge svg { width: 14px; height: 14px; color: var(--c-gold); }
.payment-logos { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.payment-logo { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-sm); padding: 5px 12px; font-size: 0.78rem; color: var(--c-text-muted); font-weight: 600; }
.footer-legal { font-size: 0.78rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 12px; opacity: 0.7; }
.footer-copyright { font-size: 0.8rem; color: var(--c-text-muted); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-copyright a { color: var(--c-text-muted); }
.footer-copyright a:hover { color: var(--c-gold); }
.footer-provider { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--c-text-muted); }
.footer-provider img { height: 24px; filter: grayscale(1) opacity(0.5); transition: filter var(--transition); }
.footer-provider img:hover { filter: grayscale(0) opacity(1); }

/* ======= MOBILE MENU ======= */
.mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 998; }
.mobile-menu-overlay.open { display: block; }
.mobile-menu { position: fixed; top: 0; right: -100%; width: 280px; height: 100%; background: var(--c-header); z-index: 999; transition: right 0.35s cubic-bezier(.4,0,.2,1); padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; }
.mobile-menu.open { right: 0; }
.mobile-menu-header { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
.mobile-menu-close { background: none; border: none; color: var(--c-text-muted); cursor: pointer; padding: 8px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius-sm); transition: background var(--transition), color var(--transition); }
.mobile-menu-close:hover { background: rgba(251,192,45,0.1); color: var(--c-gold); }
.mobile-menu-close svg { width: 22px; height: 22px; pointer-events: none; }
.mobile-nav-link { display: flex; align-items: center; gap: 10px; color: var(--c-text); font-size: 0.95rem; padding: 12px 14px; border-radius: var(--radius-sm); transition: all var(--transition); border: 1px solid transparent; }
.mobile-nav-link:hover { background: rgba(251,192,45,0.08); color: var(--c-gold); border-color: rgba(251,192,45,0.2); }
.mobile-nav-link svg { width: 18px; height: 18px; color: var(--c-gold); }
.mobile-menu-btns { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--c-border); }
.mobile-menu-btns .btn { width: 100%; justify-content: center; }

/* ======= ANIMATIONS ======= */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }
@keyframes goldPulse { 0%, 100% { box-shadow: 0 0 10px rgba(251,192,45,0.3); } 50% { box-shadow: 0 0 24px rgba(251,192,45,0.6); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes spinSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.animate-fade-in { animation: fadeInUp 0.6s ease forwards; }
.hero-content { animation: fadeInUp 0.7s ease forwards; }
.btn--play { animation: goldPulse 2.5s infinite; }
.section-block { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.section-block.visible { opacity: 1; transform: translateY(0); }

/* ======= TOOLTIPS / EXTRAS ======= */
.tag { display: inline-flex; align-items: center; background: rgba(251,192,45,0.12); color: var(--c-gold); border-radius: 100px; padding: 3px 10px; font-size: 0.75rem; font-weight: 600; }
.divider { height: 1px; background: var(--c-border); margin: 12px 0; }
.text-gold { color: var(--c-gold); }
.text-muted { color: var(--c-text-muted); }
.d-flex { display: flex; }
.align-center { align-items: center; }
.gap-8 { gap: 8px; }
.mt-12 { margin-top: 12px; }
.mb-12 { margin-bottom: 12px; }

/* ======= UNUSED EXTRAS (unikalizatsiya) ======= */
.wp-block-separator { clear: both; border: none; border-bottom: 1px solid var(--c-border); }
.has-background { padding: 16px; border-radius: var(--radius-sm); }
.entry-content { width: 100%; }
.elementor-column-wrap { position: relative; }
.wp-caption { display: block; max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.wp-image-fallback { display: none; }
.elementor-widget-divider--view-line_icon .elementor-divider-separator { display: flex; align-items: center; }
.entry-meta { display: flex; gap: 12px; font-size: 0.8rem; color: var(--c-text-muted); }
.post-thumbnail { display: block; overflow: hidden; border-radius: var(--radius-md); }
.sticky-sidebar { position: sticky; top: 80px; }
.widget { background: var(--c-card); border-radius: var(--radius-md); padding: 20px; margin-bottom: 20px; }
.widget-title { font-size: 1rem; font-weight: 700; color: var(--c-text); margin-bottom: 12px; }
.wp-page-numbers { display: flex; gap: 4px; }
.wpcf7-submit { background: var(--c-btn-primary); color: var(--c-text-dark); border: none; padding: 10px 20px; border-radius: var(--radius-sm); font-weight: 600; cursor: pointer; }

/* ======= RESPONSIVE ======= */
@media (max-width: 1024px) {
  .content-grid { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .header-nav { display: none; }
  .burger { display: flex; }
  .header-buttons .btn { display: none; }
  .header-buttons { gap: 6px; }
  .btn { padding: 8px 12px; font-size: 0.8rem; }
  .hero { min-height: 400px; }
  .hero-content { padding: 40px 0; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .form-row.two-col { grid-template-columns: 1fr; }
  .author-block { flex-direction: column; align-items: center; text-align: center; }
  .author-social { justify-content: center; }
  .section-block { padding: 20px 16px; }
  .footer-copyright { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-badges { display: none; }
  .trust-badge, .payment-logo { font-size: 0.7rem; }
}

/* ======= INFO PAGES ======= */
.info-page-content { padding: 48px 0; max-width: 800px; margin: 0 auto; }
.info-page-content h1 { font-size: 2rem; font-weight: 800; color: var(--c-text); margin-bottom: 24px; }
.info-page-content h2 { font-size: 1.3rem; font-weight: 700; color: var(--c-text); margin: 28px 0 12px; }
.info-page-content h3 { font-size: 1.1rem; font-weight: 600; color: var(--c-gold); margin: 20px 0 8px; }
.info-page-content p { color: var(--c-text-muted); font-size: 0.93rem; line-height: 1.75; margin-bottom: 14px; }
.info-page-content ul, .info-page-content ol { margin: 10px 0 16px 22px; color: var(--c-text-muted); font-size: 0.93rem; display: flex; flex-direction: column; gap: 7px; }
.info-page-content ul li { list-style: disc; }
.info-page-content ol li { list-style: decimal; }
.info-page-content a { color: var(--c-gold); }
.info-page-content a:hover { color: var(--c-orange); }
.info-page-content strong { color: var(--c-text); }
.contact-form-wrap { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 28px; margin-top: 28px; max-width: 560px; }
