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

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

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

.minimal-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e6;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
    font-family: 'Arial', sans-serif;
}

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

.editorial-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 20px;
}

.editorial-header {
    margin: 50px 0 60px 0;
}

.header-image {
    margin-bottom: 40px;
    background-color: #e8e8e6;
}

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

.header-text h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.subtitle {
    font-size: 1.25rem;
    color: #666;
    font-style: italic;
}

.article-body {
    margin-bottom: 80px;
}

.intro-section {
    margin-bottom: 50px;
}

.lead-paragraph {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.content-section {
    margin-bottom: 50px;
}

.content-section h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.4;
}

.content-section p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.inline-image-section {
    margin: 60px 0;
    background-color: #e8e8e6;
}

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

.service-preview-inline {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f7f4;
    border-left: 4px solid #2c2c2c;
}

.preview-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.preview-card p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555;
}

.inline-cta {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    transition: background-color 0.3s;
}

.inline-cta:hover {
    background-color: #1a1a1a;
}

.quote-section {
    margin: 60px 0;
    padding: 50px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.quote-section blockquote {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    color: #1a1a1a;
    text-align: center;
}

.quote-section cite {
    display: block;
    margin-top: 20px;
    font-size: 1rem;
    font-style: normal;
    color: #666;
}

.services-editorial {
    margin: 50px 0;
}

.service-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e6;
}

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

.service-item h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-item p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555;
}

.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #e8e8e6;
}

.duration {
    font-size: 0.95rem;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.select-service {
    padding: 12px 35px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #1a1a1a;
}

.form-section {
    margin: 60px 0;
    padding: 50px;
    background-color: #f4f4f2;
}

.form-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.form-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d0d0;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #fff;
}

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

.submit-btn {
    padding: 15px 40px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.testimonial-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f7f4;
}

.testimonial p {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.7;
}

.testimonial cite {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.disclaimer-section {
    margin: 60px 0;
    padding: 30px;
    background-color: #fff4e6;
    border: 1px solid #e8d8c0;
}

.disclaimer-section p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.editorial-footer {
    background-color: #2c2c2c;
    color: #fff;
    padding: 60px 30px 30px 30px;
    margin-top: 100px;
}

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

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s;
}

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

.footer-column p {
    color: #ccc;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
}

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
    font-family: 'Arial', sans-serif;
}

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

.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
}

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-btn.accept {
    background-color: #fff;
    color: #2c2c2c;
}

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

.cookie-btn:hover {
    opacity: 0.8;
}

.hidden {
    display: none;
}

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .header-text h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .lead-paragraph {
        font-size: 1.15rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .service-preview-inline {
        padding: 25px;
    }

    .form-section {
        padding: 30px 20px;
    }

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

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

.contact-page {
    max-width: 740px;
    margin: 50px auto;
    padding: 0 20px;
}

.contact-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-page h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    font-weight: 600;
}

.contact-page p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

.contact-info {
    margin: 30px 0;
    padding: 30px;
    background-color: #f9f7f4;
}

.contact-info p {
    margin-bottom: 10px;
}

.contact-info strong {
    display: inline-block;
    min-width: 150px;
}

.services-page {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 30px;
}

.services-page h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 600;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about-page {
    max-width: 740px;
    margin: 50px auto;
    padding: 0 20px;
}

.about-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.about-page h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px 0;
    font-weight: 600;
}

.about-page p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-image {
    margin: 50px 0;
    background-color: #e8e8e6;
}

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

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

.legal-page h1 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.legal-page h2 {
    font-size: 1.6rem;
    margin: 35px 0 15px 0;
    font-weight: 600;
}

.legal-page h3 {
    font-size: 1.3rem;
    margin: 25px 0 12px 0;
    font-weight: 600;
}

.legal-page p {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

.legal-page ul {
    margin: 15px 0 15px 30px;
    line-height: 1.7;
}

.legal-page li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.thanks-page {
    max-width: 740px;
    margin: 100px auto;
    padding: 0 20px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.thanks-page p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.thanks-page .back-home {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s;
}

.thanks-page .back-home:hover {
    background-color: #1a1a1a;
}