/* Raymond Sport FAQ — Enterprise UI (scoped by #rs-faq) */
#rs-faq{margin:0!important;padding:0!important;background:transparent!important}
#rs-faq *{box-sizing:border-box}

#rs-faq{
  --b1:#045694;
  --b2:#0B2545;
  --tx:#12314a;
  --mut:rgba(11,37,69,.62);
  --line:rgba(11,37,69,.14);

  --soft:linear-gradient(180deg, rgba(4,86,148,.08), rgba(11,37,69,.04));

  font-family:"IBM Plex Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--tx);
  padding:0 15px;
  overflow:hidden;
}

#rs-faq .rs-faq__wrap{width:min(1320px, calc(100vw - 30px));margin-inline:auto}

#rs-faq .rs-faq__crumbs{
  margin:0 0 14px 0;
  font-size:12.5px;
  color:rgba(11,37,69,.65);
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;line-height:1.6;
}
#rs-faq .rs-faq__crumbs a{
  color:rgba(11,37,69,.75);
  text-decoration:none;
  border-bottom:1px solid rgba(11,37,69,.18);
}
#rs-faq .rs-faq__crumbs a:hover{border-bottom-color:rgba(4,86,148,.40)}
#rs-faq .rs-faq__sep{opacity:.6}

#rs-faq .rs-faq__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px 0 0 0}
#rs-faq .rs-faq__title{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:400;font-size:clamp(24px,2.8vw,44px);margin:0;color:var(--b2);
  letter-spacing:-0.02em;line-height:1.12;
}
#rs-faq .rs-faq__lead{margin:8px 0 0 0;color:var(--mut);line-height:1.75;max-width:85ch;font-size:clamp(13px,1.05vw,16px)}
#rs-faq .rs-faq__meta{display:flex;align-items:center;gap:10px;white-space:nowrap;color:var(--mut);font-size:13px;line-height:1;padding-bottom:2px}
#rs-faq .rs-faq__metaDot{width:10px;height:10px;background:var(--b1);flex:0 0 auto}
#rs-faq .rs-faq__rule{height:1px;margin:18px 0;background:linear-gradient(90deg,rgba(11,37,69,.22),rgba(11,37,69,0))}

/* Toolbar: search + reset only */
#rs-faq .rs-faq__toolbar{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;flex-wrap:wrap;margin:0 0 14px 0;
}

#rs-faq .rs-faq__search{
  flex:1 1 520px;
  display:flex;align-items:center;gap:10px;
  padding:12px 12px;
  border:1px solid rgba(11,37,69,.18);
  background:#fff;
  height:60px;
}
#rs-faq .rs-faq__icon{
  width:34px;height:34px;display:grid;place-items:center;
  border:1px solid rgba(11,37,69,.14);
  background:rgba(11,37,69,.03);flex:0 0 auto;
}
#rs-faq .rs-faq__icon svg{width:16px;height:16px;display:block}
#rs-faq .rs-faq__icon path{fill:rgba(11,37,69,.70)}
#rs-faq .rs-faq__input{
  width:100%;border:0;outline:none;font:inherit;color:var(--tx);
  font-size:15px;line-height:1.4;background:transparent
}
#rs-faq .rs-faq__input::placeholder{color:rgba(11,37,69,.45)}

#rs-faq .rs-faq__actions{flex:0 0 auto;display:flex;gap:10px;align-items:center}

#rs-faq .rs-faq__reset{
  height:60px;
  border:1px solid rgba(11,37,69,.16);
  background:#fff;color:rgba(11,37,69,.82);
  padding:0 14px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:500;font-size:12px;letter-spacing:.10em;text-transform:uppercase;
  cursor:pointer;transition:background .18s ease,border-color .18s ease;
  white-space:nowrap;
}
#rs-faq .rs-faq__reset:hover{border-color:rgba(4,86,148,.30);background:rgba(11,37,69,.03)}

