/*------------------------------------------------------------------
    3DEPOSITCASINO.CO.NZ — $3 Deposit Casino NZ
    Palette: deep plum, electric coral, champagne gold, cream
    Fonts: Bricolage Grotesque (display) + IBM Plex Sans (body)
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

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

body {
    color: #1A1A2E;
    font-size: 16px;
    font-family: 'IBM Plex Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.7;
    background-color: #F5F2EC;
    margin: 0;
    padding: 0;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bricolage Grotesque', 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    color: #2D1B3D;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin: 0 0 15px 0;
    padding: 0;
}

h1 { font-size: 3rem; font-weight: 700; letter-spacing: -0.03em; }
h2 { font-size: 2.125rem; letter-spacing: -0.02em; }
h3 { font-size: 1.375rem; }
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: 14px 0;
    background-color: #2D1B3D;
    border-bottom: 3px solid #D4A574;
}

.top-navbar .navbar-brand {
    margin-right: 20px;
    padding: 0;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #FAF6EE !important;
    letter-spacing: -0.03em;
}

.top-navbar .navbar-brand span {
    color: #FF3B66;
}

.top-navbar .navbar-dark .navbar-nav .nav-link {
    color: #FAF6EE;
    font-size: 15px;
    font-family: 'IBM Plex Sans', 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: #FF3B66;
    color: #FAF6EE;
}

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

.navbar-dark .navbar-toggler:hover { background: rgba(212, 165, 116, 0.15); }
.navbar-dark .navbar-toggler:focus { box-shadow: 0 0 0 0.2rem rgba(255, 59, 102, 0.3); }

.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(212, 165, 116, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #2D1B3D;
    border: 1px solid rgba(212, 165, 116, 0.25);
    box-shadow: 0 8px 24px rgba(45, 27, 61, 0.4);
    border-radius: 6px;
    padding: 8px 0;
}

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

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #FF3B66;
    color: #FAF6EE;
}

.dropdown-divider { border-color: rgba(212, 165, 116, 0.2); margin: 5px 0; }

/*------------------------------------------------------------------
    BREADCRUMB
-------------------------------------------------------------------*/

.breadcrumb-bar {
    background: #FAF6EE;
    padding: 14px 0;
    border-bottom: 2px solid #D4A574;
    margin-top: 0;
}

.breadcrumb-bar a {
    color: #FF3B66;
    font-weight: 500;
    font-size: 0.9375rem;
}

.breadcrumb-bar a:hover { text-decoration: underline; }

