* {
    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.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-cookie {
    background-color: #2ecc71;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #27ae60;
}

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

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

.header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

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

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

.ad-notice {
    font-size: 0.75rem;
    color: #7f8c8d;
    padding: 0.3rem 0.8rem;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
}

.hero-editorial {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.hero-content-narrow {
    max-width: 700px;
    margin: 0 auto 3rem auto;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    text-align: center;
}

.lead-text {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
}

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

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.story-section,
.insight-section,
.trust-section,
.benefits-section,
.courses-preview,
.form-section,
.disclaimer-section,
.about-story,
.services-content,
.why-choose-section,
.contact-content,
.cta-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
}

h2 {
    font-size: 2rem;
    margin: 2.5rem 0 1.5rem 0;
    color: #1a1a1a;
}

h3 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem 0;
    color: #2c3e50;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.inline-image-block {
    margin: 3rem 0;
    background-color: #f8f9fa;
}

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

.insight-quote {
    border-left: 4px solid #3498db;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    background-color: #f8f9fa;
    font-size: 1.15rem;
    font-style: italic;
    color: #2c3e50;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

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

.testimonial-inline {
    margin: 2.5rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #7f8c8d;
    font-style: italic;
}

.benefit-item {
    margin: 2.5rem 0;
}

.benefit-item h3 {
    margin-top: 0;
}

.course-card {
    display: flex;
    flex-direction: column;
    margin: 3rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.course-card-image {
    background-color: #ecf0f1;
}

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

.course-card-content {
    padding: 2rem;
}

.course-card-content h3 {
    margin-top: 0;
    font-size: 1.6rem;
}

.course-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2ecc71;
    margin: 1.5rem 0;
}

.btn-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

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

.enrollment-form {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    background-color: #2ecc71;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.disclaimer-text {
    font-size: 0.95rem;
    color: #555;
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    border-left: 4px solid #e67e22;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 0 1rem 0;
}

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

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

.footer-column h4 {
    margin-bottom: 1rem;
    color: #ffffff;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.reference-item {
    font-size: 0.85rem;
}

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #bdc3c7;
}

.page-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem 2rem 2rem;
}

.page-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.values-list {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.values-list li {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

.service-detail {
    display: flex;
    flex-direction: column;
    margin: 4rem 0;
    gap: 2rem;
}

.service-detail-image {
    background-color: #ecf0f1;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.service-detail-content h2 {
    margin-top: 0;
}

.service-detail-content ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.service-detail-content ul li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.service-price-large {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2ecc71;
    margin: 2rem 0 1.5rem 0;
}

.contact-info-block {
    margin: 2rem 0;
}

.contact-item {
    margin: 2.5rem 0;
}

.contact-item h3 {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.contact-note {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    margin: 2rem 0;
}

.contact-note a {
    color: #3498db;
    font-weight: 600;
}

.thanks-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.thanks-message {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.thanks-lead {
    font-size: 1.3rem;
    color: #2ecc71;
    font-weight: 600;
    margin-bottom: 2rem;
}

.course-confirmation {
    background-color: #e8f5e9;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    margin: 1.5rem 0;
    color: #2c3e50;
    font-weight: 600;
}

.next-steps {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.next-steps li {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #95a5a6;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.legal-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.last-updated {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.legal-content ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.legal-content ul li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.cta-section {
    text-align: center;
    background-color: #f8f9fa;
}

@media (min-width: 768px) {
    .course-card {
        flex-direction: row;
    }

    .course-card-image {
        flex: 0 0 40%;
    }

    .course-card-content {
        flex: 1;
    }

    .service-detail {
        flex-direction: row;
        align-items: center;
    }

    .service-detail-image {
        flex: 0 0 45%;
    }

    .service-detail-content {
        flex: 1;
    }

    .service-detail:nth-child(even) {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {
    .hero-editorial h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .nav-links {
        gap: 1rem;
    }

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

    .thanks-actions .btn-cta,
    .thanks-actions .btn-secondary {
        display: block;
        text-align: center;
    }
}