.rpa-services-page {
  --rpa-navy: #071b3b;
  --rpa-navy-2: #0c2f58;
  --rpa-blue: #1769aa;
  --rpa-orange: #f36f21;
  --rpa-orange-dark: #c8103b;
  --rpa-teal: #0d8f8f;
  --rpa-green: #23b26f;
  --rpa-text: #26384a;
  --rpa-muted: #64748b;
  --rpa-soft: #f5f8fb;
  --rpa-soft-blue: #edf4fa;
  --rpa-line: #dfe7ef;
  --rpa-white: #fff;
  color: var(--rpa-text);
  background: #fff;
  overflow: hidden;
}

.rpa-services-page .rpa-section {
  padding: 86px 0;
}
.rpa-services-page .rpa-section--soft {
  background: var(--rpa-soft);
}
.rpa-services-page .rpa-section--navy {
  background: linear-gradient(135deg, var(--rpa-navy), #0a315b);
  color: #fff;
}
 
.rpa-services-page .rpa-heading {
  margin: 0;
  color: var(--rpa-navy);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.rpa-services-page .rpa-heading--light {
  color: #fff;
}
.rpa-services-page .rpa-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--rpa-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.rpa-services-page .rpa-lead--light {
  color: #cbd8e6;
}
.rpa-services-page .rpa-section-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}
.rpa-services-page .rpa-section-head .rpa-lead {
  margin: 0;
}
.rpa-services-page .rpa-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 7px 22px;
  border: 2px solid #e3151e;
  border-radius: 9px;
  color: #fff;
  background: #e3151e;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.rpa-services-page .rpa-btn:hover {
  color: #fff;
  background: #bd1625;
  border-color: #bd1625;
  transform: translateY(-2px);
}
.rpa-services-page .rpa-btn--outline {
   color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .45);
}
.rpa-services-page .rpa-btn--outline:hover {
  color: #06263d;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}
.rpa-services-page .rpa-btn--navy {
  background: var(--rpa-navy);
  border-color: var(--rpa-navy);
}
.rpa-services-page .rpa-btn--navy:hover {
  background: var(--rpa-navy-2);
  border-color: var(--rpa-navy-2);
}
.rpa-services-page .rpa-btn.full {
  width: 100%;
}
.rpa-services-page a:focus-visible,
.rpa-services-page button:focus-visible,
.rpa-services-page input:focus-visible,
.rpa-services-page textarea:focus-visible,
.rpa-services-page summary:focus-visible {
  outline: 3px solid #ffb17e;
  outline-offset: 3px;
}

/* Hero */
.rpa-services-page .rpa-hero {
  position: relative;
  padding: 32px 0 62px;
  background: radial-gradient(
      circle at 18% 25%,
      rgba(13, 143, 143, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #06172f 0%, #092a51 62%, #0b3b67 100%);
  color: #fff;
}
.rpa-services-page .rpa-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -150px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}
.rpa-services-page .rpa-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 0.86rem;
  color: #b7c8dc;
}
.rpa-services-page .rpa-breadcrumb a {
  color: #fff;
}
.rpa-services-page .rpa-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
  gap: 54px;
  align-items: center;
}
 
.rpa-services-page .rpa-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.rpa-services-page .rpa-hero h1 span {
    color: #e3151e;
}
.rpa-services-page .rpa-hero__intro {
  max-width: 720px;
  margin: 23px 0 0;
  color: #d9e5f1;
  font-size: 1.12rem;
  line-height: 1.7;
}
.rpa-services-page .rpa-hero__points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.rpa-services-page .rpa-hero__points li {
  position: relative;
  padding-left: 25px;
  color: #eef5fb;
  font-size: 0.96rem;
  line-height: 1.45;
}
.rpa-services-page .rpa-hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 700;
}
.rpa-services-page .rpa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.rpa-services-page .rpa-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 24px;
  color: #aec1d5;
  font-size: 0.84rem;
}
.rpa-services-page .rpa-trustline span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.rpa-services-page .rpa-trustline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ed1b2;
}

/* General cards */
.rpa-services-page .rpa-risk-grid,
.rpa-services-page .rpa-service-grid,
.rpa-services-page .rpa-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.rpa-services-page .rpa-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--rpa-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 34, 60, 0.045);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rpa-services-page .rpa-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, var(--rpa-orange), var(--rpa-blue));
  opacity: 0.9;
}
.rpa-services-page .rpa-card:hover {
  transform: translateY(-4px);
  border-color: #c9d7e5;
  box-shadow: 0 16px 36px rgba(10, 34, 60, 0.09);
}
.rpa-services-page .rpa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 9px;
  background: var(--rpa-soft-blue);
  color: #c8103b;
  font-size: 0.76rem;
  font-weight: 700;
}
.rpa-services-page .rpa-card h3 {
  margin: 0 0 10px;
  color: var(--rpa-navy);
  font-size: 1.08rem;
  line-height: 1.35;
}
.rpa-services-page .rpa-card p {
  margin: 0;
  color: #627386;
  font-size: 0.91rem;
  line-height: 1.68;
}
.rpa-services-page .rpa-card ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.rpa-services-page .rpa-card li {
  position: relative;
  margin: 7px 0;
  padding-left: 18px;
  color: #53677b;
  font-size: 0.84rem;
  line-height: 1.5;
}
.rpa-services-page .rpa-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rpa-orange);
}

