:root{--ink:#1f2d33;--ink-hover:#0f1a1f;--paper:#fff;--soft:#f2f6f7;--card:#fff;--line:#dfe8ea;--muted:#5f7278;--accent:#3d8ba8;--accent-hover:#2f7291;--accent-soft:#e8f1f3;--cta:#f0a94b;--cta-hover:#e2982f;--good:#2e9e5b;--bad:#d1493a;--shadow:0 1px 3px rgba(31,45,51,.06),0 8px 24px rgba(31,45,51,.08);--font-display:"Plus Jakarta Sans",system-ui,sans-serif;--font-body:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;--maxw:1180px;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{max-width:100%}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}.product-hero h1{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}a{color:inherit}.container{max-width:1360px;margin:0 auto;padding:0 40px}.container-centered{max-width:1100px;margin:0 auto;padding:0 40px}@media (max-width:760px){.container,.container-centered{padding:0 22px}}.site-header{border-bottom:1px solid var(--line);background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:96px;max-width:1440px;margin:0 auto;padding:0 32px}@media (max-width:760px){.site-header .inner{height:76px;padding:0 22px}}.brand{font-size:1.35rem;font-weight:600;letter-spacing:-.01em}.brand span{color:var(--accent)}.nav{display:flex;gap:26px}.nav a{text-decoration:none;font-size:.95rem;font-weight:500;color:var(--muted);transition:color .15s}.nav a:hover{color:var(--ink)}.hero{padding:72px 0 56px;border-bottom:1px solid var(--line)}.hero .eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:600;margin-bottom:16px}.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:600;line-height:1.08;letter-spacing:-.02em;max-width:18ch}.hero p{color:var(--muted);font-size:1.1rem;margin-top:20px;max-width:52ch}.section{padding:56px 0}.section-title{font-family:var(--font-display);font-size:1.7rem;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.section-sub{color:var(--muted);margin-bottom:32px}.grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card{background:var(--card);border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s;text-decoration:none;color:inherit}.card:hover{transform:translateY(-3px)}.card .thumb{aspect-ratio:4/3;background:#f0ece4;display:flex;align-items:center;justify-content:center;overflow:hidden}.card .thumb img{width:100%;height:100%;object-fit:contain;padding:14px}.card .thumb.is-photo img{object-fit:cover;padding:0}.card .body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.card .brand-tag{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.card .name{font-weight:600;font-size:1.05rem;line-height:1.3}.card .price{font-weight:600;color:var(--ink);margin-top:auto}.card .price .small{font-size:.82rem;color:var(--muted);font-weight:400}.stars{display:inline-flex;gap:2px;font-size:.95rem;color:var(--accent)}.stars .empty{color:var(--line)}.btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;background:var(--accent);color:#fff;text-decoration:none;padding:15px 28px;border-radius:12px;font-weight:700;font-size:1.02rem;border:none;cursor:pointer;transition:background .15s,transform .1s;min-height:52px;box-shadow:0 4px 14px rgba(85,143,164,.35);-webkit-tap-highlight-color:transparent}.btn:hover{color:#fff}.btn:active,.btn:hover{background:var(--accent-hover)}.btn:active{transform:translateY(1px)}.btn:focus,.btn:focus-visible{color:#fff;background:var(--accent-hover)}.btn.block{width:100%}.btn.secondary{background:#fff;color:var(--accent);border:2px solid var(--accent);box-shadow:none}.btn.secondary:active,.btn.secondary:focus,.btn.secondary:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.btn .arrow{transition:transform .15s}.btn:hover .arrow{transform:translateX(3px)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--card)}table.compare{width:100%;border-collapse:collapse;font-size:.94rem;min-width:640px}table.compare td,table.compare th{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}table.compare thead th{background:#f3efe8;font-weight:600;position:-webkit-sticky;position:sticky;left:auto}table.compare tbody tr:last-child td{border-bottom:none}table.compare .rowlabel{font-weight:600;background:#faf8f4;white-space:nowrap}table.compare td.center{text-align:center}.product-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:48px;gap:48px;padding:48px 0;min-width:0}.product-hero>*{min-width:0}.product-hero .media{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:32px;overflow:hidden}.product-hero .media img{max-width:100%;max-height:100%;object-fit:contain}.product-hero .media.is-photo{padding:0}.product-hero .media.is-photo img{width:100%;height:100%;object-fit:cover;max-width:none;max-height:none}.product-hero h1{font-family:var(--font-display);font-size:2.2rem;font-weight:600;letter-spacing:-.02em;line-height:1.1}.product-hero .price-big{font-size:1.6rem;font-weight:700;margin:18px 0}.proscons{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin:40px 0}.proscons h3{font-size:1rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}.proscons ul{list-style:none;display:flex;flex-direction:column;gap:10px}.proscons li{padding-left:26px;position:relative;color:#333}.proscons .pro li:before{content:"✓";position:absolute;left:0;color:var(--good);font-weight:700}.proscons .con li:before{content:"✕";position:absolute;left:0;color:var(--bad);font-weight:700}.disclosure{background:#f3efe8;border:1px solid var(--line);border-radius:var(--radius);padding:14px 18px;font-size:.86rem;color:var(--muted);margin:24px 0}.site-footer{border-top:1px solid var(--line);padding:48px 0 40px;margin-top:40px;color:var(--muted);font-size:.9rem}.site-footer .cols{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px;margin-bottom:32px}.site-footer a{color:var(--muted);text-decoration:none;display:block;padding:4px 0}.site-footer a:hover,.site-footer h4{color:var(--ink)}.site-footer h4{font-size:.9rem;margin-bottom:8px}.site-footer .copyright{padding-top:24px;border-top:1px solid var(--line)}.prose{max-width:68ch}.prose p{margin-bottom:16px}.prose h2{font-family:var(--font-display);font-size:1.4rem;margin:28px 0 12px}.prose h3{font-size:1.1rem;margin:20px 0 8px}@media (max-width:760px){.product-hero{grid-template-columns:minmax(0,1fr);gap:28px}.proscons{grid-template-columns:1fr}.nav{gap:16px}.nav a.hide-mobile{display:none}}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.winner{background:var(--card);border:2px solid var(--ink);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:320px 1fr;box-shadow:var(--shadow);margin-bottom:20px}.winner .winner-media{background:#f0ece4;display:flex;align-items:center;justify-content:center;padding:28px;position:relative}.winner .winner-media img{width:100%;height:100%;object-fit:contain;max-height:240px}.winner .badge{position:absolute;top:14px;left:14px;color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:6px 12px;border-radius:6px}.winner .winner-body{padding:28px 30px;display:flex;flex-direction:column;gap:12px}.winner .winner-cat{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:700}.winner .winner-name{font-family:var(--font-display);font-size:1.6rem;font-weight:600;line-height:1.15}.winner .winner-why{color:var(--muted);font-size:1rem}.winner .winner-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:4px}.winner .winner-price{font-size:1.5rem;font-weight:700}.winner .winner-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.glance{background:#f3efe8;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:10px;padding:20px 24px;margin:24px 0}.glance h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:10px}.glance .verdict{font-size:1.12rem;font-weight:600;line-height:1.4;color:var(--ink)}.glance .glance-for{margin-top:10px;color:var(--muted);font-size:.95rem}.trust-bar{background:var(--ink);color:#fff;padding:22px 0}.trust-bar .trust-inner{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap;text-align:center}.trust-bar .trust-item{display:flex;flex-direction:column;gap:4px;align-items:center;max-width:240px}.trust-bar .trust-icon{font-size:1.5rem}.trust-bar .trust-title{font-weight:600;font-size:.98rem}.trust-bar .trust-desc{font-size:.85rem;opacity:.8;line-height:1.4}.buybar{position:-webkit-sticky;position:sticky;bottom:0;z-index:40;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:12px 0;box-shadow:0 -4px 16px rgba(11,31,58,.06)}.buybar .buybar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.buybar .buybar-info{display:flex;flex-direction:column}.buybar .buybar-name{font-weight:600;font-size:.95rem}.buybar .buybar-price{font-weight:700;font-size:1.1rem}.why-trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px;margin-top:24px}.why-trust .wt-item{padding:20px;background:var(--card);border:1px solid var(--line);border-radius:10px}.why-trust .wt-num{font-family:var(--font-display);font-size:1.6rem;color:var(--accent);font-weight:600}.why-trust .wt-title{font-weight:600;margin:8px 0 4px}.why-trust .wt-desc{font-size:.9rem;color:var(--muted);line-height:1.5}@media (max-width:760px){.winner{grid-template-columns:1fr}.winner .winner-media{aspect-ratio:4/3}.buybar .buybar-inner{flex-direction:row}.buybar .buybar-name{display:none}}.hero-pet{background:linear-gradient(180deg,var(--accent-soft) 0,var(--paper) 100%);padding:0;border-bottom:none;overflow:hidden}.hero-pet .hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:20px;gap:20px;max-width:var(--maxw);margin:0 auto;padding:40px 20px 20px}.hero-pet .hero-text .eyebrow{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:6px 14px;border-radius:999px;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:700;margin-bottom:18px;box-shadow:var(--shadow)}.hero-pet h1{font-family:var(--font-display);font-size:clamp(2.1rem,4.5vw,3.2rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}.hero-pet .hero-text p{color:var(--muted);font-size:1.12rem;margin-top:18px;max-width:46ch}.hero-pet .hero-img{display:flex;justify-content:center;align-items:flex-end}.hero-pet .hero-img img{width:100%;max-width:460px;height:auto}.card{border-radius:var(--radius)}.card:hover{box-shadow:var(--shadow)}.paw-divider{text-align:center;padding:20px 0;font-size:1.4rem;color:var(--paw);letter-spacing:12px}.cat-card{position:relative;overflow:hidden}.cat-card .cat-emoji{font-size:2.4rem;margin-bottom:8px}.winner{border:2px solid var(--accent);border-radius:20px}.winner .badge{background:var(--accent)}.winner .winner-media{background:var(--accent-soft)}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:24px}.how-step{text-align:center;padding:24px 16px;background:#fff;border-radius:var(--radius);border:1px solid var(--line)}.how-step .how-num{width:44px;height:44px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:1.2rem}.how-step .how-title{font-weight:700;margin-bottom:6px}.how-step .how-desc{font-size:.9rem;color:var(--muted);line-height:1.5}@media (max-width:760px){.hero-pet .hero-grid{grid-template-columns:1fr;text-align:center}.hero-pet .hero-text p{margin-left:auto;margin-right:auto}.hero-pet .hero-img{margin-top:20px}.how-steps{grid-template-columns:1fr}}.hero-photo{position:relative;width:100%;height:88vh;min-height:580px;overflow:hidden;display:flex;align-items:center;border-bottom:1px solid var(--line);background:var(--soft)}.hero-photo .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;display:block}.hero-photo .hero-bg-mobile{display:none}.hero-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(31,45,51,.55),rgba(31,45,51,.32) 30%,rgba(31,45,51,.05) 52%,rgba(31,45,51,0) 66%)}.hero-photo .hero-content{position:relative;z-index:2;max-width:1440px;margin:0 auto;width:100%;padding:0 32px}.hero-photo .hero-inner{max-width:620px}.hero-photo h1{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.35)}.hero-photo .hero-sub{color:hsla(0,0%,100%,.95);font-size:1.3rem;margin-top:18px;font-weight:600;text-shadow:0 1px 16px rgba(0,0,0,.4)}.hero-photo .hero-actions{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}@media (max-width:760px){.hero-photo{height:90vh;align-items:flex-start}.hero-photo .hero-bg-desktop{display:none}.hero-photo .hero-bg-mobile{display:block;object-position:center center}.hero-photo:before{background:linear-gradient(180deg,rgba(31,45,51,.6),rgba(31,45,51,.3) 22%,rgba(31,45,51,0) 45%)}.hero-photo .hero-content{padding:32px 22px 0}.hero-photo .hero-inner{max-width:100%}.hero-photo h1{font-size:clamp(2rem,8vw,2.6rem)}.hero-photo .hero-sub{font-size:1.1rem}.hero-photo .hero-actions{flex-direction:column}.hero-photo .hero-actions .btn{width:100%}}.compare-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.ccard{position:relative;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.ccard:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.ccard-best{border:2px solid var(--accent)}.ccard-ribbon{background:var(--accent);color:#fff;text-align:center;padding:7px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ccard-media{background:var(--soft);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:16px}.ccard-media img{max-width:100%;max-height:100%;object-fit:contain}.ccard-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1 1}.ccard-brand{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.ccard-name{font-weight:700;font-size:1.08rem;line-height:1.3;color:var(--ink);text-decoration:none}.ccard-name:hover{color:var(--accent)}.ccard-price{font-size:1.4rem;font-weight:800;color:var(--ink)}.ccard-specs{list-style:none;display:flex;flex-direction:column;gap:7px;margin:4px 0 14px;padding:0;flex:1 1}.ccard-specs li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:#333}.ccard-specs .spec-check{color:var(--good);font-weight:800;flex-shrink:0}.btn{border-radius:10px;white-space:nowrap;min-height:48px;padding:13px 22px;font-size:.98rem;line-height:1.2}.btn.block{white-space:normal}.brand{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:-.03em;gap:7px;text-decoration:none}.brand,.brand .brand-mark{display:inline-flex;align-items:center}.brand .brand-mark{width:32px;height:32px;border-radius:9px;background:var(--accent);color:#fff;justify-content:center;font-size:1.05rem}.brand .brand-text{color:var(--ink)}.brand .brand-text span{color:var(--accent)}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.burger span{width:26px;height:3px;background:var(--ink);border-radius:2px;transition:.2s}.nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--line);padding:8px 20px 16px}.nav-mobile a{padding:14px 4px;text-decoration:none;color:var(--ink);font-weight:600;border-bottom:1px solid var(--line);font-size:1.05rem}.nav-mobile a:last-child{border-bottom:none}@media (max-width:820px){.nav-desktop{display:none}.burger,.nav-mobile{display:flex}}.discover-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.discover-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:200px;display:flex;align-items:flex-end;text-decoration:none;color:#fff;border:none;transition:transform .15s,box-shadow .15s}.discover-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.discover-card .dc-overlay{position:relative;z-index:2;padding:24px;width:100%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72))}.discover-card .dc-name{font-family:var(--font-display);font-size:1.4rem;font-weight:800}.discover-card .dc-tag{font-size:.92rem;opacity:.9;margin-top:4px}.discover-card .dc-count{font-size:.85rem;font-weight:700;margin-top:10px;display:inline-block}.discover-card.dc-gps{background:linear-gradient(135deg,#ff6b35,#ff9558)}.discover-card.dc-pet{background:linear-gradient(135deg,#2e9e5b,#56c585)}.brand-logo{height:78px;width:auto;display:block}@media (max-width:760px){.brand-logo{height:60px}}.nav-desktop a{color:var(--ink);font-weight:700;font-size:1rem;text-decoration:none;transition:color .15s}.nav-desktop{gap:32px}.nav-desktop a:hover{color:var(--accent)}.rec-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.rec-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.rec-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.rec-photo{position:relative;display:block;aspect-ratio:16/10;background:linear-gradient(135deg,var(--accent-soft) 0,#d8e8ec 100%);overflow:hidden}.rec-photo img{width:100%;height:100%;object-fit:contain;padding:24px}.rec-photo.is-photo img{object-fit:cover;padding:0}.rec-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--accent);color:#fff;font-size:.78rem;font-weight:800;padding:6px 13px;border-radius:999px;box-shadow:0 2px 8px rgba(85,143,164,.4)}.rec-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1 1}.rec-cat{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:800}.rec-name{font-family:var(--font-display);font-size:1.3rem;font-weight:800;line-height:1.2;color:var(--ink);text-decoration:none}.rec-name:hover{color:var(--accent)}.rec-meta{display:flex;align-items:center;gap:8px}.rec-why{color:var(--muted);font-size:.95rem;line-height:1.5;flex:1 1}.rec-price{font-size:1.6rem;font-weight:800;color:var(--ink)}.rec-actions{display:flex;flex-direction:column;gap:10px}.rec-all{text-align:center;color:var(--accent);font-weight:700;font-size:.9rem;text-decoration:none;margin-top:4px}.rec-all:hover{text-decoration:underline}@media (max-width:760px){.rec-grid{grid-template-columns:1fr}}.proscons-single{grid-template-columns:1fr!important}.proscons-single .pro li{font-size:1rem}.article-body{max-width:70ch;margin:0 auto}.article-body,.article-body h1,.article-body h2,.article-body h3{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.article-wrap{padding-left:22px;padding-right:22px}@media (min-width:761px){.article-wrap{padding-left:40px;padding-right:40px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 24px rgba(31,45,51,.1);padding:16px 20px}.cookie-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-text{font-size:.9rem;color:var(--muted);margin:0;line-height:1.5}.cookie-text a{color:var(--accent);font-weight:600}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions .btn{min-height:44px;padding:10px 20px;font-size:.92rem}@media (max-width:700px){.cookie-inner{flex-direction:column;align-items:stretch;gap:12px}.cookie-actions{flex-direction:row}.cookie-actions .btn{flex:1 1}}