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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f4e9d8;
    color: #5c4a2f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #d4c4b0;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #8b4513;
    letter-spacing: 1px;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #8b4513;
}

.editorial-content {
    max-width: 100%;
    margin: 0 auto;
}

.hero-section {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #d4b896;
}

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

.hero-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 400;
}

.hero-subtext {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-intro,
.problem-section,
.trust-section,
.products-reveal,
.order-section,
.final-section,
.info-section,
.contact-section {
    padding: 60px 0;
}

.problem-section {
    background-color: #f9f6f2;
}

.trust-section {
    background-color: #ffffff;
}

.story-intro p,
.problem-section p,
.trust-section p,
.final-section p,
.info-section p,
.contact-section p {
    margin-bottom: 24px;
}

.opening-line {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 500;
}

h2 {
    font-size: 32px;
    margin: 50px 0 30px 0;
    color: #1a1a1a;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    margin: 40px 0 20px 0;
    color: #2c2c2c;
    font-weight: 500;
}

.inline-image {
    margin: 50px 0;
    background-color: #e8dcc8;
}

.inline-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

blockquote.testimonial {
    margin: 50px 0;
    padding: 30px;
    background-color: #f4ede1;
    border-left: 4px solid #8b4513;
    font-style: italic;
}

blockquote.testimonial p {
    margin-bottom: 15px;
    font-size: 19px;
}

blockquote.testimonial cite {
    font-style: normal;
    font-size: 15px;
    color: #666;
}

.product-card {
    margin: 50px 0;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.product-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 25px;
    background-color: #d4b896;
}

.product-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.product-card p {
    margin-bottom: 15px;
    font-size: 17px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #8b4513;
    margin: 25px 0;
}

.select-service,
.submit-btn,
.cta-button {
    display: inline-block;
    padding: 14px 35px;
    background-color: #8b4513;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
}

.select-service:hover,
.submit-btn:hover,
.cta-button:hover {
    background-color: #6d3410;
}

.cta-button.secondary {
    background-color: #e0e0e0;
    color: #2c2c2c;
    margin-left: 15px;
}

.cta-button.secondary:hover {
    background-color: #d0d0d0;
}

.cta-link {
    display: inline-block;
    padding: 12px 30px;
    background-color: #8b4513;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #6d3410;
}

.order-form {
    margin: 40px 0;
    padding: 40px;
    background-color: #f9f6f2;
    border: 1px solid #e0e0e0;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
}

.form-group textarea {
    resize: vertical;
}

.selected-service-display {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #e8f4e8;
    border-left: 4px solid #4a7c59;
    font-size: 17px;
}

.closing-text {
    font-size: 20px;
    font-style: italic;
    color: #1a1a1a;
}

.site-footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 60px 40px 20px 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
}

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

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

.footer-section a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #ffffff;
}

.references {
    padding-left: 20px;
    font-size: 13px;
}

.references li {
    margin-bottom: 10px;
}

.disclaimer {
    max-width: 1200px;
    margin: 40px auto 20px auto;
    padding: 25px;
    background-color: #3a3a3a;
    border-left: 4px solid #8b4513;
    font-size: 13px;
    line-height: 1.6;
    color: #d0d0d0;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
    font-size: 14px;
    color: #999;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #8b4513;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #6d3410;
}

.cookie-btn.reject {
    background-color: #666;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #555;
}

.page-header {
    text-align: center;
    padding: 60px 20px 40px 20px;
    background-color: #f9f6f2;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 400;
}

.page-subtext {
    font-size: 18px;
    color: #666;
    font-style: italic;
}

.contact-block {
    margin: 40px 0;
    padding: 30px;
    background-color: #ffffff;
    border-left: 4px solid #8b4513;
}

.contact-block h2 {
    margin-top: 0;
}

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

.thanks-section {
    padding: 80px 0;
    text-align: center;
}

.thanks-message {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f4ede1;
    border: 2px solid #8b4513;
}

.thanks-message h2 {
    margin-top: 30px;
}

.thanks-message ul {
    text-align: left;
    margin: 20px 0;
    padding-left: 30px;
}

.thanks-message li {
    margin-bottom: 10px;
}

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

.legal-page {
    background-color: #ffffff;
}

.legal-section {
    padding: 40px 0 80px 0;
}

.legal-section h2 {
    margin-top: 40px;
    font-size: 28px;
}

.legal-section h3 {
    margin-top: 30px;
    font-size: 22px;
}

.legal-section ul,
.legal-section ol {
    margin: 20px 0 20px 30px;
}

.legal-section li {
    margin-bottom: 10px;
}

.update-date {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

@media (max-width: 768px) {
    .navigation {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-subtext {
        font-size: 18px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-button.secondary {
        margin-left: 0;
        margin-top: 10px;
    }
}