.landingPage{background:var(--surface-white);margin-top:0!important;padding:0!important}.landingSectionInner{max-width:1200px;margin:0 auto}.landingAvatar{width:56px;height:56px;color:var(--text-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:800;display:inline-flex;position:relative;overflow:hidden}.landingAvatar--blue{background:linear-gradient(135deg, var(--surface-tint-blue) 0%, var(--accent-blue) 100%)}.landingAvatar--mint{background:linear-gradient(135deg, var(--surface-tint-mint) 0%, var(--accent-mint) 100%)}.landingAvatar--rose{background:linear-gradient(135deg, var(--surface-tint-rose) 0%, var(--accent-rose) 100%)}.landingAvatar--photo img{object-fit:cover}.landingHero{background:radial-gradient(ellipse 60% 90% at 85% 10%, #7e97cf24 0%, transparent 55%), radial-gradient(ellipse 50% 70% at 10% 90%, #80bfa71f 0%, transparent 55%), var(--surface-canvas);padding:4.5rem 2rem}.landingHeroInner{max-width:1200px;margin:0 auto}.landingHeroHeadline{text-align:left;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.landingHeroCopy{flex:1;min-width:0}.landingHeroTitle{letter-spacing:-.045em;color:var(--text-strong);margin:0 0 1rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:900;line-height:1.1}.landingHeroTitleAccent{background:linear-gradient(120deg, var(--accent-blue), var(--accent-mint));color:#0000;-webkit-background-clip:text;background-clip:text}.landingCityField{flex-shrink:0;width:320px;max-width:100%;position:relative}.landingCityTrigger{appearance:none;-webkit-tap-highlight-color:transparent;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;text-align:left;cursor:pointer;border:1.5px solid var(--line);background-color:var(--surface-white);width:100%;box-shadow:var(--shadow);font:inherit;color:var(--text-strong);border-radius:16px;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;display:block}.landingCityTrigger:hover,.landingCityTrigger:focus,.landingCityTrigger:focus-visible,.landingCityTrigger:focus-within,.landingCityTrigger:active,.landingCityTrigger--open{background-color:var(--surface-white);color:var(--text-strong)}.landingCityTrigger--open{border-color:var(--accent-blue);box-shadow:0 0 0 3px #7e97cf29}.landingCityLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);align-items:center;gap:6px;font-size:.7rem;font-weight:800;display:flex}.landingCityValueRow{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.landingCityValue{color:var(--text-strong);font-size:1rem;font-weight:800}.landingCityChevron{color:var(--text-soft);flex-shrink:0;transition:transform .2s}.landingCityPanel{z-index:5;background:var(--surface-white);box-shadow:var(--shadow-strong);border:1px solid var(--line-soft);border-radius:18px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.landingServiceGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.landingServiceCard{border-radius:var(--radius-card);box-shadow:var(--shadow);transition:transform var(--duration-slow) ease, box-shadow var(--duration-slow) ease;gap:1rem;padding:2rem;text-decoration:none;display:grid}.landingServiceCard:hover{box-shadow:var(--shadow-strong);transform:translateY(-2px)}.landingServiceCardIcon{width:56px;height:56px;box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;display:flex}.landingServiceCardTitle{color:var(--text-strong);letter-spacing:-.015em;margin:0;font-size:1.3rem;font-weight:800}.landingServiceCardDesc{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6}.landingServiceCardCta{color:var(--accent-blue-strong);margin-top:.25rem;font-size:.85rem;font-weight:700}.landingTrust{background:#171f2e;padding:5rem 2rem}.landingTrustTitle{letter-spacing:-.03em;color:#fff;margin:0 0 .5rem;font-size:1.8rem;font-weight:900}.landingTrustLead{color:#fff9;max-width:560px;margin:0 0 2.25rem;font-size:.98rem}.landingTrustGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.landingTrustCard{border-radius:var(--radius-card);background:#ffffff0f;border:1px solid #ffffff1f;padding:1.5rem}.landingTrustCardIcon{font-size:1.6rem}.landingTrustCardTitle{color:#fff;margin:.75rem 0 .375rem;font-size:1rem;font-weight:800}.landingTrustCardDesc{color:#fff9;margin:0;font-size:.85rem;line-height:1.55}.landingFeatured{background:var(--surface-white);padding:4.5rem 2rem}.landingFeaturedHead{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.landingFeaturedEyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-rose);font-size:.75rem;font-weight:800}.landingFeaturedTitle{letter-spacing:-.03em;color:var(--text-strong);margin:.5rem 0 0;font-size:1.9rem;font-weight:900}.landingFeaturedAllLink{color:var(--accent-blue-strong);font-size:.9rem;font-weight:700;text-decoration:none}.landingFeaturedAllLink:hover{text-decoration:underline}.landingFeaturedGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.landingFeaturedCard{border-radius:var(--radius-card);border:1px solid var(--line-soft);background:linear-gradient(180deg, var(--surface-card) 0%, var(--surface-soft) 100%);box-shadow:var(--shadow);transition:transform var(--duration-slow) ease, box-shadow var(--duration-slow) ease;flex-direction:column;gap:.875rem;padding:1.75rem;display:flex}.landingFeaturedCard:hover{box-shadow:var(--shadow-strong);transform:translateY(-2px)}.landingFeaturedCardHead{align-items:center;gap:.875rem;display:flex}.landingFeaturedCardName{color:var(--text-strong);margin:0;font-size:1.1rem;font-weight:800}.landingFeaturedCardCity{color:var(--text-muted);margin:2px 0 0;font-size:.8rem}.landingFeaturedCardBio{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.landingFeaturedCardFoot{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.375rem;display:flex}.landingFeaturedCardRating{color:var(--accent-blue-strong);font-size:.82rem;font-weight:800}.landingFeaturedCardPrice{color:var(--text-strong);font-size:1.05rem;font-weight:800}.landingFeaturedCardBtn{text-align:center;border-radius:var(--radius-sm);width:100%;color:var(--surface-white);background:linear-gradient(165deg, var(--accent-blue) 0%, var(--accent-blue-strong) 100%);padding:.625rem;font-size:.88rem;font-weight:800;text-decoration:none;display:block;box-shadow:0 2px 12px #355dff52}.landingFeaturedCardBtn:hover{filter:brightness(1.05)}.landingTestimonials{background:var(--surface-canvas);padding:6rem 2rem}.landingTestimonialsGrid{grid-template-columns:1.1fr .9fr;gap:4rem;display:grid}.landingTestimonialsMark{color:var(--accent-rose);font-size:4rem;font-weight:900;line-height:1}.landingTestimonialsQuote{color:var(--text-strong);letter-spacing:-.02em;margin:4px 0 0;font-size:1.9rem;font-weight:750;line-height:1.4}.landingTestimonialsAuthor{color:var(--text-muted);margin:1.25rem 0 0;font-size:.9rem;font-weight:700}.landingTestimonialsList{display:grid}.landingTestimonialsListItem{border-bottom:1px solid var(--line-soft);padding:1.5rem 0}.landingTestimonialsListItem:last-child{border-bottom:none}.landingTestimonialsListQuote{color:var(--text-strong);margin:0;font-size:1.05rem;line-height:1.6}.landingTestimonialsListAuthor{color:var(--text-muted);margin:.625rem 0 0;font-size:.8rem;font-weight:700}.landingSitterCta{background:#2c3546;padding:6rem 2rem;position:relative;overflow:hidden}.landingSitterCtaOrbTop{background:radial-gradient(circle, var(--accent-mint) 0%, transparent 70%);opacity:.16;border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-80px}.landingSitterCtaOrbBottom{background:radial-gradient(circle, var(--accent-blue) 0%, transparent 70%);opacity:.16;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-140px;left:-60px}.landingSitterCtaGrid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.landingSitterCtaCopy{gap:1.375rem;display:grid}.landingSitterCtaEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-mint);font-size:.78rem;font-weight:800}.landingSitterCtaTitle{letter-spacing:-.045em;color:var(--surface-white);margin:0;font-size:clamp(1.9rem,4vw,2.9rem);font-weight:900;line-height:1.08}.landingSitterCtaLead{color:#ffffffa6;max-width:480px;margin:0;font-size:1.05rem;line-height:1.68}.landingSitterCtaPerks{flex-wrap:wrap;gap:1.375rem;margin-top:.25rem;display:flex}.landingSitterCtaPerk{align-items:center;gap:.625rem;display:flex}.landingSitterCtaPerkIcon{background:var(--accent-blue-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;display:inline-flex}.landingSitterCtaPerkLabel{color:#ffffffbf;font-size:.85rem;font-weight:600}.landingSitterCtaActions{margin-top:.75rem}.landingSitterCtaBtn{padding:.875rem 1.625rem;font-size:.98rem}.landingSitterCtaVisual{justify-content:center;align-items:center;height:360px;display:flex;position:relative}.landingSitterCtaOrb{background:linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-mint) 100%);border-radius:50%;justify-content:center;align-items:center;width:240px;height:240px;font-size:5.2rem;display:flex;box-shadow:0 30px 60px #00000059}.landingSitterCtaFloatCard{border-radius:var(--radius-card);background:var(--surface-white);box-shadow:var(--shadow-strong);border:1px solid var(--line-soft);z-index:2;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute}.landingSitterCtaFloatCard--top{top:6px;left:6px}.landingSitterCtaFloatCard--bottom{flex-direction:column;align-items:flex-start;gap:2px;bottom:4px;right:0}.landingSitterCtaFloatCard .landingAvatar{width:40px;height:40px;font-size:1.15rem}.landingSitterCtaFloatName{color:var(--text-strong);margin:0;font-size:.85rem;font-weight:800}.landingSitterCtaFloatMeta{color:var(--text-muted);margin:0;font-size:.72rem}.landingSitterCtaFloatEarnings{color:var(--text-strong);margin:0;font-size:1.3rem;font-weight:900}.landingSitterCtaFloatEarningsLabel{color:var(--text-muted);margin:0;font-size:.72rem;font-weight:700}@media (max-width:1023px){.landingServiceGrid{grid-template-columns:repeat(2,1fr)}.landingTrustGrid{grid-template-columns:1fr}.landingTestimonialsGrid,.landingSitterCtaGrid{grid-template-columns:1fr;gap:2.5rem}.landingSitterCtaVisual{order:-1;height:220px}}@media (max-width:639px){.landingHero,.landingTrust,.landingFeatured,.landingTestimonials,.landingSitterCta{padding-left:1.25rem;padding-right:1.25rem}.landingSectionInner,.landingHeroInner{padding:0}.landingServiceGrid{grid-template-columns:1fr}.landingCityField{width:100%}.landingHeroHeadline{text-align:center;flex-direction:column;align-items:stretch}}
