/* ==========================================================================
   Ice Fishing Brasil — Premium Dark Ice Theme
   ========================================================================== */

:root {
    --bg: #07111F;
    --bg-2: #0A1A2E;
    --surface: #102640;
    --surface-2: #15324F;
    --surface-3: #1B3E60;
    --border: rgba(118, 176, 224, 0.16);
    --border-strong: rgba(118, 176, 224, 0.32);

    --ice: #57C7F2;
    --ice-bright: #8FE4FF;
    --ice-deep: #2E9BD0;
    --gold: #F4C95D;
    --gold-deep: #DDA838;

    --text: #EAF3FB;
    --text-soft: #BFD2E4;
    --text-muted: #8298AE;

    --success: #4ADE80;
    --danger: #F87171;

    --font-head: 'Sora', sans-serif;
    --font-body: 'Inter', sans-serif;

    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;

    --shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
    --glow-ice: 0 0 0 1px rgba(87, 199, 242, 0.25), 0 18px 50px -18px rgba(87, 199, 242, 0.45);
    --transition: all 0.32s cubic-bezier(0.25, 0.8, 0.25, 1);

    --header-h: 76px;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-soft);
    background-color: var(--bg);
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* Ambient arctic glow background */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(900px 600px at 78% -5%, rgba(87, 199, 242, 0.16), transparent 60%),
        radial-gradient(800px 600px at 8% 12%, rgba(46, 155, 208, 0.13), transparent 60%),
        radial-gradient(700px 700px at 50% 110%, rgba(244, 201, 93, 0.07), transparent 60%),
        linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 55%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--text);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.15rem; }

p { margin-bottom: 1rem; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
strong { color: var(--text); font-weight: 600; }

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-primary, .btn-secondary, .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    border-radius: 50px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
    color: #1A1206;
    box-shadow: 0 12px 30px -10px rgba(244, 201, 93, 0.6);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px -10px rgba(244, 201, 93, 0.75);
}

.btn-secondary {
    background: rgba(87, 199, 242, 0.1);
    color: var(--ice-bright);
    border-color: var(--border-strong);
}
.btn-secondary:hover {
    background: rgba(87, 199, 242, 0.18);
    border-color: var(--ice);
    transform: translateY(-3px);
}

.btn-ghost {
    padding: 0.5rem 1.1rem;
    font-size: 0.85rem;
    background: transparent;
    color: var(--ice-bright);
    border-color: var(--border-strong);
}
.btn-ghost:hover { background: rgba(87, 199, 242, 0.12); }

/* ==========================================================================
   Surface / Card
   ========================================================================== */

.card {
    background: linear-gradient(160deg, var(--surface) 0%, var(--bg-2) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: var(--header-h);
    background: rgba(7, 17, 31, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-head);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
}
.logo .logo-mark {
    width: 38px; height: 38px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--ice) 0%, var(--ice-deep) 100%);
    box-shadow: 0 6px 18px -4px rgba(87, 199, 242, 0.6);
    color: #06121F;
}
.logo-mark .snow-ico { width: 23px; height: 23px; }
.logo b { color: var(--ice-bright); font-weight: 700; }

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.nav-links .nav-more { display: none; }
.nav-links a {
    font-family: var(--font-head);
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--text-soft);
    position: relative;
    white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.active { color: var(--ice-bright); }
.nav-links a.active::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 2px;
    border-radius: 2px;
    background: var(--ice);
}

.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-cta .btn-primary { padding: 0.6rem 1.4rem; font-size: 0.92rem; }

.nav-cta-mobile { display: none; }

