/* =========================================================
   PASIÓN IGLESIA
   SERVICIOS Y CLASES
   REDISEÑO PREMIUM / CINEMATOGRÁFICO
   ========================================================= */

:root {
    --bg: #070907;
    --bg-deep: #030403;
    --bg-soft: #0c100c;
    --olive: #59624a;
    --olive-dark: #30382b;
    --olive-light: #7a8566;
    --gold: #c9ad72;
    --gold-soft: #ddc99b;
    --cream: #f2eee4;
    --white: #ffffff;
    --text: rgba(255, 255, 255, 0.92);
    --text-soft: rgba(255, 255, 255, 0.67);
    --text-muted: rgba(255, 255, 255, 0.48);
    --border: rgba(255, 255, 255, 0.13);
    --border-gold: rgba(201, 173, 114, 0.38);
    --container: 1240px;
    --radius-large: 34px;
    --radius-medium: 24px;
    --radius-small: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--bg);
    color: var(--white);
}

body,
button,
a {
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

img,
video {
    max-width: 100%;
}


/* =========================================================
   FONDO GENERAL
   ========================================================= */

.page-background {
    position: fixed;
    inset: 0;
    z-index: -100;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(96, 108, 78, 0.22),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 42%,
            rgba(201, 173, 114, 0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #0a0d0a 0%,
            #050705 48%,
            #020302 100%
        );
}

.page-background::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
}

.content-container {
    width: min(var(--container), calc(100% - 64px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.services-hero {
    position: relative;
    min-height: 94vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 170px 0 100px;

    background-image:
        linear-gradient(
            90deg,
            rgba(3, 5, 3, 0.96) 0%,
            rgba(5, 8, 5, 0.84) 35%,
            rgba(7, 10, 7, 0.52) 62%,
            rgba(5, 7, 5, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.12) 0%,
            rgba(0, 0, 0, 0.06) 45%,
            rgba(2, 3, 2, 0.90) 100%
        ),
        url("../images/servicios/culto.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.services-hero::after {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    right: -150px;
    top: -130px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(201, 173, 114, 0.12) 0%,
            rgba(90, 104, 73, 0.08) 38%,
            transparent 70%
        );
    filter: blur(10px);
    pointer-events: none;
}

.hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.04) 0%,
            rgba(0, 0, 0, 0.10) 42%,
            rgba(2, 3, 2, 0.82) 100%
        );
}

.back-home {
    position: absolute;
    top: 34px;
    left: 42px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 19px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(4, 7, 4, 0.46);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.back-arrow {
    font-size: 1rem;
    color: var(--gold-soft);
}

.back-home:hover {
    transform: translateX(-4px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(201, 173, 114, 0.55);
}

.services-hero-inner {
    position: relative;
    z-index: 5;
    width: min(var(--container), calc(100% - 64px));
    margin: 0 auto;
}

.services-label {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 6px;
    color: var(--gold-soft);
}

.services-label::before {
    content: "";
    width: 48px;
    height: 1px;
    background: var(--gold);
}

.services-hero h1 {
    max-width: 980px;
    font-size: clamp(5rem, 10.5vw, 9.8rem);
    line-height: 0.79;
    letter-spacing: -7px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow:
        0 8px 25px rgba(0, 0, 0, 0.45),
        0 18px 55px rgba(0, 0, 0, 0.50);
}

.services-hero h1 span {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(242, 238, 228, 0.82);
    text-stroke: 1.5px rgba(242, 238, 228, 0.82);
}

.hero-description {
    max-width: 620px;
    margin-top: 34px;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    padding: 16px 25px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.70rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.hero-button:hover {
    transform: translateY(-3px);
}

.hero-button-primary {
    background: var(--gold);
    color: #11130f;
    border: 1px solid var(--gold);
}

.hero-button-primary:hover {
    background: var(--gold-soft);
    border-color: var(--gold-soft);
}

.hero-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(4, 7, 4, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-button-secondary:hover {
    border-color: var(--gold);
    background: rgba(201, 173, 114, 0.12);
}

.hero-scroll {
    position: absolute;
    z-index: 6;
    right: 42px;
    bottom: 76px;
    display: flex;
    align-items: center;
    gap: 15px;
    transform: rotate(90deg);
    transform-origin: right center;
}

.hero-scroll span {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.52);
}

.scroll-line {
    width: 58px;
    height: 1px;
    background: var(--gold);
}


/* =========================================================
   KICKERS / HEADINGS
   ========================================================= */

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 5px;
    color: var(--gold);
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--gold);
}

.section-heading {
    max-width: 780px;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: clamp(3.3rem, 7vw, 6.6rem);
    line-height: 0.88;
    letter-spacing: -4px;
    font-weight: 900;
}

.section-heading p {
    max-width: 580px;
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-soft);
}

