/*
 * Rosewood Theme
 * Custom classic theme styles for Rosewood Tradesmen.
 */

:root {
  --rwd-blue: #0b5eff;
  --rwd-blue-dark: #063f91;
  --rwd-ink: #101827;
  --rwd-navy: #0f172a;
  --rwd-navy-2: #172033;
  --rwd-muted: #5f7188;
  --rwd-line: #dbe4ef;
  --rwd-soft: #f3f6fb;
  --rwd-panel: #ffffff;
  --rwd-focus: rgba(11, 94, 255, 0.28);
  --rwd-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
  --rwd-dark-page: #070b13;
  --rwd-dark-section: #0b1220;
  --rwd-dark-card: #111a2b;
  --rwd-dark-card-elevated: #162238;
  --rwd-dark-line: #31445f;
  --rwd-dark-line-strong: #49617e;
  --rwd-dark-blue: #3b82f6;
  --rwd-dark-blue-strong: #69b7ff;
  --rwd-dark-heading: #f8fbff;
  --rwd-dark-text: #d8e4f2;
  --rwd-dark-muted: #aab9cc;
  --rwd-theme-admin-bar-offset: 0px;
  --rwd-theme-header-height: 74px;
  --rwd-theme-header-offset: calc(var(--rwd-theme-admin-bar-offset) + env(safe-area-inset-top, 0px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-padding-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  background: var(--rwd-soft);
  color: var(--rwd-ink);
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--rwd-soft);
  color: var(--rwd-ink);
}

body.admin-bar {
  --rwd-theme-admin-bar-offset: 32px;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

a {
  color: var(--rwd-blue);
}

a:hover,
a:focus-visible {
  color: var(--rwd-blue-dark);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--rwd-focus);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

.rwd-theme-header {
  position: sticky;
  top: var(--rwd-theme-header-offset);
  z-index: 9000;
  border-bottom: 1px solid rgba(219, 228, 239, 0.88);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.065);
  backdrop-filter: blur(18px);
}

body.admin-bar .rwd-theme-header {
  top: var(--rwd-theme-header-offset);
}

.rwd-theme-header-inner {
  display: flex;
  width: min(100% - 36px, 1240px);
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
}

.rwd-theme-brand,
.rwd-theme-brand:visited {
  display: inline-flex;
  min-width: 238px;
  align-items: center;
  gap: 12px;
  color: var(--rwd-ink);
  text-decoration: none;
}

.rwd-theme-brand-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rwd-blue), var(--rwd-blue-dark));
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(11, 94, 255, 0.2);
}

.rwd-theme-brand-copy,
.rwd-theme-footer-brand div {
  display: grid;
  gap: 2px;
}

.rwd-theme-brand-copy strong,
.rwd-theme-footer-brand strong {
  color: var(--rwd-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
}

.rwd-theme-brand-copy small {
  color: var(--rwd-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.rwd-theme-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(219, 228, 239, 0.86);
  border-radius: 10px;
  background: rgba(246, 249, 253, 0.74);
}

.rwd-theme-nav-link,
.rwd-theme-mobile-link,
.rwd-theme-footer-link,
.rwd-theme-footer-contact {
  color: var(--rwd-ink);
  text-decoration: none;
}

.rwd-theme-nav-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 9px;
  color: #24324a;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.15;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.rwd-theme-nav-link:hover,
.rwd-theme-nav-link:focus-visible,
.rwd-theme-nav-link[aria-current="page"] {
  background: #ffffff;
  color: var(--rwd-blue-dark);
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.08);
}

.rwd-theme-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rwd-theme-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rwd-theme-button-primary,
.rwd-theme-button-primary:visited {
  border-color: var(--rwd-blue);
  background: var(--rwd-blue);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(11, 94, 255, 0.3);
}

.rwd-theme-button-primary:hover,
.rwd-theme-button-primary:focus-visible {
  border-color: var(--rwd-blue-dark);
  background: var(--rwd-blue-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

.rwd-theme-button-secondary,
.rwd-theme-button-secondary:visited {
  border-color: rgba(15, 23, 42, 0.22);
  background: rgba(255, 255, 255, 0.94);
  color: var(--rwd-navy);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.rwd-theme-button-secondary:hover,
.rwd-theme-button-secondary:focus-visible {
  border-color: var(--rwd-blue);
  background: #ffffff;
  color: var(--rwd-blue-dark);
  transform: translateY(-2px);
}

.rwd-theme-header-cta {
  min-height: 48px;
  padding: 12px 17px;
  font-size: 14px;
}

.rwd-theme-menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: var(--rwd-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rwd-theme-menu-toggle:hover,
.rwd-theme-menu-toggle:focus-visible {
  border-color: rgba(11, 94, 255, 0.35);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.rwd-theme-menu-toggle span,
.rwd-theme-menu-toggle span::before,
.rwd-theme-menu-toggle span::after {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.rwd-theme-menu-toggle span {
  position: relative;
}

.rwd-theme-menu-toggle span::before,
.rwd-theme-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.rwd-theme-menu-toggle span::before {
  top: -5px;
}

.rwd-theme-menu-toggle span::after {
  top: 5px;
}

.rwd-theme-mobile-menu[hidden] {
  display: none;
}

.rwd-theme-mobile-menu {
  width: min(100% - 24px, 1240px);
  margin: 0 auto 14px;
  padding: 16px;
  border: 1px solid var(--rwd-line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.16);
  animation: rwdThemeMenuIn 180ms ease both;
}

.rwd-theme-mobile-link {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border-radius: 9px;
  color: var(--rwd-ink);
  font-size: 15px;
  font-weight: 800;
}

.rwd-theme-mobile-button {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.rwd-theme-mobile-link:hover,
.rwd-theme-mobile-link:focus-visible {
  background: #eef5ff;
  color: var(--rwd-blue-dark);
}

.rwd-theme-mobile-cta {
  width: 100%;
  margin-top: 10px;
}

.rwd-theme-home {
  width: min(100% - 34px, 1220px);
  margin: 0 auto;
  padding: 34px 0 90px;
}

.rwd-theme-home h1,
.rwd-theme-home h2,
.rwd-theme-home p {
  margin-top: 0;
}

.rwd-theme-home h1 {
  max-width: 800px;
  margin-bottom: 24px;
  color: var(--rwd-ink);
  font-size: clamp(48px, 6.4vw, 86px);
  font-weight: 860;
  line-height: 0.96;
  letter-spacing: 0;
}

.rwd-theme-home h2 {
  margin-bottom: 16px;
  color: var(--rwd-ink);
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 840;
  line-height: 1.07;
  letter-spacing: 0;
}

.rwd-theme-eyebrow,
.rwd-theme-card-label {
  margin: 0 0 12px;
  color: var(--rwd-blue);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.rwd-theme-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
  min-height: 670px;
  overflow: hidden;
  padding: clamp(46px, 6vw, 90px);
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 250, 255, 0.98) 42%, rgba(224, 238, 255, 0.9) 100%),
    #ffffff;
  box-shadow: 0 30px 86px rgba(15, 23, 42, 0.13);
}

.rwd-theme-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(11, 94, 255, 0.1), rgba(11, 94, 255, 0)),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(11, 94, 255, 0.07));
}

.rwd-theme-hero::after {
  content: "";
  position: absolute;
  right: 45%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(11, 94, 255, 0.12);
}

.rwd-theme-hero-copy,
.rwd-theme-onboarding-panel {
  position: relative;
  z-index: 1;
}

.rwd-theme-lede {
  max-width: 720px;
  margin-bottom: 30px;
  color: #334155;
  font-size: clamp(19px, 2.05vw, 24px);
  line-height: 1.52;
}

.rwd-theme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.rwd-theme-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.rwd-theme-proof-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(11, 94, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 750;
}

.rwd-theme-onboarding-panel {
  align-self: center;
  padding: 20px;
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 32px 78px rgba(15, 23, 42, 0.16);
}

.rwd-theme-panel-top,
.rwd-theme-panel-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rwd-theme-panel-top {
  padding: 4px 4px 18px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.rwd-theme-panel-brand {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--rwd-blue);
  color: #ffffff;
  font-weight: 900;
}

.rwd-theme-panel-status {
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 8px;
  background: var(--rwd-navy);
  color: #ffffff;
}

.rwd-theme-panel-status span {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 700;
}

.rwd-theme-panel-status strong {
  font-size: 14px;
}

.rwd-theme-panel-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rwd-theme-panel-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: 8px;
  background: #ffffff;
}

.rwd-theme-panel-list li > span {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5ff;
}

.rwd-theme-panel-list li > span::after {
  content: "";
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--rwd-blue);
  border-left: 2px solid var(--rwd-blue);
  transform: rotate(-45deg);
}

.rwd-theme-panel-list li:not(.is-complete) > span::after {
  width: 8px;
  height: 8px;
  border: 2px solid var(--rwd-blue);
  border-radius: 50%;
  transform: none;
}

.rwd-theme-panel-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--rwd-ink);
  font-size: 15px;
  line-height: 1.25;
}

