:root {
    --ct-bg: #0f0d0a;
    --ct-surface: rgba(28, 23, 14, 0.88);
    --ct-surface-strong: #1a1510;
    --ct-ink: #f2ead8;
    --ct-muted: #9a8860;
    --ct-line: rgba(200, 150, 12, 0.18);
    --ct-accent: #c8960c;
    --ct-accent-dark: #a87a08;
    --ct-highlight: #d4a820;
    --ct-highlight-soft: rgba(212, 168, 32, 0.14);
    --ct-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    --ct-radius-lg: 28px;
    --ct-radius-md: 18px;
    --ct-radius-sm: 12px;
    --ct-container: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(200, 150, 12, 0.14), transparent 32%),
        radial-gradient(circle at top right, rgba(180, 130, 8, 0.08), transparent 28%),
        linear-gradient(180deg, #141108 0%, #0f0d0a 48%, #121008 100%);
    color: var(--ct-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.7;
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration-color: rgba(200, 150, 12, 0.5);
    text-underline-offset: 0.16em;
}

a:hover,
a:focus {
    text-decoration-color: var(--ct-accent);
}

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

.ct-container {
    width: min(calc(100% - 2rem), var(--ct-container));
    margin: 0 auto;
}

.ct-site-shell {
    overflow: clip;
}

.ct-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(18px);
    background: rgba(12, 10, 6, 0.92);
    border-bottom: 1px solid var(--ct-line);
}

.ct-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1.5rem;
    padding: 0.8rem 0;
}

.ct-brand__link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.ct-brand__home,
.ct-brand__home:hover,
.ct-brand__home:focus {
    text-decoration: none;
    color: inherit;
}

.ct-brand__logo {
    display: inline-flex;
    align-items: center;
}

.ct-brand__logo .custom-logo-link {
    display: inline-flex;
}

.ct-brand__logo .custom-logo {
    display: block;
    width: auto;
    max-height: 2.85rem;
    max-width: min(38vw, 520px);
}

.ct-brand__mark {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ct-accent) 0%, var(--ct-accent-dark) 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ct-brand__text {
    display: grid;
    gap: 0.1rem;
}

.ct-brand__text strong,
.ct-header .site-title {
    font-size: 1.05rem;
}

.ct-brand__text span {
    color: var(--ct-muted);
    font-size: 0.84rem;
}

.ct-brand--has-logo .ct-brand__link {
    gap: 0;
}

.ct-nav {
    justify-self: end;
}

.ct-nav__menu,
.ct-nav .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem 0.65rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ct-nav a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.58rem 0.78rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 150, 12, 0.22);
    background: rgba(28, 23, 14, 0.8);
    color: var(--ct-ink);
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
}

.ct-nav a:hover,
.ct-nav a:focus {
    background: rgba(200, 150, 12, 0.14);
    border-color: rgba(200, 150, 12, 0.45);
    text-decoration: none;
}

.ct-main {
    padding-bottom: 4rem;
}

.ct-hero,
.ct-page-hero {
    padding: 4.8rem 0 2rem;
}

.ct-hero--compact {
    padding: 2.4rem 0 0.8rem;
}

.ct-hero--compact .ct-hero__content {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    max-width: 700px;
}

