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

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

.ad-disclosure {
    background-color: #f4f4f2;
    color: #666;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px 80px;
}

.story-flow {
    width: 100%;
}

.story-header {
    margin-bottom: 50px;
}

.hero-editorial {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    padding: 50px 40px 35px;
    color: #fff;
}

.hero-overlay h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 400;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.95;
}

.page-header {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e6;
}

.page-header h1 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 400;
    color: #1a1a1a;
}

.header-subtitle {
    font-size: 18px;
    color: #666;
    font-style: italic;
}

.story-intro {
    margin-bottom: 45px;
}

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #3a3a3a;
}

.story-section {
    margin-bottom: 45px;
}

.story-section h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.story-section h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 400;
    color: #2c2c2c;
}

.story-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.story-section ul {
    margin: 20px 0 20px 30px;
}

.story-section li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.inline-image-block {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: 45px;
    overflow: hidden;
}

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

.inline-cta {
    display: inline-block;
    color: #2c5aa0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #2c5aa0;
    transition: all 0.3s ease;
}

.inline-cta:hover {
    color: #1a3d6d;
    border-bottom-color: #1a3d6d;
}

.highlight-section {
    background-color: #f8f7f5;
    padding: 35px 30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 45px;
}

.service-cards-editorial {
    margin-top: 35px;
}

.service-card-editorial {
    background-color: #fff;
    border: 1px solid #e8e8e6;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 3px;
    transition: box-shadow 0.3s ease;
}

.service-card-editorial:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.service-card-editorial h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.service-card-editorial p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.price {
    font-size: 20px;
    font-weight: 600;
    color: #2c5aa0;
    margin: 18px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.select-service {
    background-color: #2c5aa0;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

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

.form-section {
    background-color: #f8f7f5;
    padding: 40px 35px;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-top: 50px;
    margin-bottom: 45px;
}

.form-section h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #3a3a3a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d0d0ce;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    background-color: #2c5aa0;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

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

.closing-text {
    font-size: 19px;
    line-height: 1.7;
    font-style: italic;
    color: #4a4a4a;
    margin-top: 30px;
}

.services-detailed {
    margin-top: 40px;
}

.service-detail {
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
}

.service-detail-image {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 25px;
}

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

.service-detail-content h2 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #3a3a3a;
}

.service-detail-content ul {
    margin: 18px 0 18px 25px;
}

.service-detail-content li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.price-large {
    font-size: 24px;
    font-weight: 600;
    color: #2c5aa0;
    margin: 22px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.contact-info-section {
    margin-top: 40px;
}

.contact-info-block {
    background-color: #f8f7f5;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.contact-info-block h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.contact-info-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
}

.email-display {
    font-family: 'Courier New', monospace;
    background-color: #fff;
    padding: 12px 15px;
    border: 1px solid #e8e8e6;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 10px;
}

.email-note,
.opening-note {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.thanks-section {
    text-align: center;
    padding: 60px 30px;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 30px;
}

.thanks-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.selected-service-info {
    background-color: #f8f7f5;
    padding: 20px;
    margin: 25px 0;
    border-radius: 3px;
    font-size: 17px;
}

.thanks-actions {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn-primary,
.btn-secondary {
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background-color: #2c5aa0;
    color: #fff;
    border: 2px solid #2c5aa0;
}

.btn-primary:hover {
    background-color: #1a3d6d;
    border-color: #1a3d6d;
}

.btn-secondary {
    background-color: transparent;
    color: #2c5aa0;
    border: 2px solid #2c5aa0;
}

.btn-secondary:hover {
    background-color: #2c5aa0;
    color: #fff;
}

.legal-page .story-section {
    margin-bottom: 35px;
}

.legal-section h2 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 30px;
    color: #1a1a1a;
    font-weight: 500;
}

.legal-section h3 {
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: 22px;
    color: #2c2c2c;
    font-weight: 500;
}

.legal-section h4 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 18px;
    color: #3a3a3a;
    font-weight: 500;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #3a3a3a;
}

.legal-section ul {
    margin: 16px 0 16px 30px;
}

.legal-section li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.legal-section a {
    color: #2c5aa0;
    text-decoration: underline;
}

.footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 50px 30px 30px;
}

.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: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.footer-section li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 3px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.cookie-btn {
    padding: 10px 25px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: all 0.3s ease;
}

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

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

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

.cookie-btn.reject:hover {
    background-color: rgba(255,255,255,0.1);
}

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

    .nav-links {
        gap: 20px;
    }

    .editorial-container {
        padding: 40px 20px 60px;
    }

    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .page-header h1 {
        font-size: 30px;
    }

    .lead-text {
        font-size: 19px;
    }

    .story-section h2 {
        font-size: 24px;
    }

    .story-section p {
        font-size: 17px;
    }

    .inline-image-block {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .highlight-section,
    .form-section {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 25px 20px;
    }

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

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

    .cookie-buttons {
        justify-content: stretch;
        flex-direction: column;
    }

    .thanks-actions {
        width: 100%;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}