@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600&display=swap');

:root {
    --roalex-deep: #0a1628;
    --roalex-navy: #0d2044;
    --roalex-blue: #0e3a6e;
    --roalex-accent: #1a9fd4;
    --roalex-bright: #29c4f6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

.rl-page {
    font-family: 'Outfit', sans-serif;
    background: var(--roalex-deep);
    color: #e8f4fb;
    overflow-x: hidden;
    min-height: 100vh;
}

/* ========================= */
/* NAV                       */
/* ========================= */

.rl-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 3rem;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(41, 196, 246, 0.12);
}

.rl-nav img { height: 44px; }

.rl-nav-link {
    color: rgba(232, 244, 251, 0.7);
    text-decoration: none; font-size: 0.9rem; font-weight: 500;
    letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s;
}

.rl-nav-link:hover { color: var(--roalex-bright); }

.rl-btn-nav {
    background: var(--roalex-accent); color: #fff; border: none;
    padding: 0.55rem 1.5rem; border-radius: 50px;
    font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 600;
    cursor: pointer; text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.rl-btn-nav:hover { background: var(--roalex-bright); transform: translateY(-1px); color: #fff; }

/* ========================= */
/* HERO                      */
/* ========================= */

.rl-hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding: 7rem 3rem 5rem;
}
.rl-hero-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 75% 50%, rgba(14,58,110,0.6) 0%, transparent 70%),
                radial-gradient(ellipse 50% 80% at 100% 100%, rgba(26,159,212,0.12) 0%, transparent 60%),
                var(--roalex-deep);
}

.rl-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 200%;
    height: 140px;
    opacity: 0.18;
    animation: waveDrift 12s linear infinite;
}

@keyframes waveDrift {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.rl-deco {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(41, 196, 246, 0.15);
    animation: rl-pulse 6s ease-in-out infinite;
}

.rl-deco-1 { width: 420px; height: 420px; top: 10%; right: 8%; }
.rl-deco-2 { width: 280px; height: 280px; top: 20%; right: 14%; animation-delay: 1.5s; }
.rl-deco-3 { width: 160px; height: 160px; top: 30%; right: 21%; animation-delay: 3s; }

@keyframes rl-pulse {
    0%, 100% { opacity: 0.12; transform: scale(1); }
    50% { opacity: 0.22; transform: scale(1.03); }
}

.rl-hero-content { position: relative; z-index: 2; max-width: 600px; }

.rl-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--roalex-bright);
    margin-bottom: 1.4rem; padding: 0.35rem 1rem;
    border: 1px solid rgba(41,196,246,0.3); border-radius: 50px;
    background: rgba(41,196,246,0.07);
}

.rl-eyebrow-dot {
    width: 6px; height: 6px;
    background: var(--roalex-bright); border-radius: 50%;
}

.rl-hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 6vw, 4.5rem);
    line-height: 0.92; letter-spacing: 0.01em;
    color: #fff; margin-bottom: 1.6rem;
}

.rl-hero-title em {
    font-style: normal; color: var(--roalex-bright); display: block;
}

.rl-hero-sub {
    font-size: 1.1rem; font-weight: 300;
    color: rgba(232,244,251,0.65); line-height: 1.7;
    margin-bottom: 2.5rem; max-width: 440px;
}

.rl-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

.rl-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, var(--roalex-accent), var(--roalex-bright));
    color: #fff; text-decoration: none;
    padding: 0.85rem 2.2rem; border-radius: 50px;
    font-weight: 600; font-size: 1rem; letter-spacing: 0.03em;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 30px rgba(26,159,212,0.35);
}

.rl-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(26,159,212,0.5);
    color: #fff;
}

.rl-btn-ghost {
    display: inline-flex; align-items: center; gap: 0.5rem;
    color: rgba(232,244,251,0.75); text-decoration: none;
    font-size: 0.95rem; font-weight: 500; transition: color 0.2s;
}

.rl-btn-ghost:hover { color: var(--roalex-bright); }

.rl-stats {
    display: flex; gap: 2.5rem; margin-top: 3.5rem;
    padding-top: 2.5rem; border-top: 1px solid rgba(41,196,246,0.12);
}

.rl-stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem; color: var(--roalex-bright); line-height: 1;
}

.rl-stat-label {
    font-size: 0.78rem; font-weight: 500;
    color: rgba(232,244,251,0.45);
    letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.3rem;
}

/* ========================= */
/* FEATURES                  */
/* ========================= */

.rl-features { padding: 6rem 3rem; background: var(--roalex-navy); }

.rl-section-label {
    text-align: center; font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--roalex-accent); margin-bottom: 0.8rem;
}

