* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --soft-white: #FDFBF7;
    --pastel-lilac: #E6D9F5;
    --sky-blue: #B3D9F2;
    --coral: #FFB5A7;
    --mint: #C5E8D8;
    --text-dark: #2D2D2D;
    --text-light: #666;
    --accent-purple: #C9A9E6;
    --accent-yellow: #FFF4D4;
    --deep-coral: #FF9B85;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--soft-white);
    color: var(--text-dark);
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 1.25rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(230, 217, 245, 0.3);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}

.logo {
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.03em;
    white-space: nowrap;
    flex-shrink: 0;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    flex-wrap: nowrap;
}

nav a {
    position: relative;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    color: var(--text-dark);
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

nav a:hover {
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.3), rgba(179, 217, 242, 0.3));
    color: var(--accent-purple);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
}

section {
    padding: 5rem 0;
    position: relative;
}

section.features,
section.about-section,
section.testimonials {
    background: var(--soft-white);
}

section.courses-section {
    background: linear-gradient(180deg, rgba(248, 243, 255, 0.3) 0%, rgba(230, 247, 255, 0.3) 100%);
}

.hero {
    background: linear-gradient(135deg, rgba(248, 243, 255, 0.95) 0%, rgba(230, 247, 255, 0.95) 50%, rgba(255, 248, 243, 0.95) 100%);
    padding: 8rem 0 10rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-home {
    background-image: url('../images/bg1.jpg');
}

.hero-courses {
    background-image: url('../images/bg2.jpg');
}

.hero-about {
    background-image: url('../images/bg3.jpg');
}

.hero-tutors {
    background-image: url('../images/bg4.jpg');
}

.hero-contact {
    background-image: url('../images/bg5.jpg');
}

.hero-success {
    background-image: url('../images/bg6.jpg');
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.4) 0%, rgba(179, 217, 242, 0.4) 50%, rgba(255, 248, 243, 0.4) 100%);
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3.75rem;
    margin-bottom: 1.5rem;
    animation: slideInDown 0.8s ease;
    color: white;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
    color: white;
    animation: slideInUp 0.8s ease;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
}

.btn {
    display: inline-block;
    padding: 1.1rem 3rem;
    background: linear-gradient(135deg, var(--deep-coral) 0%, var(--coral) 100%);
    color: white;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(255, 155, 133, 0.35);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 155, 133, 0.5);
}

.btn-secondary {
    background: linear-gradient(135deg, var(--pastel-lilac) 0%, var(--accent-purple) 100%);
    color: white;
    box-shadow: 0 10px 30px rgba(201, 169, 230, 0.35);
}

.btn-secondary:hover {
    box-shadow: 0 15px 40px rgba(201, 169, 230, 0.5);
}

.features {
    background: var(--soft-white);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(230, 217, 245, 0.2);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-purple), var(--coral), var(--mint));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: var(--accent-purple);
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 1.25rem;
    display: inline-block;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.section-title {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, var(--accent-purple), var(--coral), var(--mint));
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(201, 169, 230, 0.3);
}

.courses-section:first-of-type {
    background: linear-gradient(180deg, rgba(248, 243, 255, 0.3) 0%, rgba(230, 247, 255, 0.3) 100%);
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.course-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    text-align: center;
}

.course-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--accent-purple);
}

.course-icon {
    font-size: 5rem;
    padding: 3rem 2rem 1rem;
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.3) 0%, rgba(179, 217, 242, 0.3) 100%);
    transition: all 0.4s ease;
}

.course-card:hover .course-icon {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.5) 0%, rgba(179, 217, 242, 0.5) 100%);
}

.course-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.course-card:hover .course-image {
    transform: scale(1.05);
}

.course-content {
    padding: 2rem;
}

.course-content h3 {
    color: var(--accent-purple);
    margin-bottom: 1rem;
}

.course-content p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    text-align: left;
}

.about-section {
    background: var(--soft-white);
}

