@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#152a3a;background:#faf8f3;font-synthesis:none;--navy: #112343;--blue: #1479ff;--blue-dark: #0757c8;--pale: #e6f0ff;--coral: #ff7a59;--coral-dark: #dc5e3f;--cream: #fffdf9;--gold: #ddb96f;--gold-strong: #e5ad43;--gold-dark: #bf8420;--line: #ced7d9;--muted: #64747c;--danger: #a43b35}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input,select{font:inherit}button,a{touch-action:manipulation}a{color:#0c62d6}.shell{width:min(1120px,calc(100% - 40px));margin-inline:auto}.header{height:76px;background:#fffdf9f5;border-bottom:1px solid var(--line);position:relative;z-index:5}.nav{height:100%;display:flex;align-items:center;gap:42px}.logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--navy);font-size:22px;letter-spacing:-.6px}.logo>span{display:none}.logo-mark{width:30px;height:30px;flex:0 0 auto;margin-right:9px;fill:var(--blue)}.logo em{font-size:13px;font-style:normal;font-weight:500;color:var(--blue);margin-left:4px;align-self:flex-end;margin-bottom:14px}.nav nav{display:flex;gap:32px;margin-left:auto}.nav nav a{text-decoration:none;color:var(--navy);font-size:14px}.button{border:0;border-radius:12px;background:var(--blue);color:#fff;text-decoration:none;font-weight:700;padding:14px 22px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;transition:.18s ease;min-height:48px}.button:hover{background:var(--blue-dark);transform:translateY(-1px)}.button:disabled{background:#aac6ed;cursor:not-allowed;transform:none}.button.small{min-height:42px;padding:10px 17px}.button.secondary{background:transparent;color:var(--navy);box-shadow:inset 0 0 0 1.5px var(--blue)}.button.secondary:hover{background:var(--pale)}.button.wide{width:100%;margin-top:16px}.text-button{border:0;background:none;color:#315d70;text-decoration:underline;cursor:pointer;font-weight:600}.hero{min-height:710px;display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center;padding-block:82px}.eyebrow{font-size:13px;color:#35657a;font-weight:700;letter-spacing:1.5px}.hero h1,.page h1,.question-page h1,.legal h1{font-family:Fraunces,Georgia,serif;font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-1.8px;margin:18px 0}.lead{font-size:19px;line-height:1.65;color:#4f6169;max-width:660px}.small-lead{font-size:17px}.zip-form{margin-top:30px}.zip-form>label,.field label,.filters label{font-weight:700;display:block;margin-bottom:8px}.zip-form>div{display:flex;gap:10px}.zip-form input,.field input,.field select,.sort select{height:52px;border:1px solid #aebcbf;border-radius:10px;background:#fff;padding:0 15px;color:var(--navy)}.zip-form small{display:block;margin-top:8px;color:var(--muted)}.field-error{color:var(--danger)!important}.trust-row{display:flex;gap:22px;margin:26px 0;color:#3f646b;font-size:14px;font-weight:600}.disclosure-box{border:1px solid #dacba6;background:#fff9e9;border-radius:12px;padding:16px 18px;font-size:13px;line-height:1.5}.disclosure-box>b{display:block;margin-bottom:3px}.hero-art{display:grid;place-items:center}.orbit{position:relative;width:min(430px,90vw);aspect-ratio:1;border-radius:48% 52% 42% 58%;background:radial-gradient(circle at 40% 35%,#fff 0,#fff 8%,#dceff0 9%,#dceff0 34%,#b7d5d9 35%,#b7d5d9 65%,#86b4bc);border:12px solid #fff;box-shadow:0 25px 65px #28535e2e;display:flex;align-items:center;justify-content:center;gap:10px}.orbit:before,.orbit:after{content:"";position:absolute;border:2px dashed rgba(21,42,58,.25);border-radius:50%;top:35px;right:35px;bottom:35px;left:35px}.orbit:after{top:80px;right:80px;bottom:80px;left:80px}.pet{font-size:92px;z-index:2;filter:drop-shadow(0 12px 8px rgba(20,50,55,.15))}.orbit i{display:grid;place-items:center;width:72px;height:72px;background:var(--coral);color:#fff;border-radius:22px;font-size:46px;font-style:normal;z-index:3}.plan-chip{position:absolute;top:50px;right:-12px;background:#fff;padding:13px 18px;border-radius:12px;box-shadow:0 8px 28px #355b6325;font-weight:700;transform:rotate(6deg)}.plan-chip.second{top:auto;bottom:54px;left:-20px;right:auto;transform:rotate(-7deg)}.page{padding-block:56px}.two-column{display:grid;grid-template-columns:minmax(0,650px) 1fr;gap:72px;align-items:start}.progress-wrap{margin-bottom:30px}.progress-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:var(--blue);margin-bottom:7px}.progress{height:6px;border-radius:10px;background:#e0e6e5;overflow:hidden}.progress span,.loader span{display:block;height:100%;background:linear-gradient(90deg,#65d4ff,var(--blue));border-radius:inherit;transition:width .4s}.form-card{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 12px 35px #203e430f}.form-card h1{font-size:40px}.field{margin:20px 0}.field input,.field select{width:100%}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}fieldset{border:0;padding:0;margin:25px 0}legend{font-weight:700;margin-bottom:10px}.helper{color:var(--muted);font-size:13px;margin-top:-6px}.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice{position:relative;min-height:76px;border:1.5px solid #b8c3c5;border-radius:13px;background:#fff;color:var(--navy);padding:18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;cursor:pointer;text-align:left}.choice:hover{border-color:var(--blue);background:#f5f9ff}.choice.selected{border:2px solid var(--blue);background:#e8f1ff;box-shadow:0 0 0 3px #e8f1ff}.choice.dog.selected{border-color:var(--blue);background:#e8f1ff;box-shadow:0 0 0 3px #e8f1ff}.choice.cat.selected{border-color:var(--coral);background:#fff0e8;box-shadow:0 0 0 3px #fff0e8}.choice.cat:hover{border-color:var(--coral);background:#fff8f4}.choice b{font-size:17px}.choice>span:not(.badge){font-size:13px;color:#587078}.badge{position:absolute;top:-11px;left:50%;background:var(--coral);color:#fff;padding:3px 8px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap;transform:translate(-50%)}.choice.has-badge{border:2px solid var(--coral);box-shadow:0 0 0 3px #ffe4da}.question-options .choice.has-badge{transform:scale(1.035);z-index:1}.value-options .choice{align-items:center;text-align:center}.value-options .choice b{font-size:28px}.choice.has-badge.selected{border-color:var(--blue);background:#e8f1ff;box-shadow:0 0 0 3px #e8f1ff}.error-summary{background:#fff1ef;border-left:4px solid var(--danger);padding:14px 18px;border-radius:8px;color:#6f2824}.error-summary ul{margin-bottom:0}.trust-panel{position:sticky;top:35px;padding:35px;border-radius:24px;border:1px solid #c9dcff;background:linear-gradient(145deg,#eef6ff,#e6f0ff)}.trust-panel h2{font-family:Fraunces,serif;font-size:30px}.trust-panel p{line-height:1.65}.pet-composition{height:180px;border-radius:18px;background:linear-gradient(160deg,#fff 0,#fff 45%,#c9dde0);display:grid;place-items:center;position:relative;overflow:hidden}.pet-composition span{font-size:78px;position:absolute;bottom:15px}.pet-composition span:first-child{left:55px}.pet-composition span:nth-child(2){right:50px}.pet-composition i{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--coral);color:#fff;font-size:28px;font-style:normal;z-index:2}.check-list{list-style:"✓  ";padding-left:24px;line-height:2}.mini-disclosure,.privacy-note{border-top:1px solid #b7cdcf;margin-top:22px;padding-top:18px;font-size:13px;color:#50636a}.privacy-note{border:1px solid var(--line);border-radius:15px;padding:20px;line-height:1.7}.added{margin-bottom:20px}.add-another-pet{width:100%;display:flex;align-items:flex-start;flex-direction:column;gap:5px;margin-top:22px;padding:17px 19px;border:1px solid #bed4ff;border-radius:14px;background:#edf4ff;color:var(--navy);cursor:pointer;text-align:left}.add-another-pet:hover{border-color:var(--blue);background:#e1edff}.add-another-pet span{font-weight:800}.add-another-pet small{color:var(--muted);text-align:left}.pet-summary{display:flex;gap:14px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px;margin:9px 0}.pet-summary .avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e4efee;font-size:25px}.pet-summary .avatar.dog{background:#e3efff}.pet-summary .avatar.cat{background:#fff0e6}.pet-summary p{margin:3px 0 0;color:var(--muted);font-size:13px}.pet-summary .text-button{margin-left:auto}.checkbox{display:flex;align-items:flex-start;gap:12px;line-height:1.5;margin:22px 0}.checkbox input{width:20px;height:20px;flex:0 0 auto}.matching{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 30%,#eef5f4,#f8f5ef 60%)}.matching-card{text-align:center;width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:50px 42px;box-shadow:0 24px 80px #24474c1f}.matching-art{font-size:70px;animation:float 1.2s ease-in-out infinite}.matching h1{font-family:Fraunces,serif}.loader{height:9px;border-radius:20px;background:#e4e9e8;overflow:hidden;margin:26px 0 15px}.matching small{color:var(--muted)}.question-page{max-width:780px;padding-block:56px;text-align:center;min-height:760px}.question-page h1{font-size:46px}.question-page .progress-wrap{text-align:left}.question-page .progress-label{font-size:13px;margin-bottom:10px}.question-page .progress{height:10px;box-shadow:inset 0 1px 2px #1123431f}.question-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0}.question-options.two{grid-template-columns:1fr}.question-options .choice{min-height:110px}.example{background:#e8f0ef;border-radius:15px;padding:18px;text-align:left;font-size:14px}.example p{margin-bottom:0}.question-actions{max-width:430px;margin:35px auto;display:grid;gap:14px}.question-actions .button{margin:0}.results{padding-block:42px}.results-intro{display:flex;justify-content:space-between;align-items:center}.results-intro h1{font-family:Fraunces,serif;font-size:45px;margin:9px 0}.results-intro>div:first-child>p:not(.results-caption){display:none}.results-caption{max-width:560px;color:var(--muted);line-height:1.5}.results-caption span{display:block;margin-top:5px;font-size:13px}.results-pets{display:grid;min-width:330px;gap:8px}.results-pets .pet-summary{margin:0}.results-intro>.pet-summary{min-width:360px}.illustrative{text-align:right;margin:-3px 0 22px}.illustrative b{display:block;font-size:20px}.illustrative span{font-size:12px;color:var(--muted)}.filters{border:1px solid var(--line);border-radius:16px;background:#fff;padding:20px;display:flex;align-items:end;gap:26px;flex-wrap:wrap}.filters>div>div{display:flex}.filters button{border:1px solid var(--line);background:#fff;padding:10px 13px;cursor:pointer}.filters button:first-child{border-radius:9px 0 0 9px}.filters button:last-child{border-radius:0 9px 9px 0}.filters button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.filters .filter-actions{margin-left:auto;display:flex;gap:16px}.filters .filter-actions button{border:0;border-radius:0}.sort{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:22px 0}.sort select{height:42px}.provider-list{display:grid;gap:18px}.pet-results-list{display:grid;gap:42px}.pet-results-section{display:grid;gap:18px}.pet-results-heading{display:flex;align-items:center;gap:12px}.pet-results-heading h2{margin:0;font-size:27px}.pet-results-heading p{margin:3px 0 0;color:var(--muted)}.pet-dot{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#e3efff;color:var(--blue-dark);font-size:11px;font-weight:800;text-transform:uppercase}.pet-dot.cat{background:#fff0e6;color:var(--coral-dark)}.provider-card{position:relative;background:#fff;border:1px solid #bfc9cb;border-radius:17px;padding:25px;box-shadow:0 8px 20px #1123430a}.provider-card.recommended-plan{overflow:hidden;border:2px solid var(--coral);box-shadow:0 16px 34px #ff7a592e}.recommendation-ribbon{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:-25px -25px 22px;padding:13px 25px;background:var(--coral);color:#fff}.recommendation-ribbon span{font-weight:800}.recommendation-ribbon small{opacity:.88;text-align:right}.button.recommended-cta{min-height:54px;padding:16px 28px;background:var(--blue);color:#fff}.button.recommended-cta:hover{background:var(--blue-dark)}.provider-top,.provider-brand,.card-actions{display:flex;align-items:center}.provider-top{justify-content:space-between}.provider-brand{gap:14px}.provider-brand>span{display:grid;place-items:center;width:60px;height:60px;border-radius:17px;background:var(--navy);color:#fff;font-weight:800;font-size:20px}.provider-brand h2{margin:0;font-family:Fraunces,serif}.provider-brand small{color:var(--muted)}.sponsored{font-size:12px;text-transform:uppercase;letter-spacing:.8px}.plan-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0;border-bottom:1px solid var(--line)}.plan-stats>div{display:flex;flex-direction:column}.plan-stats b{font-size:22px}.plan-stats span{font-size:12px;color:var(--muted)}.match-reason{background:#edf3f3;border-radius:11px;padding:15px 18px;margin:18px 0}.match-reason ul{margin:7px 0 0;padding-left:20px;font-size:14px}.score-pills{display:flex;align-items:center;gap:11px;padding:2px 0 18px}.score-pills>div{display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:12px;background:#edf4ff;color:var(--navy)}.score-pills>div:nth-child(2){background:#fff1e9}.score-pills b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-size:13px}.score-pills>div:nth-child(2) b{background:var(--coral)}.score-pills span{font-size:12px;font-weight:700}.score-pills small{margin-left:auto;max-width:150px;color:var(--muted);font-size:11px;line-height:1.35}.card-actions{justify-content:flex-end;gap:12px}.fine{font-size:11px;color:#748188;line-height:1.5}.bottom-actions{display:flex;justify-content:space-between;align-items:center;margin:35px 0}.empty{text-align:center;border:1px dashed #a8b8bb;border-radius:18px;padding:65px 25px;background:#fff}.empty>span{font-size:45px}.empty h2{font-family:Fraunces,serif;font-size:30px}.plan-page{max-width:880px;padding-block:45px}.plan-hero{display:flex;justify-content:space-between;align-items:center;background:#e8f0ef;border-radius:20px;padding:28px;margin:25px 0}.plan-hero>div:last-child{display:flex;flex-direction:column;text-align:right}.plan-hero>div:last-child b{font-size:30px}.plan-page section{background:#fff;border:1px solid var(--line);padding:26px;border-radius:17px;margin:20px 0}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:25px}.detail-grid div{display:flex;flex-direction:column;background:#f5f7f6;border-radius:10px;padding:14px}.detail-grid span{font-size:12px;color:var(--muted)}.feature-table>div{display:flex;justify-content:space-between;padding:14px 5px;border-top:1px solid #e1e6e6}.status{font-size:13px}.status i{font-style:normal;display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e3efeb;color:#1e6b51;margin-right:7px}.status.not-included i{background:#f3e4e0;color:#964532}.faq details{border-top:1px solid var(--line);padding:16px 0}.faq summary{font-weight:700;cursor:pointer}.legal{max-width:760px;padding-block:90px;min-height:600px}.legal h1{font-size:50px}.legal p{font-size:17px;line-height:1.8}footer{background:#102734;color:#d9e3e4;margin-top:30px;padding:45px 0 25px}.footer-grid{display:flex;justify-content:space-between}.footer-grid .logo{color:#fff}.footer-grid nav{display:flex;gap:22px;flex-wrap:wrap}.footer-grid nav a{color:#d9e3e4}.footer-grid .fine{max-width:370px;color:#9fb0b5}.disclosure{border-top:1px solid #34505b;margin-top:30px;padding-top:20px;font-size:12px;color:#9fb0b5;line-height:1.6}*:focus-visible{outline:3px solid #ffb34d;outline-offset:3px}@keyframes float{50%{transform:translateY(-8px)}}@media (max-width: 850px){.nav nav{display:none}.nav .button{margin-left:auto}.hero,.two-column{grid-template-columns:1fr}.hero{padding-block:50px;gap:45px}.hero-art{order:-1}.orbit{max-width:350px}.two-column{gap:28px}.trust-panel{position:static}.results-intro{align-items:flex-start}.results-intro>.pet-summary{min-width:0}.plan-stats{grid-template-columns:1fr 1fr;gap:18px}.filters .filter-actions{margin-left:0}.illustrative{text-align:left;margin-top:10px}}@media (max-width: 600px){.shell{width:min(100% - 28px,1120px)}.header{height:66px}.nav{gap:8px}.nav>.button{font-size:12px;padding:8px 11px}.logo{font-size:18px}.logo em{display:none}.logo>span{font-size:23px}.logo-mark{width:24px;height:24px;margin-right:7px}.hero{min-height:0;padding-block:32px}.hero h1{font-size:42px}.lead{font-size:16px}.hero-art{display:none}.zip-form>div{display:grid}.trust-row{display:grid;gap:8px}.two-column{padding-block:25px}.form-card{padding:23px}.form-card h1{font-size:34px}.field-grid{grid-template-columns:1fr}.question-page h1{font-size:36px}.question-options{grid-template-columns:1fr;margin:28px 0}.question-options .choice{min-height:90px}.results-intro{display:block}.results-intro>.pet-summary{margin-top:15px}.results-pets{min-width:0;margin-top:15px}.recommendation-ribbon{align-items:flex-start;flex-direction:column;gap:3px;margin:-18px -18px 18px;padding:12px 18px}.recommendation-ribbon small{text-align:left}.score-pills{align-items:stretch;flex-wrap:wrap}.score-pills>div{flex:1 1 150px}.score-pills small{width:100%;max-width:none;margin:0}.filters{display:block}.filters>div{margin-bottom:15px;overflow:auto}.filters .filter-actions{display:grid}.plan-stats{grid-template-columns:1fr 1fr}.provider-card{padding:18px}.provider-top{align-items:flex-start}.sponsored{font-size:9px}.card-actions{display:grid}.card-actions .button{width:100%}.detail-grid{grid-template-columns:1fr}.plan-hero{align-items:flex-start;gap:15px}.provider-brand>span{width:48px;height:48px}.footer-grid{display:block}.footer-grid nav{display:grid;margin-top:25px}.bottom-actions{display:grid;gap:20px}.plan-hero>div:last-child b{font-size:22px}.pet{font-size:70px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}.pet-composition.pet-artwork{display:block;width:100%;height:210px;border-radius:18px;object-fit:cover;object-position:center 48%;background:#f7f2e9}.hero-orbit-art{display:block;width:min(500px,100%);aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 22px 30px rgba(42,93,107,.14))}.contact-page .progress-wrap{margin-bottom:22px}.contact-intro{position:relative;padding:8px 0 20px}.contact-intro h1{font-size:clamp(38px,4.4vw,56px);max-width:680px;margin:12px 0}.contact-intro p{max-width:580px;color:var(--muted);font-size:17px;line-height:1.6}.contact-sparkles{position:absolute;right:8px;top:-8px;color:var(--coral);pointer-events:none}.contact-sparkles span{position:absolute}.contact-sparkles span:nth-child(1){font-size:26px;right:55px;top:0}.contact-sparkles span:nth-child(2){color:var(--gold);font-size:14px;right:8px;top:32px}.contact-sparkles span:nth-child(3){color:var(--blue);font-size:29px;right:28px;top:54px}.contact-card{padding:0;overflow:hidden}.contact-card>.error-summary{margin:26px 28px 0}.contact-section{padding:28px;border-bottom:1px solid var(--line);position:relative}.contact-section:nth-of-type(2){background:#fbfdfc}.contact-section-title{display:flex;gap:13px;align-items:flex-start}.contact-section-title>span{display:grid;place-items:center;width:35px;height:35px;flex:0 0 auto;border-radius:12px;background:var(--blue);color:#fff;font-size:13px;font-weight:800}.contact-section-title h2{font-size:21px;margin:2px 0 3px}.contact-section-title p{font-size:13px;color:var(--muted);margin:0;line-height:1.45}.contact-section .field{margin:20px 0 0}.contact-section .field-grid .field{display:flex;flex-direction:column}.contact-section .field-grid .field input{margin-top:auto}.field-helper{display:block;color:var(--muted);margin:-5px 0 7px;font-size:12px}.contact-opt-in{margin:22px 28px}.contact-ready{margin:0 28px;padding:13px 15px;background:#e7f1ef;border-radius:12px;display:flex;gap:11px;align-items:flex-start;color:#365d65}.contact-ready>span{color:var(--coral);font-size:20px;line-height:1}.contact-ready p{margin:0;font-size:13px;line-height:1.45}.contact-card>.button{margin:20px 28px 0;width:calc(100% - 56px)}.contact-card>.button span{margin-left:7px;font-size:20px}.contact-fine{font-size:11px;line-height:1.5;color:var(--muted);text-align:center;margin:13px 32px 28px}.contact-privacy{background:#fff8e7;border-color:#e2c979}.contact-privacy b{color:var(--navy)}.optional{color:var(--muted);font-weight:400}.checkbox.compact{margin:12px 0 5px;font-size:14px}.checkbox.compact input{width:18px;height:18px}.has-error{border-color:var(--danger)!important}.has-error>.choice-row .choice,.has-error input,.has-error select{border-color:var(--danger)!important;background:#fff8f7}.has-error legend,.has-error>label,.has-error .field-heading>label{color:var(--danger)}.error-group{border:1.5px solid var(--danger);border-radius:13px;padding:0 12px 10px}.error-group .field{margin-bottom:8px}.error-group .inline-error{grid-column:1/-1}.inline-error{display:block;color:var(--danger);font-weight:600;font-size:13px;margin-top:8px}.field-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.field-heading label{margin:0}.unit-toggle{display:inline-flex;border:1px solid var(--line);border-radius:9px;overflow:hidden}.unit-toggle button{border:0;background:#fff;color:var(--navy);padding:7px 13px;min-width:44px;cursor:pointer}.unit-toggle button.active{background:var(--blue);color:#fff}.weight-input{position:relative}.weight-input input{padding-right:48px}.weight-input>span{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-weight:700;color:var(--muted);pointer-events:none}.field select:disabled{background:#edf0ef;color:#7b898d;cursor:not-allowed}