.section-heading-center {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    text-align: center;
}

.section-heading-center .section-kicker {
    justify-content: center;
}

.section-heading-center .section-kicker::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--gold);
}

.section-heading-center p {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   MÁS QUE UN SERVICIO
   ========================================================= */

.experience-section {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(201, 173, 114, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 65%,
            rgba(89, 98, 74, 0.15),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #050705 0%,
            #0b0f0b 50%,
            #060806 100%
        );
}

.experience-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -300px;
    top: 80px;
    border-radius: 50%;
    background: rgba(88, 100, 72, 0.12);
    filter: blur(60px);
    pointer-events: none;
}

.experience-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.75fr 1.35fr;
    align-items: center;
    gap: 70px;
}

.experience-copy h2 {
    font-size: clamp(3.5rem, 6.5vw, 6.4rem);
    line-height: 0.84;
    letter-spacing: -4px;
    font-weight: 900;
    margin-bottom: 30px;
}

.experience-copy > p {
    max-width: 460px;
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-soft);
}


/* =========================================================
   VIDEO
   ========================================================= */

.video-shell {
    position: relative;
    padding: 16px 16px 0;
}

.video-accent {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 45%;
    height: 45%;
    border-top: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    opacity: 0.55;
}

.video-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: var(--radius-medium);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #000;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.52);
}

.video-card video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
}

.video-caption {
    position: relative;
    z-index: 3;
    width: calc(100% - 55px);
    margin: -2px 0 0 55px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 0 0 18px 18px;
    background: var(--cream);
    color: #171a15;
}

.video-caption span {
    font-size: 0.60rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #6a705e;
}

.video-caption strong {
    font-size: 0.88rem;
    font-weight: 800;
}


/* =========================================================
   HORARIOS
   ========================================================= */

