:root {
  --brand: #1d6fb8;
  --brand-dark: #155c98;
  --blue: #1d6fb8;
  --blue-dark: #155c98;
  --ink: #0b0c0c;
  --muted: #505a5f;
  --bg: #f6fbf8;
  --panel: #ffffff;
  --line: #d8e4dd;
  --border: #d8e1ea;
  --focus: #ffdd00;
  --amber: #ffdd00;
  --soft: #eaf6ef;
  --warn: #d4351c;
  --warn-bg: #fff5f3;
  --ok: #00703c;
  --shadow: 0 8px 22px rgba(0, 0, 0, .05);
}

/* =========================================================
   Base
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}
.wrap {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

[data-site-header],
[data-site-footer] {
  display: block;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  background: var(--focus);
  color: #000;
  padding: 10px;
  z-index: 1000;
}

.gov-strip {
  background: #0b0c0c;
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
}

/* =========================================================
   Header and navigation
   ========================================================= */

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
}

.header-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.02em;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 7px;
  flex: 0 0 auto;
}

.brand small {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0;
}

.mainnav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mainnav > a,
.nav-drop > button {
  border: 0;
  background: none;
  color: var(--ink);
  font: 700 16px Arial, Helvetica, sans-serif;
  padding: 14px 12px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
}

.mainnav > a:hover,
.nav-drop > button:hover {
  background: var(--soft);
}

.nav-cta {
  background: var(--brand) !important;
  color: #fff !important;
}

.nav-drop {
  position: relative;
}

.nav-drop ul {
  display: none;
  position: absolute;
  right: 0;
  top: 48px;
  width: 340px;
  max-height: 70vh;
  overflow: auto;
  z-index: 60;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .14);
}

.nav-drop:hover ul,
.nav-drop:focus-within ul,
.nav-drop.open ul {
  display: block;
}

.nav-drop li a {
  display: block;
  padding: 9px 10px;
  text-decoration: none;
  border-bottom: 1px solid #eef3f0;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  background: var(--brand);
  color: #fff;
  border: 0;
  padding: 11px 14px;
  border-radius: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(29, 111, 184, .22);
}

body.nav-open {
  overflow: hidden;
}

/* =========================================================
   Mega menu
   ========================================================= */

.mainnav.mega-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  position: static;
  flex-wrap: wrap;
}

.mainnav.mega-nav > a,
.nav-mega-trigger {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 800 16px/1.2 Arial, Helvetica, sans-serif;
  padding: 12px 13px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.mainnav.mega-nav > a:hover,
.nav-mega.open > .nav-mega-trigger,
.nav-mega-trigger:hover {
  background: #eef7ff;
  color: #0b57a3;
  box-shadow: 0 8px 18px rgba(11, 87, 163, .08);
}

.mainnav.mega-nav > .nav-cta {
  background: var(--brand) !important;
  color: #fff !important;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(29, 111, 184, .22);
}

.nav-mega {
  position: static;
}

.nav-caret {
  display: inline-flex;
}

.nav-mega.open .nav-caret {
  transform: rotate(180deg);
}

.nav-caret svg,
.menu-toggle svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mm-panel {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 0px);
  transform: translateX(-50%);
  width: min(1080px, calc(100vw - 44px));
  max-height: min(74vh, 640px);
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid #dce8f2;
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
  z-index: 260;
  padding: 0;
}

.nav-mega.open > .mm-panel,
.nav-mega:focus-within > .mm-panel {
  display: block;
}

.mm-panel-head {
  display: none !important;
}

.mm-panel-head h2 {
  margin: 0 0 5px;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.mm-panel-head p {
  margin: 0;
  color: #506778;
  font-size: 15px;
  max-width: 650px;
}

.mm-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #067a6f;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mm-view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #bdd6ec;
  color: #0b57a3;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(11, 87, 163, .08);
}

.mm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 18px 18px;
}

.mm-group {
  min-width: 0;
  padding: 14px;
}

.mm-group-title {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7eef4;
  background: transparent;
}

.mm-group-title h3 {
  margin: 0 0 4px;
  color: #0f3f73;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mm-group-title p {
  margin: 0;
  color: #607080;
  font-size: 13px;
  line-height: 1.35;
}

.mm-list {
  display: grid;
  gap: 6px;
}

.mm-link {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  min-height: auto;
  padding: 9px 10px;
  border-radius: 13px;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.mm-link:hover {
  background: #f7fbff;
  border-color: #d6e7f5;
  transform: translateY(-1px);
}

.mm-link > span {
  display: block;
  width: 100%;
  min-width: 0;
}

.mm-link strong {
  display: block;
  color: #132635;
  font-size: 14px;
  line-height: 1.25;
}

.mm-link small {
  display: block;
  margin-top: 2px;
  color: #65788a;
  font-size: 12.5px;
  line-height: 1.35;
}

.mm-ico,
.nav-caret,
.mainnav.mega-nav svg,
.menu-toggle svg {
  display: none !important;
}

.mm-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px 18px;
}

.mm-cat-grid .mm-link {
  border-color: #e5edf4;
  background: #fff;
}

.mm-resources .mm-panel-head {
  background: linear-gradient(135deg, #f0fff8 0%, #f6fbff 100%);
}

.mm-categories .mm-panel-head {
  background: linear-gradient(135deg, #f7f2ff 0%, #fff8f1 100%);
}

/* =========================================================
   Hero and home sections
   ========================================================= */

.hero {
  background: linear-gradient(180deg, #fff 0%, #eaf6ef 100%);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 38px;
  align-items: center;
  padding: 56px 0;
}

.hero h1 {
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1;
  margin: 0 0 22px;
  letter-spacing: -.045em;
}

.lede {
  font-size: clamp(18px, 2vw, 21px);
  color: #25352e;
  max-width: 850px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-block;
  background: var(--brand);
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid var(--brand);
  line-height: 1.2;
}

.btn.secondary {
  background: #fff;
  color: var(--brand) !important;
}

.btn:hover {
  filter: brightness(.96);
}

.hero-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
  padding: 24px;
  border-left: 6px solid var(--brand);
}

.hero-card h2 {
  margin-top: 0;
}

.section {
  padding: 44px 0;
}

.intro-text,
.tool-shell,
.content-panel {
  background: #fff;
  border-top: 5px solid var(--brand);
  padding: 28px;
  margin-top: 26px;
  box-shadow: var(--shadow);
}

/* =========================================================
   Article typography and content layout
   ========================================================= */

.content-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 0 18px;
}

.content-main > article,
.content-main > section {
  max-width: 1200px;
  margin-inline: auto;
}

.section h1,
.content-main h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.04;
  margin: 0 0 16px;
  letter-spacing: -.035em;
}