.ct-hero--compact h1 {
    font-size: clamp(1.5rem, 3.2vw, 2.8rem);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ct-listings-section .ct-section__intro h2 {
    font-size: clamp(1.1rem, 2.2vw, 1.75rem);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ct-listings-section {
    padding-top: 0.5rem;
}

.ct-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: stretch;
}

.ct-hero__content,
.ct-hero__panel,
.ct-card,
.ct-post-card,
.ct-signal,
.ct-loop-card,
.ct-faq,
.ct-entry,
.ct-footer__grid {
    border: 1px solid var(--ct-line);
    box-shadow: var(--ct-shadow);
}

.ct-hero__content,
.ct-hero__panel {
    border-radius: var(--ct-radius-lg);
    background: linear-gradient(180deg, rgba(28, 23, 14, 0.96) 0%, rgba(18, 15, 9, 0.9) 100%);
    padding: clamp(1.5rem, 3vw, 3rem);
}

.ct-hero__content h1,
.ct-page-hero h1,
.ct-section__intro h2,
.ct-faq h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.ct-hero__content h1 {
    font-size: clamp(1.7rem, 3.8vw, 4rem);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ct-page-hero h1 {
    font-size: clamp(1.6rem, 3.2vw, 2.8rem);
    white-space: normal;
    word-wrap: break-word;
    max-width: 820px;
}

.ct-section__intro h2 {
    font-size: clamp(1.5rem, 4vw, 3.35rem);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ct-faq h2 {
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ct-eyebrow,
.ct-card__kicker,
.ct-footer__eyebrow {
    margin: 0 0 0.8rem;
    color: var(--ct-accent);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 800;
}

.ct-lead {
    max-width: 64ch;
    color: var(--ct-muted);
    font-size: 1.06rem;
}

.ct-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.ct-listings {
    display: grid;
    gap: 1rem;
}

/* ── Casino listing cards — talksport style ── */
.ct-listing-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    color: #1a1a1a;
}

.ct-listing-card__main {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
}

.ct-listing-card__logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.ct-rank-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5c842 0%, #c8960c 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
}

.ct-listing-card__logo-wrap {
    display: grid;
    place-items: center;
    width: 100px;
    height: 80px;
    padding: 0.5rem;
    border-radius: 10px;
    background: transparent;
    border: none;
    overflow: hidden;
}

.ct-listing-card__logo-wrap img {
    display: block;
    max-width: 90px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ct-logo-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fraunces", serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

.ct-listing-card__info {
    flex: 1;
    min-width: 0;
}

.ct-listing-card__info h3 {
    margin: 0 0 0.3rem;
    font-family: "Fraunces", serif;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #1a1a1a;
}

.ct-listing-card__info h3 a {
    color: inherit;
    text-decoration: none;
}

.ct-listing-card__info h3 a:hover {
    text-decoration: underline;
}

.ct-star-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.ct-star {
    color: #ccc;
}

.ct-star--on {
    color: #f5c842;
}

.ct-score-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    margin-left: 4px;
}

.ct-card-features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ct-card-features li {
    font-size: 0.9rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ct-check {
    color: #2e9e4f;
    font-weight: 900;
    font-size: 1rem;
    flex-shrink: 0;
}

.ct-listing-card__review-link {
    flex-shrink: 0;
}

.ct-listing-card__review-link .ct-button--ghost {
    background: transparent;
    border: 2px solid #c8960c;
    color: #c8960c;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    min-height: unset;
    box-shadow: none;
    white-space: nowrap;
}

.ct-listing-card__review-link .ct-button--ghost:hover {
    background: #c8960c;
    color: #fff;
}

.ct-listing-card__offer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.2rem;
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
}

.ct-offer-text {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
}

.ct-claim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.4rem;
    background: #f5c842;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 1rem;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
}

.ct-claim-btn:hover {
    background: #e0b030;
}

.ct-card-tc {
    margin: 0;
    padding: 0.5rem 1.2rem;
    font-size: 0.75rem;
    color: #888;
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
}

.ct-card-tc a {
    color: #888;
    text-decoration: underline;
}

.ct-listing-facts {
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.ct-listing-facts div {
    padding-top: 0.7rem;
    border-top: 1px solid var(--ct-line);
}

.ct-listing-facts div:first-child {
    padding-top: 0;
    border-top: 0;
}

.ct-listing-facts dt {
    color: var(--ct-muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ct-listing-facts dd {
    margin: 0.22rem 0 0;
    font-weight: 700;
}

.ct-button,
button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--ct-accent) 0%, var(--ct-highlight) 100%);
    color: #0f0d0a;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(200, 150, 12, 0.3);
}

.ct-button:hover,
.ct-button:focus {
    transform: translateY(-1px);
}

.ct-button--ghost {
    background: transparent;
    color: var(--ct-ink);
    border-color: rgba(200, 150, 12, 0.3);
    box-shadow: none;
}

.ct-button--ghost:hover,
.ct-button--ghost:focus {
    border-color: rgba(200, 150, 12, 0.6);
    background: rgba(200, 150, 12, 0.08);
}

.ct-hero__panel {
    display: grid;
    gap: 1rem;
    align-content: center;
    background:
        linear-gradient(140deg, rgba(200, 150, 12, 0.1), rgba(200, 150, 12, 0) 48%),
        linear-gradient(180deg, rgba(28, 23, 14, 0.96), rgba(18, 15, 9, 0.9));
}

.ct-stat {
    padding: 1rem 1.1rem;
    border-radius: var(--ct-radius-md);
    background: rgba(15, 12, 7, 0.82);
    border: 1px solid rgba(200, 150, 12, 0.15);
}

.ct-stat span,
.ct-post-card__meta,
.ct-breadcrumbs,
.ct-footer__copy {
    color: var(--ct-muted);
}

.ct-stat strong {
    display: block;
    margin-top: 0.35rem;
    font-size: 1.02rem;
}

.ct-section {
    padding: 1.4rem 0 1.8rem;
}

.ct-section--contrast {
    padding: 2rem 0;
}

.ct-section--compact {
    padding-bottom: 0;
}

.ct-section__intro {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.ct-section__intro p:last-child {
    max-width: 70ch;
    margin: 0;
    color: var(--ct-muted);
}

.ct-card-grid,
.ct-post-grid,
.ct-loop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ct-card,
.ct-post-card,
.ct-loop-card {
    height: 100%;
    padding: 1.4rem;
    border-radius: var(--ct-radius-lg);
    background: rgba(22, 18, 11, 0.92);
}

.ct-card h3,
.ct-post-card h3,
.ct-loop-card h2,
.ct-signal h3,
.ct-faq__items h3 {
    margin: 0 0 0.7rem;
    font-family: "Fraunces", serif;
    font-size: 1.45rem;
    line-height: 1.15;
}

.ct-card p:last-child,
.ct-post-card p:last-child,
.ct-loop-card p:last-child,
.ct-signal p:last-child,
.ct-faq__items p:last-child {
    margin-bottom: 0;
}

.ct-signal-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.9rem;
}

.ct-signal {
    padding: 1.3rem;
    border-radius: var(--ct-radius-md);
    background: linear-gradient(180deg, rgba(200, 150, 12, 0.12), rgba(15, 12, 7, 0.88));
}

.ct-faq {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    padding: 1.4rem;
    border-radius: var(--ct-radius-lg);
    background: linear-gradient(180deg, rgba(28, 23, 14, 0.96), rgba(15, 12, 7, 0.92));
}

.ct-faq__items {
    display: grid;
    gap: 0.85rem;
}

.ct-faq__items article {
    padding: 1rem 1.05rem;
    border-radius: var(--ct-radius-md);
    background: rgba(15, 12, 7, 0.82);
    border: 1px solid var(--ct-line);
}

.ct-review-list {
    display: grid;
    gap: 1rem;
}

.ct-review-card,
.ct-review-panel,
.ct-proscons > div,
.ct-review-note,
.ct-review-faq details {
    border: 1px solid var(--ct-line);
    border-radius: var(--ct-radius-lg);
    background: rgba(22, 18, 11, 0.92);
    box-shadow: var(--ct-shadow);
}

.ct-review-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1.35rem;
    align-items: start;
}

