/* ==========================================================================
   SLMT NEXTGEN TECHNOLOGIES LLP - TCS INSPIRED DESIGN SYSTEM
   ========================================================================== */

:root {
    /* TCS Brand Color Palette */
    --deep-navy: #000000;
    --vibrant-blue: #1e60eb;
    --supporting-blue: #111111;
    --light-blue-bg: #f4f4f4;
    --deep-black: #000000;
    --dark-navy: #111111;
    --slate-gray: #f4f4f4;
    --card-bg: #ffffff;
    --card-border: #e2e8f0;
    
    /* Accents & Gradients - Flat High Contrast Style */
    --accent-cyan: #1e60eb;
    --accent-blue: #000000;
    --accent-purple: #111111;
    
    --grad-primary: #1e60eb;
    --grad-text: #000000;
    --grad-dark: #ffffff;
    
    /* Typography - Geometric Sans-Serif */
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* TCS-Style Parameters: Absolute Sharp Corners (0px) & Transitions */
    --border-radius-sm: 0px;
    --border-radius-md: 0px;
    --border-radius-lg: 0px;
    --border-radius-full: 0px;
    --transition-smooth: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    
    /* Text Colors */
    --text-dark: #000000;
    --text-gray: #555555;
}

/* -------------------------------------------------------------
   RESETS & GLOBAL SETUP
   ---------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-gray);
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar - Flat, Minimalist */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #111111;
}
::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--vibrant-blue);
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

button, input, select, textarea {
    font-family: inherit;
    background: none;
    border: none;
    outline: none;
}

li {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding {
    padding: 100px 0;
}

/* Typography Hierarchy */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-dark);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* Global Section Header styling */
.section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-header.text-center {
    text-align: center;
}

.section-header .subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--vibrant-blue);
    margin-bottom: 12px;
}

.section-header .section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    color: #000000;
    margin-bottom: 16px;
}

.section-header .section-desc {
    font-size: 16px;
    color: var(--text-gray);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Premium Buttons & Arrows */
.tcs-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border: 1.5px solid #000000;
    cursor: pointer;
    transition: var(--transition-smooth);
    border-radius: 0px;
}

.tcs-outline-btn:hover {
    background: #000000;
    color: #ffffff;
}

.tcs-outline-btn svg, .tcs-outline-btn i {
    transition: transform 0.2s ease;
}

.tcs-outline-btn:hover svg, .tcs-outline-btn:hover i {
    transform: translateX(4px);
}

/* Custom Interactive Cursor overrides */
.custom-cursor, .custom-cursor-dot {
    display: none !important;
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--vibrant-blue);
    z-index: 10000;
    pointer-events: none;
}


/* ============================================================
   HEADER NAVIGATION BAR
   ============================================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: background 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Header transition style when page is scrolled */
.header.scrolled {
    background: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Hide home-section-only nav links on all subpages */
body.page-product-details .nav-link[data-home-only],
body.page-product-details .mobile-link[data-home-only],
body.page-founders .nav-link[data-home-only],
body.page-founders .mobile-link[data-home-only] {
    display: none !important;
}

/* Header styling rules for product-details standalone page */
body.page-product-details .header {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.page-product-details .header .logo-title {
    color: #000000 !important;
}

body.page-product-details .header .logo-subtitle {
    color: #555555 !important;
}

body.page-product-details .header .nav-link {
    color: #000000 !important;
}

body.page-product-details .header .nav-link.btn-nav {
    background: var(--vibrant-blue) !important;
    color: #ffffff !important;
    border-color: var(--vibrant-blue) !important;
}

body.page-product-details .header .mobile-nav-toggle .bar {
    background: #000000 !important;
}

/* When subpage header is scrolled, convert elements to white on black background */
body.page-product-details .header.scrolled .logo-title {
    color: #ffffff !important;
}

body.page-product-details .header.scrolled .logo-subtitle {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.page-product-details .header.scrolled .nav-link {
    color: #ffffff !important;
}

body.page-product-details .header.scrolled .logo-wrapper {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

body.page-product-details .header.scrolled .mobile-nav-toggle .bar {
    background: #ffffff !important;
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: height 0.3s ease;
}

.header.scrolled .nav-container {
    height: 64px;
}

/* Mobile nav-container adjustments */
@media (max-width: 576px) {
    .nav-container {
        padding: 0 16px;
        height: 60px;
    }
    .header.scrolled .nav-container {
        height: 56px;
    }
    .id-breadcrumb-bar {
        top: 60px;
        margin-top: 60px;
    }
    .header.scrolled + .id-breadcrumb-bar {
        top: 56px;
    }
}

/* Logo container styling */
.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-wrapper {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
}

body.page-product-details .header .logo-wrapper {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.02);
}

.slmt-logo-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.5px;
}

.logo-subtitle {
    font-family: var(--font-heading);
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 1.5px;
}

/* Nav Links desktop list */
.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 0;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--vibrant-blue);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link.active::after {
    width: 100%;
}

.nav-link.btn-nav {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 22px;
    transition: var(--transition-smooth);
}

.nav-link.btn-nav::after {
    display: none;
}

.nav-link.btn-nav:hover {
    background: var(--vibrant-blue);
    border-color: var(--vibrant-blue);
    color: #ffffff !important;
}

/* Mobile Toggle Hamburger button */
.mobile-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 1001;
}

.mobile-nav-toggle .bar {
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: var(--transition-smooth);
}

/* Mobile Drawer Overlay */
.mobile-drawer {
    position: fixed;
    inset: 0;
    background: #000000;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.mobile-drawer.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-link {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-link.active {
    color: var(--vibrant-blue);
}

.mobile-link.btn-drawer {
    margin-top: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
}

.mobile-link.btn-drawer:hover {
    background: var(--vibrant-blue);
    border-color: var(--vibrant-blue);
}


/* ============================================================
   1. HERO SECTION  — TCS Globe + Wave Style
   ============================================================= */

/* ── Section shell ── */
/* ─── Hero Section — TCS-Inspired ─── */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #050c1f;
}

.hero-bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(175deg, #050c1f 0%, #0a1535 40%, #091228 100%);
}

.hero-right-image-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero-right-image-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.2;
    mix-blend-mode: screen;
}

.hero-right-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #050c1f 0%, #050c1f 40%, rgba(5, 12, 35, 0.6) 60%, transparent 100%);
}

.hero-globe-canvas {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-52%);
    width: 65vw;
    max-width: 860px;
    height: 65vw;
    max-height: 860px;
    z-index: 2;
    pointer-events: none;
}

.hero-wave-canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    z-index: 3;
    pointer-events: none;
}

.hero-main-wrapper {
    position: relative;
    z-index: 5;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 130px 0 80px;
}

.hero-content {
    max-width: 640px;
}

.hero-headline {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    animation: heroFadeUp 0.8s ease both;
    animation-delay: 0.3s;
}

.hero-title-bold {
    display: block;
    font-weight: 800;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    color: #ffffff;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin-top: 6px;
}

.hero-para {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 480px;
    margin-bottom: 36px;
    font-weight: 400;
    animation: heroFadeUp 0.8s ease both;
    animation-delay: 0.45s;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: heroFadeUp 0.8s ease both;
    animation-delay: 0.6s;
}

.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e60eb;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 32px;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.hero-cta-primary:hover {
    background: #0d46c1;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 96, 235, 0.3);
}

.hero-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.hero-cta-ghost:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.hero-stats-bar {
    position: relative;
    z-index: 5;
    background: rgba(5, 12, 35, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-stats-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.hero-value-item {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: default;
}

.hero-value-item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.hero-value-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(30, 96, 235, 0.5);
}

@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
    .hero-globe-canvas { width: 80vw; height: 80vw; right: -15%; }
}

