/* ============================================
   INDIA IS A FEELING — Design System v3
   Primary: #f85a40
   GV: #f85a40 | GTa: #0cb9c1 | GTe: #f48924
   ============================================ */

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

:root {
    --primary: #f85a40;
    --primary-dark: #e04530;
    --primary-light: #fff0ee;
    --primary-glow: rgba(248, 90, 64, 0.12);
    --gv: #f85a40; --gv-light: #fff0ee;
    --gta: #0cb9c1; --gta-light: #e6f8f9;
    --gte: #f48924; --gte-light: #fef3e6;
    --text: #1a1a2e; --text-secondary: #555770; --text-light: #888a9e;
    --bg: transparent; --bg-alt: rgba(253,246,238,0.12); --bg-warm: rgba(254,248,242,0.10);
    --border: #e8d8cc; --border-light: #f0e4d8;
    --radius: 12px; --radius-lg: 20px; --radius-xl: 28px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.06);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
    font-family: var(--font-body); font-size: 16px; line-height: 1.7;
    color: var(--text); background: transparent; overflow-x: hidden;
    position: relative;
    cursor: url("../cursor-mandala.svg") 16 16, auto;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul { list-style: none; }
.container { max-width: 1600px; margin: 0 auto; padding: 0 48px; }
.section { padding: 64px 0; position: relative; z-index: 1; }

/* ============================================
   INDIAN CULTURAL BACKGROUND SYSTEM
   ============================================ */
.bg-indian {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0; pointer-events: none; overflow: hidden;
    background: linear-gradient(135deg,
        #fdf6ee 0%,
        #fef0d8 25%,
        #fdf0e2 50%,
        #fef5ea 75%,
        #fdf6ee 100%);
}

/* Animated gradient wash */
.bg-indian::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 20% 20%, rgba(244, 137, 36, 0.14) 0%, transparent 60%),
                radial-gradient(ellipse 60% 70% at 80% 80%, rgba(248, 90, 64, 0.12) 0%, transparent 60%),
                radial-gradient(ellipse 50% 50% at 60% 30%, rgba(154, 3, 30, 0.07) 0%, transparent 50%);
    animation: bgWash 18s ease-in-out infinite alternate;
}
@keyframes bgWash {
    0%   { opacity: 0.7; transform: scale(1) rotate(0deg); }
    50%  { opacity: 1;   transform: scale(1.05) rotate(1deg); }
    100% { opacity: 0.8; transform: scale(0.98) rotate(-1deg); }
}

/* Canvas for chakra + wave animations */
#bg-canvas {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* ============================================
   SVG MANDALA CORNERS
   ============================================ */

/* Bottom-left — maroon, rotates clockwise */
.mandala-bl {
    position: absolute;
    width: 78vmin; height: 78vmin;
    bottom: 0; left: 0;
    pointer-events: none;
    opacity: 0.48;
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7000%) hue-rotate(338deg) brightness(78%);
    animation: spinBL 75s linear infinite;
}
/* Top-right — saffron, counter-clockwise */
.mandala-tr {
    position: absolute;
    width: 72vmin; height: 72vmin;
    top: 0; right: 0;
    pointer-events: none;
    opacity: 0.44;
    filter: brightness(0) saturate(100%) invert(58%) sepia(100%) saturate(700%) hue-rotate(352deg) brightness(108%);
    animation: spinTR 90s linear infinite;
}
/* Faint centre watermark */
.mandala-center {
    position: absolute;
    width: 52vmin; height: 52vmin;
    top: 50%; left: 50%;
    pointer-events: none;
    opacity: 0.042;
    filter: brightness(0) saturate(100%) invert(40%) sepia(80%) saturate(500%) hue-rotate(10deg);
    animation: spinCenter 130s linear infinite;
}

@keyframes spinBL {
    from { transform: translate(-50%, 50%) rotate(0deg); }
    to   { transform: translate(-50%, 50%) rotate(360deg); }
}
@keyframes spinTR {
    from { transform: translate(50%, -50%) rotate(0deg); }
    to   { transform: translate(50%, -50%) rotate(-360deg); }
}
@keyframes spinCenter {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Floating paisley orbs */
.bg-orb {
    position: absolute; border-radius: 50%;
    filter: blur(60px); pointer-events: none;
    animation: orbFloat 24s ease-in-out infinite;
}
.bg-orb:nth-child(1) {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(244,137,36,0.18) 0%, transparent 70%);
    top: 5%; left: 5%; animation-duration: 20s;
}
.bg-orb:nth-child(2) {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(248,90,64,0.14) 0%, transparent 70%);
    top: 55%; right: 0%; animation-duration: 26s; animation-delay: -8s;
}
.bg-orb:nth-child(3) {
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(154,3,30,0.1) 0%, transparent 70%);
    bottom: 10%; left: 30%; animation-duration: 22s; animation-delay: -14s;
}
.bg-orb:nth-child(4) {
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(12,185,193,0.09) 0%, transparent 70%);
    top: 30%; left: 55%; animation-duration: 28s; animation-delay: -4s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25%  { transform: translate(60px, -50px) scale(1.08); }
    50%  { transform: translate(-30px, 70px) scale(0.95); }
    75%  { transform: translate(50px, 30px) scale(1.04); }
}

/* All main content above the background */
.navbar, .hero, .city-hero, .page-hero, .section, .image-banner,
.image-gallery, .carousel-section, .experience-strip, .auto-scroll-section,
.city-facts, .footer, .split-banner { position: relative; z-index: 1; }

/* ============================================
   PALETTE-DRIVEN SECTION & CARD COLOURS
   Palette: #460B2F #9A031E #FB8B24 #E36414 #000000 #DFD6CA
   ============================================ */

/* Section backgrounds — transparent so canvas mandala shows through globally */
.section, .auto-scroll-section, .products, .mcp-note,
.carousel-section, .testimonial-section, .city-highlights,
.city-intro, .about-section, .cities-preview, .contact,
.city-facts { background: transparent !important; }

/* Sections with inline style bg overrides */
section[style*="background"] { background: transparent !important; }

