/* ============================================================
   STUDIOS.CSS — Dedicated styles for /studios landing page
   Brand: Glocalize | Navy #0A2D81 | Pink #3a5fc8 | Dark #210826
   ============================================================ */

.studios-page {
    background: #0a0a0a;
}

/* ---- HEADER ---- */
.studios-header {
    background: #141414;
    border-bottom: 1px solid rgba(10,45,129,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(10,45,129,0.06);
}
.studios-header .navbar {
    padding: 14px 0;
}
.studios-header .nav-link {
    color: #f9fafb !important;
    font-weight: 700;
}
.studios-header .nav-link:hover {
    color: #ffffff !important;
}
.studios-nav-cta {
    font-weight: 700;
    font-size: 0.95rem;
}

/* ---- HERO ---- */
.studios-hero {
    position: relative;
    padding: 50px 0 40px;
    overflow: hidden;
}
.studios-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f0f4ff 0%, #fdf0f9 60%, #fff 100%);
    z-index: 0;
}
.studios-hero-bg::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    top: -200px;
    right: -100px;
}
.min-vh-studios {
    min-height: 70vh;
}
.studios-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 20px;
}
.studios-headline {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 800;
    color: #f9fafb;
    line-height: 1.1;
    margin-bottom: 24px;
}
.studios-headline-accent {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}
.studios-headline-accent::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    opacity: 0.4;
    border-radius: 2px;
}
.studios-subhead {
    font-size: 1.15rem;
    color: #f9fafb;
    opacity: 0.8;
    max-width: 580px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.studios-hero-ctas {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.studios-hero-ctas .hero-video-hint {
    margin-top: 0;
}
.studios-btn-primary {
    background: #ffffff !important;
    border: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 999px;
    padding: 14px 32px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(255,255,255,0.35);
}
.studios-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255,255,255,0.45);
    background: #ffffff !important;
}
.studios-link-cta {
    color: #f9fafb;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}
.studios-link-cta:hover {
    gap: 10px;
    color: #ffffff;
}

/* Hero Visual */
.studios-hero-visual {
    position: relative;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.studios-film-reel {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0A2D81, #5580E9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    box-shadow: 0 8px 32px rgba(10,45,129,0.3);
    z-index: 2;
    animation: pulse-reel 3s ease-in-out infinite;
}
@keyframes pulse-reel {
    0%, 100% { transform: scale(1); box-shadow: 0 8px 32px rgba(10,45,129,0.3); }
    50% { transform: scale(1.05); box-shadow: 0 12px 40px rgba(10,45,129,0.4); }
}
.studios-lang-orbit {
    position: absolute;
    inset: 0;
    animation: orbit-spin 18s linear infinite;
}
.orbit-item {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.78rem;
    font-weight: 700;
    color: #f9fafb;
    background: #141414;
    border: 1.5px solid #C1C8E4;
    border-radius: 999px;
    padding: 5px 12px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(10,45,129,0.1);
    transform: rotate(var(--angle)) translateX(140px) rotate(calc(-1 * var(--angle)));
    transform-origin: 0 0;
    margin-top: -14px;
    margin-left: -30px;
}
@keyframes orbit-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ---- STATS STRIP ---- */
.studios-stats-strip {
    background: #ffffff;
    padding: 40px 0;
}
.studios-stat {
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.studios-stat:last-child { border-right: none; }
.studios-stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    line-height: 1;
}
.studios-stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.45);
    font-weight: 600;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .studios-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .studios-stat:last-child { border-bottom: none; }
}

/* ---- SECTION SHARED ---- */
.studios-section-label {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}
.studios-section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #f9fafb;
    line-height: 1.2;
}

/* ---- HOW IT WORKS ---- */
.studios-how-section {
    padding: 90px 0;
    background: #141414;
}
.studios-steps {
    max-width: 780px;
    margin: 0 auto;
}
.studios-step {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.studios-step-num {
    font-size: 2.8rem;
    font-weight: 800;
    color: rgba(255,255,255,0.22);
    line-height: 1;
    min-width: 64px;
    padding-top: 4px;
}
.studios-step-content h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #f9fafb;
    margin-bottom: 8px;
}
.studios-step-content p {
    font-size: 1rem;
    color: #f9fafb;
    opacity: 0.75;
    line-height: 1.65;
}
.studios-step-connector {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, #3a5fc8, rgba(255,255,255,0.1));
    margin-left: 31px;
    margin: 8px 0 8px 31px;
}