.rl-section-title {
    text-align: center; font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem,5vw,4rem); color: #fff;
    margin-bottom: 3.5rem; letter-spacing: 0.02em;
}

.rl-cards {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 1.5rem; max-width: 1100px; margin: 0 auto;
}

.rl-card {
    background: rgba(10,22,40,0.7);
    border: 1px solid rgba(41,196,246,0.12);
    border-radius: 20px; padding: 2.2rem;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    position: relative; overflow: hidden;
}

.rl-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--roalex-accent), transparent);
    opacity: 0; transition: opacity 0.3s;
}

.rl-card:hover {
    border-color: rgba(41,196,246,0.35);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.rl-card:hover::before { opacity: 1; }

.rl-card-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: rgba(26,159,212,0.15); border: 1px solid rgba(26,159,212,0.25);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.4rem; font-size: 1.4rem; color: var(--roalex-bright);
}

.rl-card-title {
    font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem;
    letter-spacing: 0.04em; color: #fff; margin-bottom: 0.7rem;
}

.rl-card-text { font-size: 0.92rem; color: rgba(232,244,251,0.55); line-height: 1.7; }

/* ========================= */
/* WEEKEND SWIM              */
/* ========================= */

.rl-weekend {
    padding: 6rem 3rem; background: var(--roalex-deep);
    position: relative; overflow: hidden;
}

.rl-weekend-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(26,159,212,0.07) 0%, transparent 70%);
}

.rl-weekend-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: start; position: relative; z-index: 2;
}

.rl-weekend-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(41,196,246,0.1); border: 1px solid rgba(41,196,246,0.3);
    color: var(--roalex-bright); font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase;
    padding: 0.35rem 1rem; border-radius: 50px; margin-bottom: 1.2rem;
}

.rl-weekend-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem,6vw,5rem); line-height: 0.95;
    color: #fff; margin-bottom: 1rem; letter-spacing: 0.02em;
}

.rl-weekend-title em { font-style: normal; color: var(--roalex-bright); }

.rl-weekend-desc {
    font-size: 1rem; font-weight: 300;
    color: rgba(232,244,251,0.6); line-height: 1.75; margin-bottom: 2rem;
}

.rl-weekend-card {
    background: rgba(13,32,68,0.8); border: 1px solid rgba(41,196,246,0.15);
    border-radius: 24px; padding: 2rem;
    display: flex; flex-direction: column; gap: 0;
}

.rl-info-row {
    display: flex; align-items: flex-start; gap: 1rem;
    padding: 1.2rem 0; border-bottom: 1px solid rgba(41,196,246,0.08);
}

.rl-info-row:last-child { border-bottom: none; }

.rl-info-icon {
    width: 38px; height: 38px; min-width: 38px; border-radius: 10px;
    background: rgba(26,159,212,0.12); border: 1px solid rgba(26,159,212,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: var(--roalex-bright);
}

.rl-info-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: rgba(232,244,251,0.4); margin-bottom: 0.25rem;
}

.rl-info-value { font-size: 0.95rem; font-weight: 500; color: #e8f4fb; line-height: 1.5; }

/* PROGRESS */
.rl-progress-wrap { margin-top: 0.5rem; }

.rl-progress-label {
    display: flex; justify-content: space-between;
    font-size: 0.75rem; color: rgba(232,244,251,0.5); margin-bottom: 0.4rem;
}

.rl-progress-bar {
    height: 6px; background: rgba(255,255,255,0.08);
    border-radius: 10px; overflow: hidden;
}

.rl-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--roalex-accent), var(--roalex-bright));
    border-radius: 10px; transition: width 1s ease;
}

/* LUGAR */
.rl-lugar-card {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px; padding: 0.9rem 1.1rem;
    display: flex; align-items: center; gap: 0.9rem; margin-top: 0.5rem;
}

.rl-lugar-logo { height: 36px; border-radius: 6px; }

/* NEXT CYCLE BANNER */
.rl-next-cycle-banner {
    background: linear-gradient(135deg, rgba(26,159,212,0.15), rgba(41,196,246,0.08));
    border: 1px solid rgba(41,196,246,0.3);
    border-radius: 16px; padding: 1.4rem 1.6rem; margin-top: 1.5rem;
}

.rl-next-cycle-label {
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--roalex-bright); margin-bottom: 0.4rem;
}

.rl-next-cycle-name {
    font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem;
    color: #fff; letter-spacing: 0.05em; margin-bottom: 0.6rem;
}

/* ========================= */
/* CONTACT                   */
/* ========================= */

.rl-contact { padding: 5rem 3rem; background: var(--roalex-navy); }

.rl-contact-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: start;
}

.rl-contact-text {
    font-size: 0.95rem; font-weight: 300;
    color: rgba(232,244,251,0.55); line-height: 1.7; margin-bottom: 2rem;
}

.rl-social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }

.rl-social-btn {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.85rem 1.2rem; border-radius: 14px;
    border: 1px solid rgba(41,196,246,0.15);
    background: rgba(10,22,40,0.6);
    text-decoration: none; color: #e8f4fb;
    font-size: 0.9rem; font-weight: 500;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.rl-social-btn:hover {
    border-color: rgba(41,196,246,0.4);
    background: rgba(26,159,212,0.1);
    transform: translateY(-2px); color: #e8f4fb;
}

.rl-social-icon {
    width: 34px; height: 34px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
}

.rl-social-icon.ig { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.rl-social-icon.wa { background: #25d366; }

.rl-contact-detail-title {
    font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem;
    color: #fff; letter-spacing: 0.05em; margin-bottom: 1.2rem;
}

.rl-contact-item {
    display: flex; align-items: center; gap: 0.9rem;
    padding: 0.9rem 0; border-bottom: 1px solid rgba(41,196,246,0.08);
    font-size: 0.92rem; color: rgba(232,244,251,0.65);
}

.rl-contact-item:last-child { border-bottom: none; }
.rl-contact-item strong { color: #e8f4fb; font-weight: 500; }

.rl-contact-icon {
    width: 36px; height: 36px; min-width: 36px; border-radius: 9px;
    background: rgba(26,159,212,0.12); border: 1px solid rgba(26,159,212,0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--roalex-bright); font-size: 1rem;
}

/* ========================= */
/* CTA                       */
/* ========================= */

.rl-cta { padding: 6rem 3rem; text-align: center; position: relative; overflow: hidden; }

.rl-cta-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(14,58,110,0.5) 0%, transparent 70%);
}

.rl-cta > * { position: relative; z-index: 2; }

.rl-cta-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem,7vw,5.5rem); color: #fff;
    line-height: 1; margin-bottom: 1.2rem; letter-spacing: 0.02em;
}

.rl-cta-title em { font-style: normal; color: var(--roalex-bright); }
.rl-cta-sub { font-size: 1rem; color: rgba(232,244,251,0.55); margin-bottom: 2.5rem; font-weight: 300; }

/* ========================= */
/* FOOTER                    */
/* ========================= */

.rl-footer {
    padding: 2rem 3rem; border-top: 1px solid rgba(41,196,246,0.1);
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.8rem; color: rgba(232,244,251,0.3);
}

.rl-footer img { height: 28px; opacity: 0.5; }

.rl-footer-links { display: flex; gap: 1rem; align-items: center; }

.rl-footer-links a {
    color: rgba(232,244,251,0.35); text-decoration: none;
    font-size: 1.1rem; transition: color 0.2s;
}

.rl-footer-links a:hover { color: var(--roalex-bright); }

/* ========================= */
/* RESPONSIVE                */
/* ========================= */

@media (max-width: 768px) {
    .rl-nav { padding: 1rem 1.5rem; }
    .rl-hero { padding: 6rem 1.5rem 4rem; }
    .rl-deco-1, .rl-deco-2, .rl-deco-3 { display: none; }
    .rl-stats { gap: 1.5rem; flex-wrap: wrap; }
    .rl-features, .rl-cta { padding: 4rem 1.5rem; }
    .rl-weekend-inner, .rl-contact-inner { grid-template-columns: 1fr; gap: 2rem; }
    .rl-weekend, .rl-contact { padding: 4rem 1.5rem; }
    .rl-social-grid { grid-template-columns: 1fr 1fr; }
    .rl-footer { flex-direction: column; gap: 1rem; text-align: center; }
}

.rl-page {
    font-family: 'Outfit', sans-serif;
    background: var(--roalex-deep);
    color: #e8f4fb;
    overflow-x: hidden;
    min-height: 100vh;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.rl-page::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* ========================= */
/* WEEKEND LOGO + TITULO     */
/* ========================= */

.rl-weekend-logo-titulo {
    display: flex;
    align-items: flex-end;
    gap: 1.2rem;
    margin-bottom: 1rem;
}

.rl-weekend-logo {
    height: 140px;
    opacity: .85;
    margin-bottom: .4rem;
}

@media (max-width: 768px) {
    .rl-weekend-logo {
        height: 70px;
    }

    .rl-weekend-inner {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .rl-weekend-logo-titulo {
        align-items: center;
    }
}