        /* ============================================
           DESIGN TOKENS — точные цвета со скриншота
           ============================================ */
        :root {
            /* Brand colors — verificados de la imagen pixel por pixel */
            --bg-primary: #104C90;        /* Fondo principal (как на скрине) */
            --bg-deep: #0A3D7A;           /* Footer / темнее основного */
            --bg-card: #1857A0;           /* Карточки светлее фона */
            --bg-card-hover: #1F62B0;     /* Hover state */
            --bg-row-alt: #2C6EDC;        /* Светлая строка таблицы (alt rows) */
            --bg-table-dark: #0E4685;     /* Тёмная строка таблицы */

            --accent: #FA4D00;            /* CTA orange (точный из скрина) */
            --accent-hover: #FF5F1A;
            --accent-glow: rgba(250, 77, 0, 0.4);

            --btn-light: #4892D9;         /* Светло-голубая кнопка как Mobilní aplikace */
            --btn-light-hover: #5BA0E8;

            --gold: #FFC857;
            --green: #4ADE80;
            --red: #EF4444;

            --text: #FFFFFF;
            --text-muted: #C8DAEF;        /* Светло-голубой текст */
            --text-dim: #8FA8C5;
            --border: rgba(255, 255, 255, 0.10);
            --border-bright: rgba(255, 255, 255, 0.18);

            /* Typography */
            --font-display: "Bebas Neue", "Manrope", sans-serif;
            --font-body: "Manrope", system-ui, sans-serif;

            /* Spacing */
            --container-max: 1240px;
            --radius: 8px;
            --radius-lg: 16px;
            --radius-pill: 999px;

            /* Shadows */
            --shadow-cta: 0 6px 20px rgba(250, 77, 0, 0.4), 0 2px 6px rgba(0,0,0,0.2);
            --shadow-card: 0 4px 16px rgba(0, 0, 0, 0.2);
            --shadow-card-hover: 0 12px 32px rgba(0, 0, 0, 0.35);
        }

        /* ============================================
           RESET & BASE
           ============================================ */
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

        html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

        body {
            font-family: var(--font-body);
            font-weight: 400;
            font-size: 16px;
            line-height: 1.65;
            color: var(--text);
            background: var(--bg-primary);
            min-height: 100vh;
            overflow-x: hidden;
        }

        a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
        a:hover { color: var(--accent-hover); }

        img { max-width: 100%; height: auto; display: block; }

        ::selection { background: var(--accent); color: white; }

        /* ============================================
           CONTAINER
           ============================================ */
        .container {
            width: 100%;
            max-width: var(--container-max);
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ============================================
           HEADER — как на чешском референсе
           ============================================ */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 100;
            background: var(--bg-primary);
            padding: 16px 0 8px;
        }

        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            flex-wrap: wrap;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: var(--font-display);
            font-size: 36px;
            letter-spacing: 1px;
            color: white;
            text-decoration: none;
            line-height: 1;
        }
        .logo:hover { color: white; }

        .logo-star {
            color: var(--accent);
            font-size: 32px;
            line-height: 1;
        }

        .logo-flag {
            display: none; /* Не было на чешском референсе у логотипа */
        }

        /* Меню под логотипом, по центру — как на референсе */
        .main-nav {
            order: 3;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 0;
            padding: 24px 0 0;
        }

        .main-nav a {
            font-family: var(--font-body);
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            color: white;
            padding: 8px 18px;
            text-decoration: underline;
            text-decoration-color: var(--accent);
            text-underline-offset: 6px;
            text-decoration-thickness: 2px;
            transition: color 0.2s;
        }

        .main-nav a:hover { color: var(--accent); }
        .main-nav a.active { color: white; }

        .header-cta {
            display: flex;
            gap: 12px;
        }

        .btn-light {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 11px 26px;
            font-family: var(--font-body);
            font-weight: 700;
            font-size: 14px;
            color: white;
            background: var(--btn-light);
            border: none;
            border-radius: var(--radius-pill);
            text-decoration: none;
            transition: all 0.2s ease;
            cursor: pointer;
        }
        .btn-light:hover {
            color: white;
            background: var(--btn-light-hover);
        }

        .btn-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 11px 26px;
            font-family: var(--font-body);
            font-weight: 700;
            font-size: 14px;
            color: white;
            background: var(--accent);
            border: none;
            border-radius: var(--radius-pill);
            text-decoration: none;
            box-shadow: var(--shadow-cta);
            transition: all 0.2s ease;
            cursor: pointer;
            position: relative;
            white-space: nowrap;
        }

        .btn-cta:hover {
            color: white;
            background: var(--accent-hover);
            transform: translateY(-1px);
        }

        .btn-cta-large {
            padding: 16px 48px;
            font-size: 16px;
            letter-spacing: 0.3px;
            white-space: nowrap;
        }

        .btn-cta-block {
            display: inline-flex;
            min-width: 320px;
            white-space: nowrap;
        }

        /* ============================================
           HERO — структура как на чешском референсе
           ============================================ */
        .hero {
            padding: 50px 0 30px;
        }

        .hero h1 {
            font-family: var(--font-body);
            font-size: clamp(28px, 4vw, 40px);
            line-height: 1.2;
            font-weight: 800;
            color: white;
            text-align: center;
            margin-bottom: 36px;
            letter-spacing: -0.5px;
        }

        .hero h1 .accent {
            color: var(--accent);
        }

        .hero-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: start;
        }

        .hero-text p {
            font-size: 16px;
            line-height: 1.7;
            color: white;
            margin-bottom: 16px;
        }

        .hero-image {
            border-radius: var(--radius-lg);
            overflow: hidden;
            background: linear-gradient(135deg, #0A3D7A 0%, #1857A0 100%);
            min-height: 280px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.3);
        }

        .hero-image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 280px;
        }

        /* Контентная hero-картинка — после первого H2 на подстраницах */
        .content-hero-image {
            display: block;
            max-width: 800px;
            width: 100%;
            margin: 0 auto 32px;
            border-radius: var(--radius-lg);
            box-shadow: 0 8px 24px rgba(0,0,0,0.3);
        }

        /* Интерфейсные скриншоты внутри контента */
        .content-screenshot {
            display: block;
            max-width: 800px;
            width: 100%;
            margin: 24px auto;
            border-radius: var(--radius);
            box-shadow: 0 4px 16px rgba(0,0,0,0.25);
            border: 1px solid var(--border);
        }

        /* Картинка провайдеров (одно изображение всех логотипов) */
        .providers-image {
            display: block;
            max-width: 800px;
            width: 100%;
            margin: 16px auto 32px;
            border-radius: var(--radius);
        }

        /* Старые fallback-классы — оставляю для совместимости если где-то остались */
        .hero-image-content {
            text-align: center;
            padding: 40px;
        }

        .hero-image-title {
            font-family: var(--font-display);
            font-size: 48px;
            color: white;
            line-height: 1;
            letter-spacing: 2px;
            margin-bottom: 8px;
        }

        .hero-image-title .accent {
            color: var(--accent);
        }

        .hero-image-subtitle {
            font-size: 14px;
            color: var(--text-muted);
            margin-bottom: 24px;
        }

        .hero-image-license {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 20px;
            background: rgba(0,0,0,0.3);
            border: 1px solid var(--gold);
            border-radius: var(--radius-pill);
            font-size: 13px;
            font-weight: 700;
            color: var(--gold);
            letter-spacing: 0.5px;
        }

        .hero-cta-wrapper {
            margin: 36px 0 24px;
            display: flex;
            justify-content: center;
        }

        /* ============================================
           SECTION COMMON
           ============================================ */
        section { padding: 40px 0; }

        .section-eyebrow {
            display: none; /* Не было на референсе */
        }

        .section-title {
            font-family: var(--font-body);
            font-size: clamp(26px, 3.5vw, 36px);
            line-height: 1.2;
            font-weight: 800;
            color: white;
            margin-bottom: 24px;
            text-align: center;
            letter-spacing: -0.5px;
        }

        .section-title-left {
            text-align: left;
            margin-bottom: 16px;
        }

        .section-lede {
            font-size: 16px;
            color: white;
            margin-bottom: 32px;
            line-height: 1.7;
        }

        /* ============================================
           FACTS TABLE — как на чешском референсе
           ============================================ */
        .facts-table {
            margin: 0 auto;
            max-width: 720px;
        }

        .facts-table table {
            width: 100%;
            border-collapse: collapse;
            border-radius: var(--radius);
            overflow: hidden;
        }

        .facts-table th, .facts-table td {
            padding: 14px 24px;
            text-align: left;
            font-size: 15px;
        }

        .facts-table th {
            font-family: var(--font-body);
            font-weight: 700;
            color: white;
            width: 40%;
        }

        .facts-table td {
            font-weight: 500;
            color: white;
        }

        /* Чередование: тёмная и светлая синие строки */
        .facts-table tr:nth-child(odd) th,
        .facts-table tr:nth-child(odd) td {
            background: var(--bg-table-dark);
        }

        .facts-table tr:nth-child(even) th,
        .facts-table tr:nth-child(even) td {
            background: var(--bg-row-alt);
        }

        .facts-table .highlight {
            color: var(--gold);
            font-weight: 700;
        }

        /* ============================================
           REASONS / FEATURES — простой список как на референсе
           ============================================ */
        .reasons-list {
            list-style: none;
            padding: 0;
        }

        .reasons-list li {
            position: relative;
            padding: 8px 0 8px 28px;
            color: white;
            font-size: 16px;
            line-height: 1.6;
        }

        .reasons-list li::before {
            content: '•';
            position: absolute;
            left: 8px;
            top: 8px;
            color: var(--accent);
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
        }

        .reasons-list strong {
            font-weight: 700;
            color: white;
        }

        /* Numbered list — для нумерованных шагов */
        .reasons-list-numbered {
            list-style: none;
            counter-reset: numlist;
            padding: 0;
        }
        .reasons-list-numbered > li {
            counter-increment: numlist;
            padding: 10px 0 10px 44px;
            position: relative;
            color: white;
            font-size: 16px;
            line-height: 1.6;
        }
        .reasons-list-numbered > li::before {
            content: counter(numlist);
            position: absolute;
            left: 0;
            top: 8px;
            width: 28px;
            height: 28px;
            background: var(--accent);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 13px;
            line-height: 1;
        }

        /* Check list — зелёные галочки для пунктов безопасности */
        .reasons-list-check li::before {
            content: '✓';
            color: var(--green);
            font-size: 18px;
            font-weight: 800;
            top: 6px;
        }

        /* Inline subllist в LI */
        .reasons-list ul,
        .reasons-list-numbered ul {
            margin-top: 8px;
            padding-left: 20px;
        }
        .reasons-list ul li,
        .reasons-list-numbered ul li {
            padding: 4px 0;
            font-size: 14px;
            color: var(--text-muted);
        }
        .reasons-list ul li::before,
        .reasons-list-numbered ul li::before {
            display: none;
        }

        /* Подсветка фразы */
        .highlight-block {
            padding: 16px 20px;
            background: var(--bg-card);
            border-radius: var(--radius);
            margin: 16px auto;
        }

        /* Table thead */
        .facts-table thead tr th,
        .facts-table thead tr td {
            background: var(--bg-deep) !important;
            color: var(--gold);
            font-weight: 800;
        }

        /* Reasons grid (для случаев когда нужны карточки) */
        .reasons-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin-bottom: 24px;
        }

        .reason-item {
            display: flex;
            gap: 14px;
            padding: 16px 18px;
            background: var(--bg-table-dark);
            border-radius: var(--radius);
            transition: background 0.2s ease;
        }
        .reason-item:hover {
            background: var(--bg-card-hover);
        }

        .reason-icon {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            background: var(--accent);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            color: white;
            font-size: 14px;
        }

        .reason-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: white;
            margin-bottom: 4px;
        }

        .reason-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.5;
        }

        /* ============================================
           INFO CARD (для bono detail)
           ============================================ */
        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius);
            padding: 28px;
            margin-bottom: 24px;
        }

        .info-card-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0 32px;
        }

        .info-row {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .info-row span:first-child {
            color: var(--text-muted);
            font-size: 14px;
        }

        .info-row span:last-child {
            color: white;
            font-weight: 700;
            font-size: 14px;
        }

        /* ============================================
           SLOTS GRID
           ============================================ */
        .slots-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }

        .slot-card {
            background: var(--bg-table-dark);
            border-radius: var(--radius);
            padding: 18px;
            text-align: center;
            transition: background 0.2s;
        }
        .slot-card:hover {
            background: var(--bg-card-hover);
        }

        .slot-card-name {
            font-weight: 700;
            color: white;
            margin-bottom: 6px;
            font-size: 15px;
        }

        .slot-card-provider {
            font-size: 12px;
            color: var(--text-muted);
            margin-bottom: 10px;
        }

        .slot-card-rtp {
            display: inline-block;
            padding: 4px 12px;
            background: var(--accent);
            color: white;
            border-radius: var(--radius-pill);
            font-weight: 700;
            font-size: 12px;
        }

        /* ============================================
           SPORTS LEAGUES
           ============================================ */
        .leagues-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 24px;
        }

        .league-pill {
            padding: 8px 16px;
            background: var(--bg-table-dark);
            border-radius: var(--radius-pill);
            font-size: 13px;
            font-weight: 600;
            color: white;
            transition: background 0.2s;
        }
        .league-pill:hover {
            background: var(--bg-card-hover);
        }

        .league-pill.featured {
            background: var(--accent);
            color: white;
        }

        /* ============================================
           PAYMENT METHODS
           ============================================ */
        .payment-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
            gap: 10px;
        }

        .payment-method {
            background: var(--bg-table-dark);
            border-radius: var(--radius);
            padding: 18px;
            text-align: center;
            transition: background 0.2s;
        }
        .payment-method:hover {
            background: var(--bg-card-hover);
        }

        .payment-method-name {
            font-weight: 700;
            color: white;
            margin-bottom: 6px;
            font-size: 14px;
        }

        .payment-method-time {
            font-size: 12px;
            color: var(--accent);
            font-weight: 600;
        }

        /* ============================================
           PROS/CONS
           ============================================ */
        .pros-cons {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .pros-card, .cons-card {
            padding: 24px;
            border-radius: var(--radius);
            background: var(--bg-card);
        }

        .pros-cons h3 {
            font-family: var(--font-body);
            font-size: 18px;
            font-weight: 800;
            margin-bottom: 16px;
            color: white;
        }

        .pros-card h3::before {
            content: '✓ ';
            color: var(--green);
            font-weight: 800;
            margin-right: 6px;
        }

        .cons-card h3::before {
            content: '✕ ';
            color: var(--red);
            font-weight: 800;
            margin-right: 6px;
        }

        .pros-cons ul { list-style: none; padding: 0; }

        .pros-cons li {
            padding: 8px 0 8px 24px;
            position: relative;
            font-size: 14px;
            line-height: 1.5;
            color: white;
        }

        .pros-card li::before {
            content: '+';
            position: absolute;
            left: 0;
            top: 8px;
            width: 18px;
            height: 18px;
            background: var(--green);
            border-radius: 50%;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
        }

        .cons-card li::before {
            content: '−';
            position: absolute;
            left: 0;
            top: 8px;
            width: 18px;
            height: 18px;
            background: var(--red);
            border-radius: 50%;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
        }

        /* ============================================
           FAQ — как на чешском (оранж открытая)
           ============================================ */
        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 8px;
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            border-radius: var(--radius);
            overflow: hidden;
        }

        .faq-question {
            width: 100%;
            padding: 18px 24px;
            background: var(--bg-table-dark);
            border: none;
            color: white;
            font-family: var(--font-body);
            font-weight: 700;
            font-size: 15px;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            transition: background 0.2s;
        }
        .faq-question:hover { background: var(--bg-card-hover); }

        .faq-item.open .faq-question {
            background: var(--accent);
        }

        .faq-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            font-size: 22px;
            font-weight: 400;
            line-height: 1;
            color: white;
            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;
            background: var(--bg-table-dark);
        }

        .faq-item.open .faq-answer { max-height: 600px; }

        .faq-answer-inner {
            padding: 16px 24px 20px;
            color: white;
            line-height: 1.7;
            font-size: 14px;
        }

        /* ============================================
           CTA BANNER
           ============================================ */
        .cta-banner {
            padding: 40px 30px;
            background: var(--bg-card);
            border-radius: var(--radius-lg);
            text-align: center;
            margin: 40px 0;
        }

        .cta-banner h2 {
            font-family: var(--font-body);
            font-weight: 800;
            font-size: clamp(24px, 3vw, 32px);
            line-height: 1.2;
            margin-bottom: 12px;
            color: white;
            letter-spacing: -0.5px;
        }

        .cta-banner p {
            font-size: 15px;
            color: var(--text-muted);
            margin-bottom: 24px;
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }

        /* ============================================
           AUTHOR BOX
           ============================================ */
        .author-box {
            display: flex;
            gap: 16px;
            align-items: center;
            padding: 16px 20px;
            background: var(--bg-card);
            border-radius: var(--radius);
            margin-bottom: 24px;
        }

        .author-avatar {
            flex-shrink: 0;
            width: 52px;
            height: 52px;
            background: var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-body);
            font-size: 18px;
            font-weight: 800;
            color: white;
            letter-spacing: 0.5px;
        }

        .author-info-name {
            font-weight: 700;
            color: white;
            font-size: 15px;
            margin-bottom: 2px;
        }

        .author-info-role {
            color: var(--text-muted);
            font-size: 13px;
            margin-bottom: 2px;
        }

        .author-info-date {
            color: var(--text-muted);
            font-size: 12px;
            font-style: italic;
        }

        /* ============================================
           FOOTER
           ============================================ */
        .site-footer {
            background: var(--bg-deep);
            padding: 40px 0 24px;
            margin-top: 60px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 32px;
        }

        .footer-brand p {
            color: var(--text-muted);
            font-size: 13px;
            line-height: 1.7;
            margin-top: 16px;
        }

        .footer-col h4 {
            font-size: 13px;
            font-weight: 800;
            color: white;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 14px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
        }

        .footer-col li {
            margin-bottom: 8px;
        }

        .footer-col a {
            color: var(--text-muted);
            font-size: 13px;
            transition: color 0.2s;
        }
        .footer-col a:hover { color: var(--accent); }

        .footer-payments {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 16px;
        }

        .payment-badge {
            padding: 6px 12px;
            background: rgba(255,255,255,0.06);
            border-radius: 4px;
            font-size: 11px;
            font-weight: 700;
            color: white;
        }

        .footer-legal {
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }

        .footer-legal p {
            color: var(--text-muted);
            font-size: 12px;
        }

        .age-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 12px;
            background: var(--red);
            color: white;
            border-radius: var(--radius-pill);
            font-weight: 700;
            font-size: 12px;
        }

        .responsibility-line {
            color: var(--gold);
            font-size: 12px;
            font-weight: 600;
        }

        /* ============================================
           MOBILE: burger + mobile CTA (desktop hidden)
           ============================================ */
        .menu-toggle {
            display: none;
            width: 40px; height: 40px;
            background: transparent;
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 8px;
            padding: 0; margin: 0;
            cursor: pointer;
            position: relative;
        }
        .menu-toggle span {
            display: block;
            width: 22px; height: 2px;
            background: white;
            margin: 5px auto;
            transition: transform 0.25s, opacity 0.25s;
        }
        .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
        .menu-toggle.open span:nth-child(2) { opacity: 0; }
        .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
        .mobile-cta { display: none; }

        /* ============================================
           RESPONSIVE
           ============================================ */
        @media (max-width: 968px) {
            .hero-inner { grid-template-columns: 1fr; gap: 24px; }
            .hero { padding: 30px 0 20px; }
            /* Картинка сразу после H1, текст ниже */
            .hero-image { order: -1; min-height: auto; }
            .hero-image img {
                width: 100%;
                height: auto;
                min-height: auto;
                aspect-ratio: 16 / 9;
                object-fit: cover;
                object-position: center;
            }
            .reasons-grid { grid-template-columns: 1fr; }
            .info-card-grid { grid-template-columns: 1fr; }
            .pros-cons { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
        }

        @media (max-width: 900px) {
            .header-inner {
                gap: 12px;
                flex-wrap: nowrap;
            }
            .header-cta { display: none; }
            .menu-toggle { display: block; flex-shrink: 0; }
            .mobile-cta {
                display: inline-flex;
                padding: 9px 18px;
                font-size: 13px;
                margin-left: auto;
            }
            .main-nav {
                order: 4;
                position: absolute;
                top: 100%;
                left: 0; right: 0;
                background: var(--bg-primary);
                flex-direction: column;
                gap: 0;
                padding: 0;
                width: 100%;
                z-index: 999;
                box-shadow: 0 8px 16px rgba(0,0,0,0.3);
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }
            .main-nav.open {
                max-height: 480px;
                padding: 8px 0;
            }
            .main-nav a {
                width: 100%;
                padding: 14px 24px;
                text-align: left;
                text-decoration: none;
                border-bottom: 1px solid rgba(255,255,255,0.08);
                font-size: 14px;
            }
            .main-nav a.active { color: var(--accent); }
            .site-header { position: sticky; }
        }

        @media (max-width: 640px) {
            section { padding: 30px 0; }
            .logo { font-size: 26px; }
            .hero h1 { font-size: 24px; }
            .info-card { padding: 20px; }
            .footer-grid { grid-template-columns: 1fr; }
            .cta-banner { padding: 30px 20px; }
            .btn-cta-block { width: 100%; max-width: none; }
            .facts-table th, .facts-table td { padding: 10px 14px; font-size: 13px; }
            .hero-image-title { font-size: 32px; }
            .pros-cons { grid-template-columns: 1fr; gap: 12px; }
            .author-box { flex-direction: row; padding: 14px; }
            .footer-legal { flex-direction: column; align-items: flex-start; gap: 10px; }
        }

        /* ============================================
           ANIMATIONS
           ============================================ */
        @keyframes slideUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes slideUpDelay {
            0% { opacity: 0; transform: translateY(30px); }
            30% { opacity: 0; transform: translateY(30px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @keyframes pulse {
            0%, 100% { box-shadow: 0 0 12px var(--accent), 0 0 0 0 var(--accent-glow); }
            50% { box-shadow: 0 0 20px var(--accent), 0 0 0 8px transparent; }
        }

        /* Reveal on scroll */
        .reveal {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }
