/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.8em;
    color: #1a1a1a;
}

h1 {
    font-size: 2.8em;
    margin-bottom: 0.4em;
}

h2 {
    font-size: 2em;
    margin-top: 1.5em;
}

h3 {
    font-size: 1.4em;
    margin-top: 1.2em;
}

h4 {
    font-size: 1.1em;
    margin-top: 1em;
}

p {
    margin-bottom: 1.3em;
}

a {
    color: #d4534f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #a93e3b;
}

ul, ol {
    margin-bottom: 1.3em;
    margin-left: 1.5em;
}

li {
    margin-bottom: 0.5em;
}

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

button {
    cursor: pointer;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

/* Ad Disclosure */
.ad-disclosure {
    background-color: #fff8e1;
    color: #5d4e37;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    border-bottom: 1px solid #e8dbb8;
}

/* Minimal Navigation */
.minimal-nav {
    background-color: #ffffff;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

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

/* Editorial Content - Article-like layout */
.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
}

/* Hero Editorial */
.hero-editorial {
    margin-bottom: 60px;
    position: relative;
}

.hero-image-container {
    width: 100%;
    margin-bottom: 40px;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

.hero-image-container img {
    width: 100%;
    height: auto;
}

.hero-text-overlay h1 {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 0.3em;
    color: #1a1a1a;
}

.lead {
    font-size: 1.3em;
    color: #5a5a5a;
    font-style: italic;
    margin-bottom: 1em;
    line-height: 1.6;
}

/* Page Header Editorial */
.page-header-editorial {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.page-header-editorial h1 {
    font-size: 2.5em;
    margin-bottom: 0.3em;
}

.page-header-editorial .lead {
    font-size: 1.2em;
    color: #6a6a6a;
}

/* Content Blocks */
.content-block {
    margin-bottom: 50px;
}

.opening-thought {
    font-size: 1.25em;
    line-height: 1.7;
    color: #3a3a3a;
    font-style: italic;
    margin-bottom: 1.5em;
    padding-left: 20px;
    border-left: 4px solid #d4534f;
}

/* Inline Images */
.inline-image {
    margin: 40px 0;
    border-radius: 4px;
    background-color: #e8e8e8;
}

/* Philosophy Section */
.philosophy {
    background-color: #f5f5f5;
    padding: 40px 35px;
    border-radius: 4px;
    margin: 50px -35px;
}

/* Inline CTA */
.inline-cta {
    margin: 35px 0;
    text-align: center;
}

.text-link-cta {
    font-size: 1.1em;
    color: #d4534f;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    display: inline-block;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.text-link-cta:hover {
    color: #a93e3b;
    transform: translateX(5px);
}

.text-link-cta-large {
    font-size: 1.3em;
    color: #d4534f;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    display: inline-block;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.text-link-cta-large:hover {
    color: #a93e3b;
    transform: translateX(8px);
}

/* Services Editorial */
.services-editorial {
    margin: 50px 0;
}

.services-intro {
    font-size: 1.15em;
    color: #4a4a4a;
    margin-bottom: 40px;
    text-align: center;
}

.service-card-editorial {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-card-editorial img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 25px;
    background-color: #e8e8e8;
}

.service-card-editorial h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
    color: #1a1a1a;
}

.service-card-editorial p {
    font-size: 1.05em;
    line-height: 1.7;
    color: #4a4a4a;
}

.price-tag {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: #d4534f;
    margin: 20px 0;
}

.select-service-btn {
    background-color: #d4534f;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.select-service-btn:hover {
    background-color: #a93e3b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 83, 79, 0.3);
}

.select-service-btn:active {
    transform: translateY(0);
}

/* Detailed Service Cards */
.service-card-editorial.detailed {
    background-color: #f9f9f9;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 40px;
    border-bottom: none;
}

.service-details h3 {
    font-size: 1.1em;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.service-details ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.price-prominent {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #d4534f;
    margin: 25px 0;
}

/* Testimonial Inline */
.testimonial-inline {
    background-color: #fff;
    border-left: 5px solid #d4534f;
    padding: 35px 40px;
    margin: 50px -40px;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 1.2em;
    font-style: italic;
    color: #3a3a3a;
    line-height: 1.7;
    margin-bottom: 0.5em;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 0.95em;
    color: #6a6a6a;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

/* Process Section */
.process-section {
    margin: 60px 0;
}

/* Form Section Editorial */
.form-section-editorial {
    background-color: #f5f5f5;
    padding: 50px 40px;
    border-radius: 6px;
    margin: 60px -40px;
}

.form-section-editorial h2 {
    text-align: center;
    margin-bottom: 0.5em;
}

.form-section-editorial > p {
    text-align: center;
    font-size: 1.1em;
    color: #5a5a5a;
    margin-bottom: 35px;
}

.editorial-form {
    max-width: 500px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #2a2a2a;
    margin-bottom: 8px;
}

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

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

.submit-btn {
    background-color: #d4534f;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #a93e3b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 83, 79, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.selected-service-display {
    background-color: #fff8e1;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    border-left: 4px solid #d4534f;
}

.selected-service-display p {
    margin: 0;
    font-size: 16px;
    color: #5d4e37;
}

.selected-service-display strong {
    color: #d4534f;
}

/* Final Thought */
.final-thought {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.closing-line {
    font-size: 1.25em;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
}

.closing-thought {
    font-size: 1.15em;
    font-style: italic;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.7;
}

/* CTA Editorial */
.cta-editorial {
    text-align: center;
    padding: 40px 0;
    margin: 50px 0;
}

/* Contact Info Section */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 50px 0;
}

.contact-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
    border-left: 4px solid #d4534f;
}

.contact-card h2 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.7em;
}

.contact-detail {
    font-size: 1.05em;
    line-height: 1.7;
    color: #3a3a3a;
}

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

/* FAQ */
.faq-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.2em;
    color: #2a2a2a;
    margin-bottom: 0.6em;
}

.faq-item p {
    color: #4a4a4a;
    line-height: 1.7;
}

/* Thanks Page */
.thanks-page .service-confirmation-box {
    background-color: #e8f5e9;
    padding: 20px 25px;
    border-radius: 6px;
    margin: 30px 0;
    border-left: 5px solid #4caf50;
}

.thanks-page .service-confirmation-box p {
    margin: 0;
    font-size: 1.1em;
    color: #2e7d32;
}

.thanks-page .service-confirmation-box strong {
    color: #1b5e20;
}

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

.step-item {
    margin-bottom: 35px;
    padding-left: 25px;
    border-left: 3px solid #e0e0e0;
}

.step-item h3 {
    font-size: 1.3em;
    color: #d4534f;
    margin-bottom: 0.5em;
}

.thanks-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: 40px 0;
}