/* Burger */
.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px; height: 40px;
    background: none; border: none;
    cursor: pointer;
    z-index: 1100;
}
.burger span {
    display: block;
    width: 24px; height: 2px;
    margin: 0 auto;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s ease;
}
.burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(4, 9, 17, 0.6);
    backdrop-filter: blur(2px);
    z-index: 999;
}
.nav-overlay.open { display: block; }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.breadcrumbs {
    margin-top: var(--header-h);
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border);
    background: rgba(10, 26, 46, 0.5);
}
.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.86rem;
    color: var(--text-muted);
    flex-wrap: wrap;
}
.breadcrumb-list li { display: flex; align-items: center; gap: 0.55rem; }
.breadcrumb-list li:not(:last-child)::after {
    content: '/';
    color: var(--text-muted);
    opacity: 0.5;
}
.breadcrumb-list a { color: var(--ice); }
.breadcrumb-list a:hover { color: var(--ice-bright); }

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
    position: relative;
    padding: 5rem 0 4.5rem;
    overflow: hidden;
}
.hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
    align-items: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.95rem;
    border-radius: 50px;
    background: rgba(87, 199, 242, 0.1);
    border: 1px solid var(--border-strong);
    color: var(--ice-bright);
    font-family: var(--font-head);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.hero-eyebrow .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 10px var(--success);
}

.hero h1 { margin-bottom: 1.25rem; }
.hero h1 .accent {
    background: linear-gradient(120deg, var(--ice-bright), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-lead {
    font-size: 1.1rem;
    color: var(--text-soft);
    max-width: 33rem;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    flex-wrap: wrap;
}

/* Hero media — placeholder-friendly */
.hero-media {
    position: relative;
}
.hero-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-strong);
    box-shadow: var(--glow-ice);
    aspect-ratio: 4 / 3.4;
}
.hero-badge {
    position: absolute;
    z-index: 3;
    background: rgba(10, 26, 46, 0.92);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    padding: 0.8rem 1.1rem;
    box-shadow: var(--shadow);
}
.hero-badge .b-value {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--gold);
    line-height: 1;
}
.hero-badge .b-label {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.hero-badge.top { top: 1.1rem; left: -1.4rem; }
.hero-badge.bottom { bottom: 1.4rem; right: -1.4rem; }
.hero-badge.bottom .b-value { color: var(--ice-bright); }

/* ==========================================================================
   Image Placeholder (user fills these)
   ========================================================================== */

.media-ph {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    width: 100%;
    min-height: 220px;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background:
        repeating-linear-gradient(45deg, rgba(87,199,242,0.04) 0 14px, transparent 14px 28px),
        linear-gradient(160deg, var(--surface-2), var(--bg-2));
    border: 1.5px dashed var(--border-strong);
    color: var(--text-muted);
}
.hero-frame .media-ph {
    height: 100%;
    border: none;
    border-radius: 0;
}
.media-ph .ph-icon {
    color: var(--ice);
    opacity: 0.7;
    line-height: 0;
}
.media-ph .ph-icon svg { width: 42px; height: 42px; }
.media-ph .ph-title {
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--text-soft);
    font-size: 0.95rem;
}
.media-ph .ph-hint {
    font-size: 0.78rem;
    font-family: var(--font-body);
    opacity: 0.8;
}
.media-ph .ph-file {
    font-size: 0.72rem;
    font-family: monospace;
    color: var(--ice);
    background: rgba(87, 199, 242, 0.08);
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
}

/* ==========================================================================
   Stat Strip
   ========================================================================== */

.stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}
.stat-cell {
    padding: 1.5rem 1.25rem;
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, var(--surface) 0%, var(--bg-2) 100%);
    border: 1px solid var(--border);
    text-align: center;
}
.stat-cell .s-value {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--ice-bright);
    line-height: 1;
    margin-bottom: 0.4rem;
}
.stat-cell .s-label {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* ==========================================================================
   Article Layout
   ========================================================================== */

.layout {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 3rem;
    align-items: start;
    padding: 4rem 0 1rem;
}

/* Sidebar TOC */
.toc {
    position: sticky;
    top: calc(var(--header-h) + 20px);
    background: linear-gradient(160deg, var(--surface) 0%, var(--bg-2) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.5rem 1.25rem;
    max-height: calc(100vh - var(--header-h) - 40px);
    overflow-y: auto;
}
.toc h3 {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 1rem;
}
.toc-list {
    border-left: 2px solid var(--border);
}
.toc-list a {
    display: block;
    padding: 0.55rem 0 0.55rem 1rem;
    margin-left: -2px;
    border-left: 2px solid transparent;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.35;
}
.toc-list a:hover { color: var(--ice-bright); }
.toc-list a.active {
    color: var(--ice-bright);
    border-left-color: var(--ice);
    font-weight: 500;
}

/* Main article */
.article .block {
    margin-bottom: 3.25rem;
    scroll-margin-top: calc(var(--header-h) + 24px);
}
.article h2 {
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
}
.article h2::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 56px; height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--ice), var(--gold));
}
.article h3 {
    margin: 1.75rem 0 0.85rem;
    color: var(--ice-bright);
}
.article p { margin-bottom: 1.1rem; line-height: 1.75; }
.article a.inline-link {
    color: var(--ice-bright);
    border-bottom: 1px solid var(--border-strong);
}
.article a.inline-link:hover { border-color: var(--ice); }

