/* ==========================================================================
   HERO SECTION - LE CLUB
========================================================================== */
.club-hero {
    background-color: var(--bleu-rac);
    padding: 100px 5%;
    position: relative;
    overflow: hidden;
}

.club-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../img/wrestlers_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 40%;
    opacity: 0.15; 
    z-index: 1; 
}

.club-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.club-subtitle {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--jaune-rac);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.club-hero h1 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--blanc);
    font-size: 72px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.club-hero p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #948BB4;
    font-size: 18px;
    line-height: 1.6;
    max-width: 550px;
    margin: 0;
}

/* ==========================================================================
   SECTION NOTRE HISTOIRE
========================================================================== */
.club-history {
    background-color: var(--blanc);
    padding: 100px 5%;
}

.history-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

.history-image {
    flex: 1;
}

.history-image img {
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
    font-family: 'Typo-Paris', sans-serif;
    color: #093565;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.history-content {
    flex: 1;
    max-width: 550px;
}

.history-content h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--bleu-rac);
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.history-content p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #524C66;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.history-content p:last-child {
    margin-bottom: 0;
}

.history-content strong {
    font-family: 'Typo-MulishBold', sans-serif;
    color: var(--bleu-rac);
    font-weight: 700;
}

/* ==========================================================================
   SECTION INFRASTRUCTURE
========================================================================== */
.infrastructure-club {
    padding: 80px 5%;
    background-color: var(--bleu-rac);
}

.infrastructure-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.infrastructure-content {
    flex: 1;
    max-width: 570px;
}

.infrastructure-club h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--blanc);
    font-size: 54px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.infrastructure-club p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #948BB4;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.infrastructure-club p strong {
    color: var(--blanc);
}

.infrastructure-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.infrastructure-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    display: block;
}

