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

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

.ad-disclosure {
    background-color: #f0f0f0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: color 0.3s;
}

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 30px 80px;
}

.editorial-hero {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    margin-bottom: 30px;
    background-color: #e8dfd5;
}

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

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

.hero-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.editorial-text-block {
    margin-bottom: 40px;
}

.editorial-text-block p {
    margin-bottom: 20px;
    font-size: 18px;
}

.dropcap::first-letter {
    float: left;
    font-size: 72px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    font-weight: 700;
    color: #c17a3e;
}

.editorial-text-block h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.editorial-text-block h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    font-weight: 600;
}

.editorial-text-block h4 {
    font-size: 20px;
    margin: 25px 0 12px;
    font-weight: 600;
}

.editorial-text-block ul,
.editorial-list {
    margin: 25px 0;
    padding-left: 30px;
    font-size: 18px;
}

.editorial-text-block li,
.editorial-list li {
    margin-bottom: 12px;
}

.citation {
    color: #c17a3e;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

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

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

.image-caption {
    padding: 15px 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
    background-color: #f5f5f5;
}

.inline-cta-block {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f6f2;
    border-left: 4px solid #c17a3e;
    text-align: center;
}

.inline-cta-block h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.inline-cta-block p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #c17a3e;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

.testimonial-inline {
    margin: 50px 0;
    padding: 35px;
    background-color: #fff;
    border-left: 3px solid #c17a3e;
}

.testimonial-inline blockquote {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #333;
}

.testimonial-inline footer {
    margin-top: 20px;
    font-size: 16px;
    color: #777;
    font-style: normal;
}

.services-reveal {
    margin: 70px 0;
}

.services-reveal h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    color: #1a1a1a;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    position: relative;
}

.service-card.featured {
    border: 2px solid #c17a3e;
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: #c17a3e;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    border-radius: 12px;
    font-weight: 600;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-features li {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
}

.service-features li:before {
    content: "✓ ";
    color: #c17a3e;
    font-weight: 700;
    margin-right: 8px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #c17a3e;
    margin: 25px 0 20px;
}

.service-select {
    width: 100%;
    padding: 14px;
    background-color: #c17a3e;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-select:hover {
    background-color: #a86a34;
}

.ingredient-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f6f2;
}

.ingredient-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.ingredient-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.ingredient-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #c17a3e;
}

.ingredient-item p {
    font-size: 17px;
    color: #555;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 30px;
    background-color: #fffbf5;
    border: 1px solid #e8dfd5;
    border-radius: 6px;
}

.disclaimer-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.disclaimer-section p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.references-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #f5f5f5;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.references-list {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 15px;
}

.references-list a {
    color: #c17a3e;
    text-decoration: none;
}

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

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f6f2;
    border-radius: 8px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.editorial-form {
    margin-top: 30px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', serif;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #fff;
}

.form-group textarea {
    resize: vertical;
}

.form-submit {
    width: 100%;
    padding: 16px;
    background-color: #c17a3e;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit:hover {
    background-color: #a86a34;
}

.site-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 50px 30px 30px;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 13px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    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;
    font-size: 15px;
    color: #555;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.cookie-content a {
    color: #c17a3e;
}

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

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

.cookie-btn.accept {
    background-color: #c17a3e;
    color: #fff;
}

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

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

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

.page-header {
    margin-bottom: 50px;
    text-align: center;
}

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

.header-intro {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.values-section {
    margin: 60px 0;
}

.values-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-item {
    padding: 30px;
    background-color: #fff;
    border-left: 4px solid #c17a3e;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #c17a3e;
}

.value-item p {
    font-size: 17px;
    color: #555;
}

.cta-section-inline {
    margin: 60px 0;
    padding: 50px 40px;
    background-color: #c17a3e;
    text-align: center;
    border-radius: 8px;
}

.cta-section-inline h3 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}

.cta-section-inline p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #fff;
    color: #c17a3e;
    text-decoration: none;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

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

.services-section {
    margin: 50px 0;
}

.service-image {
    margin-bottom: 20px;
    background-color: #e8dfd5;
}

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

.contact-info-section {
    margin: 50px 0;
}

.contact-details {
    margin-bottom: 50px;
}

.contact-details h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #c17a3e;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.contact-map {
    margin-top: 40px;
    background-color: #e8dfd5;
}

.contact-map img {
    width: 100%;
    height: auto;
    display: block;
}

.legal-page {
    max-width: 900px;
}

.legal-section {
    margin-bottom: 50px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 22px;
    margin: 25px 0 15px;
    color: #333;
}

.legal-section h4 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #555;
}

.legal-section p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.legal-section ul {
    padding-left: 30px;
    margin: 15px 0;
}

.legal-section li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}

.legal-section a {
    color: #c17a3e;
    text-decoration: none;
}

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

.thanks-page {
    text-align: center;
    padding: 60px 30px;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background-color: #4caf50;
    color: #fff;
    font-size: 48px;
    line-height: 80px;
    border-radius: 50%;
}

.thanks-page h1 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.thanks-content {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.service-confirmation {
    margin: 30px 0;
    padding: 25px;
    background-color: #f9f6f2;
    border-radius: 6px;
}

.selected-service-info {
    font-size: 20px;
    color: #c17a3e;
}

.next-steps {
    margin: 40px 0;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

.next-steps h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.next-steps ol {
    padding-left: 25px;
}

.next-steps li {
    margin-bottom: 15px;
    font-size: 17px;
    color: #555;
}

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

.thanks-button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #c17a3e;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.thanks-button:hover {
    background-color: #a86a34;
}

.thanks-button-secondary {
    display: inline-block;
    padding: 14px 30px;
    background-color: #fff;
    color: #c17a3e;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    border: 2px solid #c17a3e;
    border-radius: 6px;
    transition: all 0.3s;
}

.thanks-button-secondary:hover {
    background-color: #c17a3e;
    color: #fff;
}

@media (max-width: 768px) {
    .editorial-nav {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .editorial-container {
        padding: 30px 20px;
    }

    .hero-title {
        font-size: 32px;
    }

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

    .editorial-text-block p {
        font-size: 17px;
    }

    .editorial-text-block h2 {
        font-size: 28px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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

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

    .thanks-actions {
        flex-direction: column;
    }

    .thanks-button,
    .thanks-button-secondary {
        width: 100%;
    }
}