/*------------------------------------------------------------------
    BLUESHOP.CO.NZ — No Deposit Bonus Codes Australia
    Navy & coral palette: deep navy, warm coral, sky blue CTA

    Dark:   #1B2D5A (navbar, footer, dark sections)
    Coral:  #E8634A (accent, highlights, callouts)
    Sky:    #2E86C1 (CTA buttons, links)
    Light:  #F5F6FA (body bg)
    Alt:    #E8ECF4 (section alternate)
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

/*------------------------------------------------------------------
    BASE
-------------------------------------------------------------------*/

body {
    color: #333333;
    font-size: 16px;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    background-color: #F5F6FA;
    margin: 0;
    padding: 0;
}

a {
    color: #2E86C1;
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: #1F6FA0;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Source Sans 3', sans-serif;
    font-weight: 700;
    color: #1B2D5A;
    line-height: 1.25;
    margin: 0 0 15px 0;
    padding: 0;
}

h1 { font-size: 2.75rem; }
h2 { font-size: 2rem; margin-bottom: 28px; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p {
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 20px;
}

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

/*------------------------------------------------------------------
    NAVBAR
-------------------------------------------------------------------*/

.top-navbar {
    position: relative;
    z-index: 100;
}

.top-navbar .navbar {
    padding: 12px 0;
    background-color: #1B2D5A;
}

.top-navbar .navbar-brand {
    margin-right: 20px;
    padding: 0;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.01em;
}

.top-navbar .navbar-brand:hover {
    color: #E8634A;
    text-decoration: none;
}

.top-navbar .navbar-brand img {
    max-width: 200px;
    height: 32px;
}

.badge-18 {
    display: inline-block;
    background: #E8634A;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    letter-spacing: 0.02em;
}

.top-navbar .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 0;
    transition: background .2s ease, color .2s ease;
}

.top-navbar .navbar-dark .navbar-nav .nav-item {
    margin-left: 4px;
}

.top-navbar .navbar-dark .navbar-nav .nav-link:hover,
.top-navbar .navbar-dark .navbar-nav .nav-item.active .nav-link {
    background: #2E86C1;
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    border-color: #E8634A;
    padding: 8px 12px;
}

.navbar-dark .navbar-toggler:hover {
    background: rgba(232, 99, 74, 0.15);
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 99, 74, 0.25);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(232, 99, 74, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Dropdown menu */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #1B2D5A;
    border: 1px solid #2A4378;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 8px 0;
}

.dropdown-item {
    color: #ccc;
    font-size: 14px;
    padding: 10px 20px;
    transition: background .15s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #2E86C1;
    color: #ffffff;
}

.dropdown-divider {
    border-color: #2A4378;
    margin: 5px 0;
}

/*------------------------------------------------------------------
    HERO SECTION
-------------------------------------------------------------------*/

.hero-section {
    background: linear-gradient(135deg, #1B2D5A 0%, #0F1D3A 100%);
    padding: 80px 0 60px;
    text-align: left;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232, 99, 74, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: clamp(2rem, 5vw, 3rem);
}

.hero-section .lead-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin: 0 0 24px;
    max-width: 780px;
}

.hero-section .lead-text p {
    margin-bottom: 12px;
}

.hero-section .author-byline {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    margin-top: 20px;
}

.hero-cta {
    margin-top: 28px;
}

.btn-hero {
    background: #E8634A;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
    border: none;
    font-family: 'Outfit', sans-serif;
}

.btn-hero:hover {
    background: #D05238;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-hero-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.3);
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 0.9375rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-left: 12px;
    transition: border-color .2s ease, background .2s ease;
}

.btn-hero-outline:hover {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    text-decoration: none;
}

/*------------------------------------------------------------------
    TRUST BAR
-------------------------------------------------------------------*/

.trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e4;
    padding: 18px 0;
}

.trust-bar .trust-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-bar .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1B2D5A;
}

.trust-bar .trust-icon {
    width: 32px;
    height: 32px;
    background: #E3EDF8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    color: #2E86C1;
    flex-shrink: 0;
}

