:root {
    --cch-ink: #111827;
    --cch-navy: #07172f;
    --cch-navy-soft: #0d2445;
    --cch-ocean: #0c5f67;
    --cch-gold: #d9ab45;
    --cch-gold-dark: #8f681b;
    --cch-ivory: #f7f4ec;
    --cch-paper: #fffdfa;
    --cch-muted: #66717d;
    --cch-line: #d9d6cd;
    --cch-positive: #18715f;
    --cch-alert: #a64732;
}

html {
    scroll-behavior: smooth;
}

body.home {
    background: var(--cch-ivory);
}

.cch-home,
.cch-home * {
    box-sizing: border-box;
}

.cch-home {
    overflow: hidden;
    color: var(--cch-ink);
    background: var(--cch-ivory);
    font-family: Inter, Manrope, Arial, sans-serif;
}

.cch-home__inner {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
}

.cch-section {
    position: relative;
    padding: 92px 0;
}

#rankings,
#methodology {
    scroll-margin-top: 100px;
}

.cch-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #ebc66f;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cch-kicker > span {
    display: block;
    width: 30px;
    height: 1px;
    background: currentColor;
}

.cch-kicker--dark {
    color: var(--cch-gold-dark);
}

.cch-whale-home h1,
.cch-whale-home h2,
.cch-whale-home h3,
.cch-whale-home p {
    letter-spacing: 0;
}

.cch-whale-home h1,
.cch-whale-home h2 {
    font-family: Georgia, 'Times New Roman', serif;
}

.cch-whale-home h2 {
    margin: 0;
    font-size: 44px;
    line-height: 1.08;
}

.cch-whale-home h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
}

.cch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cch-button:hover,
.cch-button:focus-visible {
    transform: translateY(-2px);
}

.cch-button--gold {
    color: #16120a;
    border-color: #edc86e;
    background: var(--cch-gold);
    box-shadow: 0 8px 22px rgba(217, 171, 69, .2);
}

.cch-button--gold:hover,
.cch-button--gold:focus-visible {
    color: #16120a;
    background: #e8bc57;
    box-shadow: 0 10px 26px rgba(217, 171, 69, .32);
}

.cch-button--outline {
    color: var(--cch-navy);
    border-color: #9da5ad;
    background: transparent;
}

.cch-button--outline:hover,
.cch-button--outline:focus-visible {
    color: #fff;
    border-color: var(--cch-navy);
    background: var(--cch-navy);
}

.cch-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cch-ocean);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.cch-text-link:hover,
.cch-text-link:focus-visible {
    color: var(--cch-gold-dark);
}

.cch-text-link--light {
    color: #f2dcaa;
}

.cch-text-link--light:hover,
.cch-text-link--light:focus-visible {
    color: #fff;
}

.cch-whale-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    padding: 74px 0 0;
    color: #fff;
    background: var(--cch-navy);
    isolation: isolate;
}

.cch-whale-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 1px;
    background: rgba(235, 198, 111, .35);
    content: '';
}