.ct-review-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0.8rem 0 0;
    padding: 0;
    list-style: none;
}

.ct-review-card__meta li,
.ct-badge-list li {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(200, 150, 12, 0.12);
    border: 1px solid rgba(200, 150, 12, 0.25);
    color: var(--ct-highlight);
    font-size: 0.88rem;
    font-weight: 700;
}

.ct-score-pill {
    display: inline-grid;
    place-items: center;
    min-width: 5.5rem;
    min-height: 5.5rem;
    padding: 0.8rem;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--ct-accent) 0%, var(--ct-accent-dark) 100%);
    color: #0f0d0a;
    text-align: center;
    font-weight: 800;
    line-height: 1.1;
}

.ct-score-pill span {
    display: block;
    font-size: 0.8rem;
    opacity: 0.75;
}

.ct-score-pill strong {
    font-size: 1.55rem;
}

.ct-rtp-pill {
    display: inline-grid;
    place-items: center;
    min-width: 5.5rem;
    padding: 0.6rem 0.8rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--ct-text);
    text-align: center;
    line-height: 1.2;
}

.ct-rtp-pill span {
    display: block;
    font-size: 0.7rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ct-rtp-pill strong {
    font-size: 1.1rem;
    font-weight: 700;
    color: #6fcf97;
}

.ct-review-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.ct-review-panel {
    padding: 1.35rem;
}

.ct-review-panel h2,
.ct-review-panel h3 {
    margin-top: 0;
}

.ct-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.ct-review-note {
    padding: 1rem 1.15rem;
    margin: 1.1rem 0 1.5rem;
    background: linear-gradient(180deg, rgba(200, 150, 12, 0.1), rgba(15, 12, 7, 0.88));
}

.ct-proscons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.2rem 0 1.8rem;
}

.ct-proscons > div {
    padding: 1.15rem 1.2rem;
}

.ct-proscons h2,
.ct-proscons h3 {
    margin-top: 0;
}