/*------------------------------------------------------------------
    CASINO COMPARISON TABLE
-------------------------------------------------------------------*/

.casino-comparison-table {
    padding: 60px 0;
    background: #ffffff;
}

.casino-comparison-table h2 {
    text-align: center;
    margin-bottom: 30px;
}

.casino-comparison-table table {
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    margin-bottom: 0;
    border-collapse: collapse;
}

.casino-comparison-table thead {
    background: #1B2D5A;
    color: #ffffff;
}

.casino-comparison-table thead th {
    padding: 14px 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
}

.casino-comparison-table tbody td {
    padding: 14px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    font-size: 0.9375rem;
}

.casino-comparison-table tbody tr:nth-child(even) {
    background: #FAFBFC;
}

/* Featured first row */
.casino-comparison-table tbody tr.featured-row {
    background: #FFF0EC;
    border-left: 4px solid #E8634A;
}

.casino-comparison-table tbody tr.featured-row td:first-child {
    position: relative;
}

.casino-comparison-table .rank-num {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #1B2D5A;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 8px;
    vertical-align: middle;
}

.casino-comparison-table tbody tr.featured-row .rank-num {
    background: #E8634A;
}

.casino-comparison-table .casino-name {
    font-weight: 600;
    color: #1B2D5A;
}

.casino-comparison-table .best-for {
    font-weight: 600;
    color: #2E86C1;
}

.casino-comparison-table code {
    color: #333;
    font-weight: 600;
    background: #F0F1F3;
    padding: 2px 8px;
    border-radius: 3px;
}

/*------------------------------------------------------------------
    VISIT BUTTON (table + cards)
-------------------------------------------------------------------*/

.btn-visit {
    background: #2E86C1;
    color: #ffffff;
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: background .2s ease;
    border: none;
}

.btn-visit:hover {
    background: #1F6FA0;
    color: #ffffff;
    text-decoration: none;
}

.btn-visit-lg {
    padding: 12px 32px;
    font-size: 1rem;
}

/*------------------------------------------------------------------
    CASINO REVIEW CARDS
-------------------------------------------------------------------*/

.casino-review-cards {
    padding: 60px 0;
    background: #E8ECF4;
}

.casino-review-cards h2 {
    color: #1B2D5A;
    text-align: center;
    margin-bottom: 45px;
}

.casino-card {
    background: #ffffff;
    border: 1px solid #e0e0e4;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    transition: box-shadow .2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.casino-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Featured card variant */
.casino-card.casino-card-featured {
    border-top: 3px solid #E8634A;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.casino-card .card-badge {
    display: inline-block;
    background: #E8634A;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.casino-card h3 {
    color: #1B2D5A;
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.casino-card .bonus-highlight {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1B2D5A;
    margin-bottom: 14px;
    font-family: 'Outfit', sans-serif;
}

.casino-screenshot {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #e0e0e4;
    margin-bottom: 20px;
}

.casino-card p {
    line-height: 1.7;
    margin-bottom: 18px;
}

.casino-card .card-footer-cta {
    margin-top: auto;
}

.casino-card .pros-cons {
    margin-bottom: 20px;
}

.casino-card .pros-cons details {
    margin-bottom: 12px;
}

.casino-card .pros-cons summary {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9375rem;
}

.casino-card .pros-cons summary.pros-label {
    color: #2E86C1;
}

.casino-card .pros-cons summary.cons-label {
    color: #C0392B;
}

.casino-card .pros-cons ul {
    margin: 8px 0 0 20px;
    line-height: 1.9;
}

/*------------------------------------------------------------------
    CONTENT SECTIONS
-------------------------------------------------------------------*/

.content-section {
    padding: 60px 0;
    background: #ffffff;
}

.content-section-alt {
    padding: 60px 0;
    background: #E8ECF4;
}

.content-section h2,
.content-section-alt h2 {
    color: #1B2D5A;
}

.content-section h3,
.content-section-alt h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.content-section p,
.content-section-alt p {
    font-size: 1.0625rem;
    line-height: 1.75;
}

.content-section ul li,
.content-section-alt ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}

/* Inline CTA for recommendation sections */
.inline-cta {
    color: #E8634A;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(232, 99, 74, 0.3);
    transition: border-color .2s ease;
}

.inline-cta:hover {
    color: #D05238;
    border-bottom-color: #E8634A;
    text-decoration: none;
}

/*------------------------------------------------------------------
    CALLOUT BOX
-------------------------------------------------------------------*/

.callout-box {
    background: #ffffff;
    border-left: 4px solid #E8634A;
    padding: 22px 25px;
    margin: 25px 0;
    border-radius: 0 6px 6px 0;
    border: 1px solid #e0e0e4;
    border-left: 4px solid #E8634A;
}

.callout-box p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.callout-box strong {
    color: #E8634A;
}

/*------------------------------------------------------------------
    PAYMENT TABLE
-------------------------------------------------------------------*/

.payment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.payment-table thead {
    background: #1B2D5A;
    color: #ffffff;
}

.payment-table th {
    padding: 12px 15px;
    font-weight: 600;
    font-size: 0.9375rem;
}

.payment-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 0.9375rem;
}