#rs-faq .rs-faq__grid{display:grid;grid-template-columns:320px 1fr;gap:12px;align-items:start}

#rs-faq .rs-faq__side{
  border:1px solid rgba(11,37,69,.14);background:#fff;padding:12px;position:sticky;top:14px;
}
#rs-faq .rs-faq__sideH{
  margin:6px 0 10px 0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:500;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:rgba(11,37,69,.92);
}
#rs-faq .rs-faq__catList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}

/* Sidebar links (REAL URLs for SEO) */
#rs-faq .rs-faq__catLink{
  width:100%;
  border:1px solid rgba(11,37,69,.14);
  background:#fff;
  padding:12px 12px;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
  color:rgba(11,37,69,.86);
  text-decoration:none;
}
#rs-faq .rs-faq__catLink:hover{border-color:rgba(4,86,148,.30);background:var(--soft)}
#rs-faq .rs-faq__catLink.is-active{border-color:rgba(4,86,148,.40);background:var(--soft);transform:translateY(-1px)}
#rs-faq .rs-faq__catName{
  margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:500;font-size:12px;letter-spacing:.10em;text-transform:uppercase;line-height:1.2;
}
#rs-faq .rs-faq__count{font-size:12px;color:rgba(11,37,69,.55);white-space:nowrap}

#rs-faq .rs-faq__content{border:1px solid rgba(11,37,69,.14);background:#fff;padding:16px;min-width:0}
#rs-faq .rs-faq__sectionHead{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 10px 0}
#rs-faq .rs-faq__h2{
  margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:500;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:rgba(11,37,69,.92);line-height:1.2;
}
#rs-faq .rs-faq__sub{margin:0;color:rgba(11,37,69,.55);font-size:12px;white-space:nowrap}

#rs-faq .rs-faq__list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}

#rs-faq details.rs-faq__item{border:1px solid rgba(11,37,69,.14);background:#fff;overflow:hidden}
#rs-faq details.rs-faq__item[open]{border-color:rgba(4,86,148,.30);background:var(--soft)}
#rs-faq summary.rs-faq__q{
  list-style:none;cursor:pointer;padding:14px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;
  color:rgba(11,37,69,.88);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:500;font-size:13px;letter-spacing:.02em;
}
#rs-faq summary.rs-faq__q::-webkit-details-marker{display:none}
#rs-faq .rs-faq__chev{
  width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(11,37,69,.14);background:#fff;
  flex:0 0 auto;transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
#rs-faq .rs-faq__chev svg{width:14px;height:14px;display:block}
#rs-faq .rs-faq__chev path{fill:rgba(11,37,69,.70)}
#rs-faq details[open] .rs-faq__chev{transform:rotate(90deg);border-color:rgba(4,86,148,.35);background:rgba(4,86,148,.06)}

#rs-faq .rs-faq__a{padding:0 14px 14px 14px;color:rgba(11,37,69,.72);line-height:1.8;font-size:15px;max-width:95ch}

#rs-faq .rs-faq__empty{
  border:1px dashed rgba(11,37,69,.22);background:rgba(11,37,69,.02);
  padding:16px;color:rgba(11,37,69,.68);display:none;
}
#rs-faq .rs-faq__empty strong{color:rgba(11,37,69,.88)}

@media (max-width:1100px){
  #rs-faq .rs-faq__head{flex-direction:column;align-items:flex-start}
  #rs-faq .rs-faq__meta{padding-bottom:0;margin-top:6px}
  #rs-faq .rs-faq__grid{grid-template-columns:1fr}
  #rs-faq .rs-faq__side{position:relative;top:auto}
}
@media (max-width:520px){
  #rs-faq{padding:0 12px}
  #rs-faq .rs-faq__search{flex-basis:100%}
  #rs-faq .rs-faq__actions{width:100%}
  #rs-faq .rs-faq__reset{width:100%}
}