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

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

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

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
}

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

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

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

.editorial-container {
    max-width: 100%;
    background-color: #fff;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 600px;
    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.7;
}

.hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 800px;
}

.hero-text-overlay h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.95;
}

.article-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 20px;
}

.text-section {
    width: 100%;
}

.opening-paragraph {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 300;
}

.text-section p {
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.text-section h2 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
}

.text-section h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 500;
}

.inline-image {
    margin: 50px 0;
    background-color: #f5f5f5;
}

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

.image-caption {
    padding: 16px;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    text-align: center;
}

.editorial-quote {
    margin: 40px 0;
    padding: 30px 40px;
    border-left: 4px solid #2c2c2c;
    background-color: #f9f9f9;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
}

.editorial-quote cite {
    display: block;
    margin-top: 16px;
    font-size: 0.95rem;
    font-style: normal;
    color: #666;
}

.inline-cta {
    display: inline-block;
    margin: 30px 0;
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

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

.principle-card {
    margin: 30px 0;
    padding: 30px;
    background-color: #f5f5f5;
    border-left: 3px solid #666;
}

.principle-card h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 40px;
    background-color: #fafafa;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.testimonial-inline p {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.7;
}

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

.service-reveal {
    margin: 50px 0;
}

.service-card-editorial {
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #f0f0f0;
}

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

.service-content {
    padding: 30px;
}

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

.service-content p {
    margin-bottom: 16px;
}

.service-duration {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 12px;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c2c2c;
    margin: 20px 0;
}

.service-select {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.service-select.selected {
    background-color: #4a7c59;
}

.citation {
    color: #2c5aa0;
    text-decoration: none;
    font-weight: 500;
}

.citation:hover {
    text-decoration: underline;
}

.editorial-form {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.form-notice {
    padding: 16px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    margin-bottom: 30px;
    font-size: 0.95rem;
    display: none;
}

.form-notice.show {
    display: block;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c2c2c;
}

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

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

.form-submit {
    width: 100%;
    padding: 16px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit:hover:not(:disabled) {
    background-color: #1a1a1a;
}

.form-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.disclaimer-section {
    margin: 60px 0;
    padding: 30px;
    background-color: #f0f0f0;
    border-left: 4px solid #999;
}

.disclaimer-section h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.2rem;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.editorial-footer {
    background-color: #2c2c2c;
    color: #fff;
    padding: 60px 40px;
}

.footer-references {
    max-width: 720px;
    margin: 0 auto 40px;
}

.footer-references h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.reference-list {
    padding-left: 20px;
}

.reference-list li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.reference-list a {
    color: #aad4e8;
    text-decoration: none;
}

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

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    font-size: 0.95rem;
}

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

.footer-info {
    text-align: center;
    font-size: 0.9rem;
    color: #999;
}

.footer-info p {
    margin-bottom: 8px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: opacity 0.3s ease;
}

.cookie-btn.accept {
    background-color: #4a7c59;
    color: #fff;
}

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

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

.contact-page,
.legal-page,
.services-page,
.about-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

.page-header p {
    font-size: 1.2rem;
    color: #666;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 40px;
    border-left: 4px solid #2c2c2c;
    margin-bottom: 40px;
}

.contact-info h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    font-weight: 500;
}

.contact-info p {
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-info strong {
    color: #2c2c2c;
}

.legal-content {
    line-height: 1.8;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 500;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.service-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
}

.service-item h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.service-item p {
    margin-bottom: 16px;
    line-height: 1.7;
}

.service-item .service-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 20px;
}

.about-content {
    line-height: 1.8;
}

.about-content h2 {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.thanks-container {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
}

.thanks-content {
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    font-weight: 400;
    color: #2c2c2c;
}

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

.thanks-content .highlight {
    font-weight: 600;
    color: #2c2c2c;
}

.thanks-content a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.thanks-content a:hover {
    background-color: #1a1a1a;
}

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

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

    .article-content {
        padding: 40px 16px;
    }

    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

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

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

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

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