.rwd-theme-panel-list p {
  margin: 0;
  color: var(--rwd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rwd-theme-section {
  margin-top: clamp(36px, 5.2vw, 72px);
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
}

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

.rwd-theme-audience-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: clamp(30px, 4.4vw, 50px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 8px;
  background: var(--rwd-panel);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rwd-theme-audience-card-alt {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.rwd-theme-audience-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  background: rgba(11, 94, 255, 0.08);
}

.rwd-theme-audience-card:hover,
.rwd-theme-steps li:hover {
  border-color: rgba(11, 94, 255, 0.24);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.11);
  transform: translateY(-3px);
}

.rwd-theme-audience-card p,
.rwd-theme-operations p,
.rwd-theme-final p {
  max-width: 640px;
  color: #334155;
  font-size: 17px;
  line-height: 1.6;
}

.rwd-theme-text-link,
.rwd-theme-text-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--rwd-blue);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.rwd-theme-icon-calculator {
  width: 1.08em;
  height: 1.08em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.rwd-theme-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rwd-theme-text-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.rwd-home-pathway-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.rwd-theme-process {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5.4vw, 66px);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.085);
}

.rwd-theme-section-heading {
  max-width: 800px;
  margin-bottom: 42px;
}

.rwd-theme-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rwd-theme-steps::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 7%;
  right: 7%;
  height: 3px;
  background: linear-gradient(90deg, var(--rwd-blue), rgba(11, 94, 255, 0.24), rgba(11, 94, 255, 0.08));
}

.rwd-theme-steps li {
  position: relative;
  min-height: 210px;
  padding: 0 18px 0 0;
  transition: transform 180ms ease;
}

.rwd-theme-steps span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: var(--rwd-blue);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 94, 255, 0.24);
  font-size: 13px;
  font-weight: 900;
}

.rwd-theme-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rwd-ink);
  font-size: 17px;
  line-height: 1.25;
}

.rwd-theme-steps p {
  max-width: 220px;
  margin: 0;
  color: var(--rwd-muted);
  font-size: 14px;
  line-height: 1.52;
}

.rwd-theme-operations {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(36px, 5.4vw, 68px);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rwd-navy), var(--rwd-navy-2));
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

.rwd-theme-operations .rwd-theme-eyebrow,
.rwd-theme-trust .rwd-theme-eyebrow {
  color: #bfdbfe;
}

.rwd-theme-operations h2,
.rwd-theme-trust h2 {
  color: #ffffff;
}

.rwd-theme-operations p {
  color: #e2e8f0;
}

.rwd-theme-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(219, 234, 254, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  list-style: none;
}

.rwd-theme-feature-list li {
  position: relative;
  min-height: 42px;
  padding: 11px 12px 11px 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

.rwd-theme-feature-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #93c5fd;
  border-left: 2px solid #93c5fd;
  transform: rotate(-45deg);
}

.rwd-theme-trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 28px;
  align-items: end;
  padding: clamp(34px, 5.4vw, 66px);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rwd-blue), var(--rwd-blue-dark));
  color: #ffffff;
  box-shadow: 0 18px 52px rgba(11, 94, 255, 0.18);
}

.rwd-theme-trust h2 {
  max-width: 820px;
  margin: 0;
}

.rwd-theme-trust > p {
  margin: 0;
  color: #eef6ff;
  font-size: 17px;
  line-height: 1.55;
}

.rwd-theme-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(34px, 5.4vw, 68px);
  border: 1px solid rgba(11, 94, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f0f6ff);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.rwd-theme-final h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4.4vw, 58px);
}

.rwd-theme-page {
  width: min(100% - 34px, 1040px);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 80px) 0;
}

.rwd-theme-page-content {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.rwd-theme-page-content::before {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--rwd-blue);
}

.rwd-theme-app-content::before,
.rwd-theme-faq::before,
.rwd-theme-contact::before {
  display: none;
}