.infrastructure-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--jaune-rac);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-text {
    font-family: 'Typo-MulishBold', sans-serif;
    color: #948BB4;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* ==========================================================================
   SECTION HORAIRES
========================================================================== */
.schedule-section {
    background-color: var(--blanc, #FFFFFF);
    padding: 100px 5%;
}

.schedule-container {
    max-width: 1200px;
    margin: 0 auto;
}

.schedule-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.schedule-title-wrapper h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: #1a163a;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.schedule-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.schedule-card {
    flex: 1;
    background-color: var(--blanc, #FFFFFF);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.schedule-card h3 {
    font-family: 'Typo-Paris', sans-serif;
    color: #1a163a;
    font-size: 26px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.schedule-card p {
    font-family: 'Typo-MulishBold', sans-serif;
    color: var(--jaune-rac, #d8a027);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.schedule-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
}

.info-line svg {
    flex-shrink: 0;
}

.schedule-practical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.schedule-info-box, .schedule-map-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.info-box-title {
    font-family: 'Typo-Paris', sans-serif;
    color: #1a163a;
    font-size: 20px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.info-line {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.info-line:last-child {
    margin-bottom: 0;
}

.info-icon {
    background-color: rgba(216, 160, 39, 0.12);
    color: #d8a027;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.info-line p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #524C66;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-top: 7px;
}

.map-placeholder {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

/* ==========================================================================
   SECTION DISCIPLINES
========================================================================== */
.disciplines-section {
    background-color: #fafafa;
    padding: 100px 5%;
}

.disciplines-container {
    max-width: 1200px;
    margin: 0 auto;
}

.disciplines-header {
    margin-bottom: 50px;
}

.disciplines-header .section-subtitle {
    font-family: 'Typo-Paris', sans-serif;
    color: #093565;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.disciplines-header h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: #1a163a;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.disciplines-cards {
    display: flex;
    gap: 30px;
}

.discipline-card {
    flex: 1;
    background-color: var(--blanc, #FFFFFF);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discipline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.discipline-img {
    width: 100%;
    aspect-ratio: 2560 / 1318;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discipline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.discipline-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.discipline-content h3 {
    font-family: 'Typo-Paris', sans-serif;
    color: #1a163a;
    font-size: 22px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.discipline-content p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #524C66;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   SECTION VALEURS (MODE SOMBRE)
========================================================================== */
.values-section {
    background-color: var(--bleu-rac, #1a163a);
    padding: 100px 5%;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-header {
    margin-bottom: 50px;
}

.values-header .section-subtitle {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--jaune-rac, #d8a027);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.values-header h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--blanc, #ffffff);
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.values-cards {
    display: flex;
    gap: 30px;
}

.value-card {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px 30px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.25);
}

.value-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(216, 160, 39, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.value-icon svg {
    stroke: var(--jaune-rac, #d8a027);
}

.value-card h3 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--blanc, #ffffff);
    font-size: 22px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.value-card p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #948BB4;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   SECTION ÉQUIPE (BUREAU & COACHS)
========================================================================== */
.team-section {
    background-color: var(--blanc, #FFFFFF);
    padding: 100px 5% 50px 5%;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
}

.team-header {
    margin-bottom: 40px;
}

.team-header .section-subtitle {
    font-family: 'Typo-Paris', sans-serif;
    color: #093565;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.team-header h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: #1a163a;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.team-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.team-card {
    width: calc(33.333% - 22px);
    box-sizing: border-box; 
    background-color: var(--blanc, #FFFFFF);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.team-avatar {
    width: 100%;
    aspect-ratio: 2 / 1; 
    overflow: hidden;
    background-color: #f8f9fb;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.4s ease; 
}

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

.team-info {
    padding: 25px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.team-info h3 {
    font-family: 'Typo-MulishBold', sans-serif;
    color: #1a163a;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.team-info p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #d8a027; 
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

/* ==========================================================================
   SECTION PALMARÈS
========================================================================== */
.champions-section {
    padding: 80px 5%;
    background-color: #f8f9fb;
}

.individual-section {
    padding-top: 20px;
}

.champions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.champions-header {
    text-align: center;
    margin-bottom: 50px;
}

.champions-header h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--bleu-rac);
    font-size: 48px;
    margin: 10px 0;
    text-transform: uppercase;
}

.champions-header p {
    font-family: 'Typo-Mulish', sans-serif;
    color: #6a6a85;
    font-size: 16px;
}

.champions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.club-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 100%;
}

.champion-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}

.champion-card-top {
    background-color: var(--bleu-rac);
    width: 100%;
    aspect-ratio: 380 / 300;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.club-grid .champion-card-top {
    height: auto;
    aspect-ratio: 4 / 3;
}

.champion-card-bottom {
    padding: 30px 20px 25px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.champion-card-bottom h3 {
    font-family: 'Typo-MulishBold', sans-serif;
    color: var(--bleu-rac);
    font-size: 22px;
    margin: 0 0 15px 0;
}


.champion-card-bottom .trophy {
    color: var(--jaune-rac);
    margin-right: 5px;
}

.champion-visual {
    width: 100%;
    height: 100%;
}

.champion-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.4s ease;
}

.wrestler-img {
    object-position: 50% 15%;
}

.champion-card:hover .champion-img {
    transform: scale(1.05);
}

.champion-title {
    font-family: 'Typo-MulishBold', sans-serif;
    color: var(--jaune-rac);
    font-size: 14px;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.champion-achievements {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px auto;
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
}

.champion-achievements li {
    font-family: 'Typo-MulishBold', sans-serif;
    color: #524C66;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    width: 100%;
}

.champion-achievements li i {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.champion-highlight {
    font-family: 'Typo-MulishBold', sans-serif;
    color: var(--bleu-rac);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eaeaea;
}

.club-medals-text {
    font-family: 'Typo-MulishBold', sans-serif;
    color: #524C66;
    font-size: 14px;
    margin: -5px 0 15px 0;
}

.medal-gold {
    color: #FFD700;
    text-shadow: 0 1px 2px rgba(255, 215, 0, 0.4);
}

.medal-silver {
    color: #C0C0C0;
    text-shadow: 0 1px 2px rgba(192, 192, 192, 0.4);
}

.medal-bronze {
    color: #CD7F32;
    text-shadow: 0 1px 2px rgba(205, 127, 50, 0.4);
}

.champion-card-cta {
    display: flex;
    justify-content: center;
    padding: 0 20px 22px;
}

.btn-rac-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 10px 17px;

    background-color: var(--bleu-rac);
    color: var(--blanc);

    border-radius: 50px;

    font-family: 'Typo-MulishBold', sans-serif;
    font-size: 12px;
    text-decoration: none;

    transition: all 0.25s ease;
}

.btn-rac-card i {
    color: var(--jaune-rac);
    font-size: 12px;
}

.btn-rac-card:hover {
    background-color: var(--jaune-rac);
    color: var(--bleu-rac);
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(216, 160, 39, 0.25);
}

.btn-rac-card:hover i {
    color: var(--bleu-rac);
}

/* ==========================================================================
   SECTION CTA
========================================================================== */
.cta-section {
    background-color: var(--blanc, #FFFFFF);
    padding: 50px 5% 100px 5%;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.cta-card {
    flex: 1;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-dark {
    background-color: #2e2a4a;
}

.cta-yellow {
    background-color: #ffda59;
}

.cta-icon {
    margin-bottom: 25px;
}

.cta-subtitle {
    font-family: 'Typo-Paris', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cta-dark .cta-subtitle {
    color: #fcd34d;
}

.cta-yellow .cta-subtitle {
    color: #093565;
}

.cta-card h2 {
    font-family: 'Typo-Paris', sans-serif;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.cta-dark h2 {
    color: #ffffff;
}

.cta-yellow h2 {
    color: #221e3f;
}

.cta-card p {
    font-family: 'Typo-Mulish', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 35px 0;
    max-width: 350px;
}

.cta-dark p {
    color: #948BB4; 
}

.cta-yellow p {
    color: #20183B;
}

.btn-yellow, .btn-dark {
    font-family: 'Typo-MulishBold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-yellow {
    background-color: #FFD54F;
    color: #20183B;
}

.btn-dark {
    background-color: #20183B;
    color: #FFFFFF;
}

.btn-yellow:hover, .btn-dark:hover {
    transform: translateY(-2px);
}

.btn-yellow:hover{
    background-color: #FFE48C;
    box-shadow: 0 0 15px var(--jaune-rac);
}

.btn-dark:hover {
    background-color: #302B63;
}

.btn-yellow i, .btn-dark i {
    margin-left: 10px;
    font-size: 0.9em;
}

/* ==========================================================================
   SECTION ESSAI (TRIAL)
========================================================================== */
.trial-session {
    background: var(--jaune-rac);
    padding: 60px 5%;
}

.trial-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trial-content h2 {
    font-family: 'Typo-Paris', sans-serif;
    color: var(--bleu-rac);
    font-size: 54px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.trial-content p {
    font-family: 'Typo-Mulish', sans-serif;
    color: var(--bleu-rac);
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
}

.trial-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bleu-rac);
    color: var(--blanc);
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Typo-MulishBold', sans-serif;
    transition: 0.3s ease;
    white-space: nowrap;
}

.trial-btn:hover {
    background-color: #302B63;
    transform: translateY(-2px);
}

/* ==========================================================================
   MEDIA QUERIES GLOBALES (CLEAN CODE)
========================================================================== */

@media (max-width: 1100px) {
    .champions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }
    .club-grid {
        gap: 25px; 
    }
}

@media (max-width: 1024px) {
    .team-card {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 992px) {
    .club-hero h1 { font-size: 54px; }
    
    .history-container { flex-direction: column-reverse; gap: 40px; }
    .history-content { max-width: 100%; }
    
    .infrastructure-container { flex-direction: column; gap: 40px; }
    .infrastructure-content { max-width: 100%; }
    .infrastructure-image { justify-content: center; }
    
    .schedule-header { flex-direction: column; align-items: flex-start; gap: 25px; }
    .schedule-cards { flex-wrap: wrap; }
    .schedule-card { flex: 1 1 calc(50% - 20px); }
    .schedule-practical-grid { grid-template-columns: 1fr; }
    
    .disciplines-cards { flex-direction: column; gap: 25px; }
    .values-cards { flex-direction: column; gap: 20px; }

    .team-card { 
        /* 15px correspond à la moitié de ton gap de 30px */
        width: calc(50% - 15px); 
    }
    .team-header h2 { font-size: 36px; }
    
    .cta-container { flex-direction: column; }
}

@media (max-width: 768px) {
    .club-hero { padding: 70px 5%; }
    .club-hero h1 { font-size: 42px; }
    .history-content h2 { font-size: 36px; }

    .schedule-header { flex-direction: column; align-items: flex-start; gap: 15px; }
    .schedule-card { flex: 1 1 100%; }

    .team-card { width: calc(50% - 10px); }
    .team-header h2 { font-size: 36px; }

    .champions-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 450px;
        margin: 0 auto;
    }
    
    .club-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 450px;
        margin: 0 auto;
    }
    
    .club-grid .champion-card-top {
        height: auto;
        aspect-ratio: 380 / 300;
    }
}

@media (max-width: 576px) {
    .infrastructure-club h2 { font-size: 42px; }
    .infrastructure-stats { flex-direction: row; justify-content: space-between; gap: 10px; }
    .stat-item { align-items: center; text-align: center; }
    .stat-number { font-size: 22px; }
    .stat-text { font-size: 11px; }
    
    .schedule-section { padding: 70px 5%; }
    .schedule-title-wrapper h2 { font-size: 36px; }
    .schedule-card { flex: 1 1 100%; }
    
    .disciplines-section { padding: 70px 5%; }
    .disciplines-header h2 { font-size: 36px; }
    
    .values-section { padding: 70px 5%; }
    .values-header h2 { font-size: 36px; }
    
    .team-section { padding: 70px 5% 30px 5%; }
    .team-card { width: 100%; max-width: 320px; }

    .champion-achievements li { font-size: 12px; }
    
    .cta-section { padding: 30px 5% 70px 5%; }
    .cta-card { padding: 40px 30px; }
    
    .trial-session { padding: 50px 5%; }
    .trial-content h2 { font-size: 28px; }
    .trial-content p { font-size: 16px; }
}