@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap");@media (max-width:480px){.obc{padding:1.25rem!important}.obfg{grid-template-columns:1fr!important}}:root{--brand-orange:#ff8c42;--brand-teal:#4ecdc4;--brand-coral:#ff6b9d;--ui-primary:#e86f2a;--ui-primary-hover:#cf5f1f;--ui-secondary:#2fafab;--ui-secondary-hover:#26958e;--ui-accent:#e45486;--color-cream:#fffdf9;--color-cream-dark:#f7f8fa;--color-sage:var(--ui-secondary);--color-sage-light:#79dad3;--color-sage-dark:var(--ui-secondary-hover);--color-bark:#1f2937;--color-bark-light:#6b7280;--color-rose:var(--ui-accent);--color-rose-light:#ff9dbc;--color-rose-dark:#c93e6e;--color-green:#4caf50;--color-yellow:#ffb300;--color-orange:#ff7043;--color-red:#e53935;--color-white:#fff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-500:#6b7280;--color-gray-700:#374151;--color-gray-900:#111827;--font-sans:"Nunito",system-ui,-apple-system,sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px 0 rgba(61,44,30,.08);--shadow-md:0 4px 12px 0 rgba(61,44,30,.1);--shadow-lg:0 8px 24px 0 rgba(61,44,30,.12);--transition-fast:150ms ease;--transition-normal:250ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--color-cream);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--color-bark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25}h1{font-size:clamp(1.75rem,5vw,2.75rem)}h2{font-size:clamp(1.4rem,4vw,2rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--color-bark-light)}a{color:var(--ui-secondary-hover);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--ui-secondary)}img,video{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:1.25rem}.card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;transition:box-shadow var(--transition-normal)}.card:hover{box-shadow:var(--shadow-md)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--ui-primary);color:var(--color-white);font-family:var(--font-sans);font-weight:700;font-size:1rem;padding:.75rem 1.75rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast);text-decoration:none}.btn-primary:hover{background:var(--ui-primary-hover);color:var(--color-white);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--ui-secondary-hover);font-family:var(--font-sans);font-weight:700;font-size:1rem;padding:.75rem 1.75rem;border-radius:var(--radius-full);border:2px solid var(--ui-secondary);cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.btn-secondary:hover{background:var(--ui-secondary);color:var(--color-white)}.badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:var(--radius-full)}.badge-sage{background:#def7f4;color:var(--ui-secondary-hover)}.badge-rose{background:#ffe4ee;color:var(--color-rose-dark)}.badge-bark{background:#ede8e3;color:var(--color-bark)}.badge-cream{background:var(--color-cream-dark);color:var(--color-bark-light)}.section{padding-block:4rem}.section-title{text-align:center;margin-bottom:.75rem}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--color-bark-light);max-width:600px;margin-inline:auto;margin-bottom:2.5rem}.grid-2{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-2,.grid-3{display:grid;gap:1.5rem}.grid-3{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-4{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.severity-green{color:var(--color-green)}.severity-yellow{color:var(--color-yellow)}.severity-orange{color:var(--color-orange)}.severity-red{color:var(--color-red)}.input{width:100%;padding:.625rem 1rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:1rem;color:var(--color-bark);background:var(--color-white);transition:border-color var(--transition-fast);outline:none}.input:focus{border-color:var(--ui-secondary);box-shadow:0 0 0 3px rgba(47,175,171,.16)}.input::placeholder{color:var(--color-gray-300)}.label{display:block;font-size:.875rem;font-weight:600;color:var(--color-bark);margin-bottom:.35rem}.divider{border:none;border-top:1px solid var(--color-gray-200);margin-block:1.5rem}.page-wrapper{min-height:100dvh;display:flex;flex-direction:column}.page-content{flex:1 1;padding-top:72px;padding-bottom:80px}.skeleton{background:linear-gradient(90deg,var(--color-gray-100) 25%,var(--color-gray-200) 50%,var(--color-gray-100) 75%);background-size:200% 100%;animation:skeleton-loading 1.4s ease infinite;border-radius:var(--radius-md)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);background:var(--color-bark);color:var(--color-white);padding:.75rem 1.5rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;z-index:1000;animation:toast-in .3s ease}@keyframes toast-in{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-sage-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-sage)}::selection{background:rgba(123,166,138,.25);color:var(--color-bark)}:focus-visible{outline:3px solid var(--ui-primary);outline-offset:2px}@media (max-width:768px){.hide-mobile{display:none!important}.section{padding-block:2.5rem}}@media (min-width:769px){.hide-desktop{display:none!important}}@media (max-width:980px){.hero-shell{grid-template-columns:1fr!important;gap:2rem!important}.hero-copy{max-width:100%!important}.hero-visual{max-width:100%;width:100%;margin-inline:auto;min-height:350px}}@media (max-width:680px){.hero-shell{gap:1rem!important}.hero-visual{min-height:280px;padding:1rem!important}.hero-phones{grid-template-columns:1fr!important}.hero-phones>div{min-height:220px!important;transform:none!important}}@media (max-width:480px){.hero-copy h1{font-size:1.5rem!important}.hero-copy p{font-size:.9rem!important}.hero-visual{min-height:240px}}@media (max-width:860px){[style*=solutionGrid]{grid-template-columns:1fr!important;gap:2rem!important}[style*=featRow]{flex-direction:column!important;gap:1.5rem!important}[style*=featRow] [style*=featVisual]{flex:none!important;width:100%!important}[style*=featIconBox]{width:140px!important;height:140px!important}[style*=downloadGrid],[style*=vetInner]{grid-template-columns:1fr!important}}@media (max-width:600px){.container{padding-inline:1rem!important}.section{padding-block:1.75rem!important}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}[style*=painCard],[style*=planCard],[style*=testimonialCard]{padding:1rem!important}[style*=vetCards]{flex-direction:column!important}}.hp-accent--orange{color:var(--brand-orange)}.hp-accent--teal{color:var(--brand-teal)}.hp-section{padding-block:5rem}.hp-section--white{background:#fff}.hp-section--gray{background:#f8f9fa}.hp-section__title{text-align:center;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;color:#1a1a2e;margin-bottom:.6rem}.hp-section__subtitle{text-align:center;font-size:1rem;color:#6b7280;max-width:560px;margin:0 auto 2.5rem;line-height:1.6}.hp-hero{background:radial-gradient(ellipse at 15% 20%,#fff2e8 0,#f9faf9 45%,#eef6f4 100%);padding:4rem 0 3rem;overflow:hidden}.hp-hero__inner{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;grid-gap:3rem;gap:3rem;max-width:1200px}.hp-hero__copy{max-width:520px}.hp-hero__brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.hp-hero__brand-icon{font-size:1.6rem}.hp-hero__brand-name{font-weight:900;font-size:1.15rem;color:var(--brand-orange)}.hp-hero__title{font-size:clamp(2rem,4vw,3.4rem);font-weight:900;color:#1a1a2e;line-height:1.08;margin-bottom:1.2rem;letter-spacing:-.02em}.hp-hero__subtitle{font-size:1.05rem;color:#52525b;line-height:1.65;margin-bottom:1.8rem}.hp-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hp-hero__proof{display:flex;flex-direction:column;gap:.5rem}.hp-hero__proof-text{margin:0;font-size:.88rem;color:#3f3f46;font-weight:700}.hp-hero__stores{display:flex;align-items:center;gap:.6rem}.hp-hero__store-icon{font-size:1.2rem;opacity:.7}.hp-hero__rating{background:#fff;color:#44403c;border-radius:9999px;padding:.22rem .75rem;border:1px solid #e5e7eb;font-size:.78rem;font-weight:700}.hp-hero__phones{display:flex;justify-content:center;align-items:flex-end;gap:0;perspective:1200px;position:relative;min-height:420px}.hp-phone{position:relative;flex-shrink:0;transition:transform .4s ease}.hp-phone__img{border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.18),0 4px 12px rgba(0,0,0,.08);object-fit:cover;width:180px;height:auto}.hp-phone--left{transform:translateX(15px) translateY(30px) rotateY(18deg) rotate(-6deg);z-index:1}.hp-phone--center{transform:scale(1.12) translateZ(0);z-index:10}.hp-phone--right{transform:translateX(-15px) translateY(30px) rotateY(-18deg) rotate(6deg);z-index:1}.hp-subhero{background:linear-gradient(135deg,#4ecdc4,#38b2ac);padding:2.5rem 0;text-align:center;position:relative;overflow:hidden}.hp-subhero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c-3.3-5-9-8-15-8S4 5 2 10c-1.5 4-.5 9 3 12s8 4 12 3c2-.5 4-1 6-1s4 .5 6 1c4 1 8.5 0 12-3s4.5-8 3-12c-2-5-8-8-14-8z' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") repeat}.hp-subhero__flow{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex-wrap:wrap;position:relative;z-index:1}.hp-subhero__step{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.25rem 1.75rem;min-width:150px;transition:background .2s ease}.hp-subhero__step:hover{background:hsla(0,0%,100%,.3)}.hp-subhero__step-icon{font-size:2rem}.hp-subhero__step-text{font-size:.92rem;font-weight:800;color:#fff}.hp-subhero__arrow{font-size:1.6rem;color:hsla(0,0%,100%,.6);font-weight:900;position:relative;z-index:1}.hp-subhero__tagline{margin:1.25rem 0 0;font-size:1.02rem;color:hsla(0,0%,100%,.88);font-weight:600;position:relative;z-index:1}.hp-emergency{background:linear-gradient(135deg,#fef2f2,#fff7ed 50%,#fff);padding-block:4rem}.hp-emergency__title{text-align:center;font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#1f2937;margin:0 0 .4rem}.hp-emergency__subtitle{text-align:center;color:#6b7280;font-size:1rem;margin:0 0 2rem}.hp-emergency__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:800px;margin:0 auto 2rem}.hp-emergency__card{background:#fff;border-radius:20px;border:1.5px solid #fecaca;padding:2rem 1.5rem;box-shadow:0 2px 16px rgba(220,38,38,.06);transition:transform .2s ease,box-shadow .2s ease}.hp-emergency__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(220,38,38,.1)}.hp-emergency__card-icon{font-size:2.2rem;display:block;margin-bottom:.75rem}.hp-emergency__card-title{font-size:1.05rem;font-weight:800;color:#1f2937;margin:0 0 .5rem}.hp-emergency__card-desc{font-size:.88rem;color:#6b7280;line-height:1.65;margin:0}.hp-emergency__cta{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;background:linear-gradient(135deg,#dc2626,#ea580c);color:#fff;padding:.85rem 2.5rem;border-radius:9999px;font-weight:800;font-size:1.05rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px rgba(220,38,38,.25)}.hp-emergency__cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(220,38,38,.35)}@media (max-width:640px){.hp-emergency__grid{grid-template-columns:1fr}}.hp-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.hp-pain-card{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:2rem 1.5rem;box-shadow:0 2px 16px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.hp-pain-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hp-pain-card__icon{font-size:2.2rem;margin-bottom:1rem}.hp-pain-card__title{font-size:1rem;font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.hp-pain-card__desc{font-size:.88rem;color:#6b7280;line-height:1.65;margin:0}.hp-solution{background:linear-gradient(135deg,#4ecdc4,#38b2ac);padding-block:5rem;position:relative;overflow:hidden}.hp-solution:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c-3.3-5-9-8-15-8S4 5 2 10c-1.5 4-.5 9 3 12s8 4 12 3c2-.5 4-1 6-1s4 .5 6 1c4 1 8.5 0 12-3s4.5-8 3-12c-2-5-8-8-14-8z' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") repeat}.hp-solution__inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.hp-solution__copy{color:#fff}.hp-solution__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;line-height:1.12;margin-bottom:1.25rem}.hp-solution__desc{font-size:1.05rem;color:hsla(0,0%,100%,.88);line-height:1.7;margin-bottom:2rem}.hp-solution__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.hp-solution__item{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:#fff;font-weight:600}.hp-solution__check{width:28px;height:28px;background:hsla(0,0%,100%,.25);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem;flex-shrink:0}.hp-features{display:flex;flex-direction:column;gap:4.5rem;margin-top:1rem}.hp-feature{display:flex;align-items:center;gap:3.5rem}.hp-feature--reverse{flex-direction:row-reverse}.hp-feature__visual{flex:0 0 280px;display:flex;justify-content:center}.hp-feature__icon-box{width:220px;height:220px;border-radius:32px;display:flex;align-items:center;justify-content:center;font-size:4rem;transition:transform .3s ease}.hp-feature__icon-box:hover{transform:scale(1.05)}.hp-feature__icon-box--orange{background:#fff5ef}.hp-feature__icon-box--teal{background:#f0fffe}.hp-feature__copy{flex:1 1;max-width:480px}.hp-feature__title{font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:900;color:#1a1a2e;margin-bottom:.75rem}.hp-feature__desc{font-size:.93rem;color:#52525b;line-height:1.7;margin-bottom:1.25rem}.hp-feature__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.hp-feature__bullet{font-size:.88rem;color:#374151;display:flex;align-items:center;gap:.5rem}.hp-feature__bullet-check{font-size:.55rem;flex-shrink:0}.hp-feature__bullet--orange .hp-feature__bullet-check{color:var(--brand-orange)}.hp-feature__bullet--teal .hp-feature__bullet-check{color:var(--brand-teal)}.hp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.hp-testimonial{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease}.hp-testimonial:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hp-testimonial__header{display:flex;align-items:center;gap:.6rem}.hp-testimonial__avatar{width:38px;height:38px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.hp-testimonial__name{font-size:.9rem;color:#1a1a2e;display:block}.hp-testimonial__role{margin:0;font-size:.72rem;color:#9ca3af}.hp-testimonial__stars{color:var(--brand-orange);font-size:.85rem;letter-spacing:1px}.hp-testimonial__text{font-size:.88rem;color:#374151;line-height:1.7;margin:0}.hp-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.hp-stat{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.3rem}.hp-stat__icon{font-size:1.5rem}.hp-stat__value{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--brand-orange);line-height:1}.hp-stat__label{font-size:.82rem;color:#6b7280;font-weight:600}.hp-founder{max-width:680px;margin:0 auto;text-align:center}.hp-founder__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#1a1a2e;margin-bottom:.75rem;line-height:1.2}.hp-founder__desc{font-size:1rem;color:#52525b;line-height:1.7;margin-bottom:2rem}.hp-founder__quote{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:2rem 2.25rem;box-shadow:0 2px 16px rgba(0,0,0,.04);text-align:left;position:relative}.hp-founder__quote:before{content:'"';position:absolute;top:-.2rem;left:1.2rem;font-size:4rem;color:var(--brand-orange);opacity:.2;font-family:Georgia,serif;line-height:1}.hp-founder__quote p{font-size:1.05rem;color:#374151;line-height:1.7;margin:0 0 1rem;font-style:italic;position:relative;z-index:1}.hp-founder__quote footer{font-size:.88rem;color:#6b7280;font-weight:600}.hp-founder__quote footer strong{color:#1f2937}.hp-plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.hp-plan{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;transition:transform .2s ease}.hp-plan--highlight{border:2px solid var(--brand-orange);box-shadow:0 16px 40px rgba(255,140,66,.12);transform:scale(1.05)}.hp-plan--highlight:hover{transform:scale(1.07)}.hp-plan__badge{background:var(--brand-orange);color:#fff;font-size:.7rem;font-weight:800;padding:.4rem .85rem;border-radius:9999px;width:-moz-fit-content;width:fit-content;margin-bottom:1rem}.hp-plan__name{font-size:1.3rem;font-weight:900;color:#1a1a2e;margin-bottom:.75rem}.hp-plan__price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:1.75rem}.hp-plan__price-num{font-size:2.4rem;font-weight:900;color:var(--brand-orange)}.hp-plan__price-period{font-size:.88rem;color:#6b7280}.hp-plan__features{list-style:none;padding:0;margin:0;flex:1 1;display:flex;flex-direction:column;gap:.65rem}.hp-plan__feature{font-size:.88rem;color:#374151}.hp-plan__cta{display:block;text-align:center;margin-top:1.75rem}.hp-plan__saving{font-size:.8rem;color:#e86f2a;font-weight:700;margin:-.75rem 0 1rem;line-height:1.4}.hp-plans__note{text-align:center;font-size:.88rem;color:#6b7280;margin-top:2rem;max-width:600px;margin-inline:auto;line-height:1.6}.hp-vet{background:linear-gradient(135deg,#ff8c42,#e86f2a);padding-block:5rem;text-align:center;position:relative;overflow:hidden}.hp-vet:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c-3.3-5-9-8-15-8S4 5 2 10c-1.5 4-.5 9 3 12s8 4 12 3c2-.5 4-1 6-1s4 .5 6 1c4 1 8.5 0 12-3s4.5-8 3-12c-2-5-8-8-14-8z' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") repeat}.hp-vet>.container{position:relative;z-index:1}.hp-vet__icon{font-size:2.8rem;margin-bottom:1rem}.hp-vet__title{color:#fff;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:900;line-height:1.15;margin-bottom:1rem}.hp-vet__subtitle{color:hsla(0,0%,100%,.88);font-size:1rem;line-height:1.7;max-width:600px;margin:0 auto 2.5rem}.hp-vet__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:2.5rem}.hp-vet__card{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.5rem;text-align:center;transition:background .2s ease}.hp-vet__card:hover{background:hsla(0,0%,100%,.22)}.hp-vet__card-icon{font-size:1.8rem;margin-bottom:.75rem;display:block;opacity:.7}.hp-vet__card-title{color:#fff;font-size:.95rem;font-weight:800;margin-bottom:.4rem}.hp-vet__card-desc{color:hsla(0,0%,100%,.8);font-size:.82rem;line-height:1.6;margin:0}.hp-vet__cta{display:inline-block;background:#fff;color:#e86f2a;padding:.85rem 2rem;border-radius:9999px;font-weight:800;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hp-vet__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15);color:#e86f2a}.hp-vet__note{color:hsla(0,0%,100%,.7);font-size:.82rem;margin-top:.75rem}.hp-download{background:#f8f9fa;padding-block:5rem}.hp-download__inner{max-width:700px}.hp-download__brand{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1rem}.hp-download__brand span:first-child{font-size:1.4rem}.hp-download__brand strong{color:#1a1a2e}.hp-download__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:#1a1a2e;margin-bottom:.75rem;line-height:1.15}.hp-download__desc{font-size:.95rem;color:#52525b;line-height:1.65;margin-bottom:1.5rem}.hp-download__stores{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:1.25rem}.hp-download__store-btn{display:inline-flex;align-items:center;gap:.6rem;background:#1a1a2e;color:#fff;padding:.65rem 1.2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:.85rem;transition:transform .2s ease}.hp-download__store-btn:hover{transform:translateY(-2px);color:#fff}.hp-download__store-btn span:first-child{font-size:1.3rem}.hp-download__store-btn small{display:block;font-size:.55rem;font-weight:400;opacity:.7;text-transform:uppercase;letter-spacing:.05em}.hp-download__store-btn strong{display:block;font-size:.92rem}.hp-download__badges{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.82rem;color:#6b7280;font-weight:600}@media (max-width:980px){.hp-hero__inner{grid-template-columns:1fr;text-align:center}.hp-hero__copy{max-width:100%;margin:0 auto}.hp-hero__ctas{justify-content:center}.hp-hero__proof{align-items:center}.hp-hero__phones{min-height:360px;margin-top:1rem}.hp-phone__img{width:150px}}@media (max-width:860px){.hp-feature{flex-direction:column!important;gap:1.5rem;text-align:center}.hp-feature__visual{flex:none}.hp-feature__icon-box{width:160px;height:160px}.hp-feature__copy{max-width:100%}.hp-feature__bullets{align-items:center}.hp-vet__cards{margin-bottom:2.5rem}.hp-plans,.hp-vet__cards{grid-template-columns:1fr;max-width:400px;margin-inline:auto}.hp-plan--highlight{transform:none}}@media (max-width:768px){.hp-section{padding-block:3rem}.hp-pain-grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}.hp-subhero__flow{gap:.75rem}.hp-subhero__step{padding:1rem 1.25rem;min-width:120px}.hp-subhero__step-icon{font-size:1.6rem}.hp-subhero__step-text{font-size:.82rem}.hp-subhero__arrow{font-size:1.2rem}.hp-founder__quote{padding:1.5rem}}@media (max-width:640px){.hp-hero{padding:2.5rem 0 2rem}.hp-hero__phones{min-height:280px}.hp-phone__img{width:120px;border-radius:20px}.hp-phone--left{transform:translateX(10px) translateY(20px) rotate(-8deg)}.hp-phone--center{transform:scale(1.08)}.hp-phone--right{transform:translateX(-10px) translateY(20px) rotate(8deg)}.hp-phone__label{font-size:.55rem}.hp-phone__splash-icon{font-size:1.8rem}.hp-phone__splash-brand{font-size:.8rem}.hp-download__stores{flex-direction:column}.hp-subhero{padding:1.75rem 0}.hp-subhero__flow{flex-direction:column;gap:.5rem}.hp-subhero__arrow{transform:rotate(90deg);font-size:1rem}.hp-subhero__step{flex-direction:row;min-width:auto;width:100%;max-width:260px}}@media (max-width:480px){.hp-hero__title{font-size:1.75rem}.hp-stats{flex-direction:column;gap:1.5rem}}