*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #64748b;--success: #16a34a;--warning: #ca8a04;--danger: #dc2626;--background: #f8fafc;--surface: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius: 8px;--color-phonics: #3b82f6;--bg-phonics: #eff6ff;--color-tamil: #b91c1c;--bg-tamil: #fef2f2;--color-grammar: #15803d;--bg-grammar: #f0fdf4;--section-bg: #f1f5f9;--text-heading: #0f172a}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-banner{background:url(/header.webp) center / cover no-repeat;height:240px;display:flex;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid var(--border)}.hero-banner__content{position:relative;z-index:1}.hero-banner__brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.25rem}.hero-banner__logo{height:52px;width:auto;object-fit:contain}.hero-banner__title{font-size:3rem;font-weight:700;color:#1e293b}.hero-banner__subtitle{font-size:1rem;color:#475569;margin-top:.15rem}.hero-banner__main{font-size:1.75rem;font-weight:700;color:#1e293b;margin-top:.5rem}.main{flex:1;padding:2rem 0}.footer{background:var(--surface);border-top:1px solid var(--border);padding:1rem 0;text-align:center;color:var(--text-muted);font-size:.875rem}.page-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;margin-bottom:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:all .2s;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--secondary);color:#fff}.btn-secondary:hover:not(:disabled){opacity:.9}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover:not(:disabled){background:var(--background)}.btn-full{width:100%}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text)}.form-input{width:100%;padding:.75rem;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary)}.form-error{color:var(--danger);font-size:.875rem;margin-top:.25rem}.form-hint{color:var(--text-muted);font-size:.875rem;margin-top:.25rem}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.checkbox-group input[type=checkbox]{margin-top:.25rem}.alert{padding:1rem;border-radius:var(--radius);margin-bottom:1rem}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:var(--danger)}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:var(--success)}.alert-warning{background:#fefce8;border:1px solid #fef08a;color:var(--warning)}.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:var(--primary)}.loading{text-align:center;padding:2rem;color:var(--text-muted)}.spinner{display:inline-block;width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:3rem;color:var(--text-muted)}.timer{font-size:1.25rem;font-weight:600;font-variant-numeric:tabular-nums}.timer-warning{color:var(--warning)}.timer-danger{color:var(--danger)}.badge{display:inline-flex;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px}.badge-success{background:#dcfce7;color:var(--success)}.badge-warning{background:#fef3c7;color:var(--warning)}.badge-danger{background:#fee2e2;color:var(--danger)}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.summary-row:last-child{border-bottom:none}.summary-label{color:var(--text-muted)}.summary-value{font-weight:500}.summary-total{font-size:1.25rem;font-weight:600;color:var(--primary)}.confirmation-box{text-align:center;padding:2rem}.confirmation-icon{font-size:3rem;margin-bottom:1rem}.admission-number{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:.05em;margin:1rem 0;padding:1rem;background:var(--background);border-radius:var(--radius)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:var(--surface);border-radius:12px;max-width:600px;width:100%;max-height:80vh;box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border);border-left:4px solid;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:2}.modal-title{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.modal-close:hover{background:var(--border)}.modal-body{padding:1.5rem;overflow-y:auto;scroll-behavior:smooth}.cim-description{font-size:.95rem;line-height:1.7;color:var(--text);margin-bottom:1.25rem}.cim-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.cim-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:500}.cim-syllabus-card{background:var(--section-bg);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.cim-syllabus-title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.cim-syllabus-section-title{font-weight:600;margin-bottom:.35rem;font-size:.9rem}.cim-syllabus-list{padding-left:1.25rem;margin:0;font-size:.875rem;line-height:1.8}.cim-syllabus-list--twocol{columns:2;column-gap:2rem}.cim-fee{margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.cim-faq{margin-bottom:.5rem}.cim-faq-item{border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem;overflow:hidden}.cim-faq-trigger{width:100%;background:none;border:none;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.9rem;font-weight:500;text-align:left;gap:.75rem;color:var(--text)}.cim-faq-trigger:hover{background:var(--background)}.cim-faq-chevron{transition:transform .25s;font-size:.75rem;flex-shrink:0}.cim-faq-chevron--open{transform:rotate(180deg)}.cim-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.cim-faq-answer--open{max-height:500px;padding:0 1rem .75rem}.cim-faq-answer p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.rfp-section{margin-bottom:1.25rem}.rfp-section:last-child{margin-bottom:0}.rfp-section h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.rfp-sub{margin-left:1rem;margin-top:.75rem}.rfp-sub h5{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.rfp-note{margin-top:1rem;font-size:.9rem;color:var(--text-muted);font-style:italic}.section{margin-bottom:3rem}.section__title{font-size:1.75rem;font-weight:700;color:var(--text-heading);letter-spacing:-.02em;position:relative;padding-bottom:.75rem;margin-bottom:1.5rem}.section__title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--primary),var(--primary-hover));border-radius:2px}.section__subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}.section--testimonials{background:var(--section-bg);margin-left:-1rem;margin-right:-1rem;padding:2.5rem 1rem 2rem;border-radius:var(--radius)}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.course-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);text-align:center;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.course-card-top{overflow:hidden}.course-card__image{width:100%;height:auto;display:block}.course-card-content{padding:24px;flex-grow:1;display:flex;flex-direction:column}.course-card__title{font-size:1.25rem;font-weight:700;margin-bottom:10px;color:var(--text)}.course-card__desc{color:var(--text-muted);font-size:.95rem;margin-bottom:20px;line-height:1.5;flex:1}.course-card__btn{display:block;width:100%;padding:10px 24px;border-radius:var(--radius);color:#fff;border:none;cursor:pointer;font-weight:600;font-size:.95rem;transition:opacity .2s}.course-card__btn:hover{opacity:.9}.month-group{margin-bottom:2rem}.month-group__title{font-size:.85rem;font-weight:600;color:var(--text-heading);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;border-left:3px solid var(--primary);padding-left:.75rem}.batch-card__course-tag{display:inline-block;padding:4px 12px;font-size:.75rem;font-weight:700;border-radius:6px;color:#fff;text-transform:uppercase;letter-spacing:.03em}.batch-card__course-tag--phonics{background:var(--color-phonics)}.batch-card__course-tag--tamil{background:var(--color-tamil)}.batch-card__course-tag--grammar{background:var(--color-grammar)}.batch-card__slots{display:flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:var(--radius);font-weight:600}.batch-card__slots--open{background:#dcfce7;color:#15803d}.batch-card__slots--full{background:#fee2e2;color:#dc2626}.batch-card__slots-count{font-size:1.25rem;font-weight:800;line-height:1}.batch-card__slots-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.batch-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.batch-card__details{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.batch-card__details p{margin-bottom:.15rem}.batch-card__fees{border-top:1px solid var(--border);padding-top:1rem;margin-bottom:1rem}.batch-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.batch-info-strip{border-radius:var(--radius);padding:1.25rem 1.5rem;border:1px solid var(--border);border-left:4px solid var(--primary);background:var(--background)}.batch-info-strip--phonics{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe;border-left-color:var(--color-phonics)}.batch-info-strip--tamil{background:linear-gradient(135deg,#fef2f2,#fde8e8);border-color:#fecaca;border-left-color:var(--color-tamil)}.batch-info-strip--grammar{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0;border-left-color:var(--color-grammar)}.batch-info-strip__title{font-size:1.1rem;font-weight:700;color:var(--text-heading);margin-bottom:.25rem}.batch-info-strip__code{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem}.batch-info-strip__details{display:flex;flex-wrap:wrap;gap:1rem}.batch-info-strip__item{display:flex;flex-direction:column;min-width:0;flex:1;background:#ffffffb3;border-radius:6px;padding:.5rem .75rem}.batch-info-strip__label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.15rem}.batch-info-strip--phonics .batch-info-strip__label{color:var(--color-phonics)}.batch-info-strip--tamil .batch-info-strip__label{color:var(--color-tamil)}.batch-info-strip--grammar .batch-info-strip__label{color:var(--color-grammar)}.batch-info-strip__value{font-size:.9rem;font-weight:600;color:var(--text-heading)}.section__title--centered{text-align:center}.section__title--centered:after{left:50%;transform:translate(-50%)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.see-all{color:var(--text-muted);text-decoration:none;font-size:.9rem}.see-all:hover{text-decoration:underline}.section__title:focus-visible,.month-group__title:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:2px}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.testimonial-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);position:relative}.testimonial-card__quote-mark{font-size:3rem;line-height:1;color:var(--primary);opacity:.2;position:absolute;top:.5rem;left:1rem;font-family:Georgia,serif}.testimonial-card__quote{font-style:italic;color:var(--text);line-height:1.6;margin-bottom:1rem;position:relative;z-index:1}.testimonial-card__footer{display:flex;justify-content:space-between;align-items:center}.testimonial-card__author{font-weight:600;font-size:.9rem;color:var(--text)}.testimonial-card__quote{white-space:pre-line}.testimonial-card__toggle{background:none;border:none;color:var(--primary);cursor:pointer;font-size:.875rem;font-weight:500;padding:0;margin-bottom:1rem}.testimonial-card__toggle:hover{text-decoration:underline}.testimonial-card__meta{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.testimonial-card__course-badge{font-size:.75rem;padding:.2rem .6rem;background:var(--background);border:1px solid var(--border);border-radius:9999px;color:var(--text-muted);align-self:flex-start}.important-note{background:#fefce8;border:1px solid #fef08a;border-radius:var(--radius);padding:1.5rem}.important-note__title{font-size:1.1rem;font-weight:600;color:var(--warning);margin-bottom:.75rem}.important-note__list{list-style:disc;padding-left:1.25rem;color:var(--text);font-size:.9rem;line-height:1.8}.important-note__link{color:var(--primary);text-decoration:underline}.footer__social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}.footer__social-link{display:flex;align-items:center;gap:.375rem;color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.footer__social-link:hover{color:var(--primary)}@media (max-width: 640px){.card-grid{grid-template-columns:1fr}.page-title{font-size:1.25rem}.course-grid{grid-template-columns:1fr}.section--testimonials{margin-left:-1rem;margin-right:-1rem}.hero-banner{height:180px}.hero-banner__logo{height:36px}.hero-banner__title{font-size:1.15rem}.hero-banner__subtitle{font-size:.85rem}.hero-banner__main{font-size:1.25rem}.cim-syllabus-list--twocol{columns:1}.modal{max-height:90vh;margin:.5rem}}@media (min-width: 641px) and (max-width: 768px){.course-grid{grid-template-columns:repeat(2,1fr)}}