.payment-table tr:nth-child(even) {
    background: #FAFBFC;
}

/*------------------------------------------------------------------
    CHECKMARK LIST
-------------------------------------------------------------------*/

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    line-height: 1.6;
}

.check-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #2E86C1;
    font-weight: 700;
    font-size: 1.1rem;
}

/*------------------------------------------------------------------
    FAQ SECTION
-------------------------------------------------------------------*/

.faq-section {
    padding: 60px 0;
    background: #E8ECF4;
}

.faq-section h2 {
    text-align: center;
    color: #1B2D5A;
    margin-bottom: 45px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e0e0e4;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-item summary {
    padding: 18px 50px 18px 25px;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.0625rem;
    color: #1B2D5A;
    list-style: none;
    position: relative;
    transition: background .15s ease;
}

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

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 400;
    color: #999;
    transition: transform .2s ease;
}

.faq-item[open] summary::after {
    content: '\2212';
}

.faq-item summary:hover {
    background: #FAFBFC;
}

.faq-item .faq-answer {
    padding: 0 25px 20px;
    line-height: 1.7;
    font-size: 0.9375rem;
    color: #555;
}

.faq-item .faq-answer p {
    margin: 0;
}

/*------------------------------------------------------------------
    RESPONSIBLE GAMBLING SECTION
-------------------------------------------------------------------*/

.responsible-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 3px solid #E8634A;
}

.responsible-section h2 {
    color: #C0392B;
}

.responsible-section a {
    color: #2E86C1;
    font-weight: 500;
}

/*------------------------------------------------------------------
    MID-PAGE CTA
-------------------------------------------------------------------*/

.mid-cta {
    background: linear-gradient(135deg, #1B2D5A 0%, #0F1D3A 100%);
    padding: 40px 0;
    text-align: center;
}

.mid-cta h3 {
    color: #ffffff;
    margin-bottom: 12px;
}

.mid-cta p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.site-footer {
    background: #1B2D5A;
    padding: 50px 0 20px;
    color: #ccc;
}

.site-footer h3 {
    color: #E8634A;
    font-size: 1.125rem;
    margin-bottom: 18px;
}

.site-footer p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #ccc;
}

.site-footer a {
    color: #ccc;
    transition: color .15s ease;
}

.site-footer a:hover {
    color: #E8634A;
    text-decoration: none;
}

.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links li {
    margin-bottom: 10px;
}

.site-footer .footer-links a {
    color: #ffffff;
    font-size: 0.9375rem;
}

.site-footer .footer-links a:hover {
    color: #E8634A;
}

.site-footer .gambling-helpline {
    color: #E8634A;
    font-weight: 500;
}

.affiliate-disclosure {
    background: rgba(255,255,255,0.04);
    border-left: 4px solid #E8634A;
    padding: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.affiliate-disclosure p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
}

.affiliate-disclosure strong {
    color: #E8634A;
}