.schedule-section {
    position: relative;
    padding: 130px 0;
    background:
        linear-gradient(
            180deg,
            #070907 0%,
            #040604 100%
        );
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.schedule-card {
    position: relative;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 32px 28px 30px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background:
        linear-gradient(
            160deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.schedule-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    top: -90px;
    right: -90px;
    border-radius: 50%;
    background: rgba(201, 173, 114, 0.05);
}

.schedule-card:hover {
    transform: translateY(-7px);
    border-color: var(--border-gold);
}


/* SERVICIO GENERAL */

.schedule-card-main {
    background:
        linear-gradient(
            180deg,
            rgba(5, 7, 5, 0.18) 0%,
            rgba(5, 7, 5, 0.46) 42%,
            rgba(3, 5, 3, 0.94) 100%
        ),
        url("../images/servicios/servicio-general.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: rgba(201, 173, 114, 0.32);
}


/* DISCIPULADO PRESENCIAL */

.schedule-card-discipulado {
    background:
        linear-gradient(
            180deg,
            rgba(4, 6, 4, 0.20) 0%,
            rgba(4, 6, 4, 0.48) 42%,
            rgba(2, 4, 2, 0.95) 100%
        ),
        url("../images/servicios/discipulado-presencial.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: rgba(201, 173, 114, 0.32);
}


/* DISCIPULADO VÍA ZOOM */

.schedule-card-zoom {
    background:
        linear-gradient(
            180deg,
            rgba(4, 6, 4, 0.22) 0%,
            rgba(4, 6, 4, 0.48) 42%,
            rgba(2, 4, 2, 0.95) 100%
        ),
        url("../images/servicios/discipulado-zoom.png");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #050705;
    border-color: rgba(201, 173, 114, 0.32);
}


/* ESTUDIO BÍBLICO */

.schedule-card-biblico {
    background:
        linear-gradient(
            180deg,
            rgba(4, 6, 4, 0.20) 0%,
            rgba(4, 6, 4, 0.48) 42%,
            rgba(2, 4, 2, 0.95) 100%
        ),
        url("../images/servicios/estudio-biblico.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #050705;
    border-color: rgba(201, 173, 114, 0.32);
}


/* NÚMERO */

.schedule-number {
    position: relative;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--gold);
}


/* CONTENIDO */

.schedule-content {
    position: relative;
    z-index: 2;
    margin: auto 0;
}

.schedule-day {
    display: block;
    margin-bottom: 18px;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 4px;
    color: var(--gold-soft);
}

.schedule-content h3 {
    margin-bottom: 22px;
    font-size: clamp(1.55rem, 2vw, 2.15rem);
    line-height: 0.96;
    letter-spacing: -1.2px;
    font-weight: 900;
    overflow-wrap: normal;
    word-break: normal;
}


/* TÍTULOS LARGOS */

.schedule-card-discipulado .schedule-content h3,
.schedule-card-zoom .schedule-content h3 {
    font-size: clamp(1.35rem, 1.65vw, 1.78rem);
    line-height: 1;
    letter-spacing: -0.8px;
}


/* DESCRIPCIÓN */

.schedule-content p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.60);
}

.schedule-card-main .schedule-content p,
.schedule-card-discipulado .schedule-content p,
.schedule-card-zoom .schedule-content p,
.schedule-card-biblico .schedule-content p {
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.schedule-content p strong {
    color: rgba(255, 255, 255, 0.90);
}


/* BOTÓN ZOOM */

.zoom-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
    padding: 11px 15px;
    border: 1px solid rgba(221, 201, 155, 0.75);
    border-radius: 999px;
    background: rgba(5, 8, 5, 0.68);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.56rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 1px;
    white-space: nowrap;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.zoom-button span {
    color: var(--gold-soft);
    font-size: 0.9rem;
}

.zoom-button:hover {
    transform: translateY(-2px);
    background: rgba(201, 173, 114, 0.20);
    border-color: var(--gold-soft);
}


/* HORARIO */

.schedule-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.schedule-time {
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 0.85;
    font-weight: 900;
    letter-spacing: -3px;
}

.schedule-period {
    padding-bottom: 5px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--gold);
}


/* =========================================================
   REUNIONES MENSUALES
   ========================================================= */

.monthly-section {
    position: relative;
    padding: 130px 0;
    background: #0a0d0a;
}

.monthly-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.monthly-card {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: var(--radius-large);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.30);
    isolation: isolate;
}

.monthly-background {
    position: absolute;
    inset: 0;
    z-index: -3;
    transform: scale(1.02);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.8s ease;
}

.monthly-card:hover .monthly-background {
    transform: scale(1.07);
}


/* MUJERES DE PASIÓN */

.monthly-women .monthly-background {
    background-image:
        linear-gradient(
            180deg,
            rgba(5, 7, 5, 0.04) 0%,
            rgba(5, 7, 5, 0.12) 30%,
            rgba(3, 5, 3, 0.90) 100%
        ),
        url("../images/mujeres/mujeres.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* VARONES DE PASIÓN */

.monthly-men .monthly-background {
    background-image:
        linear-gradient(
            180deg,
            rgba(5, 7, 5, 0.04) 0%,
            rgba(5, 7, 5, 0.14) 30%,
            rgba(3, 5, 3, 0.92) 100%
        ),
        url("../images/hombres/varones.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.monthly-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02) 0%,
            rgba(0, 0, 0, 0.08) 40%,
            rgba(2, 3, 2, 0.72) 100%
        );
}

.monthly-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 44px;
}

.monthly-label {
    display: block;
    margin-bottom: 17px;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 5px;
    color: var(--gold);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

.monthly-content h3 {
    max-width: 520px;
    margin-bottom: 28px;
    font-size: clamp(3rem, 5vw, 5.3rem);
    line-height: 0.84;
    letter-spacing: -4px;
    font-weight: 900;
    text-shadow:
        0 4px 16px rgba(0, 0, 0, 0.70),
        0 10px 30px rgba(0, 0, 0, 0.45);
}

.monthly-date {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.monthly-date-number {
    font-size: 2rem;
    font-weight: 900;
    color: var(--gold-soft);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
}

.monthly-date-copy {
    padding-left: 18px;
    border-left: 1px solid rgba(201, 173, 114, 0.50);
    font-size: 0.68rem;
    line-height: 1.6;
    font-weight: 900;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.70);
}

.monthly-content p {
    max-width: 430px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}


/* =========================================================
   PRIMERA VISITA
   ========================================================= */

.first-visit-section {
    min-height: 760px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    background: var(--cream);
    color: #151812;
}

.first-visit-visual {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #252d21;
}

.first-visit-image {
    position: absolute;
    inset: 0;
    background-image: url("../images/servicios/primera-visita.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.first-visit-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.08),
            rgba(0, 0, 0, 0.18)
        );
}

.first-visit-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px clamp(40px, 7vw, 100px);
}

.first-visit-content .section-kicker {
    color: #777052;
}

.first-visit-content .section-kicker::before {
    background: #a48e5f;
}

.first-visit-content h2 {
    margin-bottom: 30px;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.80;
    letter-spacing: -5px;
    font-weight: 900;
}

.first-visit-lead {
    max-width: 560px;
    margin-bottom: 18px;
    font-size: 1.2rem !important;
    line-height: 1.65 !important;
    font-weight: 700;
    color: #30342b !important;
}

.first-visit-content > p {
    max-width: 600px;
    font-size: 0.96rem;
    line-height: 1.8;
    color: #62665b;
}

.visit-points {
    margin-top: 42px;
    border-top: 1px solid rgba(20, 25, 18, 0.15);
}

.visit-point {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(20, 25, 18, 0.15);
}

.visit-point-number {
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #9b8556;
}

.visit-point strong {
    display: block;
    margin-bottom: 5px;
    font-size: 0.78rem;
    letter-spacing: 1.4px;
}

.visit-point p {
    font-size: 0.88rem;
    color: #73776d;
}


/* =========================================================
   VISÍTANOS
   ========================================================= */

.visit-section {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 110px 0;
    background: #10150f;
    isolation: isolate;
}

.visit-background {
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(107, 121, 86, 0.34),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(201, 173, 114, 0.10),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #1c241a,
            #090c09 60%,
            #030403
        );
}

.visit-overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(
            90deg,
            rgba(2, 3, 2, 0.18),
            rgba(2, 3, 2, 0.50)
        );
}