/* Spec / info list */
.spec-list {
    margin: 1.5rem 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
}
.spec-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.25rem;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.spec-list li:nth-child(even) { background: var(--bg-2); }
.spec-list li:last-child { border-bottom: none; }
.spec-list .k { color: var(--text-muted); }
.spec-list .v { color: var(--text); font-weight: 600; font-family: var(--font-head); text-align: right; }

/* Bonus cards */
.bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.bonus-card {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
    border-top: 3px solid var(--tier, var(--ice));
}
.bonus-card .b-tag {
    font-family: var(--font-head);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}
.bonus-card h4 { margin: 0.25rem 0 0.6rem; color: var(--text); }
.bonus-card .b-mult {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--tier, var(--ice));
    margin-bottom: 0.5rem;
}
.bonus-card p { font-size: 0.9rem; margin-bottom: 0; }

/* Callout box */
.callout {
    margin: 1.75rem 0;
    padding: 1.5rem 1.75rem;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(87,199,242,0.1), rgba(244,201,93,0.06));
    border: 1px solid var(--border-strong);
    text-align: center;
}
.callout p { margin-bottom: 1.1rem; color: var(--text); }

/* Pros & cons */
.pc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.pc-box {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
}
.pc-box h4 { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.9rem; }
.pc-box.pros h4 { color: var(--success); }
.pc-box.cons h4 { color: var(--danger); }
.pc-box ul { display: flex; flex-direction: column; gap: 0.65rem; }
.pc-box li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.92rem;
}
.pc-box li::before {
    position: absolute;
    left: 0; top: 0;
    font-weight: 700;
}
.pc-box.pros li::before { content: '✓'; color: var(--success); }
.pc-box.cons li::before { content: '✕'; color: var(--danger); }

/* Author */
.author-box {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--surface-2), var(--bg-2));
    border: 1px solid var(--border-strong);
    margin: 2.5rem 0;
}
.author-photo {
    flex-shrink: 0;
    width: 92px; height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--border-strong);
}
.author-photo .media-ph { min-height: 0; height: 100%; padding: 0.4rem; border-radius: 0; }
.author-photo .media-ph .ph-title,
.author-photo .media-ph .ph-hint,
.author-photo .media-ph .ph-file { display: none; }
.author-photo .media-ph .ph-icon svg { width: 30px; height: 30px; }
.author-box .a-role {
    font-size: 0.8rem;
    color: var(--ice);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--font-head);
}
.author-box h4 { margin: 0.15rem 0 0.4rem; }
.author-box p { font-size: 0.9rem; margin-bottom: 0.75rem; }