.cch-whale-hero__particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.cch-whale-hero__particles span {
    position: absolute;
    bottom: 58px;
    left: var(--cch-bubble-left);
    width: var(--cch-bubble-size);
    height: var(--cch-bubble-size);
    border: 1px solid rgba(255, 233, 166, .72);
    border-radius: 50%;
    background: linear-gradient(145deg, #fff0b2 0%, #d9a441 48%, #a87512 100%);
    box-shadow: 0 0 9px rgba(217, 164, 65, .38);
    opacity: 0;
    animation: cch-gold-bubble var(--cch-bubble-duration) linear infinite;
    animation-delay: var(--cch-bubble-delay);
    will-change: transform, opacity;
}

.cch-whale-hero__particles span:nth-child(1) {
    --cch-bubble-left: 8%;
    --cch-bubble-size: 6px;
    --cch-bubble-duration: 9s;
    --cch-bubble-delay: -2s;
}

.cch-whale-hero__particles span:nth-child(2) {
    --cch-bubble-left: 22%;
    --cch-bubble-size: 4px;
    --cch-bubble-duration: 11s;
    --cch-bubble-delay: -7.2s;
}

.cch-whale-hero__particles span:nth-child(3) {
    --cch-bubble-left: 37%;
    --cch-bubble-size: 8px;
    --cch-bubble-duration: 10s;
    --cch-bubble-delay: -4.5s;
}

.cch-whale-hero__particles span:nth-child(4) {
    --cch-bubble-left: 54%;
    --cch-bubble-size: 5px;
    --cch-bubble-duration: 12s;
    --cch-bubble-delay: -10s;
}

.cch-whale-hero__particles span:nth-child(5) {
    --cch-bubble-left: 68%;
    --cch-bubble-size: 7px;
    --cch-bubble-duration: 9.5s;
    --cch-bubble-delay: -1s;
}

.cch-whale-hero__particles span:nth-child(6) {
    --cch-bubble-left: 83%;
    --cch-bubble-size: 4px;
    --cch-bubble-duration: 13s;
    --cch-bubble-delay: -8.4s;
}

.cch-whale-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
    gap: 34px;
    align-items: center;
    min-height: 500px;
}

.cch-whale-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 690px;
    padding-bottom: 38px;
}

.cch-whale-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 700;
}

.cch-whale-hero h1 em {
    color: #efcf82;
    font-style: normal;
}

.cch-whale-hero h1 span {
    display: block;
    margin-top: 12px;
    color: #b9c3cf;
    font-family: Inter, Manrope, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.cch-whale-hero__intro {
    max-width: 640px;
    margin: 24px 0 0;
    color: #d7dee7;
    font-size: 17px;
    line-height: 1.7;
}

.cch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 28px;
}

.cch-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.cch-quick-links a {
    padding: 7px 10px;
    color: #dce5ef;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
}

.cch-quick-links a:hover,
.cch-quick-links a:focus-visible {
    color: var(--cch-navy);
    border-color: #efcf82;
    background: #efcf82;
}

.cch-hero-reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
}

.cch-hero-reviewer img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid #efcf82;
    border-radius: 50%;
}

.cch-hero-reviewer p,
.cch-hero-reviewer strong,
.cch-hero-reviewer span {
    display: block;
    margin: 0;
}

.cch-hero-reviewer strong,
.cch-hero-reviewer a {
    color: #fff;
}

.cch-hero-reviewer span {
    margin-top: 3px;
    color: #9eacbb;
    font-size: 12px;
}

.cch-whale-hero__visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
}

.cch-whale-hero__visual::before {
    position: absolute;
    top: 40px;
    right: 14%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(235, 198, 111, .25);
    border-radius: 50%;
    content: '';
}

.cch-whale-hero__visual picture {
    position: absolute;
    top: 52%;
    right: -44px;
    left: -18px;
    transform: translateY(-50%);
}

.cch-whale-hero__visual img {
    --cch-whale-rise: -22px;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 26px 28px rgba(0, 0, 0, .32));
    transform-origin: 55% 55%;
    animation: cch-whale-float 9s ease-in-out infinite;
    will-change: transform;
}

.cch-whale-hero__signal {
    position: absolute;
    right: 4px;
    bottom: 72px;
    padding: 12px 16px;
    border-left: 2px solid #efcf82;
    background: rgba(7, 23, 47, .9);
}

.cch-whale-hero__signal span,
.cch-whale-hero__signal strong {
    display: block;
}

.cch-whale-hero__signal span {
    color: #efcf82;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cch-whale-hero__signal strong {
    margin-top: 2px;
    font-size: 13px;
}

.cch-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, 1.35fr);
    min-height: 100px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.cch-proof-strip > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 18px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.cch-proof-strip > div:first-child {
    padding-left: 0;
}

.cch-proof-strip strong,
.cch-proof-strip span {
    display: block;
}

