
:root {
    --bb-bg: #061324;
    --bb-bg-card: #0B1E35;
    --bb-bg-sub: #0F2946;
    --bb-bg-alt: #061A30;
    --bb-bg-deep: #03090F;
    --bb-cyan: #06B6D4;
    --bb-cyan-hover: #22D3EE;
    --bb-coral: #FB7185;
    --bb-coral-hover: #FDA4AF;
    --bb-teal: #14B8A6;
    --bb-text: #E6F1FF;
    --bb-text-2: #8AA5C8;
    --bb-border: #15304F;
    --bb-border-strong: #1E4A6E;
    --bb-font-h: 'Rubik', sans-serif;
    --bb-font-b: 'Roboto', sans-serif;
    --bb-radius: 14px;
    --bb-stack: 1rem;
}


*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }


h2[id], h3[id], section[id] { scroll-margin-top: 90px; }
@media (max-width: 768px) {
    h2[id], h3[id], section[id] { scroll-margin-top: 72px; }
}
body {
    font-family: var(--bb-font-b);
    font-size: 16px;
    line-height: 1.6;
    color: var(--bb-text);
    background: var(--bb-bg);
    background-image:
        radial-gradient(1200px 600px at 80% -10%, rgba(6,182,212,0.10), transparent 60%),
        radial-gradient(800px 500px at -10% 10%, rgba(251,113,133,0.07), transparent 60%);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--bb-cyan-hover); text-decoration: none; transition: color .18s; }
a:hover { color: var(--bb-coral-hover); }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }


h1, h2, h3, h4, h5 {
    font-family: var(--bb-font-h);
    color: var(--bb-text);
}
h1, h2, h3, h4, p {
    margin-top: 0;
    margin-bottom: var(--bb-stack);
}
h1 { font-size: 2.25rem;  line-height: 1.2;  font-weight: 700; }
h2 { font-size: 1.75rem;  line-height: 1.3;  font-weight: 700; }
h3 { font-size: 1.375rem; line-height: 1.35; font-weight: 600; }
h4 { font-size: 1.125rem; line-height: 1.4;  font-weight: 600; }
p, li { font-size: 1rem; line-height: 1.6; }


.bb-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}
.bb-section { padding: 56px 0; }

.bb-section.bb-section--after-hero {
    padding-top: clamp(24px, 3.5vw, 40px);
    padding-bottom: 0;
}
.bb-section.bb-section--inner-single { padding: 40px 0; }
.bb-inner-chunk + .bb-inner-chunk { margin-top: 2rem; }
.bb-h2__sub {
    color: var(--bb-text-2);
    margin: 0 0 28px;
    font-size: 16px;
}


.bb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    font-family: var(--bb-font-h);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, transform .12s;
    white-space: nowrap;
}
.bb-btn--primary {
    background: var(--bb-coral);
    color: #fff;
    box-shadow: 0 8px 22px rgba(251, 113, 133, 0.35);
}
.bb-btn--primary:hover { background: var(--bb-coral-hover); color: #fff; }
.bb-btn--primary:active { transform: translateY(1px); }
.bb-btn--secondary {
    background: transparent;
    color: var(--bb-cyan-hover);
    border: 1.5px solid var(--bb-cyan);
}
.bb-btn--secondary:hover {
    background: rgba(6, 182, 212, 0.12);
    color: var(--bb-cyan-hover);
}
.bb-btn--lg { padding: 14px 26px; font-size: 15px; }
.bb-btn--full { width: 100%; }


.bb-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: var(--bb-font-h);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(6, 182, 212, 0.12);
    color: var(--bb-cyan-hover);
    border: 1px solid rgba(6, 182, 212, 0.28);
}
.bb-chip {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(6, 182, 212, 0.12);
    color: var(--bb-cyan-hover);
    border: 1px solid rgba(6, 182, 212, 0.28);
}


