@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* ── Global Typography ── */
body {
    font-family: 'Inter', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.hero h1, .page-header h1, .category-hero h1,
section h2, .category-name, .cat-name,
.fixture-team-name, .fixture-vs, .cd-number,
.brand-name, .nav-club-name {
    font-family: 'Bebas Neue', Arial, sans-serif !important;
}

/* ── Custom Scrollbar ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #080808; }
::-webkit-scrollbar-thumb { background: #E85A0C; border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: #FF6B20; }

/* ── Letter-spacing for Bebas headings ── */
h1 { letter-spacing: 4px !important; }
h2 { letter-spacing: 3px !important; }
h3 { letter-spacing: 2px !important; }

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    max-width: 100%;
}

* {
    min-width: 0;
}

body {
    opacity: 1;
    transform: translateY(0);
    animation: page-in 420ms ease both;
    transition: opacity 260ms ease, transform 260ms ease;
    overflow-x: hidden;
    margin: 0;
}

body.page-loaded {
    opacity: 1;
    transform: translateY(0);
}

body.page-leaving {
    opacity: 0;
    transform: translateY(-6px);
}

header {
    padding-left: clamp(18px, 5vw, 48px);
    padding-right: clamp(18px, 5vw, 48px);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

section,
.page-header {
    padding-left: clamp(20px, 5vw, 48px);
    padding-right: clamp(20px, 5vw, 48px);
}

img,
svg {
    max-width: 100%;
}

header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.94);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

.nav-links a {
    position: relative;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background-color: var(--orange);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 220ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    transform: scaleX(1);
}

.hero,
.page-header {
    animation: hero-rise 680ms ease both;
}

.stripe-divider {
    background-size: 24px 24px;
    animation: stripe-flow 16s linear infinite;
}

.hero-btn,
.submit-btn,
.filter-btn,
.back-btn,
.social-icon,
.news-card a,
.post-btn,
.category-card,
.contact-card,
.contact-form,
.contact-panel,
.method,
.player-card,
.fixture-team,
.cd-unit,
.match-card,
.timeline-item,
.stat-card,
.gallery-item,
.news-card,
.social-card,
.team-card {
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease,
        color 220ms ease,
        box-shadow 220ms ease,
        opacity 220ms ease;
}

.hero-btn:hover,
.submit-btn:hover,
.filter-btn:hover,
.back-btn:hover,
.social-icon:hover,
.news-card a:hover,
.post-btn:hover {
    transform: translateY(-2px);
}

.category-card:hover,
.contact-card:hover,
.method:hover,
.player-card:hover,
.fixture-team:hover,
.cd-unit:hover,
.match-card:hover,
.timeline-item:hover,
.stat-card:hover,
.gallery-item:hover,
.news-card:hover,
.social-card:hover,
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.nav-logo img,
.team-badge img,
.gallery-item img {
    transition: transform 260ms ease, filter 260ms ease, opacity 260ms ease;
}

.gallery-item:hover img {
    transform: scale(1.045);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(232, 90, 12, 0.14);
}

.reveal-ready .reveal-on-scroll {
    opacity: 1;
    transform: translateY(0);
}

.reveal-ready .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 360ms ease, transform 360ms ease;
    transition-delay: var(--reveal-delay, 0ms);
}

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes page-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes stripe-flow {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 96px 0;
    }
}

@media (hover: none) {
    .category-card:hover,
    .contact-card:hover,
    .method:hover,
    .player-card:hover,
    .fixture-team:hover,
    .cd-unit:hover,
    .match-card:hover,
    .timeline-item:hover,
    .stat-card:hover,
    .gallery-item:hover,
    .news-card:hover,
    .social-card:hover,
    .team-card:hover,
    .hero-btn:hover,
    .submit-btn:hover,
    .filter-btn:hover,
    .back-btn:hover,
    .social-icon:hover,
    .news-card a:hover,
    .post-btn:hover {
        transform: none;
    }
}

