* {
    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: #1a1a1a;
    background: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

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

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

.cookie-content p {
    text-align: center;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.625rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.9375rem;
    border-radius: 5px;
    transition: all 0.3s;
}

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

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

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

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

.main-nav {
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-brand a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

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

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

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.cta-link {
    background: #e74c3c;
    color: #ffffff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(231,76,60,0.4);
    display: inline-block;
    transition: all 0.3s;
}

.cta-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(231,76,60,0.5);
}

.hero-asymmetric {
    padding: 4rem 2rem;
    min-height: 600px;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero-text-block {
    max-width: 600px;
    margin-left: 8%;
    z-index: 2;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.hero-subline {
    font-size: 1.375rem;
    color: #555;
    margin-bottom: 2rem;
}

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

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

.hero-visual-overlap {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    z-index: 1;
}

.hero-visual-overlap img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.15);
}

.intro-offset {
    padding: 6rem 2rem;
    background: #f8f9fa;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.intro-narrow {
    flex: 1;
    max-width: 500px;
    margin-left: 10%;
}

.intro-text {
    font-size: 1.375rem;
    line-height: 1.7;
    color: #2c3e50;
}

.intro-highlight-box {
    flex: 1;
    background: #ffffff;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transform: translateY(3rem);
}

.intro-highlight-box h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.value-asymmetric {
    padding: 6rem 2rem;
}

.value-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.value-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.value-card-large {
    flex: 1 1 55%;
    min-width: 300px;
}

.value-card-medium {
    flex: 1 1 35%;
    min-width: 280px;
    background: #3498db;
    color: #ffffff;
}

.value-card-small {
    flex: 1 1 calc(45% - 2rem);
    min-width: 280px;
    padding: 0;
    overflow: hidden;
}

.value-card-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value-card h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.testimonial-inline {
    padding: 5rem 2rem;
    background: #2c3e50;
    color: #ffffff;
}

.testimonial-block-offset {
    max-width: 900px;
    margin: 0 auto;
    margin-left: 15%;
}

.testimonial-block-offset blockquote {
    border-left: 5px solid #3498db;
    padding-left: 2rem;
}

.testimonial-block-offset p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-block-offset cite {
    font-size: 1rem;
    font-style: normal;
    color: #bdc3c7;
}

.problem-amplification {
    padding: 6rem 2rem;
    background: #ecf0f1;
}

.problem-layout-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.problem-text {
    flex: 1;
}

.problem-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #e74c3c;
}

.problem-text p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    border-left: 3px solid #e74c3c;
}

.problem-solution {
    flex: 1;
    background: #ffffff;
    padding: 3rem;
    border-radius: 10px;
    align-self: center;
}

.problem-solution h3 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #27ae60;
}

.cta-inline {
    display: inline-block;
    background: #27ae60;
    color: #ffffff;
    padding: 0.875rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-inline:hover {
    background: #229954;
    transform: translateX(5px);
}

.features-layered {
    padding: 6rem 2rem;
}

.features-overlap-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
}

.feature-block {
    background: #ffffff;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.feature-primary {
    flex: 1 1 45%;
    min-width: 300px;
    z-index: 3;
}

.feature-secondary {
    flex: 1 1 30%;
    min-width: 280px;
    padding: 0;
    overflow: hidden;
    transform: translateY(-2rem);
}

.feature-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-tertiary {
    flex: 1 1 60%;
    min-width: 320px;
    background: #f39c12;
    color: #ffffff;
    transform: translateX(-3rem);
}

.feature-block h3 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}

.trust-builder {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.trust-content-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
}

.trust-content-asymmetric h2 {
    font-size: 2.75rem;
    margin-bottom: 3rem;
    text-align: center;
}

.stats-irregular {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 3rem;
}

.stat-box {
    text-align: center;
}

.stat-offset-1 {
    transform: translateY(-1rem);
}

.stat-offset-2 {
    transform: translateY(1.5rem);
}

.stat-offset-3 {
    transform: translateY(-0.5rem);
}

.stat-number {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    display: block;
    font-size: 1.125rem;
    opacity: 0.9;
}

.courses-selection {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.section-title-offset {
    font-size: 3rem;
    margin-bottom: 4rem;
    margin-left: 8%;
    color: #2c3e50;
}

.courses-asymmetric-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.course-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 320px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    position: relative;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.course-card-featured {
    flex: 1 1 calc(50% - 2rem);
}

.course-card-premium {
    flex: 1 1 calc(50% - 2rem);
    border: 3px solid #f39c12;
}

.course-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f39c12;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
    z-index: 2;
}

