:root {
    color-scheme: dark;
}

body {
    overflow-x: hidden;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

#main-menu > a:not(.cta-button) {
    color: #f5e8d1;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color .2s ease;
}

#main-menu > a:not(.cta-button):hover {
    color: #eb9e38;
}

.cta-button {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 9px;
    box-shadow: 0 0 20px rgba(107, 255, 117, .42);
    color: #fff;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    background: linear-gradient(180deg, #69e04c 0%, #1e3b1a 100%);
}

.cta-button:hover {
    box-shadow: 0 0 28px rgba(107, 255, 117, .62);
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.section-title {
    color: #eb9e38;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.28;
    text-align: center;
}

.section-title span {
    color: #eb9e38;
}

.section-copy {
    color: #f5e8d1;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.6;
}

.course-card,
.module-card {
    background: #13110d;
    border: 1px solid #4d3d2b;
    border-radius: 14px;
    overflow: hidden;
}

.course-card {
    padding: 1.5rem;
}

.course-card h3 {
    color: #eb9e38;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 1.25rem;
}

.course-card p,
.module-card p {
    color: #b8ad9e;
    font-size: .95rem;
    line-height: 1.55;
    margin-top: .75rem;
}

.method-item {
    border-bottom: 1px solid rgba(77, 61, 43, .85);
    padding: 0 0 1.25rem 2.5rem;
    position: relative;
}

.method-item + .method-item {
    padding-top: 1.25rem;
}

.method-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.method-item::before {
    align-items: center;
    background: #eb9e38;
    border-radius: 50%;
    color: #090806;
    content: "✓";
    display: flex;
    font-size: .75rem;
    font-weight: 900;
    height: 1.5rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: .1rem;
    width: 1.5rem;
}

.method-item + .method-item::before {
    top: 1.35rem;
}

.method-item h3 {
    color: #eb9e38;
    font-size: 1.08rem;
    font-weight: 700;
}

.method-item p {
    color: #f5e8d1;
    font-size: .95rem;
    line-height: 1.55;
    margin-top: .5rem;
}

.video-card {
    background: #090806;
    border-radius: 3px;
    max-height: 630px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-card video {
    background: #090806;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.module-card {
    min-height: 235px;
    padding: 1.5rem;
}

.module-card > span {
    color: #eb9e38;
    font-size: 2.25rem;
    font-weight: 700;
}

.module-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: .65rem;
}

.feature-pill {
    background: #372d24;
    border: 1px solid #5b493a;
    border-radius: 10px;
    color: #f5e8d1;
    font-weight: 600;
    padding: 1.25rem 1.5rem 1.25rem 3.6rem;
    position: relative;
}

.feature-pill::before {
    background: #eb9e38;
    border-radius: 50%;
    content: "";
    height: .7rem;
    left: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .7rem;
}

.testimonials-carousel {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.testimonials {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.testimonials::-webkit-scrollbar {
    display: none;
}

.testimonials img {
    aspect-ratio: 397 / 260;
    border-radius: 14px;
    flex: 0 0 calc((100% - 2.5rem) / 3);
    object-fit: cover;
    scroll-snap-align: start;
    width: 100%;
}

.testimonial-arrow {
    align-items: center;
    background: #13110d;
    border: 1px solid #4d3d2b;
    border-radius: 50%;
    color: #eb9e38;
    display: flex;
    font-size: 2rem;
    height: 2.75rem;
    justify-content: center;
    line-height: 1;
    transition: background .2s ease, color .2s ease;
    width: 2.75rem;
}

.testimonial-arrow:hover {
    background: #eb9e38;
    color: #090806;
}

.investment-section {
    min-height: 950px;
}

.offer-card {
    backdrop-filter: blur(4px);
    background: rgba(27, 22, 20, .84);
    border: 2px solid #b49587;
    border-radius: 22px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .64);
    padding: 2rem;
}

.offer-divider {
    border-top: 1px solid rgba(243, 243, 242, .25);
    margin: 1rem 0;
}

.offer-list {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.5;
}

.offer-list li {
    padding: .75rem 0 .75rem 2.25rem;
    position: relative;
}

.offer-list li::before {
    background: #eb9e38;
    border-radius: 50%;
    color: #090806;
    content: "✓";
    font-size: .75rem;
    font-weight: 900;
    height: 1.5rem;
    left: 0;
    line-height: 1.5rem;
    position: absolute;
    text-align: center;
    top: .85rem;
    width: 1.5rem;
}

.price-gradient {
    background: linear-gradient(90deg, #6bff75, #00b44b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(3.25rem, 10vw, 6rem);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
}

.faq-item {
    background: #13110d;
    border-radius: 12px;
    overflow: hidden;
}

.faq-button {
    align-items: center;
    color: #f5e8d1;
    display: flex;
    font-size: 1.05rem;
    font-weight: 600;
    justify-content: space-between;
    padding: 1.75rem;
    text-align: left;
    width: 100%;
}

.faq-icon {
    color: #eb9e38;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s ease;
}

.faq-button[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    color: #b8ad9e;
    line-height: 1.65;
    padding: 0 4.5rem 1.75rem 1.75rem;
}

.whatsapp-float {
    background: #24d366;
    border-radius: 999px;
    bottom: 1.25rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
    color: #052d13;
    font-size: .8rem;
    font-weight: 800;
    padding: .85rem 1.1rem;
    position: fixed;
    right: 1.25rem;
    z-index: 40;
}

@media (max-width: 1023px) {
    .menu-mobile {
        align-items: stretch !important;
        background: #090806;
        border-top: 1px solid rgba(255, 255, 255, .08);
        flex-direction: column;
        gap: 0 !important;
        left: 0;
        padding: 1rem 1.25rem 1.5rem;
        position: absolute;
        right: 0;
        top: 5rem;
    }

    .menu-mobile a {
        padding: .85rem;
    }

    .menu-mobile .cta-button {
        margin-top: .5rem;
    }
}

@media (max-width: 767px) {
    .hero-section,
    .hero-section > div:last-child {
        min-height: 700px;
    }

    .hero-section picture img {
        object-position: center top;
    }

    .hero-section .bg-gradient-to-r {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .78), rgba(0, 0, 0, .35) 58%, rgba(0, 0, 0, .15));
    }

    .testimonials {
        gap: 1rem;
    }

    .testimonials img {
        flex-basis: 84%;
        scroll-snap-align: center;
    }

    .testimonials-carousel {
        gap: .45rem;
    }

    .testimonial-arrow {
        font-size: 1.5rem;
        height: 2.25rem;
        width: 2.25rem;
    }

    .investment-section {
        min-height: auto;
    }

    .offer-card {
        padding: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