.bb-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--bb-bg);
    border-bottom: 1px solid var(--bb-border);
    height: 76px;
    display: flex;
    align-items: center;
}
.bb-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
}
.bb-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.bb-logo__icon { flex-shrink: 0; }
.bb-logo__text {
    font-family: var(--bb-font-h);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1;
}
.bb-logo__bass { color: var(--bb-text); }
.bb-logo__bet { color: var(--bb-coral); }

.bb-nav { flex: 1; display: flex; justify-content: center; }
.bb-nav__list { display: flex; gap: 28px; }
.bb-nav__link {
    position: relative;
    font-family: var(--bb-font-h);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bb-text);
    padding: 8px 0;
    transition: color .18s;
}
.bb-nav__link:hover, .bb-nav__link.bb-nav--active { color: var(--bb-cyan-hover); }
.bb-nav__link:hover::after, .bb-nav__link.bb-nav--active::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 2px;
    background: var(--bb-cyan);
    border-radius: 2px;
}
.bb-header__cta { display: flex; gap: 12px; align-items: center; }

.bb-burger {
    display: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}
.bb-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--bb-text);
    border-radius: 2px;
    transition: transform .3s, opacity .2s;
}
body.bb-nav--open .bb-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.bb-nav--open .bb-burger span:nth-child(2) { opacity: 0; }
body.bb-nav--open .bb-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.bb-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 19, 36, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(1.02);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
}
body.bb-nav--open .bb-overlay {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.bb-overlay__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 8px;
}
.bb-overlay__nav ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}
.bb-overlay__nav a {
    font-family: var(--bb-font-h);
    font-weight: 700;
    font-size: 24px;
    color: var(--bb-text);
    letter-spacing: 0.04em;
}
.bb-overlay__nav a:hover { color: var(--bb-cyan-hover); }
.bb-overlay__cta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 12px;
}
.bb-overlay__cta .bb-btn { flex: 1 1 50%; }
body.bb-nav--open { overflow: hidden; }


.bb-hero {
    background: linear-gradient(180deg, #061324 0%, #0B1E35 40%, #0F2946 100%);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}
.bb-hero::before {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 40px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'><path d='M0,20 C180,0 360,40 540,20 C720,0 900,40 1080,20 C1260,0 1440,40 1440,40 L1440,40 L0,40 Z' fill='%230B1E35' opacity='0.7'/></svg>") center/cover no-repeat;
    pointer-events: none;
}
.bb-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.bb-hero__text { max-width: 580px; }
.bb-hero__title {
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 18px 0 20px;
}
.bb-hero__bonus {
    font-family: var(--bb-font-h);
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 8px 0 4px;
    color: var(--bb-text);
}
.bb-hero__bonus-num { color: var(--bb-coral); }
.bb-hero__bonus-sub {
    font-size: 18px;
    color: var(--bb-text-2);
    margin: 0 0 18px;
}
.bb-hero__lead {
    color: var(--bb-text-2);
    font-size: 16px;
    margin: 0 0 24px;
    max-width: 560px;
}
.bb-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }

.bb-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 14px;
}
.bb-trust li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(6, 182, 212, 0.10);
    color: var(--bb-cyan-hover);
    border: 1px solid rgba(6, 182, 212, 0.22);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.bb-trust__flag {
    display: inline-flex;
    width: 14px; height: 14px;
    align-items: center; justify-content: center;
    background: var(--bb-cyan);
    color: var(--bb-bg);
    border-radius: 2px;
    font-size: 11px;
    font-weight: 800;
}
.bb-hero__disclaimer {
    font-size: 13px;
    color: var(--bb-text-2);
    margin: 6px 0 0;
}

.bb-hero__media {
    position: relative;
    display: flex;
    justify-content: center;
}
.bb-hero__image {
    position: relative;
    width: 100%;
    max-width: 750px;
    border-radius: 20px;
    border: 1px solid var(--bb-border);
    overflow: hidden;
    line-height: 0;
    background: var(--bb-bg-card);
}
.bb-hero__photo {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
    vertical-align: top;
}
.bb-hero__image-title {
    font-family: var(--bb-font-h);
    font-weight: 700;
    font-size: 22px;
    color: var(--bb-text-2);
}
.bb-hero__image-sub { font-size: 13px; color: var(--bb-text-2); opacity: .7; }
.bb-hero__wave {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 80px;
}
.bb-hero__glow {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    opacity: 0.7;
    z-index: 0;
}
.bb-hero__glow--cyan { top: -10px; right: -30px; background: var(--bb-cyan); }
.bb-hero__glow--coral { bottom: -30px; left: 40px; background: var(--bb-coral); }