.cch-proof-strip > div strong {
    color: #efcf82;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
}

.cch-proof-strip > div span {
    margin-top: 4px;
    color: #aeb9c5;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.cch-proof-strip > p {
    align-self: center;
    margin: 0;
    padding-left: 22px;
    color: #b7c1cc;
    font-size: 11px;
    line-height: 1.5;
}

.cch-proof-strip > p strong,
.cch-proof-strip > p a {
    color: #fff;
}

.cch-section-heading {
    margin-bottom: 38px;
}

.cch-section-heading h2 {
    color: var(--cch-navy);
}

.cch-section-heading > p,
.cch-section-heading > div + p {
    margin: 16px 0 0;
    color: var(--cch-muted);
    font-size: 16px;
    line-height: 1.7;
}

.cch-section-heading--narrow {
    max-width: 760px;
}

.cch-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 70px;
    align-items: end;
}

.cch-section-heading--split > p {
    margin: 0;
}

.cch-section-heading--light h2,
.cch-section-heading--light > p {
    color: #fff;
}

.cch-section-heading--light > p {
    color: #b8c2ce;
}

.cch-rankings {
    background: var(--cch-paper);
}

.cch-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.cch-filters button {
    min-height: 40px;
    padding: 9px 15px;
    color: var(--cch-navy);
    border: 1px solid #b8bcc0;
    border-radius: 4px;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.cch-filters button:hover,
.cch-filters button:focus-visible,
.cch-filters button.is-active {
    color: #fff;
    border-color: var(--cch-navy);
    background: var(--cch-navy);
}

.cch-ranking-list {
    display: grid;
    gap: 12px;
}

.cch-casino-row {
    display: grid;
    grid-template-columns: 68px 160px 110px minmax(190px, 1.15fr) minmax(220px, 1.2fr) 150px;
    align-items: stretch;
    border: 1px solid var(--cch-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 24, 36, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cch-casino-row:hover {
    border-color: #b3aa92;
    box-shadow: 0 12px 30px rgba(15, 24, 36, .09);
    transform: translateY(-2px);
}

.cch-casino-row[hidden] {
    display: none;
}

.cch-casino-row > div {
    min-width: 0;
    padding: 18px 16px;
    border-right: 1px solid #ece9e1;
}

.cch-casino-row--featured {
    border-color: #d6b55e;
}

.cch-casino-row__rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 7px 0 0 0;
    background: var(--cch-navy);
}

.cch-casino-row--featured .cch-casino-row__rank {
    color: #1b160c;
    background: var(--cch-gold);
}

.cch-casino-row__rank span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 700;
}

.cch-casino-row__rank small {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.cch-casino-row__brand,
.cch-casino-row__score,
.cch-casino-row__offer,
.cch-casino-row__details,
.cch-casino-row__actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cch-casino-row__brand a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    color: var(--cch-navy);
    text-decoration: none;
}

.cch-casino-row__brand img {
    width: 124px;
    height: 48px;
    object-fit: contain;
    object-position: left center;
}

.cch-casino-row__brand strong {
    overflow-wrap: anywhere;
    font-size: 15px;
}

.cch-badge {
    align-self: flex-start;
    margin-top: 8px;
    padding: 4px 7px;
    color: #6f4e0f;
    border: 1px solid #ddbf72;
    border-radius: 3px;
    background: #fff8e8;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.cch-casino-row__score strong {
    color: var(--cch-navy);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 31px;
    line-height: 1;
}

.cch-casino-row__score strong small {
    color: var(--cch-muted);
    font-family: Inter, Manrope, Arial, sans-serif;
    font-size: 12px;
}

.cch-score-stars {
    margin-top: 7px;
    color: var(--cch-gold);
    font-size: 11px;
    white-space: nowrap;
}

.cch-score-pending {
    font-family: Inter, Manrope, Arial, sans-serif !important;
    font-size: 14px !important;
}

.cch-casino-row__offer strong {
    color: var(--cch-navy);
    font-size: 15px;
    line-height: 1.45;
}

.cch-casino-row__offer > span:last-child,
.cch-casino-row__details small,
.cch-casino-row__actions small {
    margin-top: 7px;
    color: var(--cch-muted);
    font-size: 10px;
    line-height: 1.4;
}

.cch-casino-row__details ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cch-casino-row__details li {
    position: relative;
    padding-left: 16px;
    color: #384554;
    font-size: 11px;
    line-height: 1.35;
}

.cch-casino-row__details li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cch-positive);
    content: '';
}