/* Suitability */
.rpa-services-page .rpa-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.rpa-services-page .rpa-fit {
  padding: 22px;
  border: 1px solid var(--rpa-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 64, 0.05);
}
.rpa-services-page .rpa-fit strong {
  display: block;
  margin-bottom: 7px;
  color: var(--rpa-navy);
  font-size: 1rem;
}
.rpa-services-page .rpa-fit p {
  margin: 0;
  color: var(--rpa-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

/* Attended / unattended panel */
.rpa-services-page .rpa-severity-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
}
.rpa-services-page .rpa-severity-list {
  display: grid;
  gap: 12px;
}
.rpa-services-page .rpa-severity {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.rpa-services-page .rpa-severity__code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(243, 111, 33, 0.16);
  color: #ff9a58;
  font-size: 0.75rem;
  font-weight: 700;
}
.rpa-services-page .rpa-severity h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1rem;
}
.rpa-services-page .rpa-severity p {
  margin: 0;
  color: #b7c9da;
  font-size: 0.83rem;
  line-height: 1.55;
}
.rpa-services-page .rpa-severity__sla {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(13, 143, 143, 0.18);
  color: #bdece9;
  font-size: 0.69rem;
  font-weight: 700;
  white-space: nowrap;
}

/* Use cases */
.rpa-services-page .rpa-dept-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 35px;
}
.rpa-services-page .rpa-dept {
  min-height: 150px;
  padding: 20px 14px;
  border: 1px solid var(--rpa-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 34, 60, 0.035);
}
.rpa-services-page .rpa-dept strong {
  display: block;
  margin-bottom: 9px;
  color: var(--rpa-navy);
  font-size: 0.97rem;
}
.rpa-services-page .rpa-dept p {
  margin: 0;
  color: #66788b;
  font-size: 0.78rem;
  line-height: 1.55;
}

/* Platform */
.rpa-services-page .rpa-platform-note {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 30px;
}
.rpa-services-page .rpa-platform-main {
  border-radius: 20px;
  padding: 28px;
  background: linear-gradient(135deg, #0d2948, #163e68);
  color: #fff;
  box-shadow: 0 16px 36px rgba(7, 27, 59, 0.14);
}
.rpa-services-page .rpa-platform-main h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 1.55rem;
}
.rpa-services-page .rpa-platform-main p {
  margin: 0;
  color: #d9e5f0;
  line-height: 1.7;
}
.rpa-services-page .rpa-platform-side {
  display: grid;
  gap: 14px;
}
.rpa-services-page .rpa-platform-side article {
  border: 1px solid var(--rpa-line);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.rpa-services-page .rpa-platform-side h3 {
  margin: 0 0 7px;
  color: var(--rpa-navy);
  font-size: 1rem;
}
.rpa-services-page .rpa-platform-side p {
  margin: 0;
  color: var(--rpa-muted);
  font-size: 0.84rem;
  line-height: 1.58;
}

/* Comparison */
.rpa-services-page .rpa-compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.rpa-services-page .rpa-compare article {
  border: 1px solid var(--rpa-line);
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 35, 64, 0.04);
}
.rpa-services-page .rpa-compare h3 {
  margin: 10px 0 8px;
  color: var(--rpa-navy);
  font-size: 1.08rem;
}
.rpa-services-page .rpa-compare p {
  margin: 0;
  color: var(--rpa-muted);
  font-size: 0.88rem;
  line-height: 1.62;
}
.rpa-services-page .rpa-compare a,
.rpa-services-page .rpa-lead a {
  color:#c8103b;
  font-weight: 700;
}

