.elementor-31525 .elementor-element.elementor-element-281b0b3{--display:flex;}.elementor-31525 .elementor-element.elementor-element-281b0b3.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-31525 .elementor-element.elementor-element-281b0b3{--width:98.459%;}}/* Start custom CSS */<style>
/* =========================================================
   REVIEW STREETS — RESEARCH LANDING PAGE
   FULL ONE-PAGE CSS
   Collections structure + Deals crispness + editorial polish
========================================================= */

/* =========================================================
   PAGE SCOPE / TOKENS
========================================================= */

.rs-research-page{
  --rs-research-ink:#0f172a;
  --rs-research-text:#475569;
  --rs-research-text-soft:#617187;
  --rs-research-muted:#64748b;
  --rs-research-line:rgba(15,23,42,.08);
  --rs-research-line-soft:rgba(15,23,42,.05);
  --rs-research-blue:#2563eb;
  --rs-research-blue-dark:#1d4ed8;
  --rs-research-blue-soft:#edf4ff;
  --rs-research-purple:#7c3aed;
  --rs-research-bg-top:#f7faff;
  --rs-research-bg-mid:#f2f7fd;
  --rs-research-bg-bottom:#ffffff;
}

/* =========================================================
   GLOBAL SHELL
========================================================= */

.rs-research-page .rs-shell{
  width:min(1200px, calc(100% - 48px));
  margin:0 auto;
}

@media (max-width:767px){
  .rs-research-page .rs-shell{
    width:min(100%, calc(100% - 24px));
  }
}

/* =========================================================
   GLOBAL BREADCRUMBS
   matched to Collections / Tech Collections direction
========================================================= */

.rs-research-page .rs-bc{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 0 32px 0;
  font-size:13px;
  line-height:1.4;
  color:rgba(15,23,42,.62);
}

.rs-research-page .rs-bc a{
  color:rgba(15,23,42,.68);
  text-decoration:none;
  transition:color .22s ease, opacity .22s ease;
}

.rs-research-page .rs-bc a:hover{
  color:#0f172a;
}

.rs-research-page .rs-bc-sep{
  color:rgba(15,23,42,.26);
}

.rs-research-page .rs-bc-current{
  color:#0f172a;
  font-weight:600;
}

/* =========================================================
   SHARED SECTION HEADINGS
========================================================= */

.rs-research-formats__eyebrow,
.rs-research-cats__eyebrow,
.rs-research-start__eyebrow,
.rs-research-latest__eyebrow{
  display:inline-block;
  margin:0 0 10px;
  font-size:11.5px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#5d72a8;
}

.rs-research-formats__title,
.rs-research-cats__title,
.rs-research-start__title,
.rs-research-latest__title{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.06;
  font-weight:790;
  letter-spacing:-.032em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-research-formats__sub,
.rs-research-cats__sub,
.rs-research-start__sub,
.rs-research-latest__sub{
  margin:0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.72;
  color:#58687d;
}

.rs-research-formats__head,
.rs-research-cats__head,
.rs-research-start__head,
.rs-research-latest__head{
  margin:0 0 26px;
}

.rs-research-formats__intro,
.rs-research-cats__intro,
.rs-research-start__intro,
.rs-research-latest__intro{
  max-width:780px;
}

/* =========================================================
   GLOBAL INTERACTION
========================================================= */

.rs-research-format-card,
.rs-research-cat,
.rs-research-start-card,
.rs-research-latest-card{
  will-change:transform;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.rs-research-format-card:hover,
.rs-research-cat:hover,
.rs-research-start-card:hover,
.rs-research-latest-card:hover{
  transform:translateY(-4px);
}

.rs-research-format-card__cta::after,
.rs-research-cat__cta::after,
.rs-research-start-card__cta::after,
.rs-research-latest-card__cta::after,
.rs-research-head-link::after{
  content:"→";
  display:inline-block;
  margin-left:6px;
  transition:transform .22s ease;
}

.rs-research-format-card:hover .rs-research-format-card__cta::after,
.rs-research-cat__cta:hover::after,
.rs-research-start-card:hover .rs-research-start-card__cta::after,
.rs-research-latest-card:hover .rs-research-latest-card__cta::after,
.rs-research-head-link:hover::after{
  transform:translateX(4px);
}

/* =========================================================
   HERO
========================================================= */

.rs-research-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:72px 0 60px;
  background:
    radial-gradient(circle at 9% 10%, rgba(37,99,235,.14), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(99,102,241,.13), transparent 30%),
    radial-gradient(circle at 62% 82%, rgba(255,255,255,.58), transparent 16%),
    linear-gradient(180deg, var(--rs-research-bg-top) 0%, var(--rs-research-bg-mid) 52%, var(--rs-research-bg-bottom) 100%);
}

.rs-research-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.14), rgba(255,255,255,0)),
    repeating-linear-gradient(
      90deg,
      rgba(15,23,42,.018) 0,
      rgba(15,23,42,.018) 1px,
      transparent 1px,
      transparent 124px
    );
  mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.32));
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.32));
  z-index:-1;
}

