/**
 * FindEdition Discovery Light R1.7 — pixel-close TARGET body.
 * Scoped exclusively under .fe-home-r17
 */
.fe-home-r17 {
  --r17-bg: #ffffff;
  --r17-surface: #ffffff;
  --r17-tint: #f7f6f4;
  --r17-ink: #111318;
  --r17-muted: #5a6270;
  --r17-line: #e5e2dc;
  --r17-blue: #1f5eff;
  --r17-violet: #6b5ce7;
  --r17-amber: #c9851a;
  --r17-green: #2f7a45;
  --r17-shell: min(1400px, calc(100% - 48px));
  --r17-radius: 0.4rem;
  --r17-sans: "Outfit", "Segoe UI", system-ui, sans-serif;
  --r17-condensed: "Bebas Neue", "Outfit", "Arial Narrow", sans-serif;
  background: var(--r17-bg);
  color: var(--r17-ink);
  font-family: var(--r17-sans);
  font-size: 16px;
  line-height: 1.5;
}
.fe-home-r17 *,
.fe-home-r17 *::before,
.fe-home-r17 *::after { box-sizing: border-box; }
.fe-home-r17 a { color: inherit; text-decoration: none; }
.fe-home-r17 img { max-width: 100%; }
.fe-r17-shell { width: var(--r17-shell); margin-inline: auto; }
.fe-r17-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.fe-r17-section { padding: 52px 0; }
.fe-r17-section--tight { padding: 46px 0; }
.fe-r17-section--tint { background: var(--r17-tint); border-block: 1px solid var(--r17-line); }

.fe-r17-head {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.65rem 1.1rem;
  margin: 0 0 20px;
}
.fe-r17-head h2 {
  margin: 0; flex: 1; font-size: 22px; font-weight: 750; letter-spacing: 0.04em;
  text-transform: uppercase; line-height: 1.2;
}
.fe-r17-head__num { color: var(--r17-ink); font-weight: 750; margin-right: 0.2rem; }
.fe-r17-head--row { align-items: center; }
.fe-r17-more {
  color: var(--r17-muted); font-weight: 600; font-size: 0.92rem; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 0.28rem;
}
.fe-r17-more::after {
  content: ""; width: 0.42em; height: 0.42em;
  border-right: 1.5px solid currentColor; border-top: 1.5px solid currentColor;
  transform: rotate(45deg); margin-top: 0.05em;
}
.fe-r17-more:hover { color: var(--r17-ink); }
.fe-r17-btn {
  display: inline-flex; align-items: center; min-height: 2.45rem; padding: 0 1rem;
  border-radius: 999px; background: var(--r17-ink); color: #fff !important; font-weight: 700; font-size: 0.88rem;
}
.fe-r17-btn--accent { background: var(--r17-blue); }
.fe-r17-btn--spaced { margin-top: 0.75rem; }
.fe-r17-btn:focus-visible,
.fe-r17-tabs button:focus-visible,
.fe-r17-rail__btn:focus-visible {
  outline: 2px solid var(--r17-blue); outline-offset: 2px;
}
.fe-r17-search input:focus,
.fe-r17-search select:focus,
.fe-r17-search button:focus {
  outline: none;
}
.fe-r17-search:focus-within {
  border-color: #c5cddc;
  box-shadow: 0 12px 32px rgba(17, 19, 24, 0.14);
}

