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

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

.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: 1280px;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
}

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

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

.nav-links a:hover {
    color: #2563eb;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background-color: #4b5563;
    display: block;
}

.hero-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 32px;
    gap: 48px;
}

.hero-content {
    flex: 1;
    min-width: 320px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 24px;
}

.hero-content p {
    font-size: 20px;
    color: #64748b;
    margin-bottom: 32px;
    max-width: 560px;
}

.hero-visual {
    flex: 1;
    min-width: 320px;
}

.hero-visual img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    background-color: #f1f5f9;
}

.cta-primary {
    background-color: #2563eb;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-primary:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 32px;
}

.container-narrow {
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 32px;
}

.intro-cards {
    background-color: #f8fafc;
    padding: 80px 0;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.info-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-icon {
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.card-icon img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.info-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.info-card p {
    color: #64748b;
    line-height: 1.6;
}

.how-it-works {
    background-color: #ffffff;
}

.how-it-works h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 56px;
}

.steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.step-card {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 32px;
    flex: 1;
    min-width: 240px;
    max-width: 280px;
    position: relative;
}

.step-number {
    display: inline-block;
    background-color: #2563eb;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.step-card p {
    color: #64748b;
    font-size: 15px;
}

.services-preview {
    background-color: #f8fafc;
}

.services-preview h2,
.services-full h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 56px;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 320px;
    max-width: 380px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.service-content {
    padding: 28px;
}

.service-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.service-content p {
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    margin-bottom: 24px;
}

.service-features li {
    color: #64748b;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 20px;
}

.select-service {
    background-color: #2563eb;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

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

.cta-inline {
    text-align: center;
    margin-top: 48px;
}

.cta-inline a {
    display: inline-block;
    color: #2563eb;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.cta-inline a:hover {
    color: #1d4ed8;
}

.enrollment-form {
    background-color: #ffffff;
}

.enrollment-form h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 16px;
}

.form-intro {
    text-align: center;
    color: #64748b;
    margin-bottom: 40px;
    font-size: 18px;
}

.contact-form {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

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

.form-group label {
    display: block;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
}

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

.submit-btn {
    background-color: #2563eb;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

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

.testimonials {
    background-color: #ffffff;
}

.testimonials h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 56px;
}

.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.testimonial-card {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 32px;
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    border-left: 4px solid #2563eb;
}

.testimonial-card p {
    color: #1e293b;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    color: #64748b;
    font-weight: 600;
    font-size: 14px;
}

.main-footer {
    background-color: #1e293b;
    color: #cbd5e1;
    padding: 60px 32px 32px;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-col {
    flex: 1;
    min-width: 240px;
}

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

.footer-col p {
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 15px;
}

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

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

.footer-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid #334155;
    text-align: center;
}

.disclaimer {
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.footer-bottom p {
    color: #94a3b8;
    font-size: 14px;
}

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

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

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

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

.cookie-actions {
    display: flex;
    gap: 16px;
}

.cookie-accept,
.cookie-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-accept {
    background-color: #10b981;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #059669;
}

.cookie-reject {
    background-color: #64748b;
    color: #ffffff;
}

.cookie-reject:hover {
    background-color: #475569;
}

.page-header {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    padding: 80px 32px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 20px;
    color: #dbeafe;
}

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

.content-split {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
}

.split-text {
    flex: 1;
    min-width: 320px;
}

.split-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
}

.split-text p {
    color: #64748b;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
}

.split-visual {
    flex: 1;
    min-width: 320px;
}

.split-visual img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    background-color: #f1f5f9;
}

.values-section {
    background-color: #f8fafc;
}

.values-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 56px;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.value-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.value-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.value-card p {
    color: #64748b;
    line-height: 1.6;
}

.team-section {
    background-color: #ffffff;
}

.team-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 24px;
}

.section-intro {
    text-align: center;
    color: #64748b;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 56px;
    line-height: 1.7;
}

.team-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.stat-number {
    font-size: 56px;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-label {
    color: #64748b;
    font-size: 16px;
}

.approach-section {
    background-color: #f8fafc;
}

.approach-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
}

.approach-image {
    flex: 1;
    min-width: 320px;
}

.approach-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    background-color: #e2e8f0;
}

.approach-text {
    flex: 1;
    min-width: 320px;
}

.approach-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
}

.approach-text p {
    color: #64748b;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
}

.services-full {
    background-color: #ffffff;
}

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

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.cta-section p {
    color: #64748b;
    font-size: 18px;
    margin-bottom: 32px;
}

.contact-info {
    background-color: #ffffff;
}

.contact-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
    min-width: 320px;
}

.contact-details h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 32px;
}

.detail-block {
    margin-bottom: 32px;
}

.detail-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.detail-block p {
    color: #64748b;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
    min-width: 320px;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    background-color: #f1f5f9;
}

.faq-section {
    background-color: #f8fafc;
}

.faq-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 56px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.faq-item p {
    color: #64748b;
    line-height: 1.6;
}

.legal-page {
    background-color: #ffffff;
    min-height: 60vh;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 32px;
}

.legal-page h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-page h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-page h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-page p {
    color: #64748b;
    margin-bottom: 16px;
    line-height: 1.7;
}

.legal-page ul {
    color: #64748b;
    margin-bottom: 16px;
    margin-left: 24px;
    line-height: 1.7;
}

.legal-page li {
    margin-bottom: 8px;
}

.thanks-section {
    background-color: #ffffff;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 24px;
}

.thanks-content p {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.7;
}

#selectedServiceDisplay {
    font-weight: 600;
    color: #2563eb;
    font-size: 20px;
}

.next-steps {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 32px;
    margin: 40px 0;
    text-align: left;
}

.next-steps h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

.next-steps ul {
    list-style: none;
}

.next-steps li {
    color: #64748b;
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.next-steps li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 700;
    font-size: 18px;
}

.thanks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}

.btn-secondary {
    background-color: #2563eb;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #1d4ed8;
}

.btn-outline {
    background-color: transparent;
    color: #2563eb;
    padding: 14px 32px;
    border: 2px solid #2563eb;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline:hover {
    background-color: #2563eb;
    color: #ffffff;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 16px 32px;
        border-bottom: 1px solid #e2e8f0;
    }

    .nav-toggle {
        display: flex;
    }

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

    .page-header h1 {
        font-size: 36px;
    }

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

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

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

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