.rs-research-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(15,23,42,.09), transparent);
}

.rs-research-hero > .rs-shell{
  position:relative;
  z-index:1;
}

.rs-research-hero .rs-bc{
  margin:0 0 32px 0;
}

.rs-research-hero__inner{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .88fr);
  gap:38px;
  align-items:stretch;
  padding:18px;
  border:1px solid rgba(37,99,235,.08);
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,.34));
  box-shadow:
    0 24px 60px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.62);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.rs-research-hero__content,
.rs-research-hero__visual{
  min-width:0;
}

.rs-research-hero__content{
  position:relative;
  padding:14px 8px 8px 8px;
}

.rs-research-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:6px 12px;
  margin:0 0 20px 0;
  border:1px solid rgba(37,99,235,.13);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--rs-research-blue);
}

.rs-research-hero__eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  box-shadow:0 0 0 5px rgba(37,99,235,.08);
}

.rs-research-hero__title{
  margin:0;
  max-width:11ch;
  font-size:clamp(46px, 5.8vw, 72px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:870;
  color:var(--rs-research-ink);
  text-wrap:balance;
}

.rs-research-hero__sub{
  margin:18px 0 0 0;
  max-width:760px;
  font-size:clamp(19px, 2.15vw, 24px);
  line-height:1.42;
  letter-spacing:-.02em;
  font-weight:620;
  color:#1e293b;
}

.rs-research-hero__definition{
  margin:18px 0 0 0;
  max-width:720px;
  font-size:15.5px;
  line-height:1.74;
  color:var(--rs-research-blue);
  font-weight:760;
}

.rs-research-hero__desc{
  margin:14px 0 0 0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.78;
  color:var(--rs-research-text);
}

.rs-research-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0 0 0;
}

.rs-research-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:760;
  letter-spacing:-.01em;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}

.rs-research-hero__btn:hover{
  transform:translateY(-2px);
}

.rs-research-hero__btn--primary{
  color:#ffffff;
  background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow:
    0 16px 34px rgba(37,99,235,.26),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-research-hero__btn--primary:hover{
  box-shadow:
    0 20px 40px rgba(37,99,235,.32),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-research-hero__btn--secondary{
  color:#0f172a;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,23,42,.11);
  box-shadow:
    0 12px 28px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.rs-research-hero__btn--secondary:hover{
  background:#ffffff;
  border-color:rgba(37,99,235,.16);
  box-shadow:
    0 16px 32px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.74);
}

.rs-research-hero__micro{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin:32px 0 0 0;
  max-width:760px;
}

.rs-research-hero__micro-item{
  position:relative;
  padding:16px 16px 15px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:
    0 14px 34px rgba(15,23,42,.05),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.rs-research-hero__micro-item::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(37,99,235,.35), transparent);
}

.rs-research-hero__micro-item strong{
  display:block;
  margin:0 0 6px 0;
  font-size:14px;
  line-height:1.3;
  letter-spacing:-.012em;
  color:#0f172a;
}

.rs-research-hero__micro-item span{
  display:block;
  font-size:13.5px;
  line-height:1.6;
  color:#475569;
}

.rs-research-hero__visual{
  position:relative;
  display:flex;
  align-items:stretch;
}

.rs-research-hero__panel{
  width:100%;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.94) 100%);
  box-shadow:
    0 30px 64px rgba(15,23,42,.11),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.rs-research-hero__panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 18px 0;
}

