:root{--mint:#28b77a;--mint-dark:#16895b;--mint-soft:#e8fff5;--cream:#fff8ec;--ink:#15302a;--muted:#60736d;--white:#fff;--gold:#f3c969;--shadow:0 18px 45px rgba(34,76,62,.12);--radius:28px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fbfffc 0%,#fff9ee 100%);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:auto;padding:0 22px}.pill{display:inline-flex;gap:8px;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(40,183,122,.12);color:var(--mint-dark);font-weight:800;font-size:.92rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 6px 30px rgba(12,45,35,.06)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{width:210px;max-height:74px;object-fit:contain}.menu{display:flex;gap:22px;align-items:center;font-weight:800;color:#27443d}.menu a:hover{color:var(--mint-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 24px;border-radius:999px;font-weight:900;border:2px solid transparent;transition:.25s ease;box-shadow:0 12px 24px rgba(40,183,122,.18)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--mint);color:white}.btn-primary:hover{background:var(--mint-dark)}.btn-secondary{background:white;color:var(--mint-dark);border-color:rgba(40,183,122,.35)}.btn-secondary:hover{background:var(--mint);color:#fff}.mobile-toggle{display:none;border:0;background:var(--mint-soft);border-radius:14px;padding:12px;font-size:1.3rem}.hero{position:relative;overflow:hidden;padding:78px 0 88px;background:radial-gradient(circle at 20% 5%,#d7ffe9 0%,transparent 35%),linear-gradient(135deg,#effff7 0%,#fff8ec 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.hero h1,.page-hero h1{font-size:clamp(2.55rem,5vw,5.5rem);line-height:1.03;margin:18px 0 18px;letter-spacing:-.05em}.hero p,.page-hero p{font-size:1.17rem;color:var(--muted);max-width:620px}.hero-img,.rounded-img{border-radius:36px;overflow:hidden;box-shadow:var(--shadow);position:relative}.hero-img img{width:100%;height:560px;object-fit:cover}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.trust-row span{background:rgba(255,255,255,.82);border:1px solid rgba(40,183,122,.15);border-radius:999px;padding:10px 14px;font-weight:800;color:#315148}.section{padding:86px 0}.section-soft{background:linear-gradient(135deg,#f2fff8 0%,#fff8ed 100%)}.section-title{text-align:center;max-width:780px;margin:0 auto 42px}.section-title h2{font-size:clamp(2rem,3.5vw,3.55rem);line-height:1.12;margin:12px 0;color:var(--ink);letter-spacing:-.035em}.section-title p{color:var(--muted);font-size:1.08rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.rounded-img img{width:100%;height:480px;object-fit:cover}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:rgba(255,255,255,.94);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);border:1px solid rgba(40,183,122,.1);transition:.25s ease}.card:hover{transform:translateY(-5px)}.card-img{border-radius:24px;overflow:hidden;margin:-8px -8px 18px}.card-img img{height:245px;width:100%;object-fit:cover}.card h3{font-size:1.45rem;margin:.2rem 0}.age{color:var(--mint-dark);font-weight:900}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.icon{font-size:2rem}.cta{padding:96px 0;background:linear-gradient(rgba(12,54,42,.62),rgba(12,54,42,.62)),var(--bg);background-size:cover;background-position:center;border-radius:42px;color:#fff;margin:70px 22px}.cta .container{max-width:850px;text-align:center}.cta h2{font-size:clamp(2rem,4vw,4rem);line-height:1.08;margin:0 0 18px}.cta p{font-size:1.14rem;color:rgba(255,255,255,.9)}.footer{background:#113b31;color:white;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:34px}.footer img{width:210px;background:white;border-radius:20px;padding:8px}.footer a{display:block;color:rgba(255,255,255,.84);margin:8px 0}.footer h4{color:#dfffea}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:22px;color:rgba(255,255,255,.65);font-size:.92rem}.page-hero{padding:74px 0;background:linear-gradient(135deg,#effff7 0%,#fff8ec 100%)}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.page-hero img{height:430px;width:100%;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.gallery-grid{columns:3 280px;column-gap:20px}.gallery-item{break-inside:avoid;margin:0 0 20px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.gallery-item img{width:100%;transition:.3s}.gallery-item:hover img{transform:scale(1.04)}.faq-item{background:white;border-radius:22px;box-shadow:var(--shadow);margin:14px 0;overflow:hidden;border:1px solid rgba(40,183,122,.12)}.faq-q{width:100%;border:0;background:white;padding:22px;text-align:left;font-weight:900;color:var(--ink);font-size:1.05rem;display:flex;justify-content:space-between}.faq-a{display:none;padding:0 22px 22px;color:var(--muted)}.faq-item.active .faq-a{display:block}.form{background:white;border-radius:34px;box-shadow:var(--shadow);padding:32px}.form label{font-weight:800;margin:14px 0 6px;display:block}.form input,.form select,.form textarea{width:100%;padding:15px 16px;border-radius:16px;border:1px solid rgba(21,48,42,.18);font:inherit}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid rgba(40,183,122,.16);border-color:var(--mint)}.map{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);height:420px}.map iframe{width:100%;height:100%;border:0}.sticky-mobile{display:none}.legal{max-width:900px;margin:auto;background:white;border-radius:30px;box-shadow:var(--shadow);padding:38px}.legal h2{margin-top:30px}.error-page{min-height:70vh;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#effff7,#fff8ec)}@media(max-width:900px){.menu{position:fixed;inset:86px 16px auto 16px;background:white;box-shadow:var(--shadow);border-radius:26px;padding:24px;display:none;flex-direction:column;align-items:stretch}.menu.open{display:flex}.mobile-toggle{display:block}.nav-cta{display:none}.brand img{width:170px}.hero-grid,.page-hero-grid,.split{grid-template-columns:1fr}.hero{padding-top:42px}.hero-img img,.page-hero img,.rounded-img img{height:360px}.cards,.grid-4,.grid-2,.footer-grid{grid-template-columns:1fr}.section{padding:62px 0}.sticky-mobile{position:fixed;bottom:12px;left:12px;right:12px;z-index:60;display:flex;gap:8px;background:white;border-radius:999px;box-shadow:0 14px 35px rgba(0,0,0,.16);padding:8px}.sticky-mobile a{flex:1;padding:12px 10px;font-size:.88rem}.cta{margin:50px 12px;border-radius:30px}.hero h1,.page-hero h1{font-size:2.45rem}}@media(max-width:540px){.actions{flex-direction:column}.btn{width:100%}.hero-img img,.page-hero img,.rounded-img img{height:300px}.footer{padding-bottom:90px}.gallery-grid{columns:1}.card-img img{height:220px}}@media(max-width:900px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:92px;left:0;right:0;background:#fff;flex-direction:column;padding:24px;box-shadow:0 12px 28px rgba(0,0,0,.1)}.nav-links.active{display:flex}.navbar>.btn{display:none}.two-column,.program-grid,.features-grid,.reviews-grid{grid-template-columns:1fr}.hero{min-height:62vh}.hero-buttons .btn{width:min(320px,100%);text-align:center}.logo img{height:58px}section{padding:58px 0}}@media(max-width:520px){.container{width:94%}.hero-trust{display:none}.card{padding:20px}form{padding:22px}.gallery{columns:1}.hero{min-height:58vh}}:root{--tt-green:#0d5a2a;--tt-green-2:#146c36;--tt-mint:#23bd7b;--tt-gold:#e4a90f;--tt-cream:#fff8ec;--tt-ink:#072d25;--tt-muted:#53655f;--tt-border:#dcece3;--tt-shadow:0 18px 48px rgba(18,61,42,.13);--tt-radius:22px;}body{font-family:'Poppins',Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#fbfffc 0%,#fffaf0 60%,#fff8ec 100%);color:var(--tt-ink);}header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(11,55,37,.06);}.navbar{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:10px 22px;}.logo img{width:245px;max-height:82px;object-fit:contain;}.navbar nav{display:flex;align-items:center;gap:18px;}.nav-links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0;font-weight:800;}.nav-links a{color:var(--tt-ink);font-size:.96rem;position:relative;padding:8px 0;}.nav-links a:hover,.nav-links a[aria-current='page']{color:var(--tt-green)}.nav-links a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--tt-gold);border-radius:10px;}.menu-toggle{display:none;background:#fff;border:1px solid var(--tt-border);border-radius:12px;padding:10px 12px;font-size:1.2rem;box-shadow:0 8px 18px rgba(0,0,0,.05);}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:14px 24px;font-weight:900;text-decoration:none;border:2px solid transparent;line-height:1;transition:.25s ease;box-shadow:0 12px 24px rgba(9,99,51,.12)}.btn-primary{background:linear-gradient(180deg,#0c7132,#0a5b28);color:#fff!important}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(9,99,51,.2)}.btn-secondary{background:#fff;color:var(--tt-green)!important;border-color:rgba(13,90,42,.45)}.btn-secondary:hover{background:#eefbf3;transform:translateY(-2px)}.hero{position:relative;min-height:520px;padding:86px 0;display:flex;align-items:center;background-size:cover;background-position:center right;overflow:hidden;}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,239,.96) 0%,rgba(255,250,239,.78) 42%,rgba(255,250,239,.06) 82%);z-index:0;}.hero:after{content:"";position:absolute;left:-4%;right:-4%;bottom:-1px;height:54px;background:linear-gradient(90deg,var(--tt-green) 0%,var(--tt-green) 28%,var(--tt-gold) 29%,var(--tt-gold) 62%,#fffaf0 63%);clip-path:polygon(0 42%,35% 70%,70% 34%,100% 52%,100% 100%,0 100%);z-index:1;}.hero-content{position:relative;z-index:2;max-width:680px;margin:0;text-align:left;}.hero-content h1{font-size:clamp(2.8rem,5.2vw,5.6rem);line-height:1.04;letter-spacing:-.055em;margin:0 0 22px;color:var(--tt-green);font-weight:900;}.hero-content p{font-size:1.18rem;line-height:1.75;color:#24423b;max-width:640px;margin:0 0 20px;}.hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.hero-trust span{font-size:.88rem;font-weight:800;color:#254b41;background:rgba(255,255,255,.88);border:1px solid rgba(13,90,42,.12);border-radius:999px;padding:9px 13px;}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px;}section{padding:82px 0}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.two-column>img,.two-column img{border-radius:26px;box-shadow:var(--tt-shadow);object-fit:cover}.welcome,.program-list,.contact-details,.gallery-intro,.privacy-content,.terms-content{background:linear-gradient(135deg,#fffdf7 0%,#f4fff9 100%)}h2{font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.15;margin:0 0 18px;color:var(--tt-green);font-weight:900;letter-spacing:-.035em}h3{color:var(--tt-ink);font-weight:900}p{color:var(--tt-muted)}.features-grid,.program-grid,.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}.features-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:rgba(255,255,255,.96);border:1px solid var(--tt-border);border-radius:var(--tt-radius);box-shadow:var(--tt-shadow);padding:26px;overflow:hidden;transition:.25s ease}.card:hover{transform:translateY(-4px)}.card>img,.card img{border-radius:18px;margin-bottom:18px;width:100%;height:220px;object-fit:cover}.card .btn{margin-top:10px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-grid img,.gallery img{border-radius:18px;box-shadow:var(--tt-shadow);height:220px;width:100%;object-fit:cover}.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gallery img{cursor:pointer;transition:.25s ease}.gallery img:hover{transform:scale(1.025)}.final-cta{background:linear-gradient(135deg,#fff7e8,#f0fff8);text-align:center}.final-cta .container{max-width:880px}.final-cta h2{color:var(--tt-green)}.final-cta .hero-buttons{justify-content:center}footer{background:linear-gradient(135deg,#073b1e,#0d5a2a);color:#fff;padding:56px 0 28px;position:relative;overflow:hidden}footer .container{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px;align-items:start}footer h3{color:#fff;margin:0 0 8px}footer p,footer a{color:rgba(255,255,255,.9)}footer nav{display:flex;gap:8px;flex-wrap:wrap}.current-year:empty:before{content:'2026'}.contact-hero .hero-content h1{max-width:600px}.contact-wrap{padding:72px 0 30px;background:linear-gradient(180deg,#fffaf0 0%,#f4fff9 100%)}.contact-grid-premium{display:grid;grid-template-columns:.9fr 1.35fr;gap:34px;align-items:start}.contact-panel,.form-panel{background:#fff;border:1px solid var(--tt-border);border-radius:24px;box-shadow:var(--tt-shadow);padding:30px}.contact-panel h2,.form-panel h2{font-size:1.9rem}.info-card{display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:center;background:#fff;border:1px solid var(--tt-border);border-radius:16px;padding:18px;margin:14px 0;box-shadow:0 10px 25px rgba(18,61,42,.06)}.info-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(180deg,#0c7132,#0a5b28);font-size:1.35rem}.info-card h3{margin:0 0 2px;font-size:1.05rem}.info-card p{margin:0;color:#304d45}.info-card a{color:var(--tt-green);font-weight:900}.visit-form-premium{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-full{grid-column:1/-1}.visit-form-premium label{display:block;font-weight:900;color:var(--tt-green);margin-bottom:7px}.visit-form-premium input,.visit-form-premium select,.visit-form-premium textarea{width:100%;border:1.5px solid #d7e8dd;border-radius:14px;background:#fff;padding:15px 16px;font:inherit;color:#173b32;min-height:56px}.visit-form-premium input:focus,.visit-form-premium textarea:focus{outline:3px solid rgba(35,189,123,.16);border-color:var(--tt-mint)}.phone-wrap{position:relative}.phone-wrap:before{content:'☎';position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--tt-green);font-weight:900}.phone-wrap input{padding-left:46px}.visit-form-premium textarea{min-height:140px;resize:vertical}.visit-form-premium .btn{width:100%;border-radius:12px;min-height:56px}.safe-note{text-align:center;font-size:.92rem;margin:12px 0 0;color:#39574e;font-weight:600}.contact-map{padding:30px 0 82px;background:#f4fff9}.map-card{border-radius:24px;overflow:hidden;box-shadow:var(--tt-shadow);border:1px solid var(--tt-border);height:360px}.map-card iframe{border:0;width:100%;height:100%}@media(max-width:980px){.navbar{min-height:82px}.logo img{width:190px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border:1px solid var(--tt-border);border-radius:20px;box-shadow:var(--tt-shadow);padding:20px;flex-direction:column;align-items:stretch;gap:8px}.nav-links.active{display:flex}.navbar>.btn{display:none}.hero{min-height:0;padding:58px 0 92px;background-position:center}.hero-content h1{font-size:2.7rem}.two-column,.contact-grid-premium{grid-template-columns:1fr}.features-grid,.program-grid,.reviews-grid,.gallery,.gallery-grid{grid-template-columns:1fr 1fr}.visit-form-premium{grid-template-columns:1fr}footer .container{grid-template-columns:1fr;text-align:left}}@media(max-width:560px){.features-grid,.program-grid,.reviews-grid,.gallery,.gallery-grid{grid-template-columns:1fr}.logo img{width:164px}.hero-content h1{font-size:2.25rem}.btn{width:100%}.hero-buttons{flex-direction:column}.contact-panel,.form-panel{padding:22px}.info-card{grid-template-columns:52px 1fr}.hero:before{background:linear-gradient(90deg,rgba(255,250,239,.96),rgba(255,250,239,.72))}}html{scroll-padding-top:140px;}#visit-form{scroll-margin-top:140px;}@media (max-width:980px){html{scroll-padding-top:112px;}#visit-form{scroll-margin-top:112px;}}@media (max-width:560px){html{scroll-padding-top:96px;}#visit-form{scroll-margin-top:96px;}}.eyebrow,.pill{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--tt-green);background:#fff7dc;border:1px solid rgba(228,169,15,.35);border-radius:999px;padding:8px 14px;margin-bottom:14px;letter-spacing:.02em}.eyebrow.center{display:flex;width:max-content;margin:0 auto 14px}.section-subtitle{max-width:820px;margin:0 auto 28px;text-align:center;font-size:1.08rem;color:#4b625a}.license-trust-section{padding:0 0 70px;background:linear-gradient(180deg,#fffaf0 0%,#f6fff9 100%)}.license-card{margin-top:-34px;position:relative;z-index:5;background:linear-gradient(135deg,#ffffff 0%,#effdf5 100%);border:2px solid rgba(228,169,15,.55);border-radius:28px;box-shadow:0 24px 60px rgba(13,90,42,.16);padding:30px;display:grid;grid-template-columns:86px 1fr;gap:22px;align-items:center}.license-icon{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;font-size:2.25rem;background:linear-gradient(180deg,#0d6b32,#0a4f26);box-shadow:0 14px 30px rgba(13,90,42,.22)}.license-card h2{font-size:clamp(1.65rem,3vw,2.4rem);margin:0 0 8px}.license-card p{margin:0 0 14px}.license-points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.license-points span,.trust-mini-points span{font-weight:900;color:#173d33;background:#fff;border:1px solid var(--tt-border);border-radius:14px;padding:12px 13px;text-align:center}.choose-section,.parent-trust-section{background:linear-gradient(135deg,#f2fff8 0%,#fff8e8 100%);text-align:center}.premium-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:34px}.premium-feature-card{background:#fff;border:1px solid #dfeee5;border-top:6px solid var(--tt-gold);border-radius:26px;box-shadow:var(--tt-shadow);padding:30px 24px;text-align:left;transition:.25s ease}.premium-feature-card:hover{transform:translateY(-6px);box-shadow:0 28px 58px rgba(18,61,42,.16)}.feature-icon{width:62px;height:62px;border-radius:20px;background:linear-gradient(180deg,#f8fff9,#fff6d9);display:grid;place-items:center;font-size:2rem;margin-bottom:16px;border:1px solid rgba(228,169,15,.3)}.premium-feature-card h3{font-size:1.2rem;margin-bottom:10px;color:var(--tt-green)}.program-showcase{text-align:center;background:#fff}.program-showcase .card{text-align:left}.parent-trust-section{padding:90px 0}.trust-message-card{max-width:940px;margin:auto;background:#fff;border:1px solid #dfeee5;border-radius:32px;box-shadow:0 28px 70px rgba(13,90,42,.16);padding:46px 38px;text-align:center;position:relative;overflow:hidden}.trust-message-card:before{content:"";position:absolute;left:0;right:0;top:0;height:9px;background:linear-gradient(90deg,var(--tt-green),var(--tt-gold),var(--tt-green))}.stars{color:var(--tt-gold);font-size:1.65rem;letter-spacing:.12em;margin-bottom:12px}.trust-mini-points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.service-areas{background:#fffaf0;text-align:center}.areas-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}.areas-grid div{background:#fff;border:1px solid #e7eadf;border-radius:20px;padding:20px;text-align:left;box-shadow:0 12px 32px rgba(18,61,42,.08);font-size:1.03rem}.areas-grid strong{display:block;color:var(--tt-green);font-size:1.15rem;margin:7px 0}.areas-grid span{display:block;color:#5c7068;font-size:.92rem}.next-steps-section{background:linear-gradient(135deg,#fff8e8,#f3fff8);padding:70px 0;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.step-card{background:#fff;border:1px solid var(--tt-border);border-radius:22px;box-shadow:var(--tt-shadow);padding:24px;text-align:left}.step-number{width:44px;height:44px;border-radius:50%;background:linear-gradient(180deg,#0c7132,#0a5b28);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:14px}img{max-width:100%;height:auto}@media(max-width:980px){.license-card{grid-template-columns:1fr;text-align:center}.license-icon{margin:auto}.license-points,.trust-mini-points,.premium-card-grid,.areas-grid,.steps-grid{grid-template-columns:1fr 1fr}.premium-feature-card{text-align:left}}@media(max-width:560px){.license-card{padding:24px;margin-top:-22px}.license-points,.trust-mini-points,.premium-card-grid,.areas-grid,.steps-grid{grid-template-columns:1fr}.eyebrow.center{width:auto;justify-content:center}.trust-message-card{padding:34px 22px}.areas-grid div{text-align:center}}:root{--tt-green:#6DD19C;--tt-green-2:#4CBF82;--tt-green-dark:#188B59;--tt-mint:#6DD19C;--tt-mint-soft:#ecfff5;--tt-gold:#F1B832;--tt-orange:#E97835;--tt-ink:#1F2937;--tt-deep:#0B2F27;}.nav-links a:hover,.nav-links a[aria-current='page']{color:var(--tt-green-dark)}.btn-primary{background:linear-gradient(180deg,var(--tt-green),var(--tt-green-2));color:#fff!important;box-shadow:0 14px 28px rgba(109,209,156,.28)}.btn-primary:hover{background:linear-gradient(180deg,#61c992,#3faf78);box-shadow:0 18px 32px rgba(109,209,156,.34)}.btn-secondary{color:var(--tt-green-dark)!important;border-color:rgba(109,209,156,.72)}.btn-secondary:hover{background:var(--tt-mint-soft);color:var(--tt-green-dark)!important;border-color:var(--tt-green)}.hero-content h1{color:var(--tt-ink);max-width:720px}.hero-content h1 .green-word{color:var(--tt-green);display:inline}.hero-content h1 .dark-word{color:var(--tt-ink);display:inline}.hero-content h1 span{white-space:normal}.hero-content h1{font-size:clamp(3rem,5.35vw,5.85rem)}.pill.enrollment-pill{background:#FFF4D9;border:1.5px solid rgba(241,184,50,.55);color:var(--tt-orange);box-shadow:0 10px 24px rgba(241,184,50,.14)}.hero-trust{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:24px 0}.hero-trust span{display:inline-flex;align-items:center;min-width:0;border-radius:999px;padding:10px 16px;background:rgba(255,255,255,.88);border:1px solid rgba(109,209,156,.26);box-shadow:0 8px 18px rgba(31,41,55,.05);font-size:.92rem;color:#223833}.hero-trust span:nth-child(1)::first-letter,.hero-trust span:nth-child(2)::first-letter,.hero-trust span:nth-child(3)::first-letter{color:var(--tt-green-dark)}.hero:after{background:linear-gradient(90deg,var(--tt-green) 0%,var(--tt-green) 28%,var(--tt-gold) 29%,var(--tt-gold) 62%,#fffaf0 63%)}h2,.final-cta h2,.premium-feature-card h3,.areas-grid strong,.visit-form-premium label,.info-card a{color:var(--tt-green-dark)}.license-icon,.info-icon,.step-number{background:linear-gradient(180deg,var(--tt-green),var(--tt-green-2))}.premium-feature-card{border-top-color:var(--tt-green)}.final-cta{position:relative;padding:90px 0;background:radial-gradient(circle at 22% 15%,rgba(109,209,156,.20),transparent 34%),linear-gradient(135deg,#fff8ec 0%,#f0fff7 100%);text-align:center;overflow:hidden}.final-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(109,209,156,.10),transparent 50%,rgba(241,184,50,.12));pointer-events:none}.final-cta .container{position:relative;max-width:920px;background:rgba(255,255,255,.68);border:1px solid rgba(109,209,156,.20);border-radius:34px;box-shadow:0 24px 60px rgba(31,41,55,.10);padding:46px 34px}.final-cta h2{font-size:clamp(2.25rem,4vw,4.15rem);letter-spacing:-.045em}.final-cta p{font-size:1.12rem;max-width:680px;margin:0 auto 22px;color:#4D625A}.final-cta .hero-buttons{justify-content:center}.premium-footer{background:linear-gradient(135deg,#102E27 0%,#125B3D 58%,#178A5B 100%);color:#fff;padding:0;position:relative;overflow:hidden}.premium-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(109,209,156,.22),transparent 34%),radial-gradient(circle at 12% 88%,rgba(241,184,50,.16),transparent 32%);pointer-events:none}.premium-footer .footer-main{position:relative;display:grid;grid-template-columns:1.35fr .9fr 1.05fr 1.35fr;gap:42px;padding:56px 22px 42px;align-items:flex-start}.premium-footer .footer-brand img{width:170px;background:#fff;border-radius:22px;padding:10px;box-shadow:0 16px 30px rgba(0,0,0,.14);margin-bottom:15px}.premium-footer h3{color:#fff;margin:0 0 14px;font-size:1.18rem}.premium-footer p,.premium-footer a{color:rgba(255,255,255,.88);font-size:.96rem;line-height:1.75}.premium-footer a:hover{color:#fff;text-decoration:underline}.premium-footer nav{display:flex;flex-direction:column;gap:5px}.footer-social{display:flex;gap:10px;margin-top:14px}.footer-social span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16);font-weight:900}.footer-bottom{position:relative;border-top:1px solid rgba(255,255,255,.16);display:flex!important;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px 28px!important}.footer-bottom p{margin:0;color:rgba(255,255,255,.78)}html{scroll-padding-top:168px}#visit-form{scroll-margin-top:168px}.form-panel,.contact-panel{scroll-margin-top:168px}@media(max-width:980px){.premium-footer .footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;text-align:center}.hero-trust{gap:10px}html{scroll-padding-top:130px}#visit-form{scroll-margin-top:130px}.form-panel,.contact-panel{scroll-margin-top:130px}}@media(max-width:560px){.premium-footer .footer-main{grid-template-columns:1fr;text-align:left}.premium-footer .footer-brand img{width:145px}.hero-content h1{font-size:2.35rem}.hero-trust span{width:100%}html{scroll-padding-top:110px}#visit-form{scroll-margin-top:110px}.form-panel,.contact-panel{scroll-margin-top:110px}}html{scroll-behavior:smooth;scroll-padding-top:150px;}#visit-form{scroll-margin-top:150px;}:root{--tt-green:#6DD19C;--tt-green-2:#53C489;--tt-green-dark:#18915E;--tt-mint:#6DD19C;--tt-mint-soft:#EDFFF6;--tt-gold:#F1B832;--tt-orange:#E97835;--tt-ink:#1F2937;--tt-deep:#0B2F27;--tt-white:#FFFFFF;}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-actions .btn{min-height:48px;padding:13px 20px;border-radius:16px;font-size:.94rem;white-space:nowrap}.header-inquiry{background:rgba(255,255,255,.96)!important;border-color:rgba(109,209,156,.55)!important;color:var(--tt-green-dark)!important;box-shadow:0 10px 24px rgba(31,41,55,.08)!important}.header-inquiry:hover{background:var(--tt-mint-soft)!important;border-color:var(--tt-green)!important;transform:translateY(-2px)}.btn{border-radius:18px!important;padding:15px 26px!important;min-height:50px;font-weight:900!important;letter-spacing:.01em;box-shadow:0 14px 30px rgba(31,41,55,.10),0 8px 20px rgba(109,209,156,.16)!important;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease!important}.btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(31,41,55,.13),0 12px 28px rgba(109,209,156,.26)!important}.btn-primary{background:linear-gradient(135deg,#6DD19C 0%,#45BE80 100%)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important}.btn-primary:hover{background:linear-gradient(135deg,#5CCB91 0%,#2EA76D 100%)!important}.btn-secondary{background:rgba(255,255,255,.94)!important;color:var(--tt-green-dark)!important;border:2px solid rgba(109,209,156,.60)!important}.btn-secondary:hover{background:var(--tt-mint-soft)!important;border-color:var(--tt-green)!important;color:var(--tt-green-dark)!important}.hero-content h1{color:var(--tt-ink)!important}.hero-content h1 .green-word{color:var(--tt-green)!important}.hero-content h1 .dark-word{color:var(--tt-ink)!important}.hero-content h1 span{display:inline}.hero-content h1 .green-word,.hero-content h1 .dark-word{white-space:normal}.pill.enrollment-pill{background:#FFF4D9!important;border:1.5px solid rgba(241,184,50,.55)!important;color:var(--tt-orange)!important}.hero-trust{align-items:flex-start!important;flex-direction:column!important}.hero-trust span{border-color:rgba(109,209,156,.22)!important;box-shadow:0 9px 18px rgba(31,41,55,.05)!important}.hero{background-size:cover!important;background-position:center center!important}.hero-about,.hero-programs{background-position:center top!important}.hero-gallery,.hero-faq{background-position:center center!important}.hero-contact-page{background-position:center center!important}.hero-infant,.hero-toddler,.hero-preschool,.hero-privacy,.hero-terms{background-position:center center!important}.thank-you-image{display:block;margin:0 auto 30px;max-width:min(760px,92vw);width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:32px;box-shadow:var(--tt-shadow)}.premium-footer{background:linear-gradient(135deg,#0E3129 0%,#146B49 55%,#28A873 100%)!important}.premium-footer .footer-main{grid-template-columns:1.25fr .85fr 1.05fr 1.55fr!important;gap:36px!important}.footer-contact-list{display:grid;gap:13px;margin-top:6px}.footer-contact-item{display:grid!important;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:center;padding:12px 13px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);text-decoration:none!important;color:#fff!important}.footer-contact-item:hover{background:rgba(255,255,255,.13);text-decoration:none!important}.footer-icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#ffffff 0%,#dfffee 100%);color:var(--tt-green-dark);display:grid;place-items:center;font-size:1.15rem;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,.12)}.footer-contact-item strong{display:block;color:#fff;font-size:.9rem;line-height:1.2;margin-bottom:3px}.footer-contact-item em{display:block;color:rgba(255,255,255,.88);font-style:normal;font-weight:700;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}.footer-contact h3{margin-bottom:16px!important}.premium-footer a{overflow-wrap:anywhere}.final-cta .container{max-width:980px!important;padding:48px 38px!important}.final-cta h2{color:var(--tt-ink)!important}.final-cta h2 .green-word{color:var(--tt-green)!important}.visit-form-premium input,.visit-form-premium select,.visit-form-premium textarea{border-radius:17px!important;min-height:58px;border-color:#D9EDE1!important}.visit-form-premium .btn{border-radius:17px!important}.phone-wrap:before{color:var(--tt-green-dark)!important}html{scroll-padding-top:122px!important}#visit-form{scroll-margin-top:122px!important}.form-panel{scroll-margin-top:122px!important}@media(max-width:1100px){.navbar{gap:18px}.nav-links{gap:18px}.header-actions .btn{padding:12px 16px!important;font-size:.88rem}.logo img{width:180px!important}}@media(max-width:980px){.navbar{min-height:82px;padding:10px 18px}.logo img{width:155px!important;max-height:66px!important}.header-actions{display:none}.menu-toggle{display:block!important}.nav-links{top:82px!important;left:16px!important;right:16px!important;padding:18px!important;border-radius:22px!important;gap:6px!important}.nav-links a{font-size:1.05rem;padding:11px 8px!important}.hero{min-height:auto!important;padding:50px 0 82px!important;background-position:center top!important}.hero:before{background:linear-gradient(90deg,rgba(255,250,239,.97),rgba(255,250,239,.78))!important}.hero-content{max-width:100%!important}.hero-content h1{font-size:clamp(2.25rem,8vw,3.2rem)!important;line-height:1.08!important;letter-spacing:-.045em!important}.hero-content p{font-size:1rem!important;line-height:1.65!important}.hero-buttons{display:grid!important;grid-template-columns:1fr 1fr;gap:12px!important}.hero-buttons .btn{width:100%;padding:14px 16px!important}.hero-trust span{width:100%;max-width:520px}.premium-footer .footer-main{grid-template-columns:1fr 1fr!important}.footer-contact-item{grid-template-columns:42px minmax(0,1fr)}.footer-icon{width:42px;height:42px;border-radius:14px}.contact-grid-premium{grid-template-columns:1fr!important}.contact-panel,.form-panel{padding:24px!important}.visit-form-premium{grid-template-columns:1fr!important}.license-card{grid-template-columns:1fr!important}.license-points,.trust-mini-points,.premium-card-grid,.areas-grid,.steps-grid{grid-template-columns:1fr 1fr!important}.features-grid,.program-grid,.reviews-grid,.gallery,.gallery-grid{grid-template-columns:1fr 1fr!important}section{padding:64px 0!important}}@media(max-width:640px){body{overflow-x:hidden}.container{padding-left:18px!important;padding-right:18px!important}.navbar{min-height:76px!important}.logo img{width:132px!important}.hero{padding:38px 0 74px!important}.hero:after{height:34px!important}.hero-content h1{font-size:2.35rem!important}.hero-content p{font-size:.97rem!important}.pill,.eyebrow{font-size:.82rem!important;padding:8px 12px!important}.hero-buttons{grid-template-columns:1fr!important}.btn{width:100%;min-height:52px!important}.license-points,.trust-mini-points,.premium-card-grid,.areas-grid,.steps-grid,.features-grid,.program-grid,.reviews-grid,.gallery,.gallery-grid{grid-template-columns:1fr!important}.card,.premium-feature-card,.contact-panel,.form-panel,.license-card,.trust-message-card{border-radius:22px!important;padding:22px!important}.card img,.gallery img,.gallery-grid img{height:auto!important;max-height:330px;object-fit:cover}.final-cta{padding:56px 0!important}.final-cta .container{padding:30px 20px!important;border-radius:26px!important}.final-cta h2{font-size:2rem!important}.premium-footer .footer-main{grid-template-columns:1fr!important;text-align:left!important;gap:24px!important;padding:42px 18px 30px!important}.premium-footer .footer-brand img{width:138px!important}.footer-bottom{display:flex!important;flex-direction:column!important;gap:8px!important;text-align:center!important;padding:18px!important}.footer-contact-item{padding:11px!important}.footer-contact-item em{font-size:.87rem}.thank-you-page .container{padding:52px 18px!important}.thank-you-image{max-height:none}}:root{--tt-green:#6DD19C!important;--tt-green-2:#55C78D!important;--tt-green-dark:#248B5E!important;--tt-mint:#6DD19C!important;--tt-mint-soft:#ECFFF5!important;--tt-ink:#1F2937!important;}.hero{min-height:440px!important;padding:58px 0 66px!important;background-size:auto 100%!important;background-repeat:no-repeat!important;background-position:right center!important;background-color:#fff8ec!important;}.hero:before{background:linear-gradient(90deg,rgba(255,250,239,.98) 0%,rgba(255,250,239,.86) 42%,rgba(255,250,239,.24) 72%,rgba(255,250,239,.02) 100%)!important;}.hero-content h1{font-size:clamp(2.8rem,4.6vw,4.95rem)!important;line-height:1.06!important;margin-bottom:18px!important;}.hero-content p{font-size:1.05rem!important;line-height:1.65!important;max-width:610px!important;}.hero-about,.hero-programs,.hero-gallery,.hero-faq,.hero-contact-page,.hero-infant,.hero-toddler,.hero-preschool,.hero-privacy,.hero-terms{background-size:auto 100%!important;background-position:right center!important;}html{scroll-padding-top:96px!important;}#visit-form{scroll-margin-top:96px!important;}.contact-wrap{scroll-margin-top:96px!important;}.btn{min-height:50px!important;border-radius:16px!important;padding:13px 22px!important;gap:10px!important;font-weight:900!important;letter-spacing:-.01em!important;box-shadow:0 14px 28px rgba(31,41,55,.08),0 8px 18px rgba(109,209,156,.16)!important;}.btn .btn-icon{width:28px;height:28px;min-width:28px;border-radius:999px;display:inline-grid;place-items:center;font-size:.88rem;font-weight:900;line-height:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45),0 6px 13px rgba(31,41,55,.10);}.btn-primary{background:linear-gradient(135deg,#6DD19C 0%,#43BE80 100%)!important;border-color:rgba(255,255,255,.22)!important;color:#fff!important;}.btn-primary .btn-icon{background:#fff;color:#2A9C69!important;}.btn-secondary{background:rgba(255,255,255,.96)!important;border:2px solid rgba(109,209,156,.62)!important;color:#257E58!important;}.btn-secondary .btn-icon{background:linear-gradient(135deg,#EFFFF7 0%,#D6FFE8 100%);color:#2A9C69!important;}.btn:hover{transform:translateY(-3px)!important;box-shadow:0 18px 38px rgba(31,41,55,.12),0 12px 26px rgba(109,209,156,.26)!important;}.btn-primary:hover{background:linear-gradient(135deg,#5BCB91 0%,#30AA6D 100%)!important;}.btn-secondary:hover{background:#ECFFF5!important;border-color:#6DD19C!important;color:#1F6C4C!important;}.header-actions{display:flex;align-items:center;gap:10px;}.header-actions .btn{min-height:46px!important;padding:11px 17px!important;border-radius:15px!important;font-size:.92rem!important;}.premium-footer{background:radial-gradient(circle at 15% 0%,rgba(109,209,156,.22),transparent 30%),linear-gradient(135deg,#0F3028 0%,#155C43 48%,#26A873 100%)!important;}.premium-footer .footer-main{display:grid!important;grid-template-columns:1.15fr .8fr 1.05fr 1.85fr!important;gap:30px!important;align-items:start!important;}.footer-contact h3{margin:0 0 16px!important;color:#fff!important;font-size:1.28rem!important;}.footer-contact-list{display:grid!important;gap:10px!important;margin:0!important;}.footer-contact-item{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;padding:12px 13px!important;border-radius:18px!important;background:rgba(255,255,255,.095)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;text-decoration:none!important;box-shadow:0 10px 24px rgba(0,0,0,.06)!important;}.footer-contact-item:hover{background:rgba(255,255,255,.14)!important;transform:translateY(-1px);}.footer-icon{width:48px!important;height:48px!important;border-radius:17px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#FFFFFF 0%,#DFFFEF 100%)!important;color:#218B5D!important;font-size:1.12rem!important;box-shadow:0 10px 20px rgba(0,0,0,.14)!important;}.footer-contact-item strong{display:block!important;color:#fff!important;font-size:.88rem!important;margin-bottom:2px!important;line-height:1.2!important;}.footer-contact-item em{display:block!important;color:rgba(255,255,255,.92)!important;font-style:normal!important;font-weight:700!important;font-size:.9rem!important;line-height:1.35!important;overflow-wrap:anywhere!important;}.premium-footer .footer-brand img{background:#fff!important;border-radius:18px!important;padding:8px!important;box-shadow:0 12px 26px rgba(0,0,0,.12)!important;}.footer-social span{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;}@media(max-width:980px){.hero{min-height:auto!important;padding:42px 0 70px!important;background-size:cover!important;background-position:center center!important;}.hero:before{background:linear-gradient(90deg,rgba(255,250,239,.97),rgba(255,250,239,.84))!important;}.premium-footer .footer-main{grid-template-columns:1fr 1fr!important;gap:24px!important;}.header-actions{display:none!important;}html{scroll-padding-top:82px!important;}#visit-form,.contact-wrap{scroll-margin-top:82px!important;}}@media(max-width:640px){.hero{padding:34px 0 62px!important;}.hero-content h1{font-size:2.25rem!important;line-height:1.08!important;}.btn{width:100%!important;min-height:52px!important;}.btn .btn-icon{width:27px;height:27px;min-width:27px;}.premium-footer .footer-main{grid-template-columns:1fr!important;}.footer-contact-item{grid-template-columns:44px minmax(0,1fr)!important;padding:11px!important;}.footer-icon{width:44px!important;height:44px!important;border-radius:15px!important;}html{scroll-padding-top:76px!important;}#visit-form,.contact-wrap{scroll-margin-top:76px!important;}}.hero{min-height:520px!important;padding:86px 0!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center right!important;}.hero-about,.hero-programs,.hero-gallery,.hero-faq,.hero-contact-page,.hero-infant,.hero-toddler,.hero-preschool,.hero-privacy,.hero-terms{background-size:cover!important;background-position:center right!important;}.hero:before{background:linear-gradient(90deg,rgba(255,250,239,.96) 0%,rgba(255,250,239,.78) 42%,rgba(255,250,239,.06) 82%)!important;}html{scroll-padding-top:72px!important;}#visit-form,.contact-wrap,.contact-grid-premium{scroll-margin-top:72px!important;}.premium-footer .footer-main{grid-template-columns:1.12fr .85fr 1.05fr 1.7fr!important;}.footer-contact-list{gap:14px!important;}.footer-contact-item{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;gap:12px!important;align-items:flex-start!important;}.footer-contact-item:hover{background:transparent!important;transform:none!important;}.footer-icon{width:24px!important;height:24px!important;border-radius:0!important;background:transparent!important;color:#ffffff!important;box-shadow:none!important;font-size:1.1rem!important;line-height:1!important;margin-top:1px!important;opacity:.96!important;}.footer-contact-item strong{display:none!important;}.footer-contact-item em{font-size:.95rem!important;line-height:1.45!important;font-weight:700!important;color:rgba(255,255,255,.94)!important;overflow-wrap:anywhere!important;}.footer-contact a.footer-contact-item em:hover,.footer-contact a.footer-contact-item:hover em{color:#ffffff!important;text-decoration:underline!important;text-underline-offset:3px!important;}@media(max-width:980px){.hero{min-height:auto!important;padding:58px 0 92px!important;background-size:cover!important;background-position:center center!important;}html{scroll-padding-top:68px!important;}#visit-form,.contact-wrap,.contact-grid-premium{scroll-margin-top:68px!important;}}@media(max-width:640px){.hero{padding:42px 0 74px!important;background-position:center top!important;}html{scroll-padding-top:62px!important;}#visit-form,.contact-wrap,.contact-grid-premium{scroll-margin-top:62px!important;}.footer-contact-item{grid-template-columns:28px minmax(0,1fr)!important;gap:10px!important;}.footer-icon{width:22px!important;height:22px!important;font-size:1rem!important;}}.hero-faq{display:flex!important;min-height:520px!important;padding:86px 0!important;align-items:center!important;background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important;position:relative!important;overflow:hidden!important;}.hero-faq .hero-content{max-width:650px!important;text-align:left!important;position:relative!important;z-index:2!important;}.hero-faq h1{font-size:clamp(3rem,5vw,5.4rem)!important;line-height:1.04!important;margin:0 0 20px!important;letter-spacing:-.055em!important;}.hero-faq .dark-word{color:#1F2937!important;}.hero-faq .green-word{color:#6DD19C!important;display:inline!important;}.faq-section{padding:84px 0 88px!important;background:linear-gradient(180deg,#fffaf0 0%,#f5fff9 100%)!important;}.faq-section .container{max-width:960px!important;margin-left:auto!important;margin-right:auto!important;}.faq-item{background:rgba(255,255,255,.96)!important;border:1px solid rgba(109,209,156,.23)!important;border-radius:22px!important;box-shadow:0 18px 42px rgba(31,41,55,.08)!important;margin:0 0 18px!important;overflow:hidden!important;}.faq-question{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;text-align:left!important;border:0!important;background:linear-gradient(180deg,#ffffff 0%,#fbfffd 100%)!important;color:#1F2937!important;padding:21px 24px!important;font-family:'Poppins',sans-serif!important;font-size:1.02rem!important;font-weight:850!important;cursor:pointer!important;line-height:1.35!important;}.faq-question:after{content:'+'!important;width:30px!important;height:30px!important;min-width:30px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#ECFFF5!important;color:#248B5E!important;font-weight:900!important;margin-left:14px!important;}.faq-item.active .faq-question:after{content:'−'!important;background:#6DD19C!important;color:#fff!important;}.faq-answer{display:none!important;padding:0 24px 22px!important;background:#fff!important;}.faq-item.active .faq-answer{display:block!important;}.faq-answer p{margin:0!important;color:#4B625A!important;font-size:1rem!important;line-height:1.75!important;}.footer-contact-list{gap:15px!important;}.footer-contact-item{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;gap:12px!important;align-items:flex-start!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;text-decoration:none!important;}.footer-contact-item strong{display:none!important;}.footer-contact-item em{display:block!important;font-style:normal!important;font-weight:500!important;font-size:.96rem!important;line-height:1.5!important;color:rgba(255,255,255,.93)!important;letter-spacing:0!important;}.footer-icon{background:transparent!important;box-shadow:none!important;border-radius:0!important;width:24px!important;height:24px!important;font-size:1.08rem!important;display:grid!important;place-items:center!important;margin-top:1px!important;}.footer-phone{color:#6DD19C!important;}.footer-mail{color:#F4C95D!important;}.footer-location{color:#FFB36B!important;}.footer-hours{color:#BFFFE0!important;}.footer-contact a.footer-contact-item:hover em{color:#fff!important;text-decoration:underline!important;text-underline-offset:3px!important;}@media(max-width:980px){.hero-faq{min-height:auto!important;padding:58px 0 92px!important;background-position:center center!important;}.faq-section{padding:64px 0 70px!important;}.faq-section .container{max-width:760px!important;}}@media(max-width:640px){.hero-faq{padding:42px 0 74px!important;background-position:center top!important;}.hero-faq h1{font-size:2.45rem!important;}.faq-section{padding:46px 0 58px!important;}.faq-question{padding:18px 18px!important;font-size:.96rem!important;}.faq-answer{padding:0 18px 18px!important;}.footer-contact-item{grid-template-columns:26px minmax(0,1fr)!important;gap:10px!important;}.footer-icon{width:22px!important;height:22px!important;font-size:1rem!important;}.footer-contact-item em{font-size:.9rem!important;}}:root{--tt-green:#6DD19C!important;--tt-green-dark:#249366!important;--tt-ink:#172232!important;--tt-soft:#F5FFF9!important;}.menu-toggle{position:relative!important;width:64px!important;height:64px!important;border-radius:22px!important;border:2px solid rgba(109,209,156,.32)!important;background:linear-gradient(180deg,#ffffff 0%,#f7fffb 100%)!important;box-shadow:0 12px 28px rgba(22,137,91,.12)!important;color:transparent!important;font-size:0!important;display:none;}.menu-toggle:before,.menu-toggle:after,.menu-toggle span{content:"";position:absolute;left:18px;right:18px;height:4px;border-radius:999px;background:#249366;transition:.22s ease;}.menu-toggle:before{top:20px}.menu-toggle span{top:30px}.menu-toggle:after{top:40px}.menu-toggle.is-open:before{top:30px;transform:rotate(45deg)}.menu-toggle.is-open span{opacity:0}.menu-toggle.is-open:after{top:30px;transform:rotate(-45deg)}.menu-toggle{--line-color:#249366;}.menu-toggle::selection{background:transparent;}.btn{border-radius:16px!important;font-weight:900!important;letter-spacing:.01em!important;}.visit-form-premium button[type="submit"]{font-size:1.12rem!important;font-weight:900!important;min-height:62px!important;}.footer-social{display:flex!important;gap:14px!important;align-items:center!important;}.footer-social a,.footer-social span{width:42px!important;height:42px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important;}.footer-social a:hover{background:rgba(255,255,255,.24)!important;transform:translateY(-2px)!important;}.premium-footer .footer-contact-list{gap:12px!important;margin-top:14px!important;}.premium-footer .footer-contact-item{display:grid!important;grid-template-columns:32px 1fr!important;gap:14px!important;align-items:start!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;color:#fff!important;}.premium-footer .footer-icon{width:28px!important;height:28px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:grid!important;place-items:center!important;font-size:1.18rem!important;line-height:1!important;}.premium-footer .footer-phone{color:#6DD19C!important}.premium-footer .footer-mail{color:#F3C969!important}.premium-footer .footer-location{color:#FFB76B!important}.premium-footer .footer-hours{color:#CFFFE4!important}.premium-footer .footer-contact-item strong{display:none!important;}.premium-footer .footer-contact-item em{font-weight:600!important;font-size:.98rem!important;line-height:1.45!important;color:rgba(255,255,255,.94)!important;}@media(max-width:760px){html,body{overflow-x:hidden!important;width:100%!important;}.container{width:100%!important;max-width:100%!important;padding-left:24px!important;padding-right:24px!important;}.navbar{min-height:126px!important;padding:18px 28px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;}.logo img{width:148px!important;max-height:92px!important;}.menu-toggle{display:block!important;flex:0 0 64px!important;}.nav-links{top:112px!important;left:18px!important;right:18px!important;text-align:center!important;z-index:1002!important;}.hero-trust{display:flex!important;flex-direction:column!important;gap:14px!important;margin:26px 0 24px!important;width:100%!important;align-items:stretch!important;}.hero-trust span{width:100%!important;display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;gap:12px!important;min-height:64px!important;padding:14px 18px!important;border-radius:22px!important;background:rgba(255,255,255,.84)!important;border:1px solid rgba(109,209,156,.22)!important;box-shadow:0 14px 30px rgba(17,59,49,.10)!important;color:#1f332e!important;font-size:1rem!important;line-height:1.3!important;font-weight:900!important;text-align:left!important;backdrop-filter:blur(10px)!important;}.hero-trust span::before{content:'✓'!important;width:30px!important;height:30px!important;border-radius:50%!important;background:linear-gradient(135deg,#6DD19C,#37B67D)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:1rem!important;font-weight:900!important;box-shadow:0 8px 16px rgba(55,182,125,.24)!important;}.hero-trust span{font-size:0!important;}.hero-trust span:nth-child(1)::after{content:'Licensed California Family Child Care Home';font-size:1rem;line-height:1.3;}.hero-trust span:nth-child(2)::after{content:'Serving Eastvale Families';font-size:1rem;line-height:1.3;}.hero-trust span:nth-child(3)::after{content:'Safe,Loving & Nurturing Environment';font-size:1rem;line-height:1.3;}.contact-wrap{padding:34px 0 54px!important;}.contact-grid-premium{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;width:100%!important;margin:0 auto!important;}.contact-panel,.form-panel{width:100%!important;max-width:100%!important;margin:0 auto!important;border-radius:28px!important;padding:28px 24px!important;overflow:hidden!important;}.form-panel h2,.contact-panel h2{font-size:2.25rem!important;line-height:1.1!important;margin-bottom:16px!important;}.visit-form-premium{display:block!important;}.visit-form-premium>div{margin-bottom:20px!important;}.visit-form-premium label{font-size:1rem!important;margin-bottom:9px!important;}.visit-form-premium input,.visit-form-premium select,.visit-form-premium textarea{min-height:58px!important;border-radius:18px!important;font-size:1rem!important;}.visit-form-premium textarea{min-height:132px!important;}.visit-form-premium button[type="submit"]{font-size:1.14rem!important;min-height:64px!important;border-radius:20px!important;}.premium-footer{padding:48px 0 26px!important;}.premium-footer .footer-main{display:grid!important;grid-template-columns:1fr!important;gap:34px!important;text-align:center!important;padding-left:26px!important;padding-right:26px!important;}.premium-footer .footer-brand,.premium-footer .footer-col{width:100%!important;max-width:100%!important;min-width:0!important;text-align:center!important;}.premium-footer .footer-brand img{margin:0 auto 16px!important;max-width:190px!important;}.premium-footer h3{font-size:1.35rem!important;margin-bottom:14px!important;}.premium-footer nav{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 16px!important;justify-items:center!important;}.premium-footer nav a,.premium-footer .footer-col p a{font-size:1rem!important;line-height:1.45!important;word-break:normal!important;overflow-wrap:normal!important;}.premium-footer .footer-col p{margin:0 auto!important;max-width:280px!important;line-height:1.6!important;}.premium-footer .footer-contact-list{max-width:320px!important;margin:14px auto 0!important;display:grid!important;gap:14px!important;text-align:left!important;}.premium-footer .footer-contact-item{grid-template-columns:30px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;}.premium-footer .footer-contact-item em{font-size:.98rem!important;line-height:1.38!important;word-break:break-word!important;overflow-wrap:anywhere!important;}.premium-footer .footer-bottom{display:flex!important;flex-direction:column!important;gap:12px!important;text-align:center!important;padding-left:24px!important;padding-right:24px!important;}.footer-social{justify-content:center!important;}#visit-form,.form-panel{scroll-margin-top:96px!important;}}@media(max-width:420px){.hero-content h1{font-size:2.42rem!important;line-height:1.05!important;}.hero-content p{font-size:1.05rem!important;line-height:1.62!important;}.hero-trust span:nth-child(1)::after,.hero-trust span:nth-child(2)::after,.hero-trust span:nth-child(3)::after{font-size:.96rem!important;}.form-panel h2,.contact-panel h2{font-size:2rem!important;}}@media (max-width:760px){.hero-trust{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;margin:24px 0 24px!important;}.hero-trust span{width:100%!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:13px 16px!important;border-radius:20px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(109,209,156,.24)!important;box-shadow:0 12px 26px rgba(17,59,49,.10)!important;color:#1f332e!important;font-size:.98rem!important;line-height:1.32!important;font-weight:850!important;text-align:left!important;letter-spacing:-.01em!important;backdrop-filter:blur(10px)!important;overflow:visible!important;word-break:normal!important;overflow-wrap:normal!important;}.hero-trust span::before{content:'✓'!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:50%!important;background:linear-gradient(135deg,#6DD19C,#35b879)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:1rem!important;font-weight:900!important;box-shadow:0 8px 18px rgba(53,184,121,.25)!important;}.hero-trust span::after{content:none!important;display:none!important;}}@media (max-width:420px){.hero-trust span{font-size:.94rem!important;padding:12px 14px!important;}.hero-trust span::before{flex-basis:28px!important;width:28px!important;height:28px!important;font-size:.92rem!important;}}.form-panel#visit-form{scroll-margin-top:72px!important;}@media(max-width:760px){.form-panel#visit-form{scroll-margin-top:24px!important;}}.inquiry-page-only header{position:sticky;top:0;z-index:50;}.inquiry-only-main{background:linear-gradient(180deg,#f7fff9 0%,#ffffff 55%,#f7fff9 100%);}.inquiry-only-section{padding:32px 0 72px!important;}.inquiry-only-container{max-width:980px;margin:0 auto;}.inquiry-only-container .form-panel{max-width:820px;margin:0 auto!important;width:100%;box-sizing:border-box;}.inquiry-page-only .form-panel#visit-form{scroll-margin-top:0!important;}@media(max-width:760px){.inquiry-only-section{padding:18px 0 54px!important;}.inquiry-only-container{width:100%;padding-left:18px!important;padding-right:18px!important;box-sizing:border-box;}.inquiry-only-container .form-panel{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:26px 22px 30px!important;border-radius:26px!important;box-sizing:border-box;}.inquiry-page-only .form-panel h2{font-size:clamp(2.15rem,10vw,3rem)!important;line-height:1.05!important;margin-bottom:14px!important;}.inquiry-page-only .form-panel p{font-size:1.08rem!important;line-height:1.55!important;}.inquiry-page-only .visit-form-premium{display:block!important;}.inquiry-page-only .visit-form-premium>div{margin-bottom:20px!important;}.inquiry-page-only .visit-form-premium input,.inquiry-page-only .visit-form-premium select,.inquiry-page-only .visit-form-premium textarea{width:100%!important;box-sizing:border-box!important;}}@media(max-width:760px){.hero-badge{background:linear-gradient(135deg,#fff8e3,#fff2cc)!important;border:2px solid #e9bf4a!important;border-radius:20px!important;padding:14px 20px!important;font-size:1.15rem!important;font-weight:800!important;color:#d76b18!important;box-shadow:0 10px 24px rgba(212,140,0,.18)!important;width:fit-content!important;max-width:90%!important;}.hero-badge span,.hero-badge{letter-spacing:-0.02em!important;}}@media (max-width:760px){.hero-content .pill.enrollment-pill,p.pill.enrollment-pill{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;width:auto!important;max-width:calc(100vw - 48px)!important;padding:10px 16px!important;margin:0 0 20px 0!important;border-radius:999px!important;background:linear-gradient(135deg,#FFF8E6 0%,#FFF1C9 100%)!important;border:1.5px solid rgba(232,177,43,.65)!important;color:#D96A1D!important;box-shadow:0 10px 24px rgba(217,106,29,.14),inset 0 1px 0 rgba(255,255,255,.85)!important;font-size:clamp(.92rem,4vw,1.04rem)!important;line-height:1.22!important;font-weight:900!important;letter-spacing:-.02em!important;white-space:normal!important;text-align:left!important;}.hero-content .pill.enrollment-pill::before,p.pill.enrollment-pill::before{content:'★'!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.92)!important;color:#F0B72F!important;font-size:1.05rem!important;box-shadow:0 6px 14px rgba(240,183,47,.18)!important;}}@media (max-width:390px){.hero-content .pill.enrollment-pill,p.pill.enrollment-pill{max-width:calc(100vw - 36px)!important;padding:9px 13px!important;font-size:.92rem!important;}.hero-content .pill.enrollment-pill::before,p.pill.enrollment-pill::before{flex-basis:28px!important;width:28px!important;height:28px!important;font-size:.98rem!important;}}.footer-social a[title="Facebook"]{background:rgba(255,255,255,.16)!important;color:#ffffff!important;font-family:Arial,sans-serif!important;font-weight:900!important;font-size:1.15rem!important;}.footer-social a[title="Google Business Profile"]{background:rgba(255,255,255,.16)!important;color:#ffffff!important;font-family:Arial,sans-serif!important;font-weight:900!important;font-size:1.08rem!important;}.footer-social a:focus{outline:3px solid rgba(255,255,255,.45)!important;outline-offset:3px!important;}:root{--tt-a11y-green:#177B53;--tt-a11y-text:#1F2937;}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;}.eyebrow,.pill{color:#8A5200!important;background:#FFF8E3!important;border-color:#C98712!important;}.eyebrow.center{color:#8A5200!important;}.areas-grid strong{color:#137046!important;}.areas-grid span,.areas-grid div{color:#2F4A42!important;}.hero-content p,.section-subtitle,p{color:#2F4A42;}img{height:auto;}.green-word,.footer-contact h3,.premium-feature-card h3{color:#229766!important;}

/* FINAL MOBILE BADGE FIX - remove duplicate white-circle star, keep only inline star */
@media (max-width: 760px){
  .hero-content .pill.enrollment-pill::before,
  p.pill.enrollment-pill::before{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    flex-basis:0!important;
    margin:0!important;
    padding:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  .hero-content .pill.enrollment-pill,
  p.pill.enrollment-pill{
    gap:8px!important;
  }
}


/* TRUE FINAL MOBILE BADGE FIX: one star only, no extra white circle */
@media (max-width: 760px){
  .hero-content .pill.enrollment-pill::before,
  p.pill.enrollment-pill::before,
  .enrollment-pill::before,
  .hero-badge::before{
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    flex: 0 0 0 !important;
    flex-basis: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .hero-content .pill.enrollment-pill,
  p.pill.enrollment-pill,
  .enrollment-pill{
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 17px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#FFF8E6 0%,#FFF1C9 100%) !important;
    border: 1.5px solid rgba(232,177,43,.65) !important;
    color: #D96A1D !important;
    box-shadow: 0 10px 24px rgba(217,106,29,.14), inset 0 1px 0 rgba(255,255,255,.85) !important;
    font-weight: 900 !important;
    line-height: 1.22 !important;
    white-space: normal !important;
  }
}
