* {
    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: #f0e6d8;
    color: #5a5a5a;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #d9cbb8;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
}

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

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

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

.editorial-content {
    background-color: #ffffff;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 30px;
}

.hero-editorial {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #e8e2d8;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 680px;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
}

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

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #5a5a5a;
    font-style: italic;
}

.opening-paragraph {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.story-intro,
.problem-section,
.solution-reveal,
.trust-building,
.science-section,
.services-preview,
.order-form-section,
.final-cta,
.references-section,
.story-section,
.values-section,
.services-list,
.contact-info-section,
.thanks-section {
    padding: 60px 0;
}

.story-intro {
    background-color: #fafafa;
}

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

.solution-reveal {
    background-color: #ffffff;
}

.trust-building {
    background-color: #f9f6f1;
}

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

.services-preview {
    background-color: #fafafa;
}

.order-form-section {
    background-color: #f5f0e8;
}

.final-cta {
    background-color: #e8e2d8;
    text-align: center;
}

.references-section {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
}

h1 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 400;
    color: #2c2c2c;
}

h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #2c2c2c;
}

h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #3a3a3a;
}

h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 600;
    color: #3a3a3a;
}

p {
    margin-bottom: 20px;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 4px;
    object-fit: cover;
}

.citation {
    color: #6b7c8a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.citation:hover {
    color: #3a4a5a;
}

.benefits-list,
.simple-list {
    margin: 30px 0;
    padding-left: 30px;
}

.benefits-list li,
.simple-list li {
    margin-bottom: 15px;
    line-height: 1.7;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f6f1;
    border-left: 4px solid #c8b896;
    font-style: italic;
}

.testimonial-inline p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
}

.testimonial-inline cite {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 16px;
    color: #6a6a6a;
}

.service-card-inline {
    margin: 50px 0;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-inline:last-of-type {
    border-bottom: none;
}

.service-card-inline img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    border-radius: 4px;
    object-fit: cover;
}

.service-card-inline h3 {
    margin-top: 0;
    font-size: 26px;
}

.price-tag {
    font-size: 28px;
    font-weight: 600;
    color: #4a6b4a;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.select-service-btn {
    background-color: #5a7055;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
    margin-top: 15px;
}

.select-service-btn:hover {
    background-color: #4a5f45;
}

.order-form {
    max-width: 600px;
    margin: 40px auto;
}

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

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

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

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

.submit-btn {
    background-color: #5a7055;
    color: #ffffff;
    border: none;
    padding: 18px 50px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
    display: block;
    margin: 30px auto 0;
}

.submit-btn:hover {
    background-color: #4a5f45;
}

.cta-link {
    display: inline-block;
    margin-top: 25px;
    color: #5a7055;
    text-decoration: underline;
    font-size: 20px;
    transition: color 0.3s ease;
}

.cta-link:hover {
    color: #4a5f45;
}

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

.references-list li {
    margin-bottom: 15px;
    line-height: 1.7;
}

.references-list a {
    color: #6b7c8a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.references-list a:hover {
    color: #3a4a5a;
    text-decoration: underline;
}

.main-footer {
    background-color: #3a3a3a;
    color: #d0d0d0;
    padding: 60px 30px 30px;
}

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

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
}

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

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

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

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 40px auto 20px;
    padding: 25px;
    background-color: #2c2c2c;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 30px;
    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: 15px;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
}

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

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

.cookie-btn.accept {
    background-color: #5a7055;
    color: #ffffff;
}

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

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

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

.page-header {
    background-color: #f5f0e8;
    padding: 80px 0 40px;
}

.page-header h1 {
    font-size: 42px;
}

.legal-page h2 {
    margin-top: 40px;
}

.legal-page h3 {
    margin-top: 25px;
}

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

.legal-content ul li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.legal-intro {
    font-size: 16px;
    color: #6a6a6a;
    font-style: italic;
}

.service-detail-card {
    margin: 50px 0;
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail-card:last-of-type {
    border-bottom: none;
}

.service-detail-card img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 4px;
    object-fit: cover;
}

.service-detail-card h2 {
    margin-top: 0;
}

.price-highlight {
    font-size: 32px;
    font-weight: 700;
    color: #4a6b4a;
    margin: 25px 0;
    font-family: 'Arial', sans-serif;
}

.scent-profiles,
.set-contents,
.subscription-info {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

.scent-profiles li,
.set-contents li,
.subscription-info li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.scent-profiles li:last-child,
.set-contents li:last-child,
.subscription-info li:last-child {
    border-bottom: none;
}

.contact-block {
    margin: 40px 0;
}

.contact-block h2 {
    margin-top: 0;
    font-size: 24px;
}

.note-text {
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
}

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

.thanks-details {
    margin: 50px 0;
    padding: 40px;
    background-color: #f9f6f1;
    border-radius: 4px;
    text-align: left;
}

.next-steps {
    margin: 50px 0;
    text-align: left;
}

.steps-list {
    padding-left: 30px;
    margin-top: 25px;
}

.steps-list li {
    margin-bottom: 15px;
    line-height: 1.7;
}

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

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #5a7055;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.cta-button.secondary {
    background-color: #7a7a7a;
}

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

.value-block {
    margin: 40px 0;
    padding: 30px;
    background-color: #fafafa;
    border-left: 4px solid #c8b896;
}

.value-block h3 {
    margin-top: 0;
}

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

    .nav-links {
        gap: 20px;
    }

    .hero-editorial {
        height: 400px;
    }

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

    .lead-text {
        font-size: 18px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .opening-paragraph {
        font-size: 20px;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .cta-button {
        width: 100%;
        text-align: center;
    }
}