.cch-coins {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.cch-coins span {
    padding: 3px 5px;
    color: #235d59;
    border: 1px solid #bad6d2;
    border-radius: 3px;
    background: #eef8f6;
    font-size: 8px;
    font-weight: 900;
}

.cch-casino-row__actions {
    gap: 7px;
    border-right: 0 !important;
}

.cch-casino-row__actions .cch-button {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    font-size: 12px;
}

.cch-casino-row__actions small {
    text-align: center;
}

.cch-casino-row__why {
    grid-column: 1 / -1;
    border-top: 1px solid #ece9e1;
    background: #fbfaf6;
}

.cch-casino-row__why summary {
    padding: 11px 16px;
    color: var(--cch-ocean);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.cch-casino-row__why p {
    margin: 0;
    padding: 0 16px 14px;
    color: var(--cch-muted);
    font-size: 12px;
    line-height: 1.55;
}

.cch-mobile-label {
    display: block;
    margin-bottom: 7px;
    color: var(--cch-muted);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.cch-filter-empty {
    margin: 14px 0 0;
    padding: 24px;
    color: var(--cch-muted);
    border: 1px solid var(--cch-line);
    text-align: center;
}

.cch-trust-section {
    border-top: 1px solid var(--cch-line);
}

.cch-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--cch-line);
    border-bottom: 1px solid var(--cch-line);
}

.cch-trust-card {
    min-width: 0;
    padding: 28px 24px 30px;
    border-right: 1px solid var(--cch-line);
}

.cch-trust-card:last-child {
    border-right: 0;
}

.cch-trust-card__number {
    display: block;
    margin-bottom: 44px;
    color: var(--cch-gold-dark);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
}

.cch-trust-card h3 {
    min-height: 50px;
    color: var(--cch-navy);
}

.cch-trust-card p {
    min-height: 112px;
    margin: 14px 0 20px;
    color: var(--cch-muted);
    font-size: 14px;
    line-height: 1.65;
}

.cch-intelligence {
    color: #fff;
    background-color: #0a1e38;
    background-image: url('../aces/img/whale-hero-480.webp');
    background-repeat: no-repeat;
    background-position: right -140px bottom -84px;
    background-size: 540px auto;
}

.cch-intelligence::before {
    position: absolute;
    inset: 0;
    background: rgba(10, 30, 56, .9);
    content: '';
}

.cch-intelligence .cch-home__inner {
    position: relative;
}

.cch-intelligence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cch-intelligence-grid article {
    min-height: 220px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(5, 19, 37, .72);
}

.cch-intelligence-grid article > span {
    color: #efcf82;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cch-intelligence-grid h3 {
    margin-top: 44px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
}

.cch-intelligence-grid p {
    margin: 12px 0 0;
    color: #b9c5d1;
    font-size: 13px;
    line-height: 1.6;
}

.cch-depth {
    background: #eef2ef;
}

.cch-depth-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cch-depth-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 30px;
    overflow: hidden;
    color: #fff;
    border-radius: 8px;
    background: #1e5860;
    text-decoration: none;
}

.cch-depth-card--2 {
    background: #123b55;
}

.cch-depth-card--3 {
    background: #07172f;
}

.cch-depth-card::after {
    position: absolute;
    right: -45px;
    bottom: -42px;
    width: 230px;
    height: 106px;
    background: url('../aces/img/whale-hero-480.webp') center / contain no-repeat;
    opacity: .18;
    content: '';
}

