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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #fafafa;
}

.ad-disclosure {
    background: #e8f4f8;
    color: #0066a1;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    border-bottom: 1px solid #b3d9e8;
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav-minimal {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: sticky;
    top: 36px;
    z-index: 998;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #0077b6;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #0077b6;
}

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

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-visual {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #023e8a;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,119,182,0.7) 0%, rgba(2,62,138,0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    z-index: 2;
}

.hero-overlay h1 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 800;
    max-width: 900px;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 22px;
    color: #e8f4f8;
    max-width: 700px;
}

.intro-cards {
    padding: 80px 0;
    background: #ffffff;
}

.card-intro {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 12px;
    border-left: 5px solid #0077b6;
}

.card-intro h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #023e8a;
}

.card-intro p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #333;
}

.problem-cards {
    padding: 80px 0;
    background: #e8f4f8;
}

.section-title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #023e8a;
}

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    width: calc(50% - 15px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,119,182,0.15);
}

.card-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #023e8a;
}

.card p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.story-section {
    padding: 90px 0;
    background: #ffffff;
}

.story-content h2 {
    font-size: 38px;
    margin-bottom: 35px;
    color: #023e8a;
    text-align: center;
}

.story-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    background: #e8f4f8;
}

.story-content p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #333;
    line-height: 1.8;
}

.research-section {
    padding: 80px 0;
    background: #023e8a;
    color: #ffffff;
}

.research-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #ffffff;
}

.research-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.research-card {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    border: 1px solid rgba(255,255,255,0.2);
}

.research-card p {
    font-size: 16px;
    line-height: 1.7;
}

.research-card a {
    color: #90e0ef;
    text-decoration: none;
    font-weight: 600;
}

.research-card a:hover {
    text-decoration: underline;
}

.testimonials-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #023e8a;
}

.testimonials-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.testimonial-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border-top: 4px solid #0077b6;
}

.testimonial-card p {
    font-size: 17px;
    color: #333;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 14px;
    color: #0077b6;
    font-weight: 600;
    font-style: normal;
}

.products-reveal {
    padding: 90px 0;
    background: #ffffff;
}

.products-reveal h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
    color: #023e8a;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.products-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

.product-card {
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    width: calc(33.333% - 24px);
    min-width: 320px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,119,182,0.2);
}

.product-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #e8f4f8;
}

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

.product-content {
    padding: 30px;
}

.product-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #023e8a;
}

.product-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.product-features {
    list-style: none;
    margin-bottom: 20px;
}

.product-features li {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}

.product-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0077b6;
    font-weight: bold;
}

.product-price {
    font-size: 32px;
    font-weight: 700;
    color: #023e8a;
    margin-bottom: 20px;
}

.btn-select, .btn-order {
    display: inline-block;
    background: #0077b6;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.btn-select:hover, .btn-order:hover {
    background: #023e8a;
}

.btn-select.selected {
    background: #28a745;
}

.order-form-section {
    padding: 90px 0;
    background: #e8f4f8;
}

.form-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.form-card h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #023e8a;
}

.form-card p {
    margin-bottom: 30px;
    color: #555;
}

.form-group {
    margin-bottom: 25px;
}

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0077b6;
}

.form-group input[readonly] {
    background: #f8f9fa;
    color: #666;
}

.btn-submit {
    background: #0077b6;
    color: #ffffff;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #023e8a;
}

.disclaimer-section {
    padding: 60px 0;
    background: #fff8e6;
}

.disclaimer-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border-left: 5px solid #ff9800;
}

.disclaimer-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #e65100;
}

.disclaimer-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.footer {
    background: #023e8a;
    color: #ffffff;
    padding: 60px 0 20px;
}

.footer-grid {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #90e0ef;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #90e0ef;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
}

.footer-references {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #90e0ef;
}

.footer-references p {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer-references a {
    color: #90e0ef;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 25px;
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    color: #333;
}

.cookie-content a {
    color: #0077b6;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.btn-accept, .btn-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-accept {
    background: #0077b6;
    color: #ffffff;
}

.btn-accept:hover {
    background: #023e8a;
}

.btn-reject {
    background: #e0e0e0;
    color: #333;
}

.btn-reject:hover {
    background: #d0d0d0;
}

.page-header {
    background: linear-gradient(135deg, #0077b6 0%, #023e8a 100%);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 20px;
    color: #e8f4f8;
}

.about-content, .services-content, .contact-content, .legal-content {
    padding: 80px 0;
}

.about-card, .contact-card, .ingredients-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.about-card h2, .contact-card h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #023e8a;
}

.about-card p, .contact-card p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-card {
    flex: 1;
    min-width: 250px;
}

.contact-note {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

.thanks-section {
    padding: 120px 0;
    background: #e8f4f8;
}

.thanks-card {
    background: #ffffff;
    padding: 60px;
    border-radius: 15px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #28a745;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 30px;
}

.thanks-card h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #023e8a;
}

.thanks-card p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary {
    background: #0077b6;
    color: #ffffff;
}

.btn-primary:hover {
    background: #023e8a;
}

.btn-secondary {
    background: transparent;
    color: #0077b6;
    border: 2px solid #0077b6;
}

.btn-secondary:hover {
    background: #0077b6;
    color: #ffffff;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #023e8a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #0077b6;
}

.legal-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-content a {
    color: #0077b6;
    text-decoration: none;
}

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

.ingredients-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.ingredients-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #023e8a;
    text-align: center;
}

.ingredients-card ul {
    margin-left: 30px;
}

.ingredients-card li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-overlay p {
        font-size: 16px;
    }

    .card {
        width: 100%;
    }

    .product-card {
        width: 100%;
        min-width: auto;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 13px;
    }

    .cookie-content {
        flex-direction: column;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}