/* team.css */

.team-page {
    background-color: var(--bg-dark, #05070A);
    overflow-x: hidden;
}

/*  Intro */
#intro-cinematic {
    position: fixed;
    inset: 0;
    z-index: 99998; /* Below chatbot */
    background: #05070A;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    will-change: opacity, visibility;
}

.intro-fog {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent, rgba(5,7,10,0.9));
    z-index: 1;
}

.intro-content-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}

.mascot-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(200px, 20vw, 300px);
    will-change: transform, opacity;
}

.mascot-img {
    width: 100%;
    height: auto;
    animation: mascotDance 2s ease-in-out forwards;
    filter: drop-shadow(0 0 20px rgba(0, 174, 239, 0.4));
    transform-origin: bottom center;
}

@keyframes mascotDance {
    0% { transform: translateY(0) rotate(0deg); }
    15% { transform: translateX(20px) translateY(-10px) rotate(3deg) scale(1.02); }
    30% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    45% { transform: translateX(-20px) translateY(-10px) rotate(-3deg) scale(1.02); }
    60% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    75% { transform: translateY(-5px) scale(1.01); }
    100% { transform: translateY(0) scale(1); }
}

.intro-text-block {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    padding-left: 0;
    width: 60%;
    max-width: 800px;
    text-align: center;
}

.intro-minds-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5.2vw, 6.2rem);
    color: #FFF;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 15px;
    white-space: nowrap;
    position: relative;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.intro-minds-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);
    transform: skewX(-20deg);
    animation: metallicShineTitle 6s infinite;
    mix-blend-mode: overlay;
    pointer-events: none;
}
@keyframes metallicShineTitle {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

.intro-minds-title .char {
    display: inline-block;
    opacity: 0;
    filter: blur(20px);
    transform: translateZ(0) scale(1.2);
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #FFF, #A0AAB2);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 10px rgba(0, 174, 239, 0.2);
}

.intro-minds-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    max-width: 500px;
    opacity: 0;
}

.team-bg-effects {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Team Section Layout */
.team-section {
    position: relative;
    padding: 6rem 1.5rem 4rem;
    z-index: 10;
    opacity: 0; 
    transform: translateY(100px);
    will-change: transform, opacity;
}

.team-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    width: 100%;
}

.team-row {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}

.prem-team-card {
    position: relative;
    width: 350px;
    min-height: 480px;
    background: rgba(10, 15, 25, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 174, 239, 0.2);
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: none;
    will-change: transform, opacity;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,174,239,0.05);
}

.ceo-intro-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000000; 
    overflow: hidden;
    padding: 10rem 2rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Background Elements */
.ceo-bg-layer {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #000000;
}

.ceo-mesh-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.15;
    mix-blend-mode: screen;
    will-change: transform;
}
.ceo-mesh-orb-1 {
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, #00D4FF 0%, rgba(0, 212, 255, 0.2) 70%);
    top: -15%;
    left: -10%;
    animation: drift 25s infinite alternate ease-in-out;
}
.ceo-mesh-orb-2 {
    width: 45vw;
    height: 45vw;
    background: radial-gradient(circle, #00D4FF 0%, rgba(0, 212, 255, 0.2) 70%);
    bottom: -20%;
    right: -10%;
    animation: drift 30s infinite alternate-reverse ease-in-out;
}
.ceo-mesh-orb-3 {
    width: 35vw;
    height: 35vw;
    background: radial-gradient(circle, #00D4FF 0%, transparent 80%);
    top: 30%;
    left: 40%;
    animation: drift 28s infinite alternate ease-in-out 3s;
}

@keyframes drift {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    50% { transform: translate(5vw, 5vh) scale(1.08) rotate(180deg); }
    100% { transform: translate(-5vw, 10vh) scale(0.95) rotate(360deg); }
}

.ceo-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(192, 192, 192, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(192, 192, 192, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.7;
    animation: gridMove 30s linear infinite;
    mix-blend-mode: overlay;
}
@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

.ceo-silver-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(192, 192, 192, 0.15), transparent);
    height: 1px;
    will-change: left;
}
.ceo-silver-line-1 { top: 25%; left: -100%; width: 100%; animation: lineShoot 15s infinite linear; }
.ceo-silver-line-2 { top: 55%; left: -100%; width: 100%; animation: lineShoot 22s infinite linear 3s; }
.ceo-silver-line-3 { top: 75%; left: -100%; width: 50%; animation: lineShoot 18s infinite linear 7s; }

@keyframes lineShoot {
    0% { left: -100%; }
    100% { left: 200%; }
}

#ceo-particles-canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.ceo-aurora {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 212, 255, 0.03) 50%, transparent 100%);
    animation: auroraGlow 15s ease-in-out infinite alternate;
}
@keyframes auroraGlow {
    0% { opacity: 0.3; transform: translateY(-20px); }
    100% { opacity: 0.8; transform: translateY(20px); }
}

