/* ============================================================
   RedEagle Theme — main.css
   Combines: reset · global · home page styles · WP overrides
   ============================================================ */


/* ── RESET ──────────────────────────────────────────────────── */

::before, ::after { --tw-content: ''; }

html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

body { margin: 0; line-height: inherit; }
* { box-sizing: border-box; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }

button, input, optgroup, select, textarea {
  font-family: inherit; font-feature-settings: inherit;
  font-variation-settings: inherit; font-size: 100%;
  font-weight: inherit; line-height: inherit;
  color: inherit; margin: 0; padding: 0; border: 0;
}

button, select { text-transform: none; }

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
summary { display: list-item; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
dialog { padding: 0; }
textarea { resize: vertical; }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }
* { text-underline-offset: 0.134em; }


/* ── GLOBAL VARIABLES ────────────────────────────────────────── */

:root {
  --margin-sm: 16px;
  --margin-md: 32px;
}

* {
  --min-screen-size: 430;
  --max-screen-size: 1920;
  --interpolate-diff: calc(var(--max-font-size) - var(--min-font-size));
  --interpolate: clamp(
    calc(var(--min-font-size) * 1px),
    calc((var(--min-font-size) * 1px) + var(--interpolate-diff) * ((100vw - calc(var(--min-screen-size) * 1px)) / (var(--max-screen-size) - var(--min-screen-size)))),
    calc(var(--max-font-size) * 1px)
  );
}

html { height: 100%; font-size: 16px; }


/* ── UTILITY CLASSES ─────────────────────────────────────────── */

.text-red {
  color: #e11d2a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.43px;
}

.text-uppercase { text-transform: uppercase; }
.circle { border-radius: 50%; }

.btn-red {
  display: flex;
  background-color: #e11d2a;
  padding: 0 22px;
  border-radius: 999px;
}

.hover-bright:hover { filter: brightness(1.2); }
.hover-dark:hover   { filter: brightness(0.85); }

.svg {
  margin-top: 1px;
  width: 46px; height: 34px;
  flex-shrink: 0;
}

.ret-logo {
  display: block;
  max-width: 100%;
  height: auto;
  flex-shrink: 1;
}
.ret-logo--header { max-height: 44px; }
.ret-logo--footer { max-height: 44px; }
.ret-logo--popup  { max-height: 36px; }

.container-a {
  margin-top: -1px;
  width: 118px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  text-align: left;
}

.btn-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  background-color: rgba(255,255,255,0.7);
  padding: 5px 10px;
  border-radius: 6px;
}

.circle-backg {
  margin-top: 2px;
  width: 3px; height: 3px;
  flex-shrink: 0;
  background-color: #8a92a6;
  border-radius: 50%;
}


/* ════════════════════════════════════════════════════════════
   SHARED COMPONENTS
   ════════════════════════════════════════════════════════════ */

/* Post meta row: author · time · read-time */
.ret-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #8a92a6;
  font-size: 13px;
  font-weight: 600;
  padding: 0 1px 1px 1px;
}

.ret-post-meta__text { margin-top: -1px; flex-shrink: 0; text-align: left; }

/* Separator dot between meta items */
.ret-meta-dot {
  margin-top: 1px;
  width: 3px; height: 3px;
  flex-shrink: 0;
  background-color: #8a92a6;
  border-radius: 50%;
}

/* Card / section heading row */
.ret-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0b1d3b;
  font-size: 20px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0b1d3b;
}

.ret-card-header__title { margin-top: -2px; flex-shrink: 0; text-align: left; }

.ret-card-header__icon { width: 30px; height: 30px; flex-shrink: 0; }

.ret-card-header__icon-link { display: flex; flex-shrink: 0; }

/* Placeholder label for missing thumbnails */
.ret-placeholder-label {
  font-size: 11px;
  font-family: 'Courier New', monospace;
  color: #9aa3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* ════════════════════════════════════════════════════════════
   SHARED CONTAINER
   ════════════════════════════════════════════════════════════ */

.ret-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ════════════════════════════════════════════════════════════
   HEADER
   ════════════════════════════════════════════════════════════ */

.header {
  container: header / inline-size;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ── Top bar ────────────────────────────────────────────────── */

.header-topbar {
  container: header-topbar / inline-size;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eef1f6;
}

.header-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 10px 0;
}

.header-container1 { display: flex; align-items: center; gap: 18px; font-weight: 700; }
.header-container2 { display: flex; align-items: flex-start; gap: 7px; color: #0b1d3b; letter-spacing: 0.48px; }
.header-circle { margin-top: 5px; width: 8px; height: 8px; flex-shrink: 0; background-color: #e11d2a; }
.header-text-live { text-align: left; }
.header-text-link1 { color: #e11d2a; letter-spacing: 0; text-align: left; }
.header-container3 { display: flex; align-items: center; gap: 8px; color: #8a92a6; font-weight: 600; letter-spacing: 0; }
.header-line { width: 0; height: 16px; flex-shrink: 0; border-left: 1px solid #e7eaf1; }
.header-text-container { text-align: left; }
.header-text-link2 { text-align: left; }
.header-text-link3 { text-align: left; }

/* ── Main header row ────────────────────────────────────────── */

.header-main {
  container: header-main / inline-size;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf1;
  color: #0b1d3b;
}

.header-main-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 18px 0;
}

.header-link-republic {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  font-family: 'Unbounded';
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.38px;
  flex-shrink: 1;
  min-width: 0;
  text-decoration: none;
  color: #0b1d3b;
}

.header-nav-margin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 6px 0;
}

.header-nav-item {
  text-align: left;
  cursor: pointer;
  transition: color 0.15s;
  white-space: nowrap;
  color: #0b1d3b;
  text-decoration: none;
}
.header-nav-item:hover, .header-nav-item.active { color: #e11d2a; }

/* Desktop actions: search + subscribe */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/* Mobile-only: search icon + hamburger (hidden on desktop) */
.header-mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}

.header-btn-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
}

.header-button { width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; }

.header-btn-link {
  display: flex;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 11px 22px;
  white-space: nowrap;
  text-decoration: none;
}

/* Hamburger button */
.header-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  padding: 9px;
  background: none;
  border: 1px solid #e7eaf1;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.header-hamburger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0b1d3b;
  border-radius: 2px;
}


/* ════════════════════════════════════════════════════════════
   MOBILE MENU OVERLAY + PANEL
   ════════════════════════════════════════════════════════════ */

.mobile-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(11, 29, 59, 0.55);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: min(320px, 85vw);
  height: 100dvh;
  background-color: #fff;
  z-index: 201;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 0;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: 4px 0 32px rgba(11, 29, 59, 0.12);
}

.mobile-menu.is-open { transform: translateX(0); }

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eef1f6;
}

.mobile-menu-close {
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #e7eaf1;
  border-radius: 50%;
  cursor: pointer;
  color: #0b1d3b;
  flex-shrink: 0;
  padding: 0;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
}

.mobile-menu-nav .header-nav-item {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eef1f6;
  color: #0b1d3b;
}

.mobile-menu-nav .header-nav-item:hover,
.mobile-menu-nav .header-nav-item.active { color: #e11d2a; }

.mobile-menu-subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 24px;
  text-align: center;
}


/* ════════════════════════════════════════════════════════════
   SEARCH POPUP (non-home pages)
   ════════════════════════════════════════════════════════════ */

.header-search-popup {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf1;
  padding: 14px 0;
}

.header-search-popup[hidden] { display: none; }

.header-search-popup:not([hidden]) {
  animation: ret-search-drop 0.2s ease;
}

@keyframes ret-search-drop {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.header-search-form {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a92a6;
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  background-color: #fff;
  padding: 7px 7px 7px 23px;
  border-radius: 863.2px;
  box-shadow: 0 4px 20px rgba(11, 29, 59, 0.1);
}

/* Suppress browser-native clear button inside <input type="search"> */
::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* Clear buttons: invisible by default so they keep their space in the layout,
   shown via JS once the input has text */
.ret-home-search-clear { visibility: hidden; }
.ret-search-close      { visibility: hidden; }

/* Home page search form: focus ring applied via JS */
.ret-search-bar {
  transition: box-shadow 0.25s ease, outline-color 0.25s ease;
  outline: 2px solid transparent;
  outline-offset: 3px;
}

#home-search-form.is-focused {
  outline-color: #1e3aba;
  box-shadow:
    0 0 0 5px rgba(30, 58, 186, 0.15),
    0px 15.55px 43.2px 0px rgba(11,29,59,0.12);
}