.section h2,
.content-main article > section > h2 {
  font-size: clamp(25px, 4vw, 32px);
  line-height: 1.12;
  margin: 30px 0 14px;
  padding-bottom: 8px;
  letter-spacing: -.025em;
  border-bottom: 3px solid #bdcadc;
}

.content-main h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.25;
  background:#e2e8ec;
  border-radius: 1px 1px 8px 8px;
  margin: 22px 0 10px;
  border-bottom:5px solid #90909054;
  padding: 5px 0 3px 10px !important;
}

.content-main p {
  margin-top: 15px;
  
}

.breadcrumbs {
  font-size: 15px;
  margin-bottom: 20px;
  color: #4c5b55;
}

.meta {
  font-size: 14px;
  color: #4b6358;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
  margin-bottom: 8px;
}

.warning,
.warning-box {
  background: #fff8e1;
  border-left: 6px solid var(--focus);
  padding: 20px;
  margin: 18px 0;
}

.definition-box,
.official-context-box,
.author-box {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 6px solid var(--brand);
  border-radius: 0 12px 12px 0;
  padding: 20px;
  margin: 22px 0;
  box-shadow: var(--shadow);
}

.question-hint {
  border-left: 4px solid var(--blue);
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 12px;
  margin: 10px 0;
}

/* =========================================================
   Article Table of Contents
   ========================================================= */

.article-toc {
  margin: 30px 0 34px;
  padding: 0;
}

.article-toc h2 {
  margin: 0 0 18px;
  color: #00334e;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: .01em;
  border-bottom: 0;
  padding-bottom: 0;
}

.article-toc-line {
  height: 2px;
  margin: 0 0 18px;
  background: #f7c600;
}

.article-toc-list {
  list-style: none;
  margin: 0;
  padding: 6px 0 4px 22px;
  border-left: 2px solid #f7c600;
}

.article-toc-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
}

.article-toc-list li:last-child {
  margin-bottom: 0;
}

.article-toc-list li::before {
  content: "";
  position: absolute;
  left: -29px;
  top: .42em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #f7c600;
}
 a {text-decoration:none !important;}
.article-toc-list a {
  color: #00334e;
  font-size: clamp(.95rem, 1.45vw, 1.08rem);
  line-height: 1.22;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .015em;
  text-decoration: none;
}

.article-toc-list a:hover,
.article-toc-list a:focus {
  color: #1d70b8;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* =========================================================
   Cards, grids and reusable layout
   ========================================================= */

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.card-body {
  padding: 20px;
}

.card h3 {
  font-size: 22px;
  background: none;
  line-height: 1.2;
    color:#333 !Important;
  margin: 0 0 10px;
}

.card p {
  color: #33433b;
  margin: 0 0 14px;
}

.card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #ddd;
  display: block;
}

.tools-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.mini-tool {
  background: #fff;
  border: 1px solid var(--line);
  display: block;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow);
}

.mini-tool img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mini-tool span {
  display: block;
  padding: 12px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.guide-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
  padding: 16px;
}

.guide-card h3 {
  margin-top: 0;
}

.guide-card ul {
  margin-left: 1.1rem;
}

.small-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.small-card {
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.small-card strong {
  display: block;
}

.small-card p {
  margin: .4rem 0 0;
}

/* =========================================================
   Tables
   ========================================================= */

.responsive-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mini-table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  background: #fff;
}

.mini-table th,
.mini-table td {
  padding: 11px 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #7389a0;
}

.mini-table th {
  color: var(--muted);
  font-weight: 800;
  background: #f8fafc;
}

/* =========================================================
   Forms, search and utilities
   ========================================================= */

.searchbox {
  display: flex;
  gap: 8px;
  margin: 18px 0 26px;
}

.searchbox input {
  flex: 1;
  min-width: 0;
  padding: 13px;
  border: 2px solid #9aa9a2;
  font-size: 17px;
}

.placeholder-area {
  border: 2px dashed #b7c8bf;
  background: #fbfffd;
  padding: 28px;
  text-align: center;
}

.ad-slot {
  border: 1px dashed #b7c8bf;
  background: #fff;
  text-align: center;
  padding: 18px;
  color: #60736a;
  margin: 24px 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-slot.local {
  margin: 22px 0;
}

.faq {
  border-top: 1px solid var(--line);
}

details {
  background: #fff;
  border: 1px solid var(--line);
  padding: 16px 18px;
  margin-bottom: 12px;
}

summary {
  font-weight: 800;
  cursor: pointer;
}

.sidebar {
  display: none !important;
}

/* =========================================================
   Tool UI
   ========================================================= */

.tool-hero {
  border-left: 8px solid var(--blue);
  background:#d2e2f1;  padding: 28px;
  margin: 22px 0 18px;
  border-radius: 0 12px 12px 0;
}

.tool-hero h1 {
  margin: 0 0 .45rem;
  max-width: 940px;
}

.tool-hero p {
  max-width: 980px;
}

.gov-actions,
.hero-actions,
.btn-row,
.result-actions,
.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.gov-btn,
.tool-btn {
  border: 0;
  background: var(--blue);
  color: #fff !important;
  font-weight: 900;
  padding: 13px 18px;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gov-btn.secondary,
.tool-btn.secondary {
  background: #e9ecef;
  color: var(--ink) !important;
}

.tool-btn.danger {
  background: #f3f2f1;
  color: var(--ink);
}

.gov-btn:hover,
.tool-btn:hover {
  filter: brightness(.96);
}

.tool-btn:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid var(--amber);
  outline-offset: 1px;
}

.checker-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}

