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

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

/* Header Section */
.header-section {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #FCE4EC 0%, #F8BBD9 100%);
}

.hero-image {
    margin-bottom: 20px;
}

.logo h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #E91E63;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.discount-banner {
    background: #E91E63;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cta-button a {
    background: #E91E63;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #E91E63;
}

.cta-button a:hover {
    background: #AD1457;
    border-color: #AD1457;
    transform: translateY(-2px);
}

/* Main Headline */
.main-headline {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

.main-headline h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.main-headline h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #E91E63;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Bullet Points Section */
.bullet-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
}

.bullet-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.bullet-icon {
    color: #E91E63;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

.bullet-text {
    flex: 1;
}

.bullet-text strong {
    color: #E91E63;
    font-weight: 700;
}

/* Product Showcase */
.product-showcase {
    text-align: center;
    padding: 40px 20px;
    background: #FCE4EC;
}

/* Social Proof */
.social-proof {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

.social-proof h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E91E63;
    margin-bottom: 15px;
}

.social-proof p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #666;
}

.media-logos {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

/* Problem Section */
.problem-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #fff;
}

.problem-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.problem-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.problem-section strong {
    color: #E91E63;
    font-weight: 700;
}

.problem-list {
    margin: 30px 0;
}

.problem-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background: #FCE4EC;
    border-radius: 8px;
    border-left: 4px solid #E91E63;
}

.problem-icon {
    font-size: 1.5rem;
    margin-right: 15px;
}

.problem-text {
    font-size: 1.1rem;
    font-weight: 500;
}

.problem-text strong {
    color: #AD1457;
    font-weight: 700;
}

/* Research Section */
.research-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #F8F9FA;
}

.research-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.research-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.research-section strong {
    color: #E91E63;
    font-weight: 700;
}

.symptom-list {
    margin: 30px 0;
}

.symptom-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #FF9800;
}

.symptom-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
}

.symptom-text {
    font-size: 1rem;
    line-height: 1.6;
}

.symptom-text strong {
    color: #FF9800;
    font-weight: 700;
}

/* Warning Section */
.warning-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #FFF3E0;
    border: 2px solid #FF9800;
}

.warning-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #E65100;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.warning-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #E65100;
    text-align: center;
    margin-bottom: 25px;
}

.warning-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.warning-section strong {
    color: #E65100;
    font-weight: 700;
}

.warning-list {
    margin: 30px 0;
}

.warning-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #F44336;
}

.warning-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
}

.warning-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

/* Breakthrough Section */
.breakthrough-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #E8F5E8;
}

.breakthrough-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.breakthrough-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.breakthrough-section strong {
    color: #E91E63;
    font-weight: 700;
}

.breakthrough-section em {
    font-style: italic;
    color: #666;
}

.benefit-list {
    margin: 30px 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #4CAF50;
}

.benefit-icon {
    color: #4CAF50;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 2px;
}

.benefit-text {
    font-size: 1rem;
    line-height: 1.6;
}

.benefit-text strong {
    color: #4CAF50;
    font-weight: 700;
}

/* Solution Section */
.solution-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #fff;
}

.solution-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.product-highlight {
    text-align: center;
    margin-bottom: 30px;
}

.solution-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.solution-section strong {
    color: #E91E63;
    font-weight: 700;
}

.solution-benefits {
    margin: 30px 0;
}

.solution-benefit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #FCE4EC;
    border-radius: 8px;
    border-left: 4px solid #E91E63;
}

.solution-icon {
    color: #E91E63;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 2px;
}

.solution-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

/* How It Works Section */
.how-it-works-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #F8F9FA;
}

.how-it-works-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.how-it-works-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E91E63;
    text-align: center;
    margin-bottom: 40px;
}

.principle-section {
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
}

.principle-section h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.principle-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}

.principle-points {
    margin: 20px 0;
}

.principle-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.principle-icon {
    color: #E91E63;
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 12px;
    margin-top: 3px;
}

