/* Homepage Premium Redesign */
:root {
    --landing-primary: #6C4EFF;
    --landing-secondary: #8B5CF6;
    --landing-accent: #2563EB;
    --landing-danger: #ef4444;
    --landing-bg: #070b17;
    --landing-surface: rgba(13, 19, 38, 0.78);
    --landing-surface-soft: rgba(20, 28, 54, 0.62);
    --landing-border: rgba(255, 255, 255, 0.1);
    --landing-text: #f8fafc;
    --landing-text-soft: rgba(226, 232, 240, 0.74);
    --landing-shadow: 0 24px 80px rgba(5, 10, 24, 0.45);
    --landing-shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.24);
    --landing-radius: 24px;
}

.section-trending-creators .trending-bottom-row {
    justify-content: flex-end;
}

/* Public legal pages: explicit light-card contrast inside the dark landing theme. */
.public-legal-page {
    max-width: 900px;
}

.public-legal-card {
    width: 100%;
    overflow-wrap: anywhere;
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .12);
}

.public-legal-card h1 {
    color: #0f172a;
    font-weight: 800;
}

.public-legal-card h2,
.public-legal-card h3,
.public-legal-card h4,
.public-legal-card h5,
.public-legal-card h6 {
    color: #1e293b;
    font-weight: 700;
}

.public-legal-card p,
.public-legal-card li {
    color: #334155;
    font-weight: 400;
    line-height: 1.7;
}

.public-legal-card .text-muted,
.public-legal-card .section-kicker,
.public-legal-card small {
    color: #64748b !important;
}

.public-legal-card a:not(.btn) {
    color: #2563eb;
    font-weight: 600;
}

.public-legal-card a:not(.btn):hover {
    color: #1d4ed8;
}

.public-legal-card .btn-hero-secondary {
    color: #1e293b;
    background: #f8fafc;
    border-color: #cbd5e1;
}

.public-legal-card .btn-hero-secondary:hover,
.public-legal-card .btn-hero-secondary:focus {
    color: #0f172a;
    background: #eef2ff;
    border-color: #818cf8;
}

@media (max-width: 575.98px) {
    .public-legal-page {
        padding-right: 14px;
        padding-left: 14px;
    }

    .public-legal-card {
        border-radius: 18px;
        font-size: 1rem;
    }

    .public-legal-card h1 {
        font-size: clamp(1.75rem, 9vw, 2.25rem);
    }

    .public-legal-card p,
    .public-legal-card li {
        font-size: .96rem;
    }
}

