@import "https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";
:root{--background:#faf8f5;--foreground:#1d2930;--card:#fff;--card-foreground:#1d2930;--primary:#2d7c78;--primary-foreground:#fff;--muted:#ebe8e0;--muted-foreground:#67777e;--border:#dce2e5;--gradient-hero:linear-gradient(135deg,#29706d 0%,#194d4a 100%);--gradient-soft:linear-gradient(180deg,#faf8f5 0%,#f0ede6 100%);--shadow-soft:0 4px 20px -4px #1d29301a;--shadow-card:0 8px 30px -8px #1d29301f;--shadow-elevated:0 20px 50px -15px #1d293033;--font-display:"Playfair Display",serif;--font-body:"Poppins",sans-serif;--radius:1rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);line-height:1.6}h1,h2,h3,h4{font-family:var(--font-display)}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 1.5rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}.animate-float-delayed{animation:6s ease-in-out 2s infinite float}.animate-fade-up{animation:.6s ease-out forwards fadeUp}.paw-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 35c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zm-8-5c-1.5 0-2.7 1.2-2.7 2.7s1.2 2.7 2.7 2.7 2.7-1.2 2.7-2.7-1.2-2.7-2.7-2.7zm16 0c-1.5 0-2.7 1.2-2.7 2.7s1.2 2.7 2.7 2.7 2.7-1.2 2.7-2.7-1.2-2.7-2.7-2.7zm-12-6c-1.5 0-2.7 1.2-2.7 2.7s1.2 2.7 2.7 2.7 2.7-1.2 2.7-2.7-1.2-2.7-2.7-2.7zm8 0c-1.5 0-2.7 1.2-2.7 2.7s1.2 2.7 2.7 2.7 2.7-1.2 2.7-2.7-1.2-2.7-2.7-2.7z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E")}.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-hero);color:#fff;box-shadow:var(--shadow-soft)}.btn-primary:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.floating-pricing-cta{right:calc(1.5rem + env(safe-area-inset-right));bottom:calc(1.5rem + env(safe-area-inset-bottom));z-index:60;box-shadow:var(--shadow-elevated);text-align:center;flex-direction:column;gap:.1rem;line-height:1.05;position:fixed}.floating-pricing-cta:focus-visible{outline-offset:4px;outline:3px solid #ffffffd9}@media (max-width:640px){.floating-pricing-cta{right:calc(1rem + env(safe-area-inset-right));bottom:calc(1rem + env(safe-area-inset-bottom));border-radius:9999px;padding:.65rem 1.25rem;font-size:.8rem}}.btn-store{color:var(--foreground);background:#fff;padding:1rem 2rem;font-size:1rem}.btn-store:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.store-badge-btn{box-shadow:none;background:0 0;border:none;align-items:center;padding:0;line-height:0;display:inline-flex}.store-badge-btn:hover{box-shadow:none}.store-badge{width:auto;height:60px;display:block}.app-store-badge{width:auto}.appstore-waitlist{box-shadow:none;background:0 0;border:none;gap:0;padding:0;transition:transform .3s}.appstore-waitlist .store-badge{display:block}.appstore-waitlist:hover{transform:translateY(-2px)}.appstore-wrapper{justify-content:center;align-items:center;width:auto;max-width:none;margin:0;display:inline-flex;position:relative}.waitlist-badge{color:#fff;white-space:nowrap;z-index:5;pointer-events:none;background:linear-gradient(135deg,#f47b25 0%,#db7082 100%);border-radius:9999px;padding:.25rem .5rem;font-size:.65rem;font-weight:600;animation:2s ease-in-out infinite pulse-badge;position:absolute;top:-10px;right:-43px;box-shadow:0 2px 8px #0003}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.appstore-tooltip{background:var(--foreground);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;box-shadow:var(--shadow-card);z-index:10;pointer-events:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.75rem;transition:all .3s;position:absolute;bottom:calc(100% + 20px);left:50%;transform:translate(-50%)}.appstore-tooltip:after{content:"";border:6px solid #0000;border-top-color:var(--foreground);position:absolute;top:100%;left:50%;transform:translate(-50%)}.appstore-wrapper:hover .appstore-tooltip{opacity:1;visibility:visible}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffff4d;padding:1rem 2rem;font-size:1rem}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80}.header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf9f6cc;border-bottom:1px solid #c8c8c84d;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;height:4rem;display:flex}@media (min-width:768px){.header-inner{height:5rem}}.logo{align-items:center;gap:.75rem;display:flex}.logo img{width:2.5rem;height:2.5rem;box-shadow:var(--shadow-soft);border-radius:.75rem}@media (min-width:768px){.logo img{width:3rem;height:3rem}}.logo-text{font-family:var(--font-display);font-size:1.25rem;font-weight:700}@media (min-width:768px){.logo-text{font-size:1.5rem}}.nav-desktop{align-items:center;gap:2rem;display:none}@media (min-width:768px){.nav-desktop{display:flex}}.nav-link{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.nav-link:hover{color:var(--primary)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn svg{width:24px;height:24px;stroke:var(--foreground)}.mobile-nav{border-top:1px solid var(--border);padding:1rem 0;display:none}.mobile-nav.open{display:block}.mobile-nav a{color:var(--muted-foreground);padding:.75rem 0;display:block}.mobile-nav a:hover{color:var(--primary)}.mobile-nav .btn{width:auto;margin-top:.5rem;display:inline-flex}.mobile-nav a.btn{color:#fff;padding:.75rem 1.5rem}.hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-content{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text{text-align:center}@media (min-width:1024px){.hero-text{text-align:left}}.hero-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.hero h1{color:#fff;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:768px){.hero h1{font-size:3rem}}@media (min-width:1024px){.hero h1{font-size:3.75rem}}.hero-description{color:#ffffffd9;max-width:36rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}@media (min-width:1024px){.hero-description{margin-left:0}}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center;align-items:center}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start;align-items:center}}.hero-pets{color:#ffffffb3;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}@media (min-width:1024px){.hero-pets{justify-content:flex-start}}.hero-pets span{font-size:1.5rem}.hero-visual{justify-content:center;display:flex;position:relative}.phone-container{box-shadow:var(--shadow-elevated);border-radius:2rem;padding:0;position:relative}.phone-container img{border-radius:1.5rem;width:16rem}@media (min-width:768px){.phone-container img{width:18rem}}.floating-card{background:var(--card);box-shadow:var(--shadow-card);border-radius:.75rem;padding:.75rem;display:none;position:absolute}@media (min-width:768px){.floating-card{display:flex}}.floating-card-left{top:25%;left:-1rem}.floating-card-left-lower{top:45%;left:-.5rem}.floating-card-right{bottom:25%;right:-1rem}.floating-card-inner{align-items:center;gap:.5rem;display:flex}.floating-icon{border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;display:flex}.floating-icon.green{color:#16a249;background:#d2f9e0}.floating-icon.blue{color:#0874f7;background:#cee3fd}.floating-text p{font-size:.75rem}.floating-text p:first-child{color:var(--foreground);font-weight:600}.floating-text p:last-child{color:var(--muted-foreground);font-size:.625rem}.features{background:var(--background);padding:5rem 0}@media (min-width:768px){.features{padding:8rem 0}}.section-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.section-badge{color:var(--primary);background:#2d7c781a;border-radius:9999px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.section-header h2{color:var(--foreground);margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.section-header h2{font-size:2.25rem}}@media (min-width:1024px){.section-header h2{font-size:3rem}}.section-header p{color:var(--muted-foreground);font-size:1.125rem}.features-grid{gap:1.5rem;display:grid}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--card);box-shadow:var(--shadow-soft);border-radius:1rem;padding:1.5rem;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.feature-icon{border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{width:1.5rem;height:1.5rem}.feature-card h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.icon-red{color:#ef4343;background:#fde7e7}.icon-blue{color:#0874f7;background:#e6f1fe}.icon-orange{color:#f47b25;background:#fef0e6}.icon-green{color:#16a249;background:#e9fcf0}.icon-purple{color:#8c47d1;background:#f2ebfa}.icon-teal{color:#369691;background:#ecf8f8}.icon-amber{color:#e7b008;background:#fef8e6}.icon-indigo{color:#4553d3;background:#eaecfa}.screenshots{background:var(--gradient-soft);padding:4.5rem 0;overflow:hidden}@media (min-width:768px){.screenshots{padding:6rem 0}}.screenshots .section-header{margin-bottom:2.5rem}.screenshots .section-header h2{font-size:clamp(1.9rem,3.2vw,2.6rem)}.screenshots .section-header p{font-size:1rem}.screenshot-main{justify-content:center;margin-bottom:1.25rem;display:flex}.screenshot-wrapper{position:relative}.screenshot-glow{filter:blur(40px);background:#2d7c781a;border-radius:1.5rem;position:absolute;inset:-1rem}.screenshot-main img{width:clamp(11rem,22vw,16rem);box-shadow:var(--shadow-elevated);border-radius:1.5rem;transition:all .5s;position:relative}.screenshot-info{text-align:center;margin-bottom:1.5rem}.screenshot-info h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.screenshot-info p{color:var(--muted-foreground)}.screenshot-thumbs{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.screenshot-thumb{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:.75rem;padding:0;transition:all .3s;overflow:hidden}.screenshot-thumb:hover{opacity:1}.screenshot-thumb.active{opacity:1;outline:4px solid var(--primary);transform:scale(1.05)}.screenshot-thumb img{object-fit:cover;object-position:top;width:3.5rem;height:6rem}@media (min-width:768px){.screenshot-thumb img{width:4.5rem;height:8rem}}.pricing{background:var(--background);padding:5rem 0}@media (min-width:768px){.pricing{padding:8rem 0}}.pricing-grid{gap:2rem;max-width:72rem;margin:0 auto;display:grid}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:center}}.pricing-card{background:var(--card);box-shadow:var(--shadow-soft);text-align:center;border:2px solid #0000;border-radius:1.5rem;padding:2rem;transition:all .3s}.pricing-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.pricing-card.highlighted{background:var(--gradient-hero);color:#fff;border:2px solid var(--primary);padding:3rem 2rem;transform:scale(1.05)}.pricing-toggle{background:var(--muted);border-radius:9999px;align-items:center;gap:.35rem;margin:1.5rem 0 2.5rem;padding:.35rem;display:inline-flex}.pricing-toggle-option{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.pricing-toggle-option.active{background:var(--primary);color:#fff;box-shadow:var(--shadow-soft)}.pricing-toggle-badge{color:inherit;background:#fff3;border-radius:9999px;margin-left:.5rem;padding:.15rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.pricing-card.highlighted:hover{transform:scale(1.05)translateY(-4px)}.pricing-popular{color:var(--primary);background:#fff;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.pricing-name{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.pricing-card.highlighted .pricing-name{color:#fff}.pricing-description{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem}.pricing-card.highlighted .pricing-description{color:#ffffffd9}.pricing-price{margin-bottom:.5rem}.pricing-price .currency{font-size:1.5rem;font-weight:600}.pricing-price .amount{font-family:var(--font-display);font-size:3rem;font-weight:700}.pricing-card.highlighted .pricing-price{color:#fff}.pricing-period{color:var(--muted-foreground);margin-bottom:.5rem;font-size:.875rem}.pricing-discount{color:#da620b;background:#f47b2526;border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-weight:700;display:inline-block}.pricing-card.highlighted .pricing-discount{color:#fff;background:#fff3}.pricing-card.highlighted .pricing-period{color:#ffffffb3}.pricing-pets{color:var(--primary);background:#2d7c781a;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.pricing-card.highlighted .pricing-pets{color:#fff;background:#fff3}.pricing-features{text-align:left;margin-bottom:1.5rem;list-style:none}.pricing-features li{color:var(--muted-foreground);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;display:flex}.pricing-card.highlighted .pricing-features li{color:#ffffffe6}.pricing-features li:before{content:"✓";color:var(--primary);font-weight:600}.pricing-card.highlighted .pricing-features li:before{color:#fff}.pricing-card .btn{width:100%}.pricing-card.highlighted .btn-primary{color:var(--primary);background:#fff}.download{background:var(--gradient-hero);padding:5rem 0;position:relative;overflow:hidden}@media (min-width:768px){.download{padding:8rem 0}}.download-blur-1{filter:blur(60px);background:#ffffff0d;border-radius:50%;width:12rem;height:12rem;position:absolute;top:25%;left:2.5rem}.download-blur-2{filter:blur(60px);background:#ffffff0d;border-radius:50%;width:16rem;height:16rem;position:absolute;bottom:25%;right:2.5rem}.download-content{z-index:10;text-align:center;max-width:48rem;margin:0 auto;position:relative}.download-logo{width:6rem;height:6rem;box-shadow:var(--shadow-elevated);border-radius:1rem;margin:0 auto 2rem}.download h2{color:#fff;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.download h2{font-size:2.25rem}}@media (min-width:1024px){.download h2{font-size:3rem}}.download>.container>.download-content>p{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.125rem}.download-buttons{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}@media (min-width:640px){.download-buttons{flex-direction:row}}.download-stats{color:#fff9;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;display:flex}.download-stat{text-align:center}.download-stat-value{font-family:var(--font-display);color:#fff;font-size:1.875rem;font-weight:700}.download-stat-label{font-size:.875rem}.download-divider{background:#fff3;width:1px;height:3rem}.footer{background:var(--foreground);color:var(--background);padding:3rem 0}.footer-inner{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between}}.footer-logo{align-items:center;gap:.75rem;display:flex}.footer-logo img{border-radius:.5rem;width:2.5rem;height:2.5rem}.footer-logo-text p:first-child{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.footer-logo-text p:last-child{color:#faf9f699;font-size:.875rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-nav a{color:#faf9f6b3;font-size:.875rem;transition:color .2s}.footer-nav a:hover{color:var(--background)}.footer-social{gap:1rem;display:flex}.footer-social a{background:#faf9f61a;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s;display:flex}.footer-social a:hover{background:#faf9f633}.footer-social svg{width:1.25rem;height:1.25rem}.footer-bottom{text-align:center;border-top:1px solid #faf9f61a;margin-top:2rem;padding-top:2rem}.footer-bottom p{color:#faf9f680;font-size:.875rem}.contact{background:var(--gradient-soft);padding:5rem 0 6rem}.waitlist{background:var(--gradient-hero);padding:5rem 0 6rem;position:relative;overflow:hidden}.waitlist:before,.waitlist:after{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffffff14,#0000 40%),radial-gradient(circle at 80% 70%,#ffffff14,#0000 45%);position:absolute;inset:0}.waitlist .container{z-index:1;position:relative}.waitlist-header{text-align:center;color:#fff}.waitlist-header .section-badge{color:#fff;background:#ffffff26}.waitlist-header h2{color:#fff}.waitlist-subtitle{color:#ffffffe6;margin-top:.35rem;font-size:1.35rem;font-weight:600;line-height:1.25}.waitlist-header p{color:#ffffffd9}@media (min-width:768px){.contact{padding:6rem 0 7rem}}.contact-form{background:var(--card);max-width:600px;box-shadow:var(--shadow-soft);border-radius:1.5rem;gap:1.5rem;margin:0 auto;padding:2rem;display:grid}.contact-form label{color:var(--foreground);gap:.5rem;font-weight:600;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--border);width:100%;font-family:var(--font-body);border-radius:.75rem;padding:.9rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #228b8026}.contact-form button{justify-self:start}.form-status{font-size:.9rem}.form-status.success{color:#1f7a55}.form-status.error{color:#b42318}.newsletter-form-container{justify-items:center;gap:1rem;margin:2.5rem auto 0;display:grid}.newsletter-form{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.newsletter-form-input{color:#000;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;min-width:100px;max-width:300px;margin:0 0 10px;padding:8px 12px;font-family:Inter,sans-serif;font-size:14px;box-shadow:0 1px 2px #0000000d}.newsletter-form-button,.newsletter-loading-button{color:#fff;white-space:normal;text-align:center;cursor:pointer;background:#0d9488;border:none;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:300px;height:38px;padding:9px 17px;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;box-shadow:0 1px 2px #0000000d}.newsletter-success,.newsletter-error{justify-content:center;align-items:center;width:100%;display:none}.newsletter-success-message{color:#ffffffe6;font-family:Inter,sans-serif;font-size:14px}.newsletter-error-message{color:#b91c1c;font-family:Inter,sans-serif;font-size:14px}.newsletter-back-button{color:#6b7280;text-align:center;cursor:pointer;background:0 0;border:none;margin:10px auto;font:14px Inter,sans-serif;display:none}.newsletter-back-button:hover{text-decoration:underline}
