* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

/* Advertorial Mark */
.advertorial-mark {
    background: #fff;
    padding: 12px 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

/* Header */
header {
    background: #ffffff;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    color: #1a5f4a;
    letter-spacing: -0.5px;
}

.home-btn {
    background: #f0f0f0;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
}

.home-btn:hover {
    background: #e0e0e0;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #1a5f4a 0%, #2d8659 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hero p {
    font-size: 18px;
    margin-bottom: 24px;
    opacity: 0.95;
}

.hero-image {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}

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

.hero-order-btn {
    background: #700D2C;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
}

.hero-order-btn:hover {
    background: #8a1038;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(112, 13, 44, 0.4);
}

.hero-order-btn:active {
    transform: translateY(0);
}

/* Section Container */
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Section Headers */
.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
    text-align: center;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
}

.benefit-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #1a5f4a;
}

.benefit-card-image {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.benefit-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a5f4a;
}

.benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Features Section */
.features-list {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    margin: 40px 0;
}

.feature-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-check {
    width: 28px;
    height: 28px;
    background: #1a5f4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 16px;
    flex-shrink: 0;
    font-size: 16px;
}

.feature-text h4 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.feature-text p {
    font-size: 14px;
    color: #666;
}

/* Ingredients Section */
.ingredients-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.ingredients-image {
    width: 100%;
    max-width: 300px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto;
    background: #f0f0f0;
}

.ingredients-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ingredients-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.ingredient-item {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 13px;
    color: #555;
    border-left: 3px solid #1a5f4a;
}

/* Video Section */
.video-section {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.video-container {
    max-width: 900px;
    margin: 40px auto 0;
}

.video-container video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Reviews Section */
.reviews-section {
    background: #f8f9fa;
    padding: 60px 20px;
}

.reviews-container {
    max-width: 900px;
    margin: 0 auto;
}

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

.review-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.review-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #1a5f4a;
}

.review-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 12px;
}

.review-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* CTA Button */
.cta-section {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
}

.cta-button {
    background: #700D2C;
    color: white;
    border: none;
    padding: 18px 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(112, 13, 44, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
}

.cta-button:hover {
    background: #8a1038;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(112, 13, 44, 0.4);
}

.cta-button:active {
    transform: translateY(0);
}

.cta-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 50px 20px 40px;
    font-size: 13px;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
}

.footer-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}

.footer-contact-block h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.footer-contact-block p {
    margin: 4px 0;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

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

/* Disclosures */
.disclosures {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    border-left: 4px solid #1a5f4a;
}

.disclosure-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.disclosure-text {
    line-height: 1.8;
    color: #aaa;
    font-size: 12px;
}

.disclosure-text p {
    margin-bottom: 12px;
}

.copyright {
    text-align: center;
    color: #888;
    padding-top: 20px;
    border-top: 1px solid #333;
    margin-top: 20px;
    font-size: 12px;
}

/* Contact Page Styles */
.contact-info-section {
    background: #ffffff;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.contact-info-section:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-info-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 12px;
}

.contact-info-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 8px 0;
}

/* Contact Form Styles */
.contact-form-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin: 40px 0;
}

.contact-form-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.contact-form-section form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-section label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form-section input[type="text"],
.contact-form-section input[type="email"],
.contact-form-section input[type="tel"],
.contact-form-section select,
.contact-form-section textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-family: inherit;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.contact-form-section input[type="text"]:focus,
.contact-form-section input[type="email"]:focus,
.contact-form-section input[type="tel"]:focus,
.contact-form-section select:focus,
.contact-form-section textarea:focus {
    outline: none;
    border-color: #1a5f4a;
    box-shadow: 0 0 0 3px rgba(26, 95, 74, 0.1);
}

.contact-form-section textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form-section input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.contact-form-section label[for="privacy"] {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 24px;
}

.contact-form-section label[for="privacy"] a {
    color: #1a5f4a;
    text-decoration: none;
    margin-left: 4px;
}

.contact-form-section label[for="privacy"] a:hover {
    text-decoration: underline;
}

.contact-form-section button[type="submit"] {
    background: #700D2C;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

.contact-form-section button[type="submit"]:hover {
    background: #8a1038;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(112, 13, 44, 0.4);
}

.contact-form-section button[type="submit"]:active {
    transform: translateY(0);
}

/* Contact Messages */
#contact-success,
#contact-error {
    margin-top: 24px;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}

#contact-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#contact-success strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

#contact-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#contact-error strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

/* FAQ Section */
.faq-section {
    margin: 40px 0;
}

.faq-item {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #1a5f4a;
}

.faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Notice Section */
.notice-section {
    background: #fff3cd;
    padding: 24px;
    border-radius: 10px;
    border-left: 4px solid #ffc107;
    margin: 40px 0;
}

.notice-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #856404;
    margin-bottom: 12px;
}

.notice-section p {
    font-size: 14px;
    color: #856404;
    line-height: 1.7;
}

/* Content Pages Styles */
.content-section {
    background: #ffffff;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.content-section:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.content-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 16px;
    margin-top: 24px;
}

.content-section h2:first-child {
    margin-top: 0;
}

.content-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 12px;
    margin-top: 20px;
}

.content-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
}

.content-section ul {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
    padding-left: 24px;
}

.content-section li {
    margin-bottom: 8px;
}

.content-section strong {
    color: #333;
    font-weight: 600;
}

.content-section a {
    color: #1a5f4a;
    text-decoration: none;
}

.content-section a:hover {
    text-decoration: underline;
}

/* Utility Classes */
.hidden {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 28px;
    }

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

    .ingredients-list {
        grid-template-columns: 1fr;
    }

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

    .footer-contact {
        grid-template-columns: 1fr;
    }

    .cta-button {
        padding: 16px 40px;
        font-size: 16px;
    }

    .contact-form-section {
        padding: 24px;
    }

    .contact-info-section {
        padding: 20px;
    }
}
