@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);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:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;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:#ffffff80;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;display:flex}.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:1fr 300px;align-items:start;gap:2.5rem;display:grid}.vp-main{flex-direction:column;gap:2rem;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:var(--green);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:var(--green);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:var(--green);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:.6rem;font-size:.8rem}.mega__col ul{flex-direction:column;gap:.4rem;display:flex}.mega__col a{color:var(--text);font-size:.92rem}.mega__col a:hover{color:var(--blue)}@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}}