.fe-r17-media {
  position: relative; overflow: hidden; aspect-ratio: var(--fe-r17-ratio, 16/10);
  background: #ebe8e3; border-radius: calc(var(--r17-radius) - 0.05rem); width: 100%; height: auto;
}
.fe-r17-media--r3-4 { --fe-r17-ratio: 3/4; }
.fe-r17-media--r2-3 { --fe-r17-ratio: 2/3; }
.fe-r17-media--r4-3 { --fe-r17-ratio: 4/3; }
.fe-r17-media--r16-9 { --fe-r17-ratio: 16/9; }
.fe-r17-media--r16-10 { --fe-r17-ratio: 16/10; }
.fe-r17-media--r1 { --fe-r17-ratio: 1; }
.fe-r17-media--fill { aspect-ratio: auto; height: 100%; border-radius: 0; }
.fe-r17-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fe-r17-media__fallback {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.3rem; color: #7a828c; background: linear-gradient(145deg, #eceae5, #ddd9d2);
  font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700;
}
.fe-r17-media__fallback[hidden] { display: none !important; }
.fe-r17-star { color: var(--r17-amber); font-style: normal; font-weight: 700; }
.fe-r17-empty { color: var(--r17-muted); margin: 0; }
.fe-r17-badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 800; color: #fff; background: var(--r17-blue); padding: 0.2rem 0.45rem; border-radius: 0.25rem; margin-bottom: 0.35rem;
}
.fe-r17-tag {
  display: inline-block; font-size: 0.66rem; letter-spacing: 0.07em; text-transform: uppercase;
  font-weight: 800; padding: 0.16rem 0.4rem; border-radius: 0.22rem; margin-bottom: 0.3rem; width: fit-content;
}
.fe-r17-tag--guide { background: #e8efff; color: #1f5eff; }
.fe-r17-tag--news { background: #fdeceb; color: #b42318; }
.fe-r17-tag--recipe { background: #e8f6ec; color: #2f7a45; }
.fe-r17-tag--review { background: #fff3dc; color: #8a6d12; }
.fe-r17-tag--movie { background: #efeaff; color: #5b4ad1; }
.fe-r17-chip { display: inline-block; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 750; color: var(--r17-blue); }
.fe-r17-chip[data-mod="autos"], .fe-r17-chip[data-mod="auto"] { color: var(--r17-amber); }
.fe-r17-chip[data-mod="recipes"], .fe-r17-chip[data-mod="recipe"] { color: var(--r17-green); }
.fe-r17-chip[data-mod="movies"], .fe-r17-chip[data-mod="series"], .fe-r17-chip[data-mod="anime"] { color: var(--r17-violet); }

.fe-r17-tabs { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.fe-r17-tabs button,
.fe-r17-tabs__link {
  min-height: 2.3rem; padding: 0 0.9rem; border-radius: 999px; border: 1px solid var(--r17-line);
  background: var(--r17-surface); font: inherit; font-weight: 650; cursor: pointer; color: var(--r17-ink);
  display: inline-flex; align-items: center;
}
.fe-r17-tabs button[aria-selected="true"],
.fe-r17-tabs__link.is-active {
  background: var(--r17-ink); border-color: var(--r17-ink); color: #fff;
}

/* ========== HERO — exact TARGET Hero 1 ========== */
.fe-r17-hero {
  position: relative;
  background: #fff;
  color: var(--r17-ink);
  overflow: hidden;
  border-bottom: 1px solid var(--r17-line);
}
.fe-r17-hero__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 520px;
  max-height: 680px;
  height: auto;
  overflow: hidden;
}
.fe-r17-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fe-r17-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.fe-r17-hero__fade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 42% 40% at 50% 18%, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.22) 55%, transparent 80%),
    linear-gradient(180deg, rgba(255,255,255,0.2) 0%, transparent 24%, transparent 78%, rgba(255,255,255,0.1) 100%);
}
.fe-r17-hero__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* True page center — equal L/R padding (no left drift) */
  padding: clamp(48px, 8.5%, 72px) 1.5rem 0;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}
.fe-r17-hero__content > * { pointer-events: auto; }
.fe-r17-hero__copy {
  max-width: min(56rem, 94vw);
  margin: 0 auto 0.55rem;
}
.fe-r17-hero h1 {
  margin: 0;
  font-family: var(--r17-sans);
  font-size: clamp(2.35rem, 2.8vw + 1rem, 3.45rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0b0d12 !important;
  white-space: nowrap;
}
.fe-r17-hero__accent { color: #0056ff !important; }
.fe-r17-hero__sub {
  margin: 0.45rem auto 0;
  max-width: min(46rem, 94vw);
  font-size: clamp(0.95rem, 0.3vw + 0.85rem, 1.08rem);
  line-height: 1.4;
  font-weight: 500;
  color: #3a4250;
  white-space: nowrap;
}
.fe-r17-search {
  display: flex;
  align-items: stretch;
  width: min(720px, 92vw);
  margin: 0.35rem auto 0;
  background: #fff;
  border: 1px solid #e2e6ef;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(17, 19, 24, 0.12);
  min-height: 3.5rem;
  height: 3.5rem;
  padding: 0;
  overflow: hidden;
}
.fe-r17-search__type {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  border-right: 1px solid #e6e9f0;
  align-self: stretch;
}
.fe-r17-search__type select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0 2.1rem 0 1.25rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  color: #111318;
  min-width: 10rem;
  height: 100%;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.fe-r17-search__type i {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.62rem;
  color: #6a727e;
  pointer-events: none;
}
.fe-r17-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 1rem;
  font: inherit;
  font-size: 0.98rem;
  min-width: 0;
  height: 100%;
  color: var(--r17-ink);
  outline: none;
  box-shadow: none;
}
.fe-r17-search input::placeholder { color: #8b93a3; }
.fe-r17-search__submit,
.fe-r17-search button {
  border: 0;
  background: #0056ff !important;
  color: #fff !important;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.5rem;
  align-self: stretch;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 0;
}
.fe-r17-search__submit svg,
.fe-r17-search button svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  flex: none;
  pointer-events: none;
}
.fe-r17-search__submit:hover,
.fe-r17-search button:hover { background: #0046d6 !important; }
.fe-r17-search__submit:focus-visible,
.fe-r17-search button:focus-visible {
  outline: 2px solid #003db8;
  outline-offset: -3px;
}
.fe-r17-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0.85rem auto 0;
  max-width: 48rem;
  padding: 0;
}
.fe-r17-shortcuts a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.95rem;
  font-size: 0.92rem;
  font-weight: 650;
  color: #121722 !important;
  position: relative;
}
.fe-r17-shortcuts a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: rgba(18, 23, 34, 0.28);
}
.fe-r17-shortcuts a i { font-size: 0.95rem; color: #121722; }

@media (max-width: 899px) {
  .fe-r17-hero h1 { white-space: normal; font-size: clamp(1.75rem, 5vw, 2.45rem); }
  .fe-r17-hero__sub { white-space: normal; }
  .fe-r17-hero__canvas {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    height: auto;
    min-height: 520px;
  }
  .fe-r17-hero__bg,
  .fe-r17-hero__fade { position: absolute; }
  .fe-r17-hero__content {
    position: relative;
    flex: 1;
    min-height: 360px;
    padding: 2.75rem 1.25rem 1.25rem;
    align-items: center;
    text-align: center;
  }
  .fe-r17-hero__sub { font-size: 0.94rem; }
  .fe-r17-search { width: min(600px, 94vw); }
  .fe-r17-search__type select { min-width: 8rem; padding-left: 0.9rem; }
  .fe-r17-shortcuts a { padding: 0.28rem 0.7rem; font-size: 0.82rem; }
}
@media (max-width: 639px) {
  .fe-r17-hero__canvas { min-height: 480px; }
  .fe-r17-hero__fade {
    background:
      radial-gradient(ellipse 85% 55% at 50% 28%, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.55) 50%, transparent 80%),
      linear-gradient(180deg, rgba(255,255,255,0.25) 0%, transparent 40%, rgba(255,255,255,0.4) 100%);
  }
  .fe-r17-search__type { display: none; }
}


/* ========== SPOTLIGHT — pixel-close to TARGET CB ========== */
.fe-r17-spot {
  --r17-spot-radius: 10px;
  display: grid;
  grid-template-columns: minmax(0, 2.45fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.fe-r17-spot__lead {
  position: relative;
  display: block;
  border-radius: var(--r17-spot-radius);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 380px;
  background: #14161b;
}
.fe-r17-spot__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #fff;
  border: 1px solid #e6e3dd;
  border-radius: var(--r17-spot-radius);
  overflow: hidden;
}
.fe-r17-spot__body {
  flex: 0 0 112px;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  padding: 0.6rem 0.7rem 0.65rem;
  background: #fff;
}
.fe-r17-spot__lead-media {
  position: absolute; inset: 0; aspect-ratio: auto !important; height: 100%; border-radius: 0;
}
.fe-r17-spot__lead-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 18%;
}
.fe-r17-spot__cap {
  position: absolute; inset: auto 0 0; z-index: 2;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 0.85rem;
  padding: 3.2rem 1.15rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.35) 28%, rgba(0,0,0,0.82) 72%, rgba(0,0,0,0.92) 100%);
  color: #fff !important;
  pointer-events: none;
}
.fe-r17-spot__cap-text { min-width: 0; flex: 1; pointer-events: none; }
.fe-r17-spot__kicker {
  display: block;
  font-family: var(--r17-sans);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 750;
  color: #e0b35a !important;
  margin: 0 0 0.35rem;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}
