:root {
    --bg-dark: #0b0f0c;
    --bg-secondary: #121a14;
    --green-neon: #7CFF4D;
    --green-soft: #1ed760;
    --text-white: #ffffff;
    --text-gray: #b3b3b3;
    --border-green: rgba(124, 255, 77, 0.35);
}

body {
    background: radial-gradient(circle at top, #151c17 0%, var(--bg-dark) 45%, #050705 100%);
    color: var(--text-white);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* NAVBAR */
.nav-bodyblitz {
    background: rgba(10, 12, 10, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(124, 255, 77, 0.12);
    padding: 18px 0;
}

.brand-bodyblitz {
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 3rem;
    font-weight: 800;
    color: white !important;
    letter-spacing: 1px;
    text-shadow: 0 0 12px rgba(124, 255, 77, 0.25);
}

.nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500;
    margin-right: 16px;
}

.nav-link.active,
.nav-link:hover {
    color: var(--green-neon) !important;
}

.btn-login {
    border: 1px solid var(--border-green);
    color: var(--green-neon);
    border-radius: 14px;
    padding: 10px 28px;
    background: transparent;
    transition: 0.3s ease;
    box-shadow: 0 0 20px rgba(124, 255, 77, 0.12);
}

.btn-login:hover {
    background: rgba(124, 255, 77, 0.12);
    color: #fff;
    transform: translateY(-1px);
}

/* HERO */
.hero-bodyblitz {
    min-height: calc(100vh - 90px);
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.hero-bodyblitz::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(124,255,77,0.13) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.18;
    pointer-events: none;
}

.hero-label {
    display: inline-block;
    color: var(--green-neon);
    letter-spacing: 8px;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.9rem);
    line-height: 1.15;
    font-weight: 500;
    max-width: 620px;
    color: var(--text-white);
    margin-bottom: 22px;
}

.hero-text {
    max-width: 600px;
    color: var(--text-gray);
    font-size: 1.12rem;
    line-height: 1.7;
    margin-bottom: 22px;
}

.hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.hero-list li {
    margin-bottom: 14px;
    font-size: 1.02rem;
    color: rgba(255,255,255,0.92);
}

.hero-list i {
    color: var(--green-neon);
    margin-right: 10px;
    text-shadow: 0 0 10px rgba(124,255,77,0.45);
}

.btn-hero {
    background: linear-gradient(180deg, #8cff5d, #49d62d);
    color: #0b0f0c;
    font-weight: 800;
    border: none;
    border-radius: 14px;
    padding: 14px 32px;
    letter-spacing: 1px;
    box-shadow: 0 0 18px rgba(124,255,77,0.4);
    transition: 0.3s ease;
}

.btn-hero:hover {
    transform: translateY(-2px) scale(1.02);
    color: #000;
}

/* IMÁGENES */
.hero-cards {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glow-card {
    width: 290px;
    height: 420px;
    border: 1px solid rgba(124,255,77,0.55);
    border-radius: 22px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(124,255,77,0.08), rgba(255,255,255,0.02));
    box-shadow: 0 0 35px rgba(124,255,77,0.18);
    position: absolute;
    overflow: hidden;
}

.glow-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(124,255,77,0.15) 50%, transparent 100%);
    pointer-events: none;
}

.glow-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    filter: grayscale(100%) contrast(1.1);
}

.glow-card:first-child {
    left: 80px;
    top: 110px;
}

.second-card {
    right: 20px;
    top: 50px;
}

/* DOTS */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
}

.dot.active {
    background: var(--green-neon);
    box-shadow: 0 0 12px rgba(124,255,77,0.8);
}


.planes-section {
    background: radial-gradient(circle at top, #151c17 0%, #0b0f0c 45%, #050705 100%);
    min-height: 100vh;
}

.planes-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    text-shadow: 0 0 12px rgba(124, 255, 77, 0.45);
}

.planes-subtitle {
    color: #b3b3b3;
    font-size: 1.05rem;
}

.plan-card {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 26, 20, 0.95), rgba(11, 15, 12, 0.98));
    border: 1px solid rgba(124, 255, 77, 0.18);
    border-radius: 22px;
    padding: 30px 24px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
    transition: 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 30px rgba(124, 255, 77, 0.22);
    border-color: rgba(124, 255, 77, 0.45);
}

.plan-name {
    color: #7cff4d;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.plan-price {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
}

.plan-period {
    color: #b3b3b3;
    margin-bottom: 20px;
}

.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.plan-list li {
    color: #e8e8e8;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.plan-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #7cff4d;
    font-weight: 700;
}

