/* ========================================
   Rocketura About Page
   Operator-Led Premium Design
   Strategic Google/Tesla Aesthetic
   ======================================== */

/* About Hero */
.about-hero {
    padding: 140px 0 100px;
    background: linear-gradient(180deg, var(--white) 0%, var(--light-gray) 100%);
    text-align: center;
}

.about-hero .hero-support {
    max-width: 900px;
    margin: 32px auto 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* Opening Story */
.opening-story {
    padding: var(--section-padding) 0;
    background: var(--white);
}

.story-content {
    max-width: 700px;
    margin: 48px auto 0;
}

.story-lead {
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 24px;
}

.exposure-list {
    margin: 48px 0;
    padding: 40px;
    background: var(--light-gray);
    border-radius: 16px;
    border-left: 4px solid #FF6B00;
}

.exposure-list p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 12px;
}

.exposure-list p:last-child {
    margin-bottom: 0;
}

.story-conclusion {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin: 48px 0 40px;
}

.story-final {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.story-final strong {
    color: var(--accent-dark);
}

/* Operator Section */
.operator-section {
    padding: var(--section-padding) 0;
    background: var(--light-gray);
}

.operator-content {
    max-width: 700px;
    margin: 48px auto 0;
}

.operator-lead {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.operator-body {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.operator-insight {
    font-size: 1.375rem;
    line-height: 1.6;
    color: var(--accent-dark);
    font-weight: 600;
    margin: 32px 0;
    font-style: italic;
}

.system-needs {
    margin: 40px 0;
    padding: 32px 40px;
    background: var(--white);
    border-radius: 16px;
    border-left: 4px solid var(--accent-blue);
}

.system-needs p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.system-needs p:last-child {
    margin-bottom: 0;
}

.operator-conclusion {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--accent-dark);
    font-weight: 500;
    margin-top: 40px;
}

/* Proof Section */
.proof-section {
    padding: var(--section-padding) 0;
    background: var(--white);
}

.proof-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin-top: 64px;
}

.stat-card {
    padding: 40px;
    background: var(--light-gray);
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: var(--white);
    border: 2px solid var(--accent-blue);
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 113, 227, 0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #FF6B00;
    line-height: 1;
    margin-bottom: 16px;
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.stat-label {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
    font-weight: 500;
}

.proof-content {
    max-width: 1000px;
    margin: 64px auto 0;
    text-align: center;
}

.proof-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-gray);
    font-weight: 600;
    margin-bottom: 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.proof-body {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-secondary);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Core Belief Section */
.core-belief {
    padding: var(--section-padding) 0;
    background: linear-gradient(135deg, #0A0E27 0%, #1D1D3F 100%);
    color: var(--white);
}

.core-belief .section-heading {
    color: var(--white);
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.belief-content {
    max-width: 700px;
    margin: 64px auto 0;
}

.belief-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.reality-check {
    margin: 48px 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border-left: 4px solid #FF6B00;
}

.reality-check p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.reality-check p:last-child {
    margin-bottom: 0;
}

.belief-transition {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--white);
    font-weight: 600;
    margin: 48px 0 32px;
}

.system-layers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.layer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.layer-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.layer-bullet {
    color: #FF6B00;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.layer-text {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* What We Build Section */
.what-we-build {
    padding: var(--section-padding) 0;
    background: var(--light-gray);
}

.build-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    margin-top: 64px;
}

.build-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    border: 2px solid var(--medium-gray);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.build-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-blue);
    box-shadow: 0 16px 48px rgba(0, 113, 227, 0.15);
}

.build-icon {
    font-size: 3rem;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: var(--light-gray);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.build-card:hover .build-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #FF6B00 0%, #FFA500 100%);
}

.build-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.build-description {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
    flex-grow: 1;
}

.build-link {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent-blue);
    text-decoration: none;
    margin-top: auto;
    transition: all 0.2s ease;
}

.build-link:hover {
    color: #FF6B00;
    transform: translateX(4px);
}