.checker-panel,
.result-panel,
.source-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
}

.checker-panel {
  padding: 22px;
}

.checker-panel fieldset {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  margin: 18px 0;
  background: #fff;
}

.checker-panel legend {
  font-weight: 800;
  padding: 0 8px;
}

.result-panel {
  padding: 0;
  position: sticky;
  top: 18px;
  max-height: calc(100vh - 36px);
  overflow: auto;
}

.result-head {
  background: var(--ink);
  color: #fff;
  padding: 18px;
  border-radius: 12px 12px 0 0;
}

.result-head h2 {
  margin: 0;
}

.result-head p {
  margin: .35rem 0 0;
}

.result-body {
  padding: 18px;
}

.step-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 24px 0 12px;
}

.step-title:first-of-type {
  margin-top: 10px;
}

.step-num {
  background: var(--blue);
  color: #fff;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.field {
  margin: 14px 0;
}

.field label,
.check-group legend {
  display: block;
  font-weight: 900;
  margin-bottom: 7px;
}

.hint {
  color: var(--muted);
  font-size: .95rem;
  margin: .25rem 0 .5rem;
}

.field input[type="text"],
.field input[type="date"],
.field input[type="number"],
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border: 2px solid #b1b4b6;
  border-radius: 5px;
  background: #fff;
  font-size: 1rem;
}

.field textarea {
  resize: vertical;
}

.check-group {
  border: 0;
  margin: 0;
  padding: 0;
}

.check-row {
  display: flex;
  gap: 9px;
  margin: 9px 0;
  align-items: flex-start;
}

.check-row input {
  margin-top: 5px;
  min-width: 16px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.privacy-note {
  background: #fff7bf;
  border-left: 6px solid var(--amber);
  padding: 12px;
  margin: 14px 0;
  border-radius: 0 8px 8px 0;
}

.tool-progress {
  position: sticky;
  top: 92px;
  z-index: 45;
  width: 100%;
  height: 12px;
  background: #e7eaec;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 0 20px;
  box-shadow: 0 2px 10px rgba(11, 12, 12, .10);
}

.tool-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--blue);
  transition: width .2s ease;
  border-radius: 999px;
}

.score-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.score-badge {
  font-size: 2rem;
  font-weight: 1000;
  background: var(--blue);
  color: #fff;
  padding: 6px 12px;
  border-radius: 9px;
  min-width: 48px;
  text-align: center;
}

.tag {
  display: inline-block;
  border: 1px solid #b1b4b6;
  border-radius: 999px;
  padding: 3px 8px;
  margin: 3px 4px 3px 0;
  font-size: .85rem;
  background: #fff;
}

.result-card {
  border-left: 6px solid var(--blue);
  background: #f7faf8;
  padding: 14px;
  margin: 12px 0;
  border-radius: 0 8px 8px 0;
}

.result-card.warning-card {
  border-left-color: var(--warn);
  background: var(--warn-bg);
}

.result-card.ok-card {
  border-left-color: var(--ok);
  background: #f3fff7;
}

.result-card.neutral-card {
  border-left-color: #505a5f;
  background: #f6f8f8;
}

.result-card h3 {
  margin: .1rem 0 .35rem;
}

.result-card ul,
.result-card ol {
  margin: .4rem 0 .2rem 1.1rem;
}

.result-actions {
  gap: 8px;
  margin-top: 12px;
}

.result-actions a,
.result-actions button,
.mini-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: .9rem;
}

.result-actions a.primary,
.result-actions button.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.result-actions a.warning-link {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}

.result-actions a.danger-link {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #9f1239;
}

.result-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.result-pill.ok {
  background: #ecfdf5;
  color: #047857;
}

.result-pill.warn {
  background: #fff7ed;
  color: #9a3412;
}

.result-pill.bad {
  background: #fff1f2;
  color: #be123c;
}

.result-pill.info {
  background: #eff6ff;
  color: #1d4ed8;
}

.empty-result {
  color: var(--muted);
}

.copy-box {
  display: none;
  overflow: auto;
  background: #f3f2f1;
  border: 1px solid #b1b4b6;
  padding: 12px;
  white-space: pre-wrap;
  border-radius: 4px;
}

.source-panel {
  padding: 18px;
  margin-top: 22px;
}

.source-panel li {
  margin: .45rem 0;
}

.date-note,
.small-note {
  font-size: .9rem;
  color: var(--muted);
}

.source-note {
  font-size: .92rem;
  color: #374151;
}

.status-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0;
}

.status-pill {
  background: #f3f2f1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.status-pill strong {
  display: block;
}

.inline-warning {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  border-radius: 16px;
  padding: 12px;
}

.inline-danger {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  border-radius: 16px;
  padding: 12px;
}

.inline-ok {
  border: 1px solid #b8dec8;
  background: #f3fff7;
  padding: 10px;
  border-radius: 8px;
}

.print-only {
  display: none;
}

/* =========================================================
   Advance rent and article-specific components
   ========================================================= */

.advance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.advance-stat {
  border: 1px solid #cdd0d2;
  border-radius: 18px;
  background: #fff;
  padding: 16px;
}

.advance-stat strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;

}

.advance-stat span {
  color: var(--muted);
  font-size: .92rem;
}

.amount-preview {
  font-weight: 900;
}

.image-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.image-card {
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  display: flex;
  flex-direction: column;
}

.image-card img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  display: block;
}

.image-card .pad {
  padding: 16px;
}

.image-card .kicker {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .74rem;
  color: var(--blue);
  font-weight: 900;
}

.image-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.05rem;
}

.image-card p {
  margin: .45rem 0 0;
  color: var(--muted);
  font-size: .94rem;
}

.source-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.source-list a {
  display: block;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 13px;
  background: #fff;
  text-decoration: none;
}