.rwd-theme-page-header h1 {
  margin: 0 0 24px;
  color: var(--rwd-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.rwd-theme-info-header {
  max-width: 780px;
  margin-bottom: 34px;
}

.rwd-theme-info-header p:not(.rwd-theme-eyebrow) {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.58;
}

.rwd-theme-entry {
  color: #334155;
  font-size: 17px;
  line-height: 1.65;
}

.rwd-theme-entry > *:first-child {
  margin-top: 0;
}

.rwd-theme-entry > *:last-child {
  margin-bottom: 0;
}

.rwd-theme-entry h1,
.rwd-theme-entry h2,
.rwd-theme-entry h3,
.rwd-theme-entry h4 {
  margin: 1.75em 0 0.55em;
  color: var(--rwd-ink);
  line-height: 1.15;
  letter-spacing: 0;
}

.rwd-theme-entry h1 {
  font-size: clamp(32px, 4.2vw, 48px);
}

.rwd-theme-entry h2 {
  font-size: clamp(26px, 3.2vw, 36px);
}

.rwd-theme-entry h3 {
  font-size: clamp(21px, 2.4vw, 26px);
}

.rwd-theme-entry h4 {
  font-size: 18px;
}

.rwd-theme-entry p,
.rwd-theme-entry ul,
.rwd-theme-entry ol {
  margin: 0 0 1.1em;
}

.rwd-theme-entry ul,
.rwd-theme-entry ol {
  padding-left: 1.35em;
}

.rwd-theme-entry li {
  margin-bottom: 0.45em;
}

.rwd-theme-entry a {
  color: var(--rwd-blue);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.rwd-theme-entry hr {
  height: 1px;
  margin: 32px 0;
  border: 0;
  background: var(--rwd-line);
}

.rwd-theme-entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.rwd-theme-entry th,
.rwd-theme-entry td {
  padding: 12px;
  border: 1px solid var(--rwd-line);
  text-align: left;
  vertical-align: top;
}

.rwd-theme-entry th {
  background: #f8fbff;
  color: var(--rwd-ink);
}

.rosewood-theme-policy-page .rwd-theme-page {
  width: min(100% - 40px, 980px);
  padding: clamp(34px, 5vw, 68px) 0 clamp(52px, 7vw, 92px);
}

.rwd-theme-policy-content {
  padding: clamp(30px, 5vw, 58px);
  border-color: rgba(203, 213, 225, 0.95);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.075);
}

.rwd-theme-policy-content::before {
  display: none;
}

.rwd-theme-policy-header {
  max-width: 780px;
  margin-bottom: clamp(26px, 4vw, 42px);
  padding-bottom: clamp(22px, 3vw, 32px);
  border-bottom: 1px solid var(--rwd-line);
}

.rwd-theme-policy-header h1 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4.4vw, 54px);
  text-wrap: balance;
}

.rwd-theme-policy-content .rwd-theme-entry {
  max-width: 820px;
}

.rwd-theme-policy-content .rwd-theme-entry h1:first-child,
.rwd-theme-policy-content .rwd-theme-entry h2:first-child,
.rwd-theme-policy-content .rwd-theme-entry h3:first-child {
  margin-top: 0;
}

.rwd-theme-policy-content .rwd-theme-entry h2 {
  margin-top: clamp(32px, 4.5vw, 48px);
  padding-top: clamp(24px, 3.4vw, 34px);
  border-top: 1px solid var(--rwd-line);
  color: var(--rwd-ink);
  font-size: clamp(23px, 2.6vw, 31px);
}

.rwd-theme-policy-content .rwd-theme-entry h3 {
  margin-top: 28px;
  color: var(--rwd-blue-dark);
  font-size: clamp(19px, 2vw, 24px);
}

.rwd-theme-policy-content .rwd-theme-entry h4 {
  color: #1f3b5d;
  font-size: 18px;
}

.rwd-theme-policy-content .rwd-theme-entry p {
  margin-bottom: 1.05em;
}

.rwd-theme-policy-content .rwd-theme-entry ul,
.rwd-theme-policy-content .rwd-theme-entry ol {
  margin: 0 0 1.35em;
  padding-left: 1.35em;
}

.rwd-theme-policy-content .rwd-theme-entry li {
  margin-bottom: 0.6em;
  padding-left: 0.1em;
}

.rwd-theme-policy-content .rwd-theme-entry li::marker {
  color: var(--rwd-blue);
  font-weight: 800;
}

.rwd-theme-policy-content .rwd-theme-entry strong {
  color: var(--rwd-ink);
}

.rwd-theme-policy-content .rwd-theme-entry a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.rwd-theme-policy-callout,
.rwd-theme-policy-content .rwd-theme-entry blockquote,
.rwd-theme-policy-content .rwd-theme-entry .wp-block-quote {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(15, 78, 168, 0.18);
  border-left: 4px solid var(--rwd-blue);
  border-radius: 8px;
  background: #f4f8ff;
  color: #223a56;
}

.rwd-theme-policy-content .rwd-theme-entry table {
  overflow: hidden;
  border-radius: 8px;
  font-size: 15px;
}

