/* ====================================
   MOBILE-FIRST RESPONSIVE DESIGN
   Perfect alignment on all devices
   ==================================== */

/* Base Mobile Styles - Apply to all by default */
body {
    font-size: 14px;
}

.container {
    padding: 0 1rem;
}

/* Header Mobile - FIXED HEIGHT */
.header {
    z-index: 1000;
    position: fixed;
    padding: 0.5rem 0;
}

.nav-container {
    padding: 0 1rem;
}

.logo {
    font-size: 1.1rem;
}

.logo-icon {
    font-size: 1.3rem;
}

.nav-menu {
    display: none;
}

.btn-whatsapp-header {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    white-space: nowrap;
    gap: 0.25rem;
}

.whatsapp-icon {
    font-size: 1rem;
}

/* Hero Mobile - NO OVERLAP */
.hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 80px 1rem 3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.hero-subtitle {
    font-size: 0.65rem;
    letter-spacing: 1.2px;
    margin-bottom: 0.75rem;
    display: block;
}

.hero-title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    word-wrap: break-word;
    padding: 0 0.5rem;
}

.hero-description {
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0 auto 1.5rem auto;
    max-width: 100%;
    padding: 0 0.5rem;
}

.hero-description br {
    display: none;
}

.hero-cta {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.btn-primary,
.btn-secondary {
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.hero-badges {
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0.5rem;
}

.badge {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    white-space: nowrap;
}

.badge-icon {
    font-size: 0.9rem;
}

.badge-text {
    font-size: 0.7rem;
}

.scroll-indicator {
    font-size: 0.65rem;
    position: absolute;
    bottom: 15px;
    display: none;
}

/* Sections Compact - OPTIMIZED SPACING */
.about,
.services,
.benefits,
.how-it-works,
.testimonials,
.faq {
    padding: 3rem 0;
}

.stats-bar,
.trust-badges {
    padding: 2.5rem 0;
}

.cta-section {
    padding: 3rem 0;
}

/* Typography Mobile - READABLE SIZES */
.section-label {
    font-size: 0.7rem;
    letter-spacing: 1.2px;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.3;
    padding: 0 1rem;
}

.section-description {
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: center;
    padding: 0 1rem;
}

/* About Mobile - CENTERED */
.about-content {
    grid-template-columns: 1fr;
    gap: 2rem;
}

.about-text {
    text-align: center;
}

.about-description {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.about-features {
    gap: 1rem;
    margin-top: 1.25rem;
    align-items: center;
}

.feature-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.feature-icon {
    font-size: 1.5rem;
}

.feature-item h4 {
    font-size: 0.95rem;
}

.feature-item p {
    font-size: 0.85rem;
}

/* Stats Mobile - CENTERED & READABLE */
.stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    text-align: center;
    padding: 0 0.5rem;
}

.stat-number {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.8rem;
    line-height: 1.4;
}

/* Benefits Mobile - CENTERED CARDS */
.benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
}

.benefit-card {
    padding: 1.5rem;
    text-align: center;
}

.benefit-icon-large {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.benefit-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.benefit-card p {
    font-size: 0.85rem;
    line-height: 1.6;
}

/* How It Works Mobile - VERTICAL */
.step-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.step-number {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    margin: 0 auto 1rem auto;
}

.step-content {
    text-align: center;
}

.step-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    font-size: 0.85rem;
    line-height: 1.6;
}

.step-arrow {
    font-size: 1.25rem;
    margin: 0.25rem 0;
    text-align: center;
}

/* Trust Badges Mobile - GRID */
.badges-wrapper {
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.trust-badge {
    padding: 0.85rem;
    justify-content: flex-start;
}

.trust-icon {
    font-size: 1.75rem;
}

.trust-text h4 {
    font-size: 0.9rem;
}

.trust-text p {
    font-size: 0.75rem;
}

/* Services/Products Mobile - STACKED & READABLE */
.section-header {
    margin-bottom: 2rem;
    text-align: center;
}

.products-featured {
    grid-template-columns: 1fr;
    gap: 2rem;
}

.product-card {
    padding: 2rem 1.5rem;
    text-align: center;
}

.product-badge {
    top: 15px;
    right: 15px;
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
}

.product-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.product-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    text-align: center;
    line-height: 1.3;
}

.product-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.5;
}

.product-description {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    line-height: 1.7;
    text-align: center;
}

.product-includes {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
}