.bb-hero--compact { padding: 52px 0; }
.bb-hero--compact::before { display: none; }
.bb-hero__inner--compact { grid-template-columns: 1fr; gap: 12px; }
.bb-hero__title--compact { font-size: clamp(2rem, 4vw, 3rem); margin: 8px 0 0; }

.bb-breadcrumbs {
    font-size: 14px;
    color: var(--bb-text-2);
}
.bb-breadcrumbs a { color: var(--bb-cyan-hover); }
.bb-breadcrumbs__sep { margin: 0 6px; color: var(--bb-text-2); }


.bb-section--toc { padding: 24px 0 8px; }
.bb-toc {
    position: relative;
    background: var(--bb-bg-card);
    border: 1px solid rgba(6, 182, 212, 0.28);
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.bb-toc::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 2px;
    background: var(--bb-cyan);
}
.bb-toc summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-family: var(--bb-font-h);
    font-size: 18px;
    font-weight: 700;
    color: var(--bb-text);
}
.bb-toc summary::-webkit-details-marker { display: none; }
.bb-toc summary::after {
    content: "\25BE";
    color: var(--bb-cyan);
    transition: transform .2s;
    font-size: 16px;
    line-height: 1;
}
.bb-toc[open] summary::after { transform: rotate(180deg); }
.bb-toc[open] .bb-toc__list { margin-top: 14px; }
.bb-toc__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--bb-text);
}
.bb-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 32px;
    counter-reset: toc;
}
.bb-toc__list li {
    break-inside: avoid;
    margin-bottom: 10px;
    padding-left: 2px;
    counter-increment: toc;
}
.bb-toc__list li::before {
    content: counter(toc) ". ";
    color: var(--bb-cyan);
    font-weight: 700;
    margin-right: 6px;
}
.bb-toc__list a {
    color: var(--bb-text);
    text-decoration: none;
    transition: color 0.2s ease;
}
.bb-toc__list a:hover { color: var(--bb-cyan-hover); }


.bb-facts-table { margin-top: 10px; }
.bb-facts-table__scroll {
    overflow-x: auto;
    border-radius: var(--bb-radius);
    border: 1px solid var(--bb-border);
    scrollbar-width: thin;
    scrollbar-color: var(--bb-cyan) var(--bb-bg-card);
}
.bb-facts-table__scroll::-webkit-scrollbar { height: 8px; }
.bb-facts-table__scroll::-webkit-scrollbar-track { background: var(--bb-bg-card); }
.bb-facts-table__scroll::-webkit-scrollbar-thumb { background: var(--bb-cyan); border-radius: 4px; }

.bb-facts-table__table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}
.bb-facts-table__table thead {
    background: var(--bb-bg-sub);
}
.bb-facts-table__table thead th {
    text-align: left;
    padding: 14px 20px;
    font-family: var(--bb-font-h);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bb-cyan-hover);
    font-weight: 700;
}
.bb-facts-table__table tbody tr:nth-child(odd)  { background: var(--bb-bg-alt); }
.bb-facts-table__table tbody tr:nth-child(even) { background: var(--bb-bg-card); }
.bb-facts-table__table tbody td,
.bb-facts-table__table tbody th {
    padding: 14px 20px;
    border-top: 1px solid var(--bb-border);
    color: var(--bb-text);
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}
.bb-facts-table__table tbody th {
    color: var(--bb-text-2);
    font-weight: 600;
    width: 38%;
}


