/* ================================================
   BoldEditorial Design System — Inner Pages
   PlayBasketballLondon
   Colors: Orange #f97316 | Dark #111827 | Mid #6b7280
================================================ */

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #111827;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =============================================
   BREADCRUMB
============================================= */
.breadcrumb {
    margin-top: clamp(3.5rem, 10vw, 4.5rem);
    padding: 0.875rem 1.5rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.8rem;
    font-weight: 500;
}

.breadcrumb-container {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #f97316;
    text-decoration: none;
    transition: opacity 0.2s;
}

.breadcrumb a:hover { opacity: 0.75; }

.breadcrumb span {
    color: #9ca3af;
    margin: 0 0.125rem;
}

/* =============================================
   PAGE HERO — Location pages
============================================= */
.hero-location {
    background: #111827;
    color: white;
    padding: 2.5rem 1.5rem 3rem;
}

.hero-location > div {
    max-width: 80rem;
    margin: 0 auto;
}

.hero-location h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin-bottom: 0.625rem;
}

.hero-location .hero-subtitle {
    color: #9ca3af;
    font-size: 1.05rem;
    font-weight: 300;
    margin-top: 0.375rem;
    margin-bottom: 0;
}

.status-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.status-badges .badge {
    background: rgba(249, 115, 22, 0.15) !important;
    color: #fdba74 !important;
    border: 1px solid rgba(249, 115, 22, 0.3) !important;
    border-radius: 0 !important;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* =============================================
   PAGE HERO — Area pages
============================================= */
.hero-area {
    background: #111827;
    color: white;
    padding: 3rem 1.5rem;
    text-align: center;
    border-bottom: 3px solid #f97316;
}

.hero-area h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 900;
    color: white;
    margin-bottom: 0.875rem;
    line-height: 1.1;
}

.hero-area p {
    font-size: 1.05rem;
    font-weight: 300;
    color: #9ca3af;
    max-width: 44rem;
    margin: 0 auto;
    line-height: 1.7;
}

/* =============================================
   CONTENT CONTAINER
============================================= */
.content {
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* =============================================
   SECTIONS & HEADINGS
============================================= */
.section,
.about-section,
.runs-section {
    margin: 3rem 0;
}

.section h2,
.about-section h2,
.runs-section h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 900;
    color: #111827;
    margin-bottom: 1.25rem;
    line-height: 1.1;
}

.section p,
.about-section p {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.0625rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

/* =============================================
   INFO GRID & CARDS
============================================= */
.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

@media (min-width: 40rem) {
    .info-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 60rem) {
    .info-grid { grid-template-columns: repeat(3, 1fr); }
}

.info-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #f97316;
    padding: 1.25rem 1.5rem;
}

.info-card h3 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.info-card p {
    color: #6b7280;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 0.25rem;
}

/* =============================================
   FEATURE LIST
============================================= */
.feature-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #f9fafb;
    border-left: 3px solid #f97316;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.5;
}

/* =============================================
   SCHEDULE CARDS
============================================= */
.schedule-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #f97316;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
}

.schedule-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.375rem;
}

.schedule-card p {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.65;
    margin: 0 0 0.25rem;
}

/* =============================================
   RUN CARDS (Area pages)
============================================= */
.run-card {
    padding: 1.25rem 1.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #f97316;
    margin-bottom: 1rem;
}

.run-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.375rem;
}

.run-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #6b7280;
    font-size: 0.8125rem;
    margin: 0.5rem 0;
    font-weight: 500;
}

.run-card p {
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 0.75rem;
    font-weight: 300;
}

/* =============================================
   COURTS GRID & CARDS (Area pages)
============================================= */
.courts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 48rem) {
    .courts-grid { grid-template-columns: repeat(2, 1fr); }
}

.court-card {
    padding: 1.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.court-card:hover {
    border-color: #f97316;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.1);
}

.court-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.625rem;
    line-height: 1.25;
}

.court-card h3 a {
    color: #111827 !important;
    text-decoration: none;
    transition: color 0.2s;
}

.court-card h3 a:hover { color: #f97316 !important; }

.court-card p {
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 0.625rem;
    font-weight: 300;
}

.court-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
}

