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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #fefefe;
}

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

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

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

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.editorial-hero {
    padding: 80px 0 60px;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-content-narrow h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.lead-text {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 32px;
}

.editorial-content {
    padding: 40px 0 80px;
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px;
}

.content-narrow h2 {
    font-size: 32px;
    margin-top: 56px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.content-narrow h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.content-narrow h4 {
    font-size: 19px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2c3e50;
}

.content-narrow p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.content-narrow ul,
.content-narrow ol {
    margin: 20px 0 20px 24px;
}

.content-narrow li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #444;
}

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

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

.inline-image-small {
    margin: 40px 0;
    background: #f5f5f5;
}

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

.full-width-image {
    width: 100%;
    height: auto;
    margin: 48px 0;
    background: #f5f5f5;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

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

.cta-inline {
    background: #f8f9fa;
    padding: 32px;
    margin: 48px 0;
    border-left: 4px solid #2c3e50;
}

.cta-inline p {
    margin-bottom: 16px;
}

.btn-text {
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 28px;
    border: 2px solid #2c3e50;
    transition: all 0.2s;
    margin-right: 12px;
    margin-top: 8px;
}

.btn-text:hover {
    background: #2c3e50;
    color: #fff;
}

.editorial-quote {
    margin: 48px 0;
    padding: 0 0 0 32px;
    border-left: 4px solid #ddd;
}

.editorial-quote p {
    font-size: 20px;
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

.service-preview {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 32px;
    margin: 40px 0;
}

.service-preview h4 {
    margin-top: 0;
}

.form-wrapper-editorial {
    background: #f8f9fa;
    padding: 48px 40px;
    margin: 56px 0;
    border: 1px solid #e9ecef;
}

.form-wrapper-editorial h2 {
    margin-top: 0;
    font-size: 28px;
}

.editorial-form {
    margin-top: 32px;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ced4da;
    font-size: 16px;
    font-family: inherit;
    background: #fff;
}

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

.btn-submit {
    background: #2c3e50;
    color: #fff;
    border: none;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}

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

.disclaimer-section {
    margin: 48px 0;
    padding: 24px;
    background: #fff9e6;
    border-left: 4px solid #ffc107;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.references-section {
    margin: 56px 0 0;
    padding: 32px 0;
    border-top: 2px solid #e9ecef;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.references-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.references-list a {
    color: #0066cc;
    text-decoration: none;
}

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

.services-list {
    margin: 48px 0;
}

.service-item {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 32px;
    margin-bottom: 32px;
}

.service-item h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 12px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

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

.contact-info {
    margin: 40px 0;
}

.contact-block {
    margin-bottom: 40px;
}

.contact-block h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.thanks-content h1 {
    margin-bottom: 32px;
}

.thanks-info {
    margin: 40px 0;
}

.thanks-info h2 {
    font-size: 26px;
    margin-top: 40px;
}

.thanks-info h3 {
    font-size: 20px;
    margin-top: 28px;
}

.legal-content h1 {
    font-size: 36px;
    margin-bottom: 24px;
}

.legal-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-content h3 {
    font-size: 19px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-content ul,
.legal-content ol {
    margin: 16px 0 16px 28px;
}

.legal-content li {
    margin-bottom: 10px;
}

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

.legal-content em {
    color: #6c757d;
    font-size: 15px;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

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

.cookie-table th {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 15px;
}

.cookie-table td {
    font-size: 15px;
}

.site-footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 80px;
}

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

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

.footer-column h4 {
    margin-bottom: 16px;
    font-size: 18px;
}

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

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

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

.footer-column a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #cbd5e0;
}

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

.cookie-banner.active {
    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;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.cookie-content a {
    color: #0066cc;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

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

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

.btn-cookie.reject {
    background: #f8f9fa;
    color: #555;
    border: 1px solid #ced4da;
}

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

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

    .nav-links {
        gap: 20px;
    }

    .hero-content-narrow {
        padding: 0 20px;
    }

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

    .content-narrow {
        padding: 0 20px;
    }

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

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

    .footer-content {
        padding: 0 20px;
        flex-direction: column;
    }

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

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

    .btn-cookie {
        flex: 1;
    }

    .form-wrapper-editorial {
        padding: 32px 24px;
    }

    .service-item {
        padding: 24px;
    }

    .cta-inline {
        padding: 24px;
    }
}