.bb-tide {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1280px;
    margin: 10px auto;
    padding: 0 28px;
}
.bb-tide__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--bb-cyan);
    box-shadow: 0 0 10px rgba(6, 182, 212, 0.6);
    flex-shrink: 0;
}
.bb-tide__dot--coral { background: var(--bb-coral); box-shadow: 0 0 10px rgba(251, 113, 133, 0.5); }
.bb-tide__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--bb-border) 20%, var(--bb-border) 80%, transparent);
}


.bb-shoal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.bb-reef {
    position: relative;
    background: var(--bb-bg-card);
    border: 1px solid var(--bb-border);
    border-radius: var(--bb-radius);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
    transition: transform .18s, box-shadow .2s, border-color .18s;
}
.bb-reef::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 3px;
}
.bb-reef--cyan::before  { background: var(--bb-cyan); }
.bb-reef--teal::before  { background: var(--bb-teal); }
.bb-reef--coral::before { background: var(--bb-coral); }
.bb-reef:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(6, 182, 212, 0.20);
    border-color: var(--bb-border-strong);
}
.bb-reef__image {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0F2946 0%, #1E4A6E 100%);
    display: flex; align-items: center; justify-content: center;
    position: relative;
    overflow: hidden;
}
.bb-reef__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(6,182,212,0.25), transparent 60%);
}
.bb-reef__placeholder {
    color: var(--bb-text-2);
    font-family: var(--bb-font-h);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.bb-reef__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.bb-reef__bonus {
    font-family: var(--bb-font-h);
    font-weight: 800;
    font-size: 24px;
    color: var(--bb-coral);
    margin: 0;
}
.bb-reef__features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}
.bb-reef__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bb-text);
    font-size: 14px;
}
.bb-reef__mark { flex-shrink: 0; }

.bb-reef__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}
.bb-reef__bar {
    flex: 1;
    height: 6px;
    background: var(--bb-bg-sub);
    border-radius: 3px;
    overflow: hidden;
}
.bb-reef__bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--bb-cyan), var(--bb-cyan-hover));
    border-radius: 3px;
}
.bb-reef__score {
    font-family: var(--bb-font-h);
    font-weight: 800;
    font-size: 18px;
    color: var(--bb-cyan-hover);
    min-width: 40px;
    text-align: right;
}


.bb-prose { font-size: 1rem; line-height: 1.6; color: var(--bb-text); }
.bb-prose p { margin: 0 0 var(--bb-stack); }
.bb-prose ul, .bb-prose ol { margin: 0 0 var(--bb-stack); padding-left: 1.5em; }
.bb-prose ul { list-style: disc; }
.bb-prose ol { list-style: decimal; }
.bb-prose li { margin-bottom: 0.4rem; line-height: 1.6; }
.bb-prose li:last-child { margin-bottom: 0; }
.bb-prose h2 { margin-top: 2.5rem; }
.bb-prose h3 { margin-top: 1.75rem; }
.bb-prose h4 { margin-top: 1.5rem; }
.bb-prose > :first-child { margin-top: 0; }
.bb-prose a { color: var(--bb-cyan-hover); text-decoration: underline; text-decoration-color: rgba(34, 211, 238, 0.4); }
.bb-prose a:hover { text-decoration: none; }
.bb-prose a.bb-btn { text-decoration: none; }
.bb-prose a.bb-btn--primary,
.bb-prose a.bb-btn--primary:hover,
.bb-prose a.bb-btn--primary:focus { color: #fff; }
.bb-prose a.bb-btn--secondary,
.bb-prose a.bb-btn--secondary:hover,
.bb-prose a.bb-btn--secondary:focus { color: var(--bb-cyan-hover); }
.bb-prose img { max-width: min(750px, 100%); height: auto; display: block; margin: 1.5rem auto; border-radius: 8px; }
.bb-prose figure {
    display: block;
    width: min(100%, 750px);
    max-width: min(750px, 100%);
    margin: 1.5rem auto;
    box-sizing: border-box;
}
.bb-prose figcaption { font-size: 0.875rem; color: var(--bb-text-2); margin-top: 0.5rem; }
.bb-prose blockquote {
    margin: 0 0 var(--bb-stack);
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--bb-cyan);
    background: rgba(6, 182, 212, 0.08);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--bb-text);
}
.bb-prose blockquote p:last-child { margin-bottom: 0; }
.bb-prose table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.bb-prose th, .bb-prose td {
    padding: 12px 14px;
    border: 1px solid var(--bb-border);
    text-align: left;
    vertical-align: top;
    color: var(--bb-text);
}
.bb-prose th { background: var(--bb-bg-sub); font-weight: 600; color: var(--bb-cyan-hover); }
.bb-prose tbody tr:nth-child(even) td { background: var(--bb-bg-card); }
.bb-prose tbody tr:nth-child(odd) td { background: var(--bb-bg-alt); }