.visit-layout {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    align-items: center;
    gap: 80px;
}

.visit-copy h2 {
    margin-bottom: 28px;
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.78;
    letter-spacing: -6px;
    font-weight: 900;
}

.visit-copy p {
    max-width: 480px;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-soft);
}

.location-card {
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    background: rgba(7, 10, 7, 0.62);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.40);
}

.location-label {
    display: block;
    margin-bottom: 24px;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 5px;
    color: var(--gold);
}

.location-card address {
    margin-bottom: 30px;
    font-style: normal;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.25;
    letter-spacing: -1px;
    font-weight: 800;
}

.directions-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 15px 20px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    background: rgba(201, 173, 114, 0.06);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.directions-button:hover {
    transform: translateY(-3px);
    background: rgba(201, 173, 114, 0.14);
}

.directions-button span {
    color: var(--gold);
    font-size: 1rem;
}

.location-divider {
    height: 1px;
    margin: 38px 0;
    background: rgba(255, 255, 255, 0.13);
}

.location-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.location-contact span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: var(--text-muted);
}

.location-contact a {
    display: inline-block;
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.25s ease;
}

.location-contact a:hover {
    color: var(--gold-soft);
}


/* =========================================================
   CTA FINAL
   ========================================================= */

.final-cta {
    position: relative;
    overflow: hidden;
    padding: 130px 30px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #e7dfce 0%,
            #f3eee4 48%,
            #d9cfba 100%
        );
    color: #171a15;
}

.final-cta::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(87, 94, 74, 0.12);
}

.final-cta::after {
    content: "";
    position: absolute;
    width: 850px;
    height: 850px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(87, 94, 74, 0.07);
}

.final-cta-inner {
    position: relative;
    z-index: 2;
}