/* FAQ */
.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    margin-bottom: 0.85rem;
    overflow: hidden;
}
.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.4rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 1rem;
    color: var(--text);
}
.faq-q .chev {
    flex-shrink: 0;
    width: 22px; height: 22px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: rgba(87, 199, 242, 0.12);
    color: var(--ice-bright);
    transition: transform 0.3s ease;
}
.faq-item.open .faq-q .chev { transform: rotate(45deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.faq-a p {
    padding: 0 1.4rem 1.25rem;
    margin: 0;
    font-size: 0.95rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    margin-top: 3rem;
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    padding: 3.5rem 0 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
}
.footer-col h4 {
    font-size: 1rem;
    margin-bottom: 1.1rem;
    color: var(--text);
}
.footer-col p { font-size: 0.9rem; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul a { font-size: 0.9rem; color: var(--text-muted); }
.footer-col ul a:hover { color: var(--ice-bright); }
.footer-brand .logo { margin-bottom: 1rem; }

.footer-note {
    border-top: 1px solid var(--border);
    padding-top: 1.75rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.footer-note .age {
    display: inline-block;
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--gold);
    border: 1px solid var(--gold-deep);
    border-radius: 6px;
    padding: 0.05rem 0.45rem;
    margin-right: 0.4rem;
}
.footer-note p { margin-bottom: 0.75rem; }
.footer-copy { margin-top: 1rem; opacity: 0.8; }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1080px) {
    .hero-grid { gap: 2.5rem; }
    .layout { grid-template-columns: 1fr; gap: 0; }
    .toc {
        position: static;
        max-height: none;
        margin-bottom: 2rem;
        padding: 1rem 1.25rem;
    }
    .toc-list {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        border-left: none;
        padding-bottom: 0.4rem;
        -webkit-overflow-scrolling: touch;
    }
    .toc-list::-webkit-scrollbar { height: 0; }
    .toc-list a {
        flex-shrink: 0;
        white-space: nowrap;
        padding: 0.45rem 0.95rem;
        margin: 0;
        border: 1px solid var(--border);
        border-radius: 50px;
    }
    .toc-list a.active {
        border-color: var(--ice);
        background: rgba(87, 199, 242, 0.12);
    }
}

@media (max-width: 920px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-media { order: -1; max-width: 480px; }
    .hero-badge.top { left: 0.6rem; }
    .hero-badge.bottom { right: 0.6rem; }
    .stat-strip { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

    .nav-links {
        position: fixed;
        top: 0; right: -100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 78%;
        max-width: 320px;
        height: 100vh;
        padding: calc(var(--header-h) + 1rem) 1.75rem 2rem;
        background: var(--bg-2);
        border-left: 1px solid var(--border);
        box-shadow: -20px 0 50px rgba(0, 0, 0, 0.5);
        transition: right 0.34s ease;
        z-index: 1050;
    }
    .nav-links.open { right: 0; }
    .nav-links a {
        width: 100%;
        padding: 1rem 0;
        font-size: 1.05rem;
        border-bottom: 1px solid var(--border);
    }
    .nav-links a.active::after { display: none; }
    .nav-links .nav-more { display: block; }
    .nav-links .nav-cta-mobile { width: 100%; border-bottom: none; padding-top: 1.5rem; }
    .nav-cta-mobile { display: block; }
    .nav-cta-mobile .btn-primary { width: 100%; }
    .burger { display: flex; }
    .header-cta .btn-primary { display: none; }
}

@media (max-width: 760px) {
    .hero { padding: 3rem 0; }
    .bonus-grid { grid-template-columns: 1fr; }
    .pc-grid { grid-template-columns: 1fr; }
    .author-box { flex-direction: column; text-align: center; }
    .spec-list li { flex-direction: column; gap: 0.2rem; }
    .spec-list .v { text-align: left; }
}

@media (max-width: 480px) {
    .container { padding: 0 1.15rem; }
    .stat-strip { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
    .hero-badge { display: none; }
    .breadcrumbs { display: none; }
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary { width: 100%; }
}

@media (max-width: 380px) {
    .logo { font-size: 1.05rem; gap: 0.45rem; }
    .logo .logo-mark { width: 32px; height: 32px; font-size: 0.95rem; }
    .burger { width: 34px; }
    h1 { font-size: 1.95rem; }
}

/* ==========================================================================
   Extended components — multi-page build
   ========================================================================== */

/* ---- Rating badge ---- */
.rating-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0.9rem 1.4rem;
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, var(--surface-2), var(--bg-2));
    border: 1px solid var(--border-strong);
}
.rb-value {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 2rem;
    color: var(--gold);
    line-height: 1;
}
.rb-value span { font-size: 1rem; color: var(--text-muted); }
.rb-stars { position: relative; display: inline-block; line-height: 0; }
.rb-stars-bg svg, .rb-stars-fill svg { width: 16px; height: 16px; }
.rb-stars-bg svg { fill: rgba(255,255,255,0.14); }
.rb-stars-fill {
    position: absolute;
    top: 0; left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.rb-stars-fill svg { fill: var(--gold); }
.rb-label {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ---- Affiliate disclosure ---- */
.affiliate-disclosure {
    font-size: 0.82rem;
    color: var(--text-muted);
    background: rgba(87, 199, 242, 0.05);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1.1rem;
    margin-bottom: 2.5rem;
}
.affiliate-note {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-style: italic;
    margin-top: 0.5rem;
}

/* ---- Answer box (featured snippet) ---- */
.answer-box {
    margin: 0 0 1.75rem;
    padding: 1.4rem 1.6rem;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(87,199,242,0.12), rgba(244,201,93,0.06));
    border: 1px solid var(--border-strong);
    border-left: 4px solid var(--ice);
}
.answer-box p:last-child { margin-bottom: 0; }
.answer-box .ab-tag {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ice-bright);
    margin-bottom: 0.5rem;
}

/* ---- Key facts table ---- */
.facts-table {
    margin: 1.5rem 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.facts-table .ft-head {
    padding: 0.85rem 1.25rem;
    background: var(--surface-2);
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--text);
    border-bottom: 1px solid var(--border);
}
.facts-table dl { display: grid; grid-template-columns: 1fr 1fr; }
.facts-table dt, .facts-table dd {
    padding: 0.8rem 1.25rem;
    border-bottom: 1px solid var(--border);
    font-size: 0.94rem;
    margin: 0;
}
.facts-table dt { color: var(--text-muted); background: var(--surface); }
.facts-table dd {
    color: var(--text);
    font-weight: 600;
    font-family: var(--font-head);
    background: var(--bg-2);
}
.facts-table dl > :nth-last-child(1),
.facts-table dl > :nth-last-child(2) { border-bottom: none; }

/* ---- Verdict card ---- */
.verdict {
    margin: 2rem 0;
    padding: 1.75rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(160deg, var(--surface-2), var(--bg-2));
    border: 1px solid var(--border-strong);
}
.verdict-top {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.verdict-top h3 { margin: 0; }
.verdict .v-note { font-size: 0.95rem; }

/* ---- Generic data table ---- */
.table-wrap {
    margin: 1.5rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
}
table.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 560px;
}
table.data-table th,
table.data-table td {
    padding: 0.8rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}
table.data-table thead th {
    background: var(--surface-2);
    color: var(--text);
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 0.82rem;
    white-space: nowrap;
}
table.data-table tbody tr:nth-child(even) td { background: var(--bg-2); }
table.data-table tbody tr:nth-child(odd) td { background: var(--surface); }
table.data-table tbody tr:last-child td { border-bottom: none; }
table.data-table td strong { color: var(--ice-bright); }
table.sortable thead th[data-sort] { cursor: pointer; user-select: none; }
table.sortable thead th[data-sort]::after { content: ' ⇅'; opacity: 0.4; font-size: 0.8em; }
table.sortable thead th[data-dir="asc"]::after { content: ' ↑'; opacity: 1; }
table.sortable thead th[data-dir="desc"]::after { content: ' ↓'; opacity: 1; }

/* ---- Casino card ---- */
.casino-list { display: flex; flex-direction: column; gap: 1.25rem; margin: 1.5rem 0; }
.casino-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
    position: relative;
}
.casino-card.flagged { border-color: rgba(248,113,113,0.4); }
.casino-rank {
    position: absolute;
    top: -10px; left: -10px;
    width: 30px; height: 30px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: #1A1206;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 0.85rem;
}
.casino-logo { width: 130px; }
.casino-logo .media-ph { min-height: 78px; }
.casino-body h3 { margin: 0 0 0.3rem; font-size: 1.2rem; }
.casino-body .cc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.9rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.6rem;
}
.casino-body ul { display: flex; flex-direction: column; gap: 0.3rem; }
.casino-body li { position: relative; padding-left: 1.4rem; font-size: 0.9rem; }
.casino-body li::before {
    content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 700;
}
.casino-body li.minus::before { content: '!'; color: var(--gold); }
.casino-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    min-width: 150px;
}
.casino-side .cs-rate {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--gold);
}
.casino-side .btn-primary { width: 100%; padding: 0.7rem 1rem; font-size: 0.9rem; }