@media (max-width: 768px) {
    .hero-headline { font-size: clamp(1.6rem, 5vw, 2.2rem); }
    .hero-title-bold { font-size: clamp(2rem, 7vw, 2.8rem); }
    .hero-globe-canvas { width: 100vw; height: 100vw; right: -30%; top: 60%; opacity: 0.4; }
    .hero-stats-inner {
        flex-direction: column;
        gap: 10px;
        padding: 18px 0;
        align-items: center;
    }
    .hero-value-sep {
        width: 24px;
        height: 1px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.08);
    }
    .hero-right-image-wrapper { display: none; }
    .hero-ctas { flex-direction: column; align-items: flex-start; }
}


/* ============================================================
   2. ABOUT SECTION
   ============================================================= */
.about-section {
    position: relative;
    background: #ffffff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.about-brand-statement {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-dna-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--vibrant-blue);
    border: 1px solid rgba(30, 96, 235, 0.18);
    padding: 6px 14px;
    margin-bottom: 24px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vibrant-blue);
}

.about-subtitle {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
}

.about-text {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--text-gray);
}

.about-dna-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.dna-item-card {
    display: flex;
    gap: 22px;
    padding: 32px 32px 32px 38px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    position: relative;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease;
}

.dna-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    border-color: rgba(30, 96, 235, 0.25);
}

.dna-card-accent-bar {
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--vibrant-blue);
    transform: scaleY(0.35);
    transform-origin: bottom;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dna-item-card:hover .dna-card-accent-bar {
    transform: scaleY(1);
}

.dna-card-icon {
    font-size: 24px;
    color: var(--vibrant-blue);
    transition: transform 0.3s ease;
}

.dna-item-card:hover .dna-card-icon {
    transform: scale(1.1);
}

.dna-card-icon i, .dna-card-icon svg {
    width: 28px;
    height: 28px;
}

.dna-card-content h4 {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 6px;
}

.dna-card-content p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.5;
}

/* Overlap Insights Banner Showcase */
.about-insights-showcase {
    position: relative;
    margin-top: 80px;
}

.insights-banner-bg {
    background: #000000;
    padding: 80px 0 160px 0;
}

.insights-banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insights-banner-text {
    max-width: 600px;
}

.banner-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vibrant-blue);
    display: block;
    margin-bottom: 12px;
}

.banner-title {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
}

.insights-banner-visual {
    position: relative;
    width: 140px;
    height: 140px;
}

.orbital-glow-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ring-1 {
    border-color: rgba(30, 96, 235, 0.2);
    animation: rotateRing 8s linear infinite;
}

.ring-2 {
    inset: 20px;
    border-color: rgba(255, 255, 255, 0.08);
    animation: rotateRing 12s linear infinite reverse;
}

.ring-3 {
    inset: 40px;
    border-color: rgba(30, 96, 235, 0.15);
}

@keyframes rotateRing {
    to { transform: rotate(360deg); }
}

.insights-cards-overlap-container {
    margin-top: -100px;
}

.about-insights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.about-insight-card {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 290px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease;
    cursor: pointer;
    position: relative;
}

.about-insight-card:hover {
    transform: translateY(-8px);
}

.about-insight-card.blue-theme {
    background: linear-gradient(135deg, #1e60eb 0%, #1145b5 100%);
    color: #ffffff;
    border: 1px solid transparent;
}

.about-insight-card.blue-theme:hover {
    box-shadow: 0 20px 40px rgba(30, 96, 235, 0.28);
}

.about-insight-card.blue-theme .insight-card-title {
    color: #ffffff;
}

.about-insight-card.white-theme {
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.about-insight-card.white-theme:hover {
    border-color: rgba(30, 96, 235, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.insight-card-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85;
    display: block;
    margin-bottom: 16px;
}

.insight-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    line-height: 1.4;
}

.insight-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    transition: color 0.3s ease;
}

.about-insight-card.blue-theme .insight-card-link {
    color: #ffffff;
}

.about-insight-card.white-theme .insight-card-link {
    color: var(--vibrant-blue);
}

.insight-card-link i, .insight-card-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-insight-card:hover .insight-card-link i,
.about-insight-card:hover .insight-card-link svg {
    transform: translateX(6px);
}

.about-insights-action {
    text-align: center;
}

.tcs-outline-btn {
    margin: 0 auto;
}


/* ============================================================
   3. CAPABILITIES (SERVICES) SECTION
   ============================================================= */
.svc-section {
    background: #fafbfc;
    color: #000000;
    padding: 120px 0;
    position: relative;
}

.svc-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 96, 235, 0.2), transparent);
}

.svc-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
    align-items: start;
}

.svc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--vibrant-blue);
    margin-bottom: 20px;
}

.svc-eyebrow-line {
    width: 28px;
    height: 2px;
    background: var(--vibrant-blue);
}

.svc-headline {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: #000000;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.svc-headline em {
    font-style: normal;
    color: var(--vibrant-blue);
    position: relative;
    display: inline-block;
}

.svc-headline em::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 0; right: 0;
    height: 4px;
    background: rgba(30, 96, 235, 0.12);
    border-radius: 2px;
}

.svc-intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 28px;
    max-width: 440px;
}

.svc-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background: var(--vibrant-blue);
    padding: 12px 28px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.svc-header-cta:hover {
    background: #0d46c1;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(30, 96, 235, 0.25);
}

.svc-header-cta svg {
    transition: transform 0.2s ease;
}

.svc-header-cta:hover svg {
    transform: translateX(4px);
}

.svc-header-cta svg line,
.svc-header-cta svg polyline {
    stroke: #ffffff;
}

/* Flat tab filters */
.svc-filter-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8ecf0;
    padding-bottom: 12px;
}

.svc-tab {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #777777;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    letter-spacing: 0.2px;
}

.svc-tab::after {
    content: '';
    position: absolute;
    bottom: -13px; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--vibrant-blue);
    transition: transform 0.25s ease;
}

.svc-tab:hover {
    color: var(--vibrant-blue);
}

.svc-tab.active {
    color: var(--vibrant-blue);
    font-weight: 700;
}

.svc-tab.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* Mosaic-style Cards Grid with zoom hover and sharp edges */
.svc-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.svc-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    cursor: pointer;
}

.svc-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
}

.svc-card-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f0f2f5;
}

.svc-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.svc-card:hover .svc-card-img {
    transform: scale(1.06);
}

.svc-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 100%);
}

.svc-card-body {
    padding: 28px 30px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.svc-card-num {
    position: absolute;
    top: 22px;
    right: 24px;
    font-size: 40px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    line-height: 1;
    letter-spacing: -1px;
    transition: color 0.3s ease;
}

.svc-card:hover .svc-card-num {
    color: rgba(30, 96, 235, 0.07);
}

.svc-card-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--vibrant-blue);
    margin-bottom: 10px;
}

.svc-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.svc-card-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    margin-bottom: 20px;
}

.svc-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    margin-bottom: 20px;
}

.svc-card-chips span {
    font-size: 10.5px;
    font-weight: 500;
    background: #f5f7fa;
    color: #444444;
    padding: 4px 10px;
    border: 1px solid #e8ecf0;
    transition: all 0.2s ease;
}

.svc-card:hover .svc-card-chips span {
    background: #f0f4ff;
    border-color: rgba(30, 96, 235, 0.15);
    color: var(--vibrant-blue);
}

.svc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--vibrant-blue);
    align-self: flex-start;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease;
}

.svc-card-link svg {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.svc-card-link svg line,
.svc-card-link svg polyline {
    stroke: var(--vibrant-blue);
}

.svc-card:hover .svc-card-link {
    border-bottom-color: rgba(30, 96, 235, 0.2);
}

.svc-card:hover .svc-card-link svg {
    transform: translateX(5px);
}

/* Feature grid variations */
.svc-card.svc-card--featured {
    grid-column: span 2;
}

.svc-card.svc-card--featured .svc-card-img-wrap {
    height: 260px;
}


/* ============================================================
   4. PRODUCTS SECTION
   ============================================================= */
.products-section {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.prod-header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 20px;
}

.prod-header-badges {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prod-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease;
    cursor: pointer;
}

.prod-badge:hover {
    transform: translateX(6px);
    border-color: rgba(30, 96, 235, 0.25);
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.prod-badge-num {
    font-size: 24px;
    font-weight: 900;
    color: var(--vibrant-blue);
}

.prod-badge-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-dark);
}