.rs-research-hero__panel-label{
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#64748b;
}

.rs-research-hero__panel-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.12);
  background:rgba(37,99,235,.07);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#2563eb;
}

.rs-research-hero__routes{
  display:grid;
  gap:12px;
}

.rs-research-hero__route-card{
  display:grid;
  grid-template-columns:52px minmax(0, 1fr);
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(15,23,42,.07);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,250,252,.98));
  box-shadow:
    0 10px 24px rgba(15,23,42,.04),
    inset 0 1px 0 rgba(255,255,255,.76);
}

.rs-research-hero__route-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.45) 45%, transparent 70%),
    linear-gradient(135deg, rgba(37,99,235,.14), rgba(99,102,241,.10));
  border:1px solid rgba(37,99,235,.10);
  color:#1d4ed8;
  font-size:19px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.rs-research-hero__route-content h3{
  margin:2px 0 6px 0;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:760;
  color:#0f172a;
}

.rs-research-hero__route-content p{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#475569;
}

/* =========================================================
   RESEARCH FORMATS
========================================================= */

.rs-research-formats{
  position:relative;
  padding:46px 0 60px;
  background:
    radial-gradient(circle at 12% 12%, rgba(47,128,237,.045), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.rs-research-formats::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  border-radius:3px 3px 0 0;
  background:linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
  opacity:.95;
}

.rs-research-formats__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 30px;
}

.rs-research-head-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:13.5px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-research-head-link:hover{
  color:#2563eb;
}

.rs-research-formats__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}

.rs-research-format-card{
  border:1px solid rgba(15,23,42,.055);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow:
    0 2px 4px rgba(15,23,42,.02),
    0 18px 38px rgba(15,23,42,.065);
  overflow:hidden;
}

.rs-research-format-card:hover{
  border-color:#d6e1ef;
  box-shadow:
    0 26px 54px rgba(15,23,42,.115),
    0 1px 0 rgba(255,255,255,.95) inset;
}

.rs-research-format-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:22px 22px 20px;
  color:inherit;
  text-decoration:none;
}

.rs-research-format-card__kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin:0 0 14px;
  padding:6px 12px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
}

.rs-research-format-card--lists .rs-research-format-card__kicker{
  background:#edf4ff;
  color:#245fb8;
}

.rs-research-format-card--reviews .rs-research-format-card__kicker{
  background:#eef7f1;
  color:#2f6f57;
}

.rs-research-format-card--comparisons .rs-research-format-card__kicker{
  background:#f3efff;
  color:#5b3bbd;
}

.rs-research-format-card--guides .rs-research-format-card__kicker{
  background:#fff4dc;
  color:#9a6b00;
}

.rs-research-format-card--explainers .rs-research-format-card__kicker{
  background:#f1f5f9;
  color:#475569;
}

.rs-research-format-card--deals .rs-research-format-card__kicker{
  background:#eefdf3;
  color:#15803d;
}

