* {
    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;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 9999;
    display: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.cookie-banner.show {
    display: flex;
    justify-content: center;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

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

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

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

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

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

.header-editorial {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

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

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.editorial-main {
    background-color: #ffffff;
}

.article-flow {
    padding: 60px 0;
}

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

.hero-editorial {
    position: relative;
    margin-bottom: 80px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #34495e;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 720px;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    color: #ffffff;
}

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

.hero-subtext {
    font-size: 20px;
    line-height: 1.5;
    color: #ecf0f1;
}

.intro-text {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #34495e;
    font-weight: 400;
}

h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 800;
    color: #2c3e50;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 60px 0 24px;
    font-weight: 700;
    color: #2c3e50;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 40px 0 18px;
    font-weight: 600;
    color: #34495e;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 0 15px;
    font-weight: 600;
    color: #34495e;
}

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

.inline-image-block {
    margin: 50px 0;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #ecf0f1;
}

.image-caption {
    font-size: 15px;
    color: #7f8c8d;
    text-align: center;
    margin-top: 12px;
    font-style: italic;
}

.styled-list {
    margin: 30px 0 30px 30px;
    font-size: 18px;
    line-height: 1.8;
}

.styled-list li {
    margin-bottom: 14px;
    color: #2c3e50;
}

.cta-inline {
    margin: 60px 0;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.cta-text {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.btn-inline {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-inline:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.services-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    margin: 80px 0;
}

.section-intro {
    font-size: 19px;
    color: #34495e;
    margin-bottom: 50px;
}

.service-form {
    margin-top: 40px;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.service-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 3px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.service-card:hover {
    border-color: #3498db;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.15);
}

.service-card input[type="radio"] {
    margin-right: 20px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.service-card input[type="radio"]:checked + .card-content {
    color: #2c3e50;
}

.service-card input[type="radio"]:checked ~ .card-content .price {
    color: #27ae60;
}

.card-content h3 {
    font-size: 22px;
    margin: 0 0 12px 0;
    color: #2c3e50;
    font-weight: 700;
}

.card-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #34495e;
}

.price {
    font-size: 28px;
    font-weight: 800;
    color: #2c3e50;
    margin-top: 10px;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

.form-group input {
    padding: 14px 18px;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 18px 50px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #229954;
    transform: translateY(-2px);
}

.testimonial {
    margin: 40px 0;
    padding: 30px;
    background-color: #f8f9fa;
    border-left: 5px solid #3498db;
    border-radius: 5px;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    color: #2c3e50;
}

.testimonial cite {
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
    font-weight: 600;
}

.services-list {
    margin-top: 50px;
}

.service-item {
    display: flex;
    gap: 40px;
    margin-bottom: 70px;
    align-items: flex-start;
}

.service-image-container {
    flex: 0 0 45%;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ecf0f1;
}

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

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 28px;
    margin: 0 0 18px 0;
}

.service-details p {
    font-size: 17px;
    margin-bottom: 15px;
}

.service-price {
    font-size: 32px;
    font-weight: 800;
    color: #27ae60;
    margin: 20px 0;
}

.btn-service {
    display: inline-block;
    padding: 14px 35px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

.btn-service:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.info-box {
    background-color: #e8f4f8;
    padding: 35px;
    border-radius: 8px;
    margin: 60px 0;
}

.info-box h3 {
    margin-top: 0;
    color: #2c3e50;
}

.contact-info-container {
    margin: 50px 0;
}

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

.contact-block h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
}

.contact-block p {
    font-size: 17px;
    line-height: 1.7;
}

.contact-note {
    font-size: 15px;
    color: #7f8c8d;
    font-style: italic;
}

.thanks-content {
    text-align: center;
    padding: 80px 30px;
}

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

.thanks-info {
    margin: 60px 0;
    text-align: left;
}

.thanks-links {
    display: flex;
    gap: 30px;
    margin: 50px 0;
}

.thanks-link-card {
    flex: 1;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thanks-link-card:hover {
    border-color: #3498db;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.15);
}

.thanks-link-card h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #2c3e50;
}

.thanks-link-card p {
    font-size: 16px;
    color: #34495e;
    margin: 0;
}

.thanks-note {
    font-size: 15px;
    color: #7f8c8d;
    margin-top: 40px;
}

.legal-content h1 {
    font-size: 38px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 50px;
}

.legal-content h3 {
    font-size: 22px;
}

.legal-content p {
    font-size: 17px;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
    font-size: 17px;
    line-height: 1.8;
}

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

.footer-editorial {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 0;
    margin-top: 80px;
}

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

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: 700;
}

.footer-section p {
    font-size: 15px;
    color: #bdc3c7;
    margin-bottom: 10px;
}

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

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

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

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

.disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px;
    border-top: 1px solid #34495e;
}

.disclaimer p {
    font-size: 14px;
    color: #95a5a6;
    line-height: 1.6;
    margin: 0;
}

.footer-bottom {
    background-color: #1a252f;
    padding: 25px 30px;
    text-align: center;
}

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

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

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

    .hero-subtext {
        font-size: 17px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .service-item {
        flex-direction: column;
    }

    .service-image-container {
        flex: 0 0 100%;
    }

    .thanks-links {
        flex-direction: column;
    }

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