/* Intelligent automation */
.rpa-services-page .rpa-reporting-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}
.rpa-services-page .rpa-checklist {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.rpa-services-page .rpa-checklist li {
  position: relative;
  padding-left: 28px;
  color: #4e6276;
  line-height: 1.55;
}
.rpa-services-page .rpa-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rpa-teal);
  font-weight: 700;
}
.rpa-services-page .rpa-dashboard {
  border: 1px solid #d7e2ec;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  padding: 24px;
  box-shadow: 0 18px 42px rgba(10, 34, 60, 0.1);
}
.rpa-services-page .rpa-dashboard__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--rpa-line);
}
.rpa-services-page .rpa-dashboard__top strong {
  color: var(--rpa-navy);
  font-size: 1rem;
}
.rpa-services-page .rpa-dashboard__top span {
  color: var(--rpa-teal);
  font-size: 0.74rem;
  font-weight: 700;
}
.rpa-services-page .rpa-ticket-list {
  display: grid;
  gap: 10px;
}
.rpa-services-page .rpa-ticket {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid var(--rpa-line);
  border-radius: 10px;
  background: #fff;
}
.rpa-services-page .rpa-ticket i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rpa-orange);
  box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.1);
}
.rpa-services-page .rpa-ticket b {
  color: #334a61;
  font-size: 0.85rem;
  line-height: 1.4;
}
.rpa-services-page .rpa-ticket span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--rpa-soft-blue);
  color: #426985;
  font-size: 0.67rem;
  font-weight: 700;
}

/* Architecture */
.rpa-services-page .rpa-arch-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-top: 30px;
}
.rpa-services-page .rpa-arch-node {
  position: relative;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  padding: 18px 12px;
  text-align: center;
}
.rpa-services-page .rpa-arch-node strong {
  color: #fff;
  font-size: 14px;
}
.rpa-services-page .rpa-arch-node small {
  color: #d7e2f1;
  line-height: 1.4;
}
.rpa-services-page .rpa-arch-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 44%;
  z-index: 2;
  color: var(--rpa-orange);
  font-weight: 700;
}

/* Process */
.rpa-services-page .rpa-process {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  margin-top: 42px;
}
.rpa-services-page .rpa-step {
  position: relative;
  padding: 27px 15px 20px;
  border-top: 2px solid #cfdae5;
}
.rpa-services-page .rpa-step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 15px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--rpa-orange);
  box-shadow: 0 0 0 1px var(--rpa-orange);
}
.rpa-services-page .rpa-step__number {
  color: #9badbe;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.rpa-services-page .rpa-step h3 {
  margin: 8px 0;
  color: var(--rpa-navy);
  font-size: 0.95rem;
}
.rpa-services-page .rpa-step p {
  margin: 0;
  color: #6b7d8e;
  font-size: 0.77rem;
  line-height: 1.55;
}

