:root{color-scheme:light;--background:#fff;--background-soft:#f9fafb;--background-warm:#fff7ed;--foreground:#111827;--foreground-muted:#6b7280;--foreground-soft:#9ca3af;--border:#e5e7eb;--primary:#ec4899;--primary-strong:#db2777;--primary-soft:#fdf2f8;--secondary:#8b5cf6;--secondary-soft:#f3e8ff;--accent:#f59e0b;--accent-soft:#fffbeb;--radius:8px;--shadow:0 18px 50px #11182714;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;line-height:1.5}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-shell{min-height:100vh}.container{width:min(1120px,100% - 40px);margin:0 auto}.site-header{z-index:20;backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e5e7ebcc;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:72px;display:flex}.brand-link{align-items:center;gap:12px;font-weight:800;display:inline-flex}.brand-logo{width:128px;height:auto}.nav-links{color:var(--foreground-muted);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.nav-links a{border-radius:999px;padding:10px 12px}.nav-links a:hover,.nav-links a:focus-visible{background:var(--background-soft);color:var(--foreground);outline:none}.hero{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);align-items:center;gap:clamp(32px,6vw,72px);min-height:calc(100vh - 72px);padding:clamp(48px,9vw,96px) 0 56px;display:grid}.eyebrow{color:var(--primary);letter-spacing:0;text-transform:uppercase;margin:0 0 18px;font-size:.82rem;font-weight:900}.hero h1,.legal-hero h1{color:var(--foreground);letter-spacing:0;margin:0;font-size:clamp(3rem,9vw,6.4rem);line-height:.94}.hero-copy{max-width:620px;color:var(--foreground-muted);margin:24px 0 0;font-size:clamp(1.08rem,2vw,1.28rem)}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.store-button,.secondary-button{border-radius:var(--radius);justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 18px;font-weight:800;display:inline-flex}.store-button{background:var(--foreground);color:#fff;box-shadow:var(--shadow)}.store-button:hover,.store-button:focus-visible{background:#000;outline:3px solid #ec48993d}.secondary-button{border:1px solid var(--border);color:var(--foreground);background:#fff}.secondary-button:hover,.secondary-button:focus-visible{background:var(--primary-soft);border-color:#ec489973;outline:none}.hero-note{color:var(--foreground-soft);margin:16px 0 0;font-size:.92rem}.hero-visual{border:1px solid var(--border);min-height:440px;box-shadow:var(--shadow);background:linear-gradient(135deg,#ec48992e,#8b5cf61f),#fff;border-radius:28px;position:relative;overflow:hidden}.phone-frame{background:#fff;border:10px solid #111827;border-radius:36px;grid-template-rows:auto 1fr auto;display:grid;position:absolute;inset:32px 54px 28px;overflow:hidden}.phone-top{justify-content:space-between;align-items:center;padding:18px 18px 10px;display:flex}.phone-pill{background:#111827;border-radius:999px;width:72px;height:8px}.spark{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.pet-card{background:linear-gradient(#11182700,#111827b8),radial-gradient(circle at 30% 25%,#fce7f3 0 18%,#0000 19%),radial-gradient(circle at 72% 34%,#ffedd5 0 16%,#0000 17%),linear-gradient(135deg,#e0f2fe,#f3e8ff 60%,#fff7ed);border-radius:24px;margin:18px;overflow:hidden}.pet-card-content{color:#fff;flex-direction:column;justify-content:flex-end;min-height:260px;padding:22px;display:flex}.pet-card-content strong{font-size:1.45rem;line-height:1.05}.pet-card-content span{color:#ffffffd6;margin-top:8px;font-weight:700}.phone-bottom{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 18px 18px;display:grid}.mini-tile{background:var(--background-soft);border-radius:18px;min-height:70px}.mini-tile:first-child{background:var(--primary-soft)}.mini-tile:nth-child(2){background:var(--secondary-soft)}.mini-tile:nth-child(3){background:var(--accent-soft)}.section{border-top:1px solid var(--border);padding:clamp(56px,8vw,92px) 0}.section-heading{max-width:680px}.section-heading h2,.legal-content h2{letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.section-heading p{color:var(--foreground-muted);margin:18px 0 0;font-size:1.08rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.feature-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-height:230px;padding:24px}.feature-icon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.feature-card:nth-child(2) .feature-icon{background:var(--secondary-soft);color:var(--secondary)}.feature-card:nth-child(3) .feature-icon{background:var(--accent-soft);color:var(--accent)}.feature-card h3{margin:22px 0 10px;font-size:1.35rem;line-height:1.1}.feature-card p{color:var(--foreground-muted);margin:0}.cta-band{border:1px solid var(--border);border-radius:var(--radius);background:var(--background-soft);justify-content:space-between;align-items:center;gap:24px;padding:clamp(24px,5vw,42px);display:flex}.cta-band h2{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1}.cta-band p{max-width:560px;color:var(--foreground-muted);margin:12px 0 0}.site-footer{border-top:1px solid var(--border);color:var(--foreground-muted);padding:30px 0}.footer-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-links{flex-wrap:wrap;gap:14px;font-weight:700;display:flex}.legal-page{background:var(--background-soft)}.legal-hero{padding:64px 0 36px}.legal-hero h1{max-width:880px;font-size:clamp(2.8rem,7vw,5.4rem)}.legal-hero p{max-width:740px;color:var(--foreground-muted);font-size:1.08rem}.legal-content{border:1px solid var(--border);border-radius:var(--radius);background:#fff;margin-bottom:64px;padding:clamp(24px,5vw,56px)}.legal-content h2{margin-top:42px;font-size:clamp(1.5rem,3vw,2.1rem)}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:var(--foreground-muted)}.legal-content a{color:var(--primary-strong);font-weight:800}.legal-content ul{padding-left:1.2rem}@media (width<=860px){.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{min-height:420px}.feature-grid{grid-template-columns:1fr}.cta-band,.footer-inner{flex-direction:column;align-items:flex-start}}@media (width<=560px){.container{width:min(100% - 28px,1120px)}.header-inner{min-height:66px}.brand-logo{width:108px}.nav-links{gap:2px;font-size:.88rem}.nav-links a{padding:8px}.hero{padding-top:38px}.hero h1{font-size:clamp(3.3rem,20vw,5rem)}.hero-actions{flex-direction:column}.store-button,.secondary-button{width:100%}.phone-frame{border-width:8px;inset:22px 24px}.pet-card-content{min-height:230px}}