/* ---- WHY GLOCALIZE ---- */
.studios-why-section {
    padding: 90px 0;
    background: #141414;
}
.studios-compare-table {
    max-width: 720px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(10,45,129,0.1);
}
.compare-row {
    display: grid;
    grid-template-columns: 1fr 160px 160px;
    border-bottom: 1px solid rgba(10,45,129,0.07);
}
.compare-row:last-child { border-bottom: none; }
.compare-row.compare-header {
    background: #0A2D81;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.compare-cell {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #f9fafb;
    background: #141414;
}
.compare-header .compare-cell { color: rgba(255,255,255,0.7); background: transparent; }
.compare-us {
    justify-content: center;
    background: rgba(255,255,255,0.05) !important;
    font-weight: 700;
    color: #f9fafb !important;
}
.compare-header .compare-us { color: #ffffff !important; background: transparent !important; font-size: 1rem; }
.compare-them {
    justify-content: center;
    color: #999 !important;
    font-size: 0.9rem;
}
.compare-header .compare-them { color: rgba(255,255,255,0.5) !important; background: transparent !important; }
.studios-check { color: #ffffff; font-size: 1.2rem; }
.studios-cross { color: #ddd; font-size: 1.2rem; }
@media (max-width: 600px) {
    .compare-row { grid-template-columns: 1fr 100px 100px; }
    .compare-cell { padding: 12px; font-size: 0.82rem; }
}

/* ---- SERVICES ---- */
.studios-services-section {
    padding: 90px 0;
    background: #141414;
}
.studios-service-card {
    background: #141414;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    position: relative;
}
.studios-service-card:hover {
    border-color: #C1C8E4;
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(10,45,129,0.1);
}
.studios-service-card.studios-service-featured {
    background: #0A2D81;
    border-color: #f9fafb;
}
.studios-service-featured h4,
.studios-service-featured p { color: #fff !important; }
.studios-service-featured .studios-service-icon { color: #ffffff; }
.studios-service-icon {
    font-size: 2rem;
    color: #f9fafb;
    margin-bottom: 16px;
}
.studios-service-card h4 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #f9fafb;
    margin-bottom: 10px;
}
.studios-service-card p {
    font-size: 0.9rem;
    color: #f9fafb;
    opacity: 0.7;
    line-height: 1.6;
    margin: 0;
}
.studios-service-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #ffffff;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 12px;
    border-radius: 999px;
}

/* ---- CLIENT SECTION ---- */
.studios-client-section {
    padding: 80px 0;
    background: #141414;
}
.studios-client-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 32px 0;
}
.studios-logo-placeholder {
    width: 180px;
    height: 70px;
    background: #141414;
    border: 2px dashed #C1C8E4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C1C8E4;
    font-weight: 700;
    font-size: 0.8rem;
}
.studios-client-quote {
    max-width: 620px;
    margin: 0 auto;
    padding: 32px;
    background: #141414;
    border-left: 4px solid #3a5fc8;
    border-radius: 0 12px 12px 0;
    text-align: left;
    box-shadow: 0 2px 16px rgba(10,45,129,0.06);
}
.studios-client-quote p {
    font-size: 1.15rem;
    font-weight: 600;
    color: #f9fafb;
    margin: 0 0 12px;
}
.studios-client-quote cite {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
}

/* ---- DEMO SECTION ---- */
.studios-demo-section {
    padding: 100px 0;
    background: linear-gradient(160deg, #0A2D81 0%, #1a3fa0 50%, #210826 100%);
    position: relative;
    overflow: hidden;
}
.studios-demo-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
    bottom: -200px;
    left: -100px;
    pointer-events: none;
}
.studios-demo-section .studios-section-label { color: rgba(255,255,255,0.9); }
.studios-demo-section .studios-section-title { color: #fff; }
.studios-demo-subhead {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto;
}
.studios-demo-card {
    background: #141414;
    border-radius: 999px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.studios-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 8px;
}
.studios-label-optional {
    color: #aaa;
    font-weight: 400;
}
.studios-input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8ecf8;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #f9fafb;
    background: #141414;
    transition: border-color 0.2s ease;
    outline: none;
}
.studios-input:focus {
    border-color: #ffffff;
    background: #141414;
}
.studios-textarea {
    resize: vertical;
    min-height: 90px;
}
.studios-form-note {
    font-size: 0.78rem;
    color: #aaa;
    text-align: center;
    margin: 0;
}

/* Demo sidebar */
.studios-demo-sidebar {
    padding: 32px 24px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    height: 100%;
}
.studios-demo-sidebar h4 {
    color: #fff !important;
}
.studios-next-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}
.studios-next-step:last-child { margin-bottom: 0; }
.studios-next-num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #ffffff;
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.studios-next-step p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8) !important;
    line-height: 1.55;
    margin: 0;
    padding-top: 4px;
}