.ct-review-facts {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.8rem;
    overflow: hidden;
    border-radius: var(--ct-radius-md);
}

.ct-review-facts th,
.ct-review-facts td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--ct-line);
    text-align: left;
    vertical-align: top;
}

.ct-review-facts th {
    width: 32%;
    color: var(--ct-muted);
    font-weight: 700;
    background: rgba(200, 150, 12, 0.08);
}

.ct-review-faq {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.ct-review-faq details {
    padding: 1rem 1.1rem;
}

.ct-review-faq summary {
    cursor: pointer;
    font-weight: 800;
}

.ct-page-hero {
    padding-bottom: 0.75rem;
}

.ct-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    font-size: 0.92rem;
}

.ct-breadcrumbs__sep {
    opacity: 0.5;
}

.ct-entry__narrow {
    width: min(calc(100% - 2rem), 760px);
    margin: 0 auto;
}

.ct-entry {
    border-radius: var(--ct-radius-lg);
    background: rgba(22, 18, 11, 0.92);
    padding: 1.8rem 0;
}

.ct-entry h2,
.ct-entry h3,
.ct-entry h4 {
    font-family: "Fraunces", serif;
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.ct-entry h2 {
    font-size: 2rem;
    margin-top: 2rem;
}

.ct-entry h3 {
    font-size: 1.45rem;
}

.ct-entry p,
.ct-entry li {
    color: #d4c8a8;
}

.ct-entry ul,
.ct-entry ol {
    padding-left: 1.2rem;
}

.ct-entry blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--ct-accent);
    background: rgba(200, 150, 12, 0.08);
}

.ct-entry table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.8rem;
}

.ct-entry th,
.ct-entry td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--ct-line);
    text-align: left;
    vertical-align: top;
}

.ct-entry th {
    color: var(--ct-muted);
    font-weight: 700;
    background: rgba(200, 150, 12, 0.08);
}

.ct-text-link {
    color: var(--ct-accent);
    font-weight: 700;
    text-decoration: none;
}

.ct-pagination {
    grid-column: 1 / -1;
    padding-top: 1rem;
}

.ct-pagination .nav-links {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.ct-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--ct-line);
    background: rgba(22, 18, 11, 0.8);
    text-decoration: none;
    color: var(--ct-ink);
}

.ct-pagination .current {
    background: var(--ct-highlight);
    border-color: var(--ct-highlight);
    color: #0f0d0a;
}

.ct-footer {
    padding: 2rem 0 2.5rem;
}

.ct-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.8fr));
    gap: 1rem;
    padding: 1.5rem;
    border-radius: var(--ct-radius-lg);
    background: rgba(8, 6, 3, 0.97);
    color: rgba(242, 234, 216, 0.9);
}

.ct-footer__title {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-weight: 800;
}

.ct-footer__links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 0.6rem;
}

.ct-footer__bottom {
    padding-top: 0.9rem;
    color: var(--ct-muted);
    font-size: 0.92rem;
}

form input[type="search"],
form input[type="email"],
form input[type="text"],
form textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid var(--ct-line);
    background: rgba(22, 18, 11, 0.9);
    padding: 0.9rem 1rem;
    font: inherit;
    color: var(--ct-ink);
}

/* ── Top picks featured cards ── */
.ct-top-picks-section .ct-section__intro h2 {
    text-align: center;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    margin-bottom: 1.5rem;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ct-top-picks {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.ct-top-pick-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    color: #1a1a1a;
}

.ct-top-pick-card__header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0;
}

.ct-top-pick-card__logo-wrap {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 110px;
    padding: 1rem 0.75rem;
}

