.jrd-hero{display:block;width:100%;position:relative;padding:var(--hpm) 0;background-color:var(--hbg);overflow:hidden}
@media screen and (min-width:750px){.jrd-hero{padding:var(--hpd) 0}}
.jrd-hero-slides{position:absolute;inset:0;z-index:0}
.jrd-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}
.jrd-hero-slide.is-active{opacity:1}
.jrd-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.jrd-hero-img-m{display:block}
.jrd-hero-img-d{display:none}
@media screen and (min-width:750px){.jrd-hero-img-m{display:none}.jrd-hero-img-d{display:block}}
.jrd-hero-overlay{position:absolute;inset:0;pointer-events:none;z-index:1;background:var(--hovm)}
@media screen and (min-width:750px){.jrd-hero-overlay{background:var(--hovd)}}
.jrd-hero-c{max-width:var(--hcmw);padding:0 20px;position:relative;z-index:2}
.jrd-hero-eyebrow{color:var(--haccent);font-size:var(--heb);margin:0 0 16px;font-weight:600}
.jrd-hero-title{color:var(--htext);font-size:var(--htm);line-height:1.1;margin:0 0 16px;font-weight:700}
@media screen and (min-width:750px){.jrd-hero-title{font-size:var(--htd)}}
.jrd-hero-sub{color:var(--htext);font-size:var(--hsub);line-height:1.5;margin:0 0 24px;opacity:.9}
.jrd-hero-text{display:none}
.jrd-hero-text.is-active{display:block}
.jrd-hero-proof{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;margin:0 0 20px}
.jrd-hero-avs{display:flex;align-items:center;flex-shrink:0}
.jrd-hero-av{width:32px;height:32px;border-radius:50%;border:2px solid var(--htext);overflow:hidden;background-color:var(--hbg);flex-shrink:0}
.jrd-hero-av:not(:first-child){margin-left:-10px}
.jrd-hero-av img{width:100%;height:100%;object-fit:cover;display:block}
.jrd-hero-pc{display:flex;flex-direction:column;gap:2px;min-width:0}
.jrd-hero-ph{color:var(--htext);font-size:13px;font-weight:700;line-height:1.2;white-space:nowrap}
.jrd-hero-pr{display:flex;align-items:center;gap:6px}
.jrd-hero-stars{display:inline-flex;align-items:center;gap:1px;flex-shrink:0}
.jrd-hero-stars svg{width:16px;height:16px;display:block}
.jrd-hero-rating{color:var(--htext);font-size:13px;font-weight:600;white-space:nowrap}
@media screen and (min-width:750px){.jrd-hero-proof{gap:12px}.jrd-hero-av{width:40px;height:40px}.jrd-hero-av:not(:first-child){margin-left:-12px}.jrd-hero-ph{font-size:15px}.jrd-hero-stars svg{width:20px;height:20px}.jrd-hero-rating{font-size:14px}}
.jrd-hero-btns{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
@media screen and (min-width:750px){.jrd-hero-btns{flex-direction:row}}
.jrd-hero-b1{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background-color:#334FB4;color:#fff;border:none;border-radius:var(--hrad);font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .2s ease;min-height:48px}
.jrd-hero-b1:hover{opacity:.9}
.jrd-hero-b2{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background-color:var(--hb2bg);color:var(--hb2tx);border:2px solid var(--hb2bd);border-radius:var(--hrad);font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;min-height:48px}
.jrd-hero-b2:hover{background-color:var(--hb2hbg);color:var(--hb2htx);border-color:var(--hb2hbg)}
.jrd-hero-feats{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
@media screen and (min-width:750px){.jrd-hero-feats{flex-direction:row;gap:16px;align-items:center}}
.jrd-hero-feat{display:flex;align-items:center;gap:8px;color:var(--htext);font-size:var(--hfeat);opacity:.9}
.jrd-hero-fic{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.jrd-hero-fic img{width:100%;height:100%;object-fit:contain}
.jrd-hero-fic svg{width:100%;height:100%;fill:var(--haccent)}
.jrd-hero-dots{position:absolute;left:0;right:0;bottom:16px;z-index:3;display:flex;justify-content:center;gap:8px}
.jrd-hero-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,.45);cursor:pointer;transition:background .2s ease,width .2s ease}
.jrd-hero-dot.is-active{background:#fff;width:22px;border-radius:5px}
.jrd-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;border:none;background:rgba(0,0,0,.35);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}
.jrd-hero-arrow:hover{background:rgba(0,0,0,.55)}
.jrd-hero-arrow svg{width:18px;height:18px}
.jrd-hero-prev{left:14px}
.jrd-hero-next{right:14px}
@media (prefers-reduced-motion:reduce){.jrd-hero-slide{transition:none}}