/* Public Global Creator Map discovery entry points */
.landing-nav .creator-map-nav-link {
   color: #a5b4fc;
   font-weight: 700;
}
.landing-nav .creator-map-nav-link:hover,
.landing-nav .creator-map-nav-link:focus {
   color: #ffffff;
}
.explore-map-cta-wrap {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 10px 14px;
   margin-top: 16px;
}
.explore-map-cta-wrap small {
   color: rgba(226, 232, 240, .72);
}
.landing-shell .explore-map-cta {
   padding: 10px 18px;
   border: 1px solid rgba(129, 140, 248, .55);
   border-radius: 999px;
   background: linear-gradient(135deg, rgba(37, 99, 235, .95), rgba(124, 58, 237, .95));
   color: #ffffff;
   font-weight: 800;
   box-shadow: 0 12px 28px rgba(37, 99, 235, .24);
}
.landing-shell .explore-map-cta:hover {
   color: #ffffff;
   transform: translateY(-1px);
}
.landing-shell .explore-chip-row a.explore-chip-map {
   border-color: rgba(96, 165, 250, .58);
   background: linear-gradient(135deg, rgba(37, 99, 235, .24), rgba(124, 58, 237, .22));
   color: #dbeafe;
}
.section-global-map-preview {
   position: relative;
   overflow: hidden;
   background:
      radial-gradient(circle at 16% 30%, rgba(37, 99, 235, .16), transparent 34%),
      radial-gradient(circle at 85% 72%, rgba(124, 58, 237, .16), transparent 32%);
}
.global-map-preview-card {
   display: grid;
   grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
   gap: 38px;
   align-items: center;
   padding: clamp(28px, 5vw, 64px);
   border: 1px solid rgba(129, 140, 248, .2);
   border-radius: 30px;
   background: linear-gradient(145deg, rgba(15, 23, 42, .94), rgba(20, 25, 54, .9));
   box-shadow: 0 28px 80px rgba(2, 6, 23, .35);
}
.global-map-preview-copy h2 {
   max-width: 650px;
   margin: 14px 0 12px;
   color: #f8fafc;
   font-size: clamp(2rem, 4vw, 3.4rem);
   font-weight: 900;
   letter-spacing: -.045em;
}
.global-map-preview-copy p {
   max-width: 620px;
   margin: 0;
   color: rgba(226, 232, 240, .72);
   font-size: 1rem;
   line-height: 1.75;
}
.global-map-preview-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-top: 24px;
}
.global-map-mini {
   position: relative;
   min-height: 360px;
   overflow: hidden;
   border: 1px solid rgba(96, 165, 250, .26);
   border-radius: 26px;
   background:
      radial-gradient(ellipse at 62% 43%, rgba(59, 130, 246, .28), transparent 18%),
      radial-gradient(ellipse at 48% 54%, rgba(124, 58, 237, .23), transparent 28%),
      linear-gradient(145deg, #07111f, #111937 60%, #17113b);
   box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 25px 60px rgba(2,6,23,.35);
}
.global-map-mini-grid {
   position: absolute;
   inset: 0;
   opacity: .24;
   background-image: linear-gradient(rgba(96,165,250,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(96,165,250,.2) 1px, transparent 1px);
   background-size: 34px 34px;
   transform: perspective(560px) rotateX(56deg) scale(1.5) translateY(35px);
}
.global-map-mini-orbit {
   position: absolute;
   border: 1px solid rgba(129, 140, 248, .34);
   border-radius: 50%;
}
.orbit-one { width: 330px; height: 190px; left: 18%; top: 20%; transform: rotate(-13deg); }
.orbit-two { width: 245px; height: 135px; left: 30%; top: 29%; transform: rotate(18deg); }
.mini-map-pin {
   position: absolute;
   width: 38px;
   height: 38px;
   display: grid;
   place-items: center;
   border: 2px solid rgba(255,255,255,.86);
   border-radius: 50% 50% 50% 8px;
   background: linear-gradient(135deg, #38bdf8, #7c3aed);
   color: #ffffff;
   box-shadow: 0 0 0 7px rgba(59,130,246,.13), 0 10px 28px rgba(37,99,235,.4);
   transform: rotate(-45deg);
}
.mini-map-pin i { transform: rotate(45deg); }
.pin-malaysia { left: 58%; top: 34%; }
.pin-indonesia { left: 48%; top: 54%; }
.pin-singapore { left: 68%; top: 59%; }
.global-map-mini-stats {
   position: absolute;
   left: 18px;
   right: 18px;
   bottom: 18px;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 8px;
}
.global-map-mini-stats div {
   padding: 11px;
   border: 1px solid rgba(148,163,184,.16);
   border-radius: 12px;
   background: rgba(2, 6, 23, .64);
   backdrop-filter: blur(10px);
}
.global-map-mini-stats span,
.global-map-mini-stats strong { display: block; }
.global-map-mini-stats span { color: #94a3b8; font-size: .68rem; }
.global-map-mini-stats strong { margin-top: 2px; color: #ffffff; font-size: 1.02rem; }

@media (max-width: 991.98px) {
   .global-map-preview-card { grid-template-columns: 1fr; }
   .global-map-mini { min-height: 320px; }
}

@media (max-width: 767.98px) {
   .landing-nav .creator-map-nav-link {
      margin-top: 5px;
      padding: 10px 12px;
      border-radius: 12px;
      background: rgba(79, 70, 229, .12);
   }
   .explore-map-cta-wrap {
      display: grid;
      grid-template-columns: 1fr;
      text-align: center;
   }
   .landing-shell .explore-map-cta,
   .global-map-preview-actions .btn {
      width: 100%;
   }
   .global-map-preview-card {
      gap: 24px;
      padding: 24px 18px;
      border-radius: 22px;
   }
   .global-map-preview-copy h2 { font-size: 2rem; }
   .global-map-preview-actions { display: grid; grid-template-columns: 1fr; }
   .global-map-mini { min-height: 290px; }
   .global-map-mini-stats { left: 10px; right: 10px; bottom: 10px; }
   .global-map-mini-stats div { padding: 9px; }
   .orbit-one { left: 2%; }
}

body.landing-shell {
    background:
        radial-gradient(circle at top left, rgba(108, 78, 255, 0.24), transparent 35%),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.22), transparent 28%),
        linear-gradient(180deg, #050813 0%, #0a1020 30%, #0d1426 100%);
    color: var(--landing-text);
    min-height: 100vh;
    overflow-x: hidden;
}

body.landing-shell .form-control,
body.landing-shell .form-select {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
}

body.landing-shell .form-control:focus,
body.landing-shell .form-select:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(108, 78, 255, 0.5);
    color: #f1f5f9;
    box-shadow: 0 0 0 3px rgba(108, 78, 255, 0.15);
}

body.landing-shell .form-control::placeholder {
    color: rgba(248, 250, 252, 0.4);
}

.landing-main {
    padding-top: 86px;
}

.landing-nav {
    background: rgba(7, 11, 23, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.landing-nav.is-scrolled {
    background: rgba(6, 10, 20, 0.88);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.landing-nav .navbar-brand,
.landing-nav .nav-link {
    color: rgba(248, 250, 252, 0.92) !important;
}

.landing-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.2);
    padding: 6px 10px;
}

.landing-nav .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%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.landing-nav .nav-link:hover,
.landing-nav .nav-link:focus {
    color: #ffffff !important;
}

.btn-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 600;
    backdrop-filter: blur(12px);
    transition: all 0.25s ease;
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.hero-premium {
    position: relative;
    overflow: hidden;
    padding: 64px 0 56px;
    background:
        radial-gradient(circle at 0% 12%, rgba(108, 78, 255, 0.28), transparent 26%),
        radial-gradient(circle at 100% 18%, rgba(37, 99, 235, 0.2), transparent 24%),
        linear-gradient(180deg, rgba(7, 11, 23, 0.96) 0%, rgba(10, 16, 32, 0.92) 55%, rgba(13, 20, 38, 0.6) 100%);
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.9;
}

.hero-orb-one {
    width: 340px;
    height: 340px;
    top: -80px;
    left: -110px;
    background: radial-gradient(circle, rgba(108, 78, 255, 0.4) 0%, rgba(108, 78, 255, 0) 70%);
}

.hero-orb-two {
    width: 380px;
    height: 380px;
    bottom: -150px;
    right: -120px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.32) 0%, rgba(37, 99, 235, 0) 72%);
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    color: #e9ddff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hero-copy h1 {
    margin: 24px 0 18px;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.04;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
    letter-spacing: -0.03em;
    max-width: 700px;
}

.hero-subheadline {
    max-width: 620px;
    margin-bottom: 30px;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(241, 245, 249, 0.88);
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.hero-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(248, 250, 252, 0.98);
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(7, 11, 23, 0.22);
}

.hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 560px;
}

.hero-trust-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.hero-trust-card strong {
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

.hero-trust-card span {
    display: block;
    margin-top: 6px;
    color: rgba(241, 245, 249, 0.84);
    font-size: 0.88rem;
}

.product-hunt-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 9px 14px;
    color: #fff !important;
    background: rgba(255, 97, 84, 0.12);
    border: 1px solid rgba(255, 97, 84, 0.38);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.product-hunt-mini-badge:hover {
    color: #fff !important;
    background: rgba(255, 97, 84, 0.2);
    border-color: #ff6154;
    transform: translateY(-2px);
}

.hero-visual-wrap {
    position: relative;
    border-radius: 32px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(6, 13, 30, 0.5);
    backdrop-filter: blur(14px);
}

.hero-visual-col {
    position: relative;
}

.hero-banner-image {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(4, 8, 20, 0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-visual-wrap:hover .hero-banner-image {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 38px 95px rgba(4, 8, 20, 0.56);
}

.landing-section {
    position: relative;
    padding: 88px 0;
    max-width: 100%;
    overflow-x: clip;
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading h2 {
    margin: 18px 0 12px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
}

.section-heading p {
    max-width: 760px;
    color: var(--landing-text-soft);
    line-height: 1.8;
    margin-bottom: 0;
}

.section-heading-center {
    text-align: center;
}

.section-heading-center p {
    margin-left: auto;
    margin-right: auto;
}

.section-heading-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.section-feature-overview {
    padding-top: 32px;
}

.premium-feature-card {
    height: 100%;
    padding: 28px;
    border-radius: var(--landing-radius);
    background: rgba(17, 23, 43, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--landing-shadow-soft);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.premium-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(139, 92, 246, 0.35);
    box-shadow: 0 24px 60px rgba(9, 15, 32, 0.34);
}

.premium-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(108, 78, 255, 0.95), rgba(37, 99, 235, 0.88));
    box-shadow: 0 18px 40px rgba(108, 78, 255, 0.25);
}

.premium-feature-card h3 {
    margin-bottom: 12px;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 700;
}

.premium-feature-card p {
   margin: 0;
   color: var(--landing-text-soft);
   line-height: 1.7;
}

.live-creator-card,
.trending-creator-card,
.gift-premium-card,
.obs-mockup-card,
.membership-feature-card,
.podium-card,
.premium-pricing-card,
.cta-premium-card {
   border-radius: var(--landing-radius);
   border: 1px solid rgba(255, 255, 255, 0.08);
   background: rgba(14, 20, 38, 0.78);
   backdrop-filter: blur(18px);
   box-shadow: var(--landing-shadow-soft);
}

.live-creator-card,
.trending-creator-card {
   overflow: hidden;
   transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.premium-pricing-card {
   overflow: visible;
   transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.live-creator-card:hover,
.trending-creator-card:hover,
.premium-pricing-card:hover,
.gift-premium-card:hover {
   transform: translateY(-8px);
   border-color: rgba(139, 92, 246, 0.35);
   box-shadow: 0 28px 70px rgba(9, 15, 32, 0.38);
}

.live-creator-cover {
   position: relative;
   min-height: 190px;
   background: linear-gradient(135deg, rgba(108, 78, 255, 0.24), rgba(37, 99, 235, 0.24));
}

.live-creator-cover img,
.live-cover-fallback {
   width: 100%;
   height: 190px;
   object-fit: cover;
   display: block;
}

.live-cover-fallback {
   background:
       radial-gradient(circle at top right, rgba(108, 78, 255, 0.6), transparent 36%),
       linear-gradient(135deg, #121b34 0%, #0b1226 100%);
}

.live-cover-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(6, 10, 22, 0.05), rgba(6, 10, 22, 0.82));
}

.live-badge-row {
   position: absolute;
   top: 16px;
   left: 16px;
   right: 16px;
   z-index: 2;
   display: flex;
   justify-content: space-between;
   gap: 12px;
}

.live-badge,
.platform-chip,
.category-pill,
.mini-live-badge {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   border-radius: 999px;
   padding: 7px 12px;
   font-size: 0.78rem;
   font-weight: 700;
}

.live-badge {
   background: rgba(239, 68, 68, 0.2);
   color: #fff;
   border: 1px solid rgba(255, 255, 255, 0.12);
}

.live-dot {
   width: 8px;
   height: 8px;
   border-radius: 999px;
   background: #ff6363;
   box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.18);
}

.platform-chip {
   background: rgba(255, 255, 255, 0.1);
   color: #fff;
   border: 1px solid rgba(255, 255, 255, 0.08);
}

.live-creator-body {
   padding: 22px;
}

.live-creator-header,
.trending-top-row {
   display: flex;
   gap: 14px;
   align-items: center;
   margin-bottom: 16px;
}

.live-creator-avatar,
.live-avatar-fallback,
.trending-avatar,
.trending-avatar-fallback,
.podium-avatar,
.podium-avatar-fallback {
   width: 64px;
   height: 64px;
   border-radius: 50%;
   object-fit: cover;
   flex-shrink: 0;
}

.live-avatar-fallback,
.trending-avatar-fallback,
.podium-avatar-fallback {
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, rgba(108, 78, 255, 0.95), rgba(37, 99, 235, 0.88));
   color: #fff;
   font-size: 1.45rem;
}

.live-creator-header h3,
.trending-top-row h3,
.podium-card h3,
.gift-premium-card h3,
.premium-pricing-card h3,
.cta-premium-card h2 {
   margin: 0;
   color: #fff;
   font-weight: 700;
}

.live-creator-header p,
.trending-top-row p,
.podium-card span,
.price-sub,
.pricing-desc,
.trending-bottom-row .small {
   margin: 0;
   color: var(--landing-text-soft);
}

.live-meta-line {
   color: rgba(255, 255, 255, 0.88);
   font-weight: 600;
   margin-bottom: 18px;
}

.live-stat-grid,
.trending-stats-grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 12px;
}

.live-stat-grid div,
.trending-stats-grid div {
   padding: 14px;
   border-radius: 16px;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.06);
   text-align: center;
}

