.hero-section::after,
.hero-section::before {
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    bottom: 0
}

.benefit-card,
.benefits-title,
.countdown-item,
.faq-subtitle,
.faq-title,
.guarantee-card,
.program-footer {
    text-align: center
}

.benefit-card,
.cta-button,
.faq-item,
.faq-question,
.program-card,
.stat-card {
    transition: .3s
}

.instructor-card,
.pricing-card {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.old-price,
.old-price-card {
    text-decoration: line-through
}

.diferente-content,
.instructor-badge,
.para-quien-item {
    backdrop-filter: blur(10px)
}

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0a0e1a;
    color: #fff;
    overflow-x: hidden
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.hero-section {
    min-height: 100vh;
    background-image: url('https://pixel-perfect-clone-9875.lovable.app/assets/hero-bg-CA9WkG7_.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 20px 0
}

.hero-section::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(10, 14, 26, .7), rgba(10, 14, 26, .9));
    transition: opacity .3s
}

.hero-section::after {
    height: 200px;
    background: linear-gradient(to bottom, transparent, #0a0e1a);
    pointer-events: none;
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    flex-direction: row
}

.benefits-cards,
.program-grid {
    grid-template-columns: repeat(3, 1fr)
}

.hero-left {
    max-width: 650px
}

.lote-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, .1);
    border: 1px solid rgba(245, 158, 11, .3);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    color: #fdea35;
    margin-bottom: 30px;
    font-weight: 500
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #fdea35;
    border-radius: 50%;
    display: inline-block
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff
}

.faq-question:hover,
.highlight,
.para-quien-title .highlight,
.program-footer-text .highlight {
    color: #fdea35
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #b4b8c5;
    margin-bottom: 10px
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px
}

.feature-item,
.price-section {
    align-items: center;
    display: flex
}

.feature-item {
    gap: 8px;
    font-size: 14px;
    color: #b4b8c5
}

.cta-button {
    background: #fdea35;
    color: #0a0e1a;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    animation: 1.5s ease-in-out infinite glow
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 5px rgba(245, 158, 11, .5), 0 0 10px rgba(245, 158, 11, .4), 0 0 15px rgba(245, 158, 11, .3), 0 0 20px rgba(245, 158, 11, .2)
    }

    50% {
        box-shadow: 0 0 20px rgba(245, 158, 11, .8), 0 0 30px rgba(245, 158, 11, .6), 0 0 40px rgba(245, 158, 11, .4), 0 0 50px rgba(245, 158, 11, .3), 0 0 60px rgba(245, 158, 11, .2)
    }
}

.cta-button-card::before,
.cta-button::before,
.form-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    animation: 2s infinite shine
}

@keyframes shine {
    0% {
        left: -100%
    }

    100%,
    50% {
        left: 100%
    }
}

.cta-button-card:hover,
.cta-button:hover,
.form-submit:hover {
    background: #f5a823;
    transform: translateY(-2px);
    box-shadow: 0 0 30px #f59e0b, 0 0 40px rgba(245, 158, 11, .8), 0 0 50px rgba(245, 158, 11, .6);
    animation: none
}

