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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    text-decoration: none;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 32px;
}

.nav-menu a {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-menu a:hover {
    color: #1e3a8a;
}

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

.hero-editorial {
    background-color: #f8f9fa;
    padding: 60px 24px 0;
}

.hero-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.hero-editorial h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #4a5568;
}

.hero-image {
    max-width: 100%;
    margin: 0;
}

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

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

.content-narrow h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1a202c;
    margin: 48px 0 24px;
    font-weight: 700;
}

.content-narrow h3 {
    font-size: 28px;
    line-height: 1.4;
    color: #2d3748;
    margin: 36px 0 20px;
    font-weight: 600;
}

.content-narrow p {
    font-size: 18px;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 24px;
}

.content-narrow a {
    color: #1e3a8a;
    text-decoration: underline;
}

.content-narrow a:hover {
    color: #2563eb;
}

.inline-cta {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 24px;
    margin: 40px 0;
}

.inline-cta p {
    margin: 0;
    font-size: 18px;
}

.text-link {
    font-weight: 600;
    color: #1e3a8a;
    text-decoration: underline;
}

.text-link:hover {
    color: #2563eb;
}

.content-image {
    margin: 48px 0;
    background-color: #f8f9fa;
}

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

.content-image figcaption {
    padding: 16px;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    font-style: italic;
}

.services-inline {
    background-color: #f8f9fa;
    padding: 48px 32px;
    margin: 60px -32px;
}

.services-inline h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 36px;
    color: #1a202c;
}

.service-cards-inline {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-card-small {
    background-color: #ffffff;
    padding: 28px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.service-card-small h4 {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 12px;
}

.service-card-small p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 16px;
}

.service-card-small .price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 16px;
}

.btn-small {
    background-color: #1e3a8a;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-small:hover {
    background-color: #2563eb;
}

.testimonial-section {
    background-color: #1e3a8a;
    padding: 80px 24px;
}

.testimonial-section blockquote {
    max-width: 720px;
    margin: 0 auto;
}

.testimonial-section p {
    font-size: 24px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-section cite {
    font-size: 16px;
    color: #bfdbfe;
    font-style: normal;
}

.form-section {
    background-color: #f8f9fa;
    padding: 80px 24px;
}

.form-container-narrow {
    max-width: 600px;
    margin: 0 auto;
}

.form-section h2 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 24px;
    text-align: center;
}

.form-section p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 12px;
    text-align: center;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
}

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

.btn-primary {
    width: 100%;
    background-color: #1e3a8a;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #2563eb;
}

.references-section {
    padding: 60px 24px;
    background-color: #ffffff;
}

.references-section h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 20px;
}

.references-list {
    list-style: decimal;
    padding-left: 24px;
}

.references-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.references-list a {
    color: #1e3a8a;
    text-decoration: none;
}

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

.main-footer {
    background-color: #1a202c;
    color: #e2e8f0;
    padding: 60px 24px 24px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 48px;
}

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

.footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
}

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

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

.footer-col a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 24px;
    background-color: #2d3748;
    border-radius: 8px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #cbd5e0;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    color: #ffffff;
    padding: 24px;
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-accept {
    background-color: #10b981;
    color: #ffffff;
}

.btn-accept:hover {
    opacity: 0.9;
}

.btn-reject {
    background-color: #6b7280;
    color: #ffffff;
}

.btn-reject:hover {
    opacity: 0.9;
}

.page-header {
    background-color: #1e3a8a;
    color: #ffffff;
    padding: 80px 24px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 20px;
    color: #bfdbfe;
}

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
}

.service-card {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px;
    transition: box-shadow 0.2s;
}

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

.service-card h3 {
    font-size: 24px;
    color: #1a202c;
    margin-bottom: 16px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 20px;
}

.service-card .price {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a8a;
    display: block;
    margin-bottom: 20px;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin-top: 48px;
}

.contact-info h2 {
    font-size: 28px;
    color: #1a202c;
    margin-bottom: 24px;
}

.info-item {
    margin-bottom: 20px;
}

.info-item strong {
    display: block;
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.info-item p {
    font-size: 18px;
    color: #2c3e50;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 24px;
}

.legal-content h1 {
    font-size: 40px;
    color: #1a202c;
    margin-bottom: 32px;
}

.legal-content h2 {
    font-size: 28px;
    color: #2d3748;
    margin: 40px 0 20px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.legal-content ul {
    margin: 20px 0 20px 24px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 8px;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
}

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

.thanks-content h1 {
    font-size: 48px;
    color: #10b981;
    margin-bottom: 24px;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 16px;
}

.thanks-content a {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background-color: #1e3a8a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.thanks-content a:hover {
    background-color: #2563eb;
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 36px;
    }

    .hero-intro {
        font-size: 18px;
    }

    .content-narrow h2 {
        font-size: 28px;
    }

    .content-narrow p {
        font-size: 16px;
    }

    .nav-menu {
        gap: 16px;
        font-size: 14px;
    }

    .services-inline {
        margin-left: -24px;
        margin-right: -24px;
        padding: 32px 16px;
    }

    .footer-container {
        flex-direction: column;
        gap: 32px;
    }

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