        :root {
            --primary: #c9a84c;
            --primary-dark: #a07830;
            --dark: #0d1117;
            --surface: #161b22;
            --surface2: #1e2530;
            --border: #30363d;
            --light: #f0f6fc;
            --text: #c9d1d9;
            --text-muted: #8b949e;
            --accent: #c9a84c;
            --green: #2ea043;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Inter', sans-serif; background-color: var(--dark); color: var(--text); line-height: 1.6; }

        /* ===== HEADER ===== */
        .header {
            background: var(--surface);
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 1px 0 var(--border);
            border-bottom: 1px solid var(--border);
        }

        .header-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 12px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo { 
            color: var(--primary); 
            text-decoration: none; 
            font-weight: 800; 
            text-transform: uppercase; 
            display: flex; 
            align-items: center; 
            gap: 10px;
            font-size: 1.2rem;
            letter-spacing: 0.04em;
        }

        .main-nav { display: none; }

        .header-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .header-icons {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .icon-item {
            background: var(--surface2);
            border-radius: 8px;
            padding: 7px 14px;
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--primary);
            text-decoration: none;
            transition: 0.2s;
            cursor: pointer;
            border: 1px solid var(--border);
        }

        .icon-item:hover {
            background: #252d38;
            border-color: var(--primary);
            transform: translateY(-1px);
        }

        .icon-coin, .icon-gift {
            font-size: 1.2rem;
        }

        .icon-gift-wrapper {
            position: relative;
        }

        .gift-indicator {
            position: absolute;
            top: -4px;
            right: -4px;
            width: 9px;
            height: 9px;
            background: #3fb950;
            border-radius: 50%;
            animation: pulse 1.5s ease-in-out infinite;
            box-shadow: 0 0 6px #3fb950;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.3; transform: scale(0.8); }
        }

        .icon-text {
            font-size: 0.88rem;
            letter-spacing: 0.3px;
        }

        @media (max-width: 768px) {
            .header-icons { gap: 6px; }
            .icon-item { padding: 6px 10px; font-size: 0.82rem; }
            .icon-coin, .icon-gift { font-size: 1.05rem; }
            .icon-text { font-size: 0.78rem; }
        }

        .burger-btn {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 28px;
            height: 20px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 1001;
        }

        .burger-btn span {
            width: 28px;
            height: 3px;
            background: var(--text);
            border-radius: 10px;
            transition: 0.3s;
        }

        .burger-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .burger-btn.active span:nth-child(2) { opacity: 0; }
        .burger-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

        .mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: var(--surface);
            border-top: 1px solid var(--border);
            height: 0;
            overflow: hidden;
            transition: height 0.3s ease;
            display: flex;
            flex-direction: column;
            z-index: 998;
            box-shadow: 0 4px 12px rgba(0,0,0,0.4);
        }

        .mobile-menu.open { height: 360px; padding: 10px 20px; }

        .mobile-menu a {
            color: var(--text);
            text-decoration: none;
            padding: 14px 0;
            border-bottom: 1px solid var(--border);
            font-weight: 600;
            font-size: 0.95rem;
            transition: color 0.2s;
        }

        .mobile-menu a:hover { color: var(--primary); }

        @media (min-width: 1024px) {
            .main-nav { display: flex; gap: 6px; }
            .main-nav a { 
                color: var(--text-muted);
                text-decoration: none; 
                font-size: 0.9rem; 
                font-weight: 600; 
                padding: 6px 12px;
                border-radius: 6px;
                transition: 0.2s;
                display: flex;
                align-items: center;
                gap: 4px;
            }
            .main-nav a:hover { background: var(--surface2); color: var(--primary); }
            .burger-btn { display: none; }
            .header-mobile-title { display: none; }
        }

        .header-mobile-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #b6c0cb;
            letter-spacing: 0.03em;
            display: block;
        }

        @media (min-width: 1024px) {
            .header-mobile-title { display: none; }
        }

        /* ===== HERO ===== */
        .hero { 
            padding: 25px 20px 10px; 
            background-color: var(--surface);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Ctext x='10' y='40' font-size='28' fill='%23c9a84c' opacity='0.05' font-family='serif'%3E%E2%99%A0%3C/text%3E%3Ctext x='90' y='30' font-size='22' fill='%23c9a84c' opacity='0.05' font-family='serif'%3E%E2%99%A5%3C/text%3E%3Ctext x='50' y='90' font-size='26' fill='%23c9a84c' opacity='0.04' font-family='serif'%3E%E2%99%A3%3C/text%3E%3Ctext x='120' y='100' font-size='22' fill='%23c9a84c' opacity='0.04' font-family='serif'%3E%E2%99%A6%3C/text%3E%3Ctext x='15' y='130' font-size='20' fill='%23c9a84c' opacity='0.04' font-family='serif'%3E%E2%99%A5%3C/text%3E%3Ctext x='110' y='155' font-size='24' fill='%23c9a84c' opacity='0.04' font-family='serif'%3E%E2%99%A0%3C/text%3E%3C/svg%3E");
            background-size: 160px 160px;
            text-align: left;
            border-bottom: 1px solid var(--border);
        }
        
        .hero-container {
            max-width: 900px;
            margin: 0 auto;
        }
        
        .hero h1 { 
            font-size: 2.2rem;
            color: var(--light);
            margin-bottom: 16px;
            line-height: 1.25;
            font-weight: 800;
        }
        
        .hero p { 
            max-width: 100%;
            color: var(--text-muted);
            font-size: 1rem;
            line-height: 1.75;
            margin-bottom: 15px;
            text-align: justify;
        }

        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px 18px;
            margin-bottom: 22px;
            font-size: 0.875rem;
            color: var(--text-muted);
        }

        .hero-meta .meta-date { color: var(--text-muted); }
        .hero-meta .meta-sep { color: var(--border); }
        .hero-meta .meta-author-link {
            color: var(--primary);
            text-decoration: none;
            font-weight: 500;
        }
        .hero-meta .meta-author-link:hover { text-decoration: underline; }
        
        .author-box { display: none; }
        .info-box { display: none; }
        .author-avatar { display: none; }
        .author-info { display: none; }
        .author-label { display: none; }
        .author-name { display: none; }
        .verified-badge { display: none; }
        .info-content { display: none; }
        .info-label { display: none; }
        .info-value { display: none; }
        
        @media (max-width: 768px) {
            .hero h1 { font-size: 1.55rem; }
        }

        /* ===== LISTING ===== */
        .listing { padding: 20px; max-width: 900px; margin: 0 auto; }
        
        .listing h2 {
            margin-top: 0;
            margin-bottom: 30px;
            border-left: 4px solid var(--primary);
            padding-left: 15px;
            font-size: 1.6rem;
            color: var(--light);
        }

        /* ===== CASINO CARDS ===== */
        .casino-card {
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 12px;
            margin-bottom: 16px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
            transition: box-shadow 0.2s, border-color 0.2s;
        }
        
        .casino-card:hover {
            box-shadow: 0 4px 20px rgba(201,168,76,0.15);
            border-color: rgba(201,168,76,0.4);
        }

        .card-main {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 18px 18px 14px 18px;
        }

        .casino-number {
            position: absolute;
            top: 0;
            left: 0;
            width: 28px;
            height: 28px;
            background: var(--surface2);
            color: var(--text-muted);
            border-bottom-right-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.85rem;
            z-index: 2;
        }

        .rating-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: linear-gradient(135deg, #c9a84c, #a07830);
            color: #fff;
            font-size: 0.8rem;
            font-weight: 700;
            padding: 4px 10px;
            border-bottom-left-radius: 8px;
        }
        .rating-badge.high { background: linear-gradient(135deg, #c9a84c, #a07830); }
        .rating-badge.top { background: linear-gradient(135deg, #c9a84c, #a07830); }

        .logo-box {
            width: 200px;
            min-width: 200px;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
            background: transparent;
        }

        .logo-box img { 
            width: 100%; 
            height: 100%; 
            object-fit: contain;
        }

        .casino-name-label {
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.04em;
            margin-bottom: 4px;
        }

        .bonus-center {
            flex: 1;
            min-width: 0;
        }

        .bonus-text {
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--light);
            line-height: 1.3;
        }

        .cta-section { flex-shrink: 0; }

        .btn-casino {
            background: linear-gradient(135deg, #c9a84c, #a07830);
            color: #fff;
            padding: 13px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 0.95rem;
            transition: all 0.2s;
            white-space: nowrap;
            display: inline-block;
            box-shadow: 0 2px 8px rgba(201,168,76,0.3);
        }

        .btn-casino:hover { 
            background: linear-gradient(135deg, #d4b860, #b58940);
            transform: translateY(-1px);
            box-shadow: 0 4px 14px rgba(201,168,76,0.4);
        }

        .card-footer {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 8px 16px 10px 16px;
            border-top: 1px solid var(--border);
            font-size: 0.8rem;
        }

        .recenzja-link {
            color: var(--primary);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 3px;
            font-weight: 500;
        }

        .recenzja-link:hover { text-decoration: underline; }
        .recenzja-link svg { width: 12px; height: 12px; fill: var(--primary); }

        @media (max-width: 640px) {
            .card-main {
                flex-wrap: wrap;
                gap: 10px;
            }
            .logo-box {
                width: 90px;
                min-width: 90px;
                height: 60px;
            }
            .bonus-center { order: 2; width: 100%; }
            .cta-section { order: 3; width: 100%; }
            .btn-casino { display: block; text-align: center; width: 100%; }
        }

        /* ===== EXPANDED CARD ===== */
        .casino-card--expanded .card-footer {
            justify-content: space-between;
        }

        .responsible-gaming {
            font-size: 0.75rem;
            color: var(--text-muted);
            opacity: 0.6;
            font-style: normal;
        }

        .card-details {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 0;
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px solid var(--border);
        }

        .card-detail-item {
            display: flex;
            align-items: center;
            gap: 6px;
            width: 50%;
            font-size: 0.82rem;
            padding: 3px 0;
        }

        .card-detail-item:last-child:nth-child(odd) {
            width: 100%;
        }

        .detail-svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
            stroke: var(--text-muted);
            stroke-width: 2;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
            opacity: 0.7;
        }

        .detail-label {
            color: var(--text-muted);
            white-space: nowrap;
        }

        .detail-label::after {
            content: ':';
        }

        .detail-value {
            color: var(--light);
            font-weight: 600;
            margin-left: 2px;
        }

        .detail-value--green {
            color: var(--green);
        }

        .detail-value--muted {
            color: var(--text-muted);
        }

        @media (max-width: 640px) {
            .casino-card--expanded .card-main {
                flex-direction: column;
                align-items: stretch;
            }
            .casino-card--expanded .logo-box {
                width: 100%;
                min-width: unset;
                height: 100px;
            }
            .casino-card--expanded .logo-box img {
                width: auto;
                height: 100%;
                max-width: 160px;
                margin: 0 auto;
            }
            .card-details {
                flex-direction: column;
                gap: 5px;
            }
            .card-detail-item {
                width: 100%;
            }
        }

        /* ===== CONTENT SECTIONS ===== */
        .content-section { padding: 20px 10px 20px 10px; max-width: 1100px; margin: 0 auto; }
        .content-section h2 { 
            margin-top: 25px; 
            margin-bottom: 25px; 
            border-left: 4px solid var(--primary); 
            padding-left: 15px; 
            font-size: 1.6rem; 
            color: var(--light);
        }
        .content-section h2:first-of-type { margin-top: 0; }
        .content-section p { margin-bottom: 15px; line-height: 1.7; text-align: justify; color: var(--text); }
        
        .hero p { 
            font-size: 1rem; 
            line-height: 1.8; 
            color: var(--text-muted); 
            margin-bottom: 15px;
            text-align: justify;
        }
        
        .content-section h3 { 
            margin-top: 20px; 
            margin-bottom: 15px; 
            border-left: 4px solid var(--primary-dark); 
            padding-left: 12px; 
            font-size: 1.3rem; 
            font-weight: 700; 
            color: var(--light);
        }
        .content-section h4 { 
            margin-top: 20px; 
            margin-bottom: 12px; 
            font-size: 1.1rem; 
            font-weight: 700; 
            color: var(--light);
        }

        /* ===== IMAGES ===== */
        .image-block {
            text-align: center;
            margin: 30px 0;
        }

        .image-block img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.3);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .image-block a {
            display: inline-block;
        }

        .image-block img:hover {
            transform: scale(1.02);
            box-shadow: 0 6px 20px rgba(0,0,0,0.5);
        }

        .image-caption {
            margin-top: 10px;
            font-size: 0.9rem;
            color: var(--text-muted);
            font-style: italic;
            text-align: center;
        }

        /* ===== FEATURE GRID ===== */
        .feature-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 30px 0; }
        @media (min-width: 768px) { .feature-grid { grid-template-columns: 1fr 1fr; } }

        .feature-item {
            background: var(--surface);
            border: 1px solid var(--border);
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            transition: border-color 0.2s;
        }

        .feature-item:hover {
            border-color: rgba(201,168,76,0.3);
        }

        .feature-header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
        .feature-header svg { width: 28px; height: 28px; fill: var(--primary); flex-shrink: 0; }
        .feature-item h3 { font-size: 1.15rem; color: var(--light); margin: 0; font-weight: 700; }

        /* ===== TABLE ===== */
        .table-wrapper { overflow-x: auto; margin: 25px 0; }
        table { width: 100%; border-collapse: collapse; min-width: 600px; }
        th { background: linear-gradient(135deg, #c9a84c, #a07830); color: #fff; padding: 15px; text-align: left; }
        td { 
            padding: 15px; 
            border-bottom: 1px solid var(--border); 
            text-align: justify; 
            color: var(--text);
            background: var(--surface);
        }
        tr:nth-child(even) td { background: var(--surface2); }

        /* ===== PROS/CONS ===== */
        .pros-cons { display: grid; grid-template-columns: 1fr; gap: 20px; }
        @media (min-width: 768px) { .pros-cons { grid-template-columns: 1fr 1fr; } }
        .pc-box { padding: 25px; border-radius: 12px; }
        .pros { background: rgba(46,160,67,0.1); border: 1px solid rgba(46,160,67,0.3); }
        .cons { background: rgba(248,81,73,0.1); border: 1px solid rgba(248,81,73,0.3); }

        /* ===== FAQ ===== */
        .faq-item { 
            background: var(--surface); 
            border: 1px solid var(--border);
            margin-bottom: 15px; 
            padding: 20px; 
            border-radius: 10px; 
            transition: border-color 0.2s;
        }
        .faq-item:hover { border-color: rgba(201,168,76,0.3); }
        .faq-q { font-weight: 800; margin-bottom: 10px; color: var(--primary); }
        .faq-a { color: var(--text); }

        /* ===== LINKS ===== */
        .content-section a { color: var(--primary); }
        .content-section a:hover { color: #d4b860; }
        .content-section a.btn-casino { color: #fff; }
        .content-section a.btn-casino:hover { color: #fff; }

        /* Najlepsze table - без шапки, кнопка праворуч */
        .najlepsze-table { width: 100%; border-collapse: collapse; }
        .najlepsze-table tr { border-bottom: 1px solid var(--border); }
        .najlepsze-table tr:last-child { border-bottom: none; }
        .najlepsze-table td { padding: 12px 10px; vertical-align: middle; background: transparent; }
        .najlepsze-table td:first-child { color: var(--text); font-size: 0.95rem; }
        .najlepsze-table td:last-child { text-align: right; white-space: nowrap; width: 110px; }

        /* h3 + кнопка поряд */
        .h3-with-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin: 20px 0 8px 0;
            flex-wrap: wrap;
        }
        .h3-with-btn h3 {
            margin: 0;
            flex: 1;
        }

        /* ===== CONTENT LIST ===== */
        .content-list {
            list-style: none;
            padding: 0;
            margin: 14px 0 18px 0;
        }

        .content-list li {
            position: relative;
            padding: 8px 0 8px 22px;
            color: var(--text);
            line-height: 1.6;
            border-bottom: 1px solid rgba(48, 54, 61, 0.5);
        }

        .content-list li:last-child {
            border-bottom: none;
        }

        .content-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--primary);
            opacity: 0.7;
        }

        ol.content-list {
            list-style: none;
            counter-reset: content-counter;
            padding: 0;
            margin: 14px 0 18px 0;
        }

        ol.content-list li {
            counter-increment: content-counter;
            padding-left: 32px;
        }

        ol.content-list li::before {
            content: counter(content-counter);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: transparent;
            border: 1px solid var(--primary);
            color: var(--primary);
            font-size: 11px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            top: 12px;
            transform: none;
        }

        /* ===== MAIN ===== */
        .main { 
            background-color: var(--dark);
            background-image: url('online-casino-pl.svg');
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
            background-attachment: fixed;
        }
        .article { background: transparent; }

        /* ===== FOOTER ===== */
        .footer {
            background: var(--surface);
            color: var(--text);
            padding: 50px 20px 0;
            border-top: 1px solid var(--border);
        }

        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr auto auto;
            gap: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid var(--border);
        }

        @media (max-width: 768px) {
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }

        .footer-brand .footer-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 800;
            font-size: 1.1rem;
            text-transform: uppercase;
            color: var(--primary);
            margin-bottom: 14px;
            letter-spacing: 0.04em;
        }

        .footer-brand p {
            font-size: 0.85rem;
            color: var(--text-muted);
            line-height: 1.6;
            max-width: 320px;
        }

        .footer-col h4 {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--text-muted);
            margin-bottom: 16px;
        }

        .footer-nav {
            display: flex;
            flex-direction: column;
            gap: 12px;
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .footer-nav a {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            transition: color 0.2s;
        }

        .footer-nav a:hover { color: var(--primary); }

        .footer-regulators {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 20px;
            padding: 20px 0;
        }

        .footer-regulators img {
            height: 40px;
            width: auto;
            opacity: 0.5;
            transition: opacity 0.3s, transform 0.3s;
            filter: grayscale(100%);
        }

        .footer-regulators a:hover img,
        .footer-regulators img:hover {
            opacity: 1;
            transform: translateY(-2px);
            filter: grayscale(0%);
        }

        .footer-bottom {
            max-width: 1200px;
            margin: 0 auto;
            padding: 16px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }

        .footer-bottom p {
            font-size: 0.8rem;
            color: var(--text-muted);
        }

        .footer-links {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.8rem;
            transition: color 0.2s;
        }

        .footer-links a:hover { color: var(--primary); }

        @media (max-width: 768px) {
            .footer-regulators { gap: 15px; }
            .footer-regulators img { height: 32px; }
            .footer-bottom { flex-direction: column; align-items: flex-start; }
        }

        /* ===== SCROLL TO TOP ===== */
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #c9a84c, #a07830);
            border: none;
            border-radius: 8px;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(201,168,76,0.4);
            transition: all 0.3s;
            z-index: 999;
        }
        
        .scroll-to-top:hover {
            background: linear-gradient(135deg, #d4b860, #b58940);
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(201,168,76,0.5);
        }
        
        .scroll-to-top.show {
            display: flex;
        }
        
        .scroll-to-top svg {
            fill: white;
        }

        /* Info page H1 — видимий, стриманий */
        .info-page-h1 {
            font-size: 1rem;
            font-weight: 400;
            color: var(--text-muted);
            text-align: center;
            padding: 18px 24px 0;
            margin: 0;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        /* ================================================ */
        /* Breadcrumbs                                       */
        /* ================================================ */
        .breadcrumbs {
            max-width: 1100px;
            margin: 0 auto;
            padding: 14px 24px 0;
        }

        .breadcrumbs-list {
            display: flex;
            align-items: center;
            gap: 6px;
            list-style: none;
            font-size: 0.85rem;
            color: var(--text-muted);
            flex-wrap: wrap;
        }

        .breadcrumbs-list a { color: var(--primary); text-decoration: none; }
        .breadcrumbs-list a:hover { text-decoration: underline; }
        .breadcrumbs-sep { color: var(--text-muted); }
        .breadcrumbs-current { color: var(--text-muted); }

        /* Info page H1 */
        .info-page-h1 {
            font-size: 1rem;
            font-weight: 400;
            color: var(--text-muted);
            text-align: center;
            padding: 8px 24px 0;
            margin: 0;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        /* ================================================ */
        /* INFO PAGE — всі специфічні стилі                 */
        /* ================================================ */

        .info-hero {
            padding: 40px 24px;
            background: var(--surface);
            border-bottom: 1px solid var(--border);
            text-align: center;
        }

        .info-hero h2 {
            font-size: 2.2rem;
            color: #fff;
            font-weight: 800;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .info-hero p {
            max-width: 650px;
            margin: 0 auto;
            color: var(--text-muted);
            font-size: 1rem;
            line-height: 1.7;
        }

        /* cs-wrap секції */
        .cs-wrap {
            border-top: 1px solid var(--border);
            background: var(--surface2);
        }

        .cs-wrap.alt { background: var(--surface); }

        .cs-section {
            padding: 40px 24px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .cs-section h2 {
            font-size: 1.6rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 15px;
            border-left: 4px solid var(--primary);
            padding-left: 14px;
        }

        .cs-section h3 {
            font-size: 1.1rem;
            color: var(--primary);
            font-weight: 700;
            margin: 20px 0 8px;
        }

        .cs-section p {
            color: var(--text);
            line-height: 1.7;
            margin-bottom: 14px;
        }

        .cs-section a { color: var(--primary); font-weight: 700; text-decoration: none; }
        .cs-section a:hover { text-decoration: underline; }

        /* Kontakt grid */
        .contact-wrapper {
            max-width: 1100px;
            margin: 40px auto 60px;
            padding: 0 24px;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1.6fr;
            gap: 30px;
        }

        .info-sidebar {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .info-card {
            background: var(--surface);
            padding: 24px;
            border-radius: 12px;
            border: 1px solid var(--border);
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .info-card .icon-box {
            background: var(--primary);
            width: 45px;
            height: 45px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .info-card .icon-box svg { stroke: #fff; }

        .info-card h3 {
            font-size: 1rem;
            margin-bottom: 6px;
            color: #fff;
            font-weight: 700;
        }

        .info-card p {
            color: var(--text);
            font-size: 0.9rem;
            line-height: 1.5;
            margin-bottom: 4px;
        }

        .info-card p:last-child { margin-bottom: 0; }
        .info-card a { color: var(--primary); text-decoration: none; }
        .info-card a:hover { text-decoration: underline; }

        /* Formularz */
        .form-card {
            background: var(--surface);
            padding: 35px;
            border-radius: 12px;
            border: 1px solid var(--border);
        }

        .form-group { margin-bottom: 18px; }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            color: #fff;
        }

        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid var(--border);
            border-radius: 8px;
            font-family: inherit;
            font-size: 0.95rem;
            background: var(--surface2);
            color: var(--text);
            transition: border-color 0.3s;
            outline: none;
        }

        .form-control:focus { border-color: var(--primary); }
        textarea.form-control { min-height: 140px; resize: vertical; }
        select.form-control { cursor: pointer; }

        .consent-text {
            font-size: 0.8rem;
            color: var(--text-muted);
            margin-top: 15px;
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }

        .consent-text input[type="checkbox"] {
            margin-top: 3px;
            flex-shrink: 0;
            accent-color: var(--primary);
        }

        .consent-text label { font-weight: 400; line-height: 1.5; }

        .btn-submit {
            background: var(--primary);
            color: #0d1117;
            width: 100%;
            padding: 14px;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer;
            transition: background 0.3s;
            margin-top: 8px;
        }

        .btn-submit:hover { background: var(--primary-dark); }

        /* Newsletter */
        .newsletter-box {
            background: linear-gradient(135deg, var(--surface) 0%, var(--surface2) 100%);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 40px 35px;
            text-align: center;
        }

        .newsletter-box h2 {
            color: #fff;
            font-size: 1.6rem;
            margin-bottom: 10px;
            font-weight: 700;
            border: none;
            padding: 0;
        }

        .newsletter-box p {
            color: var(--text-muted);
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .newsletter-form {
            display: flex;
            gap: 12px;
            max-width: 520px;
            margin: 0 auto;
        }

        .newsletter-input {
            flex: 1;
            padding: 13px 16px;
            border: 2px solid var(--border);
            border-radius: 8px;
            background: var(--surface2);
            color: var(--text);
            font-family: inherit;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s;
        }

        .newsletter-input:focus { border-color: var(--primary); }

        .newsletter-btn {
            background: var(--primary);
            color: #0d1117;
            border: none;
            border-radius: 8px;
            padding: 13px 24px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.3s;
            white-space: nowrap;
        }

        .newsletter-btn:hover { background: var(--primary-dark); }

        .newsletter-success {
            display: none;
            margin-top: 16px;
            color: var(--green);
            font-weight: 600;
        }

        .newsletter-success.show { display: block; }

        /* Callout телефон довіри */
        .rg-callout {
            margin-top: 25px;
            padding: 20px 24px;
            background: var(--surface2);
            border-left: 4px solid var(--primary);
            border-radius: 8px;
            color: var(--text);
            line-height: 1.7;
        }

        .rg-callout strong { color: #fff; font-size: 1.05rem; }

        /* Responsive */
        @media (max-width: 700px) {
            .contact-grid { grid-template-columns: 1fr; }
            .form-card { padding: 24px; }
            .info-hero h2 { font-size: 1.6rem; }
            .newsletter-form { flex-direction: column; }
            .newsletter-box { padding: 28px 20px; }
            .cs-section { padding: 30px 20px; }
        }

        /* ================================================ */
        /* Floating TOC                                      */
        /* ================================================ */
        .ftoc {
            position: fixed;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9999;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .ftoc__btn {
            background: rgba(201,168,76,0.6);
            color: #0d1117;
            width: 28px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0 6px 6px 0;
            cursor: pointer;
            font-size: 12px;
            user-select: none;
            transition: background .2s;
            flex-shrink: 0;
        }

        .ftoc__btn:hover { background: rgba(201,168,76,0.85); }

        #toc-toggle:not(:checked) ~ .ftoc .ftoc__btn {
            background: rgba(201,168,76,0.55);
        }

        .ftoc__panel {
            background: var(--surface);
            border: 1px solid var(--border);
            border-left: none;
            width: 0;
            overflow: hidden;
            transition: width .3s ease;
            order: -1;
        }

        #toc-toggle:checked ~ .ftoc .ftoc__panel { width: 270px; }

        #toc-toggle:checked ~ .ftoc .ftoc__btn {
            background: rgba(201,168,76,0.9);
        }

        .ftoc__title {
            color: var(--text-muted);
            font-size: .75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 16px 8px;
            margin: 0;
            white-space: nowrap;
        }

        .ftoc__list {
            list-style: none;
            padding: 0 0 16px 0;
            margin: 0;
            max-height: 70vh;
            overflow-y: auto;
        }

        .ftoc__list li a {
            display: block;
            color: var(--text);
            text-decoration: none;
            font-size: .82rem;
            padding: 6px 16px;
            border-left: 2px solid transparent;
            white-space: normal;
            line-height: 1.4;
        }

        .ftoc__list li a:hover {
            color: var(--primary);
            border-left-color: var(--primary);
            background: rgba(201,168,76,.08);
        }

        @media (max-width: 768px) {
            #toc-toggle:checked ~ .ftoc .ftoc__panel { width: 220px; }
            .ftoc__list li a { font-size: .78rem; }
        }

        /* cs-section h4 (колишні h3 на info сторінці) */
        .cs-section h4 {
            font-size: 1rem;
            color: var(--primary);
            font-weight: 700;
            margin: 16px 0 6px;
        }