.mouse-icon::before,
.scroll-indicator {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.price-section {
    gap: 15px;
    margin-bottom: 15px
}

.old-price {
    font-size: 20px;
    color: #6b7280
}

.current-price {
    font-size: 16px;
    font-weight: 700;
    color: #fdea35
}

.warning-text {
    color: #fdea35;
    font-size: 14px;
    margin-bottom: 15px
}

.countdown {
    display: flex;
    gap: 10px;
    align-items: center
}

.countdown-item {
    background: rgba(15, 23, 42, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 70px
}

.countdown-number {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.countdown-label {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 5px
}

.countdown-separator {
    font-size: 24px;
    font-weight: 700;
    color: #9ca3af
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-image {
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain
}

.scroll-indicator {
    bottom: 40px;
    z-index: 2
}

.benefits-section,
.instructor-card,
.instructor-left,
.mouse-icon,
.program-section {
    position: relative
}

.mouse-icon {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(245, 158, 11, .5);
    border-radius: 15px;
    animation: 2s infinite scroll
}

.cta-button-card,
.form-submit {
    cursor: pointer;
    animation: 1.5s ease-in-out infinite glow;
    overflow: hidden
}

.mouse-icon::before {
    content: '';
    top: 10px;
    width: 4px;
    height: 8px;
    background: #fdea35;
    border-radius: 2px;
    animation: 2s infinite wheel
}

.form-section::after,
.form-section::before,
.guarantee-card::before,
.progress-bar::before {
    content: '';
    top: 0;
    left: 0;
    right: 0
}

@keyframes scroll {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

@keyframes wheel {
    0% {
        top: 10px;
        opacity: 1
    }

    100% {
        top: 25px;
        opacity: 0
    }
}

.benefits-section {
    background: #0f1729;
    padding: 30px 0
}

.benefits-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2
}

.benefits-description {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #b4b8c5;
    max-width: 1100px;
    margin: 0 auto 60px
}

.benefits-description strong {
    color: #fff;
    font-weight: 600
}

.benefits-cards {
    display: grid;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto
}

.benefit-card {
    background: rgba(15, 23, 42, .6);
    border: 1px solid #00f508;
    border-radius: 16px;
    padding: 40px 30px
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #93ff97;
    box-shadow: 0 10px 30px rgba(245, 158, 11, .1)
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: rgba(245, 158, 11, .1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}

.benefit-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.benefit-text {
    font-size: 16px;
    color: #9ca3af;
    line-height: 1.5
}

.program-section {
    background: linear-gradient(to bottom, #0f1729, #0a0e1a);
    padding: 30px 0
}

.program-grid {
    display: grid;
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto
}

.program-card {
    background: rgba(15, 23, 42, .6);
    border: 1px solid #fdea35;
    border-radius: 16px;
    padding: 30px
}

.program-card:hover {
    transform: translateY(-5px);
    border-color: #fffcde;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.program-card-highlight {
    border: 2px solid rgba(245, 158, 11, .5);
    background: rgba(15, 23, 42, .8)
}

.program-card-highlight:hover {
    border-color: rgba(245, 158, 11, .7);
    box-shadow: 0 15px 40px rgba(245, 158, 11, .2)
}

.program-card-bonus {
    border: 2px solid rgba(16, 185, 129, .3);
    background: rgba(15, 23, 42, .7)
}

.instructor-badge,
.program-badge {
    border: 1px solid rgba(245, 158, 11, .3)
}

.program-card-bonus:hover {
    border-color: rgba(16, 185, 129, .5);
    box-shadow: 0 15px 40px rgba(16, 185, 129, .1)
}

.program-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, .15);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fdea35;
    margin-bottom: 20px;
    letter-spacing: .5px
}

.program-badge-bonus {
    background: rgba(16, 185, 129, .15);
    border-color: rgba(16, 185, 129, .3);
    color: #10b981
}

.program-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3
}

.program-card-description {
    font-size: 15px;
    line-height: 1.6;
    color: #b4b8c5
}

.program-footer {
    margin-top: 60px
}

.program-footer-text {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.instructor-section {
    background: #0a0e1a;
    padding: 100px 0;
    position: relative
}

.instructor-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto
}

.instructor-card {
    border-radius: 24px;
    overflow: hidden
}

.instructor-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px
}

.instructor-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgba(10, 14, 26, .95);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px
}

.cta-button-card,
.faq-section,
.final-cta,
.form-content,
.form-section,
.form-submit,
.guarantee-card,
.section-header {
    position: relative
}

.instructor-badge svg,
.stat-card svg {
    flex-shrink: 0
}

.badge-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.badge-subtitle {
    font-size: 13px;
    color: #9ca3af
}

.instructor-right {
    padding-left: 20px
}

.instructor-tag {
    display: inline-block;
    background: rgba(245, 158, 11, .1);
    border: 1px solid rgba(245, 158, 11, .3);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fdea35;
    margin-bottom: 20px;
    letter-spacing: .5px
}

.instructor-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2
}

.instructor-description {
    font-size: 18px;
    line-height: 1.7;
    color: #b4b8c5;
    margin-bottom: 20px
}

.instructor-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px
}

.stat-card {
    background: rgba(15, 23, 42, .6);
    border: 1px solid rgba(245, 158, 11, .2);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 158, 11, .4);
    box-shadow: 0 10px 30px rgba(245, 158, 11, .1)
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #fdea35;
    line-height: 1;
    margin-bottom: 5px
}

.stat-label {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.3
}

.guarantee-section {
    background: linear-gradient(to bottom, #0a0e1a, #0f1729);
    padding: 100px 0;
    position: relative
}

.guarantee-card {
    max-width: 1100px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(16, 185, 129, .05), rgba(16, 185, 129, .02));
    border: 2px solid rgba(16, 185, 129, .3);
    border-radius: 24px;
    padding: 60px;
    overflow: hidden
}

.guarantee-card::before {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, #10b981, transparent);
    animation: 3s infinite shimmer
}

@keyframes shimmer {

    0%,
    100% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(100%)
    }
}

.guarantee-icon {
    width: 100px;
    height: 100px;
    background: rgba(16, 185, 129, .1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px
}

.guarantee-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3
}

.guarantee-highlight {
    color: #10b981
}

.guarantee-description {
    font-size: 20px;
    line-height: 1.7;
    color: #b4b8c5;
    max-width: 900px;
    margin: 0 auto 30px
}