.cch-depth-card > span {
    color: #efcf82;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cch-depth-card h3 {
    margin-top: 62px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
}

.cch-depth-card p {
    max-width: 330px;
    margin: 14px 0 28px;
    color: #d8e0e4;
    font-size: 14px;
    line-height: 1.65;
}

.cch-depth-card > strong {
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: #fff;
    font-size: 13px;
}

.cch-bonuses {
    background: var(--cch-paper);
}

.cch-bonus-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cch-bonus-card {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 24px;
    border: 1px solid var(--cch-line);
    border-top: 3px solid var(--cch-gold);
    border-radius: 8px;
    background: #fff;
}

.cch-bonus-card > span {
    color: var(--cch-positive);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cch-bonus-card h3 {
    margin-top: 30px;
}

.cch-bonus-card h3 a {
    color: var(--cch-navy);
    text-decoration: none;
}

.cch-bonus-card p {
    margin: 14px 0 22px;
    color: var(--cch-muted);
    font-size: 14px;
    line-height: 1.6;
}

.cch-bonus-card .cch-text-link {
    margin-top: auto;
}

.cch-methodology {
    color: #fff;
    background: var(--cch-navy);
}

.cch-methodology__layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
    gap: 90px;
    align-items: start;
}

.cch-methodology__copy {
    max-width: 500px;
}

.cch-methodology__copy h2 {
    color: #fff;
}

.cch-methodology__copy > p:not(.cch-kicker) {
    margin: 20px 0 26px;
    color: #b9c4d0;
    font-size: 16px;
    line-height: 1.7;
}

.cch-methodology-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cch-methodology-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 18px;
    align-items: center;
}

.cch-methodology-list li span {
    color: #e2e8ee;
    font-size: 13px;
    font-weight: 700;
}

.cch-methodology-list li strong {
    color: #efcf82;
    font-size: 13px;
}

.cch-methodology-list li i {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    height: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, .13);
}

.cch-methodology-list li i::after {
    display: block;
    width: var(--cch-weight);
    height: 100%;
    background: var(--cch-gold);
    content: '';
}

.cch-guides {
    background: var(--cch-ivory);
}

.cch-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--cch-line);
}

.cch-guide-grid article {
    padding: 26px 24px 30px;
    border-right: 1px solid var(--cch-line);
    border-bottom: 1px solid var(--cch-line);
}

.cch-guide-grid article:last-child {
    border-right: 0;
}

.cch-guide-grid article > span {
    color: var(--cch-gold-dark);
    font-family: Georgia, 'Times New Roman', serif;
}

.cch-guide-grid h3 {
    margin-top: 48px;
}

.cch-guide-grid h3 a {
    color: var(--cch-navy);
    text-decoration: none;
}

.cch-guide-grid p {
    margin: 14px 0 0;
    color: var(--cch-muted);
    font-size: 14px;
    line-height: 1.6;
}

.cch-faq {
    background: #e8ecea;
}

.cch-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(500px, 1.25fr);
    gap: 80px;
    align-items: start;
}

.cch-faq-list {
    border-top: 1px solid #bdc4c0;
}

.cch-faq-list details {
    border-bottom: 1px solid #bdc4c0;
}

.cch-faq-list summary {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
}

.cch-faq-list summary::-webkit-details-marker {
    display: none;
}

.cch-faq-list summary h3 {
    color: var(--cch-navy);
    font-size: 17px;
}

.cch-faq-list summary::after {
    flex: 0 0 auto;
    color: var(--cch-gold-dark);
    content: '+';
    font-size: 25px;
    transition: transform .2s ease;
}

.cch-faq-list details[open] summary::after {
    transform: rotate(45deg);
}

.cch-faq-list summary:focus-visible {
    outline: 2px solid var(--cch-ocean);
    outline-offset: 4px;
}