.copyright-bar {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.copyright-bar p {
    margin: 0;
    font-size: 0.8125rem;
    color: #999;
}

.copyright-bar a {
    color: #E8634A;
}

/*------------------------------------------------------------------
    ABOUT PAGE — TEAM CARDS & VALUES
-------------------------------------------------------------------*/

.team-card {
    background: #ffffff;
    border: 1px solid #e0e0e4;
    border-radius: 6px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
}

.team-card .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1B2D5A;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 60px;
    margin: 0 auto 18px;
}

.team-card h3 {
    font-size: 1.125rem;
    color: #1B2D5A;
    margin-bottom: 4px;
}

.team-card .role {
    font-weight: 600;
    color: #E8634A;
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.team-card .credentials {
    font-size: 0.8125rem;
    color: #888;
    margin-bottom: 14px;
    font-style: italic;
}

.team-card .bio {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #555;
    text-align: left;
    margin-bottom: 0;
}

.value-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.value-item .value-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1B2D5A;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
}

.value-item h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.0625rem;
    color: #1B2D5A;
    margin-bottom: 8px;
}

.value-item p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #555;
    margin-bottom: 0;
}

/*------------------------------------------------------------------
    UTILITY
-------------------------------------------------------------------*/

.section-padding {
    padding: 60px 0;
}

.text-accent {
    color: #E8634A;
}

.text-teal {
    color: #2E86C1;
}

.overflow-x-auto {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2E86C1;
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 1.25rem;
    z-index: 99;
    text-decoration: none;
    display: none;
    transition: background .2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

#back-to-top:hover {
    background: #1F6FA0;
}

/*------------------------------------------------------------------
    EDITORIAL HERO (replaces gradient hero)
-------------------------------------------------------------------*/

.hero-editorial {
    background: #ffffff;
    padding: 60px 0 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e4;
}

.hero-editorial h1 {
    color: #1B2D5A;
    margin-bottom: 8px;
    font-size: clamp(2rem, 5vw, 3.25rem);
    letter-spacing: -0.02em;
}

.hero-editorial .hero-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #E8634A;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

.hero-editorial .hero-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #555;
    max-width: 680px;
    margin: 0 auto 28px;
}

.hero-editorial .hero-intro p {
    margin-bottom: 0;
}

.hero-editorial .author-byline {
    font-size: 0.8125rem;
    color: #999;
    margin-bottom: 32px;
}

.hero-editorial .author-byline a {
    color: #1B2D5A;
    font-weight: 600;
}

/* Stat counter bar */
.hero-stats {
    background: #1B2D5A;
    padding: 24px 0;
}

.hero-stats .stat-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.hero-stats .stat-item {
    text-align: center;
    min-width: 120px;
}

.hero-stats .stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    display: block;
}

.hero-stats .stat-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 4px;
    display: block;
}

/*------------------------------------------------------------------
    RANKED CARD LIST (replaces comparison table)
-------------------------------------------------------------------*/

.ranked-list {
    padding: 70px 0;
    background: #ffffff;
}

.ranked-list h2 {
    text-align: center;
    margin-bottom: 44px;
}

/* ── Featured #1 card ── */
.rank-card.rank-card-featured {
    background: linear-gradient(135deg, #ffffff 0%, #faf8f7 100%);
    border: 2px solid #E8634A;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 4px 20px rgba(232, 99, 74, 0.1);
    transition: box-shadow .2s ease, transform .2s ease;
}

.rank-card.rank-card-featured:hover {
    box-shadow: 0 8px 28px rgba(232, 99, 74, 0.18);
    transform: translateY(-2px);
}

.rank-card.rank-card-featured > .rank-badge {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: #E8634A;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(232, 99, 74, 0.3);
}

.rank-card.rank-card-featured > .rank-card-body {
    flex: 1;
    min-width: 0;
}

.rank-card.rank-card-featured h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1B2D5A;
    margin: 0 0 4px;
}

.rank-card.rank-card-featured .rank-bonus {
    font-family: 'Outfit', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    color: #E8634A;
    margin: 0 0 10px;
    line-height: 1.2;
}