header,
nav,
section,
footer,
.page-header,
.category-hero,
.hero,
.stripe-divider,
.match-fixture,
.featured-card,
.contact-layout,
.gallery-grid,
.news-grid,
.category-grid,
.squad-grid,
.staff-grid,
.player-grid,
.intro-grid,
.info-grid,
.coach-grid,
.roster-grid,
.fixture-grid,
.social-grid,
.footer-inner {
    max-width: 100%;
    box-sizing: border-box;
}

.nav-links {
    max-width: 100%;
}

.nav-links,
.quick-nav,
.filter-row {
    min-width: 0;
}

@media (max-width: 1024px) {
    nav {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        min-height: auto;
        padding: 10px 0 12px;
    }

    .nav-logo {
        width: 100%;
        justify-content: center;
    }

    .nav-logo img {
        height: clamp(42px, 8vw, 52px);
    }

    .nav-links {
        width: 100%;
        justify-content: center !important;
        gap: 8px !important;
        overflow: visible;
        padding: 4px 0 0;
        scroll-snap-type: none;
    }

    .nav-links li {
        flex: 0 1 auto;
    }

    .nav-links a {
        display: flex;
        align-items: center;
        min-height: 40px;
        padding: 0 12px;
        border: 1px solid #242424;
        background-color: rgba(255, 255, 255, 0.02);
        font-size: 0.72rem !important;
        letter-spacing: 1px !important;
        white-space: nowrap;
    }

    .nav-links a.active {
        border-color: var(--orange);
        background-color: rgba(232, 90, 12, 0.12);
    }

    .nav-links a::after {
        display: none;
    }

    .hero {
        min-height: auto !important;
        padding-top: clamp(72px, 12vw, 110px) !important;
        padding-bottom: clamp(72px, 12vw, 110px) !important;
    }

    .featured-card,
    .contact-layout,
    .social-feature {
        grid-template-columns: 1fr !important;
    }

    footer {
        padding-left: clamp(22px, 5vw, 48px) !important;
        padding-right: clamp(22px, 5vw, 48px) !important;
    }

    .footer-inner {
        gap: 28px !important;
    }
}

@media (min-width: 761px) and (max-width: 1024px) {
    .match-fixture {
        max-width: 100% !important;
    }

    .fixture-teams {
        grid-template-columns: minmax(0, 1fr) minmax(160px, auto) minmax(0, 1fr) !important;
        gap: clamp(14px, 3vw, 28px) !important;
        padding: clamp(34px, 5vw, 48px) clamp(24px, 5vw, 40px) !important;
    }

    .fixture-center {
        order: initial !important;
    }

    .fixture-team {
        width: auto !important;
    }

    .team-badge {
        width: clamp(86px, 13vw, 120px) !important;
        height: clamp(86px, 13vw, 120px) !important;
    }

    .fixture-team-name {
        font-size: clamp(1rem, 2vw, 1.35rem) !important;
    }

    .fixture-vs {
        font-size: clamp(2.1rem, 4vw, 2.8rem) !important;
    }
}

