.elementor-30317 .elementor-element.elementor-element-281b0b3{--display:flex;}.elementor-30317 .elementor-element.elementor-element-281b0b3.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-30317 .elementor-element.elementor-element-281b0b3{--width:98.459%;}}/* Start custom CSS */<style>
/* =========================================================
   REVIEW STREETS — DEALS PAGE
   PAGE-LEVEL CSS
   Built to sync with Collections page design system
========================================================= */

/* =========================================================
   PAGE SCOPE / TOKENS
========================================================= */

.rs-deals-page{
  --rs-deals-ink:#0f172a;
  --rs-deals-text:#475569;
  --rs-deals-text-soft:#617187;
  --rs-deals-muted:#64748b;
  --rs-deals-line:rgba(15,23,42,.08);
  --rs-deals-line-soft:rgba(15,23,42,.05);
  --rs-deals-blue:#2563eb;
  --rs-deals-blue-dark:#1d4ed8;
  --rs-deals-blue-soft:#edf4ff;
  --rs-deals-green:#15803d;
  --rs-deals-green-bg:rgba(22,163,74,.10);
  --rs-deals-bg-top:#f7faff;
  --rs-deals-bg-mid:#f2f7fd;
  --rs-deals-bg-bottom:#ffffff;
}

/* =========================================================
   PAGE SHELL
========================================================= */

.rs-deals-page .rs-shell{
  width:min(1200px, calc(100% - 48px));
  margin:0 auto;
}

@media (max-width:767px){
  .rs-deals-page .rs-shell{
    width:min(100%, calc(100% - 24px));
  }
}

/* =========================================================
   DEALS HERO
========================================================= */

.rs-deals-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-deals-bg-top) 0%, var(--rs-deals-bg-mid) 52%, var(--rs-deals-bg-bottom) 100%);
}

.rs-deals-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-deals-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-deals-hero > .rs-shell{
  position:relative;
  z-index:1;
}

/* use sitewide breadcrumb system, only control hero spacing here */
.rs-deals-hero .rs-bc{
  margin:0 0 36px 0;
}

.rs-deals-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-deals-hero__content,
.rs-deals-hero__visual{
  min-width:0;
}

.rs-deals-hero__content{
  position:relative;
  padding:18px 10px 10px 10px;
}

.rs-deals-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-deals-blue);
}

.rs-deals-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-deals-hero__title{
  margin:0;
  max-width:10.5ch;
  font-size:clamp(46px, 5.8vw, 72px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:870;
  color:var(--rs-deals-ink);
  text-wrap:balance;
}

.rs-deals-hero__sub{
  margin:20px 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-deals-hero__definition{
  margin:18px 0 0 0;
  max-width:720px;
  font-size:15.5px;
  line-height:1.74;
  color:var(--rs-deals-blue);
  font-weight:760;
}

.rs-deals-hero__desc{
  margin:14px 0 0 0;
  max-width:760px;
  font-size:15px;
  line-height:1.74;
  color:var(--rs-deals-text);
}

.rs-deals-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0 0 0;
}

.rs-deals-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-deals-hero__btn:hover{
  transform:translateY(-2px);
}

.rs-deals-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-deals-hero__btn--primary:hover{
  box-shadow:
    0 20px 40px rgba(37,99,235,.32),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-deals-hero__btn--secondary{
  color:var(--rs-deals-ink);
  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-deals-hero__btn--secondary:hover{
  color:#1e293b;
  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-deals-hero__micro{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin:32px 0 0 0;
  max-width:760px;
}

.rs-deals-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,.68);
  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-deals-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-deals-hero__micro-item strong{
  display:block;
  margin:0 0 6px 0;
  font-size:14px;
  line-height:1.3;
  letter-spacing:-.012em;
  color:var(--rs-deals-ink);
}

.rs-deals-hero__micro-item span{
  display:block;
  font-size:13.5px;
  line-height:1.56;
  color:var(--rs-deals-text);
}

.rs-deals-hero__visual{
  position:relative;
  display:flex;
  align-items:stretch;
}

.rs-deals-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 20px 48px rgba(15,23,42,.07),
    0 6px 16px rgba(15,23,42,.05),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.rs-deals-hero__panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 18px 0;
}

.rs-deals-hero__panel-label{
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--rs-deals-muted);
}

.rs-deals-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:var(--rs-deals-blue);
}