.fe-r17-spot__cap h3,
.fe-r17-spot__cap .fe-r17-spot__title {
  margin: 0 0 0.35rem !important;
  font-family: var(--r17-condensed), sans-serif !important;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem) !important;
  line-height: 1.04 !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fe-r17-spot__lead-meta {
  margin: 0 0 0.25rem !important;
  font-family: var(--r17-sans) !important;
  font-size: 0.84rem !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fe-r17-spot__tagline {
  margin: 0 !important;
  font-family: var(--r17-sans) !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fe-r17-play {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff;
  margin-bottom: 0.05rem;
  pointer-events: none;
}
.fe-r17-play i { font-size: 0.8rem; margin-left: 0.14rem; }
.fe-r17-spot__side {
  list-style: none; margin: 0; padding: 0; display: contents;
}
.fe-r17-spot__side > li { min-width: 0; height: auto; align-self: stretch; }
.fe-r17-spot__poster {
  position: relative;
  flex: 1 1 0;
  min-height: 0;
  height: auto;
  aspect-ratio: unset !important;
  border-radius: 0 !important;
  background: #eceae5;
  overflow: hidden;
}
.fe-r17-spot__poster img,
.fe-r17-spot__poster .fe-r17-media__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.fe-r17-spot__pick {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
.fe-r17-spot__pick--series { color: #c9851a; }
.fe-r17-spot__pick--anime { color: #1f5eff; }
.fe-r17-spot__pick--movie { color: #c9851a; }
.fe-r17-spot__genre {
  display: inline-block;
  margin: 0.15rem 0 0.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6472;
  line-height: 1.2;
}
.fe-r17-spot__body strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-family: var(--r17-sans);
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 750;
  color: #111318 !important;
}
.fe-r17-spot__meta {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.3;
  color: #6a727e !important;
  font-weight: 500;
}
.fe-r17-spot__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.35rem;
  min-height: 1.5rem;
}
.fe-r17-spot__cert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.3rem;
  padding: 0.12rem 0.38rem;
  border: 1px solid #cfcbc3;
  border-radius: 0.22rem;
  background: #f4f2ed;
  color: #3a404a !important;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
.fe-r17-spot__cert--empty {
  visibility: hidden;
  min-width: 2.4rem;
  border-color: transparent;
  background: transparent;
}
.fe-r17-spot__score {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  margin: 0 0 0 auto;
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 750;
  color: #111318 !important;
  white-space: nowrap;
}
.fe-r17-spot__score i { color: #d4a24a !important; font-size: 0.78rem; }
@media (max-width: 1099px) {
  .fe-r17-spot { grid-template-columns: 1fr; }
  .fe-r17-spot__lead { aspect-ratio: 16 / 10; min-height: 240px; height: auto; }
  .fe-r17-spot__side {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(178px, 42vw);
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
  .fe-r17-spot__card { min-height: 320px; height: auto; }
  .fe-r17-spot__body { flex-basis: 104px; }
}

/* ========== TRENDING — TARGET C / T white theme ========== */
.fe-r17-trend {
  background: #fff;
  color: var(--r17-ink);
  border-block: 1px solid var(--r17-line);
  padding: 48px 0 52px;
}
.fe-r17-trend__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin: 0 0 1.15rem;
}
.fe-r17-trend__head h2 {
  margin: 0;
  font-family: var(--r17-sans);
  font-size: clamp(1.02rem, 0.35vw + 0.92rem, 1.18rem);
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111318 !important;
  line-height: 1.2;
}
.fe-r17-trend__num { margin-right: 0.2rem; }
.fe-r17-trend__more {
  color: #1f5eff !important;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.fe-r17-trend__more::after { content: "›"; font-size: 1.05rem; line-height: 1; }
.fe-r17-trend__more:hover { color: #0046d6 !important; }
.fe-r17-trend__empty {
  margin: 0;
  color: var(--r17-muted);
  font-size: 0.95rem;
}
.fe-r17-trend__rail { position: relative; }
.fe-r17-trend__track {
  list-style: none;
  margin: 0;
  padding: 0 0.1rem;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.4rem;
}
.fe-r17-trend__track > li { min-width: 0; }
.fe-r17-trend__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e6e1;
  color: var(--r17-ink) !important;
  box-shadow: 0 1px 0 rgba(17, 19, 24, 0.03);
}
.fe-r17-trend__card:hover {
  border-color: #d9d5ce;
  box-shadow: 0 8px 22px rgba(17, 19, 24, 0.08);
}
.fe-r17-trend__rank {
  position: absolute;
  top: -0.05rem;
  left: 0.28rem;
  z-index: 3;
  font-family: var(--r17-condensed);
  font-size: clamp(2.2rem, 1.8vw + 1.2rem, 2.85rem);
  font-weight: 400;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: #111318;
  pointer-events: none;
}
.fe-r17-trend__visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 188px;
  background: #f3f1ed;
}
.fe-r17-trend__media,
.fe-r17-trend__visual .fe-r17-media,
.fe-r17-trend__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  background: #f3f1ed;
}
.fe-r17-trend__visual .fe-r17-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.fe-r17-trend__visual::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 28%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, #fff 92%);
}
.fe-r17-trend__card--qa .fe-r17-trend__visual::after { display: none; }
.fe-r17-trend__placeholder {
  background:
    radial-gradient(ellipse 70% 55% at 50% 35%, #e9e6e0, transparent 70%),
    linear-gradient(180deg, #f7f5f1 0%, #ebe8e2 100%);
}
.fe-r17-trend__qa {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 2.7rem 0.7rem 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  background: #fff;
}
.fe-r17-trend__qa strong {
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
  color: #111318 !important;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fe-r17-trend__qa em {
  font-style: normal;
  font-size: 0.74rem;
  color: #6a727e;
  font-weight: 600;
}
.fe-r17-trend__foot {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 0.15rem 0.65rem 0.7rem;
  background: #fff;
  margin-top: -0.85rem;
}
.fe-r17-trend__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 0.3rem;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.25;
  color: #111318 !important;
  min-height: 2.15em;
}
.fe-r17-trend__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
}
.fe-r17-trend__tag {
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f5eff;
}
.fe-r17-trend__card[data-mod="autos"] .fe-r17-trend__tag,
.fe-r17-trend__card[data-mod="auto"] .fe-r17-trend__tag,
.fe-r17-trend__card[data-mod="recipes"] .fe-r17-trend__tag,
.fe-r17-trend__card[data-mod="recipe"] .fe-r17-trend__tag,
.fe-r17-trend__card[data-mod="series"] .fe-r17-trend__tag {
  color: #6a727e;
}
.fe-r17-trend__score {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #111318;
  white-space: nowrap;
}
.fe-r17-trend__score i { color: #e2a008; font-size: 0.66rem; }
.fe-r17-trend__nav {
  display: grid;
  place-items: center;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #e2e0da;
  background: #fff;
  color: #111318;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  box-shadow: 0 4px 14px rgba(17, 19, 24, 0.1);
}
.fe-r17-trend__nav:hover { background: #f7f6f4; }
.fe-r17-trend__nav[data-fe-r17-prev] { left: -0.55rem; }
.fe-r17-trend__nav[data-fe-r17-next] { right: -0.55rem; }

@media (max-width: 1199px) {
  .fe-r17-trend__track {
    display: flex;
    gap: 0.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.4rem;
    -webkit-overflow-scrolling: touch;
  }
  .fe-r17-trend__track > li {
    flex: 0 0 148px;
    scroll-snap-align: start;
  }
}
@media (max-width: 639px) {
  .fe-r17-trend { padding: 36px 0 40px; }
  .fe-r17-trend__track > li { flex: 0 0 136px; }
  .fe-r17-trend__card { min-height: 248px; }
}


/* ========== COMPARE WITH EVIDENCE ========== */
.fe-r17-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: stretch;
}
.fe-r17-evidence__side {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.9rem;
  min-width: 0;
}
.fe-r17-evidence__card {
  border: 1px solid var(--r17-line);
  border-radius: var(--r17-radius);
  background: var(--r17-surface);
  padding: 1rem 1.05rem 1rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.fe-r17-evidence__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.fe-r17-evidence__head h3 {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
}
.fe-r17-evidence__head span {
  font-size: 0.75rem;
  color: var(--r17-muted);
  white-space: nowrap;
}
.fe-r17-evidence__table-wrap {
  overflow-x: auto;
  margin: 0 -0.15rem;
  padding: 0 0.15rem;
}
.fe-r17-evidence__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.fe-r17-evidence__table th,
.fe-r17-evidence__table td {
  padding: 0.55rem 0.35rem;
  border-top: 1px solid var(--r17-line);
  font-size: 0.84rem;
  vertical-align: middle;
  text-align: center;
}
.fe-r17-evidence__table thead th {
  border-top: 0;
  padding-top: 0.15rem;
  padding-bottom: 0.7rem;
  font-weight: 650;
}
.fe-r17-evidence__table .fe-r17-evidence__label,
.fe-r17-evidence__table tbody th {
  text-align: left;
  font-weight: 700;
  color: var(--r17-ink);
  width: 24%;
}
.fe-r17-evidence__table tbody td {
  color: var(--r17-ink);
  font-variant-numeric: tabular-nums;
}
.fe-r17-evidence__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.fe-r17-evidence__thumb {
  width: 56px;
  height: 56px;
  display: block;
}
.fe-r17-evidence__thumb .fe-r17-media {
  width: 56px;
  height: 56px;
  aspect-ratio: 1;
  border-radius: 0.35rem;
}
.fe-r17-evidence__name {
  display: block;
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 700;
  max-width: 7.5rem;
}
.fe-r17-evidence__table--compact .fe-r17-evidence__thumb {
  width: 48px;
  height: 48px;
}
.fe-r17-evidence__table--compact .fe-r17-evidence__thumb .fe-r17-media {
  width: 48px;
  height: 48px;
  background: #f3f4f6;
}
.fe-r17-evidence__card--autos .fe-r17-evidence__thumb .fe-r17-media img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  background: transparent;
}
.fe-r17-evidence__cta {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--r17-blue);
  font-weight: 700;
  font-size: 0.9rem;
}
.fe-r17-evidence__method {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 0.85rem;
}
.fe-r17-evidence__method li {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  gap: 0.45rem;
  align-items: start;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--r17-ink);
}
.fe-r17-evidence__method i {
  color: var(--r17-blue);
  margin-top: 0.12rem;
}
@media (max-width: 999px) {
  .fe-r17-evidence { grid-template-columns: 1fr; }
  .fe-r17-evidence__method { grid-template-columns: 1fr; }
}

/* legacy compare (unused) kept minimal to avoid broken refs */
.fe-r17-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

/* ========== FRESH DROPS ========== */
.fe-r17-fresh {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.25fr 0.9fr;
  grid-template-rows: repeat(2, minmax(145px, 175px));
  gap: 0.75rem;
}
.fe-r17-fresh > a,
.fe-r17-fresh > div > a {
  border: 1px solid var(--r17-line);
  border-radius: var(--r17-radius);
  background: var(--r17-surface);
  overflow: hidden;
  min-height: 0;
}
.fe-r17-fresh__feature {
  grid-column: 1; grid-row: 1 / 3;
  display: flex; flex-direction: column; position: relative;
}
.fe-r17-fresh__feature .fe-r17-media { flex: 1; aspect-ratio: auto; border-radius: 0; min-height: 0; }
.fe-r17-fresh__cap { padding: 0.7rem 0.8rem 0.85rem; }
.fe-r17-fresh__cap h3 { margin: 0; font-size: 1.05rem; line-height: 1.25; }
.fe-r17-fresh__mid {
  grid-column: 2; grid-row: 1 / 3;
  display: grid; grid-template-rows: 1fr 1fr; gap: 0.75rem; min-height: 0;
}
.fe-r17-fresh__row {
  display: grid; grid-template-columns: 1fr 84px; gap: 0.55rem; align-items: center;
  padding: 0.55rem 0.6rem; height: 100%;
}
.fe-r17-fresh__row span { min-width: 0; }
.fe-r17-fresh__row strong {
  display: block; font-size: 0.88rem; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fe-r17-fresh__thumb { width: 84px; height: 84px; aspect-ratio: 1; }
.fe-r17-fresh__recipe {
  grid-column: 3; grid-row: 1 / 3;
  display: flex; flex-direction: column; position: relative;
}
.fe-r17-fresh__recipe .fe-r17-media { flex: 1; aspect-ratio: auto; border-radius: 0; min-height: 0; }
.fe-r17-fresh__recipe > .fe-r17-tag,
.fe-r17-fresh__recipe > strong { padding: 0 0.8rem; }
.fe-r17-fresh__recipe > .fe-r17-tag { margin-top: 0.65rem; }
.fe-r17-fresh__recipe > strong { padding-bottom: 0.8rem; font-size: 1.05rem; line-height: 1.25; }
.fe-r17-fresh__side {
  grid-column: 4; grid-row: 1 / 3;
  display: grid; grid-template-rows: 1fr 1fr; gap: 0.75rem; min-height: 0;
}
.fe-r17-fresh__mini {
  display: grid; grid-template-columns: 1fr 72px; gap: 0.45rem; align-items: center;
  padding: 0.5rem 0.55rem; height: 100%;
}
.fe-r17-fresh__mini strong {
  display: block; font-size: 0.84rem; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.fe-r17-fresh__mini .fe-r17-media { width: 72px; height: 72px; aspect-ratio: 1; }
@media (max-width: 1099px) {
  .fe-r17-fresh {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .fe-r17-fresh__feature { grid-column: 1; grid-row: auto; min-height: 260px; }
  .fe-r17-fresh__mid { grid-column: 2; grid-row: auto; }
  .fe-r17-fresh__recipe { grid-column: 1; grid-row: auto; min-height: 220px; }
  .fe-r17-fresh__side { grid-column: 2; grid-row: auto; }
}
@media (max-width: 639px) {
  .fe-r17-fresh { grid-template-columns: 1fr; }
  .fe-r17-fresh__feature,
  .fe-r17-fresh__mid,
  .fe-r17-fresh__recipe,
  .fe-r17-fresh__side { grid-column: 1; }
}

/* ========== PATHWAYS ========== */
.fe-r17-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.fe-r17-path {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  max-height: 300px;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--r17-radius);
  background: #1a1c22;
}
.fe-r17-path__media {
  position: absolute; inset: 0; aspect-ratio: auto; height: 100%; border-radius: 0;
}
.fe-r17-path__body {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 1rem 1.05rem;
  background: linear-gradient(90deg, rgba(10,12,16,0.72) 0%, rgba(10,12,16,0.35) 55%, transparent 100%);
  color: #fff;
}
.fe-r17-path__body span {
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 800;
}
.fe-r17-path__body strong {
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.75rem); line-height: 1.15; max-width: 12ch;
}
.fe-r17-path__body em {
  font-style: normal; display: inline-flex; align-items: center; min-height: 2.2rem;
  padding: 0 0.85rem; border-radius: 999px; background: #fff; color: var(--r17-ink);
  font-size: 0.82rem; font-weight: 700; width: fit-content;
}
@media (max-width: 899px) {
  .fe-r17-paths { grid-template-columns: 1fr; }
  .fe-r17-path { max-height: none; }
}

/* ========== COMMUNITY — TARGET panel layout ========== */
.fe-r17-community-section { background: var(--r17-tint); }

.fe-r17-community-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 900px) {
  .fe-r17-community-head {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .fe-r17-community-head h2 { grid-column: 1; }
  .fe-r17-community-tabs {
    grid-column: 2;
    justify-content: center;
  }
  .fe-r17-community-ask {
    grid-column: 3;
    grid-row: 1;
  }
}
.fe-r17-community-head h2 {
  margin: 0;
  grid-column: 1;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.fe-r17-community-tabs {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 1.35rem;
}
.fe-r17-community-tabs__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.15rem 0;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--r17-muted);
  border: 0;
  background: transparent;
}
.fe-r17-community-tabs__link.is-active {
  color: var(--r17-ink);
}
.fe-r17-community-tabs__link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--r17-blue);
}
.fe-r17-community-ask {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--r17-line);
  background: #fff;
  color: var(--r17-ink) !important;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}