/* ============================================================
   DEMO REEL SECTION
   ============================================================ */
.studios-demo-reel {
    padding: 100px 0;
    background: #0A2D81;
    position: relative;
    overflow: hidden;
}
.studios-demo-reel::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
}
.studios-demo-reel .studios-section-label { color: rgba(255,255,255,0.9); }
.studios-demo-reel .studios-section-title { color: #fff; }
.studios-demo-reel-sub {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    margin-top: 12px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Main player */
.demo-reel-feature {
    max-width: 900px;
    margin: 0 auto 32px;
}
.demo-reel-player {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
    background: #000;
    box-shadow: 0 24px 80px rgba(0,0,0,0.5);
    cursor: pointer;
}
.demo-reel-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #111827 0%, #1e0a2e 100%);
    gap: 24px;
}
.demo-play-btn {
    width: 88px;
    height: 88px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 28px rgba(255,255,255,0.5);
}
.demo-reel-player:hover .demo-play-btn {
    transform: scale(1.1);
    box-shadow: 0 8px 40px rgba(255,255,255,0.65);
}
.demo-reel-overlay-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.demo-reel-lang-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 16px;
    border-radius: 999px;
    display: inline-block;
}
.demo-reel-clip-title {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    margin: 0;
}

/* Language switcher */
.demo-lang-switcher {
    max-width: 900px;
    margin: 0 auto 40px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 20px 24px;
}
.demo-lang-label {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 14px;
}
.demo-lang-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.demo-lang-tab {
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 30px;
    padding: 8px 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
.demo-lang-tab:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}
.demo-lang-tab.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255,255,255,0.4);
}
.demo-lang-status {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    border-radius: 10px;
}
.demo-lang-ready {
    background: rgba(16,185,129,0.2);
    color: #34d399;
}
.demo-lang-soon {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4);
}

/* Indian languages row */
.demo-indian-row {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 24px;
}
.demo-indian-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}
.demo-indian-label {
    font-size: 0.88rem;
    font-weight: 800;
    color: rgba(255,255,255,0.85);
}
.demo-indian-sub {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
}
.demo-indian-card {
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.demo-indian-card:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.35);
}
.demo-indian-card.demo-indian-soon {
    opacity: 0.45;
    cursor: default;
}
.demo-indian-play {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1;
}
.demo-indian-soon .demo-indian-play { color: rgba(255,255,255,0.3); }
.demo-indian-clip {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    margin-top: 2px;
}

/* ============================================================
   DEMO SECTION — Side-by-side YouTube player
   ============================================================ */

/* Group tabs: International / Indian Regional */
.demo-group-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}
.demo-group-tab {
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 40px;
    padding: 12px 32px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.demo-group-tab:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}
.demo-group-tab.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255,255,255,0.4);
}

/* Side-by-side players */
.demo-players-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}
.demo-player-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.demo-player-label {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.5);
    text-align: center;
}
.demo-player-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}
.demo-player-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.demo-player-caption {
    text-align: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    min-height: 24px;
}
.demo-player-arrow {
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    padding: 0 4px;
    margin-top: 20px;
}