.course-visual {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.course-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-info {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.course-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.course-info > p {
    color: #555;
    margin-bottom: 1.5rem;
}

.course-highlights {
    list-style: none;
    margin-bottom: 2rem;
}

.course-highlights li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

.course-highlights li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.course-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    margin-top: auto;
}

.btn-select-course {
    background: #3498db;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select-course:hover {
    background: #2980b9;
}

.form-section {
    padding: 6rem 2rem;
    background: #ffffff;
}

.form-container-asymmetric {
    max-width: 800px;
    margin: 0 auto;
    margin-left: 20%;
}

.form-intro {
    margin-bottom: 3rem;
}

.form-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.course-form {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 10px;
}

.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,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit {
    background: #27ae60;
    color: #ffffff;
    padding: 1rem 3rem;
    border: none;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.btn-submit:hover {
    background: #229954;
}

.form-note {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #555;
    text-align: center;
}

.form-note a {
    color: #3498db;
    text-decoration: none;
}

.final-cta-asymmetric {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #ffffff;
}

.final-cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-content h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.final-cta-content p {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
}

.cta-large {
    display: inline-block;
    background: #ffffff;
    color: #f5576c;
    padding: 1.25rem 3rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.25rem;
    transition: all 0.3s;
}

.cta-large:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.main-footer {
    background: #2c3e50;
    color: #ffffff;
    padding: 3rem 2rem 1.5rem;
}

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

.footer-col h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

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

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

.footer-col a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #bdc3c7;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
    background: #ffffff;
    padding: 4rem 3rem;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

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

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.thanks-content p {
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 2.5rem;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-secondary {
    background: #ecf0f1;
    color: #2c3e50;
    padding: 0.875rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #bdc3c7;
}

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

.contact-layout {
    display: flex;
    gap: 4rem;
}

.contact-info {
    flex: 1;
}

.contact-info h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.contact-item p {
    color: #555;
    line-height: 1.6;
}

.contact-map {
    flex: 1;
    background: #ecf0f1;
    border-radius: 10px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
}

.about-container {
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.about-hero {
    margin-bottom: 4rem;
}

.about-hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.about-intro {
    font-size: 1.375rem;
    color: #555;
    line-height: 1.7;
}

.about-section {
    margin-bottom: 3rem;
}

.about-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.about-section p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.team-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.team-member {
    flex: 1 1 calc(50% - 1rem);
    min-width: 250px;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.team-member h3 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.team-member .role {
    color: #3498db;
    margin-bottom: 1rem;
    font-weight: 600;
}

.services-container {
    padding: 4rem 2rem;
}

.services-hero {
    max-width: 1200px;
    margin: 0 auto 4rem;
    text-align: center;
}

.services-hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.services-list {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.service-detail-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 320px;
    display: flex;
    flex-direction: column;
}

.service-detail-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.service-detail-visual {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-detail-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-content {
    padding: 2.5rem;
}

.service-detail-content h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service-detail-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

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

.service-price-tag {
    font-size: 1.875rem;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 1.5rem;
}

.legal-container {
    padding: 4rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.legal-container h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-container p {
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.legal-container ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-container ul li {
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .hero-visual-overlap {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 3rem;
    }

    .intro-offset {
        flex-direction: column;
    }

    .intro-narrow {
        margin-left: 0;
        max-width: 100%;
    }

    .intro-highlight-box {
        transform: none;
    }

    .value-card-large,
    .value-card-medium,
    .value-card-small {
        flex: 1 1 100%;
    }

    .problem-layout-split {
        flex-direction: column;
    }

    .features-overlap-container {
        flex-direction: column;
    }

    .feature-primary,
    .feature-secondary,
    .feature-tertiary {
        flex: 1 1 100%;
        transform: none;
    }

    .section-title-offset {
        margin-left: 0;
    }

    .course-card-featured,
    .course-card-premium {
        flex: 1 1 100%;
    }

    .form-container-asymmetric {
        margin-left: auto;
    }

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

    .team-member {
        flex: 1 1 100%;
    }

    .service-detail-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 1rem 2rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        display: none;
    }

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

    .hero-text-block {
        margin-left: 0;
    }

    .hero-text-block h1 {
        font-size: 2rem;
    }

    .testimonial-block-offset {
        margin-left: 0;
    }

    .stats-irregular {
        flex-direction: column;
        align-items: center;
    }

    .stat-offset-1,
    .stat-offset-2,
    .stat-offset-3 {
        transform: none;
    }

    .cookie-content {
        flex-direction: column;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .cta-link {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }

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

    .courses-asymmetric-grid {
        flex-direction: column;
    }

    .course-card {
        flex: 1 1 100%;
    }
}