:root{--pink: #E8618C;--pink-light: #fce8f0;--pink-dark: #c44870;--yellow: #F5C530;--yellow-light: #fef6d3;--yellow-dark: #d4a010;--blue: #4BA3E3;--blue-light: #daeeff;--blue-dark: #2e7fbe;--green: #3DB87A;--green-light: #d2f5e5;--green-dark: #289059;--bg: #FFFDF8;--cream: #FFF8EE;--white: #FFFFFF;--dark: #160E1E;--dark-2: #2A1F36;--gray-700: #4A3F56;--gray-500: #7B6F88;--gray-300: #C8C0D4;--gray-100: #F4F0F8;--font-heading: "Nunito", sans-serif;--font-body: "Nunito", sans-serif;--section-pad-mobile: 72px 20px;--section-pad-tablet: 88px 40px;--section-pad-desktop: 104px 60px;--radius-sm: 14px;--radius-md: 22px;--radius-lg: 32px;--radius-xl: 48px;--radius-full: 9999px;--shadow-sm: 0 2px 16px rgba(22,14,30,.07);--shadow-md: 0 6px 32px rgba(22,14,30,.12);--shadow-lg: 0 12px 48px rgba(22,14,30,.16);--shadow-pink: 0 8px 32px rgba(232,97,140,.4);--shadow-blue: 0 8px 32px rgba(75,163,227,.35);--max-w: 1180px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--dark);font-size:16px;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.15;font-weight:900}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--pink);color:var(--white);font-family:var(--font-heading);font-weight:900;font-size:1rem;padding:15px 30px;border-radius:var(--radius-full);border:none;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:var(--shadow-pink);min-height:52px;letter-spacing:.01em}.btn-primary:hover{background:var(--pink-dark);transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px #e8618c80}.btn-primary:active{transform:translateY(0) scale(1)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--dark);font-family:var(--font-heading);font-weight:800;font-size:.95rem;padding:13px 26px;border-radius:var(--radius-full);border:2.5px solid var(--dark);cursor:pointer;transition:background .18s,color .18s;min-height:52px}.btn-outline:hover{background:var(--dark);color:var(--white)}.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--white);color:var(--pink);font-family:var(--font-heading);font-weight:900;font-size:1rem;padding:15px 30px;border-radius:var(--radius-full);border:none;cursor:pointer;transition:transform .18s,box-shadow .18s;box-shadow:var(--shadow-md);min-height:52px}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.section-label{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--pink);background:var(--pink-light);padding:6px 16px;border-radius:var(--radius-full)}.section-label--white{color:var(--white);background:#ffffff2e}.section-label--dark{color:var(--dark);background:var(--yellow)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(2deg)}66%{transform:translateY(-5px) rotate(-1deg)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.4);opacity:0}}.fade-up{animation:fadeUp .65s cubic-bezier(.22,.68,0,1.2) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.32s}.delay-4{animation-delay:.44s}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;background:#fffdf8e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:2px solid rgba(232,97,140,.12)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px}.nav-logo-img[data-astro-cid-dmqpwcec]{height:40px;width:auto;mix-blend-mode:multiply}.nav-cta[data-astro-cid-dmqpwcec]{font-size:.88rem;padding:10px 22px;min-height:44px}@media (min-width: 768px){.nav-logo-img[data-astro-cid-dmqpwcec]{height:48px}.nav-cta[data-astro-cid-dmqpwcec]{font-size:.95rem;padding:12px 28px}}.hero[data-astro-cid-bbe6dxrz]{position:relative;overflow:hidden;background:var(--bg);padding:60px 0 0}.shape[data-astro-cid-bbe6dxrz]{position:absolute;pointer-events:none;z-index:0}.shape-circle-1[data-astro-cid-bbe6dxrz]{width:480px;height:480px;background:radial-gradient(circle,var(--pink-light) 0%,transparent 70%);border-radius:50%;top:-160px;right:-120px;opacity:.9}.shape-circle-2[data-astro-cid-bbe6dxrz]{width:260px;height:260px;background:radial-gradient(circle,var(--yellow-light) 0%,transparent 70%);border-radius:50%;bottom:80px;left:-60px;opacity:.8}.shape-donut[data-astro-cid-bbe6dxrz]{width:180px;height:180px;border:20px solid var(--blue-light);border-radius:50%;top:30px;left:40%;opacity:.6;animation:spin-slow 25s linear infinite}.shape-star[data-astro-cid-bbe6dxrz]{font-size:2.4rem;color:var(--yellow);top:18%;right:18%;animation:float 4s ease-in-out infinite;opacity:.7}.shape-star-2[data-astro-cid-bbe6dxrz]{font-size:1.4rem;color:var(--pink);bottom:28%;left:8%;animation:float 5s ease-in-out infinite 1s;opacity:.5}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;display:flex;flex-direction:column;gap:48px;align-items:center;padding-bottom:40px}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:22px;text-align:center;max-width:620px}.hero-badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--pink-dark);background:var(--pink-light);padding:8px 18px;border-radius:var(--radius-full);border:1.5px solid rgba(232,97,140,.25);align-self:center}.badge-dot[data-astro-cid-bbe6dxrz]{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pulse-ring 1.8s ease-out infinite;flex-shrink:0}.hero-daycare-name[data-astro-cid-bbe6dxrz]{font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:var(--pink);line-height:1.2}.hero-headline[data-astro-cid-bbe6dxrz]{font-size:clamp(2.2rem,6vw,3.8rem);font-weight:900;color:var(--dark);line-height:1.12}.headline-pop[data-astro-cid-bbe6dxrz]{position:relative;display:inline-block;color:var(--pink);font-style:normal}.headline-pop[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:normal}.underline-svg[data-astro-cid-bbe6dxrz]{position:absolute;bottom:-4px;left:0;width:100%;height:16px}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:1.05rem;color:var(--gray-700);line-height:1.72;max-width:520px;margin:0 auto}.hero-sub[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{color:var(--pink);font-weight:800}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:12px;align-items:center}.hero-cta[data-astro-cid-bbe6dxrz]{width:100%;max-width:300px;font-size:1.05rem;padding:17px 32px}.trust-row[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;font-size:.8rem;font-weight:700;color:var(--gray-700)}.trust-item[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:6px}.trust-icon[data-astro-cid-bbe6dxrz]{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:900;flex-shrink:0}.trust-sep[data-astro-cid-bbe6dxrz]{color:var(--gray-300);font-size:1.2rem}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;width:100%;max-width:400px}.visual-card[data-astro-cid-bbe6dxrz]{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:16px;position:relative;overflow:visible;border:3px solid var(--pink-light)}.visual-photo-area[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--pink-light) 0%,var(--blue-light) 50%,var(--yellow-light) 100%);border-radius:var(--radius-md);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-photo[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;display:block}.info-card[data-astro-cid-bbe6dxrz]{position:absolute;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:10px 14px;display:flex;align-items:center;gap:10px;white-space:nowrap;border:2px solid var(--gray-100)}.info-card--top[data-astro-cid-bbe6dxrz]{top:-18px;right:-16px;animation:float 3.5s ease-in-out infinite}.info-card--bottom[data-astro-cid-bbe6dxrz]{bottom:-18px;left:-16px;animation:float 4s ease-in-out infinite 1.2s}.info-icon[data-astro-cid-bbe6dxrz]{font-size:1.5rem}.info-title[data-astro-cid-bbe6dxrz]{font-size:.82rem;font-weight:800;color:var(--dark)}.info-sub[data-astro-cid-bbe6dxrz]{font-size:.72rem;color:var(--gray-500);font-weight:600}.block-tiles[data-astro-cid-bbe6dxrz]{display:flex;gap:6px;justify-content:center;margin-top:20px}.block-tile[data-astro-cid-bbe6dxrz]{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:900;font-size:1.1rem;color:var(--white);box-shadow:0 3px 10px #00000026;transition:transform .2s}.block-tile[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-4px) rotate(3deg)}.tile-pink[data-astro-cid-bbe6dxrz]{background:var(--pink)}.tile-yellow[data-astro-cid-bbe6dxrz]{background:var(--yellow);color:var(--dark)}.tile-blue[data-astro-cid-bbe6dxrz]{background:var(--blue)}.tile-green[data-astro-cid-bbe6dxrz]{background:var(--green)}.hero-wave[data-astro-cid-bbe6dxrz]{line-height:0}.hero-wave[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:100%;display:block;height:80px}@media (min-width: 768px){.hero[data-astro-cid-bbe6dxrz]{padding:80px 0 0}.hero-inner[data-astro-cid-bbe6dxrz]{flex-direction:row;align-items:center;justify-content:space-between;gap:56px;padding-bottom:56px}.hero-content[data-astro-cid-bbe6dxrz]{text-align:left;flex:1;min-width:0}.hero-badge[data-astro-cid-bbe6dxrz]{align-self:flex-start}.hero-sub[data-astro-cid-bbe6dxrz]{margin:0}.hero-actions[data-astro-cid-bbe6dxrz]{flex-direction:row;align-items:center}.hero-cta[data-astro-cid-bbe6dxrz]{width:auto}.trust-row[data-astro-cid-bbe6dxrz]{justify-content:flex-start}.hero-visual[data-astro-cid-bbe6dxrz]{flex:0 0 380px;max-width:380px}}@media (min-width: 1024px){.hero-visual[data-astro-cid-bbe6dxrz]{flex:0 0 440px;max-width:440px}.block-tile[data-astro-cid-bbe6dxrz]{width:52px;height:52px;font-size:1.3rem}}.social-proof[data-astro-cid-bcts4zk3]{background:var(--cream);padding:var(--section-pad-mobile)}.sp-header[data-astro-cid-bcts4zk3]{text-align:center;margin-bottom:40px;display:flex;flex-direction:column;align-items:center;gap:12px}.sp-header[data-astro-cid-bcts4zk3] h2[data-astro-cid-bcts4zk3]{font-size:clamp(1.8rem,4vw,2.6rem);color:var(--dark)}.sp-image-wrap[data-astro-cid-bcts4zk3]{width:100%;max-width:1000px;margin:0 auto;display:block}.sp-image[data-astro-cid-bcts4zk3]{width:100%;height:auto;display:block;margin:0 auto}.sp-image-desktop[data-astro-cid-bcts4zk3]{display:none}@media (min-width: 640px){.sp-image-mobile[data-astro-cid-bcts4zk3]{display:none}.sp-image-desktop[data-astro-cid-bcts4zk3]{display:block}}@media (min-width: 640px){.social-proof[data-astro-cid-bcts4zk3]{padding:var(--section-pad-tablet)}}@media (min-width: 1024px){.social-proof[data-astro-cid-bcts4zk3]{padding:var(--section-pad-desktop)}}.vp[data-astro-cid-ud73yvs4]{background:var(--cream);padding:0;position:relative}.vp-wave-top[data-astro-cid-ud73yvs4],.vp-wave-bottom[data-astro-cid-ud73yvs4]{line-height:0}.vp-wave-top[data-astro-cid-ud73yvs4] svg[data-astro-cid-ud73yvs4],.vp-wave-bottom[data-astro-cid-ud73yvs4] svg[data-astro-cid-ud73yvs4]{width:100%;display:block;height:60px}.vp-wave-bottom[data-astro-cid-ud73yvs4] svg[data-astro-cid-ud73yvs4]{height:72px}.container[data-astro-cid-ud73yvs4]{padding-top:56px;padding-bottom:56px}.vp-header[data-astro-cid-ud73yvs4]{text-align:center;margin-bottom:48px;display:flex;flex-direction:column;align-items:center;gap:14px}.vp-header[data-astro-cid-ud73yvs4] h2[data-astro-cid-ud73yvs4]{font-size:clamp(1.9rem,4.5vw,2.8rem);color:var(--dark);line-height:1.18}.vp-grid[data-astro-cid-ud73yvs4]{display:grid;grid-template-columns:1fr;gap:16px}.vp-card[data-astro-cid-ud73yvs4]{position:relative;background:var(--white);border-radius:var(--radius-lg);padding:24px 20px 28px;overflow:hidden;box-shadow:var(--shadow-sm);border:2px solid transparent;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;flex-direction:column;gap:14px}.vp-card[data-astro-cid-ud73yvs4]:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--card-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.vp-card[data-astro-cid-ud73yvs4]:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--card-light)}.vp-accent[data-astro-cid-ud73yvs4]{position:absolute;width:160px;height:160px;border-radius:50%;background:var(--card-light);bottom:-60px;right:-50px;transition:transform .3s;pointer-events:none}.vp-card[data-astro-cid-ud73yvs4]:hover .vp-accent[data-astro-cid-ud73yvs4]{transform:scale(1.2)}.vp-card-top[data-astro-cid-ud73yvs4]{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.vp-emoji[data-astro-cid-ud73yvs4]{font-size:2.6rem;line-height:1}.vp-tag[data-astro-cid-ud73yvs4]{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--card-bg);background:var(--card-light);padding:5px 12px;border-radius:var(--radius-full)}.vp-headline[data-astro-cid-ud73yvs4]{font-size:1.2rem;font-weight:900;color:var(--dark);line-height:1.25;position:relative;z-index:1}.vp-body[data-astro-cid-ud73yvs4]{font-size:.95rem;color:var(--gray-700);line-height:1.68;position:relative;z-index:1}@media (min-width: 640px){.vp-grid[data-astro-cid-ud73yvs4]{grid-template-columns:repeat(2,1fr)}.vp-card[data-astro-cid-ud73yvs4]:last-child{grid-column:auto;max-width:none;margin:0}}@media (min-width: 900px){.vp-grid[data-astro-cid-ud73yvs4]{grid-template-columns:repeat(4,1fr)}}.vp-headline[data-astro-cid-ud73yvs4]{font-size:1.05rem}.vp-body[data-astro-cid-ud73yvs4]{font-size:.88rem}.reviews[data-astro-cid-bgwftent]{padding:var(--section-pad-mobile);background:linear-gradient(160deg,#1a1a2e,#16213e 60%,#0f3460);color:var(--white);position:relative;overflow:hidden}.reviews[data-astro-cid-bgwftent]:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:var(--pink);opacity:.06;top:-100px;right:-100px;pointer-events:none}.reviews[data-astro-cid-bgwftent]:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:var(--blue);opacity:.08;bottom:-80px;left:-60px;pointer-events:none}.reviews-header[data-astro-cid-bgwftent]{text-align:center;margin-bottom:40px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:1}.reviews-header[data-astro-cid-bgwftent] .section-label[data-astro-cid-bgwftent]{color:var(--yellow);background:#f5c53026}.reviews-header[data-astro-cid-bgwftent] h2[data-astro-cid-bgwftent]{font-size:clamp(1.6rem,4vw,2.4rem);color:var(--white)}.reviews-cta[data-astro-cid-bgwftent]{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:36px;position:relative;z-index:1}.reviews-cta[data-astro-cid-bgwftent] p[data-astro-cid-bgwftent]{font-size:.9rem;color:#ffffff8c}.reviews-cta[data-astro-cid-bgwftent] .btn-ghost[data-astro-cid-bgwftent]{color:var(--white);border-color:#ffffff40;min-height:44px}.reviews-cta[data-astro-cid-bgwftent] .btn-ghost[data-astro-cid-bgwftent]:hover{border-color:var(--yellow);color:var(--yellow)}@media (min-width: 640px){.reviews[data-astro-cid-bgwftent]{padding:var(--section-pad-tablet)}}.elfsight-widget-wrap[data-astro-cid-bgwftent]{position:relative;z-index:1;width:100%;max-width:900px;margin:0 auto 32px}@media (min-width: 1024px){.reviews[data-astro-cid-bgwftent]{padding:var(--section-pad-desktop)}}.tour[data-astro-cid-ejdecvpg]{background:var(--bg);padding:var(--section-pad-mobile);position:relative;overflow:hidden}.tour-decor[data-astro-cid-ejdecvpg]{position:absolute;inset:0;pointer-events:none;z-index:0}.decor-ring[data-astro-cid-ejdecvpg]{position:absolute;border-radius:50%;border:3px solid;opacity:.12}.decor-ring-1[data-astro-cid-ejdecvpg]{width:400px;height:400px;border-color:var(--pink);top:-150px;right:-100px}.decor-ring-2[data-astro-cid-ejdecvpg]{width:280px;height:280px;border-color:var(--yellow);bottom:-80px;left:-60px}.decor-star[data-astro-cid-ejdecvpg]{position:absolute;font-size:2rem;animation:float 4s ease-in-out infinite}.star-1[data-astro-cid-ejdecvpg]{color:var(--yellow);top:15%;left:55%;animation-delay:0s;opacity:.4}.star-2[data-astro-cid-ejdecvpg]{color:var(--pink);bottom:20%;right:10%;animation-delay:1.5s;opacity:.3}.tour-inner[data-astro-cid-ejdecvpg]{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px;align-items:center;max-width:900px;margin:0 auto}.tour-header[data-astro-cid-ejdecvpg]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.tour-header[data-astro-cid-ejdecvpg] h2[data-astro-cid-ejdecvpg]{font-size:clamp(2rem,4.5vw,3rem);color:var(--dark);line-height:1.12}.tour-sub[data-astro-cid-ejdecvpg]{font-size:1.05rem;color:var(--gray-700);line-height:1.7;max-width:520px}.contact-stack[data-astro-cid-ejdecvpg]{display:grid;grid-template-columns:1fr;gap:10px;width:100%}.contact-tile[data-astro-cid-ejdecvpg]{display:flex;align-items:center;gap:14px;background:var(--white);border-radius:var(--radius-md);padding:14px 16px;box-shadow:var(--shadow-sm);border:2px solid var(--gray-100);color:inherit;transition:border-color .2s,transform .18s,box-shadow .18s;cursor:pointer}.contact-tile[data-astro-cid-ejdecvpg]:hover{border-color:var(--pink-light);transform:translate(6px);box-shadow:var(--shadow-md)}.contact-tile--static[data-astro-cid-ejdecvpg]{cursor:default}.contact-tile--static[data-astro-cid-ejdecvpg]:hover{transform:none}.ct-icon[data-astro-cid-ejdecvpg]{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ct-text[data-astro-cid-ejdecvpg]{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ct-label[data-astro-cid-ejdecvpg]{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500)}.ct-value[data-astro-cid-ejdecvpg]{font-size:.92rem;font-weight:800;color:var(--dark);overflow-wrap:break-word}.ct-arrow[data-astro-cid-ejdecvpg]{color:var(--gray-300);flex-shrink:0}.cal-full[data-astro-cid-ejdecvpg]{width:100%;max-width:900px;margin:0 auto 40px;background:var(--white);border-radius:var(--radius-lg);overflow:hidden}@media (max-width: 639px){.contact-tile[data-astro-cid-ejdecvpg]{padding:10px 12px;gap:10px}.ct-icon[data-astro-cid-ejdecvpg]{width:36px;height:36px}.ct-label[data-astro-cid-ejdecvpg]{font-size:.62rem}.ct-value[data-astro-cid-ejdecvpg]{font-size:.78rem}}.mobile-br[data-astro-cid-ejdecvpg],.desktop-br[data-astro-cid-ejdecvpg]{display:none}@media (max-width: 639px){.mobile-br[data-astro-cid-ejdecvpg]{display:inline}}@media (min-width: 640px){.desktop-br[data-astro-cid-ejdecvpg]{display:inline}}@media (min-width: 640px){.contact-stack[data-astro-cid-ejdecvpg]{grid-template-columns:repeat(3,1fr)}.tour-inner--contact[data-astro-cid-ejdecvpg]{max-width:1100px}}@media (min-width: 768px){.tour[data-astro-cid-ejdecvpg]{padding:var(--section-pad-tablet)}}@media (min-width: 1024px){.tour[data-astro-cid-ejdecvpg]{padding:var(--section-pad-desktop)}}.footer[data-astro-cid-sz7xmlte]{background:var(--bg)}.footer-wave[data-astro-cid-sz7xmlte]{line-height:0}.footer-wave[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:100%;display:block;height:72px}.footer-body[data-astro-cid-sz7xmlte]{background:var(--dark)}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:40px;padding-top:48px;padding-bottom:48px}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:16px}.footer-logo[data-astro-cid-sz7xmlte]{width:220px;height:auto;mix-blend-mode:screen;opacity:.95}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.9rem;color:#ffffff73;line-height:1.6;max-width:280px}.footer-cta[data-astro-cid-sz7xmlte]{align-self:flex-start;font-size:.9rem;padding:12px 24px;min-height:46px}.footer-col-title[data-astro-cid-sz7xmlte]{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--yellow);margin-bottom:16px}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#fff9;line-height:1.5}.fl-icon[data-astro-cid-sz7xmlte]{font-size:1rem;flex-shrink:0;margin-top:0}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff9;transition:color .2s}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--pink)}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.footer-bottom[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.block-tiles[data-astro-cid-sz7xmlte]{display:flex;gap:6px}.mini-tile[data-astro-cid-sz7xmlte]{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:900;font-size:.75rem;color:var(--white);box-shadow:0 2px 6px #00000040}.footer-copy[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#ffffff40}@media (min-width: 640px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media (min-width: 1024px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1.4fr 1.2fr}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:auto}}