.breadcrumb-bar .separator { margin: 0 10px; color: #D4A574; }

.breadcrumb-bar .current { color: #2D1B3D; font-size: 0.9375rem; }

/*------------------------------------------------------------------
    HERO SECTION (Pattern: plum left-aligned with stat chips)
-------------------------------------------------------------------*/

.hero-section {
    background: linear-gradient(135deg, #2D1B3D 0%, #3D2550 100%);
    padding: 90px 0 80px;
    text-align: left;
    color: #FAF6EE;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(255, 59, 102, 0.18) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-section .container { position: relative; z-index: 2; max-width: 960px; }

.hero-section .hero-kicker {
    display: inline-block;
    background: rgba(212, 165, 116, 0.15);
    border: 1px solid #D4A574;
    color: #D4A574;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-section h1 {
    color: #FAF6EE;
    margin-bottom: 22px;
    font-size: clamp(2.1rem, 5.5vw, 3.5rem);
    max-width: 760px;
}

.hero-section .lead-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(250, 246, 238, 0.88);
    margin: 0 0 28px;
    max-width: 760px;
}

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

.hero-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0 24px;
}

.hero-stat {
    background: rgba(250, 246, 238, 0.08);
    border: 1px solid rgba(212, 165, 116, 0.35);
    padding: 12px 18px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.hero-stat strong {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.5rem;
    color: #D4A574;
    line-height: 1;
}

.hero-stat span {
    font-size: 0.8125rem;
    color: rgba(250, 246, 238, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-section .author-byline {
    font-size: 0.875rem;
    color: rgba(250, 246, 238, 0.6);
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 165, 116, 0.2);
}

/*------------------------------------------------------------------
    EXPERT QUOTE (hero feature)
-------------------------------------------------------------------*/

.expert-quote {
    background: #FAF6EE;
    border: 1px solid rgba(212, 165, 116, 0.5);
    border-left: 5px solid #FF3B66;
    border-radius: 12px;
    padding: 32px 32px 28px;
    margin: 34px 0 0;
    max-width: 760px;
    box-shadow: 0 12px 32px rgba(15, 8, 25, 0.28);
    position: relative;
}

.expert-quote::before {
    content: '\201C';
    position: absolute;
    top: 8px; left: 18px;
    font-family: 'Bricolage Grotesque', serif;
    font-size: 4rem;
    line-height: 1;
    color: #D4A574;
    opacity: 0.5;
    pointer-events: none;
}

.expert-quote__body {
    margin: 0;
    position: relative;
}

.expert-quote__text {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.1rem;
    line-height: 1.55;
    color: #2D1B3D;
    margin: 0 0 16px 0;
    font-weight: 500;
    letter-spacing: -0.005em;
}

.expert-quote__text strong {
    color: #FF3B66;
    font-weight: 700;
}

.expert-quote__text code {
    display: inline-block;
    background: #D4A574;
    color: #2D1B3D;
    font-family: 'IBM Plex Sans', monospace;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 1px 8px;
    border-radius: 4px;
    letter-spacing: 0.03em;
}

.expert-quote__cite {
    display: flex;
    flex-direction: column;
    font-style: normal;
    margin-bottom: 14px;
}

.expert-quote__name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2D1B3D;
    letter-spacing: -0.01em;
}

.expert-quote__role {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.8125rem;
    color: #6B5D7A;
    margin-top: 2px;
}

.expert-quote__pick {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2D1B3D;
    color: #FAF6EE !important;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .2s ease;
    border: 1px solid #D4A574;
    max-width: 100%;
    flex-wrap: wrap;
}

.expert-quote__pick:hover {
    background: #FF3B66;
    border-color: #FF3B66;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255, 59, 102, 0.35);
    text-decoration: none;
    color: #FAF6EE !important;
}

.expert-quote__pick-label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #D4A574;
    padding: 3px 8px;
    border: 1px solid #D4A574;
    border-radius: 4px;
    white-space: nowrap;
}

.expert-quote__pick:hover .expert-quote__pick-label {
    color: #FAF6EE;
    border-color: #FAF6EE;
}

.expert-quote__pick-offer {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: -0.005em;
}

/* Hero dark variant (about/contact/testing) */
.hero-dark {
    background: linear-gradient(135deg, #2D1B3D 0%, #3D2550 100%);
    padding: 80px 0;
    text-align: center;
    color: #FAF6EE;
}

.hero-dark h1 {
    color: #FAF6EE;
    font-size: clamp(2rem, 5vw, 3rem);
}

.hero-dark .lead,
.hero-dark .lead-text {
    color: rgba(250, 246, 238, 0.88);
    font-size: 1.125rem;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.75;
}

.hero-dark .lead-text p { margin-bottom: 14px; }

.hero-dark .author-byline {
    font-size: 0.875rem;
    color: rgba(250, 246, 238, 0.6);
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 165, 116, 0.2);
    text-align: center;
}

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

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

.casino-comparison-table table {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(45, 27, 61, 0.08);
    margin-bottom: 0;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
}

.casino-comparison-table thead {
    background: #2D1B3D;
    color: #FAF6EE;
}

.casino-comparison-table thead th {
    padding: 16px 15px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    border: none;
    color: #D4A574;
    text-transform: uppercase;
}

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

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

.casino-comparison-table .casino-name {
    font-weight: 700;
    color: #2D1B3D;
    font-family: 'Bricolage Grotesque', sans-serif;
}

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

.casino-comparison-table .low-wagering {
    font-weight: 700;
    color: #FF3B66;
}

.casino-comparison-table code {
    color: #2D1B3D;
    font-weight: 700;
    background: #D4A574;
    padding: 3px 10px;
    border-radius: 4px;
    font-family: 'IBM Plex Sans', monospace;
    font-size: 0.875rem;
}

/*------------------------------------------------------------------
    VISIT BUTTON
-------------------------------------------------------------------*/

.btn-visit {
    background: #FF3B66;
    color: #FAF6EE;
    padding: 9px 22px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease;
    border: none;
    letter-spacing: 0.01em;
}

.btn-visit:hover {
    background: #E02454;
    color: #FAF6EE;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255, 59, 102, 0.3);
}

.btn-visit-lg {
    padding: 13px 34px;
    font-size: 1rem;
    border-radius: 8px;
}

/*------------------------------------------------------------------
    CASINO REVIEW CARDS (Pattern: coral accent top-bar)
-------------------------------------------------------------------*/

.casino-review-cards {
    padding: 70px 0;
    background: #F5F2EC;
}

.casino-review-cards h2 {
    color: #2D1B3D;
    text-align: center;
    margin-bottom: 50px;
}

.casino-card {
    background: #ffffff;
    border: 1px solid #EDE5D5;
    padding: 32px 30px 28px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}

.casino-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF3B66 0%, #D4A574 100%);
}

.casino-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(45, 27, 61, 0.12);
}

