* {
    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-color: #ffffff;
}

.container-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

.header-minimal {
    padding: 32px 0;
    border-bottom: 1px solid #e8e8e8;
}

.nav-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
}

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

.nav-links a:hover {
    color: #3498db;
}

.ad-disclosure {
    font-size: 12px;
    color: #7f8c8d;
    padding: 4px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.editorial-flow {
    padding: 64px 0;
}

.hero-editorial {
    margin-bottom: 56px;
}

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

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #4a5568;
    font-weight: 400;
}

.content-block {
    margin-bottom: 48px;
}

.content-block h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a252f;
}

.content-block h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.content-block h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2c3e50;
}

.content-block p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.content-block ul li {
    font-size: 17px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.content-block strong {
    font-weight: 600;
    color: #1a252f;
}

.inline-image {
    margin: 56px 0;
    background-color: #f1f3f5;
}

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

.inline-cta {
    margin: 40px 0;
    text-align: center;
}

.link-arrow {
    font-size: 18px;
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.link-arrow:hover {
    color: #2980b9;
}

.link-arrow::after {
    content: ' →';
}

.services-inline {
    margin: 56px 0;
}

.service-item {
    margin-bottom: 56px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e8e8e8;
}

.service-item:last-child {
    border-bottom: none;
}

.service-item h2,
.service-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1a252f;
}

.service-item p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-detail {
    font-size: 15px;
    color: #5a6c7d;
    margin-bottom: 8px;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin: 24px 0 20px 0;
}

.btn-service {
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-service:hover {
    background-color: #2980b9;
}

blockquote {
    margin: 40px 0;
    padding: 24px 28px;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
}

blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 12px;
}

blockquote cite {
    font-size: 15px;
    color: #5a6c7d;
    font-style: normal;
}

.disclaimer-box {
    margin: 56px 0;
    padding: 28px;
    background-color: #fef9e7;
    border: 1px solid #f4e5b8;
    border-radius: 6px;
}

.disclaimer-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #856404;
}

.disclaimer-box p {
    font-size: 15px;
    color: #856404;
    line-height: 1.6;
    margin-bottom: 0;
}

.form-section {
    margin: 56px 0;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.form-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a252f;
}

.selected-service {
    font-size: 17px;
    color: #3498db;
    margin-bottom: 28px;
    font-weight: 500;
}

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

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

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #ffffff;
    color: #2c3e50;
    transition: border-color 0.2s;
}

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

.btn-submit {
    padding: 14px 32px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.btn-text {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-text:hover {
    background-color: #2980b9;
}

.final-cta {
    margin: 56px 0 0 0;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.final-cta p {
    font-size: 19px;
    color: #2c3e50;
    margin-bottom: 0;
}

.footer-simple {
    background-color: #f8f9fa;
    padding: 56px 0 32px 0;
    border-top: 1px solid #e8e8e8;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 40px;
}

.footer-block {
    flex: 1;
}

.footer-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a252f;
}

.footer-block p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
}

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

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

.footer-block ul li a {
    font-size: 14px;
    color: #5a6c7d;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-block ul li a:hover {
    color: #3498db;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    padding: 20px;
    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;
}

.cookie-content p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    flex: 1;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #229954;
}

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #7f8c8d;
}

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

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

    .content-block h2 {
        font-size: 24px;
    }

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

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

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

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

    .form-section {
        padding: 24px;
    }
}