/* Dynamic Interactive Cursor Light */
.ceo-cursor-light {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.08) 0%, rgba(0, 212, 255, 0.02) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    opacity: 0;
    will-change: left, top;
}

/* Container */
.ceo-intro-container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    gap: 6rem;
    align-items: center;
    position: relative;
    z-index: 5;
}

/* Left Column - Portrait */
.ceo-portrait-col {
    flex: 0 0 45%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceo-portrait-fog {
    position: absolute;
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.ceo-portrait-wrapper {
    position: relative;
    width: 460px;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform-style: preserve-3d;
    will-change: transform;
}

/* Halos */
.ceo-halo {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.2) 0%, transparent 70%);
    opacity: 0.3;
    animation: haloPulse 5s infinite alternate ease-in-out;
    transform: translateZ(-60px);
}
.ceo-halo-2 {
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
    opacity: 0.2;
    animation: haloPulse 7s infinite alternate-reverse ease-in-out;
    transform: translateZ(-90px);
}
@keyframes haloPulse {
    0% { transform: scale(0.92) translateZ(-60px); opacity: 0.2; }
    100% { transform: scale(1.08) translateZ(-60px); opacity: 0.45; }
}

/* Rotating Rings */
.ceo-ring-outer {
    position: absolute;
    width: 106%;
    height: 106%;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #C0C0C0, transparent, #C0C0C0) border-box;
    opacity: 0.4;
    animation: spinOuter 20s linear infinite;
    transform: translateZ(-20px);
}
.ceo-ring-inner {
    position: absolute;
    width: 98%;
    height: 98%;
    border-radius: 50%;
    border: 1px dashed rgba(0, 212, 255, 0.3);
    animation: spinInner 15s linear infinite;
    transform: translateZ(-10px);
}

@keyframes spinOuter {
    0% { transform: rotate(0deg) translateZ(-20px); }
    100% { transform: rotate(360deg) translateZ(-20px); }
}
@keyframes spinInner {
    0% { transform: rotate(360deg) translateZ(-10px); }
    100% { transform: rotate(0deg) translateZ(-10px); }
}

/* Glass Frame with continuous float */
.ceo-glass-frame {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 212, 255, 0.5); /* Electric Blue Border */
    box-shadow: 
        0 0 45px rgba(0, 212, 255, 0.25), 
        inset 0 0 25px rgba(0, 212, 255, 0.15);
    position: relative;
    z-index: 5;
    overflow: hidden;
    transform: translateZ(50px);
    animation: floatFrame 5s ease-in-out infinite alternate;
    will-change: transform, box-shadow;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.ceo-glass-frame:hover {
    border-color: #00D4FF;
    box-shadow: 
        0 0 60px rgba(0, 212, 255, 0.4), 
        inset 0 0 30px rgba(0, 212, 255, 0.25);
}