/* Non-program cards */
.intro-card {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22) !important;
}
.intro-card:hover {
    border-color: rgba(251, 139, 36, 0.55) !important;
    box-shadow:
        0 20px 48px      rgba(0,   0,   0,   0.30),
        0  0   70px      rgba(251, 139, 36,  0.22) !important;
}
.intro-card-body {
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
    flex: 1;
}
.intro-card h3, .intro-card-body h3 { color: #fff !important; }
.intro-card p { color: rgba(255,255,255,0.76) !important; }

.city-card {
    background: rgba(100, 13, 20, 0.88) !important;
    border-color: rgba(251, 139, 36, 0.22) !important;
}
.city-card:hover { border-color: #FB8B24 !important; box-shadow: 0 12px 40px rgba(100, 13, 20, 0.5) !important; }
.city-card-content h3 { color: #fff !important; }
.city-card-content p { color: rgba(255,255,255,0.72) !important; }
.city-card-tag { color: #FB8B24 !important; background: rgba(251,139,36,0.18) !important; }
.city-card-link { color: #FB8B24 !important; }

/* Exchange program cards (index page) — dark panel style */
.product-card {
    background: transparent !important;
    border-color: transparent !important;
}
.product-card.gv  { border-top: 3px solid var(--gv) !important; }
.product-card.gta { border-top: 3px solid var(--gta) !important; }
.product-card.gte { border-top: 3px solid var(--gte) !important; }
.product-card.gv:hover  { border-color: transparent !important; box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.product-card.gta:hover { border-color: transparent !important; box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.product-card.gte:hover { border-color: transparent !important; box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.product-card h3 { color: #fff !important; }
.product-card p { color: rgba(255,255,255,0.78) !important; }

/* Contact cards — portrait design; no dark background override needed */

.highlight-card {
    background: transparent !important;
    border-color: transparent !important;
}
.highlight-card:hover { border-color: transparent !important; transform: translateY(-6px) !important; box-shadow: 0 20px 48px rgba(251,139,36,0.28) !important; }
.highlight-card h3 { color: #fff !important; }
.highlight-card p { color: rgba(255,255,255,0.76) !important; }

/* Exchange program cards (city pages) — dark panel style */
.program-card {
    background: transparent !important;
    border-color: transparent !important;
}
.program-card.gv  { border-top: 3px solid var(--gv) !important; }
.program-card.gta { border-top: 3px solid var(--gta) !important; }
.program-card.gte { border-top: 3px solid var(--gte) !important; }
.program-card.gv:hover  { border-color: transparent !important; box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.program-card.gta:hover { border-color: transparent !important; box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.program-card.gte:hover { border-color: transparent !important; box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.program-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.26) !important; }
.program-card h3 { color: #fff !important; }
.program-card p { color: rgba(255,255,255,0.78) !important; }
.about-product-card { background: rgba(255, 255, 255, 0.95) !important; border-color: rgba(227, 100, 20, 0.15) !important; }
.about-product-card:hover { box-shadow: 0 4px 20px rgba(100, 13, 20, 0.15) !important; }
.about-product-card h3 { color: var(--text) !important; }
.about-product-card p { color: var(--text-secondary) !important; }

.practical-card {
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%) !important;
    border-color: transparent !important;
}
.practical-card:hover { border-color: transparent !important; transform: translateY(-6px) !important; box-shadow: 0 20px 48px rgba(251,139,36,0.28) !important; }
.practical-icon { color: rgba(251,139,36,0.92) !important; }
.practical-card h4 { color: #fff !important; }
.practical-card p { color: rgba(255,255,255,0.76) !important; }

/* City facts bar */
.city-facts {
    border-bottom: 1px solid rgba(154, 3, 30, 0.12) !important;
}
.fact-value { color: #9A031E !important; }

/* MCP Quote */
.mcp-card {
    background: linear-gradient(135deg, #6B1527 0%, #4A0E1A 55%, #2D0810 100%) !important;
    border-radius: var(--radius-xl) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow:
        0  8px 32px      rgba(0, 0, 0, 0.32),
        0  2px  8px      rgba(0, 0, 0, 0.18),
        0  0   60px      rgba(251, 139, 36, 0.14) !important;
}
.mcp-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(251, 139, 36, 0.50) !important;
    box-shadow:
        0 20px 52px      rgba(0, 0, 0, 0.38),
        0  2px  8px      rgba(0, 0, 0, 0.18),
        0  0   80px      rgba(251, 139, 36, 0.28) !important;
}
.mcp-quote-mark { color: #FB8B24 !important; opacity: 0.6 !important; }
.mcp-card blockquote { color: rgba(255,255,255,0.88) !important; }
.mcp-author-info strong { color: #fff !important; }
.mcp-author-info span { color: rgba(255,255,255,0.55) !important; }

/* Testimonial cards — portrait card design */
.testimonial-scroll-card { background: #fff !important; border: none !important; box-shadow: 0 6px 28px rgba(0,0,0,0.10) !important; }
.tcard-name { color: var(--text) !important; }
.tcard-tag { color: var(--text-light) !important; }
.tcard-quote { color: var(--text-secondary) !important; }

/* Footer — deep maroon */
.footer { background: #2E071E !important; }
.footer-logo .logo-india { color: #FB8B24 !important; }
.footer-logo .logo-feeling { color: #fff !important; }
.footer-links h4 { color: #FB8B24 !important; }
.footer-links a:hover { color: #FB8B24 !important; }
.footer-bottom { border-top-color: rgba(251, 139, 36, 0.12) !important; }

/* Section header accent */
.section-title { position: relative; }

/* Contact avatar uses maroon */
.contact-avatar { background: #9A031E !important; }

/* --- Typography --- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; color: var(--text); }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; font-weight: 600; }

.section-header { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section-title { margin-bottom: 16px; }
.section-desc { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.75; }

/* --- Buttons --- */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; font-family: var(--font-body); font-size: 0.95rem; font-weight: 500;
    border-radius: 50px; border: 2px solid transparent; cursor: pointer; transition: all var(--transition);
}
.btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(248,90,64,0.3); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { background: #fff; color: var(--text); border-color: #fff; }
.btn-gv { background: var(--gv); color: #fff; border-color: var(--gv); }
.btn-gta { background: var(--gta); color: #fff; border-color: var(--gta); }
.btn-gte { background: var(--gte); color: #fff; border-color: var(--gte); }

/* ============================================
   NAVIGATION — Liquid Glass Floating Pill
   ============================================ */
@keyframes navShimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.navbar {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: min(1100px, calc(100vw - 32px));
    border-radius: 50px;
    /* Warm saffron-tinted glass */
    background: linear-gradient(
        135deg,
        rgba(255, 252, 245, 0.22) 0%,
        rgba(251, 139, 36,  0.10) 40%,
        rgba(248,  90, 64,  0.07) 70%,
        rgba(255, 252, 245, 0.18) 100%
    );
    backdrop-filter: blur(28px) saturate(200%) brightness(1.06);
    -webkit-backdrop-filter: blur(28px) saturate(200%) brightness(1.06);

    /* Specular edge + depth */
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow:
        inset 0  1px 0   rgba(255, 255, 255, 0.60),  /* top highlight  */
        inset 0 -1px 0   rgba(0,   0,   0,   0.08),  /* bottom shadow  */
        0  8px 32px      rgba(0,   0,   0,   0.14),  /* depth          */
        0  2px  8px      rgba(0,   0,   0,   0.08),  /* close shadow   */
        0  0   60px      rgba(251, 139, 36,  0.14);  /* saffron glow   */

    transition: top 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

/* Animated shimmer sweep */
.navbar::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        108deg,
        transparent   30%,
        rgba(255,255,255,0.18) 50%,
        transparent   70%
    );
    background-size: 200% 100%;
    animation: navShimmer 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

/* Warm inner glow blob */
.navbar::after {
    content: '';
    position: absolute;
    width: 260px; height: 120px;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(251,139,36,0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.navbar.scrolled {
    top: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 252, 245, 0.28) 0%,
        rgba(251, 139, 36,  0.14) 100%
    );
    box-shadow:
        inset 0  1px 0   rgba(255, 255, 255, 0.65),
        inset 0 -1px 0   rgba(0,   0,   0,   0.10),
        0 12px 40px      rgba(0,   0,   0,   0.20),
        0  0   80px      rgba(251, 139, 36,  0.20);
}

.nav-container {
    max-width: 100%; margin: 0; padding: 0 28px;
    display: flex; align-items: center; justify-content: space-between;
    height: 62px; position: relative; z-index: 1; gap: 8px;
}

/* Logo */
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo-img { height: 38px; width: auto; display: block; object-fit: contain; }
.nav-logo-text { display: flex; align-items: center; gap: 5px; font-size: 1.05rem; font-weight: 500; }
.logo-india   { font-family: var(--font-display); font-weight: 700; color: #FB8B24; }
.logo-is      { color: rgba(60,30,10,0.45); font-weight: 300; font-size: 0.9rem; }
.logo-feeling { font-family: var(--font-display); font-weight: 600; font-style: italic; color: #2e1a08; }

/* Divider between logo and links */
.nav-logo::after {
    content: '';
    display: block;
    width: 1px; height: 26px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.18), transparent);
    margin-left: 20px;
    flex-shrink: 0;
}

/* Links — pushed to the right */
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links li a {
    padding: 8px 16px; font-size: 0.875rem; font-weight: 500;
    color: rgba(46, 20, 5, 0.72); border-radius: 30px;
    transition: all var(--transition); display: block; white-space: nowrap;
}
.nav-links li a:hover {
    color: #c1600a;
    background: rgba(251, 139, 36, 0.14);
}
.nav-links li a.active {
    color: #b85500;
    background: rgba(251, 139, 36, 0.20);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 2px 8px rgba(251,139,36,0.18);
}

/* Glass dropdown */
.dropdown { position: relative; }
.dropdown-menu {
    position: absolute; top: calc(100% + 12px); left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 340px; padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: linear-gradient(
        145deg,
        rgba(255, 250, 240, 0.96) 0%,
        rgba(255, 244, 224, 0.93) 60%,
        rgba(251, 210, 155, 0.70) 100%
    );
    backdrop-filter: blur(72px) saturate(260%) brightness(1.14);
    -webkit-backdrop-filter: blur(72px) saturate(260%) brightness(1.14);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 20px;
    box-shadow:
        inset 0  1px 0   rgba(255, 255, 255, 0.96),
        inset 0 -1px 0   rgba(0,   0,   0,   0.04),
        0 20px 60px      rgba(0,   0,   0,   0.22),
        0  6px 20px      rgba(0,   0,   0,   0.12),
        0  0   50px      rgba(251, 139, 36,  0.18);
    opacity: 0; visibility: hidden; transition: all var(--transition);
}
@media (min-width: 769px) {
    .dropdown:hover .dropdown-menu {
        opacity: 1; visibility: visible;
        transform: translateX(-50%) translateY(0);
    }
}
.dropdown-menu li a {
    padding: 6px 10px; border-radius: 9px;
    font-size: 0.80rem; color: rgba(46, 20, 5, 0.88); display: block;
    font-weight: 500; white-space: nowrap;
}
.dropdown-menu li a:hover { color: #b85500; background: rgba(251,139,36,0.18); }

/* Chevron button (mobile only) */
.dropdown-chevron {
    display: none;
    align-items: center; justify-content: center;
    background: rgba(251, 139, 36, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 8px;
    padding: 5px 8px;
    cursor: pointer;
    color: rgba(46, 20, 5, 0.75);
    transition: all var(--transition);
    flex-shrink: 0;
    margin-left: auto;
}
.dropdown-chevron:hover { background: rgba(251,139,36,0.24); }
.dropdown-chevron svg { transition: transform 0.25s ease; display: block; }
.dropdown.open .dropdown-chevron svg { transform: rotate(180deg); }

/* Hamburger */
.nav-toggle {
    display: none; flex-direction: column; gap: 5px; cursor: pointer;
    padding: 9px 10px; z-index: 1001; flex-shrink: 0;
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.40);
    border-radius: 14px;
    transition: background var(--transition);
}
.nav-toggle:hover { background: rgba(255,255,255,0.38); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: rgba(46,20,5,0.75); border-radius: 2px; transition: all var(--transition); }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============================================
   MOBILE NAVIGATION — Full-screen slide-in overlay
   ============================================ */
@media (max-width: 768px) {
    .navbar { border-radius: 24px; top: 12px; }
    .nav-toggle { display: flex; }

    /* Full-screen overlay — slides in from the right */
    .nav-links {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        width: 100%; height: 100dvh;
        display: flex; flex-direction: column; align-items: stretch;
        padding: 90px 20px 28px; gap: 2px;
        margin-left: 0;
        background: rgba(46, 7, 30, 0.97);
        backdrop-filter: blur(24px) saturate(160%);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto; -webkit-overflow-scrolling: touch;
        z-index: 999;
        visibility: hidden;
    }
    .nav-links.open {
        transform: translateX(0);
        visibility: visible;
    }

    /* Top-level link items */
    .nav-links > li > a {
        display: block;
        padding: 14px 16px;
        font-size: 1.05rem; font-weight: 500;
        color: rgba(255, 255, 255, 0.85);
        border-radius: var(--radius);
        transition: background var(--transition), color var(--transition);
        white-space: normal;
    }
    .nav-links > li > a:hover { background: rgba(251, 139, 36, 0.16); color: #FB8B24; }
    .nav-links > li > a.active { color: #FB8B24; background: rgba(251, 139, 36, 0.12); }

    /* Dropdown row: main link + chevron on same line */
    .dropdown { display: flex; flex-wrap: wrap; align-items: center; }
    .dropdown > a { flex: 1; }
    .dropdown-chevron { display: flex; }

    /* Sub-menus: hidden by default, revealed on chevron click */
    .dropdown-menu {
        display: none;
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        min-width: unset;
    }
    .dropdown.open .dropdown-menu {
        display: grid;
        flex-basis: 100%;
        grid-template-columns: 1fr 1fr;
        max-height: 220px;
        overflow-y: auto;
        margin-top: 4px;
        padding: 8px;
        gap: 2px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        box-shadow: none;
    }
    .dropdown.open .dropdown-menu.products-menu { grid-template-columns: 1fr; }
    .dropdown.open .dropdown-menu li a {
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.82rem;
        padding: 8px 10px;
        border-radius: 8px;
        font-weight: 500;
        white-space: normal;
    }
    .dropdown.open .dropdown-menu li a:hover { background: rgba(251, 139, 36, 0.18); color: #FB8B24; }
}

/* ============================================
   HERO — Full Video (Landing + City Pages)
   ============================================ */
.hero, .city-hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; background: #1a1a2e;
}
.hero-video-wrap, .city-hero-media {
    position: absolute; inset: 0; z-index: 0;
}
.hero-video-wrap video, .hero-video-wrap img,
.city-hero-media video, .city-hero-media img {
    width: 100%; height: 100%; object-fit: cover;
}
.yt-bg-wrap {
    position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
#hero-yt-player {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; height: 56.25vw;
    min-height: 100vh; min-width: 177.78vh;
    pointer-events: none;
}
.hero-yt-fallback {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover; z-index: -1;
}
.hero-overlay, .city-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(26,26,46,0.45) 0%, rgba(26,26,46,0.8) 100%);
}
.hero-content, .city-hero-content {
    position: relative; z-index: 2; text-align: center; max-width: 760px; padding: 0 24px;
}
.hero-tag, .city-hero-state {
    display: inline-block; font-size: 0.85rem; font-weight: 500;
    letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 16px;
}
.hero-title, .city-hero h1 { color: #fff; margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 4.5rem); }
.hero-title span { color: var(--primary); font-style: italic; }
.hero-subtitle { color: rgba(255,255,255,0.7); font-size: 1.1rem; line-height: 1.8; margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.city-hero-tagline {
    font-family: var(--font-display); font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-style: italic; color: var(--primary); margin-bottom: 24px;
}
.city-hero-feeling {
    font-size: 1rem; color: rgba(255,255,255,0.6); max-width: 480px; margin: 0 auto;
    line-height: 1.7;
}

.hero-scroll {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.hero-scroll span { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(180deg, rgba(255,255,255,0.4), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ============================================
   SPLIT BANNER (replaces section numbers)
   ============================================ */
.split-banner {
    width: 100%; height: 360px; overflow: hidden; position: relative;
}
.split-banner img { width: 100%; height: 100%; object-fit: cover; }
.split-banner-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(26,26,46,0.3) 0%, rgba(26,26,46,0.65) 100%);
}
.split-banner-text {
    position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);
    text-align: center; z-index: 2; color: #fff; padding: 0 24px;
}
.split-banner-text h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 6px; }
.split-banner-text p { color: rgba(255,255,255,0.7); font-size: 0.95rem; }

.split-banner.short { height: 260px; }

/* ============================================
   IMAGE GALLERY
   ============================================ */
.gallery-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
}
.gallery-grid img {
    width: 100%; height: 280px; object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease; cursor: pointer;
}
.gallery-grid img:hover { transform: scale(1.03); filter: brightness(1.1); }

/* ============================================
   CAROUSEL
   ============================================ */
.carousel-section { padding: 52px 0; overflow: hidden; }
.carousel { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.carousel-slide { min-width: 100%; position: relative; flex-shrink: 0; }
.carousel-slide img { width: 100%; height: 520px; object-fit: cover; }
.carousel-slide-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6) 100%); }
.carousel-slide-content { position: absolute; bottom: 48px; left: 48px; right: 48px; color: #fff; z-index: 2; }
.carousel-slide-content h3 { color: #fff; font-size: 1.8rem; margin-bottom: 8px; }
.carousel-slide-content p { color: rgba(255,255,255,0.8); font-size: 1rem; max-width: 480px; }
.carousel-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 48px; height: 48px; border-radius: 50%;
    background: rgba(255,255,255,0.9); border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: var(--text); box-shadow: var(--shadow-md);
    transition: all var(--transition); z-index: 10;
}
.carousel-btn:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; transition: all var(--transition); }
.carousel-dot.active { background: var(--primary); width: 28px; border-radius: 5px; }

/* ============================================
   AUTO-SCROLL CAROUSEL (Life in City)
   ============================================ */
.auto-scroll-section { padding: 52px 0; overflow: hidden; background: var(--bg-warm); }
.auto-scroll-track {
    display: flex; gap: 20px; width: max-content;
    animation: autoScroll 40s linear infinite;
}
.auto-scroll-track:hover { animation-play-state: paused; }

@keyframes autoScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.auto-scroll-card {
    flex: 0 0 340px; border-radius: var(--radius-lg); overflow: hidden;
    position: relative; height: 420px;
}
.auto-scroll-card img { width: 100%; height: 100%; object-fit: cover; }
.auto-scroll-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.7) 100%);
}
.auto-scroll-card-text {
    position: absolute; bottom: 24px; left: 24px; right: 24px; color: #fff; z-index: 2;
}
.auto-scroll-card-text h4 { color: #fff; font-size: 1.1rem; margin-bottom: 4px; }
.auto-scroll-card-text p { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

/* ============================================
   INTRO / TEXT+IMAGE SECTIONS
   ============================================ */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-image img { border-radius: var(--radius-lg); width: 100%; height: 480px; object-fit: cover; }
.intro-prose { max-width: 820px; margin: 0 auto; text-align: center; }
.intro-prose .section-title { margin-bottom: 28px; }
.intro-prose .section-desc { font-size: 1.05rem; line-height: 1.85; margin-bottom: 20px; color: var(--text-secondary); }
.intro-prose .section-desc:last-child { margin-bottom: 0; }

.intro-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.intro-card {
    padding: 0; overflow: hidden; border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);
    border: 1px solid var(--border-light);
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, border-color 0.16s ease-out;
    display: flex; flex-direction: column;
}
.intro-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.intro-card img { width: 100%; height: 180px; object-fit: cover; flex-shrink: 0; }
.intro-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.intro-card h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.intro-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ============================================
   MCP NOTE
   ============================================ */
.mcp-note { background: rgba(253,250,248,0.9); }
.mcp-card { display: flex; align-items: center; gap: 52px; padding: 52px 56px; text-align: left; border-radius: var(--radius-xl); transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, border-color 0.16s ease-out; cursor: default; }
.mcp-avatar { flex-shrink: 0; }
.mcp-avatar img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,0.28); display: block; }
.mcp-content { flex: 1; min-width: 0; }
.mcp-quote-mark { font-family: var(--font-display); font-size: 5rem; color: var(--primary); opacity: 0.35; line-height: 0.6; margin-bottom: 16px; }
.mcp-card blockquote { font-family: var(--font-display); font-size: 1.25rem; font-style: italic; line-height: 1.8; color: var(--text); margin-bottom: 28px; }
.mcp-author-info { display: flex; flex-direction: column; gap: 4px; }
.mcp-author-info strong { font-size: 1rem; }
.mcp-author-info span { font-size: 0.85rem; color: var(--text-light); }

/* ============================================
   CITY CARDS
   ============================================ */
.cities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.city-card {
    border-radius: var(--radius-lg); overflow: hidden;
    background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);
    border: 1px solid var(--border-light); transition: all var(--transition); display: block;
}
.city-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.city-card-img { height: 280px; overflow: hidden; position: relative; }
.city-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.city-card:hover .city-card-img img { transform: scale(1.05); }
.city-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.3) 100%); }
.city-card-content { padding: 28px; }
.city-card-tag { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); background: var(--primary-light); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
.city-card-content h3 { font-size: 1.5rem; margin-bottom: 8px; }
.city-card-content p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; }
.city-card-link { font-size: 0.88rem; font-weight: 600; color: var(--primary); }

/* ============================================
   PRODUCT CARDS — Dark panel style
   ============================================ */
.products { background: rgba(248,248,251,0.9); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card {
    background: transparent;
    border: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition);
    box-shadow: 0 6px 28px rgba(0,0,0,0.16);
    display: flex;
    flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.26); }
.product-card-image { width: 100%; height: 220px; overflow: hidden; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-card-image img { transform: scale(1.05); }
.product-card-body {
    padding: 28px 28px 32px;
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-card h3 { font-family: var(--font-body); font-size: 1.15rem; font-weight: 600; margin-bottom: 12px; color: #fff; }
.product-card p { font-size: 0.92rem; color: rgba(255,255,255,0.78); line-height: 1.7; margin-bottom: 20px; }
.product-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.product-features li { font-size: 0.88rem; color: rgba(255,255,255,0.68); padding-left: 20px; position: relative; }
.product-features li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; opacity: 0.8; }
.product-card.gv { border-top: 3px solid var(--gv); }
.product-card.gv .product-features li::before { background: var(--gv); }
.product-card.gta { border-top: 3px solid var(--gta); }
.product-card.gta .product-features li::before { background: var(--gta); }
.product-card.gte { border-top: 3px solid var(--gte); }
.product-card.gte .product-features li::before { background: var(--gte); }

/* Program badges */
.program-badge { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.program-badge.gv  { color: #ffbdae; background: rgba(248,90,64,0.22); }
.program-badge.gta { color: #a8ecef; background: rgba(12,185,193,0.22); }
.program-badge.gte { color: #ffd5a0; background: rgba(244,137,36,0.22); }

/* City program cards */
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.programs-grid[data-visible="2"] { grid-template-columns: repeat(2, 1fr); max-width: 780px; margin-left: auto; margin-right: auto; }
.programs-grid[data-visible="1"] { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
.program-card {
    background: transparent;
    border: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition);
    box-shadow: 0 6px 28px rgba(0,0,0,0.16);
    display: flex;
    flex-direction: column;
}
.program-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.26); transform: translateY(-3px); }
.program-card-img { width: 100%; height: 200px; overflow: hidden; }
.program-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.program-card:hover .program-card-img img { transform: scale(1.05); }
.program-card-body {
    padding: 24px 24px 28px;
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
    flex: 1;
    display: flex;
    flex-direction: column;
}
.program-card h3 { font-family: var(--font-body); font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #fff; }
.program-card p { font-size: 0.92rem; color: rgba(255,255,255,0.78); line-height: 1.7; }
.program-card.gv  { border-top: 3px solid var(--gv); }
.program-card.gta { border-top: 3px solid var(--gta); }
.program-card.gte { border-top: 3px solid var(--gte); }

/* ============================================
   CONTACT — Portrait Card Style
   ============================================ */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.contact-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 28px rgba(0,0,0,0.10);
    position: relative;
    overflow: visible;
    padding: 0;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.14); }
.contact-card .tcard-body { padding: 30px 18px 24px; }
.contact-details { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; }
.contact-details a { font-size: 0.78rem; color: var(--primary); word-break: break-all; text-decoration: none; transition: opacity 0.2s; }
.contact-details a:hover { opacity: 0.72; text-decoration: underline; }

/* ============================================
   PREMIUM PROFILE CARDS (pcard)
   ============================================ */
.pcard {
    background: transparent;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.16);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.26);
}
.pcard-header {
    height: 90px;
    position: relative;
    flex-shrink: 0;
    background: linear-gradient(135deg, #9A031E 0%, #C65B1B 100%);
}
.pcard-avatar {
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.25);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.30);
}
.pcard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.pcard-body {
    padding: 56px 24px 28px;
    text-align: center;
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pcard-name {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}
.pcard-role {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: rgba(255,255,255,0.58);
    margin-bottom: 20px;
}
.pcard-links { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.pcard-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.10);
    transition: background 0.2s ease, color 0.2s ease;
    word-break: break-all;
}
.pcard-link:hover { background: var(--primary); color: #fff; }
.pcard-link svg { flex-shrink: 0; opacity: 0.7; transition: opacity 0.2s; }
.pcard-link:hover svg { opacity: 1; }
@media (max-width: 768px) {
    .pcard-body { padding: 52px 18px 22px; }
    .pcard-name { font-size: 0.95rem; }
}

/* ============================================
   CITY FACTS
   ============================================ */
.city-facts { background: rgba(255,255,255,0.95); border-bottom: 1px solid var(--border-light); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.fact-item { padding: 32px 20px; border-right: 1px solid var(--border-light); }
.fact-item:last-child { border-right: none; }
.fact-value { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.fact-label { font-size: 0.8rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em; }

/* ============================================
   CITY INTRO
   ============================================ */
.city-intro-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
.city-intro-text h2 { margin-bottom: 20px; }
.city-intro-text p { color: var(--text-secondary); font-size: 1rem; line-height: 1.8; margin-bottom: 16px; }
.city-intro-image img { border-radius: var(--radius-lg); width: 100%; height: 420px; object-fit: cover; }

/* ============================================
   HIGHLIGHT CARDS (with images)
   ============================================ */
.highlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.highlight-card {
    background: transparent;
    border: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out;
    box-shadow: 0 6px 28px rgba(0,0,0,0.16);
    display: flex;
    flex-direction: column;
}
.highlight-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(251,139,36,0.28); }
.highlight-card-img { width: 100%; height: 180px; overflow: hidden; flex-shrink: 0; }
.highlight-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.highlight-card:hover .highlight-card-img img { transform: scale(1.05); }
.highlight-card-body {
    padding: 22px 22px 24px;
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
    flex: 1;
}
.highlight-card h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-bottom: 8px; color: #fff; }
.highlight-card p { font-size: 0.88rem; color: rgba(255,255,255,0.76); line-height: 1.62; }

/* ============================================
   PRACTICAL INFO
   ============================================ */
.practical-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.practical-card {
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
    border: none;
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out;
    box-shadow: 0 6px 28px rgba(0,0,0,0.16);
}
.practical-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(251,139,36,0.28); }
.practical-icon { color: rgba(251,139,36,0.92); margin-bottom: 14px; }
.practical-card h4 { font-size: 1rem; margin-bottom: 8px; color: #fff; }
.practical-card p { font-size: 0.9rem; color: rgba(255,255,255,0.76); line-height: 1.65; }

/* ============================================
   TEAM
   ============================================ */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }

/* ============================================
   ABOUT SECTIONS
   ============================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-grid.reverse { direction: rtl; }
.about-grid.reverse > * { direction: ltr; }
.about-text h2 { margin-bottom: 20px; }
.about-text p { color: var(--text-secondary); font-size: 1rem; line-height: 1.8; margin-bottom: 16px; }
.about-image img { border-radius: var(--radius-lg); width: 100%; height: 400px; object-fit: cover; }

.about-identity {
    position: relative; text-align: center; padding: 72px 0; overflow: hidden;
}
.about-identity-bg { position: absolute; inset: 0; }
.about-identity-bg img { width: 100%; height: 100%; object-fit: cover; }
.about-identity-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,26,46,0.88) 0%, rgba(15,52,96,0.88) 100%); }
.identity-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.identity-content h2 { color: #fff; margin-bottom: 20px; }
.identity-content h2 span { color: var(--primary); font-style: italic; }
.identity-content p { color: rgba(255,255,255,0.65); font-size: 1.05rem; line-height: 1.8; margin-bottom: 36px; }

.about-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.about-product-card { overflow: hidden; border-radius: var(--radius); background: rgba(255,255,255,0.9); border: 1px solid var(--border-light); transition: all var(--transition); }
.about-product-card:hover { border-color: var(--primary); box-shadow: 0 4px 20px var(--primary-glow); transform: translateY(-3px); }
.about-product-card-img { width: 100%; height: 200px; overflow: hidden; }
.about-product-card-img img { width: 100%; height: 100%; object-fit: cover; }
.about-product-card-body { padding: 28px; }
.about-product-card h3 { font-family: var(--font-body); font-weight: 600; margin-bottom: 10px; }
.about-product-card p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.7; }

/* Page Hero (About) */
.page-hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,46,0.4) 0%, rgba(26,26,46,0.75) 100%); }
.page-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; }
.page-hero-tag { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; }
.page-hero h1 { color: #fff; margin-bottom: 16px; }
.page-hero h1 span { color: var(--primary); font-style: italic; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto; }

/* Image strip (horizontal scroll) */
.image-strip {
    display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding: 0 24px 20px; scrollbar-width: none;
}
.image-strip::-webkit-scrollbar { display: none; }
.image-strip-item { flex: 0 0 320px; scroll-snap-align: start; border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.image-strip-item img { width: 100%; height: 240px; object-fit: cover; }
.image-strip-item .strip-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; color: #fff; font-weight: 600; font-size: 0.95rem; background: linear-gradient(transparent, rgba(0,0,0,0.7)); }

/* ============================================
   FOOTER
   ============================================ */
.footer { background: var(--text); color: rgba(255,255,255,0.7); padding: 80px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; margin-top: 16px; max-width: 320px; }
.footer-logo .logo-india { color: var(--primary); }
.footer-logo .logo-is { color: rgba(255,255,255,0.4); }
.footer-logo .logo-feeling { color: #fff; }
.footer-links h4 { color: #fff; font-size: 0.9rem; font-weight: 600; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-links ul { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 0.88rem; color: rgba(255,255,255,0.5); transition: color var(--transition); }
.footer-links a:hover { color: var(--primary); }
/* 2-column cities list in footer */
.footer-cities-ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.footer-social a { color: rgba(255,255,255,0.4); }
.footer-social a:hover { color: var(--primary); }
.footer-brand .footer-social { margin-top: 20px; }
.footer-credit { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.footer-credit a { color: #FB8B24; }
.footer-credit a:hover { color: #fff; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1280px) {
    .highlights-grid, .practical-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
    .intro-grid, .about-grid, .city-intro-grid { gap: 48px; }
    .cities-grid, .products-grid, .contact-grid, .highlights-grid, .programs-grid,
    .practical-grid, .about-products-grid, .intro-cards { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .facts-grid { grid-template-columns: repeat(2, 1fr); }
    .fact-item:nth-child(2) { border-right: none; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid img { height: 240px; }
    .carousel-slide img { height: 400px; }
    .auto-scroll-card { flex: 0 0 280px; height: 360px; }
    .container { padding: 0 32px; }
}

@media (max-width: 768px) {
    .container { padding: 0 18px; }
    .section { padding: 44px 0; }
    .section-header { margin-bottom: 36px; }

    /* Content grids — stack vertically */
    .intro-grid, .about-grid, .about-grid.reverse, .city-intro-grid { grid-template-columns: 1fr; gap: 32px; }
    .about-grid.reverse { direction: ltr; }

    /* Program/product cards — 1 col; they have long text bodies that need full width */
    .products-grid, .programs-grid, .about-products-grid { grid-template-columns: 1fr; }
    /* Override data-visible attribute selectors (higher specificity) back to 1 col on mobile */
    .programs-grid[data-visible="2"], .programs-grid[data-visible="1"] { grid-template-columns: 1fr; max-width: none; }
    /* Compact cards — keep 2-col, images are short enough to read at ~160px wide */
    .cities-grid, .contact-grid, .highlights-grid,
    .practical-grid, .intro-cards { grid-template-columns: repeat(2, 1fr); }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer { padding: 52px 0 32px; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

    /* Buttons & touch targets */
    .hero-actions { flex-direction: column; align-items: center; }
    .btn { padding: 12px 28px; font-size: 0.9rem; }
    .nav-toggle { min-width: 44px; min-height: 44px; }
    .program-link { padding: 9px 16px; }

    /* Facts */
    .facts-grid { grid-template-columns: repeat(2, 1fr); }
    .fact-item { border-right: none !important; border-bottom: 1px solid var(--border-light); padding: 20px 10px; }
    .fact-item:nth-last-child(-n+2) { border-bottom: none; }
    .fact-item:nth-child(odd) { border-right: 1px solid var(--border-light) !important; }
    .fact-value { font-size: 1.15rem; }

    /* Hero */
    .hero, .city-hero { min-height: 85vh; min-height: 85svh; }
    .hero-subtitle { font-size: 0.95rem; margin-bottom: 28px; }
    .city-hero-feeling { font-size: 0.88rem; }
    .cities-page-hero { padding-top: 100px; }

    /* Image heights — proportional to ~180px wide columns on phones */
    .city-card-img { height: 180px; }
    .program-card-img { height: 160px; }
    .product-card-image { height: 180px; }
    .highlight-card-img { height: 155px; }
    .about-image img, .city-intro-image img { height: 240px; }
    .intro-image img { height: 280px; }
    .intro-card img { height: 145px; }

    /* Card body padding — tighter on phone */
    .program-card-body { padding: 18px 18px 22px; }
    .product-card-body { padding: 20px 20px 24px; }
    .highlight-card-body { padding: 16px 16px 18px; }

    /* MCP quote */
    .mcp-card { flex-direction: column; text-align: center; padding: 36px 20px; gap: 24px; }
    .mcp-avatar img { width: 110px; height: 110px; }
    .mcp-author-info { align-items: center; }
    .mcp-card blockquote { font-size: 1rem; }

    /* Misc layout */
    .split-banner { height: 220px; }
    .split-banner.short { height: 180px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid img { height: 180px; }
    .carousel-slide img { height: 280px; }
    .carousel-slide-content { bottom: 20px; left: 20px; right: 20px; }
    .carousel-slide-content h3 { font-size: 1.2rem; }
    .page-hero { min-height: 55vh; }
    .auto-scroll-card { flex: 0 0 240px; height: 320px; }

    /* Performance — cheaper blur on mobile GPU */
    .bg-orb { filter: blur(40px); }
    .bg-orb:nth-child(3), .bg-orb:nth-child(4) { display: none; }
    .navbar { backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); }

    /* Misc */
    .contact-details a { font-size: 0.8rem; }
    .searchtool-banner { padding: 32px 20px; gap: 20px; }
}

/* Prevent body scroll when mobile nav is open */
body.nav-open { overflow: hidden; }

@media (max-width: 480px) {
    .container { padding: 0 14px; }
    .section { padding: 36px 0; }
    .section-header { margin-bottom: 28px; }

    /* Cards too narrow at 480px — single column */
    .highlights-grid, .cities-grid, .contact-grid { grid-template-columns: 1fr; }
    /* Compact cards stay 2-col even on small phones */
    .practical-grid, .intro-cards { grid-template-columns: repeat(2, 1fr); }

    /* Typography */
    h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
    h2 { font-size: clamp(1.4rem, 6vw, 1.9rem); }
    .hero-subtitle { font-size: 0.88rem; }
    .btn { padding: 11px 22px; font-size: 0.875rem; }

    /* Image heights — single-column cards fill full width, so keep images taller */
    .program-card-img { height: 200px; }
    .highlight-card-img { height: 190px; }
    .product-card-image { height: 180px; }
    .city-card-img { height: 180px; }
    .intro-card img { height: 130px; }

    /* Gallery & carousel */
    .gallery-grid img { height: 150px; }
    .carousel-slide img { height: 220px; }
    .auto-scroll-card { flex: 0 0 200px; height: 280px; }
    .image-strip-item { flex: 0 0 240px; }
    .split-banner { height: 180px; }
    .split-banner.short { height: 150px; }

    /* Cities page — single column on very small screens */
    .cities-grid-responsive { grid-template-columns: 1fr; }

    /* City brand badge — smaller and tucked tighter into corner */
    .city-brand-badge { bottom: 16px; right: 12px; }
    .city-brand-badge-inner { padding: 8px 10px; }
    .city-brand-badge-inner img { width: 110px; }

    /* Footer */
    .footer { padding: 44px 0 28px; }
    .footer-grid { gap: 22px; }
    .fact-item { padding: 16px 8px; }
    .fact-value { font-size: 1.05rem; }
}

/* ============================================
   PROGRAM CARD LINKS (Opportunities + Booklet)
   ============================================ */
.program-card-links {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.14);
    flex-wrap: wrap;
}
.program-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 20px;
    transition: all var(--transition);
    letter-spacing: 0.02em;
    text-decoration: none;
}
.program-card.gv .program-link { color: #ffbdae; background: rgba(248,90,64,0.20); }
.program-card.gv .program-link:hover { background: var(--gv); color: #fff; }
.program-card.gta .program-link { color: #a8ecef; background: rgba(12,185,193,0.20); }
.program-card.gta .program-link:hover { background: var(--gta); color: #fff; }
.program-card.gte .program-link { color: #ffd5a0; background: rgba(244,137,36,0.20); }
.program-card.gte .program-link:hover { background: var(--gte); color: #fff; }

/* ============================================
   TESTIMONIAL AUTO-SCROLL — Portrait Card Design
   ============================================ */
.testimonial-section { padding: 52px 0; background: var(--bg-warm); overflow: hidden; }
.testimonial-scroll-track {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 16px 24px 40px;
    animation: autoScroll 60s linear infinite;
}
.testimonial-scroll-track:hover { animation-play-state: paused; }
.testimonial-scroll-card {
    flex: 0 0 260px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 28px rgba(0,0,0,0.10);
    position: relative;
    overflow: visible;
    padding: 0;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-scroll-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.15);
}
.testimonial-scroll-card::before { display: none; }
.tcard-img-wrap {
    width: 100%;
    height: 210px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}
.tcard-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.tcard-badge {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
    color: #fff;
    border: 3px solid #fff;
    z-index: 3;
    box-shadow: 0 2px 10px rgba(0,0,0,0.20);
    letter-spacing: 0;
}
.tcard-body {
    padding: 30px 18px 24px;
    text-align: center;
}
.tcard-name {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 5px;
}
.tcard-tag {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-light);
    margin-bottom: 10px;
}
.tcard-stars {
    color: #f5a623;
    font-size: 0.78rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.tcard-quote {
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .testimonial-scroll-card { flex: 0 0 220px; }
    .tcard-img-wrap { height: 170px; }
}

/* ============================================
   CITY CARDS RESPONSIVE GRID (no Bootstrap needed)
   ============================================ */
.cities-grid-responsive {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1200px) {
    .cities-grid-responsive { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .cities-grid-responsive { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   CITY MINI CARDS (cities.html + home preview)
   ============================================ */
.city-mini-card {
    display: block;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: transparent;
    box-shadow: 0 6px 24px rgba(0,0,0,0.16);
    transition: transform var(--transition), box-shadow var(--transition);
    text-decoration: none;
    color: var(--text);
    height: 100%;
}
.city-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.26);
    color: var(--text);
    text-decoration: none;
}
.city-mini-img {
    position: relative;
    aspect-ratio: 3/2;
    overflow: hidden;
}
.city-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.city-mini-card:hover .city-mini-img img {
    transform: scale(1.08);
}
.city-mini-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.32) 0%, transparent 55%);
}
.city-mini-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.city-mini-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 14px 14px;
    background: linear-gradient(160deg, #6B1527 0%, #4A0E1A 100%);
}
.city-mini-state {
    font-size: 0.71rem;
    color: rgba(255,255,255,0.58);
    font-weight: 500;
}
.city-mini-explore {
    font-size: 0.72rem;
    color: rgba(251,139,36,0.92);
    font-weight: 700;
    white-space: nowrap;
}

/* "View All Cities" button on home page */
.cities-view-all {
    text-align: center;
    margin-top: 40px;
}
.cities-view-all .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(
        145deg,
        rgba(255, 248, 235, 0.90) 0%,
        rgba(255, 242, 218, 0.86) 60%,
        rgba(251, 200, 140, 0.55) 100%
    );
    backdrop-filter: blur(48px) saturate(220%) brightness(1.08);
    -webkit-backdrop-filter: blur(48px) saturate(220%) brightness(1.08);
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(46, 20, 5, 0.85);
    font-weight: 600;
    box-shadow:
        inset 0  1px 0   rgba(255, 255, 255, 0.92),
        inset 0 -1px 0   rgba(0,   0,   0,   0.04),
        0  8px 32px      rgba(0,   0,   0,   0.10),
        0  0   24px      rgba(251, 139, 36,  0.10);
}
.cities-view-all .btn-outline:hover {
    background: linear-gradient(
        145deg,
        rgba(255, 250, 240, 0.96) 0%,
        rgba(255, 244, 222, 0.92) 100%
    );
    color: #b85500;
    transform: translateY(-2px);
    box-shadow:
        inset 0  1px 0   rgba(255, 255, 255, 0.98),
        0 12px 40px      rgba(0,   0,   0,   0.14),
        0  0   32px      rgba(251, 139, 36,  0.18);
}

/* Hide state label — city name moved to content bar via JS */
.city-mini-state { display: none; }

@keyframes brand-spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   CITY BRAND BADGE — fixed bottom-right, always visible while scrolling
   ============================================ */
.city-brand-badge {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
}
.city-brand-badge-beam {
    position: absolute;
    inset: -3px;
    border-radius: 18px;
    overflow: hidden;
    pointer-events: none;
}
.city-brand-badge-spin {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: conic-gradient(from 0deg,
        #FFD700 0deg, #FB8B24 72deg, #f85a40 144deg,
        #9A031E 200deg, #f85a40 280deg, #FFD700 360deg
    );
    animation: brand-spin 3s linear infinite;
}
.city-brand-badge-inner {
    position: relative;
    z-index: 1;
    background: #fdf6ee;
    border-radius: 16px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.city-brand-badge-inner img {
    width: 200px;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 768px) {
    .city-brand-badge {
        bottom: 20px;
        right: 16px;
    }
    .city-brand-badge-inner img {
        width: 140px;
    }
}


/* Cities page hero */
.cities-page-hero {
    padding-top: 140px;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
}
.cities-page-grid {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

/* ============================================
   PROGRAM SUB-PAGES (GV / GTa / GTe)
   Accent is set per page on <body>
   ============================================ */
.pg-gv  { --accent: var(--gv);  --accent-soft: rgba(248, 90, 64, 0.22);  --accent-glow: rgba(248, 90, 64, 0.32);  }
.pg-gta { --accent: var(--gta); --accent-soft: rgba(12, 185, 193, 0.22); --accent-glow: rgba(12, 185, 193, 0.32); }
.pg-gte { --accent: var(--gte); --accent-soft: rgba(244, 137, 36, 0.22); --accent-glow: rgba(244, 137, 36, 0.32); }

.program-hero, .video-section, .searchtool-section { position: relative; z-index: 1; }

/* --- Hero --- */
.program-hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; background: #1a1a2e;
}
.program-hero-bg { position: absolute; inset: 0; z-index: 0; }
.program-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.program-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(26,26,46,0.5) 0%, rgba(26,26,46,0.82) 100%);
}
.program-hero-content { position: relative; z-index: 2; text-align: center; max-width: 960px; padding: 0 24px; }
/* Boxless logo — the clean crown of the hero */
.program-hero-logo {
    display: block; margin: 0 auto 24px; padding: 0;
    background: none; box-shadow: none;
}
.program-hero-logo img {
    height: clamp(58px, 8vw, 88px); width: auto; margin: 0 auto;
    filter: drop-shadow(0 10px 28px rgba(0,0,0,0.55));
}
.program-hero h1 { color: #fff; margin-bottom: 22px; font-size: clamp(2.6rem, 5.5vw, 4.2rem); }
.program-hero h1 span { color: var(--accent); font-style: italic; }

.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 8px 25px var(--accent-glow); filter: brightness(0.94); }

/* --- Full-width testimonial video --- */
.video-section { padding: 64px 0 0; }
.video-banner { position: relative; width: 100%; background: #14060b; }
.video-banner video {
    display: block; width: 100%;
    aspect-ratio: 16 / 9; max-height: 82vh;
    object-fit: contain; background: #000;
}
.video-banner .video-placeholder { display: none; }
.video-banner.video-missing video { display: none; }
.video-banner.video-missing .video-placeholder {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 18px; width: 100%; aspect-ratio: 16 / 9; max-height: 60vh;
    padding: 40px 24px; text-align: center;
    background: linear-gradient(135deg, #6B1527 0%, #4A0E1A 55%, #2D0810 100%);
}
.video-placeholder-play {
    width: 84px; height: 84px; border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.4);
    display: flex; align-items: center; justify-content: center;
    color: var(--accent, #FB8B24);
    animation: videoPulse 2.6s ease-in-out infinite;
}
@keyframes videoPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0); }
    50% { transform: scale(1.06); box-shadow: 0 0 40px var(--accent-glow, rgba(251,139,36,0.25)); }
}
.video-placeholder h3 { color: #fff; font-family: var(--font-body); font-size: 1.1rem; font-weight: 600; }
.video-placeholder p { color: rgba(255,255,255,0.62); font-size: 0.9rem; max-width: 460px; }
.video-placeholder code {
    color: var(--accent, #FB8B24); background: rgba(255,255,255,0.10);
    padding: 2px 8px; border-radius: 6px; font-size: 0.85em;
}

/* --- Searchtool banner --- */
.searchtool-section { padding: 72px 0; }
.searchtool-banner {
    display: flex; align-items: center; gap: 44px;
    padding: 52px 60px; border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #6B1527 0%, #4A0E1A 55%, #2D0810 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow:
        0  8px 32px rgba(0, 0, 0, 0.32),
        0  2px  8px rgba(0, 0, 0, 0.18),
        0  0   60px var(--accent-glow);
    position: relative; overflow: hidden; text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.6s ease;
}
.searchtool-banner::before {
    content: '';
    position: absolute; inset: 0; border-radius: inherit;
    background: linear-gradient(108deg, transparent 30%, rgba(255,255,255,0.10) 50%, transparent 70%);
    background-size: 200% 100%;
    animation: navShimmer 6s ease-in-out infinite;
    pointer-events: none;
}
.searchtool-banner:hover {
    transform: translateY(-6px);
    border-color: var(--accent);
    box-shadow:
        0 20px 52px rgba(0, 0, 0, 0.38),
        0  2px  8px rgba(0, 0, 0, 0.18),
        0  0   90px var(--accent-glow);
}
.searchtool-icon {
    flex-shrink: 0; width: 96px; height: 96px; border-radius: 50%;
    background: var(--accent-soft); color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.searchtool-icon::before, .searchtool-icon::after {
    content: '';
    position: absolute; inset: 0; border-radius: 50%;
    border: 1px solid var(--accent);
    animation: searchPing 2.6s ease-out infinite;
}
.searchtool-icon::after { animation-delay: 1.3s; }
@keyframes searchPing {
    0%   { transform: scale(1);    opacity: 0.55; }
    100% { transform: scale(1.65); opacity: 0; }
}
.searchtool-text { flex: 1; min-width: 0; }
.searchtool-eyebrow {
    display: inline-block; font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 10px;
}
.searchtool-text h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: 10px; }
.searchtool-text h2 em { color: var(--accent); font-style: italic; }
.searchtool-text p { color: rgba(255,255,255,0.72); font-size: 0.95rem; line-height: 1.7; max-width: 560px; }
.searchtool-cta {
    flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 30px; border-radius: 50px;
    background: var(--accent); color: #fff;
    font-weight: 600; font-size: 0.95rem; white-space: nowrap;
    transition: gap 0.25s ease, box-shadow 0.3s ease;
}
.searchtool-banner:hover .searchtool-cta { gap: 18px; box-shadow: 0 8px 25px var(--accent-glow); }

/* --- Products dropdown in navbar --- */
.dropdown-menu.products-menu { min-width: 230px; grid-template-columns: 1fr; }

/* --- Responsive --- */
@media (max-width: 900px) {
    .searchtool-banner { flex-direction: column; text-align: center; gap: 28px; padding: 44px 28px; }
    .searchtool-text p { margin: 0 auto; }
}
@media (max-width: 768px) {
    .dropdown.open .dropdown-menu.products-menu { grid-template-columns: 1fr; }
    .program-hero { min-height: 85vh; }
    .program-hero-logo { margin-bottom: 14px; }
    .video-section { padding-top: 48px; }
    .video-placeholder-play { width: 64px; height: 64px; }
    .searchtool-section { padding: 56px 0; }
    .searchtool-icon { width: 76px; height: 76px; }
}
