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

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    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: 1000;
}

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

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

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

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

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

.hero-split {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    align-items: center;
}

.hero-content {
    flex: 1;
    padding: 60px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

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

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #555;
}

.hero-image {
    flex: 1;
    width: 100%;
    min-height: 400px;
}

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

.cta-primary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

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

.intro-section {
    background-color: #f8f9fa;
    padding: 80px 25px;
}

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

.narrow-content h2 {
    font-size: 36px;
    margin-bottom: 22px;
    color: #1a1a1a;
    line-height: 1.3;
}

.narrow-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.expertise-split {
    display: flex;
    flex-direction: column;
    padding: 80px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.split-image {
    flex: 1;
    min-height: 400px;
}

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

.split-content {
    flex: 1;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.split-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.approach-section {
    background-color: #f8f9fa;
    padding: 70px 25px;
}

.approach-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.approach-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.approach-card h4 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.approach-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.values-split {
    display: flex;
    flex-direction: column;
    padding: 80px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.services-preview {
    padding: 80px 25px;
    background-color: #ffffff;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 42px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.section-header p {
    font-size: 18px;
    color: #666;
}

.services-showcase {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 22px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.select-service {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.testimonial-section {
    background-color: #2c3e50;
    padding: 80px 25px;
    color: #ffffff;
}

.testimonial-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-content blockquote {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-content cite {
    font-size: 16px;
    font-style: normal;
    opacity: 0.8;
}

.form-section {
    padding: 80px 25px;
    background-color: #f8f9fa;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
    text-align: center;
}

.form-container > p {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}

.main-form {
    background-color: #ffffff;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.final-cta {
    background-color: #3498db;
    padding: 80px 25px;
    text-align: center;
    color: #ffffff;
}

.final-cta-content h3 {
    font-size: 36px;
    margin-bottom: 18px;
}

.final-cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #3498db;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 25px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-size: 14px;
    color: #888;
}

.disclaimer {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 25px;
    background-color: #252525;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #aaa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

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

.btn-accept {
    background-color: #3498db;
    color: #ffffff;
}

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

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

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

.page-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 100px 25px 80px;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.page-hero-content p {
    font-size: 20px;
    opacity: 0.9;
}

.about-intro {
    padding: 80px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.split-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.mission-section {
    background-color: #f8f9fa;
    padding: 80px 25px;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-card {
    background-color: #f8f9fa;
    padding: 35px;
    border-radius: 8px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.team-approach {
    padding: 80px 25px;
    max-width: 900px;
    margin: 0 auto;
}

.approach-content h2 {
    font-size: 36px;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.approach-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.facilities-split {
    display: flex;
    flex-direction: column;
    padding: 80px 25px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f8f9fa;
}

.cta-about {
    padding: 80px 25px;
    text-align: center;
    background-color: #3498db;
    color: #ffffff;
}

.cta-content h3 {
    font-size: 36px;
    margin-bottom: 18px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-primary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

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

.services-detailed {
    padding: 60px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-detail-card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    padding: 40px 0;
}

.service-detail-card.reverse {
    flex-direction: column;
}

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content > p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

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

.service-features li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    color: #555;
}

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

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.service-duration {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.service-price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.service-detail-image {
    flex: 1;
    min-height: 350px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.enrollment-cta {
    padding: 80px 25px;
    background-color: #f8f9fa;
    text-align: center;
}

.enrollment-content h2 {
    font-size: 36px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.enrollment-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.contact-section {
    padding: 80px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-info > p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

.contact-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.contact-map {
    width: 100%;
    min-height: 400px;
}

.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.visit-section {
    padding: 80px 25px;
    background-color: #f8f9fa;
    max-width: 900px;
    margin: 0 auto;
}

.visit-content h2 {
    font-size: 36px;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.visit-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.directions-section {
    padding: 80px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.directions-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.direction-card {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.direction-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.direction-card p {
    font-size: 16px;
    color: #666;
}

.thanks-hero {
    padding: 100px 25px 80px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
}

.thanks-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.thanks-content > p {
    font-size: 18px;
    margin-bottom: 50px;
    opacity: 0.95;
}

.thanks-details {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 50px;
    font-size: 16px;
}

.thanks-next {
    margin-bottom: 50px;
}

.thanks-next h2 {
    font-size: 32px;
    margin-bottom: 35px;
}

.steps-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
}

.step-card {
    background-color: rgba(255, 255, 255, 0.12);
    padding: 30px;
    border-radius: 8px;
}

.step-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0.8;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 16px;
    opacity: 0.9;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #3498db;
}

.additional-info {
    padding: 80px 25px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.info-content h2 {
    font-size: 32px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.info-content p {
    font-size: 17px;
    color: #666;
}

.legal-page {
    padding: 60px 25px 80px;
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
}

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

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

    .hero-content,
    .hero-image {
        width: 50%;
    }

    .hero-content {
        padding: 60px 50px;
    }

    .expertise-split {
        flex-direction: row;
        gap: 60px;
    }

    .approach-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .approach-card {
        flex: 1 1 calc(33.333% - 20px);
        min-width: 280px;
    }

    .values-split {
        flex-direction: row;
        gap: 60px;
    }

    .split-content,
    .split-text {
        padding: 40px 30px;
    }

    .services-showcase {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 1 1 calc(50% - 15px);
        min-width: 300px;
    }

    .values-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .value-card {
        flex: 1 1 calc(50% - 15px);
        min-width: 280px;
    }

    .split-layout {
        flex-direction: row;
    }

    .split-text,
    .split-image {
        flex: 1;
    }

    .facilities-split {
        flex-direction: row;
        gap: 60px;
    }

    .service-detail-card {
        flex-direction: row;
    }

    .service-detail-card.reverse {
        flex-direction: row-reverse;
    }

    .contact-layout {
        flex-direction: row;
    }

    .contact-info,
    .contact-map {
        flex: 1;
    }

    .directions-grid {
        flex-direction: row;
    }

    .direction-card {
        flex: 1;
    }

    .steps-grid {
        flex-direction: row;
    }

    .step-card {
        flex: 1;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
    }

    .cookie-content p {
        flex: 1;
        margin-right: 30px;
    }
}

@media (min-width: 1024px) {
    .nav-menu {
        gap: 45px;
    }

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

    .section-header h2 {
        font-size: 48px;
    }
}