.lms-showcase {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.prod-compact-teaser {
    padding: 50px 40px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.prod-compact-teaser:hover {
    transform: translateY(-4px);
    border-color: rgba(30, 96, 235, 0.2);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.05);
}

.prod-compact-teaser .teaser-title {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.prod-compact-teaser .teaser-desc {
    font-size: 15px;
    color: var(--text-gray);
    max-width: 640px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.prod-compact-teaser .tcs-accent-btn {
    text-decoration: none;
}

.live-erp-link {
    margin-top: 20px;
    font-size: 14.5px;
    color: var(--vibrant-blue);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.live-erp-link:hover {
    color: #0d46c1;
}

.live-erp-link .link-arrow {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.live-erp-link:hover .link-arrow {
    transform: translate(3px, -3px);
}


/* ============================================================
   5. CASE STUDIES SECTION (Cinematic Slider & Logo Ribbon)
   ============================================================= */
.projects-section {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.projects-section .section-title {
    color: #ffffff;
}

.projects-section .section-desc {
    color: rgba(255, 255, 255, 0.7);
}

/* Cinematic Gallery Frame */
.cinematic-gallery-wrapper {
    position: relative;
    width: 100%;
    height: 540px;
    margin-bottom: 60px;
    background: #111111;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cinematic-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.cinematic-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none;
}

.cinematic-slide.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

.slide-image-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slide-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: transform 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cinematic-slide.active .slide-bg-img {
    transform: scale(1.03);
}

.slide-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 2;
}

.slide-info-overlay {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 800px;
    padding: 60px;
    transform: translateY(20px);
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cinematic-slide.active .slide-info-overlay {
    transform: translateY(0);
}

.slide-meta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.slide-number {
    font-size: 14px;
    font-weight: 700;
    color: var(--vibrant-blue);
}

.slide-tag {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.slide-title {
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.slide-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.slide-tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-badge {
    font-size: 10.5px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 4px 12px;
}

/* Slide Control bar UI */
.slider-controls-bar {
    position: absolute;
    bottom: 40px;
    right: 60px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 16px;
}

.slider-control-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.slider-control-btn:hover {
    background: var(--vibrant-blue);
    border-color: var(--vibrant-blue);
}

.slider-control-btn i, .slider-control-btn svg {
    width: 18px;
    height: 18px;
}

.slider-dots-container {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition-smooth);
}

.slider-dot.active {
    width: 18px;
    background: var(--vibrant-blue);
}

.slider-play-toggle {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-play-toggle:hover {
    color: #ffffff;
}

.slider-play-toggle i, .slider-play-toggle svg {
    width: 14px;
    height: 14px;
}

.slider-timer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 5;
}

.slider-timer-progress {
    width: 0%;
    height: 100%;
    background: var(--vibrant-blue);
}

/* Grayscale logo ribbon list */
.ecosystem-logo-row {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 80px;
}

.ecosystem-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    text-align: center;
}

.logo-grid-grayscale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.ecosystem-logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.ecosystem-logo-item:hover {
    opacity: 0.95;
}

.ecosystem-logo-item i, .ecosystem-logo-item svg {
    width: 24px;
    height: 24px;
}

.ecosystem-logo-item span {
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* TCS style Co-Creation Offer banner layout */
.co-creation-banner-wrapper {
    position: relative;
    z-index: 2;
}

.co-creation-banner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #111111;
}

.co-creation-content {
    padding: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.banner-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vibrant-blue);
    margin-bottom: 18px;
}

.banner-title {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.banner-desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
}

.banner-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    font-weight: 600;
}

.bullet-icon {
    width: 18px;
    height: 18px;
    color: var(--vibrant-blue);
    flex-shrink: 0;
}

.co-creation-action-box {
    padding: 60px;
    background: #000000;
    display: flex;
    align-items: center;
}

.action-card {
    width: 100%;
}

.action-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.steps-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

.steps-list li strong {
    color: #ffffff;
}

.step-num {
    width: 20px;
    height: 20px;
    background: var(--vibrant-blue);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}


/* ============================================================
   6. WHY PARTNER WITH US (TCS Horizontal Accordion Layout)
   ============================================================= */
.why-section {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.why-section .section-title {
    color: #ffffff;
}

.why-section .section-desc {
    color: rgba(255, 255, 255, 0.7);
}

/* Accordion Container */
.tcs-accordion-container {
    display: flex;
    width: 100%;
    height: 520px;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    background: #000000;
}

.tcs-panel {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.tcs-panel:last-child {
    border-right: none;
}

.tcs-panel-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.tcs-panel-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35) grayscale(0.3);
    transition: transform 0.8s ease, filter 0.8s ease;
}

.tcs-panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 2;
}

.tcs-panel-collapsed-label {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    transition: opacity 0.4s ease;
}

.tcs-panel-num {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.6;
}

.tcs-panel-collapsed-title {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}

.tcs-panel-content {
    position: absolute;
    inset: 0;
    z-index: 6;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tcs-panel-num-large {
    font-size: 64px;
    font-weight: 900;
    color: var(--vibrant-blue);
    line-height: 1;
    margin-bottom: 20px;
}

.tcs-panel-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vibrant-blue);
    margin-bottom: 10px;
}

.tcs-panel-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.tcs-panel-text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    max-width: 440px;
}

.tcs-panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    align-self: flex-start;
}

.tcs-panel-cta i, .tcs-panel-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.tcs-panel-cta:hover i, .tcs-panel-cta:hover svg {
    transform: translateX(4px);
}

/* Active panel state rules */
.tcs-panel.active {
    flex: 3.5;
    cursor: default;
}

.tcs-panel.active .tcs-panel-bg img {
    filter: brightness(0.65) grayscale(0);
    transform: scale(1.03);
}

.tcs-panel.active .tcs-panel-collapsed-label {
    opacity: 0;
    pointer-events: none;
}

.tcs-panel.active .tcs-panel-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}


/* ============================================================
   7. METHODOLOGY TIMELINE SECTION
   ============================================================= */
.timeline-section {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.timeline-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background: #e2e8f0;
}

.timeline-progress-bar {
    width: 100%;
    height: 0%;
    background: var(--vibrant-blue);
    transition: height 0.1s ease;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 60px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 20px;
    height: 20px;
    border: 4px solid #ffffff;
    background: #e2e8f0;
    border-radius: 50%;
    z-index: 2;
    transition: var(--transition-smooth);
}

.timeline-item.active .timeline-dot {
    background: var(--vibrant-blue);
    border-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(30, 96, 235, 0.2);
}

.timeline-content-card {
    background: var(--light-blue-bg);
    border: 1px solid #e2e8f0;
    padding: 35px;
    position: relative;
    transition: var(--transition-smooth);
}

.timeline-item.active .timeline-content-card {
    border-color: rgba(30, 96, 235, 0.3);
    background: #ffffff;
}

.timeline-content-card .step-num {
    font-size: 12px;
    font-weight: 700;
    color: var(--vibrant-blue);
    display: block;
    margin-bottom: 12px;
}

.timeline-content-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
}

.timeline-content-card p {
    font-size: 14.5px;
    color: var(--text-gray);
    line-height: 1.6;
}


/* ============================================================
   FOOTER SECTION
   ============================================================= */
.footer {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 80px 0 0 0;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    margin-bottom: 60px;
}

.footer-brand-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    max-width: 360px;
}

.footer-registration {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.45);
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-links-col h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-bottom: 24px;
}

.footer-links-col a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
}

.footer-links-col a:hover {
    color: var(--vibrant-blue);
    transform: translateX(3px);
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: var(--transition-smooth);
}

.social-icon:hover {
    background: var(--vibrant-blue);
    border-color: var(--vibrant-blue);
}