.cch-faq-list details > p {
    margin: 0;
    padding: 0 48px 24px 0;
    color: var(--cch-muted);
    font-size: 14px;
    line-height: 1.7;
}

.cch-latest {
    background: var(--cch-paper);
}

.cch-latest .cch-section-heading--split > .cch-text-link {
    justify-self: end;
    align-self: end;
}

.cch-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cch-latest-grid article {
    min-width: 0;
    border: 1px solid var(--cch-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.cch-latest-card__image {
    display: block;
    aspect-ratio: 16 / 9;
    background-color: #dfe5e2;
    background-image: url('../aces/img/whale-hero-480.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cch-latest-grid article > div {
    padding: 20px;
}

.cch-latest-grid time {
    color: var(--cch-gold-dark);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cch-latest-grid h3 {
    margin-top: 12px;
}

.cch-latest-grid h3 a {
    color: var(--cch-navy);
    text-decoration: none;
}

.cch-latest-grid p {
    margin: 12px 0 0;
    color: var(--cch-muted);
    font-size: 13px;
    line-height: 1.6;
}

.cch-pod {
    color: #fff;
    background: #0c5f67;
}

.cch-pod__layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 660px);
    gap: 70px;
    align-items: center;
    justify-content: center;
}

.cch-pod__portrait {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.cch-pod__portrait::after {
    position: absolute;
    right: -50px;
    bottom: -25px;
    width: 220px;
    height: 100px;
    background: url('../aces/img/whale-hero-480.webp') center / contain no-repeat;
    opacity: .16;
    content: '';
}

.cch-pod__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cch-pod h2,
.cch-pod h3,
.cch-pod h3 a {
    color: #fff;
}

.cch-pod h3 {
    margin-top: 24px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 27px;
}

.cch-pod h3 a {
    text-decoration: none;
}

.cch-pod p:not(.cch-kicker) {
    margin: 10px 0 0;
    color: #d9e7e7;
    font-size: 15px;
    line-height: 1.7;
}

.cch-pod p.cch-pod__experience {
    display: inline-flex;
    padding: 5px 9px;
    color: #f2d78f;
    border: 1px solid rgba(239, 207, 130, .42);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
}

.cch-pod__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 26px;
}

.cch-pod__actions .cch-button {
    margin: 0;
}

.cch-pod__actions .cch-text-link {
    min-height: 44px;
}

.cch-club {
    padding: 68px 0;
    background: #e2bd62;
}

.cch-club__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
    gap: 80px;
    align-items: center;
}

.cch-club h2 {
    color: var(--cch-navy);
}

.cch-club p:not(.cch-kicker) {
    max-width: 660px;
    margin: 14px 0 0;
    color: #3c3526;
    line-height: 1.6;
}

.cch-club__form label,
.cch-club__form small {
    display: block;
}

.cch-club__form label {
    margin-bottom: 7px;
    color: var(--cch-navy);
    font-size: 12px;
    font-weight: 800;
}

.cch-club__form > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.cch-club__form input {
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 0 14px;
    color: var(--cch-ink);
    border: 1px solid #8e7539;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fffdf8;
    font: inherit;
}

.cch-club__form .cch-button {
    min-height: 50px;
    color: #fff;
    border-color: var(--cch-navy);
    border-radius: 0 5px 5px 0;
    background: var(--cch-navy);
    box-shadow: none;
}

.cch-club__form small {
    margin-top: 8px;
    color: #5c4d2a;
    font-size: 10px;
}

@keyframes cch-whale-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(0, var(--cch-whale-rise), 0) rotate(-1.5deg);
    }
}

@keyframes cch-gold-bubble {
    0% {
        transform: translate3d(0, 18px, 0) scale(1);
        opacity: 0;
    }

    14% {
        opacity: .34;
    }

    52% {
        opacity: .9;
    }

    100% {
        transform: translate3d(10px, -150px, 0) scale(.6);
        opacity: 0;
    }
}

