body {
    padding-top: 78px;
}

.info-hero {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 2rem 0;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(74, 240, 162, 0.15),
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(65, 240, 221, 0.08),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #214678 0%,
            #1B396A 100%
        );
}

.info-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(74, 240, 162, 0.16);
    border-radius: 50%;
    box-shadow:
        0 0 0 65px rgba(74, 240, 162, 0.025),
        0 0 0 130px rgba(65, 240, 221, 0.018);
}

.info-eyebrow {
    margin-bottom: 1rem;
    color: #4af0a2;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.info-title {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.info-subtitle {
    max-width: 780px;
    margin-bottom: 1.5rem;
    color: #e8eaf6;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
}

.info-description {
    max-width: 720px;
    margin-bottom: 1.4rem;
    color: #b8c0dc;
    font-size: 1.05rem;
    line-height: 1.75;
}

.info-data {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
    width: 100%;
    max-width: 660px;
    margin-bottom: 2rem;
}

.info-data-item {
    width: 100% !important;
    min-width: 0 !important;
    height: 86px;
    padding: 15px 20px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    gap: 12px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);

    color: #ffffff;
    text-align: center;
}

.info-data-item span {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.info-data-item i {
    flex-shrink: 0;
    width: 24px;
    color: #4af0a2;
    font-size: 1.25rem;
    text-align: center;
}

.info-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-info-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 18px;
    color: #e8eaf6;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-info-secondary:hover {
    color: #4af0a2;
    border-color: rgba(74, 240, 162, 0.55);
    background: rgba(74, 240, 162, 0.05);
}

.info-hero-card {
    position: relative;
    z-index: 2;

    min-height: 520px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;

    padding: 34px 24px 24px;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.035);

    box-shadow: 0 26px 70px rgba(5, 19, 49, 0.24);
}

.info-hero-logo {
    width: 62%;
    max-width: 270px;
    height: 235px;

    display: block;
    flex-shrink: 0;

    margin: 0 auto;

    object-fit: contain;
    object-position: center;

    filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.22));
}

.info-hero-card-text {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 22px 24px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(20, 47, 89, 0.92);

    backdrop-filter: blur(10px);
}

.info-hero-card-text h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
}

.hero-info-list {
    display: grid;
    gap: 10px;
}

.hero-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-info-item i {
    width: 22px;
    color: #4af0a2;
    text-align: center;
}

.hero-info-item span {
    color: #cbd5ea;
    font-size: 0.95rem;
}

.about-section{

    padding:120px 0;

    background:#ffffff;

}

.section-tag{

    color:#2fbf88;

    font-size:.9rem;

    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-title{

    font-size:3rem;

    font-weight:700;

    color:#17396b;

    margin-bottom:25px;

}

.section-text{

    color:#5f6677;

    line-height:1.9;

    font-size:1.05rem;

    margin-bottom:22px;

}

.about-card{

    background:white;

    border-radius:25px;

    padding:45px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    border-top:5px solid #4af0a2;

}

.about-icon{

    width:75px;

    height:75px;

    border-radius:18px;

    background:#e8fff5;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:2rem;

    color:#1B396A;

    margin-bottom:25px;

}

.about-card h3{

    color:#17396b;

    font-size:1.6rem;

    margin-bottom:18px;

}

.about-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

.benefits-section {
    padding: 110px 0;
    background: #f4f7fb;
}

.benefits-header {
    max-width: 760px;
    margin-bottom: 55px;
}

.benefits-intro {
    margin: 0;
    color: #687084;
    font-size: 1.05rem;
    line-height: 1.8;
}

.benefit-card {
    height: 100%;
    padding: 34px 28px;
    border: 1px solid rgba(27, 57, 106, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(27, 57, 106, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(47, 191, 136, 0.35);
    box-shadow: 0 24px 55px rgba(27, 57, 106, 0.12);
}

.benefit-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(74, 240, 162, 0.18),
        rgba(65, 240, 221, 0.11)
    );
    color: #1B396A;
    font-size: 1.55rem;
}

.benefit-card h3 {
    margin-bottom: 14px;
    color: #17396b;
    font-size: 1.35rem;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    color: #687084;
    font-size: 0.96rem;
    line-height: 1.75;
}

.audience-section {
    padding: 110px 0;
    background: #ffffff;
}

.audience-header {
    max-width: 780px;
    margin: 0 auto 55px;
}

.audience-intro {
    margin: 0;
    color: #687084;
    font-size: 1.05rem;
    line-height: 1.8;
}

.audience-card {
    height: 100%;
    padding: 34px 30px;
    border: 1px solid rgba(27, 57, 106, 0.10);
    border-radius: 22px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.audience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47, 191, 136, 0.35);
    box-shadow: 0 20px 48px rgba(27, 57, 106, 0.10);
}

