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

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

.ad-disclosure {
    background-color: #f4ede4;
    color: #6b5d4f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    border-bottom: 1px solid #e0d5c7;
}

.main-nav {
    background-color: #ffffff;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e3db;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

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

.editorial-content {
    max-width: 100%;
    background-color: #ffffff;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

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

.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    color: #ffffff;
}

.hero-text-overlay h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
    max-width: 900px;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.95;
    max-width: 700px;
}

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

.story-intro,
.process-reveal,
.services-integrated,
.trust-markers,
.contact-form-section,
.final-cta {
    border-bottom: 1px solid #f0ebe3;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.65;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.narrow-text p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #4a4a4a;
}

.narrow-text h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #2c2c2c;
}

.narrow-text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #3a3a3a;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 45px 0;
    border-radius: 4px;
    object-fit: cover;
    background-color: #e8e3db;
}

.process-step {
    margin-bottom: 40px;
}

.process-step h3 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #2c5f2d;
}

.service-card-inline {
    background-color: #f9f7f3;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 4px solid #2c5f2d;
}

.service-card-inline h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.service-card-inline p {
    font-size: 16px;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 28px;
    font-weight: 600;
    color: #2c5f2d;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.cta-select-service {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-select-service:hover {
    background-color: #234a24;
}

.testimonial {
    border-left: 3px solid #d4c5b0;
    padding-left: 25px;
    margin: 35px 0;
    font-style: italic;
    color: #5a5a5a;
}

.testimonial cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 15px;
    color: #8a8a8a;
}

.editorial-form {
    background-color: #f9f7f3;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
}

.form-notice {
    background-color: #fff3cd;
    color: #856404;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.form-notice.success {
    background-color: #d4edda;
    color: #155724;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d4c5b0;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background-color: #ffffff;
}

.form-group textarea {
    resize: vertical;
}

.submit-button {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #234a24;
}

.closing-thought {
    font-size: 20px;
    font-style: italic;
    color: #5a5a5a;
    text-align: center;
    padding: 20px 0;
}

.main-footer {
    background-color: #3a3a3a;
    color: #d4d4d4;
    padding: 50px 40px 30px;
}

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

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

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

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

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

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

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

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

.disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #555555;
    font-size: 13px;
    line-height: 1.6;
    color: #999999;
}

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

.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;
    font-size: 14px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.cookie-content a {
    color: #8bc88f;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-accept {
    background-color: #2c5f2d;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #234a24;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #666666;
}

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

.page-header {
    text-align: center;
    padding: 80px 30px 50px;
    background-color: #f9f7f3;
    border-bottom: 1px solid #e8e3db;
}

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

.header-subtitle {
    font-size: 20px;
    color: #6a6a6a;
    font-weight: 300;
}

.services-page,
.about-page,
.contact-page {
    min-height: calc(100vh - 300px);
}

.services-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px;
}

.service-detail-card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    background-color: #ffffff;
    border: 1px solid #e8e3db;
    border-radius: 4px;
    overflow: hidden;
}

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    min-width: 300px;
    background-color: #e8e3db;
}

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

.service-detail-content {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.service-detail-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.service-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #5a5a5a;
}

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #4a4a4a;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: bold;
}

.service-pricing {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.service-pricing .price {
    font-size: 32px;
    font-weight: 600;
    color: #2c5f2d;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.service-pricing .price-note {
    font-size: 15px;
    color: #8a8a8a;
}

.service-contact-cta {
    padding: 80px 30px;
    background-color: #f9f7f3;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-box h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #5a5a5a;
}

.button-link {
    display: inline-block;
    background-color: #2c5f2d;
    color: #ffffff;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    transition: background-color 0.3s;
}

.button-link:hover {
    background-color: #234a24;
}

.contact-page main {
    padding-bottom: 60px;
}

.contact-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #2c2c2c;
}

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

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c5f2d;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-note {
    background-color: #f9f7f3;
    padding: 20px;
    border-left: 3px solid #d4c5b0;
    margin-top: 30px;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}

.contact-image {
    flex: 1;
    min-width: 300px;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    background-color: #e8e3db;
}

.contact-additional {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px 60px;
}

.contact-additional h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #2c2c2c;
}

.legal-page {
    min-height: calc(100vh - 300px);
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
}

.legal-content h1 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.last-updated {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 40px;
}

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

.legal-section h2 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #2c5f2d;
}

.legal-section h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.legal-section h4 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #4a4a4a;
}

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

.legal-section ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.url-display {
    word-break: break-all;
}

.thanks-page {
    min-height: calc(100vh - 300px);
    background-color: #f9f7f3;
    padding: 80px 30px;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c2c2c;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #5a5a5a;
}

.service-confirmation {
    background-color: #f0f8f0;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 4px;
}

.selected-service-info {
    font-size: 16px;
    color: #2c5f2d;
    margin: 0;
}

.next-steps {
    text-align: left;
    margin-bottom: 40px;
}

.next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.steps-list {
    margin-left: 20px;
}

.steps-list li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

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

.button-primary,
.button-secondary {
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    transition: all 0.3s;
}

.button-primary {
    background-color: #2c5f2d;
    color: #ffffff;
}

.button-primary:hover {
    background-color: #234a24;
}

.button-secondary {
    background-color: transparent;
    color: #2c5f2d;
    border: 2px solid #2c5f2d;
}

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

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

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

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

    .hero-subtitle {
        font-size: 17px;
    }

    .narrow-text {
        padding: 40px 20px;
    }

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

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

    .service-detail-card {
        flex-direction: column;
    }

    .service-detail-card:nth-child(even) {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
        gap: 40px;
    }

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

    .thanks-container {
        padding: 40px 30px;
    }
}