.source-list strong {
  display: block;
}

.summary-box {
  white-space: pre-wrap;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #f8fafc;
  padding: 14px;
  margin-top: 12px;
  font-size: .92rem;
}

/* =========================================================
   Related posts and cards
   ========================================================= */

.related-section {
  margin: 42px 0 0;
}

.related-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.related-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.related-card:hover {
  transform: translateY(-2px);
  border-color: #bdd6ec;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
}

.related-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dde7ef;
}

.related-card-body {
  display: block;
  padding: 14px;
  flex: 1;
}

.related-card-body strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
  margin: 5px 0;
}

.related-card-body span:last-child {
  display: block;
  color: #40524a;
  font-size: 15px;
  line-height: 1.4;
}

.related-kicker {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  background: #eef7ff;
  color: #0b57a3;
  border: 1px solid #cfe5f7;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* Dynamic related-card compatibility */
.related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.related-head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.related-head p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eaf2fb;
}

.related-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-card-media.is-empty {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at top left, rgba(29, 116, 204, .18), transparent 32%), linear-gradient(135deg, #eef7ff, #f8fbff);
}

.related-card-media.is-empty::before {
  content: "🏠";
  font-size: 42px;
}

.related-card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(29, 116, 204, .10);
  color: #155fa8;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.related-card-title {
  margin: 0;
  color: #101828;
  font-size: 20px !important;
  background:none !important;
  border-bottom:none !important;
  text-decoration:none !important;
  line-height: 1.3;
  margin: 0 !important;
  letter-spacing: -.015em;
  font-weight: 900;
}

.related-card-text {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.related-card-action {
  margin-top: auto;
  padding-top: 14px;
  color: #1d74cc;
  font-size: 14px;
  font-weight: 900;
}

.related-card-action::after {
  content: " →";
}

.related-empty {
  padding: 18px;
  border: 1px dashed rgba(16, 24, 40, .22);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, .75);
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  background: #0b0c0c;
  color: #fff;
  margin-top: 42px;
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.8fr) minmax(150px, .85fr) minmax(150px, .85fr) minmax(320px, 1.45fr);
  gap: 30px;
  align-items: start;
}

.footer-grid > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  column-gap: 24px;
  align-content: start;
}

.footer-grid > div:last-child h3 {
  grid-column: 1 / -1;
}

.footer-grid a {
  color: #c6d1dd;
  display: block;
  padding: 4x 0;
}
.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: none;
}
.footer-brand {
  display: flex !important;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 24px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
}