.rs-research-format-card__title{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-research-format-card__desc{
  margin:0;
  font-size:14.5px;
  line-height:1.7;
  color:#617187;
}

.rs-research-format-card__examples{
  display:grid;
  gap:8px;
  margin:16px 0 0;
}

.rs-research-format-card__examples span{
  display:block;
  padding:10px 12px;
  border:1px solid rgba(15,23,42,.04);
  border-radius:13px;
  background:#f8fbff;
  font-size:13px;
  line-height:1.45;
  font-weight:670;
  color:#4b5d73;
}

.rs-research-format-card__footer{
  margin-top:auto;
  padding-top:16px;
}

.rs-research-format-card__cta{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-research-format-card:hover .rs-research-format-card__cta{
  color:#2563eb;
}

/* =========================================================
   BROWSE BY CATEGORY
========================================================= */

.rs-research-cats{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:40px 0 56px;
  background:linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
  border-radius:18px;
}

.rs-research-cats::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:120px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(148,163,184,.7), transparent);
}

.rs-research-cats__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.rs-research-cat{
  position:relative;
  border:1px solid rgba(15,23,42,.05);
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding:24px 24px 22px;
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 10px 26px rgba(15,23,42,.05);
}

.rs-research-cat::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, #2563eb 0%, rgba(124,58,237,.38) 100%);
  opacity:.90;
}

.rs-research-cat:hover{
  border-color:#d8e2ee;
  background:linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
  box-shadow:
    0 16px 32px rgba(15,23,42,.075),
    0 24px 42px rgba(15,23,42,.045);
}

.rs-research-cat__top{
  margin:0 0 16px;
}

.rs-research-cat__title{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.1;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
}

.rs-research-cat__desc{
  margin:0;
  font-size:14.5px;
  line-height:1.62;
  color:#617187;
}

.rs-research-cat__links{
  display:grid;
  gap:10px;
}

.rs-research-cat__links a{
  display:block;
  padding:11px 14px;
  border:1px solid rgba(15,23,42,.04);
  border-radius:14px;
  background:#f7faff;
  font-size:13.5px;
  line-height:1.4;
  font-weight:680;
  color:#245fb8;
  text-decoration:none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.rs-research-cat__links a:hover{
  transform:translateY(-1px);
  border-color:#d6e2f1;
  background:#ffffff;
  box-shadow:0 6px 14px rgba(15,23,42,.05);
}

.rs-research-cat__footer{
  margin-top:14px;
}

.rs-research-cat__cta{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:13.5px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-research-cat__cta:hover{
  color:#2563eb;
}

/* =========================================================
   START HERE
========================================================= */

.rs-research-start{
  position:relative;
  padding:40px 0 56px;
  background:
    radial-gradient(circle at 12% 10%, rgba(37,99,235,.04), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef4fa 100%);
  border-radius:18px;
}

.rs-research-start::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,0) 36%);
  opacity:.9;
}

.rs-research-start__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.04fr) minmax(320px, .96fr);
  gap:22px;
  align-items:start;
}

.rs-research-start__panel{
  min-width:0;
  border:1px solid rgba(15,23,42,.05);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 12px 28px rgba(15,23,42,.055);
  padding:24px 24px 22px;
}

.rs-research-start__panel-title{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
  color:#0f172a;
}

.rs-research-start__panel-desc{
  margin:0;
  font-size:14.5px;
  line-height:1.72;
  color:#617187;
}

.rs-research-start__steps{
  display:grid;
  gap:14px;
  margin:20px 0 0;
}

.rs-research-start-step{
  display:grid;
  grid-template-columns:44px minmax(0, 1fr);
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:18px;
  background:#f9fbff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

.rs-research-start-step__num{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(37,99,235,.14), rgba(99,102,241,.10));
  border:1px solid rgba(37,99,235,.10);
  font-size:15px;
  line-height:1;
  font-weight:800;
  color:#1d4ed8;
}

.rs-research-start-step__content h3{
  margin:2px 0 6px;
  font-size:17px;
  line-height:1.24;
  font-weight:760;
  letter-spacing:-.02em;
  color:#0f172a;
}

.rs-research-start-step__content p{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#475569;
}

.rs-research-start__cards{
  display:grid;
  gap:16px;
}

.rs-research-start-card{
  border:1px solid rgba(15,23,42,.05);
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 10px 24px rgba(15,23,42,.05);
}