/* =============================================
   BADGES
============================================= */
.badge {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    background: #fff7ed;
    color: #f97316;
    border: 1px solid #fed7aa;
    letter-spacing: 0.03em;
    border-radius: 0;
}

.badge.free {
    background: #d1fae5;
    color: #059669;
    border-color: #a7f3d0;
}

.badge.paid {
    background: #fef3c7;
    color: #d97706;
    border-color: #fde68a;
}

/* =============================================
   CTA BUTTON (internal links)
============================================= */
.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #111827;
    color: white !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    font-family: inherit;
    border-radius: 0;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

.cta-button:hover {
    background: #000 !important;
    transform: translateY(-1px);
    color: white !important;
}

/* =============================================
   MAP PLACEHOLDER
============================================= */
.map-placeholder {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #f97316;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}

/* =============================================
   INLINE STYLE OVERRIDES (old blue references)
   Using attribute selectors + !important to
   fix blue colors still in HTML attributes
============================================= */
a[style*="#2563eb"] {
    color: #111827 !important;
}
a[style*="#2563eb"]:hover {
    color: #f97316 !important;
}
a[href][style*="background"][style*="#2563eb"] {
    background: #111827 !important;
    color: white !important;
}
h3[style*="#2563eb"],
h2[style*="#2563eb"],
span[style*="#2563eb"] {
    color: #111827 !important;
}

/* =============================================
   ARTICLE STYLES (Blog pages)
============================================= */
.article-header {
    max-width: 52rem;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.article-header h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 900;
    color: #111827;
    line-height: 1.1;
    margin-bottom: 0.875rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #6b7280;
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.article-excerpt {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem;
    background: #f9fafb;
    border-left: 3px solid #f97316;
    font-weight: 300;
}

.article-content {
    max-width: 52rem;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
}

.article-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.35rem, 3.5vw, 1.875rem);
    font-weight: 700;
    color: #111827;
    margin: 2.5rem 0 1rem;
    line-height: 1.15;
}

.article-content h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 1.75rem 0 0.75rem;
}

.article-content p {
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #374151;
    font-weight: 300;
}

.article-content ul,
.article-content ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.article-content li {
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 300;
    line-height: 1.7;
}

.related-articles {
    max-width: 52rem;
    margin: 0 auto 4rem;
    padding: 0 1.5rem;
}

.related-articles h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.25rem;
}

.related-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 40rem) {
    .related-grid { grid-template-columns: repeat(2, 1fr); }
}

.related-card {
    padding: 1.25rem 1.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: block;
}

.related-card:hover {
    border-color: #f97316;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.1);
}

.related-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #111827 !important;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    transition: color 0.2s;
}

.related-card:hover h3 { color: #f97316 !important; }

.related-card p {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

/* =============================================
   BLOG LISTING PAGE
============================================= */
.blog-hero {
    background: #111827;
    color: white;
    padding: 3rem 1.5rem;
    text-align: center;
    border-bottom: 3px solid #f97316;
}

.blog-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 900;
    color: white;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}

.blog-hero p {
    color: #9ca3af;
    font-weight: 300;
    font-size: 1.05rem;
    max-width: 36rem;
    margin: 0 auto;
}

.blog-index-content {
    max-width: 80rem;
    margin: 3rem auto;
    padding: 0 1.5rem;
}

.blog-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 40rem) {
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 64rem) {
    .blog-grid { grid-template-columns: repeat(3, 1fr); }
}

.blog-card {
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.blog-card:hover {
    border-color: #f97316;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.1);
}

.blog-card h2,
.blog-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.625rem;
    line-height: 1.25;
    transition: color 0.2s;
}