@media (max-width: 640px) {
    .bb-prose { font-size: 0.95rem; }
    .bb-prose table { display: block; overflow-x: auto; white-space: nowrap; }
}


.bb-voices-tide { position: relative; }
.bb-voices-tide__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 6px;
}
.bb-voices-tide__track::-webkit-scrollbar { display: none; }
.bb-voice {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 320px;
    scroll-snap-align: start;
    background: var(--bb-bg-card);
    border: 1px solid var(--bb-border);
    border-radius: 12px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bb-voice__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.bb-voice__stars { display: flex; gap: 2px; }
.bb-voice__title {
    font-size: 16px;
    font-weight: 700;
    margin: 2px 0 0;
}
.bb-voice__body {
    color: var(--bb-text-2);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    flex: 1;
}
.bb-voice__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: var(--bb-text-2);
    border-top: 1px solid var(--bb-border);
    padding-top: 10px;
}
.bb-voice__name { color: var(--bb-text); font-weight: 600; }
.bb-voice__country {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(6, 182, 212, 0.12);
    color: var(--bb-cyan-hover);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.06em;
}

.bb-voices-tide__nav {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 14px;
}
.bb-voices-tide__arrow {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid var(--bb-cyan);
    color: var(--bb-cyan-hover);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .18s, opacity .18s, color .18s;
}
.bb-voices-tide__arrow:hover { background: rgba(6, 182, 212, 0.12); }
.bb-voices-tide__arrow[disabled] { opacity: .35; cursor: not-allowed; }


.bb-faq-wave { display: flex; flex-direction: column; gap: 14px; }
.bb-faq-wave__item {
    position: relative;
    background: var(--bb-bg-card);
    border: 1px solid var(--bb-border);
    border-radius: 10px;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.bb-faq-wave__item::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 3px;
    background: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: background .25s ease;
}
.bb-faq-wave__item.is-active {
    background: var(--bb-bg-sub);
    border-color: var(--bb-border-strong);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}
.bb-faq-wave__item.is-active::before { background: var(--bb-cyan); }
.bb-faq-wave__head {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 16px 22px;
    text-align: left;
    cursor: pointer;
    color: var(--bb-text);
    font: inherit;
}
.bb-faq-wave__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(6, 182, 212, 0.14);
    border-radius: 8px;
    flex-shrink: 0;
    transition: background .25s ease;
}
.bb-faq-wave__icon svg {
    width: 18px;
    height: 18px;
    max-width: none;
    flex-shrink: 0;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.bb-faq-wave__item.is-active .bb-faq-wave__icon {
    background: var(--bb-cyan);
}
.bb-faq-wave__item.is-active .bb-faq-wave__icon svg {
    transform: rotate(180deg);
}
.bb-faq-wave__item.is-active .bb-faq-wave__icon svg path { stroke: var(--bb-bg); }

.bb-faq-wave__head h3.bb-faq-wave__q,
h3.bb-faq-wave__q {
    font-family: var(--bb-font-h);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    color: var(--bb-text);
    margin: 0;
    padding: 0;
    flex: 1;
    min-width: 0;
    text-align: left;
}
.bb-faq-wave__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(0.4, 0, 0.2, 1);
}
.bb-faq-wave__item.is-active .bb-faq-wave__a {
    max-height: 2400px;
}
.bb-faq-wave__a > div {
    padding: 4px 22px 20px calc(22px + 32px + 14px);
    color: var(--bb-text-2);
    font-size: 15px;
    line-height: 1.65;
}
.bb-faq-wave__a p {
    margin: 0;
    color: inherit;
}