.rs-research-start-card:hover{
  border-color:#d8e2ee;
  box-shadow:
    0 16px 32px rgba(15,23,42,.075),
    0 24px 42px rgba(15,23,42,.045);
}

.rs-research-start-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:20px 20px 18px;
  color:inherit;
  text-decoration:none;
}

.rs-research-start-card__kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin:0 0 12px;
  padding:6px 11px;
  border-radius:999px;
  background:#edf4ff;
  color:#245fb8;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.rs-research-start-card__title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.12;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
}

.rs-research-start-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#617187;
}

.rs-research-start-card__footer{
  margin-top:auto;
  padding-top:14px;
}

.rs-research-start-card__cta{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-research-start-card:hover .rs-research-start-card__cta{
  color:#2563eb;
}

/* =========================================================
   LATEST / FEATURED RESEARCH
========================================================= */

.rs-research-latest{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:40px 0 58px;
  background:
    radial-gradient(circle at 88% 10%, rgba(37,99,235,.032), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(124,58,237,.028), transparent 22%),
    linear-gradient(180deg, #fcfdff 0%, #f9fbff 100%);
  border-radius:18px;
}

.rs-research-latest::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 36%);
  opacity:.88;
}

.rs-research-latest__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}

.rs-research-latest-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid rgba(15,23,42,.045);
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 1px 2px rgba(15,23,42,.015),
    0 8px 20px rgba(15,23,42,.04);
  padding:20px 20px 18px;
}

.rs-research-latest-card::before{
  content:"";
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(37,99,235,.90) 0%, rgba(124,58,237,.28) 100%);
  opacity:.82;
}

.rs-research-latest-card:hover{
  border-color:#dbe4ef;
  box-shadow:
    0 14px 28px rgba(15,23,42,.065),
    0 20px 36px rgba(15,23,42,.04);
}

.rs-research-latest-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 14px;
}

.rs-research-latest-card__pill{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#f3f7fc;
  border:1px solid rgba(15,23,42,.05);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#5d6c80;
}

.rs-research-latest-card__title{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.1;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-research-latest-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#617187;
}

.rs-research-latest-card__footer{
  margin-top:auto;
  padding-top:16px;
}

