:root{--primary: #1e40af;--secondary: #3b82f6;--accent: #f59e0b;--font: Inter, sans-serif;--bg: #ffffff;--text: #1f2937;--text-light: #6b7280;--border: #e5e7eb;--radius: .5rem;--header-bg: #1e40af;--header-text: #ffffff;--nav-bg: #ffffff;--footer-bg: #1e293b;--footer-text: #cbd5e1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.hero-carousel{position:relative;overflow:hidden;width:100%;height:420px}.carousel-track{display:flex;transition:transform .6s ease-in-out;height:100%}.carousel-slide{min-width:100%;height:100%;background-size:cover;background-position:center;flex-shrink:0}.carousel-overlay{width:100%;height:100%;background:linear-gradient(to bottom,#0006,#000000b3);display:flex;align-items:center;justify-content:center}.carousel-content{text-align:center;color:#fff}.carousel-logo{max-height:80px;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.carousel-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.4)}.carousel-address{font-size:1.1rem;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.3)}.carousel-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0;transition:background .2s}.carousel-dot.active{background:#fff;border-color:#fff}@media(max-width:600px){.hero-carousel{height:280px}.carousel-title{font-size:1.6rem}.carousel-logo{max-height:50px}}.template-template1 .hero{background:var(--header-bg);color:var(--header-text);padding:4rem 0;text-align:center}.template-template1 .school-logo{max-height:100px;margin-bottom:1rem}.template-template1 .hero h1{font-size:2.5rem;margin-bottom:.5rem}.template-template1 .address{opacity:.9;font-size:1.1rem}.template-template1 .footer-classic{background:var(--footer-bg);color:var(--footer-text);text-align:center;padding:2rem 0;margin-top:3rem}.template-template2 .header-modern{background:var(--header-bg);color:var(--header-text);padding:2.5rem 0 1.5rem}.template-template2 .header-modern-top{display:flex;align-items:center;gap:1.5rem}.template-template2 .logo-small{height:60px}.template-template2 .modern-title{font-size:2rem;margin-bottom:.25rem}.template-template2 .modern-address{opacity:.85;font-size:1rem}.template-template2 .header-accent-bar{height:4px;background:var(--accent);margin-top:1rem}.template-template2 .template-content{background:var(--bg)}.template-template2 .footer-modern{background:var(--footer-bg);color:var(--footer-text);padding:3rem 0 0;margin-top:3rem}.template-template2 .footer-modern-inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.template-template2 .footer-modern h3{font-size:1rem;margin-bottom:.75rem;color:#fff}.template-template2 .footer-modern p,.template-template2 .footer-modern a{font-size:.85rem;color:var(--footer-text);display:block;margin-bottom:.25rem}.template-template2 .footer-bottom{text-align:center;padding:1.5rem 0;font-size:.8rem;opacity:.7}.template-template3 .header-minimal{background:var(--header-bg);color:var(--header-text);border-bottom:1px solid var(--border);padding:1rem 0}.template-template3 .header-minimal-inner{display:flex;align-items:center;gap:1rem}.template-template3 .logo-small{height:40px}.template-template3 .school-name-minimal{font-size:1.25rem;font-weight:600}.template-template3 .footer-minimal{border-top:1px solid var(--border);background:var(--footer-bg);color:var(--footer-text);text-align:center;padding:2rem 0;margin-top:3rem;font-size:.85rem}.nav-bar{background:var(--nav-bg);border-bottom:1px solid var(--border);padding:.75rem 0;position:sticky;top:0;z-index:10}.nav-bar .container{display:flex;gap:2rem;justify-content:center}.nav-bar a{color:var(--text);text-decoration:none;font-weight:500;padding:.25rem 0;font-size:.9rem}.nav-bar a:hover{color:var(--primary);text-decoration:none}.page-content,.home-content{padding:2rem 0;min-height:50vh}.template-content{min-height:60vh}.page-content h1,.section-title{font-size:1.75rem;color:var(--primary);margin:2rem 0 1.5rem}.section-title{border-bottom:2px solid var(--primary);padding-bottom:.5rem}.section{margin:2rem 0}.notice-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.notice-card.pinned{border-left:4px solid var(--accent);background:#fffbeb}.pinned-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.75rem;padding:.15rem .5rem;border-radius:9999px;margin-bottom:.5rem}.category{display:inline-block;background:var(--secondary);color:#fff;font-size:.75rem;padding:.15rem .5rem;border-radius:9999px;margin-bottom:.5rem;margin-left:.5rem}.notice-card h3{margin-bottom:.5rem}.notice-card small{color:var(--text-light)}.teacher-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.teacher-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:box-shadow .2s}.teacher-card:hover{box-shadow:0 4px 12px #00000014}.teacher-card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.teacher-card h3{margin-bottom:.25rem}.subject{color:var(--primary);font-weight:500;margin-bottom:.25rem}.qual{color:var(--text-light);font-size:.85rem;margin-bottom:.5rem}.bio{font-size:.9rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.gallery-item{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:transform .2s}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:200px;object-fit:cover;display:block}.caption{padding:.5rem;font-size:.85rem;text-align:center;color:var(--text-light)}.album{margin-bottom:2rem}.album h2{font-size:1.25rem;color:var(--text);border-bottom:2px solid var(--primary);padding-bottom:.5rem;margin-bottom:1rem}.announcements-list{margin:1.5rem 0}.announcement-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.ann-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.priority{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:9999px;text-transform:uppercase}.priority-high{background:#fef2f2;color:#dc2626}.priority-normal{background:#f3f4f6;color:#374151}.priority-low{background:#f0fdf4;color:#166534}.announcement-card h3{margin-bottom:.5rem}.announcement-card p{color:var(--text-light)}.home-content{padding-top:2rem}.announcement-item{padding:1rem;border-bottom:1px solid var(--border)}.announcement-item:last-child{border-bottom:none}.announcement-item h3{margin-bottom:.25rem;font-size:1rem}.announcement-item p{font-size:.9rem;color:var(--text-light)}.view-all{display:inline-block;margin-top:1rem;color:var(--primary);font-weight:500}.landing{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-hero{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff}.landing-hero h1{color:#fff}.landing-hero p{color:#ffffffd9}.landing-btn{display:inline-block;padding:.85rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.landing-btn-primary{background:#fff;color:#1e3a5f}.landing-btn-primary:hover{background:#f0f4ff;transform:translateY(-1px)}.landing-btn-secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.landing-btn-secondary:hover{background:#ffffff40}.landing-section-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:3rem;color:#1f2937}.landing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.landing-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #00000014}.landing-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.landing-card p{font-size:.9rem;color:#6b7280;line-height:1.5}.landing-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}.landing-step{text-align:center}.landing-step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.landing-step h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.landing-step p{font-size:.9rem;color:#6b7280;line-height:1.5}.landing-pricing-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 20px #00000014;max-width:400px;margin:0 auto}.landing-price{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem}.landing-pricing-list{list-style:none;text-align:left}.landing-pricing-list li{padding:.5rem 0;color:#374151;font-size:.95rem}.landing-pricing-list li:before{content:"✓ ";color:#2563eb;font-weight:700}.landing-footer{background:#1e293b;color:#cbd5e1}.stats-section{padding:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;text-align:center}.stat-item{padding:1.5rem;background:var(--card-bg, #f8fafc);border-radius:.75rem;border:1px solid var(--border, #e2e8f0)}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1.1;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:var(--text-light, #64748b);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.about-section{padding:2rem 0}.about-text{font-size:1.05rem;line-height:1.8;color:var(--text);max-width:800px}.principal-section{padding:2rem 0}.principal-card{display:flex;gap:1.5rem;align-items:flex-start;background:var(--card-bg, #f8fafc);border:1px solid var(--border, #e2e8f0);border-radius:.75rem;padding:1.5rem;max-width:800px}.principal-photo{width:100px;height:120px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.principal-content{flex:1}.principal-message{font-size:1.05rem;line-height:1.8;color:var(--text);font-style:italic;margin-bottom:.75rem}.principal-name{font-size:1rem;font-weight:600;color:var(--primary)}@media(max-width:500px){.principal-card{flex-direction:column;align-items:center;text-align:center}.principal-photo{width:80px;height:100px}}.contact-info-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.contact-info-card{background:var(--card-bg, #f8fafc);border:1px solid var(--border, #e2e8f0);border-radius:.5rem;padding:1rem 1.25rem}.contact-info-card h3{font-size:.9rem;font-weight:600;color:var(--text, #1f2937);margin-bottom:.5rem}.contact-info-card p{font-size:.85rem;color:var(--text-secondary, #4b5563);margin:.25rem 0;line-height:1.5}.contact-info-card strong{font-weight:600}@media(max-width:500px){.contact-info-cards{grid-template-columns:1fr}}.contact-section{padding:3rem 0;max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border, #d1d5db);border-radius:.375rem;font-size:1rem;background:var(--bg, #ffffff);color:var(--text, #1f2937);box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent)}.contact-form .btn-primary{align-self:flex-start;padding:.75rem 2rem;background:var(--primary);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .15s}.contact-form .btn-primary:hover{opacity:.9}.contact-form .btn-primary:disabled{opacity:.6;cursor:default}.contact-form-status{font-size:.9rem;font-weight:500}@media(max-width:500px){.contact-form-row{grid-template-columns:1fr}}