.rank-card.rank-card-featured .rank-details {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.rank-card.rank-card-featured .rank-code {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #555;
    background: #f0f1f3;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: 'SF Mono', 'Menlo', monospace;
}

.rank-card.rank-card-featured .rank-code strong {
    color: #1B2D5A;
    font-weight: 700;
}

.rank-card.rank-card-featured .rank-wagering {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2E86C1;
}

.rank-card.rank-card-featured .rank-cta {
    display: block;
    background: #E8634A;
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 6px;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    border: none;
    white-space: nowrap;
    text-align: center;
}

.rank-card.rank-card-featured .rank-cta:hover {
    background: #D05238;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(232, 99, 74, 0.35);
}

/* ── Standard rank cards ── */
.rank-card {
    background: #ffffff;
    border: 1px solid #e0e0e4;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.rank-card:hover {
    box-shadow: 0 6px 18px rgba(27, 45, 90, 0.08);
    border-color: #2E86C1;
    transform: translateY(-1px);
}

.rank-card > .rank-badge {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: #E8ECF4;
    color: #1B2D5A;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
}

.rank-card > .rank-card-body {
    flex: 1;
    min-width: 0;
}

.rank-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1B2D5A;
    margin: 0 0 2px;
    line-height: 1.3;
}

.rank-card .rank-bonus {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: #E8634A;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.2;
}

.rank-card .rank-details {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rank-card .rank-code {
    font-size: 0.75rem;
    font-weight: 500;
    color: #666;
    background: #f0f1f3;
    padding: 3px 10px;
    border-radius: 3px;
    font-family: 'SF Mono', 'Menlo', monospace;
}

.rank-card .rank-code strong {
    color: #1B2D5A;
    font-weight: 700;
}

.rank-card .rank-wagering {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2E86C1;
}

.rank-card .rank-cta {
    flex-shrink: 0;
    display: inline-block;
    background: #2E86C1;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    border: none;
    white-space: nowrap;
    text-align: center;
}

.rank-card .rank-cta:hover {
    background: #1F6FA0;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(46, 134, 193, 0.25);
}

/*------------------------------------------------------------------
    CASINO REVIEW CARDS (premium alternating layout)
-------------------------------------------------------------------*/

.zigzag-reviews {
    padding: 70px 0;
    background: #E8ECF4;
}

.zigzag-reviews > .container > h2 {
    color: #1B2D5A;
    text-align: center;
    margin-bottom: 50px;
}

/* Card shell */
.zigzag-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid rgba(27, 45, 90, 0.08);
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease, transform .25s ease;
}

.zigzag-card:hover {
    box-shadow: 0 12px 32px rgba(27, 45, 90, 0.1);
    transform: translateY(-2px);
}

/* Featured card — coral left border accent on white bg */
.zigzag-card:first-child {
    border-left: 4px solid #E8634A;
    box-shadow: 0 4px 20px rgba(27, 45, 90, 0.08);
}

/* Image container */
.zigzag-card .zigzag-image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
}

.zigzag-card .zigzag-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.zigzag-card:hover .zigzag-image img {
    transform: scale(1.03);
}

/* Featured tag overlay */
.zigzag-card .zigzag-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #ffffff;
    background: #E8634A;
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(232, 99, 74, 0.3);
}

/* Content area */
.zigzag-card .zigzag-content {
    padding: 28px 30px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Rank badge */
.zigzag-card .rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1B2D5A;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.zigzag-card:first-child .rank-badge {
    background: #E8634A;
    width: 38px;
    height: 38px;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(232, 99, 74, 0.25);
}

/* Casino name */
.zigzag-card .zigzag-content h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1B2D5A;
    margin: 0 0 8px;
    line-height: 1.2;
}

/* Bonus line — the key data */
.zigzag-card .zigzag-bonus {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #E8634A;
    margin: 0 0 16px;
    padding: 10px 14px;
    background: #FFF0EC;
    border-radius: 6px;
    border-left: 3px solid #E8634A;
    line-height: 1.4;
}