.final-message {
    background-color: #f5f5f5;
    padding: 40px 35px;
    border-radius: 6px;
    text-align: center;
    margin-top: 50px;
}

/* Legal Pages */
.legal-page h2 {
    margin-top: 1.8em;
}

.legal-page h3 {
    margin-top: 1.4em;
    font-size: 1.2em;
}

.legal-page ul {
    margin-bottom: 1.5em;
}

.philosophy-deep p {
    margin-bottom: 1.5em;
}

/* Footer */
.site-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 30px 30px;
    margin-top: 80px;
}

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

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

.footer-section h4 {
    color: #ffffff;
    font-size: 1.1em;
    margin-bottom: 1em;
    font-weight: 700;
}

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

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

.footer-section li {
    margin-bottom: 0.7em;
}

.footer-section a {
    color: #d0d0d0;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

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

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: #363636;
    border-radius: 4px;
    font-size: 0.85em;
    line-height: 1.6;
    color: #b0b0b0;
}

.disclaimer strong {
    color: #ffffff;
}

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

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px 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;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #d0d0d0;
}

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #4caf50;
    color: #ffffff;
}

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

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

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

/* Responsive Design */
@media (max-width: 768px) {
    body {
        font-size: 17px;
    }

    .editorial-content {
        padding: 40px 20px;
    }

    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.7em;
    }

    .hero-text-overlay h1 {
        font-size: 2.3em;
    }

    .lead {
        font-size: 1.15em;
    }

    .nav-links {
        gap: 20px;
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .philosophy {
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px 25px;
    }

    .form-section-editorial {
        margin-left: -20px;
        margin-right: -20px;
        padding: 35px 25px;
    }

    .testimonial-inline {
        margin-left: -20px;
        margin-right: -20px;
        padding: 25px 25px;
    }

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

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 1.9em;
    }

    .hero-text-overlay h1 {
        font-size: 2em;
    }

    .minimal-nav {
        padding: 20px 15px;
    }

    .nav-brand {
        font-size: 20px;
    }

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