.live-stat-grid strong,
.trending-stats-grid strong,
.obs-mini-card strong,
.price-main,
.podium-card p {
   display: block;
   color: #fff;
   font-weight: 800;
}

.live-stat-grid span,
.trending-stats-grid span,
.obs-mini-card span {
   display: block;
   margin-top: 6px;
   color: var(--landing-text-soft);
   font-size: 0.8rem;
}

.live-card-actions,
.trending-bottom-row {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   justify-content: space-between;
   align-items: center;
   margin-top: 20px;
}

.trending-creator-card {
   padding: 24px;
}

.trending-avatar-wrap {
   position: relative;
}

.trending-avatar,
.trending-avatar-fallback {
   width: 86px;
   height: 86px;
}

.mini-live-badge {
   position: absolute;
   right: -6px;
   bottom: -4px;
   background: linear-gradient(135deg, #ef4444, #f97316);
   color: #fff;
   box-shadow: 0 12px 28px rgba(239, 68, 68, 0.24);
}

.category-pill {
   margin-top: 10px;
   background: rgba(108, 78, 255, 0.16);
   color: #e9ddff;
}

.gift-slider-shell {
   overflow: hidden;
}

.gift-grid {
   display: flex;
   gap: 18px;
   overflow-x: auto;
   overflow-y: hidden;
   scroll-snap-type: x mandatory;
   -webkit-overflow-scrolling: touch;
   padding-bottom: 8px;
   scrollbar-width: none;
}

.gift-grid::-webkit-scrollbar {
   display: none;
}

.gift-grid .gift-premium-card {
   flex: 0 0 150px;
   scroll-snap-align: start;
}

.gift-slider-track {
   display: flex;
   gap: 18px;
   overflow-x: auto;
   overflow-y: hidden;
   scroll-snap-type: x mandatory;
   -webkit-overflow-scrolling: touch;
   padding-bottom: 8px;
   scrollbar-width: none;
}

.gift-slider-track::-webkit-scrollbar {
   display: none;
}

.gift-premium-card {
   padding: 26px 22px;
   min-height: 180px;
   text-align: center;
   transition: transform 0.28s ease, box-shadow 0.28s ease;
   overflow: hidden;
}

.gift-icon-wrap {
   width: 72px;
   height: 72px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 22px;
   margin: 0 auto 18px;
   background: #ffffff;
   color: #6C4EFF;
   font-size: 1.8rem;
   overflow: hidden;
   flex-shrink: 0;
   position: relative;
}

.gift-real-img {
   width: 72px !important;
   height: 72px !important;
   max-width: 72px !important;
   max-height: 72px !important;
   object-fit: contain;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
}

.gift-premium-card p {
   margin: 10px 0 0;
   color: #bfc8dc;
   font-weight: 700;
}

.gift-premium-card h3 {
   margin: 10px 0 0;
   color: #f1f5f9;
   font-size: 0.85rem;
   font-weight: 700;
}

.obs-feature-list {
   display: grid;
   gap: 14px;
   margin-top: 28px;
}

.obs-feature-item,
.membership-feature-card {
   display: flex;
   align-items: center;
   gap: 14px;
   padding: 18px 20px;
}

.obs-feature-item i,
.membership-check {
   width: 42px;
   height: 42px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 14px;
   background: linear-gradient(135deg, rgba(108, 78, 255, 0.95), rgba(37, 99, 235, 0.88));
   color: #fff;
   font-size: 1rem;
}

.obs-mockup-card {
   padding: 22px;
}

.obs-mockup-screen {
   border-radius: 22px;
   min-height: 320px;
   padding: 24px;
   background:
       radial-gradient(circle at top right, rgba(108, 78, 255, 0.18), transparent 30%),
       linear-gradient(180deg, rgba(10, 14, 28, 0.96), rgba(14, 20, 38, 0.9));
   border: 1px solid rgba(255, 255, 255, 0.08);
}

.obs-alert-toast {
   display: flex;
   gap: 16px;
   align-items: center;
   padding: 20px;
   border-radius: 20px;
   background: rgba(255, 255, 255, 0.08);
   border: 1px solid rgba(255, 255, 255, 0.08);
   box-shadow: 0 20px 40px rgba(9, 14, 26, 0.32);
}

.obs-alert-icon {
   font-size: 1.8rem;
}

.obs-alert-toast strong {
   display: block;
   color: #fff;
}

.obs-alert-toast p {
   margin: 8px 0 0;
   color: var(--landing-text-soft);
}

.obs-mini-panels {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 14px;
   margin-top: 20px;
}

.obs-mini-card {
   padding: 16px;
   border-radius: 18px;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.06);
}