@keyframes floatFrame {
    0% { transform: translateZ(50px) translateY(0); }
    100% { transform: translateZ(50px) translateY(-12px); }
}

.ceo-portrait-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.ceo-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    filter: grayscale(15%) brightness(95%);
}
.ceo-glass-frame:hover .ceo-portrait-img {
    transform: scale(1.08);
    filter: grayscale(0%) brightness(100%);
}

.ceo-glass-reflection {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(192, 192, 192, 0.12) 50%, transparent 60%);
    animation: glassShine 10s infinite ease-in-out;
    pointer-events: none;
}
@keyframes glassShine {
    0%, 60% { transform: translate(-100%, -100%); }
    100% { transform: translate(100%, 100%); }
}

/* Pulsing rings */
.ceo-pulse-ring {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 2px solid #00D4FF;
    opacity: 0;
    z-index: 4;
    pointer-events: none;
    transform: translateZ(30px);
    animation: pulseRing 6s cubic-bezier(0.215, 0.610, 0.355, 1) infinite;
}
.ceo-pulse-ring-2 {
    border: 2px solid #00D4FF;
    animation-delay: 3s;
}
@keyframes pulseRing {
    0% { transform: translateZ(30px) scale(0.95); opacity: 0; }
    30% { opacity: 0.35; }
    100% { transform: translateZ(30px) scale(1.25); opacity: 0; }
}

/* Floating Shapes (Silver / Electric Blue glass) */
.ceo-geo {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(192, 192, 192, 0.15); /* Sterling Silver Border */
    z-index: 6;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.ceo-geo-1 { width: 35px; height: 35px; top: 12%; right: 12%; border-radius: 8px; border-color: rgba(0, 212, 255, 0.3); animation: floatGeo 8s ease-in-out infinite alternate; }
.ceo-geo-2 { width: 22px; height: 22px; bottom: 22%; left: 8%; border-radius: 50%; animation: floatGeo 6s ease-in-out infinite alternate-reverse; }
.ceo-geo-3 { width: 28px; height: 28px; top: 52%; left: -2%; transform: rotate(45deg); border-color: rgba(0, 212, 255, 0.3); animation: floatGeo 7s ease-in-out infinite alternate; }
.ceo-geo-4 { width: 16px; height: 16px; bottom: 12%; right: 22%; border-radius: 4px; animation: floatGeo 9s ease-in-out infinite alternate-reverse; }

@keyframes floatGeo {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-16px) rotate(35deg); }
}

/* Right Column - Details */
.ceo-details-col {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #C0C0C0; /* Sterling Silver */
}

/* Eyebrow Label */
.ceo-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #C0C0C0; /* Sterling Silver */
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
}
.ceo-eyebrow-dot {
    width: 6px;
    height: 6px;
    background: #00D4FF; /* Electric Blue */
    border-radius: 50%;
    box-shadow: 0 0 12px #00D4FF;
    animation: blinkDot 2s infinite alternate ease-in-out;
}
@keyframes blinkDot {
    0% { opacity: 0.3; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1.15); }
}

/* Headings */
.ceo-intro-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 800; /* ExtraBold */
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: #C0C0C0; /* Sterling Silver */
    position: relative;
    display: inline-block;
}

/* Silver heading line */
.ceo-heading-line {
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, #C0C0C0, transparent);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}
.ceo-heading-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #FFFFFF, transparent);
    animation: lineSweep 4s infinite ease-in-out;
}
@keyframes lineSweep {
    0% { left: -100%; }
    40%, 100% { left: 100%; }
}

/* Animated Electric Blue Gradient CEO Name */
.ceo-name-wrap {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp(3.2rem, 6.5vw, 6.5rem);
    line-height: 1;
    margin-bottom: 0.75rem;
    position: relative;
}