.social-icon i, .social-icon svg {
    width: 16px;
    height: 16px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.btn-top-glow {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.btn-top-glow:hover {
    background: var(--vibrant-blue);
    border-color: var(--vibrant-blue);
}

.btn-top-glow i, .btn-top-glow svg {
    width: 16px;
    height: 16px;
}


/* ==========================================================================
   PRODUCT DETAILS PAGE STYLING (Clears overlaps)
   ========================================================================== */

body.page-product-details {
    background: #ffffff;
}

/* Sticky Breadcrumbs bar spacer */
.pd-breadcrumb-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
    position: sticky;
    top: 72px; /* aligns under scrolled header */
    z-index: 100;
    margin-top: 72px; /* OFFSET: Completely solves page overlap */
    transition: top 0.3s ease;
}

.header.scrolled + .pd-breadcrumb-bar {
    top: 64px;
}

.pd-breadcrumb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-gray);
}

.pd-breadcrumb a {
    color: var(--text-gray);
}

.pd-breadcrumb a:hover {
    color: var(--vibrant-blue);
}

.pd-breadcrumb-sep {
    color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.pd-breadcrumb-sep i, .pd-breadcrumb-sep svg {
    width: 12px;
    height: 12px;
}

.pd-breadcrumb-current {
    color: var(--vibrant-blue);
    font-weight: 700;
}

.pd-get-in-touch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--vibrant-blue);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 22px;
    transition: var(--transition-smooth);
}

.pd-get-in-touch:hover {
    background: #0d46c1;
}

.pd-get-in-touch i, .pd-get-in-touch svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.pd-get-in-touch:hover i, .pd-get-in-touch:hover svg {
    transform: translateX(3px);
}

/* Premium Product-Details Hero */
.pd-hero-grid {
    display: grid;
    grid-template-columns: 46% 54%;
    min-height: 520px;
    background: #050c1f;
    position: relative;
    overflow: hidden;
}

.pd-hero-grid::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(30, 96, 235, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.pd-hero-left {
    background: #050c1f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 48px;
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    position: relative;
    z-index: 2;
}

.pd-hero-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.06), transparent);
}

.pd-hero-right {
    background-image: url('../img/lms_hero_campus_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.pd-hero-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #050c1f 0%, rgba(5, 12, 31, 0.7) 40%, rgba(5, 12, 31, 0.1) 100%);
}

.pd-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #00f0ff;
    margin-bottom: 20px;
}

.pd-eyebrow-line {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #00f0ff;
}

.pd-hero-title {
    font-size: clamp(2.6rem, 4.5vw, 4rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -1.5px;
    line-height: 1.08;
}

.pd-hero-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 40px;
    line-height: 1.5;
    max-width: 480px;
}

.pd-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.pd-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e60eb;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    letter-spacing: 0.2px;
    position: relative;
    overflow: hidden;
}

.pd-cta-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.pd-cta-primary:hover {
    background: #0d46c1;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(30, 96, 235, 0.35);
}

.pd-cta-primary i, .pd-cta-primary svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pd-cta-primary:hover i, .pd-cta-primary:hover svg {
    transform: translateX(5px);
}

.pd-cta-portal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 26px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    letter-spacing: 0.2px;
}

.pd-cta-portal:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.pd-cta-portal i, .pd-cta-portal svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.pd-cta-portal:hover i, .pd-cta-portal:hover svg {
    transform: translateX(3px);
}

.pd-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.pd-cta-secondary:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

.pd-cta-secondary i, .pd-cta-secondary svg {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
}

.pd-cta-secondary:hover i, .pd-cta-secondary:hover svg {
    transform: translateX(-3px);
}

/* Stats Ribbon below Hero */
.pd-stats-row {
    background: #fafbfc;
    border-bottom: 1px solid #e8ecf0;
    padding: 28px 0;
    position: relative;
    z-index: 5;
}

.pd-stats-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.pd-stat-num {
    font-size: 30px;
    font-weight: 800;
    color: #050c1f;
    line-height: 1;
    letter-spacing: -0.5px;
}

.pd-stat-label {
    font-size: 10px;
    font-weight: 600;
    color: #777777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pd-stat-divider {
    width: 1px;
    height: 36px;
    background: #dce0e5;
    flex-shrink: 0;
    margin: 0 20px;
}

/* Ecosystem Explorer */
.ecosystem-explorer-wrapper {
    background: #ffffff;
}

.ecosystem-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.ecosystem-section-header h3 {
    font-size: 30px;
    font-weight: 800;
    color: #050c1f;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.ecosystem-section-header p {
    font-size: 15px;
    color: #666666;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.ecosystem-switcher-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    border-bottom: 1px solid #e8ecf0;
    padding-bottom: 12px;
}

.ecosystem-switch-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #777777;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
}

.ecosystem-switch-btn::after {
    content: '';
    position: absolute;
    bottom: -13px; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 50%;
    height: 2px;
    background: #1e60eb;
    transition: transform 0.25s ease;
}

.ecosystem-switch-btn:hover {
    color: #1e60eb;
}

.ecosystem-switch-btn.active {
    color: #1e60eb;
    font-weight: 700;
}

.ecosystem-switch-btn.active::after {
    transform: translateX(-50%) scaleX(1);
}

.ecosystem-switch-btn svg {
    width: 16px;
    height: 16px;
}

.ecosystem-pane {
    display: none;
}

.ecosystem-pane.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    animation: fadeInGrid 0.35s ease forwards;
}

@keyframes fadeInGrid {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.ecosystem-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    padding: 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ecosystem-card:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.03);
}

.ecosystem-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.ecosystem-card-icon {
    width: 40px;
    height: 40px;
    background: #f5f7fa;
    border: 1px solid #e8ecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e60eb;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ecosystem-card:hover .ecosystem-card-icon {
    background: #1e60eb;
    border-color: #1e60eb;
    color: #ffffff;
}

.ecosystem-card-icon i, .ecosystem-card-icon svg {
    width: 18px;
    height: 18px;
}

.ecosystem-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #050c1f;
    margin: 0;
}

.ecosystem-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #666666;
    margin-bottom: 18px;
    flex-grow: 1;
}

.ecosystem-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    background: #f0f4ff;
    color: #1e60eb;
    border: 1px solid rgba(30, 96, 235, 0.1);
    transition: all 0.3s ease;
}

.ecosystem-card:hover .ecosystem-badge {
    background: #ffffff;
    border-color: rgba(30, 96, 235, 0.2);
}

/* Live System Callout */
.live-system-callout {
    background: #fafbfc;
    padding: 80px 0;
}

.live-callout-panel {
    background: #050c1f;
    color: #ffffff;
    padding: 64px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.live-callout-panel::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(30, 96, 235, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.live-callout-panel h3 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    position: relative;
}

.live-callout-panel p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    max-width: 620px;
    margin: 0 auto 32px auto;
    line-height: 1.7;
    position: relative;
}

.live-callout-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.tcs-accent-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e60eb;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    cursor: pointer;
    letter-spacing: 0.2px;
    position: relative;
    overflow: hidden;
}

.tcs-accent-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.tcs-accent-btn:hover {
    background: #0d46c1;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(30, 96, 235, 0.3);
}

.tcs-accent-btn svg, .tcs-accent-btn i {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.tcs-accent-btn:hover svg, .tcs-accent-btn:hover i {
    transform: translateX(4px);
}

.tcs-outline-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    letter-spacing: 0.2px;
}