.audience-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #eefaf6;
    color: #1B396A;
    font-size: 1.4rem;
}

.audience-card h3 {
    margin-bottom: 14px;
    color: #17396b;
    font-size: 1.25rem;
    font-weight: 700;
}

.audience-card p {
    margin: 0;
    color: #687084;
    font-size: 0.96rem;
    line-height: 1.75;
}

.program-section {
    padding: 110px 0;
    background: #f4f7fb;
}

.program-header {
    max-width: 760px;
    margin-bottom: 60px;
}

.program-intro {
    margin: 0;
    color: #687084;
    font-size: 1.05rem;
    line-height: 1.8;
}

.program-timeline {
    position: relative;
    max-width: 1050px;
}

.program-item {
    display: grid;
    grid-template-columns: 150px 42px 1fr;
    gap: 22px;
    min-height: 150px;
}

.program-time {
    padding-top: 8px;
    color: #17396b;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: right;
}

.program-marker {
    position: relative;
    display: flex;
    justify-content: center;
}

.program-marker::after {
    content: "";
    position: absolute;
    top: 22px;
    bottom: -22px;
    width: 2px;
    background: rgba(27, 57, 106, 0.14);
}

.program-item:last-child .program-marker::after {
    display: none;
}

.program-marker span {
    position: relative;
    z-index: 2;
    width: 18px;
    height: 18px;
    margin-top: 7px;
    border: 4px solid #f4f7fb;
    border-radius: 50%;
    background: #4af0a2;
    box-shadow: 0 0 0 2px rgba(27, 57, 106, 0.14);
}

.program-content {
    margin-bottom: 28px;
    padding: 26px 30px;
    border: 1px solid rgba(27, 57, 106, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(27, 57, 106, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.program-content:hover {
    transform: translateX(6px);
    box-shadow: 0 18px 45px rgba(27, 57, 106, 0.11);
}

.program-type {
    display: inline-block;
    margin-bottom: 10px;
    color: #2cae7c;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.program-content h3 {
    margin-bottom: 10px;
    color: #17396b;
    font-size: 1.25rem;
    font-weight: 700;
}

.program-content p {
    margin: 0;
    color: #687084;
    font-size: 0.96rem;
    line-height: 1.7;
}

.program-break .program-marker span {
    background: #8a94ad;
}

.program-break .program-content {
    background: #eef2f7;
    box-shadow: none;
}

.program-break .program-type {
    color: #7b8498;
}

.program-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 850px;
    margin-top: 25px;
    padding: 18px 22px;
    border: 1px solid rgba(27, 57, 106, 0.08);
    border-radius: 16px;
    background: rgba(27, 57, 106, 0.04);
}

.program-note i {
    margin-top: 4px;
    color: #2fbf88;
}

.program-note p {
    margin: 0;
    color: #687084;
    font-size: 0.92rem;
    line-height: 1.65;
}

.venue-section {
    padding: 110px 0;
    background: #ffffff;
}

.venue-intro {
    margin-bottom: 38px;
    color: #687084;
    font-size: 1.05rem;
    line-height: 1.8;
}

.venue-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.venue-info-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 18px;
    border: 1px solid rgba(27, 57, 106, 0.09);
    border-radius: 18px;
    background: #f8fafc;
}

.venue-info-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(74, 240, 162, 0.16);
    color: #17396b;
    font-size: 1.2rem;
}