.ceo-name-text {
    background: linear-gradient(90deg, #00D4FF, #00D4FF, #00D4FF);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: blueTextGradient 5s linear infinite;
    display: inline-block;
    text-shadow: 0 0 50px rgba(0, 212, 255, 0.15);
}

@keyframes blueTextGradient {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.ceo-designation {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #00D4FF; /* Electric Blue */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.ceo-detail-divider {
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, #00D4FF, transparent);
    margin-bottom: 2.2rem;
}

.ceo-bio {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #C0C0C0; /* Sterling Silver */
    margin-bottom: 3rem;
    max-width: 650px;
}
.ceo-bio p {
    margin-bottom: 1.25rem;
}
.ceo-bio p:last-child {
    margin-bottom: 0;
}

.ceo-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 3.5rem;
    width: 100%;
}

.ceo-stat-item {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(192, 192, 192, 0.12); /* Sterling Silver */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1.5rem 1rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.ceo-stat-item:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 212, 255, 0.4); /* Electric Blue */
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.6), 
        0 0 25px rgba(0, 212, 255, 0.15);
}

/* Overlay sheen on hover */
.ceo-stat-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 212, 255, 0.05), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}
.ceo-stat-item:hover::before {
    transform: translateX(100%);
}

.ceo-stat-num {
    font-family: 'Poppins', sans-serif;
    font-size: 2.3rem;
    font-weight: 800; 
    color: #C0C0C0; /* Sterling Silver */
    line-height: 1;
    display: inline-block;
    transition: color 0.4s ease;
}
.ceo-stat-item:hover .ceo-stat-num {
    color: #FFFFFF;
}

.ceo-stat-suffix {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00D4FF; /* Electric Blue */
    margin-left: 2px;
}

.ceo-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #C0C0C0; /* Sterling Silver */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.75rem;
    display: block;
    opacity: 0.8;
}

/* Quote Card (Silver border, glassmorphism) */
.ceo-quote-card {
    background: rgba(0, 0, 0, 0.4);
    border: 1.5px solid rgba(192, 192, 192, 0.2); /* Sterling Silver Border */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    max-width: 650px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.6), 
        inset 0 0 25px rgba(192, 192, 192, 0.02);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 2.5rem;
}
.ceo-quote-card:hover {
    border-color: rgba(0, 212, 255, 0.5); /* Electric Blue on hover */
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.8), 
        0 0 35px rgba(0, 212, 255, 0.2),
        inset 0 0 25px rgba(0, 212, 255, 0.05);
}

.ceo-quote-mark {
    position: absolute;
    top: -15px;
    left: 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 6rem;
    line-height: 1;
    color: rgba(192, 192, 192, 0.1); /* Silver */
    pointer-events: none;
}

.ceo-quote-text {
    font-family: 'Playfair Display', serif;
    font-style: italic; /* Playfair Display Italic */
    font-size: 1.35rem;
    line-height: 1.7;
    color: #C0C0C0; /* Sterling Silver */
    margin: 0 0 1.75rem 0;
    position: relative;
    z-index: 2;
}

.ceo-signature {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-top: 1px solid rgba(192, 192, 192, 0.1);
    padding-top: 1.5rem;
}

.ceo-signature-svg {
    width: 95px;
    height: auto;
    filter: drop-shadow(0 0 4px rgba(192, 192, 192, 0.3));
}

.ceo-sig-details {
    display: flex;
    flex-direction: column;
}

.ceo-signature-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #C0C0C0; /* Sterling Silver */
    letter-spacing: 0.5px;
}

.ceo-signature-role {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #00D4FF; /* Electric Blue */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0.2rem;
}

/* Executive Action Button (Schedule Executive Summit) */
.ceo-actions-wrapper {
    display: flex;
    width: fit-content;
}

.ceo-action-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #000000;
    border: 1px solid rgba(0, 212, 255, 0.4); /* Electric Blue */
    border-radius: 40px;
    padding: 1.1rem 2.2rem;
    color: #C0C0C0; /* Sterling Silver */
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.05);
}