.bb-wave-divider {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 0;
    margin-top: 40px;
}
.bb-wave-divider svg { width: 100%; height: 100%; display: block; }


.bb-footer {
    background: var(--bb-bg-deep);
    color: var(--bb-text-2);
    padding: 52px 0 28px;
}
.bb-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}
.bb-footer__top {
    display: grid;
    grid-template-columns: 1.2fr 2.8fr;
    gap: 40px;
}
.bb-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bb-footer__about {
    margin: 14px 0 16px;
    max-width: 360px;
    font-size: 14px;
    color: var(--bb-text-2);
    line-height: 1.6;
}
.bb-social {
    display: flex;
    gap: 10px;
}
.bb-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border-radius: 8px;
    background: var(--bb-bg-card);
    border: 1px solid var(--bb-border);
    color: var(--bb-text-2);
    transition: color .18s, border-color .18s, background .18s;
}
.bb-social a:hover {
    color: var(--bb-cyan-hover);
    border-color: var(--bb-cyan);
    background: rgba(6, 182, 212, 0.08);
}
.bb-footer__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.bb-footer__title {
    font-family: var(--bb-font-h);
    color: var(--bb-text);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 14px;
    font-weight: 700;
}
.bb-footer__col ul li { margin-bottom: 8px; font-size: 14px; }
.bb-footer__col a { color: var(--bb-text-2); }
.bb-footer__col a:hover { color: var(--bb-cyan-hover); }
.bb-footer__badges { display: flex; flex-wrap: wrap; gap: 8px; }
.bb-footer__divider {
    height: 1px;
    background: var(--bb-border);
    margin: 32px 0 18px;
}
.bb-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}
.bb-footer__copy {
    font-size: 13px;
    color: var(--bb-text-2);
    margin: 0;
}


.bb-404 {
    text-align: center;
    min-height: 60vh;
}
.bb-404__inner { justify-items: center; }
.bb-404__code {
    font-family: var(--bb-font-h);
    font-weight: 800;
    font-size: clamp(4rem, 10vw, 8rem);
    line-height: 1;
    color: var(--bb-cyan);
    margin: 0;
    text-shadow: 0 6px 30px rgba(6, 182, 212, 0.3);
}
.bb-404__text { color: var(--bb-text-2); margin: 0 0 24px; }