.final-cta .section-kicker {
    color: #87764f;
}

.final-cta .section-kicker::before {
    background: #9f8857;
}

.final-cta h2 {
    margin-bottom: 26px;
    font-size: clamp(4rem, 9vw, 8.5rem);
    line-height: 0.78;
    letter-spacing: -7px;
    font-weight: 900;
}

.final-cta h2 span {
    color: #59624a;
}

.final-cta p {
    margin-bottom: 32px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: #666a5e;
}

.final-button {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 16px 24px;
    border-radius: 999px;
    background: #252c21;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.final-button:hover {
    transform: translateY(-3px);
    background: #3d4735;
}

.final-button span {
    color: var(--gold-soft);
    font-size: 1rem;
}


/* =========================================================
   FOOTER
   ========================================================= */

.services-footer {
    padding: 65px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: #020302;
}

.footer-inner {
    width: min(var(--container), calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 45px;
}

.footer-brand strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.footer-brand p,
.footer-location p {
    font-size: 0.78rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.footer-schedule {
    padding: 0 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.footer-schedule span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: var(--gold);
}

.footer-schedule strong {
    font-size: 1.3rem;
}

.footer-location {
    text-align: right;
}


/* =========================================================
   TABLET GRANDE
   ========================================================= */

@media (max-width: 1100px) {

    .schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .schedule-card {
        min-height: 430px;
    }

    .schedule-card-discipulado .schedule-content h3,
    .schedule-card-zoom .schedule-content h3 {
        font-size: 1.8rem;
    }

    .experience-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .experience-copy {
        max-width: 700px;
    }

    .visit-layout {
        gap: 45px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .content-container,
    .services-hero-inner,
    .footer-inner {
        width: calc(100% - 40px);
    }

    .services-hero {
        min-height: 85vh;
        padding: 140px 0 80px;
        background-position: 58% center;
    }

    .services-hero h1 {
        letter-spacing: -5px;
    }

    .hero-scroll {
        display: none;
    }

    .monthly-grid {
        grid-template-columns: 1fr;
    }

    .monthly-card {
        min-height: 520px;
    }

    .first-visit-section {
        grid-template-columns: 1fr;
    }

    .first-visit-visual {
        min-height: 520px;
    }

    .first-visit-content {
        padding: 80px 40px;
    }

    .visit-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .location-card {
        max-width: 650px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-schedule {
        padding: 25px 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .footer-location {
        text-align: center;
    }
}


/* =========================================================
   TELÉFONO
   ========================================================= */

@media (max-width: 650px) {

    .content-container,
    .services-hero-inner,
    .footer-inner {
        width: calc(100% - 28px);
    }

    .back-home {
        top: 18px;
        left: 16px;
        padding: 10px 14px;
        font-size: 0.59rem;
    }

    .services-hero {
        min-height: 82vh;
        padding: 120px 0 60px;

        background-image:
            linear-gradient(
                90deg,
                rgba(3, 5, 3, 0.90) 0%,
                rgba(4, 6, 4, 0.68) 58%,
                rgba(3, 5, 3, 0.42) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.12) 0%,
                rgba(0, 0, 0, 0.12) 40%,
                rgba(2, 3, 2, 0.92) 100%
            ),
            url("../images/servicios/culto.jpg");

        background-size: cover;
        background-position: 58% center;
        background-repeat: no-repeat;
    }

    .services-label {
        margin-bottom: 20px;
        font-size: 0.60rem;
        letter-spacing: 4px;
    }

    .services-label::before {
        width: 28px;
    }

    .services-hero h1 {
        font-size: clamp(4rem, 19vw, 6.2rem);
        line-height: 0.80;
        letter-spacing: -4px;
    }

    .services-hero h1 span {
        -webkit-text-stroke: 1px rgba(242, 238, 228, 0.82);
    }

    .hero-description {
        max-width: 95%;
        margin-top: 26px;
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .hero-actions {
        margin-top: 28px;
        gap: 10px;
    }

    .hero-button {
        min-width: 0;
        padding: 13px 17px;
        font-size: 0.60rem;
    }

    .experience-section,
    .schedule-section,
    .monthly-section {
        padding: 85px 0;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .section-heading h2 {
        font-size: clamp(3rem, 15vw, 4.7rem);
        letter-spacing: -3px;
    }

    .section-heading p {
        font-size: 0.92rem;
    }

    .section-kicker {
        font-size: 0.59rem;
        letter-spacing: 3px;
    }

    .experience-layout {
        gap: 38px;
    }

    .experience-copy h2 {
        font-size: clamp(3.5rem, 16vw, 5rem);
        letter-spacing: -3px;
    }

    .experience-copy > p {
        font-size: 0.92rem;
    }

    .video-shell {
        padding: 8px 8px 0;
    }

    .video-accent {
        top: -6px;
        right: -6px;
    }

    .video-card {
        border-radius: 16px;
    }

    .video-caption {
        width: calc(100% - 20px);
        margin-left: 20px;
        padding: 14px 16px;
        display: block;
    }

    .video-caption span {
        display: block;
        margin-bottom: 5px;
    }

    .video-caption strong {
        font-size: 0.76rem;
    }

    .schedule-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .schedule-card {
        min-height: 390px;
        padding: 27px 24px;
    }

    .schedule-content h3 {
        font-size: 2.15rem;
    }

    .schedule-card-discipulado .schedule-content h3,
    .schedule-card-zoom .schedule-content h3 {
        font-size: 1.9rem;
        line-height: 1;
    }

    .schedule-content p {
        max-width: 430px;
    }

    .schedule-card-zoom {
        min-height: 470px;
        background-size: cover;
        background-position: center center;
    }

    .schedule-card-biblico {
        background-size: cover;
        background-position: center center;
    }

    .zoom-button {
        margin-top: 20px;
        padding: 11px 14px;
        font-size: 0.55rem;
        white-space: normal;
    }

    .schedule-time {
        font-size: 3.3rem;
    }

    .monthly-card {
        min-height: 470px;
        border-radius: 22px;
    }

    .monthly-content {
        padding: 30px 25px;
    }

    .monthly-content h3 {
        font-size: clamp(3rem, 15vw, 4.5rem);
        letter-spacing: -3px;
    }

    .first-visit-visual {
        min-height: 390px;
    }

    .first-visit-content {
        padding: 70px 24px;
    }

    .first-visit-content h2 {
        font-size: clamp(4rem, 18vw, 5.8rem);
        letter-spacing: -4px;
    }

    .first-visit-lead {
        font-size: 1.05rem !important;
    }

    .visit-section {
        min-height: auto;
        padding: 85px 0;
    }

    .visit-copy h2 {
        font-size: clamp(4rem, 18vw, 6rem);
        letter-spacing: -4px;
    }

    .location-card {
        padding: 30px 23px;
        border-radius: 22px;
    }

    .location-card address {
        font-size: 1.6rem;
    }

    .location-contact {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .location-contact a {
        overflow-wrap: anywhere;
    }

    .final-cta {
        padding: 95px 20px;
    }

    .final-cta h2 {
        font-size: clamp(4rem, 19vw, 6.4rem);
        letter-spacing: -5px;
    }

    .final-cta p {
        font-size: 0.72rem;
        line-height: 1.6;
    }

    .final-button {
        padding: 14px 18px;
        font-size: 0.60rem;
    }

    .services-footer {
        padding: 50px 0 75px;
    }
}


/* =========================================================
   TELÉFONOS MUY PEQUEÑOS
   ========================================================= */

@media (max-width: 380px) {

    .services-hero h1 {
        font-size: 3.7rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-button {
        width: 100%;
    }

    .schedule-content h3 {
        font-size: 1.95rem;
    }

    .schedule-card-discipulado .schedule-content h3,
    .schedule-card-zoom .schedule-content h3 {
        font-size: 1.65rem;
    }

    .zoom-button {
        width: 100%;
        justify-content: center;
        font-size: 0.52rem;
    }

    .monthly-content h3 {
        font-size: 3rem;
    }

    .first-visit-content h2,
    .visit-copy h2 {
        font-size: 4rem;
    }
}


/* =========================================================
   REDUCIR MOVIMIENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .back-home,
    .hero-button,
    .schedule-card,
    .monthly-background,
    .zoom-button,
    .directions-button,
    .final-button {
        transition: none;
    }
}