.ceo-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00D4FF; /* Electric Blue */
    transition: transform 0.4s ease;
}

.ceo-btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.15) 0%, transparent 60%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

.ceo-action-btn:hover {
    color: #FFFFFF;
    border-color: #00D4FF;
    box-shadow: 
        0 10px 30px rgba(0, 212, 255, 0.25),
        0 0 15px rgba(0, 212, 255, 0.1);
    transform: translateY(-2px);
}

.ceo-action-btn:hover .ceo-btn-arrow {
    transform: translateX(5px);
}

.ceo-action-btn:hover .ceo-btn-glow {
    transform: translate(-50%, -50%) scale(1.5);
}

/* ======================================================== */
/* RESPONSIVE DESIGN - MOBILE-FIRST & GRID TRANSFORMATIONS */
/* ======================================================== */
@media (max-width: 1200px) {
    .ceo-intro-container {
        gap: 4rem;
    }
    .ceo-stats {
        grid-template-columns: repeat(2, 1fr); /* 2x2 Grid */
    }
}

@media (max-width: 1100px) {
    .ceo-intro-section {
        padding: 8rem 2rem 6rem;
    }
    .ceo-intro-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    .ceo-portrait-col {
        order: 0; /* 0. CEO Photo First on Phone / Mobile */
        margin: 1.5rem auto;
        flex: 0 0 100%;
        justify-content: center;
    }
    .ceo-details-col {
        display: contents;
        flex: 0 0 100%;
        align-items: center;
    }
    #ceo-eyebrow {
        order: 1; /* 1. Eyebrow */
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    #ceo-intro-heading {
        order: 2; /* 2. Heading */
    }
    #ceo-name-wrap {
        order: 3; /* 3. Name */
        margin-bottom: 0.2rem;
    }
    #ceo-designation {
        order: 4; /* 4. CEO Title */
        margin-bottom: 1rem;
    }
    #ceo-detail-divider {
        order: 5; /* 5. Divider */
        margin: 1rem auto;
    }
    #ceo-bio {
        order: 6; /* 6. Description Text */
        margin: 0 auto;
    }
    #ceo-stats {
        order: 7;
        max-width: 600px;
        margin: 1.5rem auto 2.5rem;
    }
    #ceo-quote-card {
        order: 8;
        margin: 1.5rem auto 2.5rem;
        text-align: left;
    }
    #ceo-actions-wrapper {
        order: 9;
        margin: 0 auto;
    }
    
    .ceo-heading-line {
        margin: 1rem auto 0;
    }
    .ceo-portrait-wrapper {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 768px) {
    .ceo-portrait-wrapper {
        width: 320px;
        height: 320px;
    }
    .ceo-stats {
        grid-template-columns: repeat(2, 1fr); /* 2x2 Grid */
        max-width: 100%;
        margin: 1.5rem auto;
    }
    /* Full-width buttons on mobile */
    .ceo-actions-wrapper {
        width: 100%;
    }
    .ceo-action-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ceo-portrait-wrapper {
        width: 270px;
        height: 270px;
    }
    .ceo-stats {
        grid-template-columns: 1fr; /* Stacks completely on tiny screens */
    }
    .ceo-stat-item {
        padding: 1.25rem 1rem;
    }
    .ceo-quote-card {
        padding: 1.5rem;
    }
    .ceo-quote-text {
        font-size: 1.15rem;
    }
    .ceo-signature {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}

.prem-team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(160, 170, 178, 0.4), transparent);
    transform: skewX(-20deg);
    z-index: 5;
    pointer-events: none;
    border-radius: 24px;
    transition: none;
}
.prem-team-card:hover::before {
    animation: metallicCardSweep 1.5s ease-out;
}
@keyframes metallicCardSweep {
    0% { left: -100%; }
    100% { left: 200%; }
}

