* {
    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;
}

.nav-editorial {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.nav-brand {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

.nav-ad-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
    background-color: #f5f5f5;
    padding: 0.3rem 0.7rem;
    border-radius: 3px;
}

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

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s;
}

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

.editorial-article {
    max-width: 720px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.article-header {
    margin-bottom: 3rem;
    text-align: left;
}

.article-header h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.article-subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

.article-hero {
    margin: 0 -2rem 3rem -2rem;
}

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

.article-content {
    font-size: 1.15rem;
    line-height: 1.9;
}

.lead-paragraph {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
    color: #3a3a3a;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content h2 {
    font-size: 1.9rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.article-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2a2a2a;
}

.inline-image-block {
    margin: 3rem 0;
}

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

.inline-cta-block {
    background-color: #f7f7f7;
    padding: 2.5rem;
    margin: 3rem 0;
    border-left: 4px solid #3a3a3a;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: #2a2a2a;
}

.cta-link {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 0.2rem;
    transition: opacity 0.2s;
}

.cta-link:hover {
    opacity: 0.7;
}

.article-quote {
    font-size: 1.4rem;
    font-style: italic;
    margin: 3rem 0;
    padding: 2rem;
    background-color: #fafafa;
    border-left: 3px solid #4a4a4a;
    color: #3a3a3a;
}

.services-editorial {
    margin: 3rem 0;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
}

.service-card-editorial h3 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card-editorial p {
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.service-includes {
    margin: 1.5rem 0;
}

.service-includes strong {
    display: block;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #2a2a2a;
}

.service-includes ul {
    list-style: none;
    padding-left: 0;
}

.service-includes li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 1rem;
}

.service-includes li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666;
}

.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8e8e8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-duration {
    font-size: 0.95rem;
    color: #666;
}

.service-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
}

.service-select-btn {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #2a2a2a;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.featured-service {
    border: 2px solid #2a2a2a;
}

.form-section {
    background-color: #f9f9f9;
    padding: 3rem;
    margin: 4rem 0;
}

.form-section h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 2rem;
}

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

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

.form-submit-btn {
    padding: 1.1rem 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #2a2a2a;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.article-footer-note {
    background-color: #f5f5f5;
    padding: 2rem;
    margin: 4rem 0 2rem 0;
    font-size: 0.95rem;
    color: #5a5a5a;
}

.article-footer-note h3 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    color: #2a2a2a;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 3rem 0 1.5rem 0;
    margin-top: 5rem;
}

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

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-column p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-column li {
    margin-bottom: 0.6rem;
}

.footer-column a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    padding: 1.5rem 2rem 0 2rem;
    border-top: 1px solid #4a4a4a;
    text-align: center;
}

.footer-bottom p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #e0e0e0;
    padding: 1.5rem;
    z-index: 200;
    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;
    flex-wrap: wrap;
}

.cookie-content p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #4a4a4a;
    flex: 1;
    margin: 0;
}

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

.cookie-btn {
    padding: 0.8rem 1.8rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

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

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

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

.contact-page .contact-intro {
    margin-bottom: 3rem;
}

.contact-info-section {
    margin: 3rem 0;
}

.contact-info-block {
    margin-bottom: 2.5rem;
}

.contact-info-block h2 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.contact-info-block p {
    margin-bottom: 0.5rem;
}

.contact-email {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', monospace;
    color: #2a2a2a;
    font-weight: 600;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

.contact-approach {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin: 3rem 0;
}

.contact-approach h2 {
    margin-top: 0;
}

.contact-approach a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

.contact-approach a:hover {
    opacity: 0.7;
}

.thanks-page .thanks-content {
    text-align: left;
}

.thanks-service-info {
    background-color: #f0f0f0;
    padding: 1.5rem;
    margin: 2rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.thanks-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2.5rem 0;
}

.thanks-link {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 0.2rem;
    transition: opacity 0.2s;
    width: fit-content;
}

.thanks-link:hover {
    opacity: 0.7;
}

.legal-page .legal-content {
    font-size: 1.05rem;
}

.legal-content ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-table th,
.cookie-table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2a2a2a;
}

.cookie-table td {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .nav-links {
        width: 100%;
        justify-content: space-between;
        gap: 1rem;
    }

    .article-header h1 {
        font-size: 2.2rem;
    }

    .article-subtitle {
        font-size: 1.1rem;
    }

    .article-content {
        font-size: 1.05rem;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .service-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