.guarantee-description strong {
    color: #10b981;
    font-weight: 700
}

.guarantee-divider {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #10b981, transparent);
    margin: 40px auto
}

.guarantee-quote {
    font-size: 18px;
    line-height: 1.7;
    color: #9ca3af;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto
}

.faq-section {
    background: #0f1729;
    padding: 100px 0
}

.faq-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2
}

.faq-subtitle {
    font-size: 18px;
    color: #9ca3af;
    margin-bottom: 60px
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.faq-item {
    background: rgba(15, 23, 42, .6);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    overflow: hidden
}

.faq-item:hover {
    border-color: rgba(245, 158, 11, .3)
}

.faq-item.active {
    border-color: rgba(245, 158, 11, .5)
}

.faq-question {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.form-container,
.form-group input {
    border: 1px solid rgba(255, 255, 255, .1)
}

.faq-icon {
    flex-shrink: 0;
    transition: transform .3s;
    color: #fdea35
}

.faq-item.active .faq-icon {
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.faq-item.active .faq-answer {
    max-height: 300px
}

.faq-answer p {
    padding: 0 30px 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #b4b8c5
}

.footer {
    background: #0a0e1a;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 60px 0
}

.footer-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto
}

.footer-copyright {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.footer-disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #6b7280;
    max-width: 800px;
    margin: 0 auto
}

.form-section {
    background: linear-gradient(to bottom, #0a0e1a, #0f1729);
    padding: 100px 0;
    overflow: hidden
}

.form-section::before {
    position: absolute;
    height: 200px;
    background: linear-gradient(to bottom, #0a0e1a, transparent);
    pointer-events: none;
    z-index: 1
}

.form-section::after {
    position: absolute;
    bottom: 0;
    background-image: url('https://pixel-perfect-clone-9875.lovable.app/assets/hero-bg-CA9WkG7_.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .05;
    z-index: 0;
    pointer-events: none
}

.section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    z-index: 2
}

.section-subtitle {
    font-size: 24px;
    line-height: 1.6;
    color: #d1d5db
}

.diferente-texto strong,
.highlight-text {
    color: #fdea35;
    font-weight: 700
}

.form-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2
}

.form-container {
    background: rgba(15, 23, 42, .6);
    border-radius: 16px;
    padding: 40px
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

.registration-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #9ca3af;
    margin-bottom: 8px
}

.form-group input,
.form-input {
    padding: 16px 20px;
    background: rgba(15, 23, 42, .8);
    font-size: 16px;
    transition: .3s;
    width: 100%
}

.form-group input {
    border-radius: 8px;
    color: #fff
}

.form-input {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px
}

.error-field,
.invalid-feedback {
    font-size: 13px;
    margin-top: 5px
}

.invalid-feedback {
    color: #ef4444
}

.form-group input:focus {
    outline: 0;
    border-color: #fdea35;
    background: rgba(15, 23, 42, .9)
}

.form-group input::placeholder {
    color: #6b7280
}

.form-submit {
    background: #fdea35;
    color: #0a0e1a;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    transition: .3s;
    margin-top: 10px
}

.pricing-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .8), rgba(30, 41, 59, .6));
    border: 2px solid rgba(245, 158, 11, .2);
    border-radius: 20px;
    padding: 40px
}

.pricing-amount,
.pricing-header {
    text-align: center;
    margin-bottom: 25px
}

.countdown-card,
.includes-section,
.warning-card {
    margin-bottom: 30px
}

.pricing-subtitle {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 600;
    letter-spacing: 1px
}

.countdown-card {
    justify-content: center
}

.old-price-card {
    font-size: 24px;
    color: #6b7280;
    margin-right: 15px
}

.current-price-card {
    font-size: 56px;
    font-weight: 700;
    color: #fdea35
}

.warning-card {
    background: rgba(245, 158, 11, .1);
    border: 1px solid rgba(245, 158, 11, .3);
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    color: #fdea35;
    font-size: 14px
}

.includes-title {
    font-size: 14px;
    font-weight: 700;
    color: #9ca3af;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.includes-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.includes-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.5
}

.includes-list li svg {
    flex-shrink: 0;
    margin-top: 2px
}

.cta-button-card {
    background: #fdea35;
    color: #0a0e1a;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    transition: .3s;
    width: 100%;
    margin-bottom: 25px
}

.guarantees {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9ca3af
}

.guarantee-item span {
    color: #10b981;
    font-size: 16px
}

.final-cta {
    text-align: center;
    margin-top: 80px;
    z-index: 2
}

.final-text {
    font-size: 36px;
    font-weight: 700;
    color: #fff
}

#phone,
.iti__country-list,
.iti__selected-flag {
    color: #000 !important
}

