.elementor-166 .elementor-element.elementor-element-18050fe{--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-e938083 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

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

/* Header Styles */
.header {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

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

.desktop-nav {
    display: flex;
}

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

.nav-list a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 16px;
}

.nav-list a:hover {
    color: #ffd700;
}

.order-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    transition: 0.3s;
}

.mobile-nav {
    display: none;
    background: #1e3a5f;
    padding: 20px 0;
}

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

.mobile-nav-list li {
    margin: 15px 0;
}

.mobile-nav-list a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.mobile-nav.active {
    display: block;
}

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

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

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

.hero-title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #2c5aa0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-description {
    font-size: 1.1rem;
    color: #777;
    max-width: 800px;
    margin: 0 auto;
}

.hero-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.vsl-container {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.vsl-wrapper {
    margin-bottom: 20px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.vsl-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c5aa0;
    text-align: center;
    margin-bottom: 10px;
}

.watch-description {
    color: #666;
    text-align: center;
    font-size: 1rem;
}

.product-showcase {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

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

.product-benefits h3 {
    font-size: 1.5rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}

.benefits-list li {
    padding: 8px 0;
    font-size: 1rem;
    color: #555;
}

.price-highlight {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.old-price {
    display: block;
    text-decoration: line-through;
    font-size: 1rem;
    opacity: 0.8;
}

.new-price {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0;
}

.discount {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    background: rgba(255,255,255,0.2);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

/* Storytelling Section */
.storytelling {
    padding: 80px 0;
    background: white;
}

.storytelling-content {
    text-align: center;
}

.storytelling h2 {
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.story-intro {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 50px;
}

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

.story-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}

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

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

.story-item h3 {
    font-size: 1.3rem;
    color: #2c5aa0;
    margin-bottom: 15px;
}

.story-item p {
    color: #666;
    line-height: 1.6;
}

/* Ingredients Section */
.ingredients {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

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

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

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ingredient-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.ingredient-card h3 {
    font-size: 1.4rem;
    color: #2c5aa0;
    margin-bottom: 15px;
}

.ingredient-card p {
    color: #666;
    line-height: 1.6;
}

/* Reviews Section */
.reviews {
    padding: 80px 0;
    background: white;
}

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

.review-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-3px);
}

.review-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.review-content {
    flex: 1;
}

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

.review-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

.reviewer {
    font-weight: bold;
    color: #2c5aa0;
}

/* Order Section */
.order-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    color: white;
}

.order-section .section-header h2,
.order-section .section-header p {
    color: white;
}

.packages-container {
    margin-top: 50px;
}

.packages-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

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

.package-item,
.package-item-mobile {
    transition: transform 0.3s ease;
}

.package-item:hover,
.package-item-mobile:hover {
    transform: translateY(-10px);
}

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

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

.featured .package-image,
.featured .package-image-mobile {
    transform: scale(1.1);
}

.featured-image {
    border: 3px solid #ffd700;
}

.shipping-notice {
    text-align: center;
    margin-top: 50px;
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
}

.shipping-notice h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffd700;
}

/* Guarantee Section */
.guarantee {
    padding: 80px 0;
    background: white;
}

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

.guarantee-text h2 {
    font-size: 2.2rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.guarantee-text p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.guarantee-features {
    list-style: none;
}

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

.guarantee-badges {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.badge {
    max-width: 120px;
    height: auto;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8f9fa;
}

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

.faq-item {
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    font-size: 1.2rem;
    color: #2c5aa0;
    margin: 0;
}

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

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

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

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

.faq-answer p {
    color: #666;
    line-height: 1.6;
}

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

.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

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

.reference-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.reference-image:hover {
    transform: scale(1.05);
}

/* Footer */
.footer {
    background: #1e3a5f;
    color: white;
    padding: 50px 0 30px;
}

.footer-content {
    text-align: center;
}

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

.footer-logo img {
    max-height: 40px;
    width: auto;
}

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

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.footer-links span {
    color: #ccc;
}

.disclaimer {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.disclaimer h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ffd700;
}

.disclaimer p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ccc;
}

.copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    color: #ccc;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .desktop-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

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

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

    .hero-media {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ingredients-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ingredient-card {
        padding: 25px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .review-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .packages-desktop {
        display: none;
    }

    .packages-mobile {
        display: flex;
    }

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

    .guarantee-badges {
        flex-direction: row;
        justify-content: center;
    }

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

    .section-header h2 {
        font-size: 2rem;
    }

    .section-header p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

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

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

    .vsl-container,
    .product-showcase {
        padding: 20px;
    }

    .ingredient-card,
    .review-card {
        padding: 20px;
    }

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

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

    .footer-links span {
        display: none;
    }
}

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

.hero-content,
.story-item,
.ingredient-card,
.review-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
a:focus,
button:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .header,
    .footer {
        display: none;
    }

    .hero {
        margin-top: 0;
    }

    * {
        background: white !important;
        color: black !important;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

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

/* Header Styles */
.header {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

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

.desktop-nav {
    display: flex;
}

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

.nav-list a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 16px;
}

.nav-list a:hover {
    color: #ffd700;
}

.order-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    transition: 0.3s;
}

.mobile-nav {
    display: none;
    background: #1e3a5f;
    padding: 20px 0;
}

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

.mobile-nav-list li {
    margin: 15px 0;
}

.mobile-nav-list a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.mobile-nav.active {
    display: block;
}

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

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

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

.hero-title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #2c5aa0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-description {
    font-size: 1.1rem;
    color: #777;
    max-width: 800px;
    margin: 0 auto;
}

.hero-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.vsl-container {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.vsl-wrapper {
    margin-bottom: 20px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.vsl-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c5aa0;
    text-align: center;
    margin-bottom: 10px;
}

.watch-description {
    color: #666;
    text-align: center;
    font-size: 1rem;
}

.product-showcase {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

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

.product-benefits h3 {
    font-size: 1.5rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}

.benefits-list li {
    padding: 8px 0;
    font-size: 1rem;
    color: #555;
}

.price-highlight {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.old-price {
    display: block;
    text-decoration: line-through;
    font-size: 1rem;
    opacity: 0.8;
}

.new-price {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0;
}

.discount {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    background: rgba(255,255,255,0.2);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

/* Storytelling Section */
.storytelling {
    padding: 80px 0;
    background: white;
}

.storytelling-content {
    text-align: center;
}

.storytelling h2 {
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.story-intro {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 50px;
}

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

.story-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}

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

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

.story-item h3 {
    font-size: 1.3rem;
    color: #2c5aa0;
    margin-bottom: 15px;
}

.story-item p {
    color: #666;
    line-height: 1.6;
}

/* Ingredients Section */
.ingredients {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

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

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

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ingredient-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.ingredient-card h3 {
    font-size: 1.4rem;
    color: #2c5aa0;
    margin-bottom: 15px;
}

.ingredient-card p {
    color: #666;
    line-height: 1.6;
}

/* Reviews Section */
.reviews {
    padding: 80px 0;
    background: white;
}

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

.review-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-3px);
}

.review-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.review-content {
    flex: 1;
}

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

.review-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

.reviewer {
    font-weight: bold;
    color: #2c5aa0;
}

/* Order Section */
.order-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    color: white;
}

.order-section .section-header h2,
.order-section .section-header p {
    color: white;
}

.packages-container {
    margin-top: 50px;
}

.packages-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

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

.package-item,
.package-item-mobile {
    transition: transform 0.3s ease;
}

.package-item:hover,
.package-item-mobile:hover {
    transform: translateY(-10px);
}

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

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

.featured .package-image,
.featured .package-image-mobile {
    transform: scale(1.1);
}

.featured-image {
    border: 3px solid #ffd700;
}

.shipping-notice {
    text-align: center;
    margin-top: 50px;
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
}

.shipping-notice h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffd700;
}

/* Guarantee Section */
.guarantee {
    padding: 80px 0;
    background: white;
}

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

.guarantee-text h2 {
    font-size: 2.2rem;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.guarantee-text p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.guarantee-features {
    list-style: none;
}

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

.guarantee-badges {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.badge {
    max-width: 120px;
    height: auto;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8f9fa;
}

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

.faq-item {
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    font-size: 1.2rem;
    color: #2c5aa0;
    margin: 0;
}

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

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

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

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

.faq-answer p {
    color: #666;
    line-height: 1.6;
}

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

.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

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

.reference-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.reference-image:hover {
    transform: scale(1.05);
}

/* Footer */
.footer {
    background: #1e3a5f;
    color: white;
    padding: 50px 0 30px;
}

.footer-content {
    text-align: center;
}

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

.footer-logo img {
    max-height: 40px;
    width: auto;
}

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

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.footer-links span {
    color: #ccc;
}

.disclaimer {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.disclaimer h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ffd700;
}

.disclaimer p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ccc;
}

.copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    color: #ccc;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .desktop-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

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

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

    .hero-media {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ingredients-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ingredient-card {
        padding: 25px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .review-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .packages-desktop {
        display: none;
    }

    .packages-mobile {
        display: flex;
    }

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

    .guarantee-badges {
        flex-direction: row;
        justify-content: center;
    }

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

    .section-header h2 {
        font-size: 2rem;
    }

    .section-header p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

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

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

    .vsl-container,
    .product-showcase {
        padding: 20px;
    }

    .ingredient-card,
    .review-card {
        padding: 20px;
    }

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

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

    .footer-links span {
        display: none;
    }
}

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

.hero-content,
.story-item,
.ingredient-card,
.review-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
a:focus,
button:focus {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .header,
    .footer {
        display: none;
    }

    .hero {
        margin-top: 0;
    }

    * {
        background: white !important;
        color: black !important;
    }
}/* End custom CSS */