/* Review text */
.zigzag-card .zigzag-content > p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 18px;
    flex: 1;
}

/* Pros & Cons toggle */
.zigzag-card .zigzag-pros-cons {
    margin-bottom: 20px;
    border: 1px solid #e8ecf4;
    border-radius: 8px;
    overflow: hidden;
}

.zigzag-card .zigzag-pros-cons summary {
    padding: 12px 16px;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: #1B2D5A;
    background: #f8f9fc;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background .15s ease;
    user-select: none;
}

.zigzag-card .zigzag-pros-cons summary::-webkit-details-marker {
    display: none;
}

.zigzag-card .zigzag-pros-cons summary::after {
    content: '+';
    font-size: 1.125rem;
    font-weight: 400;
    color: #999;
    transition: transform .2s ease;
}

.zigzag-card .zigzag-pros-cons[open] summary::after {
    content: '\2212';
}

.zigzag-card .zigzag-pros-cons summary:hover {
    background: #f0f2f7;
}

.zigzag-card .zigzag-pros-cons .pros,
.zigzag-card .zigzag-pros-cons .cons {
    padding: 12px 16px 4px;
}

.zigzag-card .zigzag-pros-cons .pros strong {
    color: #2E86C1;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.zigzag-card .zigzag-pros-cons .cons strong {
    color: #C0392B;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.zigzag-card .zigzag-pros-cons ul {
    margin: 6px 0 8px 18px;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #555;
}

.zigzag-card .zigzag-pros-cons li {
    margin-bottom: 4px;
}

/* CTA button */
.zigzag-card .rank-cta {
    display: inline-block;
    background: #2E86C1;
    color: #ffffff;
    padding: 13px 32px;
    border-radius: 6px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    border: none;
    margin-top: auto;
    align-self: flex-start;
}

.zigzag-card .rank-cta:hover {
    background: #1F6FA0;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(46, 134, 193, 0.3);
}

.zigzag-card:first-child .rank-cta {
    background: #E8634A;
    padding: 14px 36px;
    font-size: 1rem;
}

.zigzag-card:first-child .rank-cta:hover {
    background: #D05238;
    box-shadow: 0 4px 12px rgba(232, 99, 74, 0.3);
}

/* Desktop: side-by-side zigzag */
@media (min-width: 768px) {
    .zigzag-card {
        flex-direction: row;
    }

    .zigzag-card .zigzag-image {
        flex: 0 0 340px;
        min-height: 300px;
    }

    .zigzag-card .zigzag-image img {
        height: 100%;
        min-height: 300px;
    }

    /* Alternate: even cards flip image to right */
    .zigzag-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .zigzag-card .zigzag-content {
        padding: 32px 36px 28px;
    }

    .zigzag-card .zigzag-content h3 {
        font-size: 1.5rem;
    }

    .rank-card .rank-tag {
        display: inline-block;
    }

    .rank-card .rank-code {
        display: inline-block;
    }

    .hero-stats .stat-row {
        gap: 64px;
    }
}

@media (min-width: 1024px) {
    .zigzag-card .zigzag-image {
        flex: 0 0 380px;
    }
}

@media (max-width: 767px) {
    .rank-card.rank-card-featured {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 20px;
        gap: 12px;
    }

    .rank-card.rank-card-featured .rank-badge {
        margin: 0 auto;
    }

    .rank-card.rank-card-featured .rank-details {
        justify-content: center;
    }

    .rank-card.rank-card-featured .rank-cta {
        width: 100%;
        display: block;
    }

    .rank-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
    }

    .rank-card .rank-badge {
        margin: 0 auto;
    }

    .rank-card .rank-details {
        justify-content: center;
    }

    .rank-card .rank-cta {
        width: 100%;
        display: block;
    }

    .zigzag-card {
        flex-direction: column !important;
    }

    .hero-stats .stat-row {
        gap: 24px;
    }

    .hero-stats .stat-number {
        font-size: 1.5rem;
    }

    .hero-editorial h1 {
        font-size: 1.75rem;
    }
}
/* v2 */
