.cookie-banner{z-index:var(--z-toast);background:var(--lemonade-white);border-top:1px solid var(--lemonade-border);animation:.3s ease-out cookie-slide-up;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014}@keyframes cookie-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-inner{max-width:720px;padding:var(--space-2xl) var(--space-xl);margin:0 auto}.cookie-banner-text{margin:0 0 var(--space-lg);font-size:var(--text-base);line-height:1.6}.cookie-banner-text a{color:var(--lemonade-pink);text-decoration:underline}.cookie-banner-heading{margin:0 0 var(--space-lg);font-size:var(--text-md);font-weight:700}.cookie-banner-actions{justify-content:center;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.cookie-btn{font-family:inherit;font-size:var(--text-sm);border-radius:var(--radius-pill);cursor:pointer;padding:10px 20px;font-weight:600;transition:background-color .15s,color .15s}.cookie-btn-primary{background:var(--lemonade-pink);color:var(--lemonade-white);border:none}.cookie-btn-primary:hover{background:var(--lemonade-pink-hover)}.cookie-btn-outline{color:var(--lemonade-black);border:1px solid var(--lemonade-border);background:0 0}.cookie-btn-outline:hover{border-color:var(--lemonade-black)}.cookie-btn-text{color:var(--lemonade-pink);background:0 0;border:none;padding:10px 8px}.cookie-btn-text:hover{text-decoration:underline}.cookie-category{margin-bottom:var(--space-lg)}.cookie-category-header{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.cookie-category-name{font-weight:700;font-size:var(--text-base)}.cookie-category-desc{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.5}.cookie-toggle-always{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.cookie-toggle{cursor:pointer;width:44px;height:24px;display:inline-block;position:relative}.cookie-toggle input{opacity:0;width:0;height:0;position:absolute}.cookie-toggle-slider{background:var(--lemonade-border);border-radius:var(--radius-pill);transition:background-color .2s;position:absolute;inset:0}.cookie-toggle-slider:before{content:"";background:var(--lemonade-white);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.cookie-toggle input:checked+.cookie-toggle-slider{background:var(--lemonade-pink)}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(20px)}.cookie-toggle input:focus-visible+.cookie-toggle-slider{outline:2px solid var(--input-focus);outline-offset:2px}@media (max-width:640px){.cookie-banner-inner{padding:var(--space-xl) var(--space-lg)}.cookie-banner-actions{flex-direction:column;align-items:stretch}.cookie-btn{text-align:center}}
.navigation-progress{background:var(--lemonade-pink);height:3px;z-index:var(--z-progress);pointer-events:none;position:fixed;top:0;left:0}.navigation-progress.loading{width:0;animation:8s cubic-bezier(.2,.5,0,1) forwards nav-progress-loading}.navigation-progress.complete{width:100%;animation:.25s ease-out forwards nav-progress-complete}@keyframes nav-progress-loading{0%{width:0}10%{width:30%}50%{width:70%}to{width:95%}}@keyframes nav-progress-complete{0%{opacity:1;width:95%}to{opacity:0;width:100%}}
:root{--lemonade-pink:#fe6474;--lemonade-pink-hover:#e05665;--lemonade-black:#4a4a4a;--lemonade-gray:#f5f5f5;--lemonade-border:#eee;--lemonade-white:#fff;--input-focus:#4a4a4a;--input-error:#dc2626;--input-error-bg:#dc262626;--text-muted:#888;--text-secondary:#757575;--border-light:#ccc;--warning-bg:#fff3cd;--warning-border:#ffc107;--warning-text:#856404;--z-dropdown:100;--z-sticky:200;--z-navbar:1000;--z-drawer:1050;--z-dialog-overlay:1100;--z-dialog:1100;--z-autocomplete:1200;--z-toast:1300;--z-progress:99999;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:32px;--space-4xl:40px;--text-xs:.75rem;--text-sm:.85rem;--text-base:.9rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-pill:100px;color:var(--lemonade-black);background-color:var(--lemonade-white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito Sans,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;color:var(--lemonade-black);background-color:var(--lemonade-white);margin:0}#__next{width:100%}*{box-sizing:border-box}input:invalid,textarea:invalid,select:invalid,input:required,textarea:required,select:required{box-shadow:none;outline:none}@media (max-width:768px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,select{font-size:16px!important}}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}.landing-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.desktop-only{display:flex}.mobile-only{display:none!important}.hero{text-align:center;background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:617px;margin-bottom:160px;padding:80px 20px 0;display:flex;position:relative}.hero-mobile-img{display:none!important}.hero-split-bg{z-index:1;pointer-events:none;width:100vw;height:100%;display:flex;position:absolute;top:0;left:0}.hero-split-left,.hero-split-right{flex:1;height:100%;display:block;position:relative}.hero-split-left img{object-fit:contain;object-position:left bottom;opacity:1;width:auto;max-width:100%;height:471px;position:absolute;bottom:-80px;left:0;transform:translateY(8px)}.hero-split-right img{object-fit:contain;object-position:right bottom;opacity:1;width:auto;max-width:100%;height:471px;position:absolute;bottom:-80px;right:0}.hero-split-center{flex:0 0 200px;height:100%;position:relative}@media (max-width:1200px){.hero-split-left img,.hero-split-right img{height:380px}.hero-split-center{flex:0 0 100px}}@media (max-width:1024px){.hero-split-center{flex:0 0 40px}.hero-split-left img,.hero-split-right img{height:320px}}@media (max-width:900px){.hero-content{max-width:500px}}.hero-content{z-index:2;max-width:650px;position:relative}.hero h1{color:var(--lemonade-black);text-shadow:0 2px 8px #00000026;margin-top:0;margin-bottom:24px;font-size:clamp(32px,6vw,64px);font-weight:800;line-height:1.1}.hero p{color:var(--lemonade-black);opacity:.7;text-shadow:0 1px 4px #0000001a;margin-bottom:48px;font-size:clamp(18px,2vw,22px)}.btn-pink-pill{background:var(--lemonade-pink);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;height:60px;margin:0 auto;padding:0 48px;font-size:18px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.btn-pink-pill:hover{background:var(--lemonade-pink-hover);transform:translateY(-2px)}.btn-pink-pill:disabled{color:#999;cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.apps-coming-soon{text-align:center;flex-direction:column;align-items:center;display:flex}.apps-coming-soon h3{margin:16px 0 8px;font-size:24px;font-weight:800}.apps-coming-soon p{color:var(--lemonade-black);opacity:.7;margin-bottom:24px;font-size:16px}.app-badges{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.app-badge{border:2px solid var(--lemonade-border);background:var(--lemonade-white);border-radius:12px;align-items:center;gap:10px;padding:10px 20px;display:flex}.app-badge.disabled{opacity:.45;cursor:default}.app-badge-text{text-align:left;flex-direction:column;display:flex}.app-badge-small{font-size:11px;font-weight:600;line-height:1.2}.app-badge-large{font-size:16px;font-weight:800;line-height:1.2}.cloud-section{position:relative;overflow:hidden}.cloud-section:before,.cloud-section:after{content:"";pointer-events:none;z-index:0;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'%3E%3Cpath d='M 50 90 L 150 90 A 20 20 0 0 0 150 50 A 30 30 0 0 0 95 40 A 25 25 0 0 0 55 55 A 20 20 0 0 0 50 90 Z' fill='%23fe6474'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;position:absolute}.cloud-section:before{width:600px;height:360px;animation:5s ease-in-out infinite cloudDriftLeft;top:-50px;left:-140px}.cloud-section:after{width:550px;height:330px;animation:6s ease-in-out infinite cloudDriftRight;bottom:-50px;right:-140px;transform:scaleX(-1)}.cloud-section>.section-container{z-index:1;position:relative}@keyframes cloudDriftLeft{0%,to{transform:translate(0)}25%{transform:translate(15px,-8px)}50%{transform:translate(25px,5px)}75%{transform:translate(10px,-5px)}}@keyframes cloudDriftRight{0%,to{transform:scaleX(-1)translate(0)}25%{transform:scaleX(-1)translate(12px,6px)}50%{transform:scaleX(-1)translate(22px,-7px)}75%{transform:scaleX(-1)translate(8px,4px)}}.cta-section{background:var(--lemonade-gray);text-align:center}.cta-section h2{margin-bottom:16px;font-size:36px;font-weight:800}.cta-section p{color:var(--lemonade-black);opacity:.7;margin-bottom:32px;font-size:18px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-pink-pill-link{background:var(--lemonade-pink);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;min-width:200px;height:56px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.btn-pink-pill-link:hover{background:var(--lemonade-pink-hover);color:#fff;transform:translateY(-2px)}.btn-outline-pill-link{min-width:200px;height:60px;color:var(--lemonade-pink);border:2px solid var(--lemonade-pink);cursor:pointer;background:0 0;border-radius:100px;justify-content:center;align-items:center;padding:0 32px;font-size:18px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.btn-outline-pill-link:hover{background:#fe64740d;transform:translateY(-2px)}.section-white{background:#fff}.section-gray{background:var(--lemonade-gray)}.section-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:45px 40px;display:flex}.section-header{text-align:center;max-width:700px;margin-bottom:40px}.section-header h1,.section-header h2{margin-bottom:12px;font-size:36px;font-weight:800}.section-subtitle{color:var(--lemonade-black);opacity:.7;font-size:18px}.usp-grid,.product-grid,.proof-grid{gap:24px;width:100%;display:grid}.usp-grid{grid-template-columns:repeat(4,1fr)}.proof-grid{grid-template-columns:repeat(3,1fr);max-width:1000px}.product-grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.city-collapse{text-align:center;max-width:900px;margin:24px auto 0}.gta-cities-section .section-header{margin-bottom:16px}.gta-cities-section .city-collapse{margin-top:0}.city-collapse-summary{cursor:pointer;color:var(--lemonade-pink);align-items:center;gap:8px;padding:8px 2px;font-size:16px;font-weight:700;list-style:none;transition:color .12s;display:inline-flex}.city-collapse-summary::-webkit-details-marker{display:none}.city-collapse-summary:after{content:"";border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transition:transform .2s;transform:rotate(45deg)translate(-2px,-2px)}.city-collapse[open] .city-collapse-summary:after{transform:rotate(-135deg)translate(-2px,-2px)}.city-collapse-summary:hover{color:var(--lemonade-pink-hover)}.city-collapse-summary:focus-visible{outline:2px solid var(--lemonade-pink);outline-offset:4px;border-radius:4px}.city-regions{flex-direction:column;gap:28px;margin-top:20px;display:flex}.city-region-label{color:var(--lemonade-black);text-align:left;margin:0 0 10px;font-size:18px;font-weight:700}.city-links{flex-wrap:wrap;gap:4px 20px;margin:0;padding:0;list-style:none;display:flex}.city-link{color:var(--lemonade-black);font-size:15px;text-decoration:none;transition:color .12s}.city-link:hover{color:var(--lemonade-pink);text-underline-offset:3px;text-decoration:underline}.gta-cities-aside{text-align:center;margin-top:24px}.usp-card{text-align:center;padding:24px}.usp-icon{justify-content:center;margin-bottom:16px;display:flex}.usp-card h3{margin-bottom:8px;font-size:18px;font-weight:800}.usp-card p{color:#757575;font-size:15px;line-height:1.6}.proof-item{text-align:center;padding:24px}.proof-item svg{margin-bottom:16px}.proof-item h4{margin-bottom:8px;font-size:18px;font-weight:800}.proof-item p{color:#757575;font-size:15px;line-height:1.6}.product-card{border:1px solid var(--lemonade-border);background:#fcfcfc;border-radius:20px;flex-direction:column;flex:0 calc(33.333% - 16px);min-width:320px;padding:24px;display:flex;box-shadow:0 4px 22px #0000000f}.product-card-header{align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.product-title-group{flex-direction:column;display:flex}.product-subtitle{color:#888;margin-top:4px;font-size:13px;font-weight:600;line-height:1.4}.product-icon{border-radius:12px;align-items:center;margin-top:2px;padding:10px;display:flex}.product-icon-boarding{color:#fe6474;background:#fe64741a}.product-icon-sitting{color:#6c5ce7;background:#6c5ce71a}.product-icon-daycare{color:#f59e0b;background:#f59e0b1a}.product-icon-dropin{color:#10b981;background:#10b9811a}.product-icon-walking{color:#3b82f6;background:#3b82f61a}.product-icon-taxi{color:#ec4899;background:#ec48991a}.product-card h3{margin:0;font-size:20px;font-weight:800;line-height:1.2}.product-card p{color:#757575;flex:1;margin-bottom:16px;font-size:15px;line-height:1.6}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-learn-more{color:var(--lemonade-black);font-size:14px;font-weight:700;text-decoration:none}.product-learn-more:hover{text-decoration:underline}.product-action{color:var(--lemonade-pink);font-size:14px;font-weight:800;text-decoration:none}.product-action:hover{text-decoration:underline}.sitter-pricing-hero{padding-top:0}.sitter-pricing-hero>.section-container{max-width:1200px}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:32px;width:100%;max-width:800px;margin:0 auto;display:grid}.pricing-card{border:1px solid var(--lemonade-border);background:#fff;border-radius:20px;flex-direction:column;padding:32px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000000d}.pricing-card.featured{border:2px solid var(--lemonade-pink)}.pricing-badge{background:var(--lemonade-pink);color:#fff;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:800;position:absolute;top:16px;right:16px}.pricing-header h3{color:var(--lemonade-pink);margin-bottom:12px;font-size:20px}.price-tag{margin-bottom:4px}.price-amount{font-size:40px;font-weight:800}.price-period{opacity:.5;font-size:18px}.price-setup{color:#d4a373;margin-bottom:24px;font-size:14px;font-weight:700}.price-features{flex:1;margin-bottom:32px}.price-features li{align-items:center;gap:10px;margin-bottom:10px;font-size:14px;display:flex}.btn-pricing{cursor:pointer;border-radius:100px;justify-content:center;align-items:center;height:56px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.btn-pink{background:var(--lemonade-pink);color:#fff;border:none}.btn-pink:hover{background:var(--lemonade-pink-hover)}.btn-outline{border:2px solid var(--lemonade-pink);color:var(--lemonade-pink);background:0 0}.btn-outline:hover{background:#ff00830d}.reveal{opacity:0;transition:opacity .25s ease-out,transform .25s ease-out;transform:translateY(20px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-fade{opacity:0;transition:opacity .25s ease-out}.reveal-fade.revealed{opacity:1}.reveal-stagger>:first-child{transition-delay:0s}.reveal-stagger>:nth-child(2){transition-delay:60ms}.reveal-stagger>:nth-child(3){transition-delay:.12s}.reveal-stagger>:nth-child(4){transition-delay:.18s}.reveal-stagger>:nth-child(5){transition-delay:.24s}.reveal-stagger>:nth-child(6){transition-delay:.3s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-fade{opacity:1;transition:none;transform:none}}@media (max-width:1024px){.hero{padding-top:40px}.hero-content{margin-top:20px}.product-grid,.usp-grid{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hero{background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:auto;margin-bottom:160px;padding:60px 0 0;display:flex}.hero-content{z-index:10;order:1;max-width:90%;margin-bottom:0;padding:0 20px;position:relative}.hero-split-left,.hero-split-right{display:none!important}.hero-split-bg{pointer-events:none;flex-direction:column;order:2;justify-content:flex-end;width:100%;height:auto;margin-top:70px;display:flex;position:relative}.hero-split-center{justify-content:center;align-items:flex-end;width:100%;height:auto;display:flex;position:relative}.hero-mobile-img{object-fit:contain;object-position:center bottom;opacity:1;width:100%;height:auto;max-height:60svh;display:block!important}.desktop-only{display:none!important}.mobile-only{display:flex!important}.section-container{padding:40px 20px 32px}.section-header h1,.section-header h2{font-size:28px}.product-grid,.proof-grid,.usp-grid,.pricing-grid{text-align:center;grid-template-columns:1fr}.city-links{gap:6px 16px}.usp-icon,.proof-item svg{justify-content:center;margin:0 auto 12px;display:flex}}@media (max-width:932px) and (max-height:600px){.hero{text-align:center!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;height:auto!important;min-height:100svh!important;margin-bottom:160px!important;padding:60px 24px 0!important;display:flex!important;position:relative!important;overflow:visible!important}.hero-split-left,.hero-split-right{display:none!important}.hero-content{z-index:10!important;order:1!important;max-width:550px!important;margin-bottom:40px!important;position:relative!important}.hero h1{font-size:32px!important}.hero p{font-size:18px!important}.hero-split-bg{z-index:1!important;pointer-events:none!important;order:2!important;justify-content:center!important;width:100%!important;height:auto!important;margin-bottom:-30px!important;display:flex!important;position:relative!important;inset:auto!important}.hero-split-center{flex:auto!important;width:100%!important;max-width:600px!important;height:auto!important;position:relative!important}.hero-mobile-img{object-fit:contain!important;width:100%!important;height:auto!important;display:block!important}}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:6px;animation:1.5s ease-in-out infinite skeleton-shimmer}.skeleton-line{height:14px;margin-bottom:10px}.skeleton-line-lg{width:60%;height:24px;margin-bottom:12px}.skeleton-line-sm{width:40%;height:12px;margin-bottom:8px}.skeleton-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px}.skeleton-card{background:var(--lemonade-white);border:1px solid var(--lemonade-border);border-radius:12px;padding:20px}.skeleton-stat{border-radius:12px;height:80px}.page-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.page-spinner{border:3px solid var(--lemonade-border);border-top-color:var(--lemonade-pink);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite page-spin}@keyframes page-spin{to{transform:rotate(360deg)}}