:root{--ink:#0a3161;--ink-2:#434343;--ink-deep:#071f3d;--brand:#1d5fc2;--brand-600:#14458f;--brand-50:#e3edfb;--biz:#1d5fc2;--biz-600:#14458f;--biz-50:#e3edfb;--gold:#ff8b99;--text:#434343;--muted:#6d6d6d;--line:#dfe7f0;--bg:#f4f7fb;--surface:#fff;--aff-pink:#c8102e;--aff-pink-600:#9e1230;--aff-grad:linear-gradient(120deg,#b31942,#c8102e);--shadow:0 18px 48px -22px #0a31614d;--shadow-sm:0 8px 22px -12px #0a316142;--display:"Montserrat",system-ui,sans-serif;--body:"Open Sans",system-ui,sans-serif}*{box-sizing:border-box}body{font-family:var(--body);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4{font-family:var(--display);color:var(--ink);letter-spacing:-.02em;margin:0;font-weight:800;line-height:1.14}p{margin:0}.eyebrow{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-600);font-size:.72rem;font-weight:700}.btn{font-family:var(--display);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.45rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn-brand{background:var(--brand);color:#fff}.btn-brand:hover{background:var(--brand-600);transform:translateY(-2px)}.btn-biz{background:var(--biz);color:#fff}.btn-biz:hover{background:var(--biz-600);transform:translateY(-2px)}.btn-ink{background:var(--ink);color:#fff}.btn-ink:hover{background:var(--ink-2);transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#3a2a06}.btn-gold:hover{filter:brightness(1.04);transform:translateY(-2px)}.btn-aff{background:var(--aff-pink);color:#fff}.btn-aff:hover{background:var(--aff-pink-600);transform:translateY(-2px)}.btn-ghost{color:var(--ink);border:1.5px solid var(--line);background:#fff}.btn-ghost:hover{border-color:var(--brand)}.swy-utility{background:var(--ink);color:#cbcacc;font-size:.8rem}.swy-utility .wrap{align-items:center;gap:1.2rem;height:38px;display:flex}.swy-utility b{color:#fff;font-family:var(--display);font-weight:700}.swy-utility .right{gap:1.2rem;margin-left:auto;display:flex}.swy-utility a:hover{color:var(--brand)}.swy-header{border-bottom:1px solid var(--line);z-index:60;background:#fff;position:sticky;top:0}.swy-header .wrap{align-items:center;gap:1.3rem;height:74px;display:flex}.swy-logo{font-family:var(--display);color:var(--ink);letter-spacing:-.03em;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:800;display:flex}.swy-logo .mk{background:var(--brand);border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.swy-logo .mk svg{color:#fff;width:17px;height:17px}.swy-logo .yes{color:var(--brand)}.swy-nav{align-items:center;gap:.3rem;margin-left:auto;display:flex}.swy-nav>a,.swy-nav .has-sub>span{font-family:var(--display);color:var(--ink-2);cursor:pointer;border-radius:8px;align-items:center;gap:.35rem;padding:.6rem .9rem;font-size:.92rem;font-weight:600;display:flex}.swy-nav>a:hover,.swy-nav .has-sub:hover>span{color:var(--brand-600)}.swy-nav .has-sub{position:relative}.swy-nav .has-sub .c{opacity:.7;border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transform:rotate(45deg)translateY(-2px)}.swy-sub{border:1px solid var(--line);border-top:3px solid var(--brand);box-shadow:var(--shadow);opacity:0;visibility:hidden;background:#fff;border-radius:0 0 14px 14px;grid-template-columns:1fr 1fr;gap:.1rem .3rem;width:520px;padding:.7rem;transition:all .18s;display:grid;position:absolute;top:100%;left:0;transform:translateY(8px)}.swy-nav .has-sub:hover .swy-sub{opacity:1;visibility:visible;transform:none}.swy-sub a{font-family:var(--body);color:var(--ink);border-radius:9px;align-items:center;gap:.55rem;padding:.5rem .7rem;font-size:.88rem;font-weight:600;display:flex}.swy-sub a:hover{background:var(--bg)}.swy-sub a svg{width:18px;height:18px;color:var(--brand-600)}@media (width<=920px){.swy-nav .has-sub,.swy-nav>a.hide-sm{display:none}}.hero{background:radial-gradient(760px 380px at 88% -10%,var(--brand-50),transparent 60%),#fff;border-bottom:1px solid var(--line)}.hero .wrap{grid-template-columns:1.1fr .9fr;align-items:center;gap:2.6rem;padding:58px 24px 60px;display:grid}.hero h1{font-size:clamp(2.2rem,4.4vw,3.4rem)}.hero h1 .u{color:var(--brand-600)}.hero p.lead{color:var(--ink-2);max-width:33rem;margin-top:1rem;font-size:1.08rem}.finder{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:16px;margin-top:1.6rem;padding:1.2rem}.finder .row{grid-template-columns:1fr 1fr auto;gap:.7rem;display:grid}.field label{font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.select{position:relative}.select select,.field input{appearance:none;width:100%;font-family:var(--body);color:var(--ink);background:var(--bg);border:1.5px solid var(--line);border-radius:10px;padding:.72rem .9rem;font-size:.95rem;font-weight:500}.select select{padding-right:2.2rem}.select select:focus,.field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-50);outline:none}.select:after{content:"";border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);pointer-events:none;width:8px;height:8px;position:absolute;top:62%;right:.9rem;transform:translateY(-50%)rotate(45deg)}.finder .btn{justify-content:center;align-self:end;height:46px}.hero .cta{flex-wrap:wrap;gap:.7rem;margin-top:1.5rem;display:flex}.trust{color:var(--muted);font-size:.85rem;font-family:var(--display);flex-wrap:wrap;gap:1.1rem;margin-top:1.1rem;font-weight:600;display:flex}.trust span{align-items:center;gap:.35rem;display:inline-flex}.trust svg{width:15px;height:15px;color:var(--brand-600)}.aff{background:var(--ink);color:#fff;border-radius:18px;padding:1.7rem;position:relative;overflow:hidden}.aff:before{content:"";background:radial-gradient(420px 200px at 90% 120%,#b3194257,#0000);position:absolute;inset:0}.aff .tagrow{align-items:center;gap:.5rem;display:flex;position:relative}.aff .sm{align-items:center;height:24px;display:flex}.aff .sm img{width:auto;height:100%;display:block}.aff .by{font-family:var(--display);color:#fff;opacity:.85;font-size:.78rem;font-weight:700}.aff h3{color:#fff;margin:.7rem 0 .4rem;font-size:1.5rem;position:relative}.aff h3 b{background:var(--aff-grad);color:#0000;background-clip:text}.aff p{color:#d4d4d5;margin-bottom:1rem;font-size:.92rem;position:relative}.aff .pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.1rem;display:flex;position:relative}.aff .pill{color:#f2f0ed;font-family:var(--display);background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;padding:.32rem .7rem;font-size:.76rem;font-weight:600}.aff .btn{justify-content:center;width:100%;position:relative}.aff .disc{color:#a2a0a3;margin-top:.7rem;font-size:.72rem;line-height:1.5;position:relative}.section{padding:56px 0}.sec-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.6rem;display:flex}.sec-head h2{font-size:clamp(1.5rem,3vw,2rem)}.sec-head p{color:var(--muted);margin-top:.3rem;font-size:.94rem}.cat-grid{grid-template-columns:repeat(6,1fr);gap:.9rem;display:grid}.cat{border:1px solid var(--line);text-align:center;cursor:pointer;background:#fff;border-radius:14px;padding:1.1rem .7rem;transition:all .15s}.cat:hover{box-shadow:var(--shadow-sm);border-color:var(--brand);transform:translateY(-4px)}.cat .ic{background:var(--brand-50);border-radius:12px;place-items:center;width:46px;height:46px;margin:0 auto .6rem;display:grid}.cat .ic svg{width:24px;height:24px;color:var(--brand-600)}.cat span{font-family:var(--display);color:var(--ink);font-size:.82rem;font-weight:700;display:block}.cat small{color:var(--muted);margin-top:.15rem;font-size:.72rem;display:block}.fstore-bar{flex-wrap:wrap;gap:.7rem;margin-bottom:1.4rem;display:flex}.fstore-search{border:1px solid var(--line);background:#fff;border-radius:11px;flex:1;align-items:center;gap:.5rem;min-width:240px;padding:.62rem 1rem;display:flex}.fstore-search input{width:100%;font-family:var(--body);color:var(--ink);background:0 0;border:none;outline:none;font-size:.92rem}.fstore-search svg{width:17px;height:17px;color:var(--muted);flex:none}.fstore-bar .select{min-width:210px}.fstore-bar .select select{padding:.66rem 2.2rem .66rem .9rem}.fstore-more{text-align:center;margin-top:1.6rem}.fstore-empty{text-align:center;color:var(--muted);font-family:var(--display);grid-column:1/-1;padding:2rem 0;font-weight:600}.card-grid,.card-list{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}@media (width<=1100px){.card-list{grid-template-columns:repeat(3,1fr)}}@media (width<=820px){.card-list{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.card-list{grid-template-columns:1fr}}.statewrap{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.7rem;display:grid}.state-pill{border:1.5px solid var(--line);font-family:var(--display);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem .9rem;transition:all .15s;display:flex}.state-pill:hover{border-color:var(--brand);color:var(--brand-600);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.state-pill .s{color:var(--ink);font-size:1rem;font-weight:800}.state-pill .n{color:var(--muted);font-size:.8rem;font-weight:600}.state-pill:hover .s{color:var(--brand-600)}.geo-filter{background:var(--bg);border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:1.4rem;padding:.8rem 1rem;display:flex}.geo-filter label{font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;color:var(--ink);font-size:.78rem;font-weight:700}.geo-filter .select{min-width:200px}.geo-filter .geo-active{background:var(--brand-50);border:1px solid var(--brand);font-family:var(--display);color:var(--brand-600);border-radius:99px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.82rem;font-weight:700;display:inline-flex}.geo-filter .geo-clear{font-family:var(--display);color:var(--muted);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;margin-left:auto;padding:.35rem .7rem;font-size:.82rem;font-weight:700}.geo-filter .geo-clear:hover{color:var(--brand-600);border-color:var(--brand)}.geo-filter form{flex-wrap:wrap;flex:1;align-items:center;gap:.7rem;display:flex}.city-chips{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.city-chips h4{width:100%;font-family:var(--display);color:var(--ink);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.85rem}.city-chip{border:1.5px solid var(--line);font-family:var(--display);color:var(--ink);background:#fff;border-radius:99px;align-items:center;gap:.3rem;padding:.35rem .8rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.city-chip:hover{border-color:var(--brand);color:var(--brand-600);background:var(--brand-50)}.city-chip .n{color:var(--muted);font-size:.78rem;font-weight:500}.pager{font-family:var(--display);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:2.4rem 0 .4rem;display:flex}.pg-btn{min-width:42px;height:42px;font-family:var(--display);color:var(--ink);border:1.5px solid var(--line);user-select:none;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;padding:0 .85rem;font-size:.92rem;font-weight:700;transition:all .15s;display:inline-flex}.pg-btn svg{width:16px;height:16px}a.pg-btn:hover{border-color:var(--brand);color:var(--brand-600);background:var(--brand-50);transform:translateY(-1px)}.pg-btn.is-current{background:var(--brand);border-color:var(--brand);color:#fff;cursor:default}.pg-btn.is-disabled{color:var(--muted);border-color:var(--line);opacity:.55;cursor:not-allowed;background:#fff}.pg-nums{align-items:center;gap:.4rem;display:flex}.pg-dots{color:var(--muted);user-select:none;padding:0 .3rem;font-weight:700}.pg-mobile{font-family:var(--display);color:var(--ink);font-size:.9rem;font-weight:700;display:none}@media (width<=640px){.pg-nums{display:none}.pg-mobile{align-items:center;display:inline-flex}}.vcard{border:1px solid var(--line);background:#fff;border-radius:15px;flex-direction:column;transition:all .15s;display:flex;overflow:hidden}.vcard:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.vcard .thumb{background:var(--ink);place-items:center;height:96px;display:grid;position:relative}.vcard .thumb svg{color:#fff;opacity:.85;width:32px;height:32px}.vcard .pill-cat{color:var(--ink);font-family:var(--display);letter-spacing:.03em;text-transform:uppercase;background:#ffffffeb;border-radius:6px;padding:.22rem .5rem;font-size:.6rem;font-weight:700;position:absolute;top:.6rem;left:.6rem}.vcard .body{flex-direction:column;flex:1;padding:.9rem 1rem 1rem;display:flex}.vcard h3,.vcard h4{margin-bottom:.2rem;font-size:.98rem}.vcard .loc{color:var(--muted);align-items:center;gap:.3rem;font-size:.8rem;display:flex}.vcard .loc svg{width:13px;height:13px;color:var(--brand-600)}.vcard .loc.tbd{color:#a2a0a3}.vcard .fin{font-family:var(--display);color:var(--ink);border-top:1px solid var(--line);margin-top:.6rem;padding-top:.6rem;font-size:.78rem;font-weight:600}.vcard .fin b{color:var(--aff-pink)}.vcard .vlink{color:inherit;flex-direction:column;flex:1;display:flex}.vcard button.fin{font-family:var(--display);color:var(--ink);border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;width:100%;margin:0;padding:.75rem 1rem;font-size:.78rem;font-weight:600;transition:all .12s}.vcard button.fin b{color:var(--aff-pink)}.vcard button.fin:hover{background:#fff5f9}.vcard button.fin:hover b{color:var(--aff-pink-600)}.hiw{grid-template-columns:repeat(3,1fr);gap:1.3rem;display:grid}.step{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.5rem}.step .n{background:var(--brand);color:#fff;width:38px;height:38px;font-family:var(--display);border-radius:10px;place-items:center;margin-bottom:.9rem;font-weight:800;display:grid}.step h3{margin-bottom:.3rem;font-size:1.1rem}.step p{font-size:.9rem}.pitch{background:var(--ink);color:#fff;border-radius:20px;grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;padding:2.4rem;display:grid;position:relative;overflow:hidden}.pitch:before{content:"";background:radial-gradient(520px 220px at 92% 130%,#1d5fc252,#0000);position:absolute;inset:0}.pitch h2{color:#fff;margin-bottom:.5rem;font-size:1.7rem;position:relative}.pitch p{color:#d4d4d5;margin-bottom:1.1rem;position:relative}.pitch ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid;position:relative}.pitch li{color:#dfe7f0;align-items:flex-start;gap:.5rem;font-size:.92rem;display:flex}.pitch li svg{color:#8fb8ea;flex:none;width:17px;height:17px;margin-top:2px}.pitch .tiers{gap:.6rem;display:grid;position:relative}.tier{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:.9rem 1.1rem}.tier .tn{font-family:var(--display);color:#fff;justify-content:space-between;font-weight:700;display:flex}.tier .tn b{color:#8fb8ea}.tier small{color:#a2a0a3;font-size:.8rem}.crumb{border-bottom:1px solid var(--line);color:var(--muted);background:#fff;font-size:.8rem}.crumb .wrap{flex-wrap:wrap;gap:.5rem;padding:.7rem 24px;display:flex}.crumb a:hover{color:var(--brand-600)}.crumb .sep{opacity:.5}.chead{background:radial-gradient(620px 320px at 88% -20%,var(--brand-50),transparent 60%),#fff;border-bottom:1px solid var(--line);padding:34px 0}.chead .wrap{align-items:flex-start;gap:1.2rem;display:flex}.chead .cic{background:var(--brand-50);border-radius:15px;flex:none;place-items:center;width:60px;height:60px;display:grid}.chead .cic svg{width:32px;height:32px;color:var(--brand-600)}.chead h1{font-size:clamp(1.7rem,3.4vw,2.5rem)}.chead p{max-width:48rem;margin-top:.5rem;font-size:1rem}.chead .pills{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;display:flex}.chead .pill{border:1px solid var(--line);font-size:.78rem;font-family:var(--display);color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .8rem;font-weight:700;display:inline-flex}.chead .pill svg{width:14px;height:14px;color:var(--aff-pink)}.layout{grid-template-columns:1fr 320px;gap:1.8rem;padding:30px 0;display:grid}.toolbar{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;margin-bottom:1.3rem;padding:1rem}.toolbar .tl{font-family:var(--display);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:flex}.toolbar .tl svg{width:15px;height:15px;color:var(--brand-600)}.controls{grid-template-columns:1.4fr 1fr 1fr auto;gap:.6rem;display:grid}.ctl{background:var(--bg);border:1.5px solid var(--line);border-radius:10px;align-items:center;gap:.5rem;padding:.62rem .8rem;display:flex}.ctl:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-50)}.ctl svg{width:16px;height:16px;color:var(--muted);flex:none}.ctl input{width:100%;font-family:var(--body);color:var(--ink);background:0 0;border:none;outline:none;font-size:.92rem}.clearbtn{border:1.5px solid var(--line);font-family:var(--display);color:var(--ink);cursor:pointer;background:#fff;border-radius:10px;padding:.5rem .9rem;font-size:.85rem;font-weight:700}.clearbtn:hover{border-color:var(--brand);color:var(--brand-600)}.resnote{color:var(--muted);font-size:.85rem;font-family:var(--display);margin-bottom:1rem;font-weight:600}.resnote b{color:var(--ink)}.grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.empty{text-align:center;color:var(--muted);font-family:var(--display);grid-column:1/-1;padding:2.5rem 0;font-weight:600}.side{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.3rem}.side h4{font-family:var(--display);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem;font-size:.78rem}.chiprow{flex-wrap:wrap;gap:.45rem;display:flex}.chiprow a{background:var(--bg);border:1px solid var(--line);font-size:.82rem;font-family:var(--display);color:var(--ink-2);border-radius:999px;padding:.4rem .8rem;font-weight:600}.chiprow a:hover{border-color:var(--brand);color:var(--brand-600)}.chiprow a.active{background:var(--ink);color:#fff;border-color:var(--ink)}.swy-footer{background:var(--ink-deep);color:#a2a0a3;padding:50px 0 26px;font-size:.88rem}.foot-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr repeat(4,1fr);gap:1.8rem;padding-bottom:1.8rem;display:grid}.swy-footer h5{font-family:var(--display);color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem;font-size:.78rem}.swy-footer ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.swy-footer ul a:hover{color:var(--brand)}.swy-footer .swy-logo{color:#fff;margin-bottom:.6rem}.disc-band{color:#7c828d;padding-top:1.4rem;font-size:.74rem;line-height:1.6}.foot-bottom{color:#7c828d;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.2rem;font-size:.78rem;display:flex}@media (width<=1000px){.hero .wrap,.pitch,.finder .row{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(3,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.hiw{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr}.layout{grid-template-columns:1fr}.aff.sticky{position:static}.controls,.grid{grid-template-columns:1fr 1fr}.chead .wrap{flex-direction:column}}@media (width<=560px){.cat-grid,.card-grid,.grid,.controls{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}@media (width<=760px){.swy-utility .wrap{flex-wrap:wrap;justify-content:center;gap:.35rem 1.1rem;height:auto;min-height:0;padding:7px 0}.swy-utility .wrap>span{display:none}.swy-utility .right{flex-wrap:wrap;justify-content:center;gap:1.1rem;margin:0;font-size:.8rem}.swy-header .wrap{gap:.6rem;height:62px}}@media (width<=420px){.swy-utility .right{gap:.8rem;font-size:.76rem}}.bhero{background:var(--ink);color:#fff;position:relative;overflow:hidden}.bhero:before{content:"";background:radial-gradient(640px 300px at 88% -10%,#1d5fc261,#0000);position:absolute;inset:0}.bhero .wrap{grid-template-columns:1.1fr .9fr;align-items:center;gap:2.4rem;padding:3.4rem 0 3rem;display:grid;position:relative}.bhero h1{color:#fff;letter-spacing:-.02em;font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.08}.bhero h1 .u{color:#8fb8ea}.bhero p.lead{color:#d4d4d5;max-width:34rem;margin:.9rem 0 1.4rem;font-size:1.05rem}.bhero .cta{flex-wrap:wrap;gap:.7rem;display:flex}.bhero .trust{color:#aeb4be;flex-wrap:wrap;gap:1.2rem;margin-top:1.3rem;font-size:.86rem;display:flex}.bhero .trust span{align-items:center;gap:.4rem;display:flex}.bhero .trust svg{color:#8fb8ea;width:15px;height:15px}.bstats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:0;display:grid}.bstat{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;padding:1.1rem 1.2rem}.bstat .num{font-family:var(--display);color:#8fb8ea;font-size:1.7rem;font-weight:800}.bstat small{color:#aeb4be;margin-top:.2rem;font-size:.82rem;line-height:1.4;display:block}.bvals{grid-template-columns:repeat(3,1fr);gap:1.3rem;display:grid}.bval{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1.6rem}.bval .ic{background:#1d5fc21f;border-radius:12px;place-items:center;width:44px;height:44px;margin-bottom:1rem;display:grid}.bval .ic svg{width:22px;height:22px;color:var(--biz)}.bval h3{margin-bottom:.35rem;font-size:1.12rem}.bval p{color:var(--muted);font-size:.92rem}.bform-wrap{max-width:600px;margin:0 auto}.faq{gap:.7rem;max-width:780px;margin:0 auto;display:grid}.faq details{border:1px solid var(--line);background:#fff;border-radius:13px;padding:.2rem .3rem}.faq summary{cursor:pointer;font-family:var(--display);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;font-size:1rem;font-weight:700;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--biz);flex:none;font-size:1.3rem;font-weight:700}.faq details[open] summary:after{content:"–"}.faq p{color:var(--muted);padding:0 1.1rem 1.1rem;font-size:.93rem;line-height:1.6}@media (width<=1000px){.bhero .wrap{grid-template-columns:1fr;padding:2.6rem 0}.bvals,.bstats{grid-template-columns:1fr}}[hidden]{display:none!important}.swy-view{animation:.25s swyfade}@keyframes swyfade{0%{opacity:.4}to{opacity:1}}a:focus-visible,button:focus-visible{outline-offset:2px;outline:2px solid #000}.btn{border-radius:8px}.cat,.step,.vcard,.tier,.bval,.faq details,.toolbar,.side,.bstat,.aff,.pitch{border-radius:16px}.hero{z-index:2;background:linear-gradient(120deg,#1d5fc2 0%,#0a3161 100%);border-bottom:none;border-radius:0 0 52px 52px;position:relative}.hero .wrap{align-items:center;padding:58px 24px 44px}.hero h1{color:#fff}.hero h1 .u{color:#fff;text-underline-offset:8px;text-decoration:underline 5px #ff8b99}.hero .eyebrow{color:#ffffffd9}.hero p.lead{color:#fffffff0}.hero .cta .btn-brand{color:#14458f;background:#fff}.hero .cta .btn-brand:hover{background:#f7f7f7;transform:translateY(-2px)}.hero .cta .btn-ghost{color:#fff;background:0 0;border-color:#ffffff73}.hero .trust{color:#ffffffe6}.hero .trust svg{color:#ffb3bd}.hero p a{color:#fff!important}.hero .aff{margin-top:-56px;transform:translateY(96px);box-shadow:0 30px 70px -28px #071f3d8c}#view-home .section.tint:first-of-type{padding-top:150px}.section.tint{background:linear-gradient(160deg,#fde3e7 0%,#e3edfb 100%)}.section.tint .step,.section.tint .cat,.section.tint .faq details{background:#fff;border-color:#82269a26}.cat-grid{flex-wrap:wrap;gap:.6rem;display:flex}.cat{text-align:left;border-radius:999px;flex-direction:row;align-items:center;gap:.55rem;width:auto;padding:.4rem .95rem .4rem .45rem;display:flex}.cat .ic{background:linear-gradient(135deg,#e3edfb 0%,#fde3e7 100%);border-radius:999px;width:34px;height:34px;margin:0}.cat .ic svg{color:#14458f;width:16px;height:16px}.cat span{font-size:.85rem}.cat small{color:#8c8c8c;margin-left:.15rem}.hiw{position:relative}.hiw:before{content:"";background:linear-gradient(90deg,#1d5fc2 0%,#0a3161 100%);border-radius:3px;height:3px;position:absolute;top:43px;left:10%;right:10%}.step{text-align:center;position:relative}.step .n{background:linear-gradient(135deg,#1d5fc2 0%,#0a3161 100%);border-radius:999px;margin:0 auto .8rem}.eyebrow{color:#14458f}.swy-footer{background:#0a3161}@media (width<=920px){.hero .aff{margin-top:0;transform:translateY(70px)}#view-home .section.tint:first-of-type{padding-top:130px}}.swy-fb{--fb-ink:var(--ink,#0a3161);--fb-text:var(--text,#434343);--fb-muted:var(--muted,#6d6d6d);--fb-accent:var(--brand-600,#14458f);--fb-scroll:var(--brand,#1d5fc2);--fb-top-bg:#fff;--fb-top-line:var(--line,#dfe7f0);--fb-burger-ink:var(--ink-2,#434343);--fb-burger-line:var(--line,#dfe7f0);--fb-band-bg:#0a3161;--fb-band-line:transparent;--fb-radius:18px;--fb-panel:#fff;--fb-panel-line:var(--line,#dfe7f0)}html.swy-menu-open{overflow:hidden}.swy-switch{background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;flex:none;align-items:center;gap:2px;padding:3px;display:inline-flex}.swy-switch .sw-btn{appearance:none;color:inherit;font-family:var(--display,inherit);cursor:pointer;opacity:.85;background:0 0;border:0;border-radius:999px;padding:.34rem .85rem;font-size:.76rem;font-weight:700;line-height:1;transition:all .15s}.swy-switch .sw-btn:hover{opacity:1}.swy-switch .sw-btn.is-active{color:#071f3d;opacity:1;background:#fff}.swy-utility .right{align-items:center}@media (width<=420px){.swy-switch .sw-btn{padding:.3rem .6rem;font-size:.7rem}}.swy-nav>a,.swy-nav .has-sub>span{white-space:nowrap}@media (width<=920px){.swy-header .wrap{gap:.4rem}.swy-nav>a{padding:.6rem .55rem}}.swy-burger{border:1px solid var(--fb-burger-line);cursor:pointer;width:42px;height:40px;color:var(--fb-burger-ink);background:0 0;border-radius:10px;flex-direction:column;flex:none;justify-content:center;gap:4px;margin-left:.35rem;padding:0 10px;display:inline-flex}.swy-burger span{background:currentColor;border-radius:2px;height:2px;display:block}.swy-burger:hover{border-color:var(--fb-accent);color:var(--fb-accent)}@media (width<=480px){.swy-header .wrap{gap:.3rem;padding:0 14px}.swy-logo{gap:.35rem;font-size:1.12rem}.swy-nav{gap:.1rem}.swy-nav>a{padding:.5rem .35rem;font-size:.84rem}.swy-burger{width:38px;height:38px;margin-left:.15rem;padding:0 8px}}@media (width<=368px){.swy-logo{font-size:1.02rem}.swy-nav>a{padding:.5rem .28rem;font-size:.8rem}.swy-burger{width:36px;margin-left:.1rem;padding:0 7px}}@media (width<=330px){.swy-nav>a[href=index\.php]{display:none}}.top-search{background:var(--fb-top-bg);border-bottom:1px solid var(--fb-top-line);padding:.75rem 0}.top-search .wrap{align-items:center;gap:1rem;display:flex}.top-search .ts-label{font-family:var(--display,inherit);color:var(--fb-ink);white-space:nowrap;align-items:center;gap:.45rem;font-size:.95rem;font-weight:700;display:inline-flex}.top-search .ts-label svg{width:16px;height:16px;color:var(--fb-accent);flex:none}.top-search .fstore-bar{flex:1;margin:0}@media (width<=760px){.top-search .wrap{flex-direction:column;align-items:stretch;gap:.55rem}.top-search .fstore-bar{gap:.55rem}.top-search .fstore-search{min-width:100%}.top-search .select{flex:1;min-width:0}.top-search .select select{width:100%;min-width:0}}.swy-fb .card-grid{overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--fb-scroll) transparent;grid-template-columns:none;grid-auto-columns:min(288px,80vw);grid-auto-flow:column;gap:1.1rem;padding:4px 4px 16px;display:grid;overflow-x:auto}.swy-fb .card-grid::-webkit-scrollbar{height:8px}.swy-fb .card-grid::-webkit-scrollbar-thumb{background:var(--fb-scroll);border-radius:99px}.swy-fb .card-grid::-webkit-scrollbar-track{background:0 0}.swy-fb .card-grid>*{scroll-snap-align:start}.swy-fb .card-grid .fstore-empty,.swy-fb .card-grid .empty{width:min(480px,86vw)}.swy-fb .console-main,.swy-fb .console-side{min-width:0}@media (width<=760px){.swy-fb .cat-grid{overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--fb-scroll) transparent;grid-template-columns:none;grid-auto-columns:minmax(150px,44%);grid-auto-flow:column;gap:.7rem;padding:4px 4px 12px;display:grid;overflow-x:auto}.swy-fb .cat-grid>*{scroll-snap-align:start}}.biz-band{background:var(--fb-band-bg);border:1px solid var(--fb-band-line);border-radius:var(--fb-radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem 2rem;padding:1.7rem 1.9rem;display:flex}.biz-band h2{color:#fff;margin:.2rem 0 .35rem}.biz-band p{color:#ffffffc7;max-width:34rem;margin:0}.biz-band .bb-cta{flex:none}@media (width<=480px){.biz-band{padding:1.3rem 1.1rem}.biz-band .bb-cta{width:100%}.biz-band .bb-cta .btn{white-space:normal;text-align:center;justify-content:center;width:100%;display:flex}}.swy-fb .foot-grid.slim{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 2rem;display:flex}.swy-fb .foot-menu-btn{appearance:none;color:#fff;font-family:var(--display,inherit);cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.82rem;font-weight:700;display:inline-flex}.swy-fb .foot-menu-btn:hover{border-color:#fff}.swy-fb .foot-menu-btn svg{flex:none;width:14px;height:14px}.swy-menu{z-index:9999;position:fixed;inset:0}.swy-menu-scrim{backdrop-filter:blur(2px);background:#0610208c;position:absolute;inset:0}.swy-menu-panel{background:var(--fb-panel);width:min(400px,94vw);color:var(--fb-text);border-left:1px solid var(--fb-panel-line);flex-direction:column;animation:.22s swymenu;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-18px 0 50px #00000047}@keyframes swymenu{0%{opacity:.4;transform:translate(30px)}to{opacity:1;transform:none}}.swy-menu-head{border-bottom:1px solid var(--fb-panel-line);font-family:var(--display,inherit);color:var(--fb-ink);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:800;display:flex}.swy-menu-x{appearance:none;border:1px solid var(--fb-panel-line);color:var(--fb-ink);cursor:pointer;background:0 0;border-radius:9px;width:34px;height:34px;font-size:19px;line-height:1}.swy-menu-x:hover{border-color:var(--fb-accent);color:var(--fb-accent)}.swy-menu-body{flex:1;padding:1.1rem 1.25rem 2rem;overflow-y:auto}.swy-menu-sec{margin-bottom:1.35rem}.swy-menu-sec h5{font-family:var(--display,inherit);letter-spacing:.09em;text-transform:uppercase;color:var(--fb-muted);margin:0 0 .45rem;font-size:.68rem}.swy-menu-sec a{color:var(--fb-text);border-bottom:1px solid var(--fb-panel-line);padding:.42rem 0;font-size:.95rem;font-weight:600;text-decoration:none;display:block}.swy-menu-sec a:hover{color:var(--fb-accent)}.swy-menu-cats{grid-template-columns:1fr 1fr;gap:0 1.2rem;display:grid}@media (prefers-reduced-motion:reduce){.swy-menu-panel{animation:none}}.swy-fb{--fb-focus:#000}.swy-car{flex:none;align-items:center;gap:.45rem;display:inline-flex}.car-btn{border:1px solid var(--fb-burger-line);width:32px;height:32px;color:var(--fb-ink);cursor:pointer;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.car-btn svg{width:14px;height:14px;display:block}.car-btn:hover{border-color:var(--fb-accent);color:var(--fb-accent)}.car-btn:active{transform:translateY(1px)}.car-btn:focus-visible{outline:2px solid var(--fb-focus,#000);outline-offset:2px;color:#000;background:#f7f7f7;border-color:#0000}@media (prefers-reduced-motion:reduce){.car-btn{transition:none}}@media (width<=760px){.swy-fb .cat-grid{grid-auto-columns:minmax(215px,66%)}.swy-fb .cat-grid .cat small{white-space:nowrap}}#swyHome .hero p[style]{color:#ffffffd9!important}#swyHome .hero p[style] a{text-decoration:underline;color:#fff!important}.cat-tools{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.swy-fb .cat-grid{overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--fb-scroll) transparent;grid-template-rows:none;grid-template-columns:none;grid-auto-columns:calc(16.6667% - .583333rem);grid-auto-flow:column;gap:.7rem;padding:4px 4px 12px;display:grid;overflow-x:auto}.swy-fb .cat-grid>*{scroll-snap-align:start}.swy-fb .cat-grid .cat{min-width:0}.swy-fb .cat-grid .cat small{white-space:nowrap}@media (width<=760px){.swy-fb .cat-grid{grid-template-rows:repeat(2,1fr);grid-auto-columns:calc(33.3333% - .466667rem);gap:.7rem}.swy-fb .cat-grid .cat{text-align:center;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem;padding:.6rem .3rem}.swy-fb .cat-grid .cat .ic{width:28px;height:28px;margin:0}.swy-fb .cat-grid .cat span{font-size:.7rem;line-height:1.18}.swy-fb .cat-grid .cat small{white-space:nowrap;margin:0;font-size:.6rem}}@media (width<=360px){.swy-fb .cat-grid{grid-auto-columns:calc(50% - .35rem)}}@media (width>=1024px){.swy-fb .cat-grid .cat{text-align:left;grid-template-columns:34px minmax(0,1fr);align-content:center;align-items:center;gap:.05rem .55rem;padding:.5rem .9rem .5rem .5rem;display:grid}.swy-fb .cat-grid .cat .ic{grid-row:1/span 2;align-self:center}.swy-fb .cat-grid .cat span{grid-column:2;align-self:end;margin:0;font-size:.8rem;line-height:1.2}.swy-fb .cat-grid .cat small{white-space:nowrap;grid-column:2;align-self:start;margin:0}}@media (width>=761px) and (width<=1023px){.swy-fb .cat-grid .cat{text-align:center;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem;padding:.6rem .3rem}.swy-fb .cat-grid .cat .ic{width:28px;height:28px;margin:0}.swy-fb .cat-grid .cat span{font-size:.7rem;line-height:1.18}.swy-fb .cat-grid .cat small{white-space:nowrap;margin:0;font-size:.6rem}}.swy-nav>a.btn-biz,.swy-nav>a.btn-biz:hover{color:#fff}[id]{scroll-margin-top:96px}#swyCats{padding-top:56px}.catwrap{flex-wrap:wrap;gap:.6rem;display:flex}.hero.dark .wrap{text-align:center;max-width:880px;margin:0 auto;padding:70px 24px 52px;display:block}.hero.dark .hero-mark{width:auto;height:54px;margin:0 auto 22px;display:block}.hero.dark h1{font-size:clamp(2.3rem,4.8vw,3.6rem)}.hero.dark .cta,.hero.dark .trust{justify-content:center}.hero.dark .acw-row{justify-content:center;margin-top:1.25rem;display:flex}.hero.dark p a{text-decoration:underline;color:#fff!important}.affband{background:#fff;padding:8px 0 48px}.affband .aff{flex-wrap:wrap;align-items:center;gap:1.1rem 2.4rem;display:flex}.affband .aff .tagrow,.affband .aff h3{flex:0 0 100%}.affband .aff h3{margin:.2rem 0}.affband .aff p{flex:440px;margin:0}.affband .aff .pills{margin:0}.affband .aff .btn{flex:none;width:auto;padding:.85rem 1.6rem}.affband .aff .disc{flex:0 0 100%;margin-top:0}.cat-block{margin-top:2.6rem}.cat-block .cb-head{flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.cat-block .cb-head .ic{background:var(--brand-50);border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.cat-block .cb-head .ic svg{width:20px;height:20px;color:var(--brand-600)}.cat-block .cb-head h3{font-size:1.25rem}.cat-block .cb-head small{color:var(--muted);font-family:var(--display);font-weight:600}.cat-block .cb-head .swy-car{margin-left:auto}.cat-block .cb-head .cb-top{font-family:var(--display);color:var(--brand-600);font-size:.82rem;font-weight:700}.cat-block .cb-head .cb-top:hover{color:var(--ink)}.cat-empty{border:1px dashed var(--line);text-align:center;color:var(--muted);font-family:var(--display);background:#fff;border-radius:14px;padding:1.4rem;font-size:.92rem;font-weight:600}.dir-none{border:1px solid var(--line);text-align:center;color:var(--ink-2);font-family:var(--display);background:#fff;border-radius:14px;padding:2rem;font-weight:600;display:none}.store-main>section{margin-bottom:2.6rem}.store-main h2{margin-bottom:.9rem;font-size:1.45rem}.store-about p{color:var(--ink-2);margin-bottom:.95rem;line-height:1.66}.store-about p:last-child{margin-bottom:0}.chiprow .chip{background:var(--bg);border:1px solid var(--line);font-size:.82rem;font-family:var(--display);color:var(--ink-2);border-radius:999px;padding:.42rem .85rem;font-weight:600}.store-main .hiw{grid-template-columns:repeat(3,1fr)}.store-main .step{padding:1.2rem}.store-main .step h3{font-size:1rem}.store-main .step p{font-size:.86rem}.morewrap{text-align:left;margin-top:1.1rem}.morewrap a{font-family:var(--display);color:var(--brand-600);font-weight:700}.morewrap a:hover{color:var(--ink)}.chead .pills .acw{padding:.4rem .85rem;font-size:.8rem}.side{box-shadow:var(--shadow-sm);margin-bottom:1.3rem}.side .drow{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.6rem 0;font-size:.88rem;display:flex}.side .drow:last-of-type{border-bottom:0}.side .drow dt{color:var(--muted)}.side .drow dd{color:var(--ink);text-align:right;overflow-wrap:anywhere;margin:0;font-weight:600}.side .drow dd a{color:var(--brand-600)}.side .drow dd a:hover{color:var(--ink)}.side .btn{justify-content:center;width:100%;margin-top:.65rem}.side p.small{color:var(--muted);margin-bottom:.2rem;font-size:.86rem;line-height:1.55}.aff .btn.js-aff-apply,.aff .btn.btn-aff{justify-content:center;width:100%}.acw{background:var(--aff-grad);color:#fff;font-family:var(--display);letter-spacing:.015em;white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem 1.05rem;font-size:.92rem;font-weight:800;display:inline-flex;box-shadow:0 6px 24px -6px #b319428c}.acw svg{flex:none;width:16px;height:16px}.acw.lg{padding:.62rem 1.35rem;font-size:1.08rem}.acw.lg svg{width:18px;height:18px}.acw.sm{letter-spacing:.03em;text-transform:uppercase;gap:.3rem;padding:.26rem .6rem;font-size:.62rem;box-shadow:0 4px 14px -4px #b3194299}.acw.sm svg{stroke-width:3px;width:10px;height:10px}@keyframes acwGlow{0%,to{box-shadow:0 6px 24px -6px #b3194273}50%{box-shadow:0 8px 34px -4px #b31942d9}}.acw.pulse{animation:2.6s ease-in-out infinite acwGlow}@media (prefers-reduced-motion:reduce){.acw.pulse{animation:none}}.hero .acw,.chead .acw{border:2px solid #ffffffd9}.chead .acw{border-color:#b3194240}.vcard .loc svg,.chead .pill.loc svg{color:#009846}.aff .pill.acw-pill,.chead .pill.acw-pill{background:var(--aff-grad);color:#fff;border-color:#0000;font-weight:800}.swy-utility .acw.sm{margin-right:.15rem}.crumb .wrap{align-items:center}.crumb-back{font-family:var(--display);color:var(--brand-600);white-space:nowrap;margin-left:auto;font-weight:700}.crumb-back:hover{color:var(--ink)}.side .btn svg{flex:none;width:18px;height:18px}@media (width<=1000px){.store-main .hiw{grid-template-columns:1fr}.layout{grid-template-columns:1fr;display:grid}.console-side,.store-main{display:contents}.store-main .store-about{order:1}.console-side .side{order:2;margin-bottom:0}.store-main .sec-how{order:3}.store-main .sec-faq{order:4}.store-main .sec-related{order:5}.store-main .sec-cats{order:6}.store-main>section{margin-bottom:.4rem}}