.venue-info-item span {
    display: block;
    margin-bottom: 3px;
    color: #2fbf88;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.venue-info-item strong {
    display: block;
    margin-bottom: 3px;
    color: #17396b;
    font-size: 1.05rem;
}

.venue-info-item p {
    margin: 0;
    color: #687084;
    font-size: 0.9rem;
    line-height: 1.5;
}

.venue-map {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border: 1px solid rgba(27, 57, 106, 0.1);
    border-radius: 28px;
    background: #eef2f7;
    box-shadow: 0 24px 60px rgba(27, 57, 106, 0.12);
}

.venue-map iframe {
    width: 100%;
    height: 610px;
    border: 0;
}

.venue-map-label {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(23, 57, 107, 0.93);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.venue-map-label i {
    color: #4af0a2;
    font-size: 1.45rem;
}

.venue-map-label strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 0.98rem;
}

.venue-map-label span {
    color: #cbd2e3;
    font-size: 0.82rem;
    line-height: 1.4;
}

.faq-section {
    padding: 110px 0;
    background: #f4f7fb;
}

.faq-header {
    max-width: 740px;
    margin: 0 auto 55px;
}

.faq-intro {
    margin: 0;
    color: #687084;
    font-size: 1.05rem;
    line-height: 1.8;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(27, 57, 106, 0.09);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(27, 57, 106, 0.05);
}

.faq-accordion .accordion-button {
    padding: 23px 26px;
    background: #ffffff;
    color: #17396b;
    font-size: 1.02rem;
    font-weight: 700;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(74, 240, 162, 0.09);
    color: #17396b;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    width: 1.1rem;
    height: 1.1rem;
    background-size: 1.1rem;
}

.faq-accordion .accordion-body {
    padding: 0 26px 25px;
    color: #687084;
    font-size: 0.96rem;
    line-height: 1.75;
}

.faq-contact {
    max-width: 900px;
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 32px auto 0;
    padding: 22px 25px;
    border: 1px solid rgba(47, 191, 136, 0.18);
    border-radius: 18px;
    background: #ffffff;
}

.faq-contact-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(74, 240, 162, 0.16);
    color: #17396b;
    font-size: 1.25rem;
}

.faq-contact strong {
    display: block;
    margin-bottom: 4px;
    color: #17396b;
    font-size: 1.03rem;
}

.faq-contact p {
    margin: 0;
    color: #687084;
    font-size: 0.92rem;
}

.final-cta-section {
    padding: 100px 0;
    background: #ffffff;
}

.final-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: center;
    gap: 50px;
    padding: 65px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(74, 240, 162, 0.22),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #17396b 0%,
            #214678 100%
        );
    box-shadow: 0 28px 70px rgba(23, 57, 107, 0.22);
}

.final-cta::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -100px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(255, 255, 255, 0.025),
        0 0 0 110px rgba(255, 255, 255, 0.018);
}

.final-cta-content,
.final-cta-action {
    position: relative;
    z-index: 2;
}

.final-cta-tag {
    margin-bottom: 14px;
    color: #4af0a2;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.final-cta h2 {
    max-width: 720px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
}

.final-cta-content > p {
    max-width: 700px;
    margin-bottom: 28px;
    color: #c7d0e3;
    font-size: 1.04rem;
    line-height: 1.8;
}

.final-cta-data {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.final-cta-data span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e8edf7;
    font-size: 0.92rem;
}

.final-cta-data i {
    color: #4af0a2;
}

.final-cta-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.final-cta-free {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: center;
}

.final-cta-button {
    padding: 15px 22px;
    border: 0;
    border-radius: 16px;
    background: #4af0a2;
    color: #17396b;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(74, 240, 162, 0.20);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.final-cta-button:hover {
    transform: translateY(-3px);
    background: #6cf5b4;
    color: #17396b;
    box-shadow: 0 18px 38px rgba(74, 240, 162, 0.28);
}