/* ════════════════════════════════════════════════════════════
   BODY / MAIN WRAPPER
   ════════════════════════════════════════════════════════════ */

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  background-color: #f1f3f7;
}

.site-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  padding: 48px 0 80px;
}

.site-main__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}


/* ════════════════════════════════════════════════════════════
   BREAKING NEWS BAR
   ════════════════════════════════════════════════════════════ */

.ret-breaking-bar {
  box-shadow: 0px 2px 12px 0px rgba(11,29,59,0.05);
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #fff;
  padding: 14px 18px;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  overflow: hidden;
}

.ret-breaking-bar__badge {
  display: flex;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.32px;
  background-color: #e11d2a;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ret-breaking-bar__scroll {
  display: flex;
  flex-grow: 1;
  font-weight: 600;
  overflow: hidden;
}

/* Ticker track: two identical sets side-by-side; -50% = exactly one set */
.ret-breaking-bar__track {
  display: flex;
  flex-shrink: 0;
  animation: ret-ticker 22s linear infinite;
}

.ret-breaking-bar__set {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
  padding-right: 48px; /* trailing gap so track halves are visually equal */
}

.ret-breaking-bar__item { display: flex; align-items: center; gap: 10px; }

.ret-breaking-bar__title {
  color: #0b1d3b;
  font-size: 14.5px;
  text-align: left;
  white-space: nowrap;
}

.ret-breaking-bar__time {
  color: #8a92a6;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  flex-shrink: 0;
  font-style: normal;
}

@keyframes ret-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Pause on hover/focus so users can click a link */
.ret-breaking-bar:hover .ret-breaking-bar__track,
.ret-breaking-bar:focus-within .ret-breaking-bar__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .ret-breaking-bar__track { animation-play-state: paused; }
}


/* ════════════════════════════════════════════════════════════
   HOME SEARCH BAR
   ════════════════════════════════════════════════════════════ */

.ret-search-bar {
  box-shadow: 0px 15.55px 43.2px 0px rgba(11,29,59,0.12);
  width: 100%;
  max-width: 553px;
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: center;
  color: #8a92a6;
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  background-color: #fff;
  padding: 7px 7px 7px 23px;
  border-radius: 863.2px;
}

.ret-search-bar__form { flex-grow: 1; }

.ret-search-bar__input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #8a92a6;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  padding: 0;
}

.ret-search-bar__input::placeholder { color: #8a92a6; }

.ret-search-bar__clear { width: 35px; height: 35px; flex-shrink: 0; cursor: pointer; }


/* ════════════════════════════════════════════════════════════
   HERO SECTION: ARTICLE CARD + MARKET WATCH SIDEBAR
   ════════════════════════════════════════════════════════════ */

.ret-hero-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 30px;
}

/* Left column: slider track + dots */
.ret-hero-section__primary {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* All slides stacked in the same grid cell; active one fades in */
.ret-hero-slider__track {
  display: grid;
  cursor: grab;
  user-select: none;
}

/* Hero article card — thumbnail RIGHT, text LEFT */
.ret-hero-card {
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 30px;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  text-decoration: none;
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.ret-hero-card--active {
  opacity: 1;
  pointer-events: auto;
}

.ret-hero-card__thumbnail-link {
  display: contents; /* removed from flex flow; thumbnail div becomes the flex child */
}

.ret-hero-card__title-link {
  color: inherit;
  text-decoration: none;
}

.ret-hero-card__thumbnail {
  order: 2;
  flex: 0 0 48%;
  min-height: 380px;
  color: #9aa3b8;
  font-size: 11px;
  font-family: 'Courier New';
  font-weight: 400;
  background: linear-gradient(130deg, #e9edf5 0%, #e9edf5 2%, #eef2f8 2%, #eef2f8 5%) center / cover no-repeat;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ret-hero-card__body {
  container: ret-hero-card__body / inline-size;
  order: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.ret-hero-card__category { text-transform: uppercase; }

.ret-hero-card__title {
  color: #0b1d3b;
  --min-font-size: 19; --max-font-size: 36; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.46px;
}

.ret-hero-card__excerpt {
  margin-top: 3px;
  color: #48526a;
  --min-font-size: 15; --max-font-size: 16; font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.6;
}

.ret-hero-card__meta { margin-top: auto; padding-top: 9px; }

/* Carousel dots row */
.ret-hero-card__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 0;
}

.ret-hero-card__dot {
  width: 8px; height: 8px;
  flex-shrink: 0;
  background-color: #cdd4e2;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, width 0.3s ease, border-radius 0.3s ease;
}

.ret-hero-card__dot:hover:not(.ret-hero-card__dot--active) {
  background-color: #8a92a6;
}

.ret-hero-card__dot--active {
  width: 22px; height: 8px;
  background-color: #0b1d3b;
  border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
  .ret-hero-card { transition: none; }
  .ret-hero-card__dot { transition: none; }
}

/* Market Watch sidebar */
.ret-market-watch {
  container: ret-market-watch / inline-size;
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  background-color: #fff;
  padding: 22px;
  border: 1px solid #eef1f6;
  border-radius: 20px;
}

.ret-market-watch__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0b1d3b;
  font-size: 19px;
  font-family: 'Unbounded';
  line-height: 1.04;
  letter-spacing: -0.19px;
  padding-bottom: 10px;
}

.ret-market-watch__title { margin-top: -1px; flex-shrink: 0; text-align: left; }
.ret-market-watch__view-all { width: 20px; height: 20px; flex-shrink: 0; }

.ret-market-watch__tabs {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #8a92a6;
  font-size: 13px;
  line-height: normal;
  border-bottom: 1px solid #e7eaf1;
  background: none;
}

.ret-market-watch__tab {
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.ret-market-watch__tab--active {
  margin-top: 3px; margin-bottom: -1px;
  color: #0b1d3b;
  padding-left: 1px;
  padding-bottom: 11px;
  border-bottom: 2px solid #e11d2a;
}

.ret-market-watch__list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ret-market-watch__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef1f6;
}

.ret-market-watch__item--last { padding-bottom: 0; border-bottom: none; }

.ret-market-watch__item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: left;
}

.ret-market-watch__item-name { color: #0b1d3b; font-size: 13.5px; }
.ret-market-watch__item-value { color: #8a92a6; font-size: 12.5px; font-weight: 600; }

.ret-market-watch__item-chart {
  width: 64px; height: 26px;
  flex-shrink: 0;
}

.ret-market-watch__item-change {
  flex-shrink: 0;
  min-width: 48px;
  color: #1f9d57;
  font-size: 13px;
  text-align: right;
}

.ret-market-watch__item-change--down { color: #e11d2a; }

.ret-market-watch__footer {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: start;
  color: #0b1d3b;
  font-size: 13.5px;
  padding-top: 10px;
  cursor: pointer;
  text-decoration: none;
}

.ret-market-watch__footer-label { text-align: left; }
.ret-market-watch__footer-icon { width: 16px; height: 16px; flex-shrink: 0; }


/* ════════════════════════════════════════════════════════════
   FEATURED COLUMNS: TOP STORIES | OPINION | IN FOCUS
   ════════════════════════════════════════════════════════════ */

.ret-featured-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 30px;
}

.ret-section-divider {
  width: 100%;
  border: none;
  border-bottom: 2px solid #0b1d3b;
  margin: 0;
}

.ret-featured-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

/* Top Stories card */
.ret-top-stories {
  container: ret-top-stories / inline-size;
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #eef1f6;
  border-radius: 20px;
}

.ret-top-stories__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 600;
}

.ret-top-stories__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ret-top-stories__item--featured {
  padding-bottom: 16px;
  border-bottom: 1px solid #eef1f6;
}

.ret-top-stories__item:not(.ret-top-stories__item--featured):not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #eef1f6;
}

.ret-top-stories__link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  width: 100%;
}