.tcs-outline-btn-white:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.tcs-outline-btn-white svg, .tcs-outline-btn-white i {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.tcs-outline-btn-white:hover svg, .tcs-outline-btn-white:hover i {
    transform: translateX(4px);
}


/* ============================================================
   RESPONSIVE MEDIA QUERIES (TCS-Style adjustments)
   ============================================================= */

@media (max-width: 991px) {
    .nav-links {
        display: none;
    }
    
    .mobile-nav-toggle {
        display: flex;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-insights-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-insight-card {
        height: auto;
        min-height: 240px;
    }

    .svc-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .svc-mosaic {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .svc-card.svc-card--featured {
        grid-column: span 2;
    }

    .prod-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cinematic-gallery-wrapper {
        height: 620px;
    }

    .slide-info-overlay {
        padding: 40px;
    }

    .co-creation-banner {
        grid-template-columns: 1fr;
    }

    .co-creation-content {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 40px;
    }

    .co-creation-action-box {
        padding: 40px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pd-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .pd-hero-left {
        padding: 50px 24px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .pd-hero-right {
        height: 320px;
    }

    .pd-stats-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .pd-stat-divider {
        display: none;
    }

    .ecosystem-pane.active {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 70px 0;
    }

    .svc-section {
        padding: 70px 0;
    }
    
    .logo-grid-grayscale {
        justify-content: center;
        gap: 24px;
    }

    .ecosystem-switcher-wrapper {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin: 0 auto 35px auto;
    }

    .ecosystem-switch-btn {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .pd-breadcrumb-bar {
        top: 58px;
        margin-top: 58px; /* mobile cleared height */
    }

    .pd-get-in-touch {
        display: none;
    }

    .pd-hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .pd-cta-primary, .pd-cta-portal {
        justify-content: center;
    }

    .pd-cta-secondary {
        justify-content: center;
        border-bottom: none;
        background: rgba(255, 255, 255, 0.08);
        padding: 12px;
    }

    .pd-stats-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ecosystem-pane.active {
        grid-template-columns: 1fr;
    }
    
    .svc-mosaic {
        grid-template-columns: 1fr;
    }
    
    .svc-card.svc-card--featured {
        grid-column: span 1;
    }

    .cinematic-gallery-wrapper {
        height: 720px;
    }

    .slide-info-overlay {
        padding: 24px;
    }

    .slider-controls-bar {
        bottom: 20px;
        right: 20px;
        left: 20px;
        justify-content: space-between;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ============================================================
   FOUNDER & LEADERSHIP PAGE — PREMIUM REDESIGN
   ============================================================= */

/* ═══════════════════════════════════════════════════════════════
   FOUNDERS HERO — TCS-Style Full-Viewport Animated
   ═══════════════════════════════════════════════════════════════ */
.fd-hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(170deg, #050c1f 0%, #0a1628 40%, #0d1f3c 70%, #050c1f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 72px;
}

/* ─── 3D Rotating Sphere ─── */
.fd-hero-sphere {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    perspective: 800px;
    pointer-events: none;
    z-index: 1;
}

.fd-sphere-ring {
    position: absolute;
    inset: 0;
    border: 1.5px solid rgba(30, 96, 235, 0.2);
    border-radius: 50%;
    transform-style: preserve-3d;
    box-shadow: 0 0 15px rgba(30, 96, 235, 0.08), inset 0 0 15px rgba(30, 96, 235, 0.05);
}

.fd-sphere-ring--1 {
    border-color: rgba(30, 96, 235, 0.35);
    animation: fdSphereSpin 18s linear infinite;
    transform: rotateX(65deg) rotateZ(0deg);
}
.fd-sphere-ring--2 {
    border-color: rgba(0, 200, 255, 0.2);
    animation: fdSphereSpin 22s linear infinite reverse;
    transform: rotateX(65deg) rotateZ(60deg);
}
.fd-sphere-ring--3 {
    border-color: rgba(30, 96, 235, 0.25);
    animation: fdSphereSpin 26s linear infinite;
    transform: rotateX(65deg) rotateZ(120deg);
}
.fd-sphere-ring--4 {
    border-color: rgba(0, 200, 255, 0.15);
    animation: fdSphereSpin 30s linear infinite reverse;
    transform: rotateX(65deg) rotateZ(180deg);
}
.fd-sphere-ring--5 {
    border-color: rgba(30, 96, 235, 0.18);
    animation: fdSphereSpin 34s linear infinite;
    transform: rotateX(65deg) rotateZ(240deg);
}

@keyframes fdSphereSpin {
    from { transform: rotateX(60deg) rotateZ(0deg); }
    to { transform: rotateX(60deg) rotateZ(360deg); }
}

/* ─── Particle Canvas ─── */
.fd-hero-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* ─── Flowing Curves ─── */
.fd-hero-curves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;
    z-index: 2;
    pointer-events: none;
}

.fd-curve {
    fill: none;
    stroke-width: 2.5;
}

.fd-curve--1 {
    fill: rgba(30, 96, 235, 0.12);
    animation: fdCurveFlow 8s ease-in-out infinite alternate;
}

.fd-curve--2 {
    fill: rgba(0, 180, 255, 0.06);
    animation: fdCurveFlow 10s ease-in-out 1s infinite alternate;
}

.fd-curve--3 {
    fill: rgba(255, 160, 40, 0.04);
    animation: fdCurveFlow 12s ease-in-out 2s infinite alternate;
}

@keyframes fdCurveFlow {
    0% { transform: translateX(0); }
    100% { transform: translateX(-30px); }
}

/* ─── Center Glow ─── */
.fd-hero-glow-center {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(30, 96, 235, 0.15) 0%, rgba(30, 96, 235, 0.05) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: fdGlowPulse 6s ease-in-out infinite;
}

@keyframes fdGlowPulse {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

/* ─── Hero Content (centered) ─── */
.fd-hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px 120px;
}

.fd-hero-badge-wrap {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.fd-hero-badge-line {
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #1e60eb);
}

.fd-hero-badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.fd-hero-title {
    margin-bottom: 28px;
}

.fd-hero-title-line {
    display: block;
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.fd-hero-title-highlight {
    display: block;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    font-weight: 800;
    background: linear-gradient(135deg, #4a8cf7 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.fd-hero-desc {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    max-width: 560px;
    margin: 0 auto 40px;
}

.fd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 50px;
}

/* ─── Buttons ─── */
.fd-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e60eb;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 32px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    letter-spacing: 0.2px;
    position: relative;
    overflow: hidden;
}

.fd-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    pointer-events: none;
}

.fd-btn-primary:hover {
    background: #0d46c1;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(30, 96, 235, 0.4);
}

.fd-btn-primary svg {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fd-btn-primary:hover svg {
    transform: translateX(4px) scale(1.1);
}

.fd-btn-primary.large {
    padding: 16px 36px;
    font-size: 15px;
}

.fd-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    letter-spacing: 0.2px;
}

.fd-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.fd-btn-outline svg {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fd-btn-outline:hover svg {
    transform: scale(1.1);
}

.fd-btn-outline.light {
    border-color: rgba(255, 255, 255, 0.3);
}

.fd-btn-outline.light:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

/* ─── Stats Bar ─── */
.fd-hero-stats-bar {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    padding: 22px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.fd-hero-stat {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.fd-hero-stat-num {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.5px;
}

.fd-hero-stat-unit {
    font-size: 18px;
    font-weight: 700;
    color: #4a8cf7;
}

.fd-hero-stat-label {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.35);
    margin-left: 4px;
}

.fd-hero-stat-div {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
}

/* ─── Scroll indicator ─── */
.fd-hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 5;
}

.fd-scroll-text {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.2);
}

.fd-scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0.2), transparent);
    animation: fdScrollLine 2s ease infinite;
}

@keyframes fdScrollLine {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

/* ─── Floating Keywords ─── */
.fd-hero-floating-words {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.fd-float-word {
    position: absolute;
    left: var(--x);
    top: var(--y);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(30, 96, 235, 0.12);
    animation: fdFloatWord var(--dur) ease-in-out var(--delay) infinite alternate;
    white-space: nowrap;
}

@keyframes fdFloatWord {
    0% { transform: translateY(0) scale(1); opacity: 0.12; }
    50% { transform: translateY(-20px) scale(1.05); opacity: 0.25; }
    100% { transform: translateY(10px) scale(0.95); opacity: 0.1; }
}

/* ─── GSAP reveal states ─── */
.fd-hero-reveal {
    opacity: 0;
    transform: translateY(30px);
}

/* ─── Founders Section ─── */
.fd-founders {
    padding: 100px 0;
    background: #ffffff;
}

.fd-section-head {
    margin-bottom: 60px;
    max-width: 640px;
}

.fd-section-head.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fd-section-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1e60eb;
    margin-bottom: 16px;
    position: relative;
    padding-left: 28px;
}

.fd-section-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #1e60eb;
}

.fd-section-head.centered .fd-section-tag {
    padding-left: 0;
}

.fd-section-head.centered .fd-section-tag::before {
    display: none;
}

.fd-section-title {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #050c1f;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.fd-text-blue {
    color: #1e60eb;
}

.fd-section-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
}

.fd-founders-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.fd-founder-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.fd-founder-card:hover {
    transform: translateY(-6px) !important;
    border-color: transparent;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 6px 16px rgba(0, 0, 0, 0.03);
}

.fd-founder-image-wrap {
    position: relative;
    height: 380px;
    overflow: hidden;
    background: #f0f2f5;
}

.fd-founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fd-founder-card:hover .fd-founder-img {
    transform: scale(1.05);
}

.fd-founder-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(5, 12, 31, 0.3) 100%);
    pointer-events: none;
}

.fd-founder-social {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 2;
}

.fd-founder-card:hover .fd-founder-social {
    opacity: 1;
    transform: translateY(0);
}

.fd-founder-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1e60eb;
    color: #ffffff;
    transition: all 0.25s ease;
}