.btn-plan {
    background: linear-gradient(180deg, #8cff5d, #49d62d);
    color: #0b0f0c;
    font-weight: 800;
    border: none;
    border-radius: 14px;
    padding: 12px 18px;
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-plan:hover {
    transform: translateY(-2px);
    color: #000;
}

.popular {
    border: 2px solid #7cff4d;
}

.badge-plan {
    position: absolute;
    top: -12px;
    right: 16px;
    background: #7cff4d;
    color: #0b0f0c;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(124, 255, 77, 0.35);
}

.premium {
    border: 1px solid rgba(255, 215, 0, 0.55);
}


/* estilos de del footer */
.footer-bodyblitz {
    background: linear-gradient(180deg, #0b0f0c, #050705);
    border-top: 1px solid rgba(124,255,77,0.2);
    color: white;
}

.footer-brand {
    font-family: "Brush Script MT", cursive;
    font-size: 2.5rem;
    color: white;
    text-shadow: 0 0 10px rgba(124,255,77,0.4);
}

.footer-title {
    color: #7cff4d;
    margin-bottom: 15px;
}

.footer-text {
    color: #b3b3b3;
    font-size: 0.95rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #b3b3b3;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #7cff4d;
}

.footer-social a {
    color: #7cff4d;
    font-size: 1.4rem;
    margin-right: 12px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: white;
    text-shadow: 0 0 10px #7cff4d;
}

.footer-line {
    border-color: rgba(255,255,255,0.1);
}

.footer-copy {
    color: #888;
    font-size: 0.85rem;
}

/*estilos para el formulario de contacto */
.contact-section {
    background: radial-gradient(circle at top, #151c17 0%, #0b0f0c 45%, #050705 100%);
    min-height: 100vh;
    color: #fff;
}

.section-tag {
    display: inline-block;
    color: #7cff4d;
    letter-spacing: 6px;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.contact-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 12px rgba(124, 255, 77, 0.28);
    margin-bottom: 12px;
}

.contact-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #b3b3b3;
    font-size: 1.02rem;
    line-height: 1.7;
}

.contact-card,
.contact-info-card {
    background: linear-gradient(180deg, rgba(18, 26, 20, 0.96), rgba(11, 15, 12, 0.98));
    border: 1px solid rgba(124, 255, 77, 0.16);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.35);
    height: 100%;
}

.card-title {
    color: #7cff4d;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-label {
    color: #eaeaea;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-input {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(124, 255, 77, 0.18);
    color: #fff;
    border-radius: 14px;
    padding: 14px 16px;
}

.form-input:focus {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    border-color: rgba(124, 255, 77, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(124, 255, 77, 0.12);
}

.form-input::placeholder {
    color: #8e8e8e;
}

.btn-contact {
    background: linear-gradient(180deg, #8cff5d, #49d62d);
    color: #0b0f0c;
    font-weight: 800;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 0 18px rgba(124, 255, 77, 0.35);
    transition: 0.3s ease;
}

.btn-contact:hover {
    transform: translateY(-2px);
    color: #000;
}

.contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(124, 255, 77, 0.14);
    border: 1px solid rgba(124, 255, 77, 0.35);
    color: #7cff4d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 0 14px rgba(124, 255, 77, 0.12);
}

.contact-item h5 {
    margin: 0 0 4px 0;
    color: #fff;
    font-size: 1rem;
}

.contact-item p {
    margin: 0;
    color: #b3b3b3;
    line-height: 1.6;
    font-size: 0.95rem;
}

.contact-box {
    margin-top: 28px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(124, 255, 77, 0.06);
    border: 1px solid rgba(124, 255, 77, 0.2);
}

.contact-box h5 {
    color: #7cff4d;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-box p {
    color: #d7d7d7;
    margin: 0;
}

/*animación para el fondo de las imágenes del hero */
.slide-out { opacity: 0; transform: translateX(-40px); }
.slide-in { opacity: 0; transform: translateX(40px); }
.slide-active { opacity: 1; transform: translateX(0); }

.img-out { opacity: 0; transform: scale(0.95); }
.hero-img { transition: all 0.7s ease; }

/*estilo para inicio de seccion*/

.login-section {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(124,255,77,0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(124,255,77,0.08), transparent 25%),
        linear-gradient(180deg, #0b0f0c 0%, #050705 100%);
    color: #fff;
}

.login-card {
    background: linear-gradient(180deg, rgba(18, 26, 20, 0.96), rgba(11, 15, 12, 0.98));
    border: 1px solid rgba(124,255,77,0.18);
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

.login-brand {
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 12px rgba(124,255,77,0.25);
    margin-bottom: 6px;
}

.login-subtitle {
    color: #b3b3b3;
    margin: 0;
}

.login-label {
    color: #eaeaea;
    font-weight: 500;
    margin-bottom: 8px;
}

.login-input {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(124,255,77,0.18);
    color: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    transition: 0.3s ease;
}

.login-input:focus {
    background: rgba(255,255,255,0.04);
    color: #fff;
    border-color: rgba(124,255,77,0.55);
    box-shadow: 0 0 0 0.2rem rgba(124,255,77,0.12);
}

.login-input::placeholder {
    color: #8e8e8e;
}

.password-wrap {
    position: relative;
}

.password-wrap .login-input {
    padding-right: 52px;
}

.toggle-pass {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #7cff4d;
    font-size: 1rem;
    cursor: pointer;
}

.btn-login {
    background: linear-gradient(180deg, #8cff5d, #49d62d);
    color: #0b0f0c;
    font-weight: 800;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 0 18px rgba(124,255,77,0.35);
    transition: 0.3s ease;
}

.btn-login:hover {
    transform: translateY(-2px);
    color: #000;
}

.login-alert {
    background: rgba(220, 53, 69, 0.12);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #ffb3bd;
    border-radius: 14px;
}