.rs-deals-hero__spotlight{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.07);
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow:
    0 14px 32px rgba(15,23,42,.05),
    inset 0 1px 0 rgba(255,255,255,.84);
}

.rs-deals-hero__spotlight-media{
  position:relative;
  aspect-ratio:16 / 10;
  overflow:hidden;
  border-bottom:1px solid rgba(15,23,42,.05);
  background:#eef2f7;
}

.rs-deals-hero__spotlight-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.05) 0%,
    rgba(255,255,255,0) 42%,
    rgba(10,18,32,.06) 100%
  );
}

.rs-deals-hero__spotlight-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.04);
}

.rs-deals-hero__spotlight-body{
  padding:18px 18px 16px;
}

.rs-deals-hero__deal-tag{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:6px 12px;
  border-radius:999px;
  background:var(--rs-deals-blue-soft);
  color:#245fb8;
  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-deals-hero__deal-title{
  margin:12px 0 8px;
  font-size:22px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--rs-deals-ink);
  text-wrap:balance;
}

.rs-deals-hero__deal-copy{
  margin:0;
  font-size:13.5px;
  line-height:1.62;
  color:var(--rs-deals-text-soft);
}

.rs-deals-hero__deal-price{
  display:flex;
  align-items:end;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0 0;
}

.rs-deals-hero__deal-price-now{
  font-size:30px;
  line-height:1;
  font-weight:860;
  letter-spacing:-.04em;
  color:var(--rs-deals-ink);
}

.rs-deals-hero__deal-price-was{
  font-size:15px;
  line-height:1.2;
  color:var(--rs-deals-muted);
  text-decoration:line-through;
}

.rs-deals-hero__deal-save{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:var(--rs-deals-green-bg);
  color:var(--rs-deals-green);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rs-deals-hero__routes{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.rs-deals-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-deals-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:var(--rs-deals-blue-dark);
  font-size:19px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.rs-deals-hero__route-content h3{
  margin:2px 0 6px 0;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:760;
  color:var(--rs-deals-ink);
}

.rs-deals-hero__route-content p{
  margin:0;
  font-size:13.5px;
  line-height:1.58;
  color:var(--rs-deals-text);
}

.rs-deals-hero__route-content a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:8px;
  color:var(--rs-deals-blue);
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  font-weight:760;
}

.rs-deals-hero__route-content a:hover{
  color:var(--rs-deals-blue-dark);
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.rs-deals-hero__btn:focus-visible,
.rs-deals-hero__route-content a:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   FEATURED DEALS
========================================================= */

.rs-deals-featured{
  position:relative;
  padding:46px 0 64px;
  background:
    radial-gradient(circle at 12% 12%, rgba(47,128,237,.045), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.rs-deals-featured::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-deals-featured__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 32px;
}

.rs-deals-featured__intro{
  max-width:780px;
}

.rs-deals-featured__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-deals-featured__title{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.06;
  font-weight:790;
  letter-spacing:-.032em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-deals-featured__sub{
  margin:0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.72;
  color:#58687d;
}

.rs-deals-featured__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 0 auto;
}

.rs-deals-featured__viewall{
  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-deals-featured__viewall::after{
  content:"→";
  display:inline-block;
  margin-left:6px;
  transition:transform .22s ease;
}

.rs-deals-featured__viewall:hover{
  color:#2563eb;
}

.rs-deals-featured__viewall:hover::after{
  transform:translateX(4px);
}

.rs-deals-featured__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  align-items:stretch;
}

/* -----------------------------------------
   DEAL CARD
------------------------------------------ */

.rs-deal-card{
  min-height:100%;
  border:1px solid rgba(15,23,42,.055);
  border-radius:26px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  overflow:hidden;
  box-shadow:
    0 2px 4px rgba(15,23,42,.02),
    0 18px 38px rgba(15,23,42,.065);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.rs-deal-card:hover{
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.14);
  box-shadow:
    0 16px 34px rgba(15,23,42,.08),
    0 0 0 1px rgba(37,99,235,.05);
}

.rs-deal-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:inherit;
  text-decoration:none;
}

.rs-deal-card__media{
  position:relative;
  overflow:hidden;
  aspect-ratio:1.42 / 1;
  background:#eef2f7;
  border-bottom:1px solid rgba(15,23,42,.04);
}

.rs-deal-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.04) 0%,
    rgba(255,255,255,0) 42%,
    rgba(10,18,32,.06) 100%
  );
}