@media (max-width: 1120px) {
    .cch-home__inner {
        width: min(100% - 40px, 1040px);
    }

    .cch-whale-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    }

    .cch-whale-hero h1 {
        font-size: 54px;
    }

    .cch-proof-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cch-proof-strip > p {
        grid-column: 1 / -1;
        padding: 12px 0 18px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .cch-casino-row {
        grid-template-columns: 58px 145px 100px minmax(180px, 1fr) 145px;
    }

    .cch-casino-row__details {
        grid-column: 2 / 5;
        border-top: 1px solid #ece9e1;
    }

    .cch-casino-row__actions {
        grid-column: 5;
        grid-row: 1 / span 2;
    }

    .cch-casino-row__why {
        grid-row: 3;
    }

    .cch-trust-grid,
    .cch-intelligence-grid,
    .cch-bonus-grid,
    .cch-guide-grid,
    .cch-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cch-trust-card:nth-child(2),
    .cch-guide-grid article:nth-child(2) {
        border-right: 0;
    }

    .cch-trust-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--cch-line);
    }

    .cch-trust-card p {
        min-height: 0;
    }

    .cch-methodology__layout {
        gap: 50px;
    }
}

@media (max-width: 820px) {
    .cch-section {
        padding: 68px 0;
    }

    .cch-whale-home h2 {
        font-size: 36px;
    }

    .cch-whale-hero {
        min-height: 0;
        padding-top: 54px;
    }

    .cch-whale-hero__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cch-whale-hero__copy {
        max-width: 720px;
        padding-bottom: 0;
    }

    .cch-whale-hero h1 {
        font-size: 48px;
    }

    .cch-whale-hero__visual {
        min-height: 360px;
    }

    .cch-whale-hero__visual picture {
        top: 50%;
        right: 3%;
        left: 3%;
    }

    .cch-whale-hero__visual img {
        --cch-whale-rise: -14px;
    }

    .cch-whale-hero__signal {
        right: 0;
        bottom: 34px;
    }

    .cch-section-heading--split,
    .cch-methodology__layout,
    .cch-faq__layout,
    .cch-club__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cch-section-heading--split > p {
        max-width: 760px;
    }

    .cch-depth-grid {
        grid-template-columns: 1fr;
    }

    .cch-depth-card {
        min-height: 260px;
    }

    .cch-depth-card h3 {
        margin-top: 34px;
    }

    .cch-methodology__copy {
        max-width: 720px;
    }

    .cch-pod__layout {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 38px;
    }

    .cch-latest .cch-section-heading--split > .cch-text-link {
        justify-self: start;
    }
}

