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

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

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.top-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: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: #8b4513;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.editorial-flow {
    max-width: 100%;
}

.hero-editorial {
    background-color: #ffffff;
    padding: 4rem 2rem 3rem;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.hero-content-narrow h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 400;
}

.lead-text {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.7;
}

.hero-image-inline {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e8dcc4;
}

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

.story-section,
.insight-section,
.method-reveal,
.benefits-section,
.trust-section,
.final-cta,
.references-section,
.form-section {
    padding: 4rem 2rem;
}

.story-section {
    background-color: #f9f6f1;
}

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

.method-reveal {
    background-color: #fef9f3;
}

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

.services-editorial {
    background-color: #f5f5f5;
    padding: 3rem 2rem 4rem;
}

.trust-section {
    background-color: #e8f4f8;
}

.final-cta {
    background-color: #8b4513;
    color: #ffffff;
    text-align: center;
}

.final-cta h2 {
    color: #ffffff;
}

.final-cta p {
    color: #f0e6d2;
}

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

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
}

.narrow-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
}

.narrow-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.narrow-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #444;
}

.inline-cta {
    margin: 2.5rem 0;
    text-align: center;
}

.link-cta {
    color: #8b4513;
    font-size: 1.1rem;
    text-decoration: underline;
    transition: color 0.3s;
}

.link-cta:hover {
    color: #a0522d;
}

.editorial-quote {
    font-size: 1.4rem;
    font-style: italic;
    border-left: 4px solid #8b4513;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    color: #333;
    line-height: 1.6;
}

.inline-image {
    margin: 3rem auto;
    max-width: 900px;
    background-color: #e8dcc4;
}

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

.method-blocks {
    margin-top: 2.5rem;
}

.method-item {
    margin-bottom: 2.5rem;
}

.method-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #8b4513;
}

.testimonial-inline {
    padding: 4rem 2rem;
    background-color: #fff8f0;
}

.testimonial-card {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-left: 5px solid #8b4513;
}

.testimonial-text {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #333;
}

.testimonial-author {
    font-size: 1rem;
    color: #666;
    text-align: right;
}

.service-block {
    background-color: #ffffff;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.service-block h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-block p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #444;
}

.service-includes {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 1.5rem;
}

.price-reveal {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #8b4513;
}

.select-service-btn {
    background-color: #8b4513;
    color: #ffffff;
    border: none;
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.editorial-form {
    background-color: #ffffff;
    padding: 2.5rem;
    border: 1px solid #e0e0e0;
    margin-top: 2rem;
}

.form-intro {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: inherit;
}

.submit-btn {
    background-color: #8b4513;
    color: #ffffff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

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

.disclaimer-box {
    background-color: #fff9e6;
    border: 1px solid #f0e6cc;
    padding: 1.5rem;
    margin-top: 2.5rem;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #8b4513;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 1.15rem;
    margin-top: 1.5rem;
    transition: background-color 0.3s;
}

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

.references-list {
    font-size: 0.9rem;
    padding-left: 1.5rem;
    color: #555;
}

.references-list li {
    margin-bottom: 0.8rem;
}

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

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

.site-footer {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 3rem 2rem 1.5rem;
}

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

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

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #8b4513;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    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: 2rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #8b4513;
    color: #ffffff;
}

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

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

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

.contact-page-content,
.about-page-content,
.services-page-content,
.legal-page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.contact-page-content h1,
.about-page-content h1,
.services-page-content h1,
.legal-page-content h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.contact-info-block {
    background-color: #f9f6f1;
    padding: 2rem;
    margin: 2rem 0;
}

.contact-info-item {
    margin-bottom: 1.5rem;
}

.contact-info-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #8b4513;
}

.contact-info-item p {
    font-size: 1.05rem;
    color: #444;
}

.about-section {
    margin-bottom: 3rem;
}

.about-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 2rem;
}

.service-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
}

.service-card .price {
    font-size: 1.5rem;
    color: #8b4513;
    font-weight: 700;
    margin-top: 1rem;
}

.legal-page-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.legal-page-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.legal-page-content p,
.legal-page-content li {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
}

.legal-page-content ul,
.legal-page-content ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 5rem 2rem;
    text-align: center;
}

.thanks-container h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #8b4513;
    font-weight: 400;
}

.thanks-container p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
}

.thanks-container .selected-service-display {
    background-color: #f9f6f1;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 4px solid #8b4513;
}

.thanks-container .selected-service-display strong {
    color: #8b4513;
}

.back-home-link {
    display: inline-block;
    margin-top: 2rem;
    color: #8b4513;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.back-home-link:hover {
    color: #a0522d;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero-content-narrow h1 {
        font-size: 2rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }

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

    .price-reveal {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

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