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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

.nav-menu a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

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

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

.hero-image-wrapper {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #2c3e50;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-position: center;
    opacity: 0.85;
}

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.article-body {
    padding: 60px 0 80px;
}

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

.intro-text {
    font-size: 21px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 50px;
    font-weight: 300;
}

.article-body h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 60px 0 25px;
    color: #2c3e50;
    line-height: 1.3;
}

.article-body h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 20px;
    color: #34495e;
}

.article-body p {
    margin-bottom: 24px;
    font-size: 17px;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #f8f9fa;
    padding: 15px;
}

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

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

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

.btn-primary {
    display: inline-block;
    background-color: #1a73e8;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #1557b0;
    transform: translateY(-2px);
}

.services-editorial {
    margin: 50px 0;
}

.service-card {
    background-color: #f8f9fa;
    padding: 35px;
    margin-bottom: 30px;
    border-left: 4px solid #1a73e8;
}

.service-card h3 {
    margin-top: 0;
    font-size: 22px;
    color: #2c3e50;
}

.service-card p {
    margin-bottom: 12px;
}

.service-duration {
    font-size: 15px;
    color: #6c757d;
    font-weight: 500;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a73e8;
    margin: 20px 0;
}

.select-service {
    background-color: #28a745;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.service-card-detailed {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 40px;
    margin-bottom: 40px;
}

.service-card-detailed h2 {
    margin-top: 0;
    font-size: 28px;
}

.service-card-detailed ul {
    margin: 20px 0;
    padding-left: 25px;
}

.service-card-detailed li {
    margin-bottom: 10px;
    font-size: 16px;
}

.service-price-large {
    font-size: 36px;
    font-weight: 700;
    color: #1a73e8;
    margin: 15px 0;
}

.form-section {
    background-color: #f8f9fa;
    padding: 50px;
    margin: 60px 0;
}

.form-section h2 {
    margin-top: 0;
}

.course-form {
    margin-top: 30px;
}

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

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

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

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

.form-group input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

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

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

.testimonial {
    background-color: #f8f9fa;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #6c757d;
}

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

.testimonial cite {
    font-size: 15px;
    color: #6c757d;
    font-style: normal;
}

.faq-item {
    margin: 30px 0;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.disclaimer {
    background-color: #fff3cd;
    padding: 25px;
    margin: 60px 0;
    border-left: 4px solid #ffc107;
    font-size: 14px;
    line-height: 1.6;
    color: #856404;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 30px;
}

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

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

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

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

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
    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;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #5dade2;
}

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

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

.btn-accept {
    background-color: #28a745;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    background-color: #5a6268;
}

.values-list {
    margin: 30px 0;
    padding-left: 0;
    list-style: none;
}

.values-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.values-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-weight: 700;
}

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

.contact-block {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 25px;
}

.contact-block h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-block p {
    margin-bottom: 10px;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin-bottom: 30px;
}

.thanks-page h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.thanks-info {
    background-color: #f8f9fa;
    padding: 40px;
    margin: 50px 0;
    text-align: left;
}

.thanks-info h2 {
    margin-top: 0;
}

.thanks-info ol {
    padding-left: 25px;
}

.thanks-info li {
    margin-bottom: 15px;
    font-size: 16px;
}

.thanks-note {
    background-color: #fff3cd;
    padding: 20px;
    margin: 30px 0;
    border-left: 4px solid #ffc107;
}

.info-block {
    background-color: #f8f9fa;
    padding: 30px;
    margin: 30px 0;
    text-align: left;
}

.info-block h3 {
    margin-top: 0;
}

.info-block ul {
    padding-left: 25px;
}

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

.legal-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
}

.legal-content h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #495057;
}

.legal-content ul,
.legal-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

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

.legal-content a {
    color: #1a73e8;
    text-decoration: none;
}

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

.legal-update {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
}

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

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

.cookie-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

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

    .nav-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

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

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

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

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

    .article-body h2 {
        font-size: 26px;
    }

    .footer-container {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }

    .form-section {
        padding: 30px 20px;
    }

    .service-card,
    .service-card-detailed {
        padding: 25px;
    }
}