section {
    padding: 80px 40px;
}

.about-inner,
.header-inner,
.client-inner,
.three-tiles,
.team-section,
.key-advisors .advisors-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ============================================================
    SECTION 1
============================================================ */
.about-hero {
    padding-top: 100px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

.about-inner {
    max-width: 900px;
    text-align: center;
}

.about-inner h1 {
    font-size: 3.2rem;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.about-inner p {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #444;
    font-weight: 400;
}

/* ============================================================
    SECTION 2
============================================================ */
.three-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 40px 0;
}

.tile {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.tile:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.15);
}

.tile img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
    filter: brightness(0.95);
}

.tile h2 {
    margin-bottom: 16px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

.tile p {
    color: #555;
    line-height: 1.7;
    font-size: 1.05rem;
}

@media (max-width: 900px) {
    .three-tiles {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
    SECTION 3
============================================================ */
.section-header {
    text-align: center;
    background: #fafafa;
    padding: 70px 40px 50px;
}

.header-inner {
    max-width: 850px;
    margin: 0 auto;
}

.header-inner h1 {
    font-size: 2.8rem;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.header-inner p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

/* ============================================================
    SECTION 3b
============================================================ */

.team-section {
    position: relative;
    overflow-x: hidden ;
    overflow-y: visible ;
    padding: 70px 0 120px 0;
    background: #ffffff;
}

.team-slider {
    position: relative;
}

.team-viewport {
    overflow-x: hidden;
    overflow-y: visible;
}

.team-track {
    display: flex;
    gap: 32px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.team-card {
    flex: 0 0 360px;
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid rgba(212,175,55,0.2);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    overflow: visible ;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: auto ;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212,175,55,0.25);
    border-color: #d4af37;
}

.card-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    filter: brightness(0.95) contrast(1.05);
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
}

/* card body */
.card-content {
    padding: 26px;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: visible ;
    height: auto ;
}

.name-flag-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.card-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.flags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.flag {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.7rem;
    color: #666;
    font-weight: 600;
}

.card-title {
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.card-description {
    flex: 1;
    overflow: visible ;
    height: auto ;
}

.card-description p {
    color: #555;
    line-height: 1.7;
    font-size: 0.98rem;
    white-space: normal ;
    overflow: visible ;
    text-overflow: clip ;
    display: block ;
    height: auto ;
    max-height: none ;
}

/* Slider arrows */
.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d4af37;
    color: white;
    border: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.8rem;
    z-index: 5;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.slider-control:hover {
    background: #1a1a1a;
    transform: translateY(-50%) scale(1.1);
}

.prev { left: 20px; }
.next { right: 20px; }

@media (max-width: 700px) {
    .team-card {
        flex: 0 0 85%;
    }
    .slider-control {
        display: none;
    }
}

/* ============================================================
    SECTION 4
============================================================ */

.key-advisors {
    text-align: center;
    background: #fafafa;
    padding: 80px 40px;
}

.key-advisors h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.key-advisors .intro {
    max-width: 850px;
    margin: 0 auto 50px;
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

.advisors-container {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.advisor {
    padding: 35px 25px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.advisor:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.15);
}

.advisor-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 4px solid #d4af37;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.advisor h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #1a1a1a;
    font-weight: 700;
}

.advisor .role {
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 1rem;
}

.advisor .description {
    color: #555;
    font-size: 0.98rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .advisors-container {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
    SECTION 5
============================================================ */
.client {
    background: #ffffff;
    text-align: center;
    padding: 80px 40px;
}

.section-title h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.section-title p {
    max-width: 860px;
    margin: 0 auto 50px;
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.logo img {
    width: 180px;
    height: 90px;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 0.75;
    filter: grayscale(100%);
}

.logo img:hover {
    transform: scale(1.12);
    opacity: 1;
    filter: grayscale(0%);
}

/* ============================================================
    SECTION 6
============================================================ */
.split-container {
    display: flex;
    min-height: 450px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.text-panel {
    width: 45%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    color: white;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-panel h1 {
    font-size: 2.8rem;
    margin-bottom: 28px;
    color: #d4af37;
    font-weight: 700;
}

.text-panel p {
    line-height: 1.9;
    color: #f5f5f5;
    font-size: 1.08rem;
}

.image-panel {
    flex: 1;
    overflow: hidden;
}

.image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95) contrast(1.05);
}

@media (max-width: 900px) {
    .split-container {
        flex-direction: column;
    }
    .text-panel {
        width: 100%;
        padding: 50px 40px;
    }
    .image-panel {
        height: 50vh;
    }
}