@media (max-width:1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 10px
    }

    .hero-right {
        order: 2
    }

    .hero-left {
        order: 1
    }

    .hero-image {
        max-width: 400px
    }

    .form-content,
    .instructor-content {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .benefits-cards {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .program-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .instructor-right {
        padding-left: 0
    }

    .instructor-stats {
        grid-template-columns: 1fr
    }

    .form-section::after,
    .hero-section {
        background-attachment: scroll !important
    }
}

#phone {
    background-color: #fff !important
}

.iti {
    width: 100%
}

.para-quien-container {
    max-width: 1200px;
    margin: 0 auto
}

.para-quien-title {
    text-align: center;
    margin-bottom: 60px
}

.para-quien-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px
}

.para-quien-checklist {
    display: grid;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto
}

.para-quien-item {
    background: rgba(255, 255, 255, .03);
    border: 2px solid #2ecc71;
    border-radius: 16px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: .3s
}

.para-quien-item:hover {
    transform: translateX(10px);
    background: rgba(46, 204, 113, .1);
    border-color: #00f508;
    box-shadow: 0 8px 30px rgba(46, 204, 113, .2)
}

.para-quien-check {
    font-size: 2rem;
    color: #00f508;
    flex-shrink: 0;
    font-weight: 700
}

.para-quien-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e0e0e0
}

.diferente-container {
    max-width: 900px;
    margin: 0 auto
}

.diferente-title {
    text-align: center;
    margin-bottom: 30px
}

.diferente-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 15px
}

.diferente-headline {
    text-align: center;
    margin-bottom: 40px
}

.diferente-headline h3 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.3
}

.diferente-headline .desafio-text {
    color: #fdea35;
    text-transform: uppercase;
    letter-spacing: 2px
}

.diferente-content {
    background: rgba(255, 255, 255, .05);
    border: 2px solid rgba(212, 252, 60, .3);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3)
}

.diferente-texto {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin-bottom: 30px;
    text-align: center
}

.diferente-promesa {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    font-weight: 500
}

.diferente-promesa strong {
    color: #00f508;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:768px) {
    .scroll-indicator {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2
    }

    .hero-left {
        justify-items: center
    }

    .container {
        padding: 0 20px
    }

    .hero-title {
        font-size: 28px;
        text-align: justify
    }

    .countdown-number,
    .footer-copyright,
    .hero-description {
        font-size: 14px
    }

    .countdown {
        gap: 5px;
        justify-content: center;
        margin-bottom: 5px
    }

    .countdown-item {
        min-width: 45px;
        padding: 10px 12px
    }

    .section-subtitle {
        font-size: 18px
    }

    .current-price-card {
        font-size: 42px
    }

    .final-text,
    .guarantee-title {
        font-size: 28px
    }

    .guarantees {
        flex-direction: column;
        align-items: center
    }

    .benefits-title,
    .faq-title,
    .instructor-title {
        font-size: 32px
    }

    .benefits-description,
    .guarantee-description,
    .instructor-description {
        font-size: 16px
    }

    .program-grid {
        grid-template-columns: 1fr
    }

    .program-footer-text {
        font-size: 24px
    }

    .instructor-badge {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 15px
    }

    .guarantee-card {
        padding: 40px 30px
    }

    .faq-question {
        font-size: 16px;
        padding: 20px
    }

    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 15px
    }

    .footer {
        padding: 40px 0
    }

    .footer-disclaimer {
        font-size: 12px
    }

    .form-section,
    .hero-section {
        opacity: 1 !important
    }

    .para-quien-title h2 {
        font-size: 1.8rem
    }

    .para-quien-item {
        padding: 20px;
        gap: 15px
    }

    .para-quien-text {
        font-size: 1rem
    }

    .para-quien-check {
        font-size: 1.5rem
    }

    .diferente-title h2 {
        font-size: 1.6rem
    }

    .diferente-headline h3 {
        font-size: 2rem
    }

    .diferente-content {
        padding: 30px 20px
    }

    .diferente-texto {
        font-size: 1.1rem
    }

    .diferente-promesa {
        font-size: 1.05rem
    }
}

.progress-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
    background: #333;
    border-radius: 50px;
    padding: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .5)
}

.progress-bar {
    width: 0%;
    height: 20px;
    background: linear-gradient(90deg, red 0, #c00 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffffff;
    transition: width 1s ease-in-out;
    box-shadow: 0 0 20px rgba(255, 0, 0, .5);
    position: relative;
    overflow: hidden
}

.progress-bar::before {
    position: absolute;
    bottom: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, .1) 10px, rgba(255, 255, 255, .1) 20px);
    animation: 1s linear infinite moveStripes;
    border-radius: 50px
}

.progress-bar span {
    position: relative;
    z-index: 1
}

@keyframes moveStripes {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 28px 0
    }
}