@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&family=Inter:wght@400;500&display=swap";
:root{--navy:#0a1628;--navy-2:#112240;--navy-3:#1d3461;--blue:#2563eb;--blue-h:#1d4ed8;--blue-light:#dbeafe;--gold:#f59e0b;--gold-light:#fef3c7;--green:#10b981;--green-light:#d1fae5;--slate:#64748b;--border:#e2e8f0;--white:#fff;--text:#0f172a;--text-mid:#334155;--text-muted:#64748b;--bg:#f8fafc;--font-display:"Bricolage Grotesque",sans-serif;--font-body:"Inter",sans-serif;--max-w:1280px;--radius:10px;--radius-lg:18px;--shadow:0 1px 3px #00000012,0 4px 16px #0000000f;--shadow-lg:0 8px 32px #0000001a,0 2px 8px #0000000f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-nav{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-nav:focus{clip:auto;white-space:normal;z-index:9999;background:var(--blue);color:#fff;border-radius:var(--radius);width:auto;height:auto;margin:0;padding:.5rem 1rem;font-weight:600;position:fixed;top:1rem;left:1rem;overflow:visible}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;height:64px;position:sticky;top:0}.header__inner{align-items:center;gap:2rem;height:100%;display:flex}.logo{font-family:var(--font-display);color:var(--navy);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.logo__mark{background:var(--navy);color:#fff;letter-spacing:-.03em;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex}.nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}.nav a{color:var(--text-mid);border-radius:6px;padding:.4rem .75rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.nav a:hover{background:var(--bg);color:var(--navy)}.nav .btn-nav{background:var(--navy);color:#fff;border-radius:7px;margin-left:.5rem;padding:.45rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s}.hero{background:var(--navy);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(80% 60% at 60% 0,#2563eb40 0%,#0000 70%),radial-gradient(40% 40% at 10% 100%,#f59e0b14 0%,#0000 60%);position:absolute;inset:0}.hero__inner{z-index:1;position:relative}.hero__eyebrow{color:#ffffffbf;letter-spacing:.03em;background:#ffffff12;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero__eyebrow span{color:var(--gold)}.hero__h1{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;max-width:720px;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.1}.hero__h1 em{color:var(--gold);font-style:normal}.hero__sub{color:#ffffffa6;max-width:540px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.65}.hero__search{border-radius:var(--radius-lg);max-width:560px;box-shadow:0 0 0 1px #ffffff1a,var(--shadow-lg);background:#fff;gap:.5rem;padding:.4rem .4rem .4rem 1.25rem;display:flex}.hero__search input{font-size:1rem;font-family:var(--font-body);color:var(--text);background:0 0;border:none;outline:none;flex:1}.hero__search input::placeholder{color:var(--text-muted)}.hero__search button{background:var(--blue);color:#fff;white-space:nowrap;border-radius:10px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .15s}.hero__search button:hover{background:var(--blue-h)}.hero__stats{flex-wrap:wrap;gap:2rem;margin-top:2.5rem;display:flex}.hero__stat{color:#fff9;font-size:.875rem}.hero__stat strong{color:#fff;font-family:var(--font-display);margin-right:.35rem;font-size:1.1rem;font-weight:700}.section-label{letter-spacing:.1em;color:var(--blue);text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-heading{font-family:var(--font-display);letter-spacing:-.025em;color:var(--navy);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;line-height:1.2}.section-sub{color:var(--text-muted);max-width:500px;font-size:1.05rem;line-height:1.65}.categories{background:var(--bg);padding:5rem 0}.categories__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:2.5rem;display:grid}.cat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1.5rem;text-decoration:none;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.cat-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-light);transform:translateY(-2px)}.cat-card__icon{background:var(--blue-light);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.cat-card__name{font-family:var(--font-display);color:var(--navy);font-size:.95rem;font-weight:700;line-height:1.3}.cat-card__count{color:var(--text-muted);font-size:.8rem}.cat-card__arrow{color:var(--blue);margin-top:auto;font-size:.85rem;font-weight:600}.vendor-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1.5rem;transition:box-shadow .2s,border-color .2s;display:flex}.vendor-card:hover{box-shadow:var(--shadow-lg);border-color:#bfdbfe}.vendor-card--featured{border-color:var(--gold)}.vendor-card__top{align-items:flex-start;gap:1rem;display:flex}.vendor-card__logo{background:var(--bg);border:1px solid var(--border);width:48px;height:48px;font-family:var(--font-display);color:var(--navy);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.vendor-card__meta{flex:1}.vendor-card__name{font-family:var(--font-display);color:var(--navy);font-size:1rem;font-weight:700}.vendor-card__category{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.vendor-card__score{font-family:var(--font-display);color:var(--navy);font-size:1.5rem;font-weight:800;line-height:1}.vendor-card__score span{color:var(--text-muted);font-size:.75rem;font-weight:400}.vendor-card__desc{color:var(--text-mid);font-size:.875rem;line-height:1.6}.vendor-card__tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{background:var(--bg);color:var(--text-mid);border:1px solid var(--border);border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:500}.tag--blue{background:var(--blue-light);color:var(--blue-h);border-color:#0000}.tag--gold{background:var(--gold-light);color:#92400e;border-color:#0000}.tag--green{background:var(--green-light);color:#065f46;border-color:#0000}.vendor-card__cta{gap:.5rem;margin-top:auto;display:flex}.btn{border-radius:var(--radius);white-space:normal;text-align:center;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1.25;text-decoration:none;transition:all .15s;display:inline-flex}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-h)}.btn-secondary{background:var(--bg);color:var(--text-mid);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border);color:var(--navy)}.btn-outline-white{color:#ffffffd9;border:1px solid #ffffff40}.btn-outline-white:hover{color:#fff;background:#ffffff1a}.btn-sm{padding:.45rem .9rem;font-size:.8rem}.btn-lg{padding:.85rem 1.75rem;font-size:1rem}.how{padding:5rem 0}.how__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.how__step{flex-direction:column;gap:.75rem;display:flex}.how__num{background:var(--navy);color:#fff;width:40px;height:40px;font-family:var(--font-display);border-radius:10px;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.how__title{font-family:var(--font-display);color:var(--navy);font-size:1rem;font-weight:700}.how__text{color:var(--text-muted);font-size:.9rem;line-height:1.65}.cta-band{background:var(--navy);text-align:center;padding:4rem 0}.cta-band h2{font-family:var(--font-display);color:#fff;letter-spacing:-.025em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}.cta-band p{color:#fff9;margin-bottom:2rem;font-size:1.05rem}.cta-band__btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{background:var(--navy);border-top:1px solid #ffffff0f;padding:3rem 0 1.5rem}.footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;display:grid}.footer__brand p{color:#ffffff73;max-width:260px;margin-top:.75rem;font-size:.875rem;line-height:1.65}.footer__brand .logo{color:#fff}.footer__brand .logo__mark{background:#ffffff26}.footer__col h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;margin-bottom:1rem;font-size:.8rem;font-weight:700}.footer__col ul{flex-direction:column;gap:.6rem;display:flex}.footer__col a{color:#ffffff8c;font-size:.875rem;transition:color .15s}.footer__col a:hover{color:#fff}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer__bottom p{color:#ffffff59;font-size:.8rem}.footer__bottom-links{gap:1.5rem;display:flex}.footer__bottom-links a{color:#ffffff59;font-size:.8rem;transition:color .15s}.footer__bottom-links a:hover{color:#ffffffb3}.featured{padding:5rem 0}.featured__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.featured__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.how__grid,.featured__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.hero{padding:3.5rem 0 3rem}.nav a:not(.btn-nav){display:none}}@media (max-width:480px){.footer__grid{grid-template-columns:1fr}.hero__stats{gap:1.25rem}}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:900px){.vendor-list__inner{grid-template-columns:1fr}.cat-sidebar{position:static}}@media (max-width:600px){.vendor-row,.vendor-row__top{flex-direction:column}.vendor-row__score{text-align:left}}.cat-hero{background:var(--navy);color:#fff;padding:3rem 0 2.5rem}.breadcrumb ol{align-items:center;gap:.5rem;margin-bottom:1.5rem;list-style:none;display:flex}.breadcrumb a{color:#ffffffb8;font-size:.85rem;transition:color .15s}.breadcrumb a:hover{color:#fff}.breadcrumb li{color:#ffffff4d;font-size:.85rem}.breadcrumb li[aria-current]{color:#ffffffb3}.cat-hero__icon{margin-bottom:1rem;font-size:2.5rem}.cat-hero__h1{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.cat-hero__desc{color:#ffffffa6;max-width:640px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.cat-hero__tip{border-radius:var(--radius);color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;max-width:640px;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}.cat-hero__tip-label{color:var(--gold);letter-spacing:.03em;margin-bottom:.35rem;font-size:.8rem;font-weight:700;display:block}.vendor-list{padding:3rem 0 5rem}.vendor-list__inner{grid-template-columns:280px 1fr;align-items:start;gap:2.5rem;display:grid}.cat-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:80px}.cat-sidebar__box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.cat-sidebar__title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:.9rem;font-weight:700}.cat-sidebar__criteria{flex-direction:column;gap:.6rem;display:flex}.cat-sidebar__criterion{color:var(--text-mid);justify-content:space-between;font-size:.85rem;display:flex}.cat-sidebar__weight{color:var(--navy);font-weight:700}.cat-sidebar__link{color:var(--blue);margin-top:1rem;font-size:.8rem;font-weight:600;display:block}.cat-sidebar__tiers{color:var(--text-mid);flex-direction:column;gap:.6rem;font-size:.85rem;display:flex}.cat-sidebar__tiers li{align-items:center;gap:.6rem;display:flex}.cat-sidebar__cta{background:var(--bg);text-align:center}.cat-sidebar__cta p{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.tier-badge{letter-spacing:.03em;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.tier--elite{color:#92400e;background:#fef3c7}.tier--premier{color:#1e40af;background:#dbeafe}.tier--standard{color:#475569;background:#f1f5f9}.tier--emerging{color:#166534;background:#f0fdf4}.cat-results__header{margin-bottom:1.5rem}.cat-results__count{font-family:var(--font-display);color:var(--navy);font-size:1.25rem;font-weight:700}.cat-results__updated{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.results-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.results-list>li{list-style:none}.results-list>li::marker{content:""}.vendor-row{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:box-shadow .2s,border-color .2s;display:flex}.vendor-row:hover{box-shadow:var(--shadow-lg);border-color:#bfdbfe}.vendor-row--empty{background:var(--bg);border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;color:var(--text-muted);padding:2rem;font-size:.95rem}.vendor-row__rank{font-family:var(--font-display);color:var(--text-muted);min-width:32px;padding-top:.2rem;font-size:1.1rem;font-weight:800}.vendor-row__logo{background:var(--bg);border:1px solid var(--border);width:52px;height:52px;font-family:var(--font-display);color:var(--navy);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.vendor-row__body{flex:1;min-width:0}.vendor-row__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.vendor-row__name{font-family:var(--font-display);color:var(--navy);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.vendor-row__tags{flex-wrap:wrap;gap:.35rem;display:flex}.vendor-row__score{text-align:right;flex-shrink:0}.vendor-row__score-num{font-family:var(--font-display);color:var(--navy);font-size:2rem;font-weight:800;line-height:1}.vendor-row__score-denom{color:var(--text-muted);text-align:right;font-size:.75rem;display:block}.vendor-row__desc{color:var(--text-mid);margin-bottom:1rem;font-size:.875rem;line-height:1.65}.vendor-row__actions{flex-wrap:wrap;gap:.5rem;display:flex}.sponsored-slot{border:1px solid var(--gold);border-radius:var(--radius-lg);margin-bottom:1.5rem;overflow:hidden}.sponsored-slot__label{background:var(--gold-light);color:#92400e;letter-spacing:.06em;text-transform:uppercase;padding:.4rem 1rem;font-size:.72rem;font-weight:700}.sponsored-slot .vendor-row{border:none;border-top:1px solid var(--gold-light);border-radius:0}@media (max-width:900px){.vendor-list__inner{grid-template-columns:1fr}.cat-sidebar{position:static}}@media (max-width:600px){.vendor-row,.vendor-row__top{flex-direction:column}.vendor-row__score{text-align:left}}.vp-hero{background:var(--navy);color:#fff;padding:3rem 0 2.5rem}.vp-hero__inner{flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.vp-hero__left{flex:1;align-items:flex-start;gap:1.5rem;display:flex}.vp-logo{width:72px;height:72px;font-family:var(--font-display);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.vp-hero__name{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin-bottom:.35rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.vp-hero__cat a{color:#ffffff80;font-size:.875rem;transition:color .15s}.vp-hero__cat a:hover{color:#fff}.vp-hero__desc{color:#ffffffa6;max-width:560px;margin:.5rem 0 .75rem;font-size:1rem;line-height:1.65}.vp-hero__tags{flex-wrap:wrap;gap:.4rem;display:flex}.vp-hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.vp-scorecard{border-radius:var(--radius-lg);text-align:center;background:#ffffff12;border:1px solid #ffffff1f;flex-shrink:0;padding:1.5rem 2rem}.vp-scorecard__num{font-family:var(--font-display);color:#fff;font-size:3.5rem;font-weight:800;line-height:1}.vp-scorecard__denom{color:#fff6;margin-bottom:.5rem;font-size:1rem}.vp-scorecard__label{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.vp-scorecard__tier{margin-top:.5rem}.vp-body{padding:3rem 0 5rem}.vp-body__inner{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:2.5rem;display:grid}.vp-main{flex-direction:column;gap:2rem;min-width:0;display:flex}.vp-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.vp-section__title{font-family:var(--font-display);color:var(--navy);margin-bottom:1.25rem;font-size:1.15rem;font-weight:800}.vp-section__text{color:var(--text-mid);font-size:.95rem;line-height:1.75}.vp-scores{flex-direction:column;gap:1.25rem;display:flex}.vp-score-row__top{justify-content:space-between;margin-bottom:.5rem;display:flex}.vp-score-row__label{color:var(--text-mid);font-size:.875rem;font-weight:600}.vp-score-row__val{color:var(--navy);font-size:.875rem;font-weight:700}.vp-score-bar{background:var(--bg);border-radius:999px;height:8px;overflow:hidden}.vp-score-bar__fill{background:var(--blue);border-radius:999px;height:100%;transition:width .6s}.vp-proscons{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.vp-list{flex-direction:column;gap:.6rem;display:flex}.vp-list li{color:var(--text-mid);padding-left:1.25rem;font-size:.875rem;line-height:1.5;position:relative}.vp-list--pros li:before{content:"✓";color:#047857;font-weight:700;position:absolute;left:0}.vp-list--cons li:before{content:"✗";color:#ef4444;font-weight:700;position:absolute;left:0}.vp-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:80px}.vp-sidebar__box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.vp-sidebar__title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:.9rem;font-weight:700}.vp-sidebar__cta{background:var(--bg)}.vp-facts{flex-direction:column;gap:.75rem;display:flex}.vp-fact{border-bottom:1px solid var(--border);flex-direction:column;gap:.15rem;padding-bottom:.75rem;display:flex}.vp-fact:last-child{border-bottom:none;padding-bottom:0}.vp-fact dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.vp-fact dd{color:var(--text-mid);font-size:.875rem}.vp-fact a{color:var(--blue)}@media (max-width:900px){.vp-body__inner{grid-template-columns:1fr}.vp-sidebar{position:static}}@media (max-width:600px){.vp-hero__inner{flex-direction:column}.vp-proscons{grid-template-columns:1fr}}.submit-hero{background:var(--navy);color:#fff;padding:3.5rem 0 3rem}.submit-hero__h1{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.submit-hero__sub{color:#ffffffa6;max-width:540px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.submit-tiers{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:860px;display:grid}.submit-tier{border-radius:var(--radius-lg);background:#ffffff12;border:1px solid #ffffff1f;padding:1.5rem}.submit-tier--featured{border-color:var(--gold);background:#f59e0b1a}.submit-tier__badge{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:.5rem;font-size:.72rem;font-weight:700}.submit-tier__badge--gold{color:var(--gold)}.submit-tier__price{font-family:var(--font-display);color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:800}.submit-tier__price span{color:#ffffff80;font-size:.9rem;font-weight:400}.submit-tier__features{flex-direction:column;gap:.5rem;display:flex}.submit-tier__features li{color:#ffffffa6;padding-left:1.1rem;font-size:.85rem;position:relative}.submit-tier__features li:before{content:"✓";color:#047857;position:absolute;left:0}.submit-form-section{background:var(--bg);padding:4rem 0 5rem}.submit-form-wrap{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;display:grid}.submit-form-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem}.submit-form__title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.submit-form__sub{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.submit-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-label{color:var(--text-mid);font-size:.85rem;font-weight:600}.form-label span{color:#ef4444}.form-input,.form-select,.form-textarea{border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:var(--font-body);color:var(--text);background:var(--white);width:100%;padding:.7rem 1rem;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:120px}.form-hint{color:var(--text-muted);font-size:.75rem}.submit-form__btn{justify-content:center;width:100%;margin-top:.5rem}.submit-form__disclaimer{color:var(--text-muted);text-align:center;font-size:.78rem;line-height:1.5}.submit-form__disclaimer a{color:var(--blue)}.submit-aside{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:80px}.submit-aside__box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.submit-aside__title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:.95rem;font-weight:700}.submit-aside__text{color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem;line-height:1.65}.submit-aside__link{color:var(--blue);font-size:.85rem;font-weight:600}.submit-steps{flex-direction:column;gap:.85rem;list-style:none;display:flex}.submit-steps li{color:var(--text-mid);gap:.75rem;font-size:.875rem;line-height:1.5;display:flex}.submit-steps li span{background:var(--navy);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:.1rem;font-size:.7rem;font-weight:700;display:flex}@media (max-width:900px){.submit-form-wrap{grid-template-columns:1fr}.submit-aside{position:static}.submit-tiers{grid-template-columns:1fr}}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.submit-notice{border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:500}.submit-notice--success{background:var(--green-light);color:#065f46;border:1px solid #6ee7b7}.submit-notice--error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.claim-hero{background:var(--navy);color:#fff;padding:3.5rem 0 3rem}.claim-hero__h1{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.claim-hero__sub{color:#ffffffa6;max-width:580px;font-size:1.05rem;line-height:1.65}.claim-plans{background:var(--bg);padding:4rem 0 5rem}.claim-plans__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.claim-plan{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.claim-plan--highlight{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-light),var(--shadow-lg)}.claim-plan__badge{background:var(--blue);color:#fff;letter-spacing:.06em;white-space:nowrap;text-transform:uppercase;border-radius:999px;padding:.3rem .9rem;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.claim-plan__name{font-family:var(--font-display);color:var(--navy);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:800}.claim-plan__price{font-family:var(--font-display);color:var(--navy);font-size:2.5rem;font-weight:800;line-height:1}.claim-plan__price span{color:var(--text-muted);font-size:.9rem;font-weight:400}.claim-plan__desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}.claim-plan__features{flex-direction:column;flex:1;gap:.5rem;display:flex}.claim-plan__features li{color:var(--text-mid);padding-left:1.25rem;font-size:.85rem;line-height:1.5;position:relative}.claim-plan__features li:before{content:"✓";color:#047857;font-weight:700;position:absolute;left:0}.claim-plans__note{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto;font-size:.8rem;line-height:1.6}@media (max-width:900px){.claim-plans__grid{grid-template-columns:1fr}}.vp-claim-box{background:var(--navy);border-radius:var(--radius-lg);text-align:center;padding:1.5rem}.vp-claim-box h3{font-family:var(--font-display);color:#fff;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.vp-claim-box p{color:#ffffff8c;margin-bottom:1rem;font-size:.8rem;line-height:1.5}.vp-claim-box .btn{justify-content:center;width:100%}.admin-hero{background:var(--navy);color:#fff;padding:2.5rem 0 2rem}.admin-hero__h1{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin-bottom:.4rem;font-size:2rem;font-weight:800}.admin-hero__sub{color:#ffffff8c;font-size:.95rem}.admin-body{flex-direction:column;gap:2rem;padding:2.5rem 0 5rem;display:flex}.admin-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.admin-stat{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:1.5rem}.admin-stat__num{font-family:var(--font-display);color:var(--navy);font-size:2.5rem;font-weight:800;line-height:1}.admin-stat__label{color:var(--text-muted);margin-top:.4rem;font-size:.8rem;font-weight:500}.admin-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.admin-section__title{font-family:var(--font-display);color:var(--navy);border-bottom:1px solid var(--border);padding:1.25rem 1.5rem;font-size:1rem;font-weight:700}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.75rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--border);color:var(--text-mid);vertical-align:middle;padding:.875rem 1rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--bg)}@media (max-width:768px){.admin-stats{grid-template-columns:repeat(2,1fr)}}*,img,video,iframe,table{max-width:100%}@media (max-width:640px){.container{padding:0 1rem}.hero{padding:2.5rem 0 2rem}.hero__h1{font-size:clamp(1.8rem,8vw,2.4rem)}.hero__search{border-radius:var(--radius);flex-direction:column;padding:.75rem}.hero__search button{border-radius:var(--radius);width:100%}.hero__stat strong{font-size:1rem}.nav .btn-nav{padding:.4rem .75rem;font-size:.8rem}.logo__name{display:none}.featured__grid{grid-template-columns:1fr}.vendor-card__cta{flex-wrap:wrap}.cta-band__btns{flex-direction:column;align-items:center}.footer__grid{grid-template-columns:1fr}.vp-hero__inner{flex-direction:column}.vp-scorecard{width:100%}.admin-stats{grid-template-columns:repeat(2,1fr)}.claim-plans__grid,.submit-tiers,.how__grid{grid-template-columns:1fr}}@media (max-width:400px){.hero__stats{flex-direction:column;gap:.75rem}.categories__grid{grid-template-columns:1fr 1fr}}*,img,video,iframe,table{max-width:100%}.hero__search{box-sizing:border-box;max-width:100%}.hero__stats{flex-wrap:wrap;gap:1rem}.header__inner{overflow:hidden}.categories__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}@media (max-width:640px){.container{padding:0 1rem}.hero{padding:2.5rem 0 2rem}.hero__h1{font-size:clamp(1.8rem,8vw,2.4rem)}.hero__search{border-radius:var(--radius);flex-direction:column;padding:.75rem}.hero__search button{border-radius:var(--radius);width:100%}.hero__stat strong{font-size:1rem}.nav .btn-nav{padding:.4rem .75rem;font-size:.8rem}.logo__name{display:none}.featured__grid{grid-template-columns:1fr}.vendor-card__cta{flex-wrap:wrap}.cta-band__btns{flex-direction:column;align-items:center}.footer__grid{grid-template-columns:1fr}.vp-hero__inner{flex-direction:column}.vp-scorecard{width:100%}.admin-stats{grid-template-columns:repeat(2,1fr)}.claim-plans__grid,.submit-tiers,.how__grid{grid-template-columns:1fr}}@media (max-width:400px){.hero__stats{flex-direction:column;gap:.75rem}.categories__grid{grid-template-columns:1fr 1fr}}.nav__mega-btn{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;display:inline-flex}.mega{border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:200;background:#fff;position:absolute;left:0;right:0}.mega__grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:1.75rem 1.5rem;display:grid}.mega__h{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;padding-left:.65rem;font-size:.8rem}.mega__col ul{flex-direction:column;gap:.1rem;display:flex}.mega__col li{display:block}.mega__col a{color:var(--text);border-radius:8px;padding:.5rem .65rem;font-size:.92rem;font-weight:500;line-height:1.3;transition:background .15s,color .15s;display:block}.mega__col a:hover,.mega__col a:focus-visible{background:var(--blue-light);color:var(--blue-h);outline:none}@media (max-width:880px){.mega__grid{grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.25rem 1rem}}@media (max-width:560px){.mega__grid{grid-template-columns:1fr}.mega{max-height:70vh;overflow-y:auto}}.cmp-check{color:var(--text-mid);cursor:pointer;border:1px solid var(--border);border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.8rem;display:inline-flex}.cmp-check input{cursor:pointer;margin:0}.cmp-bar{border-top:1px solid var(--border);z-index:300;background:#fff;padding:.75rem 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.cmp-bar__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cmp-bar__count{font-weight:600}.cmp-bar__actions{gap:.5rem;display:flex}@media (max-width:560px){.cmp-bar__inner{text-align:center;flex-direction:column;align-items:stretch;gap:.6rem}.cmp-bar__actions{justify-content:center}}.cmp-difftoggle{cursor:pointer;align-items:center;gap:.45rem;margin:1rem 0;font-size:.9rem;display:inline-flex}.cmp-grid-head{border-bottom:2px solid var(--border);gap:0;display:flex;overflow-x:auto}.cmp-grid-head__attr{min-width:160px;color:var(--text-muted);flex:0 0 160px;padding:.75rem;font-weight:700}.cmp-grid-head__vendor{flex-direction:column;flex:0 0 160px;gap:.25rem;min-width:160px;padding:.75rem;display:flex}.cmp-grid-head__name{color:var(--blue);font-weight:700}.cmp-grid-wrap{overflow-x:auto}.cmp-grid{border-collapse:collapse;width:100%;min-width:480px}.cmp-grid th[scope=row]{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);background:#fff;min-width:160px;padding:.7rem .75rem;font-weight:600;position:sticky;left:0}.cmp-grid td{border-bottom:1px solid var(--border);min-width:160px;padding:.7rem .75rem;font-size:.92rem}.cmp-grid__diff,.cmp-grid__diff th[scope=row]{background:var(--gold-light)}.cmp-na{color:var(--text-muted)}.nav__signin{color:var(--text-mid);margin-right:.25rem;font-size:.92rem}.nav__signin:hover{color:var(--blue)}.nav .btn-nav:hover{background:var(--blue)}.nav__burger{border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.nav__burger span{background:var(--navy);border-radius:2px;width:22px;height:2px;display:block}.nav__burger:hover{background:var(--bg)}.nav__burger:focus-visible,.mnav__close:focus-visible,.mnav__acc:focus-visible,.mnav__link:focus-visible,.mnav__cta:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.mnav{z-index:200;visibility:hidden;pointer-events:none;position:fixed;inset:0}.mnav--open{visibility:visible;pointer-events:auto}.mnav__overlay{opacity:0;background:#0a162880;transition:opacity .2s;position:absolute;inset:0}.mnav--open .mnav__overlay{opacity:1}.mnav__panel{width:min(86vw,360px);height:100%;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;transition:transform .25s;display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mnav--open .mnav__panel{transform:translate(0)}.mnav__top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mnav__title{font-family:var(--font-display);color:var(--navy);font-weight:700}.mnav__close{width:44px;height:44px;color:var(--text-mid);border-radius:8px;font-size:1.5rem;line-height:1}.mnav__close:hover{background:var(--bg);color:var(--navy)}.mnav__body{flex-direction:column;gap:.15rem;padding:.75rem .75rem 1.5rem;display:flex}.mnav__acc{width:100%;color:var(--navy);border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.95rem;font-weight:600;display:flex}.mnav__acc:hover{background:var(--bg)}.mnav__sub{flex-direction:column;padding:.15rem 0 .5rem .5rem;display:flex}.mnav__sub a{color:var(--text-mid);border-radius:8px;padding:.65rem 1rem;font-size:.9rem;display:block}.mnav__sub a:hover{background:var(--bg);color:var(--navy)}.mnav__link{color:var(--navy);border-radius:8px;padding:.85rem 1rem;font-size:.95rem;font-weight:600;display:block}.mnav__link:hover{background:var(--bg)}.mnav__cta{text-align:center;background:var(--blue);color:#fff;border-radius:8px;margin-top:.75rem;padding:.9rem 1rem;font-weight:700;display:block}.mnav__cta:hover{background:var(--blue-h)}@media (min-width:769px){.mnav{display:none}}@media (max-width:768px){.nav__mega-btn{display:none}.nav__burger{display:flex}.nav{gap:.5rem;margin-left:auto}.header__inner{gap:1rem}}@media (max-width:480px){.nav .btn-nav{padding:.4rem .7rem;font-size:.8rem}.logo{font-size:.95rem}}.cc{z-index:300;background:var(--navy);color:#fff;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000002e}.cc__inner{max-width:var(--max-w);flex-wrap:wrap;align-items:center;gap:1.25rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.cc__txt{color:#ffffffeb;flex:1;min-width:240px;font-size:.875rem;line-height:1.5}.cc__txt a{color:#fff;text-decoration:underline}.cc__txt a:hover{color:var(--blue-light)}.cc__btns{flex-shrink:0;gap:.6rem;display:flex}.cc__accept,.cc__decline{border-radius:8px;min-height:44px;padding:.6rem 1.4rem;font-size:.875rem;font-weight:600}.cc__accept{background:var(--blue);color:#fff}.cc__accept:hover{background:var(--blue-h)}.cc__decline{color:#fff;background:0 0;border:1px solid #fff6}.cc__decline:hover{background:#ffffff1a}.cc__accept:focus-visible,.cc__decline:focus-visible,.cc__txt a:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (max-width:560px){.cc__inner{padding:1rem}.cc__btns{width:100%}.cc__accept,.cc__decline{flex:1}}.container--narrow{max-width:820px}.rv-credbar{color:var(--text-mid);flex-wrap:wrap;gap:.5rem 1.25rem;margin:1.5rem 0 0;padding:0;font-size:.85rem;list-style:none;display:flex}.rv-credbar li{padding-left:1.4rem;font-weight:500;position:relative}.rv-credbar li:before{content:"✓";color:#047857;font-weight:700;position:absolute;left:0}.rv-credbar strong{color:var(--text);font-weight:700}.rv-section{padding:3rem 0}.rv-section__title{font-family:var(--font-display);color:var(--text);margin:0 0 .5rem;font-size:1.9rem;font-weight:800;line-height:1.15}.rv-section__lead{color:var(--text-muted);max-width:60ch;margin:0 0 1.75rem;font-size:1.05rem}.rv-top3-wrap{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.rv-top3{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.rv-pick{text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:2.25rem 1.25rem 1.5rem;display:flex;position:relative}.rv-pick--best{border-color:var(--gold);box-shadow:var(--shadow-lg)}.rv-pick__badge{background:var(--navy);color:#fff;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:.3rem .8rem;font-size:.72rem;font-weight:700;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.rv-pick--best .rv-pick__badge{background:var(--gold);color:var(--navy)}.rv-pick__logo{background:var(--navy);color:#fff;width:54px;height:54px;font-family:var(--font-display);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1.2rem;font-weight:800;display:flex}.rv-pick__name{font-family:var(--font-display);color:var(--text);font-size:1.2rem;font-weight:800}.rv-pick__score{font-family:var(--font-display);color:var(--blue);margin:.25rem 0 .5rem;font-size:.95rem;font-weight:800}.rv-pick__score span{font-size:2rem;line-height:1}.rv-pick__standout{color:var(--text-mid);flex:1;margin:0 0 1rem;font-size:.85rem;line-height:1.5}.rv-pick__actions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.rv-howrank{background:var(--navy);color:#cdd9ee}.rv-howrank .rv-section__title{color:#fff}.rv-howrank .rv-section__lead{color:#9fb3d1}.rv-steps{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.rv-step{background:var(--navy-2);border:1px solid var(--navy-3);border-radius:var(--radius);gap:.9rem;padding:1.1rem 1.25rem;display:flex}.rv-step__num{background:var(--blue);color:#fff;width:32px;height:32px;font-family:var(--font-display);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:800;display:flex}.rv-step__title{color:#fff;margin:0 0 .25rem;font-size:1rem;font-weight:700}.rv-step__body{color:#9fb3d1;margin:0;font-size:.88rem;line-height:1.5}.rv-weights{background:var(--navy-2);border:1px solid var(--navy-3);border-radius:var(--radius);max-width:480px;padding:1.25rem 1.5rem}.rv-weights__title{color:#fff;margin:0 0 .75rem;font-size:1rem}.rv-weights__list{margin:0 0 1rem;padding:0;list-style:none}.rv-weights__list li{border-bottom:1px solid var(--navy-3);justify-content:space-between;padding:.45rem 0;font-size:.9rem;display:flex}.rv-weights__list li:last-child{border-bottom:none}.rv-weights__pct{color:#fff;font-weight:700}.rv-howrank .cat-sidebar__link{color:#7fb0ff}.rv-table-scroll{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);overflow-x:auto}.rv-comptable{border-collapse:collapse;width:100%;min-width:560px;font-size:.92rem}.rv-comptable th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:2px solid var(--border);background:var(--bg);padding:.85rem 1rem;font-size:.72rem;font-weight:700}.rv-comptable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.85rem 1rem}.rv-comptable tr:last-child td{border-bottom:none}.rv-comptable__rank{font-family:var(--font-display);color:var(--text-muted);font-weight:800}.rv-comptable__name{color:var(--blue);font-weight:700;text-decoration:none}.rv-comptable__name:hover{text-decoration:underline}.rv-comptable__score{font-family:var(--font-display);color:var(--text);font-weight:800}@media (max-width:680px){.rv-comptable__hide{display:none}}.rv-prose p{color:var(--text-mid);max-width:70ch;margin:0 0 1rem;font-size:1rem;line-height:1.7}.rv-framework{flex-direction:column;gap:.65rem;margin:0;padding-left:1.25rem;display:flex}.rv-framework li{color:var(--text-mid);font-size:1rem;line-height:1.6}.rv-framework strong,.rv-prose p strong{color:var(--text)}.rv-mistakes-wrap{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.rv-mistakes{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.rv-mistake{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid #ef4444;gap:.85rem;padding:1.1rem 1.25rem;display:flex}.rv-mistake__x{color:#ef4444;background:#fee2e2;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;font-weight:800;display:flex}.rv-mistake__title{color:var(--text);margin:0 0 .25rem;font-size:1rem;font-weight:700}.rv-mistake__body{color:var(--text-mid);margin:0;font-size:.9rem;line-height:1.55}.rv-faq{flex-direction:column;gap:.6rem;display:flex}.rv-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);overflow:hidden}.rv-faq__q{cursor:pointer;color:var(--text);padding:1rem 2.5rem 1rem 1.25rem;font-weight:700;list-style:none;position:relative}.rv-faq__q::-webkit-details-marker{display:none}.rv-faq__q:after{content:"+";color:var(--blue);font-size:1.3rem;font-weight:400;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.rv-faq__item[open] .rv-faq__q:after{content:"–"}.rv-faq__a{color:var(--text-mid);margin:0;padding:0 1.25rem 1.1rem;font-size:.95rem;line-height:1.65}.rv-directory__title{color:var(--text);margin:1.75rem 0 .75rem;font-size:1.1rem;font-weight:700}.rv-directory{columns:2;column-gap:2rem;margin:0;padding:0;list-style:none}.rv-directory li{break-inside:avoid;padding:.3rem 0}.rv-directory a{color:var(--blue);font-size:.95rem;text-decoration:none}.rv-directory a:hover{text-decoration:underline}.vendor-row__standout{color:var(--text-mid);align-items:baseline;gap:.5rem;margin:.4rem 0 0;font-size:.85rem;line-height:1.5;display:flex}.vendor-row__standout-label{text-transform:uppercase;letter-spacing:.04em;color:var(--gold);background:var(--gold-light);border-radius:4px;flex:none;padding:.12rem .45rem;font-size:.68rem;font-weight:700}@media (max-width:820px){.rv-top3,.rv-steps,.rv-mistakes{grid-template-columns:1fr}.rv-directory{columns:1}.rv-section__title{font-size:1.55rem}}.vp-subtitle{color:var(--text);margin:1.25rem 0 .5rem;font-size:1.05rem;font-weight:700}.rv-verdict{background:var(--blue-light);border-radius:var(--radius-lg);border:1px solid #c7dbff;padding:1.5rem}.rv-verdict__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;margin-top:1.1rem;display:grid}.rv-verdict__cell{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.2rem;padding:.8rem .9rem;display:flex}.rv-verdict__k{text-transform:uppercase;letter-spacing:.04em;color:var(--blue);font-size:.68rem;font-weight:700}.rv-verdict__val{color:var(--text-mid);font-size:.9rem;line-height:1.45}.rv-alts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.rv-alt{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.85rem;padding:.85rem 1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.rv-alt:hover{border-color:var(--blue);box-shadow:var(--shadow)}.rv-alt__logo{background:var(--navy);color:#fff;width:40px;height:40px;font-family:var(--font-display);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.rv-alt__body{flex-direction:column;flex:1;min-width:0;display:flex}.rv-alt__name{color:var(--text);font-size:.95rem;font-weight:700}.rv-alt__desc{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.rv-alt__score{font-family:var(--font-display);color:var(--blue);flex:none;font-size:1.1rem;font-weight:800}@media (max-width:820px){.rv-alts{grid-template-columns:1fr}}.rv-verdict__byline{color:var(--text-muted);margin:-.25rem 0 .9rem;font-size:.8rem;font-weight:500}.rv-proscons{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.25rem;display:grid}.rv-proscons__col{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.rv-proscons__title{align-items:center;gap:.4rem;margin:0 0 .6rem;font-size:.95rem;font-weight:700;display:flex}.rv-proscons__title--pro{color:#047857}.rv-proscons__title--pro:before{content:"✓";color:#10b981;font-weight:800}.rv-proscons__title--con{color:#b45309}.rv-proscons__title--con:before{content:"!";background:var(--gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.05em;height:1.05em;font-size:.72rem;font-weight:800;display:inline-flex}.rv-proscons__list{flex-direction:column;gap:.4rem;margin:0;padding-left:1.1rem;display:flex}.rv-proscons__list li{color:var(--text-mid);font-size:.88rem;line-height:1.5}.rv-proscons__list--pro li::marker{color:#10b981}.rv-proscons__list--con li::marker{color:var(--gold)}@media (max-width:820px){.rv-proscons{grid-template-columns:1fr}}.rv-byline{color:var(--text-muted);margin:.35rem 0 .9rem;font-size:.85rem}.rv-byline strong{color:var(--text-mid)}.rv-note{color:var(--text-muted);font-size:.82rem;font-style:italic}.rv-reviews-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.rv-review{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.rv-review__head{align-items:center;gap:1rem;display:flex}.rv-review__rank{font-family:var(--font-display);color:var(--text-muted);flex:none;min-width:2.4rem;font-size:1.25rem;font-weight:800}.rv-review__logo{background:var(--navy);color:#fff;width:48px;height:48px;font-family:var(--font-display);border-radius:12px;flex:none;justify-content:center;align-items:center;font-weight:800;display:flex}.rv-review__id{flex:1;min-width:0}.rv-review__name{font-family:var(--font-display);color:var(--text);margin:0;font-size:1.3rem;font-weight:800}.rv-review__tags{flex-wrap:wrap;gap:.4rem;margin-top:.35rem;display:flex}.rv-review__badge{text-transform:uppercase;letter-spacing:.03em;background:var(--gold-light);color:#92400e;border-radius:999px;padding:.18rem .55rem;font-size:.7rem;font-weight:700}.rv-review__score{font-family:var(--font-display);color:var(--blue);flex:none;font-size:1.9rem;font-weight:800;line-height:1}.rv-review__score span{color:var(--text-muted);font-size:.85rem;font-weight:600}.rv-subscores{grid-template-columns:repeat(3,1fr);gap:.6rem;margin:1.1rem 0;display:grid}.rv-subscore{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.15rem;padding:.6rem .75rem;display:flex}.rv-subscore__k{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.68rem;font-weight:700}.rv-subscore__v{font-family:var(--font-display);color:var(--text);font-size:1.15rem;font-weight:800}.rv-subscore__v small{color:var(--text-muted);font-size:.7rem;font-weight:600}.rv-review__lead{color:var(--text);margin:.25rem 0 .5rem;font-weight:600;line-height:1.5}.rv-review__text{color:var(--text-mid);margin:0 0 1rem;font-size:.95rem;line-height:1.65}.rv-review .rv-proscons{margin-top:0}.rv-review__facts{grid-template-columns:1fr 1fr;gap:.6rem 1.25rem;margin:1.1rem 0 0;display:grid}.rv-review__facts div{flex-direction:column;gap:.1rem;display:flex}.rv-review__facts dt{text-transform:uppercase;letter-spacing:.04em;color:var(--blue);font-size:.68rem;font-weight:700}.rv-review__facts dd{color:var(--text-mid);margin:0;font-size:.88rem;line-height:1.45}.rv-review__cta{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.1rem;padding-top:1.1rem;display:flex}.rv-more-note{color:var(--text-muted);margin-top:1.25rem;font-size:.9rem;line-height:1.6}.rv-more-note a{color:var(--blue)}@media (max-width:560px){.rv-subscores,.rv-review__facts{grid-template-columns:1fr}.rv-review__score{font-size:1.5rem}}.rv-personas-wrap{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.rv-personas{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.rv-persona{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);gap:.85rem;padding:1.1rem 1.25rem;display:flex}.rv-persona__arrow{color:var(--blue);flex:none;font-size:1.2rem;font-weight:800;line-height:1.4}.rv-persona__who{color:var(--text);margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.rv-persona__need{color:var(--text-mid);margin:0 0 .4rem;font-size:.9rem;line-height:1.5}.rv-persona__pick{color:var(--text-mid);margin:0;font-size:.9rem}.rv-persona__pick a{color:var(--blue);font-weight:600;text-decoration:none}.rv-persona__pick a:hover{text-decoration:underline}@media (max-width:820px){.rv-personas{grid-template-columns:1fr}}.rv-related-wrap{background:var(--bg)}.rv-related{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.rv-related__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.75rem;padding:.9rem 1.1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.rv-related__card:hover{border-color:var(--blue);box-shadow:var(--shadow)}.rv-related__icon{flex:none;font-size:1.4rem}.rv-related__name{color:var(--text);flex:1;font-size:.92rem;font-weight:600}.rv-related__go{color:var(--blue);font-weight:800}@media (max-width:820px){.rv-related{grid-template-columns:1fr}}.tier-badge,.tag,.rv-review__badge,.rv-pick__badge{justify-content:center;align-items:center;line-height:1;display:inline-flex}.rv-review__tags,.vendor-row__tags,.vp-hero__tags{align-items:center}.rv-filters{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;gap:1.25rem 2rem;margin-bottom:1rem;padding:1.1rem 1.25rem;display:flex}.rv-filtergroup{flex-direction:column;gap:.5rem;display:flex}.rv-filtergroup__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:700}.rv-filtergroup__pills{flex-wrap:wrap;gap:.4rem;display:flex}.rv-filterpill{color:var(--text-mid);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.35rem .8rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.rv-filterpill:hover{border-color:var(--blue);color:var(--blue)}.rv-filterpill--on{background:var(--blue);border-color:var(--blue);color:#fff}.rv-filters__count{color:var(--text-mid);margin:0 0 1rem;font-size:.9rem}.rv-filters__count strong{color:var(--text);font-weight:800}.rv-filters__reset{color:var(--blue);cursor:pointer;background:0 0;border:none;margin-left:.75rem;font-size:.85rem;font-weight:600;text-decoration:underline}.rv-filters__empty{color:var(--text-muted);padding:1rem 0;font-size:.95rem}.rv-segnav{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1.25rem;display:flex}.rv-segnav__lbl{color:var(--text-muted);margin-right:.25rem;font-size:.85rem;font-weight:700}.rv-segnav__link{color:var(--blue);border:1px solid var(--border);border-radius:999px;padding:.35rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.rv-segnav__link:hover{background:var(--blue-light);border-color:var(--blue);color:var(--blue-h)}.rv-segnav__link--on{background:var(--blue);color:#fff;border-color:var(--blue)}.cat-hero .rv-segnav{margin-top:1.25rem}.cat-hero .rv-segnav__lbl{color:#fff9}.cat-hero .rv-segnav__link{color:#fff;border-color:#ffffff4d}.cat-hero .rv-segnav__link:hover{background:#ffffff1f;border-color:#fff}.cat-hero .rv-segnav__link--on{color:var(--navy);background:#fff;border-color:#fff}.rv-vstable{border-collapse:collapse;background:var(--white);width:100%;min-width:520px;font-size:.95rem}.rv-vstable th{border-bottom:2px solid var(--border);background:var(--bg);font-family:var(--font-display);padding:1rem;font-size:1.05rem}.rv-vstable thead th:first-child{background:0 0}.rv-vstable th a{color:var(--blue-h);text-decoration:none}.rv-vstable th a:hover{text-decoration:underline}.rv-vstable td{border-bottom:1px solid var(--border);text-align:center;color:var(--text-mid);padding:.85rem 1rem}.rv-vstable tr:last-child td{border-bottom:none}.rv-vstable__lbl{color:var(--text-muted);width:34%;font-size:.85rem;font-weight:700;text-align:left!important}.rv-vstable__win{color:var(--text);background:#f0fdf4;font-weight:700}.rv-vstable__chk{color:#047857;font-weight:800}.rv-vscta{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.rv-strengths-wrap{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.rv-vs2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.rv-vscol{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.rv-vscol__name{font-family:var(--font-display);color:var(--text);margin:0 0 .5rem;font-size:1.25rem;font-weight:800}.rv-vscol__lead{color:var(--text-mid);margin:0 0 .85rem;font-size:.92rem;line-height:1.55}.rv-vscol__bestfor{color:var(--text-mid);margin:.85rem 0 1rem;font-size:.88rem}.rv-vscol__bestfor strong{color:var(--text)}@media (max-width:760px){.rv-vs2{grid-template-columns:1fr}}.rv-popcompare{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.rv-popcompare a{color:var(--blue-h);background:var(--white);border:1px solid var(--border);border-radius:999px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s}.rv-popcompare a:hover{border-color:var(--blue);background:var(--blue-light)}.rv-quote{background:var(--navy);color:#fff;border-radius:var(--radius-lg);padding:1.75rem}.rv-quote__title{font-family:var(--font-display);color:#fff;margin:0 0 .4rem;font-size:1.2rem;font-weight:800;line-height:1.2}.rv-quote__sub{color:#ffffffb8;margin:0 0 1.1rem;font-size:.9rem;line-height:1.5}.rv-quote input,.rv-quote textarea{color:#fff;background:#ffffff12;border:1px solid #ffffff2e;border-radius:8px;width:100%;margin-bottom:.6rem;padding:.7rem .9rem;font-family:inherit;font-size:.92rem}.rv-quote input::placeholder,.rv-quote textarea::placeholder{color:#ffffff80}.rv-quote input:focus,.rv-quote textarea:focus{outline:2px solid var(--blue);outline-offset:1px;border-color:#0000}.rv-quote__row{gap:.6rem;display:flex}.rv-quote__row input{flex:1;min-width:0}.rv-quote__err{color:#fca5a5;margin:.5rem 0 0;font-size:.85rem}.rv-quote__fine{color:#ffffff73;margin:.7rem 0 0;font-size:.75rem}.rv-quote--done{text-align:center}.rv-quote__check{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.5rem;font-weight:800;display:flex}@media (max-width:480px){.rv-quote__row{flex-direction:column;gap:0}}