.fine {
  font-size: 14px;
  color: #c9d6cf;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  color: #0f766e;
  background: #e9fbf7;
  border: 1px solid #c6efe8;
  border-radius: 999px;
  padding: 7px 10px;
  margin: 0 0 14px;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (min-width: 1081px) {
  .nav-mega:hover > .mm-panel {
    display: block;
  }

  .nav-mega:hover > .nav-mega-trigger {
    background: #eef7ff;
    color: #0b57a3;
    box-shadow: 0 8px 18px rgba(11, 87, 163, .08);
  }
}

@media (max-width: 1180px) {
  .mainnav.mega-nav {
    gap: 4px;
  }

  .mainnav.mega-nav > a,
  .nav-mega-trigger {
    padding: 11px 10px;
  }

  .mm-grid,
  .mm-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-panel {
    width: min(980px, calc(100vw - 32px));
  }
}

@media (max-width: 1080px) {
  .header-row {
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .mainnav.mega-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 12px);
    background: #fff;
    padding: 12px;
    border: 1px solid #dfe7ed;
    border-radius: 20px;
    box-shadow: 0 24px 56px rgba(15, 23, 42, .18);
    z-index: 300;
    gap: 7px;
    max-height: calc(100vh - 112px);
    overflow: auto;
  }

  .mainnav.mega-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .mainnav.mega-nav > a,
  .nav-mega-trigger {
    width: 100%;
    justify-content: space-between;
    border: 1px solid #eef3f7;
    background: #fff;
    border-radius: 14px;
  }

  .nav-mega {
    width: 100%;
  }

  .mm-panel {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    overflow: visible;
    margin: 7px 0 0;
    transform: none;
    border-radius: 18px;
    box-shadow: none;
  }

  .nav-mega.open > .mm-panel {
    display: block;
  }

  .mm-panel-head {
    padding: 15px;
    display: none !important;
  }

  .mm-view-all {
    margin-top: 12px;
  }

  .mm-grid,
  .mm-cat-grid {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .mainnav.mega-nav > .nav-cta {
    justify-content: center;
  }
}

@media (max-width: 1020px) {
  .mainnav > a,
  .nav-drop > button {
    padding: 12px 8px;
  }

  .tools-strip,
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .tool-progress {
    top: 12px;
  }

  .checker-wrap {
    grid-template-columns: 1fr;
  }

  .result-panel {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .two-col,
  .three-col,
  .small-grid,
  .guide-grid,
  .status-list,
  .advance-grid,
  .image-card-grid {
    grid-template-columns: 1fr;
  }

  .tool-hero {
    padding: 20px;
  }

  .checker-panel {
    padding: 18px;
  }

  .result-head,
  .result-body {
    padding: 16px;
  }

  .content-main {
    padding-left: 14px;
    padding-right: 14px;
  }

  .related-card-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-head {
    display: block;
  }
}

@media (max-width: 900px) {
  .mini-table th,
  .mini-table td {
    display: block;
    width: 100%;
  }

  .mini-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .mini-table td {
    padding-top: 4px;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }

  .site-header {
    position: relative;
  }

  .header-row {
    min-height: 70px;
  }

  .brand {
    font-size: 19px;
    min-width: 0;
  }

  .brand small {
    font-size: 12px;
  }

  .mainnav:not(.mega-nav) {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 10px 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .mainnav:not(.mega-nav).open {
    display: flex;
  }

  .mainnav > a,
  .nav-drop > button {
    text-align: left;
    width: 100%;
    padding: 13px 10px;
  }

  .nav-drop ul {
    position: static;
    width: 100%;
    box-shadow: none;
    max-height: none;
    border: 0;
    border-left: 4px solid var(--brand);
    padding-left: 8px;
  }

  .nav-drop:hover ul {
    display: none;
  }

  .nav-drop:focus-within ul,
  .nav-drop.open ul {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

  .grid,
  .grid.two,
  .tools-strip,
  .footer-grid,
  .related-strip {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:last-child {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 34px 0;
  }

  .searchbox {
    flex-direction: column;
  }

  .content-main {
    padding-top: 26px;
  }

  .ad-slot {
    min-height: 64px;
  }
}

@media (max-width: 640px) {
  .article-toc {
    margin: 24px 0 28px;
  }

  .article-toc h2 {
    font-size: 2rem;
  }

  .article-toc-list {
    padding-left: 17px;
  }

  .article-toc-list li {
    margin-bottom: 12px;
    padding-left: 17px;
  }

  .article-toc-list li::before {
    left: -24px;
    width: 10px;
    height: 10px;
  }

  .article-toc-list a {
    font-size: .95rem;
    line-height: 1.2;
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 19px;
    min-width: 0;
  }

  .brand small {
    font-size: 12px;
  }

  .mainnav.mega-nav {
    left: 8px;
    right: 8px;
  }

  .mm-panel-head h2 {
    font-size: 22px;
  }

  .mm-panel-head p {
    font-size: 14px;
  }

  .mm-link {
    padding: 8px;
  }

  .mm-link small,
  .mm-group-title p {
    display: none;
  }

  .related-card-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .related-card {
    border-radius: 12px;
  }

  .related-card-title {
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .btn-row {
    display: block;
  }

  .tool-btn,
  .gov-btn {
    width: 100%;
    margin: 6px 0;
  }

  .score-box {
    align-items: flex-start;
  }

  .score-badge {
    font-size: 1.5rem;
  }

  .step-title {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .wrap {
    width: min(100% - 22px, 1200px);
  }

  .hero h1,
  .section h1,
  .content-main h1 {
    font-size: 34px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .hero-card,
  .intro-text,
  .tool-shell,
  .content-panel {
    padding: 20px;
  }

  .card-body {
    padding: 16px;
  }

  .footer-grid {
    gap: 22px;
  }
}

/* =========================================================
   Print
   ========================================================= */

@media print {
  header,
  footer,
  .site-header,
  .site-footer,
  .ad-slot,
  .breadcrumbs,
  .btn-row,
  .gov-actions,
  .menu-toggle,
  .source-panel,
  .small-grid,
  .guide-grid,
  .checker-panel,
  .related-section,
  .mini-actions {
    display: none !important;
  }

  .wrap,
  .content-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .card,
  .tool-shell,
  .content-panel,
  .result-panel {
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .checker-wrap {
    display: block;
  }

  .result-panel {
    max-height: none;
    overflow: visible;
  }

  .print-only {
    display: block;
  }

  .result-head {
    color: #000;
    background: #fff;
    border-bottom: 2px solid #000;
  }

  .result-card {
    break-inside: avoid;
  }

  .copy-box {
    display: block !important;
  }
}

/* =========================================================
   Migrated page styles
   Former inline <style> blocks are kept here as shared CSS.
   ========================================================= */

/* Migrated from index.html style block 1. */
/* =========================================================
   Homepage-only layout fixes
   Scope: index.html only. Prefix: rrt-home-
   ========================================================= */

.rrt-home {
  background:
    radial-gradient(circle at 12% 4%, rgba(29,112,184,.10), transparent 28%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-home * {
  min-width: 0;
  color:#0b0d0c;
}

.rrt-home-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-home-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-home-section.alt {
  background: rgba(255,255,255,.58);
  border-top: 1px solid rgba(216,228,221,.85);
  border-bottom: 1px solid rgba(216,228,221,.85);
}

.rrt-home-hero {
  background:
    linear-gradient(135deg,#ffffff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-home-hero-grid {
  display: grid;
  align-items: stretch;
}

.rrt-home-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-home-hero-main {
  display: flex;
  flex-direction: column;
  background:#d2e2f1;
  justify-content: center;
}

.rrt-home-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-home h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,72px);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 930px;
}

.rrt-home h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.5vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-home h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-home p {
  line-height: 1.65;
}

.rrt-home-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 850px;
}

.rrt-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-home-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-home-btn:hover {
  filter: brightness(.96);
}

.rrt-home-side ul,
.rrt-home-list {
  margin: 12px 0 0 1.15rem;
  padding: 0;
}

.rrt-home-side li,
.rrt-home-list li {
  margin: 8px 0;
  line-height: 1.55;
}

.rrt-home-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-home-strip {
  background: #0b0c0c;
  color: #fff;
  padding: 11px 0;
  font-size: 15px;
}

.rrt-home-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.rrt-home-strip span {
  color: #e7ece9;
}

.rrt-home-update {
  background: #fff;
  border: 1px solid #d8e4dd;
  border-left: 8px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  padding: 18px 20px;
}

.rrt-home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr);
  gap: clamp(20px,3vw,30px);
  align-items: stretch;
}

.rrt-home-feature-grid,
.rrt-home-card-grid,
.rrt-home-guide-grid {
  display: grid;
  gap: 18px;
}

.rrt-home-feature-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-home-card-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 22px;
}

.rrt-home-guide-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 22px;
}

.rrt-home-card,
.rrt-home-feature,
.rrt-home-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-home-card {
    min-width: 0;
    border: 1px solid #8da1b2;
    border-radius: 15px;
    background: #eaf2f4;
}

.rrt-home-card.landlord {
  border-top-color: #00703c;
}

.rrt-home-card:hover,
.rrt-home-feature:hover,
.rrt-home-source:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15,23,42,.10);
  transition: transform .16s ease, box-shadow .16s ease;
}

.rrt-home-meta {
  margin: 0 0 9px;
  color: #4b6358 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-home-card p,
.rrt-home-feature p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-home-card a,
.rrt-home-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-home-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.rrt-home-head p {
  margin: 8px 0 0;
  max-width: 820px;
  color: #33433b;
}

.rrt-home-process-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
  align-items: stretch;
}

.rrt-home-steps {
  counter-reset: rrtstep;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.rrt-home-steps li {
  counter-increment: rrtstep;
  position: relative;
  margin: 0 0 14px;
  padding-left: 58px;
  line-height: 1.55;
}

.rrt-home-steps li::before {
  content: counter(rrtstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brand,#1d6fb8);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.rrt-home-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-home-source {
  text-decoration: none;
  color: inherit;
}

.rrt-home-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-home-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-home-dynamic {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 18px;
  margin-top: 18px;
}

.rrt-home-cta {
  background:
    linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-home-cta h2,
.rrt-home-cta p {
  color: #fff;
}

.rrt-home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-home-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-home-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-home-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-home-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-home-hero-grid,
  .rrt-home-intro-grid {
    grid-template-columns: 1fr;
  }

  .rrt-home h1 {
    font-size: clamp(38px,8vw,58px);
  }

  .rrt-home-feature-grid,
  .rrt-home-card-grid,
  .rrt-home-guide-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 860px) {
  .rrt-home-process-grid,
  .rrt-home-source-list,
  .rrt-home-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-home-head {
    display: block;
  }

  .rrt-home-head .rrt-home-actions {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .rrt-home-section {
    padding: 30px 0;
  }

  .rrt-home-hero {
    padding: 28px 0;
  }

  .rrt-home-panel,
  .rrt-home-card,
  .rrt-home-feature,
  .rrt-home-source {
    padding: 18px;
  }

  .rrt-home-feature-grid,
  .rrt-home-card-grid,
  .rrt-home-guide-grid {
    grid-template-columns: 1fr;
  }

  .rrt-home-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-home-btn {
    width: 100%;
  }

  .rrt-home h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-home h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/about.html style block 1. */
/* About page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
  padding: clamp(34px,5vw,72px) 0;
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  width: 32%;
  background: #f3faf6;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/accessibility.html style block 1. */
/* Accessibility statement page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
 
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  width: 32%;
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/contact-us.html style block 1. */
/* Contact page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}
#contact-form {padding:20px;}
.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li,
.rrt-page label,
.rrt-page input,
.rrt-page select,
.rrt-page textarea {
  font-size: 17px;
  line-height: 1.6;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-contact-layout {
  display: grid;
  gap: clamp(22px,4vw,38px);
  align-items: start;
}

.rrt-contact-form {
  display: grid;
  gap: 18px;
}

.rrt-form-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.rrt-field {
  display: grid;
  gap: 7px;
}

.rrt-field label,
.rrt-field legend {
  font-weight: 900;
  color: #0b0c0c;
}

.rrt-field .hint {
  margin: 0;
  color: #505a5f;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.rrt-field input,
.rrt-field select,
.rrt-field textarea {
  width: 100%;
  border: 2px solid #b1b4b6;
  border-radius: 6px;
  background: #fff;
  color: #0b0c0c;
  padding: 12px 13px;
}

.rrt-field textarea {
  min-height: 190px;
  resize: vertical;
}

.rrt-field input:focus,
.rrt-field select:focus,
.rrt-field textarea:focus,
.rrt-checkbox input:focus {
  outline: 2px solid var(--focus,#ffdd00);
  outline-offset: 1px;
}

.rrt-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line,#d8e4dd);
  background: #f8fcfa;
}

.rrt-checkbox input {
  margin-top: 6px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.rrt-contact-submit {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.rrt-form-status {
  display: none;
  border-left: 6px solid #00703c;
  background: #f3fff7;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.rrt-form-status.show {
  display: block;
}

.rrt-form-error {
  display: none;
  border-left: 6px solid #d4351c;
  background: #fff5f3;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.rrt-form-error.show {
  display: block;
}

.rrt-char-count {
  color: #505a5f;
  font-size: 14px !important;
  text-align: right;
  margin: 3px 0 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-contact-layout,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-contact-layout,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-form-row,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions,
  .rrt-contact-submit {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/cookie-policy.html style block 1. */
/* Cookie policy page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li,
.rrt-page label {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
  cursor: pointer;
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-btn.neutral {
  background: #0b0c0c;
  border-color: #0b0c0c;
  color: #fff !important;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-cookie-controls {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.rrt-cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  padding: 14px;
}

.rrt-cookie-option input {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.rrt-cookie-option input:focus,
.rrt-page-btn:focus {
  outline: 3px solid var(--focus,#ffdd00);
  outline-offset: 2px;
}

.rrt-cookie-option strong {
  display: block;
  margin-bottom: 4px;
}

.rrt-cookie-option span {
  display: block;
  color: #33433b;
  line-height: 1.55;
}

.rrt-cookie-status {
  display: none;
  border-left: 6px solid #00703c;
  background: #f3fff7;
  padding: 14px 16px;
  margin-top: 18px;
}

.rrt-cookie-status.show {
  display: block;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/corrections.html style block 1. */
/* Corrections page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li,
.rrt-page label,
.rrt-page input,
.rrt-page select,
.rrt-page textarea {
  font-size: 17px;
  line-height: 1.6;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
  cursor: pointer;
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-correction-layout {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(22px,4vw,38px);
  align-items: start;
}

.rrt-correction-form {
  display: grid;
  gap: 18px;
}

.rrt-form-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.rrt-field {
  display: grid;
  gap: 7px;
}

.rrt-field label,
.rrt-field legend {
  font-weight: 900;
  color: #0b0c0c;
}

.rrt-field .hint {
  margin: 0;
  color: #505a5f;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.rrt-field input,
.rrt-field select,
.rrt-field textarea {
  width: 100%;
  border: 2px solid #b1b4b6;
  border-radius: 6px;
  background: #fff;
  color: #0b0c0c;
  padding: 12px 13px;
}

.rrt-field textarea {
  min-height: 190px;
  resize: vertical;
}

.rrt-field input:focus,
.rrt-field select:focus,
.rrt-field textarea:focus,
.rrt-checkbox input:focus,
.rrt-page-btn:focus {
  outline: 3px solid var(--focus,#ffdd00);
  outline-offset: 2px;
}

.rrt-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line,#d8e4dd);
  background: #f8fcfa;
}

.rrt-checkbox input {
  margin-top: 6px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.rrt-form-status {
  display: none;
  border-left: 6px solid #00703c;
  background: #f3fff7;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.rrt-form-status.show {
  display: block;
}

.rrt-form-error {
  display: none;
  border-left: 6px solid #d4351c;
  background: #fff5f3;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.rrt-form-error.show {
  display: block;
}

.rrt-char-count {
  color: #505a5f;
  font-size: 14px !important;
  text-align: right;
  margin: 3px 0 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-correction-layout,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-correction-layout,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-form-row,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/editorial-policy.html style block 1. */
/* Editorial policy page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/expert-review.html style block 1. */
/* Expert review page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/legal-disclaimer.html style block 1. */
/* Legal disclaimer page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  width: 32%;
  background: #f3faf6;
}

.rrt-disclaimer-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-disclaimer-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/privacy-policy.html style block 1. */
/* Privacy policy page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 880px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 860px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  width: 32%;
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-hero-grid,
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/sources.html style block 1. */
/* Sources page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);

}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 900px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green,
.rrt-page-source.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber,
.rrt-page-source.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red,
.rrt-page-source.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple,
.rrt-page-source.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 880px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-source em {
  display: block;
  margin-top: 10px;
  color: #505a5f;
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/terms.html style block 1. */
/* Terms page scoped styles */
.rrt-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-page * {
  min-width: 0;
}

.rrt-page-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-page-section.compact {
  padding: clamp(22px,3vw,38px) 0;
}

.rrt-page-section.alt {
  background: rgba(255,255,255,.62);
  border-top: 1px solid rgba(216,228,221,.9);
  border-bottom: 1px solid rgba(216,228,221,.9);
}

.rrt-page-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-page-hero-grid {
  display: grid;
  gap: clamp(22px,4vw,42px);
  align-items: stretch;
}

.rrt-page-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,36px);
  min-height: 100%;
}

.rrt-page-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rrt-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.rrt-page h2 {
  margin: 0 0 16px;
  color: #0b0c0c;
  font-size: clamp(28px,3.3vw,42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.rrt-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: clamp(20px,2vw,24px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.rrt-page p,
.rrt-page li {
  font-size: 17px;
  line-height: 1.65;
}

.rrt-page-lede {
  margin: 0 0 24px;
  color: #25352e;
  font-size: clamp(19px,2.1vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 900px;
}

.rrt-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rrt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-page-btn.secondary {
  background: #fff;
  color: var(--brand,#1d6fb8) !important;
  box-shadow: none;
}

.rrt-page-alert {
  margin-top: 18px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-page-alert.green {
  border-left-color: #00703c;
  background: #f3fff7;
}

.rrt-page-alert.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-page-grid,
.rrt-page-grid-two,
.rrt-page-grid-four {
  display: grid;
  gap: 18px;
}

.rrt-page-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.rrt-page-grid-two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.rrt-page-grid-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.rrt-page-card,
.rrt-page-source {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-page-card.green {
  border-top-color: #00703c;
}

.rrt-page-card.amber {
  border-top-color: #ffdd00;
}

.rrt-page-card.red {
  border-top-color: #d4351c;
}

.rrt-page-card.purple {
  border-top-color: #4c2c92;
}

.rrt-page-meta {
  margin: 0 0 9px;
  color: #4b6358;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.rrt-page-card p {
  margin: 0 0 14px;
  color: #33433b;
}

.rrt-page-card a,
.rrt-page-source a {
  margin-top: auto;
  font-weight: 900;
  color: #005ea5;
}

.rrt-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.rrt-page-head p {
  margin: 8px 0 0;
  max-width: 880px;
  color: #33433b;
}

.rrt-page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 18px;
}

.rrt-page-table th,
.rrt-page-table td {
  border: 1px solid #d8e4dd;
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.rrt-page-table th {
  background: #f3faf6;
}

.rrt-page-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.rrt-page-list li {
  margin: 8px 0;
}

.rrt-page-source-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

.rrt-page-source {
  text-decoration: none;
  color: inherit;
}

.rrt-page-source strong {
  display: block;
  color: #0b0c0c;
  margin-bottom: 6px;
}

.rrt-page-source span {
  display: block;
  color: #33433b;
  line-height: 1.5;
}

.rrt-page-cta {
  background: linear-gradient(135deg,#0b0c0c 0%,#17324d 100%);
  color: #fff;
  border-left: 8px solid var(--focus,#ffdd00);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
  padding: clamp(24px,4vw,42px);
}

.rrt-page-cta h2,
.rrt-page-cta p {
  color: #fff;
}

.rrt-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.rrt-page-faq-grid details {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  box-shadow: 0 8px 18px rgba(15,23,42,.045);
  padding: 0;
  margin: 0 0 12px;
}

.rrt-page-faq-grid summary {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.rrt-page-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #33433b;
}

.rrt-page-note {
  font-size: 14px !important;
  color: #505a5f;
}

@media (max-width: 1080px) {
  .rrt-page-grid,
  .rrt-page-grid-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .rrt-page h1 {
    font-size: clamp(38px,8vw,58px);
  }
}

@media (max-width: 860px) {
  .rrt-page-grid,
  .rrt-page-grid-two,
  .rrt-page-grid-four,
  .rrt-page-source-list,
  .rrt-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .rrt-page-head {
    display: block;
  }

  .rrt-page-head .rrt-page-actions {
    margin-top: 14px;
  }

  .rrt-page-table th,
  .rrt-page-table td {
    display: block;
    width: 100%;
  }

  .rrt-page-table th {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rrt-page-section {
    padding: 30px 0;
  }

  .rrt-page-hero {
    padding: 28px 0;
  }

  .rrt-page-panel,
  .rrt-page-card,
  .rrt-page-source {
    padding: 18px;
  }

  .rrt-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-page-btn {
    width: 100%;
  }

  .rrt-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .rrt-page h2 {
    font-size: 30px;
  }
}


/* Migrated from pages/write-for-us.html style block 1. */
.rrt-write-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(29,112,184,.10), transparent 26%),
    linear-gradient(180deg,#f6fbf8 0%,#eef7f2 100%);
}

.rrt-write-page * {
  box-sizing: border-box;
  min-width: 0;
}

.rrt-write-hero {
  background: linear-gradient(135deg,#fff 0%,#edf8f1 55%,#e9f4ff 100%);
  border-bottom: 1px solid var(--line,#d8e4dd);
}

.rrt-write-panel {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 6px solid var(--brand,#1d6fb8);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
  padding: clamp(22px,4vw,38px);
}

.rrt-write-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bde7de;
  background: #e9fbf7;
  color: #067a6f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rrt-write-page h1 {
  margin: 0 0 18px;
  color: #0b0c0c;
  font-size: clamp(40px,6vw,68px);
  line-height: 1;
  letter-spacing: -.055em;
}

.rrt-write-page h2 {
  margin: 0 0 14px;
  color: #0b0c0c;
  font-size: clamp(26px,3vw,38px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.rrt-write-page h3 {
  margin: 0 0 10px;
  color: #0b0c0c;
  font-size: 21px;
  line-height: 1.2;
}

.rrt-write-page p,
.rrt-write-page li,
.rrt-write-page label,
.rrt-write-page input,
.rrt-write-page textarea,
.rrt-write-page select {
  font-size: 17px;
  line-height: 1.6;
}

.rrt-write-lede {
  margin: 0;
  color: #25352e;
  font-size: clamp(19px,2vw,23px) !important;
  line-height: 1.52 !important;
  max-width: 940px;
}

.rrt-write-section {
  padding: clamp(34px,5vw,64px) 0;
}

.rrt-write-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  align-items: start;
}

.rrt-write-card {
  background: #fff;
  border: 1px solid var(--line,#d8e4dd);
  border-top: 5px solid var(--brand,#1d6fb8);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  padding: 22px;
}

.rrt-write-card.green {
  border-top-color: #00703c;
}

.rrt-write-card.amber {
  border-top-color: #ffdd00;
}

.rrt-write-card.red {
  border-top-color: #d4351c;
}

.rrt-write-list {
  margin: 14px 0 0;
  padding-left: 1.2rem;
}

.rrt-write-list li {
  margin: 8px 0;
}

.rrt-write-form {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.rrt-form-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.rrt-field {
  display: grid;
  gap: 7px;
}

.rrt-field label {
  font-weight: 900;
  color: #0b0c0c;
}

.rrt-field span {
  display: block;
  color: #505a5f;
  font-size: 14px;
  line-height: 1.45;
}

.rrt-field input,
.rrt-field select,
.rrt-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  background: #fff;
  color: #0b0c0c;
}

.rrt-field textarea {
  min-height: 150px;
  resize: vertical;
}

.rrt-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: #f8fbf9;
  border: 1px solid #d8e4dd;
}

.rrt-check input {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  flex: 0 0 auto;
}

.rrt-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  padding: 12px 20px;
  border: 2px solid var(--brand,#1d6fb8);
  border-radius: 6px;
  background: var(--brand,#1d6fb8);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(29,111,184,.16);
}

.rrt-submit:hover {
  background: #003078;
  border-color: #003078;
}

.rrt-note {
  margin-top: 14px;
  border-left: 6px solid var(--focus,#ffdd00);
  background: #fff8d6;
  padding: 14px 16px;
  color: #0b0c0c;
}

.rrt-note.red {
  border-left-color: #d4351c;
  background: #fff5f3;
}

.rrt-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rrt-policy-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  border: 2px solid var(--brand,#1d6fb8);
  color: var(--brand,#1d6fb8);
  background: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 860px) {
  .rrt-write-grid,
  .rrt-form-row {
    grid-template-columns: 1fr;
  }

  .rrt-write-page h1 {
    font-size: 42px;
  }

  .rrt-submit {
    width: 100%;
  }

  .rrt-policy-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rrt-policy-links a {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .rrt-write-hero {
    padding: 28px 0;
  }

  .rrt-write-section {
    padding: 30px 0;
  }

  .rrt-write-panel,
  .rrt-write-card {
    padding: 18px;
  }

  .rrt-write-page h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .rrt-check {
    display: grid;
  }
}


/* =========================================================
   Shared card/grid/listing standards
   Desktop: 3 columns; tablet: 2; mobile: 1.
   ========================================================= */
.grid,
.card-grid,
.tool-grid,
.resource-grid,
.feature-grid,
.featured-tools-grid,
.related-posts-grid,
.rrt-page-grid,
.rrt-home-grid,
.rrt-home-tool-grid,
.rrt-home-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 26px);
}
.grid.two,
.two-col,
.rrt-page-two,
.rrt-home-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 26px);
}
.card,
.tool-card,
.resource-card,
.feature-card,
.rrt-card,
.rrt-page-card,
.rrt-home-card {
  min-width: 0;
}
@media (max-width: 980px) {
  .grid,
  .card-grid,
  .tool-grid,
  .resource-grid,
  .feature-grid,
  .featured-tools-grid,
  .related-posts-grid,
  .rrt-page-grid,
  .rrt-home-grid,
  .rrt-home-tool-grid,
  .rrt-home-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .grid,
  .grid.two,
  .card-grid,
  .tool-grid,
  .resource-grid,
  .feature-grid,
  .featured-tools-grid,
  .related-posts-grid,
  .two-col,
  .rrt-page-grid,
  .rrt-page-two,
  .rrt-home-grid,
  .rrt-home-two,
  .rrt-home-tool-grid,
  .rrt-home-resource-grid {
    grid-template-columns: 1fr;
  }
}

/* Hidden anti-spam field for contact/corrections forms. */
.honeypot-field {
  display: none !important;
}
