.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%{clip-path:inset(100% 0 0)}to{clip-path:inset(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}#services{scroll-margin-top:96px}.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}.testimonials-section .section-container{padding-top:56px;padding-bottom:56px}.testimonial-carousel{grid-template-columns:48px 1fr 48px;align-items:center;gap:16px;width:100%;max-width:760px;display:grid}.testimonial-card{background:var(--lemonade-white);border:1px solid var(--lemonade-border);text-align:left;border-radius:22px;grid-template-columns:auto 1fr;align-items:flex-start;gap:20px;min-height:180px;padding:30px 36px;display:grid;box-shadow:0 12px 32px #4a4a4a12}.testimonial-quote-mark{color:#ff4666;font-family:Georgia,Times New Roman,serif;font-size:88px;font-weight:700;line-height:.78}.testimonial-copy{align-self:center}.testimonial-card blockquote{max-width:540px;color:var(--lemonade-black);margin:0;font-size:clamp(16px,1.7vw,20px);font-weight:700;line-height:1.45}.testimonial-author{color:var(--text-secondary);margin:16px 0 0;font-size:15px}.testimonial-author strong{color:var(--lemonade-black)}.testimonial-arrow,.testimonial-dot{cursor:pointer;border:0}.testimonial-arrow{background:var(--lemonade-white);width:48px;height:48px;color:var(--lemonade-pink);border-radius:999px;justify-content:center;align-items:center;transition:background .16s,color .16s,transform .16s;display:inline-flex;box-shadow:0 8px 20px #4a4a4a1a}.testimonial-arrow:hover{background:var(--lemonade-pink);color:var(--lemonade-white);transform:translateY(-2px)}.testimonial-arrow:focus-visible,.testimonial-dot:focus-visible{outline-offset:3px;outline:3px solid #fe647459}.testimonial-dots{justify-content:center;gap:10px;margin-top:24px;display:flex}.testimonial-dot{background:#d8d8d8;border-radius:999px;width:10px;height:10px;padding:0;transition:background .16s,transform .16s}.testimonial-dot-active{background:var(--lemonade-pink);transform:scale(1.2)}.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}.services-panel{border-radius:32px;width:100%;padding:40px 40px 44px;position:relative;overflow:hidden}.services-panel-overnight{background:linear-gradient(160deg,#3a3663 0%,#2c2949 100%);margin-bottom:32px}.services-panel-daytime{background:linear-gradient(160deg,#fff8ec 0%,#fffdf8 100%);border:1px solid #f4ead6}.services-panel-header{z-index:1;align-items:center;gap:14px;margin-bottom:30px;display:flex;position:relative}.services-pill{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:700;display:inline-flex}.services-pill-overnight{color:#cfc9ec;background:#ffffff14;border:1px solid #ffffff24}.services-pill-daytime{color:#c98a19;background:#fff3d6;border:1px solid #f4e2b4}.services-panel-caption{font-size:15px;font-weight:500}.services-panel-overnight .services-panel-caption{color:#a7a2ce}.services-panel-daytime .services-panel-caption{color:#7a705a}.services-cards{z-index:1;gap:24px;display:grid;position:relative}.services-cards-overnight{grid-template-columns:1fr 1fr}.services-cards-daytime{grid-template-columns:repeat(2,1fr)}.services-card{border-radius:24px;flex-direction:column;padding:30px 30px 26px;transition:transform .15s,box-shadow .15s,background-color .15s;display:flex}.services-card-overnight{background:#ffffff0b;border:1px solid #ffffff14}.services-card-overnight:hover{background:#ffffff12;transform:translateY(-2px)}.services-card-daytime{background:#fff;border:1px solid #f0ecec;box-shadow:0 8px 24px #2d28360a}.services-card-daytime:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2d283617}.services-card-header{align-items:center;gap:18px;margin-bottom:24px;display:flex}.services-tile{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.services-card-titles h3{margin:0;font-size:25px;font-weight:800;line-height:1.15}.services-card-caption{margin-top:4px;font-size:15px;font-weight:600;display:block}.services-card-desc{margin:0 0 26px;font-size:17px;line-height:1.5}.services-card-overnight h3{color:#fff}.services-card-overnight .services-card-caption{color:#b3aed8}.services-card-overnight .services-card-desc{color:#c4c0dd}.services-card-daytime h3{color:#2f2b36}.services-card-daytime .services-card-caption{color:#767180}.services-card-daytime .services-card-desc{color:#736e7c}.services-card-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.services-learn-more{font-size:16px;font-weight:700;text-decoration:none}.services-learn-more:hover{text-decoration:underline}.services-card-overnight .services-learn-more{color:#fff}.services-card-daytime .services-learn-more{color:#2f2b36}.services-action{align-items:center;gap:8px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.services-card-overnight .services-action{color:#ff8fa0}.services-card-daytime .services-action{color:#f8536c}.services-action svg{transition:transform .15s}.services-action:hover svg{transform:translate(4px)}.services-tile-boarding{color:#f8536c;background:#ffe1e6}.services-tile-sitting{color:#7b6ef0;background:#e9e5ff}.services-tile-daycare{color:#f5a623;background:#fff0d4}.services-tile-dropin{color:#1fb877;background:#d6f5e3}.services-tile-walking{color:#4a7bf0;background:#dde7ff}.services-tile-taxi{color:#ec5aa0;background:#fddcec}.services-sky{z-index:0;pointer-events:none;position:absolute;inset:0}.services-moon{background:#fdf3d0;border-radius:50%;width:62px;height:62px;position:absolute;top:34px;right:46px;box-shadow:0 0 34px 6px #fdf3d059,-20px 5px 0 -4px #3a3663}.services-star{background:#efe8ff;border-radius:50%;position:absolute}.services-star-1{width:4px;height:4px;top:40px;right:190px;box-shadow:0 0 8px 1px #efe8ff99}.services-star-2{background:#b8b2df;width:3px;height:3px;top:74px;right:260px}.services-star-3{width:5px;height:5px;top:30px;right:320px;box-shadow:0 0 8px 1px #efe8ff99}.services-star-4{background:#cfc9ec;width:3px;height:3px;top:96px;right:150px}.services-star-5{width:6px;height:6px;top:118px;right:210px;box-shadow:0 0 8px 1px #efe8ff99}.services-star-6{background:#b8b2df;width:3px;height:3px;top:62px;right:120px}.services-sun{z-index:0;pointer-events:none;background:radial-gradient(circle,#ffd680 0%,#ffe6ad 70%);border-radius:50%;width:66px;height:66px;position:absolute;top:34px;right:46px;box-shadow:0 0 0 10px #ffd68040}@media (min-width:769px){.services-panel{border-radius:25px;padding:31px 31px 34px}.services-panel-overnight{margin-bottom:25px}.services-panel-header{gap:11px;margin-bottom:23px}.services-pill{gap:6px;padding:7px 13px;font-size:12px}.services-panel-caption{font-size:13px}.services-cards{gap:19px}.services-card{border-radius:19px;padding:23px 23px 21px}.services-card-header{gap:14px;margin-bottom:19px}.services-tile{border-radius:14px;width:48px;height:48px}.services-tile svg{width:23px;height:23px}.services-card-titles h3{font-size:20px}.services-card-caption{font-size:12px}.services-card-desc{margin:0 0 20px;font-size:14px}.services-learn-more,.services-action{font-size:13px}.services-action{gap:6px}.services-action svg{width:15px;height:15px}.services-moon{width:50px;height:50px;top:28px;right:36px}.services-sun{width:54px;height:54px;top:28px;right:36px}}.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}.services-panel{border-radius:24px;padding:28px 20px 30px}.services-panel-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:24px}.services-cards-overnight,.services-cards-daytime{grid-template-columns:1fr}.services-card{padding:24px 22px}.services-card-titles h3{font-size:22px}.services-card-desc{font-size:16px}.services-moon,.services-sun{width:48px;height:48px;top:22px;right:22px}.testimonials-section .section-container{padding-top:44px;padding-bottom:44px}.testimonial-carousel{grid-template-columns:1fr 1fr;gap:14px}.testimonial-card{grid-area:1/1/auto/-1;grid-template-columns:1fr;gap:8px;min-height:200px;padding:24px 22px}.testimonial-quote-mark{font-size:64px}.testimonial-arrow{grid-row:2;justify-self:end;width:46px;height:46px}.testimonial-arrow-next{justify-self:start}.testimonial-card blockquote{font-size:17px}.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)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}