:root {
  --rfd-navy: #071827;
  --rfd-blue: #176bff;
  --rfd-cyan: #24c7d9;
  --rfd-orange: #ff8a34;
  --rfd-white: #fff;
  --rfd-light: #f5f8fc;
  --rfd-text: #102238;
  --rfd-muted: #617086;
  --rfd-border: #dfe8f3;
  --rfd-shadow: 0 18px 50px rgba(16, 49, 87, 0.09);
  --rfd-radius: 16px;
}

.rfd-theme-active {
  color: var(--rfd-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.rfd-theme-active *,
.rfd-theme-active *::before,
.rfd-theme-active *::after {
  box-sizing: border-box;
}

.rfd-theme-active :where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--rfd-blue) 72%, white);
  outline-offset: 3px;
}

.rfd-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.rfd-custom-home .site-content > .ast-container,
.rfd-elementor-home .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

.rfd-custom-home .site-content,
.rfd-elementor-home .site-content {
  background: var(--rfd-white);
}

.rfd-custom-home .site-main,
.rfd-elementor-home .site-main {
  width: 100%;
  margin: 0;
}

.rfd-theme-active .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  transition: box-shadow 180ms ease;
}

.rfd-theme-active.rfd-header-scrolled .site-header {
  box-shadow: 0 8px 26px rgba(7, 24, 39, 0.1);
}

.rfd-theme-active.admin-bar .site-header {
  top: 32px;
}

.rfd-theme-active .main-header-menu .menu-link {
  min-height: 46px;
  color: var(--rfd-text);
  font-weight: 650;
}

.rfd-theme-active .main-header-menu .menu-link:hover,
.rfd-theme-active .main-header-menu .current-menu-item > .menu-link,
.rfd-theme-active .main-header-menu .current-menu-ancestor > .menu-link {
  color: var(--rfd-blue);
}

.rfd-theme-active .main-header-menu .rfd-menu-cta > .menu-link {
  min-height: 44px;
  margin-block: 8px;
  padding-inline: 20px;
  border-radius: 9px;
  background: var(--rfd-orange);
  color: var(--rfd-navy);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--rfd-orange) 30%, transparent);
}

.rfd-theme-active .main-header-menu .rfd-menu-cta > .menu-link:hover {
  background: color-mix(in srgb, var(--rfd-orange) 86%, black);
  color: var(--rfd-navy);
}

.rfd-trust-bar {
  position: relative;
  z-index: 1001;
  min-height: 29px;
  background: var(--rfd-navy);
  color: #d9e9ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.rfd-trust-bar .rfd-container {
  padding-block: 4px;
}

.rfd-section {
  padding-block: clamp(72px, 8vw, 112px);
}

.rfd-section-heading {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 54px);
  text-align: center;
}

.rfd-section-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  color: var(--rfd-text);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.rfd-section-heading h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: var(--rfd-blue);
  content: "";
  transform: translateX(-50%);
}

.rfd-section-heading-left {
  max-width: 520px;
  margin-inline: 0;
  text-align: left;
}

.rfd-section-heading-left h2::after {
  left: 0;
  transform: none;
}

.rfd-eyebrow {
  margin: 0 0 18px;
  color: var(--rfd-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rfd-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(60px, 8vw, 105px) clamp(92px, 10vw, 142px);
  background:
    radial-gradient(circle at 87% 28%, color-mix(in srgb, var(--rfd-blue) 14%, transparent), transparent 32%),
    linear-gradient(110deg, #fff 35%, #f3f8ff 100%);
}

.rfd-hero::before,
.rfd-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--rfd-blue) 14%, transparent);
  border-radius: 50%;
  content: "";
}

.rfd-hero::before {
  top: -210px;
  right: -90px;
  width: 520px;
  height: 520px;
}

.rfd-hero::after {
  right: 25%;
  bottom: -230px;
  width: 390px;
  height: 390px;
}

.rfd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.rfd-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--rfd-navy);
  font-size: clamp(2.8rem, 5.6vw, 5.15rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.rfd-hero h1 span {
  display: inline;
  color: var(--rfd-blue);
}

.rfd-hero-description {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--rfd-muted);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
}

.rfd-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.rfd-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.rfd-button:hover {
  transform: translateY(-2px);
}

.rfd-button-primary {
  background: var(--rfd-orange);
  color: var(--rfd-navy);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--rfd-orange) 25%, transparent);
}

.rfd-button-primary:hover,
.rfd-button-orange:hover {
  background: color-mix(in srgb, var(--rfd-orange) 86%, black);
  color: var(--rfd-navy);
}

.rfd-button-secondary {
  border-color: var(--rfd-blue);
  background: var(--rfd-white);
  color: var(--rfd-text);
}

.rfd-button-secondary:hover {
  background: #edf5ff;
  color: var(--rfd-blue);
}

.rfd-button-icon,
.rfd-button svg {
  width: 20px;
  height: 20px;
}

.rfd-hero-visual {
  min-width: 0;
}