.build-cta {
    text-align: center;
    margin-top: 64px;
}

/* Philosophy Section */
.philosophy-section {
    padding: var(--section-padding) 0;
    background: var(--white);
}

.philosophy-content {
    max-width: 700px;
    margin: 48px auto 0;
}

.philosophy-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.philosophy-body {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 32px 0;
}

.question-list {
    margin: 40px 0;
    padding: 40px;
    background: var(--light-gray);
    border-radius: 16px;
    border-left: 4px solid var(--accent-blue);
}

.question-list p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 12px;
}

.question-list p:last-child {
    margin-bottom: 0;
}

.philosophy-conclusion {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin: 40px 0 16px;
}

.philosophy-final {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--accent-dark);
}

/* Founder Risk Connection */
.founder-risk-connection {
    padding: var(--section-padding) 0;
    background: var(--light-gray);
}

.risk-content {
    max-width: 700px;
    margin: 48px auto 0;
}

.risk-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.risk-body {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.risk-conclusion {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin: 40px 0 16px;
}

.risk-final {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--accent-dark);
}

.risk-cta {
    text-align: center;
    margin-top: 48px;
}

/* Ecosystem Section */
.ecosystem-section {
    padding: var(--section-padding) 0;
    background: var(--white);
}

/* Ecosystem Diagram */
.ecosystem-diagram {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 650px;
    margin: 80px auto 64px;
}

.ecosystem-connections {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    pointer-events: none;
    z-index: 1;
}

.connection-line {
    transition: all 0.3s ease;
}

/* Center Hub */
.ecosystem-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.hub-circle {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    border-radius: 50%;
    border: 3px solid var(--accent-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 113, 227, 0.15);
}

.hub-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 48px rgba(0, 113, 227, 0.25);
    border-color: #FF6B00;
}

.hub-icon {
    font-size: 3rem;
    margin-bottom: 8px;
}

.hub-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-gray);
    margin-bottom: 4px;
}

.hub-role {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--accent-blue);
}

/* Outer Nodes */
.ecosystem-node {
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}

.ecosystem-node.top-left {
    top: 50px;
    left: 80px;
}

.ecosystem-node.top-right {
    top: 50px;
    right: 80px;
}

.ecosystem-node.bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.node-circle {
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    border: 2px solid var(--medium-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.node-icon {
    font-size: 2rem;
}

.node-content {
    text-align: center;
    max-width: 160px;
}

.node-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 4px;
}

.node-role {
    font-size: 0.75rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Node Hover & Active States */
.ecosystem-node:hover .node-circle,
.ecosystem-node.active .node-circle {
    border-color: var(--accent-blue);
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 113, 227, 0.2);
}

.ecosystem-node.active .node-circle {
    border-color: #FF6B00;
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.2);
}

/* Active Connection Lines */
.connection-line.active {
    stroke: #FF6B00;
    stroke-width: 3;
    opacity: 1;
    stroke-dasharray: none;
}

/* Detail Panel */
.ecosystem-detail {
    max-width: 800px;
    margin: 0 auto;
    min-height: 200px;
}

.detail-content {
    background: var(--light-gray);
    border-radius: 20px;
    padding: 40px;
    border: 2px solid var(--medium-gray);
    transition: all 0.3s ease;
}

.detail-content.hidden {
    display: none;
}

.detail-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--medium-gray);
}

.detail-icon {
    font-size: 3rem;
    flex-shrink: 0;
}

.detail-title-group {
    flex-grow: 1;
}

.detail-name {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 4px;
}

.detail-role {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--accent-blue);
}

.detail-badge {
    padding: 8px 16px;
    background: #FF6B00;
    color: var(--white);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-description {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 24px;
}

.detail-connection {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: var(--white);
    border-radius: 12px;
    border-left: 4px solid var(--accent-blue);
}

.connection-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.connection-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-gray);
}

.connection-text strong {
    color: var(--accent-blue);
}

/* Mobile Accordion */
.ecosystem-mobile {
    display: none;
    max-width: 700px;
    margin: 0 auto;
}