@media (max-width: 760px) {
    body {
        min-width: 0;
    }

    header {
        position: sticky;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    nav {
        width: 100% !important;
    }

    main,
    section,
    footer,
    .page-header,
    .category-hero,
    .hero {
        width: 100% !important;
        max-width: 100% !important;
    }

    section {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    .page-header,
    .category-hero {
        padding-top: 42px !important;
        padding-bottom: 38px !important;
    }

    .page-header h1,
    .category-hero h1,
    .hero h1 {
        font-size: clamp(2rem, 12vw, 3.2rem) !important;
        letter-spacing: 2px !important;
        overflow-wrap: anywhere;
    }

    .page-header .subtitle,
    .hero-slogan,
    .hero-copy {
        font-size: 0.88rem !important;
        line-height: 1.7 !important;
    }

    section h2 {
        align-items: flex-start;
        font-size: 0.95rem !important;
        letter-spacing: 2px !important;
        line-height: 1.35;
        margin-bottom: 26px !important;
    }

    .category-grid,
    .news-grid,
    .contact-grid,
    .gallery-grid,
    .match-grid,
    .stats-grid,
    .squad-grid,
    .staff-grid,
    .player-grid,
    .players-grid,
    .intro-grid,
    .info-grid,
    .coach-grid,
    .roster-grid,
    .fixture-grid,
    .social-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .match-fixture,
    .fixture-teams,
    .fixture-countdown,
    .featured-card,
    .contact-form,
    .contact-panel,
    .social-feature,
    .category-card,
    .news-card,
    .contact-card,
    .method,
    .player-card,
    .match-card,
    .timeline-item,
    .stat-card,
    .social-card,
    .staff-card,
    .intro-card,
    .info-card,
    .coach-card,
    .fixture-card {
        border-radius: 0;
    }

    .match-fixture,
    .fixture-teams,
    .featured-body,
    .contact-form,
    .contact-panel,
    .social-feature,
    .staff-card,
    .intro-card,
    .info-card,
    .coach-card,
    .player-card,
    .fixture-card {
        padding: 22px !important;
    }

    .match-fixture {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fixture-teams {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "center"
            "left"
            "right";
        align-items: center !important;
        gap: 16px !important;
        padding: 24px 18px 20px !important;
    }

    .fixture-team.left {
        grid-area: left;
    }

    .fixture-team.right {
        grid-area: right;
    }

    .fixture-center {
        grid-area: center;
        order: initial !important;
        padding: 0 !important;
    }

    .fixture-team {
        width: 100% !important;
        gap: 8px !important;
    }

    .fixture-competition {
        margin-bottom: 10px !important;
        max-width: 100%;
        white-space: normal;
    }

    .fixture-date,
    .fixture-venue {
        overflow-wrap: anywhere;
        line-height: 1.45;
    }

    .fixture-date {
        font-size: 0.76rem !important;
    }

    .fixture-venue {
        font-size: 0.68rem !important;
    }

    .fixture-countdown {
        padding: 22px 14px 24px !important;
    }

    .countdown-eyebrow {
        letter-spacing: 2px !important;
        line-height: 1.5;
        margin-bottom: 14px !important;
    }

    .countdown {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
        width: 100%;
    }

    .cd-sep {
        display: none !important;
    }

    .cd-unit {
        min-width: 0 !important;
        width: 100% !important;
        padding: 14px 8px !important;
    }

    .cd-number,
    .fixture-vs {
        font-size: clamp(1.7rem, 12vw, 2.6rem) !important;
    }

    .team-badge {
        width: clamp(74px, 26vw, 96px) !important;
        height: clamp(74px, 26vw, 96px) !important;
    }

    .fixture-team-name {
        font-size: clamp(0.82rem, 3.8vw, 1.05rem) !important;
        letter-spacing: 1px !important;
    }

    .fixture-team-role {
        letter-spacing: 2px !important;
    }

    .form-grid,
    .submit-row {
        grid-template-columns: 1fr !important;
    }

    .match-row {
        align-items: stretch !important;
        flex-direction: column !important;
        padding: 20px !important;
    }

    .match-info,
    .match-venue-label,
    .team-block {
        min-width: 0 !important;
        width: 100%;
        text-align: center !important;
    }

    .match-teams {
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        gap: 10px !important;
    }

    .team-block .team-name {
        overflow-wrap: anywhere;
    }

    input,
    select,
    textarea,
    button,
    .hero-btn,
    .submit-btn,
    .filter-btn,
    .back-btn,
    .post-btn,
    .read-more {
        min-height: 44px;
    }

    .filter-row,
    .quick-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
    }

    .filter-btn,
    .quick-nav a {
        width: 100%;
        text-align: center;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .news-search {
        font-size: 0.9rem !important;
    }

    .footer-inner {
        flex-direction: column;
    }
}

@media (min-width: 380px) and (max-width: 760px) {
    .proximo-partido {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .match-fixture {
        width: 100% !important;
        max-width: 100% !important;
    }

    .fixture-teams {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "center center"
            "left right";
        gap: 16px 12px !important;
        padding: 24px 14px 20px !important;
    }

    .fixture-team.left {
        grid-area: left;
    }

    .fixture-team.right {
        grid-area: right;
    }

    .fixture-center {
        grid-area: center;
    }

    .team-badge {
        width: clamp(72px, 20vw, 88px) !important;
        height: clamp(72px, 20vw, 88px) !important;
    }

    .fixture-team-name {
        font-size: clamp(0.78rem, 3vw, 0.95rem) !important;
        letter-spacing: 1px !important;
    }

    .fixture-countdown {
        padding: 20px 10px 22px !important;
    }

    .countdown {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    .cd-unit {
        padding: 12px 4px 10px !important;
    }

    .cd-number {
        font-size: clamp(1.55rem, 7vw, 2rem) !important;
        letter-spacing: -1px !important;
    }

    .cd-label {
        font-size: 0.44rem !important;
        letter-spacing: 1.5px !important;
    }
}

@media (max-width: 379px) {
    .fixture-teams {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "center"
            "left"
            "right";
    }

    .countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    section,
    .page-header,
    .category-hero {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .nav-logo {
        gap: 8px;
        justify-content: center;
        width: 100%;
    }

    .nav-club-name {
        font-size: 0.95rem !important;
        letter-spacing: 1px !important;
        white-space: normal;
    }

    .nav-links {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 6px !important;
    }

    .nav-links li,
    .nav-links a {
        width: 100%;
    }

    .nav-links a {
        justify-content: center;
        text-align: center;
        white-space: normal;
        min-height: 36px;
        padding: 0 6px;
        font-size: 0.62rem !important;
    }

    .logo-badge {
        width: 40px !important;
        height: 40px !important;
    }

    .hero-eyebrow,
    .eyebrow,
    .page-header .eyebrow,
    .news-tag,
    .card-label,
    .player-number,
    .fixture-label {
        letter-spacing: 2px !important;
    }

    .filter-row,
    .quick-nav {
        grid-template-columns: 1fr !important;
    }

    .search-wrap {
        min-height: 52px;
    }

    .search-icon {
        padding-left: 14px;
        padding-right: 10px;
    }

    .search-clear {
        padding-left: 14px;
        padding-right: 14px;
    }

    .social-icons {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    body,
    body.page-loaded,
    body.page-leaving,
    .reveal-ready .reveal-on-scroll,
    .reveal-ready .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: none;
    }
}

/* Premium visual system */
:root {
    --gfc-orange: #E85A0C;
    --gfc-black: #080808;
    --gfc-ink: #0d0d0d;
    --gfc-dark: #101010;
    --gfc-panel: #141414;
    --gfc-card: #181818;
    --gfc-card-hover: #1f1f1f;
    --gfc-white: #ffffff;
    --gfc-muted: #888888;
    --gfc-soft: #bbbbbb;
    --gfc-border: rgba(255, 255, 255, 0.1);
    --gfc-border-strong: rgba(232, 90, 12, 0.38);
    --gfc-max: 1180px;
    --gfc-radius: 0;
    --gfc-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
    --gfc-glow: 0 0 38px rgba(232, 90, 12, 0.14);
}

body {
    background:
        radial-gradient(circle at 50% -10%, rgba(232, 90, 12, 0.08), transparent 30%),
        var(--gfc-black);
    color: var(--gfc-white);
    line-height: 1.6;
}

main,
section,
footer,
.page-header,
.page-hero,
.category-hero {
    overflow-x: clip;
}

section {
    position: relative;
    padding-top: clamp(62px, 7vw, 90px) !important;
    padding-bottom: clamp(62px, 7vw, 90px) !important;
    background:
        radial-gradient(circle at 85% 0%, rgba(232, 90, 12, 0.055), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 34%),
        var(--gfc-black);
}

section:nth-of-type(odd) {
    background:
        radial-gradient(circle at 10% 4%, rgba(232, 90, 12, 0.05), transparent 30%),
        linear-gradient(180deg, #111 0%, #0b0b0b 100%) !important;
}

section > *:not(.hero-scroll),
.cta-inscripcion > *,
.cta-band > *,
footer > * {
    max-width: var(--gfc-max);
    margin-left: auto;
    margin-right: auto;
}

.page-header,
.page-hero,
.category-hero {
    border-bottom: 0 !important;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.74) 52%, rgba(0, 0, 0, 0.96)),
        radial-gradient(circle at 82% 28%, rgba(232, 90, 12, 0.18), transparent 38%),
        #000 !important;
    padding-top: clamp(62px, 7vw, 96px) !important;
    padding-bottom: clamp(52px, 6vw, 82px) !important;
}

.page-header > *,
.page-hero > *,
.category-hero > * {
    width: min(100%, var(--gfc-max));
    max-width: var(--gfc-max);
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-header::after,
.page-hero::after,
.category-hero::after,
section::after {
    pointer-events: none;
}

.page-header h1,
.page-hero h1,
.category-hero h1 {
    font-size: clamp(3rem, 6.4vw, 5.8rem) !important;
    line-height: 0.92 !important;
    letter-spacing: 0 !important;
    max-width: var(--gfc-max) !important;
    text-wrap: balance;
}

.page-header .subtitle,
.page-hero .hero-sub,
.category-hero .hero-copy {
    display: block;
    max-width: 720px !important;
    margin-left: calc((100% - min(100%, var(--gfc-max))) / 2) !important;
    margin-right: auto !important;
}

.hero h1 {
    font-size: clamp(4.8rem, 9vw, 7.4rem) !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

section h2 {
    width: fit-content;
    max-width: var(--gfc-max);
    color: var(--gfc-white) !important;
    font-size: clamp(1.45rem, 2.6vw, 2.15rem) !important;
    line-height: 1 !important;
    letter-spacing: 1.8px !important;
    margin-bottom: clamp(28px, 4vw, 44px) !important;
}

section h2::before {
    width: 3px !important;
    height: 30px !important;
    background: linear-gradient(180deg, var(--gfc-orange), rgba(232, 90, 12, 0.18)) !important;
    box-shadow: 0 0 18px rgba(232, 90, 12, 0.24);
}

.eyebrow,
.hero-eyebrow,
.pathway-eyebrow,
.superior-badge,
.cta-eyebrow,
.card-label,
.pilar-label,
.path-step span,
.staff-role,
.player-meta,
.jugador-pos,
.news-tag,
.video-tag,
.photo-label,
.social-platform,
.superior-card-label,
.cat-edad-badge,
.fixture-competition,
.countdown-eyebrow {
    color: var(--gfc-orange) !important;
    letter-spacing: clamp(2px, 0.42vw, 4px) !important;
}

.subtitle,
.hero-sub,
.hero-copy,
.academia-intro,
.categories-intro,
.pathway-section-text,
.news-card-body p,
.featured-body p,
.social-desc,
.superior-card-desc,
.pilar-card p,
.info-card p,
.path-step p,
.contact-card p,
.method p,
.form-note,
.footer-brand p {
    color: var(--gfc-soft) !important;
    line-height: 1.75 !important;
}

.hero-btn,
.hero-btn-ghost,
.cta-btn-blanco,
.submit-btn,
.filter-btn,
.read-more,
.category-open,
.post-btn,
.social-cta,
.download-photo,
.pathway-btn,
.why-guayama-button,
.cta-band a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--gfc-radius) !important;
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.hero-btn,
.submit-btn,
.why-guayama-button,
.pathway-btn:not(.secondary),
.cta-band a {
    color: #fff !important;
    background: linear-gradient(135deg, #c84b08 0%, var(--gfc-orange) 54%, #ff7417 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 16px 44px rgba(232, 90, 12, 0.22);
}

.hero-btn-ghost,
.filter-btn,
.pathway-btn.secondary,
.category-open,
.read-more,
.post-btn,
.download-photo {
    color: var(--gfc-white) !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gfc-border) !important;
}

.cta-btn-blanco {
    color: var(--gfc-orange) !important;
    background: #fff !important;
    border: 1px solid #fff !important;
}

.hero-btn:hover,
.hero-btn-ghost:hover,
.cta-btn-blanco:hover,
.submit-btn:hover,
.filter-btn:hover,
.read-more:hover,
.category-open:hover,
.post-btn:hover,
.social-cta:hover,
.download-photo:hover,
.pathway-btn:hover,
.why-guayama-button:hover,
.cta-band a:hover {
    transform: translateY(-3px);
    border-color: var(--gfc-orange) !important;
    box-shadow: 0 22px 58px rgba(232, 90, 12, 0.2);
}

.filter-btn.active,
.quick-nav a.active {
    color: #fff !important;
    background: rgba(232, 90, 12, 0.14) !important;
    border-color: var(--gfc-orange) !important;
}

.cat-card,
.category-card,
.pilar-card,
.path-step,
.info-card,
.featured-card,
.featured-photo,
.news-card,
.communique-card,
.gallery-item,
.video-card,
.social-card,
.contact-form,
.contact-panel,
.contact-card,
.method,
.superior-card,
.staff-card,
.staff-card-p,
.player-card,
.jugador-card-p,
.timeline-card,
.history-panel,
.pathway-feature,
.pathway-card,
.match-fixture,
.match-card,
.fixture-card,
.stat-card,
.intro-card,
.coach-card {
    background:
        linear-gradient(145deg, rgba(232, 90, 12, 0.075), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
        var(--gfc-card) !important;
    border: 1px solid var(--gfc-border) !important;
    border-top: 2px solid rgba(232, 90, 12, 0.78) !important;
    box-shadow: var(--gfc-shadow);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.cat-card:hover,
.category-card:hover,
.pilar-card:hover,
.path-step:hover,
.info-card:hover,
.featured-card:hover,
.featured-photo:hover,
.news-card:hover,
.communique-card:hover,
.gallery-item:hover,
.video-card:hover,
.social-card:hover,
.contact-form:hover,
.contact-panel:hover,
.contact-card:hover,
.method:hover,
.superior-card:hover,
.staff-card:hover,
.staff-card-p:hover,
.player-card:hover,
.jugador-card-p:hover,
.timeline-card:hover,
.history-panel:hover,
.pathway-feature:hover,
.pathway-card:hover,
.match-card:hover,
.fixture-card:hover,
.stat-card:hover,
.intro-card:hover,
.coach-card:hover {
    transform: translateY(-5px);
    border-color: var(--gfc-border-strong) !important;
    box-shadow: var(--gfc-shadow), var(--gfc-glow);
}

.cat-card,
.category-card,
.pilar-card,
.path-step,
.info-card,
.contact-card,
.method,
.superior-card {
    min-height: auto !important;
}

.category-grid,
.pilares-grid,
.info-grid,
.social-grid,
.gallery-grid,
.video-grid,
.staff-grid,
.player-grid,
.jugador-grid,
.staff-grid-photo,
.news-grid,
.contact-grid,
.pathway,
.focus-list {
    gap: clamp(14px, 2vw, 22px) !important;
}

.category-grid,
.pilares-grid,
.info-grid,
.social-grid,
.gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)) !important;
}

.contact-layout,
.featured-card,
.history-layout,
.pathway-feature {
    gap: clamp(22px, 3vw, 36px) !important;
}

.contact-form,
.contact-panel,
.featured-body,
.pilar-card,
.info-card,
.path-step,
.category-card,
.superior-card,
.social-card,
.method {
    padding: clamp(22px, 3vw, 34px) !important;
}

input,
select,
textarea,
.search-wrap {
    background: rgba(0, 0, 0, 0.44) !important;
    border: 1px solid var(--gfc-border) !important;
    color: var(--gfc-white) !important;
    font-family: "Inter", Arial, sans-serif !important;
}

input::placeholder,
textarea::placeholder {
    color: #666;
}

label {
    color: var(--gfc-orange) !important;
    letter-spacing: 2px;
}

.news-empty,
.seccion-vacia {
    background:
        linear-gradient(145deg, rgba(232, 90, 12, 0.06), transparent 42%),
        #0a0a0a !important;
    border: 1px solid var(--gfc-border) !important;
    border-top: 2px solid rgba(232, 90, 12, 0.75) !important;
    color: var(--gfc-soft) !important;
    box-shadow: var(--gfc-shadow);
}

.cta-inscripcion,
.cta-band,
.pathway-cta {
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #b94408 0%, var(--gfc-orange) 54%, #d86011 100%) !important;
    overflow: hidden;
}

footer {
    background:
        radial-gradient(circle at 50% 0%, rgba(232, 90, 12, 0.08), transparent 30%),
        #030303 !important;
    padding-top: clamp(44px, 5vw, 64px) !important;
    padding-bottom: clamp(34px, 4vw, 54px) !important;
}

.footer-inner {
    width: 100%;
}

.footer-links a,
.social-icon {
    transition: transform 200ms ease, color 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.footer-links a:hover {
    color: var(--gfc-orange) !important;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.category-card-photo {
    overflow: hidden;
    padding: 0 !important;
}

.category-card-photo > div:not(.category-photo),
.category-card-photo .category-meta,
.category-card-photo .category-open {
    margin-left: clamp(22px, 3vw, 34px);
    margin-right: clamp(22px, 3vw, 34px);
}

.category-card-photo > div:not(.category-photo) {
    margin-top: clamp(20px, 2.4vw, 28px);
}

.category-card-photo .category-open {
    margin-bottom: clamp(22px, 3vw, 34px);
}

.category-photo {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(232, 90, 12, 0.36);
    background: #050505;
}

.category-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.category-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 360ms ease, filter 360ms ease;
}

.category-card-photo:hover .category-photo img {
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.04);
}

.category-hero-u9 {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.76) 100%),
        radial-gradient(circle at 82% 28%, rgba(232, 90, 12, 0.12), transparent 38%),
        url("../assets/images/academy-u9.jpeg") center 42% / cover no-repeat !important;
}

.category-hero-u15 {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 52%, rgba(0, 0, 0, 0.74) 100%),
        radial-gradient(circle at 82% 28%, rgba(232, 90, 12, 0.12), transparent 38%),
        url("../assets/images/academy-u15.jpeg") center 46% / cover no-repeat !important;
}

@media (min-width: 761px) and (max-width: 1120px) {
    .nav-links {
        gap: 6px !important;
    }

    .nav-links a {
        min-height: 38px;
        padding: 0 10px !important;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.02);
    }
}

@media (max-width: 760px) {
    .page-header h1,
    .page-hero h1,
    .category-hero h1,
    .hero h1 {
        font-size: clamp(2.7rem, 12vw, 4rem) !important;
    }

    section h2 {
        width: 100%;
        font-size: clamp(1.25rem, 6vw, 1.7rem) !important;
        letter-spacing: 1.2px !important;
    }

    .hero-btn,
    .hero-btn-ghost,
    .cta-btn-blanco,
    .submit-btn,
    .pathway-btn,
    .why-guayama-button {
        width: 100%;
        min-height: 46px;
        padding-left: 18px !important;
        padding-right: 18px !important;
        text-align: center;
    }

    .category-grid,
    .pilares-grid,
    .info-grid,
    .social-grid,
    .gallery-grid,
    .video-grid,
    .staff-grid,
    .player-grid,
    .jugador-grid,
    .staff-grid-photo,
    .news-grid,
    .contact-grid,
    .pathway,
    .focus-list {
        grid-template-columns: 1fr !important;
    }
}