.fd-founder-social a:hover {
    background: #0d46c1;
    transform: translateY(-2px);
}

.fd-founder-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.fd-founder-role {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1e60eb;
    margin-bottom: 8px;
}

.fd-founder-name {
    font-size: 22px;
    font-weight: 800;
    color: #050c1f;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.fd-founder-degrees {
    font-size: 13px;
    font-weight: 500;
    color: #888888;
    margin-bottom: 16px;
}

.fd-founder-bio {
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    flex-grow: 1;
}

/* ─── Principles Section ─── */
.fd-principles {
    padding: 100px 0;
    background: #f8fafc;
}

.fd-principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.fd-principle-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    padding: 36px 28px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

.fd-principle-card:hover {
    transform: translateY(-4px) !important;
    border-color: transparent;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.fd-principle-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 96, 235, 0.06);
    color: #1e60eb;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.fd-principle-card:hover .fd-principle-icon {
    background: #1e60eb;
    color: #ffffff;
}

.fd-principle-title {
    font-size: 17px;
    font-weight: 700;
    color: #050c1f;
    margin-bottom: 12px;
    line-height: 1.3;
}

.fd-principle-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
}

/* ─── CTA Section ─── */
.fd-cta {
    padding: 100px 0;
    background: #050c1f;
}

.fd-cta-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0;
}

.fd-cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.fd-text-white-bold {
    background: linear-gradient(135deg, #1e60eb, #00f0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fd-cta-desc {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 36px;
}

.fd-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* ─── Keyframes ─── */
@keyframes fdFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fdFadeIn {
    to { opacity: 1; }
}

@keyframes fdSlideIn {
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fdUnderlineGrow {
    to { width: 100%; }
}

@keyframes fdFloatShape {
    0%, 100% { transform: translateY(0) rotate(45deg); }
    50% { transform: translateY(-20px) rotate(50deg); }
}

@keyframes fdPulseCircle {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.08); opacity: 1; }
}

@keyframes fdScrollLine {
    0% { height: 0; opacity: 1; }
    50% { height: 40px; opacity: 0.5; }
    100% { height: 0; opacity: 0; }
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
    .fd-hero-sphere {
        width: 350px;
        height: 350px;
    }

    .fd-hero-title-line {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .fd-hero-title-highlight {
        font-size: clamp(2.2rem, 5.5vw, 3.5rem);
    }

    .fd-hero-stats-bar {
        gap: 20px;
        padding: 16px 24px;
    }

    .fd-hero-scroll {
        display: none;
    }

    .fd-hero-floating-words {
        display: none;
    }

    .fd-founders-grid {
        grid-template-columns: 1fr;
        max-width: 550px;
    }

    .fd-principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .fd-hero {
        padding: 80px 0 40px;
    }

    .fd-hero-sphere {
        width: 260px;
        height: 260px;
    }

    .fd-hero-title-line {
        font-size: 1.8rem;
    }

    .fd-hero-title-highlight {
        font-size: 2rem;
    }

    .fd-hero-stats-bar {
        flex-direction: column;
        gap: 16px;
        padding: 16px 20px;
    }

    .fd-hero-stat-div {
        width: 40px;
        height: 1px;
    }

    .fd-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fd-hero-actions .fd-btn-primary,
    .fd-hero-actions .fd-btn-outline {
        justify-content: center;
    }

    .fd-founder-image-wrap {
        height: 300px;
    }

    .fd-principles-grid {
        grid-template-columns: 1fr;
    }

    .fd-section-head {
        max-width: 100%;
    }
}


/* ==========================================================================
   INTERNSHIPS PAGE
   ========================================================================== */

/* Hero */
.intern-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #000000 0%, #0a0f1e 40%, #050c1f 100%);
    overflow: hidden;
    padding: 80px 0;
    margin-top: 72px;
}

.intern-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.intern-hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(30, 96, 235, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 96, 235, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

.intern-hero-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(30, 96, 235, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 4s ease-in-out infinite;
}

.intern-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.intern-hero-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(30, 96, 235, 0.1);
    border: 1px solid rgba(30, 96, 235, 0.25);
    color: #60a5fa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.intern-hero-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.text-blue {
    color: #1e60eb;
}

.intern-hero-desc {
    font-size: 17px;
    color: #888;
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto 32px;
}

.intern-hero-cta {
    display: flex;
    justify-content: center;
}

/* Section */
.intern-section {
    padding: 100px 0;
    background: #ffffff;
}

.intern-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.intern-section-header .section-label {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(30, 96, 235, 0.06);
    border: 1px solid rgba(30, 96, 235, 0.12);
    color: #1e60eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.intern-section-header .section-title {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
}

.intern-section-header .section-desc {
    font-size: 16px;
    color: #555;
    max-width: 480px;
    margin: 0 auto;
}

/* Filters */
.intern-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.intern-filter-tabs {
    display: flex;
    gap: 4px;
    background: #f4f4f4;
    padding: 4px;
}

.intern-filter-tab {
    padding: 10px 24px;
    background: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.intern-filter-tab:hover {
    color: #000;
}

.intern-filter-tab.active {
    background: #000000;
    color: #ffffff;
}

/* Grid */
.intern-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Card */
.intern-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: var(--transition-smooth);
    overflow-wrap: break-word;
    word-break: break-word;
}

.intern-card:hover {
    border-color: #1e60eb;
    box-shadow: 0 8px 30px rgba(30, 96, 235, 0.08);
}

.intern-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.intern-card-cat {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.intern-cat-technology {
    background: rgba(30, 96, 235, 0.08);
    color: #1e60eb;
}

.intern-cat-marketing {
    background: rgba(168, 85, 247, 0.08);
    color: #a855f7;
}

.intern-cat-design {
    background: rgba(236, 72, 153, 0.08);
    color: #ec4899;
}

.intern-cat-finance {
    background: rgba(34, 197, 94, 0.08);
    color: #22c55e;
}

.intern-cat-operations {
    background: rgba(249, 115, 22, 0.08);
    color: #f97316;
}

.intern-card-urgent {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(239, 68, 68, 0.08);
    color: #ef4444;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: urgentPulse 2s ease-in-out infinite;
}

.intern-card-expired {
    display: inline-block;
    padding: 4px 10px;
    background: #f4f4f4;
    color: #999;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes urgentPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.intern-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.intern-card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.intern-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.intern-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
}

.intern-meta-item svg {
    color: #1e60eb;
    flex-shrink: 0;
}

.intern-card-req {
    margin-bottom: 20px;
    padding: 16px;
    background: #f9fafb;
    border-left: 3px solid #1e60eb;
}

.intern-card-req h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e60eb;
    margin-bottom: 8px;
}