.mobile-node {
    background: var(--white);
    border-radius: 16px;
    border: 2px solid var(--medium-gray);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mobile-node.active {
    border-color: var(--accent-blue);
}

.mobile-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-header:hover {
    background: var(--light-gray);
}

.mobile-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.mobile-title {
    flex-grow: 1;
}

.mobile-title h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 4px;
}

.mobile-title p {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.mobile-toggle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    transition: transform 0.3s ease;
}

.mobile-node.active .mobile-toggle {
    transform: rotate(180deg);
}

.mobile-body {
    padding: 0 24px 24px;
    display: none;
}

.mobile-node.active .mobile-body {
    display: block;
}

.mobile-description {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.mobile-connection {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-secondary);
    padding: 16px;
    background: var(--light-gray);
    border-radius: 8px;
    border-left: 3px solid var(--accent-blue);
}

.mobile-connection strong {
    color: var(--accent-blue);
}

/* Why Matters Section */
.why-matters {
    padding: var(--section-padding) 0;
    background: var(--light-gray);
}

.matters-content {
    max-width: 700px;
    margin: 48px auto 0;
    text-align: center;
}

.matters-lead {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.matters-body {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.matters-conclusion {
    font-size: 1.375rem;
    line-height: 1.6;
    color: var(--accent-dark);
    margin: 40px 0;
}

.matters-final {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-gray);
}

/* About Final CTA */
.about-final-cta {
    padding: var(--section-padding) 0;
    background: linear-gradient(135deg, #0A0E27 0%, #1D1D3F 100%);
    text-align: center;
    color: var(--white);
}

.about-final-cta .section-heading {
    color: var(--white);
}

.about-final-cta .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.final-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 48px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .build-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    
    /* Ecosystem Diagram - Tablet */
    .ecosystem-diagram {
        max-width: 700px;
        height: 550px;
    }
    
    .hub-circle {
        width: 150px;
        height: 150px;
    }
    
    .hub-icon {
        font-size: 2.5rem;
    }
    
    .hub-name {
        font-size: 1.125rem;
    }
    
    .hub-role {
        font-size: 0.75rem;
    }
    
    .node-circle {
        width: 140px;
        height: 140px;
    }
    
    .node-icon {
        font-size: 2rem;
    }
    
    .node-name {
        font-size: 0.9375rem;
    }
    
    .node-role {
        font-size: 0.75rem;
    }
    
    .ecosystem-node.top-left {
        top: 30px;
        left: 50px;
    }
    
    .ecosystem-node.top-right {
        top: 30px;
        right: 50px;
    }
    
    .ecosystem-node.bottom-center {
        bottom: 30px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    
    .exposure-list,
    .system-needs,
    .reality-check,
    .question-list {
        padding: 24px;
    }
    
    .proof-stats {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .stat-card {
        padding: 32px 24px;
    }
    
    .system-layers {
        grid-template-columns: 1fr;
    }
    
    .build-grid {
        grid-template-columns: 1fr;
    }
    
    .brands-grid {
        grid-template-columns: 1fr;
    }
    
    .final-cta-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .final-cta-group .btn {
        width: 100%;
    }
    
    /* Ecosystem - Switch to Mobile */
    .ecosystem-diagram,
    .ecosystem-detail {
        display: none;
    }
    
    .ecosystem-mobile {
        display: block;
    }
}

@media (max-width: 480px) {
    .stat-number {
        font-size: 2.5rem;
    }
    
    .build-icon,
    .brand-icon {
        font-size: 2.5rem;
    }
    
    .build-card,
    .brand-card {
        padding: 32px 24px;
    }
    
    /* Ecosystem Mobile - Compact */
    .mobile-header {
        padding: 20px 16px;
    }
    
    .mobile-icon {
        font-size: 1.75rem;
    }
    
    .mobile-title h3 {
        font-size: 1rem;
    }
    
    .mobile-title p {
        font-size: 0.8125rem;
    }
    
    .mobile-body {
        padding: 0 16px 20px;
    }
    
    .mobile-description {
        font-size: 0.9375rem;
    }
    
    .mobile-connection {
        font-size: 0.875rem;
        padding: 14px;
    }
}

/* ========================================
   Team Sections
   ======================================== */

/* Team Group Photo Section */
.team-group-section {
    padding: var(--section-padding) 0;
    background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%);
}

.team-group-content {
    max-width: 800px;
    margin: 0 auto 64px;
    text-align: center;
}

.team-group-intro {
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.team-group-intro strong {
    color: var(--accent-dark);
    font-weight: 600;
}

.team-group-body {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin: 32px 0;
}

.team-group-values {
    margin: 48px 0 0;
    padding: 40px;
    background: linear-gradient(135deg, #FFF5F0 0%, #FFF9F5 100%);
    border-radius: 16px;
    border-left: 4px solid #FF6B00;
}

.team-group-values p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.team-group-values p:last-child {
    margin-bottom: 0;
}

.team-group-values strong {
    color: var(--accent-dark);
}

.team-group-image-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.team-group-image-wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #FF6B00 0%, #0071E3 50%, #FF006B 100%);
    border-radius: 21px;
    opacity: 0.15;
    z-index: -1;
}

.team-group-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Team Cards Section */
.team-cards-section {
    padding: var(--section-padding) 0;
    background: linear-gradient(180deg, #0A0E27 0%, #1D1D3F 100%);
    color: var(--white);
}

.team-cards-section .section-heading {
    color: var(--white);
}

.team-cards-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 64px;
}

.team-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.team-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF6B00 0%, #0071E3 50%, #FF006B 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 113, 227, 0.25);
    border-color: rgba(0, 113, 227, 0.3);
}

.team-card:hover::before {
    opacity: 1;
}

.team-card-image-wrapper {
    width: 100%;
    aspect-ratio: 3/5;
    overflow: hidden;
    background: linear-gradient(135deg, #1D1D3F 0%, #0A0E27 100%);
}

.team-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.team-card:hover .team-card-image {
    transform: scale(1.05);
}

.team-card-content {
    padding: 32px 24px;
}

.team-card-name {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-card-title {
    font-size: 1rem;
    font-weight: 500;
    color: #FF6B00;
    margin-bottom: 20px;
    line-height: 1.4;
}

.team-card-bio {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 24px;
}

.team-card-linkedin {
    margin-top: auto;
}

.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.linkedin-link:hover {
    color: #0071E3;
}

.linkedin-link svg {
    flex-shrink: 0;
}

.team-cards-microcopy {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 48px;
}

.team-cards-cta {
    text-align: center;
}

/* Team Sections - Tablet */
@media (max-width: 1024px) {
    .team-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-group-values {
        padding: 32px 24px;
    }
}

/* Team Sections - Mobile */
@media (max-width: 768px) {
    .team-group-intro {
        font-size: 1.25rem;
    }
    
    .team-group-body {
        font-size: 1rem;
    }
    
    .team-group-values {
        padding: 24px 20px;
    }
    
    .team-group-values p {
        font-size: 1rem;
    }
    
    .team-group-image-wrapper {
        border-radius: 16px;
    }
    
    .team-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .team-card-content {
        padding: 24px 20px;
    }
    
    .team-card-name {
        font-size: 1.25rem;
    }
    
    .team-card-title {
        font-size: 0.9375rem;
    }
    
    .team-card-bio {
        font-size: 0.875rem;
    }
    
    .team-cards-microcopy {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .team-group-intro {
        font-size: 1.125rem;
    }
    
    .team-group-body {
        font-size: 0.9375rem;
        margin: 24px 0;
    }
    
    .team-group-values {
        padding: 20px 16px;
        margin: 32px 0 0;
    }
    
    .team-group-values p {
        font-size: 0.9375rem;
        margin-bottom: 12px;
    }
    
    .team-card-image-wrapper {
        aspect-ratio: 3/5;
    }
}