.membership-grid {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 16px;
}

.membership-feature-card span:last-child {
   color: #fff;
   font-weight: 600;
}

.top-supporters-board {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 20px;
}

.podium-card {
   padding: 28px 22px;
   text-align: center;
}

.podium-medal {
   display: inline-flex;
   padding: 8px 14px;
   border-radius: 999px;
   margin-bottom: 18px;
   font-weight: 700;
   font-size: 0.82rem;
}

.podium-medal-gold { background: rgba(245, 158, 11, 0.18); color: #fbbf24; }
.podium-medal-silver { background: rgba(148, 163, 184, 0.18); color: #cbd5e1; }
.podium-medal-bronze { background: rgba(180, 83, 9, 0.18); color: #fdba74; }

.podium-avatar-wrap {
   display: flex;
   justify-content: center;
   margin-bottom: 18px;
}

.podium-avatar,
.podium-avatar-fallback {
   width: 86px;
   height: 86px;
}

.podium-card p {
   margin: 10px 0 6px;
   font-size: 1.3rem;
}

.premium-pricing-card {
   padding: 28px;
   position: relative;
   overflow: visible;
}

.premium-pricing-card.popular {
   border-color: rgba(139, 92, 246, 0.35);
   box-shadow: 0 30px 80px rgba(108, 78, 255, 0.22);
}

.pricing-popular-tag {
   display: inline-block;
   background: linear-gradient(135deg, #6C4EFF, #2563EB);
   color: #fff;
   padding: 6px 22px;
   border-radius: 50px;
   font-size: 0.7rem;
   font-weight: 800;
   letter-spacing: 0.08em;
   white-space: nowrap;
   margin-bottom: 12px;
}

.pricing-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 32px;
   max-width: 900px;
   margin: 0 auto;
   overflow: visible;
}

.pricing-desc {
   color: rgba(248, 250, 252, 0.6);
   font-size: 0.9rem;
   margin-bottom: 16px;
}

.pricing-yearly {
   color: rgba(248, 250, 252, 0.5);
   font-size: 0.82rem;
   margin-top: -8px;
}

.pricing-features {
   list-style: none;
   padding: 0;
   margin: 0 0 24px;
   display: grid;
   gap: 10px;
}

.pricing-features li {
   display: flex;
   align-items: center;
   gap: 10px;
   color: rgba(248, 250, 252, 0.88);
   font-size: 0.88rem;
}

.pricing-features li i {
   color: #34d399;
   font-size: 1rem;
   flex-shrink: 0;
}

.pricing-features li.disabled {
   color: rgba(248, 250, 252, 0.35);
}

.pricing-features li.disabled i {
   color: rgba(248, 250, 252, 0.25);
}

.price-stack {
   display: flex;
   align-items: end;
   gap: 8px;
   margin: 20px 0;
}

.price-main {
   font-size: 2.5rem;
   line-height: 1;
}

.plan-feature-list {
   list-style: none;
   padding: 0;
   margin: 0 0 24px;
   display: grid;
   gap: 10px;
}

.plan-feature-list li {
   display: flex;
   gap: 10px;
   color: rgba(248, 250, 252, 0.9);
}

.plan-feature-list i {
   color: #7dd3fc;
}

.cta-premium-card {
   display: flex;
   justify-content: space-between;
   gap: 24px;
   align-items: center;
   padding: 36px;
   background: linear-gradient(135deg, rgba(108, 78, 255, 0.95), rgba(37, 99, 235, 0.88));
   box-shadow: 0 35px 90px rgba(23, 36, 83, 0.4);
}

.cta-premium-card p {
   margin: 14px 0 0;
   color: rgba(255, 255, 255, 0.82);
   max-width: 640px;
}

.landing-footer {
   padding: 64px 0 32px;
   border-top: 1px solid rgba(255, 255, 255, 0.08);
   background: rgba(5, 8, 19, 0.9);
}

.footer-product-hunt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.footer-product-hunt img {
    display: block;
    width: 250px;
    max-width: 100%;
    height: 54px;
}

.footer-launch-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    color: #fff !important;
    background: rgba(255, 97, 84, 0.14);
    border: 1px solid rgba(255, 97, 84, 0.4);
    border-radius: 14px;
    text-decoration: none;
}

.footer-launch-icon:hover {
    background: #ff6154;
}

/* Product Hunt social proof */
.product-hunt-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 97, 84, 0.12), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(108, 78, 255, 0.2), transparent 32%);
}

.product-hunt-feature-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: clamp(26px, 5vw, 54px);
    color: var(--landing-text);
    background:
        linear-gradient(135deg, rgba(255, 97, 84, 0.1), transparent 42%),
        linear-gradient(145deg, rgba(17, 24, 52, 0.9), rgba(10, 16, 34, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 30px;
    box-shadow: var(--landing-shadow);
    backdrop-filter: blur(20px);
}

.product-hunt-copy {
    max-width: 720px;
}

.product-hunt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffb0a9;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-hunt-feature-card h2 {
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.025em;
}

.product-hunt-feature-card p {
    margin-bottom: 22px;
    color: var(--landing-text-soft);
    font-size: 1.02rem;
    line-height: 1.75;
}

.product-hunt-button {
    color: #fff !important;
    background: #ff6154;
    border: 1px solid #ff6154;
    border-radius: 999px;
    padding: 11px 20px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(255, 97, 84, 0.24);
}

.product-hunt-button:hover,
.product-hunt-button:focus {
    color: #fff !important;
    background: #eb4f43;
    border-color: #eb4f43;
    transform: translateY(-2px);
}

.product-hunt-official-badge {
    width: 250px;
    height: 54px;
    flex: 0 0 250px;
    display: block;
}

.product-hunt-official-badge img {
    display: block;
    width: 250px;
    height: 54px;
}

.featured-on-wrap {
    margin-top: 58px;
}

.featured-on-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.featured-on-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid var(--landing-border);
    border-radius: 20px;
    box-shadow: var(--landing-shadow-soft);
    color: inherit;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

a.featured-on-card:hover {
    color: inherit;
    transform: translateY(-3px);
    border-color: rgba(255, 97, 84, 0.46);
    background: rgba(255, 97, 84, 0.08);
}

.featured-on-card > span {
    font-size: 1.55rem;
    line-height: 1;
}

.featured-on-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 0.96rem;
    font-weight: 800;
}

.featured-on-card p {
    margin: 0;
    color: var(--landing-text-soft);
    font-size: 0.78rem;
    line-height: 1.5;
}