/* ---- Signal / traffic-light ---- */
.signal-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0; }
.signal {
    flex: 1 1 200px;
    padding: 1.1rem 1.25rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 4px solid var(--sig, var(--ice));
}
.signal.green { --sig: var(--success); }
.signal.amber { --sig: var(--gold); }
.signal.red { --sig: var(--danger); }
.signal h4 { margin: 0 0 0.35rem; font-size: 1rem; }
.signal p { margin: 0; font-size: 0.86rem; }

/* ---- Status badge ---- */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 0.9rem;
}
.status-badge.ok { background: rgba(74,222,128,0.12); color: var(--success); border: 1px solid rgba(74,222,128,0.35); }
.status-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

/* ---- Sticky mobile CTA ---- */
.sticky-cta {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 980;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 1.1rem;
    background: rgba(7, 17, 31, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--border-strong);
    transform: translateY(110%);
    transition: transform 0.3s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .sc-text { display: flex; flex-direction: column; line-height: 1.25; }
.sticky-cta .sc-text strong { font-family: var(--font-head); font-size: 0.95rem; }
.sticky-cta .sc-text span { font-size: 0.74rem; color: var(--text-muted); }
.sticky-cta .btn-primary { padding: 0.7rem 1.4rem; font-size: 0.92rem; }

/* ---- Numbered steps ---- */
.steps { counter-reset: step; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 1rem; }
.step {
    position: relative;
    padding: 1.1rem 1.25rem 1.1rem 3.4rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
}
.step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 1rem; top: 1rem;
    width: 30px; height: 30px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ice), var(--ice-deep));
    color: #06121F;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 0.9rem;
}
.step h4 { margin: 0 0 0.3rem; font-size: 1.02rem; }
.step p { margin: 0; font-size: 0.92rem; }