.about-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.about-text {
    animation: fadeInLeft 0.8s ease;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

.about-image {
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    animation: fadeInRight 0.8s ease;
    border: 3px solid rgba(230, 217, 245, 0.3);
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.stats {
    background: linear-gradient(135deg, #6B46C1 0%, #9B4DCA 50%, #D946A6 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stats .container {
    position: relative;
    z-index: 1;
}

.stats .section-title::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    text-align: center;
}

.stat-item {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

.stat-item h3 {
    font-size: 3.5rem;
    color: white;
    margin-bottom: 0.5rem;
    font-weight: 800;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.stat-item p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.15rem;
    font-weight: 500;
}

.testimonials {
    background: var(--soft-white);
    padding: 4rem 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #fdfbff 100%);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(230, 217, 245, 0.3);
}

.testimonial-card::before {
    content: '"';
    font-size: 6rem;
    position: absolute;
    top: -20px;
    left: 20px;
    background: linear-gradient(135deg, var(--accent-purple), var(--sky-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.4;
    font-family: Georgia, serif;
    font-weight: 700;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: var(--accent-purple);
}

.testimonial-text {
    margin-bottom: 1.5rem;
    font-style: italic;
    position: relative;
    z-index: 1;
    line-height: 1.8;
    color: var(--text-light);
}

.testimonial-author {
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.1rem;
}

.contact-section {
    background: linear-gradient(135deg, #F8F3FF 0%, #E6F7FF 50%, #F3FFF8 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.contact-section .container {
    max-width: 1200px;
    width: 100%;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 232, 216, 0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.contact-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(230, 217, 245, 0.3) 0%, transparent 70%);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 4rem 0;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 3rem 0;
    }
}

.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.contact-info {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(230, 217, 245, 0.2);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.contact-info h2 {
    margin-bottom: 2rem;
}

.contact-info iframe {
    border-radius: 15px;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 100%;
}

.contact-info iframe:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .contact-info {
        padding: 2rem 1.5rem;
    }
    
    .contact-info h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .contact-info {
        padding: 1.5rem 1rem;
    }
    
    .contact-info h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-info iframe {
        height: 250px;
    }
}

@media (max-width: 320px) {
    .contact-info {
        padding: 1.25rem 0.75rem;
    }
    
    .contact-info iframe {
        height: 200px;
    }
}

.contact-item {
    margin-bottom: 2rem;
    display: flex;
    align-items: start;
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(230, 217, 245, 0.1);
}

.contact-item-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    border-radius: 12px;
    color: white;
}

.contact-item h3 {
    margin-bottom: 0.5rem;
    color: var(--accent-purple);
    font-size: 1.1rem;
}

.contact-item p {
    line-height: 1.7;
    color: var(--text-light);
}

@media (max-width: 480px) {
    .contact-item {
        padding: 0.75rem;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-item-icon {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    
    .contact-item h3 {
        font-size: 1rem;
    }
    
    .contact-item p {
        font-size: 0.9rem;
    }
}

.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(230, 217, 245, 0.2);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.contact-form h2 {
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.contact-form .btn {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .contact-form {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .contact-form {
        padding: 1.5rem 1rem;
    }
    
    .contact-form h2 {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
}

.form-group {
    margin-bottom: 1.5rem;
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    max-width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(230, 217, 245, 0.4);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: rgba(248, 243, 255, 0.3);
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-purple);
    box-shadow: 0 0 0 4px rgba(201, 169, 230, 0.15);
    background: white;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

@media (max-width: 768px) {
    .form-group input,
    .form-group textarea {
        padding: 0.875rem 1rem;
        font-size: 1rem;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
}

@media (max-width: 480px) {
    .form-group {
        margin-bottom: 1.25rem;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.875rem;
        font-size: 0.95rem;
    }
    
    .form-group label {
        font-size: 0.95rem;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
}

@media (max-width: 320px) {
    .form-group input,
    .form-group textarea {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
}

.checkbox-group {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    min-width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-group label {
    font-size: 0.9rem;
    cursor: pointer;
    line-height: 1.6;
    flex: 1;
}

.checkbox-group label a {
    color: var(--accent-purple);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .checkbox-group {
        gap: 0.5rem;
    }
    
    .checkbox-group label {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

@media (max-width: 320px) {
    .checkbox-group label {
        font-size: 0.8rem;
    }
}

footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    color: white;
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

@media (max-width: 768px) {
    footer {
        padding: 3rem 0 1.5rem;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 2.5rem 0 1.5rem;
    }
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2.5rem;
    }
}

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-section h3 {
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.35rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.footer-section a:hover {
    color: var(--coral);
}

.footer-section p {
    line-height: 1.7;
}

@media (max-width: 768px) {
    .footer-section h3 {
        font-size: 1.25rem;
    }
    
    .footer-section p,
    .footer-section li {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .footer-section h3 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }
    
    .footer-section p,
    .footer-section li {
        font-size: 0.9rem;
    }
}

.footer-bottom {
    text-align: center;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    font-size: 0.95rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer-bottom {
        padding-top: 2rem;
        margin-top: 2rem;
    }
    
    .footer-bottom p {
        font-size: 0.9rem;
    }
    
    .footer-links {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .footer-bottom {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 0.75rem;
    }
    
    .footer-links a {
        font-size: 0.85rem;
    }
}

@media (max-width: 320px) {
    .footer-bottom p {
        font-size: 0.8rem;
    }
    
    .footer-links a {
        font-size: 0.8rem;
    }
}

.privacy-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ffffff 0%, #fdfbff 100%);
    padding: 2rem;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid var(--accent-purple);
}

.privacy-popup.show {
    transform: translateY(0);
}

.privacy-popup-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.privacy-popup p {
    flex: 1;
    min-width: 250px;
}

.privacy-popup-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.success-hero {
    padding: 8rem 0 10rem;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.success-message {
    text-align: center;
    padding: 3rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.success-icon-wrapper {
    margin: 0 auto 3rem;
}

.success-icon-circle {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7rem;
    color: white;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.3);
    animation: bounceIn 0.8s ease-in-out;
    border: 6px solid rgba(255, 255, 255, 0.3);
}

.success-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    font-weight: 800;
}

.success-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.success-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.success-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.15);
    }
    70% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .success-hero {
        padding: 6rem 0 8rem;
        min-height: auto;
    }
    
    .success-message {
        padding: 2rem 1.5rem;
    }
    
    .success-icon-circle {
        width: 120px;
        height: 120px;
        font-size: 6rem;
    }
    
    .success-title {
        font-size: 2.5rem;
    }
    
    .success-subtitle {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .success-hero {
        padding: 5rem 0 6rem;
    }
    
    .success-message {
        padding: 1.5rem 1rem;
    }
    
    .success-icon-circle {
        width: 100px;
        height: 100px;
        font-size: 5rem;
        border-width: 4px;
    }
    
    .success-title {
        font-size: 2rem;
    }
    
    .success-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .success-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .success-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .success-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .success-icon-circle {
        width: 80px;
        height: 80px;
        font-size: 4rem;
    }
    
    .success-title {
        font-size: 1.75rem;
    }
    
    .success-subtitle {
        font-size: 1rem;
    }
    
    .success-text {
        font-size: 0.95rem;
    }
}

.policy-page {
    padding: 5rem 3rem;
    max-width: 900px;
    margin: 4rem auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.policy-page h1 {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(230, 217, 245, 0.3);
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.policy-page h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    color: var(--accent-purple);
    font-size: 1.75rem;
}

.policy-page h2:first-of-type {
    margin-top: 2rem;
}

.policy-page h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.policy-page p {
    margin-bottom: 1.75rem;
    line-height: 2;
    color: var(--text-light);
    font-size: 1.05rem;
}

.policy-page ul {
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.policy-page li {
    margin-bottom: 1rem;
    line-height: 1.9;
    color: var(--text-light);
}

.policy-page a {
    color: var(--accent-purple);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.policy-page a:hover {
    color: var(--coral);
}

@media (max-width: 768px) {
    .policy-page {
        padding: 3.5rem 2rem;
        margin: 3rem auto;
    }
    
    .policy-page h1 {
        margin-bottom: 2.5rem;
        padding-bottom: 1.25rem;
    }
    
    .policy-page h2 {
        margin-top: 3rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .policy-page {
        padding: 2.5rem 1.5rem;
        margin: 2rem auto;
    }
    
    .policy-page h1 {
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        font-size: 2rem;
    }
    
    .policy-page h2 {
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
        font-size: 1.35rem;
    }
    
    .policy-page p {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    
    .policy-page ul {
        margin-bottom: 1.75rem;
    }
    
    .policy-page li {
        margin-bottom: 0.875rem;
    }
}

@media (max-width: 320px) {
    .policy-page {
        padding: 2rem 1rem;
        margin: 1.5rem auto;
    }
    
    .policy-page h1 {
        font-size: 1.75rem;
    }
    
    .policy-page h2 {
        margin-top: 2rem;
        font-size: 1.25rem;
    }
    
    .policy-page p {
        font-size: 0.95rem;
    }
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.team-member {
    text-align: center;
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(230, 217, 245, 0.2);
    position: relative;
    overflow: hidden;
}

.team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.2) 0%, rgba(179, 217, 242, 0.2) 100%);
    z-index: 0;
}

.team-member:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--accent-purple);
}

.team-member:hover::before {
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.4) 0%, rgba(179, 217, 242, 0.4) 100%);
}

.tutor-icon {
    font-size: 4.5rem;
    margin: 0 auto 1.5rem;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.team-member:hover .tutor-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.team-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.team-member:hover .team-image {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.team-member h3 {
    background: linear-gradient(135deg, var(--accent-purple), var(--coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.team-member p {
    position: relative;
    z-index: 1;
    line-height: 1.7;
}

.work-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.work-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--accent-purple);
}

.work-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.work-card:hover .work-image {
    transform: scale(1.08);
}

.work-icon {
    font-size: 4rem;
    padding: 2.5rem 2rem 1rem;
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.3) 0%, rgba(179, 217, 242, 0.3) 100%);
    transition: all 0.4s ease;
    text-align: center;
}

.work-card:hover .work-icon {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, rgba(230, 217, 245, 0.5) 0%, rgba(179, 217, 242, 0.5) 100%);
}

.work-content {
    padding: 2rem;
}

.work-content h3 {
    color: var(--accent-purple);
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.work-student {
    color: var(--coral);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    text-align: center;
}

.work-content > p:not(.work-student) {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

.work-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, var(--mint), var(--sky-blue));
    color: var(--text-dark);
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .work-image {
        height: 220px;
    }
    
    .work-content {
        padding: 1.75rem;
    }
    
    .work-content h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .work-image {
        height: 200px;
    }
    
    .work-content {
        padding: 1.5rem;
    }
    
    .work-content h3 {
        font-size: 1.15rem;
    }
    
    .work-student {
        font-size: 1rem;
    }
    
    .work-content > p:not(.work-student) {
        font-size: 0.95rem;
    }
    
    .work-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(2deg);
    }
}

.floating {
    animation: float 6s ease-in-out infinite;
}

@media (max-width: 1024px) {
    .hero {
        background-attachment: scroll;
    }
}

@media (max-width: 1024px) {
    .menu-toggle {
        display: block;
        flex-shrink: 0;
    }

    .header-content {
        gap: 0.5rem;
    }

    nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    nav.active {
        max-height: 400px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(230, 217, 245, 0.3);
    }

    nav ul {
        flex-direction: column;
        padding: 1rem;
        gap: 0.5rem;
    }

    nav li {
        width: 100%;
        text-align: center;
    }

    nav a {
        display: block;
        padding: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    .hero {
        padding: 6rem 0 8rem;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.15rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    section {
        padding: 4rem 0;
    }

    .features-grid,
    .courses-grid,
    .testimonials-grid,
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stat-item h3 {
        font-size: 2.75rem;
    }

    .privacy-popup-content {
        flex-direction: column;
        align-items: stretch;
    }

    .privacy-popup-buttons {
        justify-content: center;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-text p {
        font-size: 1rem;
    }

    .about-image {
        max-width: 100%;
        order: 2;
    }

    .about-text {
        order: 1;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    section {
        padding: 3rem 0;
    }

    .hero {
        padding: 5rem 0 6rem;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .hero p {
        font-size: 1.05rem;
    }

    .btn {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }
    
    .contact-form .btn,
    form .btn {
        width: 100%;
        padding: 1rem;
    }

    .feature-card,
    .course-card,
    .testimonial-card,
    .team-member,
    .work-card {
        padding: 1.75rem;
    }

    .contact-form,
    .contact-info {
        padding: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .stat-item h3 {
        font-size: 2.5rem;
    }

    .section-title::after {
        width: 80px;
    }

    .about-content {
        gap: 2rem;
    }

    .about-text p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .about-text .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.4rem;
    }
}

@media (max-width: 320px) {
    .logo {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .hero {
        padding: 4rem 0 5rem;
    }

    .hero h1 {
        font-size: 1.75rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.9rem;
    }
    
    .contact-form .btn,
    form .btn {
        width: 100%;
        padding: 0.875rem 1rem;
    }

    .stat-item h3 {
        font-size: 2.25rem;
    }

    .feature-card,
    .course-card,
    .testimonial-card,
    .team-member,
    .work-card {
        padding: 1.5rem 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }
    
    .contact-wrapper {
        gap: 1.5rem;
    }
}