.product-hunt-popup {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.product-hunt-popup[hidden] {
    display: none !important;
}

.product-hunt-popup.is-visible {
    opacity: 1;
}

.product-hunt-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.74);
    backdrop-filter: blur(8px);
}

.product-hunt-popup-card {
    position: relative;
    width: min(100%, 520px);
    padding: 34px;
    color: #f8fafc;
    background:
        radial-gradient(circle at top right, rgba(255, 97, 84, 0.17), transparent 34%),
        linear-gradient(145deg, rgba(20, 28, 54, 0.98), rgba(8, 13, 30, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.56);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.22s ease;
}

.product-hunt-popup.is-visible .product-hunt-popup-card {
    transform: translateY(0) scale(1);
}

.product-hunt-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    font-size: 1.65rem;
    background: rgba(255, 97, 84, 0.14);
    border: 1px solid rgba(255, 97, 84, 0.34);
    border-radius: 18px;
}

.product-hunt-popup-card h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(1.45rem, 5vw, 2rem);
    font-weight: 900;
}

.product-hunt-popup-card p {
    margin-bottom: 22px;
    color: rgba(226, 232, 240, 0.76);
    line-height: 1.65;
}

.product-hunt-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    color: rgba(248, 250, 252, 0.72);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.product-hunt-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .featured-on-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .product-hunt-feature-card { align-items: flex-start; flex-direction: column; }
    .featured-on-grid { grid-template-columns: 1fr; }
    .footer-product-hunt { justify-content: center; }
    .footer-product-hunt .footer-launch-icon { display: none; }
    .product-hunt-popup-card { padding: 28px 22px 22px; border-radius: 22px; }
    .product-hunt-popup-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .product-hunt-popup,
    .product-hunt-popup-card,
    .product-hunt-button,
    .product-hunt-mini-badge { transition: none !important; }
}

.footer-brand {
   display: flex;
   align-items: center;
   gap: 12px;
   color: #fff;
}

.footer-brand-mark {
   width: 42px;
   height: 42px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 14px;
   background: linear-gradient(135deg, rgba(108, 78, 255, 0.95), rgba(37, 99, 235, 0.88));
}

.footer-copy,
.footer-bottom,
.footer-links a {
   color: var(--landing-text-soft);
}

.footer-links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: grid;
   gap: 10px;
}

.footer-links a {
   text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
   color: #fff;
}

.footer-bottom {
   margin-top: 28px;
   padding-top: 20px;
   border-top: 1px solid rgba(255, 255, 255, 0.08);
   display: flex;
   justify-content: space-between;
   gap: 12px;
   flex-wrap: wrap;
   font-size: 0.92rem;
}

.min-w-0 { min-width: 0; }

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (prefers-reduced-motion: reduce) {
    .reveal-up,
    .hero-banner-image,
    .btn-hero-secondary,
    .live-creator-card,
    .trending-creator-card,
    .premium-pricing-card,
    .gift-premium-card {
        transition: none !important;
        transform: none !important;
        animation: none !important;
        opacity: 1 !important;
    }
}

@media (max-width: 991.98px) {
   .landing-nav .navbar-collapse {
       background: rgba(7, 11, 23, 0.95);
       border-radius: 16px;
       padding: 16px;
       margin-top: 12px;
       border: 1px solid rgba(255, 255, 255, 0.08);
       backdrop-filter: blur(18px);
   }

   .hero-premium {
       padding-top: 28px;
   }

   .section-heading-split,
   .cta-premium-card {
       flex-direction: column;
       align-items: flex-start;
   }

   .hero-trust-grid,
   .membership-grid,
   .top-supporters-board {
       grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}

@media (max-width: 767.98px) {
   .landing-main {
       padding-top: 78px;
   }

   .section-kicker {
       padding: 9px 14px;
       font-size: 0.9rem;
   }

   .section-heading h2 {
       margin: 14px 0 12px;
       font-size: clamp(2.15rem, 8.2vw, 2.7rem);
       line-height: 1.05;
   }

   .section-heading p {
       font-size: 1rem;
       line-height: 1.72;
   }

   .hero-mobile-order {
       display: flex;
   }

   .hero-visual-col {
       order: 1 !important;
   }

   .hero-copy-col {
       order: 2 !important;
   }

   .hero-premium {
       padding-top: 24px;
       overflow-x: hidden;
   }

   .hero-pill-group {
       display: grid;
       grid-template-columns: repeat(2, minmax(0, 1fr));
       gap: 10px;
   }

   .hero-pill {
       justify-content: center;
       min-height: 48px;
       padding: 10px 8px;
       text-align: center;
       font-size: 0.82rem;
   }

   .hero-pill-group .hero-pill:last-child:nth-child(odd),
   .hero-trust-grid .hero-trust-card:last-child:nth-child(odd),
   .obs-mini-panels .obs-mini-card:last-child:nth-child(odd) {
       grid-column: 1 / -1;
   }

   .hero-actions,
   .live-card-actions,
   .trending-bottom-row {
       flex-direction: column;
       align-items: stretch;
   }

   .live-stat-grid,
   .top-supporters-board {
       grid-template-columns: 1fr;
   }

   .hero-trust-grid,
   .membership-grid,
   .obs-feature-list,
   .obs-mini-panels,
   .trending-stats-grid {
       grid-template-columns: 1fr;
   }

   .obs-feature-list .obs-feature-item:last-child:nth-child(odd) {
       grid-column: 1 / -1;
   }

   .gift-grid {
       display: grid;
       grid-template-columns: repeat(2, minmax(0, 1fr));
       overflow: visible;
       padding-bottom: 0;
   }

   .gift-grid .gift-premium-card {
       flex: initial;
       min-height: 150px;
   }

   .hero-visual-wrap {
       padding: 12px;
       border-radius: 24px;
       margin-bottom: 14px;
   }

   .hero-banner-image {
       border-radius: 18px;
   }

   .live-creator-cover img,
   .live-cover-fallback {
       height: 170px;
   }

   .section-heading.has-mascot {
       margin-bottom: 22px;
   }

   .section-heading.has-mascot h2,
   .section-heading-center.has-mascot h2 {
       max-width: 12ch;
   }

   .section-trending-creators {
       overflow-x: hidden;
   }

   .section-trending-creators .row {
       display: flex;
       flex-wrap: nowrap;
       overflow-x: auto;
       overflow-y: hidden;
       scroll-snap-type: x mandatory;
       -webkit-overflow-scrolling: touch;
       padding-inline: 16px;
       padding-bottom: 10px;
       margin-left: -16px;
       margin-right: -16px;
       scrollbar-width: none;
   }

   .section-trending-creators .row::-webkit-scrollbar {
       display: none;
   }

   .section-trending-creators .row > [class*="col-"] {
       flex: 0 0 min(82vw, 320px);
       width: min(82vw, 320px);
       max-width: min(82vw, 320px);
       scroll-snap-align: start;
   }

   .trending-creator-card {
       padding: 14px;
       border-radius: 18px;
   }

   .trending-top-row {
       flex-direction: row;
       align-items: flex-start;
       gap: 10px;
       margin-bottom: 12px;
   }

   .trending-avatar,
   .trending-avatar-fallback {
       width: 58px;
       height: 58px;
   }

   .mini-live-badge {
       right: -4px;
       bottom: -3px;
       font-size: 0.58rem;
       padding: 4px 7px;
   }

   .trending-top-row h3 {
       font-size: 0.98rem;
       line-height: 1.2;
       overflow-wrap: anywhere;
   }

   .trending-top-row p,
   .category-pill,
   .trending-stats-grid span,
   .trending-bottom-row .small {
       font-size: 0.72rem;
   }

   .category-pill {
       padding: 5px 9px;
   }

   .trending-stats-grid {
       gap: 8px;
   }

   .trending-stats-grid div {
       padding: 10px 8px;
       border-radius: 12px;
   }

   .trending-bottom-row {
       gap: 10px;
       margin-top: 14px;
   }

   .trending-bottom-row .btn {
       width: 100%;
       padding: 9px 10px;
       font-size: 0.78rem;
   }

   .cta-premium-action {
       width: calc(100% - 112px);
       max-width: 220px;
   }

   .cta-premium-action .btn {
       width: 100%;
       padding-left: 12px !important;
       padding-right: 12px !important;
       white-space: nowrap;
   }
}

@media (max-width: 575.98px) {
   .landing-section {
       padding: 72px 0;
   }

   .hero-copy h1 {
       font-size: 2.15rem;
   }

   .premium-feature-card,
   .gift-premium-card,
   .membership-feature-card,
   .obs-feature-item,
   .obs-mini-card {
       padding: 16px;
   }

   .premium-feature-icon {
       width: 48px;
       height: 48px;
       border-radius: 14px;
       margin-bottom: 14px;
   }

   .premium-feature-card h3,
   .gift-premium-card h3 {
       font-size: 0.9rem;
   }

   .premium-feature-card p {
       font-size: 0.78rem;
       line-height: 1.55;
   }

   .membership-feature-card {
       align-items: flex-start;
       gap: 10px;
   }

   .membership-check {
       width: 32px;
       height: 32px;
       border-radius: 10px;
       flex: 0 0 32px;
   }

   .membership-feature-card span:last-child {
       font-size: 0.82rem;
       line-height: 1.35;
   }

   .premium-pricing-card,
   .obs-mockup-card,
   .podium-card,
   .cta-premium-card {
       padding: 22px;
   }
}

/* ========================================
   Explore Page
   ======================================== */
.explore-section {
   padding-top: 86px;
   padding-bottom: calc(28px + env(safe-area-inset-bottom));
}

.explore-shell {
   max-width: 100%;
}

.explore-hero-card {
   margin-bottom: 20px;
}

.explore-hero-heading {
   margin-bottom: 16px;
}

.explore-hero-heading .section-kicker i {
   font-size: 0.95rem;
}

.explore-filter-card {
   margin-bottom: 14px;
   padding: 16px;
   border-radius: 22px;
   background: rgba(17, 24, 39, 0.72);
   border: 1px solid rgba(255, 255, 255, 0.08);
   box-shadow: 0 24px 60px rgba(3, 7, 18, 0.28);
   backdrop-filter: blur(18px);
}

.explore-filter-row {
   display: grid;
   grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(160px, .7fr)) auto;
   gap: 12px;
   align-items: center;
}