.casino-card h3 {
    color: #2D1B3D;
    margin-bottom: 14px;
    font-size: 1.3rem;
    padding-top: 6px;
}

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

.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;
    padding: 8px 12px;
    border-radius: 4px;
    list-style: none;
}

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

.casino-card .pros-cons summary::before {
    content: '+ ';
    font-weight: 700;
    margin-right: 4px;
}

.casino-card .pros-cons details[open] summary::before { content: '− '; }

.casino-card .pros-cons summary.pros-label {
    color: #FF3B66;
    background: rgba(255, 59, 102, 0.08);
}

.casino-card .pros-cons summary.cons-label {
    color: #8B4513;
    background: rgba(139, 69, 19, 0.06);
}

.casino-card .pros-cons ul {
    margin: 10px 0 0 28px;
    line-height: 1.85;
}

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

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

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

.content-section h2,
.content-section-alt h2 {
    color: #2D1B3D;
    margin-bottom: 22px;
}

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

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

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

.callout-box {
    background: linear-gradient(135deg, #FFF4F2 0%, #FAF6EE 100%);
    border-left: 4px solid #FF3B66;
    padding: 24px 28px;
    margin: 28px 0;
    border-radius: 0 8px 8px 0;
}

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

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

/*------------------------------------------------------------------
    TRUST BADGES
-------------------------------------------------------------------*/

.trust-section {
    padding: 60px 0;
    background: #2D1B3D;
    color: #FAF6EE;
    position: relative;
}

.trust-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF3B66 0%, #D4A574 100%);
}

.trust-section h2 {
    color: #D4A574;
    text-align: center;
    margin-bottom: 40px;
}

.trust-badge { text-align: center; padding: 20px; }

.trust-badge .badge-icon {
    width: 80px; height: 80px;
    background: #FAF6EE !important;
    border: 2px solid #D4A574;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.25rem;
    color: #2D1B3D !important;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
}

