:root{--primary: var(--primaryColor);--secondary: var(--secondaryColor);--text-dark: #1a1a1a;--text-light: #666666;--bg-light: #f8f9fa;--bg-white: #ffffff;--border-color: #e0e0e0;--success: #28a745;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .08);--shadow-md: 0 4px 8px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .15);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}:where(.astro-OS5LQQOY){margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light)}.hero-section:where(.astro-OS5LQQOY){position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:60px 20px;text-align:center;overflow:hidden}.hero-section:where(.astro-OS5LQQOY):before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,0,0,.1) 0%,transparent 50%);pointer-events:none}.hero-content:where(.astro-OS5LQQOY){position:relative;z-index:2;max-width:900px;animation:slideUp .8s ease-out}.hero-content:where(.astro-OS5LQQOY) h1:where(.astro-OS5LQQOY){font-size:clamp(2.5rem,8vw,4rem);margin-bottom:20px;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-content:where(.astro-OS5LQQOY) p:where(.astro-OS5LQQOY){font-size:clamp(1rem,3vw,1.3rem);margin-bottom:30px;opacity:.95;line-height:1.5}.hero-cta:where(.astro-OS5LQQOY){display:flex;gap:15px;flex-wrap:wrap;justify-content:center;margin-top:40px}.btn:where(.astro-OS5LQQOY){padding:14px 32px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-block}.btn-primary:where(.astro-OS5LQQOY){background:white;color:var(--primary);box-shadow:0 4px 12px #00000026}.btn-primary:where(.astro-OS5LQQOY):hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.btn-secondary:where(.astro-OS5LQQOY){background:rgba(255,255,255,.2);color:#fff;border:2px solid white}.btn-secondary:where(.astro-OS5LQQOY):hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.breadcrumbs:where(.astro-OS5LQQOY){background:var(--bg-white);padding:16px 20px;border-bottom:1px solid var(--border-color);font-size:.9rem}.breadcrumbs:where(.astro-OS5LQQOY) a:where(.astro-OS5LQQOY){color:var(--primary);text-decoration:none;transition:var(--transition)}.breadcrumbs:where(.astro-OS5LQQOY) a:where(.astro-OS5LQQOY):hover{text-decoration:underline}.breadcrumbs:where(.astro-OS5LQQOY) span:where(.astro-OS5LQQOY){color:var(--text-light);margin:0 8px}.featured-snippet:where(.astro-OS5LQQOY){background:var(--bg-white);border-left:5px solid var(--primary);padding:30px;margin:40px 0;border-radius:8px;box-shadow:var(--shadow-md)}.featured-snippet:where(.astro-OS5LQQOY) h3:where(.astro-OS5LQQOY){color:var(--primary);margin-bottom:20px;font-size:1.3rem}.snippet-table:where(.astro-OS5LQQOY){width:100%;border-collapse:collapse;margin:20px 0}.snippet-table:where(.astro-OS5LQQOY) th:where(.astro-OS5LQQOY),.snippet-table:where(.astro-OS5LQQOY) td:where(.astro-OS5LQQOY){padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-color)}.snippet-table:where(.astro-OS5LQQOY) th:where(.astro-OS5LQQOY){background:var(--bg-light);color:var(--primary);font-weight:600}.snippet-table:where(.astro-OS5LQQOY) tr:where(.astro-OS5LQQOY):hover{background:var(--bg-light)}.stats-grid:where(.astro-OS5LQQOY){display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin:50px 0}.stat-card:where(.astro-OS5LQQOY){background:var(--bg-white);padding:30px;border-radius:12px;text-align:center;box-shadow:var(--shadow-md);transition:var(--transition);border-top:4px solid var(--primary)}.stat-card:where(.astro-OS5LQQOY):hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-number:where(.astro-OS5LQQOY){font-size:clamp(2rem,5vw,3rem);color:var(--primary);font-weight:700;margin-bottom:10px}.stat-label:where(.astro-OS5LQQOY){color:var(--text-light);font-size:1rem;line-height:1.5}.container:where(.astro-OS5LQQOY){max-width:1200px;margin:0 auto;padding:0 20px}section:where(.astro-OS5LQQOY){padding:60px 20px}section:where(.astro-OS5LQQOY).bg-light{background:var(--bg-light)}section:where(.astro-OS5LQQOY).bg-white{background:var(--bg-white)}h2:where(.astro-OS5LQQOY){font-size:clamp(2rem,5vw,2.8rem);margin-bottom:15px;color:var(--text-dark)}.section-title:where(.astro-OS5LQQOY){color:var(--primary);font-size:clamp(2rem,5vw,2.8rem);margin-bottom:40px;position:relative;padding-bottom:15px}.section-title:where(.astro-OS5LQQOY):after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px}.section-desc:where(.astro-OS5LQQOY){color:var(--text-light);font-size:1.1rem;margin-bottom:40px;line-height:1.8}.content-grid:where(.astro-OS5LQQOY){display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}.content-card:where(.astro-OS5LQQOY){background:var(--bg-white);padding:30px;border-radius:12px;box-shadow:var(--shadow-md);transition:var(--transition)}.content-card:where(.astro-OS5LQQOY):hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.content-card:where(.astro-OS5LQQOY) h4:where(.astro-OS5LQQOY){color:var(--primary);margin-bottom:15px;font-size:1.2rem}.content-card:where(.astro-OS5LQQOY) p:where(.astro-OS5LQQOY){color:var(--text-light);line-height:1.7}.school-cards:where(.astro-OS5LQQOY){display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:40px 0}.school-card:where(.astro-OS5LQQOY){background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition)}.school-card:where(.astro-OS5LQQOY):hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.school-header:where(.astro-OS5LQQOY){background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:20px}.school-name:where(.astro-OS5LQQOY){font-size:1.3rem;font-weight:700;margin-bottom:8px}.school-location:where(.astro-OS5LQQOY){font-size:.95rem;opacity:.95;display:flex;align-items:center;gap:8px}.school-body:where(.astro-OS5LQQOY){padding:20px}.school-rating:where(.astro-OS5LQQOY){color:var(--primary);font-weight:600;margin-bottom:15px;font-size:1.1rem}.school-courses:where(.astro-OS5LQQOY){list-style:none;margin-bottom:15px}.school-courses:where(.astro-OS5LQQOY) li:where(.astro-OS5LQQOY){padding:8px 0;color:var(--text-light);font-size:.95rem;display:flex;align-items:center;gap:8px}.school-courses:where(.astro-OS5LQQOY) li:where(.astro-OS5LQQOY):before{content:"✓";color:var(--success);font-weight:700}.school-contact:where(.astro-OS5LQQOY){padding-top:15px;border-top:1px solid var(--border-color);font-size:.9rem;color:var(--text-light);word-break:break-all}.faq-section:where(.astro-OS5LQQOY){max-width:800px;margin:40px auto}.faq-item:where(.astro-OS5LQQOY){background:var(--bg-white);border-left:4px solid var(--primary);margin-bottom:20px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.faq-item:where(.astro-OS5LQQOY):hover{box-shadow:var(--shadow-md)}.faq-question:where(.astro-OS5LQQOY){padding:20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:var(--bg-light);font-weight:600;color:var(--primary);user-select:none}.faq-question:where(.astro-OS5LQQOY):hover{background:#f0f0f0}.faq-icon:where(.astro-OS5LQQOY){font-size:1.5rem;transition:var(--transition)}.faq-item:where(.astro-OS5LQQOY).active .faq-icon:where(.astro-OS5LQQOY){transform:rotate(180deg)}.faq-answer:where(.astro-OS5LQQOY){padding:0 20px;max-height:0;overflow:hidden;transition:var(--transition);color:var(--text-light);line-height:1.8}.faq-item:where(.astro-OS5LQQOY).active .faq-answer:where(.astro-OS5LQQOY){padding:20px;max-height:1000px}.cost-table:where(.astro-OS5LQQOY){width:100%;border-collapse:collapse;margin:30px 0;background:var(--bg-white);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md)}.cost-table:where(.astro-OS5LQQOY) th:where(.astro-OS5LQQOY),.cost-table:where(.astro-OS5LQQOY) td:where(.astro-OS5LQQOY){padding:16px 20px;text-align:left;border-bottom:1px solid var(--border-color)}.cost-table:where(.astro-OS5LQQOY) th:where(.astro-OS5LQQOY){background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;font-weight:600}.cost-table:where(.astro-OS5LQQOY) tr:where(.astro-OS5LQQOY):hover{background:var(--bg-light)}.cost-table:where(.astro-OS5LQQOY) tr:where(.astro-OS5LQQOY):last-child td:where(.astro-OS5LQQOY){border-bottom:none}.related-links:where(.astro-OS5LQQOY){background:var(--bg-light);padding:30px;border-radius:8px;margin:40px 0}.related-links:where(.astro-OS5LQQOY) h4:where(.astro-OS5LQQOY){color:var(--primary);margin-bottom:20px;font-size:1.2rem}.related-links:where(.astro-OS5LQQOY) ul:where(.astro-OS5LQQOY){list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.related-links:where(.astro-OS5LQQOY) a:where(.astro-OS5LQQOY){color:var(--primary);text-decoration:none;padding:10px 15px;background:var(--bg-white);border-radius:6px;display:flex;align-items:center;gap:8px;transition:var(--transition);border:1px solid var(--border-color)}.related-links:where(.astro-OS5LQQOY) a:where(.astro-OS5LQQOY):hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translate(5px)}.related-links:where(.astro-OS5LQQOY) a:where(.astro-OS5LQQOY):before{content:"→";font-weight:700}.cta-section:where(.astro-OS5LQQOY){background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:80px 20px;text-align:center;border-radius:12px;margin:60px 0}.cta-section:where(.astro-OS5LQQOY) h2:where(.astro-OS5LQQOY){color:#fff;margin-bottom:20px}.cta-section:where(.astro-OS5LQQOY) p:where(.astro-OS5LQQOY){font-size:1.1rem;margin-bottom:40px;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-section:where(.astro-OS5LQQOY){min-height:400px;padding:40px 20px}.hero-content:where(.astro-OS5LQQOY) h1:where(.astro-OS5LQQOY){font-size:2rem}.hero-cta:where(.astro-OS5LQQOY){flex-direction:column;align-items:stretch}.btn:where(.astro-OS5LQQOY){width:100%}section:where(.astro-OS5LQQOY){padding:40px 20px}.stats-grid:where(.astro-OS5LQQOY){grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.school-cards:where(.astro-OS5LQQOY){grid-template-columns:1fr}.content-grid:where(.astro-OS5LQQOY){grid-template-columns:1fr}.faq-section:where(.astro-OS5LQQOY){max-width:100%}.cta-section:where(.astro-OS5LQQOY){padding:50px 20px}.snippet-table:where(.astro-OS5LQQOY){font-size:.9rem}.snippet-table:where(.astro-OS5LQQOY) th:where(.astro-OS5LQQOY),.snippet-table:where(.astro-OS5LQQOY) td:where(.astro-OS5LQQOY){padding:10px 12px}}@media print{.hero-cta:where(.astro-OS5LQQOY),.related-links:where(.astro-OS5LQQOY),.cta-section:where(.astro-OS5LQQOY){display:none}section:where(.astro-OS5LQQOY){page-break-inside:avoid}}