.final-cta-action small {
    margin-top: 13px;
    color: #b9c3d8;
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}

.footer-qday {
    padding: 75px 0 28px;
    background: #102f57;
}

.footer-qday .row {
    align-items: flex-start;
}

.footer-logo {
    display: block;
    width: 230px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.footer-title {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-description {
    max-width: 430px;
    margin-bottom: 18px;
    color: #bdc8dc;
    font-size: 0.95rem;
    line-height: 1.8;
}


/* NAVEGACIÓN */

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    width: 100%;
    margin: 0;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #bdc8dc;
    font-size: 0.95rem;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-links a::before {
    content: "";
    width: 0;
    height: 2px;
    margin-right: 0;
    background: #4af0a2;
    transition:
        width 0.2s ease,
        margin-right 0.2s ease;
}

.footer-links a:hover {
    color: #4af0a2;
    transform: translateX(4px);
}

.footer-links a:hover::before {
    width: 14px;
    margin-right: 8px;
}


/* INFORMACIÓN */

.footer-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    color: #bdc8dc;
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-info i {
    flex-shrink: 0;
    width: 20px;
    margin-top: 3px;
    color: #4af0a2;
    text-align: center;
}


/* REGISTRO */

.footer-qday .btn-quantum {
    margin-top: 8px;
    padding: 13px 28px;
}


/* PARTE INFERIOR */

.footer-divider {
    margin: 52px 0 28px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    opacity: 1;
}

.footer-bottom {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 35px;
}

.footer-bottom > div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-brand {
    width: auto;
    height: 48px;
    margin: 0;
    object-fit: contain;
}

.footer-bottom p {
    margin: 0;
    color: #92a4c0;
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: right;
}

/* ========================================
   INFOEVENTO — ADAPTACIÓN PARA MÓVILES
======================================== */

@media (max-width: 767px){

    /* Espacio general del hero */
    .info-hero{
        padding: 38px 0 45px;
    }

    .info-hero .row{
        --bs-gutter-y: 2rem;
    }

    /* Texto superior */
    .info-eyebrow{
        font-size: .85rem;
        letter-spacing: .18rem;
        margin-bottom: 18px;
    }

    /* Título principal */
    .info-title{
        font-size: 3.6rem;
        line-height: .95;
        margin-bottom: 22px;
    }

    /* Nombre completo del evento */
    .info-subtitle{
        font-size: 1.75rem;
        line-height: 1.25;
        margin-bottom: 22px;
    }

    /* Descripción */
    .info-description{
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 28px;
    }

    /* Tarjetas de fecha, hora, sede y modalidad */
    .info-data{
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .info-data-item{
        min-height: 105px;
        padding: 15px 12px;
        gap: 10px;
    }

    .info-data-item i{
        font-size: 1.35rem;
        flex-shrink: 0;
    }

    .info-data-item span{
        font-size: .95rem;
        line-height: 1.3;
    }

    /* Botones */
    .info-actions{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
    }

    .info-actions .btn,
    .info-actions .btn-info-secondary{
        width: 100%;
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        text-align: center;
    }

    /* La tarjeta derecha repite la misma información.
       En móvil se oculta para evitar una sección demasiado larga. */
    .info-hero-card{
        display: none;
    }

    /* =========================
   ABOUT CARD MÓVIL
========================= */

    .about-card{

        padding: 32px 24px;

        text-align: center;

    }

    .about-icon{

        width: 80px;
        height: 80px;

        margin: 0 auto 24px;

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .about-icon i{

        font-size: 2.2rem;

    }

    .about-card h3{

        font-size: 1.7rem;
        line-height: 1.25;

        margin-bottom: 18px;

    }

    .about-card p{

        font-size: 1rem;
        line-height: 1.75;

        max-width: 320px;

        margin: 0 auto;

    }

    /* =========================
   BENEFICIOS EN MÓVIL
========================= */

    .benefit-card{

        text-align: center;

        padding: 32px 24px;

    }

    .benefit-icon{

        width: 80px;
        height: 80px;

        margin: 0 auto 24px;

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .benefit-icon i{

        font-size: 2rem;

    }

    .benefit-card h3{

        font-size: 1.8rem;

        margin-bottom: 18px;

    }

    .benefit-card p{

        max-width: 300px;

        margin: 0 auto;

        font-size: 1rem;

        line-height: 1.7;

    }

    /* =========================
   AUDIENCIA EN MÓVIL
========================= */

    .audience-card{

        text-align: center;

        padding: 32px 24px;

        min-height: 320px;

    }

    .audience-icon{

        width: 80px;
        height: 80px;

        margin: 0 auto 24px;

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .audience-icon i{

        font-size: 2rem;

    }

    .audience-card h3{

        font-size: 1.7rem;

        margin-bottom: 18px;

    }

    .audience-card p{

        max-width: 300px;

        margin: 0 auto;

        font-size: 1rem;

        line-height: 1.7;

    }

    /* =========================
   PROGRAMA EN MÓVIL
========================= */

    .program-timeline{
        display: block;
        position: relative;
    }

    /* Cada actividad pasa de tres columnas a una sola */
    .program-item{
        display: block;
        position: relative;
        margin-bottom: 28px;
    }

    /* La hora queda arriba de la tarjeta */
    .program-time{
        width: 100%;
        margin-bottom: 10px;

        font-size: 1rem;
        line-height: 1.2;
        text-align: left;
        letter-spacing: .08rem;
    }

    /* Ocultamos la línea y el punto del diseño de escritorio */
    .program-marker{
        display: none;
    }

    /* La tarjeta ocupa todo el ancho */
    .program-content{
        width: 100%;
        padding: 24px 20px;

        border-radius: 24px;
    }

    /* Tipo de actividad */
    .program-type{
        display: block;
        margin-bottom: 10px;

        font-size: .8rem;
        line-height: 1.3;
        letter-spacing: .12rem;
    }

    /* Título de la actividad */
    .program-content h3{
        margin-bottom: 14px;

        font-size: 1.45rem;
        line-height: 1.25;
    }

    /* Descripción */
    .program-content p{
        margin-bottom: 10px;

        font-size: .98rem;
        line-height: 1.65;
    }

    .program-content p:last-child{
        margin-bottom: 0;
    }

    .program-section .section-title{
        font-size: 2.6rem;
        line-height: 1.05;
    }

    .program-section .section-text,
    .program-section .program-intro{
        font-size: 1rem;
        line-height: 1.7;
    }

    /* =========================
   CTA FINAL EN MÓVIL
========================= */

    .final-cta{
        display: flex;
        flex-direction: column;
        gap: 28px;

        padding: 36px 24px;

        border-radius: 28px;
    }

    /* El texto debe ocupar todo el ancho */
    .final-cta-content{
        width: 100%;
        max-width: none;
    }

    /* Etiqueta Q-Day 2026 */
    .final-cta-tag{
        margin-bottom: 18px;

        font-size: .85rem;
        letter-spacing: .16rem;
    }

    /* Título */
    .final-cta-content h2{
        width: 100%;

        font-size: 2.3rem;
        line-height: 1.08;

        margin-bottom: 20px;

        word-break: normal;
        overflow-wrap: normal;
    }

    /* Descripción */
    .final-cta-content > p:not(.final-cta-tag){
        width: 100%;

        font-size: 1rem;
        line-height: 1.7;

        margin-bottom: 24px;
    }

    /* Fecha, sede y modalidad */
    .final-cta-data{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .final-cta-data span{
        display: flex;
        align-items: center;
        gap: 10px;

        width: 100%;

        font-size: .95rem;
        line-height: 1.4;
    }

    /* Bloque del botón */
    .final-cta-action{
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 14px;

        text-align: center;
    }

    .final-cta-free{
        display: block;

        font-size: 1rem;
    }

    /* Botón de registro */
    .final-cta-button{
        width: 100%;
        min-height: 56px;

        display: flex;
        align-items: center;
        justify-content: center;

        white-space: normal;
    }

    /* Nota inferior */
    .final-cta-action small{
        display: block;

        font-size: .85rem;
        line-height: 1.4;
    }

    /* =========================
   FOOTER EN MÓVIL
========================= */

    .footer-qday{
        padding: 45px 0 25px;
    }

    .footer-qday .row{
        --bs-gutter-y: 2rem;
    }

    .footer-logo{
        display: block;
        margin: 0 auto 16px;
    }

    .footer-qday .col-lg-4{
        text-align: center;
    }

    .footer-qday .row{
        align-items: flex-start;
    }

    .footer-description{
       text-align: left;
    }

    .footer-title{
        text-align: left;
    }

    .footer-links,
    .footer-info{
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .footer-links li,
    .footer-info li{
        margin-bottom: 1px;
    }

    .footer-divider{
        margin: 32px 0 24px;
    }

    .footer-bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        text-align: center;
    }

    .footer-bottom > div{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-brand{
        width: auto;
        max-width: 130px;
        height: 42px;
        object-fit: contain;
    }

    .footer-bottom p{
        margin: 0;
        font-size: .9rem;
        line-height: 1.55;
        text-align: center;
    }

    .footer-qday .btn{
        width: 100%;
    }

    .program-more {
    margin-top: 16px;
    font-size: 0.95rem;
    }

    .conference-modal .modal-dialog {
        margin: 16px;
    }

    .conference-modal .modal-header {
        padding: 22px 20px 18px;
    }

    .conference-modal .modal-title {
        font-size: 1.25rem;
    }

    .conference-modal .modal-body {
        padding: 22px 20px 25px;
    }

    .conference-speaker {
        align-items: flex-start;
        font-size: 0.9rem;
    }

}

/* ---------- BOTÓN VER MÁS DEL PROGRAMA ---------- */

.program-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 18px;
    padding: 0;

    border: 0;
    border-bottom: 1px solid rgba(23, 57, 107, 0.25);
    background: transparent;

    color: #17396b;
    font-size: 0.92rem;
    font-weight: 700;

    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        gap 0.2s ease;
}

.program-more:hover {
    gap: 13px;
    color: #2cae7c;
    border-color: #2cae7c;
}

.program-more i {
    font-size: 0.8rem;
}

/* ---------- MODALES DE CONFERENCIAS ---------- */

.conference-modal .modal-content {
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;

    background: #ffffff;
    color: #17396b;

    box-shadow: 0 30px 80px rgba(15, 37, 73, 0.25);
}

.conference-modal .modal-header {
    align-items: flex-start;
    padding: 28px 30px 22px;

    border-bottom: 1px solid rgba(23, 57, 107, 0.10);
    background:
        linear-gradient(
            135deg,
            rgba(74, 240, 162, 0.10),
            rgba(65, 240, 221, 0.04)
        );
}

.conference-modal-type {
    display: block;
    margin-bottom: 10px;

    color: #2cae7c;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.conference-modal .modal-title {
    padding-right: 20px;

    color: #17396b;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
}

.conference-modal .modal-body {
    padding: 28px 30px 32px;
}

.conference-modal .modal-body h3 {
    margin-bottom: 12px;

    color: #17396b;
    font-size: 1.15rem;
    font-weight: 700;
}

.conference-modal .modal-body p {
    color: #687084;
    line-height: 1.75;
}

.conference-speaker {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 24px;
    padding: 14px 16px;

    border-radius: 14px;
    background: #f4f7fb;

    color: #17396b !important;
    font-weight: 600;
}

.conference-speaker i {
    color: #2cae7c;
}

.conference-modal .btn-close {
    flex-shrink: 0;
    filter: none;
}