.fe-r17-community-ask:hover { border-color: #cfd5df; }

.fe-r17-community-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 0;
  border: 1px solid var(--r17-line);
  border-radius: calc(var(--r17-radius) + 0.15rem);
  background: #fff;
  overflow: hidden;
}
.fe-r17-community-col {
  min-width: 0;
  padding: 1.15rem 1.2rem;
}
.fe-r17-community-col + .fe-r17-community-col {
  border-left: 1px solid var(--r17-line);
}
.fe-r17-community-col--people {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}
.fe-r17-community-person {
  padding: 1.05rem 1.15rem;
}
.fe-r17-community-person--rising {
  border-top: 1px solid var(--r17-line);
}

.fe-r17-community-qlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.fe-r17-community-q {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #f0eeea;
}
.fe-r17-community-qlist li:last-child .fe-r17-community-q,
.fe-r17-community-qlist li:only-child .fe-r17-community-q {
  border-bottom: 0;
}
.fe-r17-community-q__body {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}
.fe-r17-community-q__body strong {
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 750;
}
.fe-r17-community-q__body span {
  font-size: 0.8rem;
  color: var(--r17-muted);
  line-height: 1.4;
}
.fe-r17-community-q__body em {
  font-style: normal;
  color: var(--r17-blue);
  font-weight: 650;
}
.fe-r17-community-more {
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--r17-blue);
  font-size: 0.86rem;
  font-weight: 700;
}
.fe-r17-community-more:hover { text-decoration: underline; }

