.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px #0000000f}.header.scrolled{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 10px 30px #00000014}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{display:block;height:36px;width:auto}@media (min-width: 768px){.logo-image{height:44px}}.nav-menu{display:flex;align-items:center;gap:1.25rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.header:not(.scrolled) .nav-link{color:#1f2937}.header.scrolled .nav-link{color:#1f2937}.nav-link{text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem .75rem;border-radius:.5rem;transition:color .2s ease,background .2s ease,transform .2s ease}.header:not(.scrolled) .nav-link:hover{background:rgba(102,126,234,.12);color:#4f46e5}.header.scrolled .nav-link:hover{background:rgba(102,126,234,.12);color:#4f46e5}.nav-link.active{color:#6366f1;background:rgba(99,102,241,.12)}.nav-cta .btn{border-radius:9999px;padding:.6rem 1rem;font-weight:700}.nav-cta .btn-primary{background:linear-gradient(180deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 6px 16px #2563eb40;border:1px solid rgba(255,255,255,.25)}.nav-cta .btn-primary:hover{transform:translateY(-1px);background:linear-gradient(180deg,#2b6ef7 0%,#1e50db 100%);box-shadow:0 10px 24px #2563eb52}.nav-cta .btn-primary:active{transform:translateY(0);box-shadow:0 4px 10px #2563eb38}.nav-cta .btn-primary:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f640,0 6px 16px #2563eb40}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:32px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10000;transition:all .2s ease}.mobile-menu-btn:hover{transform:scale(1.05)}.hamburger-line{width:100%;height:3px;background:#1f2937;border-radius:2px;transition:all .3s ease;transform-origin:center;box-shadow:0 1px 2px #0000001a}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);align-items:flex-start;justify-content:center;padding-top:80px;padding-bottom:20px;z-index:9999;overflow-y:auto}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mobile-menu-close{position:fixed;top:1rem;right:1rem;background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.1);cursor:pointer;padding:.75rem;border-radius:50%;transition:all .2s ease;z-index:1001;box-shadow:0 2px 8px #0000001a;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.mobile-menu-close:hover{background:rgba(255,255,255,1);transform:scale(1.05);box-shadow:0 4px 12px #00000026}.close-icon{font-size:1.5rem;font-weight:400;color:#1f2937;line-height:1}.mobile-nav-menu{display:flex;flex-direction:column;align-items:center;gap:1rem;list-style:none;margin:0;padding:1.5rem;width:100%;max-width:320px;animation:slideInUp .4s ease-out;min-height:auto}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-item{width:100%}.mobile-nav-link{text-decoration:none;color:#1f2937;font-weight:600;font-size:1rem;padding:.875rem 1.25rem;border-radius:12px;transition:all .2s ease;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000f;min-height:48px}.mobile-nav-link:hover{background:rgba(37,99,235,.1);color:#1e3a8a;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb26;border-color:#2563eb33}.mobile-nav-link.active{background:rgba(37,99,235,.15);color:#1e3a8a;border-color:#2563eb4d}.mobile-cta{margin-top:1rem;width:100%;max-width:280px;padding:.875rem 1.25rem;font-weight:700;font-size:.95rem;border-radius:12px;background:#2563eb;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #2563eb40;min-height:48px}.mobile-cta:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}@media (max-width: 768px){.nav-menu,.nav-cta{display:none}.mobile-menu-btn{display:flex}.mobile-menu-btn{min-height:44px;min-width:44px;padding:10px}.mobile-nav-link{min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-nav-menu{padding:1.5rem;gap:1rem}.mobile-nav-link{font-size:1rem;padding:.875rem 1.25rem}}@media (max-width: 480px){.mobile-menu{padding-top:70px;padding-bottom:15px}.mobile-nav-menu{padding:1rem;max-width:280px;gap:.75rem}.mobile-nav-link{font-size:.9rem;padding:.75rem 1rem;min-height:44px}.mobile-cta{font-size:.85rem;padding:.75rem 1rem;min-height:44px}.mobile-menu-close{top:.75rem;right:.75rem;width:40px;height:40px}}.hero-section{position:relative;padding:6rem 1rem 3rem;width:100%;overflow:hidden;isolation:isolate}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none}.hero-gradient{position:absolute;filter:blur(60px);opacity:.7}.hero-gradient-1{width:55vw;height:55vw;left:-20vw;top:-25vw;background:radial-gradient(closest-side,#c3e7ff 0%,rgba(195,231,255,0) 70%)}.hero-gradient-2{width:60vw;height:60vw;right:-25vw;top:-10vw;background:radial-gradient(closest-side,#ffd7ba 0%,rgba(255,215,186,0) 70%)}.hero-noise{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:-1;pointer-events:none;background:radial-gradient(1200px 600px at -10% -20%,rgba(209,239,255,.7),rgba(209,239,255,0) 60%),radial-gradient(900px 600px at 110% 10%,rgba(255,231,209,.7),rgba(255,231,209,0) 60%),linear-gradient(135deg,#f8fbff 0%,#eef6ff 50%,#fff5ee 100%),repeating-linear-gradient(45deg,rgba(0,0,0,.02) 0 2px,rgba(0,0,0,.015) 2px 4px);mix-blend-mode:normal}@media (max-width: 480px){.hero-section{padding-top:5rem}.hero-content{padding-top:.5rem}}@media (min-width: 768px){.hero-section{padding:7rem 2rem 4rem}}@media (min-width: 1024px){.hero-section{padding:8rem 2rem 6rem}}.hero-flex-container{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 1024px){.hero-flex-container{flex-direction:row;align-items:center;gap:3rem;justify-content:space-between}}.hero-left-section{width:100%;max-width:600px}@media (min-width: 1024px){.hero-left-section{width:50%;max-width:none}}.hero-right-section{width:100%;display:flex;justify-content:center;align-items:center}@media (min-width: 1024px){.hero-right-section{width:50%;justify-content:flex-end;align-items:flex-end}}.hero-content{text-align:center;padding:1rem 1rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:999px;background:rgba(37,99,235,.08);color:#1e3a8a;font-weight:600;font-size:.9rem;margin-bottom:1rem;border:1px solid rgba(37,99,235,.15);margin-top:.5rem}.hero-badge img{width:16px;height:16px;display:block}@media (min-width: 1024px){.hero-content{text-align:left;padding:0}}.hero-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em}@media (min-width: 768px){.hero-title{font-size:3rem;margin-bottom:1.25rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.hero-highlight{color:#2563eb;text-shadow:0 8px 30px rgba(37,99,235,.25)}.hero-description{font-size:1.125rem;color:#374151;margin-bottom:1.5rem;max-width:640px;line-height:1.7;margin-left:auto;margin-right:auto;opacity:.9}@media (min-width: 768px){.hero-description{font-size:1.25rem;margin-bottom:1.75rem}}@media (min-width: 1024px){.hero-description{font-size:1.25rem;margin:0 0 2rem}}.hero-feature-chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:.5rem 0 1.25rem}@media (min-width: 1024px){.hero-feature-chips{justify-content:flex-start}}.chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border-radius:999px;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);color:#0f172a;font-weight:600;font-size:.9rem}.chip img{width:40px;height:38px;display:block}.hero-buttons{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:.75rem}@media (min-width: 1024px){.hero-buttons{justify-content:flex-start}}.cta-primary{background:#2563eb;color:#fff;padding:.85rem 1.2rem;border-radius:12px;font-weight:700;box-shadow:0 10px 25px #2563eb59;border:1px solid rgba(255,255,255,.2)}.cta-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.cta-secondary{color:#0f172a;padding:.85rem 1rem;border-radius:12px;font-weight:700;background:rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.08)}.cta-secondary:hover{background:rgba(15,23,42,.09)}.cta-store{display:inline-flex;align-items:center}.google-play-badge{width:200px;height:auto;transition:transform .2s ease}.hero-image-container{display:flex;justify-content:center;align-items:center}@media (min-width: 1024px){.hero-image-container{justify-content:flex-end;padding-right:0;margin-right:-2rem}}.hero-visual{position:relative;width:100%;max-width:520px}.hero-glow{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;border-radius:50%;background:radial-gradient(closest-side,rgba(37,99,235,.25),rgba(37,99,235,0) 70%);filter:blur(30px);z-index:0}.hero-pets-image{position:relative;z-index:1;width:100%;max-width:520px;height:auto;object-fit:contain;transform:translateZ(0);animation:floatY 8s ease-in-out infinite;filter:drop-shadow(0 20px 30px rgba(15,23,42,.15))}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (min-width: 768px){.hero-pets-image{max-width:580px}}@media (min-width: 1024px){.hero-visual{max-width:640px}.hero-pets-image{max-width:640px;width:640px;min-width:640px}.reveal{opacity:0;transform:translateY(12px)}.reveal.revealed{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}}.hero-trust{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:#334155;font-weight:600;opacity:.9}.hero-trust img{width:18px;height:18px}.hero-orbits{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.orbit{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px dashed rgba(30,58,138,.15);transform-origin:center;animation:orbit-rotate linear infinite}.orbit-sm{transform:scale(.55);animation-duration:14s}.orbit-md{transform:scale(.8);animation-duration:18s}.orbit-lg{transform:scale(1.05);animation-duration:22s}.orbit-xl{transform:scale(1.25);animation-duration:26s}@keyframes orbit-rotate{0%{transform:rotate(0) scale(var(--scale,1))}to{transform:rotate(360deg) scale(var(--scale,1))}}.orbit-item{position:absolute;top:-22px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;color:#2563eb}.icon-bone,.icon-fish,.icon-heart,.icon-syringe{width:44px;height:44px;display:block}@media (min-width: 1024px){.orbit-item{width:64px;height:64px;top:-26px}.icon-bone,.icon-fish,.icon-heart,.icon-syringe{width:42px;height:42px}}@media (prefers-reduced-motion: reduce){.hero-pets-image,.orbit{animation:none!important}}.animated-paws{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.paw{position:absolute;width:28px;height:28px;background-image:url(/images/paw-black.png);background-size:contain;background-repeat:no-repeat;opacity:.12;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15));animation:floatPaw linear infinite}@media (min-width: 768px){.paw{width:34px;height:34px;opacity:.14}}@keyframes floatPaw{0%{transform:translateY(20%) translate(-10%) rotate(0);opacity:0}10%{opacity:.15}50%{opacity:.18}90%{opacity:.12}to{transform:translateY(-120%) translate(10%) rotate(15deg);opacity:0}}.paw-1{left:5%;bottom:-10%;animation-duration:14s;animation-delay:0s}.paw-2{left:15%;bottom:-20%;animation-duration:16s;animation-delay:1s}.paw-3{left:25%;bottom:-15%;animation-duration:18s;animation-delay:2.5s}.paw-4{left:35%;bottom:-25%;animation-duration:15.5s;animation-delay:.8s}.paw-5{left:45%;bottom:-18%;animation-duration:19s;animation-delay:3s}.paw-6{left:55%;bottom:-22%;animation-duration:17s;animation-delay:1.7s}.paw-7{left:65%;bottom:-15%;animation-duration:20s;animation-delay:2.2s}.paw-8{left:75%;bottom:-28%;animation-duration:16.8s;animation-delay:.5s}.paw-9{left:85%;bottom:-12%;animation-duration:18.7s;animation-delay:2.8s}.paw-10{left:12%;bottom:-30%;animation-duration:21s;animation-delay:1.2s}.paw-11{left:52%;bottom:-35%;animation-duration:19.6s;animation-delay:2s}.paw-12{left:88%;bottom:-26%;animation-duration:22s;animation-delay:3.6s}.features-section{padding:2rem 1rem;background-color:#fff}@media (min-width: 768px){.features-section{padding:3rem 2rem}}@media (min-width: 1024px){.features-section{padding:4rem 2rem}}.section-header{text-align:center;margin-bottom:3rem}@media (min-width: 1024px){.section-header{margin-bottom:4rem}}.features-section .section-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.features-section .section-title{font-size:2.5rem}}@media (min-width: 1024px){.features-section .section-title{font-size:3rem;text-align:center}}.features-grid{display:flex;flex-direction:column;gap:1rem;max-width:100%}@media (min-width: 1024px){.features-grid{gap:.5rem}}.feature-item{display:grid;gap:2rem;align-items:center}@media (min-width: 1024px){.feature-item{grid-template-columns:1fr 1fr;gap:4rem}}.feature-item-reverse{display:grid;gap:2rem;align-items:center}@media (min-width: 1024px){.feature-item-reverse{grid-template-columns:1fr 1fr;gap:4rem}}.feature-image-container{order:2;display:flex;justify-content:center}.feature-content{order:1}.feature-image-container-reverse{order:2;display:flex;justify-content:center}.feature-content-reverse{order:1}@media (min-width: 1024px){.feature-image-container{order:1}.feature-content,.feature-image-container-reverse{order:2}.feature-content-reverse{order:1}}@media (max-width: 1023px){.feature-content,.feature-content-reverse{order:1}.feature-image-container,.feature-image-container-reverse{order:2}}.feature-header{display:flex;align-items:flex-start;margin-bottom:1rem;gap:.75rem}.feature-icon{margin-top:.5rem;flex-shrink:0;width:1.25rem;height:1.25rem}@media (min-width: 768px){.feature-icon{width:1.5rem;height:1.5rem;margin-top:.4rem}}.feature-title{font-size:1.25rem;font-weight:700;color:#111827;line-height:1.3}@media (min-width: 768px){.feature-title{font-size:1.5rem}}@media (min-width: 1024px){.feature-title{font-size:1.875rem}}.feature-description{font-size:1rem;font-weight:500;color:#4b5563;line-height:1.6;margin-left:2rem;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 768px){.feature-description{font-size:1.125rem;margin-left:2.25rem}}@media (min-width: 1024px){.feature-description{font-size:1.25rem}}.feature-image{position:relative;width:100%;max-width:24rem}@media (min-width: 768px){.feature-image{max-width:28rem}}.feature-image img{width:100%;height:auto;object-fit:contain}.services-section{padding:2.5rem 1rem;background:radial-gradient(900px 400px at 100% 0%,rgba(37,99,235,.08) 0%,rgba(37,99,235,0) 60%),#f8fafc}@media (min-width: 768px){.services-section{padding:3rem 2rem}}@media (min-width: 1024px){.services-section{padding:4rem 2rem}}.section-header{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.section-header{margin-bottom:3rem}}.services-section .section-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.services-section .section-title{font-size:2.5rem}}@media (min-width: 1024px){.services-section .section-title{font-size:3rem}}.services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;max-width:100%;align-items:start}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.service-card{text-align:center;transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;perspective:1000px;min-height:240px;height:280px;background:transparent;border:none;box-shadow:none;padding:0}@media (min-width: 768px){.service-card{min-height:260px;height:300px}}@media (min-width: 1024px){.service-card{min-height:280px;height:320px}}.service-card:hover{transform:translateY(-4px)}@media (hover: hover){.service-card:hover .service-card-front,.service-card:hover .service-card-back{box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #00000080;border-color:#0009}.service-card:hover .service-image img{transform:scale(1.05)}}.service-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (hover: hover){.service-card:hover .service-card-inner{transform:rotateY(180deg)}}.service-card.flipped .service-card-inner{transform:rotateY(180deg)}.service-card-front,.service-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:1rem;padding:1rem;box-shadow:0 10px 30px #02061714;border:1px solid rgba(2,6,23,.08);-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}.service-card-front{transform:rotateY(0);transition:box-shadow .3s ease;justify-content:flex-start;padding:1rem}.service-card-back{transform:rotateY(180deg);justify-content:center;align-items:center;text-align:center;color:#fff;padding:1.5rem}.service-description{color:#fffffff2;font-size:.875rem;text-align:center;line-height:1.5;margin-top:1.5rem;padding:0 .5rem;font-weight:500}@media (min-width: 768px){.service-description{font-size:1rem;margin-top:2rem}}@media (min-width: 1024px){.service-description{font-size:1.125rem;margin-top:2.5rem}}.service-logo{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;height:60px}.service-logo img{width:auto;height:100%;object-fit:contain;max-width:80px}@media (min-width: 768px){.service-logo{height:80px;margin-bottom:2rem}.service-logo img{max-width:100px}}.service-card-back .service-title{display:none}@media (hover: hover){.service-card:hover .service-card-front,.service-card:hover .service-card-back{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}}.service-card.flipped .service-card-front,.service-card.flipped .service-card-back{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#0009}.service-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-align:center;width:100%}.service-card-back .service-title{color:#111827;margin-bottom:1rem}@media (min-width: 768px){.service-title{font-size:1.25rem}}@media (min-width: 1024px){.service-title{font-size:1.375rem}}.service-image{width:100%;height:200px;display:flex;justify-content:center;align-items:center;margin-top:.5rem;flex-shrink:0}.service-image img{width:auto;height:auto;object-fit:contain;max-width:240px;max-height:200px;filter:drop-shadow(0 10px 16px rgba(15,23,42,.15));transition:transform .3s ease}@media (min-width: 640px){.service-image{height:200px}.service-image img{max-width:220px;max-height:200px}}@media (min-width: 768px){.service-image{height:220px}.service-image img{max-width:240px;max-height:220px}}@media (min-width: 1024px){.service-image{height:240px}.service-image img{max-width:260px;max-height:280px;margin-bottom:.5rem}}.vision-section{padding:2.5rem 1rem;background:radial-gradient(700px 400px at 10% 0%,rgba(16,185,129,.06) 0%,rgba(16,185,129,0) 60%),#ffffff}@media (min-width: 768px){.vision-section{padding:3rem 2rem}}@media (min-width: 1024px){.vision-section{padding:4rem 2rem}}.vision-grid{display:grid;gap:2rem;align-items:center}@media (min-width: 1024px){.vision-grid{grid-template-columns:1fr 1fr;gap:3rem}}.vision-image-container{display:flex;justify-content:center;order:2}@media (min-width: 1024px){.vision-image-container{justify-content:flex-start;order:1}}.vision-image{position:relative;width:100%;max-width:24rem}@media (min-width: 768px){.vision-image{max-width:28rem}}@media (min-width: 1024px){.vision-image{max-width:32rem}}.vision-image img{width:100%;height:auto;object-fit:contain}.vision-content{order:1}@media (min-width: 1024px){.vision-content{order:2}}.vision-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.15}@media (min-width: 768px){.vision-title{font-size:2.25rem;margin-bottom:2rem}}@media (min-width: 1024px){.vision-title{font-size:3rem}}.vision-text{max-width:none}.vision-paragraph{margin-bottom:1rem;line-height:1.7;font-size:1rem;font-weight:500;color:#475569}@media (min-width: 768px){.vision-paragraph{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}}@media (min-width: 1024px){.vision-paragraph{font-size:1.25rem}}.vision-highlight{font-weight:700;color:#111827}.community-section{padding:2rem 1rem;background-color:#f9fafb;overflow:visible}@media (min-width: 768px){.community-section{padding:3rem 2rem}}@media (min-width: 1024px){.community-section{padding:4rem 2rem}}.community-banner{background:linear-gradient(110deg,#3b82f6,#2563eb 55%,#1e40af);border-radius:1rem;overflow:visible;position:relative;margin:0 1rem;box-shadow:0 20px 40px #02061726}@media (min-width: 768px){.community-banner{border-radius:1.5rem;margin:0}}.community-grid{display:grid;align-items:center;gap:2rem;overflow:visible}@media (min-width: 1024px){.community-grid{grid-template-columns:1fr 1fr;gap:0}}.community-content{padding:2rem;color:#fff;text-align:center}@media (min-width: 768px){.community-content{padding:2.5rem}}@media (min-width: 1024px){.community-content{padding:3rem;text-align:left}}.community-title{font-size:1.75rem;font-weight:800;margin-bottom:1rem;line-height:1.15}@media (min-width: 768px){.community-title{font-size:1.875rem;margin-bottom:1.5rem}}@media (min-width: 1024px){.community-title{font-size:2.25rem}}.community-description{font-size:1rem;margin-bottom:1.5rem;color:#dbeafe;line-height:1.5;font-weight:500}@media (min-width: 768px){.community-description{font-size:1.125rem;margin-bottom:2rem}}@media (min-width: 1024px){.community-description{font-size:1.25rem}}.google-play-button{display:inline-block;margin-top:1rem}@media (min-width: 1024px){.google-play-button{text-align:left}}.google-play-badge{width:200px;height:auto;display:block;transition:transform .2s ease}@media (min-width: 768px){.google-play-badge{width:240px}}.google-play-badge:hover{transform:scale(1.05)}.community-image-container{display:flex;justify-content:center;align-items:center;padding:0;order:2;overflow:visible}@media (min-width: 1024px){.community-image-container{justify-content:flex-end;align-items:flex-end;padding:0;order:1}}.community-image{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:20rem;margin-top:-7rem}@media (min-width: 768px){.community-image{max-width:24rem;margin-top:-3rem}}@media (min-width: 1024px){.community-image{position:absolute;bottom:0rem;right:2rem;width:auto;max-width:32rem;margin-top:0}}.community-image img{width:100%;height:auto;object-fit:contain}.footer{position:relative;background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);color:#fff;padding:4rem 0 2rem;overflow:hidden}.footer-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.footer-shapes{position:absolute;width:100%;height:100%}.footer-shape{position:absolute;animation:float 8s ease-in-out infinite;background-image:url(/images/paw-black.png);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.12;filter:invert(1) drop-shadow(0 6px 16px rgba(0,0,0,.25))}.shape-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;top:60%;right:15%;animation-delay:3s}.shape-3{width:80px;height:80px;bottom:30%;left:20%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.footer-grid{position:relative;z-index:2;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.footer-grid{grid-template-columns:1fr 2fr;gap:2.5rem}}@media (min-width: 1024px){.footer-grid{grid-template-columns:1fr 2fr;gap:3rem}}.company-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}@media (min-width: 768px){.company-header{margin-bottom:1.5rem}}.company-logo{max-height:2.5rem;width:auto;height:auto}@media (min-width: 768px){.company-logo{max-height:3rem}}.company-description{color:#e1e7f0;margin-bottom:1rem;font-size:.875rem;line-height:1.5}@media (min-width: 768px){.company-description{margin-bottom:1.5rem;font-size:.95rem}}@media (min-width: 1024px){.company-description{max-width:400px}}.right-sections{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.right-sections{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 1024px){.right-sections{grid-template-columns:repeat(3,1fr)}}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}@media (min-width: 768px){.section-title{font-size:1.3rem;margin-bottom:1rem}}.section-list{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;padding-left:0;margin:0;list-style:none}@media (min-width: 768px){.section-list{font-size:.95rem}}.section-link{color:#cbd5e1;text-decoration:none;transition:color .3s ease;display:inline-block;padding:.25rem 0}.section-link:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}@media (min-width: 768px){.contact-info{gap:1rem;font-size:.95rem}}.contact-item{display:flex;align-items:center;gap:.5rem}.contact-link{color:#cbd5e1;text-decoration:none}.contact-link:hover{color:#fff}.social-media{display:flex;gap:1rem;margin-top:.5rem}.social-icon{width:2.5rem;height:2.5rem;border:1px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}@media (min-width: 768px){.social-icon{width:2.7rem;height:2.7rem}}.social-icon:hover{background-color:#3b82f6;border-color:#3b82f6;transform:scale(1.08)}.social-icon-svg{width:1.2rem;height:1.2rem}@media (min-width: 768px){.social-icon-svg{width:1.3rem;height:1.3rem}}.footer-divider{border-top:1px solid rgba(255,255,255,.15);margin-top:2rem;padding-top:1.5rem;position:relative;z-index:2}@media (min-width: 768px){.footer-divider{padding-top:2rem}}.footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom .footer-links{display:flex;align-items:center;gap:.75rem;font-size:.9rem;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.footer-bottom .footer-links{font-size:1rem;justify-content:flex-start}}.footer-bottom .footer-link{color:#cbd5e1;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-bottom .footer-link:hover{color:#fff}.link-separator{color:#94a3b8;font-weight:300}.venture{font-size:.9rem;color:#9ca3af}@media (min-width: 768px){.venture{font-size:1rem}}.venture-link{color:#fff;text-decoration:underline;transition:color .3s ease}.venture-link:hover{color:#cbd5e1}.terms-container{min-height:100vh;background-color:#fff;padding:2rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif}.terms-content{max-width:900px;margin:0 auto;background-color:#fff;padding:3rem 2rem;box-shadow:0 4px 6px #0000001a;border-radius:8px;line-height:1.7}.terms-content h1{color:#000;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;border-bottom:2px solid #000000;padding-bottom:1rem}.terms-content h2{color:#000;font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}.terms-content p{color:#333;font-size:1.15rem;margin-bottom:1rem;text-align:justify}.terms-content ul{color:#333;margin-left:2rem;margin-bottom:1rem}.terms-content li{margin-bottom:.5rem;line-height:1.6;font-size:1.125rem}.terms-footer{margin-top:3rem;padding-top:2rem;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:1rem}.terms-footer p{color:#666;font-size:.875rem;margin:0}.back-button{background-color:#000;color:#fff;border:2px solid #000000;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;align-items:right}.terms-content section{position:relative;padding-bottom:2rem;margin-bottom:2rem}.terms-content section:not(:last-child){border-bottom:2px solid #e5e7eb}@media (max-width: 768px){.terms-container{padding:1rem .5rem}.terms-content{padding:2rem 1rem}.terms-content h1{font-size:2rem}.terms-content h2{font-size:1.25rem}.terms-footer{flex-direction:column;align-items:flex-start}.terms-content section{padding-bottom:1.5rem;margin-bottom:1.5rem}}.privacy-container{min-height:100vh;background-color:#fff;padding:2rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif}.privacy-content{max-width:900px;margin:0 auto;background-color:#fff;padding:3rem 2rem;box-shadow:0 4px 6px #0000001a;border-radius:8px;line-height:1.7}.privacy-content h1{color:#000;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;border-bottom:2px solid #000000;padding-bottom:1rem}.privacy-content h2{color:#000;font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}.privacy-content p{color:#333;font-size:1.15rem;margin-bottom:1rem;text-align:justify}.privacy-content ul{color:#333;margin-left:2rem;margin-bottom:1rem}.privacy-content li{margin-bottom:.5rem;line-height:1.6;font-size:1.125rem}.privacy-footer{margin-top:3rem;padding-top:2rem;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:1rem}.privacy-footer p{color:#666;font-size:.875rem;margin:0}.back-button{background-color:#000;color:#fff;border:2px solid #000000;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.back-button:hover{background-color:#fff;color:#000}.privacy-content section{position:relative;padding-bottom:2rem;margin-bottom:2rem}.privacy-content section:not(:last-child){border-bottom:2px solid #e5e7eb}@media (max-width: 768px){.privacy-container{padding:1rem .5rem}.privacy-content{padding:2rem 1rem}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.25rem}.privacy-footer{flex-direction:column;align-items:flex-start}.privacy-content section{padding-bottom:1.5rem;margin-bottom:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#ffffff;color:#1a202c;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 3rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;border-radius:1rem;padding:.875rem 1.75rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;text-align:center;line-height:1;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s;pointer-events:none}.btn:hover:before{left:100%}@media (min-width: 768px){.btn{font-size:1rem;padding:1rem 2rem}}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 10px 30px #2563eb40}.btn-primary:before{display:none}.btn-primary,.btn-primary:hover{color:#fff!important}.btn-primary svg{color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #667eea99}.btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.2);border-color:#ffffff4d;transform:translateY(-2px)}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.btn-lg{font-size:1.125rem;padding:1.25rem 2.5rem;border-radius:1.25rem}@media (min-width: 768px){.btn-lg{font-size:1.25rem;padding:1.5rem 3rem}}.min-h-screen{min-height:100vh}.bg-white{background:#fff}.bg-gradient{background:#ffffff}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media (min-width: 1024px){.text-center-lg{text-align:center}.text-left-lg{text-align:left}.text-right-lg{text-align:right}}html{scroll-behavior:smooth}.glass{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem}.card{background:rgba(255,255,255,.95);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 40px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.2)}.card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #00000026}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.heading-1{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#0f172a}.heading-2{font-size:2rem;font-weight:700;line-height:1.2;color:#1a202c}.heading-3{font-size:1.5rem;font-weight:600;line-height:1.3;color:#2d3748}@media (min-width: 768px){.heading-1{font-size:3.5rem}.heading-2{font-size:2.5rem}.heading-3{font-size:1.75rem}}@media (min-width: 1024px){.heading-1{font-size:4rem}.heading-2{font-size:3rem}.heading-3{font-size:2rem}}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal.revealed{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.float{animation:float 6s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation:bounce 2s infinite}.gradient-text{color:#0f172a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:2.5rem;line-height:1.1;margin:0}@media (min-width: 768px){h1{font-size:3.2rem}}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}#root{width:100%;margin:0;padding:0;overflow-x:hidden}html,body{overflow-x:hidden;max-width:100%;box-sizing:border-box}*{box-sizing:border-box}img{max-width:100%;height:auto;display:block}p,h1,h2,h3,h4,h5,h6{margin:0;line-height:1.6}*{transition:color .3s ease,background-color .3s ease,transform .3s ease}