.prem-team-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: radial-gradient(circle at center top, rgba(0, 174, 239, 0.2) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.prem-team-card:hover {
    border-color: rgba(0, 174, 239, 0.7);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 
                0 0 30px rgba(0, 174, 239, 0.15), 
                inset 0 0 20px rgba(0, 174, 239, 0.05);
    z-index: 20;
}

.prem-team-card:hover::after {
    opacity: 1;
}

/* Border Animation */
.team-border-trace {
    position: absolute;
    inset: -1px;
    border-radius: 25px;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
}

.team-border-trace::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: conic-gradient(from 0deg, transparent 70%, rgba(0,174,239,0.8) 80%, #FFF 100%);
    animation: rotateTrace 4s linear infinite;
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

.prem-team-card:hover .team-border-trace::before {
    opacity: 1;
    background: conic-gradient(from 0deg, transparent 50%, #00AEEF 80%, #FFF 100%);
    animation-duration: 2s;
}

/* Portrait Placeholder */
.portrait-container {
    position: relative;
    width: 175px;
    height: 175px;
    margin: 0 auto 2.5rem;
    transform: translateZ(30px);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.portrait-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(160, 170, 178, 0.1), rgba(0, 174, 239, 0.15));
    border: 2px solid rgba(160, 170, 178, 0.6);
    box-shadow: 0 0 20px rgba(0, 174, 239, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    animation: floatingAvatar 4s ease-in-out infinite alternate;
}

.portrait-placeholder::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%);
    animation: photoShine 6s infinite;
    pointer-events: none;
}
@keyframes photoShine {
    0%, 50% { transform: translate(-100%, -100%); }
    100% { transform: translate(100%, 100%); }
}

.portrait-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.initials {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #A0AAB2;
    text-shadow: 0 0 10px rgba(0, 174, 239, 0.8);
    position: absolute;
}

@keyframes floatingAvatar {
    0% { transform: translateY(0) scale(1) translateZ(0); box-shadow: 0 0 15px rgba(0, 174, 239, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.8); }
    100% { transform: translateY(-8px) scale(1.02) translateZ(0); box-shadow: 0 0 25px rgba(0, 174, 239, 0.4), inset 0 0 20px rgba(0, 0, 0, 0.8); }
}

/* Orbiting Particles around Avatar */
.orbiting-particles {
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    border: 1px dashed rgba(0, 174, 239, 0.2);
    animation: orbitRing 15s linear infinite;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}
.orbiting-particles::before, .orbiting-particles::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00AEEF;
    border-radius: 50%;
    box-shadow: 0 0 10px #00AEEF;
}
.orbiting-particles::before { top: 0; left: 50%; transform: translate(-50%, -50%); }
.orbiting-particles::after { bottom: 0; left: 50%; transform: translate(-50%, 50%); }

.prem-team-card:hover .orbiting-particles {
    opacity: 1;
    border-color: rgba(0, 174, 239, 0.5);
    animation-duration: 5s;
}

.prem-team-card:hover .portrait-container {
    transform: translateZ(50px) scale(1.05);
}

.prem-team-card:hover .portrait-placeholder {
    border-color: #00AEEF;
    box-shadow: inset 0 0 20px rgba(0, 174, 239, 0.3), 0 0 30px rgba(0, 174, 239, 0.5);
}
.prem-team-card:hover .initials {
    color: #FFF;
}

/* Card Content / Typography */
.prem-team-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
    transition: all 0.4s ease;
    text-align: center;
}
.prem-team-card:hover .prem-team-title {
    color: #00AEEF;
    text-shadow: 0 0 15px rgba(0, 174, 239, 0.6);
}