.rwd-theme-entry svg {
  max-width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.page-id-9287 .rwd-theme-entry svg {
  display: none;
}

.page-id-9287 .rwd-theme-entry a[tabindex="0"] {
  display: inline-block;
  margin: 16px 0 6px;
  color: var(--rwd-ink);
  font-size: 18px;
  font-weight: 850;
  text-decoration: none;
}

.page-id-8910 .rwd-theme-entry h2:first-child {
  display: none;
}

.page-id-8910 .rwd-theme-entry h3,
.page-id-8910 .rwd-theme-entry h4 {
  color: var(--rwd-blue-dark);
}

.rwd-theme-faq-list {
  display: grid;
  gap: 14px;
}

.rwd-theme-faq-item {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.rwd-theme-faq-item h2 {
  margin: 0 0 8px;
  color: var(--rwd-ink);
  font-size: clamp(19px, 2.3vw, 24px);
  line-height: 1.2;
}

.rwd-theme-faq-item p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.62;
}

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

.rwd-theme-contact-card {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.rwd-theme-contact-card h2 {
  margin: 0 0 12px;
  color: var(--rwd-ink);
  font-size: 20px;
  line-height: 1.2;
}

.rwd-theme-contact-card p,
.rwd-theme-contact-card address {
  margin: 0 0 10px;
  color: #334155;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}

.rwd-theme-contact-card p:last-child,
.rwd-theme-contact-card address:last-child {
  margin-bottom: 0;
}

.rwd-theme-contact-card a {
  color: var(--rwd-blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.rwd-theme-contact-line {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rwd-theme-contact-line span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.rwd-theme-contact-details-card a {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwd-theme-contact-details-card .rwd-theme-contact-email-link {
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.rwd-theme-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rwd-theme-app-page {
  min-height: 100vh;
  background: #f6f9fd;
}

.rwd-theme-app-content {
  margin: 0;
}

.rwd-theme-app-content .rwd-theme-entry {
  font-size: inherit;
  line-height: inherit;
}

.rwd-theme-shortcode-warning {
  width: min(100% - 24px, 760px);
  margin: 32px auto;
  padding: 16px;
  border: 1px solid rgba(180, 83, 9, 0.28);
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 750;
}

.rwd-theme-footer {
  border-top: 1px solid rgba(219, 228, 239, 0.9);
  background: linear-gradient(180deg, #ffffff, #f6f9fd);
  color: var(--rwd-ink);
}

.rwd-theme-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(150px, 0.55fr) minmax(230px, 0.85fr) auto;
  gap: 28px;
  width: min(100% - 36px, 1240px);
  margin: 0 auto;
  padding: 42px 0 30px;
}

.rwd-theme-footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rwd-theme-footer-brand p {
  max-width: 380px;
  margin: 6px 0 0;
  color: var(--rwd-muted);
  font-size: 14px;
  line-height: 1.5;
}

.rwd-theme-footer-links {
  display: grid;
  gap: 10px;
}

.rwd-theme-footer-nav-group h2 {
  margin: 0 0 12px;
  color: var(--rwd-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.rwd-theme-footer-policy-links {
  gap: 8px;
}

.rwd-theme-footer-link,
.rwd-theme-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #24324a;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.rwd-theme-footer-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.rwd-theme-footer-link:hover,
.rwd-theme-footer-link:focus-visible,
.rwd-theme-footer-contact:hover,
.rwd-theme-footer-contact:focus-visible {
  color: var(--rwd-blue-dark);
}

.rwd-theme-footer-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.rwd-theme-footer-actions .rwd-theme-button {
  min-height: 48px;
  width: 100%;
  font-size: 14px;
}

.rwd-theme-footer-actions .rwd-theme-footer-contact {
  color: var(--rwd-navy);
}

.rwd-theme-footer-bottom {
  width: min(100% - 36px, 1240px);
  margin: 0 auto;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(219, 228, 239, 0.9);
  color: var(--rwd-muted);
  font-size: 13px;
}

.rwd-wage-calculator[hidden] {
  display: none;
}

.rwd-wage-calculator {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(20px, env(safe-area-inset-top, 0px)) 20px max(20px, env(safe-area-inset-bottom, 0px));
}

.rwd-wage-calculator-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
}

.rwd-wage-calculator-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.28);
}

.rwd-wage-calculator-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.rwd-wage-calculator-header h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--rwd-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.rwd-wage-calculator-close {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--rwd-ink);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.rwd-wage-calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  gap: 22px;
}

.rwd-wage-calculator-form,
.rwd-wage-calculator-results {
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 10px;
  background: #f8fbff;
}

.rwd-wage-calculator-form {
  display: grid;
  gap: 16px;
}

.rwd-wage-calculator-form label,
.rwd-wage-calculator-options {
  display: grid;
  gap: 8px;
  margin: 0;
}

.rwd-wage-calculator-form label > span,
.rwd-wage-calculator-options legend {
  color: var(--rwd-ink);
  font-size: 14px;
  font-weight: 850;
}

.rwd-wage-calculator-form input[type="number"] {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(95, 113, 136, 0.32);
  border-radius: 9px;
  background: #ffffff;
  color: var(--rwd-ink);
  font-size: 17px;
  font-weight: 750;
}

.rwd-wage-calculator-check,
.rwd-wage-calculator-options label {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 9px;
  background: #ffffff;
}

.rwd-wage-calculator-check input,
.rwd-wage-calculator-options input {
  width: 18px;
  height: 18px;
  accent-color: var(--rwd-blue);
}

.rwd-wage-calculator-options {
  padding: 0;
  border: 0;
}

.rwd-wage-calculator-results {
  background: linear-gradient(135deg, var(--rwd-navy), #1d2b45);
  color: #ffffff;
}

.rwd-wage-calculator-results dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.rwd-wage-calculator-results div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(219, 234, 254, 0.16);
}

.rwd-wage-calculator-results dt {
  color: #dbeafe;
  font-size: 14px;
  font-weight: 760;
}

.rwd-wage-calculator-results dd {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
  text-align: right;
}

.rwd-wage-calculator-results .rwd-wage-calculator-net {
  align-items: center;
  margin-top: 6px;
  padding: 16px;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.rwd-wage-calculator-net dt {
  color: #ffffff;
}

.rwd-wage-calculator-net dd {
  font-size: clamp(24px, 3vw, 36px);
}

.rwd-wage-calculator-note {
  margin: 18px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
}

html.rwd-theme-calculator-open body {
  overflow: hidden;
}

.rwd-theme-reveal-ready .rwd-theme-reveal {
  opacity: 0;
  transform: translateY(28px);
}

.rwd-theme-reveal-ready .rwd-theme-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 760ms ease, transform 760ms ease;
}

.rwd-theme-reveal-ready .rwd-theme-hero h1 {
  animation: rwdThemeHeroIn 820ms ease both;
}

.rwd-theme-reveal-ready .rwd-theme-steps li:nth-child(2) {
  transition-delay: 80ms;
}

.rwd-theme-reveal-ready .rwd-theme-steps li:nth-child(3) {
  transition-delay: 160ms;
}

.rwd-theme-reveal-ready .rwd-theme-steps li:nth-child(4) {
  transition-delay: 240ms;
}

@keyframes rwdThemeMenuIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rwdThemeHeroIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .rwd-theme-nav {
    display: none;
  }

  .rwd-theme-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 980px) {
  .rwd-theme-hero,
  .rwd-theme-operations,
  .rwd-theme-trust,
  .rwd-theme-final,
  .rwd-theme-contact-grid {
    grid-template-columns: 1fr;
  }

  .rwd-theme-hero {
    min-height: 0;
  }

  .rwd-theme-hero::before,
  .rwd-theme-hero::after {
    display: none;
  }

  .rwd-theme-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rwd-theme-steps::before {
    top: 24px;
    bottom: 24px;
    left: 28px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--rwd-blue), rgba(11, 94, 255, 0.08));
  }

  .rwd-theme-steps li {
    min-height: 0;
    padding: 0 0 0 80px;
  }

  .rwd-theme-steps span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar {
    --rwd-theme-admin-bar-offset: 0px;
  }

  html {
    scroll-padding-top: 24px;
  }

  .rwd-theme-header,
  body.admin-bar .rwd-theme-header {
    position: relative;
    top: auto;
    z-index: 20;
  }

  .rwd-theme-section,
  .rwd-home-hero-v2,
  .rwd-home-pathways,
  .rwd-home-process-band,
  .rwd-home-operations-v2,
  .rwd-home-statement,
  .rwd-home-final-v2 {
    scroll-margin-top: 24px;
  }
}

@media (max-width: 720px) {
  :root {
    --rwd-theme-header-height: 62px;
  }

  .rwd-theme-header {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  }

  .rwd-theme-header-inner {
    width: min(100% - 24px, 1240px);
    min-height: var(--rwd-theme-header-height);
    gap: 12px;
  }

  .rwd-theme-brand {
    min-width: 0;
  }

  .rwd-theme-brand-copy small {
    display: none;
  }

  .rwd-theme-brand-copy strong {
    font-size: 15px;
  }

  .rwd-theme-brand-mark {
    width: 38px;
    height: 38px;
  }

  .rwd-theme-header-actions .rwd-theme-header-cta {
    display: none;
  }

  .rwd-theme-home {
    width: min(100% - 24px, 1220px);
    padding: 18px 0 62px;
  }

  .rwd-theme-home h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .rwd-theme-hero,
  .rwd-theme-process,
  .rwd-theme-operations,
  .rwd-theme-trust,
  .rwd-theme-final {
    padding: 28px 22px;
  }

  .rwd-theme-split {
    grid-template-columns: 1fr;
  }

  .rwd-theme-audience-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .rwd-theme-actions,
  .rwd-theme-button {
    width: 100%;
  }

  .rwd-theme-proof-row span {
    flex: 1 1 100%;
  }

  .rwd-theme-onboarding-panel {
    padding: 14px;
  }

  .rwd-theme-footer-inner {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1240px);
    gap: 24px;
    padding: 30px 0 24px;
  }

  .rwd-theme-footer-links {
    grid-template-columns: 1fr;
  }

  .rwd-theme-footer-actions {
    justify-items: stretch;
  }

  .rwd-theme-footer-bottom {
    width: min(100% - 24px, 1240px);
    padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px));
  }

  .rwd-theme-page {
    width: min(100% - 24px, 1040px);
    padding: 24px 0 54px;
  }

  .rwd-theme-page-content {
    padding: 24px 20px;
  }

  .rosewood-theme-policy-page .rwd-theme-page {
    width: min(100% - 24px, 980px);
    padding-top: 24px;
  }

  .rwd-theme-policy-content {
    padding: 24px 20px 30px;
  }

  .rwd-theme-policy-header {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }

  .rwd-theme-policy-content .rwd-theme-entry {
    font-size: 16px;
    line-height: 1.68;
  }

  .rwd-theme-policy-callout,
  .rwd-theme-policy-content .rwd-theme-entry blockquote,
  .rwd-theme-policy-content .rwd-theme-entry .wp-block-quote {
    padding: 16px;
  }

  .rwd-theme-page-content::before {
    margin-bottom: 20px;
  }

  .rwd-theme-info-header {
    margin-bottom: 24px;
  }

  .rwd-theme-contact-actions,
  .rwd-theme-contact-actions .rwd-theme-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .rwd-theme-menu-toggle {
    width: 44px;
    padding: 10px;
    font-size: 0;
  }

  .rwd-theme-home h1 {
    font-size: 40px;
  }
}