.rs-deal-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease, filter .3s ease;
  filter:saturate(1.03) contrast(1.03);
}

.rs-deal-card:hover .rs-deal-card__media img{
  transform:scale(1.045);
}

.rs-deal-card__badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(15,23,42,.84);
  color:#ffffff;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:
    0 10px 22px rgba(15,23,42,.22),
    inset 0 1px 0 rgba(255,255,255,.14);
}

.rs-deal-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:20px 20px 22px;
}

.rs-deal-card__topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 12px;
}

.rs-deal-card__kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:6px 12px;
  border-radius:999px;
  background:#edf4ff;
  color:#245fb8;
  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-deal-card__timing{
  flex:0 0 auto;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#7b8797;
}

.rs-deal-card__title{
  margin:0;
  font-size:21px;
  line-height:1.14;
  font-weight:800;
  letter-spacing:-.028em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-deal-card__desc{
  margin:9px 0 0;
  font-size:13.5px;
  line-height:1.62;
  color:#617187;
}

.rs-deal-card__price{
  display:flex;
  align-items:end;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0 0;
}

.rs-deal-card__price-now{
  font-size:32px;
  line-height:1;
  font-weight:860;
  letter-spacing:-.04em;
  color:#0f172a;
}

.rs-deal-card__price-was{
  font-size:15px;
  line-height:1.2;
  color:#64748b;
  text-decoration:line-through;
}

.rs-deal-card__save{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(22,163,74,.10);
  color:#15803d;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rs-deal-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:14px 0 0;
}

.rs-deal-card__meta-item{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.06);
  background:#f8fbff;
  font-size:11px;
  line-height:1;
  font-weight:750;
  letter-spacing:.03em;
  color:#5d6c80;
}

.rs-deal-card__footer{
  margin-top:auto;
  padding-top:16px;
}

.rs-deal-card__cta{
  display:inline-flex;
  align-items:center;
  font-size:13px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-deal-card__cta::after{
  content:"→";
  display:inline-block;
  margin-left:6px;
  transition:transform .22s ease;
}

.rs-deal-card:hover .rs-deal-card__cta{
  color:#2563eb;
}

.rs-deal-card:hover .rs-deal-card__cta::after{
  transform:translateX(4px);
}

/* =========================================================
   FEATURED DEALS — ACCESSIBILITY
========================================================= */

.rs-deals-featured__viewall:focus-visible,
.rs-deal-card__link:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   FEATURED DEALS — RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-deals-featured__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:1024px){
  .rs-deals-featured{
    padding-top:22px;
    padding-bottom:34px;
  }

  .rs-deals-featured__title{
    font-size:30px;
  }

  .rs-deals-featured__head{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    margin-bottom:22px;
  }

  .rs-deals-featured__actions{
    justify-content:flex-start;
  }
}