/* Language grid */
.demo-lang-grid {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 16px;
}
.demo-lang-grid-label {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 14px;
}
.demo-lang-grid-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.demo-lang-btn {
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.8);
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 30px;
    padding: 8px 18px;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
}
.demo-lang-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}
.demo-lang-btn.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #fff;
    box-shadow: 0 4px 14px rgba(255,255,255,0.4);
}

/* Mobile — stack players vertically */
@media (max-width: 767px) {
    .demo-players-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .demo-player-arrow {
        transform: rotate(90deg);
        margin: 0 auto;
        font-size: 1.5rem;
    }
    .demo-group-tab {
        font-size: 0.88rem;
        padding: 10px 20px;
    }
    .demo-lang-btn {
        font-size: 0.8rem;
        padding: 7px 14px;
    }
}

/* ============================================================
   STUDIOS HERO + DEMO — merged above-the-fold section
   ============================================================ */
.studios-hero-demo {
    position: relative;
    padding: 40px 0 36px;
    overflow: hidden;
    background: #0a0a0a;
}
.studios-hero-demo .studios-hero-bg {
    display: none;
}
.studios-hero-demo .studios-eyebrow {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffffff;
}
.studios-hero-demo .studios-headline {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #f9fafb;
}
.studios-hero-demo .studios-headline-accent {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.studios-hero-demo .studios-subhead {
    font-size: 0.95rem;
    margin-bottom: 24px;
    color: #f9fafb;
    opacity: 0.75;
}
.studios-hero-demo .studios-link-cta {
    color: #f9fafb;
}
.studios-hero-demo .studios-link-cta:hover {
    color: #ffffff;
}
.studios-hero-demo-text {
    padding-top: 12px;
    padding-right: 20px;
}
.studios-demo-tabs {
    margin-bottom: 14px;
}

/* Override dark demo styles inside light hero */
.studios-hero-demo .demo-group-tab {
    background: #141414;
    border: 2px solid #C1C8E4;
    color: #f9fafb;
}
.studios-hero-demo .demo-group-tab:hover {
    border-color: #f9fafb;
}
.studios-hero-demo .demo-group-tab.active {
    background: #0A2D81;
    border-color: #f9fafb;
    color: #fff;
}
.studios-hero-demo .demo-lang-grid {
    background: #141414;
    border: 1px solid rgba(10,45,129,0.1);
    padding: 14px 16px;
}
.studios-hero-demo .demo-lang-grid-label {
    color: #f9fafb;
    opacity: 0.45;
    margin-bottom: 8px;
}
.studios-hero-demo .demo-lang-btn {
    background: #141414;
    border: 1.5px solid #C1C8E4;
    color: #f9fafb;
    font-size: 0.78rem;
    padding: 5px 11px;
}
.studios-hero-demo .demo-lang-btn:hover {
    border-color: #f9fafb;
    background: #141414;
}
.studios-hero-demo .demo-lang-btn.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #fff;
}
.studios-hero-demo .demo-player-label {
    color: #f9fafb;
    opacity: 0.45;
}
.studios-hero-demo .demo-player-caption {
    color: #f9fafb;
    opacity: 0.7;
}
.studios-hero-demo .demo-player-arrow {
    color: #ffffff;
}
.studios-hero-demo .demo-players-row {
    gap: 12px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .studios-hero-demo-text {
        padding-right: 0;
        text-align: center;
    }
    .studios-hero-demo .studios-hero-ctas { justify-content: center; }
    .studios-demo-tabs { justify-content: center; }
}

/* ── Select dropdown styling ─────────────────────────────────────── */
select.studios-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaaaaa' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
    border-radius: 999px;
}
select.studios-input option {
    background: #1a1a1a;
    color: #f9fafb;
}

/* ── Select placeholder colour fix ──────────────────────────────── */
select.studios-input {
    color: #f9fafb;
}
select.studios-input option[value=""] {
    color: #9ca3af;
}
select.studios-input:invalid,
select.studios-input.placeholder-shown {
    color: #6b7280;
}
/* Match placeholder grey when first option selected */
select.studios-input:required:invalid {
    color: #6b7280;
}