.explore-filter-field {
   position: relative;
   min-width: 0;
}

.explore-filter-field--search .form-control {
   padding-left: 42px !important;
}

.explore-filter-icon {
   position: absolute;
   left: 15px;
   top: 50%;
   transform: translateY(-50%);
   color: rgba(248, 250, 252, 0.46);
   pointer-events: none;
}

.explore-filter-bar .form-control,
.explore-filter-bar .form-select {
   min-height: 48px;
   background: rgba(255, 255, 255, 0.06) !important;
   border: 1px solid rgba(255, 255, 255, 0.12) !important;
   color: #f1f5f9 !important;
   border-radius: 16px;
   padding: 12px 16px;
}

.explore-filter-bar .form-control::placeholder {
   color: rgba(248, 250, 252, 0.4);
}

.explore-filter-bar .form-select option {
   background: #1e293b;
   color: #f1f5f9;
}

.explore-search-btn {
   min-height: 48px;
   padding: 12px 24px;
   white-space: nowrap;
   flex-shrink: 0;
}

.explore-chip-row {
   display: flex;
   gap: 10px;
   overflow-x: auto;
   padding-bottom: 4px;
   scrollbar-width: none;
   -webkit-overflow-scrolling: touch;
}

.explore-chip-row::-webkit-scrollbar {
   display: none;
}

.landing-shell .explore-chip-row a.explore-chip,
.explore-chip {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 7px;
   min-height: 44px;
   padding: 10px 16px;
   border-radius: 999px;
   border: 1px solid rgba(148, 163, 184, 0.18);
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
   color: rgba(248, 250, 252, 0.84) !important;
   font-size: 0.9rem;
   font-weight: 600;
   text-decoration: none !important;
   text-decoration-line: none !important;
   white-space: nowrap;
   transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.landing-shell .explore-chip-row a.explore-chip i,
.explore-chip i {
   font-size: 0.95rem;
   line-height: 1;
}

.explore-chip-live-dot {
   color: #fb7185;
}

.landing-shell .explore-chip-row a.explore-chip:hover,
.explore-chip:hover {
   transform: translateY(-2px);
   border-color: rgba(96, 165, 250, 0.36);
   color: #fff !important;
   text-decoration: none !important;
   text-decoration-line: none !important;
}

.landing-shell .explore-chip-row a.explore-chip.is-active,
.explore-chip.is-active {
   background: linear-gradient(135deg, rgba(108, 78, 255, 0.98), rgba(37, 99, 235, 0.9));
   color: #fff !important;
   border-color: transparent;
   box-shadow: 0 16px 30px rgba(76, 72, 255, 0.24);
}

.landing-shell .explore-directory-stats,
.explore-directory-stats {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 14px;
   margin-bottom: 20px;
}

.landing-shell .explore-directory-stat,
.explore-directory-stat {
   display: flex;
   align-items: center;
   gap: 12px;
   min-width: 0;
   padding: 16px 18px;
   border-radius: 20px;
   background: rgba(255, 255, 255, 0.045);
   border: 1px solid rgba(255, 255, 255, 0.08);
   box-shadow: 0 18px 45px rgba(3, 7, 18, 0.18);
}

.landing-shell .explore-directory-stat span,
.explore-directory-stat span {
   width: 42px;
   height: 42px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 15px;
   background: rgba(99, 102, 241, 0.16);
   color: #93c5fd;
   flex-shrink: 0;
}

.landing-shell .explore-directory-stat strong,
.explore-directory-stat strong {
   color: #fff;
   font-size: 1.35rem;
   line-height: 1;
}

.landing-shell .explore-directory-stat small,
.explore-directory-stat small {
   display: block;
   color: rgba(248, 250, 252, 0.58);
   font-weight: 700;
   margin-left: -6px;
}

.explore-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
   gap: 20px;
}