@media (max-width:767px){
  .rs-deals-featured{
    padding-top:18px;
    padding-bottom:28px;
  }

  .rs-deals-featured__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .rs-deals-featured__title{
    font-size:26px;
  }

  .rs-deals-featured__sub{
    font-size:15px;
    line-height:1.68;
  }

  .rs-deal-card{
    border-radius:20px;
  }

  .rs-deal-card__body{
    padding:16px 16px 18px;
  }

  .rs-deal-card__title{
    font-size:21px;
  }

  .rs-deal-card__desc{
    font-size:14px;
  }

  .rs-deal-card__topline{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-deals-hero__inner{
    grid-template-columns:1fr;
  }

  .rs-deals-hero__title{
    max-width:unset;
  }
}

@media (max-width:1024px){
  .rs-deals-hero{
    padding:58px 0 46px;
  }

  .rs-deals-hero__inner{
    gap:24px;
  }

  .rs-deals-hero__micro{
    grid-template-columns:1fr;
    max-width:100%;
  }
}

@media (max-width:767px){
  .rs-deals-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-deals-hero .rs-bc{
    margin:0 0 22px 0;
  }

  .rs-deals-hero__inner{
    padding:18px;
    border-radius:22px;
  }

  .rs-deals-hero__content{
    padding:6px 2px 2px;
  }

  .rs-deals-hero__title{
    max-width:none;
    font-size:clamp(36px, 11vw, 52px);
    line-height:.97;
  }

  .rs-deals-hero__eyebrow{
    margin-bottom:16px;
  }

  .rs-deals-hero__sub{
    margin-top:16px;
    font-size:18px;
    line-height:1.44;
  }

  .rs-deals-hero__definition,
  .rs-deals-hero__desc{
    font-size:15px;
    line-height:1.72;
  }

  .rs-deals-hero__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .rs-deals-hero__btn{
    width:100%;
  }

  .rs-deals-hero__panel{
    padding:18px;
    border-radius:22px;
  }

  .rs-deals-hero__panel-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .rs-deals-hero__route-card{
    grid-template-columns:46px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-deals-hero__route-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:17px;
  }
}

@media (max-width:479px){
  .rs-deals-hero__title{
    font-size:36px;
  }
}

/* =========================================================
   DEAL CATEGORIES
========================================================= */

.rs-deals-cats{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:40px 0 54px;
  background:linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
  border-radius:18px;
}

.rs-deals-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-deals-cats__head{
  margin:0 0 26px;
}

.rs-deals-cats__intro{
  max-width:780px;
}

.rs-deals-cats__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-deals-cats__title{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.06;
  font-weight:790;
  letter-spacing:-.032em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-deals-cats__sub{
  margin:0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.72;
  color:#58687d;
}

.rs-deals-cats__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.rs-deals-cat{
  position:relative;
  border:1px solid rgba(15,23,42,.05);
  border-radius:20px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding:22px 22px 20px;
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 10px 26px rgba(15,23,42,.05);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.rs-deals-cat::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, #2563eb 0%, rgba(124,58,237,.38) 100%);
  opacity:.90;
}

.rs-deals-cat:hover{
  transform:translateY(-3px);
  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-deals-cat__top{
  margin:0 0 12px;
}

.rs-deals-cat__icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin:0 0 14px;
  border-radius:14px;
  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);
  font-size:20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 8px 18px rgba(15,23,42,.05);
}

.rs-deals-cat__title{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.15;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
}

.rs-deals-cat__desc{
  margin:0;
  font-size:13px;
  line-height:1.54;
  color:#617187;
}

.rs-deals-cat__links{
  display:grid;
  gap:8px;
  margin-top:10px;
}

.rs-deals-cat__links a{
  display:block;
  padding:10px 13px;
  border:1px solid rgba(15,23,42,.04);
  border-radius:14px;
  background:#f7faff;
  font-size:12.5px;
  line-height:1.35;
  font-weight:680;
  color:#245fb8;
  text-decoration:none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.rs-deals-cat__links a:hover{
  transform:translateY(-1px);
  border-color:#d6e2f1;
  background:#ffffff;
  box-shadow:0 6px 14px rgba(15,23,42,.05);
}

.rs-deals-cat__footer{
  margin-top:14px;
}

.rs-deals-cat__cta{
  display:inline-flex;
  align-items:center;
  gap:0;
  text-decoration:none;
  font-size:12.5px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-deals-cat__cta::after{
  content:"→";
  display:inline-block;
  margin-left:6px;
  transition:transform .22s ease;
}

.rs-deals-cat__cta:hover{
  color:#2563eb;
}

.rs-deals-cat__cta:hover::after{
  transform:translateX(4px);
}

/* =========================================================
   DEAL CATEGORIES — ACCESSIBILITY
========================================================= */

.rs-deals-cat__links a:focus-visible,
.rs-deals-cat__cta:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   DEAL CATEGORIES — RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-deals-cats__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:1024px){
  .rs-deals-cats{
    padding-top:22px;
    padding-bottom:34px;
  }

  .rs-deals-cats__title{
    font-size:30px;
  }
}

@media (max-width:767px){
  .rs-deals-cats{
    padding-top:18px;
    padding-bottom:28px;
    border-radius:16px;
  }

  .rs-deals-cats__head{
    margin-bottom:20px;
  }

  .rs-deals-cats__title{
    font-size:26px;
  }

  .rs-deals-cats__sub{
    font-size:15px;
    line-height:1.68;
  }

  .rs-deals-cats__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .rs-deals-cat{
    padding:18px 18px 16px;
  }

  .rs-deals-cat::before{
    left:18px;
    right:18px;
  }

  .rs-deals-cat__links a{
    font-size:14px;
    padding:11px 12px;
  }
}

/* =========================================================
   EDITOR PICKS / TRENDING
========================================================= */

.rs-deals-picks{
  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-deals-picks::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-deals-picks__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .92fr);
  gap:22px;
  align-items:start;
}

.rs-deals-picks__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-deals-picks__head{
  margin:0 0 18px;
}

.rs-deals-picks__intro{
  max-width:760px;
}

.rs-deals-picks__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-deals-picks__title{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.08;
  font-weight:790;
  letter-spacing:-.03em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-deals-picks__title--side{
  font-size:24px;
}

.rs-deals-picks__sub{
  margin:0;
  font-size:14.5px;
  line-height:1.7;
  color:#58687d;
}

.rs-deals-picks__sub--side{
  max-width:360px;
}

/* -----------------------------------------
   PICK CARDS
------------------------------------------ */

.rs-deals-picks__list{
  display:grid;
  gap:14px;
}

.rs-pick-card{
  border:1px solid rgba(15,23,42,.05);
  border-radius:20px;
  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);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.rs-pick-card:hover{
  transform:translateY(-2px);
  border-color:rgba(37,99,235,.12);
  box-shadow:
    0 14px 28px rgba(15,23,42,.065),
    0 20px 36px rgba(15,23,42,.04);
}

.rs-pick-card__link{
  display:grid;
  grid-template-columns:124px minmax(0, 1fr);
  gap:14px;
  align-items:stretch;
  min-height:100%;
  padding:14px;
  color:inherit;
  text-decoration:none;
}

.rs-pick-card__media{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#eef2f7;
  min-height:102px;
}

.rs-pick-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}

.rs-pick-card:hover .rs-pick-card__media img{
  transform:scale(1.04);
}

.rs-pick-card__body{
  min-width:0;
}

.rs-pick-card__kicker{
  margin:0 0 6px;
  font-size:.75rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7a8698;
}

.rs-pick-card__title{
  margin:0;
  color:#0f172a;
  font-size:1.05rem;
  line-height:1.22;
  font-weight:850;
  letter-spacing:-.02em;
  text-wrap:balance;
}

.rs-pick-card__desc{
  margin:7px 0 0;
  color:#607084;
  font-size:13.5px;
  line-height:1.56;
}

.rs-pick-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0 0;
}