.ret-top-stories__thumbnail {
  width: 74px;
  flex-shrink: 0;
  background: linear-gradient(131deg, #e9edf5 0%, #e9edf5 14%, #eef2f8 14%, #eef2f8 29%) top left / auto auto no-repeat;
  padding: 27px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.ret-top-stories__thumbnail-overlay {
  height: 10px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 6px;
}

.ret-top-stories__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  text-align: left;
}

.ret-top-stories__category {
  color: #1e3aba;
  text-transform: uppercase;
}

.ret-top-stories__title {
  color: #0b1d3b;
  font-size: 14.5px;
  font-family: 'Unbounded';
  line-height: 1.2;
  letter-spacing: -0.14px;
}

/* Opinion + In Focus cards */
.ret-editorial-card {
  container: ret-editorial-card / inline-size;
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #eef1f6;
  border-radius: 20px;
}

.ret-editorial-card__inner { display: flex; flex-direction: column; gap: 7px; text-decoration: none; }

.ret-editorial-card__thumbnail {
  color: #9aa3b8;
  font-size: 11px;
  font-family: 'Courier New';
  font-weight: 400;
  background: linear-gradient(119deg, #e9edf5 0%, #e9edf5 3%, #eef2f8 3%, #eef2f8 6%) center / cover no-repeat;
  padding: 0;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.ret-editorial-card__category {
  margin-top: 9px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.43px;
}

.ret-editorial-card__title {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  color: #0b1d3b;
  --min-font-size: 19; --max-font-size: 20; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.2px;
}

/* Opinion: red accent on category */
.ret-editorial-card--opinion .ret-editorial-card__category { color: #e11d2a; }

/* In Focus: blue accent on category */
.ret-editorial-card--focus .ret-editorial-card__category { color: #1e3aba; }


/* ════════════════════════════════════════════════════════════
   POLITICS SECTION
   ════════════════════════════════════════════════════════════ */

.ret-politics-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.ret-politics-section .ret-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.ret-politics-card {
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
  background-color: #fff;
  padding: 36px;
  border: 1px solid #eef1f6;
  border-radius: 20px;
}

.ret-politics-featured {
  flex: 0 0 calc(57% - 18px);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.ret-politics-featured__thumbnail {
  color: #9aa3b8;
  font-size: 11px;
  font-family: 'Courier New';
  font-weight: 400;
  background: linear-gradient(122deg, #e9edf5 0%, #e9edf5 2%, #eef2f8 2%, #eef2f8 3%) center / cover no-repeat;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.ret-politics-featured__category { margin-top: 18px; text-transform: uppercase; }

.ret-politics-featured__title {
  margin-top: 8px;
  color: #0b1d3b;
  --min-font-size: 17; --max-font-size: 26; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.26px;
}

.ret-politics-featured__excerpt {
  margin-top: 12px;
  color: #48526a;
  --min-font-size: 15; --max-font-size: 16; font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.ret-politics-featured__meta {
  margin-top: 14px;
  align-self: start;
}

/* Politics list (right column) */
.ret-post-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-weight: 600;
}

.ret-post-list__item {
  border-bottom: 1px solid #eef1f6;
}

.ret-post-list__item--last { border-bottom: none; }

.ret-post-list__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 0;
  text-decoration: none;
}

.ret-post-list__item:first-child .ret-post-list__link { padding-top: 0; }

.ret-post-list__category {
  color: #1e3aba;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.43px;
}

.ret-post-list__title {
  color: #0b1d3b;
  --min-font-size: 15; --max-font-size: 16; font-size: var(--interpolate);
  font-family: 'Unbounded';
  line-height: 1.18;
  letter-spacing: -0.16px;
}


/* ════════════════════════════════════════════════════════════
   NEWSLETTER CTA
   ════════════════════════════════════════════════════════════ */

.ret-newsletter-cta {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  gap: 24px;
  background-color: #0b1d3b;
  padding: 30px 36px 32px;
  border-radius: 20px;
  overflow: hidden;
}

.ret-newsletter-cta__icon {
  width: 58px; height: 58px;
  flex-shrink: 0;
  background-color: rgba(255,255,255,0.1);
  padding: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ret-newsletter-cta__icon-img { height: 26px; }

.ret-newsletter-cta__content {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.ret-newsletter-cta__heading {
  color: #fff;
  font-size: 22px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.22px;
}

.ret-newsletter-cta__text {
  color: #b9c2d6;
  font-size: 14px;
  font-weight: 400;
}

.ret-newsletter-cta__form {
  flex: 1 1 280px;
  max-width: 500px;
  min-width: 0;
}

.ret-newsletter-cta__email {
  width: 260px;
  min-height: 45px;
  color: #8a92a6;
  font-weight: 400;
  text-align: left;
  padding: 14px 20px;
  border-radius: 999px;
  background: #fff;
  border: none;
  outline: none;
}

.ret-newsletter-cta__submit {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  padding: 0 24px;
}

.ret-newsletter-cta__orb {
  position: absolute; z-index: 0; top: -40px; right: -40px;
  width: 220px; height: 220px;
  background: radial-gradient(71% 71% at 50% 50%, rgba(240,194,74,0.18) 0%, rgba(240,194,74,0) 70%) no-repeat;
  border-radius: 50%;
  pointer-events: none;
}


/* ════════════════════════════════════════════════════════════
   VALUES SECTION
   ════════════════════════════════════════════════════════════ */

.ret-values {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}

.ret-values__item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 20px;
  border-left: 1px solid #e7eaf1;
}

.ret-values__item--first {
  border-left: none;
  padding-left: 0;
}

.ret-values__icon { width: 34px; height: 34px; flex-shrink: 0; margin-top: 2px; }

.ret-values__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.ret-values__title {
  color: #0b1d3b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.04;
  letter-spacing: 1.2px;
}

.ret-values__desc {
  color: #48526a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}


/* ════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════ */

.site-footer {
  width: 100%;
  background-color: #0b1d3b;
  padding: 54px 0 32px;
  text-align: left;
  margin-top: auto;
}

.site-footer .ret-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Four-column layout */
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}

/* Column 1: Brand */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.footer-brand__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 19px;
  font-family: 'Unbounded';
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.38px;
  text-decoration: none;
}

.footer-brand__desc {
  color: #9aa6c2;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-brand__social {
  margin-top: 4px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-social-link {
  width: 38px; height: 38px;
  flex-shrink: 0;
  background-color: rgba(255,255,255,0.08);
  padding: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
}
.footer-social-link:hover { background-color: rgba(255,255,255,0.15); }
.footer-social-link__icon { height: 17px; }

/* Columns 2 & 3: Navigation */
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-nav__heading {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.44px;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #9aa6c2;
  font-size: 14px;
  font-weight: 400;
}

.footer-nav__item a { color: #9aa6c2; transition: color 0.15s; }
.footer-nav__item a:hover { color: #fff; }


/* Column 4: Newsletter */
.footer-newsletter {
  container: footer-newsletter / inline-size;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-newsletter__heading {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.44px;
}

.footer-newsletter__text {
  color: #9aa6c2;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  line-height: normal;
}

.footer-newsletter__email {
  min-height: 40px;
  width: 100%;
  color: #7d89a6;
  font-size: 13px;
  font-weight: 400;
  background-color: rgba(255,255,255,0.08);
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  outline: none;
}

.footer-newsletter__submit {
  min-height: 39px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #e11d2a;
  padding: 11px 23px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════
   CONTACT FORM 7 — Newsletter forms (CTA + Footer)
   ════════════════════════════════════════════════════════════ */

/* Wrapper / form resets */
.ret-newsletter-cta__form .wpcf7,
.ret-newsletter-cta__form .wpcf7-form,
.footer-newsletter__form .wpcf7,
.footer-newsletter__form .wpcf7-form { width: 100%; }

.ret-newsletter-cta__form .hidden-fields-container,
.footer-newsletter__form .hidden-fields-container { border: 0; }

/* Screen-reader live region: visually hidden */
.ret-newsletter-cta__form .screen-reader-response,
.footer-newsletter__form .screen-reader-response {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}

/* Remove paragraph margins inside the form */
.ret-newsletter-cta__form .form-fields p,
.ret-newsletter-cta__form .form-privacy p,
.footer-newsletter__form .form-fields p,
.footer-newsletter__form .form-privacy p { margin: 0; }

/* Hide the <br> CF7 inserts between email and submit */
.ret-newsletter-cta__form .form-fields p br,
.footer-newsletter__form .form-fields p br { display: none; }

/* Hide CF7 spinner — prevents extra blank space */
.ret-newsletter-cta__form .wpcf7-spinner,
.footer-newsletter__form .wpcf7-spinner { display: none; }

/* ── CTA: email + submit side by side ─── */
.ret-newsletter-cta__form .form-fields p {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── Footer: always column ─── */
.footer-newsletter__form .form-fields p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* CF7 wrap span must be allowed to shrink inside the flex row */
.ret-newsletter-cta__form .wpcf7-form-control-wrap {
  flex: 1 1 0;
  min-width: 0;
}

/* ── Email inputs ─── */
.ret-newsletter-cta__form input.wpcf7-email {
  width: 100%;
  min-height: 45px;
  color: #8a92a6;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 999px;
  background: #fff;
  border: none;
  outline: none;
}

.footer-newsletter__form input.wpcf7-email {
  width: 100%;
  min-height: 40px;
  color: #7d89a6;
  font-size: 13px;
  background-color: rgba(255,255,255,0.08);
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  outline: none;
}

/* ── Submit buttons ─── */
.ret-newsletter-cta__form input.wpcf7-submit {
  flex-shrink: 0;
  min-height: 45px;
  color: #fff;
  font-weight: 700;
  padding: 0 24px;
  background-color: #e11d2a;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.15s;
}
.ret-newsletter-cta__form input.wpcf7-submit:hover { filter: brightness(1.2); }

.footer-newsletter__form input.wpcf7-submit {
  width: 100%;
  min-height: 39px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #e11d2a;
  padding: 11px 23px;
  border-radius: 999px;
  cursor: pointer;
  transition: filter 0.15s;
}
.footer-newsletter__form input.wpcf7-submit:hover { filter: brightness(1.2); }

/* ── Privacy checkbox block ─── */
.ret-newsletter-cta__form .form-privacy,
.footer-newsletter__form .form-privacy { margin-top: 12px; }

.ret-newsletter-cta__form .wpcf7-acceptance label,
.footer-newsletter__form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.ret-newsletter-cta__form .wpcf7-acceptance input[type="checkbox"],
.footer-newsletter__form .wpcf7-acceptance input[type="checkbox"] {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #e11d2a;
}

.ret-newsletter-cta__form .wpcf7-list-item-label {
  color: #b9c2d6;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}
.ret-newsletter-cta__form .wpcf7-list-item-label a { color: #fff; text-decoration: underline; }
.ret-newsletter-cta__form .wpcf7-list-item-label a:hover { opacity: 0.8; }

.footer-newsletter__form .wpcf7-list-item-label {
  color: #7d89a6;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}
.footer-newsletter__form .wpcf7-list-item-label a { color: #b9c2d6; text-decoration: underline; }
.footer-newsletter__form .wpcf7-list-item-label a:hover { color: #fff; }

/* ── Invalid field highlight ─── */
.ret-newsletter-cta__form input.wpcf7-not-valid,
.footer-newsletter__form input.wpcf7-not-valid {
  border: 1px solid rgba(225,29,42,0.65) !important;
}

/* ── Per-field validation tip ─── */
.ret-newsletter-cta__form .wpcf7-not-valid-tip,
.footer-newsletter__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #fca5a5;
  font-size: 12px;
  line-height: 1.4;
}

/* ── Response output (hidden by default via aria-hidden) ─── */
.wpcf7-response-output[aria-hidden="true"] { display: none; }

.ret-newsletter-cta__form .wpcf7-response-output,
.footer-newsletter__form .wpcf7-response-output {
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid transparent;
}

.ret-newsletter-cta__form .wpcf7-form.sent .wpcf7-response-output,
.footer-newsletter__form .wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(31,157,87,0.15);
  border-color: rgba(31,157,87,0.4);
  color: #86efac;
}

.ret-newsletter-cta__form .wpcf7-form.invalid .wpcf7-response-output,
.ret-newsletter-cta__form .wpcf7-form.failed .wpcf7-response-output,
.ret-newsletter-cta__form .wpcf7-form.unaccepted .wpcf7-response-output,
.footer-newsletter__form .wpcf7-form.invalid .wpcf7-response-output,
.footer-newsletter__form .wpcf7-form.failed .wpcf7-response-output,
.footer-newsletter__form .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: rgba(225,29,42,0.12);
  border-color: rgba(225,29,42,0.35);
  color: #fca5a5;
}

.ret-newsletter-cta__form .wpcf7-form.spam .wpcf7-response-output,
.footer-newsletter__form .wpcf7-form.spam .wpcf7-response-output {
  background-color: rgba(240,194,74,0.12);
  border-color: rgba(240,194,74,0.35);
  color: #fcd34d;
}

/* ── Mobile: stack email + submit in CTA form ─── */
@media screen and (max-width: 991px) {
  .ret-newsletter-cta__form .form-fields p { flex-direction: column; align-items: stretch; }
  .ret-newsletter-cta__form input.wpcf7-email,
  .ret-newsletter-cta__form input.wpcf7-submit { width: 100%; }
}

/* Bottom bar */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8493b3;
  font-size: 13px;
  font-weight: 400;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom__copyright { text-align: left; }

.footer-bottom__links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.footer-bottom__link { text-align: left; transition: color 0.15s; }
.footer-bottom__link:hover { color: #fff; }


/* ════════════════════════════════════════════════════════════
   ARCHIVE / POST CARD
   ════════════════════════════════════════════════════════════ */

.ret-archive-main { padding-top: 60px; padding-bottom: 60px; }

.ret-archive-inner { width: 100%; max-width: 1520px; }

.ret-archive-header { margin-bottom: 40px; }

.ret-archive-title {
  color: #0b1d3b;
  font-size: 32px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.3px;
}

.ret-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.ret-post-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11,29,59,0.06);
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.ret-post-card:hover { box-shadow: 0 8px 28px rgba(11,29,59,0.12); }

.ret-post-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(130deg, #e9edf5, #eef2f8) center/cover;
}

.ret-post-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; }

.ret-post-card-title {
  color: #0b1d3b;
  font-size: 16px;
  font-family: 'Unbounded';
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.14px;
}

.ret-no-results { color: #48526a; font-size: 16px; text-align: center; padding: 60px 0; }


/* ── SINGLE POST ─────────────────────────────────────────────── */

.ret-single-main { padding-bottom: 0; }

/* Breadcrumb */
.ret-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 28px 0 0;
  color: #8a92a6;
  font-size: 13px;
  font-weight: 500;
}
.ret-breadcrumb__link { color: #8a92a6; text-decoration: none; transition: color 0.15s; }
.ret-breadcrumb__link:hover { color: #0b1d3b; }
.ret-breadcrumb__sep { color: #cdd4e2; }
.ret-breadcrumb__current {
  color: #48526a;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}

/* Article header */
.ret-single-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 32px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.ret-single-header__cat { text-transform: uppercase; }
.ret-single-header__title {
  color: #0b1d3b;
  --min-font-size: 26; --max-font-size: 52; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.52px;
}

/* Full-width thumbnail */
.ret-single-thumb {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
}
.ret-single-thumb__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  object-fit: cover;
  display: block;
}
.ret-single-thumb__caption {
  margin-top: 10px;
  color: #8a92a6;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

/* Content + sidebar layout */
.ret-single-body {
  display: flex;
  align-items: flex-start;
  gap: 52px;
  margin-bottom: 64px;
}
.ret-single-content { flex: 1; min-width: 0; }
.ret-single-sidebar {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 100px;
}

/* Article body text */
.ret-article-content {
  color: #282828;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}
.ret-article-content p { margin-bottom: 1.25em; }
.ret-article-content p:last-child { margin-bottom: 0; }
.ret-article-content h2 {
  font-family: 'Unbounded';
  color: #0b1d3b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.22px;
  margin: 1.8em 0 0.7em;
}
.ret-article-content h3 {
  font-family: 'Unbounded';
  color: #0b1d3b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.18px;
  margin: 1.5em 0 0.6em;
}
.ret-article-content blockquote {
  border-left: 3px solid #e11d2a;
  margin: 1.8em 0;
  padding: 4px 0 4px 24px;
  color: #0b1d3b;
  font-family: 'Unbounded';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.18px;
}
.ret-article-content ul, .ret-article-content ol { padding-left: 1.4em; margin-bottom: 1.25em; }
.ret-article-content ul { list-style: disc; }
.ret-article-content ol { list-style: decimal; }
.ret-article-content li { margin-bottom: 0.5em; }
.ret-article-content a { color: #1e3aba; text-decoration: underline; }
.ret-article-content a:hover { color: #e11d2a; }
.ret-article-content img { max-width: 100%; border-radius: 12px; margin: 1.5em 0; }
.ret-article-content figure { margin: 1.5em 0; }
.ret-article-content figcaption { color: #8a92a6; font-size: 13px; text-align: center; margin-top: 8px; }
.ret-article-content strong { color: #0b1d3b; }

/* More in Category widget */
.ret-more-in {
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ret-more-in__heading {
  color: #0b1d3b;
  font-size: 18px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #0b1d3b;
}
.ret-more-in__heading span { color: #1e3aba; }

.ret-more-in__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }

.ret-more-in__item { border-bottom: 1px solid #eef1f6; }
.ret-more-in__item:last-child { border-bottom: none; }

.ret-more-in__link {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  text-decoration: none;
}
.ret-more-in__item:first-child .ret-more-in__link { padding-top: 0; }
.ret-more-in__item:last-child  .ret-more-in__link { padding-bottom: 0; }

.ret-more-in__thumb {
  width: 76px;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  background: linear-gradient(122deg, #e9edf5 0%, #e9edf5 4%, #eef2f8 4%, #eef2f8 7%) center / cover no-repeat;
}

.ret-more-in__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.ret-more-in__cat { text-transform: uppercase; color: #1e3aba; }
.ret-more-in__title {
  color: #0b1d3b;
  font-size: 14px;
  font-family: 'Unbounded';
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.14px;
}
.ret-more-in__link:hover .ret-more-in__title { color: #e11d2a; }
.ret-more-in__time { color: #8a92a6; font-size: 12px; font-weight: 500; }

/* Related Stories */
.ret-single-related-wrap {
  padding: 0 0 52px;
  border-top: 1px solid #eef1f6;
}
.ret-single-related__heading {
  color: #0b1d3b;
  font-size: 20px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0b1d3b;
  margin-bottom: 28px;
}
.ret-single-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Newsletter spacing inside single */
.ret-single-newsletter { margin-bottom: 60px; }

/* Responsive */
@media screen and (max-width: 1200px) {
  .ret-single-body { flex-direction: column; }
  .ret-single-sidebar {
    width: 100%;
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ret-single-sidebar .ret-most-read,
  .ret-single-sidebar .ret-more-in { flex: 1 1 300px; }
}

@media screen and (max-width: 991px) {
  .ret-single-related { grid-template-columns: repeat(2, 1fr); }
  .ret-single-thumb__img { aspect-ratio: 16/9; }
}

@media screen and (max-width: 576px) {
  .ret-breadcrumb__current { max-width: 200px; }
  .ret-single-related { grid-template-columns: 1fr; }
  .ret-single-sidebar { flex-direction: column; }
}


/* ── 404 ─────────────────────────────────────────────────────── */

.ret-404-main { padding-top: 120px; padding-bottom: 120px; }
.ret-404-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.ret-404-btn { margin-top: 12px; padding: 14px 32px; font-size: 14px; font-weight: 700; }


/* ── WORDPRESS ADMIN BAR ────────────────────────────────────── */

.admin-bar .header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .header { top: 46px; } }


/* ════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ════════════════════════════════════════════════════════════ */

/* ── ≤ 1280px: stack hero + market watch; reduce footer gaps ─ */
@media screen and (max-width: 1280px) {
  /* Hero: market watch goes below slider; slider takes full row width */
  .ret-hero-section { flex-direction: column; align-items: stretch; }
  .ret-market-watch { flex: none; width: 100%; }

  /* Featured: top-stories spans full width, editorial cards share second row */
  .ret-featured-columns { grid-template-columns: repeat(2, 1fr); }
  .ret-top-stories { grid-column: 1 / -1; }

  /* Footer: tighten gap */
  .footer-columns { gap: 28px; }
}

/* ── ≤ 1200px: switch to mobile header ───────────────────── */
@media screen and (max-width: 1200px) {
  .header-topbar         { display: none; }
  .header-nav-margin     { display: none; }
  .header-actions        { display: none; }
  .header-mobile-actions { display: flex; }
}

/* ── ≤ 1024px: 2-column featured grid ───────────────────── */
@media screen and (max-width: 1024px) {
  .ret-featured-columns { grid-template-columns: repeat(2, 1fr); }
}

/* ── ≤ 991px ─────────────────────────────────────────────── */
@media screen and (max-width: 991px) {
  /* Hero: image moves to top */
  .ret-hero-card { flex-direction: column; }
  .ret-hero-card__thumbnail { order: 1; flex: none; width: 100%; min-height: unset; aspect-ratio: 16/9; }
  .ret-hero-card__body { order: 2; }

  /* Politics: sidebar moves below */
  .ret-politics-card     { flex-direction: column; }
  .ret-politics-featured { flex: none; width: 100%; }
  .ret-post-list         { flex: none; width: 100%; }

  /* Newsletter CTA: form full width, remove desktop cap */
  .ret-newsletter-cta__form { flex: none; width: 100%; max-width: none; }

  /* Values: 2-per-row, no borders, row gap */
  .ret-values { flex-wrap: wrap; row-gap: 24px; }
  .ret-values__item { flex: 0 0 50%; border-left: none; }
  .ret-values__item:nth-child(odd) { padding-left: 0; }

  /* Footer: 2-col grid, brand + newsletter span full width */
  .footer-columns { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .footer-brand      { grid-column: 1 / -1; }
  .footer-newsletter { grid-column: 1 / -1; }

  /* Footer bottom: copyright below links, both centered */
  .footer-bottom { flex-direction: column; align-items: center; gap: 16px; }
  .footer-bottom__links { order: -1; }
  .footer-bottom__copyright { text-align: center; }
}

/* ── ≤ 768px: single-column featured ────────────────────── */
@media screen and (max-width: 768px) {
  .ret-featured-columns { grid-template-columns: 1fr; }
}

/* ── ≤ 576px: compact mobile ─────────────────────────────── */
@media screen and (max-width: 576px) {
  .ret-container { padding: 0 var(--margin-sm); }

  /* Values: icon stacks above text on phones */
  .ret-values__item { flex-direction: column; gap: 10px; }

  .ret-newsletter-cta__icon {
    margin: 0 auto;
  }
  .ret-newsletter-cta {
    padding: 26px 20px 26px;
  }
}


/* ════════════════════════════════════════════════════════════
   CONTAINER QUERIES
   ════════════════════════════════════════════════════════════ */

/* Topbar stacks when container is narrow (very small screens / zoomed) */
@container header-topbar (width < 480px) {
  .header-topbar-inner { flex-direction: column; align-items: flex-start; gap: 6px; }
}

@container header-topbar (width < 200px) {
  .header-container1 { flex-direction: column; align-items: center; gap: 8px; }
  .header-container1 > * { text-align: center; }
}

@container header-topbar (width < 260px) {
  .header-container3 { flex-direction: column; align-items: center; gap: 8px; }
  .header-container3 > * { text-align: center; }
  .header-container3 > .divider { display: none; }
}

@container header-main (width < 180px) {
  .header-link-republic { flex-direction: column; align-items: center; gap: 10px; }
  .header-link-republic > * { text-align: center; }
}

@container ret-hero-card__body (width < 200px) {
  .ret-hero-card__meta { flex-wrap: wrap; }
}

@container ret-top-stories (width < 167px) {
  .ret-card-header { flex-direction: column; align-items: center; gap: 13px; }
  .ret-card-header > * { text-align: center; }
}


@container ret-market-watch (width < 248px) {
  .ret-market-watch__tabs { flex-direction: column; align-items: center; gap: 13px; }
  .ret-market-watch__tabs > * { text-align: center; }
}


/* ════════════════════════════════════════════════════════════
   CATEGORY / ARCHIVE PAGE
   ════════════════════════════════════════════════════════════ */

/* ── Hero banner (full-width dark bg) ──────────────────────── */

.ret-cat-hero {
  width: 100%;
  background-color: #0b1d3b;
}

.ret-cat-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 72px 0;
}

.ret-cat-hero__label {
  color: #f0c24a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
}

.ret-cat-hero__title {
  color: #fff;
  --min-font-size: 33; --max-font-size: 64; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.64px;
}

.ret-cat-hero__desc {
  max-width: 680px;
  color: #9aa6c2;
  --min-font-size: 15; --max-font-size: 18; font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.55;
}

/* ── Page body ──────────────────────────────────────────────── */

.ret-cat-page {
  padding-top: 48px;
  padding-bottom: 60px;
}

.ret-cat-body {
  display: flex;
  align-items: flex-start;
  gap: 44px;
}

.ret-cat-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ret-cat-sidebar {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Override Market Watch fixed flex width inside sidebar */
.ret-cat-sidebar .ret-market-watch {
  flex: none;
  width: 100%;
}

/* ── Featured post ──────────────────────────────────────────── */

.ret-cat-featured {
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.ret-cat-featured:hover { box-shadow: 0 8px 36px rgba(11,29,59,0.13); }

.ret-cat-featured__thumbnail {
  flex: 0 0 46%;
  background: linear-gradient(122deg, #e9edf5 0%, #e9edf5 2%, #eef2f8 2%, #eef2f8 4%) center / cover no-repeat;
  min-height: 300px;
}

.ret-cat-featured__body {
  flex: 1;
  min-width: 0;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.ret-cat-featured__cat { text-transform: uppercase; }

.ret-cat-featured__title {
  color: #0b1d3b;
  --min-font-size: 20; --max-font-size: 34; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.34px;
}

.ret-cat-featured__excerpt {
  color: #48526a;
  --min-font-size: 14; --max-font-size: 16; font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.6;
}

/* ── Stories count line ─────────────────────────────────────── */

.ret-cat-count {
  color: #8a92a6;
  font-size: 14px;
  font-weight: 600;
}
.ret-cat-count strong { color: #0b1d3b; }

/* ── Post grid ──────────────────────────────────────────────── */

.ret-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ret-cat-card {
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.ret-cat-card:hover { box-shadow: 0 8px 28px rgba(11,29,59,0.12); }

.ret-cat-card__thumbnail {
  aspect-ratio: 8 / 5;
  background: linear-gradient(122deg, #e9edf5 0%, #e9edf5 4%, #eef2f8 4%, #eef2f8 7%) center / cover no-repeat;
}

.ret-cat-card__body {
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.ret-cat-card__cat { text-transform: uppercase; color: #1e3aba; }

.ret-cat-card__title {
  color: #0b1d3b;
  font-size: 16px;
  font-family: 'Unbounded';
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.16px;
  flex: 1;
}

/* ── Pagination ─────────────────────────────────────────────── */

.ret-cat-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.ret-cat-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 46px;
  color: #0b1d3b;
  font-size: 15px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #e7eaf1;
  border-radius: 12px;
  padding: 0 14px;
  text-decoration: none;
  transition: background-color 0.15s;
}
.ret-cat-pagination .page-numbers:hover:not(.current) { background-color: #f5f7fb; }
.ret-cat-pagination .page-numbers.current {
  color: #fff;
  background-color: #0b1d3b;
  border-color: #0b1d3b;
}
.ret-cat-pagination .page-numbers.dots { border: none; background: none; min-width: 0; padding: 0 6px; }
.ret-cat-pagination .prev,
.ret-cat-pagination .next { font-size: 20px; line-height: 1; padding: 0 16px; }

/* ── Most Read sidebar widget ───────────────────────────────── */

.ret-most-read {
  box-shadow: 0px 6px 28px 0px rgba(11,29,59,0.07);
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ret-most-read__heading {
  color: #0b1d3b;
  font-size: 18px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #0b1d3b;
}

.ret-most-read__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0; margin: 0;
}

.ret-most-read__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef1f6;
  margin-bottom: 14px;
}
.ret-most-read__item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.ret-most-read__num {
  font-size: 22px;
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 1px;
  width: 40px;
  text-align: left;
}
.ret-most-read__num--1, .ret-most-read__num--2 { color: #e11d2a; }
.ret-most-read__num--3, .ret-most-read__num--4, .ret-most-read__num--5 { color: #f0c24a; }

.ret-most-read__link {
  color: #0b1d3b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.14px;
  text-decoration: none;
  flex: 1;
  font-family: 'Unbounded';
}
.ret-most-read__link:hover { color: #e11d2a; }


/* ── Responsive ─────────────────────────────────────────────── */

@media screen and (max-width: 1200px) {
  /* Sidebar drops below content */
  .ret-cat-body { flex-direction: column; }
  .ret-cat-sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ret-most-read,
  .ret-cat-sidebar .ret-market-watch { flex: 1 1 300px; }
}

@media screen and (max-width: 991px) {
  .ret-cat-hero__inner { padding: 48px 0; }
  .ret-cat-featured { flex-direction: column; }
  .ret-cat-featured__thumbnail { flex: none; width: 100%; min-height: unset; aspect-ratio: 16/9; }
  .ret-cat-featured__body { padding: 24px; justify-content: flex-start; }
  .ret-cat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 768px) {
  
}

@media screen and (max-width: 576px) {
  .ret-cat-hero__inner { padding: 40px 0; }
  .ret-cat-grid { grid-template-columns: 1fr; }
  .ret-cat-sidebar { flex-direction: column; }
}


/* ════════════════════════════════════════════════════════════
   ABOUT PAGE
   ════════════════════════════════════════════════════════════ */

.ret-about-page { padding-bottom: 0; }

/* Shared section labels / titles / desc */
.ret-about-section-label {
  color: #1e3aba;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
}
.ret-about-section-title {
  color: #0b1d3b;
  --min-font-size: 26; --max-font-size: 40; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.4px;
}
.ret-about-section-desc {
  color: #48526a;
  --min-font-size: 14; --max-font-size: 16; font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.65;
  max-width: 540px;
}

/* ── 1. Hero (light, no bg) ───────────────────────────────── */
.ret-about-hero { width: 100%; }
.ret-about-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 64px 0;
}
.ret-about-hero__label {
  color: #1e3aba;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
}
.ret-about-hero__title {
  color: #0b1d3b;
  --min-font-size: 30; --max-font-size: 60; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.6px;
  max-width: 820px;
}
.ret-about-hero__desc {
  color: #48526a;
  --min-font-size: 15; --max-font-size: 18; font-size: var(--interpolate);
  font-weight: 400;
  line-height: 1.65;
  max-width: 680px;
}

/* ── 2. Stats (dark box inside container) ─────────────────── */
/* hero inner bottom 64px + stats top 0 = 64px gap */
.ret-about-stats { padding: 0 0 40px; }
.ret-about-stats__box {
  background-color: #0b1d3b;
  border-radius: 24px;
  padding: 44px 52px;
}
.ret-about-stats__row {
  display: flex;
  align-items: flex-start;
}
.ret-about-stat {
  flex: 1;
  padding: 0 40px;
  border-left: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}
.ret-about-stat:first-child {
  padding-left: 0;
  border-left: none;
}
.ret-about-stat:last-child { padding-right: 0; }
.ret-about-stat__number {
  color: #fff;
  --min-font-size: 34; --max-font-size: 52; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.52px;
}
.ret-about-stat__sup { color: #f0c24a; }
.ret-about-stat__label {
  color: #9aa6c2;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

/* ── 3. Our Mission ───────────────────────────────────────── */
/* stats bottom 40px + mission top 40px = 80px gap */
.ret-about-mission { padding: 40px 0; }
.ret-about-mission__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.ret-about-mission__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 640px;
}
.ret-about-mission__text .ret-about-section-desc { max-width: 100%; }
.ret-about-mission__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ret-about-principle {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(11,29,59,0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ret-about-principle__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.ret-about-principle__title {
  color: #0b1d3b;
  font-family: 'Unbounded';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.16px;
}
.ret-about-principle__desc {
  color: #48526a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/* ── 4. Editorial Team ──────────────────────────────────────── */
/* mission bottom 40px + team top 40px = 80px gap */
.ret-about-team {
  background-color: #f1f3f7;
  padding: 40px 0;
}
.ret-about-team__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
.ret-about-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ret-about-member {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11,29,59,0.06);
}
.ret-about-member__photo {
  aspect-ratio: 1;
  background: linear-gradient(130deg, #e9edf5 0%, #eef2f8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ret-about-member__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ret-placeholder-label {
  color: #b0bcd4;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.ret-about-member__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ret-about-member__name {
  color: #0b1d3b;
  font-family: 'Unbounded';
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.14px;
}
.ret-about-member__role {
  color: #1e3aba;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.43px;
}
.ret-about-member__bio {
  color: #48526a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}

/* ── 5. Get in Touch (dark box inside container) ────────────── */
/* team bottom 40px + contact top 0 = 40px gap */
.ret-about-contact { padding: 0 0 60px; }
.ret-about-contact__box {
  background-color: #0b1d3b;
  border-radius: 24px;
  padding: 56px 64px;
  position: relative;
  overflow: hidden;
}
.ret-about-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 600px;
}
.ret-about-contact__header {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ret-about-contact .ret-about-section-label { color: #f0c24a; }
.ret-about-contact__title {
  color: #fff;
  --min-font-size: 26; --max-font-size: 40; font-size: var(--interpolate);
  font-family: 'Unbounded';
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.4px;
}
.ret-about-contact__desc {
  color: #9aa6c2;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
.ret-about-contact__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ret-about-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.ret-about-contact__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ret-about-contact__item-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 5px;
}
.ret-about-contact__item-label {
  color: #8a92a6;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.ret-about-contact__item-value {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.ret-about-contact__item-value a { color: inherit; text-decoration: underline; }
.ret-about-contact__item-value a:hover { opacity: 0.75; }
.ret-about-contact__orb {
  position: absolute;
  z-index: 0;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(240,194,74,0.14) 0%, rgba(240,194,74,0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ── About: Responsive ──────────────────────────────────────── */
@media screen and (max-width: 1200px) {
  .ret-about-team__grid { grid-template-columns: repeat(3, 1fr); }
  .ret-about-mission__cards { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 991px) {
  .ret-about-hero__inner { padding: 48px 0; }
  .ret-about-stats__box { padding: 32px 36px; }
  .ret-about-mission__cards { grid-template-columns: repeat(2, 1fr); }
  .ret-about-team__grid { grid-template-columns: repeat(2, 1fr); }
  .ret-about-stats__row { flex-wrap: wrap; }
  .ret-about-stat {
    flex: 0 0 calc(50% - 1px);
    padding: 0 32px 0 24px;
    border-left: 1px solid rgba(255,255,255,0.12);
  }
  .ret-about-stat:first-child,
  .ret-about-stat:nth-child(3) { border-left: none; padding-left: 0; }
  .ret-about-stat:nth-child(1),
  .ret-about-stat:nth-child(2) { padding-bottom: 32px; }
  .ret-about-contact__box { padding: 40px 36px; }
}

@media screen and (max-width: 768px) {
  .ret-about-mission__cards { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 576px) {
  .ret-about-hero__inner { padding: 40px 0; }
  .ret-about-stats__box { padding: 24px 20px; }
  .ret-about-stats__row { flex-direction: column; gap: 0; }
  .ret-about-stat {
    flex: none;
    width: 100%;
    padding: 16px 0 !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .ret-about-stat:last-child { border-bottom: none; }
  .ret-about-mission__cards { grid-template-columns: 1fr; }
  .ret-about-team__grid { grid-template-columns: 1fr; }
  .ret-about-contact__box { padding: 32px 24px; }
  .ret-about-contact__orb { width: 280px; height: 280px; top: -40px; right: -60px; }
}

/* ==========================================================================
   Policy Pages (Financial Disclaimer, Privacy Policy, Terms, etc.)
   ========================================================================== */

/* ── Hero ─────────────────────────────────────────────────────── */

.ret-policy-hero {
  background-color: #0b1d3b;
  width: 100%;
}

.ret-policy-hero__inner {
  padding: 64px 0 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.ret-policy-hero__label {
  color: #f0c24a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
  line-height: 1;
}

.ret-policy-hero__title {
  color: #ffffff;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ret-policy-hero__desc {
  color: #9aa6c2;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.65;
  max-width: 560px;
  margin: 0;
}

/* Hero policy nav tabs */
.ret-policy-hero__nav-wrap {
  margin-top: 8px;
}

.ret-policy-hero__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ret-policy-hero__nav li a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #9aa6c2;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.ret-policy-hero__nav li a:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.ret-policy-hero__nav li.current-menu-item a {
  background: #e11d2a;
  border-color: #e11d2a;
  color: #ffffff;
}


/* ── Body layout ──────────────────────────────────────────────── */

.ret-policy-body {
  padding: 56px 0 72px;
}

.ret-policy-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}


/* ── Sidebar ──────────────────────────────────────────────────── */

.ret-policy-sidebar {
  flex: 0 0 260px;
  width: 260px;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ret-policy-sidebar__heading {
  color: #0b1d3b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
  margin: 0;
}

.ret-policy-sidebar__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ret-policy-sidebar__nav li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #48526a;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.ret-policy-sidebar__nav li a:hover {
  background: #0b1d3b;
  color: #fff;
}

.ret-policy-sidebar__nav li.current-menu-item a {
  background: #0b1d3b;
  border-color: #0b1d3b;
  color: #fff;
  font-weight: 600;
}


/* Questions card */
.ret-policy-questions {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(11,29,59,0.06);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ret-policy-questions__heading {
  color: #0b1d3b;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.ret-policy-questions__text {
  color: #48526a;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.ret-policy-questions__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e3aba;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 4px;
}

.ret-policy-questions__link:hover { text-decoration: underline; }


/* ── Content column ───────────────────────────────────────────── */

.ret-policy-content {
  flex: 1 1 0;
  min-width: 0;
  max-width: 820px;
}


/* ── Document card ────────────────────────────────────────────── */

.ret-policy-doc {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(11,29,59,0.06);
  padding: 48px 56px;
}

.ret-policy-doc__label {
  color: #1e3aba;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
  margin: 0 0 12px;
}

.ret-policy-doc__title {
  color: #0b1d3b;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
}

.ret-policy-doc__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a92a6;
  font-size: 13px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eef1f6;
}

.ret-policy-doc__meta svg {
  flex-shrink: 0;
  stroke: #8a92a6;
}


/* ── Document body content ────────────────────────────────────── */

.ret-policy-page {
  padding-top: 0;
}

.ret-policy-doc__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ret-policy-doc__body > p {
  color: #48526a;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.ret-policy-doc__body h2 {
  color: #0b1d3b;
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 12px;
  line-height: 1.3;
}

.ret-policy-doc__body h2:first-child { margin-top: 0; }

.ret-policy-doc__body h3 {
  color: #0b1d3b;
  font-size: 14px;
  font-weight: 700;
  margin: 24px 0 10px;
  line-height: 1.4;
}

.ret-policy-doc__body strong {
  color: #0b1d3b;
  font-weight: 600;
}

.ret-policy-doc__body p + h2 { margin-top: 15px; }


/* Callout boxes (Important / Warning / Final Notice) */
.ret-policy-callout {
  background: #f7f8fa;
  border-left: 4px solid #e11d2a;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 24px 0;
}

.ret-policy-callout .ret-policy-callout__label {
  color: #e11d2a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
}

.ret-policy-callout > p:last-child {
  color: #48526a;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}


/* Bullet lists */
.ret-policy-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ret-policy-list li {
  position: relative;
  padding-left: 17px;
  color: #48526a;
  font-size: 15px;
  line-height: 1.7;
}

.ret-policy-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.ret-policy-list-intro {
  color: #48526a;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 8px !important;
}


/* Copyright line at bottom */
.ret-policy-doc__copyright {
  color: #8a92a6;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 40px !important;
  padding-top: 28px;
  border-top: 1px solid #eef1f6;
}


/* ── Responsive ───────────────────────────────────────────────── */

@media (max-width: 1200px) {
  .ret-policy-inner {
    flex-direction: column;
  }
  .ret-policy-content {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .ret-policy-sidebar {
    order: 2;
    position: static;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .ret-policy-sidebar__heading { width: 100%; }
  .ret-policy-sidebar__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ret-policy-sidebar__nav li a {
    padding: 8px 16px;
  }
  .ret-policy-questions {
    flex: 1 1 260px;
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .ret-policy-hero__inner { padding: 48px 0 40px; }
  .ret-policy-body { padding: 40px 0 56px; }
  .ret-policy-doc { padding: 32px 28px; }
}

@media (max-width: 576px) {
  .ret-policy-hero__inner { padding: 40px 0 32px; }
  .ret-policy-body { padding: 32px 0 48px; }
  .ret-policy-doc { padding: 24px 20px; }
  .ret-policy-hero__nav li a { padding: 7px 14px; font-size: 12px; }
  .ret-policy-sidebar { flex-direction: column; }
  .ret-policy-questions { max-width: 100%; }
}


/* ==========================================================================
   Subscribe Modal
   ========================================================================== */

.ret-subscribe-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 29, 59, 0.72);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.ret-subscribe-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.ret-subscribe-modal {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 860px;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.28s ease;
  max-height: 90vh;
}

.ret-subscribe-overlay.is-open .ret-subscribe-modal {
  transform: translateY(0) scale(1);
}


/* ── Close button ─────────────────────────────────────────── */

.ret-subscribe-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}

.ret-subscribe-close:hover {
  background: rgba(255, 255, 255, 0.28);
}


/* ── Left panel ───────────────────────────────────────────── */

.ret-subscribe-left {
  flex: 0 0 50%;
  background: #0b1d3b;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
}

.ret-subscribe-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.ret-subscribe-brand__logo {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

.ret-subscribe-brand__name {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.1;
}

.ret-subscribe-brand__name p {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.ret-subscribe-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ret-subscribe-tagline {
  color: #f0c24a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
}

.ret-subscribe-heading {
  color: #ffffff;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.ret-subscribe-left-desc {
  color: #9aa6c2;
  font-size: 14px;
  line-height: 1.65;
}

.ret-subscribe-stats {
  display: flex;
  gap: 28px;
  margin-top: auto;
}

.ret-subscribe-stat__num {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}

.ret-subscribe-stat__num .ret-sub-gold {
  color: #f0c24a;
}

.ret-subscribe-stat__num .ret-sub-am {
  color: #f0c24a;
}

.ret-subscribe-stat__label {
  color: #9aa6c2;
  font-size: 12px;
  line-height: 1.4;
}

.ret-subscribe-orb {
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 58, 186, 0.35) 0%, transparent 70%);
  pointer-events: none;
}


/* ── Right panel ──────────────────────────────────────────── */

.ret-subscribe-right {
  flex: 0 0 50%;
  background: #ffffff;
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  overflow-y: auto;
}

.ret-subscribe-subtitle {
  color: #0b1d3b;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.ret-subscribe-right-desc {
  color: #48526a;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}


/* ── CF7 form inside modal ────────────────────────────────── */

.ret-subscribe-form .wpcf7 { margin: 0; }
.ret-subscribe-form .wpcf7-spinner { display: none !important; }
.ret-subscribe-form .wpcf7-form { display: flex; flex-direction: column; gap: 10px; }
.ret-subscribe-form .wpcf7-form p { margin: 0; }

.ret-subscribe-form label,
.ret-subscribe-form .ret-subscribe-label {
  display: block;
  color: #0b1d3b;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ret-subscribe-form input[type="email"],
.ret-subscribe-form input[type="text"] {
  width: 100%;
  height: 52px;
  border: 1.5px solid #d8dde8;
  border-radius: 100px;
  padding: 0 20px;
  font-size: 15px;
  color: #0b1d3b;
  background: #fff;
  outline: none;
  transition: border-color 0.18s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.ret-subscribe-form input[type="email"]:focus,
.ret-subscribe-form input[type="text"]:focus {
  border-color: #1e3aba;
}

.ret-subscribe-form input[type="submit"] {
  width: 100%;
  height: 52px;
  background: #e11d2a;
  color: #ffffff;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: opacity 0.18s;
}

.ret-subscribe-form input[type="submit"]:hover { opacity: 0.88; }

.ret-subscribe-form .wpcf7-not-valid-tip {
  color: #e11d2a;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.ret-subscribe-form .wpcf7-response-output {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  margin: 0;
}


/* ── Disclaimer row ───────────────────────────────────────── */

.ret-subscribe-disclaimer {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a92a6;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.ret-subscribe-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}


/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 768px) {
  .ret-subscribe-modal {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }

  .ret-subscribe-left {
    flex: none;
    width: 100%;
    padding: 36px 32px 28px;
    gap: 20px;
    text-align: center;
    align-items: center;
  }

  .ret-subscribe-brand {
    justify-content: center;
  }

  .ret-subscribe-copy {
    align-items: center;
  }

  .ret-subscribe-stats {
    margin-top: 0;
    justify-content: center;
    gap: 24px;
  }

  .ret-subscribe-orb { display: none; }

  .ret-subscribe-right {
    padding: 32px 32px 40px;
    gap: 20px;
    justify-content: flex-start;
    overflow-y: visible;
  }

  .ret-subscribe-close {
    background: rgba(11, 29, 59, 0.12);
    color: #0b1d3b;
  }

  .ret-subscribe-close:hover {
    background: rgba(11, 29, 59, 0.2);
  }

  .ret-subscribe-right-top {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .ret-subscribe-overlay {
    padding: 0 12px;
    align-items: flex-end;
  }

  .ret-subscribe-modal {
    border-radius: 20px 20px 0 0;
    max-height: 95vh;
  }

  .ret-subscribe-left { padding: 28px 12px 20px; }
  .ret-subscribe-right { padding: 24px 12px 24px; }
}



/* ==========================================================================
   Standard Page Template
   ========================================================================== */

.ret-page-hero {
  background-color: #0b1d3b;
  width: 100%;
}

.ret-page-hero__inner {
  padding: 64px 0 52px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ret-page-hero__label {
  color: #f0c24a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.76px;
  margin: 0;
}

.ret-page-hero__title {
  color: #ffffff;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ret-page-body-wrap {
  padding: 56px 0 80px;
}

.ret-page-content {
  max-width: 820px;
}

/* WordPress entry-content typography */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #0b1d3b;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 32px 0 12px;
}
.entry-content h1 { font-size: clamp(22px, 2.4vw, 32px); }
.entry-content h2 { font-size: clamp(18px, 2vw, 26px); }
.entry-content h3 { font-size: 18px; }
.entry-content h4 { font-size: 15px; }

.entry-content p {
  color: #48526a;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.entry-content a {
  color: #1e3aba;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-content a:hover { color: #0b1d3b; }

.entry-content ul,
.entry-content ol {
  color: #48526a;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 24px;
  margin: 0 0 20px;
}
.entry-content li { margin-bottom: 6px; }

.entry-content blockquote {
  border-left: 4px solid #e11d2a;
  background: #f7f8fa;
  margin: 28px 0;
  padding: 20px 24px;
  border-radius: 0 10px 10px 0;
  color: #0b1d3b;
  font-size: 17px;
  font-style: italic;
  line-height: 1.65;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 28px 0;
}

.entry-content hr {
  border: none;
  border-top: 1px solid #eef1f6;
  margin: 40px 0;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 14px;
  color: #48526a;
}
.entry-content th,
.entry-content td {
  border: 1px solid #eef1f6;
  padding: 10px 14px;
  text-align: left;
}
.entry-content th {
  background: #f7f8fa;
  color: #0b1d3b;
  font-weight: 600;
}

/* Search: no results */
.ret-no-results {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ret-no-results__text {
  color: #48526a;
  font-size: 16px;
  line-height: 1.6;
}
.ret-no-results__form {
  display: flex;
  max-width: 480px;
}

.search .ret-cat-card__cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.43px;
}

@media (max-width: 768px) {
  .ret-page-hero__inner { padding: 44px 0 36px; }
  .ret-page-body-wrap { padding: 40px 0 60px; }
}