@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:wght@400;500;600&family=Baloo+2:wght@600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#f52855;--red-dark:#d81f47;--white:#fff;--grey-bg:#f7f7f7;--blush:#fff1f5;--text:#101426;--text-muted:#687083;--border:#f2dce4;--shadow:0 2px 12px #00000014;--shadow-md:0 4px 24px #0000001f;--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4,h5{font-family:Nunito,sans-serif;line-height:1.25}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--red);color:var(--white);border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s;display:inline-block}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-secondary{color:var(--red);border:2px solid var(--red);background:0 0;border-radius:8px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--red);color:var(--white)}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:8px;font-size:.75rem;font-weight:700}.section-subtitle{color:var(--text-muted);max-width:560px;font-size:1.05rem;line-height:1.7}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal.revealed{opacity:1;transform:translateY(0)}.navbar{z-index:100;background:#f52855;border-bottom:1px solid #f528550f;transition:box-shadow .3s,background .3s;position:sticky;top:0;overflow:visible}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f52855f0;border-bottom-color:#0000;box-shadow:0 12px 30px #0f192c0f}.navbar-inner{justify-content:space-between;align-items:center;height:62px;display:flex;position:relative}.navbar-logo{flex-shrink:0;align-items:center;gap:10px;margin-right:auto;text-decoration:none;display:flex}.logo-mark{flex-shrink:0;line-height:0;transition:transform .3s}.logo-img{width:auto;height:36px;display:block}.navbar-logo:hover .logo-mark{transform:rotate(-6deg)scale(1.08)}.logo-text{flex-direction:column;line-height:1.08;display:flex}.logo-name{color:#fff;letter-spacing:0;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.28rem;font-weight:800;line-height:1.05}.logo-name--sub{font-weight:700}.logo-sub{color:#888;letter-spacing:.02em;font-size:.65rem;font-weight:500}.navbar-links{align-items:center;gap:2px;display:flex}.nav-link{color:#fff;letter-spacing:0;white-space:nowrap;border-radius:999px;padding:8px 10px;font-family:"Baloo 2",Nunito,sans-serif;font-size:.98rem;font-weight:800;transition:color .2s,background .2s;position:relative}.nav-link:after{content:"";background:#f52855;border-radius:2px;width:18px;height:2.5px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:2px;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover{color:#f52855;background:#fff}.nav-link:hover:after{transform:translate(-50%)scaleX(1)}.nav-link.active{color:#f52855;background:#fff}.nav-link.active:after{transform:translate(-50%)scaleX(1)}.nav-cta{letter-spacing:0;background:#e34862;border-radius:999px;align-items:center;margin-left:16px;padding:12px 24px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 12px 24px #e348623d;color:#fff!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:#d63a55;transform:translateY(-1px);box-shadow:0 16px 30px #e3486252}.hamburger{background:#ffffffc7;border-radius:18px;flex-direction:column;gap:5px;padding:14px 15px;transition:background .2s;display:none;box-shadow:0 12px 26px #0f192c14}.hamburger:hover{background:#fff}.bar{transform-origin:50%;background:#0f192c;border-radius:4px;width:28px;height:3px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:block}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-family:Inter,sans-serif;display:flex}.dropdown-chevron{transition:transform .2s}.dropdown-active .dropdown-chevron{transform:rotate(180deg)}.nav-dropdown{z-index:200;background:#fff;border-radius:14px;min-width:200px;animation:.2s dropIn;position:absolute;top:calc(100% + 10px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 32px #0000002e}.dropdown-item{color:var(--text);padding:12px 18px;font-size:.9rem;font-weight:600;transition:background .15s;display:block}.dropdown-item:hover{background:var(--blush);color:var(--red)}.mobile-dropdown{display:none}@media (width<=768px){.navbar-inner{align-items:center;height:60px;padding-top:0}.hamburger{margin-top:0;display:flex}.navbar-logo{flex-direction:row;align-items:center;gap:8px;margin-left:0}.logo-img{height:37px}.logo-text{flex-direction:row;gap:4px;line-height:1.2;display:flex}.logo-name{max-width:none;font-size:1.2rem}.navbar-links{background:#fff;border:1px solid #e348621a;border-radius:24px;flex-direction:column;align-items:stretch;gap:2px;padding:10px;animation:none;display:none;position:absolute;top:calc(100% + 8px);left:20px;right:20px;box-shadow:0 8px 40px #0000001f}.navbar-links.open{animation:.3s cubic-bezier(.34,1.3,.64,1) dropIn;display:flex}@keyframes dropIn{0%{opacity:0;transform:translateY(-10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.nav-link{color:#0f192c;border-radius:14px;padding:13px 18px;font-size:1rem}.nav-link:hover,.nav-link.active{color:#e34862;background:#f9e6ed}.nav-cta{text-align:center;border-radius:999px;justify-content:center;margin:6px 0 0;padding:14px 20px;font-size:1rem}.nav-dropdown-wrap{flex-direction:column;display:flex}.nav-dropdown-trigger,.nav-dropdown{display:none!important}.mobile-dropdown{display:block}.mobile-dropdown-trigger{color:#0f192c;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:7px;width:100%;padding:13px 18px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1rem;font-weight:800;display:flex}.mobile-dropdown-trigger:hover{color:#e34862;background:#f9e6ed}.mobile-dropdown-items{flex-direction:column;gap:3px;padding:0 6px 6px;display:flex}.mobile-dropdown-item{color:#0f192c;border-radius:7px;padding:8px 13px;font-size:.77rem;font-weight:600;transition:background .15s;display:block}.mobile-dropdown-item:hover{color:#e34862;background:#f9e6ed}}.footer{color:#d1d5db;background:#3d0f1e;margin-top:auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding:56px 20px 40px;display:grid}.footer-logo{background:#fff;border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:8px 14px 8px 10px;display:inline-flex}.footer-logo-img{width:auto;height:40px;display:block}.footer-wordmark-img{width:auto;height:28px;display:block}.footer-desc{color:#9ca3af;margin-bottom:20px;font-size:.875rem;line-height:1.7}.footer-social{gap:10px;display:flex}.social-link{color:#9ca3af;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.social-link:hover{background:var(--red);color:var(--white)}.footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li{color:#9ca3af;font-size:.875rem}.footer-col ul li a:hover{color:var(--white)}.footer-contact li{align-items:flex-start;gap:8px;display:flex}.footer-contact svg{color:var(--red);flex-shrink:0;margin-top:3px}.footer-contact a:hover{color:var(--white)}.footer-map{padding:0 20px 32px}.footer-map .container{opacity:.85;border-radius:8px;overflow:hidden}.footer-bottom{border-top:1px solid #ffffff14;padding:20px}.footer-bottom .container{color:#6b7280;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.footer-bottom a{color:#9ca3af;transition:color .15s}.footer-bottom a:hover{color:var(--white)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:28px;padding:40px 20px 28px}.footer-bottom .container{text-align:center;flex-direction:column;gap:6px}}.whatsapp-fab{z-index:200;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #25d36666}.whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36680}@media (width<=768px){.whatsapp-fab{width:52px;height:52px;bottom:16px;right:16px}}.enquiry-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#1014268c;justify-content:center;align-items:center;padding:20px;animation:.2s enquiry-fade;display:flex;position:fixed;inset:0}@keyframes enquiry-fade{0%{opacity:0}to{opacity:1}}.enquiry-modal{background:var(--white);border-radius:28px;width:100%;max-width:460px;max-height:90vh;padding:34px 32px 30px;animation:.25s enquiry-pop;position:relative;overflow-y:auto;box-shadow:0 30px 70px #10142647}@keyframes enquiry-pop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.enquiry-modal-close{color:#687083;background:#f7f3f5;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:flex;position:absolute;top:18px;right:18px}.enquiry-modal-close:hover{color:#f52855;background:#fef0f2}.enquiry-modal-title{color:#101426;margin:0 0 6px;padding-right:30px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.5rem;font-weight:700}.enquiry-modal-sub{color:#687083;margin:0 0 22px;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5}.enquiry-modal-form{flex-direction:column;gap:14px;display:flex}.enquiry-field{flex-direction:column;gap:6px;display:flex}.enquiry-field label{color:#101426;font-size:.78rem;font-weight:600}.enquiry-field input,.enquiry-field select,.enquiry-field textarea{color:#101426;background:#fffbfd;border:1.5px solid #f2dce4;border-radius:16px;width:100%;padding:13px 18px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.enquiry-field textarea{resize:vertical;min-height:70px;font-family:inherit}.enquiry-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23687083' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:42px}.enquiry-field input:focus,.enquiry-field select:focus,.enquiry-field textarea:focus{background:#fff;border-color:#f52855;outline:none;box-shadow:0 0 0 5px #f528551f}.enquiry-field input::placeholder,.enquiry-field textarea::placeholder{color:#9ca3af}.enquiry-modal-submit{width:100%;color:var(--white);background:#f52855;border-radius:999px;margin-top:4px;padding:15px 24px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 14px 28px #f5285538}.enquiry-modal-submit:hover:not(:disabled){background:#d81f47;transform:translateY(-2px);box-shadow:0 18px 32px #f528554d}.enquiry-modal-submit:disabled{opacity:.7;cursor:not-allowed}.enquiry-modal-error{color:#f52855;margin:0;font-size:.82rem}.enquiry-modal-error a{font-weight:700;text-decoration:underline}.enquiry-modal-success{text-align:center;padding:20px 0 6px}.enquiry-modal-success-icon{margin-bottom:12px;font-size:2.4rem}.enquiry-modal-success h3{color:#0f192c;margin-bottom:8px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.3rem}.enquiry-modal-success p{color:#5c5e70;margin-bottom:22px;font-size:.92rem;line-height:1.6}@media (width<=600px){.enquiry-modal{border-radius:24px;padding:28px 22px 24px}}.hero-card{background:var(--white);border:1px solid #f2dce4;border-radius:28px;padding:22px 26px;box-shadow:0 24px 58px #1014261a}.hero-card-title{color:#101426;margin-bottom:4px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.15rem;font-weight:700}.hero-card-sub{color:#687083;margin-bottom:14px;font-family:Inter,sans-serif;font-size:.82rem}.hero-card-form{flex-direction:column;gap:10px;display:flex}.hero-field{flex-direction:column;gap:4px;display:flex}.hero-field label{color:#101426;font-size:.75rem;font-weight:600}.hero-field input,.hero-field select,.hero-field textarea{color:#101426;background:#fffbfd;border:1.5px solid #f2dce4;border-radius:999px;width:100%;padding:10px 16px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.hero-field textarea{resize:vertical;border-radius:20px;min-height:70px;font-family:inherit}.hero-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23687083' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:42px}.hero-field input:focus,.hero-field select:focus,.hero-field textarea:focus{background:#fff;border-color:#f52855;outline:none;box-shadow:0 0 0 5px #f528551f}.hero-field input::placeholder,.hero-field textarea::placeholder{color:#9ca3af}.hero-card-submit{color:var(--white);background:#f52855;border-radius:999px;margin-top:2px;padding:12px 24px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 14px 28px #f5285538}.hero-card-submit:hover:not(:disabled){background:#d81f47;transform:translateY(-2px);box-shadow:0 18px 32px #f528554d}.hero-card-submit:disabled{opacity:.7;cursor:not-allowed}.hero-card-error{color:#f52855;font-size:.82rem}.hero-card-error a{font-weight:700;text-decoration:underline}.hero-card-success{text-align:center;padding:12px 0}.hero-card-success-icon{margin-bottom:10px;font-size:2.2rem}.hero-card-success h3{color:#0f192c;margin-bottom:8px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.2rem}.hero-card-success p{color:#5c5e70;font-size:.9rem;line-height:1.6}@media (width<=768px){.hero-card{border-radius:24px;padding:20px 18px}}.hero{--hero-bg:#fff1f5;--hero-blush:#fce4ec;--hero-accent:#f52855;--hero-ink:#101426;--hero-muted:#687083;--hero-border:#f2dce4;--hero-sun:#f4c74e;--hero-green:#62c071;--hero-purple:#b85ae8;isolation:isolate;background:radial-gradient(circle at 11% 78%, #f528551a 0 15%, transparent 34%), radial-gradient(circle at 65% 18%, #ffffff9e 0 18%, transparent 44%), var(--hero-bg);padding:20px 0 40px;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:1400px;position:relative}.hero-row{grid-template-columns:minmax(320px,.88fr) minmax(0,1.32fr);align-items:center;gap:40px;display:grid;position:relative}.hero-text{z-index:4;max-width:520px;padding-top:4px;position:relative}.hero-badge{min-height:36px;color:var(--hero-accent);background:#ffffffb3;border:1.5px solid #f5285529;border-radius:999px;align-items:center;gap:10px;margin-bottom:22px;padding:7px 20px;font-family:"Baloo 2",Nunito,sans-serif;font-size:.95rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 10px 30px #f5285514}.hero-badge svg{flex:none}.hero-title{max-width:500px;color:var(--hero-ink);letter-spacing:0;margin-bottom:16px;font-family:"Baloo 2",Nunito,sans-serif;font-size:clamp(3.2rem,4.6vw,4.8rem);font-weight:800;line-height:.92}.hero-title span{color:var(--hero-accent)}.hero-subcopy{max-width:440px;color:var(--hero-muted);margin-bottom:22px;font-family:Inter,sans-serif;font-size:1.02rem;font-weight:500;line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.hero-primary{background:var(--hero-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:14px;min-width:260px;min-height:54px;padding:15px 30px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.05rem;font-weight:800;line-height:1;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 16px 32px #f5285542}.hero-primary:hover{background:#d81f47;transform:translateY(-2px);box-shadow:0 20px 38px #f5285552}.hero-trustline{color:var(--hero-muted);align-items:center;gap:8px;margin-top:18px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;display:inline-flex}.hero-trustline svg{color:var(--hero-accent);flex:none}.hero-doodles{z-index:6;pointer-events:none;width:min(260px,20vw);height:auto;position:absolute;top:-26px;left:auto;right:-105px;overflow:visible}.doodle-flight{stroke:#f5285599;stroke-width:3px;stroke-linecap:round;stroke-dasharray:8 12}.doodle-butterfly,.doodle-star{stroke:var(--hero-accent);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.doodle-star{fill:#f4c74e1a;stroke:var(--hero-sun);stroke-width:3px}.doodle-spark{stroke:var(--hero-sun);stroke-width:6px;stroke-linecap:round}.hero-visual{z-index:2;width:100%;position:relative}.hero-carousel{aspect-ratio:4/3;border-radius:34px;width:100%;max-width:900px;margin-left:auto;position:relative;overflow:hidden;box-shadow:0 24px 48px #1014261f}.hero-carousel-stage{position:absolute;inset:0}.hero-slide{object-fit:contain;object-position:50% 50%;opacity:0;will-change:opacity;width:100%;height:100%;transition:opacity 1.6s;display:block;position:absolute;inset:0}.hero-slide.is-active{opacity:1}.hero-carousel-arrow{z-index:4;width:38px;height:38px;color:var(--hero-ink);background:#ffffffd1;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #10142629}.hero-carousel-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.hero-carousel-arrow--prev{left:14px}.hero-carousel-arrow--next{right:14px}.hero-carousel-dots{z-index:3;justify-content:center;gap:8px;display:flex;position:absolute;bottom:16px;left:0;right:0}.hero-dot{background:#fff9;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s;box-shadow:0 1px 4px #10142640}.hero-dot.is-active{background:#fff;width:22px}.hero-floating-note{z-index:4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:200px;color:var(--hero-ink);background:#fffffff0;border:1px solid #f528551f;border-radius:18px;align-items:center;gap:9px;padding:10px 16px 10px 12px;font-family:"Baloo 2",Nunito,sans-serif;font-size:.82rem;font-weight:800;line-height:1.15;display:inline-flex;position:absolute;bottom:18px;right:18px;box-shadow:0 14px 30px #10142624}.hero-floating-note img{object-fit:contain;flex:none;width:30px;height:30px}.hero-note-heart{color:var(--hero-accent);flex:none}.hero-stats{z-index:5;border:1px solid var(--hero-border);background:#fff;border-radius:18px;grid-template-columns:repeat(3,1fr);align-items:center;margin:28px 0 0;padding:14px 22px;display:grid;position:relative;box-shadow:0 16px 34px #10142612}.hero-stat{justify-content:center;align-items:center;gap:12px;min-height:48px;padding:0 16px;display:flex;position:relative}.hero-stat:not(:last-child):after{content:"";background:#f1e5ea;width:1px;height:38px;position:absolute;top:6px;right:0}.hero-stat-icon{flex:none;width:38px;height:38px}.hero-stat-icon svg{width:100%;height:100%}.hero-stat-icon--pink{color:var(--hero-accent)}.hero-stat-icon--green{color:var(--hero-green)}.hero-stat-icon--yellow{color:var(--hero-sun)}.hero-stat-icon--purple{color:var(--hero-purple)}.hero-stat strong,.hero-stat span{font-family:"Baloo 2",Nunito,sans-serif;line-height:1.05;display:block}.hero-stat strong{color:var(--hero-ink);font-size:1rem;font-weight:800}.hero-stat span{color:var(--hero-muted);margin-top:4px;font-size:.84rem;font-weight:700}.hero-form-slot{z-index:5;width:100%;max-width:620px;margin:20px auto 0;position:relative}@media (width<=1100px){.hero-row{grid-template-columns:minmax(320px,1fr) minmax(0,1fr);gap:32px}.hero-title{font-size:clamp(2.9rem,5.4vw,4rem)}.hero-stat{gap:9px;padding:0 8px}}@media (width<=900px){.hero{padding:16px 0 36px}.hero-row{flex-direction:column;align-items:stretch;gap:18px;display:flex}.hero-text{order:1;max-width:none;padding-top:0}.hero-doodles,.hero-floating-note{display:none}.hero-visual{order:2;margin:10px 0 0;position:relative}.hero-carousel{aspect-ratio:4/3;border-radius:22px;max-width:none;height:auto;box-shadow:0 18px 34px #10142624}.hero-slide{object-position:50% 50%}.hero-carousel-dots{bottom:14px}.hero-carousel-arrow{width:34px;height:34px}.hero-carousel-arrow--prev{left:10px}.hero-carousel-arrow--next{right:10px}.hero-stats{grid-template-columns:repeat(3,1fr);gap:0;margin-top:20px;padding:12px}.hero-stat{justify-content:flex-start;padding:12px 14px}}@media (width<=768px){.hero{padding:14px 0 32px}.hero-content{padding:0 20px}.hero-badge{min-height:34px;margin-bottom:16px;padding:7px 16px;font-size:.9rem}.hero-title{max-width:400px;margin-bottom:12px;font-size:clamp(1.9rem,7.6vw,2.4rem);line-height:1.05}.hero-subcopy{max-width:88%;margin-bottom:20px;font-size:.9rem;line-height:1.42}.hero-actions{gap:14px;margin-bottom:2px}.hero-primary{gap:12px;min-width:260px;min-height:56px;padding:16px 26px;font-size:1.05rem}.hero-trustline{margin-top:14px;font-size:.9rem}.doodle-star{display:none}.hero-floating-note{text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:96px;max-width:none;height:96px;padding:0 10px;font-size:.64rem;line-height:1.16;bottom:40px;left:12px;right:auto}.hero-floating-note img{width:22px;height:22px}.hero-note-heart{width:15px;height:15px}.hero-stats{border-radius:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 0;padding:12px 8px}.hero-stat{text-align:center;flex-direction:column;justify-content:center;gap:6px;min-height:62px;padding:10px 6px}.hero-stat-icon{width:34px;height:34px}.hero-stat strong{font-size:.98rem}.hero-stat span{font-size:.8rem}.hero-form-slot{margin-top:18px}}@media (width<=360px){.hero-content{padding:0 16px}.hero-primary{width:100%;min-width:0}.hero-title{font-size:clamp(1.7rem,8.4vw,2.1rem)}}.scroll-strip{position:relative}.scroll-strip-arrow{display:none}.section-header{margin-bottom:48px}.programs-section{background:var(--grey-bg)}.section.programs-section{padding-top:40px}.programs-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.program-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:28px 24px;transition:box-shadow .25s,transform .25s}.program-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.program-icon{margin-bottom:14px;font-size:2rem}.program-card h3{margin-bottom:4px;font-size:1.1rem;font-weight:800}.program-age{color:var(--red);letter-spacing:.02em;margin-bottom:10px;font-size:.78rem;font-weight:600}.program-meta{color:var(--text-muted);margin-bottom:10px;font-size:.75rem}.program-card p{color:var(--text-muted);margin-bottom:16px;font-size:.875rem;line-height:1.65}.program-link{color:var(--red);font-size:.85rem;font-weight:600;transition:letter-spacing .15s}.program-link:hover{text-decoration:underline}.programs-footer{text-align:center;margin-top:36px}.why-section{background:var(--white)}.section.why-section{padding-bottom:40px}.why-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin:8px 0 40px;padding:28px 0;display:grid}.why-stat{text-align:center;padding:0 12px;position:relative}.why-stat:not(:last-child):after{content:"";background:var(--border);width:1px;height:calc(100% - 16px);position:absolute;top:8px;right:0}.why-stat-value{color:var(--red);font-family:Nunito,sans-serif;font-size:2.1rem;font-weight:900;line-height:1.1}.why-stat-label{color:var(--text-muted);margin-top:6px;font-size:.82rem;font-weight:600}.usp-list{flex-direction:column;display:flex}.usp-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:22px;padding:26px 0;display:flex}.usp-row:first-child{padding-top:0}.usp-row:last-child{border-bottom:none}.usp-row-icon{background:var(--blush);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex}.usp-row-body h3{color:var(--text-dark);margin-bottom:6px;font-size:1.12rem;font-weight:800}.usp-row-body p{color:var(--text-muted);max-width:640px;font-size:.92rem;line-height:1.7}.feature-chips{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.feature-chip{background:var(--blush);color:var(--text);border:1px solid #d42b4a1a;border-radius:100px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.feature-chip-icon{font-size:1.05rem}.feature-chip--link{color:var(--red);background:0 0;border:1px dashed #d42b4a59}.feature-chip--link:hover{background:var(--blush)}.section.team-teaser-section{background:var(--grey-bg);padding:48px 0 24px}.team-teaser{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.team-teaser-avatars{display:flex}.team-teaser-avatar{color:#fff;border:3px solid var(--grey-bg);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-left:-12px;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:800;display:flex}.team-teaser-avatar:first-child{margin-left:0}.team-teaser-text{max-width:440px;color:var(--text-muted);font-size:.95rem;line-height:1.6}.team-teaser-link{color:var(--red);font-size:.9rem;font-weight:700}.team-teaser-link:hover{text-decoration:underline}.timeline-section{background:var(--white)}.timeline{flex-direction:column;gap:0;max-width:680px;margin:0 auto;display:flex}.timeline-item{grid-template-columns:90px 40px 1fr;align-items:flex-start;min-height:72px;display:grid}.timeline-left{text-align:right;padding-top:10px;padding-right:0}.timeline-time{color:var(--red);letter-spacing:.02em;font-size:.78rem;font-weight:700}.timeline-spine{flex-direction:column;align-items:center;gap:0;display:flex}.timeline-dot{background:var(--blush);border:2px solid #d42b4a33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:2px 0;display:flex}.timeline-dot-icon{font-size:1rem;line-height:1}.timeline-line{background:linear-gradient(#d42b4a33,#d42b4a14);flex:1;width:2px;min-height:20px;margin:2px 0}.timeline-right{padding-bottom:24px;padding-left:16px}.timeline-card{background:var(--grey-bg);border-radius:var(--radius);border:1px solid var(--border);padding:14px 18px}.timeline-card h3{color:var(--text);margin-bottom:4px;font-size:.95rem;font-weight:800}.timeline-card p{color:var(--text-muted);font-size:.84rem;line-height:1.6}.home-gallery-section{background:var(--grey-bg)}.section.home-gallery-section{padding-bottom:40px}.gallery-grid{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.gallery-item{border-radius:var(--radius);aspect-ratio:1;cursor:pointer;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.gallery-item:hover{box-shadow:var(--shadow-md);transform:scale(1.02)}.gallery-item--wide{aspect-ratio:2;grid-column:span 2}.gallery-item--tall{aspect-ratio:auto;grid-row:span 2}.gallery-photo{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.gallery-item:hover .gallery-photo{transform:scale(1.04)}.gallery-overlay{background:#0000000a;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;padding-bottom:14px;transition:background .25s;display:flex;position:absolute;inset:0}.gallery-item:has(.gallery-photo) .gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#00000073 100%);transition:opacity .3s}.gallery-item:has(.gallery-photo):hover .gallery-overlay{opacity:1}.gallery-item:hover .gallery-overlay{background:#00000014}.gallery-item:has(.gallery-photo):hover .gallery-overlay{background:linear-gradient(#0000 40%,#00000080 100%)}.gallery-icon{opacity:.7;font-size:1.6rem}.gallery-label{color:#0000008c;text-align:center;padding:0 8px;font-size:.78rem;font-weight:600}.gallery-item:has(.gallery-photo) .gallery-label{color:#ffffffeb;letter-spacing:.03em;font-size:.8rem}.gallery-note{text-align:center;color:var(--text-muted);margin-top:16px;font-size:.8rem;font-style:italic}.gallery-footer{text-align:center;margin-top:28px}.testimonials-section{background:var(--white)}.section.testimonials-section{padding-top:40px}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.testimonial-card{background:var(--grey-bg);border-radius:var(--radius);border:1px solid var(--border);padding:28px 28px 24px;transition:box-shadow .25s,transform .25s}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stars{gap:3px;margin-bottom:14px;display:flex}.testimonial-card blockquote{color:var(--text);margin-bottom:20px;font-size:.97rem;font-style:normal;line-height:1.75}.testimonial-author{align-items:center;gap:12px;display:flex}.author-avatar{background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Nunito,sans-serif;font-size:.85rem;font-weight:800;display:flex}.author-name{color:var(--text);font-size:.88rem;font-weight:700}.author-child{color:var(--text-muted);margin-top:2px;font-size:.78rem}.events-section{background:var(--grey-bg)}.section.events-section{padding-top:24px}.events-strip{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.event-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:24px;transition:box-shadow .25s,transform .25s}.event-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.event-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:100px;margin-bottom:12px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.event-tag--green{color:#2eaf7d;background:#d4f5e2}.event-tag--red{background:var(--blush);color:var(--red)}.event-tag--blue{color:#2563eb;background:#def}.event-card h3{color:var(--text);margin-bottom:10px;font-size:1rem;font-weight:800}.event-meta{flex-direction:column;gap:5px;margin-bottom:16px;display:flex}.event-meta span{color:var(--text-muted);align-items:center;gap:6px;font-size:.82rem;font-weight:500;display:flex}.event-cta{color:var(--red);font-size:.85rem;font-weight:700;transition:letter-spacing .15s}.event-cta:hover{text-decoration:underline}.tour-section{background:var(--white)}.tour-embed-wrap{border-radius:var(--radius-lg);aspect-ratio:16/9;max-width:880px;box-shadow:var(--shadow-md);margin:0 auto;overflow:hidden}.tour-embed{border:none;width:100%;height:100%;display:block}.tour-placeholder{background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3e 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tour-placeholder-inner{text-align:center;color:#fff;padding:40px}.tour-play-icon{background:#d42b4acc;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;padding-left:4px;font-size:1.6rem;display:flex}.tour-placeholder-inner h3{color:#fff;margin-bottom:8px;font-size:1.4rem;font-weight:800}.tour-placeholder-inner p{color:#ffffffb3;max-width:380px;margin:0 auto 24px;font-size:.95rem;line-height:1.65}.banner-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:6px;font-size:.75rem;font-weight:600}.admissions-banner h2{color:var(--white);margin-bottom:6px;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.admissions-banner p{color:#fffc;font-size:1rem}.admissions-banner .btn-primary{background:var(--white);color:var(--red);white-space:nowrap;flex-shrink:0}.admissions-banner .btn-primary:hover{background:#f9f0f0}@media (width<=1024px){.programs-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.why-stats{grid-template-columns:repeat(2,1fr);row-gap:24px}.why-stat:nth-child(2):after{display:none}.why-stat-value{font-size:1.7rem}.usp-row{gap:16px;padding:20px 0}.usp-row-icon{border-radius:13px;width:46px;height:46px;font-size:1.5rem}.timeline{max-width:100%}.timeline-item{grid-template-columns:76px 36px 1fr}.banner-inner{text-align:center;flex-direction:column}.section{padding:44px 0}.section.home-gallery-section{padding-bottom:24px}.section.programs-section{padding-top:24px}.section.why-section{padding-bottom:24px}.section.testimonials-section{padding-top:24px}.section.team-teaser-section{padding:32px 0 16px}.section.events-section{padding-top:16px}.section-header{margin-bottom:28px}.programs-grid,.gallery-grid,.testimonials-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;gap:14px;margin:0 -24px;padding:4px 24px 10px;display:flex;overflow-x:auto}.programs-grid::-webkit-scrollbar{display:none}.gallery-grid::-webkit-scrollbar{display:none}.testimonials-grid::-webkit-scrollbar{display:none}.program-card,.testimonial-card{scroll-snap-align:start;flex:0 0 82%}.scroll-strip{grid-template-columns:1fr 1fr;column-gap:8px;display:grid}.scroll-strip>:first-child{grid-column:1/-1}.scroll-strip-arrow{background:var(--white);border:1px solid var(--border);width:38px;height:38px;box-shadow:var(--shadow);color:var(--text);border-radius:50%;justify-content:center;align-items:center;margin-top:10px;display:flex;position:static}.scroll-strip-arrow--prev{justify-self:start}.scroll-strip-arrow--next{justify-self:end}.scroll-strip-arrow:active{transform:scale(.94)}.gallery-item,.gallery-item--wide,.gallery-item--tall{aspect-ratio:4/3;scroll-snap-align:start;flex:0 0 68%;grid-area:auto}.events-strip{grid-template-columns:1fr}}.breadcrumb a:hover{opacity:.8}.director-section{background:var(--white)}.director-inner{grid-template-columns:280px 1fr;align-items:flex-start;gap:60px;display:grid}.director-photo-wrap{flex-direction:column;align-items:center;gap:16px;display:flex}.director-photo{width:200px;height:200px;position:relative}.director-avatar{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;font-family:Nunito,sans-serif;font-size:3rem;font-weight:900;display:flex;box-shadow:0 8px 32px #d42b4a4d}.director-photo--duo{align-items:flex-end;width:auto;height:auto;display:flex}.director-photo--duo .director-avatar{width:160px;height:160px;font-size:2.2rem}.director-photo--duo .director-avatar--second{border:4px solid var(--white);width:116px;height:116px;margin-left:-30px;font-size:1.5rem;box-shadow:0 8px 24px #00000026}.director-quote-mark{width:48px;height:48px;color:var(--red);box-shadow:var(--shadow);background:#fff;border-radius:50%;justify-content:center;align-items:center;padding-bottom:6px;font-family:Georgia,serif;font-size:2rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-12px;right:-12px}.director-badge{background:var(--blush);color:var(--red);border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:.85rem;font-weight:600;display:flex}.director-text h2{color:var(--text);margin-bottom:20px;font-size:clamp(1.6rem,3vw,2rem)}.director-text p{color:var(--text-muted);margin-bottom:16px;line-height:1.8}.director-sig{border-top:2px solid var(--border);flex-direction:column;gap:4px;margin-top:24px;padding-top:20px;display:flex}.sig-name{color:var(--text);font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:800}.sig-role{color:var(--text-muted);font-size:.85rem}.vm-section{background:var(--grey-bg)}.vm-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.vm-card{border-radius:var(--radius-lg);padding:40px 36px;position:relative;overflow:hidden}.vm-card--vision{background:linear-gradient(135deg,#fff5f7 0%,#fce8ec 100%);border:2px solid #d42b4a26}.vm-card--mission{background:linear-gradient(135deg,#f0f4ff 0%,#e0e8ff 100%);border:2px solid #6b7fe033}.vm-icon{margin-bottom:16px;font-size:3rem}.vm-card h2{color:var(--text);margin-bottom:14px;font-size:1.6rem}.vm-card p{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.photo-strip{overflow:hidden}.photo-strip-grid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.photo-strip-item{aspect-ratio:4/3;position:relative;overflow:hidden}.photo-strip-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.photo-strip-item:hover img{transform:scale(1.06)}.photo-strip-label{color:#fff;background:linear-gradient(#0000 0%,#000000a6 100%);padding:20px 14px 12px;font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.values-section{background:var(--white)}.values-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.value-card{background:var(--grey-bg);border-radius:var(--radius-lg);padding:32px 28px;transition:transform .2s,box-shadow .2s}.value-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.value-icon{margin-bottom:16px;font-size:2.5rem}.value-card h3{color:var(--text);margin-bottom:10px;font-size:1.1rem}.value-card p{color:var(--text-muted);font-size:.93rem;line-height:1.7}.journey-section{background:var(--grey-bg)}.journey-timeline{max-width:760px;margin:0 auto;padding:20px 0;position:relative}.journey-timeline:before{content:"";background:linear-gradient(to bottom, var(--red), #d42b4a26);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.journey-item{justify-content:flex-end;margin-bottom:40px;padding-right:calc(50% + 36px);display:flex;position:relative}.journey-item--right{justify-content:flex-start;padding-left:calc(50% + 36px);padding-right:0}.journey-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:320px;padding:24px 28px}.journey-year{background:var(--red);color:#fff;border-radius:20px;margin-bottom:10px;padding:3px 12px;font-family:Nunito,sans-serif;font-size:.85rem;font-weight:800;display:inline-block}.journey-card h3{color:var(--text);margin-bottom:8px;font-size:1.05rem}.journey-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.journey-dot{background:var(--red);border:3px solid var(--white);width:16px;height:16px;box-shadow:0 0 0 3px var(--red);border-radius:50%;position:absolute;top:24px;left:50%;transform:translate(-50%)}.team-section{background:var(--white)}.about-team-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-team-card{background:var(--grey-bg);border-radius:var(--radius-lg);align-items:flex-start;gap:20px;padding:28px 24px;transition:transform .2s,box-shadow .2s;display:flex}.about-team-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.about-team-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;font-family:Nunito,sans-serif;font-size:1.3rem;font-weight:900;display:flex}.about-team-info h3{margin-bottom:4px;font-size:1rem}.about-team-role{color:var(--red);margin-bottom:4px;font-size:.8rem;font-weight:600}.about-team-exp{color:var(--text-muted);margin-bottom:10px;font-size:.78rem}.about-team-info p{color:var(--text-muted);font-size:.85rem;line-height:1.6}@media (width<=768px){.about-page .section{padding:44px 0}.about-page .section-header{margin-bottom:28px}}.brand-meaning-section{background:var(--grey-bg)}.brand-meaning-grid{grid-template-columns:1fr 1fr;gap:28px;margin-bottom:40px;display:grid}.brand-meaning-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);align-items:flex-start;gap:28px;padding:40px 36px;transition:transform .2s,box-shadow .2s;display:flex}.brand-meaning-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.bm-symbol{flex-shrink:0}.bm-circle-red{background:linear-gradient(135deg,#d42b4a,#ff6b85);border-radius:50%;width:72px;height:72px;box-shadow:0 8px 24px #d42b4a59}.bm-butterfly{box-sizing:border-box;object-fit:contain;background:linear-gradient(135deg,#f52855,#ff6b85);border-radius:50%;width:72px;height:72px;padding:15px;box-shadow:0 8px 24px #f5285559}.bm-text h3{color:var(--text);margin-bottom:14px;font-size:1.25rem;font-weight:800}.bm-word{font-family:Nunito,sans-serif;font-size:1.4rem;font-weight:900}.red-word{color:var(--red)}.butterfly-word{color:#6b7fe0}.bm-text p{color:var(--text-muted);font-size:.97rem;line-height:1.8}.brand-meaning-tagline{border-radius:var(--radius-lg);text-align:center;color:var(--text-muted);background:linear-gradient(135deg,#fff5f7 0%,#f0f4ff 100%);border:1.5px solid #d42b4a1f;padding:28px 36px;font-size:1.1rem;line-height:1.8}.brand-meaning-tagline strong{color:var(--red)}.brand-meaning-tagline em{color:var(--text);font-style:italic}.principal-section{background:var(--grey-bg)}.director-inner--alt{grid-template-columns:1fr 280px}.about-facilities-section{background:var(--white)}.about-fac-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-fac-card{background:var(--grey-bg);border-radius:var(--radius-lg);border:1.5px solid #0000;flex-direction:column;gap:12px;padding:24px 20px;transition:transform .2s,box-shadow .2s;display:flex}.about-fac-card:hover{box-shadow:var(--shadow-md);background:var(--white);border-color:#d42b4a1f;transform:translateY(-4px)}.about-fac-icon{font-size:2rem}.about-fac-body h3{color:var(--text);margin-bottom:6px;font-size:.95rem;font-weight:700}.about-fac-body p{color:var(--text-muted);font-size:.83rem;line-height:1.65}@media (width<=1100px){.about-fac-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.director-inner,.director-inner--alt{grid-template-columns:1fr}.director-inner--alt .director-photo-wrap{order:-1}.director-photo-wrap{flex-direction:row;align-items:center}.vm-grid{grid-template-columns:1fr}.values-grid,.about-team-grid{grid-template-columns:repeat(2,1fr)}.journey-timeline:before{left:16px;transform:none}.journey-item,.journey-item--right{justify-content:flex-start;padding-left:52px;padding-right:0}.journey-dot{left:16px;transform:none}.journey-card{max-width:100%}.photo-strip-grid{grid-template-columns:repeat(2,1fr)}.brand-meaning-grid{grid-template-columns:1fr}.about-fac-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.values-grid{grid-template-columns:repeat(2,1fr);gap:12px}.about-team-grid{grid-template-columns:1fr}.banner-inner{text-align:center;flex-direction:column}.page-hero{min-height:50vh}.brand-meaning-card{flex-direction:column}.about-fac-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brand-meaning-tagline{padding:20px;font-size:.97rem}.vm-grid{gap:14px}.vm-card{padding:22px 20px}.vm-icon{margin-bottom:10px;font-size:2.2rem}.vm-card h2{margin-bottom:8px;font-size:1.25rem}.vm-card p{font-size:.9rem;line-height:1.6}.value-card{padding:18px 16px}.value-icon{margin-bottom:8px;font-size:1.8rem}.value-card h3{margin-bottom:6px;font-size:.95rem}.value-card p{font-size:.8rem;line-height:1.5}.about-fac-card{gap:8px;padding:16px 14px}.about-fac-icon{font-size:1.6rem}.about-fac-body h3{font-size:.88rem}.about-fac-body p{font-size:.78rem}}.prog-hero{background:linear-gradient(135deg,#fff9f9 0%,#fdf0f0 50%,#fff5f5 100%);padding:80px 0 72px;position:relative}.prog-hero .section-label{margin-bottom:12px}.prog-hero h1{color:var(--text);max-width:680px;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.15}.prog-hero-sub{color:var(--text-muted);max-width:560px;margin-bottom:32px;font-size:1.1rem;line-height:1.75}.prog-overview-section{background:var(--white);padding-top:56px}.prog-overview-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.prog-overview-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #0000000d;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.prog-overview-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.prog-overview-photo{aspect-ratio:16/11;background:var(--prog-color,var(--grey-bg));min-height:0;display:block;position:relative;overflow:hidden}.prog-overview-photo img{object-fit:cover;width:100%;height:100%}.prog-overview-icon-badge{background:var(--white);width:44px;height:44px;box-shadow:var(--shadow);border:2px solid var(--red);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:absolute;bottom:-18px;left:16px}.prog-overview-body{flex-direction:column;flex:1;padding:34px 24px 24px;display:flex}.prog-overview-card h2{color:var(--text);margin-bottom:4px;font-size:1.2rem;font-weight:800}.prog-overview-age{color:var(--prog-accent,var(--red));margin-bottom:10px;font-size:.8rem;font-weight:700}.prog-overview-body>p{color:var(--text-muted);margin-bottom:16px;font-size:.92rem;line-height:1.6}.prog-overview-meta{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.prog-overview-meta span{color:var(--text-muted);align-items:center;gap:6px;font-size:.78rem;font-weight:500;display:flex}.prog-overview-cta{background:var(--prog-accent,var(--red));color:var(--white);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:12px 20px;font-size:.88rem;font-weight:700;transition:transform .15s,filter .15s;display:inline-flex}.prog-overview-cta span{transition:transform .15s}.prog-overview-cta:hover{filter:brightness(.92)}.prog-overview-cta:hover span{transform:translate(3px)}.prog-extras-section{background:var(--grey-bg)}.prog-extras-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.prog-extra-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:28px 24px;transition:box-shadow .2s,transform .2s}.prog-extra-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.prog-extra-icon{margin-bottom:12px;font-size:2rem}.prog-extra-card h3{margin-bottom:8px;font-size:1rem;font-weight:800}.prog-extra-card p{color:var(--text-muted);font-size:.875rem;line-height:1.65}@media (width<=1024px){.prog-overview-grid,.prog-extras-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.prog-hero{padding:56px 0 52px}.prog-overview-grid,.prog-extras-grid{grid-template-columns:1fr}}.prog-page-hero{min-height:50vh}.prog-page-hero-overlay{background:linear-gradient(#14060c14 0%,#14060c66 45%,#14060cd1 100%)}.prog-page-hero-content{text-align:center;max-width:640px;margin:0 auto;padding-bottom:44px}.prog-page-icon{margin-bottom:8px;font-size:3rem}.prog-page-hero h1{color:#fff;margin-bottom:12px;font-size:clamp(1.8rem,4vw,2.6rem)}.prog-page-hero p{color:#ffffffe6;margin-bottom:24px;font-size:1rem;line-height:1.6}.prog-page-hero .breadcrumb{justify-content:center}.prog-page-hero .breadcrumb a,.prog-page-hero .breadcrumb span{color:#ffffffd9}.prog-info-bar{background:linear-gradient(135deg, var(--red) 0%, #a01f38 100%);padding:22px 0}.prog-info-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.prog-info-value{color:#fff;font-family:Nunito,sans-serif;font-size:1.05rem;font-weight:800}.prog-info-label{color:#fffc;text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:.78rem}.prog-learn-section{background:var(--white)}.prog-learn-inner{grid-template-columns:280px 1fr;align-items:start;gap:48px;display:grid}.prog-learn-visual{border-radius:var(--radius-lg);aspect-ratio:1;position:relative;overflow:hidden}.prog-learn-visual img{object-fit:cover;width:100%;height:100%}.prog-learn-icon-badge{background:var(--white);border:2px solid var(--red);width:48px;height:48px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:absolute;bottom:14px;right:14px}.prog-learn-list{flex-direction:column;gap:14px;margin:20px 0 28px;display:flex}.prog-learn-list li{color:var(--text);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.6;display:flex}.learn-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px}.prog-learn-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.prog-fee-link{color:var(--red);font-size:.88rem;font-weight:700}.prog-fee-link:hover{text-decoration:underline}.prog-why-section{background:var(--blush)}.prog-why-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.prog-why-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:28px 24px;transition:box-shadow .2s,transform .2s}.prog-why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.prog-why-icon{margin-bottom:12px;font-size:2rem}.prog-why-card h3{color:var(--text);margin-bottom:8px;font-size:1rem;font-weight:800}.prog-why-card p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.prog-other-section{background:var(--grey-bg)}.prog-other-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.prog-other-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.prog-other-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.prog-other-photo{aspect-ratio:4/3;width:100%;min-height:0;position:relative;overflow:hidden}.prog-other-photo img{object-fit:cover;width:100%;height:100%}.prog-other-icon{background:var(--white);width:30px;height:30px;box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;bottom:8px;right:8px}.prog-other-text{padding:14px 12px 18px}.prog-other-card strong{color:var(--text);font-size:.88rem;display:block}.prog-other-card em{color:var(--text-muted);margin-top:2px;font-size:.74rem;font-style:normal;display:block}@media (width<=900px){.prog-learn-inner{grid-template-columns:1fr}.prog-learn-visual{max-width:200px;margin:0 auto}.prog-why-grid{grid-template-columns:1fr}.prog-other-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.prog-page-hero{min-height:40vh}.prog-info-grid{grid-template-columns:1fr;gap:12px}}.facilities-page .page-hero{min-height:60vh}.fac-stats-bar{background:var(--red);padding:28px 0}.fac-stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fac-stat-value{color:#fff;font-family:Nunito,sans-serif;font-size:2rem;font-weight:900}.fac-stat-label{color:#fffc;margin-top:4px;font-size:.85rem}.classroom-section{background:var(--white)}.classroom-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.classroom-photo-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cp-main{grid-row:1/3}.cp-main img,.cp-side img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%}.cp-side{flex-direction:column;gap:8px;display:flex}.cp-side img{height:180px}.classroom-text h2{color:var(--text);margin-bottom:14px;font-size:clamp(1.5rem,3vw,2rem)}.classroom-text p{color:var(--text-muted);margin-bottom:24px;line-height:1.8}.classroom-features-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.cf-chip{background:var(--grey-bg);color:var(--text);border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;display:flex}.fac-grid-section{background:var(--grey-bg)}.fac-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fac-card{background:var(--fac-color,var(--white));border-radius:var(--radius-lg);border:1px solid #0000000d;align-items:flex-start;gap:20px;padding:28px 24px;transition:transform .2s,box-shadow .2s;display:flex}.fac-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.fac-card-icon{flex-shrink:0;margin-top:4px;font-size:2.2rem}.fac-card-body h3{color:var(--text);margin-bottom:8px;font-size:1rem}.fac-card-body p{color:var(--text-muted);margin-bottom:12px;font-size:.87rem;line-height:1.65}.fac-highlight{color:var(--fac-accent,var(--red));align-items:center;gap:6px;font-size:.78rem;font-weight:700;display:flex}.outdoor-section{position:relative}.outdoor-image-wrap{align-items:center;min-height:520px;display:flex;position:relative}.outdoor-image-wrap>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.outdoor-overlay{background:linear-gradient(90deg,#0a0a1ecc 0%,#0a0a1e80 50%,#0000 100%);position:absolute;inset:0}.outdoor-content{z-index:1;color:#fff;max-width:540px;padding:80px 20px;position:relative}.outdoor-content h2{margin-bottom:14px;font-family:Nunito,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900}.outdoor-content p{opacity:.9;margin-bottom:24px;line-height:1.7}.outdoor-list{flex-direction:column;gap:10px;list-style:none;display:flex}.outdoor-list li{opacity:.9;font-size:.95rem}.safety-section{background:var(--white)}.safety-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.safety-card{background:var(--grey-bg);border-radius:var(--radius);align-items:flex-start;gap:16px;padding:24px 20px;display:flex}.safety-icon{flex-shrink:0;font-size:1.8rem}.safety-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.transport-section{background:var(--grey-bg)}.transport-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.transport-text h2{color:var(--text);margin-bottom:14px;font-size:clamp(1.5rem,3vw,2rem)}.transport-text p{color:var(--text-muted);margin-bottom:24px;line-height:1.8}.transport-features{flex-direction:column;gap:14px;display:flex}.transport-feature{align-items:flex-start;gap:14px;display:flex}.tf-icon{flex-shrink:0;margin-top:2px;font-size:1.3rem}.transport-feature span:last-child{color:var(--text-muted);font-size:.92rem;line-height:1.5}.transport-img-wrap{border-radius:var(--radius-lg);position:relative;overflow:hidden}.transport-img-wrap img{object-fit:cover;width:100%;height:360px}.transport-badge{color:var(--text);box-shadow:var(--shadow);background:#fffffff2;border-radius:10px;padding:10px 16px;font-size:.82rem;font-weight:600;position:absolute;bottom:16px;left:16px;right:16px}@media (width<=900px){.classroom-inner{grid-template-columns:1fr}.fac-grid,.safety-grid{grid-template-columns:repeat(2,1fr)}.transport-inner{grid-template-columns:1fr}}@media (width<=600px){.fac-grid,.safety-grid{grid-template-columns:1fr}.banner-inner{text-align:center;flex-direction:column}}.gallery-section{padding:60px 0 80px}.gallery-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:16px;display:flex}.gallery-tab{border:2px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:8px 20px;font-size:.88rem;font-weight:600;transition:all .2s}.gallery-tab:hover{border-color:var(--red);color:var(--red)}.gallery-tab--active{background:var(--red);border-color:var(--red);color:#fff}.gallery-count{text-align:center;color:var(--text-muted);margin-bottom:32px;font-size:.85rem}.gallery-masonry{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:8px;display:grid}.gal-item{border-radius:var(--radius);cursor:pointer;position:relative;overflow:hidden}.gal-item--wide{grid-column:span 2}.gal-item--tall{grid-row:span 2}.gal-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gal-item:hover img{transform:scale(1.07)}.gal-gradient{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gal-emoji{font-size:3.5rem}.gal-overlay{opacity:0;background:linear-gradient(#0000 40%,#000000a6 100%);flex-direction:column;justify-content:flex-end;padding:16px 14px;transition:opacity .3s;display:flex;position:absolute;inset:0}.gal-item:hover .gal-overlay{opacity:1}.gal-label{color:#fff;font-size:.88rem;font-weight:700}.gal-cat-badge{color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:12px;width:fit-content;margin-top:5px;padding:2px 8px;font-size:.72rem;display:inline-block}.gallery-more-note{text-align:center;color:var(--text-muted);margin-top:36px;font-size:.9rem;line-height:1.8}.gallery-more-note a{color:var(--red);font-weight:600}.insta-section{background:var(--grey-bg)}.insta-cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.insta-btn,.yt-btn{align-items:center;gap:10px;display:flex}.lightbox-overlay{z-index:1000;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lb-content{flex-direction:column;align-items:center;max-width:80vw;max-height:80vh;display:flex}.lb-content img{object-fit:contain;border-radius:var(--radius);max-width:80vw;max-height:75vh}.lb-gradient{border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:20px;width:60vw;height:60vh;display:flex}.lb-gradient span{font-size:5rem}.lb-gradient p{color:var(--text);font-size:1.5rem;font-weight:700}.lb-label{color:#fffc;margin-top:12px;font-size:.95rem;font-weight:600}.lb-close{color:#fff;cursor:pointer;z-index:1001;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:background .2s;display:flex;position:fixed;top:20px;right:24px}.lb-close:hover{background:#ffffff4d}.lb-prev,.lb-next{color:#fff;cursor:pointer;z-index:1001;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:2.5rem;line-height:1;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.lb-prev{left:20px}.lb-next{right:20px}.lb-prev:hover,.lb-next:hover{background:#ffffff4d}@media (width<=900px){.gallery-masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gal-item--wide,.gal-item--tall{grid-area:span 1/span 1}}@media (width<=600px){.gallery-masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:140px}.banner-inner{text-align:center;flex-direction:column}.lb-prev{left:8px}.lb-next{right:8px}}.section-header{text-align:center;margin-bottom:52px}.section-title{color:var(--text);margin-bottom:14px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900}.section-subtitle{color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.upcoming-section{background:var(--white)}.upcoming-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.upcoming-card{background:var(--grey-bg);border-radius:var(--radius-lg);border-left:4px solid var(--red);gap:20px;padding:28px 24px;transition:transform .2s,box-shadow .2s;display:flex}.upcoming-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.ev-date-block{flex-direction:column;justify-content:flex-start;align-items:center;min-width:56px;padding-top:4px;display:flex}.ev-day{color:var(--red);font-family:Nunito,sans-serif;font-size:2rem;font-weight:900;line-height:1}.ev-month{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:2px;font-size:.72rem;font-weight:700}.ev-body{flex:1}.ev-icon-tag{align-items:center;gap:10px;margin-bottom:10px;display:flex}.ev-icon{font-size:1.4rem}.ev-tag{border-radius:12px;padding:3px 10px;font-size:.72rem;font-weight:700}.ev-body h3{color:var(--text);margin-bottom:8px;font-size:1.1rem}.ev-time{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:10px;font-size:.82rem;display:flex}.ev-body p{color:var(--text-muted);margin-bottom:14px;font-size:.88rem;line-height:1.65}.ev-cta{color:var(--red);font-size:.85rem;font-weight:700}.ev-cta:hover{text-decoration:underline}.events-photo-section{overflow:hidden}.events-photo-grid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.events-photo-item{aspect-ratio:4/3;position:relative;overflow:hidden}.events-photo-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.events-photo-item:hover img{transform:scale(1.06)}.events-photo-label{color:#fff;background:linear-gradient(#0000,#000000a6);padding:20px 14px 12px;font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.calendar-section{background:var(--grey-bg)}.annual-calendar{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.cal-month{background:var(--white);border-radius:var(--radius);padding:20px 18px;transition:transform .2s,box-shadow .2s}.cal-month:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.cal-month-name{color:var(--red);border-bottom:2px solid var(--blush);margin-bottom:12px;padding-bottom:8px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:800}.cal-events-list{flex-direction:column;gap:8px;list-style:none;display:flex}.cal-events-list li{color:var(--text-muted);align-items:flex-start;gap:8px;font-size:.82rem;line-height:1.4;display:flex}.cal-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:5px}.notify-section{background:var(--white)}.notify-inner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff8f9 0%,#fce8ec 100%);border:2px solid #d42b4a26;align-items:center;gap:24px;padding:40px 36px;display:flex}.notify-icon{flex-shrink:0;font-size:3rem}.notify-inner h2{margin-bottom:8px;font-size:1.4rem}.notify-inner p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.notify-inner .btn-primary{white-space:nowrap;flex-shrink:0}@media (width<=900px){.upcoming-grid{grid-template-columns:1fr}.annual-calendar{grid-template-columns:repeat(3,1fr)}.events-photo-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.annual-calendar{grid-template-columns:repeat(2,1fr)}.notify-inner,.banner-inner{text-align:center;flex-direction:column}}.page-hero{align-items:flex-end;min-height:60vh;display:flex;position:relative;overflow:hidden}.page-hero-bg{z-index:0;position:absolute;inset:0}.page-hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.page-hero-overlay{background:linear-gradient(#0000 0%,#140a1459 40%,#140a14bf 100%);position:absolute;inset:0}.page-hero-content{z-index:1;color:#fff;padding-bottom:60px;position:relative}.page-hero-content h1{margin-bottom:12px;font-family:Nunito,sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:900}.page-hero-content p{opacity:.9;max-width:600px;font-size:1.1rem}.breadcrumb{opacity:.8;align-items:center;gap:8px;margin-bottom:16px;font-size:.85rem;display:flex}.breadcrumb a{color:#fff}.breadcrumb span{color:#fff9}.section-label{background:var(--blush);color:var(--red);letter-spacing:.1em;text-transform:uppercase;border-radius:20px;margin-bottom:14px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.featured-section{background:var(--white);padding-bottom:0}.featured-post{background:var(--grey-bg);border-radius:var(--radius-lg);grid-template-columns:420px 1fr;align-items:center;gap:48px;display:grid;overflow:hidden}.featured-visual{justify-content:center;align-items:center;min-height:320px;display:flex}.featured-emoji{font-size:6rem}.featured-text{padding:40px 40px 40px 0}.featured-text h2{color:var(--text);margin-bottom:14px;font-size:clamp(1.3rem,2.5vw,1.8rem)}.featured-text p{color:var(--text-muted);margin-bottom:24px;line-height:1.75}.post-read-btn{font-size:.9rem}.post-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.post-cat{background:var(--blush);color:var(--red);border-radius:12px;padding:3px 10px;font-size:.72rem;font-weight:700}.post-date,.post-read{color:var(--text-muted);font-size:.78rem}.post-date:before,.post-read:before{content:"•";margin-right:6px}.blog-grid-section{background:var(--grey-bg);padding-top:60px}.blog-filters{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.blog-filter{border:2px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:7px 18px;font-size:.85rem;font-weight:600;transition:all .2s}.blog-filter:hover{border-color:var(--red);color:var(--red)}.blog-filter--active{background:var(--red);border-color:var(--red);color:#fff}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.blog-card{background:var(--white);border-radius:var(--radius-lg);transition:transform .2s,box-shadow .2s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.blog-card-visual{justify-content:center;align-items:center;height:160px;display:flex}.blog-card-emoji{font-size:3.5rem}.blog-card-body{padding:24px}.blog-card-body h3{color:var(--text);margin-bottom:10px;font-size:1rem;line-height:1.45}.blog-card-body p{color:var(--text-muted);margin-bottom:16px;font-size:.85rem;line-height:1.65}.blog-card-footer{justify-content:space-between;align-items:center;display:flex}.blog-read-link{color:var(--red);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:700}.blog-read-link:hover{text-decoration:underline}.blog-empty{text-align:center;color:var(--text-muted);padding:60px 0}.blog-empty span{margin-bottom:12px;font-size:3rem;display:block}.subscribe-section{background:var(--white)}.subscribe-inner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff8f9 0%,#fce8ec 100%);border:2px solid #d42b4a1f;flex-wrap:wrap;align-items:center;gap:28px;padding:40px 36px;display:flex}.subscribe-icon{flex-shrink:0;font-size:3rem}.subscribe-text{flex:1;min-width:200px}.subscribe-text h2{margin-bottom:6px;font-size:1.3rem}.subscribe-text p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.subscribe-form{flex-wrap:wrap;gap:10px;display:flex}.subscribe-input{border:2px solid var(--border);border-radius:8px;outline:none;flex:1;min-width:220px;padding:12px 16px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.subscribe-input:focus{border-color:var(--red)}@media (width<=900px){.featured-post{grid-template-columns:1fr}.featured-visual{min-height:200px}.featured-text{padding:24px}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.blog-grid{grid-template-columns:1fr}.banner-inner{text-align:center;flex-direction:column}.subscribe-form{flex-direction:column}.subscribe-input{min-width:unset;width:100%}}.adm-hero{text-align:center;background:linear-gradient(135deg,#fff9f9 0%,#fdf0f0 100%);padding:72px 0 80px}.adm-hero h1{margin:12px 0 16px;font-size:clamp(2rem,5vw,3rem);font-weight:900}.adm-hero-sub{color:var(--text-muted);margin-bottom:28px;font-size:1.1rem}.adm-warm{background:var(--blush);border-top:1px solid #c0392b1a;border-bottom:1px solid #c0392b1a;padding:40px 0}.adm-warm-inner{max-width:760px}.adm-warm p{color:var(--text);font-size:1.05rem;line-height:1.85}.adm-programs{background:var(--grey-bg)}.adm-programs-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.adm-program-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:24px;transition:box-shadow .2s}.adm-program-card:hover{box-shadow:var(--shadow-md)}.adm-prog-top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.adm-prog-icon{font-size:1.6rem;line-height:1}.adm-prog-top h3{margin-bottom:2px;font-size:1rem;font-weight:800}.adm-prog-age{color:var(--red);font-size:.75rem;font-weight:600}.adm-prog-timing{color:var(--text-muted);background:var(--grey-bg);border-radius:6px;align-items:center;gap:6px;width:fit-content;margin-bottom:10px;padding:5px 10px;font-size:.8rem;display:flex}.adm-program-card p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.adm-process{background:var(--white)}.steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.step{text-align:center;flex-direction:column;align-items:center;padding:0 16px;display:flex;position:relative}.step-num{background:var(--red);width:48px;height:48px;color:var(--white);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:16px;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:800;display:flex;position:relative}.step-connector{background:var(--border);z-index:0;height:2px;position:absolute;top:24px;left:50%;right:-50%}.step-content h3{margin-bottom:8px;font-size:.95rem;font-weight:800}.step-content p{color:var(--text-muted);font-size:.85rem;line-height:1.65}.adm-form-section{background:var(--grey-bg)}.adm-form-wrap{grid-template-columns:1fr 1.6fr;align-items:start;gap:56px;display:grid}.adm-form-left .section-subtitle{margin-bottom:28px}.form-contact-strip{flex-direction:column;gap:10px;display:flex}.form-contact-link{color:var(--text-muted);align-items:center;gap:8px;font-size:.9rem;font-weight:600;transition:color .15s;display:flex}.form-contact-link:hover{color:var(--red)}.form-contact-link.whatsapp{color:#25d366}.adm-form{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:36px 32px}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group.full{margin-bottom:20px}.form-group label{color:var(--text);font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);color:var(--text);background:var(--white);border-radius:8px;outline:none;padding:11px 14px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red)}.form-group textarea{resize:vertical;min-height:90px}.form-submit{width:100%;padding:14px;font-size:1rem}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-error{color:var(--red);background:var(--blush);border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:.875rem}.form-success{text-align:center;padding:24px 0}.success-icon{margin-bottom:16px;font-size:3rem}.form-success h3{margin-bottom:10px;font-size:1.4rem}.form-success p{color:var(--text-muted);margin-bottom:24px;line-height:1.7}.adm-faq{background:var(--white)}.faq-list{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:0;max-width:760px;display:flex;overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{text-align:left;width:100%;color:var(--text);background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:.95rem;font-weight:600;transition:background .15s;display:flex}.faq-question:hover{background:var(--grey-bg)}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{color:var(--text-muted);padding:0 24px 20px;font-size:.9rem;line-height:1.75}.adm-contact-strip{background:var(--grey-bg);border-top:1px solid var(--border);padding:48px 0}.adm-contact-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.adm-contact-inner p{color:var(--text);font-size:1.1rem;font-weight:600}.adm-contact-links{flex-wrap:wrap;gap:12px;display:flex}@media (width<=1024px){.adm-programs-grid{grid-template-columns:repeat(2,1fr)}.adm-form-wrap{grid-template-columns:1fr;gap:32px}}@media (width<=768px){.adm-programs-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:0}.step{text-align:left;flex-direction:row;align-items:flex-start;gap:16px;padding:0 0 32px}.step-connector{width:2px;height:calc(100% - 24px);top:24px;left:24px;right:auto}.step-content{padding-top:0}.form-row{grid-template-columns:1fr}.adm-form{padding:24px 20px}.adm-contact-inner{text-align:center;flex-direction:column}.adm-contact-links{justify-content:center}.section{padding:56px 0}}.section{padding:80px 0}.admissions-banner{background:linear-gradient(135deg, var(--red) 0%, #a01f38 100%);padding:70px 0}.banner-inner{justify-content:space-between;align-items:center;gap:32px;display:flex}.banner-inner>div{color:#fff}.banner-eyebrow{text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:8px;font-size:.8rem;font-weight:700}.banner-inner h2{margin-bottom:8px;font-size:clamp(1.5rem,3vw,2rem);font-weight:900}.banner-inner p{opacity:.85}.banner-inner .btn-primary{color:var(--red);white-space:nowrap;background:#fff;flex-shrink:0}.banner-inner .btn-primary:hover{background:var(--blush)}.faq-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1a0a1a 0%,#2d0f1f 50%,#1a0a1a 100%);padding:100px 0 60px}.faq-hero-content{max-width:700px;margin:0 auto}.breadcrumb-light{opacity:.6;justify-content:center;gap:8px;margin-bottom:20px;font-size:.85rem;display:flex}.breadcrumb-light a{color:#fff}.breadcrumb-light span{opacity:.5}.faq-hero h1{margin-bottom:14px;font-family:Nunito,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:900}.faq-hero p{opacity:.8;margin-bottom:32px;font-size:1.1rem}.faq-search-wrap{background:#fff;border-radius:50px;align-items:center;gap:12px;max-width:540px;margin:0 auto;padding:4px 20px;display:flex}.faq-search-wrap svg{color:var(--text-muted);flex-shrink:0}.faq-search{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-family:Inter,sans-serif;font-size:.95rem}.faq-section{background:var(--grey-bg);padding:60px 0 80px}.faq-layout{grid-template-columns:240px 1fr;align-items:flex-start;gap:40px;display:grid}.faq-sidebar{flex-direction:column;gap:8px;display:flex;position:sticky;top:90px}.faq-cat-btn{background:var(--white);color:var(--text-muted);cursor:pointer;text-align:left;border:2px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.faq-cat-btn:hover{border-color:var(--red);color:var(--red)}.faq-cat-btn--active{background:var(--red);color:#fff;border-color:var(--red)}.faq-cat-count{background:#00000014;border-radius:10px;margin-left:auto;padding:1px 8px;font-size:.72rem}.faq-cat-btn--active .faq-cat-count{background:#fff3}.faq-category-title{color:var(--text);margin-bottom:20px;font-size:1.4rem;font-weight:800}.faq-item{background:var(--white);border-radius:var(--radius);cursor:pointer;margin-bottom:10px;transition:box-shadow .2s;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow)}.faq-item--open{box-shadow:var(--shadow-md)}.faq-question{color:var(--text);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;font-size:.95rem;font-weight:600;line-height:1.5;display:flex}.faq-chevron{background:var(--blush);width:28px;height:28px;color:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;line-height:1;display:flex}.faq-item--open .faq-chevron{background:var(--red);color:#fff}.faq-answer{color:var(--text-muted);border-top:1px solid var(--border);padding:14px 22px 20px;font-size:.9rem;line-height:1.75}.faq-search-info{color:var(--text-muted);margin-bottom:20px;font-size:.85rem}.faq-search-cat{background:var(--blush);color:var(--red);border-radius:12px;margin-top:12px;margin-bottom:8px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.faq-no-results{text-align:center;padding:40px 0}.faq-no-results span{margin-bottom:12px;font-size:2.5rem;display:block}.faq-no-results p{color:var(--text-muted)}.faq-no-results button{color:var(--red);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.still-questions{background:var(--white)}.sq-inner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff8f9 0%,#fce8ec 100%);border:2px solid #d42b4a1f;flex-wrap:wrap;align-items:center;gap:24px;padding:40px 36px;display:flex}.sq-icon{flex-shrink:0;font-size:3rem}.sq-inner>div:nth-child(2){flex:1;min-width:200px}.sq-inner h2{margin-bottom:6px;font-size:1.3rem}.sq-inner p{color:var(--text-muted);font-size:.9rem}.sq-actions{flex-wrap:wrap;gap:10px;display:flex}@media (width<=900px){.faq-layout{grid-template-columns:1fr}.faq-sidebar{flex-flow:wrap;position:static}.faq-cat-btn{text-align:center;flex:1;justify-content:center;min-width:120px}.faq-cat-count{display:none}}@media (width<=600px){.banner-inner,.sq-inner{text-align:center;flex-direction:column}.sq-actions{justify-content:center}}.contact-hero{text-align:center;background:linear-gradient(135deg,#fff9f9 0%,#fdf0f0 100%);padding:72px 0 80px}.contact-hero h1{margin:12px 0 16px;font-size:clamp(2rem,5vw,3rem);font-weight:900}.contact-hero-sub{color:var(--text-muted);font-size:1.1rem}.contact-section{background:var(--grey-bg)}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:48px;display:grid}.contact-cards{flex-direction:column;gap:16px;display:flex}.contact-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:24px}.contact-card-icon{margin-bottom:10px;font-size:1.5rem}.contact-card h3{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:8px;font-size:.875rem;font-weight:700}.contact-card p{color:var(--text);font-size:.95rem;line-height:1.7}.contact-card a{color:var(--red);font-weight:500}.contact-card a:hover{text-decoration:underline}.whatsapp-btn{background:#25d366;margin-top:12px;padding:12px 24px;font-size:.9rem}.whatsapp-btn:hover{background:#1ebe5d}.contact-socials{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.social-pill{background:var(--grey-bg);color:var(--text-muted);border:1px solid var(--border);border-radius:100px;align-items:center;gap:6px;padding:7px 14px;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.social-pill:hover{background:var(--red);color:var(--white);border-color:var(--red)}.contact-map h3{margin-bottom:14px;font-size:1rem;font-weight:700}.contact-map iframe{box-shadow:var(--shadow)}.directions-link{color:var(--red);margin-top:12px;font-size:.875rem;font-weight:600;display:inline-block}.directions-link:hover{text-decoration:underline}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:32px}.contact-section{padding:56px 0}}
