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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand:#ff5a5f;--brand-600:#ff3b43;--text:#1f2937;--muted:#6b7280;--bg:#f8fafc;--card:#fff;--accent:#10b981}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f8fafc;background:var(--bg);color:#1f2937;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}.container{margin:0 auto;max-width:1120px;padding:0 24px;width:100%}.site-header{-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);background:#ffffffe6;border-bottom:1px solid #eef2f7;position:sticky;top:0;z-index:100}.nav{justify-content:space-between;padding:16px 0}.brand,.nav{align-items:center;display:flex}.brand{font-weight:800;gap:10px;letter-spacing:.1px}.brand-badge{background:linear-gradient(135deg,#ff5a5f,#ff3b43);background:linear-gradient(135deg,var(--brand),var(--brand-600));border-radius:8px;color:#fff;display:grid;font-weight:900;height:28px;place-items:center;width:40px}.mobile-nav a,.nav a{border-radius:8px;color:#1f2937;color:var(--text);font-weight:500;padding:8px 12px;text-decoration:none}.mobile-nav a.cta,.nav a.cta{background:#ff5a5f;background:var(--brand);color:#fff}.desktop-nav{display:flex;gap:4px}.menu-btn{display:none}@media (max-width:960px){.desktop-nav{display:none}.menu-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;display:inline-flex;font-size:20px;height:38px;justify-content:center;width:38px}.mobile-nav-overlay{background:#00000059;inset:0;position:fixed;z-index:40}.mobile-nav{grid-gap:8px;align-content:start;background:#fff;border-left:1px solid #eef2f7;display:grid;gap:8px;height:100vh;padding:18px;position:fixed;right:0;top:0;width:min(280px,80vw);z-index:50}.mobile-nav .close-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:18px;height:36px;justify-self:end;width:36px}}.hero{padding:48px 0 24px}.hero-grid{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1.2fr 1fr}.hero h1{font-family:Poppins,Inter,sans-serif;font-size:40px;line-height:1.2;margin:0 0 12px}.hero p{color:#6b7280;color:var(--muted);margin:0 0 20px}.hero .actions{display:flex;gap:12px}.btn{border:none;border-radius:10px;cursor:pointer;font-weight:600;padding:10px 16px}.btn-primary{background:#ff5a5f;background:var(--brand);color:#fff}.btn-secondary{background:#eef2f7}.hero-img{background:url(https://images.unsplash.com/photo-1588072432836-e10032774350?q=80&w=1200&auto=format&fit=crop) 50%/cover no-repeat;border-radius:16px;height:260px;width:100%}.search-bar{grid-gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 24px #0000000a;display:grid;gap:10px;grid-template-columns:1.4fr repeat(3,1fr) 100px;margin:10px 0 24px;padding:12px}.search-field{grid-gap:4px;display:grid;gap:4px;width:100%}.search-field label{color:#6b7280;color:var(--muted);font-size:12px}.search-field input,.search-field select{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;width:100%}.search-field select{background:#fff}.search-field.clickable{cursor:pointer}.search-btn{background:#ff5a5f;background:var(--brand);border:none;border-radius:10px;color:#fff;font-weight:700}.section{padding:18px 0 10px}.section h2{font-size:24px;margin:0 0 8px}.section .sub{color:#6b7280;color:var(--muted);font-size:14px}.cards{grid-gap:16px;display:grid;gap:16px}.card{background:#fff;background:var(--card);border:1px solid #eef2f7;border-radius:16px;display:grid;grid-template-columns:260px 1fr 160px;overflow:hidden}.card .photo{background-position:50%;background-size:cover;height:180px}.card-body{padding:14px 16px}.badge{background:#ecfeff;border:1px solid #cffafe;border-radius:999px;color:#0891b2;display:inline-block;font-size:12px;margin-right:6px;padding:3px 8px}.features{color:#6b7280;color:var(--muted);font-size:14px;margin-top:6px}.rating{align-items:center;display:flex;font-weight:700;gap:8px}.price{align-content:center;border-left:1px dashed #e5e7eb;display:grid;justify-items:end;padding:14px}.price .amount{font-size:20px;font-weight:800}.price small{color:#6b7280;color:var(--muted)}.grid-3{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.info-card{background:#fff;background:var(--card);border:1px solid #eef2f7;border-radius:14px;padding:16px}.gallery{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.gallery .gimg,.gimg{background:#eef2f7;border-radius:14px;cursor:zoom-in;height:220px;object-fit:cover;width:100%}.highlight-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.highlight-card{background:#fff;background:var(--card);border:1px solid #eef2f7;border-radius:16px;box-shadow:0 8px 24px #0000000a;display:grid;grid-template-rows:160px 1fr;overflow:hidden}.highlight-image{background-position:50%;background-size:cover}.highlight-body{padding:16px 16px 18px}.bullet-list{color:#6b7280;color:var(--muted);margin:8px 0 0;padding-left:18px}.bullet-list li{margin:8px 0}.admissions,.contact{background:#fff;background:var(--card);border:1px solid #eef2f7;border-radius:14px;padding:18px}.contact form{grid-gap:10px;display:grid;gap:10px}.contact input,.contact textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.modal{background:#0006;display:grid;inset:0;place-items:center;position:fixed;z-index:60}.modal-card{background:#fff;background:var(--card);border:1px solid #eef2f7;border-radius:16px;box-shadow:0 12px 40px #00000040;padding:18px;width:min(640px,92vw)}.footer{border-top:1px solid #eef2f7;color:#6b7280;color:var(--muted);margin-top:36px;padding:30px 0}@media (max-width:960px){.hero-grid,.search-bar{grid-template-columns:1fr}.search-btn{font-size:16px;height:50px;padding:14px 16px}.card{grid-template-columns:1fr}.price{border-left:none;border-top:1px dashed #e5e7eb;justify-items:start}.grid-3{grid-template-columns:1fr}.gallery{gap:14px;grid-template-columns:1fr 1fr}.highlight-grid{grid-template-columns:1fr}}.lightbox{background:#000000b3;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.lightbox img{border-radius:16px;box-shadow:0 10px 40px #00000080;max-height:90vh;max-width:90vw}.founder-section{padding-top:10px}.founder-card{grid-gap:18px;align-items:center;background:#fff;background:var(--card);border:1px solid #eef2f7;border-radius:14px;display:grid;gap:18px;grid-template-columns:220px 1fr;padding:18px}.founder-photo{background-position:50%;background-size:cover;border-radius:12px;height:350px}.founder-body h3{font-size:18px;margin:6px 0}.founder-bio{color:#6b7280;color:var(--muted);margin:8px 0 12px}.founder-quote{color:#374151;font-style:italic;margin:0 0 12px}@media (max-width:960px){.founder-card{grid-template-columns:1fr}.founder-photo{height:220px;width:100%}}
/*# sourceMappingURL=main.c14ddf04.css.map*/