.rs-pick-card__meta-item{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#eef4ff;
  color:#1d4ed8;
  font-size:.8rem;
  font-weight:800;
}

/* -----------------------------------------
   TRENDING
------------------------------------------ */

.rs-trending-list{
  display:grid;
  gap:14px;
}

.rs-trending-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:15px 16px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:
    0 1px 2px rgba(15,23,42,.015),
    0 8px 18px rgba(15,23,42,.035);
  text-decoration:none;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.rs-trending-row:hover{
  transform:translateY(-2px);
  border-color:rgba(37,99,235,.12);
  box-shadow:
    0 14px 28px rgba(15,23,42,.06),
    0 0 0 1px rgba(37,99,235,.03);
}

.rs-trending-row__num{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:.9rem;
  font-weight:900;
  flex:0 0 auto;
}

.rs-trending-row__content{
  min-width:0;
}

.rs-trending-row__title{
  margin:0;
  color:#0f172a;
  font-size:1rem;
  line-height:1.25;
  font-weight:800;
}

.rs-trending-row__sub{
  margin:4px 0 0;
  color:#66768a;
  font-size:.92rem;
  line-height:1.5;
}

.rs-trending-row__badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.08);
  color:#475569;
  font-size:.8rem;
  font-weight:800;
  white-space:nowrap;
}

