.Blog-module__FYnknW__master{background-color:#1a1d24;flex-direction:column;min-height:100vh;display:flex;position:relative}.Blog-module__FYnknW__carouselContainer{border-radius:12px;width:100%;max-width:1400px;margin:0 auto 2rem;overflow:hidden}.Blog-module__FYnknW__profileCards{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1400px;margin:0 auto;padding:1rem;display:flex}.Blog-module__FYnknW__profileCards a{color:#e2e8f0;background-color:#2d3748;border-radius:8px;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.Blog-module__FYnknW__profileCards a:hover{color:#4299e1;background-color:#4299e11a}.Blog-module__FYnknW__profileCards button{cursor:pointer;color:#e2e8f0;background:#2d3748;border:none;border-radius:8px;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.Blog-module__FYnknW__profileCards button:hover{color:#4299e1;background-color:#4299e11a;transform:translateY(-2px)}.Blog-module__FYnknW__activeCategory{border-radius:8px;color:#e2e8f0!important;background-color:#4a5568!important;padding:.75rem 1.5rem!important}.Blog-module__FYnknW__flexCenter{text-align:center;max-width:1400px;margin:0 auto;padding:2rem}.Blog-module__FYnknW__h1{color:#e2e8f0;margin-bottom:1rem;font-size:2.5rem}.Blog-module__FYnknW__p{color:#a0aec0;margin-bottom:2rem;font-size:1.125rem;display:block}.Blog-module__FYnknW__mainRow{flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:1400px;margin:0 auto;padding:1rem;display:flex}.Blog-module__FYnknW__mainRow>div{box-sizing:border-box;flex-direction:column;flex:0 0 calc(33.333% - 20px);min-width:280px;max-width:350px;height:400px;margin-bottom:20px;display:flex}.Blog-module__FYnknW__mainRow>div img{object-fit:cover;width:100%;height:250px}.Blog-module__FYnknW__mainRow>div>div{flex-direction:column;flex:1;justify-content:space-between;padding:15px;display:flex}.Blog-module__FYnknW__error{color:#fc8181;background-color:#feb2b21a;border-radius:8px;max-width:1400px;margin:1rem auto;padding:1rem}.Blog-module__FYnknW__loading{color:#a0aec0;justify-content:center;align-items:center;min-height:200px;display:flex}@media screen and (max-width:1200px){.Blog-module__FYnknW__mainRow{width:90%;padding:1rem}.Blog-module__FYnknW__h1{font-size:2rem}}@media screen and (max-width:768px){.Blog-module__FYnknW__profileCards{flex-direction:column;align-items:stretch;padding:1rem}.Blog-module__FYnknW__profileCards a{text-align:center}.Blog-module__FYnknW__mainRow{flex-direction:column;align-items:center;width:95%}.Blog-module__FYnknW__mainRow>div{width:100%;max-width:350px}.Blog-module__FYnknW__mainRow article{margin-left:auto;margin-right:auto}.Blog-module__FYnknW__mainRow article h2,.Blog-module__FYnknW__mainRow article p,.Blog-module__FYnknW__mainRow article .Blog-module__FYnknW__date,.Blog-module__FYnknW__mainRow article a,.Blog-module__FYnknW__mainRow article button{justify-content:center;text-align:center!important}.Blog-module__FYnknW__h1{font-size:1.75rem}.Blog-module__FYnknW__p{font-size:1rem}}@media screen and (max-width:480px){.Blog-module__FYnknW__mainRow{width:100%;padding:1rem .5rem}.Blog-module__FYnknW__mainRow>div{width:100%;max-width:100%}.Blog-module__FYnknW__h1{font-size:1.5rem}.Blog-module__FYnknW__flexCenter{padding:1rem}}.Blog-module__FYnknW__actionButtons{justify-content:flex-end;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.Blog-module__FYnknW__createButton{color:#fff;cursor:pointer;background-color:#4299e1;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s;display:flex}.Blog-module__FYnknW__createButton:hover{background-color:#3182ce}.Blog-module__FYnknW__formOverlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Blog-module__FYnknW__blogForm{box-sizing:border-box;background-color:#2d3748;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:600px;padding:2rem;display:flex;box-shadow:0 4px 6px #0000001a}.Blog-module__FYnknW__blogForm h2{color:#e2e8f0;text-align:center;margin-bottom:1rem;font-size:1.5rem}.Blog-module__FYnknW__blogForm input,.Blog-module__FYnknW__blogForm textarea,.Blog-module__FYnknW__blogForm select{color:#e2e8f0;box-sizing:border-box;background-color:#1a202c;border:1px solid #4a5568;border-radius:8px;width:100%;padding:.75rem;font-size:1rem}.Blog-module__FYnknW__blogForm textarea{resize:vertical;min-height:200px}.Blog-module__FYnknW__blogForm input:focus,.Blog-module__FYnknW__blogForm textarea:focus,.Blog-module__FYnknW__blogForm select:focus{border-color:#4299e1;outline:none}.Blog-module__FYnknW__formActions{gap:1rem;margin-top:1rem;display:flex}.Blog-module__FYnknW__submitButton,.Blog-module__FYnknW__cancelButton{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s;display:flex}.Blog-module__FYnknW__submitButton{color:#fff;background-color:#48bb78;flex:1}.Blog-module__FYnknW__submitButton:hover{background-color:#38a169}.Blog-module__FYnknW__cancelButton{color:#fff;background-color:#4a5568}.Blog-module__FYnknW__cancelButton:hover{background-color:#2d3748}@media screen and (max-width:768px){.Blog-module__FYnknW__actionButtons{padding:1rem}.Blog-module__FYnknW__blogForm{margin:1rem;padding:1.5rem}.Blog-module__FYnknW__formActions{flex-direction:column}.Blog-module__FYnknW__submitButton,.Blog-module__FYnknW__cancelButton{justify-content:center;width:100%}}@media screen and (max-width:480px){.Blog-module__FYnknW__createButton{justify-content:center;width:100%}}.Blog-module__FYnknW__likeButton,.Blog-module__FYnknW__commentButton{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;gap:8px;padding:8px;transition:color .2s;display:flex}.Blog-module__FYnknW__likeButton:hover,.Blog-module__FYnknW__likeButton.Blog-module__FYnknW__liked{color:#ff4b4b}.Blog-module__FYnknW__commentButton:hover{color:#4299e1}.Blog-module__FYnknW__commentsSection{border-top:1px solid #4a5568;margin-top:1rem;padding-top:1rem}.Blog-module__FYnknW__commentsList{flex-direction:column;gap:1rem;display:flex}.Blog-module__FYnknW__comment{background-color:#2d3748;border-radius:8px;padding:1rem}.Blog-module__FYnknW__commentHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Blog-module__FYnknW__commentAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Blog-module__FYnknW__commentAuthor{color:#e2e8f0;font-weight:600}.Blog-module__FYnknW__commentDate{color:#a0aec0;font-size:.875rem}.Blog-module__FYnknW__commentContent{color:#e2e8f0;margin:0}.Blog-module__FYnknW__commentForm{gap:.5rem;margin-top:1rem;display:flex}.Blog-module__FYnknW__commentInput{color:#e2e8f0;background-color:#2d3748;border:1px solid #4a5568;border-radius:4px;flex:1;padding:.5rem}.Blog-module__FYnknW__commentSubmit{color:#fff;cursor:pointer;background-color:#4299e1;border:none;border-radius:4px;padding:.5rem 1rem}.Blog-module__FYnknW__commentSubmit:hover{background-color:#3182ce}.Blog-module__FYnknW__interactionCount{color:#a0aec0;align-items:center;gap:1rem;margin-top:.5rem;font-size:.875rem;display:flex}.Blog-module__FYnknW__interactionCount span{align-items:center;gap:.25rem;display:flex}@media screen and (max-width:768px){.Blog-module__FYnknW__commentForm{flex-direction:column}.Blog-module__FYnknW__commentSubmit{width:100%}.Blog-module__FYnknW__commentHeader{flex-wrap:wrap}}.Blog-module__FYnknW__master{background-color:#1a1d24;flex-direction:column;min-height:100vh;padding-bottom:96px;display:flex;position:relative}.Blog-module__FYnknW__master>section:last-child{margin-top:auto}
.ProfileCard-module__Lhstsq__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:row;width:45%;margin-bottom:2rem;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.ProfileCard-module__Lhstsq__card:hover{border-color:#4299e1;transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.ProfileCard-module__Lhstsq__info{box-sizing:border-box;background:linear-gradient(90deg,#fff,#fffffff2);flex-direction:column;justify-content:center;gap:1rem;width:50%;padding:1.5rem;display:flex}.ProfileCard-module__Lhstsq__strong{color:#4299e1;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.ProfileCard-module__Lhstsq__headline{color:#2d3748;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.4}.ProfileCard-module__Lhstsq__date{color:#718096;font-size:.875rem}.ProfileCard-module__Lhstsq__img{background:#f7fafc;width:50%;position:relative;overflow:hidden}@media only screen and (min-width:1024px){.ProfileCard-module__Lhstsq__card,.ProfileCard-module__Lhstsq__img{min-height:clamp(180px,22vw,240px)}}.ProfileCard-module__Lhstsq__imageLoading{color:#718096;justify-content:center;align-items:center;font-size:.875rem;display:flex;position:absolute;inset:0}.ProfileCard-module__Lhstsq__profileCardPicture{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProfileCard-module__Lhstsq__card:hover .ProfileCard-module__Lhstsq__profileCardPicture{transform:scale(1.1)}.ProfileCard-module__Lhstsq__link{color:#4299e1;align-items:center;gap:.5rem;margin-top:auto;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ProfileCard-module__Lhstsq__link:hover{color:#2b6cb0;gap:.75rem}.ProfileCard-module__Lhstsq__link:after{content:"→";transition:transform .2s}.ProfileCard-module__Lhstsq__link:hover:after{transform:translate(4px)}.ProfileCard-module__Lhstsq__linkButton{color:#4299e1;font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:auto;padding:0;font-weight:600;display:inline-flex}.ProfileCard-module__Lhstsq__linkButton:hover{color:#2b6cb0}.ProfileCard-module__Lhstsq__paragraph{color:#4a5568;text-align:center;margin:0;font-size:.875rem;line-height:1.5}.ProfileCard-module__Lhstsq__status{text-transform:uppercase;letter-spacing:.05em;color:#718096;margin-bottom:.25rem;font-size:.75rem}.ProfileCard-module__Lhstsq__actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.ProfileCard-module__Lhstsq__editButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.ProfileCard-module__Lhstsq__editButton:hover{background:#0056b3}.ProfileCard-module__Lhstsq__deleteButton{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.ProfileCard-module__Lhstsq__deleteButton:hover{background:#c82333}.ProfileCard-module__Lhstsq__publishButton{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.ProfileCard-module__Lhstsq__publishButton:hover{background:#218838}@media (prefers-color-scheme:dark){.ProfileCard-module__Lhstsq__card{background:#2d3748;border-color:#4a5568}.ProfileCard-module__Lhstsq__info{background:linear-gradient(90deg,#2d3748,#2d3748f2)}.ProfileCard-module__Lhstsq__headline{color:#f7fafc}.ProfileCard-module__Lhstsq__strong,.ProfileCard-module__Lhstsq__link{color:#63b3ed}.ProfileCard-module__Lhstsq__link:hover{color:#90cdf4}}@media only screen and (max-width:768px){.ProfileCard-module__Lhstsq__card{flex-direction:column-reverse;width:100%;margin-bottom:1.5rem}.ProfileCard-module__Lhstsq__info{text-align:center;background:#fff;justify-content:center;align-items:center;width:100%;padding:.75rem}.ProfileCard-module__Lhstsq__img{width:100%;height:200px}.ProfileCard-module__Lhstsq__strong{display:none}.ProfileCard-module__Lhstsq__status,.ProfileCard-module__Lhstsq__date,.ProfileCard-module__Lhstsq__headline,.ProfileCard-module__Lhstsq__paragraph,.ProfileCard-module__Lhstsq__strong{text-align:center!important}.ProfileCard-module__Lhstsq__info>*{width:100%;text-align:center!important}.ProfileCard-module__Lhstsq__headline{color:#2d3748;width:100%;margin-top:0;margin-bottom:.5rem;font-size:1.25rem;display:block}.ProfileCard-module__Lhstsq__paragraph{text-align:center;width:100%}.ProfileCard-module__Lhstsq__link,.ProfileCard-module__Lhstsq__linkButton{justify-content:center;width:100%;margin-top:0;text-align:center!important}.ProfileCard-module__Lhstsq__link:after{display:none}}@media only screen and (min-width:360px) and (max-width:600px){.ProfileCard-module__Lhstsq__card{width:100%}.ProfileCard-module__Lhstsq__img{height:180px}}
.Carousel-module__FmvW_G__master{flex-direction:column;align-items:center;display:flex}.Carousel-module__FmvW_G__homecards{justify-content:space-around;align-items:center;display:flex}.Carousel-module__FmvW_G__main{flex-wrap:wrap;width:80%;display:flex}.Carousel-module__FmvW_G__homecard{flex-direction:column;align-items:center;width:30%;margin:1%;display:flex}.Carousel-module__FmvW_G__headline{align-items:center;font-family:Verdana,Geneva,Tahoma,sans-serif}.Carousel-module__FmvW_G__picture{width:140px}.Carousel-module__FmvW_G__button{background-color:#00f;border-radius:10px;padding:10px}@media only screen and (min-width:360px) and (max-width:600px){.Carousel-module__FmvW_G__main{flex-direction:column;align-items:center}}.Carousel-module__FmvW_G__carousel{background-color:#1a1d24;width:100%;height:480px;margin:0 auto;position:relative;overflow:hidden}.Carousel-module__FmvW_G__slideContainer{width:100%;height:100%;position:relative}.Carousel-module__FmvW_G__slide{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-in-out;display:flex;position:absolute;top:0;left:0}.Carousel-module__FmvW_G__slideImage{object-fit:cover;background-color:#1a1d24;width:100%;height:100%}.Carousel-module__FmvW_G__slide.Carousel-module__FmvW_G__active{opacity:1}.Carousel-module__FmvW_G__overlayText{color:#fff;text-align:center;z-index:3;max-width:90%;padding:1rem 2rem;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Carousel-module__FmvW_G__overlayText h2{text-shadow:0 1px 2px #000c,0 0 24px #0009;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Carousel-module__FmvW_G__overlayText p{text-shadow:0 1px 2px #000c,0 0 16px #00000080;font-size:1.25rem;line-height:1.6}.Carousel-module__FmvW_G__arrow{cursor:pointer;color:#333;z-index:2;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Carousel-module__FmvW_G__arrow:hover{background:#fffffff2;box-shadow:0 2px 8px #0003}.Carousel-module__FmvW_G__arrowLeft{left:20px}.Carousel-module__FmvW_G__arrowRight{right:20px}.Carousel-module__FmvW_G__dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Carousel-module__FmvW_G__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.Carousel-module__FmvW_G__dot:hover{background:#fffc}.Carousel-module__FmvW_G__dot.Carousel-module__FmvW_G__activeDot{background:#fff;transform:scale(1.2)}@media (min-width:769px){.Carousel-module__FmvW_G__carousel{height:480px}}@media (max-width:768px){.Carousel-module__FmvW_G__carousel{height:400px}.Carousel-module__FmvW_G__arrow{width:40px;height:40px;font-size:20px}.Carousel-module__FmvW_G__arrowLeft{left:10px}.Carousel-module__FmvW_G__arrowRight{right:10px}.Carousel-module__FmvW_G__overlayText{max-width:95%;padding:1rem 1.5rem;bottom:30px}.Carousel-module__FmvW_G__overlayText h2{margin-bottom:.75rem;font-size:1.75rem}.Carousel-module__FmvW_G__overlayText p{font-size:1rem}}@media (max-width:480px){.Carousel-module__FmvW_G__carousel{height:300px}.Carousel-module__FmvW_G__arrow{width:32px;height:32px;font-size:16px}.Carousel-module__FmvW_G__dots{bottom:10px}.Carousel-module__FmvW_G__dot{width:8px;height:8px}.Carousel-module__FmvW_G__overlayText{max-width:98%;padding:.75rem 1rem;bottom:20px}.Carousel-module__FmvW_G__overlayText h2{margin-bottom:.5rem;font-size:1.5rem}.Carousel-module__FmvW_G__overlayText p{font-size:.9rem}}
.HomePage-module__ydQPFW__master{background-color:#f8f9fa;flex-direction:column;width:100%;max-width:100%;min-height:100vh;display:flex;overflow-x:clip}.HomePage-module__ydQPFW__carouselContainer{width:100%;max-width:1120px;margin:0 auto;padding:0;overflow:hidden}.HomePage-module__ydQPFW__statsWrap{background:linear-gradient(135deg,#3f3a8c 0%,#534ab7 55%,#0f6e56 130%);width:100%;padding:2.5rem 1.5rem}.HomePage-module__ydQPFW__main{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:2rem auto;padding:0 2rem;display:grid}.HomePage-module__ydQPFW__homecard{background:#fff;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.HomePage-module__ydQPFW__homecard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.HomePage-module__ydQPFW__imageContainer{width:100%;height:220px;overflow:hidden}.HomePage-module__ydQPFW__picture{object-fit:cover;width:100%;height:100%;transition:transform .5s}.HomePage-module__ydQPFW__homecard:hover .HomePage-module__ydQPFW__picture{transform:scale(1.1)}.HomePage-module__ydQPFW__cardContent{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.HomePage-module__ydQPFW__headline{color:#2d3748;text-align:center;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600}.HomePage-module__ydQPFW__button{color:#fff;cursor:pointer;background-color:#4299e1;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.HomePage-module__ydQPFW__button:hover{background-color:#3182ce;transform:translateY(-2px)}@media (prefers-color-scheme:dark){.HomePage-module__ydQPFW__master{background-color:#1a202c}.HomePage-module__ydQPFW__homecard{background:#2d3748}.HomePage-module__ydQPFW__headline{color:#f7fafc}.HomePage-module__ydQPFW__button{background-color:#4299e1}.HomePage-module__ydQPFW__button:hover{background-color:#3182ce}}@media (min-width:769px){.HomePage-module__ydQPFW__carouselContainer{max-width:1120px}}@media (max-width:1200px){.HomePage-module__ydQPFW__main{grid-template-columns:repeat(2,1fr);max-width:900px}}@media (max-width:768px){.HomePage-module__ydQPFW__carouselContainer{max-width:100%}.HomePage-module__ydQPFW__main{grid-template-columns:1fr;margin:1rem auto;padding:0 1rem}.HomePage-module__ydQPFW__imageContainer{height:180px}.HomePage-module__ydQPFW__cardContent{padding:1.25rem}.HomePage-module__ydQPFW__headline{font-size:1.125rem}}@media (max-width:480px){.HomePage-module__ydQPFW__main{gap:1rem}.HomePage-module__ydQPFW__imageContainer{height:160px}.HomePage-module__ydQPFW__button{text-align:center;width:100%}}
.HomeHero-module__L0CIRW__hero{background:linear-gradient(#fff7ef 0%,#fff 100%);width:100%;padding:3.5rem 1.5rem 3rem}.HomeHero-module__L0CIRW__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.HomeHero-module__L0CIRW__copy{min-width:0}.HomeHero-module__L0CIRW__title{color:#1a202c;letter-spacing:-.02em;margin:0 0 1.1rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.08}.HomeHero-module__L0CIRW__accent{color:#f5821f}.HomeHero-module__L0CIRW__paw{vertical-align:middle;margin-left:.3rem;font-size:.55em}.HomeHero-module__L0CIRW__subtitle{color:#4a5568;max-width:34rem;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6}.HomeHero-module__L0CIRW__actions{flex-wrap:wrap;gap:.85rem;margin-bottom:.75rem;display:flex}.HomeHero-module__L0CIRW__ctaHint{color:#718096;margin:0 0 1.5rem;font-size:.85rem}.HomeHero-module__L0CIRW__tagline{color:#d9660a;border-left:3px solid #f5821f;max-width:32rem;margin:0 0 1.5rem;padding-left:.9rem;font-size:.95rem;font-style:italic;line-height:1.5}.HomeHero-module__L0CIRW__primaryBtn{color:#fff;background:#f5821f;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,background .2s;display:inline-flex;box-shadow:0 8px 20px #f5821f47}.HomeHero-module__L0CIRW__primaryBtn:hover{background:#e0730f;transform:translateY(-2px)}.HomeHero-module__L0CIRW__secondaryBtn{color:#2d3748;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s,transform .15s;display:inline-flex}.HomeHero-module__L0CIRW__secondaryBtn:hover{border-color:#f5821f;transform:translateY(-2px)}.HomeHero-module__L0CIRW__trust{align-items:center;gap:.75rem;display:flex}.HomeHero-module__L0CIRW__avatars{display:flex}.HomeHero-module__L0CIRW__avatar{border:2px solid #fff;border-radius:50%;width:2rem;height:2rem;margin-left:-.6rem;box-shadow:0 1px 3px #00000026}.HomeHero-module__L0CIRW__avatar:first-child{margin-left:0}.HomeHero-module__L0CIRW__trustText{color:#718096;font-size:.9rem;font-weight:500}.HomeHero-module__L0CIRW__media{min-width:0;position:relative}.HomeHero-module__L0CIRW__imageWrap{border-radius:24px;position:relative;overflow:visible}.HomeHero-module__L0CIRW__image{object-fit:cover;border-radius:24px;width:100%;height:420px;display:block;box-shadow:0 20px 50px #00000026}.HomeHero-module__L0CIRW__floatBadge{color:#2d3748;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 8px 24px #00000024}.HomeHero-module__L0CIRW__floatIcon{font-size:1rem}.HomeHero-module__L0CIRW__float0{top:1.5rem;left:-1.2rem}.HomeHero-module__L0CIRW__float1{top:4.5rem;right:-1.2rem}.HomeHero-module__L0CIRW__float2{bottom:4rem;left:-1.5rem}.HomeHero-module__L0CIRW__float3{bottom:1.2rem;right:-.8rem}@media (prefers-color-scheme:dark){.HomeHero-module__L0CIRW__hero{background:linear-gradient(#16202e 0%,#0f1720 100%)}.HomeHero-module__L0CIRW__title{color:#f7fafc}.HomeHero-module__L0CIRW__subtitle{color:#a0aec0}.HomeHero-module__L0CIRW__ctaHint{color:#718096}.HomeHero-module__L0CIRW__tagline{color:#fbbf24;border-left-color:#f5821f}.HomeHero-module__L0CIRW__secondaryBtn{color:#e2e8f0;background:#ffffff0f;border-color:#ffffff24}.HomeHero-module__L0CIRW__trustText{color:#a0aec0}.HomeHero-module__L0CIRW__floatBadge{color:#e2e8f0;background:#1f2a3a}}@media (max-width:900px){.HomeHero-module__L0CIRW__hero{overflow-x:clip}.HomeHero-module__L0CIRW__inner{grid-template-columns:1fr;gap:2.5rem;width:100%;max-width:100%}.HomeHero-module__L0CIRW__media{order:-1;width:100%;max-width:100%}.HomeHero-module__L0CIRW__imageWrap{overflow:hidden}.HomeHero-module__L0CIRW__image{height:320px}.HomeHero-module__L0CIRW__float0{top:.75rem;left:.5rem}.HomeHero-module__L0CIRW__float1{top:3.5rem;left:auto;right:.5rem}.HomeHero-module__L0CIRW__float2{bottom:3.25rem;left:.5rem}.HomeHero-module__L0CIRW__float3{bottom:.75rem;left:auto;right:.5rem}}@media (max-width:520px){.HomeHero-module__L0CIRW__hero{padding:2.5rem 1rem 2rem;overflow-x:clip}.HomeHero-module__L0CIRW__inner{width:100%;max-width:100%}.HomeHero-module__L0CIRW__actions{flex-direction:column}.HomeHero-module__L0CIRW__primaryBtn,.HomeHero-module__L0CIRW__secondaryBtn{width:100%}.HomeHero-module__L0CIRW__image{height:260px}.HomeHero-module__L0CIRW__floatBadge{white-space:normal;max-width:calc(50% - .75rem);padding:.35rem .55rem;font-size:.7rem;line-height:1.2}}
.HomeRoles-module__Hgq-5G__section{background:#fff;width:100%;padding:3.5rem 1.5rem}.HomeRoles-module__Hgq-5G__inner{max-width:1200px;margin:0 auto}.HomeRoles-module__Hgq-5G__sectionTitle{color:#1a202c;text-align:center;margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.HomeRoles-module__Hgq-5G__sectionSub{color:#718096;text-align:center;max-width:40rem;margin:0 auto 2.5rem;font-size:1rem}.HomeRoles-module__Hgq-5G__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.HomeRoles-module__Hgq-5G__card{text-align:center;background:#fff;border:1px solid #edf2f7;border-radius:16px;flex-direction:column;align-items:center;padding:1.75rem 1.25rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.HomeRoles-module__Hgq-5G__card:hover{border-color:#fed7aa;transform:translateY(-5px);box-shadow:0 16px 32px #00000014}.HomeRoles-module__Hgq-5G__iconBadge{border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:1rem;font-size:1.5rem;display:flex;box-shadow:0 8px 18px #0000001f}.HomeRoles-module__Hgq-5G__cardTitle{color:#2d3748;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.HomeRoles-module__Hgq-5G__cardText{color:#718096;margin:0;font-size:.85rem;line-height:1.5}@media (prefers-color-scheme:dark){.HomeRoles-module__Hgq-5G__section{background:#0f1720}.HomeRoles-module__Hgq-5G__sectionTitle{color:#f7fafc}.HomeRoles-module__Hgq-5G__sectionSub{color:#a0aec0}.HomeRoles-module__Hgq-5G__card{background:#16202e;border-color:#ffffff0f}.HomeRoles-module__Hgq-5G__card:hover{border-color:#f5821f66}.HomeRoles-module__Hgq-5G__cardTitle{color:#e2e8f0}.HomeRoles-module__Hgq-5G__cardText{color:#a0aec0}}@media (max-width:1024px){.HomeRoles-module__Hgq-5G__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:680px){.HomeRoles-module__Hgq-5G__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:420px){.HomeRoles-module__Hgq-5G__grid{grid-template-columns:1fr}}
.HomeWhy-module__XGrg6q__section{background:#fff7ef;width:100%;padding:3rem 1.5rem 3.5rem}.HomeWhy-module__XGrg6q__inner{max-width:1100px;margin:0 auto}.HomeWhy-module__XGrg6q__sectionTitle{color:#1a202c;text-align:center;margin:0 0 2.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.HomeWhy-module__XGrg6q__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.HomeWhy-module__XGrg6q__item{text-align:center;padding:0 .5rem}.HomeWhy-module__XGrg6q__icon{border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;font-size:1.5rem;display:inline-flex;box-shadow:0 8px 20px #0000001a}.HomeWhy-module__XGrg6q__itemTitle{color:#2d3748;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.HomeWhy-module__XGrg6q__itemText{color:#718096;margin:0;font-size:.9rem;line-height:1.55}@media (prefers-color-scheme:dark){.HomeWhy-module__XGrg6q__section{background:#16202e}.HomeWhy-module__XGrg6q__sectionTitle{color:#f7fafc}.HomeWhy-module__XGrg6q__itemTitle{color:#e2e8f0}.HomeWhy-module__XGrg6q__itemText{color:#a0aec0}}@media (max-width:820px){.HomeWhy-module__XGrg6q__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}@media (max-width:420px){.HomeWhy-module__XGrg6q__grid{grid-template-columns:1fr}}
.HomeCta-module__2hPbaW__section{background:linear-gradient(135deg,#f5821f 0%,#ff9a3d 100%);width:100%;padding:4rem 1.5rem}.HomeCta-module__2hPbaW__inner{text-align:center;max-width:700px;margin:0 auto}.HomeCta-module__2hPbaW__title{color:#fff;letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800}.HomeCta-module__2hPbaW__text{color:#ffffffeb;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6}.HomeCta-module__2hPbaW__button{color:#d9660a;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.95rem 2.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex;box-shadow:0 10px 24px #0000002e}.HomeCta-module__2hPbaW__button:hover{transform:translateY(-2px)}@media (max-width:520px){.HomeCta-module__2hPbaW__section{padding:3rem 1rem}.HomeCta-module__2hPbaW__button{width:100%}}
.PetOfWeekSection-module__neW7ZW__section{max-width:72rem;margin:0 auto 2rem;padding:0 1rem}.PetOfWeekSection-module__neW7ZW__inner{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:16px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.PetOfWeekSection-module__neW7ZW__crown{flex-shrink:0;font-size:2rem}.PetOfWeekSection-module__neW7ZW__photo{object-fit:cover;border:3px solid #fbbf24;border-radius:50%;flex-shrink:0;width:4.5rem;height:4.5rem}.PetOfWeekSection-module__neW7ZW__content{flex:1;min-width:0}.PetOfWeekSection-module__neW7ZW__title{color:#78350f;margin:0 0 .35rem;font-size:1.125rem;font-weight:600}.PetOfWeekSection-module__neW7ZW__nominationBadge{text-transform:uppercase;letter-spacing:.06em;color:#b45309;background:#fef3c7;border-radius:999px;margin-bottom:.5rem;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;display:inline-block}.PetOfWeekSection-module__neW7ZW__text{color:#92400e;margin:0 0 .5rem;font-size:.875rem;line-height:1.4}.PetOfWeekSection-module__neW7ZW__hint{color:#a16207;margin:0 0 .75rem;font-size:.8rem;line-height:1.4}.PetOfWeekSection-module__neW7ZW__cta{color:#eeedfe;background:#534ab7;border-radius:10px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.PetOfWeekSection-module__neW7ZW__cta:hover{opacity:.9}@media (max-width:480px){.PetOfWeekSection-module__neW7ZW__inner{text-align:center;flex-direction:column}}
.HomeStats-module__j6vY9G__section{max-width:1120px;margin:0 auto;padding:1rem 1rem 0}.HomeStats-module__j6vY9G__welcome{text-align:center;margin-bottom:.75rem}.HomeStats-module__j6vY9G__welcomeTitle{color:#fff;text-shadow:0 1px 3px #00000059;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.HomeStats-module__j6vY9G__welcomeSub{color:#ffffffd1;margin:0;font-size:.8125rem;line-height:1.4}.HomeStats-module__j6vY9G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.HomeStats-module__j6vY9G__statCard{text-align:center;background:#fff;border:.5px solid #e5e5e5;border-radius:12px;padding:1.1rem 1rem}.HomeStats-module__j6vY9G__statCardSkeleton{background:#f0f0f0;border-radius:12px;height:96px;animation:1.5s ease-in-out infinite HomeStats-module__j6vY9G__skeletonPulse}@keyframes HomeStats-module__j6vY9G__skeletonPulse{0%,to{opacity:1}50%{opacity:.55}}.HomeStats-module__j6vY9G__statNum{font-size:26px;font-weight:500;line-height:1}.HomeStats-module__j6vY9G__statLabel{color:#6b6b6b;margin-top:6px;font-size:12px}.HomeStats-module__j6vY9G__growthPill{color:#27500a;background:#eaf3de;border-radius:999px;align-items:center;gap:3px;margin-top:6px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.HomeStats-module__j6vY9G__livePill{color:#6b6b6b;background:#f5f5f5;border-radius:999px;align-items:center;gap:5px;margin-top:6px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.HomeStats-module__j6vY9G__liveDot{background:#5dcaa5;border-radius:50%;width:7px;height:7px;animation:1.8s infinite HomeStats-module__j6vY9G__livePulse}@keyframes HomeStats-module__j6vY9G__livePulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-color-scheme:light){.HomeStats-module__j6vY9G__welcomeTitle{color:#1a1a1a;text-shadow:none}.HomeStats-module__j6vY9G__welcomeSub{color:#737373}}@media (max-width:768px){.HomeStats-module__j6vY9G__section{padding:.75rem .75rem 0}.HomeStats-module__j6vY9G__statNum{font-size:22px}}
.LandingPage-module__7fqghq__master{background-color:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.LandingPage-module__7fqghq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.LandingPage-module__7fqghq__hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;gap:3rem;min-height:500px;padding:4rem 2rem;display:flex}.LandingPage-module__7fqghq__heroContent{flex:1;max-width:600px}.LandingPage-module__7fqghq__heroTitle{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.LandingPage-module__7fqghq__heroSubtitle{opacity:.95;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.LandingPage-module__7fqghq__heroDescription{opacity:.9;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.LandingPage-module__7fqghq__lostPetHeroBadge{background:linear-gradient(135deg,#e53e3e 0%,#c53030 100%);border:2px solid #fff3;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 12px #e53e3e4d}.LandingPage-module__7fqghq__lostPetHeroBadgeContent{flex:1;align-items:center;gap:.75rem;display:flex}.LandingPage-module__7fqghq__lostPetHeroBadgeIcon{color:#fff;font-size:1.25rem;animation:2s ease-in-out infinite LandingPage-module__7fqghq__pulse}.LandingPage-module__7fqghq__lostPetHeroBadgeText{color:#fff;font-size:1rem;font-weight:600;line-height:1.4}.LandingPage-module__7fqghq__lostPetHeroBadgeButton{color:#e53e3e;white-space:nowrap;background-color:#fff;border:2px solid #fff;border-radius:.5rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s}.LandingPage-module__7fqghq__lostPetHeroBadgeButton:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.LandingPage-module__7fqghq__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.LandingPage-module__7fqghq__primaryButton,.LandingPage-module__7fqghq__secondaryButton{text-align:center;border-radius:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.LandingPage-module__7fqghq__primaryButton{color:#667eea;background-color:#fff;border:2px solid #fff}.LandingPage-module__7fqghq__primaryButton:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.LandingPage-module__7fqghq__secondaryButton{color:#fff;background-color:#0000;border:2px solid #fff}.LandingPage-module__7fqghq__secondaryButton:hover{background-color:#ffffff1a;transform:translateY(-2px)}.LandingPage-module__7fqghq__heroImage{flex:1;justify-content:center;align-items:center;max-width:500px;display:flex}.LandingPage-module__7fqghq__heroCarousel{border-radius:1rem;width:100%;height:400px;overflow:hidden}.LandingPage-module__7fqghq__heroCarousel .carousel{border-radius:1rem;height:100%}.LandingPage-module__7fqghq__heroCarousel .overlayText{padding:.75rem 1.5rem;bottom:30px}.LandingPage-module__7fqghq__heroCarousel .overlayText h2{margin-bottom:.75rem;font-size:1.75rem}.LandingPage-module__7fqghq__heroCarousel .overlayText p{font-size:1rem}.LandingPage-module__7fqghq__features{background-color:#fff;padding:5rem 0}.LandingPage-module__7fqghq__featuresTitle{text-align:center;color:#2d3748;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.LandingPage-module__7fqghq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.LandingPage-module__7fqghq__featureCard{text-align:center;background:#f8f9fa;border:2px solid #0000;border-radius:1rem;padding:2rem;transition:all .3s}.LandingPage-module__7fqghq__featureCard:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.LandingPage-module__7fqghq__featureIcon{color:#667eea;margin-bottom:1rem;font-size:3rem}.LandingPage-module__7fqghq__featureTitle{color:#2d3748;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.LandingPage-module__7fqghq__featureDescription{color:#4a5568;font-size:1rem;line-height:1.6}.LandingPage-module__7fqghq__whoIsItFor{background-color:#f8f9fa;padding:4rem 0}.LandingPage-module__7fqghq__whoIsItForTitle{text-align:center;color:#2d3748;margin-bottom:2.5rem;font-size:2.25rem;font-weight:700}.LandingPage-module__7fqghq__whoIsItForGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.LandingPage-module__7fqghq__whoIsItForCard{text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 2px 8px #0000000f}.LandingPage-module__7fqghq__whoIsItForCard:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.LandingPage-module__7fqghq__whoIsItForIcon{color:#667eea;margin-bottom:1rem;font-size:2.5rem}.LandingPage-module__7fqghq__whoIsItForCardTitle{color:#2d3748;margin-bottom:.75rem;font-size:1.35rem;font-weight:600}.LandingPage-module__7fqghq__whoIsItForCardDescription{color:#4a5568;font-size:.95rem;line-height:1.6}.LandingPage-module__7fqghq__lostPetBlock{background:linear-gradient(135deg,#fff5f5 0%,#fed7d7 50%,#fc8181 100%);padding:4rem 2rem;position:relative;overflow:hidden}.LandingPage-module__7fqghq__lostPetBlock:before{content:"";background:radial-gradient(circle,#e53e3e1a 0%,#0000 70%);width:200%;height:200%;animation:4s ease-in-out infinite LandingPage-module__7fqghq__pulse;position:absolute;top:-50%;right:-50%}.LandingPage-module__7fqghq__lostPetBlockContent{text-align:center;z-index:1;max-width:900px;margin:0 auto;position:relative}.LandingPage-module__7fqghq__lostPetBlockHeader{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.LandingPage-module__7fqghq__lostPetBlockIcon{color:#e53e3e;font-size:2.5rem;animation:2s ease-in-out infinite LandingPage-module__7fqghq__bounce}.LandingPage-module__7fqghq__lostPetBlockTitle{color:#2d3748;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.LandingPage-module__7fqghq__lostPetBlockSubtitle{color:#4a5568;margin-bottom:1.5rem;font-size:1.25rem;font-weight:500;line-height:1.8}.LandingPage-module__7fqghq__lostPetBlockInstruction{color:#2d3748;text-align:center;margin-bottom:2rem;font-size:1.125rem;font-weight:600;line-height:1.6}.LandingPage-module__7fqghq__lostPetBlockBenefits{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.LandingPage-module__7fqghq__lostPetBlockBenefit{color:#2d3748;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;display:flex}.LandingPage-module__7fqghq__lostPetBlockBenefitIcon{color:#e53e3e;font-size:1.5rem}.LandingPage-module__7fqghq__lostPetBlockBenefitFree{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#e53e3e 0%,#c53030 100%);border-radius:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:700}.LandingPage-module__7fqghq__lostPetBlockButtonWrapper{justify-content:center;display:flex}.LandingPage-module__7fqghq__lostPetBlockButton{color:#fff;background:linear-gradient(135deg,#e53e3e 0%,#c53030 100%);border-radius:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 8px 25px #e53e3e66}.LandingPage-module__7fqghq__lostPetBlockButton:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingPage-module__7fqghq__lostPetBlockButton:hover:before{width:300px;height:300px}.LandingPage-module__7fqghq__lostPetBlockButton:hover{color:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 12px 35px #e53e3e80}.LandingPage-module__7fqghq__lostPetBlockButton:active{transform:translateY(-1px)scale(1.02)}.LandingPage-module__7fqghq__valueProposition{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%) 0 0/200% 200%;padding:4rem 2rem;animation:8s infinite LandingPage-module__7fqghq__gradientShift;position:relative;overflow:hidden}.LandingPage-module__7fqghq__valueProposition:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:4s ease-in-out infinite LandingPage-module__7fqghq__pulse;position:absolute;top:-50%;left:-50%}@keyframes LandingPage-module__7fqghq__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes LandingPage-module__7fqghq__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.LandingPage-module__7fqghq__valuePropositionGrid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.LandingPage-module__7fqghq__valuePropositionCard{z-index:1;background:#fffffff2;border:2px solid #ffffff4d;border-radius:1.5rem;flex-direction:column;justify-content:space-between;padding:3rem 2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;transform:translateY(0);box-shadow:0 20px 60px #0000004d,0 0 40px #667eea66}.LandingPage-module__7fqghq__valuePropositionCard:hover{transform:translateY(-5px);box-shadow:0 25px 70px #00000059,0 0 50px #667eea80}.LandingPage-module__7fqghq__valuePropositionBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;animation:2s ease-in-out infinite LandingPage-module__7fqghq__bounce;display:inline-block;box-shadow:0 4px 15px #667eea66}@keyframes LandingPage-module__7fqghq__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.LandingPage-module__7fqghq__valuePropositionTitle{color:#2d3748;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.3}.LandingPage-module__7fqghq__valuePropositionText{color:#4a5568;margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.8}.LandingPage-module__7fqghq__valuePropositionButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.LandingPage-module__7fqghq__valuePropositionButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 8px 25px #667eea66}.LandingPage-module__7fqghq__valuePropositionButton:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingPage-module__7fqghq__valuePropositionButton:hover:before{width:300px;height:300px}.LandingPage-module__7fqghq__valuePropositionButton:hover{color:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 12px 35px #667eea80}.LandingPage-module__7fqghq__valuePropositionButton:active{transform:translateY(-1px)scale(1.02)}.LandingPage-module__7fqghq__socialProof{text-align:center;background-color:#edf2f7;padding:3rem 0}.LandingPage-module__7fqghq__socialProofTitle{color:#2d3748;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.LandingPage-module__7fqghq__socialProofSubtitle{color:#4a5568;max-width:560px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.LandingPage-module__7fqghq__socialProofButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.LandingPage-module__7fqghq__socialProofButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.LandingPage-module__7fqghq__cta{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 0}.LandingPage-module__7fqghq__ctaTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.LandingPage-module__7fqghq__ctaSubtitle{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.LandingPage-module__7fqghq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.LandingPage-module__7fqghq__ctaPrimaryButton,.LandingPage-module__7fqghq__ctaSecondaryButton{border-radius:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.LandingPage-module__7fqghq__ctaPrimaryButton{color:#667eea;background-color:#fff;border:2px solid #fff}.LandingPage-module__7fqghq__ctaPrimaryButton:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.LandingPage-module__7fqghq__ctaSecondaryButton{color:#fff;background-color:#0000;border:2px solid #fff}.LandingPage-module__7fqghq__ctaSecondaryButton:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (prefers-color-scheme:dark){.LandingPage-module__7fqghq__master{background-color:#1a202c}.LandingPage-module__7fqghq__features{background-color:#2d3748}.LandingPage-module__7fqghq__featuresTitle{color:#f7fafc}.LandingPage-module__7fqghq__featureCard{background-color:#1a202c;border-color:#4a5568}.LandingPage-module__7fqghq__featureTitle{color:#f7fafc}.LandingPage-module__7fqghq__featureDescription{color:#cbd5e0}.LandingPage-module__7fqghq__whoIsItFor{background-color:#2d3748}.LandingPage-module__7fqghq__whoIsItForTitle{color:#f7fafc}.LandingPage-module__7fqghq__whoIsItForCard{background-color:#1a202c;border-color:#4a5568}.LandingPage-module__7fqghq__whoIsItForCardTitle{color:#f7fafc}.LandingPage-module__7fqghq__whoIsItForCardDescription{color:#cbd5e0}.LandingPage-module__7fqghq__socialProof{background-color:#2d3748}.LandingPage-module__7fqghq__socialProofTitle{color:#f7fafc}.LandingPage-module__7fqghq__socialProofSubtitle{color:#cbd5e0}.LandingPage-module__7fqghq__valueProposition{background:linear-gradient(135deg,#4a5568 0%,#2d3748 50%,#1a202c 100%)}.LandingPage-module__7fqghq__lostPetBlock{background:linear-gradient(135deg,#2d1b1b 0%,#3d2525 50%,#4a2d2d 100%)}.LandingPage-module__7fqghq__lostPetBlockTitle{color:#f7fafc}.LandingPage-module__7fqghq__lostPetBlockSubtitle{color:#cbd5e0}.LandingPage-module__7fqghq__lostPetBlockInstruction,.LandingPage-module__7fqghq__lostPetBlockBenefit{color:#f7fafc}.LandingPage-module__7fqghq__valuePropositionCard{background:#2d3748f2;border-color:#ffffff1a}.LandingPage-module__7fqghq__valuePropositionTitle{color:#f7fafc}.LandingPage-module__7fqghq__valuePropositionText{color:#cbd5e0}.LandingPage-module__7fqghq__partners{background-color:#2d3748}.LandingPage-module__7fqghq__partnersTitle{color:#f7fafc}.LandingPage-module__7fqghq__partnersSubtitle{color:#cbd5e0}.LandingPage-module__7fqghq__partnerLogo{background-color:#1a202c;border-color:#4a5568}}@media (max-width:968px){.LandingPage-module__7fqghq__hero{text-align:center;flex-direction:column;min-height:auto;padding:3rem 1.5rem}.LandingPage-module__7fqghq__heroTitle{font-size:2.25rem}.LandingPage-module__7fqghq__heroSubtitle{font-size:1.25rem}.LandingPage-module__7fqghq__heroDescription{font-size:1rem}.LandingPage-module__7fqghq__lostPetHeroBadge{text-align:center;flex-direction:column;padding:1rem}.LandingPage-module__7fqghq__lostPetHeroBadgeContent{justify-content:center}.LandingPage-module__7fqghq__lostPetHeroBadgeButton{width:100%}.LandingPage-module__7fqghq__lostPetBlock{padding:3rem 1.5rem}.LandingPage-module__7fqghq__lostPetBlockTitle{font-size:2rem}.LandingPage-module__7fqghq__lostPetBlockSubtitle{font-size:1.125rem}.LandingPage-module__7fqghq__lostPetBlockInstruction{margin-bottom:1.5rem;font-size:1rem}.LandingPage-module__7fqghq__lostPetBlockBenefits{gap:1.5rem}.LandingPage-module__7fqghq__lostPetBlockButton{padding:.875rem 2rem;font-size:1rem}.LandingPage-module__7fqghq__heroImage{max-width:100%}.LandingPage-module__7fqghq__heroCarousel{height:300px}.LandingPage-module__7fqghq__heroCarousel .overlayText{padding:.5rem 1rem;bottom:20px}.LandingPage-module__7fqghq__heroCarousel .overlayText h2{margin-bottom:.5rem;font-size:1.5rem}.LandingPage-module__7fqghq__heroCarousel .overlayText p{font-size:.9rem}.LandingPage-module__7fqghq__featuresTitle,.LandingPage-module__7fqghq__ctaTitle{font-size:2rem}.LandingPage-module__7fqghq__valueProposition{padding:3rem 1.5rem}.LandingPage-module__7fqghq__valuePropositionGrid{grid-template-columns:1fr;gap:1.5rem}.LandingPage-module__7fqghq__valuePropositionCard{padding:2.5rem 2rem}.LandingPage-module__7fqghq__valuePropositionTitle{font-size:1.75rem}.LandingPage-module__7fqghq__valuePropositionText{font-size:1.125rem}.LandingPage-module__7fqghq__valuePropositionButton{padding:.875rem 2rem;font-size:1rem}.LandingPage-module__7fqghq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.LandingPage-module__7fqghq__featureCard{padding:1.5rem}.LandingPage-module__7fqghq__cta{padding:3rem 0}}@media (max-width:640px){.LandingPage-module__7fqghq__heroTitle{font-size:1.875rem}.LandingPage-module__7fqghq__heroSubtitle{font-size:1.125rem}.LandingPage-module__7fqghq__heroButtons,.LandingPage-module__7fqghq__ctaButtons{flex-direction:column;width:100%}.LandingPage-module__7fqghq__lostPetHeroBadge{padding:.875rem}.LandingPage-module__7fqghq__lostPetHeroBadgeText{font-size:.9rem}.LandingPage-module__7fqghq__lostPetHeroBadgeButton{padding:.5rem 1.25rem;font-size:.875rem}.LandingPage-module__7fqghq__lostPetBlock{padding:2.5rem 1rem}.LandingPage-module__7fqghq__lostPetBlockTitle{font-size:1.75rem}.LandingPage-module__7fqghq__lostPetBlockSubtitle{margin-bottom:1.5rem;font-size:1rem}.LandingPage-module__7fqghq__lostPetBlockInstruction{margin-bottom:1.5rem;font-size:.95rem}.LandingPage-module__7fqghq__lostPetBlockBenefits{flex-direction:column;align-items:center;gap:1rem}.LandingPage-module__7fqghq__lostPetBlockBenefit{font-size:1rem}.LandingPage-module__7fqghq__lostPetBlockButton{width:100%;padding:.875rem 1.5rem}.LandingPage-module__7fqghq__primaryButton,.LandingPage-module__7fqghq__secondaryButton,.LandingPage-module__7fqghq__ctaPrimaryButton,.LandingPage-module__7fqghq__ctaSecondaryButton{width:100%}.LandingPage-module__7fqghq__featuresGrid,.LandingPage-module__7fqghq__whoIsItForGrid{grid-template-columns:1fr}.LandingPage-module__7fqghq__featuresTitle,.LandingPage-module__7fqghq__ctaTitle,.LandingPage-module__7fqghq__whoIsItForTitle{font-size:1.75rem}.LandingPage-module__7fqghq__valueProposition{padding:2rem 1rem}.LandingPage-module__7fqghq__valuePropositionCard{padding:2rem 1.5rem}.LandingPage-module__7fqghq__valuePropositionTitle{font-size:1.5rem}.LandingPage-module__7fqghq__valuePropositionText{font-size:1rem}.LandingPage-module__7fqghq__valuePropositionButton{width:100%;padding:.875rem 1.5rem;font-size:1rem}.LandingPage-module__7fqghq__container{padding:0 1rem}.LandingPage-module__7fqghq__heroCarousel{height:250px}.LandingPage-module__7fqghq__heroCarousel .overlayText{padding:.5rem .75rem;bottom:15px}.LandingPage-module__7fqghq__heroCarousel .overlayText h2{margin-bottom:.5rem;font-size:1.25rem}.LandingPage-module__7fqghq__heroCarousel .overlayText p{font-size:.85rem}}.LandingPage-module__7fqghq__fadeIn{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.LandingPage-module__7fqghq__fadeInVisible{opacity:1;transform:translateY(0)}.LandingPage-module__7fqghq__partners{text-align:center;background-color:#f8f9fa;padding:4rem 0}.LandingPage-module__7fqghq__partnersTitle{color:#2d3748;margin-bottom:1rem;font-size:2rem;font-weight:700}.LandingPage-module__7fqghq__partnersSubtitle{color:#4a5568;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.LandingPage-module__7fqghq__partnersGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:2rem 0;display:flex}.LandingPage-module__7fqghq__partnerLogo{background:#fff;border-radius:.5rem;justify-content:center;align-items:center;min-width:150px;min-height:100px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.LandingPage-module__7fqghq__partnerLogo:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.LandingPage-module__7fqghq__partnerLogo img{object-fit:contain;filter:grayscale();opacity:.7;max-width:150px;max-height:80px;transition:all .3s}.LandingPage-module__7fqghq__partnerLogo:hover img{filter:grayscale(0%);opacity:1}@media (max-width:968px){.LandingPage-module__7fqghq__partners{padding:3rem 0}.LandingPage-module__7fqghq__partnersTitle{font-size:1.75rem}.LandingPage-module__7fqghq__partnersSubtitle{margin-bottom:2rem;font-size:1rem}.LandingPage-module__7fqghq__partnersGrid{gap:2rem}.LandingPage-module__7fqghq__partnerLogo{min-width:120px;min-height:80px;padding:1rem}.LandingPage-module__7fqghq__partnerLogo img{max-width:120px;max-height:60px}}@media (max-width:640px){.LandingPage-module__7fqghq__partnersGrid{gap:1.5rem}.LandingPage-module__7fqghq__partnerLogo{min-width:100px;min-height:70px;padding:.75rem}.LandingPage-module__7fqghq__partnerLogo img{max-width:100px;max-height:50px}}
