@font-face { font-family:Poppins; src:url('/fonts/Poppins-Regular.ttf') format('truetype'); font-weight:400; font-display:swap; }
@font-face { font-family:Poppins; src:url('/fonts/Poppins-SemiBold.ttf') format('truetype'); font-weight:600; font-display:swap; }
:root { --background:#fffcfa; --background-warm:#faf7f4; --surface:#fff; --ink:#2e2438; --muted:#7c7587; --primary:#ff8f6b; --primary-dark:#ff7a52; --green:#4caf73; --line:#f1ede9; --danger:#e95a4a; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--background); color:var(--ink); font-family:Poppins,ui-sans-serif,system-ui,sans-serif; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; }
.site-header { max-width:1180px; min-height:82px; margin:auto; padding:0 34px; display:flex; align-items:center; justify-content:space-between; gap:28px; border-bottom:1px solid var(--line); font-size: medium }
.brand { display:block; width:172px; flex:none; }
.brand img { display:block; width:100%; height:auto; }
.site-header .desktop-nav { display:flex; gap:30px; color:var(--ink); font-size:15px; font-weight:700; letter-spacing:-.01em; }
.site-header .desktop-nav a { padding:9px 2px; border-bottom:2px solid transparent; transition:color .2s,border-color .2s; }
.site-header .desktop-nav a:hover { color:var(--primary-dark); border-bottom-color:var(--primary); }
.mobile-nav { display:none; position:relative; margin-left:auto; }
.mobile-nav summary { display:grid; width:44px; height:44px; place-items:center; list-style:none; cursor:pointer; border:1px solid var(--line); border-radius:10px; background:var(--surface); color:var(--ink); }
.mobile-nav summary::-webkit-details-marker { display:none; }
.hamburger-icon { display:grid; width:20px; gap:4px; }
.hamburger-icon span { display:block; height:2px; border-radius:999px; background:var(--ink); transition:transform .2s ease, opacity .2s ease; }
.mobile-nav[open] .hamburger-icon span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
.mobile-nav[open] .hamburger-icon span:nth-child(2) { opacity:0; }
.mobile-nav[open] .hamburger-icon span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
.mobile-nav nav { position:absolute; z-index:20; right:0; top:calc(100% + 8px); min-width:190px; display:grid; gap:0; padding:8px; border:1px solid var(--line); border-radius:12px; background:var(--surface); box-shadow:0 14px 30px rgba(46,36,56,.14); }
.mobile-nav nav a { padding:11px 12px; border-radius:7px; font-size:12px; font-weight:600; }
.mobile-nav nav a:hover { background:var(--background-warm); color:var(--primary-dark); }
.landing-hero { max-width:1180px; min-height:675px; margin:auto; padding:65px 34px 74px; display:grid; grid-template-columns:.92fr 1.08fr; align-items:center; gap:48px; position:relative; }
.landing-hero:before { content:""; position:absolute; right:-180px; top:-150px; width:580px; height:580px; border-radius:50%; background:radial-gradient(circle,rgba(255,169,138,.24),transparent 67%); pointer-events:none; }
.landing-hero-copy { position:relative; z-index:1; }
.eyebrow { display:flex; align-items:center; gap:9px; margin:0 0 15px; color:var(--green); text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:600; }
.eyebrow span { width:26px; height:1px; background:var(--green); }
.landing-hero h1 { max-width:590px; margin:18px 0 22px; font-size:clamp(42px,5.3vw,70px); line-height:1.03; letter-spacing:-.07em; font-weight:600; }
.landing-hero h1 em { color:var(--primary-dark); font-style:normal; }
.hero-proof { display:flex; flex-wrap:wrap; gap:8px; margin-top:25px; }.hero-proof div { display:flex; align-items:center; gap:8px; padding:8px 10px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.72); }.hero-proof strong { color:var(--primary-dark); font-size:10px; }.hero-proof span { color:var(--muted); font-size:10px; font-weight:600; }
.hero-copy { max-width:480px; margin:0 0 28px; color:var(--muted); font-size:16px; line-height:1.65; }
.hero-intents { display:grid; gap:9px; max-width:520px; }.hero-intent { display:grid; grid-template-columns:38px 1fr auto; align-items:center; gap:11px; padding:12px 14px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.82); transition:transform .2s,box-shadow .2s,border-color .2s; }.hero-intent:hover { transform:translateX(4px); border-color:var(--primary); box-shadow:0 10px 24px rgba(46,36,56,.08); }.hero-intent-icon { display:grid; width:38px; height:38px; place-items:center; border-radius:12px; background:#e5f1e5; color:#38744b; font-size:20px; }.hero-intent-lost .hero-intent-icon { background:#fff0e8; color:#b9572e; }.hero-intent-professional .hero-intent-icon { background:#f2f4ff; color:#56669b; }.hero-intent strong,.hero-intent small { display:block; }.hero-intent strong { font-size:12px; }.hero-intent small { margin-top:2px; color:var(--muted); font-size:10px; }.hero-intent b { color:var(--primary-dark); font-size:19px; font-weight:400; }
.hero-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.store-downloads { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }.store-downloads a { display:inline-flex; min-width:154px; align-items:center; gap:10px; padding:9px 14px; border:1px solid var(--ink); border-radius:9px; background:var(--ink); color:var(--surface); transition:transform .2s,box-shadow .2s; }.store-downloads a:hover { transform:translateY(-2px); box-shadow:0 9px 18px rgba(46,36,56,.18); }.store-downloads small,.store-downloads strong { display:block; line-height:1.2; }.store-downloads small { font-size:9px; opacity:.7; }.store-downloads strong { margin-top:2px; font-size:13px; font-weight:600; }.store-icon { display:grid; width:23px; place-items:center; font-family:Arial,sans-serif; font-size:24px; line-height:1; }.store-icon-play { font-size:18px; color:#8de5b9; }.store-downloads-on-dark { margin-top:0; justify-content:flex-end; }.store-downloads-on-dark a { border-color:rgba(255,255,255,.28); background:var(--surface); color:var(--ink); }.store-downloads-on-dark .store-icon-play { color:var(--green); }
.button { display:inline-flex; align-items:center; gap:9px; border:0; border-radius:7px; padding:14px 20px; font-size:13px; font-weight:600; }
.button-primary { background:var(--primary); color:var(--surface); box-shadow:0 10px 24px rgba(255,143,107,.2); }
.button-primary:hover { background:var(--primary-dark); }
.button-secondary { border:1px solid var(--line); background:var(--surface); color:var(--ink); }
.hero-note { margin:14px 0 0; color:var(--muted); font-size:11px; }
.hero-showcase { min-height:520px; position:relative; display:grid; place-items:center; border-radius:22px; background:var(--background-warm); overflow:visible; }
.showcase-halo { position:absolute; width:390px; height:390px; border-radius:50%; background:linear-gradient(135deg,rgba(255,143,107,.19),rgba(115,216,195,.1)); box-shadow:0 0 0 1px rgba(255,255,255,.6) inset; }
.showcase-pet { position:absolute; z-index:4; filter:drop-shadow(0 15px 13px rgba(46,36,56,.13)); }
.showcase-cat { width:135px; left:-13px; bottom:47px; }.showcase-dog { width:148px; right:-19px; top:41px; }.showcase-bird { width:108px; right:19px; bottom:-15px; }
.phone-frame { position:relative; width:230px; padding:8px; border-radius:31px; background:var(--ink); box-shadow:0 27px 45px rgba(46,36,56,.25); }
.phone-frame img { display:block; width:100%; height:457px; border-radius:24px; object-fit:cover; object-position:top; }
.phone-back { position:absolute; z-index:3; width:196px; transform:translate(-145px,34px) rotate(-10deg); background:var(--primary-dark); }.phone-back img { height:389px; }
.phone-right { position:absolute; z-index:2; width:184px; transform:translate(143px,42px) rotate(10deg); background:var(--green); }.phone-right img { height:365px; }
.phone-main { z-index:6; transform:rotate(3deg); }.showcase-caption { position:absolute; z-index:8; bottom:20px; left:23px; color:var(--muted); font-size:11px; }
.impact-strip { max-width:1180px; margin:auto; display:grid; grid-template-columns:1.35fr repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.impact-strip > div { padding:22px 20px; border-right:1px solid var(--line); }.impact-strip > div:last-child { border-right:0; }.impact-strip strong { display:block; font-size:19px; font-weight:600; }.impact-strip span { color:var(--muted); font-size:11px; }.impact-lead strong { color:var(--primary-dark); }
.landing-section,.journey-section,.feature-band,.appointment-section,.listing-section,.landing-cta { max-width:1180px; margin-left:auto; margin-right:auto; }
.landing-section { padding:92px 34px 0; }.section-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:29px; }.landing-heading h2,.journey-copy h2 { margin:0; font-size:clamp(30px,3.6vw,47px); line-height:1.06; letter-spacing:-.06em; font-weight:600; }.landing-heading > p { max-width:390px; margin:0; color:var(--muted); font-size:13px; }
.intent-grid { display:grid; grid-template-columns:1.05fr repeat(3,1fr); gap:12px; }.intent-card { min-height:170px; padding:22px; border:1px solid var(--line); border-radius:14px; background:var(--surface); transition:transform .2s,box-shadow .2s; }.intent-card:hover { transform:translateY(-4px); box-shadow:0 14px 30px rgba(46,36,56,.09); }.intent-primary { color:var(--surface); border-color:var(--primary); background:var(--primary); }.intent-number { display:block; font-size:11px; letter-spacing:.1em; opacity:.7; }.intent-card > strong { display:block; margin:24px 0 14px; font-size:26px; font-weight:400; }.intent-card h3 { margin:0; font-size:16px; font-weight:600; }.intent-card p { margin:3px 0 0; color:var(--muted); font-size:11px; }.intent-primary p { color:rgba(255,255,255,.78); }
.journey-section { padding:92px 34px 0; display:grid; grid-template-columns:.7fr 1.3fr; align-items:center; gap:42px; }.journey-copy > p:not(.eyebrow) { max-width:330px; margin:16px 0 0; color:var(--muted); font-size:13px; }.journey-steps { margin-top:27px; border-left:1px solid var(--line); }.journey-step { display:block; width:100%; padding:0 0 22px 18px; border:0; background:transparent; color:var(--muted); text-align:left; font-size:13px; position:relative; }.journey-step:before { content:""; position:absolute; left:-4px; top:5px; width:7px; height:7px; border-radius:50%; background:var(--line); }.journey-step.is-active { color:var(--ink); }.journey-step.is-active:before { background:var(--primary); box-shadow:0 0 0 4px rgba(255,143,107,.18); }.journey-step span { display:block; margin-bottom:3px; color:var(--primary-dark); font-size:11px; font-weight:600; }
.journey-card { min-height:370px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:28px; padding:29px; border-radius:22px; background:var(--background-warm); }.journey-card-copy h3 { margin:0 0 10px; font-size:26px; line-height:1.1; font-weight:600; }.journey-card-copy p { margin:0 0 20px; color:var(--muted); font-size:12px; }.journey-badge { display:inline-block; margin-bottom:18px; padding:7px 10px; border-radius:999px; background:var(--surface); color:var(--primary-dark); font-size:10px; }.journey-phone { justify-self:end; width:190px; padding:7px; border-radius:26px; transform:rotate(4deg); }.journey-phone img { height:365px; border-radius:20px; }
.feature-band { padding:92px 34px 0; display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }.feature-band article { min-height:170px; padding:23px; border:1px solid var(--line); border-radius:14px; background:var(--surface); }.feature-band article:nth-child(2) { background:#eef7ee; }.feature-band article:nth-child(3) { background:#f2f4ff; }.feature-band article > span { color:var(--primary-dark); font-size:11px; font-weight:600; }.feature-band h3 { margin:30px 0 6px; font-size:19px; font-weight:600; }.feature-band p { margin:0; color:var(--muted); font-size:11px; }
.trust-section { max-width:1180px; margin:92px auto 0; padding:0 34px; }.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }.trust-grid article { min-height:210px; padding:24px; border:1px solid var(--line); border-radius:18px; background:var(--surface); }.trust-grid article:nth-child(2) { background:#eef7ee; }.trust-grid article:nth-child(3) { background:#f2f4ff; }.trust-icon { display:inline-grid; width:38px; height:38px; place-items:center; border-radius:12px; background:rgba(255,143,107,.14); color:var(--primary-dark); font-size:11px; font-weight:600; }.trust-grid h3 { margin:30px 0 8px; font-size:19px; letter-spacing:-.03em; }.trust-grid p { max-width:280px; margin:0; color:var(--muted); font-size:12px; line-height:1.65; }
.appointment-section { padding:92px 34px 0; }.appointment-showcase { display:grid; grid-template-columns:.9fr 1.12fr .9fr; align-items:center; gap:24px; padding:30px; border-radius:22px; background:linear-gradient(135deg,#fff6f1,#f7fbf8); overflow:hidden; }.appointment-copy-card { min-height:360px; padding:24px; border:1px solid rgba(255,143,107,.22); border-radius:16px; background:rgba(255,255,255,.82); }.appointment-copy-card > span { display:inline-grid; width:38px; height:38px; place-items:center; border-radius:12px; background:rgba(255,143,107,.14); color:var(--primary-dark); font-size:13px; font-weight:600; }.appointment-copy-card h3 { margin:28px 0 9px; font-size:25px; line-height:1.12; letter-spacing:-.04em; }.appointment-copy-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.7; }.mini-screen-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:25px; }.mini-screen-row img { width:100%; height:188px; border-radius:14px; object-fit:cover; object-position:top; border:1px solid var(--line); background:var(--surface); }.appointment-pet-select-screen { display:block; width:min(190px,72%); height:358px; margin:25px auto 0; padding:6px; border:0; border-radius:26px; object-fit:cover; object-position:top; background:var(--ink); box-shadow:0 18px 34px rgba(46,36,56,.18); }.appointment-phone-stack { min-height:510px; position:relative; display:grid; place-items:center; }.appointment-phone { width:206px; padding:7px; border-radius:27px; }.appointment-phone img { height:407px; border-radius:21px; }.appointment-phone-main { z-index:4; transform:rotate(2deg); }.appointment-phone-side { position:absolute; z-index:3; width:168px; transform:translate(130px,38px) rotate(8deg); background:var(--primary-dark); }.appointment-phone-side img { height:332px; }.appointment-phone-back { position:absolute; z-index:2; width:160px; transform:translate(-130px,45px) rotate(-8deg); background:var(--green); }.appointment-phone-back img { height:318px; }.appointment-flow { display:grid; gap:11px; }.appointment-flow article { padding:18px; border:1px solid var(--line); border-radius:14px; background:var(--surface); }.appointment-flow strong,.appointment-flow span { display:block; }.appointment-flow strong { margin-bottom:6px; font-size:14px; }.appointment-flow span { color:var(--muted); font-size:11px; line-height:1.6; }
.landing-listings { padding:92px 34px 0; }.section-note { color:var(--muted); font-size:12px; }.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; }.card { overflow:hidden; border:1px solid var(--line); border-radius:14px; background:var(--surface); transition:transform .2s,box-shadow .2s; }.card:hover { transform:translateY(-3px); box-shadow:0 12px 30px rgba(46,36,56,.08); }.card-image { height:190px; background:#f2f4ff center/cover no-repeat; }.card-body { padding:16px; }.card-body h3 { margin:10px 0 4px; font-size:19px; }.card-body p { margin:0; color:var(--muted); font-size:12px; }.tag { display:inline-block; padding:6px 10px; border-radius:999px; font-size:10px; font-weight:600; }.adoption-tag { background:#e5f1e5; color:#38744b; }.lost-tag { background:#fff0e8; color:#b9572e; }.empty-state { padding:35px; border:1px solid var(--line); border-radius:14px; color:var(--muted); background:var(--surface); }
.landing-discovery { max-width:1180px; margin:92px auto 0; padding:42px; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:48px; border-radius:18px; background:var(--background-warm); }.landing-discovery h2 { margin:0 0 12px; font-size:clamp(28px,3vw,40px); line-height:1.08; letter-spacing:-.05em; }.landing-discovery p:not(.eyebrow) { max-width:390px; color:var(--muted); font-size:13px; }.discovery-categories { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.discovery-categories a { min-height:155px; padding:18px; border:1px solid var(--line); border-radius:14px; background:var(--surface); transition:transform .2s, box-shadow .2s; }.discovery-categories a:hover { transform:translateY(-3px); box-shadow:0 12px 24px rgba(46,36,56,.08); }.discovery-categories span { display:block; margin-bottom:25px; color:var(--primary-dark); font-size:25px; }.discovery-categories strong,.discovery-categories small { display:block; }.discovery-categories strong { font-size:14px; }.discovery-categories small { margin-top:3px; color:var(--muted); font-size:11px; }
.business-cta { max-width:1180px; margin:92px auto 0; padding:40px 42px; display:flex; align-items:center; justify-content:space-between; gap:30px; border-radius:22px; background:linear-gradient(120deg,#2e2438,#46354d); color:#fff; }.business-cta h2 { margin:0 0 12px; font-size:clamp(28px,3vw,42px); line-height:1.05; letter-spacing:-.06em; }.business-cta p:not(.eyebrow) { max-width:520px; margin:0; color:rgba(255,255,255,.68); font-size:13px; line-height:1.7; }.business-cta .eyebrow { color:#ffaf94; }.business-cta .eyebrow span { background:#ffaf94; }.business-cta .button-secondary { border-color:rgba(255,255,255,.3); color:#fff; background:rgba(255,255,255,.08); }.business-cta .button-secondary:hover { background:#fff; color:var(--ink); }
.explore-hero { max-width:1180px; margin:0 auto; padding:72px 34px 44px; background:radial-gradient(circle at 85% 10%,rgba(255,169,138,.24),transparent 28%); }.explore-hero h1 { margin:16px 0; font-size:clamp(38px,5vw,62px); line-height:1.04; letter-spacing:-.07em; }.explore-hero p:not(.eyebrow) { max-width:500px; color:var(--muted); font-size:15px; }.professional-appointment-intro { max-width:1180px; margin:0 auto 42px; padding:0 34px; display:grid; grid-template-columns:.78fr 1.22fr; align-items:center; gap:34px; }.professional-appointment-intro h2 { margin:0 0 12px; font-size:clamp(28px,3.5vw,44px); line-height:1.08; letter-spacing:-.06em; }.professional-appointment-intro p:not(.eyebrow) { margin:0; color:var(--muted); font-size:13px; line-height:1.7; }.professional-appointment-screens { min-height:385px; display:flex; align-items:center; justify-content:center; gap:0; padding:24px; border-radius:20px; background:var(--background-warm); overflow:hidden; }.professional-appointment-screens .phone-frame { width:155px; padding:6px; border-radius:22px; box-shadow:0 18px 34px rgba(46,36,56,.17); }.professional-appointment-screens .phone-frame img { height:307px; border-radius:17px; }.professional-appointment-screens .phone-frame:nth-child(1) { transform:rotate(-8deg) translateX(22px); background:var(--primary-dark); }.professional-appointment-screens .phone-frame:nth-child(2) { z-index:2; width:176px; transform:translateY(-8px); }.professional-appointment-screens .phone-frame:nth-child(2) img { height:348px; }.professional-appointment-screens .phone-frame:nth-child(3) { transform:rotate(8deg) translateX(-22px); background:var(--green); }.explore-filters,.explore-results { max-width:1180px; margin:0 auto; padding-left:34px; padding-right:34px; }.explore-filters { display:flex; gap:9px; flex-wrap:wrap; padding-bottom:42px; }.explore-filters a { padding:10px 14px; border:1px solid var(--line); border-radius:999px; background:var(--surface); color:var(--muted); font-size:12px; }.explore-filters a.is-selected { border-color:var(--primary); background:var(--primary); color:var(--surface); }.explore-results { padding-bottom:40px; transition:opacity .18s ease; }.explore-results.is-loading { opacity:.55; pointer-events:none; }.explore-section-heading { display:flex; align-items:baseline; justify-content:space-between; margin:34px 0 15px; }.explore-section-heading:first-child { margin-top:0; }.explore-section-heading h2 { margin:0; font-size:26px; }.explore-section-heading a { color:var(--primary-dark); font-size:12px; }.explore-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.explore-card { overflow:hidden; border:1px solid var(--line); border-radius:14px; background:var(--surface); transition:transform .2s,box-shadow .2s; }.explore-card:hover { transform:translateY(-3px); box-shadow:0 12px 28px rgba(46,36,56,.08); }.explore-card-image { height:165px; background:var(--background-warm) center/cover no-repeat; }.explore-card > div:last-child { padding:14px; }.explore-card h3 { margin:9px 0 3px; font-size:16px; }.explore-card p { margin:0; color:var(--muted); font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }.explore-more { margin-top:28px; text-align:center; }
.landing-cta { margin-top:92px; padding:38px 42px; display:flex; align-items:center; justify-content:space-between; gap:28px; border-radius:16px; background:var(--ink); color:var(--surface); }.landing-cta h2 { margin:0; font-size:31px; line-height:1.05; font-weight:600; }.landing-cta p { margin:8px 0 0; color:rgba(255,255,255,.66); font-size:12px; }
.share-page { max-width:1080px; min-height:700px; margin:45px auto 90px; display:grid; grid-template-columns:1.05fr .95fr; overflow:hidden; border:1px solid var(--line); border-radius:30px; background:var(--surface); box-shadow:0 24px 70px rgba(46,36,56,.1); }.share-content { align-self:center; padding:58px; }.share-content h1 { margin:20px 0; font-size:clamp(2.3rem,5vw,4rem); line-height:1.02; letter-spacing:-.06em; }.share-content .lead { color:var(--muted); font-size:1.05rem; line-height:1.7; }.facts { display:flex; flex-wrap:wrap; gap:8px; margin:24px 0; }.facts span { padding:9px 12px; border-radius:10px; background:var(--background-warm); color:var(--muted); font-size:.82rem; }.share-content > p:not(.lead) { color:var(--muted); line-height:1.7; margin-bottom:28px; }.share-gallery { min-width:0; align-self:center; padding:18px; background:linear-gradient(145deg,#f8f4f1,#f0f5f1); }.share-gallery-main { position:relative; height:620px; overflow:hidden; border-radius:22px; background:#ece7e1; }.share-gallery-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .24s ease; }.share-gallery-image.is-active { opacity:1; }.share-gallery-image.is-fallback { object-fit:contain; padding:48px; background:#f2eee9; }.share-gallery-main:after { content:""; position:absolute; inset:auto 0 0; height:35%; pointer-events:none; background:linear-gradient(transparent,rgba(25,21,29,.42)); }.gallery-control { position:absolute; z-index:2; top:50%; width:42px; height:42px; display:grid; place-items:center; transform:translateY(-50%); border:1px solid rgba(255,255,255,.55); border-radius:50%; background:rgba(46,36,56,.52); color:#fff; font-size:20px; cursor:pointer; transition:background .2s,transform .2s; }.gallery-control:hover { background:var(--primary-dark); transform:translateY(-50%) scale(1.05); }.gallery-control-prev { left:16px; }.gallery-control-next { right:16px; }.gallery-counter { position:absolute; z-index:2; right:16px; bottom:15px; padding:7px 10px; border:1px solid rgba(255,255,255,.3); border-radius:999px; background:rgba(46,36,56,.52); color:#fff; font-size:11px; }.share-gallery-thumbs { display:flex; gap:10px; max-width:100%; padding:14px 2px 2px; overflow-x:auto; scrollbar-width:thin; }.gallery-thumb { flex:0 0 76px; width:76px; height:76px; padding:0; overflow:hidden; border:2px solid transparent; border-radius:12px; background:var(--surface); cursor:pointer; opacity:.66; transition:border-color .2s,opacity .2s,transform .2s; }.gallery-thumb:hover,.gallery-thumb.is-active { border-color:var(--primary); opacity:1; transform:translateY(-2px); }.gallery-thumb img { display:block; width:100%; height:100%; object-fit:cover; }.gallery-thumb img.is-fallback { object-fit:contain; padding:8px; background:#f2eee9; }.detail-points { display:grid; gap:8px; margin:22px 0 28px; padding:15px; border:1px solid var(--line); border-radius:14px; background:var(--background-warm); }.detail-points span { color:var(--muted); font-size:12px; }.detail-points strong { display:inline-grid; width:22px; height:22px; margin-right:6px; place-items:center; border-radius:50%; background:#e5f1e5; color:#38744b; }.alert-card { display:grid; gap:4px; margin:22px 0 28px; padding:15px 17px; border-left:3px solid var(--primary); border-radius:0 12px 12px 0; background:#fff7f2; }.alert-card strong { font-size:13px; }.alert-card span { color:var(--muted); font-size:11px; line-height:1.55; }.service-preview { margin:22px 0 28px; padding:15px 17px; border:1px solid var(--line); border-radius:14px; background:var(--background-warm); }.service-preview strong { display:block; margin-bottom:10px; font-size:12px; }.service-preview div { display:flex; flex-wrap:wrap; gap:7px; }.service-preview span { padding:6px 9px; border-radius:999px; background:var(--surface); color:var(--muted); font-size:11px; }
.professional-tag { background:#f2f4ff; color:#56669b; }.app-fallback { margin:14px 0 0 !important; font-size:11px; }.app-fallback a { color:var(--primary-dark); font-weight:600; text-decoration:underline; text-underline-offset:2px; }
.info-hero,.info-content,.help-content { max-width:920px; margin-left:auto; margin-right:auto; }.info-hero { padding:76px 34px 42px; background:radial-gradient(circle at 88% 12%,rgba(255,169,138,.25),transparent 30%); }.info-hero h1 { max-width:700px; margin:16px 0; font-size:clamp(38px,5vw,58px); line-height:1.05; letter-spacing:-.07em; }.info-hero p:not(.eyebrow) { max-width:610px; color:var(--muted); font-size:15px; line-height:1.7; }.info-content,.help-content { padding:18px 34px 72px; }.info-card { margin-top:12px; padding:25px 27px; border:1px solid var(--line); border-radius:16px; background:var(--surface); }.info-card h2,.help-content > h2 { margin:0 0 10px; font-size:21px; letter-spacing:-.03em; }.info-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.75; }.info-card p + p { margin-top:10px; }.info-card a,.support-card a,.faq-group a { color:var(--primary-dark); font-weight:600; }.info-card-contact { background:var(--background-warm); }.help-intro,.support-card { margin:0 0 34px; padding:23px 25px; border:1px solid rgba(255,143,107,.25); border-radius:16px; background:rgba(255,143,107,.08); }.help-intro strong { font-size:16px; }.help-intro p,.support-card p { margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.65; }.help-topic-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:14px 0 40px; }.help-topic-grid article { min-height:150px; padding:19px; border:1px solid var(--line); border-radius:15px; background:var(--surface); }.help-topic-grid span { display:inline-grid; width:32px; height:32px; place-items:center; border-radius:10px; background:rgba(255,143,107,.12); color:var(--primary-dark); }.help-topic-grid h3 { margin:15px 0 5px; font-size:15px; }.help-topic-grid p { margin:0; color:var(--muted); font-size:11px; line-height:1.55; }.faq-groups { display:grid; gap:14px; }.faq-group { overflow:hidden; border:1px solid var(--line); border-radius:15px; background:var(--surface); }.faq-group > h3 { margin:0; padding:18px 20px; background:var(--background-warm); font-size:16px; }.faq-group details { padding:0 20px; border-top:1px solid var(--line); }.faq-group summary { padding:15px 24px 15px 0; cursor:pointer; font-size:13px; font-weight:600; list-style:none; position:relative; }.faq-group summary:after { content:'+'; position:absolute; right:0; top:12px; color:var(--primary-dark); font-size:20px; font-weight:400; }.faq-group details[open] summary:after { content:'−'; }.faq-group details p { margin:0 0 16px; color:var(--muted); font-size:12px; line-height:1.7; }.support-card { margin:28px 0 0; background:var(--ink); border-color:var(--ink); }.support-card h2 { margin:0; color:var(--surface); font-size:20px; }.support-card p { color:rgba(255,255,255,.72); }.support-card a { color:#ffaf94; }
footer { max-width:1180px; margin:auto; padding:31px 34px 45px; display:flex; justify-content:space-between; color:var(--muted); font-size:11px; }
.footer-links { display:flex; gap:18px; }.footer-links a:hover { color:var(--primary-dark); }
@media (max-width:860px) { .site-header .desktop-nav { display:none; }.mobile-nav { display:block; }.landing-hero { grid-template-columns:1fr; }.hero-showcase { min-height:480px; }.intent-grid { grid-template-columns:repeat(2,1fr); }.journey-section { grid-template-columns:1fr; }.journey-card { max-width:640px; }.feature-band,.trust-grid { grid-template-columns:1fr 1fr; }.appointment-showcase,.professional-appointment-intro { grid-template-columns:1fr; }.landing-discovery { margin-left:34px; margin-right:34px; grid-template-columns:1fr; }.business-cta { margin-left:34px; margin-right:34px; }.explore-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width:520px) { .site-header,.landing-hero,.landing-section,.journey-section,.feature-band,.trust-section,.appointment-section,.landing-listings,.explore-hero,.professional-appointment-intro,.explore-filters,.explore-results,.info-hero,.info-content,.help-content { padding-left:18px; padding-right:18px; }.site-header { min-height:72px; gap:10px; }.brand { width:145px; }.landing-hero { padding-top:48px; }.hero-showcase { min-height:420px; }.phone-main { width:192px; }.phone-main img { height:382px; }.phone-back { width:162px; transform:translate(-91px,30px) rotate(-8deg); }.phone-back img { height:320px; }.phone-right { width:152px; transform:translate(91px,38px) rotate(8deg); }.phone-right img { height:300px; }.showcase-cat { width:100px; left:-22px; }.showcase-dog { width:108px; right:-25px; }.showcase-bird { width:79px; }.impact-strip { grid-template-columns:1fr; }.impact-strip > div { border-right:0; border-bottom:1px solid var(--line); }.impact-strip > div:last-child { border-bottom:0; }.section-heading { display:block; }.landing-heading > p { margin-top:12px; }.intent-grid,.feature-band,.trust-grid,.help-topic-grid { grid-template-columns:1fr; }.journey-card { grid-template-columns:1fr; padding:22px; }.journey-phone { justify-self:center; }.appointment-showcase { padding:20px; }.appointment-phone-stack { min-height:440px; }.appointment-phone { width:178px; }.appointment-phone img { height:353px; }.appointment-phone-side { width:136px; transform:translate(92px,42px) rotate(7deg); }.appointment-phone-side img { height:269px; }.appointment-phone-back { width:130px; transform:translate(-92px,50px) rotate(-7deg); }.appointment-phone-back img { height:257px; }.mini-screen-row { grid-template-columns:1fr; }.mini-screen-row img { height:240px; }.appointment-pet-select-screen { width:min(184px,78%); height:346px; }.professional-appointment-screens { min-height:330px; padding:16px; }.professional-appointment-screens .phone-frame { width:125px; }.professional-appointment-screens .phone-frame img { height:248px; }.professional-appointment-screens .phone-frame:nth-child(2) { width:142px; }.professional-appointment-screens .phone-frame:nth-child(2) img { height:281px; }.landing-discovery { margin-left:18px; margin-right:18px; padding:26px; }.discovery-categories,.explore-grid { grid-template-columns:1fr; }.business-cta { display:block; margin-left:18px; margin-right:18px; padding:29px; }.business-cta .button { margin-top:24px; }.landing-cta { display:block; margin-left:18px; margin-right:18px; padding:29px; }.landing-cta .button { margin-top:24px; }.landing-cta .store-downloads { margin-top:24px; }.store-downloads { display:grid; grid-template-columns:1fr; }.store-downloads a { min-width:0; }footer { display:block; padding-left:18px; padding-right:18px; }footer span { display:block; margin-top:8px; }.footer-links { margin-top:13px; }.share-page { display:block; margin:20px 14px 60px; }.share-gallery { padding:10px; }.share-gallery-main { min-height:400px; height:400px; border-radius:17px; }.share-gallery-thumbs { padding-top:8px; }.gallery-thumb { flex-basis:56px; width:56px; height:56px; }.share-content { padding:30px 24px 40px; } }

.landing-listing-groups { display:grid; gap:30px; }
.landing-listing-group > h3 { margin:0 0 13px; font-size:16px; letter-spacing:-.02em; }
.landing-preview-cards { grid-template-columns:repeat(2,minmax(0,1fr)); }
.explore-search { max-width:1180px; margin:0 auto; padding:0 34px 38px; display:grid; grid-template-columns:2fr 1fr 1fr auto; gap:10px; align-items:end; }
.explore-search label { display:grid; gap:6px; color:var(--muted); font-size:11px; font-weight:600; }
.explore-search input,.explore-search select { width:100%; min-height:43px; border:1px solid var(--line); border-radius:10px; padding:0 12px; background:var(--surface); color:var(--ink); font:inherit; }
.explore-search select { appearance:none; -webkit-appearance:none; padding-right:36px; cursor:pointer; }
.explore-search .filter-select { position:relative; }
.explore-search .filter-select::after { content:'⌄'; position:absolute; right:13px; bottom:8px; color:var(--muted); font-size:18px; line-height:1; pointer-events:none; }
.explore-search input:focus,.explore-search select:focus { outline:0; border-color:var(--primary); box-shadow:0 0 0 3px rgba(255,143,107,.14); }
.explore-search .button { min-height:43px; white-space:nowrap; }
.search-reset { grid-column:1/-1; color:var(--primary-dark); font-size:12px; font-weight:600; }
.pagination { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:28px; }
.pagination > span { color:var(--muted); font-size:12px; font-weight:600; }
@media (max-width:860px) { .explore-search { grid-template-columns:1fr 1fr; } }
@media (max-width:520px) { .explore-search { padding-left:18px; padding-right:18px; grid-template-columns:1fr; }.landing-preview-cards { grid-template-columns:1fr; } }