/* Phase 10F: registration app exit bar and rewritten homepage composition. */
.rwd-theme-app-topbar {
  display: flex;
  width: min(100% - 24px, 1120px);
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto;
  padding: 10px 0;
}

.rwd-theme-app-brand,
.rwd-theme-app-brand:visited {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rwd-ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.rwd-theme-app-brand .rwd-theme-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  font-size: 12px;
}

.rwd-theme-app-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rwd-theme-app-links a,
.rwd-theme-app-links a:visited {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2a44;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.rwd-theme-app-links a:hover,
.rwd-theme-app-links a:focus-visible {
  border-color: rgba(11, 94, 255, 0.34);
  color: var(--rwd-blue-dark);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

.rwd-theme-app-links .rwd-theme-app-link-primary,
.rwd-theme-app-links .rwd-theme-app-link-primary:visited {
  border-color: var(--rwd-blue);
  background: var(--rwd-blue);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(11, 94, 255, 0.28);
}

.rwd-theme-app-links .rwd-theme-app-link-primary:hover,
.rwd-theme-app-links .rwd-theme-app-link-primary:focus-visible {
  border-color: var(--rwd-blue-dark);
  background: var(--rwd-blue-dark);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(11, 94, 255, 0.34);
}

.rwd-theme-app-links .rwd-theme-app-link-secondary,
.rwd-theme-app-links .rwd-theme-app-link-secondary:visited {
  border-color: rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: #1f2a44;
}

.rwd-theme-home-redesign {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 72px;
  background: #ffffff;
}

.rwd-home-shell {
  width: min(100% - 36px, 1220px);
  margin: 0 auto;
}

.rwd-home-hero-v2 {
  position: relative;
  overflow: hidden;
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  padding: clamp(48px, 6.5vw, 88px) 0 clamp(44px, 6vw, 76px);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 255, 0.98) 47%, rgba(220, 235, 255, 0.96) 100%),
    #f7faff;
}

.rwd-home-hero-v2::before {
  content: "";
  position: absolute;
  inset: auto -12% -34% 44%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 94, 255, 0.12), rgba(11, 94, 255, 0) 68%);
  pointer-events: none;
}

.rwd-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
}

.rwd-home-hero-content h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(42px, 4.65vw, 68px);
  font-weight: 830;
  line-height: 1.03;
  text-wrap: balance;
}

.rwd-home-hero-lede {
  max-width: 720px;
  margin: 0 0 26px;
  color: #334155;
  font-size: clamp(18px, 1.85vw, 22px);
  line-height: 1.55;
}

.rwd-home-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.rwd-home-hero-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(11, 94, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-shadow: none;
}

.rwd-home-workflow {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(14px);
}

.rwd-home-workflow::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--rwd-blue), #60a5fa);
}

.rwd-home-workflow-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(219, 228, 239, 0.9);
}

.rwd-home-workflow-header strong,
.rwd-home-workflow-header small {
  display: block;
}

.rwd-home-workflow-header strong {
  color: var(--rwd-ink);
  font-size: 15px;
  line-height: 1.15;
}

.rwd-home-workflow-header small {
  margin-top: 3px;
  color: var(--rwd-muted);
  font-size: 12px;
  font-weight: 750;
}

.rwd-home-workflow-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rwd-home-workflow-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(219, 228, 239, 0.92);
  border-radius: 9px;
  background: #ffffff;
}

.rwd-home-workflow-list li > span {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5ff;
}

.rwd-home-workflow-list li > span::after {
  content: "";
  width: 9px;
  height: 6px;
  border-bottom: 2px solid var(--rwd-blue);
  border-left: 2px solid var(--rwd-blue);
  transform: rotate(-45deg);
}

.rwd-home-workflow-list li:not(.is-complete) > span::after {
  width: 8px;
  height: 8px;
  border: 2px solid var(--rwd-blue);
  border-radius: 50%;
  transform: none;
}

.rwd-home-workflow-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--rwd-ink);
  font-size: 15px;
  line-height: 1.25;
}