.intern-card-req p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.intern-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.intern-deadline {
    font-size: 12px;
    color: #888;
}

.intern-deadline.urgent {
    color: #ef4444;
    font-weight: 600;
}

.intern-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #1e60eb;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.3s;
}

.intern-apply-btn:hover {
    background: #1a52c7;
}

/* Empty State */
.intern-empty {
    text-align: center;
    padding: 80px 20px;
    color: #888;
}

.intern-empty svg {
    margin-bottom: 16px;
}

/* CTA */
.intern-cta {
    padding: 100px 0;
    background: linear-gradient(160deg, #000000 0%, #0a0f1e 50%, #050c1f 100%);
    text-align: center;
}

.intern-cta-inner h2 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

.intern-cta-inner p {
    font-size: 16px;
    color: #888;
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .intern-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .intern-hero {
        min-height: 35vh;
        padding: 60px 0;
        margin-top: 64px;
    }

    .intern-grid {
        grid-template-columns: 1fr;
    }

    .intern-filter-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .intern-card-bottom {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .intern-apply-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   ADDITIONAL INTERNSHIPS EXTRA FEATURES (BADGES & MODAL POPUP)
   ========================================================================== */

/* Custom badges on card top */
.intern-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.intern-card-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

/* Mode Badges */
.mode-remote {
    background: rgba(30, 96, 235, 0.06);
    color: #1e60eb;
    border: 1px solid rgba(30, 96, 235, 0.15);
}
.mode-on-site {
    background: rgba(249, 115, 22, 0.06);
    color: #f97316;
    border: 1px solid rgba(249, 115, 22, 0.15);
}
.mode-hybrid {
    background: rgba(168, 85, 247, 0.06);
    color: #a855f7;
    border: 1px solid rgba(168, 85, 247, 0.15);
}

/* Type Badges */
.type-fulltime {
    background: rgba(16, 185, 129, 0.06);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.15);
}
.type-parttime {
    background: rgba(99, 102, 241, 0.06);
    color: #6366f1;
    border: 1px solid rgba(99, 102, 241, 0.15);
}

/* Card Action Buttons */
.intern-action-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.intern-detail-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #1e60eb;
    color: #1e60eb;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.intern-detail-btn:hover {
    background: rgba(30, 96, 235, 0.05);
    border-color: #1a52c7;
    color: #1a52c7;
}

/* Modal Overlay Styling */
.intern-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 12, 31, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.intern-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Modal Card */
.intern-modal-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 90%;
    max-width: 720px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.intern-modal-overlay.active .intern-modal-card {
    transform: translateY(0) scale(1);
}

/* Close Button */
.intern-modal-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    z-index: 10;
}

.intern-modal-close:hover {
    color: #0f172a;
}

/* Header */
.intern-modal-header {
    padding: 36px 36px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.intern-modal-header .intern-badge-row {
    margin-bottom: 12px;
}

.intern-modal-header .modal-badge-cat,
.intern-modal-header .modal-badge-mode,
.intern-modal-header .modal-badge-type {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.intern-modal-header .modal-badge-cat {
    background: rgba(30, 96, 235, 0.08);
    color: #1e60eb;
}

.intern-modal-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

/* Meta Section */
.intern-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px 36px;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.intern-modal-meta .intern-meta-item {
    font-size: 13px;
    color: #475569;
}

.intern-modal-meta .intern-meta-item svg {
    color: #1e60eb;
}

/* Body */
.intern-modal-body {
    padding: 28px 36px;
    overflow-y: auto;
    flex-grow: 1;
}

/* Custom Scrollbar inside modal */
.intern-modal-body::-webkit-scrollbar {
    width: 6px;
}
.intern-modal-body::-webkit-scrollbar-track {
    background: #f1f5f9;
}
.intern-modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.intern-modal-body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.intern-modal-section {
    margin-bottom: 28px;
}

.intern-modal-section:last-child {
    margin-bottom: 0;
}

.intern-modal-section h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e60eb;
    margin-bottom: 12px;
}

/* Rich Text Formatting Styles Inside Modal */
.rich-text-content {
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
}

.rich-text-content p {
    margin-bottom: 12px;
}

.rich-text-content p:last-child {
    margin-bottom: 0;
}

.rich-text-content ul, 
.rich-text-content ol {
    margin-left: 20px;
    margin-bottom: 12px;
}

.rich-text-content li {
    margin-bottom: 6px;
}

.rich-text-content strong {
    font-weight: 600;
    color: #0f172a;
}

/* Footer */
.intern-modal-footer {
    padding: 24px 36px 36px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: flex-end;
}

.intern-modal-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #1e60eb;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.3s;
}

.intern-modal-apply-btn:hover {
    background: #1a52c7;
}

/* Responsive updates for Modal & Buttons */
@media (max-width: 768px) {
    .intern-modal-card {
        width: 95%;
        max-height: 90vh;
    }
    
    .intern-modal-header {
        padding: 28px 24px 16px;
    }
    
    .intern-modal-meta {
        padding: 14px 24px;
        gap: 12px;
    }
    
    .intern-modal-body {
        padding: 20px 24px;
    }
    
    .intern-modal-footer {
        padding: 18px 24px 24px;
    }
    
    .intern-modal-apply-btn {
        width: 100%;
        justify-content: center;
    }
    
    .intern-action-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    
    .intern-detail-btn,
    .intern-apply-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   INTERNSHIP DETAILS PAGE STYLING
   ========================================================================== */
.id-breadcrumb-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
    position: sticky;
    top: 72px;
    z-index: 100;
    margin-top: 72px;
    transition: top 0.3s ease;
}
.header.scrolled + .id-breadcrumb-bar {
    top: 64px;
}
.id-breadcrumb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    min-width: 0;
}
.id-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-gray);
    min-width: 0;
    flex: 1;
    flex-wrap: wrap;
}
.id-breadcrumb a {
    color: var(--text-gray);
    white-space: nowrap;
}
.id-breadcrumb a:hover {
    color: var(--vibrant-blue);
}
.id-breadcrumb-sep {
    color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.id-breadcrumb-sep svg {
    width: 12px;
    height: 12px;
}
.id-breadcrumb-current {
    color: var(--vibrant-blue);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}
.id-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}
.id-back-btn:hover {
    color: var(--vibrant-blue);
}

/* Hero Section */
.id-hero {
    background: linear-gradient(160deg, #000000 0%, #0a0f1e 40%, #050c1f 100%);
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.id-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(30, 96, 235, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 96, 235, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.7;
}
.id-hero-content {
    position: relative;
    z-index: 2;
}
.id-badge-row {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.id-hero-title {
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 24px;
}
.id-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.id-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #cbd5e1;
}
.id-meta-item svg {
    color: #60a5fa;
}

/* Page Layout Grid */
.id-layout-section {
    padding: 60px 0 100px;
    background: #ffffff;
}
.id-layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start;
}
.id-details-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.id-content-block h2 {
    font-size: 20px;
    font-weight: 800;
    color: #050c1f;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
}

/* Sidebar Card */
.id-sidebar {
    position: sticky;
    top: 150px;
}
.id-summary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(5, 12, 31, 0.04);
}
.id-summary-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #050c1f;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
}
.id-summary-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
}
.id-summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px dashed #f1f5f9;
    padding-bottom: 10px;
}
.id-summary-item .label {
    color: #64748b;
    font-weight: 500;
}
.id-summary-item .value {
    color: #0f172a;
    font-weight: 700;
}
.id-apply-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background: var(--vibrant-blue);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition-smooth);
}
.id-apply-now-btn:hover {
    background: #0d46c1;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 96, 235, 0.25);
}
.id-apply-now-btn svg {
    transition: transform 0.2s ease;
}
.id-apply-now-btn:hover svg {
    transform: translateX(4px);
}
.id-share-info {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .id-layout-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .id-sidebar {
        position: static;
    }
}