.ct-top-pick-card__logo-wrap img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ct-top-pick-card__meta {
    padding: 0.9rem 1rem 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.ct-top-pick-card__name {
    margin: 0 0 0.25rem;
    font-weight: 800;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.ct-top-pick-card__offer {
    padding: 0.9rem 1rem;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

.ct-top-pick-card__offer-main {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.25;
    text-transform: uppercase;
}

.ct-top-pick-card__offer-sub {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #444;
}

.ct-top-pick-card__claim {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    background: #f5c842;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 1.1rem;
    text-decoration: none;
    border-top: 1px solid #e0e0e0;
    transition: background 0.15s;
}

.ct-top-pick-card__claim:hover {
    background: #e0b030;
}

.ct-top-pick-card__tc {
    margin: 0;
    padding: 0.6rem 1rem;
    font-size: 0.72rem;
    color: #888;
    line-height: 1.5;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
}

/* Casino detail listings */
.ct-detail-blocks {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

.ct-casino-detail-block {
    border-top: 1px solid var(--ct-line);
    padding-top: 2.8rem;
}

.ct-casino-detail-block:last-child {
    padding-bottom: 2.8rem;
}

.ct-casino-detail-block h3 {
    font-family: "Fraunces", serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1.8rem 0;
    color: var(--ct-ink);
}

.ct-editor-insight {
    background: rgba(200, 150, 12, 0.08);
    border-left: 3px solid var(--ct-accent);
    padding: 1.4rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.ct-editor-quote {
    font-style: italic;
    margin: 0 0 1rem 0;
    line-height: 1.8;
    color: var(--ct-ink);
}

.ct-editor-byline {
    font-size: 0.92rem;
    color: var(--ct-accent);
    margin: 0;
    font-weight: 500;
}

.ct-detail-proscons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 2.2rem;
}

.ct-detail-proscons > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ct-detail-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ct-accent);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ct-detail-proscons li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: var(--ct-muted);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.ct-pro .ct-checkmark {
    color: #6bb76b;
    font-weight: bold;
    flex-shrink: 0;
}

.ct-con .ct-xmark {
    color: #b76b6b;
    font-weight: bold;
    flex-shrink: 0;
}

.ct-stat-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 1.25rem;
}

.ct-stat-pill {
    display: flex;
    flex-direction: column;
    background: var(--ct-surface, #f7f2ea);
    border: 1px solid var(--ct-line, #e8dfc8);
    border-radius: 6px;
    padding: 0.35rem 0.75rem;
    min-width: 80px;
}

.ct-stat-pill__label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ct-muted, #888);
    font-weight: 600;
    line-height: 1.2;
}

.ct-stat-pill__value {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ct-ink, #1a1a1a);
    line-height: 1.4;
}

.ct-detail-offers,
.ct-detail-facts {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2.2rem;
    font-size: 0.95rem;
}

.ct-detail-offers td,
.ct-detail-facts td {
    padding: 1rem;
    border-bottom: 1px solid var(--ct-line);
}

.ct-detail-offers td:first-child,
.ct-detail-facts td:first-child {
    padding-left: 0;
}

.ct-offer-emoji {
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
}

.ct-offer-label {
    font-weight: 500;
    color: var(--ct-ink);
    width: 40%;
}

.ct-offer-value {
    color: var(--ct-muted);
    text-align: right;
}

.ct-fact-label {
    font-weight: 500;
    color: var(--ct-accent);
    width: 40%;
}

.ct-fact-value {
    color: var(--ct-ink);
}

.ct-player-reviews {
    margin-bottom: 2rem;
}

.ct-player-reviews ul {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.ct-player-reviews li {
    margin: 0;
}

.ct-player-reviews blockquote {
    margin: 0;
    padding: 1.2rem;
    background: rgba(28, 23, 14, 0.6);
    border-left: 2px solid var(--ct-accent);
    border-radius: 4px;
    font-style: italic;
    color: var(--ct-muted);
    line-height: 1.7;
    font-size: 0.93rem;
}

.ct-button--secondary {
    background: var(--ct-surface-strong);
    border: 1px solid var(--ct-line);
    color: var(--ct-accent);
}

.ct-button--secondary:hover {
    background: rgba(200, 150, 12, 0.1);
    border-color: var(--ct-accent);
}

@media (max-width: 1100px) {
    .ct-header__inner,
    .ct-listing-card,
    .ct-hero__grid,
    .ct-review-hero,
    .ct-signal-grid,
    .ct-faq,
    .ct-footer__grid {
        grid-template-columns: 1fr;
    }

    .ct-nav {
        justify-self: start;
    }

    .ct-nav__menu,
    .ct-nav .menu {
        justify-content: flex-start;
    }

    .ct-signal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ct-card-grid,
    .ct-post-grid,
    .ct-loop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ct-listing-card__split {
        grid-template-columns: 1fr;
    }

    .ct-proscons {
        grid-template-columns: 1fr;
    }

    .ct-detail-proscons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .ct-header__inner {
        gap: 0.9rem;
    }

    .ct-card-grid,
    .ct-post-grid,
    .ct-loop-grid,
    .ct-signal-grid {
        grid-template-columns: 1fr;
    }

    .ct-listing-card__brand {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .ct-listing-card__logo-wrap {
        min-height: 78px;
        padding: 0.65rem;
    }

    .ct-review-card {
        grid-template-columns: 1fr;
    }

    .ct-hero,
    .ct-page-hero {
        padding-top: 3.4rem;
    }

    .ct-hero__content h1,
    .ct-page-hero h1,
    .ct-section__intro h2,
    .ct-faq h2,
    .ct-hero--compact h1,
    .ct-top-picks-section .ct-section__intro h2,
    .ct-listings-section .ct-section__intro h2 {
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    body {
        overflow-x: hidden;
    }

    .ct-container {
        width: min(calc(100% - 1.2rem), var(--ct-container));
    }

    .ct-brand__logo .custom-logo {
        max-height: 2.35rem;
        max-width: min(72vw, 360px);
    }

    .ct-nav a {
        font-size: 0.86rem;
        padding: 0.52rem 0.72rem;
    }
}

/* ── Fast Withdrawal Intro Section ───────────────────────────────── */
.ct-fast-casino-intro-section {
    background: var(--ct-bg);
    border-top: 1px solid var(--ct-line);
}

.ct-fast-casino-intro {
    max-width: 780px;
    margin-bottom: 2.5rem;
}

.ct-fast-casino-intro h2 {
    font-size: 1.8rem;
    color: var(--ct-ink);
    margin-bottom: 1rem;
}

.ct-fast-casino-intro p {
    color: var(--ct-muted);
    line-height: 1.75;
    margin-bottom: 0.9rem;
}

.ct-table-heading {
    font-size: 1.2rem;
    color: var(--ct-ink);
    margin-bottom: 1rem;
}

.ct-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.ct-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    color: var(--ct-ink);
}

.ct-comparison-table thead th {
    background: var(--ct-surface-strong);
    color: var(--ct-accent);
    text-align: left;
    padding: 0.75rem 1rem;
    font-weight: 700;
    border-bottom: 2px solid var(--ct-line);
    white-space: nowrap;
}

.ct-comparison-table tbody tr {
    border-bottom: 1px solid var(--ct-line);
    transition: background 0.15s;
}

.ct-comparison-table tbody tr:hover {
    background: var(--ct-highlight-soft);
}

.ct-comparison-table tbody td {
    padding: 0.7rem 1rem;
    vertical-align: middle;
    color: var(--ct-muted);
}

.ct-comparison-table tbody td:first-child {
    color: var(--ct-ink);
    font-weight: 600;
}

.ct-comparison-table tbody td:first-child a {
    color: var(--ct-accent);
    text-decoration: none;
}

.ct-comparison-table tbody td:first-child a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .ct-comparison-table {
        min-width: 620px;
    }
}

/* ── Casino Detail Description ───────────────────────────────────── */
.ct-detail-description {
    color: var(--ct-muted);
    line-height: 1.75;
    margin: 1rem 0 1.5rem;
    font-size: 0.95rem;
    max-width: 760px;
}

/* ── Author Section ───────────────────────────────────────────────── */
.ct-author-section {
    padding-top: 2rem;
}

/* ── Author Box ───────────────────────────────────────────────────── */
.ct-author-box {
    max-width: 780px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.18);
}

.ct-author-box__header {
    background: #c8960c;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.6rem 1.2rem;
}

.ct-author-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    padding: 0;
    align-items: stretch;
    background: #ffffff;
}

.ct-author-box__photo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    background: #f5f0e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-align: center;
    border-right: 1px solid #e8e0d0;
}

.ct-author-box__photo {
    display: block;
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: 50% 15%;
    border: 3px solid #c8960c;
    margin: 0 0 0.75rem 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.ct-author-box__name {
    font-weight: 800;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin: 0 0 0.2rem;
    line-height: 1.3;
}

.ct-author-box__title {
    font-size: 0.72rem;
    color: #c8960c;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.ct-author-box__bio {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
}

.ct-author-box__bio p {
    color: #444444;
    font-size: 0.88rem;
    line-height: 1.7;
    margin: 0 0 0.6rem;
}

.ct-author-box__bio p:last-of-type {
    margin-bottom: 0.75rem;
}

.ct-author-box__credentials {
    list-style: none;
    padding: 0;
    margin: 0.6rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
}

.ct-author-box__credentials li {
    font-size: 0.78rem;
    color: #c8960c;
    font-weight: 600;
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.5;
}

.ct-author-box__credentials li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #c8960c;
    font-weight: 700;
}

@media (max-width: 600px) {
    .ct-author-box__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ct-author-box__photo-col {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid #e8e0d0;
        padding: 1.25rem 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .ct-author-box__photo {
        margin: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
}