/* ---- Flow diagram ---- */
.flow {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.6rem;
    margin: 1.5rem 0;
}
.flow-item {
    flex: 1 1 130px;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-sm);
    background: var(--surface);
    border: 1px solid var(--border);
    text-align: center;
    font-size: 0.86rem;
    position: relative;
}
.flow-item strong { display: block; font-family: var(--font-head); color: var(--ice-bright); margin-bottom: 0.2rem; }
.flow-item:not(:last-child)::after {
    content: '›';
    position: absolute;
    right: -0.55rem; top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1.2rem;
    z-index: 2;
}

/* ---- Promo code ---- */
.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1rem; margin: 1.5rem 0; }
.promo {
    padding: 1.25rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px dashed var(--border-strong);
}
.promo h4 { margin: 0 0 0.3rem; }
.promo p { font-size: 0.86rem; margin-bottom: 0.85rem; }
.promo-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.5rem 0.55rem 0.9rem;
    border-radius: var(--radius-sm);
    background: var(--bg-2);
    border: 1px solid var(--border);
}
.promo-code code {
    font-family: monospace;
    font-size: 1rem;
    color: var(--gold);
    letter-spacing: 0.05em;
}
.promo-code button {
    border: none;
    cursor: pointer;
    background: var(--ice);
    color: #06121F;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
}

/* ---- Teaser cards (internal links) ---- */
.teaser-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 1.1rem; margin: 1.5rem 0; }
.teaser {
    display: block;
    padding: 1.35rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
    transition: var(--transition);
}
.teaser:hover { border-color: var(--ice); transform: translateY(-3px); }
.teaser h4 { margin: 0 0 0.35rem; color: var(--ice-bright); }
.teaser p { margin: 0; font-size: 0.88rem; }
.teaser .t-arrow { color: var(--ice); font-family: var(--font-head); font-weight: 600; font-size: 0.85rem; }

/* ---- Note / warning box ---- */
.note-box {
    margin: 1.5rem 0;
    padding: 1.1rem 1.35rem;
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    border-left: 4px solid var(--gold);
    background: rgba(244,201,93,0.07);
}
.note-box.danger { border-left-color: var(--danger); background: rgba(248,113,113,0.07); }
.note-box.info { border-left-color: var(--ice); background: rgba(87,199,242,0.07); }
.note-box strong { color: var(--text); }
.note-box p:last-child { margin-bottom: 0; }