.explore-creator-card {
   display: flex;
   flex-direction: column;
   gap: 14px;
   min-width: 0;
   background:
      radial-gradient(circle at top left, rgba(96, 165, 250, 0.08), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 24px;
   padding: 22px;
   transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
   animation: exploreCardFade 0.35s ease both;
}

.explore-creator-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 26px 70px rgba(14, 23, 52, 0.38), 0 0 0 1px rgba(96, 165, 250, 0.08);
   border-color: rgba(129, 140, 248, 0.38);
}

.explore-creator-card.is-live {
   border-color: rgba(244, 63, 94, 0.28);
   box-shadow: 0 18px 44px rgba(190, 24, 93, 0.12);
}

.landing-shell .explore-seo-block,
.explore-seo-block {
   color: #f8fafc;
   background:
      radial-gradient(circle at top left, rgba(96, 165, 250, 0.1), transparent 36%),
      linear-gradient(180deg, rgba(17, 24, 39, 0.86), rgba(15, 23, 42, 0.92));
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 24px;
   box-shadow: 0 24px 60px rgba(3, 7, 18, 0.28);
}

.landing-shell .explore-seo-block h2,
.explore-seo-block h2 {
   color: #fff;
}

.landing-shell .explore-seo-block p,
.explore-seo-block p {
   color: rgba(226, 232, 240, 0.76);
}

.explore-seo-copy {
   max-width: 1050px;
}

.explore-seo-copy p {
   margin-bottom: 1rem;
   line-height: 1.8;
}

.explore-section .breadcrumb-item,
.explore-section .breadcrumb-item.active {
   color: rgba(226, 232, 240, 0.62);
}

.explore-section .breadcrumb-item a {
   color: #93c5fd;
   text-decoration: none;
}

.explore-section .breadcrumb-item + .breadcrumb-item::before {
   color: rgba(226, 232, 240, 0.36);
}

.landing-shell .explore-seo-block a.btn,
.explore-seo-block a.btn {
   color: #dbeafe;
   background: rgba(96, 165, 250, 0.08);
   border: 1px solid rgba(96, 165, 250, 0.34);
   border-radius: 12px;
}

.landing-shell .explore-seo-block a.btn:hover,
.explore-seo-block a.btn:hover {
   color: #fff;
   background: rgba(108, 78, 255, 0.22);
   border-color: rgba(139, 92, 246, 0.72);
}

.explore-card-top {
   min-width: 0;
}

.explore-creator-header {
   display: flex;
   align-items: flex-start;
   gap: 14px;
}

.explore-avatar {
   width: 62px;
   height: 62px;
   border-radius: 18px;
   object-fit: cover;
   flex-shrink: 0;
   border: 2px solid rgba(255, 255, 255, 0.14);
}

.explore-avatar-placeholder {
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(108, 78, 255, 0.15);
   color: #8B5CF6;
   font-size: 1.4rem;
}

.landing-shell .verified-avatar-wrap {
   position: relative;
   display: inline-flex;
   flex-shrink: 0;
   overflow: visible;
}

.landing-shell .verified-avatar-wrap .verified-badge-avatar,
.landing-shell .explore-creator-card .verified-badge-avatar,
.landing-shell .live-creator-card .verified-badge-avatar,
.landing-shell .trending-creator-card .verified-badge-avatar {
   position: absolute !important;
   right: -4px !important;
   bottom: -4px !important;
   width: 22px !important;
   height: 22px !important;
   max-width: 22px !important;
   max-height: 22px !important;
   min-width: 22px !important;
   min-height: 22px !important;
   object-fit: contain !important;
   z-index: 4;
}

.landing-shell .explore-creator-card .verified-avatar-wrap {
   width: 62px;
   height: 62px;
}

.explore-avatar-ring {
   border-radius: 20px;
   padding: 3px;
   background: linear-gradient(135deg, rgba(148, 163, 184, 0.22), rgba(51, 65, 85, 0.18));
}

.explore-avatar-ring.is-verified {
   background: linear-gradient(135deg, rgba(59, 130, 246, 0.88), rgba(139, 92, 246, 0.78));
   box-shadow: 0 12px 30px rgba(79, 70, 229, 0.22);
}

.explore-avatar-ring.is-live {
   background: linear-gradient(135deg, rgba(244, 63, 94, 0.95), rgba(249, 115, 22, 0.62));
   box-shadow: 0 12px 34px rgba(244, 63, 94, 0.3);
}

.landing-shell .explore-creator-card .verified-badge-avatar,
.landing-shell .verified-badge-name {
   width: 18px !important;
   height: 18px !important;
   max-width: 18px !important;
   max-height: 18px !important;
   min-width: 18px !important;
   min-height: 18px !important;
   object-fit: contain !important;
}

.explore-creator-info {
   min-width: 0;
   flex: 1;
}

.explore-title-row {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 10px;
}

.explore-creator-info h4 {
   font-size: 1.1rem;
   font-weight: 800;
   color: #f8fafc;
   margin: 0;
   line-height: 1.2;
}

.explore-name-badges {
   display: flex;
   gap: 6px;
   align-items: center;
   margin: 6px 0 2px;
}

.explore-live-pill {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 6px 10px;
   border-radius: 999px;
   background: linear-gradient(135deg, rgba(244, 63, 94, 0.22), rgba(239, 68, 68, 0.12));
   border: 1px solid rgba(244, 63, 94, 0.34);
   color: #fecdd3;
   font-size: 0.68rem;
   font-weight: 800;
   white-space: nowrap;
   box-shadow: 0 0 24px rgba(244, 63, 94, 0.16);
}

.explore-live-pill i {
   color: #fb7185;
   animation: exploreLivePulse 1.6s ease-in-out infinite;
}

.explore-username {
   display: block;
   font-size: 0.84rem;
   color: rgba(248, 250, 252, 0.56);
}

.explore-meta-row {
   display: flex;
   flex-wrap: wrap;
   gap: 8px 12px;
   margin-top: 8px;
}

.explore-meta,
.explore-stat-pill {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   font-size: 0.79rem;
   color: rgba(248, 250, 252, 0.66);
}

.explore-live-state {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
   min-height: 42px;
   padding: 10px 12px;
   border-radius: 16px;
   background: rgba(255, 255, 255, 0.045);
   border: 1px solid rgba(255, 255, 255, 0.065);
}

.explore-live-state.is-live {
   background: linear-gradient(135deg, rgba(244, 63, 94, 0.12), rgba(30, 41, 59, 0.2));
   border-color: rgba(244, 63, 94, 0.18);
}

.explore-live-game,
.explore-category-pill {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   min-width: 0;
   color: rgba(248, 250, 252, 0.78);
   font-size: 0.82rem;
   font-weight: 800;
}

.landing-shell .explore-stats-row,
.explore-stats-row {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
}

.landing-shell .explore-stats-row .explore-stat-pill,
.explore-stat-pill {
   justify-content: center;
   padding: 9px 12px;
   border-radius: 999px;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.06);
   text-align: center;
   white-space: nowrap;
}

.landing-shell .explore-stats-row .explore-stat-pill strong,
.explore-stat-pill strong {
   color: #fff;
}