.rwd-home-workflow-list p {
  margin: 0;
  color: var(--rwd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rwd-home-pathways {
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  padding: clamp(44px, 5.8vw, 76px) 0;
  background: #ffffff;
}

.rwd-home-section-intro {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.rwd-home-section-intro h2 {
  margin-bottom: 0;
}

.rwd-home-pathway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.rwd-home-pathway {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  padding: clamp(28px, 3.6vw, 44px);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rwd-home-pathway::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 150px;
  height: 150px;
  border-radius: 24px;
  background: rgba(11, 94, 255, 0.08);
  transform: rotate(10deg);
}

.rwd-home-pathway:hover {
  border-color: rgba(11, 94, 255, 0.26);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.rwd-home-pathway > * {
  position: relative;
  z-index: 1;
}

.rwd-home-pathway span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--rwd-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.rwd-home-pathway h3 {
  max-width: 560px;
  margin: 0 0 14px;
  color: var(--rwd-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.rwd-home-pathway p {
  max-width: 560px;
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.62;
}

.rwd-home-pathway-client {
  background: linear-gradient(135deg, var(--rwd-navy), #1d2b45);
  color: #ffffff;
}

.rwd-home-pathway-client span {
  color: #bfdbfe;
}

.rwd-home-pathway-client h3,
.rwd-home-pathway-client p {
  color: #ffffff;
}

.rwd-home-pathway-client p {
  color: #dbeafe;
}

.rwd-home-pathway-client .rwd-theme-text-link {
  color: #ffffff;
}

.rwd-home-process-band {
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  padding: clamp(46px, 6.4vw, 84px) 0;
  background: linear-gradient(180deg, #f6f9fd, #ffffff);
}

.rwd-home-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

.rwd-home-timeline::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 7%;
  right: 7%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rwd-blue), rgba(11, 94, 255, 0.26), rgba(11, 94, 255, 0.08));
}

.rwd-home-timeline li {
  position: relative;
  min-height: 206px;
  padding-right: 24px;
}

.rwd-home-timeline span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  background: var(--rwd-blue);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(11, 94, 255, 0.24);
  font-size: 14px;
  font-weight: 900;
}

.rwd-home-timeline strong {
  display: block;
  max-width: 240px;
  margin-bottom: 8px;
  color: var(--rwd-ink);
  font-size: 18px;
  line-height: 1.25;
}

.rwd-home-timeline p {
  max-width: 230px;
  margin: 0;
  color: var(--rwd-muted);
  font-size: 14px;
  line-height: 1.55;
}

.rwd-home-operations-v2 {
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  padding: clamp(52px, 6.6vw, 86px) 0;
  background: linear-gradient(135deg, #0f172a, #172033);
  color: #ffffff;
}

.rwd-home-operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.rwd-home-operations-v2 .rwd-theme-eyebrow {
  color: #bfdbfe;
}

.rwd-home-operations-v2 h2 {
  margin-bottom: 18px;
  color: #ffffff;
}

.rwd-home-operations-v2 p {
  max-width: 720px;
  margin: 0;
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.62;
}

.rwd-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rwd-home-feature-grid li {
  position: relative;
  min-height: 72px;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(219, 234, 254, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.35;
}

.rwd-home-feature-grid li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #93c5fd;
  border-left: 2px solid #93c5fd;
  transform: rotate(-45deg);
}

.rwd-home-statement {
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  padding: clamp(34px, 5vw, 58px) 0;
  background: linear-gradient(135deg, var(--rwd-blue), var(--rwd-blue-dark));
  color: #ffffff;
}

.rwd-home-statement p {
  max-width: 860px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 840;
  line-height: 1.08;
}

.rwd-home-statement span {
  display: block;
  max-width: 760px;
  color: #eaf3ff;
  font-size: 17px;
  line-height: 1.58;
}

.rwd-home-final-v2 {
  scroll-margin-top: calc(var(--rwd-theme-header-offset) + var(--rwd-theme-header-height) + 24px);
  padding: clamp(44px, 5.8vw, 74px) 0;
  border-top: 1px solid rgba(219, 228, 239, 0.9);
  background: linear-gradient(135deg, #f2f7ff, #ffffff);
}

.rwd-home-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rwd-home-final-grid h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 54px);
}

.rwd-home-final-grid p:not(.rwd-theme-eyebrow) {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.58;
}

.rwd-theme-reveal-ready .rwd-home-hero-content h1 {
  animation: rwdThemeHeroIn 820ms ease both;
}

.rwd-theme-reveal-ready .rwd-home-timeline li:nth-child(2) {
  transition-delay: 80ms;
}

.rwd-theme-reveal-ready .rwd-home-timeline li:nth-child(3) {
  transition-delay: 160ms;
}

.rwd-theme-reveal-ready .rwd-home-timeline li:nth-child(4) {
  transition-delay: 240ms;
}

@media (max-width: 980px) {
  .rwd-home-hero-grid,
  .rwd-home-pathway-grid,
  .rwd-home-operations-grid,
  .rwd-home-final-grid {
    grid-template-columns: 1fr;
  }

  .rwd-home-hero-v2 {
    padding-top: 38px;
  }

  .rwd-home-workflow {
    max-width: 640px;
  }

  .rwd-home-timeline {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 4px;
  }

  .rwd-home-timeline::before {
    top: 6px;
    bottom: 6px;
    left: 29px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--rwd-blue), rgba(11, 94, 255, 0.08));
  }

  .rwd-home-timeline li {
    min-height: 0;
    padding: 0 0 0 82px;
  }

  .rwd-home-timeline span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .rwd-home-timeline strong,
  .rwd-home-timeline p {
    max-width: 680px;
  }

  .rwd-home-final-grid .rwd-theme-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .rwd-theme-app-topbar {
    width: min(100% - 20px, 1120px);
    min-height: 54px;
    gap: 10px;
  }

  .rwd-theme-app-brand {
    max-width: 50%;
    gap: 8px;
    font-size: 13px;
  }

  .rwd-theme-app-brand .rwd-theme-brand-mark {
    width: 32px;
    height: 32px;
  }

  .rwd-theme-app-links {
    gap: 7px;
  }

  .rwd-theme-app-links a {
    min-height: 34px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .rwd-theme-app-links .rwd-theme-app-link-primary {
    padding-inline: 11px;
  }

  .rwd-theme-home-redesign {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }

  .rwd-home-shell {
    width: min(100% - 24px, 1220px);
  }

  .rwd-home-hero-v2 {
    padding: 42px 0 36px;
  }

  .rwd-home-hero-content h1 {
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 1.08;
  }

  .rwd-home-hero-lede,
  .rwd-home-operations-v2 p,
  .rwd-home-final-grid p:not(.rwd-theme-eyebrow) {
    font-size: 16px;
  }

  .rwd-home-hero-tags span {
    flex: 1 1 100%;
  }

  .rwd-home-workflow {
    padding: 16px;
  }

  .rwd-home-workflow-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 13px;
  }

  .rwd-home-pathways,
  .rwd-home-process-band,
  .rwd-home-operations-v2,
  .rwd-home-final-v2 {
    padding: 34px 0;
  }

  .rwd-home-pathway {
    min-height: 0;
    padding: 26px 22px;
  }

  .rwd-home-feature-grid {
    grid-template-columns: 1fr;
  }

  .rwd-home-statement {
    padding: 32px 0;
  }

  .rwd-home-final-grid {
    padding: 0;
  }

  .rwd-home-final-grid .rwd-theme-actions,
  .rwd-home-final-grid .rwd-theme-button {
    width: 100%;
  }

  .rwd-wage-calculator {
    align-items: flex-end;
    padding: 12px 12px max(12px, env(safe-area-inset-bottom, 0px));
  }

  .rwd-wage-calculator-panel {
    max-height: calc(100vh - 24px);
    padding: 22px 18px;
    border-radius: 12px 12px 0 0;
  }

  .rwd-wage-calculator-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rwd-wage-calculator-results div {
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .rwd-theme-app-brand span:last-child {
    display: none;
  }
}

@media (max-width: 720px) and (prefers-color-scheme: dark) {
  html,
  body {
    background: var(--rwd-dark-page);
    color: var(--rwd-dark-text);
    color-scheme: dark;
  }

  .rwd-theme-header {
    border-bottom-color: var(--rwd-dark-line);
    background: #080d18;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
    backdrop-filter: none;
  }

  .rwd-theme-brand,
  .rwd-theme-brand:visited,
  .rwd-theme-brand-copy strong,
  .rwd-theme-footer-brand strong,
  .rwd-theme-mobile-link,
  .rwd-theme-mobile-link:visited,
  .rwd-theme-footer-nav-group h2 {
    color: var(--rwd-dark-heading);
  }

  .rwd-theme-brand-copy small,
  .rwd-theme-footer-brand p,
  .rwd-theme-footer-bottom {
    color: var(--rwd-dark-muted);
  }

  .rwd-theme-brand-mark {
    background: linear-gradient(135deg, var(--rwd-dark-blue), #0b5eff);
    box-shadow: 0 14px 28px rgba(59, 130, 246, 0.36);
  }

  .rwd-theme-menu-toggle {
    border-color: var(--rwd-dark-line-strong);
    background: var(--rwd-dark-card);
    color: var(--rwd-dark-heading);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  }

  .rwd-theme-mobile-menu {
    border-color: var(--rwd-dark-line);
    background: var(--rwd-dark-section);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
  }

  .rwd-theme-mobile-link:hover,
  .rwd-theme-mobile-link:focus-visible {
    background: #13213a;
    color: var(--rwd-dark-blue-strong);
  }

  .rwd-theme-button-primary,
  .rwd-theme-button-primary:visited {
    border-color: #4aa3ff;
    background: #1d74ff;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(29, 116, 255, 0.36);
  }

  .rwd-theme-button-primary:hover,
  .rwd-theme-button-primary:focus-visible {
    border-color: var(--rwd-dark-blue-strong);
    background: #2f86ff;
  }

  .rwd-theme-button-secondary,
  .rwd-theme-button-secondary:visited {
    border-color: var(--rwd-dark-line-strong);
    background: #111a2b;
    color: var(--rwd-dark-heading);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  }

  .rwd-theme-button-secondary:hover,
  .rwd-theme-button-secondary:focus-visible {
    border-color: var(--rwd-dark-blue-strong);
    background: #17243a;
    color: #eaf5ff;
  }

  .rwd-theme-home-redesign,
  .rwd-home-pathways,
  .rwd-home-process-band,
  .rwd-home-final-v2 {
    background: var(--rwd-dark-page);
  }

  .rwd-home-hero-v2 {
    background:
      radial-gradient(circle at 80% 18%, rgba(59, 130, 246, 0.1), transparent 30%),
      linear-gradient(135deg, #070b13 0%, #0b1220 48%, #101a2c 100%);
  }

  .rwd-home-hero-v2::before {
    inset: auto -8% -38% 50%;
    height: 58%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0) 60%);
  }

  .rwd-theme-home h1,
  .rwd-theme-home h2,
  .rwd-home-hero-content h1,
  .rwd-home-section-intro h2,
  .rwd-home-pathway h3,
  .rwd-home-timeline strong,
  .rwd-home-final-grid h2 {
    color: var(--rwd-dark-heading);
  }

  .rwd-home-hero-lede,
  .rwd-home-pathway p,
  .rwd-home-timeline p,
  .rwd-home-final-grid p:not(.rwd-theme-eyebrow) {
    color: var(--rwd-dark-text);
  }

  .rwd-theme-eyebrow,
  .rwd-theme-card-label,
  .rwd-home-pathway span,
  .rwd-theme-text-link,
  .rwd-theme-text-link:visited {
    color: var(--rwd-dark-blue-strong);
  }

  .rwd-home-hero-tags span {
    border-color: #516d91;
    background: #0d1829;
    color: #f4f9ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    -webkit-font-smoothing: antialiased;
  }

  .rwd-home-hero-content .rwd-theme-button-primary,
  .rwd-home-hero-content .rwd-theme-button-primary:visited {
    box-shadow: 0 12px 28px rgba(29, 116, 255, 0.28);
  }

  .rwd-home-workflow,
  .rwd-home-pathway {
    border-color: var(--rwd-dark-line);
    background: linear-gradient(180deg, var(--rwd-dark-card-elevated), var(--rwd-dark-card));
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
    backdrop-filter: none;
  }

  .rwd-home-workflow::before {
    background: linear-gradient(90deg, #4aa3ff, #7dd3fc);
  }

  .rwd-home-workflow-header {
    border-bottom-color: var(--rwd-dark-line);
  }

  .rwd-home-workflow-header strong,
  .rwd-home-workflow-list strong {
    color: var(--rwd-dark-heading);
  }

  .rwd-home-workflow-header small,
  .rwd-home-workflow-list p {
    color: var(--rwd-dark-muted);
  }

  .rwd-home-workflow-list li {
    border-color: var(--rwd-dark-line);
    background: #0f1829;
  }

  .rwd-home-workflow-list li > span {
    border: 1px solid #69b7ff;
    background: #17345b;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
  }

  .rwd-home-workflow-list li > span::after,
  .rwd-home-workflow-list li:not(.is-complete) > span::after {
    border-color: var(--rwd-dark-blue-strong);
  }

  .rwd-home-pathway::after {
    background: #12325b;
  }

  .rwd-home-pathway-client,
  .rwd-home-operations-v2 {
    background: linear-gradient(135deg, #080d18, #111d31);
  }

  .rwd-home-timeline::before {
    background: linear-gradient(180deg, #4aa3ff, rgba(74, 163, 255, 0.58), rgba(74, 163, 255, 0.18));
  }

  .rwd-home-timeline span {
    border-color: var(--rwd-dark-page);
    background: #1d74ff;
    box-shadow: 0 14px 34px rgba(29, 116, 255, 0.42);
  }

  .rwd-home-operations-v2 .rwd-theme-eyebrow {
    color: #9fd2ff;
  }

  .rwd-home-operations-v2 h2,
  .rwd-home-statement p {
    color: #ffffff;
  }

  .rwd-home-operations-v2 p,
  .rwd-home-statement span {
    color: #d8e8ff;
  }

  .rwd-home-feature-grid li {
    border-color: #365372;
    background: #132033;
    color: #f1f7ff;
  }

  .rwd-home-feature-grid li::before {
    border-color: var(--rwd-dark-blue-strong);
  }

  .rwd-home-statement {
    background: linear-gradient(135deg, #0b5eff, #063f91);
  }

  .rwd-theme-footer {
    border-top-color: var(--rwd-dark-line);
    background: linear-gradient(180deg, #0b1220, #070b13);
    color: var(--rwd-dark-text);
  }

  .rwd-theme-footer-link,
  .rwd-theme-footer-link:visited,
  .rwd-theme-footer-contact,
  .rwd-theme-footer-contact:visited,
  .rwd-theme-footer-actions .rwd-theme-footer-contact {
    color: var(--rwd-dark-text);
  }

  .rwd-theme-footer-link:hover,
  .rwd-theme-footer-link:focus-visible,
  .rwd-theme-footer-contact:hover,
  .rwd-theme-footer-contact:focus-visible {
    color: var(--rwd-dark-blue-strong);
  }

  .rwd-theme-footer-bottom {
    border-top-color: var(--rwd-dark-line);
  }

  .rwd-theme-app-topbar {
    color: var(--rwd-dark-text);
  }

  .rwd-theme-app-brand,
  .rwd-theme-app-brand:visited {
    color: var(--rwd-dark-heading);
  }

  .rwd-theme-app-links .rwd-theme-app-link-primary,
  .rwd-theme-app-links .rwd-theme-app-link-primary:visited {
    border-color: #4aa3ff;
    background: #1d74ff;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(29, 116, 255, 0.38);
  }

  .rwd-theme-app-links .rwd-theme-app-link-primary:hover,
  .rwd-theme-app-links .rwd-theme-app-link-primary:focus-visible {
    border-color: var(--rwd-dark-blue-strong);
    background: #2f86ff;
    color: #ffffff;
  }

  .rwd-theme-app-links .rwd-theme-app-link-secondary,
  .rwd-theme-app-links .rwd-theme-app-link-secondary:visited {
    border-color: var(--rwd-dark-line-strong);
    background: #111a2b;
    color: var(--rwd-dark-text);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  }

  .rwd-theme-app-links .rwd-theme-app-link-secondary:hover,
  .rwd-theme-app-links .rwd-theme-app-link-secondary:focus-visible {
    border-color: var(--rwd-dark-blue-strong);
    background: #17243a;
    color: #eaf5ff;
  }

  .rosewood-theme-static-page .rwd-theme-page-content,
  .rosewood-theme-static-page .rwd-theme-policy-content,
  .rosewood-theme-static-page .rwd-theme-faq-item,
  .rosewood-theme-static-page .rwd-theme-contact-card {
    border-color: var(--rwd-dark-line);
    background: linear-gradient(180deg, var(--rwd-dark-card-elevated), var(--rwd-dark-card));
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.44);
  }

  .rosewood-theme-static-page .rwd-theme-page-header h1,
  .rosewood-theme-static-page .rwd-theme-entry h1,
  .rosewood-theme-static-page .rwd-theme-entry h2,
  .rosewood-theme-static-page .rwd-theme-entry h3,
  .rosewood-theme-static-page .rwd-theme-entry h4,
  .rosewood-theme-static-page .rwd-theme-policy-header h1,
  .rosewood-theme-static-page .rwd-theme-faq-item h2,
  .rosewood-theme-static-page .rwd-theme-contact-card h2,
  .rosewood-theme-static-page .rwd-theme-policy-content .rwd-theme-entry strong {
    color: var(--rwd-dark-heading);
  }

  .rosewood-theme-static-page .rwd-theme-entry,
  .rosewood-theme-static-page .rwd-theme-entry p,
  .rosewood-theme-static-page .rwd-theme-entry li,
  .rosewood-theme-static-page .rwd-theme-info-header p:not(.rwd-theme-eyebrow),
  .rosewood-theme-static-page .rwd-theme-faq-item p,
  .rosewood-theme-static-page .rwd-theme-contact-card p,
  .rosewood-theme-static-page .rwd-theme-contact-card address {
    color: var(--rwd-dark-text);
  }

  .rosewood-theme-static-page .rwd-theme-contact-line span {
    color: var(--rwd-dark-muted);
  }

  .rosewood-theme-static-page .rwd-theme-entry a,
  .rosewood-theme-static-page .rwd-theme-contact-card a,
  .rosewood-theme-static-page .rwd-theme-policy-content .rwd-theme-entry h3 {
    color: var(--rwd-dark-blue-strong);
  }

  .rosewood-theme-static-page .rwd-theme-policy-header,
  .rosewood-theme-static-page .rwd-theme-policy-content .rwd-theme-entry h2 {
    border-color: var(--rwd-dark-line);
  }

  .rosewood-theme-static-page .rwd-theme-policy-callout,
  .rosewood-theme-static-page .rwd-theme-policy-content .rwd-theme-entry blockquote,
  .rosewood-theme-static-page .rwd-theme-policy-content .rwd-theme-entry .wp-block-quote {
    border-color: var(--rwd-dark-line-strong);
    border-left-color: var(--rwd-dark-blue-strong);
    background: #101a2c;
    color: var(--rwd-dark-text);
  }

  .rosewood-theme-static-page .rwd-theme-entry th,
  .rosewood-theme-static-page .rwd-theme-entry td {
    border-color: var(--rwd-dark-line);
  }

  .rosewood-theme-static-page .rwd-theme-entry th {
    background: #101a2c;
    color: var(--rwd-dark-heading);
  }

  html.rwd-edge-ios,
  html.rwd-edge-ios body {
    background: #050912;
    color: #e4edf8;
    color-scheme: dark;
  }

  html.rwd-edge-ios .rwd-theme-header,
  html.rwd-edge-ios .rwd-theme-mobile-menu,
  html.rwd-edge-ios .rwd-theme-footer {
    background: #080d18;
    border-color: #4b6382;
  }

  html.rwd-edge-ios .rwd-home-hero-v2 {
    background: linear-gradient(135deg, #050912 0%, #0b1220 50%, #111d31 100%);
  }

  html.rwd-edge-ios .rwd-home-workflow,
  html.rwd-edge-ios .rwd-home-pathway {
    border-color: #5b7190;
    background: linear-gradient(180deg, #17243a, #111d31);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.56);
  }

  html.rwd-edge-ios .rwd-home-workflow-list li,
  html.rwd-edge-ios .rwd-home-feature-grid li {
    border-color: #4d6685;
    background: #111d31;
  }

  html.rwd-edge-ios .rwd-home-workflow-list li > span {
    border-color: #9fd2ff;
    background: #0b6fff;
    box-shadow: 0 0 0 3px #1a3f6f;
  }

  html.rwd-edge-ios .rwd-home-workflow-list li > span::after,
  html.rwd-edge-ios .rwd-home-workflow-list li:not(.is-complete) > span::after {
    border-color: #ffffff;
  }

  html.rwd-edge-ios .rwd-home-timeline::before {
    background: linear-gradient(180deg, #69b7ff, #3b82f6, #1d4ed8);
  }

  html.rwd-edge-ios .rwd-home-timeline span {
    border-color: #050912;
    background: #0b6fff;
    box-shadow: 0 14px 34px rgba(11, 111, 255, 0.48);
  }

  html.rwd-edge-ios .rwd-theme-eyebrow,
  html.rwd-edge-ios .rwd-theme-card-label,
  html.rwd-edge-ios .rwd-home-pathway span,
  html.rwd-edge-ios .rwd-theme-text-link,
  html.rwd-edge-ios .rwd-theme-text-link:visited,
  html.rwd-edge-ios .rwd-home-operations-v2 .rwd-theme-eyebrow {
    color: #9fd2ff;
  }

  html.rwd-edge-ios .rwd-theme-button-primary,
  html.rwd-edge-ios .rwd-theme-button-primary:visited,
  html.rwd-edge-ios .rwd-theme-app-links .rwd-theme-app-link-primary,
  html.rwd-edge-ios .rwd-theme-app-links .rwd-theme-app-link-primary:visited {
    border-color: #8bcaff;
    background: #0b6fff;
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(11, 111, 255, 0.44);
  }

  html.rwd-edge-ios .rwd-theme-button-secondary,
  html.rwd-edge-ios .rwd-theme-button-secondary:visited,
  html.rwd-edge-ios .rwd-theme-app-links .rwd-theme-app-link-secondary,
  html.rwd-edge-ios .rwd-theme-app-links .rwd-theme-app-link-secondary:visited {
    border-color: #5b7190;
    background: #111d31;
    color: #eef6ff;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .rwd-theme-reveal-ready .rwd-theme-reveal {
    opacity: 1;
    transform: none;
  }
}
