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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e0e0e0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #2c5f4f;
    color: white;
}

.btn-accept:hover {
    background-color: #234a3e;
}

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

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

.main-nav {
    background-color: white;
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2c5f4f;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
}

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

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

.ad-notice {
    font-size: 12px;
    color: #888;
    font-style: italic;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

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

.hero-editorial {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    background-color: #e8ebe8;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
    text-align: center;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.3;
    color: white;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

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

.intro-narrative,
.problem-section,
.solution-reveal,
.testimonials-inline,
.service-showcase,
.order-form-section,
.final-cta,
.disclaimer-section,
.story-section,
.philosophy-section,
.team-section,
.values-section,
.cta-section,
.services-detailed,
.contact-info-section,
.visit-section,
.thanks-hero,
.thanks-details {
    padding: 60px 0;
}

.opening-line {
    font-size: 24px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-style: italic;
}

.narrow-text p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.narrow-text h2 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 28px;
    margin-top: 50px;
    color: #1a1a1a;
    font-weight: 400;
}

.narrow-text h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
    margin-top: 35px;
    color: #2c2c2c;
    font-weight: 500;
}

.inline-image {
    margin: 45px 0;
    width: 100%;
}

.content-img,
.service-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.insight-box {
    background-color: #f9f9f7;
    border-left: 4px solid #2c5f4f;
    padding: 25px 30px;
    margin: 35px 0;
}

.insight-box p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.testimonial {
    margin: 40px 0;
    padding: 30px;
    background-color: #fafaf8;
    border-radius: 2px;
}

.testimonial p {
    font-size: 19px;
    line-height: 1.7;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

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

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

.service-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background-color: #f0f0f0;
}

.service-card h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 500;
}

.service-card p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f4f;
    margin-top: 10px;
}

.cta-service,
.btn-submit,
.btn-primary {
    background-color: #2c5f4f;
    color: white;
    padding: 14px 32px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cta-service:hover,
.btn-submit:hover,
.btn-primary:hover {
    background-color: #234a3e;
    transform: translateY(-2px);
}

.contact-form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.centered-content {
    text-align: center;
}

.btn-inline-cta {
    display: inline-block;
    background-color: #2c5f4f;
    color: white;
    padding: 14px 36px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.btn-inline-cta:hover {
    background-color: #234a3e;
    transform: translateY(-2px);
}

.disclaimer-section {
    background-color: #f5f5f3;
    padding: 40px 0;
}

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

.main-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 60px 0 30px;
}

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

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #aaa;
}

.page-hero {
    padding: 80px 0 40px;
}

.page-hero h1 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.lead-text {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.value-item {
    margin: 35px 0;
}

.legal-page .narrow-text {
    max-width: 800px;
}

.legal-intro {
    font-size: 15px;
    color: #888;
    margin-bottom: 40px;
}

.legal-section {
    margin: 40px 0;
}

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

.legal-section h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-section h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #333;
}

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

.legal-section li {
    margin: 8px 0;
    font-size: 17px;
    line-height: 1.6;
}

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

.right-item {
    padding: 20px;
    background-color: #fafaf8;
    border-left: 3px solid #2c5f4f;
}

.right-item h4 {
    margin-top: 0;
}

.right-item p {
    margin: 0;
}

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

.contact-item {
    margin: 30px 0;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c5f4f;
}

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

.contact-note {
    background-color: #f9f9f7;
    padding: 25px;
    margin: 30px 0;
    border-radius: 3px;
}

.service-detail {
    margin: 60px 0;
    padding: 40px 0;
    border-bottom: 1px solid #e8e8e8;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-image {
    margin: 0 0 30px 0;
}

.service-intro {
    font-size: 20px;
    font-weight: 600;
    color: #2c5f4f;
    margin: 15px 0;
}

.service-pricing {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    align-items: flex-start;
}

.service-pricing .price {
    font-size: 32px;
    font-weight: 700;
    color: #2c5f4f;
}

.thanks-page .thanks-hero {
    padding: 100px 0 60px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 42px;
    color: #2c5f4f;
    margin-bottom: 20px;
}

.thanks-info-box {
    background-color: #f9f9f7;
    padding: 35px;
    border-radius: 3px;
    margin: 30px 0;
}

.thanks-info-box h2 {
    font-size: 26px;
    margin-top: 0;
}

.service-confirmation {
    background-color: #e8f4f0;
    padding: 20px;
    margin: 20px 0;
    border-radius: 3px;
    font-size: 17px;
}

.next-steps {
    margin: 40px 0;
}

.next-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.next-links a {
    color: #2c5f4f;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.3s ease;
    display: inline-block;
}

.next-links a:hover {
    color: #234a3e;
    text-decoration: underline;
}

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

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

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

    .narrow-text p {
        font-size: 16px;
    }

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

    .ad-notice {
        flex-basis: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 10px;
    }

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

    .service-card img {
        height: 250px;
    }
}