:root {
    --rcr-navy: #020b2b;
    --rcr-midnight: #030619;
    --rcr-indigo: #0a1436;
    --rcr-gray: #c8d6ff;
    --rcr-lines: rgba(255, 255, 255, 0.08);
    --rcr-accent: #ff6b1a;
    --rcr-accent-alt: #f6b756;
    --rcr-cream: #ffffff;
}

body.front-page {
    background-color: var(--rcr-midnight);
    color: #f4f6ff;
}

body.rcr-nav-open {
    overflow: hidden;
}

.front-page a {
    color: inherit;
}

.rcr-site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 1.25rem 0;
    background: rgba(5, 11, 33, 0.55);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--rcr-lines);
}

.rcr-site-header__blur {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(5, 11, 33, 0.8), rgba(7, 14, 36, 0.4));
    z-index: -1;
}

.rcr-site-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.rcr-site-header__logo img {
    max-height: 64px;
    width: auto;
}

.rcr-site-header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1;
    justify-content: space-between;
}

.rcr-nav__list {
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.rcr-nav__list > li > a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 0.35rem 0;
}

.rcr-nav__list > li > a::after {
    content: '';
    position: absolute;
    inset: auto 0 -0.25rem;
    height: 2px;
    background: var(--rcr-accent-alt);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.rcr-nav__list > li > a:hover::after,
.rcr-nav__list > li.current-menu-item > a::after {
    transform: scaleX(1);
}

.rcr-site-header__actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.rcr-next-stage {
    line-height: 1.2;
    color: #fff;
}

.rcr-next-stage__label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.rcr-next-stage__title {
    display: block;
    font-size: 1.05rem;
}

.rcr-next-stage__meta {
    font-size: 0.8rem;
    color: var(--rcr-gray);
}

.rcr-nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.rcr-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.rcr-site-header.is-open .rcr-nav-toggle span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}

.rcr-site-header.is-open .rcr-nav-toggle span:nth-child(2) {
    opacity: 0;
}

.rcr-site-header.is-open .rcr-nav-toggle span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
}

.rcr-nav-overlay {
    display: none;
}

.rcr-section {
    padding: 4.5rem 0;
    position: relative;
    z-index: 1;
}

.rcr-section + .rcr-section {
    border-top: 1px solid var(--rcr-lines);
}

.rcr-section__header {
    text-align: left;
    margin-bottom: 2.5rem;
}

.rcr-section__header h2 {
    font-size: 2.5rem;
    color: #fff;
}

.rcr-section__header p {
    color: var(--rcr-gray);
    max-width: 700px;
    font-size: 1rem;
}

.rcr-section__actions {
    margin-top: 1rem;
}

.rcr-eyebrow {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    color: var(--rcr-accent-alt);
    margin-bottom: 1rem;
}

.rcr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.85rem 1.75rem;
    font-weight: 600;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.rcr-btn--primary {
    background: linear-gradient(120deg, var(--rcr-accent) 0%, var(--rcr-accent-alt) 100%);
    color: #fff;
    box-shadow: 0 15px 35px rgba(255, 107, 26, 0.35);
}

