.logo-image{object-fit:contain;display:block}.logo-image--header{height:58px;width:auto;max-width:220px}.logo-image--footer{height:72px;width:auto;max-width:240px}.logo-image--hero{height:110px;width:auto;max-width:280px;margin:0 auto 1.25rem}.logo-image--badge{height:56px;width:auto;max-width:160px}.logo-image--cta{height:80px;width:auto;max-width:200px;margin:0 auto 1.25rem}@media(max-width:768px){.logo-image--header{height:48px;max-width:180px}.logo-image--footer{height:60px;max-width:200px}.logo-image--hero{height:90px}}.header{position:sticky;top:0;z-index:200;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--header-height)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.logo{flex-shrink:0;z-index:201}.logo-image--header{height:58px;width:auto;max-width:220px;object-fit:contain;display:block}.nav{display:flex;align-items:center;gap:2rem}.nav-list{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem 1.1rem;border-radius:50px;font-weight:700;font-size:.95rem;transition:background .2s,color .2s;color:var(--text)}.nav-link--red:hover,.nav-link--red.active{background:var(--red-light);color:var(--red)}.nav-link--orange:hover,.nav-link--orange.active{background:var(--orange-light);color:var(--orange)}.nav-link--green:hover,.nav-link--green.active{background:var(--green-light);color:var(--green)}.nav-link--blue:hover,.nav-link--blue.active{background:var(--blue-light);color:var(--blue)}.nav-link--purple:hover,.nav-link--purple.active{background:var(--purple-light);color:var(--purple)}.header-cta{padding:.6rem 1.4rem;background:linear-gradient(135deg,var(--blue),var(--purple));color:var(--white);border-radius:50px;font-weight:700;font-size:.9rem;transition:transform .2s,box-shadow .2s;white-space:nowrap}.header-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e319259}.nav-overlay{display:none}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;z-index:201;min-width:44px;min-height:44px}.menu-toggle span{display:block;width:24px;height:3px;background:var(--text);border-radius:3px;transition:transform .3s,opacity .3s}.menu-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.logo-image--header{height:48px;max-width:160px}.menu-toggle{display:flex}.nav-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a2e73;z-index:150;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav-overlay--visible{opacity:1;visibility:visible}.nav{position:fixed;top:0;right:0;bottom:0;width:min(300px,88vw);height:100dvh;background:var(--white);flex-direction:column;align-items:stretch;padding:calc(var(--header-height) + 1.5rem) 1.5rem 2rem;gap:1.5rem;z-index:160;box-shadow:-8px 0 40px #0000001f;transform:translate(105%);transition:transform .35s cubic-bezier(.22,1,.36,1);visibility:hidden;overflow-y:auto}.nav--open{transform:translate(0);visibility:visible}.nav-list{flex-direction:column;width:100%;gap:.5rem}.nav-list li{width:100%}.nav-link{display:block;width:100%;text-align:center;padding:.9rem 1rem;font-size:1.05rem}.header-cta{display:block;width:100%;text-align:center;padding:.9rem 1rem;margin-top:auto}}@media(max-width:480px){:root{--header-height: 72px}.logo-image--header{height:44px;max-width:140px}}.footer{margin-top:-48px;position:relative;z-index:5}.footer-wave{line-height:0;margin-bottom:-1px;display:block}.footer-wave svg{width:100%;height:56px;display:block;vertical-align:bottom}.footer-main{background:#0f172a;color:#ffffffe0;padding:1.5rem 0 2.75rem}.footer-grid{display:grid;grid-template-columns:1.45fr .9fr 1.25fr 1.15fr;gap:2.5rem}.footer-logo-link{display:inline-block;margin-bottom:1.15rem}.footer-logo-box{display:inline-flex;align-items:center;justify-content:center;background:var(--white);border-radius:14px;padding:.7rem 1.15rem;box-shadow:0 8px 24px #0000002e}.footer-tagline{font-size:.94rem;line-height:1.75;color:#ffffffc7;max-width:300px;margin-bottom:1.1rem}.footer-brand-icons{display:flex;gap:.65rem}.footer-brand-icon{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:2px solid}.footer-brand-icon--red{color:var(--red);border-color:#d120278c}.footer-brand-icon--green{color:var(--green);border-color:#00a6518c}.footer-brand-icon--purple{color:var(--purple);border-color:#92278f8c}.footer-col h4{color:var(--white);font-size:1rem;margin-bottom:1.2rem;position:relative;padding-bottom:.55rem}.footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:34px;height:3px;border-radius:3px;background:var(--orange)}.footer-col ul{display:flex;flex-direction:column;gap:.7rem}.footer-col a{color:#ffffffd1;transition:color .2s;font-size:.94rem}.footer-col a:hover{color:var(--orange)}.footer-contact-list{gap:.85rem!important}.footer-contact-item{display:flex;align-items:flex-start;gap:.7rem;font-size:.92rem;line-height:1.55;color:#ffffffd1}.footer-contact-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--white)}.footer-contact-icon--red{background:var(--red)}.footer-contact-icon--green{background:var(--green)}.footer-contact-icon--purple{background:var(--purple)}.footer-hours-row{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1.35rem}.footer-hours{font-size:.92rem;line-height:1.55;color:#ffffffd1}.footer-visit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:var(--orange);color:var(--white);border-radius:50px;padding:.85rem 1.5rem;font-weight:800;font-size:.92rem;box-shadow:0 8px 24px #f5822059;transition:transform .2s,box-shadow .2s}.footer-visit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f5822073}.footer-bottom{background:#0a0f1a;padding:1.15rem 0;border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.84rem;color:#ffffff73}.footer-copy,.footer-credit{display:inline-flex;align-items:center;gap:.45rem}.footer-copy__apple{color:var(--red);flex-shrink:0}.footer-credit{font-weight:600;color:#ffffff80}.footer-credit span{color:var(--orange)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:520px){.footer{margin-top:-36px}.footer-wave svg{height:44px}.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}}.page-banner{position:relative;overflow:hidden;padding:4rem 0 5.5rem}.page-banner--home{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;padding:3rem 0 6rem}.page-banner--page{padding:2.75rem 0 3.25rem;min-height:340px;display:flex;align-items:center}.page-banner--page .page-banner__img{object-position:center 30%}.page-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.page-banner__img{width:100%;height:100%;object-fit:cover;animation:bannerZoom 18s ease-in-out infinite alternate}.page-banner__video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;pointer-events:none}.page-banner--video.page-banner--home .page-banner__video{min-height:100%;min-width:100%}.page-banner--video .page-banner__shape{display:none}.page-banner--video.page-banner--home .page-banner__text{position:relative}.page-banner--video.page-banner--home .page-banner__title{color:var(--blue);text-shadow:0 2px 20px rgba(255,255,255,.95),0 1px 4px rgba(255,255,255,.85)}.page-banner--video.page-banner--home .page-banner__highlight{filter:none;text-shadow:none}.page-banner--video.page-banner--home .page-banner__desc{color:#2a2a48;text-shadow:0 1px 14px rgba(255,255,255,.92)}.page-banner--video .page-banner__badge{background:#fffffff2;box-shadow:0 4px 16px #2e31921a}.page-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffffed,#ffffffd1 40%,#fafbfcc7),linear-gradient(to bottom,transparent 60%,rgba(250,251,252,.5) 100%)}.page-banner--home:not(.page-banner--video) .page-banner__overlay{background:linear-gradient(105deg,#ffffffd1,#ffffff94 38%,#ffffff52 62%,#ffffff38),linear-gradient(to bottom,transparent 72%,rgba(255,255,255,.45) 100%)}.page-banner--video.page-banner--home .page-banner__overlay{background:linear-gradient(105deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.5) 32%,rgba(255,255,255,.18) 52%,transparent 72%),linear-gradient(to bottom,transparent 0%,transparent 86%,rgba(255,255,255,.28) 100%)}.page-banner--home:not(.page-banner--video) .page-banner__shape{opacity:.22}.page-banner--home .page-banner__img{filter:saturate(1.08) contrast(1.04)}.page-banner__shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;pointer-events:none}.page-banner__shape--1{width:280px;height:280px;background:var(--red);top:10%;right:8%;animation:floatShape 7s ease-in-out infinite}.page-banner__shape--2{width:220px;height:220px;background:var(--blue);bottom:15%;left:5%;animation:floatShape 9s ease-in-out infinite reverse}.page-banner__shape--3{width:160px;height:160px;background:var(--green);top:50%;left:40%;animation:floatShape 6s ease-in-out infinite 1s}.page-banner__inner{position:relative;z-index:1}.page-banner__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;margin-bottom:1.25rem;color:var(--text-muted)}.page-banner__breadcrumb a:hover{color:var(--red)}.page-banner__sep{margin-inline:.35rem;opacity:.4}.page-banner__breadcrumb .current{color:var(--blue)}.page-banner__content--split{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.page-banner--page .page-banner__text{text-align:center;max-width:720px;margin-inline:auto}.page-banner--page .page-banner__breadcrumb{justify-content:center}.page-banner__logo{margin-bottom:1rem}.page-banner--page .page-banner__logo{display:flex;justify-content:center}.page-banner__badge{display:inline-block;background:var(--white);border:1px solid var(--border);padding:.45rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;color:var(--blue);margin-bottom:1rem;box-shadow:var(--shadow)}.page-banner__title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem;line-height:1.15}.page-banner--page .page-banner__title{font-size:clamp(1.9rem,4.5vw,3rem);color:var(--blue)}.page-banner__highlight{background:linear-gradient(90deg,var(--red) 0%,var(--red) 42%,var(--blue) 58%,var(--blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;text-shadow:none;display:inline-block}.page-banner__desc{font-size:1.1rem;color:var(--text-muted);line-height:1.75;max-width:560px;margin-bottom:1.5rem}.page-banner--page .page-banner__desc{margin-inline:auto}.page-banner__actions{display:flex;flex-wrap:wrap;gap:1rem}.page-banner--page .page-banner__actions{justify-content:center}.page-banner__side{display:flex;justify-content:center}.page-banner__wave{position:absolute;bottom:-1px;left:0;right:0;line-height:0;z-index:2;margin-bottom:0}.page-banner__wave svg{width:100%;height:56px;display:block;vertical-align:bottom}.banner-animate{opacity:0;transform:translateY(24px);animation:bannerFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0ms)}@keyframes bannerFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes bannerZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes floatShape{0%,to{transform:translate(0)}50%{transform:translate(12px,-18px)}}@media(max-width:768px){.page-banner{padding:2.5rem 0 4.5rem}.page-banner--video.page-banner--home .page-banner__overlay{background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,.55) 45%,rgba(255,255,255,.2) 70%,transparent 100%)}.page-banner--home{min-height:auto;padding:2rem 0 4.5rem}.page-banner--page{padding:2rem 0 2.75rem;min-height:280px}.page-banner__content--split{grid-template-columns:1fr;gap:2rem}.page-banner__text{text-align:center;width:100%}.page-banner__title{font-size:clamp(1.75rem,7vw,2.5rem)}.page-banner__desc{margin-inline:auto;max-width:100%;font-size:1rem}.page-banner__actions{justify-content:center;flex-direction:column;align-items:stretch;width:100%}.page-banner__actions .btn{width:100%;justify-content:center}.page-banner__side{width:100%}.page-banner__side .hero-card{max-width:100%;margin-inline:auto}}@media(prefers-reduced-motion:reduce){.page-banner__img,.page-banner__shape,.banner-animate{animation:none;opacity:1;transform:none}}.section-header--styled{text-align:center;margin-bottom:2.25rem}.section-header--styled .section-title{margin-bottom:.75rem}.section-header__label{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--label-color, var(--red));background:color-mix(in srgb,var(--label-color, var(--red)) 10%,white);padding:.4rem 1rem;border-radius:50px;margin-bottom:1rem;border:1px solid color-mix(in srgb,var(--label-color, var(--red)) 20%,transparent)}.section-header__line{width:72px;height:4px;border-radius:4px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--red),var(--orange),var(--green),var(--blue),var(--purple))}.section-header--styled .section-subtitle{margin-bottom:0}.section-header--light .section-title{color:var(--white)}.section-header--light .section-subtitle{color:#ffffffe0}.section-header--light .section-header__label{background:#fff3;color:var(--white);border-color:#ffffff59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-header--light .section-header__line{background:#ffffffd9}.welcome-text .section-header--styled,.story-text .section-header--styled,.mission-content .section-header--styled,.values-text .section-header--styled,.day-at-content .section-header--styled{text-align:left}.welcome-text .section-header__line,.story-text .section-header__line,.mission-content .section-header__line,.values-text .section-header__line,.day-at-content .section-header__line{margin-left:0}.welcome-text .section-subtitle,.story-text .section-subtitle,.mission-content .section-subtitle,.values-text .section-subtitle,.day-at-content .section-subtitle{margin-inline:0}@media(max-width:768px){.welcome-text .section-header--styled,.story-text .section-header--styled,.mission-content .section-header--styled,.values-text .section-header--styled,.day-at-content .section-header--styled{text-align:center}.welcome-text .section-header__line,.story-text .section-header__line,.mission-content .section-header__line,.values-text .section-header__line,.day-at-content .section-header__line,.welcome-text .section-subtitle,.story-text .section-subtitle,.mission-content .section-subtitle,.values-text .section-subtitle,.day-at-content .section-subtitle{margin-inline:auto}}.section-bg-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(46,49,146,.06) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.section-bg-blob{position:absolute;width:400px;height:400px;border-radius:50%;filter:blur(100px);opacity:.35;pointer-events:none}.section-bg-blob--green{background:var(--green);top:-100px;right:-100px}.hero-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border);max-width:380px;width:100%;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red),var(--orange),var(--green),var(--blue),var(--purple))}.hero-card-info{margin-top:.5rem}.hero-card-hours{font-weight:700;color:var(--green);margin-bottom:.5rem}.hero-card-phone{font-size:1.25rem;font-weight:800;color:var(--blue);font-family:var(--font-heading)}.hero-card-phone:hover{color:var(--red)}.page-banner__actions .hero-stats{flex-basis:100%;display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:.75rem}.hero-stat{display:flex;flex-direction:column;background:var(--white);padding:.75rem 1.25rem;border-radius:var(--radius-sm);box-shadow:var(--shadow);border:1px solid var(--border);min-width:110px}.hero-stat strong{font-family:var(--font-heading);font-size:1.15rem;color:var(--blue)}.hero-stat span{font-size:.8rem;color:var(--text-muted)}.home{overflow-x:hidden}.welcome{background:var(--white);position:relative}.welcome--playful{padding-top:2.25rem}.welcome-deco{position:absolute;font-size:2rem;opacity:.15;pointer-events:none;z-index:0}.welcome-deco--star{top:12%;left:8%;color:var(--orange);animation:cardFloat 5s ease-in-out infinite}.welcome-deco--heart{bottom:20%;right:6%;color:var(--red);font-size:2.5rem;animation:cardFloat 6s ease-in-out infinite 1s}.story-section{background:var(--bg);padding:2.75rem 0 1.5rem}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-image-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.story-image{width:100%;height:auto;display:block}.story-text p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem;font-size:1.02rem}.story-text .btn{margin-top:.5rem}.offer-band{background:var(--white);line-height:0;margin:0;padding:0;overflow:hidden}.offer-band .aos{line-height:normal}.offer-section{position:relative;background:var(--white);padding:3rem 0 2.75rem;overflow:hidden}.offer-section__inner{position:relative;z-index:1;background:transparent;padding:0}.offer-blob{position:absolute;border-radius:50% 40% 60% 50%;filter:blur(4px);opacity:.7;pointer-events:none;z-index:0}.offer-blob--tl{width:280px;height:240px;top:-60px;left:-80px;background:#ffe8d6;transform:rotate(-12deg)}.offer-blob--tr{width:260px;height:220px;top:-50px;right:-70px;background:#e8e4f8;border-radius:45% 55% 40% 60%}.offer-blob--bl{width:240px;height:210px;bottom:60px;left:-60px;background:#dff5ea;border-radius:60% 40% 50% 50%}.offer-blob--br{width:260px;height:230px;bottom:40px;right:-70px;background:#efe0f4;border-radius:40% 60% 55% 45%}.offer-deco{position:absolute;opacity:.28;pointer-events:none;z-index:0}.offer-deco--leaf{top:22%;left:5%;color:var(--green)}.offer-deco--apple{top:48%;left:3.5%;color:var(--red)}.offer-deco--star{top:16%;right:7%;color:var(--purple)}.offer-dots{position:absolute;width:80px;height:80px;background-image:radial-gradient(circle,rgba(92,92,122,.18) 2px,transparent 2px);background-size:14px 14px;opacity:.55;pointer-events:none;z-index:0}.offer-dots--left{bottom:14%;left:7%}.offer-dots--right{bottom:12%;right:9%}.offer-header{text-align:center;margin-bottom:2.5rem}.offer-header__badge{display:inline-block;background:var(--red);color:var(--white);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:.5rem 1.15rem;border-radius:8px;margin-bottom:1.35rem}.offer-header__title{font-family:var(--font-heading);font-size:clamp(2.1rem,5vw,3.15rem);font-weight:800;line-height:1.15;margin-bottom:.65rem}.offer-header__word--red{color:var(--red)}.offer-header__word--we{background:linear-gradient(135deg,var(--orange) 0%,var(--green) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offer-header__word--gradient{background:linear-gradient(135deg,var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offer-header__ticks{display:flex;justify-content:center;gap:.4rem;margin-bottom:1.1rem}.offer-header__tick{width:30px;height:4px;border-radius:4px}.offer-header__tick--red{background:var(--red)}.offer-header__tick--orange{background:var(--orange)}.offer-header__tick--green{background:var(--green)}.offer-header__tick--blue{background:var(--blue)}.offer-header__subtitle{font-size:1.02rem;color:var(--text-muted);max-width:540px;margin-inline:auto;line-height:1.65}.offer-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:1.75rem 0 2rem}.offer-tab{display:inline-flex;align-items:center;padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;color:var(--text);background:var(--white);border:2px solid var(--border);transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}.offer-tab:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-1px)}.offer-tab--active{background:var(--blue);border-color:var(--blue);color:var(--white)}.offer-tab--active:hover{color:var(--white)}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.75rem;margin-bottom:3rem;align-items:start}.offer-card{text-align:center;background:transparent;border:none;box-shadow:none;padding:0}.offer-card__media{position:relative;width:fit-content;margin:0 auto 2.5rem}.offer-circle{width:168px;height:168px;border-radius:50%;overflow:hidden;border:5px solid;background:var(--white);box-shadow:0 8px 28px #2e31921a;transition:transform .35s ease}.offer-card:hover .offer-circle{transform:scale(1.04)}.offer-circle img{width:100%;height:100%;object-fit:cover;display:block}.offer-circle--red{border-color:var(--red)}.offer-circle--orange{border-color:var(--orange)}.offer-circle--green{border-color:var(--green)}.offer-circle--purple{border-color:var(--purple)}.offer-card__badge{position:absolute;bottom:-22px;left:50%;transform:translate(-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);border:3px solid var(--white);box-shadow:0 4px 14px #00000024;z-index:2}.offer-card__badge--red{background:var(--red)}.offer-card__badge--orange{background:var(--orange)}.offer-card__badge--green{background:var(--green)}.offer-card__badge--purple{background:var(--purple)}.offer-card h3{font-family:var(--font-heading);font-size:1.12rem;font-weight:800;margin:0 0 .65rem;line-height:1.3}.offer-card--red h3{color:var(--red)}.offer-card--orange h3{color:var(--orange)}.offer-card--green h3{color:var(--green)}.offer-card--purple h3{color:var(--purple)}.offer-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65;max-width:250px;margin:0 auto}.offer-cta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem}.btn-offer{background:var(--red);color:var(--white);padding:1rem 2.85rem;border-radius:12px;font-size:1.02rem;font-weight:800;box-shadow:0 8px 28px #d1202747;transition:transform .2s,box-shadow .2s}.btn-offer:hover{transform:translateY(-2px);box-shadow:0 12px 32px #d1202759}.btn-offer--outline{background:var(--white);color:var(--red);border:2px solid var(--red);box-shadow:none}.btn-offer--outline:hover{background:var(--red);color:var(--white);box-shadow:0 12px 32px #d1202747}.offer-cta__slashes{display:flex;flex-direction:column;gap:5px;align-items:flex-end}.offer-cta__slashes i{display:block;width:16px;height:3px;background:var(--red);border-radius:2px;opacity:.8}.offer-cta__slashes i:nth-child(2){width:12px;opacity:.55}.offer-cta__slashes i:nth-child(3){width:14px;opacity:.65}.offer-cta__slashes--left i{transform:rotate(-22deg)}.offer-cta__slashes--right{align-items:flex-start}.offer-cta__slashes--right i{transform:rotate(22deg)}.mission-section{background:var(--bg);position:relative;overflow:hidden}.mission-section--vivid{padding:3rem 0}.mission-blob{position:absolute;border-radius:50% 45% 55% 50%;pointer-events:none;z-index:0;opacity:.65}.mission-blob--tr{width:220px;height:200px;top:-40px;right:-50px;background:var(--purple-light)}.mission-blob--bl{width:200px;height:180px;bottom:20px;left:-40px;background:var(--green-light)}.mission-deco{position:absolute;pointer-events:none;z-index:0;opacity:.4}.mission-deco--leaf{top:8%;left:8%;color:var(--green)}.mission-deco--star{top:22%;right:12%;color:var(--red)}.mission-deco--star-outline{bottom:12%;right:10%;color:var(--purple);opacity:.35}.mission-path{position:absolute;top:18%;right:8%;width:100px;height:70px;border:2px dashed rgba(209,32,39,.2);border-radius:50%;transform:rotate(20deg);pointer-events:none;z-index:0}.mission-dots{position:absolute;bottom:10%;right:6%;width:72px;height:72px;background-image:radial-gradient(circle,rgba(92,92,122,.2) 2px,transparent 2px);background-size:12px 12px;pointer-events:none;z-index:0}.mission-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:3.5rem;align-items:stretch;position:relative;z-index:1}.query-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 20px 56px #2e31921a;position:relative;border:1px solid var(--border);display:flex;flex-direction:column;height:100%;min-height:100%}.query-card__header{background:var(--red);color:var(--white);padding:1.5rem 1.5rem 1.35rem;display:flex;align-items:flex-start;gap:.85rem;position:relative}.query-card__apple{width:44px;height:44px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.query-card__head-text h3{font-size:1.35rem;font-weight:800;margin-bottom:.25rem;color:var(--white)}.query-card__head-text p{font-size:.82rem;opacity:.92;line-height:1.45}.query-card__heart{position:absolute;top:1rem;right:1.25rem;opacity:.85}.query-form{display:flex;flex-direction:column;gap:.85rem;padding:1.5rem 1.5rem 1.75rem;flex:1;min-height:0}.query-field{display:flex;align-items:center;gap:.75rem;background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:.7rem 1rem;transition:border-color .2s,box-shadow .2s}.query-field:focus-within{box-shadow:0 4px 16px #2e319214}.query-field--red{color:var(--red)}.query-field--red:focus-within{border-color:#d1202759}.query-field--orange{color:var(--orange)}.query-field--orange:focus-within{border-color:#f5822059}.query-field--green{color:var(--green)}.query-field--green:focus-within{border-color:#00a65159}.query-field--purple{color:var(--purple)}.query-field--purple:focus-within{border-color:#92278f59}.query-field--textarea{align-items:flex-start;flex:1;min-height:140px}.query-field--textarea svg{margin-top:.2rem}.query-field input,.query-field textarea{flex:1;border:none;background:transparent;font-family:inherit;font-size:.92rem;color:var(--text);min-width:0}.query-field input:focus,.query-field textarea:focus{outline:none}.query-field input::placeholder,.query-field textarea::placeholder{color:var(--text-muted)}.query-field textarea{resize:none;min-height:120px;height:100%;align-self:stretch}.btn-query-submit{background:linear-gradient(90deg,var(--red),var(--orange));color:var(--white);padding:.95rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:800;box-shadow:0 8px 28px #d1202747;margin-top:auto;transition:transform .2s,box-shadow .2s}.btn-query-submit:hover{transform:translateY(-2px);box-shadow:0 12px 32px #d1202759}.btn-query-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.query-form .form-error{color:#fff;background:#d12027d9;padding:.55rem .75rem;border-radius:10px;font-size:.85rem;margin:0}.query-card__sparkle{position:absolute;top:4.5rem;right:-.5rem;color:var(--orange);opacity:.55;pointer-events:none}.query-card__apple-outline{position:absolute;bottom:1rem;right:-.75rem;color:var(--red);opacity:.35;pointer-events:none}.query-success{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1.5rem;text-align:center}.query-success p{font-weight:700;margin-bottom:0;color:var(--text)}.mission-label{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);background:var(--purple-light);border:1px solid rgba(146,39,143,.15);padding:.4rem .95rem;border-radius:50px;margin-bottom:1rem}.mission-title{font-size:clamp(1.85rem,4vw,2.5rem);margin-bottom:.65rem;line-height:1.15;color:var(--text)}.mission-title__gradient{background:linear-gradient(135deg,var(--red),var(--orange),var(--green),var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-title-line{width:72px;height:4px;border-radius:4px;margin-bottom:1rem;background:linear-gradient(90deg,var(--red),var(--orange),var(--green),var(--blue),var(--purple))}.mission-lead{font-size:1.02rem;color:var(--text-muted);margin-bottom:.85rem;line-height:1.65}.mission-text{color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem;font-size:.98rem}.mission-image-wrap{border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #2e31921f;border:4px solid var(--white)}.mission-image-wrap img{width:100%;height:300px;object-fit:cover;display:block}.values-block{background:var(--bg);padding:3rem 0;position:relative;overflow:hidden}.values-deco{position:absolute;pointer-events:none;z-index:0;opacity:.4}.values-deco--leaf{top:8%;left:6%;color:var(--green)}.values-deco--plane{top:14%;right:10%;color:var(--purple);transform:rotate(-15deg)}.values-deco--star-orange{top:38%;left:4%;color:var(--orange)}.values-deco--star-green{bottom:28%;right:8%;color:var(--green)}.values-deco--apple{bottom:18%;left:12%;color:var(--red);opacity:.35}.values-dots{position:absolute;width:64px;height:64px;background-image:radial-gradient(circle,rgba(92,92,122,.18) 2px,transparent 2px);background-size:11px 11px;pointer-events:none;z-index:0}.values-dots--br{bottom:12%;right:5%}.values-dots--bl{bottom:22%;left:3%;opacity:.6}.values-header{text-align:center;margin-bottom:2.75rem;position:relative;z-index:1}.values-title{font-size:clamp(1.85rem,4.5vw,2.6rem);margin-bottom:.75rem;line-height:1.15}.values-title__word--red{color:var(--red)}.values-title__word--orange{color:var(--orange)}.values-title__word--green{color:var(--green)}.values-title__word--purple{color:var(--purple)}.values-title-ticks{display:flex;justify-content:center;gap:.4rem}.values-title-ticks__item{width:24px;height:4px;border-radius:4px}.values-title-ticks__item--red{background:var(--red)}.values-title-ticks__item--orange{background:var(--orange)}.values-title-ticks__item--green{background:var(--green)}.values-title-ticks__item--purple{background:var(--purple)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.75rem;position:relative;z-index:1}.value-card{background:var(--white);border-radius:20px;padding:1.75rem 1.35rem 1.5rem;text-align:center;box-shadow:0 8px 28px #2e319214;border-top:5px solid;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #2e31921f}.value-card--red{border-top-color:var(--red)}.value-card--orange{border-top-color:var(--orange)}.value-card--green{border-top-color:var(--green)}.value-card--purple{border-top-color:var(--purple)}.value-card__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.value-card__icon--red{background:var(--red-light);color:var(--red)}.value-card__icon--orange{background:var(--orange-light);color:var(--orange)}.value-card__icon--green{background:var(--green-light);color:var(--green)}.value-card__icon--purple{background:var(--purple-light);color:var(--purple)}.value-card__num{display:block;font-family:var(--font-heading);font-size:1.75rem;font-weight:800;line-height:1;margin-bottom:.35rem}.value-card--red .value-card__num,.value-card--red h3{color:var(--red)}.value-card--orange .value-card__num,.value-card--orange h3{color:var(--orange)}.value-card--green .value-card__num,.value-card--green h3{color:var(--green)}.value-card--purple .value-card__num,.value-card--purple h3{color:var(--purple)}.value-card h3{font-size:1.15rem;margin-bottom:.45rem}.value-card p{font-size:.86rem;color:var(--text-muted);line-height:1.6}.hours-banner{display:flex;align-items:center;gap:2rem;padding:2.25rem 2.5rem;border-radius:22px;background:linear-gradient(90deg,var(--red) 0%,var(--orange) 28%,var(--green) 55%,var(--blue) 78%,var(--purple) 100%);color:var(--white);position:relative;overflow:hidden;box-shadow:0 20px 56px #2e319233;z-index:1}.hours-banner__rings{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:220px;height:220px;border-radius:50%;border:2px solid rgba(255,255,255,.15);pointer-events:none}.hours-banner__rings:after{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;border-radius:50%;border:2px solid rgba(255,255,255,.1)}.hours-banner__icon{flex-shrink:0;width:72px;height:72px;border-radius:18px;background:var(--white);color:var(--purple);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000001f;position:relative;z-index:1}.hours-banner__content{flex:1;position:relative;z-index:1}.hours-banner__content h2{font-size:1.55rem;margin-bottom:.4rem}.hours-banner__time{font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.hours-banner__note{font-size:.9rem;opacity:.92}.hours-banner__btn{flex-shrink:0;background:var(--white);color:var(--purple);border-radius:50px;padding:.9rem 1.6rem;font-weight:800;font-size:.95rem;display:inline-flex;align-items:center;gap:.45rem;box-shadow:0 8px 24px #0000001f;position:relative;z-index:1;transition:transform .2s}.hours-banner__btn:hover{transform:translateY(-2px)}.testimonials--soft{background:var(--bg);position:relative;overflow:hidden;padding:3rem 0}.testimonials-blob{position:absolute;border-radius:50% 45% 55% 50%;pointer-events:none;z-index:0;opacity:.55;filter:blur(4px)}.testimonials-blob--tl{width:220px;height:200px;top:-50px;left:-60px;background:#ffe8d6}.testimonials-blob--br{width:240px;height:210px;bottom:-60px;right:-70px;background:#e8e4f8}.testimonial-card--playful{background:var(--white);border-radius:24px;border:1px solid var(--border);box-shadow:0 12px 36px #2e319214}.welcome-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3.5rem 5rem;align-items:center;position:relative;z-index:1}.welcome-grid>*{min-width:0}.welcome-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:visible;box-shadow:var(--shadow-lg);margin-right:1.25rem}.welcome-image{width:100%;height:auto;display:block;border-radius:var(--radius-lg);transition:transform .6s ease}.welcome-image-wrap:hover .welcome-image{transform:scale(1.02)}.welcome-image-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--white);padding:.75rem 1rem;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg)}.welcome-float-card{position:absolute;background:var(--white);padding:.85rem 1.1rem;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border:1px solid var(--border);animation:cardFloat 4s ease-in-out infinite}.welcome-float-card strong{display:block;font-family:var(--font-heading);font-size:1.35rem;color:var(--red);line-height:1.2}.welcome-float-card span{font-size:.75rem;color:var(--text-muted);font-weight:600}.welcome-float-card--1{top:1.5rem;right:.75rem;border-top:3px solid var(--green)}.welcome-float-card--2{bottom:5rem;right:.5rem;animation-delay:1.5s;border-top:3px solid var(--blue)}.welcome-text p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8;font-size:1.02rem}.welcome-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem}.welcome-chip{font-size:.82rem;font-weight:700;padding:.45rem 1rem;border-radius:50px;border:1px solid transparent}.welcome-chip--red{background:var(--red-light);color:var(--red);border-color:#d1202726}.welcome-chip--orange{background:var(--orange-light);color:var(--orange);border-color:#f5822026}.welcome-chip--green{background:var(--green-light);color:var(--green);border-color:#00a65126}.welcome-chip--blue{background:var(--blue-light);color:var(--blue);border-color:#2e319226}.programs{background:linear-gradient(180deg,var(--bg) 0%,var(--white) 100%);position:relative}.programs--vivid{background:linear-gradient(180deg,#fff5f0 0%,#f0f8ff 50%,var(--white) 100%);overflow:hidden}.programs__deco{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none}.programs__deco--1{width:320px;height:320px;background:var(--orange);top:-80px;left:-80px}.programs__deco--2{width:280px;height:280px;background:var(--green);bottom:-60px;right:-60px}.programs--vivid .program-card{border:none;box-shadow:0 8px 30px #2e31921a}.program-card--red .program-body{border-color:var(--red);background:linear-gradient(180deg,var(--white),var(--red-light))}.program-card--orange .program-body{border-color:var(--orange);background:linear-gradient(180deg,var(--white),var(--orange-light))}.program-card--green .program-body{border-color:var(--green);background:linear-gradient(180deg,var(--white),var(--green-light))}.program-card--blue .program-body{border-color:var(--blue);background:linear-gradient(180deg,var(--white),var(--blue-light))}.program-card--red .program-num{background:var(--red)}.program-card--orange .program-num{background:var(--orange)}.program-card--green .program-num{background:var(--green)}.program-card--blue .program-num{background:var(--blue)}.programs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.program-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .35s ease,box-shadow .35s ease;display:flex;flex-direction:column}.program-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.program-image-wrap{height:200px;overflow:hidden;position:relative}.program-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.program-card:hover .program-image{transform:scale(1.08)}.program-num{position:absolute;top:1rem;left:1rem;font-family:var(--font-heading);font-size:.75rem;font-weight:800;color:var(--white);background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.3rem .65rem;border-radius:50px}.program-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;border-top:3px solid}.program-card h3{font-size:1.1rem;margin-bottom:.65rem}.program-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65;flex:1;margin-bottom:1rem}.program-link{font-size:.85rem;font-weight:700;color:var(--blue);transition:color .2s,gap .2s}.program-card--red .program-link{color:var(--red)}.program-card--orange .program-link{color:var(--orange)}.program-card--green .program-link{color:var(--green)}.program-card--blue .program-link{color:var(--blue)}.program-link:hover{opacity:.8}.why-us{background:linear-gradient(160deg,var(--green-light) 0%,var(--white) 45%,var(--blue-light) 100%);position:relative;overflow:hidden}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.why-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.why-card--red:before{background:var(--red)}.why-card--orange:before{background:var(--orange)}.why-card--green:before{background:var(--green)}.why-card--blue:before{background:var(--blue)}.why-card--purple:before{background:var(--purple)}.why-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.why-card h3{font-size:1.05rem}.why-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.day-at{background:var(--white);position:relative;overflow:hidden}.day-at--vivid{padding:3rem 0}.day-at-blob{position:absolute;border-radius:50% 45% 55% 50%;pointer-events:none;z-index:0;opacity:.7}.day-at-blob--tl{width:200px;height:180px;top:-30px;left:-40px;background:var(--orange-light)}.day-at-blob--bl{width:180px;height:160px;bottom:30px;left:-30px;background:var(--green-light)}.day-at-blob--br{width:220px;height:200px;bottom:-40px;right:-50px;background:var(--purple-light)}.day-at-path{position:absolute;width:120px;height:80px;border:2px dashed rgba(92,92,122,.18);border-radius:50%;pointer-events:none;z-index:0}.day-at-path--tr{top:12%;right:8%;transform:rotate(25deg)}.day-at-path--bl{bottom:18%;left:28%;transform:rotate(-15deg)}.day-at-deco{position:absolute;pointer-events:none;z-index:0;opacity:.45}.day-at-deco--star{top:10%;right:14%;color:var(--purple)}.day-at-deco--plane{top:42%;right:6%;color:var(--green);transform:rotate(-18deg)}.day-at-deco--sparkle{bottom:28%;left:42%;color:var(--purple)}.day-at-dots{position:absolute;top:38%;left:5%;width:64px;height:64px;background-image:radial-gradient(circle,rgba(245,130,32,.35) 2px,transparent 2px);background-size:11px 11px;pointer-events:none;z-index:0}.day-at-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:3rem;align-items:stretch;position:relative;z-index:1}.day-at-grid>.aos{height:100%;min-height:0}.day-at-visual{position:relative;width:100%;max-width:100%;height:100%;display:flex;flex-direction:column}.day-at-apple-mark{position:absolute;top:-10px;left:-8px;z-index:3;background:var(--white);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #d1202733}.day-at-image-frame{position:relative;border-radius:28px;overflow:hidden;border:6px solid var(--white);box-shadow:0 20px 50px #2e319224;background:var(--white);flex:1;min-height:0;height:100%}.day-at-image{width:100%;height:100%;min-height:100%;object-fit:cover;display:block;vertical-align:bottom}.day-at-image-badge{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.5rem;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.55rem 1rem;border-radius:50px;font-size:.82rem;font-weight:700;color:var(--text);white-space:nowrap;box-shadow:0 8px 24px #0000001a;max-width:calc(100% - 2rem)}.day-at-image-badge__icon{width:28px;height:28px;border-radius:50%;background:var(--red-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.day-at-label{display:inline-flex;align-items:center;gap:.45rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);background:var(--purple-light);border:1px solid rgba(146,39,143,.15);padding:.4rem .9rem;border-radius:50px;margin-bottom:1rem}.day-at-title{font-size:clamp(1.75rem,4vw,2.35rem);margin-bottom:.65rem;line-height:1.2}.day-at-title__apple{color:var(--red)}.day-at-title-line{width:72px;height:4px;border-radius:4px;margin-bottom:1rem;background:linear-gradient(90deg,var(--red),var(--orange),var(--green),var(--blue),var(--purple))}.day-at-subtitle{font-size:1rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.15rem;max-width:520px}.timeline--vivid{display:flex;flex-direction:column;gap:.4rem;position:relative}.timeline--compact{gap:.28rem;max-height:none}.timeline--compact .timeline-item{grid-template-columns:92px 16px 1fr;gap:.45rem}.timeline--compact .timeline-item:not(:last-child) .timeline-spine:after{top:14px;height:calc(100% + .28rem)}.timeline--compact .timeline-time{font-size:.68rem;letter-spacing:-.01em}.timeline--compact .timeline-card{padding:.4rem .7rem;gap:.5rem;border-radius:10px}.timeline--compact .timeline-card__icon{width:28px;height:28px}.timeline--compact .timeline-card__text{font-size:.8rem;line-height:1.3}.timeline--compact .timeline-spine{min-height:32px}.timeline--compact .timeline-dot{width:10px;height:10px}.day-at-note{margin-top:1rem;font-size:.82rem;font-weight:600;color:var(--text-muted);font-style:italic}.timeline--vivid .timeline-item{display:grid;grid-template-columns:78px 20px 1fr;gap:.65rem;align-items:center;position:relative}.timeline--vivid .timeline-item:not(:last-child) .timeline-spine:after{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:2px;height:calc(100% + .4rem);background:var(--border);z-index:0}.timeline-spine{position:relative;display:flex;justify-content:center;align-items:center;height:100%;min-height:38px}.timeline--vivid .timeline-dot{width:12px;height:12px;border-radius:50%;border:3px solid;background:var(--white);z-index:1;flex-shrink:0}.timeline-time{font-weight:800;font-family:var(--font-heading);font-size:.78rem;text-align:right;line-height:1.2}.timeline-item--red .timeline-time{color:var(--red)}.timeline-item--orange .timeline-time{color:var(--orange)}.timeline-item--green .timeline-time{color:var(--green)}.timeline-item--blue .timeline-time{color:var(--blue)}.timeline-item--purple .timeline-time{color:var(--purple)}.timeline-item--red .timeline-dot{border-color:var(--red)}.timeline-item--orange .timeline-dot{border-color:var(--orange)}.timeline-item--green .timeline-dot{border-color:var(--green)}.timeline-item--blue .timeline-dot{border-color:var(--blue)}.timeline-item--purple .timeline-dot{border-color:var(--purple)}.timeline-card{display:flex;align-items:center;gap:.65rem;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:.5rem .8rem;box-shadow:0 4px 16px #2e31920f;transition:transform .25s ease,box-shadow .25s ease}.timeline-card:hover{transform:translate(4px);box-shadow:0 8px 24px #2e31921a}.timeline-card__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.timeline-card__icon--red{background:var(--red)}.timeline-card__icon--orange{background:var(--orange)}.timeline-card__icon--green{background:var(--green)}.timeline-card__icon--blue{background:var(--blue)}.timeline-card__icon--purple{background:var(--purple)}.timeline-card__text{font-weight:600;font-size:.9rem;color:var(--text);line-height:1.35}.age-groups{background:linear-gradient(135deg,var(--purple-light) 0%,var(--white) 50%,var(--orange-light) 100%)}.rooms-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:0 0 1.25rem}.rooms-tab{display:inline-flex;align-items:center;padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;color:var(--text);background:var(--white);border:2px solid var(--border);transition:border-color .2s ease,color .2s ease,background .2s ease}.rooms-tab:hover{border-color:var(--purple);color:var(--purple)}.rooms-tab--active{background:var(--purple);border-color:var(--purple);color:var(--white)}.rooms-tab--active:hover{color:var(--white)}.rooms-count{text-align:center;margin:0 0 1.75rem;font-size:.95rem;color:var(--text-muted)}.rooms-count strong{color:var(--purple);font-weight:800}.age-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.age-grid--six{grid-template-columns:repeat(3,1fr)}.age-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .35s ease,box-shadow .35s ease;display:flex;flex-direction:column;height:100%}.age-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.age-card-image-wrap{position:relative;height:200px;overflow:hidden;flex-shrink:0}.age-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.age-card:hover .age-card-image{transform:scale(1.06)}.age-card-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,26,46,.55) 0%,transparent 55%)}.age-range{position:absolute;bottom:1rem;left:1rem;z-index:1;font-size:.78rem;font-weight:700;padding:.35rem .9rem;border-radius:50px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.age-room-num{position:absolute;top:.85rem;right:.85rem;z-index:1;font-size:.75rem;font-weight:800;letter-spacing:.04em;color:var(--white);background:#0f172a73;padding:.3rem .55rem;border-radius:8px}.age-card--red .age-range{color:var(--red)}.age-card--orange .age-range{color:var(--orange)}.age-card--green .age-range{color:var(--green)}.age-card--blue .age-range{color:var(--blue)}.age-card--purple .age-range{color:var(--purple)}.age-card-body{padding:1.35rem 1.4rem 1.5rem;text-align:left;display:flex;flex-direction:column;flex:1}.age-card h3{font-size:1.25rem;margin-bottom:.55rem}.age-card p{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin-bottom:.85rem}.age-card-highlights{list-style:none;margin:auto 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.age-card-highlights li{font-size:.8rem;font-weight:600;color:var(--text);padding-left:1rem;position:relative}.age-card-highlights li:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;border-radius:50%;background:currentColor}.age-card--red .age-card-highlights li{color:var(--red)}.age-card--orange .age-card-highlights li{color:var(--orange)}.age-card--green .age-card-highlights li{color:var(--green)}.age-card--blue .age-card-highlights li{color:var(--blue)}.age-card--purple .age-card-highlights li{color:var(--purple)}.testimonials{position:relative}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow);border:1px solid var(--border);text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #2e31921f}.testimonial-quote-mark{position:absolute;top:1rem;left:1.25rem;font-size:3.5rem;line-height:1;font-family:Georgia,serif;color:var(--orange);opacity:.35}.testimonial-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin:0 auto .85rem;border:3px solid var(--white);box-shadow:0 4px 16px #d120272e}.testimonial-quote{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:1.25rem;font-style:italic}.testimonial-author strong{display:block;font-size:.95rem;color:var(--text)}.testimonial-author span{font-size:.8rem;color:var(--text-muted)}.cta-section{position:relative;padding:4rem 0 5.5rem;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0}.cta-bg-img{width:100%;height:100%;object-fit:cover}.cta-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff73,#ffffff59,#ffffff7a)}.cta-blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0;opacity:.45}.cta-blob--orange{width:220px;height:220px;background:var(--orange-light);top:-40px;left:-30px}.cta-blob--purple{width:240px;height:240px;background:var(--purple-light);top:-50px;right:-40px}.cta-deco{position:absolute;pointer-events:none;z-index:1;opacity:.42}.cta-deco--sun{top:12%;left:8%;color:var(--orange)}.cta-deco--plane{top:18%;right:10%;color:var(--purple);transform:rotate(-12deg)}.cta-deco--heart{bottom:22%;left:6%;color:var(--red)}.cta-deco--leaf{bottom:28%;right:8%;color:var(--green)}.cta-deco--star{top:42%;right:5%;color:var(--orange)}.cta-inner{position:relative;z-index:2;display:flex;justify-content:center}.cta-card{background:var(--white);border-radius:40px;padding:3.25rem 3rem 3rem;text-align:center;max-width:680px;width:100%;box-shadow:0 28px 80px #2e319224}.cta-card__title{font-size:clamp(1.75rem,4vw,2.35rem);color:var(--blue);margin-bottom:1rem;line-height:1.2}.cta-card__apple{color:var(--red)}.cta-card__divider{display:flex;justify-content:center;gap:.35rem;margin-bottom:1.25rem}.cta-card__divider-seg{width:42px;height:3px;border-radius:4px}.cta-card__divider-seg--red{background:var(--red)}.cta-card__divider-seg--orange{background:var(--orange)}.cta-card__divider-seg--green{background:var(--green)}.cta-card__divider-seg--blue{background:var(--blue)}.cta-card__divider-seg--purple{background:var(--purple)}.cta-card__text{color:var(--text-muted);font-size:1.02rem;margin-bottom:2rem;line-height:1.75;max-width:520px;margin-inline:auto}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.6rem .85rem .85rem;border-radius:50px;font-weight:800;font-size:.95rem;transition:transform .2s,box-shadow .2s}.cta-btn:hover{transform:translateY(-2px)}.cta-btn--contact{background:linear-gradient(90deg,var(--red),var(--orange));color:var(--white);box-shadow:0 8px 28px #d120274d}.cta-btn--phone{background:var(--white);color:var(--blue);border:2px solid rgba(46,49,146,.12);box-shadow:0 8px 24px #2e319214}.cta-btn__icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cta-btn__icon--red{background:var(--red);color:var(--white);box-shadow:inset 0 0 0 3px #fff3}.cta-btn__icon--purple{background:var(--purple);color:var(--white)}@media(max-width:1024px){.offer-grid,.age-grid,.age-grid--six,.values-grid{grid-template-columns:repeat(2,1fr)}.hours-banner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.hours-banner__btn{width:100%;justify-content:center}.mission-grid{grid-template-columns:1fr}.query-card{max-width:520px;margin-inline:auto;width:100%;height:auto;min-height:0}.query-field--textarea{flex:none;min-height:120px}.mission-content{text-align:center}.mission-label,.mission-title-line{margin-inline:auto}.mission-deco,.mission-path,.mission-dots,.query-card__sparkle,.query-card__apple-outline{display:none}.programs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.welcome-grid,.story-grid,.day-at-grid,.mission-grid{grid-template-columns:1fr;gap:2rem}.story-image{height:auto}.offer-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.offer-circle{width:140px;height:140px}.offer-card__media{margin-bottom:2.25rem}.offer-section{padding:2.5rem 0 2.25rem}.offer-deco,.offer-dots,.offer-cta__slashes{display:none}.values-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.values-deco,.values-dots{display:none}.welcome-text{text-align:center}.welcome-chips{justify-content:center}.welcome-text .btn{width:100%;justify-content:center}.welcome-image-wrap{overflow:hidden;border-radius:var(--radius-lg);margin-right:0}.welcome-image{height:auto}.welcome-float-card{display:none}.programs-grid{grid-template-columns:1fr}.day-at-grid{grid-template-columns:1fr;gap:2rem}.day-at-grid>.aos{height:auto}.day-at-visual{width:100%;height:auto}.day-at-image-frame{height:auto;flex:none}.day-at-image{height:auto;min-height:0;aspect-ratio:16 / 11}.day-at-image-badge{white-space:normal;text-align:left;font-size:.78rem}.day-at-content{text-align:center}.day-at-label,.day-at-title-line,.day-at-subtitle{margin-inline:auto}.timeline--vivid .timeline-item{grid-template-columns:72px 20px 1fr;gap:.5rem}.timeline--compact .timeline-item{grid-template-columns:78px 14px 1fr;gap:.35rem}.day-at-note{text-align:center}.day-at-deco,.day-at-path,.day-at-dots{display:none}.page-banner__actions .hero-stats{justify-content:center;gap:.75rem}.hero-stat{flex:1;min-width:0;text-align:center}.why-grid,.age-grid,.age-grid--six,.testimonials-grid,.values-grid{grid-template-columns:1fr}.cta-card{padding:2.25rem 1.35rem;border-radius:28px}.cta-actions{flex-direction:column;align-items:stretch}.cta-btn{justify-content:center;padding-right:1.25rem}.cta-deco,.cta-blob{display:none}.timeline-item{grid-template-columns:72px 22px 1fr;gap:.5rem;padding:.5rem .25rem}.timeline-item:not(:last-child):after{left:105px}.timeline-time{font-size:.75rem}.timeline-activity{font-size:.85rem;padding:.45rem .65rem}}@media(max-width:520px){.offer-grid,.values-grid,.programs-grid,.why-grid{grid-template-columns:1fr}}.about-story{background:var(--white);padding-top:1.25rem!important;margin-top:-1px}.about-story-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:3.5rem;align-items:center}.about-story-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-story-image{width:100%;height:auto;display:block}.about-story-logo{position:absolute;bottom:1.25rem;right:1.25rem;background:var(--white);padding:.75rem 1rem;border-radius:var(--radius-sm);box-shadow:var(--shadow)}.about-story-text .section-title,.about-page .section-title{color:var(--blue)}.about-who-title{font-family:var(--font-heading);font-size:clamp(1.85rem,4vw,2.5rem);font-weight:800;line-height:1.15;margin-bottom:.65rem;color:var(--blue)}.about-who-line{width:72px;height:4px;border-radius:4px;margin-bottom:1.25rem;background:linear-gradient(90deg,var(--red),var(--orange),var(--green),var(--blue),var(--purple))}.about-story-text p{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.75}.purpose-band{position:relative;background:#faf9f7;padding:3.5rem 0 4rem;overflow:hidden}.purpose-blob{position:absolute;border-radius:50% 40% 60% 50%;filter:blur(4px);opacity:.7;pointer-events:none;z-index:0}.purpose-blob--tl{width:260px;height:220px;top:-50px;left:-70px;background:#ffe0e0}.purpose-blob--tr{width:240px;height:200px;top:-40px;right:-60px;background:#dff5ea;border-radius:45% 55% 40% 60%}.purpose-blob--bl{width:280px;height:240px;bottom:-70px;left:-50px;background:#ebe4f8;border-radius:60% 40% 50% 50%}.purpose-deco{position:absolute;pointer-events:none;z-index:0;opacity:.55}.purpose-deco--flower{top:8%;left:6%;color:var(--orange)}.purpose-deco--sun{top:38%;left:4%;color:#f5b800}.purpose-deco--star{top:10%;right:8%;color:var(--green)}.purpose-deco--leaf{top:42%;right:5%;color:var(--green)}.purpose-deco--plane{top:18%;right:14%;color:var(--purple);transform:rotate(-18deg)}.purpose-deco--star2{bottom:12%;right:10%;color:var(--red)}.purpose-dots{position:absolute;bottom:8%;left:7%;width:72px;height:72px;background-image:radial-gradient(circle,rgba(0,166,81,.28) 2px,transparent 2px);background-size:14px 14px;pointer-events:none;z-index:0;opacity:.7}.purpose-inner{position:relative;z-index:1}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-bottom:3rem}.mv-card{position:relative;background:var(--white);border-radius:22px;padding:2rem 1.75rem 2.1rem;box-shadow:0 12px 36px #2e319214;border:2px solid transparent;overflow:hidden}.mv-card--red{border-color:#d120272e}.mv-card--green{border-color:#00a6512e}.mv-card__icon{width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.mv-card__icon--red{background:var(--red-light);color:var(--red)}.mv-card__icon--green{background:var(--green-light);color:var(--green)}.mv-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.85rem}.mv-card__title--red{color:var(--red)}.mv-card__title--green{color:var(--green)}.mv-card p{color:var(--text);line-height:1.75;font-size:1rem;max-width:420px}.mv-card__doodle{position:absolute;bottom:1.1rem;right:1.25rem;width:28px;height:28px;opacity:.35}.mv-card__doodle--red{background:radial-gradient(circle at 40% 40%,transparent 40%,var(--red) 42%,var(--red) 55%,transparent 58%);border-radius:50%}.mv-card__doodle--green{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:var(--green)}.purpose-header{text-align:center;margin-bottom:2.5rem}.purpose-header__label{display:inline-flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:.9rem}.purpose-header__label i{display:inline-block;width:18px;height:3px;border-radius:2px;background:#ffd54f}.purpose-header__title{font-family:var(--font-heading);font-size:clamp(1.85rem,4vw,2.6rem);font-weight:800;color:var(--blue);line-height:1.2;margin-bottom:.7rem}.purpose-header__we{color:var(--red)}.purpose-header__care{color:var(--green)}.purpose-header__teach{color:var(--purple)}.purpose-header__ticks{display:flex;justify-content:center;gap:.35rem;margin-bottom:1rem}.purpose-header__tick{width:26px;height:4px;border-radius:4px}.purpose-header__tick--red{background:var(--red)}.purpose-header__tick--orange{background:var(--orange)}.purpose-header__tick--yellow{background:#ffd54f}.purpose-header__tick--green{background:var(--green)}.purpose-header__tick--blue{background:var(--blue)}.purpose-header__subtitle{font-size:1.02rem;color:var(--text-muted);max-width:560px;margin-inline:auto;line-height:1.65}.philosophy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}.phil-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 14px 40px #2e31921a;border:1px solid var(--border);display:flex;flex-direction:column}.phil-card__media{position:relative;overflow:hidden}.phil-card__media img{width:100%;height:220px;object-fit:cover;display:block}.phil-card__wave{margin-top:-18px;position:relative;z-index:1;line-height:0}.phil-card__wave svg{width:100%;height:22px;display:block}.phil-card__wave--red path{fill:#ff8a4c}.phil-card__wave--purple path{fill:var(--purple)}.phil-card__wave--blue path{fill:var(--blue)}.phil-card__wave--orange path{fill:var(--orange)}.phil-card__body{padding:1.35rem 1.5rem 1.75rem;text-align:left}.phil-card__icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:var(--white)}.phil-card__icon--red{background:var(--red)}.phil-card__icon--purple{background:var(--purple)}.phil-card__icon--blue{background:var(--blue)}.phil-card__icon--orange{background:var(--orange)}.phil-card__body h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:800;color:var(--blue);margin-bottom:.55rem}.phil-card__body p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.team-section{background:linear-gradient(180deg,var(--red-light) 0%,var(--white) 100%)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.team-card{padding:0;overflow:hidden;text-align:center}.team-image{width:100%;height:200px;object-fit:cover}.team-card h3,.team-card p{padding-inline:1.5rem}.team-card h3{padding-top:1.25rem}.team-card p{padding-bottom:1.5rem}.team-card h3{font-size:1.1rem;margin-bottom:.35rem}.team-card p{font-size:.9rem;color:var(--text-muted)}.team-card--red{border-bottom:4px solid var(--red)}.team-card--orange{border-bottom:4px solid var(--orange)}.team-card--blue{border-bottom:4px solid var(--blue)}.facility-section{background:var(--blue-light)}.facility-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.facility-content p{color:var(--text-muted);line-height:1.75;margin-bottom:1.5rem}.facility-list{display:flex;flex-direction:column;gap:.75rem}.facility-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.facility-image{border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow);width:100%}.facility-image--1{grid-column:1 / -1;height:220px}.facility-image--2,.facility-image--3{height:160px}.about-rooms{background:linear-gradient(135deg,var(--purple-light) 0%,var(--white) 55%,var(--blue-light) 100%)}.about-rooms-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:0 0 1.75rem}.about-rooms-tab{display:inline-flex;align-items:center;padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;color:var(--text);background:var(--white);border:2px solid var(--border)}.about-rooms-tab:hover{border-color:var(--purple);color:var(--purple)}.about-rooms-tab--active{background:var(--purple);border-color:var(--purple);color:var(--white)}.about-rooms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.about-room-card{background:var(--white);border-radius:var(--radius-lg);padding:1.35rem 1.4rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow);position:relative}.about-room-card__num{position:absolute;top:1rem;right:1rem;font-size:.75rem;font-weight:800;letter-spacing:.04em;opacity:.45}.about-room-card__range{display:inline-block;font-size:.78rem;font-weight:700;margin-bottom:.45rem}.about-room-card h3{font-size:1.15rem;margin-bottom:.55rem}.about-room-card p:last-child{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0}.about-room-card--red .about-room-card__range,.about-room-card--red .about-room-card__num{color:var(--red)}.about-room-card--orange .about-room-card__range,.about-room-card--orange .about-room-card__num{color:var(--orange)}.about-room-card--green .about-room-card__range,.about-room-card--green .about-room-card__num{color:var(--green)}.about-room-card--blue .about-room-card__range,.about-room-card--blue .about-room-card__num{color:var(--blue)}.about-room-card--purple .about-room-card__range,.about-room-card--purple .about-room-card__num{color:var(--purple)}.about-cta{background:var(--white);padding:2.5rem 0 0!important;margin-bottom:0;position:relative;z-index:6}.about-cta-inner{text-align:center;background:linear-gradient(135deg,var(--green-light),var(--blue-light));border-radius:var(--radius-lg);padding:3.5rem 2rem;position:relative;z-index:6;margin-bottom:-32px;box-shadow:0 12px 40px #2e31921a}.about-cta-inner h2{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.75rem}.about-cta-inner p{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem}.about-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.about-rooms-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-story-grid,.facility-inner{grid-template-columns:1fr;gap:2rem}.about-story-text{text-align:center}.about-who-line{margin-inline:auto}.about-story-image{height:auto}.mission-grid,.philosophy-grid,.team-grid,.about-rooms-grid{grid-template-columns:1fr}.purpose-deco,.purpose-dots{display:none}.purpose-band{padding:2.75rem 0 3rem}.phil-card__media img{height:180px}.about-cta-actions{flex-direction:column;align-items:stretch}.about-cta-actions .btn{width:100%;justify-content:center}}.contact-page .section-title{color:var(--blue)}.contact-cards-section{background:var(--white);padding-top:1rem;margin-top:-1rem;position:relative;z-index:2}.contact-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.contact-card{text-align:center;padding:1.75rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.contact-card h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.65rem;color:var(--text-muted)}.contact-card a,.contact-card p{font-size:.9rem;font-weight:600;line-height:1.5;color:var(--text)}.contact-card a:hover{text-decoration:underline}.contact-card--red{border-top:4px solid var(--red)}.contact-card--orange{border-top:4px solid var(--orange)}.contact-card--green{border-top:4px solid var(--green)}.contact-card--blue{border-top:4px solid var(--blue)}.contact-main{background:var(--bg)}.contact-main-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start}.contact-form-desc{color:var(--text-muted);margin-bottom:2rem;line-height:1.65}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:700;font-size:.85rem;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:.85rem 1rem;border:2px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;background:var(--white);transition:border-color .2s,box-shadow .2s;color:var(--text)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2e31921f}.form-group textarea{resize:vertical;min-height:120px}.contact-submit{align-self:flex-start;margin-top:.5rem}.contact-submit:disabled{opacity:.65;cursor:not-allowed}.contact-form-loading{color:var(--text-muted);font-size:.95rem}.form-error{color:var(--red);font-size:.9rem;margin:.25rem 0 0;line-height:1.45}.contact-success{background:var(--green-light);border:2px solid var(--green);border-radius:var(--radius);padding:2.5rem;text-align:center}.contact-success h3{color:var(--green);margin-bottom:.75rem}.contact-success p{color:var(--text-muted);line-height:1.65}.contact-success-note{margin-top:1rem;font-size:.9rem}.contact-success-note a{color:var(--green);font-weight:700}.map-placeholder{height:280px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:1.25rem;background:var(--border)}.map-info{padding:1.5rem}.map-info h3{font-size:1rem;margin-bottom:.5rem}.map-info p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.map-directions{font-size:.85rem;padding:.65rem 1.25rem}.contact-cta{background:var(--white);padding:3rem 0 4.5rem}.contact-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,var(--red),var(--orange));color:var(--white);border-radius:var(--radius-lg);padding:2.5rem 3rem;box-shadow:var(--shadow-lg)}.contact-cta-text h2{font-size:1.5rem;margin-bottom:.5rem}.contact-cta-text p{opacity:.9;font-size:.95rem}.contact-cta-phone{background:var(--white)!important;color:var(--red)!important;white-space:nowrap;font-size:1.1rem;box-shadow:none!important}@media(max-width:768px){.contact-cards-grid,.contact-main-grid{grid-template-columns:1fr}.contact-submit,.map-directions{width:100%;justify-content:center}.contact-cta-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.contact-cta-phone{width:100%;white-space:normal}}@media(max-width:520px){.form-row{grid-template-columns:1fr}}.registration-page{background:var(--bg)}.reg-page-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;padding:1.25rem 0 .25rem}.reg-page-tab{display:inline-flex;align-items:center;padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;color:var(--text);background:var(--white);border:2px solid var(--border)}.reg-page-tab:hover{border-color:var(--blue);color:var(--blue)}.reg-page-tab--active{background:var(--blue);border-color:var(--blue);color:var(--white)}.reg-docs{padding-top:1.25rem!important;margin-top:-1px;background:var(--white)}.reg-doc-card{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;background:linear-gradient(135deg,#fff5f0,#f0f4ff);border:1px solid var(--border);border-radius:20px;padding:1.5rem 1.75rem;box-shadow:var(--shadow)}.reg-doc-card__icon{width:64px;height:64px;border-radius:16px;background:var(--white);color:var(--red);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #d120271f;flex-shrink:0}.reg-doc-card__body{flex:1;min-width:220px}.reg-doc-card__body h2{font-size:1.35rem;color:var(--blue);margin-bottom:.35rem}.reg-doc-card__body p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin:0}.reg-doc-card__btn{flex-shrink:0}.reg-form-section{background:var(--bg);padding-bottom:4.5rem}.reg-form{background:var(--white);border-radius:24px;border:1px solid var(--border);box-shadow:0 16px 48px #2e319214;padding:2rem 1.75rem 1.75rem;max-width:960px;margin-inline:auto}.reg-form__header{text-align:center;margin-bottom:1.75rem}.reg-form__header h2{font-size:clamp(1.6rem,3vw,2.1rem);color:var(--blue);margin-bottom:.4rem}.reg-form__header p{color:var(--text-muted);margin:0}.reg-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-bottom:1rem}.reg-step{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.55rem .35rem;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--text-muted);transition:background .2s,color .2s,border-color .2s;cursor:pointer}.reg-step__num{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;background:var(--bg);color:var(--text-muted)}.reg-step__label{font-size:.68rem;font-weight:700;text-align:center;line-height:1.2}.reg-step--active{background:var(--blue-light);border-color:#2e319226;color:var(--blue)}.reg-step--active .reg-step__num{background:var(--blue);color:var(--white)}.reg-step--done .reg-step__num{background:var(--green);color:var(--white)}.reg-progress{height:6px;background:var(--border);border-radius:999px;overflow:hidden;margin-bottom:1.75rem}.reg-progress__bar{height:100%;background:linear-gradient(90deg,var(--red),var(--orange),var(--green),var(--blue));border-radius:999px;transition:width .35s ease}.reg-panel{display:flex;flex-direction:column;gap:1rem}.reg-panel__title{font-size:1.25rem;color:var(--red);margin:.25rem 0 .35rem;padding-bottom:.55rem;border-bottom:2px solid var(--red-light)}.reg-panel__subtitle{font-size:1.05rem;color:var(--blue);margin:.75rem 0 .25rem}.reg-hint{font-size:.9rem;color:var(--text-muted);margin:0}.reg-note{font-size:.88rem;font-style:italic;font-weight:600;color:var(--text);background:var(--orange-light);border-left:4px solid var(--orange);padding:.75rem 1rem;border-radius:0 10px 10px 0;margin:.25rem 0}.reg-thanks{text-align:center;font-weight:700;color:var(--blue);margin:1rem 0 0;padding:1rem;background:var(--blue-light);border-radius:12px}.reg-grid{display:grid;gap:1rem}.reg-grid--2{grid-template-columns:1fr 1fr}.reg-field{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;font-weight:700;color:var(--text)}.reg-field--full{grid-column:1 / -1}.reg-field input,.reg-field select,.reg-field textarea{font:inherit;font-weight:500;color:var(--text);background:var(--white);border:1.5px solid var(--border);border-radius:12px;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s;width:100%}.reg-field textarea{resize:vertical;min-height:88px}.reg-field input:focus,.reg-field select:focus,.reg-field textarea:focus{outline:none;border-color:#2e319266;box-shadow:0 0 0 4px #2e319214}.reg-yesno{border:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.85rem}.reg-yesno legend{font-size:.88rem;font-weight:700;margin-bottom:.35rem;width:100%}.reg-check{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;color:var(--text);cursor:pointer}.reg-check--agree{background:var(--green-light);padding:.65rem .9rem;border-radius:10px;margin:.35rem 0}.reg-card-soft{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.15rem;display:flex;flex-direction:column;gap:.75rem}.reg-card-soft h5{margin:0;font-size:.95rem;color:var(--purple);text-transform:uppercase;letter-spacing:.06em}.reg-consent{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:.75rem}.reg-consent h4{margin:0;color:var(--blue);font-size:1.05rem}.reg-consent__text{font-size:.92rem;color:var(--text-muted);line-height:1.7}.reg-consent__text p{margin:0 0 .65rem}.reg-consent__text p:last-child{margin-bottom:0}.reg-conditions{border:1px solid var(--border);border-radius:16px;padding:1.15rem 1.25rem}.reg-conditions legend{font-weight:800;color:var(--blue);padding-inline:.35rem}.reg-conditions__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem 1rem;margin-top:.75rem}.reg-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border);flex-wrap:wrap}.reg-actions__page{font-size:.9rem;font-weight:700;color:var(--text-muted)}.reg-actions .btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.reg-success{text-align:center;background:var(--white);border-radius:24px;padding:3rem 2rem;box-shadow:var(--shadow-lg);max-width:640px;margin-inline:auto}.reg-success svg{color:var(--green);margin-bottom:1rem}.reg-success h2{color:var(--blue);margin-bottom:.75rem}.reg-success p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.reg-form-error{text-align:center;margin-top:1rem}.form-error{color:var(--red);font-size:.9rem;line-height:1.45}@media(max-width:900px){.reg-steps{grid-template-columns:repeat(3,1fr)}.reg-conditions__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.reg-doc-card{flex-direction:column;text-align:center}.reg-doc-card__btn{width:100%;justify-content:center}.reg-form{padding:1.35rem 1rem 1.25rem;border-radius:18px}.reg-grid--2{grid-template-columns:1fr}.reg-steps{grid-template-columns:repeat(2,1fr)}.reg-step__label{font-size:.64rem}.reg-conditions__grid{grid-template-columns:1fr}.reg-actions{flex-direction:column}.reg-actions .btn{width:100%;justify-content:center}}:root{--red: #D12027;--orange: #F58220;--green: #00A651;--blue: #2E3192;--purple: #92278F;--red-light: #fde8e9;--orange-light: #fff3e6;--green-light: #e6f7ef;--blue-light: #ececf7;--purple-light: #f5eaf5;--text: #1a1a2e;--text-muted: #5c5c7a;--white: #ffffff;--bg: #fafbfc;--border: #e8eaef;--shadow: 0 4px 24px rgba(46, 49, 146, .08);--shadow-lg: 0 12px 48px rgba(46, 49, 146, .12);--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--font-heading: "Quicksand", "Nunito", sans-serif;--font-body: "Nunito", system-ui, sans-serif;--header-height: 80px;--sky: #7ec8e8;--sky-dark: #5eb5db;--sunshine: #ffd54f;--sunshine-dark: #f5b800}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;max-width:100vw}body.menu-open{overflow:hidden}#root{overflow-x:hidden;width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2;font-weight:700}.container{width:min(1140px,92%);margin-inline:auto;max-width:100%}@media(max-width:480px){.container{width:min(1140px,94%)}}.section{padding:3.5rem 0}.section-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem;color:var(--text)}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin-bottom:1.75rem}.section-header{text-align:center;margin-bottom:2.25rem}.section-header .section-subtitle{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:50px;font-weight:700;font-size:.95rem;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--red),var(--orange));color:var(--white);box-shadow:0 4px 20px #d120274d}.btn-primary:hover{box-shadow:0 8px 28px #d1202766}.btn-outline{border:2px solid var(--blue);color:var(--blue);background:transparent}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-white{background:var(--white);color:var(--blue);box-shadow:var(--shadow)}.btn--full{width:100%}.card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.wave-divider{line-height:0;overflow:hidden}.wave-divider svg{width:100%;height:70px;display:block;vertical-align:bottom}.apple-text span:nth-child(1){color:var(--red)}.apple-text span:nth-child(2){color:var(--orange)}.apple-text span:nth-child(3){color:var(--green)}.apple-text span:nth-child(4){color:var(--green)}.apple-text span:nth-child(5){color:var(--blue)}.apple-text span:nth-child(6){color:var(--purple)}@media(max-width:768px){.section{padding:2.5rem 0}.section-header--styled{margin-bottom:1.75rem}.section-title{font-size:clamp(1.5rem,5.5vw,2rem)}.section-subtitle{font-size:1rem}}.aos{opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--aos-delay, 0ms)}.aos--fade-up{transform:translateY(50px)}.aos--fade-down{transform:translateY(-50px)}.aos--fade-left{transform:translate(-50px)}.aos--fade-right{transform:translate(50px)}.aos--zoom-in{transform:scale(.9)}.aos--flip-up{transform:perspective(800px) rotateX(12deg) translateY(40px);transform-origin:center bottom}.aos.aos--visible{opacity:1;transform:translate(0) scale(1) rotateX(0);will-change:auto}.stagger-grid>*{opacity:0;transform:translateY(32px)}.aos--visible .stagger-grid>*{animation:staggerIn .7s cubic-bezier(.22,1,.36,1) forwards}.aos--visible .stagger-grid>*:nth-child(1){animation-delay:calc(var(--stagger, .1s) * 0)}.aos--visible .stagger-grid>*:nth-child(2){animation-delay:calc(var(--stagger, .1s) * 1)}.aos--visible .stagger-grid>*:nth-child(3){animation-delay:calc(var(--stagger, .1s) * 2)}.aos--visible .stagger-grid>*:nth-child(4){animation-delay:calc(var(--stagger, .1s) * 3)}.aos--visible .stagger-grid>*:nth-child(5){animation-delay:calc(var(--stagger, .1s) * 4)}.aos--visible .stagger-grid>*:nth-child(6){animation-delay:calc(var(--stagger, .1s) * 5)}.aos--visible .stagger-grid>*:nth-child(7){animation-delay:calc(var(--stagger, .1s) * 6)}.aos--visible .stagger-grid>*:nth-child(8){animation-delay:calc(var(--stagger, .1s) * 7)}@keyframes staggerIn{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.aos--visible .section-header--styled{animation:headerReveal .7s cubic-bezier(.22,1,.36,1) forwards}@keyframes headerReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{animation:headerFade .55s ease}@keyframes headerFade{0%{opacity:0}to{opacity:1}}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:btnShine 3.5s ease-in-out infinite}@keyframes btnShine{0%,to{left:-100%}50%{left:140%}}.card{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.hero-stat{animation:pulseSoft 3s ease-in-out infinite}.hero-stat:nth-child(2){animation-delay:.5s}.hero-stat:nth-child(3){animation-delay:1s}@keyframes pulseSoft{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.hero-card{animation:cardFloat 4s ease-in-out infinite}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.timeline-dot{animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 #2e319233}50%{box-shadow:0 0 0 8px #2e319200}}.icon-box{transition:transform .3s ease,box-shadow .3s ease}.icon-box:hover{transform:scale(1.08) rotate(-3deg)}@media(prefers-reduced-motion:reduce){.aos,.stagger-grid>*,.aos--visible .section-header--styled,.header,.btn-primary:after,.hero-stat,.hero-card,.timeline-dot,.icon-box:hover{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}.icon-box{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--white);box-shadow:var(--shadow);color:var(--blue);flex-shrink:0}.icon-box--red{background:var(--red-light);color:var(--red)}.icon-box--orange{background:var(--orange-light);color:var(--orange)}.icon-box--green{background:var(--green-light);color:var(--green)}.icon-box--blue{background:var(--blue-light);color:var(--blue)}.icon-box--purple{background:var(--purple-light);color:var(--purple)}.icon-box--lg{width:64px;height:64px;border-radius:16px}.icon-box--xl{width:72px;height:72px;border-radius:18px}.star-rating{display:flex;align-items:center;justify-content:center;gap:.2rem;color:var(--orange);margin-bottom:1rem}.facility-check{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:.95rem;color:var(--blue)}.facility-check svg{color:var(--green);flex-shrink:0}.contact-success-icon{display:flex;justify-content:center;margin-bottom:1rem;color:var(--green)}