/* =========================================================
   EDITOR PICKS / TRENDING — ACCESSIBILITY
========================================================= */

.rs-pick-card__link:focus-visible,
.rs-trending-row:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   EDITOR PICKS / TRENDING — RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-deals-picks__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:1024px){
  .rs-deals-picks{
    padding-top:22px;
    padding-bottom:34px;
  }

  .rs-deals-picks__title{
    font-size:26px;
  }

  .rs-deals-picks__title--side{
    font-size:22px;
  }
}

@media (max-width:767px){
  .rs-deals-picks{
    padding-top:18px;
    padding-bottom:28px;
    border-radius:16px;
  }

  .rs-deals-picks__panel{
    padding:18px 18px 16px;
    border-radius:20px;
  }

  .rs-deals-picks__head{
    margin-bottom:16px;
  }

  .rs-deals-picks__title{
    font-size:24px;
  }

  .rs-deals-picks__title--side{
    font-size:21px;
  }

  .rs-deals-picks__sub{
    font-size:14px;
    line-height:1.66;
  }

  .rs-pick-card{
    border-radius:18px;
  }

  .rs-pick-card__link{
    grid-template-columns:1fr;
    gap:12px;
    padding:12px;
  }

  .rs-pick-card__media{
    min-height:0;
    aspect-ratio:1.45 / 1;
  }

  .rs-trending-row{
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
  }

  .rs-trending-row__badge{
    grid-column:2;
    justify-self:start;
    margin-top:2px;
  }
}

/* =========================================================
   BROWSE ALL DEALS
========================================================= */

.rs-deals-browse{
  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-deals-browse::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-deals-browse__head{
  position:relative;
  z-index:1;
  margin:0 0 22px;
}

.rs-deals-browse__intro{
  max-width:780px;
}

.rs-deals-browse__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-deals-browse__title{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.06;
  font-weight:790;
  letter-spacing:-.032em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-deals-browse__sub{
  margin:0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.72;
  color:#58687d;
}

/* -----------------------------------------
   FILTER BAR
------------------------------------------ */

.rs-deals-browse__filters{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}

.rs-deals-filter{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.82);
  color:#41546d;
  font-size:13px;
  font-weight:750;
  box-shadow:0 10px 22px rgba(15,23,42,.04);
}

.rs-deals-filter.is-active{
  border-color:rgba(37,99,235,.18);
  background:#eef4ff;
  color:#1d4ed8;
}

/* -----------------------------------------
   GRID
------------------------------------------ */

.rs-deals-browse__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
  align-items:stretch;
}

.rs-browse-card{
  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);
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.rs-browse-card:hover{
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.14);
  box-shadow:
    0 20px 40px rgba(15,23,42,.08),
    0 0 0 1px rgba(37,99,235,.04);
}

.rs-browse-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:inherit;
  text-decoration:none;
}

.rs-browse-card__media{
  position:relative;
  overflow:hidden;
  aspect-ratio:1.42 / 1;
  background:#eef2f7;
  border-bottom:1px solid rgba(15,23,42,.04);
}