@media (max-width: 1279px) {
    .bb-hero__inner { grid-template-columns: 1fr; }
    .bb-hero__media { justify-content: center; }
    .bb-hero__image,
    .bb-hero__photo { max-width: 100%; }
    .bb-shoal { grid-template-columns: repeat(2, 1fr); }
    .bb-shoal > .bb-reef:nth-child(3) { grid-column: span 2; }
    .bb-voice { flex: 0 0 calc(50% - 10px); }
    .bb-footer__top { grid-template-columns: 1fr; }
    .bb-footer__cols { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .bb-hero { padding: 56px 0; }
    .bb-hero__title { font-size: clamp(2rem, 6vw, 2.8rem); }
}

@media (max-width: 768px) {
    h1 { font-size: 1.875rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    .bb-nav, .bb-header__cta { display: none; }
    .bb-burger { display: flex; }
    .bb-container { padding: 0 20px; }
    .bb-section { padding: 40px 0; }
    .bb-shoal { grid-template-columns: 1fr; }
    .bb-shoal > .bb-reef:nth-child(3) { grid-column: auto; }
    .bb-voice { flex: 0 0 86%; min-width: 280px; }
    .bb-voices-tide__nav { justify-content: center; }
    .bb-footer__cols { grid-template-columns: 1fr 1fr; gap: 24px; }
    .bb-toc__list { columns: 1; }
    .bb-facts-table__table tbody th { width: 45%; }
    .bb-footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
    .bb-footer__cols { grid-template-columns: 1fr; }
    .bb-hero__actions { flex-direction: column; align-items: stretch; }
    .bb-hero__actions .bb-btn { width: 100%; }
    .bb-faq-wave__head { padding: 16px 18px; }
    .bb-faq-wave__a > div { padding: 4px 18px 18px calc(18px + 32px + 14px); }
    .bb-footer__inner { padding: 0 20px; }
    .bb-hero__inner { padding: 0 20px; }
}


.bb-author-strip {
    background: var(--bb-bg-card);
    border-top: 1px solid var(--bb-border);
    border-bottom: none;
    padding: 24px 0 0;
    margin-top: 24px;
    margin-bottom: 0;
}
.bb-author-strip + .bb-wave-divider {
    margin-top: 0;
}
.bb-author-strip__box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}
.bb-author-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.bb-author-card__media {
    flex: 0 0 auto;
    display: block;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--bb-border);
    width: 120px;
    height: 120px;
    aspect-ratio: 1;
    box-shadow: 0 4px 24px rgba(6, 182, 212, 0.12);
    transition: border-color 0.18s, box-shadow 0.18s;
}
.bb-author-card__media:hover {
    border-color: var(--bb-cyan);
    box-shadow: 0 6px 28px rgba(6, 182, 212, 0.22);
}
.bb-author-card__img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: var(--bb-bg-sub);
}
.bb-author-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
    display: block;
}
.bb-author-card__text {
    flex: 1 1 240px;
    min-width: 0;
}
.bb-author-card__name {
    font-family: var(--bb-font-h);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bb-text);
    margin: 0 0 6px;
}
.bb-author-card__role {
    font-size: 0.9375rem;
    color: var(--bb-cyan-hover);
    margin: 0 0 10px;
    font-weight: 600;
}
.bb-author-card__bio {
    font-size: 0.9375rem;
    color: var(--bb-text-2);
    line-height: 1.6;
    margin: 0 0 12px;
}
.bb-author-card__profile {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--bb-cyan-hover);
    border-bottom: 1px solid transparent;
    transition: color 0.18s, border-color 0.18s;
}
.bb-author-card__profile:hover {
    color: var(--bb-coral-hover);
    border-bottom-color: var(--bb-coral-hover);
}
@media (max-width: 600px) {
    .bb-author-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .bb-author-strip__box {
        padding: 0 20px;
    }
}


.bb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: var(--bb-bg-card);
    border: 1px solid var(--bb-border);
    border-radius: var(--bb-radius);
    overflow: hidden;
    margin: 14px 0;
}
.bb-table thead th {
    background: rgba(30, 74, 110, 0.4);
    color: var(--bb-text);
    font-weight: 600;
    text-align: left;
    padding: 14px 18px;
    border-bottom: 1px solid var(--bb-border);
}
.bb-table tbody td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(21, 48, 79, 0.6);
    color: var(--bb-text);
    vertical-align: top;
}
.bb-table tbody tr:last-child td { border-bottom: none; }
.bb-table tbody tr:hover { background: rgba(6, 182, 212, 0.06); }

.bb-img-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 60px 20px;
    margin: 24px 0;
    text-align: center;
    background: linear-gradient(135deg, #0B1E35 0%, #0F2946 60%, #0B1E35 100%);
    border: 1px solid var(--bb-border);
    border-radius: var(--bb-radius);
    color: var(--bb-text-2);
    font-size: 0.9rem;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
}
.bb-img-placeholder--wide { min-height: 260px; }

.bb-contact-card {
    background: var(--bb-bg-card);
    border: 1px solid var(--bb-border);
    border-radius: var(--bb-radius);
    padding: 28px 32px;
    margin: 24px 0;
    transition: border-color 200ms ease, transform 200ms ease;
}
.bb-contact-card:hover {
    border-color: var(--bb-cyan);
    transform: translateY(-2px);
}