/* ---- Tags / pills ---- */
.tag {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-family: var(--font-head);
    font-weight: 600;
    background: rgba(87,199,242,0.12);
    color: var(--ice-bright);
}
.tag.br { background: rgba(74,222,128,0.12); color: var(--success); }
.tag.warn { background: rgba(248,113,113,0.12); color: var(--danger); }

/* ---- Responsible gambling block ---- */
.responsible {
    margin: 1.5rem 0;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
}
.responsible ul { display: flex; flex-direction: column; gap: 0.4rem; margin: 0.75rem 0; }
.responsible li { padding-left: 1.3rem; position: relative; font-size: 0.92rem; }
.responsible li::before { content: '•'; position: absolute; left: 0.2rem; color: var(--ice); }
.helplines { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.helpline {
    flex: 1 1 200px;
    padding: 0.9rem 1.1rem;
    border-radius: var(--radius-sm);
    background: var(--bg-2);
    border: 1px solid var(--border);
    font-size: 0.88rem;
}
.helpline strong { display: block; color: var(--ice-bright); font-family: var(--font-head); }

/* ---- Disambiguation list ---- */
.disambig { display: flex; flex-direction: column; gap: 0.7rem; margin: 1.5rem 0; }
.disambig-item {
    padding: 0.95rem 1.2rem;
    border-radius: var(--radius-sm);
    background: var(--surface);
    border: 1px solid var(--border);
    font-size: 0.92rem;
}
.disambig-item strong { color: var(--danger); }

/* ---- CTA row ---- */
.cta-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin: 1.25rem 0; }

/* ---- Section lead ---- */
.section-lead {
    font-size: 1.05rem;
    color: var(--text-soft);
    max-width: 60ch;
}

/* ---- Pros/cons count tweak ---- */
.pc-box .pc-count { font-size: 0.8rem; color: var(--text-muted); font-weight: 400; }

/* ---- Responsive ---- */
@media (max-width: 760px) {
    .sticky-cta { display: flex; }
    body { padding-bottom: 64px; }
    .casino-card { grid-template-columns: 1fr; gap: 1rem; text-align: center; }
    .casino-card .casino-logo { width: 100%; max-width: 200px; margin: 0 auto; }
    .casino-body .cc-meta { justify-content: center; }
    .casino-body ul { text-align: left; }
    .casino-side { min-width: 0; width: 100%; }
    .casino-rank { top: 8px; left: 8px; }
    .facts-table dl { grid-template-columns: 1fr; }
    .facts-table dt { border-bottom: none; }
    .verdict-top { gap: 1rem; }
    .flow-item:not(:last-child)::after {
        content: '↓';
        right: 50%; bottom: -0.7rem; top: auto;
        transform: translateX(50%);
    }
}

@media (max-width: 480px) {
    .promo-grid { grid-template-columns: 1fr; }
}

/* ---- Content list (bullets) ---- */
.content-list { margin: 1rem 0 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; }
.content-list li { position: relative; padding-left: 1.45rem; font-size: 1rem; line-height: 1.65; }
.content-list li::before {
    content: '';
    position: absolute;
    left: 0.15rem; top: 0.62rem;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--ice);
}

/* ---- Casino logo placeholder (compact) ---- */
.casino-logo .media-ph { min-height: 86px; padding: 0.85rem 0.6rem; }
.casino-logo .media-ph .ph-hint,
.casino-logo .media-ph .ph-file { display: none; }
.casino-logo .media-ph .ph-icon svg { width: 28px; height: 28px; }
.casino-logo .media-ph .ph-title { font-size: 0.8rem; }

/* ---- 404 / error page ---- */
.error-wrap {
    text-align: center;
    padding: 4.5rem 0 2.5rem;
    margin-top: var(--header-h);
}
.error-code {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: clamp(5rem, 17vw, 10rem);
    line-height: 1;
    letter-spacing: -0.04em;
    background: linear-gradient(120deg, var(--ice-bright), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.error-wrap h1 { margin: 0.25rem 0 1rem; }
.error-wrap p {
    max-width: 46ch;
    margin: 0 auto 2rem;
    color: var(--text-soft);
}