.fe-r17-community-top__label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--r17-amber);
}
.fe-r17-community-top__body {
  margin: 0 0 0.95rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--r17-ink);
}
.fe-r17-community-top__author {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.95rem;
}
.fe-r17-community-top__author strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.25;
}
.fe-r17-community-top__author span {
  display: block;
  font-size: 0.78rem;
  color: var(--r17-muted);
}
.fe-r17-community-top__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 1.75rem;
}
.fe-r17-community-stack {
  display: flex;
  align-items: center;
}
.fe-r17-community-stack__avatar {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid #fff;
  margin-left: -0.35rem;
  background: #e8e6e1;
}
.fe-r17-community-stack__avatar:first-child { margin-left: 0; }
.fe-r17-community-stack__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fe-r17-community-stack__more {
  margin-left: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--r17-muted);
}
.fe-r17-community-votes {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--r17-blue);
  font-size: 0.86rem;
  font-weight: 700;
}
.fe-r17-community-votes i { font-size: 0.82rem; }

.fe-r17-community-person__label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--r17-muted);
}
.fe-r17-community-person__row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
}
.fe-r17-community-person__info {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.fe-r17-community-person__info strong,
.fe-r17-community-person__info a {
  font-size: 0.95rem;
  line-height: 1.25;
  color: var(--r17-ink);
}
.fe-r17-community-person__info span {
  font-size: 0.8rem;
  color: var(--r17-muted);
  line-height: 1.35;
}
.fe-r17-community-person__info em {
  font-style: normal;
  font-size: 0.76rem;
  color: var(--r17-muted);
  line-height: 1.35;
}
.fe-r17-community-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.85rem;
  border: 1px solid var(--r17-line);
  border-radius: 999px;
  background: #fff;
  color: var(--r17-ink) !important;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.fe-r17-community-follow:hover { border-color: #cfd5df; }

.fe-r17-avatar--sm {
  width: 36px;
  height: 36px;
  font-size: 0.68rem;
}
.fe-r17-avatar--md {
  width: 44px;
  height: 44px;
  font-size: 0.72rem;
}
.fe-r17-community-empty {
  margin: 0;
  color: var(--r17-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 1099px) {
  .fe-r17-community-panel { grid-template-columns: 1fr; }
  .fe-r17-community-col + .fe-r17-community-col {
    border-left: 0;
    border-top: 1px solid var(--r17-line);
  }
}
@media (max-width: 699px) {
  .fe-r17-community-head {
    grid-template-columns: 1fr;
  }
  .fe-r17-community-ask {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .fe-r17-community-person__row {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .fe-r17-community-follow {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.35rem;
  }
}

/* Legacy community helpers (other sections) */
.fe-r17-community {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.05fr;
  gap: 1rem;
}
.fe-r17-community > div > h3 {
  margin: 0 0 0.75rem; font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase;
}
.fe-r17-qlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.65rem; }
.fe-r17-qlist a {
  display: block; padding: 0.75rem 0.8rem; border: 1px solid var(--r17-line);
  border-radius: var(--r17-radius); background: #fff;
}
.fe-r17-qlist strong { display: block; font-size: 0.95rem; line-height: 1.3; margin-bottom: 0.25rem; }
.fe-r17-qlist span { font-size: 0.78rem; color: var(--r17-muted); }
.fe-r17-topans {
  border: 1px solid var(--r17-line); border-radius: var(--r17-radius); background: #fff; padding: 0.95rem;
}
.fe-r17-topans header { display: flex; gap: 0.65rem; align-items: center; margin-bottom: 0.7rem; }
.fe-r17-topans header strong { display: block; font-size: 0.92rem; }
.fe-r17-topans header span { font-size: 0.78rem; color: var(--r17-muted); }
.fe-r17-topans p { margin: 0 0 0.75rem; font-size: 0.95rem; color: var(--r17-ink); }
.fe-r17-topans footer { display: flex; gap: 0.85rem; align-items: center; font-size: 0.82rem; color: var(--r17-muted); }
.fe-r17-topans footer a { color: var(--r17-blue); font-weight: 700; }
.fe-r17-avatar {
  width: 40px; height: 40px; border-radius: 999px; background: #e8e6e1; color: var(--r17-muted);
  display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; overflow: hidden; flex-shrink: 0;
}
.fe-r17-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fe-r17-authors { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.fe-r17-authors li > a,
.fe-r17-authors li > div {
  display: grid; grid-template-columns: 40px 1fr; gap: 0.55rem 0.7rem; align-items: center;
  padding: 0.8rem; border: 1px solid var(--r17-line); border-radius: var(--r17-radius); background: #fff;
}
.fe-r17-authors strong { grid-column: 2; font-size: 0.95rem; }
.fe-r17-authors span { grid-column: 2; font-size: 0.78rem; color: var(--r17-muted); }
.fe-r17-authors em { grid-column: 2; font-style: normal; color: var(--r17-blue); font-weight: 700; font-size: 0.82rem; }
@media (max-width: 999px) {
  .fe-r17-community { grid-template-columns: 1fr; }
}

/* ========== OPPORTUNITIES & SERVICES — TARGET ========== */
.fe-r17-opp-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-bottom: 1.1rem;
}
@media (min-width: 900px) {
  .fe-r17-opp-head {
    grid-template-columns: auto 1fr auto;
  }
  .fe-r17-opp-head h2 { grid-column: 1; }
  .fe-r17-opp-tabs {
    grid-column: 2;
    justify-self: center;
  }
  .fe-r17-opp-more {
    grid-column: 3;
    grid-row: 1;
  }
}
.fe-r17-opp-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.fe-r17-opp-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem;
  border-radius: 999px;
  background: #f3f2ef;
  border: 1px solid var(--r17-line);
}
.fe-r17-opp-tabs button {
  min-height: 2rem;
  padding: 0 0.95rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--r17-ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}
.fe-r17-opp-tabs button.is-active,
.fe-r17-opp-tabs button[aria-selected="true"] {
  background: var(--r17-ink);
  color: #fff;
}
.fe-r17-opp-more {
  color: var(--r17-muted);
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}
.fe-r17-opp-more::after {
  content: "";
  width: 0.42em;
  height: 0.42em;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: 0.05em;
}
.fe-r17-opp-more:hover { color: var(--r17-ink); }

.fe-r17-opp-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}
.fe-r17-opp-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 168px;
  padding: 0.95rem;
  border: 1px solid var(--r17-line);
  border-radius: calc(var(--r17-radius) + 0.05rem);
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 19, 24, 0.03);
}
.fe-r17-opp-card__icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.45rem;
  display: grid;
  place-items: center;
  background: #eef3fb;
  color: #5f7396;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}