@media (max-width: 680px) {
    .cch-home__inner {
        width: min(100% - 24px, 620px);
    }

    .cch-section {
        padding: 54px 0;
    }

    .cch-whale-home h2 {
        font-size: 32px;
    }

    .cch-whale-hero {
        padding-top: 40px;
    }

    .cch-whale-hero h1 {
        font-size: 40px;
    }

    .cch-whale-hero h1 span {
        font-size: 15px;
    }

    .cch-whale-hero__intro {
        font-size: 15px;
    }

    .cch-hero-actions {
        align-items: stretch;
    }

    .cch-hero-actions .cch-button {
        width: 100%;
    }

    .cch-hero-actions .cch-text-link {
        justify-content: center;
    }

    .cch-pod__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .cch-pod__actions .cch-text-link {
        justify-content: center;
    }

    .cch-whale-hero__visual {
        min-height: 280px;
    }

    .cch-whale-hero__visual img {
        --cch-whale-rise: -10px;
    }

    .cch-whale-hero__particles span:nth-child(1) {
        --cch-bubble-left: 12%;
    }

    .cch-whale-hero__particles span:nth-child(2) {
        --cch-bubble-left: 38%;
    }

    .cch-whale-hero__particles span:nth-child(3) {
        --cch-bubble-left: 66%;
    }

    .cch-whale-hero__particles span:nth-child(4) {
        --cch-bubble-left: 86%;
    }

    .cch-whale-hero__particles span:nth-child(n+5) {
        display: none;
    }

    .cch-whale-hero__visual::before {
        width: 100px;
        height: 100px;
    }

    .cch-whale-hero__signal {
        bottom: 12px;
    }

    .cch-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cch-proof-strip > div {
        min-height: 76px;
        padding: 13px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .cch-proof-strip > div:nth-child(2n) {
        border-right: 0;
    }

    .cch-proof-strip > div:first-child {
        padding-left: 13px;
    }

    .cch-section-heading {
        margin-bottom: 28px;
    }

    .cch-filters {
        flex-wrap: nowrap;
        margin-right: -12px;
        padding: 0 12px 5px 0;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .cch-filters button {
        flex: 0 0 auto;
    }

    .cch-casino-row {
        grid-template-columns: 54px minmax(0, 1fr) 92px;
    }

    .cch-casino-row > div {
        padding: 14px 12px;
    }

    .cch-casino-row__rank {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .cch-casino-row__brand {
        grid-column: 2;
        grid-row: 1;
    }

    .cch-casino-row__brand img {
        width: 94px;
        height: 38px;
    }

    .cch-casino-row__score {
        grid-column: 3;
        grid-row: 1;
        border-right: 0 !important;
    }

    .cch-casino-row__score strong {
        font-size: 25px;
    }

    .cch-score-stars {
        overflow: hidden;
        font-size: 8px;
    }

    .cch-casino-row__offer {
        grid-column: 2 / 4;
        grid-row: 2;
        border-top: 1px solid #ece9e1;
        border-right: 0 !important;
    }

    .cch-casino-row__details {
        grid-column: 1 / 4;
        grid-row: 3;
        border-right: 0 !important;
    }

    .cch-casino-row__actions {
        grid-column: 1 / 4;
        grid-row: 4;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid #ece9e1;
    }

    .cch-casino-row__actions small {
        grid-column: 1 / -1;
    }

    .cch-casino-row__why {
        grid-column: 1 / 4;
        grid-row: 5;
    }

    .cch-trust-grid,
    .cch-intelligence-grid,
    .cch-bonus-grid,
    .cch-guide-grid,
    .cch-latest-grid {
        grid-template-columns: 1fr;
    }

    .cch-trust-card,
    .cch-guide-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--cch-line);
    }

    .cch-trust-card__number {
        margin-bottom: 22px;
    }

    .cch-trust-card h3 {
        min-height: 0;
    }

    .cch-intelligence-grid article {
        min-height: 190px;
    }

    .cch-intelligence-grid h3 {
        margin-top: 28px;
    }

    .cch-faq-list details > p {
        padding-right: 0;
    }

    .cch-pod__layout {
        grid-template-columns: 1fr;
    }

    .cch-pod__portrait {
        width: min(100%, 320px);
    }

    .cch-club__form > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cch-club__form input,
    .cch-club__form .cch-button {
        border: 1px solid #8e7539;
        border-radius: 5px;
    }
}

@media (max-width: 420px) {
    .cch-whale-hero h1 {
        font-size: 34px;
    }

    .cch-quick-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cch-quick-links a {
        text-align: center;
    }

    .cch-hero-reviewer {
        align-items: flex-start;
    }

    .cch-whale-hero__visual {
        min-height: 225px;
    }

    .cch-whale-hero__signal {
        display: none;
    }

    .cch-casino-row {
        grid-template-columns: 48px minmax(0, 1fr) 82px;
    }

    .cch-casino-row__rank span {
        font-size: 23px;
    }

    .cch-casino-row__score strong {
        font-size: 22px;
    }

    .cch-casino-row__brand strong {
        font-size: 13px;
    }

    .cch-casino-row__actions {
        grid-template-columns: 1fr;
    }

    .cch-casino-row__actions small {
        grid-column: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .cch-home *,
    .cch-home *::before,
    .cch-home *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .cch-whale-hero__particles {
        display: none;
    }
}