.rs-browse-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.05) 0%,
    rgba(255,255,255,0) 42%,
    rgba(10,18,32,.04) 100%
  );
}

.rs-browse-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}

.rs-browse-card:hover .rs-browse-card__media img{
  transform:scale(1.04);
}

.rs-browse-card__badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(15,23,42,.84);
  color:#ffffff;
  font-size:10.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:
    0 10px 22px rgba(15,23,42,.18),
    inset 0 1px 0 rgba(255,255,255,.14);
}

.rs-browse-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:18px 18px 20px;
}

.rs-browse-card__kicker{
  margin:0;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6a7c93;
}

.rs-browse-card__title{
  margin:11px 0 0;
  color:#0f172a;
  font-size:15.5px;
  line-height:1.28;
  font-weight:760;
  letter-spacing:-.02em;
  text-wrap:balance;
}

.rs-browse-card__price{
  display:flex;
  align-items:end;
  gap:8px;
  flex-wrap:wrap;
  margin:14px 0 0;
}

.rs-browse-card__price-now{
  font-size:24px;
  line-height:1;
  font-weight:860;
  letter-spacing:-.04em;
  color:#0f172a;
}

.rs-browse-card__price-was{
  font-size:13px;
  line-height:1.2;
  color:#64748b;
  text-decoration:line-through;
}

.rs-browse-card__footer{
  margin-top:auto;
  padding-top:14px;
}

.rs-browse-card__cta{
  display:inline-flex;
  align-items:center;
  font-size:12.5px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-browse-card__cta::after{
  content:"→";
  display:inline-block;
  margin-left:6px;
  transition:transform .22s ease;
}

.rs-browse-card:hover .rs-browse-card__cta{
  color:#2563eb;
}

.rs-browse-card:hover .rs-browse-card__cta::after{
  transform:translateX(4px);
}

/* =========================================================
   BROWSE ALL DEALS — ACCESSIBILITY
========================================================= */

.rs-browse-card__link:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   BROWSE ALL DEALS — RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-deals-browse__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:1024px){
  .rs-deals-browse{
    padding-top:22px;
    padding-bottom:34px;
  }

  .rs-deals-browse__title{
    font-size:30px;
  }
}

@media (max-width:767px){
  .rs-deals-browse{
    padding-top:18px;
    padding-bottom:28px;
    border-radius:16px;
  }

  .rs-deals-browse__head{
    margin-bottom:20px;
  }

  .rs-deals-browse__title{
    font-size:26px;
  }

  .rs-deals-browse__sub{
    font-size:15px;
    line-height:1.68;
  }

  .rs-deals-browse__filters{
    gap:8px;
    margin-bottom:16px;
  }

  .rs-deals-filter{
    min-height:38px;
    padding:0 12px;
    font-size:12.5px;
  }

  .rs-deals-browse__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .rs-browse-card{
    border-radius:20px;
  }

  .rs-browse-card__body{
    padding:14px 14px 16px;
  }

  .rs-browse-card__title{
    font-size:17px;
  }
}

/* =========================================================
   TRUST / FAQ
========================================================= */

.rs-deals-trust{
  position:relative;
  padding:42px 0 42px;
  background:
    radial-gradient(circle at 10% 12%, rgba(37,99,235,.045), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-top:1px solid rgba(15,23,42,.08);
}

.rs-deals-trust::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 42%);
}

.rs-deals-trust__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .92fr);
  gap:30px;
  align-items:start;
}

.rs-deals-trust__panel{
  min-width:0;
}

.rs-deals-trust__panel--faq{
  position:relative;
  border-radius:26px;
  padding:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,250,255,.94) 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 24px 60px rgba(15,23,42,.08),
    0 6px 18px rgba(15,23,42,.04);
}

.rs-deals-trust__head{
  margin:0 0 18px;
}

.rs-deals-trust__intro{
  max-width:760px;
}