.fe-r17-opp-card strong {
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 750;
}
.fe-r17-opp-card__meta,
.fe-r17-opp-card small {
  font-size: 0.8rem;
  color: var(--r17-muted);
  line-height: 1.35;
}
.fe-r17-opp-card em {
  font-style: normal;
  font-size: 0.84rem;
  font-weight: 750;
  color: var(--r17-ink);
  margin-top: auto;
  padding-top: 0.35rem;
}
.fe-r17-opp-card small {
  margin-top: 0.15rem;
}
@media (max-width: 1099px) {
  .fe-r17-opp-cards {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
  .fe-r17-opp-cards > li { flex: 0 0 210px; }
}

/* ========== TOOLBOX — TARGET ========== */
.fe-r17-toolbox-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.fe-r17-toolbox-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.fe-r17-toolbox-more {
  color: var(--r17-muted);
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}
.fe-r17-toolbox-more::after {
  content: "";
  width: 0.42em;
  height: 0.42em;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: 0.05em;
}
.fe-r17-toolbox-more:hover { color: var(--r17-ink); }

.fe-r17-toolbox-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}
.fe-r17-toolbox-grid > li {
  display: flex;
  min-width: 0;
}
.fe-r17-toolbox-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  min-height: 156px;
  height: 100%;
  padding: 1rem;
  border: 1px solid var(--r17-line);
  border-radius: calc(var(--r17-radius) + 0.05rem);
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 19, 24, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.fe-r17-toolbox-card:hover {
  border-color: #d4dbe8;
  box-shadow: 0 12px 28px rgba(17, 19, 24, 0.08);
  transform: translateY(-1px);
}
.fe-r17-toolbox-card__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 0.95rem;
  background: #e8efff;
  color: var(--r17-blue);
}
.fe-r17-toolbox-card[data-cat="checker"] .fe-r17-toolbox-card__icon,
.fe-r17-toolbox-card[data-cat="misc"] .fe-r17-toolbox-card__icon { background: #f3ebff; color: #8b5cf6; }
.fe-r17-toolbox-card[data-cat="text"] .fe-r17-toolbox-card__icon { background: #eef2f6; color: #64748b; }
.fe-r17-toolbox-card[data-cat="converter"] .fe-r17-toolbox-card__icon,
.fe-r17-toolbox-card[data-cat="unit_converter"] .fe-r17-toolbox-card__icon,
.fe-r17-toolbox-card[data-cat="data_converter"] .fe-r17-toolbox-card__icon { background: #e8f6ec; color: var(--r17-green); }
.fe-r17-toolbox-card[data-cat="generator"] .fe-r17-toolbox-card__icon { background: #e7f4ff; color: #0ea5e9; }
.fe-r17-toolbox-card[data-cat="developer"] .fe-r17-toolbox-card__icon { background: #e8efff; color: #3b82f6; }
.fe-r17-toolbox-card[data-cat="image"] .fe-r17-toolbox-card__icon { background: #fff1e8; color: #ea580c; }
.fe-r17-toolbox-card[data-cat="time"] .fe-r17-toolbox-card__icon { background: #e7f3f7; color: #32758c; }
.fe-r17-toolbox-card[data-cat="color_converter"] .fe-r17-toolbox-card__icon { background: #ecfdf3; color: #16a34a; }
.fe-r17-toolbox-card[data-cat="financial"] .fe-r17-toolbox-card__icon { background: #e8f7f1; color: #059669; }
.fe-r17-toolbox-card strong {
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 750;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(2 * 1.35em);
}
.fe-r17-toolbox-card__desc {
  font-size: 0.76rem;
  color: var(--r17-muted);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(2 * 1.45em);
  margin-top: auto;
}
@media (max-width: 1099px) {
  .fe-r17-toolbox-grid {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    align-items: stretch;
  }
  .fe-r17-toolbox-grid > li {
    flex: 0 0 176px;
  }
}

/* Legacy jobs/tools class aliases */
.fe-r17-jobs {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem;
}
.fe-r17-jobs a {
  display: flex; flex-direction: column; gap: 0.25rem;
  min-height: 148px; padding: 0.85rem; border: 1px solid var(--r17-line);
  border-radius: var(--r17-radius); background: #fff;
}
.fe-r17-jobs__icon {
  width: 2rem; height: 2rem; border-radius: 0.35rem; display: grid; place-items: center;
  background: #eef2ff; color: var(--r17-blue); margin-bottom: 0.25rem;
}
.fe-r17-jobs strong { font-size: 0.95rem; line-height: 1.25; }
.fe-r17-jobs span, .fe-r17-jobs small { font-size: 0.78rem; color: var(--r17-muted); }
.fe-r17-jobs em { font-style: normal; font-size: 0.82rem; font-weight: 700; color: var(--r17-ink); margin-top: auto; }
@media (max-width: 1099px) {
  .fe-r17-jobs {
    display: flex; gap: 0.75rem; overflow-x: auto; padding-bottom: 0.25rem;
  }
  .fe-r17-jobs > li { flex: 0 0 200px; }
}

.fe-r17-tools {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.75rem;
}
.fe-r17-tools a {
  display: flex; flex-direction: column; gap: 0.35rem;
  min-height: 118px; padding: 0.85rem; border: 1px solid var(--r17-line);
  border-radius: var(--r17-radius); background: #fff;
}
.fe-r17-tools i { color: var(--r17-blue); font-size: 1.05rem; }
.fe-r17-tools strong { font-size: 0.92rem; line-height: 1.25; }
.fe-r17-tools span { font-size: 0.76rem; color: var(--r17-muted); line-height: 1.35; }
@media (max-width: 1099px) {
  .fe-r17-tools { display: flex; gap: 0.75rem; overflow-x: auto; padding-bottom: 0.25rem; }
  .fe-r17-tools > li { flex: 0 0 168px; }
}

/* ========== ENTERTAINMENT INDEX ========== */
.fe-r17-eindex-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 18px;
}
.fe-r17-eindex-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--r17-ink);
  line-height: 1.2;
}
.fe-r17-eindex-head__more {
  color: var(--r17-blue) !important;
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
}
.fe-r17-eindex-head__more span { margin-left: 0.15rem; }

.fe-r17-eindex {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 14px;
  align-items: stretch;
  min-height: 430px;
}
.fe-r17-eindex__feature {
  position: relative;
  min-height: 430px;
  border-radius: 10px;
  overflow: hidden;
  background: #0e1016;
}
.fe-r17-eindex__media { position: absolute; inset: 0; z-index: 0; }
.fe-r17-eindex__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 62% center; display: block;
}
.fe-r17-eindex__overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
  padding: 1.75rem 1.6rem 1.65rem;
  background:
    linear-gradient(90deg, rgba(8,10,14,0.78) 0%, rgba(8,10,14,0.42) 38%, rgba(8,10,14,0.08) 68%, transparent 100%),
    linear-gradient(0deg, rgba(8,10,14,0.55) 0%, rgba(8,10,14,0.12) 38%, transparent 62%);
  color: #fff;
}
.fe-r17-eindex__copy {
  max-width: 26rem;
  width: 100%;
}
.fe-r17-eindex__kicker {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}
.fe-r17-eindex__title {
  margin: 0.5rem 0 0.45rem;
  font-family: Georgia, "Times New Roman", "Libre Baskerville", serif;
  font-size: clamp(1.9rem, 1.35rem + 1.7vw, 2.65rem);
  line-height: 1.08;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: -0.015em;
  max-width: none;
}
.fe-r17-eindex__meta {
  margin: 0 0 0.85rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
.fe-r17-eindex__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
  margin-bottom: 0.85rem;
}
.fe-r17-eindex__stat {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.fe-r17-eindex__stat svg { flex-shrink: 0; }
.fe-r17-eindex__stat--score { color: #fff; }
.fe-r17-eindex__rankpill {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.48);
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
}
.fe-r17-eindex__rankpill strong {
  font-weight: 800;
  margin-right: 0.2rem;
  color: #fff;
}
.fe-r17-eindex__blurb {
  margin: 0 0 1.1rem;
  max-width: 28rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.94);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fe-r17-eindex__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.fe-r17-eindex__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 2.5rem;
  padding: 0 1.15rem;
  border-radius: 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.fe-r17-eindex__btn--solid { background: #fff; color: #111 !important; }
.fe-r17-eindex__btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.92);
}
.fe-r17-eindex__charts {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; min-height: 430px;
  background: #fff; border: 1px solid #e6e3dd; border-radius: 8px; overflow: hidden;
}
.fe-r17-eindex__col {
  padding: 1.1rem 1rem 1rem; display: flex; flex-direction: column; min-width: 0; border-left: 1px solid #e6e3dd;
}
.fe-r17-eindex__col:first-child { border-left: 0; }
.fe-r17-eindex__col h3 {
  margin: 0 0 0.65rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 800; color: #12141a;
}
.fe-r17-eindex__col ol { list-style: none; margin: 0; padding: 0; flex: 1; }
.fe-r17-eindex__col li { border-top: 1px solid #eceae5; }
.fe-r17-eindex__col li:last-child { border-bottom: 1px solid #eceae5; }
.fe-r17-eindex__col ol a,
.fe-r17-eindex__pad {
  display: grid; grid-template-columns: 1.15rem minmax(0, 1fr) 2.1rem; gap: 0.45rem; align-items: center;
  min-height: 3rem; padding: 0.45rem 0; color: #12141a;
}
.fe-r17-eindex__rank { color: #9aa1ab; font-weight: 700; font-size: 0.86rem; }
.fe-r17-eindex__col strong {
  font-size: 0.9rem; line-height: 1.25; font-weight: 700; min-width: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fe-r17-eindex__col em {
  font-style: normal; font-weight: 800; font-size: 0.9rem; font-variant-numeric: tabular-nums; text-align: right; color: #12141a;
}
.fe-r17-eindex__col em.is-empty { color: #b0b6bf; font-weight: 650; }
.fe-r17-eindex__more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
  padding-top: 0.95rem;
  color: var(--r17-blue) !important;
  font-weight: 700;
  font-size: 0.84rem;
  white-space: nowrap;
  line-height: 1.2;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 1099px) {
  .fe-r17-eindex { grid-template-columns: 1fr; min-height: 0; }
  .fe-r17-eindex__feature { min-height: 360px; }
  .fe-r17-eindex__charts { grid-template-columns: 1fr; min-height: 0; }
  .fe-r17-eindex__col { border-left: 0; border-top: 1px solid #e6e3dd; }
  .fe-r17-eindex__col:first-child { border-top: 0; }
  .fe-r17-eindex__title { max-width: none; }
}
@media (min-width: 700px) and (max-width: 1099px) {
  .fe-r17-eindex__charts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fe-r17-eindex__col { border-top: 0; border-left: 1px solid #e6e3dd; }
  .fe-r17-eindex__col:first-child { border-left: 0; }
}
/* ========== NEWSLETTER — TARGET daily band ========== */
.fe-r17-engage {
  background: linear-gradient(90deg, #0b1428 0%, #101f3d 52%, #152848 100%);
  color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.fe-r17-engage,
.fe-r17-engage p,
.fe-r17-engage li {
  color: rgba(255, 255, 255, 0.88);
}
.fe-r17-engage__copy h2 {
  margin: 0 0 0.55rem;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 14ch;
}
.fe-r17-engage__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 34ch;
}
.fe-r17-engage__form-wrap {
  display: grid;
  gap: 0.55rem;
  align-content: center;
}
.fe-r17-engage-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.fe-r17-engage-form .flex,
.fe-r17-engage-form .flex-col {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  align-items: stretch;
}
.fe-r17-engage-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.45rem 0 0 0.45rem;
  background: #fff;
  color: var(--r17-ink);
  font: inherit;
  font-size: 0.92rem;
  box-shadow: inset 0 0 0 1px rgba(17, 19, 24, 0.08);
}
.fe-r17-engage-form input[type="email"]::placeholder {
  color: #8b95a5;
}
.fe-r17-engage-form button[type="submit"] {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 0 0.45rem 0.45rem 0;
  background: var(--r17-blue);
  color: #fff !important;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}
.fe-r17-engage-form .fe-newsletter-form__note,
.fe-r17-engage-form p[id$="-note"] {
  display: none;
}
.fe-r17-engage__social {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.fe-r17-engage__cta {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1.15rem;
  border-radius: 0.45rem;
  background: var(--r17-blue);
  color: #fff !important;
  font-weight: 700;
}
.fe-r17-engage__benefits {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.35rem;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.65rem;
  align-content: center;
}
.fe-r17-engage__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}
.fe-r17-engage__benefits i {
  color: #4ade80;
  font-size: 0.95rem;
  margin-top: 0.12rem;
}
.fe-r17-engage__visual {
  position: relative;
  align-self: stretch;
  min-height: 180px;
  overflow: hidden;
  border-radius: 0.65rem;
}
.fe-r17-engage__art {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 180px;
  border-radius: 0.65rem;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 196, 120, 0.28) 0%, transparent 42%),
    radial-gradient(circle at 18% 82%, rgba(31, 94, 255, 0.18) 0%, transparent 36%),
    linear-gradient(145deg, #172742 0%, #101b31 100%);
  overflow: hidden;
}
.fe-r17-engage__art-glow {
  position: absolute;
  inset: auto -10% -35% 35%;
  height: 70%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 180, 90, 0.35) 0%, transparent 68%);
}
.fe-r17-engage__art-sun {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffd27a, #ffb347);
  box-shadow: 0 0 24px rgba(255, 190, 90, 0.45);
}
.fe-r17-engage__art-steam {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  width: 0.55rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transform: translateX(-50%);
}
.fe-r17-engage__art-steam--1 { margin-left: -0.85rem; height: 1.1rem; opacity: 0.55; }
.fe-r17-engage__art-steam--2 { margin-left: 0; height: 1.45rem; opacity: 0.75; }
.fe-r17-engage__art-steam--3 { margin-left: 0.85rem; height: 1rem; opacity: 0.5; }
.fe-r17-engage__art-cup {
  position: absolute;
  left: 50%;
  bottom: 2.35rem;
  width: 3.4rem;
  height: 2.35rem;
  transform: translateX(-58%);
  border-radius: 0 0 0.85rem 0.85rem;
  background: linear-gradient(180deg, #fff7ef 0%, #f2ddc5 100%);
  box-shadow: inset 0 -0.35rem 0 rgba(0, 0, 0, 0.06);
}
.fe-r17-engage__art-cup::after {
  content: "";
  position: absolute;
  right: -0.85rem;
  top: 0.55rem;
  width: 0.85rem;
  height: 1.15rem;
  border: 0.22rem solid #f2ddc5;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}
.fe-r17-engage__art-saucer {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: 4.6rem;
  height: 0.45rem;
  transform: translateX(-58%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}
.fe-r17-engage__art-paper {
  position: absolute;
  bottom: 1.35rem;
  width: 2.6rem;
  height: 3.2rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.fe-r17-engage__art-paper--1 {
  left: 1rem;
  transform: rotate(-8deg);
}
.fe-r17-engage__art-paper--2 {
  right: 0.85rem;
  transform: rotate(7deg);
  background: rgba(255, 255, 255, 0.82);
}
.fe-r17-engage__art-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  min-height: 1.55rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.fe-r17-engage__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 0.85fr) minmax(0, 0.75fr);
  gap: 1.5rem 1.75rem;
  align-items: center;
  min-height: 220px;
  padding: 2rem 0;
}

@media (max-width: 1099px) {
  .fe-r17-engage__layout {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 1.75rem 0;
  }
  .fe-r17-engage__visual {
    grid-column: 1 / -1;
    min-height: 140px;
  }
}
@media (max-width: 699px) {
  .fe-r17-engage__layout {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.5rem 0;
  }
  .fe-r17-engage__benefits {
    padding-left: 0;
    border-left: 0;
  }
  .fe-r17-engage-form .flex,
  .fe-r17-engage-form .flex-col {
    flex-direction: column !important;
  }
  .fe-r17-engage-form input[type="email"] {
    border-radius: 0.45rem;
  }
  .fe-r17-engage-form button[type="submit"] {
    border-radius: 0.45rem;
    width: 100%;
  }
}

body:has(.fe-home-r17) footer.fe-site-footer,
body:has(.fe-home-r17) footer {
  margin-top: 0 !important;
}

@media (max-width: 480px) {
  .fe-home-r17 { --r17-shell: min(1400px, calc(100% - 24px)); }
  .fe-r17-section { padding: 40px 0; }
}