.prem-team-role {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #A0AAB2;
    margin-bottom: 1.25rem;
    transform: translateZ(15px);
    background: linear-gradient(90deg, #A0AAB2, #FFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.prem-team-desc {
    color: rgba(160, 170, 178, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    transform: translateZ(10px);
    transition: color 0.4s ease;
    text-align: center;
}
.prem-team-card:hover .prem-team-desc {
    color: #FFF;
}

/* Cinematic CTA */
.team-cta-section {
    padding: 5rem 1.5rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.team-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 4rem);
    letter-spacing: -1px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #FFF, #A0AAB2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-subtitle {
    color: #A0AAB2;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin-bottom: 3rem;
}

/* Mouse Glow with Cinematic Airplane override */
.cursor-plane-icon {
    color: silver; 
    transform: rotate(-45deg); 
    font-size: 28px; 
    text-shadow: 0 0 10px silver, 0 0 30px #00AEEF;
    animation: planeHover 3s ease-in-out infinite alternate;
}

@keyframes planeHover {
    0% { transform: rotate(-45deg) scale(1); filter: brightness(1); }
    100% { transform: rotate(-43deg) scale(1.1); filter: brightness(1.5); }
}

/* Responsive adjustments for smooth compatibility across devices */
@media (max-width: 1366px) {
    .intro-minds-title {
        font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    }
}

@media (max-width: 1024px) {
    .intro-minds-title {
        font-size: clamp(2rem, 3.8vw, 3.2rem);
    }
    .prem-team-card {
        width: 45%;
        min-width: 300px;
    }
    .ceo-card {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .intro-content-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .mascot-container {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0) !important;
        width: 220px;
        margin-bottom: 2rem;
    }
    .intro-text-block {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0) !important;
        padding-left: 0;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .intro-minds-title {
        font-size: 2.5rem;
        white-space: normal;
        margin-bottom: 10px;
    }

    .team-section {
        padding: 6rem 1rem 3rem;
    }
    .team-grid {
        gap: 2rem;
    }
    .team-row {
        gap: 2rem;
    }
    .prem-team-card {
        width: 100%;
        max-width: 350px;
        padding: 2.5rem 1.5rem;
    }
    .ceo-card {
        width: 100%;
        max-width: 400px; /* Strong but responsive on tablets/mobile */
        min-height: 500px;
    }
    .portrait-container {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .intro-minds-title {
        font-size: 2.1rem;
    }
    .mascot-container {
        width: 180px;
    }
    .portrait-container {
        width: 140px;
        height: 140px;
    }
}



#ceo-name-wrap {
    overflow: visible;
}

/* ── Intersecting Spotlight Beams ── */
.ceo-spotlight-beam {
    position: absolute;
    top: -20%;
    width: 60vw;
    height: 120vh;
    background: conic-gradient(from 180deg at 50% 0%, transparent 40%, rgba(0, 212, 255, 0.12) 50%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    will-change: transform, opacity;
}
.ceo-spotlight-left {
    left: -10vw;
    transform: rotate(20deg);
}
.ceo-spotlight-right {
    right: -10vw;
    transform: rotate(-20deg);
}

/* ── Horizon Flare ── */
.ceo-horizon-flare {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.6) 30%, #FFFFFF 50%, rgba(0, 212, 255, 0.6) 70%, transparent 100%);
    box-shadow: 0 0 25px #00D4FF;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transform: translateY(-50%) scaleX(0);
    will-change: transform, opacity;
}

/* ── CEO Anamorphic Lens Flare Beam ── */
.ceo-anamorphic-beam {
    position: absolute;
    top: 45%;
    left: -100%;
    width: 200%;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 212, 255, 0.15) 20%, 
        rgba(0, 212, 255, 0.85) 45%, 
        #FFFFFF 50%, 
        rgba(0, 212, 255, 0.85) 55%, 
        rgba(0, 212, 255, 0.15) 80%, 
        transparent 100%
    );
    box-shadow: 0 0 30px #00D4FF, 0 0 60px rgba(0, 212, 255, 0.9);
    transform: translateY(-50%) rotate(-12deg);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    will-change: transform, opacity;
}

