.Hero-module__Z8hQ_W__hero{z-index:1;text-align:center;max-width:700px;margin:0 auto;padding:3.5rem 1.5rem 2.5rem;position:relative}.Hero-module__Z8hQ_W__badge{color:#c94b4b;letter-spacing:.04em;text-transform:uppercase;background:#ff6b6b1f;border:1.5px solid #ff6b6b59;border-radius:100px;margin-bottom:1.6rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.Hero-module__Z8hQ_W__logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.4rem;display:flex}.Hero-module__Z8hQ_W__logoIcon{font-size:2.4rem;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__wiggle}.Hero-module__Z8hQ_W__logoText{font-family:var(--font-display);color:var(--coral);letter-spacing:-.01em;font-size:2.4rem}@keyframes Hero-module__Z8hQ_W__wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(6deg)}}.Hero-module__Z8hQ_W__headline{font-family:var(--font-display);color:var(--dark);margin:0 0 1.2rem;font-size:clamp(2rem,6vw,3.2rem);line-height:1.15}.Hero-module__Z8hQ_W__highlight{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__subheadline{color:var(--text-muted);max-width:560px;margin:0 auto 2rem;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.7}.Hero-module__Z8hQ_W__subheadline strong{color:var(--coral)}.Hero-module__Z8hQ_W__stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;align-items:center;display:flex}.Hero-module__Z8hQ_W__statNum{font-family:var(--font-display);color:var(--coral);font-size:1.4rem;line-height:1}.Hero-module__Z8hQ_W__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;font-size:.72rem}.Hero-module__Z8hQ_W__statDivider{background:var(--border);width:1px;height:32px}@media (max-width:480px){.Hero-module__Z8hQ_W__hero{padding:2.5rem 1.2rem 2rem}.Hero-module__Z8hQ_W__statDivider{display:none}.Hero-module__Z8hQ_W__stats{gap:1.2rem}}
.PollCard-module__lOh8nW__card{border:2px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;border-radius:14px;outline:none;align-items:center;gap:.65rem;width:100%;padding:.85rem 1.1rem;transition:all .18s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 1px 3px #0000000a}.PollCard-module__lOh8nW__card:hover{border-color:var(--coral);transform:translateY(-2px);box-shadow:0 4px 16px #ff6b6b26}.PollCard-module__lOh8nW__card:focus-visible{outline:3px solid var(--coral);outline-offset:2px}.PollCard-module__lOh8nW__card.PollCard-module__lOh8nW__selected{border-color:var(--coral);background:#ff6b6b12;transform:translateY(-2px);box-shadow:0 4px 16px #ff6b6b2e}.PollCard-module__lOh8nW__emoji{flex-shrink:0;font-size:1.4rem;line-height:1}.PollCard-module__lOh8nW__label{color:var(--dark);flex:1;font-size:.92rem;font-weight:600;line-height:1.3}.PollCard-module__lOh8nW__check{background:var(--coral);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:800;animation:.2s cubic-bezier(.34,1.56,.64,1) PollCard-module__lOh8nW__popIn;display:flex}@keyframes PollCard-module__lOh8nW__popIn{0%{transform:scale(0)}to{transform:scale(1)}}
.ThankYou-module__WbPnSa__canvas{pointer-events:none;z-index:100;position:fixed;inset:0}.ThankYou-module__WbPnSa__container{z-index:101;justify-content:center;align-items:center;padding:2rem 1.5rem 5rem;display:flex;position:relative}.ThankYou-module__WbPnSa__card{background:var(--surface);text-align:center;border:2px solid #ff6b6b40;border-radius:24px;width:100%;max-width:520px;padding:3rem 2.5rem;animation:.5s cubic-bezier(.34,1.56,.64,1) ThankYou-module__WbPnSa__slideUp;box-shadow:0 20px 60px #ff6b6b1f}@keyframes ThankYou-module__WbPnSa__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ThankYou-module__WbPnSa__icon{margin-bottom:1rem;font-size:4rem;animation:1s cubic-bezier(.34,1.56,.64,1) .3s both ThankYou-module__WbPnSa__bounce}@keyframes ThankYou-module__WbPnSa__bounce{0%{transform:scale(0)rotate(-20deg)}to{transform:scale(1)rotate(0)}}.ThankYou-module__WbPnSa__title{font-family:var(--font-display);color:var(--coral);margin:0 0 1rem;font-size:clamp(1.5rem,4vw,2rem)}.ThankYou-module__WbPnSa__body{color:var(--text-muted);margin:0 0 .8rem;font-size:1rem;line-height:1.7}.ThankYou-module__WbPnSa__resetBtn{border:2px solid var(--border);color:var(--text-muted);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:100px;margin-top:1.5rem;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .18s;display:inline-block}.ThankYou-module__WbPnSa__resetBtn:hover{border-color:var(--coral);color:var(--coral)}
.SurveyForm-module__hcTSTW__wrapper{z-index:1;max-width:640px;margin:0 auto;padding:0 1rem 5rem;position:relative}.SurveyForm-module__hcTSTW__progressBar{background:var(--border);border-radius:100px;height:6px;margin-bottom:.5rem;overflow:hidden}.SurveyForm-module__hcTSTW__progressFill{background:var(--gradient-primary);border-radius:100px;height:100%;transition:width .4s cubic-bezier(.34,1.56,.64,1)}.SurveyForm-module__hcTSTW__progressLabel{color:var(--text-muted);text-align:right;letter-spacing:.03em;margin-bottom:1.2rem;font-size:.78rem;font-weight:600}.SurveyForm-module__hcTSTW__stepCard{background:var(--surface);border:1.5px solid var(--border);border-radius:24px;padding:2rem;animation:.35s cubic-bezier(.34,1.56,.64,1) SurveyForm-module__hcTSTW__fadeSlideIn;box-shadow:0 8px 40px #0000000f}@keyframes SurveyForm-module__hcTSTW__fadeSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.SurveyForm-module__hcTSTW__questionHeader{margin-bottom:1.5rem}.SurveyForm-module__hcTSTW__questionNum{background:var(--gradient-primary);color:#fff;font-family:var(--font-display);letter-spacing:.08em;border-radius:100px;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.75rem;font-weight:700;display:inline-block}.SurveyForm-module__hcTSTW__question{font-family:var(--font-display);color:var(--dark);margin:0 0 .4rem;font-size:clamp(1.15rem,3.5vw,1.5rem);line-height:1.3}.SurveyForm-module__hcTSTW__hint{color:var(--text-muted);margin:0;font-size:.85rem}.SurveyForm-module__hcTSTW__grid{grid-template-columns:1fr;gap:.6rem;margin-bottom:1.2rem;display:grid}@media (min-width:480px){.SurveyForm-module__hcTSTW__grid{grid-template-columns:1fr 1fr}}.SurveyForm-module__hcTSTW__writeIn{margin-bottom:1.2rem}.SurveyForm-module__hcTSTW__writeInLabel{color:var(--dark);margin-bottom:.4rem;font-size:.82rem;font-weight:700;display:block}.SurveyForm-module__hcTSTW__input{border:2px solid var(--border);background:var(--bg);width:100%;font-family:var(--font-body);color:var(--dark);box-sizing:border-box;border-radius:12px;padding:.75rem 1rem;font-size:.93rem;transition:border-color .18s}.SurveyForm-module__hcTSTW__input:focus{border-color:var(--coral);outline:none}.SurveyForm-module__hcTSTW__input::placeholder{color:#b0a9a4}.SurveyForm-module__hcTSTW__fieldGroup{margin-bottom:1.3rem}.SurveyForm-module__hcTSTW__fieldLabel{color:var(--dark);margin-bottom:.55rem;font-size:.88rem;font-weight:700;display:block}.SurveyForm-module__hcTSTW__optional{color:var(--text-muted);font-size:.8rem;font-weight:400}.SurveyForm-module__hcTSTW__petTypeRow{flex-wrap:wrap;gap:.5rem;display:flex}.SurveyForm-module__hcTSTW__petTypeBtn{border:2px solid var(--border);background:var(--surface);font-family:var(--font-body);color:var(--dark);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:100px;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .18s}.SurveyForm-module__hcTSTW__petTypeBtn:hover{border-color:var(--coral);color:var(--coral)}.SurveyForm-module__hcTSTW__petTypeSelected{border-color:var(--coral);color:var(--coral);background:#ff6b6b14}.SurveyForm-module__hcTSTW__emailGroup{margin-bottom:1.3rem}.SurveyForm-module__hcTSTW__consentLabel{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:.5rem;margin-top:.75rem;font-size:.82rem;line-height:1.5;display:flex}.SurveyForm-module__hcTSTW__checkbox{width:16px;height:16px;accent-color:var(--coral);cursor:pointer;flex-shrink:0;margin-top:2px}.SurveyForm-module__hcTSTW__error{color:#c94b4b;background:#ff6b6b1a;border:1.5px solid #ff6b6b59;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.87rem;font-weight:600}.SurveyForm-module__hcTSTW__navRow{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.SurveyForm-module__hcTSTW__nextBtn{background:var(--gradient-primary);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.4rem;margin-top:.5rem;padding:.9rem 1.6rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 16px #ff6b6b59}.SurveyForm-module__hcTSTW__nextBtn span{opacity:.85;font-size:.82rem;font-weight:500}.SurveyForm-module__hcTSTW__nextBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ff6b6b73}.SurveyForm-module__hcTSTW__nextBtn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.SurveyForm-module__hcTSTW__backBtn{border:2px solid var(--border);color:var(--text-muted);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:100px;flex-shrink:0;padding:.9rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .18s}.SurveyForm-module__hcTSTW__backBtn:hover{border-color:var(--dark);color:var(--dark)}.SurveyForm-module__hcTSTW__submitBtn{background:var(--gradient-primary);color:#fff;font-family:var(--font-body);cursor:pointer;letter-spacing:.01em;border:none;border-radius:100px;flex:1;justify-content:center;align-items:center;min-height:52px;padding:1rem 1.8rem;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 20px #ff6b6b66}.SurveyForm-module__hcTSTW__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #ff6b6b80}.SurveyForm-module__hcTSTW__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.SurveyForm-module__hcTSTW__spinner{border:3px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite SurveyForm-module__hcTSTW__spin;display:inline-block}@keyframes SurveyForm-module__hcTSTW__spin{to{transform:rotate(360deg)}}.SurveyForm-module__hcTSTW__privacy{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.75rem;line-height:1.5}@media (max-width:480px){.SurveyForm-module__hcTSTW__stepCard{padding:1.5rem 1.2rem}.SurveyForm-module__hcTSTW__navRow{flex-direction:column-reverse}.SurveyForm-module__hcTSTW__backBtn,.SurveyForm-module__hcTSTW__submitBtn,.SurveyForm-module__hcTSTW__nextBtn{justify-content:center;width:100%}}
.FloatingPaws-module__BXeWnq__container{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.FloatingPaws-module__BXeWnq__paw{opacity:0;filter:blur(.5px);-webkit-user-select:none;user-select:none;animation:linear infinite FloatingPaws-module__BXeWnq__floatUp;position:absolute;bottom:-40px}@keyframes FloatingPaws-module__BXeWnq__floatUp{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:.18}90%{opacity:.12}to{opacity:0;transform:translateY(-110vh)rotate(360deg)}}