.rs-research-latest-card__cta{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-research-latest-card:hover .rs-research-latest-card__cta{
  color:#2563eb;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.rs-research-page a:focus-visible,
.rs-research-page button:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-research-hero__inner{
    grid-template-columns:1fr;
  }

  .rs-research-hero__title{
    max-width:unset;
  }

  .rs-research-formats__grid,
  .rs-research-cats__grid,
  .rs-research-latest__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:1024px){
  .rs-research-hero{
    padding:58px 0 46px;
  }

  .rs-research-hero__inner{
    gap:24px;
  }

  .rs-research-hero__micro{
    grid-template-columns:1fr;
    max-width:100%;
  }

  .rs-research-formats,
  .rs-research-cats,
  .rs-research-start,
  .rs-research-latest{
    padding-top:24px;
    padding-bottom:36px;
  }

  .rs-research-formats__head{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .rs-research-start__grid{
    grid-template-columns:1fr;
  }

  .rs-research-formats__title,
  .rs-research-cats__title,
  .rs-research-start__title,
  .rs-research-latest__title{
    font-size:30px;
  }
}

@media (max-width:767px){
  .rs-research-hero{
    padding:18px 0 28px;
    background:
      radial-gradient(circle at 18% 10%, rgba(37,99,235,.10), transparent 34%),
      radial-gradient(circle at 86% 10%, rgba(99,102,241,.09), transparent 34%),
      linear-gradient(180deg, #f8fbff 0%, #f4f8fe 52%, #ffffff 100%);
  }

  .rs-research-hero .rs-bc{
    margin:0 0 22px 0;
  }

  .rs-research-hero__inner{
    padding:18px;
    border-radius:22px;
  }

  .rs-research-hero__content{
    padding:6px 2px 2px;
  }

  .rs-research-hero__title{
    max-width:none;
    font-size:clamp(36px, 11vw, 52px);
    line-height:.97;
  }

  .rs-research-hero__eyebrow{
    margin-bottom:16px;
  }

  .rs-research-hero__sub{
    margin-top:16px;
    font-size:18px;
    line-height:1.44;
  }

  .rs-research-hero__definition,
  .rs-research-hero__desc{
    font-size:15px;
    line-height:1.72;
  }

  .rs-research-hero__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .rs-research-hero__btn{
    width:100%;
  }

  .rs-research-hero__panel{
    padding:18px;
    border-radius:22px;
  }

  .rs-research-hero__panel-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .rs-research-hero__route-card{
    grid-template-columns:46px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-research-hero__route-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:17px;
  }

  .rs-research-formats__grid,
  .rs-research-cats__grid,
  .rs-research-latest__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .rs-research-formats__title,
  .rs-research-cats__title,
  .rs-research-start__title,
  .rs-research-latest__title{
    font-size:26px;
  }

  .rs-research-formats__sub,
  .rs-research-cats__sub,
  .rs-research-start__sub,
  .rs-research-latest__sub{
    font-size:15px;
    line-height:1.68;
  }

  .rs-research-cats,
  .rs-research-start,
  .rs-research-latest{
    border-radius:16px;
  }

  .rs-research-format-card,
  .rs-research-cat,
  .rs-research-start-card,
  .rs-research-latest-card{
    border-radius:20px;
  }

  .rs-research-format-card__link,
  .rs-research-start-card__link{
    padding:18px 18px 16px;
  }

  .rs-research-cat{
    padding:18px 18px 16px;
  }

  .rs-research-latest-card{
    padding:18px 18px 16px;
  }

  .rs-research-start__panel{
    padding:20px 18px 18px;
    border-radius:20px;
  }

  .rs-research-start-step{
    grid-template-columns:40px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-research-start-step__num{
    width:40px;
    height:40px;
    border-radius:12px;
    font-size:14px;
  }
}

@media (max-width:479px){
  .rs-research-hero__title{
    font-size:36px;
  }
}


/* =========================================================
   RESEARCH SYSTEM / CLOSING SECTION
========================================================= */

.rs-research-system {
  position: relative;
  padding: 100px 0;
}

.rs-research-system__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.rs-research-system__content {
  max-width: 680px;
}

.rs-research-system__eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  opacity: .7;
}

.rs-research-system__title {
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 20px;
}

.rs-research-system__desc {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 18px;
  opacity: .85;
}

.rs-research-system__actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.rs-research-system__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}

.rs-research-system__btn--primary {
  background: #111;
  color: #fff;
}

.rs-research-system__btn--primary:hover {
  background: #000;
}

.rs-research-system__btn--secondary {
  border: 1px solid rgba(0,0,0,.18);
  color: #111;
  background: #fff;
}

.rs-research-system__btn--secondary:hover {
  border-color: rgba(0,0,0,.35);
}

/* VISUAL PANEL */

.rs-research-system__panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

.rs-research-system__pillar {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}

.rs-research-system__pillar + .rs-research-system__pillar {
  margin-top: 26px;
}

.rs-research-system__pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: rgba(0,0,0,.05);
}

.rs-research-system__pillar-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.rs-research-system__pillar-content p {
  font-size: 14px;
  line-height: 1.55;
  opacity: .8;
}

/* RESPONSIVE */

@media (max-width: 980px) {

  .rs-research-system__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rs-research-system__panel {
    padding: 28px;
  }

}

.rs-research-latest__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

@media (max-width:1200px){
  .rs-research-latest__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:640px){
  .rs-research-latest__grid{
    grid-template-columns:1fr;
  }
}


.rs-research-latest-card__cta{
  color:#e11d2e;
  font-weight:600;
}

</style>/* End custom CSS */