/* =============================================
   GoldWin Casino Australia — Unique Stylesheet
   Scheme: charcoal-emerald
   Format: expanded
   ============================================= */

/* --- Reset & Base --- */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #111827;
    color: #f9fafb;
    line-height: 1.6;
}

a {
    color: #10b981;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #059669;
}

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

/* --- Container --- */

.zone-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Typography --- */

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 16px;
    line-height: 1.3;
}

h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 8px;
}

ul, ol {
    margin: 16px 0;
    padding-left: 24px;
    color: #d1d5db;
    line-height: 1.6;
}

ul li, ol li {
    margin-bottom: 8px;
    position: relative;
}

ul li {
    list-style-type: none;
}

ul li::before {
    content: "◆";
    color: #10b981;
    font-size: 10px;
    position: absolute;
    left: -20px;
    top: 4px;
}

ol li::marker {
    color: #10b981;
    font-weight: 600;
}


/* --- Skip Link --- */

.skip-nav {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-nav:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 12px 20px;
    background: #10b981;
    color: #fff;
    z-index: 9999;
    border-radius: 8px;
}


/* --- Navigation Header --- */

.site-head {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-fixed {
    width: 100%;
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #374151;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Logo --- */

.identity-area {
    display: flex;
    align-items: center;
}

.logo-anchor {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mark-text {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-word {
    font-size: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #e5e7eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mark-accent {
    font-size: 24px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.mark-accent::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 1px;
}

/* --- Nav Menu --- */

.menu-block {
    display: flex;
    align-items: center;
}

.nav-set {
    display: flex;
    list-style: none;
    gap: 28px;
}

.nav-point {
    list-style: none;
}

.nav-point::before {
    display: none;
}

.nav-ref {
    color: #d1d5db;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-ref:hover {
    color: #f9fafb;
}

/* --- Header CTA Buttons --- */

.nav-cta {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn {
    padding: 8px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.btn-enroll {
    background-color: #f59e0b;
    color: #111827;
}

.btn-enroll:hover {
    background-color: #d97706;
    color: #111827;
}

.btn-access {
    background-color: #6366f1;
    color: #fff;
}

.btn-access:hover {
    background-color: #4f46e5;
    color: #fff;
}


/* --- Hero Section --- */

.hero-zone {
    padding: 48px 0 64px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.hero-text h1 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #f9fafb;
}

.hero-text p {
    font-size: 20px;
    color: #d1d5db;
    margin-bottom: 32px;
    line-height: 1.6;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.hero-img {
    width: 100%;
    max-height: 450px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    background-color: #374151;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Hero CTA */
.btn-hero {
    background-color: #10b981;
    color: #fff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-hero:hover {
    background-color: #059669;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}


/* --- Sections --- */

.zone {
    padding: 64px 0;
}

.zone-dark {
    background-color: #1f2937;
}

.zone-heading {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #f9fafb;
}


/* --- Bonus Cards --- */

.reward-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.reward-item {
    background-color: #374151;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #4b5563;
    text-align: center;
    transition: border-color 0.3s;
}

.reward-item:hover {
    border-color: #10b981;
}

.reward-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background-color: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.reward-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.reward-item p {
    color: #d1d5db;
    margin-bottom: 24px;
}

.btn-grab {
    background-color: #10b981;
    color: #fff;
    padding: 12px 24px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-grab:hover {
    background-color: #059669;
    color: #fff;
}


/* --- Info Blocks --- */

.feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 64px;
}

.feature-text h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #f9fafb;
}

.feature-text h3 {
    font-size: 1.5rem;
    margin-top: 24px;
}

.feature-text p {
    font-size: 17px;
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 16px;
}

.feature-img {
    width: 100%;
    max-height: 320px;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    background-color: #374151;
}

.btn-subtle {
    background-color: transparent;
    color: #d1d5db;
    border: 1px solid #4b5563;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-subtle:hover {
    background-color: #374151;
    border-color: #6b7280;
    color: #f9fafb;
}


/* --- Games Grid --- */

.tile-board {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.catalog-item {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: block;
    text-decoration: none;
}

.catalog-item:hover {
    transform: scale(1.05);
}

.catalog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #4b5563;
}

.game-hover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.catalog-item:hover .game-hover {
    opacity: 1;
}

.hover-label {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.all-games-wrap {
    text-align: center;
}

.btn-catalog {
    background-color: #10b981;
    color: #fff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-catalog:hover {
    background-color: #059669;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

@media (min-width: 768px) {
    .tile-board {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .tile-board {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}


/* --- Provider Grid --- */

.vendor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.vendor-card {
    background-color: #374151;
    border-radius: 10px;
    padding: 16px;
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #4b5563;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.vendor-card:hover {
    background-color: #4b5563;
    border-color: #10b981;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.vendor-card img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s;
}

.vendor-card:hover img {
    filter: brightness(1);
}

.vendor-hover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vendor-card:hover .vendor-hover {
    opacity: 1;
}

@media (min-width: 640px) {
    .vendor-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
}

@media (min-width: 768px) {
    .vendor-grid { grid-template-columns: repeat(5, 1fr); gap: 20px; }
}

@media (min-width: 1024px) {
    .vendor-grid { grid-template-columns: repeat(6, 1fr); gap: 24px; }
}


/* --- SEO Text Blocks --- */

.text-block {
    max-width: 1000px;
    margin: 48px auto 0;
    padding: 32px;
    background-color: #1f2937;
    border-radius: 12px;
    border: 1px solid #374151;
}

.text-block h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f9fafb;
    margin-bottom: 16px;
}

.text-block h3 {
    font-size: 1.4rem;
    margin-top: 24px;
}

.text-block h4 {
    margin-top: 16px;
}

.text-block p {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 16px;
}

.text-block p:last-child {
    margin-bottom: 0;
}

/* --- Full Text / Long-form SEO --- */

.full-text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 48px 32px;
    background-color: #1f2937;
    border-radius: 16px;
    border: 1px solid #374151;
}

.full-text h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #f9fafb;
    margin-bottom: 24px;
    line-height: 1.2;
}

.full-text h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f9fafb;
    margin: 28px 0 14px;
}

.full-text h4 {
    margin-top: 16px;
}

.full-text p {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 16px;
}

.full-text p:last-child {
    margin-bottom: 0;
}


/* --- Payment Table --- */

.pay-wrap {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
    border-radius: 12px;
    background-color: #1f2937;
    border: 1px solid #374151;
}

.pay-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.pay-wrap thead {
    background-color: #111827;
}

.pay-wrap th {
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    color: #d1d5db;
    border-bottom: 1px solid #374151;
    font-size: 14px;
}

.pay-wrap tbody tr {
    border-bottom: 1px solid #374151;
    transition: background-color 0.3s;
}

.pay-wrap tbody tr:hover {
    background-color: #374151;
}

.pay-wrap tbody tr:last-child {
    border-bottom: none;
}

.pay-wrap td {
    padding: 16px 12px;
    color: #d1d5db;
    font-size: 14px;
    vertical-align: middle;
}

.pay-method {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 140px;
}

.pay-logo {
    width: 40px;
    height: 28px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
}

.pay-method span {
    font-weight: 500;
    color: #f9fafb;
}

.btn-fund {
    background-color: #10b981;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-fund:hover {
    background-color: #059669;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}


/* --- Reviews --- */

.testimonial-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.testimonial-box {
    background-color: #1f2937;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #374151;
}

.rating-stars {
    display: flex;
    margin-bottom: 16px;
}

.rating-stars span {
    color: #f59e0b;
    font-size: 20px;
}

.rating-stars span.dim {
    color: #4b5563;
}

.person-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.person-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #374151;
}

.person-meta {
    display: flex;
    flex-direction: column;
}

.person-name {
    font-weight: 600;
    color: #f9fafb;
    font-size: 16px;
}

.person-loc {
    font-size: 14px;
    color: #9ca3af;
}

.testimonial-body {
    color: #d1d5db;
}


/* --- FAQ (CSS-only checkbox/label accordion) --- */

.qa-stack {
    max-width: 800px;
    margin: 0 auto;
}

.qa-block {
    background-color: #1f2937;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #374151;
    overflow: hidden;
    transition: border-color 0.3s;
}

.qa-block:hover {
    border-color: #10b981;
}

.qa-toggle {
    display: none;
}

.qa-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #f9fafb;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.qa-label:hover {
    background-color: rgba(16, 185, 129, 0.05);
}

.qa-icon {
    font-size: 22px;
    color: #10b981;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}

.qa-toggle:checked ~ .qa-label .qa-icon {
    transform: rotate(45deg);
}

.qa-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
}

.qa-toggle:checked ~ .qa-answer {
    max-height: 300px;
    padding: 0 24px 20px;
}

.qa-answer p {
    color: #d1d5db;
    line-height: 1.6;
    font-size: 16px;
}


/* --- Info/Facts Table --- */

.stat-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.stat-wrap table {
    width: 100%;
    background-color: #1f2937;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #374151;
}

.stat-wrap tr {
    border-bottom: 1px solid #374151;
    transition: background-color 0.3s;
}

.stat-wrap tr:hover {
    background-color: #374151;
}

.stat-wrap tr:last-child {
    border-bottom: none;
}

.stat-wrap td {
    padding: 16px 24px;
}

.stat-wrap td:first-child {
    font-weight: 600;
    color: #f9fafb;
}

.stat-wrap td:last-child {
    color: #d1d5db;
}


/* --- Legal Text (Privacy, Terms) --- */

.legal-text {
    max-width: 900px;
    margin: 0 auto;
    color: #d1d5db;
    line-height: 1.8;
    font-size: 16px;
}

.legal-text h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f9fafb;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #374151;
}

.legal-text h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e5e7eb;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-text p {
    margin-bottom: 16px;
}

.legal-text ul {
    margin: 16px 0;
    padding-left: 24px;
}

.legal-text ul li {
    margin-bottom: 8px;
    color: #d1d5db;
}

.legal-text ul li::before {
    display: none;
}

.legal-text strong {
    color: #f9fafb;
}


/* --- Info Matrix Table (subpages) --- */

.info-matrix {
    background-color: #1f2937;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #374151;
    border-collapse: collapse;
}

.info-matrix th {
    background-color: #111827;
    color: #10b981;
    font-weight: 700;
    text-align: left;
    padding: 16px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #10b981;
}

.info-matrix td {
    padding: 14px 20px;
    color: #d1d5db;
    border-bottom: 1px solid #374151;
    font-size: 15px;
}

.info-matrix tr:last-child td {
    border-bottom: none;
}

.info-matrix tr:hover td {
    background-color: #374151;
}


/* --- CTA Banner --- */

.cta-strip {
    background: linear-gradient(135deg, #059669, #10b981, #34d399);
    padding: 72px 0;
    text-align: center;
}

.cta-strip h2 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
}

.cta-strip p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 36px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-main {
    background: #fff;
    color: #059669;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    color: #059669;
}

.btn-cta-ghost {
    background: transparent;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-cta-ghost:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-2px);
}


/* --- Footer --- */

.footer-zone {
    background-color: #0b0f1a;
    padding: 48px 0;
    border-top: 1px solid #1f2937;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.footer-cell h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #f9fafb;
}

.footer-cell p {
    color: #9ca3af;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li::before {
    display: none;
}

.footer-menu a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.footer-menu a:hover {
    color: #10b981;
}

.footer-bottom {
    border-top: 1px solid #1f2937;
    padding-top: 24px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}


/* --- Responsible Gaming Icons --- */

.trust-bar {
    width: 100%;
    margin: 0 auto;
}

.trust-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px 0;
}

.trust-icons figure {
    margin: 0;
    padding: 0;
}

.trust-icons img {
    height: 50px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.trust-icons img:hover {
    opacity: 1;
}


/* --- Scroll Animations --- */

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}


/* =============================================
   Responsive
   ============================================= */

@media (max-width: 768px) {

    .nav-set {
        display: none;
    }

    .nav-cta {
        gap: 6px;
    }

    .nav-cta .btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .hero-split {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.4rem;
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-img {
        max-height: 350px;
        transform: translateY(10px);
    }

    .feature-block {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-img {
        max-height: 250px;
    }

    .zone-heading {
        font-size: 2rem;
    }

    .feature-text h2 {
        font-size: 1.8rem;
    }

    .cta-strip h2 {
        font-size: 2rem;
    }

    .cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .btn-cta-main,
    .btn-cta-ghost {
        width: 100%;
        max-width: 300px;
    }

    .pay-wrap {
        margin: 0 -20px;
        border-radius: 0;
    }

    .pay-wrap th,
    .pay-wrap td {
        padding: 12px 8px;
        font-size: 12px;
    }

    .pay-method {
        min-width: 100px;
        gap: 8px;
    }

    .pay-logo {
        width: 32px;
        height: 22px;
    }

    .btn-fund {
        padding: 6px 12px;
        font-size: 10px;
    }

    .text-block,
    .full-text {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
        padding: 24px 20px;
    }

    .full-text h2 {
        font-size: 1.8rem;
    }

    .full-text h3 {
        font-size: 1.4rem;
    }

    .trust-icons {
        gap: 20px;
    }

    .trust-icons img {
        height: 42px;
        max-width: 100px;
    }
}

@media (max-width: 480px) {

    .logo-word,
    .mark-accent {
        font-size: 18px;
    }

    .nav-cta {
        gap: 4px;
    }

    .nav-cta .btn {
        padding: 5px 10px;
        font-size: 11px;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 16px;
    }

    .hero-img {
        max-height: 280px;
        border-radius: 16px;
    }

    .hero-visual {
        min-height: 260px;
    }

    .btn-hero {
        padding: 12px 32px;
        font-size: 16px;
    }

    .feature-img {
        max-height: 200px;
    }

    .cta-strip h2 {
        font-size: 1.8rem;
    }

    .cta-strip p {
        font-size: 16px;
    }

    .vendor-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .vendor-card {
        padding: 12px;
    }

    .vendor-card img {
        max-height: 80px;
    }

    .trust-icons {
        gap: 15px;
        padding: 15px 10px;
    }

    .trust-icons img {
        height: 36px;
        max-width: 75px;
    }

    .qa-label {
        font-size: 16px;
        padding: 16px 20px;
    }
}