.rcr-btn--ghost {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.rcr-btn--light {
    background-color: #fff;
    color: var(--rcr-midnight);
}

.rcr-btn:hover {
    transform: translateY(-4px);
    text-decoration: none;
}

.rcr-link {
    color: var(--rcr-accent-alt);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Hero */
.rcr-hero {
    padding-top: 7rem;
    padding-bottom: 4rem;
    background: radial-gradient(circle at 20% 20%, rgba(255, 107, 26, 0.25), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(246, 183, 86, 0.18), transparent 55%),
        var(--rcr-navy);
}

.rcr-hero__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    align-items: center;
}

.rcr-hero__title {
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    color: #fff;
    margin-bottom: 1.5rem;
}

.rcr-hero__description {
    color: var(--rcr-gray);
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.rcr-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.rcr-hero__stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.rcr-hero__stats li {
    min-width: 120px;
}

.rcr-stat__value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.rcr-stat__label {
    color: var(--rcr-gray);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rcr-hero__visual-card {
    background: rgba(9, 17, 43, 0.6);
    border: 1px solid var(--rcr-lines);
    border-radius: 28px;
    position: relative;
    padding: 1rem;
    overflow: hidden;
}

.rcr-hero__visual-card img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
}

.rcr-hero__badge {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(5, 11, 32, 0.85);
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    text-align: right;
    color: #fff;
}

.rcr-hero__badge span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
}

/* Cards grid */
.rcr-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.rcr-card {
    border: 1px solid var(--rcr-lines);
    border-radius: 1.5rem;
    padding: 2rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    min-height: 220px;
}

.rcr-card__icon {
    font-size: 2rem;
    color: var(--rcr-accent-alt);
    margin-bottom: 1rem;
    display: inline-block;
}

.rcr-card h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.rcr-card p {
    color: var(--rcr-gray);
}

/* Schedule */
.rcr-schedule__table {
    border: 1px solid var(--rcr-lines);
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(5, 11, 32, 0.6);
}

.rcr-schedule__head,
.rcr-schedule__row {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 1rem;
    padding: 1.25rem 1.5rem;
}

.rcr-schedule__head {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
}

.rcr-schedule__row {
    border-top: 1px solid var(--rcr-lines);
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}

.rcr-schedule__row:hover {
    background: rgba(255, 107, 26, 0.12);
}

.rcr-status {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    text-align: center;
    font-size: 0.75rem;
}

.rcr-status--completado {
    background-color: rgba(246, 183, 86, 0.2);
    color: #f6b756;
}

.rcr-status--proxima {
    background: rgba(255, 107, 26, 0.2);
    color: #ffc89b;
}

/* CTA */
.rcr-cta__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.rcr-cta__card {
    border-radius: 2rem;
    padding: 2.5rem;
    border: 1px solid var(--rcr-lines);
    position: relative;
}

.rcr-cta__card--primary {
    background: linear-gradient(135deg, var(--rcr-accent) 0%, var(--rcr-accent-alt) 100%);
    color: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.rcr-cta__card--primary .rcr-eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

.rcr-cta__card--outline {
    background: rgba(9, 17, 44, 0.4);
}

.rcr-cta__card ul {
    padding-left: 1.5rem;
    color: var(--rcr-gray);
}

/* Team */
.rcr-team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.rcr-team__card {
    border: 1px solid var(--rcr-lines);
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
}

.rcr-team__media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.rcr-team__body {
    padding: 1.5rem;
}

.rcr-team__role {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: var(--rcr-gray);
    margin-bottom: 0.5rem;
}

/* Shop */
.rcr-shop__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.rcr-product {
    border: 1px solid var(--rcr-lines);
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(5, 11, 32, 0.5);
}

.rcr-product__media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.rcr-product__body {
    padding: 1.5rem;
}

.rcr-product__price {
    color: var(--rcr-accent-alt);
    font-weight: 700;
}

/* News */
.rcr-news__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.rcr-news__card {
    border: 1px solid var(--rcr-lines);
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
}

.rcr-news__thumb img,
.rcr-news__placeholder {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.rcr-news__placeholder {
    background: rgba(255, 255, 255, 0.05);
}

.rcr-news__body {
    padding: 1.5rem;
}

.rcr-news__meta {
    font-size: 0.8rem;
    color: var(--rcr-gray);
}

/* Partners */
.rcr-partners__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border: 1px solid var(--rcr-lines);
    border-radius: 1.5rem;
    padding: 1.5rem;
    justify-content: center;
}

.rcr-partner {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.1em;
}

/* Responsive */
@media (max-width: 991px) {
    .rcr-nav-toggle {
        display: flex;
    }

    .rcr-site-header__nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: rgba(5, 11, 33, 0.98);
        flex-direction: column;
        padding: 5rem 2rem 2rem;
        transition: right 0.4s ease;
        z-index: 999;
    }

    .rcr-site-header.is-open .rcr-site-header__nav {
        right: 0;
    }

    .rcr-nav__list {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .rcr-site-header__actions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 2rem;
    }

    .rcr-nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 998;
    }

    .rcr-site-header.is-open .rcr-nav-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .rcr-schedule__head,
    .rcr-schedule__row {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .rcr-schedule__head span:nth-child(n+3),
    .rcr-schedule__row span:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 575px) {
    .rcr-hero__cta {
        flex-direction: column;
    }

    .rcr-section {
        padding: 3.5rem 0;
    }
}
