

.comp-hero{padding:140px 0 80px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}
.hero-manifesto { max-width: 800px; margin: 0 auto; gap: 20px; display: flex; flex-direction: column; }
.hero-manifesto p { color: #a1a1aa; font-family: var(--font-body); line-height: 1.6; font-size: 1.1rem; }
.hero-manifesto .quote { font-style: italic; font-weight: 600; color: #fff; font-size: 1.2rem; }
.hero-bg-blur{position:absolute;border-radius:50%;filter:blur(100px);z-index:0;opacity:.3;pointer-events:none}

.hero-bg-blur.left { top: 10%; left: -10%; width: 50vw; height: 50vw; background: rgba(7, 98, 217, 0.5); }
.hero-bg-blur.right { bottom: -10%; right: -10%; width: 40vw; height: 40vw; background: rgba(242, 163, 15, 0.4); }

.hero-content { position: relative; z-index: 10; width: 100%; display: flex; flex-direction: column; align-items: center; }
.hero-title { font-size: clamp(3rem, 6vw, 5rem); text-align: center; margin: 20px 0; }

.hero-manifesto { max-width: 800px; margin: 0 auto; gap: 20px; display: flex; flex-direction: column; text-align: center; }
.hero-manifesto p { color: #a1a1aa; font-family: var(--font-body); line-height: 1.6; font-size: 1.1rem; }
.hero-manifesto .quote { font-style: italic; font-weight: 600; color: #fff; font-size: 1.2rem; }

.comp-stats{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:60px;flex-wrap:wrap}
.comp-stats .stat-item{background:rgba(255,255,255,.03);border:1px solid var(--border);padding:20px 35px;border-radius:20px;text-align:center;min-width:150px;box-shadow:0 10px 30px rgba(0,0,0,.5);backdrop-filter:blur(10px)}
.comp-stats .stat-item h3 { font-family: var(--font-title); font-size: 2.5rem; color: #fff; margin: 10px 0 5px; }
.comp-stats .stat-item p { font-size: 0.7rem; letter-spacing: 2px; color: #a1a1aa; }
.comp-stats .stat-item svg{ stroke: var(--gold); }
.comp-stats .stat-item .icon-blue{ stroke: var(--blue-bright); }
.comp-stats .stat-divider { display: none; }

.comp-section { padding: 80px 0; }
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.icon-box { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.05); }
.icon-box.accent-gold { border: 1px solid rgba(242, 163, 15, 0.3); background: rgba(242, 163, 15, 0.1); }
.icon-box.accent-blue { border: 1px solid rgba(7, 98, 217, 0.3); background: rgba(7, 98, 217, 0.1); }
.section-header .subtitle { font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; font-family: var(--font-subtitle); }
.section-header h2 { font-family: var(--font-title); font-size: 3rem; color: #fff; margin-top: 5px; }
.accent-gold { color: var(--gold); }
.accent-blue { color: var(--blue-bright); }


.comp-grid { display: grid; gap: 30px; margin: 30px 0; }
@media(min-width: 992px) {
    .sf-grid { grid-template-columns: 2fr 3fr; }
    .val-grid { grid-template-columns: 1fr 2fr; }
    .ow-grid { grid-template-columns: 1fr 1fr; }
}

.card { background: #121214; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: border-color 0.4s ease; }
.card.border-hover-gold:hover { border-color: rgba(242, 163, 15, 0.4); }
.card.border-blue { border-color: rgba(7, 98, 217, 0.2); }

.img-wrapper { position: relative; overflow: hidden; }
.img-wrapper.h-400 { height: 400px; }
.img-wrapper.h-350 { height: 350px; }
.img-wrapper img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: filter 0.5s ease, transform 0.7s ease; }
.player-hero-card.group:hover .img-wrapper img { filter: grayscale(0%); transform: scale(1.05); }
.overlay-gradient { position: absolute; inset: 0; background: linear-gradient(to top, #121214 0%, rgba(18, 18, 20, 0.4) 50%, transparent 100%); }
.player-info-abs { position: absolute; bottom: 25px; left: 25px; }
.player-info-abs h3 { font-family: var(--font-title); font-size: 3rem; color: #fff; line-height: 1; margin-top: 5px; }
.card-body { padding: 25px; }
.card-body .desc { color: #a1a1aa; line-height: 1.6; margin-bottom: 20px; }
.bottom-line { height: 4px; width: 100%; }
.bg-gold { background: var(--gold); }

.social-row { display: flex; gap: 10px; }
.social-row.justify-center { justify-content: center; }
.social-btn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: #a1a1aa; transition: all 0.3s ease; }
.social-btn:hover { color: var(--gold); border-color: rgba(242, 163, 15, 0.5); }
.social-btn.small { width: 32px; height: 32px; }
.social-btn svg { width: 18px; height: 18px; }

.achievements-card { padding: 30px; }
.card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.card-header h3 { font-family: var(--font-title); font-size: 1.5rem; color: #fff; }
.card-header .count { margin-left: auto; font-size: 0.7rem; color: #a1a1aa; text-transform: uppercase; letter-spacing: 2px; }
.achievements-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media(max-width: 768px) { .achievements-grid { grid-template-columns: 1fr; } }

.achievement-row { display: flex; align-items: center; gap: 15px; padding: 12px 16px; border-radius: 12px; transition: background 0.3s ease; }
.achievement-row:hover { background: rgba(255, 255, 255, 0.03); }
.ach-info { flex: 1; min-width: 0; }
.ach-info h4{color:#fff;font-size:.95rem;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ach-info p { color: #a1a1aa; font-size: 0.8rem; }
.ach-date { font-size: 0.65rem; color: #666; text-transform: uppercase; letter-spacing: 1px; }

.place-badge { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-title); font-size: 1.1rem; flex-shrink: 0; }
.badge-gold { background: rgba(242, 163, 15, 0.15); color: var(--gold); border: 1px solid rgba(242, 163, 15, 0.3); }
.badge-silver { background: rgba(200, 200, 200, 0.15); color: #fff; border: 1px solid rgba(255, 255, 255, 0.3); }
.badge-bronze { background: rgba(205, 127, 50, 0.15); color: #cd7f32; border: 1px solid rgba(205, 127, 50, 0.3); }
.badge-default { background: rgba(255, 255, 255, 0.05); color: #a1a1aa; border: 1px solid var(--border); }

.coach-profile { text-align: center; }
.coach-card{padding: 30px; color:inherit}
.avatar-lg { width: 96px; height: 96px; border-radius: 50%; border: 2px solid rgba(7, 98, 217, 0.4); margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; font-family: var(--font-title); font-size: 2.5rem; color: #fff; }
.bg-blue-glow { background: rgba(7, 98, 217, 0.1); }
.coach-profile h3 { font-family: var(--font-title); font-size: 1.8rem; color: #fff; }
.coach-profile .role { font-size: 0.75rem; color: var(--blue-bright); text-transform: uppercase; letter-spacing: 2px; }

.players-list { display: flex; flex-direction: column; gap: 12px; }
.players-card{padding: 30px;}
.member-card { display: flex; align-items: center; gap: 15px; padding: 15px; background: rgba(255, 255, 255, 0.02); border: 1px solid var(--border); border-radius: 12px; transition: all 0.3s ease; }
.member-card.hover-border-blue:hover { border-color: rgba(7, 98, 217, 0.4); }
.avatar-sm { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(7, 98, 217, 0.3); display: flex; align-items: center; justify-content: center; font-family: var(--font-title); font-size: 1.2rem; color: #fff; }
.member-info { flex: 1; }
.member-info h4 { font-family: var(--font-title); font-size: 1.2rem; color: #fff; }
.member-info .character { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 2px; display: block; margin-top: 3px; }

.h-500 { max-height: 500px; overflow-y: auto; padding-right: 10px; }
.section-divider { height: 1px; background: linear-gradient(to right, transparent, var(--border), transparent); }
.growth-banner { margin-top: 30px; padding: 20px; background: rgba(242, 163, 15, 0.05); border: 1px solid rgba(242, 163, 15, 0.2); border-radius: 12px; text-align: center; }
.growth-banner p { font-size: 0.85rem; color: #a1a1aa; margin-top: 5px; }


.comp-section { 
    position: relative; 
    padding: 100px 0; 
    overflow: hidden; 
    background-color: #09090b; 
}

.comp-section .game-logo{
    width: 120px; 
    height: auto; 
    transition: opacity 0.3s ease;
    background-color: white;
    display: flex; align-items: center; 
    justify-content: center; padding: 10px; 
    border-radius: 12px;
    
}

.comp-section .container { position: relative; z-index: 2; }

.container .title-group { display: block; margin: 0 30px; }

.sf-section::before {
    content: ''; position: absolute; top: -10%; left: -20%; width: 60vw; height: 60vw;
    background: radial-gradient(circle, rgba(7, 98, 217, 0.10) 0%, transparent 100%);
    z-index: 0; pointer-events: none;
}

.val-section { 
    background-color: #0f0f11; 
    border-top: 1px solid rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.val-section::before {
    content: ''; position: absolute; bottom: -20%; right: -20%; width: 70vw; height: 70vw;
    background: radial-gradient(circle, rgba(255, 70, 85, 0.05) 0%, transparent 70%);
    z-index: 0; pointer-events: none;
}

.ow-section::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80vw; height: 50vw;
    background: radial-gradient(circle, rgba(242, 163, 15, 0.10) 0%, transparent 70%);
    z-index: 0; pointer-events: none;
}

.sf-section::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: #0762D9; box-shadow: 0 0 20px #0762D9; z-index: 10; }
.val-section::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: #ff4655; box-shadow: 0 0 20px #ff4655; z-index: 10; }
.ow-section::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: #F2A30F; box-shadow: 0 0 20px #F2A30F; z-index: 10; }

.card.border-hover-blue:hover { border-color: rgba(7, 98, 217, 0.4); }
.bg-blue { background: #0762D9; }

.accent-red { color: #ff4655 !important; }
.icon-red { color: #ff4655 !important; }
.icon-box.accent-red { border: 1px solid rgba(255, 70, 85, 0.3); background: rgba(255, 70, 85, 0.1); }
.coach-profile-clean .role.accent-red{text-shadow:0 0 10px rgba(0,0,0,1),0 0 20px rgba(0,0,0,.8);font-weight:bold;color:#ff4655}
.coach-profile-clean span.role{background:rgba(0,0,0,.5);backdrop-filter:blur(8px);padding:6px 16px;border:1px solid rgba(255,70,85,.3);text-shadow:0 2px 10px rgba(0,0,0,.5)}
.border-red { border-color: rgba(255, 70, 85, 0.3) !important; }
.hover-border-red:hover { border-color: rgba(255, 70, 85, 0.6) !important; }
.bg-red-glow { background: rgba(255, 70, 85, 0.1); }

.member-card {
    position: relative;
    overflow: hidden;
    background-color: #1a1a1a;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.member-card .card-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.member-card:hover .card-bg-layer {
    opacity: 0.7;
    transform: scale(1.05);
}

.member-card .member-info h4 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    position: relative;
}

.member-card .avatar-sm {
    border: 2px solid rgba(255,255,255,0.2);
}

.page-competitivo .main-footer{
    margin-top: 0px;
}


.card-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.25;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease, transform 0.5s ease;
    pointer-events: none;
}

.coach-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.coach-card .card-header,
.coach-card .coach-profile {
    position: relative;
    z-index: 2;
}

.coach-card:hover .card-bg-layer {
    opacity: 0.5;
    transform: scale(1.05);
}
.coach-card .card-bg-layer {
    opacity: 1;
    filter: brightness(0.9);
}
.coach-card .card-bg-layer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, transparent 80%);
    z-index: 1;
}
.member-card {
    position: relative;
    overflow: hidden;
}

.member-card:hover .card-bg-layer {
    opacity: 0.6;
}

.coach-card .social-row-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 3;
}

.coach-profile-clean {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 60px;
}


.coach-card.is-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.coach-footer-info {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    width: 100%;
}

.coach-footer-info h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hover-icon-x {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 70, 85, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 70, 85, 0.5);
}

.hover-icon-x svg {
    width: 40px;
    height: 40px;
    color: white;
}

.coach-card:hover .hover-icon-x {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.coach-card:hover .card-bg-layer {
    opacity: 0.7;
    filter: brightness(0.6) blur(2px);
}

.coach-footer-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    text-align: center;
    z-index: 5;
}

.coach-footer-info h3 {
    font-family: var(--font-title);
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.coach-footer-info .role {
    display: block;
    font-size: 0.75rem;
    color: #ff4655;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 5px;
    position: relative;
    padding-top: 10px;
}

.coach-footer-info .role::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: rgba(255, 70, 85, 0.5);
}
.member-card.hover-card-link {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.val-player-card {
    position: relative;
    overflow: hidden;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
}
.hover-social-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hover-icon-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: white;
}

.hover-icon-social svg {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 10px rgba(255, 70, 85, 0.8));
}

.member-card.hover-card-link:hover .card-bg-layer {
    opacity: 0.8;
    filter: brightness(0.3) blur(1px);
    transform: scale(1.02);
}

.member-card.hover-card-link:hover .hover-icon-social {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.member-card.hover-card-link .avatar-sm {
    display: none; 
}

.custom-social-svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(255, 70, 85, 0.8));
    transition: transform 0.3s ease;
}

.val-player-card:hover .custom-social-svg {
    transform: scale(1.2);
}

.val-player-card:hover .hover-social-center {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    animation: socialPulse 1.5s infinite ease-in-out;
}
.coach-svg {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(255, 70, 85, 0.9));
}

.hover-icon-x {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.coach-card:hover .hover-icon-x {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    animation: socialPulse 1.5s infinite ease-in-out;
}

.val-player-card:hover .card-bg-layer {
    opacity: 1;
    filter: brightness(0.2) blur(2px);
}

.val-player-card:hover .hover-social-center {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    animation: socialPulse 1.5s infinite ease-in-out;
}

.val-player-card .social-row, 
.val-player-card .avatar-sm {
    display: none !important;
}
.roster-interactivo {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 12px;
    background: linear-gradient(to top, #1a2052 0%, #131318 45%, #131318 100%);    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px; 
}

.r-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    user-select: none;
    text-decoration: none; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top-card { height: 440px; }
.bot-card { height: 280px; }

.bg-amarillo { background-color: #f6c02a; }
.bg-azul { background-color: #244cf5; }
.text-amarillo { color: #f6c02a; }
.text-azul { color: #244cf5; }

.r-nombre {
    font-family: var(--font-title), 'Arial Black', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.5rem);
    font-weight: 200;
    margin-top: 15px;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    width: 95%;
    word-wrap: break-word;
}
.text-sm { font-size: clamp(0.8rem, 1.3vw, 1.2rem); }

.r-heroe {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: auto;
    max-width: none;
    z-index: 1;
    pointer-events: none; 
    filter: grayscale(100%); 
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}

.r-staff {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    padding-bottom: 20px; 
    color: white;
}
.r-staff.text-left { text-align: left; padding-left: 10px; }
.r-staff.text-right { text-align: right; padding-right: 10px; }
.r-staff h4 { margin: 0; font-size: clamp(0.8rem, 1.2vw, 1.1rem); font-family: var(--font-title), sans-serif; font-weight: 200; }
.r-staff span { font-size: clamp(0.7rem, 1vw, 0.9rem); color: #ccc; }


.img-pos-1 { 
    width: 320%; 
}

.img-pos-2 { 
    width: 230%; 
}

.img-pos-3 { 
    width: 280%; 
}

.img-pos-4 { 
    width: 320%; 
}

.img-pos-5 { 
    width: 135%; 
}

.img-pos-6 { 
    width: 200%; 
}

.r-footer {
    grid-column: 1 / -1; 
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    padding-bottom: 10px;
}
.r-logo { width: 45px; height: auto; }
.r-titulo { display: flex; flex-direction: column; align-items: center; line-height: 0.8; font-family: var(--font-title), 'Arial Black', sans-serif; }
.r-titulo .blanco { color: white; font-size: clamp(2rem, 5vw, 4rem); }
.r-titulo .naranja { color: #e27d1a; font-size: clamp(1.5rem, 4vw, 3rem); margin-top: -10px; }


.r-card:hover .r-heroe {
    transform: translateX(-50%) scale(1.08); 
    filter: grayscale(0%);
}
.r-card:hover {
    transform: translateY(-8px); 
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4); 
    z-index: 10; 
}

.comp-section { 
    position: relative; 
    padding: 100px 0; 
    overflow: hidden; 
    background-color: #09090b; 
    
    scroll-margin-top: 80px;
}

.social-row { display: flex; gap: 10px; }
.social-row.justify-center { justify-content: center; }

.social-btn { 
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background: rgba(255,255,255,0.05); 
    border: 1px solid var(--border); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.3s ease; 
}

.social-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    opacity: 0.6;
    transition: all 0.3s ease;
    filter: brightness(0) invert(0.7);
}

.social-btn:hover { 
    border-color: rgba(7, 98, 217, 0.5);
}

.social-btn:hover .social-img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(2250%) hue-rotate(209deg) brightness(101%) contrast(104%);
}


@media (max-width: 768px) {
    .comp-hero { padding: 100px 0 50px; }
    .hero-manifesto p { font-size: 1rem; }
    .comp-stats { gap: 12px; }
    .comp-stats .stat-item { padding: 15px 20px; min-width: 120px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .section-header h2 { font-size: 2.2rem; }
    .img-wrapper.h-400 { height: 280px; }
    .img-wrapper.h-350 { height: 250px; }
    .player-info-abs h3 { font-size: 2.2rem; }
    .roster-interactivo { grid-template-columns: repeat(2, 1fr); }
    .top-card { height: 320px; }
    .bot-card { height: 220px; }
}

@media (max-width: 570px) {
    .comp-hero { padding: 80px 0 40px; }
    .hero-title { font-size: clamp(2.5rem, 10vw, 3.5rem); }
    .comp-section { padding: 60px 0; }
    .section-header h2 { font-size: 1.9rem; }
    .achievements-grid { grid-template-columns: 1fr; }
    .roster-interactivo { grid-template-columns: repeat(2, 1fr); padding: 15px; gap: 8px; }
    .top-card { height: 280px; }
    .bot-card { height: 180px; }
    .r-nombre { font-size: 0.85rem; }
    .ach-date{ font-size: 0.35rem; }
}

@media (min-width: 1400px) {
    .comp-hero { padding: 180px 0 100px; }
    .comp-section { padding: 120px 0; }
    .section-header h2 { font-size: 3.5rem; }
    .img-wrapper.h-400 { height: 500px; }
    .img-wrapper.h-350 { height: 450px; }
    .player-info-abs h3 { font-size: 3.5rem; }
    .roster-interactivo { gap: 16px; }
    .top-card { height: 520px; }
    .bot-card { height: 340px; }
}



@media (max-width: 992px) {
    .img-pos-1 { width: 190%; }
    .img-pos-2 { width: 145%; }
    .img-pos-3 { width: 160%; }
    .img-pos-4 { width: 190%; }
    .img-pos-5 { width: 80%; }
    .img-pos-6 { width: 115%; }
}

@media (max-width: 768px) {
    .img-pos-1 { width: 65%; }
    .img-pos-2 { width: 70%; }
    .img-pos-3 { width: 80%; }
    .img-pos-4 { width: 60%; }
    .img-pos-5 { width: 40%; }
    .img-pos-6 { width: 60%; }
    
    .top-card { height: 280px; } 
    .bot-card { height: 200px; }

    .roster-interactivo { grid-template-columns: repeat(2, 1fr); }
    

    .r-staff.text-left { 
        order: 1; 
        text-align: center; 
        padding-top: 15px;
    }
    .r-staff.text-right { 
        order: 2; 
        text-align: center;
        padding-top: 15px;
    }
}

@media (max-width: 570px) {
    .roster-interactivo { 
        grid-template-columns: 1fr !important;
        gap: 15px; 
    }
    
    .img-pos-1 { width: 65%; }
    .img-pos-2 { width: 70%; }
    .img-pos-3 { width: 80%; }
    .img-pos-4 { width: 60%; }
    .img-pos-5 { width: 40%; }
    .img-pos-6 { width: 60%; }
    
    .top-card { height: 450px; }
    .bot-card { height: 310px; }
    .r-nombre { font-size: 3.5rem; }
    .r-staff.text-left { order: 1; text-align: center; }
    .r-staff.text-right { order: 2; text-align: center; }
}

@media (max-width: 400px) {
    .top-card { height: 400px; }
    .bot-card { height: 280px; }

}