.principle-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.study-link {
    background: #E3F2FD;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #2196F3;
    margin-top: 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

/* Why Choose Section */
.why-choose-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #fff;
}

.why-choose-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.why-choose-section > p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #E91E63;
    text-align: center;
    margin-bottom: 40px;
}

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

.why-choose-item {
    padding: 25px;
    background: #FCE4EC;
    border-radius: 12px;
    border-left: 4px solid #E91E63;
}

.why-choose-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #AD1457;
    margin-bottom: 10px;
}

.why-choose-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.why-choose-section .cta-button {
    text-align: center;
    margin-top: 30px;
}

/* Guarantee Section */
.guarantee-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #E8F5E8;
    text-align: center;
}

.guarantee-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.guarantee-section h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 30px;
}

.guarantee-badge {
    margin-bottom: 30px;
}

.guarantee-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

.guarantee-section strong {
    color: #4CAF50;
    font-weight: 700;
}

/* Pricing Section */
.pricing-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    background: #fff;
}

.pricing-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricing-section h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #E91E63;
    text-align: center;
    margin-bottom: 30px;
}

.pricing-section > p {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
    color: #444;
}

.pricing-benefits {
    margin-bottom: 40px;
}

.pricing-benefit {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.pricing-icon {
    color: #4CAF50;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 12px;
    margin-top: 3px;
}

.pricing-text {
    max-width: 600px;
    line-height: 1.6;
    color: #444;
}

.pricing-text strong {
    color: #E91E63;
    font-weight: 700;
}

.pricing-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.pricing-option {
    background: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-option.featured {
    border-color: #E91E63;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.2);
}

.pricing-option.featured::before {
    content: "MOST POPULAR";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #E91E63;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pricing-header h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.pricing-header p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.pricing-image {
    margin-bottom: 20px;
}

.pricing-details {
    margin-bottom: 25px;
}

.pricing-total {
    font-size: 1.8rem;
    font-weight: 800;
    color: #E91E63;
    margin-bottom: 8px;
}

.crossed-out {
    text-decoration: line-through;
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;
}

.pricing-per-unit {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.pricing-per-day {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.pricing-button button {
    background: #E91E63;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.pricing-button button:hover {
    background: #AD1457;
    transform: translateY(-2px);
}

.pricing-stats {
    font-size: 0.9rem;
    color: #666;
    margin: 15px 0;
    font-weight: 500;
}

.trust-badges {
    font-size: 0.9rem;
    color: #4CAF50;
    margin-bottom: 15px;
}

.shipping-info {
    font-size: 1rem;
    color: #E91E63;
    font-weight: 600;
}

/* Footer */
.footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer p {
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo h1 {
        font-size: 2rem;
    }
    
    .main-headline h1 {
        font-size: 1.8rem;
    }
    
    .main-headline h2 {
        font-size: 1.4rem;
    }
    
    .problem-section h2,
    .research-section h2,
    .warning-section h2,
    .breakthrough-section h2,
    .solution-section h2,
    .how-it-works-section h2,
    .why-choose-section h2,
    .guarantee-section h2,
    .pricing-section h2 {
        font-size: 1.8rem;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-options {
        grid-template-columns: 1fr;
    }
    
    .pricing-option.featured {
        transform: none;
    }
    
    .bullet-point,
    .problem-item,
    .symptom-item,
    .warning-item,
    .benefit-item,
    .solution-benefit {
        flex-direction: column;
        text-align: left;
    }
    
    .bullet-icon,
    .problem-icon,
    .symptom-icon,
    .warning-icon,
    .benefit-icon,
    .solution-icon {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .pricing-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-option {
        padding: 20px 15px;
    }
    
    .main-headline h1 {
        font-size: 1.5rem;
    }
    
    .cta-button a {
        padding: 12px 25px;
        font-size: 1.1rem;
    }
}