.rfd-hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 24px 38px rgba(20, 69, 130, 0.16));
}

.rfd-analytics-illustration {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 62px 32px 34px;
  border: 1px solid rgba(111, 152, 203, 0.35);
  border-radius: 26px;
  background: linear-gradient(145deg, #0b2445 0 12%, #fff 12% 100%);
  box-shadow: 0 30px 60px rgba(20, 68, 126, 0.18);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.rfd-browser-bar {
  position: absolute;
  top: 18px;
  right: 26px;
  left: 26px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.rfd-browser-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rfd-orange);
}

.rfd-browser-bar i:nth-child(2) { background: #f8cc43; }
.rfd-browser-bar i:nth-child(3) { background: var(--rfd-cyan); }
.rfd-browser-bar span {
  width: 54%;
  height: 25px;
  margin-left: auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.14);
}

.rfd-dashboard-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.rfd-dashboard-card {
  min-height: 218px;
  padding: 22px;
  border: 1px solid var(--rfd-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(26, 69, 119, 0.11);
}

.rfd-dashboard-card > span {
  display: block;
  color: var(--rfd-muted);
  font-size: 0.75rem;
}

.rfd-dashboard-card strong {
  display: block;
  margin-top: 6px;
  color: var(--rfd-text);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

.rfd-sparkline {
  display: flex;
  height: 95px;
  align-items: flex-end;
  gap: 8px;
  margin-top: 24px;
  border-bottom: 2px solid #dce9f7;
}

.rfd-sparkline i {
  width: 16%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(var(--rfd-blue), var(--rfd-cyan));
}

.rfd-sparkline i:nth-child(1) { height: 20%; }
.rfd-sparkline i:nth-child(2) { height: 46%; }
.rfd-sparkline i:nth-child(3) { height: 39%; }
.rfd-sparkline i:nth-child(4) { height: 68%; }
.rfd-sparkline i:nth-child(5) { height: 58%; }
.rfd-sparkline i:nth-child(6) { height: 90%; }

.rfd-bars {
  display: flex;
  height: 105px;
  align-items: flex-end;
  gap: 10px;
  margin-top: 13px;
}

.rfd-bars i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(var(--rfd-cyan), var(--rfd-blue));
}

.rfd-bars i:nth-child(1) { height: 28%; }
.rfd-bars i:nth-child(2) { height: 43%; }
.rfd-bars i:nth-child(3) { height: 56%; }
.rfd-bars i:nth-child(4) { height: 73%; }
.rfd-bars i:nth-child(5) { height: 94%; }

.rfd-growth-arrow {
  position: absolute;
  right: 38px;
  bottom: 74px;
  z-index: 3;
  width: 68%;
  height: 5px;
  border-radius: 5px;
  background: var(--rfd-orange);
  box-shadow: 0 5px 13px rgba(255, 138, 52, 0.3);
  transform: rotate(-18deg);
  transform-origin: right center;
}

.rfd-growth-arrow::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 18px;
  height: 18px;
  border-top: 5px solid var(--rfd-orange);
  border-right: 5px solid var(--rfd-orange);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.rfd-orbit {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--rfd-blue) 12%, white);
}

.rfd-orbit-one { top: 86px; right: -24px; width: 110px; height: 110px; }
.rfd-orbit-two { bottom: -32px; left: -25px; width: 88px; height: 88px; background: color-mix(in srgb, var(--rfd-cyan) 18%, white); }

.rfd-metrics {
  position: relative;
  z-index: 5;
  margin-top: -54px;
}

.rfd-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--rfd-border);
  border-radius: var(--rfd-radius);
  background: var(--rfd-white);
  box-shadow: var(--rfd-shadow);
}

.rfd-metric {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
}

.rfd-metric + .rfd-metric {
  border-left: 1px solid var(--rfd-border);
}

.rfd-metric-icon,
.rfd-service-icon,
.rfd-benefit-icon,
.rfd-cta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.rfd-metric-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--rfd-blue), #5597ff);
  color: var(--rfd-white);
}

.rfd-metric-icon svg { width: 26px; height: 26px; }
.rfd-metric strong { display: block; color: var(--rfd-text); font-size: 1.32rem; line-height: 1.15; }
.rfd-metric small { display: block; margin-top: 5px; color: var(--rfd-muted); font-size: 0.74rem; line-height: 1.35; }

.rfd-services { padding-top: clamp(92px, 10vw, 140px); }

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

.rfd-service-card {
  text-decoration: none;
  display: flex;
  min-height: 164px;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--rfd-border);
  border-radius: var(--rfd-radius);
  background: var(--rfd-white);
  box-shadow: 0 7px 24px rgba(29, 68, 112, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rfd-service-card:hover {
  border-color: color-mix(in srgb, var(--rfd-blue) 36%, white);
  box-shadow: var(--rfd-shadow);
  transform: translateY(-4px);
}

.rfd-service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--rfd-blue);
}

