.elementor-1499 .elementor-element.elementor-element-bdeda3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-58576f8 *//* Reset e Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
}

h2 {
    font-size: 2rem;
    color: #1a1a1a;
}

h3 {
    font-size: 1.5rem;
    color: #2c2c2c;
}

p {
    margin-bottom: 1rem;
    color: #555;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    text-align: center;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.2rem;
}

/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 17px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: 50px;
    width: auto;
}

.nav-desktop {
    display: flex;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ff6b35;
}

.btn-order-desktop {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-order-desktop:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

/* Mobile Navigation */
.nav-mobile {
    display: none;
    align-items: center;
    gap: 15px;
}

.btn-order-mobile {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

.mobile-nav-menu {
    list-style: none;
    text-align: center;
}

.mobile-nav-menu li {
    margin: 20px 0;
}

.mobile-nav-link {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
}

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.discount-badge {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}

.discount-text {
    font-size: 1.2rem;
    font-weight: 700;
}

.discount-subtext {
    font-size: 0.9rem;
    margin-left: 10px;
}

.hero-title {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #555;
    font-weight: 400;
    margin-bottom: 30px;
}

.hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.benefit-icon {
    width: 24px;
    height: 24px;
}

.hero-cta {
    text-align: left;
}

.guarantee-text {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

.hero-image {
    text-align: center;
}

.product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.product-description {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    border-left: 4px solid #ff6b35;
}

.product-description p {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

/* Quality Badges */
.quality-badges {
    padding: 40px 0;
    background: #fff;
}

.badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.badge-img {
    max-width: 100px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.badge-img:hover {
    opacity: 1;
}

/* Problem Solution */
.problem-solution {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.comparison-item {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.comparison-item.highlight {
    border: 3px solid #ff6b35;
    transform: scale(1.02);
}

.comparison-item h3 {
    color: #ff6b35;
    margin-bottom: 15px;
}

/* Product Anatomy */
.product-anatomy {
    padding: 80px 0;
    background: white;
}

.anatomy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.anatomy-item {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
}

.anatomy-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.anatomy-item h3 {
    color: #ff6b35;
    margin-bottom: 10px;
}

.anatomy-item h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.anatomy-item ul {
    list-style: none;
    text-align: left;
}

.anatomy-item li {
    padding: 5px 0;
    color: #555;
}

.anatomy-item li:before {
    content: "✓ ";
    color: #ff6b35;
    font-weight: bold;
}

.anatomy-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

/* Ingredients/Features */
.ingredients {
    padding: 80px 0;
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.feature-item {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-item h3 {
    color: #ff6b35;
    margin-bottom: 10px;
}

.feature-item p {
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-item ul {
    list-style: none;
    text-align: left;
}

.feature-item li {
    padding: 5px 0;
    color: #555;
}

.feature-item li:before {
    content: "• ";
    color: #ff6b35;
    font-weight: bold;
}

.sleep-positions {
    text-align: center;
    margin-top: 60px;
}

.sleep-positions h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.position-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.position-icon {
    font-size: 2rem;
}

/* Results */
.results {
    padding: 80px 0;
    background: white;
    text-align: center;
}

.results-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 40px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    background: #f8f9fa;
    padding: 40px 20px;
    border-radius: 15px;
    border-top: 4px solid #ff6b35;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.results-description {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-center {
    margin-top: 40px;
}

/* Reviews */
.reviews {
    padding: 80px 0;
    background: #f8f9fa;
}

.reviews-desktop {
    display: block;
    margin-bottom: 40px;
}

.reviews-mobile {
    display: none;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.review-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.review-image {
    width: 100%;
    height: auto;
    display: block;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.testimonial-item {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    gap: 15px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-content {
    flex: 1;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 10px;
    color: #333;
}

.testimonial-name {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.review-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.review-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

/* Checkout */
.checkout {
    padding: 80px 0;
    background: white;
}

.checkout-desktop {
    display: block;
}

.checkout-mobile {
    display: none;
}

.packages-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
    align-items: end;
}

.package-item {
    position: relative;
    text-align: center;
}

.package-item.featured {
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2;
}

.package-link {
    display: block;
    transition: transform 0.3s ease;
}

.package-link:hover {
    transform: translateY(-5px);
}

.package-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.package-image:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.featured-image {
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.shipping-info {
    text-align: center;
    margin-top: 40px;
}

.shipping-text {
    font-size: 1.2rem;
    color: #28a745;
    margin-bottom: 10px;
}

.recommendation {
    font-size: 1rem;
    color: #666;
    font-style: italic;
}

/* Guarantee */
.guarantee {
    padding: 80px 0;
    background: #f8f9fa;
}

.guarantee-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.guarantee-text h2 {
    color: #ff6b35;
    margin-bottom: 20px;
}

.guarantee-features {
    list-style: none;
    margin-top: 20px;
}

.guarantee-features li {
    padding: 8px 0;
    font-size: 1.1rem;
    color: #333;
}

.guarantee-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.guarantee-badge {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* FAQ */
.faq {
    padding: 80px 0;
    background: white;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #f8f9fa;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e9ecef;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #ff6b35;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 200px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* Scientific References */
.scientific-references {
    padding: 80px 0;
    background: #f8f9fa;
}

.references-header {
    text-align: center;
    margin-bottom: 40px;
}

.references-main-image {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.reference-item {
    text-align: center;
}

.reference-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.research-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-research {
    text-align: center;
}

.research-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

/* Final CTA */
.final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    text-align: center;
}

.final-cta h2 {
    color: white;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.cta-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 500;
}

.cta-icon {
    font-size: 1.5rem;
}

.final-cta .btn-primary {
    background: white;
    color: #ff6b35;
    font-size: 1.3rem;
    padding: 20px 50px;
}

.final-cta .btn-primary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
}

/* Footer */
.footer {
    padding: 60px 0 40px;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-links {
    margin-bottom: 40px;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ff6b35;
}

.footer-separator {
    margin: 0 15px;
    color: #666;
}

.disclaimer {
    max-width: 800px;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ccc;
}

.disclaimer p {
    margin-bottom: 15px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .container {
        padding: 0 17px;
    }

    /* Header Mobile */
    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: flex;
    }

    .mobile-menu-overlay.active {
        display: flex;
    }

    /* Hero Mobile */
    .hero {
        padding: 100px 0 60px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-benefits {
        align-items: center;
    }

    /* Sections Mobile */
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    /* Comparison Mobile */
    .comparison {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Anatomy Mobile */
    .anatomy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .anatomy-center {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Features Mobile */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .positions-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    /* Results Mobile */
    .results-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    /* Reviews Mobile */
    .reviews-desktop {
        display: none;
    }

    .reviews-mobile {
        display: block;
    }

    .reviews-grid-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .review-card-mobile {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .review-image-mobile {
        width: 100%;
        height: auto;
        display: block;
    }

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

    .review-images {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* Checkout Mobile */
    .checkout-desktop {
        display: none;
    }

    .checkout-mobile {
        display: block;
    }

    .packages-mobile {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .package-mobile {
        position: relative;
        width: 100%;
        max-width: 300px;
    }

    .package-mobile.featured-mobile {
        order: -1;
        transform: scale(1.05);
    }

    .popular-badge-mobile {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, #ff6b35, #f7931e);
        color: white;
        padding: 8px 20px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        z-index: 2;
    }

    .package-link-mobile {
        display: block;
        transition: transform 0.3s ease;
    }

    .package-link-mobile:hover {
        transform: translateY(-5px);
    }

    .package-image-mobile {
        width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    .featured-mobile-image {
        box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
    }

    /* Guarantee Mobile */
    .guarantee-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .guarantee-badges {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    /* References Mobile */
    .references-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .research-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Final CTA Mobile */
    .final-cta h2 {
        font-size: 1.8rem;
    }

    .cta-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: left;
    }

    .final-cta .btn-primary {
        font-size: 1.1rem;
        padding: 15px 30px;
    }

    /* Footer Mobile */
    .footer-links {
        margin-bottom: 30px;
    }

    .footer-separator {
        display: block;
        margin: 10px 0;
    }

    .disclaimer {
        font-size: 0.8rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.6rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .btn-primary {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .btn-large {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    .positions-grid {
        grid-template-columns: 1fr;
    }

    .guarantee-badges {
        grid-template-columns: 1fr;
    }

    .references-grid {
        grid-template-columns: 1fr;
    }
}

/* Smooth Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}/* End custom CSS */