body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background:linear-gradient(135deg,#1e40af,#1e3a8a);box-shadow:0 4px 20px #1e40af26;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between}.logo h1{font-size:1.8rem;font-weight:700;margin-bottom:.2rem}.logo p{font-size:.9rem;font-weight:400;opacity:.9}.nav a{color:#fff;font-weight:500;margin-left:2rem;position:relative;text-decoration:none;transition:all .3s ease}.nav a:hover{opacity:.8}.nav a:after{background:#fff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);display:flex;min-height:100vh;overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='%231e40af' stroke-width='.5' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero .container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-content h1{color:#1e293b;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-content p{color:#475569;font-size:1.25rem;font-weight:400;margin-bottom:2rem}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.stat{text-align:center}.stat-number{color:#1e40af;display:block;font-size:2rem;font-weight:800}.stat-label{color:#64748b;font-size:.9rem;font-weight:500}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.primary-btn{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:8px;box-shadow:0 4px 15px #1e40af4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.primary-btn:hover{box-shadow:0 8px 25px #1e40af66;transform:translateY(-2px)}.secondary-btn{background:#fff;border:2px solid #1e40af;border-radius:8px;color:#1e40af;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.secondary-btn:hover{background:#1e40af;color:#fff;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center}.score-improvement{align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;gap:2rem;padding:2rem}.score-card{border-radius:12px;min-width:120px;padding:1.5rem;text-align:center}.score-card.before{background:#fef2f2;border:2px solid #fecaca}.score-card.after{background:#f0fdf4;border:2px solid #bbf7d0}.score-card h3{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.5rem}.score{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.score-card.before .score{color:#dc2626}.score-card.after .score{color:#16a34a}.score-card p{color:#6b7280;font-size:.8rem}.arrow{color:#1e40af;font-size:2rem;font-weight:700}.programs{background:#fff;padding:100px 0}.programs h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.2rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.program-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;position:relative;transition:all .3s ease}.program-card.featured{border-color:#1e40af;transform:scale(1.05)}.program-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.program-card.featured:hover{transform:scale(1.05) translateY(-8px)}.program-badge{background:#1e40af;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.program-card h3{color:#1e293b;font-size:1.5rem;font-weight:700}.price,.program-card h3{margin-bottom:1rem;text-align:center}.price{color:#1e40af;font-size:2.5rem;font-weight:800}.program-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem;text-align:center}.program-card ul{list-style:none;margin-bottom:2rem}.program-card li{color:#374151;padding:.5rem 0 .5rem 1.5rem;position:relative}.program-card li:before{color:#16a34a;content:"✓";font-weight:700;left:0;position:absolute}.program-btn{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.program-btn:hover{box-shadow:0 8px 25px #1e40af4d;transform:translateY(-2px)}.practice{background:#f8fafc;padding:100px 0}.practice h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.practice-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.tab{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#64748b;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab.active{background:#1e40af;border-color:#1e40af;color:#fff}.tab:hover{border-color:#1e40af;color:#1e40af}.tab.active:hover{color:#fff}.practice-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}.practice-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.practice-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s ease}.practice-item:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.practice-item h4{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.practice-item p{color:#64748b;line-height:1.6;margin-bottom:1rem}.questions{background:#1e40af;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.testimonials{background:#fff;padding:100px 0}.testimonials h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.testimonial-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;position:relative}.testimonial-card:before{color:#1e40af;content:'"';font-family:serif;font-size:4rem;left:1.5rem;opacity:.2;position:absolute;top:1rem}.stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1rem}.testimonial-card p{color:#374151;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#1e293b;font-weight:600}.testimonial-author span{color:#64748b;font-size:.9rem}.tutors{background:#f8fafc;padding:100px 0}.tutors h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.tutors-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tutor-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.tutor-card:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.tutor-photo{display:flex;justify-content:center;margin-bottom:1.5rem}.tutor-photo svg{color:#1e40af;opacity:.8}.tutor-card h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.tutor-title{color:#1e40af;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.tutor-card p{color:#64748b;line-height:1.6}.contact{background:#fff;padding:100px 0}.contact h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{align-items:center;display:flex;margin-top:.25rem}.contact-icon svg{color:#1e40af}.contact-item h4{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#64748b;line-height:1.5}.contact-form form{gap:1.5rem}.contact-form form,.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:1rem;transition:all .3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.contact-form textarea{height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 8px 25px #1e40af4d;transform:translateY(-2px)}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-section p{color:#cbd5e1;line-height:1.6}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#1e40af}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-bottom p{color:#9ca3af}@media (max-width:768px){.header .container{flex-direction:column;gap:1rem}.nav a{margin-left:1rem;margin-right:1rem}.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.hero-buttons,.hero-stats{justify-content:center}.score-improvement{flex-direction:column;gap:1rem}.contact-content,.programs-grid{grid-template-columns:1fr}.practice-tabs{align-items:center;flex-direction:column}.footer-content,.practice-grid,.testimonials-grid,.tutors-grid{grid-template-columns:1fr}.footer-content{text-align:center}}