/* Internship details — small mobile fixes */
@media (max-width: 768px) {
    .id-breadcrumb-bar {
        padding: 10px 0;
    }
    .id-breadcrumb-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .id-breadcrumb {
        flex-wrap: wrap;
        row-gap: 2px;
    }
    .id-breadcrumb-current {
        max-width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        font-size: 12px;
        line-height: 1.4;
    }
    .id-back-btn {
        font-size: 12px;
    }
    .id-hero {
        padding: 48px 0;
    }
    .id-hero-title {
        font-size: clamp(22px, 6vw, 32px);
    }
    .id-hero-meta {
        gap: 14px;
    }
    .id-layout-section {
        padding: 40px 0 60px;
    }
    .id-summary-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .id-breadcrumb-bar {
        top: 60px;
        margin-top: 60px;
    }
    .header.scrolled + .id-breadcrumb-bar {
        top: 56px;
    }
    .id-badge-row {
        flex-wrap: wrap;
    }
    .id-hero-meta {
        flex-direction: column;
        gap: 10px;
    }
}

/* ==========================================================================
   CONTACT PAGE — PREMIUM TCS-INSPIRED DESIGN
   ========================================================================== */

/* ── Hero ── */
.ct-hero {
    position: relative;
    background: linear-gradient(160deg, #000000 0%, #0a0f1e 50%, #050c1f 100%);
    padding: 140px 0 90px;
    overflow: hidden;
    margin-top: 72px;
    text-align: center;
}

.ct-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ct-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(30, 96, 235, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 96, 235, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.ct-glow {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(30, 96, 235, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.ct-hero-inner {
    position: relative;
    z-index: 2;
}

.ct-hero-badge {
    display: inline-block;
    padding: 5px 18px;
    background: rgba(30, 96, 235, 0.1);
    border: 1px solid rgba(30, 96, 235, 0.25);
    color: #60a5fa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ct-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.ct-blue {
    color: #1e60eb;
}

.ct-hero-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.55);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Quick Contact Cards ── */
.ct-cards-section {
    background: #f4f4f4;
    padding: 64px 0;
}

.ct-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ct-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px 28px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.ct-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.ct-card--whatsapp::before { background: #25D366; }
.ct-card--email::before    { background: #1e60eb; }
.ct-card--phone::before    { background: #f59e0b; }

.ct-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.ct-card:hover::before {
    transform: scaleX(1);
}

.ct-card-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.ct-card--whatsapp .ct-card-icon { color: #25D366; }
.ct-card--email    .ct-card-icon { color: #1e60eb; }
.ct-card--phone    .ct-card-icon { color: #f59e0b; }

.ct-card-icon svg,
.ct-card-icon i {
    width: 32px;
    height: 32px;
}

.ct-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ct-card-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
}

.ct-card-value {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    word-break: break-all;
}

.ct-card-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
    transition: gap 0.2s ease;
}

.ct-card--whatsapp .ct-card-action { color: #25D366; }
.ct-card--email    .ct-card-action { color: #1e60eb; }
.ct-card--phone    .ct-card-action { color: #f59e0b; }

.ct-card:hover .ct-card-action {
    gap: 8px;
}

.ct-card-action i { width: 14px; height: 14px; }

/* ── WhatsApp Section ── */
.ct-wa-section {
    background: #ffffff;
    padding: 80px 0;
    border-top: 1px solid #f1f5f9;
}

.ct-wa-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.ct-wa-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.2);
    color: #16a34a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ct-wa-badge svg { flex-shrink: 0; }

.ct-wa-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #000000;
    margin-bottom: 16px;
    line-height: 1.2;
}

.ct-wa-desc {
    font-size: 15.5px;
    color: #555;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 32px;
}

.ct-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.ct-wa-btn:hover {
    background: #1ebe5c;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.3);
}

.ct-wa-note {
    margin-top: 14px;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* QR Card */
.ct-wa-qr {
    flex-shrink: 0;
}

.ct-qr-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    width: 240px;
}

.ct-qr-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    text-align: left;
}

.ct-qr-logo {
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ct-qr-brand {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.3px;
}

.ct-qr-sub {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    margin-top: 2px;
}

.ct-qr-code-wrap {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 8px;
    border: 1px solid #f1f5f9;
}

.ct-qr-img {
    display: block;
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.ct-qr-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.ct-qr-caption {
    margin-top: 12px;
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

/* ── Address Section ── */
.ct-address-section {
    background: #f8fafc;
    padding: 80px 0;
    border-top: 1px solid #f1f5f9;
}

.ct-address-header {
    text-align: center;
    margin-bottom: 48px;
}

.ct-section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1e60eb;
    margin-bottom: 10px;
}

.ct-section-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #000000;
}

.ct-address-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 32px;
    align-items: stretch;
    min-height: 380px;
}

.ct-address-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
}

.ct-address-icon {
    width: 48px;
    height: 48px;
    background: rgba(30, 96, 235, 0.06);
    border: 1px solid rgba(30, 96, 235, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e60eb;
    margin-bottom: 20px;
}

.ct-address-icon i { width: 22px; height: 22px; }

.ct-address-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.ct-address-text {
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 20px;
}

.ct-directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #1e60eb;
    border: 1px solid rgba(30, 96, 235, 0.2);
    padding: 8px 18px;
    width: fit-content;
    transition: all 0.3s ease;
    margin-bottom: 28px;
    text-decoration: none;
}

.ct-directions-btn i { width: 14px; height: 14px; }

.ct-directions-btn:hover {
    background: #1e60eb;
    color: #ffffff;
    border-color: #1e60eb;
}

.ct-contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.ct-detail-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #475569;
}

.ct-detail-row i { width: 16px; height: 16px; color: #1e60eb; flex-shrink: 0; }

.ct-detail-row a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ct-detail-row a:hover { color: #1e60eb; }

.ct-map-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    min-height: 380px;
}

.ct-map-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(20%);
}

.ct-map-overlay-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    pointer-events: none;
}

.ct-map-overlay-label i { width: 14px; height: 14px; color: #1e60eb; }

/* ── Response Time Strip ── */
.ct-strip {
    background: #000000;
    padding: 28px 0;
}

.ct-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.ct-strip-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.65);
}

.ct-strip-item i { width: 16px; height: 16px; color: #1e60eb; flex-shrink: 0; }
.ct-strip-item strong { color: #ffffff; }

.ct-strip-sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   CONTACT PAGE — RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .ct-wa-inner {
        gap: 40px;
    }
    .ct-qr-card {
        width: 210px;
    }
    .ct-qr-img { width: 148px; height: 148px; }
}

@media (max-width: 768px) {
    .ct-hero {
        padding: 120px 0 60px;
    }
    .ct-hero-desc {
        font-size: 15px;
    }

    /* Cards: 1 column */
    .ct-cards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* WhatsApp section: stack */
    .ct-wa-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .ct-wa-qr {
        display: flex;
        justify-content: center;
    }
    .ct-qr-card { width: 220px; }
    .ct-wa-desc { max-width: 100%; }

    /* Address: stack */
    .ct-address-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .ct-map-wrap {
        min-height: 280px;
    }
    .ct-map-wrap iframe {
        height: 280px;
    }

    /* Strip: column */
    .ct-strip-inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .ct-strip-sep {
        width: 40px;
        height: 1px;
    }
}

@media (max-width: 576px) {
    .ct-hero {
        padding: 100px 0 50px;
        margin-top: 60px;
    }
    .ct-address-card {
        padding: 24px 20px;
    }
    .ct-wa-section {
        padding: 50px 0;
    }
    .ct-wa-btn {
        width: 100%;
        justify-content: center;
    }
    .ct-cards-section {
        padding: 40px 0;
    }
    .ct-card {
        padding: 22px 18px;
        gap: 14px;
    }
    .ct-address-section {
        padding: 50px 0;
    }
    .ct-strip-item {
        font-size: 12.5px;
    }
}