/* Case studies */
.rpa-services-page .rpa-case-note {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-top: 28px;
}
.rpa-services-page .rpa-case-feature {
  border-radius: 20px;
  padding: 28px;
  background: linear-gradient(135deg, #0d2948, #153c64);
  color: #fff;
  box-shadow: 0 18px 40px rgba(14, 35, 61, 0.15);
}
.rpa-services-page .rpa-case-feature h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 1.55rem;
}
.rpa-services-page .rpa-case-feature p {
  margin: 0;
  color: #d9e5f0;
  line-height: 1.7;
}
.rpa-services-page .rpa-case-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.rpa-services-page .rpa-case-metric {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
}
.rpa-services-page .rpa-case-metric b {
  display: block;
  color: #fff;
  font-size: 1.45rem;
}
.rpa-services-page .rpa-case-metric span {
  color: #d9e5f0;
  font-size: 0.78rem;
  line-height: 1.45;
}
.rpa-services-page .rpa-case-support {
  display: grid;
  gap: 13px;
}
.rpa-services-page .rpa-case-support article {
  border: 1px solid var(--rpa-line);
  border-radius: 14px;
  background: #fff;
  padding: 19px;
}
.rpa-services-page .rpa-case-support h3 {
  margin: 0 0 6px;
  color: var(--rpa-navy);
  font-size: 1rem;
}
.rpa-services-page .rpa-case-support p {
  margin: 0 0 8px;
  color: var(--rpa-muted);
  font-size: 0.84rem;
  line-height: 1.58;
}
.rpa-services-page .rpa-case-support a {
  color: var(--rpa-orange-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

/* Why IDS Logic on dark background */
.rpa-services-page .rpa-section--navy .rpa-why-grid {
  margin-top: 34px;
}
.rpa-services-page .rpa-section--navy .rpa-card {
  background: rgba(255, 255, 255, 0.97);
}

/* Contact */
.rpa-services-page .rpa-contact {
      position: relative;
    color: #fff;
    background: linear-gradient(130deg, #071f31 0%, #0b3853 100%);
}
.rpa-services-page .rpa-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .1;
    background: radial-gradient(circle at 20% 20%, #fff 1px, transparent 1px);
    background-size: 24px 24px;
}
.rpa-services-page .rpa-contact__grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 58px;
  align-items: center;
  z-index: 1;
  position: relative;
}
 
.rpa-services-page .rpa-contact__copy h2 {
  margin: 10px 0 16px;
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.rpa-services-page .rpa-contact__copy > p {
  max-width: 640px;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.72;
}
 
 
 

/* FAQ */
.rpa-services-page .rpa-faq-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 58px;
  align-items: start;
}
.rpa-services-page .rpa-faq-list {
  border-top: 1px solid var(--rpa-line);
}
.rpa-services-page .rpa-faq {
  border-bottom: 1px solid var(--rpa-line);
}
.rpa-services-page .rpa-faq summary {
  position: relative;
  padding: 20px 44px 20px 0;
  cursor: pointer;
  list-style: none;
  color: var(--rpa-navy);
  font-weight: 700;
  line-height: 1.45;
}
.rpa-services-page .rpa-faq summary::-webkit-details-marker {
  display: none;
}
.rpa-services-page .rpa-faq summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 17px;
  color: var(--rpa-orange);
  font-size: 1.5rem;
  font-weight: 500;
}
.rpa-services-page .rpa-faq[open] summary::after {
  content: "–";
}
.rpa-services-page .rpa-faq__answer {
  padding: 0 36px 20px 0;
}
.rpa-services-page .rpa-faq__answer p {
  margin: 0;
  color: #65778a;
  font-size: 0.91rem;
  line-height: 1.7;
}

/* Reveal motion */
.rpa-services-page.rpa-motion .rpa-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--rpa-delay, 0ms);
}
.rpa-services-page.rpa-motion .rpa-reveal[data-reveal="left"] {
  transform: translateX(-22px);
}
.rpa-services-page.rpa-motion .rpa-reveal[data-reveal="right"] {
  transform: translateX(22px);
}
.rpa-services-page.rpa-motion .rpa-reveal.rpa-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .rpa-services-page .rpa-hero__grid {
    grid-template-columns: 1fr 0.82fr;
    gap: 34px;
  }
  .rpa-services-page .rpa-risk-grid,
  .rpa-services-page .rpa-service-grid,
  .rpa-services-page .rpa-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rpa-services-page .rpa-dept-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .rpa-services-page .rpa-process {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 18px;
  }
  
  .rpa-services-page .rpa-arch-flow {
    grid-template-columns: repeat(4, 1fr);
  }
  .rpa-services-page .rpa-arch-node:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .rpa-services-page .rpa-section {
    padding: 62px 0;
  }
  .rpa-services-page .rpa-section-head,
  .rpa-services-page .rpa-hero__grid,
  .rpa-services-page .rpa-severity-wrap,
  .rpa-services-page .rpa-platform-note,
  .rpa-services-page .rpa-reporting-grid,
  .rpa-services-page .rpa-case-note,
  .rpa-services-page .rpa-contact__grid,
  .rpa-services-page .rpa-faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rpa-services-page .rpa-hero {
    padding-top: 24px;
  }
  .rpa-services-page .rpa-hero__points {
    grid-template-columns: 1fr;
  }
  .rpa-services-page .rpa-fit-grid,
  .rpa-services-page .rpa-compare {
    grid-template-columns: repeat(2, 1fr);
  }
  .rpa-services-page .rpa-dept-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rpa-services-page .rpa-severity {
    grid-template-columns: 54px 1fr;
  }
  .rpa-services-page .rpa-severity__sla {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .rpa-services-page .rpa-hero h1 {
    font-size: 2.42rem;
  }
  .rpa-services-page .rpa-risk-grid,
  .rpa-services-page .rpa-service-grid,
  .rpa-services-page .rpa-why-grid,
  .rpa-services-page .rpa-fit-grid,
  .rpa-services-page .rpa-compare,
  .rpa-services-page .rpa-dept-grid,
  .rpa-services-page .rpa-arch-flow,
  .rpa-services-page .rpa-case-metrics {
    grid-template-columns: 1fr;
  }
  
  .rpa-services-page .rpa-process {
    grid-template-columns: 1fr 1fr;
  }
  .rpa-services-page .rpa-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .rpa-services-page .rpa-btn {
    width: 100%;
  }
  .rpa-services-page .rpa-contact__grid {
    gap: 36px;
  }
  .rpa-services-page .rpa-severity {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 16px;
  }
  .rpa-services-page .rpa-severity__code {
    width: 42px;
    height: 42px;
  }
  .rpa-services-page .rpa-dashboard {
    padding: 18px;
  }
  .rpa-services-page .rpa-dashboard__top {
    align-items: flex-start;
    flex-direction: column;
  }
  .rpa-services-page .rpa-ticket {
    grid-template-columns: 12px 1fr;
  }
  .rpa-services-page .rpa-ticket span {
    grid-column: 2;
    justify-self: start;
  }
}

#related-rpa-services {
  background: linear-gradient(180deg, #f3f8fc 0%, #f9fbfd 100%);
}