.rfd-service-card:nth-child(2) .rfd-service-icon,
.rfd-service-card:nth-child(5) .rfd-service-icon { background: #e8fbfd; color: #0ba9bb; }
.rfd-service-card:nth-child(3) .rfd-service-icon { background: #fff4d9; color: #e49b00; }
.rfd-service-card:nth-child(4) .rfd-service-icon { background: #f2eefe; color: #6d49d8; }
.rfd-service-card:nth-child(6) .rfd-service-icon { background: #ffede7; color: #ed6e45; }
.rfd-service-icon svg { width: 31px; height: 31px; }
.rfd-service-card h3 { margin: 2px 0 7px; color: var(--rfd-text); font-size: 1.1rem; line-height: 1.25; }
.rfd-service-card p { margin: 0; color: var(--rfd-muted); font-size: 0.9rem; line-height: 1.55; }

.rfd-process {
  background: linear-gradient(110deg, #f5f9ff, #fff 65%);
}

.rfd-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
  gap: clamp(48px, 7vw, 95px);
  align-items: center;
}

.rfd-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfd-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 30px;
}

.rfd-process-list li:not(:last-child)::after {
  position: absolute;
  top: 49px;
  bottom: 0;
  left: 27px;
  border-left: 2px dashed #adc7e9;
  content: "";
}

.rfd-process-list li > span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--rfd-blue);
  border-radius: 50%;
  background: var(--rfd-white);
  color: var(--rfd-blue);
  font-weight: 850;
}

.rfd-process-list li:nth-child(2) > span { border-color: var(--rfd-cyan); color: #099fb0; }
.rfd-process-list li:nth-child(3) > span { border-color: var(--rfd-orange); color: #db6717; }
.rfd-process-list h3 { margin: 2px 0 7px; font-size: 1.12rem; }
.rfd-process-list p { margin: 0; color: var(--rfd-muted); font-size: 0.91rem; }

.rfd-performance-card {
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--rfd-border);
  border-radius: 18px;
  background: var(--rfd-white);
  box-shadow: 0 22px 54px rgba(26, 66, 111, 0.12);
}

.rfd-performance-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}

.rfd-performance-head span {
  padding: 6px 10px;
  border: 1px solid var(--rfd-border);
  border-radius: 6px;
  color: var(--rfd-muted);
  font-size: 0.7rem;
}

.rfd-performance-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.rfd-performance-stats > div {
  padding: 14px;
  border: 1px solid var(--rfd-border);
  border-radius: 8px;
}

.rfd-performance-stats small,
.rfd-performance-stats strong { display: block; }
.rfd-performance-stats small { color: var(--rfd-muted); font-size: 0.67rem; }
.rfd-performance-stats strong { margin-top: 4px; color: var(--rfd-text); font-size: 0.96rem; }

.rfd-performance-chart {
  display: flex;
  height: 174px;
  align-items: flex-end;
  gap: 4%;
  margin-top: 26px;
  padding: 0 12px 0;
  border-bottom: 1px solid var(--rfd-border);
  background: repeating-linear-gradient(to bottom, transparent 0 42px, #edf2f8 43px 44px);
}

.rfd-performance-chart i {
  position: relative;
  width: 9%;
  height: 20%;
  border-top: 3px solid var(--rfd-blue);
  transform: translateY(-14px) rotate(-16deg);
}

.rfd-performance-chart i:nth-child(2) { height: 35%; transform: translateY(-1px) rotate(15deg); }
.rfd-performance-chart i:nth-child(3) { height: 30%; transform: translateY(-28px) rotate(-10deg); }
.rfd-performance-chart i:nth-child(4) { height: 52%; transform: translateY(-14px) rotate(8deg); }
.rfd-performance-chart i:nth-child(5) { height: 46%; transform: translateY(-44px) rotate(-9deg); }
.rfd-performance-chart i:nth-child(6) { height: 70%; transform: translateY(-23px) rotate(12deg); }
.rfd-performance-chart i:nth-child(7) { height: 61%; transform: translateY(-58px) rotate(-12deg); }
.rfd-performance-chart i:nth-child(8) { height: 88%; transform: translateY(-36px) rotate(4deg); }

.rfd-performance-bottom {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 22px;
  margin-top: 20px;
}

.rfd-performance-bottom > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.rfd-performance-bottom > div:first-child span {
  display: block;
  height: 9px;
  border-radius: 9px;
  background: linear-gradient(90deg, var(--rfd-blue) 64%, #e8eef6 64%);
}
.rfd-performance-bottom > div:first-child span:nth-child(2) { background: linear-gradient(90deg, var(--rfd-cyan) 48%, #e8eef6 48%); }
.rfd-performance-bottom > div:first-child span:nth-child(3) { background: linear-gradient(90deg, var(--rfd-orange) 34%, #e8eef6 34%); }
.rfd-donut { width: 100px; height: 100px; margin: auto; border-radius: 50%; background: conic-gradient(var(--rfd-blue) 0 60%, var(--rfd-cyan) 60% 82%, #e8eef6 82%); }
.rfd-donut::after { display: block; width: 58px; height: 58px; margin: 21px; border-radius: 50%; background: #fff; content: ""; }

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

.rfd-project-card {
  overflow: hidden;
  border: 1px solid var(--rfd-border);
  border-radius: var(--rfd-radius);
  background: var(--rfd-white);
  box-shadow: 0 10px 30px rgba(25, 64, 107, 0.06);
}

.rfd-project-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55;
  background: linear-gradient(135deg, #dfeaff, #edf8fa);
}

.rfd-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.rfd-project-card:hover .rfd-project-image img { transform: scale(1.025); }
.rfd-project-image span { display: block; width: 72%; height: 65%; margin: 12% auto 0; border: 7px solid rgba(23, 107, 255, 0.2); border-bottom-width: 16px; border-radius: 7px; background: rgba(255, 255, 255, 0.75); }
.rfd-project-content { padding: 24px; }
.rfd-project-category { display: inline-block; padding: 4px 9px; border-radius: 999px; background: #eaf3ff; color: #0d56d1; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.035em; text-transform: uppercase; }
.rfd-project-content h3 { margin: 13px 0 8px; font-size: 1.2rem; line-height: 1.25; }
.rfd-project-content h3 a { color: var(--rfd-text); text-decoration: none; }
.rfd-project-content h3 a:hover { color: var(--rfd-blue); }
.rfd-project-content p { margin: 0; color: var(--rfd-muted); font-size: 0.88rem; }
.rfd-project-result { display: inline-block; margin-top: 18px; color: #0b9d7a; font-size: 0.82rem; }
.rfd-placeholder-card { border-style: dashed; }
.rfd-portfolio-empty {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 5vw, 48px);
  border: 1px dashed #adc7e9;
  border-radius: var(--rfd-radius);
  background:
    radial-gradient(circle at 92% 20%, rgba(36, 199, 217, 0.14), transparent 30%),
    linear-gradient(120deg, #f7faff, #edf5ff);
}

.rfd-portfolio-empty h3 {
  margin: 14px 0 9px;
  color: var(--rfd-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

.rfd-portfolio-empty p {
  max-width: 720px;
  margin: 0;
  color: var(--rfd-muted);
}

.rfd-portfolio-empty .rfd-button {
  white-space: nowrap;
}

@media (max-width: 700px) {
  .rfd-portfolio-empty {
    grid-template-columns: 1fr;
  }

  .rfd-portfolio-empty .rfd-button {
    width: 100%;
  }
}


.rfd-benefits { padding-top: 30px; }
.rfd-benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.rfd-benefits-grid article { position: relative; padding: 10px 22px; text-align: center; }
.rfd-benefits-grid article + article::before { position: absolute; top: 26px; bottom: 10px; left: -14px; border-left: 1px solid var(--rfd-border); content: ""; }
.rfd-benefit-icon { width: 68px; height: 68px; margin-bottom: 18px; border-radius: 50%; background: linear-gradient(145deg, var(--rfd-blue), #4b92ff); color: #fff; }
.rfd-benefits-grid article:nth-child(2) .rfd-benefit-icon { background: linear-gradient(145deg, #0ca7ba, var(--rfd-cyan)); color: var(--rfd-navy); }
.rfd-benefits-grid article:nth-child(3) .rfd-benefit-icon { background: linear-gradient(145deg, #5f39bf, #8159df); }
.rfd-benefits-grid article:nth-child(4) .rfd-benefit-icon { background: linear-gradient(145deg, #ee6d47, var(--rfd-orange)); }
.rfd-benefit-icon svg { width: 32px; height: 32px; }
.rfd-benefits-grid h3 { margin: 0 0 9px; font-size: 1.04rem; }
.rfd-benefits-grid p { margin: 0; color: var(--rfd-muted); font-size: 0.84rem; }

.rfd-testimonials {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% -70%, #174e86, transparent 60%), var(--rfd-navy);
  color: #fff;
}
.rfd-section-heading-light h2 { color: #fff; }
.rfd-section-heading-light h2::after { background: var(--rfd-cyan); }
.rfd-testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rfd-testimonial-card { min-height: 222px; margin: 0; padding: 30px; border: 1px solid rgba(153, 195, 238, 0.32); border-radius: var(--rfd-radius); background: rgba(255, 255, 255, 0.045); }
.rfd-testimonial-card blockquote { margin: 0; padding: 0; border: 0; }
.rfd-testimonial-card blockquote::before { display: block; margin-bottom: 10px; color: var(--rfd-cyan); content: "“"; font-size: 2.8rem; font-weight: 900; line-height: 0.7; }
.rfd-testimonial-card p { margin: 0; color: #e2edf8; font-size: 0.94rem; }
.rfd-testimonial-card figcaption { margin-top: 22px; color: #fff; font-weight: 750; }
.rfd-testimonial-card.rfd-placeholder-card { border-color: rgba(153, 195, 238, 0.24); opacity: 0.78; }

.rfd-faq { background: #fff; }
.rfd-faq-container { max-width: 900px; }
.rfd-faq-list { overflow: hidden; border: 1px solid var(--rfd-border); border-radius: 13px; box-shadow: 0 12px 35px rgba(24, 65, 110, 0.06); }
.rfd-faq-item + .rfd-faq-item { border-top: 1px solid var(--rfd-border); }
.rfd-faq-item summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; color: var(--rfd-text); cursor: pointer; font-weight: 750; list-style: none; }
.rfd-faq-item summary::-webkit-details-marker { display: none; }
.rfd-faq-item summary i { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.rfd-faq-item summary i::before,
.rfd-faq-item summary i::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; border-radius: 2px; background: var(--rfd-blue); content: ""; transition: transform 160ms ease; }
.rfd-faq-item summary i::after { transform: rotate(90deg); }
.rfd-faq-item[open] summary i::after { transform: rotate(0); }
.rfd-faq-item[open] summary { color: var(--rfd-blue); }
.rfd-faq-answer { padding: 0 64px 20px 22px; }
.rfd-faq-answer p { margin: 0; color: var(--rfd-muted); }

.rfd-final-cta { padding: 0 0 clamp(72px, 8vw, 100px); background: #fff; }
.rfd-cta-panel { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 25px; align-items: center; overflow: hidden; padding: 32px 40px; border-radius: 18px; background: linear-gradient(120deg, #0750d9, var(--rfd-blue) 55%, #087fe8); color: #fff; box-shadow: 0 20px 45px rgba(23, 107, 255, 0.21); }
.rfd-cta-panel::after { position: absolute; right: -40px; width: 220px; height: 220px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; content: ""; }
.rfd-cta-icon { position: relative; z-index: 1; width: 74px; height: 74px; border-radius: 50%; background: #fff; color: var(--rfd-blue); }
.rfd-cta-icon svg { width: 36px; height: 36px; }
.rfd-cta-panel > div { position: relative; z-index: 1; }
.rfd-cta-panel h2 { margin: 0; color: #fff; font-size: clamp(1.45rem, 2.5vw, 2.15rem); line-height: 1.15; }
.rfd-cta-panel p { max-width: 620px; margin: 7px 0 0; color: #dcecff; font-size: 0.93rem; }
.rfd-button-orange { position: relative; z-index: 1; background: var(--rfd-orange); color: var(--rfd-navy); white-space: nowrap; }
.rfd-button-orange svg { width: 20px; height: 20px; }

.rfd-site-footer { background: var(--rfd-navy); color: #b8c8da; }
.rfd-footer-grid { display: grid; grid-template-columns: 1.45fr 0.78fr 0.78fr 1.05fr; gap: clamp(32px, 5vw, 70px); padding-block: 68px 48px; }
.rfd-footer-logo { min-height: 42px; color: #fff; font-size: 1.45rem; font-weight: 850; }
.rfd-footer-logo img { width: auto; max-width: 210px; max-height: 58px; }
.rfd-footer-brand p { max-width: 330px; margin: 18px 0 0; color: #b8c8da; font-size: 0.9rem; }
.rfd-site-footer h2 { margin: 0 0 17px; color: #fff; font-size: 0.95rem; }
.rfd-site-footer ul { margin: 0; padding: 0; list-style: none; }
.rfd-site-footer li + li { margin-top: 9px; }
.rfd-site-footer a { color: #b8c8da; font-size: 0.88rem; text-decoration: none; }
.rfd-site-footer a:hover { color: #fff; }
.rfd-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.rfd-footer-contact h2 { margin-bottom: 7px; }
.rfd-footer-contact address { color: #b8c8da; font-size: 0.88rem; font-style: normal; }
.rfd-social-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 20px; }
.rfd-social-links a { text-decoration: underline; text-underline-offset: 3px; }
.rfd-footer-bottom { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(180, 205, 231, 0.14); }
.rfd-footer-bottom p { margin: 0; color: #8fa3b8; font-size: 0.8rem; }

.rfd-theme-active :where(.wpcf7-form, .wpforms-form, .gform_wrapper form) :where(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--rfd-border);
  border-radius: 8px;
  background: #fff;
  color: var(--rfd-text);
}

.rfd-theme-active :where(.wpcf7-form, .wpforms-form, .gform_wrapper form) textarea { min-height: 130px; }
.rfd-theme-active :where(.wpcf7-form, .wpforms-form, .gform_wrapper form) :where(button, input[type="submit"]) { min-height: 50px; padding: 12px 22px; border: 0; border-radius: 8px; background: var(--rfd-orange); color: #fff; font-weight: 800; }
.rfd-theme-active :where(.wpcf7-not-valid-tip, .wpforms-error, .gfield_validation_message) { color: #b42318; }
.rfd-theme-active :where(.wpcf7-response-output, .wpforms-confirmation-container-full, .gform_confirmation_message) { padding: 14px; border-radius: 8px; }

/* Inner pages, content patterns, contact, and editorial views. */
.rfd-inner-view .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

.rfd-inner-view .site-content,
.rfd-inner-view .site-main {
  width: 100%;
  margin: 0;
  background: var(--rfd-white);
}

.rfd-inner-page {
  overflow: hidden;
}

.rfd-page-hero {
  padding-block: clamp(64px, 8vw, 104px);
  background:
    radial-gradient(circle at 88% 18%, rgba(36, 199, 217, 0.14), transparent 31%),
    linear-gradient(115deg, #f7faff, #edf5ff);
}

.rfd-page-hero .rfd-container {
  max-width: 1040px;
}

.rfd-page-hero h1 {
  max-width: 880px;
  margin: 12px 0 0;
  color: var(--rfd-navy);
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.rfd-page-hero h1 + p,
.rfd-page-hero .rfd-archive-description {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--rfd-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.rfd-breadcrumbs {
  margin-bottom: 26px;
  font-size: 0.84rem;
}

.rfd-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfd-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rfd-muted);
}

.rfd-breadcrumbs li + li::before {
  color: #96a8bb;
  content: "/";
}

.rfd-breadcrumbs a {
  color: var(--rfd-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rfd-page-content,
.rfd-single-content {
  padding-block: clamp(64px, 8vw, 104px);
}

.rfd-page-content {
  max-width: 1040px;
}

.rfd-page-content > :first-child,
.rfd-single-content > :first-child {
  margin-top: 0;
}

.rfd-page-content > :last-child,
.rfd-single-content > :last-child {
  margin-bottom: 0;
}

.rfd-content-intro {
  max-width: 820px;
  margin: 0 0 clamp(48px, 6vw, 74px);
  color: var(--rfd-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}

.rfd-content-section {
  margin-top: clamp(54px, 7vw, 86px);
}

.rfd-content-section > h2,
.rfd-error-links h2 {
  margin: 0 0 22px;
  color: var(--rfd-navy);
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.rfd-card-grid,
.rfd-link-grid,
.rfd-numbered-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.rfd-info-card,
.rfd-link-grid > a,
.rfd-numbered-grid > article {
  min-width: 0;
  padding: 27px;
  border: 1px solid var(--rfd-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 64, 107, 0.055);
}

.rfd-info-card h3,
.rfd-numbered-grid h3 {
  margin: 0 0 9px;
  color: var(--rfd-text);
  font-size: 1.12rem;
}

.rfd-info-card p,
.rfd-numbered-grid p {
  margin: 0;
  color: var(--rfd-muted);
  font-size: 0.94rem;
}

.rfd-numbered-grid {
  counter-reset: rfd-step;
}

.rfd-numbered-grid > article {
  counter-increment: rfd-step;
}

.rfd-numbered-grid > article::before {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--rfd-blue);
  content: counter(rfd-step, decimal-leading-zero);
  font-weight: 850;
}

.rfd-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 28px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rfd-check-list li {
  position: relative;
  padding-left: 28px;
}

.rfd-check-list li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  color: #078a69;
  content: "\2713";
  font-weight: 900;
}

.rfd-link-grid > a {
  display: block;
  color: var(--rfd-text);
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.rfd-link-grid > a:hover {
  border-color: var(--rfd-blue);
  color: var(--rfd-blue);
  transform: translateY(-2px);
}

.rfd-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(56px, 7vw, 86px);
  padding: clamp(28px, 4vw, 42px);
  border-radius: 16px;
  background: var(--rfd-navy);
  color: #dce9f6;
}

.rfd-inline-cta h2 {
  margin: 0 0 7px;
  color: #fff;
}

.rfd-inline-cta p {
  margin: 0;
}

.rfd-content-faq {
  margin-top: 26px;
}

.rfd-content-faq details {
  border-bottom: 1px solid var(--rfd-border);
}

.rfd-content-faq summary {
  padding: 18px 4px;
  color: var(--rfd-text);
  cursor: pointer;
  font-weight: 750;
}

.rfd-content-faq details p {
  margin: 0;
  padding: 0 4px 20px;
  color: var(--rfd-muted);
}

.rfd-contact-information {
  padding-block: 38px 0;
}

.rfd-contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rfd-contact-cards article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--rfd-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(25, 64, 107, 0.05);
}

.rfd-contact-cards span {
  display: block;
  margin-bottom: 7px;
  color: var(--rfd-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rfd-contact-cards :where(a, p, address) {
  margin: 0;
  color: var(--rfd-text);
  font-size: 0.93rem;
  overflow-wrap: anywhere;
}

.rfd-contact-cards address {
  font-style: normal;
}

.rfd-admin-notice {
  padding: 16px 18px;
  border-left: 4px solid #d48a00;
  background: #fff7e8;
  color: #684607;
}

.rfd-contact-form-section {
  padding-block: clamp(62px, 8vw, 104px);
}

.rfd-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.rfd-contact-form-panel h2,
.rfd-contact-guidance h2 {
  margin: 0 0 16px;
  color: var(--rfd-navy);
}

.rfd-response-time {
  color: var(--rfd-muted);
}

.rfd-contact-form-slot {
  margin-top: 26px;
}

.rfd-form-placeholder {
  padding: clamp(24px, 4vw, 38px);
  border: 2px dashed #b7c9df;
  border-radius: 14px;
  background: #f7faff;
}

.rfd-form-placeholder h3 {
  margin: 0 0 10px;
}

.rfd-form-placeholder p:last-child {
  margin-bottom: 0;
}

.rfd-contact-guidance {
  padding: 28px;
  border-radius: 15px;
  background: var(--rfd-navy);
  color: #d9e6f3;
}

.rfd-contact-guidance h2 {
  color: #fff;
}

.rfd-contact-guidance li + li {
  margin-top: 12px;
}

.rfd-contact-guidance a {
  color: #fff;
}

.rfd-privacy-note {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
}

.rfd-contact-faq {
  background: #f7faff;
}

.rfd-contact-cta .rfd-cta-panel {
  grid-template-columns: minmax(0, 1fr) auto;
}

.rfd-listing-content {
  padding-block: clamp(64px, 8vw, 100px);
}

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

.rfd-post-card {
  overflow: hidden;
  border: 1px solid var(--rfd-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 64, 107, 0.06);
}

.rfd-post-card-image {
  display: flex;
  aspect-ratio: 1.6;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(140deg, #e7f0ff, #eefafa);
}

.rfd-post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rfd-post-card-placeholder svg {
  width: 54px;
  height: 54px;
  color: var(--rfd-blue);
}

.rfd-post-card-content {
  padding: 25px;
}

.rfd-post-meta {
  margin: 0 0 9px;
  color: var(--rfd-muted);
  font-size: 0.78rem;
}

.rfd-post-card h2 {
  margin: 0 0 11px;
  font-size: 1.3rem;
  line-height: 1.25;
}

.rfd-post-card h2 a {
  color: var(--rfd-text);
  text-decoration: none;
}

.rfd-post-card h2 a:hover,
.rfd-text-link:hover {
  color: var(--rfd-blue);
}

.rfd-post-card-content > p:not(.rfd-post-meta) {
  color: var(--rfd-muted);
}

.rfd-text-link {
  color: var(--rfd-blue);
  font-weight: 800;
  text-decoration: none;
}

.rfd-empty-state {
  max-width: 720px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--rfd-border);
  border-radius: 15px;
  background: #f7faff;
}

.rfd-empty-state h2 {
  margin-top: 0;
}

.rfd-empty-state .search-form,
.rfd-error-content .search-form {
  display: flex;
  max-width: 560px;
  gap: 10px;
  margin: 24px 0;
}

.rfd-empty-state .search-field,
.rfd-error-content .search-field {
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--rfd-border);
  border-radius: 8px;
}

.rfd-empty-state .search-submit,
.rfd-error-content .search-submit {
  min-height: 50px;
  border-radius: 8px;
  background: var(--rfd-blue);
}

.rfd-reading-width {
  max-width: 820px;
}

.rfd-single-featured {
  margin: 0 0 38px;
}

.rfd-single-featured img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.rfd-single-content {
  color: #253a50;
  font-size: 1.05rem;
}

.rfd-post-navigation {
  padding-bottom: clamp(64px, 8vw, 100px);
}

.rfd-error-content {
  text-align: center;
}

.rfd-error-content .rfd-breadcrumbs ol,
.rfd-error-content .search-form,
.rfd-error-content .rfd-button-row {
  justify-content: center;
  margin-inline: auto;
}

.rfd-error-content h1,
.rfd-error-content h1 + p {
  margin-inline: auto;
}

.rfd-error-code {
  margin: 0;
  color: var(--rfd-blue);
  font-size: clamp(4.5rem, 12vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.rfd-error-links {
  text-align: center;
}

.rfd-error-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfd-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

@media (max-width: 921px) {
  .rfd-card-grid,
  .rfd-link-grid,
  .rfd-numbered-grid,
  .rfd-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rfd-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .rfd-page-hero {
    padding-block: 52px 64px;
  }

  .rfd-page-content,
  .rfd-single-content,
  .rfd-listing-content {
    padding-block: 58px;
  }

  .rfd-card-grid,
  .rfd-link-grid,
  .rfd-numbered-grid,
  .rfd-posts-grid,
  .rfd-contact-cards,
  .rfd-check-list {
    grid-template-columns: 1fr;
  }

  .rfd-inline-cta,
  .rfd-contact-cta .rfd-cta-panel {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .rfd-inline-cta .rfd-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rfd-page-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.25rem);
  }

  .rfd-info-card,
  .rfd-link-grid > a,
  .rfd-numbered-grid > article,
  .rfd-contact-guidance,
  .rfd-post-card-content {
    padding: 21px;
  }

  .rfd-empty-state .search-form,
  .rfd-error-content .search-form {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .rfd-hero-grid { grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr); gap: 38px; }
  .rfd-analytics-illustration { min-height: 390px; padding-inline: 22px; }
  .rfd-dashboard-card { min-height: 190px; padding: 17px; }
  .rfd-process-grid { grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr); gap: 45px; }
  .rfd-metric { padding-inline: 18px; }
  .rfd-footer-grid { grid-template-columns: 1.2fr 0.75fr 0.75fr 1fr; gap: 30px; }
}

@media (max-width: 921px) {
  .rfd-theme-active.admin-bar .site-header { top: 46px; }
  .rfd-menu-open { overflow: hidden; }
  .rfd-theme-active .ast-mobile-header-wrap .ast-primary-header-bar,
  .rfd-theme-active .ast-primary-header-bar .site-primary-header-wrap { min-height: 70px; }
  .rfd-theme-active .main-header-menu .rfd-menu-cta > .menu-link { margin: 8px 20px 18px; }
  .rfd-hero-grid,
  .rfd-process-grid { grid-template-columns: 1fr; }
  .rfd-hero-copy { max-width: 720px; }
  .rfd-hero h1 { max-width: 760px; }
  .rfd-hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .rfd-analytics-illustration { transform: none; }
  .rfd-metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .rfd-metric:nth-child(3) { border-left: 0; border-top: 1px solid var(--rfd-border); }
  .rfd-metric:nth-child(4) { border-top: 1px solid var(--rfd-border); }
  .rfd-services-grid,
  .rfd-portfolio-grid,
  .rfd-testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rfd-portfolio-grid > :last-child,
  .rfd-testimonials-grid > :last-child { grid-column: 1 / -1; }
  .rfd-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .rfd-benefits-grid article:nth-child(3)::before { display: none; }
  .rfd-cta-panel { grid-template-columns: auto 1fr; }
  .rfd-cta-panel .rfd-button { grid-column: 2; justify-self: start; }
  .rfd-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .rfd-container { width: min(100% - 30px, 1180px); }
  .rfd-section { padding-block: 68px; }
  .rfd-section-heading { margin-bottom: 32px; }
  .rfd-hero { padding-block: 52px 94px; }
  .rfd-hero h1 { font-size: clamp(2.55rem, 11.5vw, 4rem); }
  .rfd-button-row { align-items: stretch; flex-direction: column; }
  .rfd-button { width: 100%; }
  .rfd-analytics-illustration { min-height: 335px; padding: 56px 16px 20px; border-radius: 18px; }
  .rfd-dashboard-grid { gap: 10px; margin-top: 24px; }
  .rfd-dashboard-card { min-height: 170px; padding: 14px; }
  .rfd-dashboard-card strong { font-size: 0.88rem; }
  .rfd-sparkline,
  .rfd-bars { height: 78px; }
  .rfd-growth-arrow { right: 25px; bottom: 55px; }
  .rfd-services-grid,
  .rfd-portfolio-grid,
  .rfd-testimonials-grid { grid-template-columns: 1fr; }
  .rfd-portfolio-grid > :last-child,
  .rfd-testimonials-grid > :last-child { grid-column: auto; }
  .rfd-service-card { min-height: 0; padding: 23px; }
  .rfd-performance-card { padding: 18px; }
  .rfd-performance-stats { gap: 6px; }
  .rfd-performance-stats > div { padding: 10px 8px; }
  .rfd-performance-chart { height: 140px; }
  .rfd-benefits-grid { grid-template-columns: 1fr; gap: 18px; }
  .rfd-benefits-grid article + article::before { top: -9px; right: 25%; bottom: auto; left: 25%; border-top: 1px solid var(--rfd-border); border-left: 0; }
  .rfd-benefits-grid article:nth-child(3)::before { display: block; }
  .rfd-cta-panel { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .rfd-cta-icon { margin-inline: auto; }
  .rfd-cta-panel .rfd-button { grid-column: auto; justify-self: stretch; }
  .rfd-footer-grid { grid-template-columns: 1fr; padding-block: 52px 38px; }
  .rfd-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

@media (max-width: 480px) {
  .rfd-theme-active.admin-bar .site-header { top: 0; }
  .rfd-metrics { margin-top: -44px; }
  .rfd-metrics-grid { grid-template-columns: 1fr; }
  .rfd-metric { min-height: 94px; }
  .rfd-metric + .rfd-metric { border-top: 1px solid var(--rfd-border); border-left: 0; }
  .rfd-dashboard-grid { grid-template-columns: 1fr; }
  .rfd-dashboard-card:first-child { display: none; }
  .rfd-performance-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .rfd-performance-bottom { grid-template-columns: 1fr 90px; }
  .rfd-donut { width: 80px; height: 80px; }
  .rfd-donut::after { width: 44px; height: 44px; margin: 18px; }
  .rfd-faq-item summary { min-height: 58px; padding-inline: 17px; }
  .rfd-faq-answer { padding: 0 45px 18px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .rfd-theme-active *,
  .rfd-theme-active *::before,
  .rfd-theme-active *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .rfd-trust-bar,
  .rfd-button-row,
  .rfd-final-cta { display: none; }
  .rfd-theme-active .site-header { position: static; }
  .rfd-section { padding-block: 32px; }
}