.blog-card:hover h2,
.blog-card:hover h3 { color: #f97316; }

.blog-card p {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 300;
}

/* =============================================
   PAGE CTA — Dark section (replaces blue gradient)
============================================= */
.page-cta {
    background: #111827;
    padding: 4.5rem 1.5rem;
    text-align: center;
    margin-top: 2rem;
}

.page-cta h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 900;
    color: white;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.page-cta h2 em {
    font-style: italic;
    color: #f97316;
}

.page-cta p {
    color: #9ca3af;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.7;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.page-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: #f97316;
    color: white;
    font-weight: 700;
    font-size: 0.8125rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: inherit;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
    border-radius: 0;
}

.page-cta-btn:hover {
    background: #ea6c0a;
    transform: translateY(-1px);
    color: white;
}

/* =============================================
   REDUCED MOTION
============================================= */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* =============================================
   THANK-YOU PAGE (dark glassmorphism UI)
   Scoped to body.thank-you-page so base body
   styles (white bg) don't bleed through
============================================= */
body.thank-you-page {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    min-height: 100vh;
    color: #f8fafc;
}

body.thank-you-page .thank-you-container {
    max-width: 42rem;
    margin: 0 auto;
    padding: clamp(6rem, 15vw, 8rem) clamp(1rem, 4vw, 2rem) 3rem;
}

body.thank-you-page .success-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(1.5rem);
    -webkit-backdrop-filter: blur(1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    padding: clamp(2rem, 6vw, 3rem);
    text-align: center;
    margin-bottom: 1.5rem;
}

body.thank-you-page .success-icon {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(135deg, #f97316, #ea580c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.25rem;
    animation: bounceIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes bounceIn {
    0%   { transform: scale(0); opacity: 0; }
    60%  { transform: scale(1.15); }
    100% { transform: scale(1); opacity: 1; }
}

body.thank-you-page .success-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 900;
    margin-bottom: 0.75rem;
    color: white;
    line-height: 1.1;
}

body.thank-you-page .user-name { color: #f97316; }

body.thank-you-page .success-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    font-weight: 300;
}

body.thank-you-page .referral-card,
body.thank-you-page .stats-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 1.5rem;
}

body.thank-you-page .referral-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

body.thank-you-page .referral-badge {
    background: rgba(249, 115, 22, 0.2);
    color: #fb923c;
    border: 1px solid rgba(249, 115, 22, 0.35);
    padding: 0.3rem 0.875rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 0;
}

body.thank-you-page .referral-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: white;
}

body.thank-you-page .share-cta {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

body.thank-you-page .referral-link-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.625rem;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
}

body.thank-you-page .referral-link {
    flex: 1;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    word-break: break-all;
}

body.thank-you-page .copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    background: #f97316;
    color: white;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.8125rem;
    font-family: inherit;
    white-space: nowrap;
    transition: background 0.2s;
    flex-shrink: 0;
}

body.thank-you-page .copy-btn:hover { background: #ea6c0a; }
body.thank-you-page .copy-btn.copied { background: #10b981; }

body.thank-you-page .share-buttons {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

body.thank-you-page .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
    flex: 1;
    min-width: 7rem;
    justify-content: center;
}

body.thank-you-page .share-btn:hover { opacity: 0.88; transform: translateY(-1px); }
body.thank-you-page .share-whatsapp { background: #25d366; color: white; }
body.thank-you-page .share-twitter  { background: #000; color: white; }
body.thank-you-page .share-email    { background: #6366f1; color: white; }
body.thank-you-page .share-sms      { background: #0ea5e9; color: white; }

body.thank-you-page .stats-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}

body.thank-you-page .stats-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

body.thank-you-page .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(249, 115, 22, 0.15);
    border: 1px solid rgba(249, 115, 22, 0.3);
    padding: 0.375rem 0.875rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fb923c;
}

body.thank-you-page .stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

body.thank-you-page .stat-item {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
}

body.thank-you-page .stat-value {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 900;
    color: #f97316;
    line-height: 1;
    margin-bottom: 0.375rem;
}

body.thank-you-page .stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.thank-you-page .level-progress { margin-top: 0.5rem; }

body.thank-you-page .progress-label {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.625rem;
    font-weight: 500;
}

body.thank-you-page .progress-bar {
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 0.625rem;
}

body.thank-you-page .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f97316, #fb923c);
    border-radius: 2rem;
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.thank-you-page .levels-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

body.thank-you-page .gameon-cta {
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.25);
    border-radius: 1.25rem;
    padding: clamp(1.5rem, 5vw, 2rem);
    text-align: center;
}

body.thank-you-page .gameon-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

body.thank-you-page .gameon-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

body.thank-you-page .gameon-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: #f97316;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    transition: background 0.2s, transform 0.15s;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.thank-you-page .gameon-btn:hover {
    background: #ea6c0a;
    transform: translateY(-1px);
}