.explore-bio {
   margin: 0;
   color: rgba(248, 250, 252, 0.72);
   line-height: 1.65;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.waitlist-accept-card {
   position: relative;
   overflow: hidden;
   color: #f8fafc;
   background:
      radial-gradient(circle at top right, rgba(108, 78, 255, 0.22), transparent 34%),
      linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(12, 18, 34, 0.92));
   border: 1px solid rgba(129, 140, 248, 0.32);
   border-radius: 22px;
   box-shadow: 0 28px 70px rgba(3, 7, 18, 0.34);
}

.waitlist-accept-card h1,
.waitlist-accept-card .section-kicker {
   color: #ffffff;
}

.waitlist-accept-copy {
   color: rgba(226, 232, 240, 0.76);
   line-height: 1.7;
}

.waitlist-accept-card .form-label {
   color: rgba(226, 232, 240, 0.88);
   font-weight: 700;
}

.waitlist-accept-card .form-control,
.waitlist-accept-card .form-select {
   min-height: 48px;
   color: #f8fafc !important;
   background-color: rgba(15, 23, 42, 0.82) !important;
   border-color: rgba(148, 163, 184, 0.24) !important;
}

.waitlist-accept-card .form-control[readonly] {
   opacity: 1;
   color: rgba(248, 250, 252, 0.88) !important;
   background-color: rgba(148, 163, 184, 0.12) !important;
}

.waitlist-accept-card .form-control::placeholder {
   color: rgba(226, 232, 240, 0.46);
}

.waitlist-accept-card .form-select option {
   color: #0f172a;
}

.explore-live-title {
   font-size: 0.86rem;
   color: rgba(248, 250, 252, 0.76);
   margin: 0;
   padding: 10px 12px;
   background: rgba(239, 68, 68, 0.08);
   border-radius: 14px;
   border: 1px solid rgba(239, 68, 68, 0.15);
}

.explore-actions {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   margin-top: auto;
}

.explore-actions .btn {
   min-height: 40px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.explore-actions .btn-outline-light {
   border-color: rgba(255, 255, 255, 0.15);
   color: rgba(248, 250, 252, 0.86);
}

.explore-actions .btn-outline-light:hover {
   background: rgba(255, 255, 255, 0.08);
   border-color: rgba(255, 255, 255, 0.25);
   color: #fff;
}

.explore-support-btn {
   margin-left: auto;
   padding-inline: 20px;
   box-shadow: 0 14px 28px rgba(79, 70, 229, 0.22);
}

.explore-support-btn-disabled {
   cursor: not-allowed;
   opacity: 0.6;
   box-shadow: none;
}

.explore-empty {
   text-align: center;
   padding: 80px 20px;
   color: rgba(248, 250, 252, 0.5);
   border-radius: 26px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
}

.explore-empty i {
   color: rgba(108, 78, 255, 0.3);
   margin-bottom: 16px;
}

.explore-empty h5 {
   color: #f1f5f9;
   margin-bottom: 8px;
}

@keyframes exploreLivePulse {
   0%, 100% {
      opacity: 1;
      transform: scale(1);
   }
   50% {
      opacity: 0.62;
      transform: scale(1.25);
   }
}

@keyframes exploreCardFade {
   from {
      opacity: 0;
      transform: translateY(8px);
   }
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

@media (max-width: 991.98px) {
   .explore-filter-row {
       grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .explore-filter-field--search,
   .explore-search-btn {
       grid-column: 1 / -1;
   }
}

@media (max-width: 767.98px) {
   .landing-nav {
       padding-top: max(0px, env(safe-area-inset-top));
       background: linear-gradient(180deg, rgba(7, 11, 23, 0.88), rgba(7, 11, 23, 0.72));
       backdrop-filter: blur(18px);
   }

   .landing-nav .container {
       min-height: 64px;
   }

   .landing-nav .navbar-brand {
       font-size: 1.05rem;
   }

   .landing-nav .navbar-brand img {
       height: 26px !important;
   }

   .landing-nav .navbar-toggler {
       min-width: 44px;
       min-height: 44px;
       border-radius: 14px;
   }

   .landing-main {
       padding-top: calc(74px + env(safe-area-inset-top));
   }

   .explore-section {
       padding-top: 34px;
       padding-bottom: calc(32px + env(safe-area-inset-bottom));
   }

   .explore-hero-card {
       margin-bottom: 16px;
   }

   .explore-hero-heading {
       margin-bottom: 12px;
   }

   .explore-hero-heading .section-kicker {
       padding: 9px 14px;
       font-size: 0.88rem;
   }

   .explore-hero-heading h2 {
       font-size: clamp(1.9rem, 7vw, 2.3rem);
       margin: 12px 0 6px;
   }

   .explore-hero-heading p {
       font-size: 0.95rem;
       line-height: 1.6;
   }

   .explore-filter-card {
       padding: 12px;
       border-radius: 19px;
       margin-bottom: 12px;
   }

   .explore-filter-row {
       grid-template-columns: 1fr;
       gap: 10px;
   }

   .explore-filter-field,
   .explore-search-btn {
       width: 100%;
       grid-column: auto;
   }

   .explore-filter-bar .form-control,
   .explore-filter-bar .form-select,
   .explore-search-btn {
       min-height: 46px;
   }

   .explore-grid {
       grid-template-columns: 1fr;
       gap: 14px;
   }

   .explore-directory-stats {
       grid-template-columns: repeat(3, minmax(0, 1fr));
       gap: 8px;
       margin-bottom: 14px;
   }

   .explore-directory-stat {
       flex-direction: column;
       align-items: flex-start;
       gap: 6px;
       padding: 12px;
       border-radius: 17px;
   }

   .explore-directory-stat span {
       width: 34px;
       height: 34px;
       border-radius: 13px;
   }

   .explore-directory-stat strong {
       font-size: 1.1rem;
   }

   .explore-directory-stat small {
       margin-left: 0;
       font-size: 0.72rem;
   }

   .explore-creator-card {
       padding: 18px;
       border-radius: 20px;
       animation: none;
   }

   .explore-creator-card:hover {
       transform: none;
       box-shadow: none;
   }

   .explore-avatar,
   .landing-shell .explore-creator-card .verified-avatar-wrap {
       width: 54px;
       height: 54px;
   }

   .explore-avatar {
       border-radius: 16px;
   }

   .explore-creator-info h4 {
       font-size: 1.02rem;
   }

   .explore-title-row {
       align-items: center;
   }

   .explore-live-pill {
       font-size: 0.62rem;
       padding: 5px 8px;
   }

   .explore-live-state {
       min-height: 40px;
       padding: 9px 10px;
   }

   .explore-stats-row {
       display: flex;
       flex-wrap: wrap;
   }

   .explore-stat-pill {
       justify-content: flex-start;
       flex: 1 1 calc(50% - 8px);
       min-width: 138px;
   }

   .explore-bio {
       font-size: 0.88rem;
       line-height: 1.6;
   }

   .explore-actions {
       display: grid;
       grid-template-columns: 0.85fr 1fr 1.25fr;
       gap: 8px;
   }

   .explore-support-btn {
       margin-left: 0;
   }

   .pricing-grid {
       grid-template-columns: 1fr;
   }
}