.trust-badge h4 { color: #FAF6EE; font-size: 1rem; margin-bottom: 8px; }

.trust-badge p { color: rgba(250, 246, 238, 0.75); font-size: 0.875rem; }

/*------------------------------------------------------------------
    GAME CARDS
-------------------------------------------------------------------*/

.game-card {
    border: 1px solid #EDE5D5;
    padding: 28px 22px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 20px;
    transition: all .2s ease;
}

.game-card:hover {
    box-shadow: 0 8px 24px rgba(45, 27, 61, 0.1);
    border-color: #D4A574;
}

.game-card .game-icon {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, #FF3B66 0%, #E02454 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #FAF6EE;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(255, 59, 102, 0.25);
}

.game-card h4 { font-size: 1.125rem; margin-bottom: 10px; color: #2D1B3D; }

.game-card p { font-size: 0.875rem; color: #555570; }

/*------------------------------------------------------------------
    CRITERIA GRID
-------------------------------------------------------------------*/

.criteria-box {
    background: #ffffff;
    border: 1px solid #EDE5D5;
    border-top: 3px solid #D4A574;
    padding: 26px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.criteria-box h4 { color: #2D1B3D; margin-bottom: 10px; }

.criteria-box p { font-size: 0.9375rem; margin: 0; color: #555570; }

/*------------------------------------------------------------------
    FAQ SECTION (Pattern: plum borders, accordion feel)
-------------------------------------------------------------------*/

.faq-section {
    padding: 70px 0;
    background: #FAF6EE;
}

.faq-section h2 {
    text-align: center;
    color: #2D1B3D;
    margin-bottom: 50px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #EDE5D5;
    border-left: 3px solid #FF3B66;
    margin-bottom: 14px;
    border-radius: 6px;
    padding: 22px 26px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-item:hover {
    border-left-color: #D4A574;
    box-shadow: 0 4px 14px rgba(45, 27, 61, 0.06);
}

.faq-item h3 {
    color: #2D1B3D;
    font-size: 1.0625rem;
    margin-bottom: 10px;
}

.faq-item p { margin: 0; line-height: 1.75; font-size: 0.9375rem; color: #383853; }

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

.payment-table {
    width: 100%;
    border-collapse: separate;
    margin: 22px 0;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(45, 27, 61, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.payment-table thead {
    background: #2D1B3D;
    color: #FAF6EE;
}

.payment-table th {
    padding: 14px 15px;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #D4A574;
    font-family: 'Bricolage Grotesque', sans-serif;
}

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

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

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

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

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

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

/*------------------------------------------------------------------
    TEAM CARDS
-------------------------------------------------------------------*/

.team-card {
    background: #ffffff;
    border: 1px solid #EDE5D5;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(45, 27, 61, 0.06);
    margin-bottom: 30px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(45, 27, 61, 0.1);
}

.team-card .avatar {
    width: 96px; height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF3B66, #2D1B3D);
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FAF6EE;
}

.team-card h3 { color: #2D1B3D; font-size: 1.375rem; margin-bottom: 8px; }

.team-card .role { color: #FF3B66; font-weight: 600; margin-bottom: 12px; font-size: 0.9375rem; }

.team-card .credentials { color: #666680; font-size: 0.8125rem; margin-bottom: 15px; }

.team-card .bio { color: #2B2B3E; font-size: 0.9375rem; line-height: 1.65; }

/*------------------------------------------------------------------
    VALUES
-------------------------------------------------------------------*/

.value-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.value-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #FF3B66 0%, #E02454 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FAF6EE;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(255, 59, 102, 0.25);
}

.value-item h4 { color: #2D1B3D; margin-bottom: 8px; }

.value-item p { line-height: 1.7; color: #2B2B3E; }

/*------------------------------------------------------------------
    CONTACT FORM
-------------------------------------------------------------------*/

.contact-form {
    background: #ffffff;
    border: 1px solid #EDE5D5;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(45, 27, 61, 0.06);
}

.contact-form h2 { color: #2D1B3D; margin-bottom: 30px; }

.contact-form label {
    display: block;
    font-weight: 600;
    color: #2D1B3D;
    margin-bottom: 6px;
    font-size: 0.9375rem;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #EDE5D5;
    border-radius: 6px;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #FAF6EE;
    transition: all .2s ease;
}

.contact-form .form-control:focus {
    border-color: #FF3B66;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 59, 102, 0.12);
}

.contact-form .form-group { margin-bottom: 22px; }

.contact-form .btn-submit {
    background: #FF3B66;
    color: #FAF6EE;
    padding: 14px 40px;
    font-weight: 700;
    font-size: 1.0625rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    letter-spacing: 0.01em;
}

.contact-form .btn-submit:hover {
    background: #E02454;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(255, 59, 102, 0.3);
}

.contact-info-sidebar {
    background: #ffffff;
    border-left: 4px solid #FF3B66;
    padding: 30px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 14px rgba(45, 27, 61, 0.05);
    margin-bottom: 30px;
}

.contact-info-sidebar h3 { color: #2D1B3D; font-size: 1.375rem; margin-bottom: 20px; }

.contact-info-sidebar h4 { color: #2D1B3D; font-size: 1rem; font-weight: 600; margin-bottom: 6px; }

.contact-info-sidebar a { color: #FF3B66; font-weight: 600; }

.responsible-sidebar {
    background: linear-gradient(135deg, #FFF4F2 0%, #FAF6EE 100%);
    border-left: 4px solid #D4A574;
    padding: 26px;
    border-radius: 0 10px 10px 0;
}

.responsible-sidebar h3 { color: #8B4513; font-size: 1.125rem; margin-bottom: 12px; }

.responsible-sidebar a { color: #FF3B66; }

/*------------------------------------------------------------------
    RELATED GUIDES
-------------------------------------------------------------------*/

.related-guides {
    padding: 60px 0;
    background: #F5F2EC;
}

.related-guides h2 { color: #2D1B3D; margin-bottom: 30px; }

.guide-link {
    display: block;
    padding: 14px 20px;
    background: #ffffff;
    border: 1px solid #EDE5D5;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #2D1B3D;
    font-weight: 500;
    transition: all .15s ease;
    position: relative;
    padding-left: 24px;
}

.guide-link::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 4px; height: 60%;
    background: #FF3B66;
    border-radius: 0 2px 2px 0;
    transition: background .15s ease;
}

.guide-link:hover {
    background: #FAF6EE;
    border-color: #D4A574;
    text-decoration: none;
    color: #FF3B66;
    transform: translateX(3px);
}

.guide-link:hover::before { background: #D4A574; }

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

.responsible-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #FFF4F2 0%, #FAF6EE 100%);
    border-top: 3px solid #D4A574;
    border-bottom: 3px solid #D4A574;
}

.responsible-section h2 { color: #8B4513; margin-bottom: 20px; }

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

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

.site-footer {
    background: #2D1B3D;
    padding: 60px 0 20px;
    color: rgba(250, 246, 238, 0.75);
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF3B66 0%, #D4A574 100%);
}

.site-footer h3 {
    color: #D4A574;
    font-size: 1.125rem;
    margin-bottom: 18px;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.site-footer p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(250, 246, 238, 0.75);
}

.site-footer a {
    color: rgba(250, 246, 238, 0.85);
    transition: color .15s ease;
}

.site-footer a:hover { color: #FF3B66; 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: #FAF6EE; font-size: 0.9375rem; }

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

.site-footer .accent-link { color: #D4A574; }

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

.affiliate-disclosure {
    background: rgba(250, 246, 238, 0.04);
    border-left: 4px solid #D4A574;
    padding: 22px;
    margin-top: 40px;
    margin-bottom: 25px;
    border-radius: 0 6px 6px 0;
}

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

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

.copyright-bar {
    border-top: 1px solid rgba(250, 246, 238, 0.08);
    padding-top: 22px;
    margin-top: 22px;
    text-align: center;
}

.copyright-bar p { margin: 0; font-size: 0.8125rem; color: rgba(250, 246, 238, 0.55); }

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

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

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

.text-accent { color: #D4A574; }
.text-coral { color: #FF3B66; }
.text-plum { color: #2D1B3D; }

.bg-cream { background-color: #FAF6EE; }
.bg-warm { background-color: #F5F2EC; }

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

/*------------------------------------------------------------------
    BACK TO TOP
-------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #FF3B66;
    color: #FAF6EE;
    width: 46px; height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.25rem;
    opacity: 0.85;
    transition: all .2s ease;
    z-index: 99;
    box-shadow: 0 6px 16px rgba(255, 59, 102, 0.3);
}

#back-to-top:hover {
    opacity: 1;
    color: #FAF6EE;
    text-decoration: none;
    transform: translateY(-2px);
}