.includes-title {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.product-includes li {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

/* PRICE CENTERED & PROMINENT */
.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: rgba(212, 175, 55, 0.15);
    border-radius: 12px;
}

.price-old {
    font-size: 1rem;
    text-decoration: line-through;
}

.price-current {
    font-size: 2.2rem;
    font-weight: 700;
}

.btn-product {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
}

/* Question Packages Mobile - COMPACT GRID */
.products-grid {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}

.grid-title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.grid-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.product-card-mini {
    padding: 1.25rem 1rem;
    text-align: center;
}

.mini-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.product-card-mini h4 {
    font-size: 1.05rem;
    margin-bottom: 0.65rem;
}

.mini-price-old {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.mini-price {
    font-size: 1.3rem;
    margin-bottom: 0.85rem;
}

.btn-mini {
    padding: 0.7rem;
    font-size: 0.85rem;
}

/* Testimonials Mobile - STACKED & READABLE */
.testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.testimonial-card {
    padding: 1.5rem;
    text-align: left;
}

.stars {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.author-avatar {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
}

.author-name {
    font-size: 0.9rem;
}

.author-location {
    font-size: 0.8rem;
}

/* FAQ Mobile - OPTIMIZED */
.faq-grid {
    width: 100%;
    padding: 0;
}

.faq-item {
    margin-bottom: 1rem;
}

.faq-question {
    padding: 1rem 1.25rem;
}

.faq-question h3 {
    font-size: 0.95rem;
    line-height: 1.5;
    padding-right: 0.5rem;
}

.faq-icon {
    font-size: 1.3rem;
}

.faq-item.active .faq-answer {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.faq-answer p {
    font-size: 0.85rem;
    line-height: 1.7;
}

.faq-cta {
    padding: 1.5rem;
    margin-top: 2rem;
    text-align: center;
}

.faq-cta p {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

/* CTA Mobile - CENTERED & OPTIMIZED */
.cta-content {
    text-align: center;
    padding: 0 1rem;
}

.cta-title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cta-description {
    font-size: 1rem;
    margin-bottom: 1.75rem;
    line-height: 1.7;
}

.cta-buttons {
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.btn-primary.large,
.btn-secondary.large {
    padding: 1rem 2rem;
    font-size: 0.95rem;
    width: 100%;
    max-width: 280px;
}

.cta-note {
    font-size: 0.85rem;
    line-height: 1.6;
}

/* Footer Mobile - STACKED & CENTERED */
.footer {
    padding: 2.5rem 0 2rem;
}

.footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.footer-column {
    align-items: center;
}

.footer-logo {
    font-size: 1.4rem;
    justify-content: center;
}

.footer-description {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    text-align: center;
    line-height: 1.7;
}

.social-links {
    justify-content: center;
    gap: 0.75rem;
}

.social-link {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
}

.footer-title {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
}

.footer-links,
.footer-contact {
    align-items: center;
}

.footer-links li,
.footer-contact li {
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
}

.contact-icon {
    font-size: 1.1rem;
}

.footer-bottom {
    padding-top: 2rem;
    font-size: 0.8rem;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
}

/* ==========================================
   TABLET & UP (768px+)
   ========================================== */
@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    .container {
        padding: 0 2rem;
    }

    .nav-menu {
        display: flex;
    }

    /* Hero Tablet */
    .hero {
        min-height: 90vh;
        padding: 80px 2rem 2rem 2rem;
    }

    .hero-content {
        max-width: 800px;
        padding: 0 2rem;
    }

    .hero-title {
        font-size: 2.75rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-description br {
        display: inline;
    }

    .hero-cta {
        flex-direction: row;
    }

    .btn-primary,
    .btn-secondary {
        width: auto;
    }

    /* Sections */
    .section-title {
        font-size: 2rem;
    }

    .about-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .about-text {
        text-align: left;
    }

    .feature-item {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }

    .products-featured {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .badges-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: 2fr 1fr;
        text-align: left;
    }

    .footer-column {
        align-items: flex-start;
    }

    .footer-logo {
        justify-content: flex-start;
    }

    .footer-description {
        text-align: left;
    }

    .social-links {
        justify-content: flex-start;
    }

    .footer-links,
    .footer-contact {
        align-items: flex-start;
    }

    .cta-buttons {
        flex-direction: row;
    }

    .btn-primary.large,
    .btn-secondary.large {
        width: auto;
    }
}

/* ==========================================
   DESKTOP (1024px+)
   ========================================== */
@media (min-width: 1024px) {

    /* Hero Desktop */
    .hero {
        min-height: 100vh;
    }

    .hero-content {
        max-width: 900px;
    }

    .hero-title {
        font-size: 4rem;
    }

    .hero-description {
        font-size: 1.25rem;
    }

    /* Sections */
    .section-title {
        font-size: 2.5rem;
    }

    .products-featured {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
    }

    .badges-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-content {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .step-item {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }

    .step-content {
        text-align: left;
    }

    .step-number {
        margin: 0 2rem 0 0;
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .about,
    .services,
    .benefits,
    .how-it-works,
    .testimonials,
    .faq {
        padding: 6rem 0;
    }

    .stats-bar,
    .trust-badges {
        padding: 4rem 0;
    }

    .cta-section {
        padding: 6rem 0;
    }
}

/* ==========================================
   LARGE DESKTOP (1440px+)
   ========================================== */
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}