/* ── Lens Flash Line ── */
.ceo-lens-flash {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 200%;
    height: 30px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 0%, rgba(0, 212, 255, 0.4) 40%, transparent 70%);
    transform: translateY(-50%) rotate(-5deg) scaleX(0);
    opacity: 0;
    pointer-events: none;
    z-index: 6;
    will-change: transform, opacity;
}

/* ── CEO Shockwave & Orbital Energy Rings ── */
.ceo-shockwave-ring {
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    border: 2px solid rgba(0, 212, 255, 0.8);
    box-shadow: 0 0 50px rgba(0, 212, 255, 0.7), inset 0 0 35px rgba(0, 212, 255, 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    will-change: transform, opacity;
}

.ceo-orbital-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(0, 212, 255, 0.35);
    pointer-events: none;
    opacity: 0;
    will-change: transform, opacity;
}
.ceo-orbital-1 {
    inset: -15px;
    animation: spinInner 22s linear infinite;
}
.ceo-orbital-2 {
    inset: -45px;
    border-style: dotted;
    border-color: rgba(192, 192, 192, 0.3);
    animation: spinOuter 28s linear infinite;
}

/* ── Liquid Metallic Frame Border ── */
.ceo-liquid-border {
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #00D4FF, #C0C0C0, #00D4FF, #FFFFFF, #00D4FF);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 3px;
    opacity: 0.85;
    animation: spinOuter 10s linear infinite;
    pointer-events: none;
    z-index: 4;
}

/* ── Flash Shine inside Glass Frame ── */
.ceo-flash-shine {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.95) 0%, rgba(0, 212, 255, 0.6) 35%, transparent 70%);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    will-change: opacity, transform;
}

/* ── Luxury Executive Crown Badge ── */
.ceo-executive-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding: 0.5rem 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.15), inset 0 0 15px rgba(0, 212, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    will-change: transform, opacity;
}
.ceo-executive-badge .badge-line {
    width: 25px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00D4FF);
}
.ceo-executive-badge .badge-line:last-child {
    background: linear-gradient(90deg, #00D4FF, transparent);
}
.ceo-executive-badge .badge-icon {
    color: #00D4FF;
    font-size: 0.9rem;
    text-shadow: 0 0 10px #00D4FF;
}
.ceo-executive-badge .badge-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* ── CEO Designation Glow Subtitle ── */
.ceo-designation-glow {
    background: linear-gradient(90deg, #00D4FF, #FFFFFF, #00D4FF);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: 3px;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

/* ── CEO Name Character 3D Animation Support ── */
.ceo-name-char {
    display: inline-block;
    will-change: transform, opacity, filter;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, #00D4FF 0%, #00D4FF 50%, #FFFFFF 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ceo-bio-word {
    display: inline;
    will-change: transform, opacity, filter;
}

@media (hover: hover) and (pointer: fine) {
    .ceo-glass-frame {
        transition:
            border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .ceo-glass-frame:hover {
        border-color: rgba(0, 212, 255, 0.75);
        box-shadow:
            0 0 55px rgba(0, 212, 255, 0.3),
            0 0 20px rgba(0, 212, 255, 0.12),
            inset 0 0 30px rgba(0, 212, 255, 0.18);
    }

    .ceo-glass-frame:hover .ceo-portrait-img {
        transform: scale(1.04);
        filter: grayscale(0%) brightness(102%);
    }
}

.ceo-portrait-img {
    will-change: transform, opacity, filter;
}

@media (prefers-reduced-motion: reduce) {
    .ceo-bio-word,
    .ceo-name-char,
    .ceo-anamorphic-beam,
    .ceo-shockwave-ring,
    #ceo-name-wrap,
    #ceo-eyebrow,
    #ceo-intro-heading,
    #ceo-designation,
    #ceo-detail-divider,
    .ceo-stat-item,
    #ceo-quote-card,
    #ceo-actions-wrapper,
    .ceo-portrait-img,
    #ceo-intro-section {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        clip-path: none !important;
        animation: none !important;
        transition: none !important;
    }
}