.rs-deals-trust__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-deals-trust__title{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.06;
  font-weight:790;
  letter-spacing:-.032em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-deals-trust__title--faq{
  font-size:27px;
}

.rs-deals-trust__sub{
  margin:0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.76;
  color:#4a5b70;
}

/* -----------------------------------------
   TRUST POINTS
------------------------------------------ */

.rs-deals-trust__points{
  display:grid;
  gap:12px;
  margin:0 0 24px;
}

.rs-deals-trust-point{
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  gap:14px;
  align-items:start;
  padding:15px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.05);
  box-shadow:
    0 8px 18px rgba(15,23,42,.03),
    0 1px 0 rgba(255,255,255,.9) inset;
}

.rs-deals-trust-point__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:#f8fbff;
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 8px 18px rgba(37,99,235,.08);
  font-size:14px;
  line-height:1;
  font-weight:800;
  color:#2563eb;
}

.rs-deals-trust-point__content{
  min-width:0;
}

.rs-deals-trust-point__title{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.02em;
  color:#0f172a;
}

.rs-deals-trust-point__desc{
  margin:0;
  font-size:14px;
  line-height:1.62;
  color:#4c5d72;
}

/* -----------------------------------------
   ACTIONS
------------------------------------------ */

.rs-deals-trust__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.rs-deals-trust__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:.01em;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease;
}

.rs-deals-trust__btn:hover{
  transform:translateY(-2px);
}

.rs-deals-trust__btn--primary{
  color:#ffffff;
  background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow:0 16px 34px rgba(37,99,235,.22);
}

.rs-deals-trust__btn--primary:hover{
  box-shadow:0 20px 38px rgba(37,99,235,.28);
}

.rs-deals-trust__btn--secondary{
  color:#0f172a;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
}

.rs-deals-trust__btn--secondary:hover{
  color:#2563eb;
  border-color:rgba(37,99,235,.18);
}

/* -----------------------------------------
   FAQ
------------------------------------------ */

.rs-deals-faq{
  display:grid;
  gap:12px;
}

.rs-deals-faq__item{
  border-radius:20px;
  padding:20px 20px 18px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:
    0 10px 24px rgba(15,23,42,.04);
}

.rs-deals-faq__q{
  margin:0;
  color:#0f172a;
  font-size:1rem;
  line-height:1.28;
  font-weight:850;
}

.rs-deals-faq__a{
  margin:9px 0 0;
  color:#607084;
  line-height:1.66;
  font-size:.92rem;
}

/* =========================================================
   TRUST / FAQ — ACCESSIBILITY
========================================================= */

.rs-deals-trust__btn:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   TRUST / FAQ — RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-deals-trust__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:1024px){
  .rs-deals-trust{
    padding-top:30px;
    padding-bottom:30px;
  }

  .rs-deals-trust__title{
    font-size:30px;
  }

  .rs-deals-trust__title--faq{
    font-size:26px;
  }
}

@media (max-width:767px){
  .rs-deals-trust{
    padding-top:24px;
    padding-bottom:24px;
  }

  .rs-deals-trust__title{
    font-size:26px;
  }

  .rs-deals-trust__title--faq{
    font-size:23px;
  }

  .rs-deals-trust__sub{
    font-size:15px;
    line-height:1.72;
  }

  .rs-deals-trust__panel--faq{
    padding:18px;
    border-radius:22px;
  }

  .rs-deals-trust__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .rs-deals-trust__btn{
    width:100%;
  }

  .rs-deals-trust-point{
    grid-template-columns:42px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-deals-trust-point__icon{
    width:42px;
    height:42px;
    border-radius:12px;
    font-size:13px;
  }

  .rs-deals-trust-point__title{
    font-size:16px;
  }

  .rs-deals-trust-point__desc{
    font-size:13.5px;
    line-height:1.58;
  }

  .rs-deals-faq__item{
    padding:16px 16px 14px;
    border-radius:18px;
  }

  .rs-deals-faq__a{
    font-size:.92rem;
    line-height:1.68;
  }
}
</style>/* End custom CSS */