/* =========================================================
   ENTERPRISE ARCHITECTURE CONSULTING
========================================================= */

.rk-ea-page {
  --ea-navy: #0c2859;
  --ea-dark: #061a3c;
  --ea-blue: #0876e1;
  --ea-cyan: #0aa4e8;
  --ea-text: #102750;
  --ea-muted: #536984;
  --ea-border: #d7e3f1;
  --ea-soft: #f3f8fe;

  width: 100%;
  overflow: hidden;
  color: var(--ea-text);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

.rk-ea-page *,
.rk-ea-page *::before,
.rk-ea-page *::after {
  box-sizing: border-box;
}

.rk-ea-container {
  width: min(calc(100% - 48px), 1320px);
  margin-right: auto;
  margin-left: auto;
}

.rk-ea-page h1,
.rk-ea-page h2,
.rk-ea-page h3 {
  margin-top: 0;
  color: var(--ea-navy);
  font-family: Poppins, Inter, sans-serif;
}

.rk-ea-page p {
  color: var(--ea-muted);
}

.rk-ea-section {
  padding: clamp(48px, 5vw, 64px) 0;
}

.rk-ea-section--compact {
  padding-top: 44px;
  padding-bottom: 54px;
}

.rk-ea-eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  color: #0760b4;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rk-ea-heading {
  max-width: 790px;
  margin-bottom: 27px;
}

.rk-ea-heading h2 {
  margin-bottom: 11px;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.17;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.rk-ea-heading > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
}

.rk-ea-heading--row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 38px;
  max-width: none;
}

.rk-ea-heading--row > p {
  margin-bottom: 7px;
}


/* Hero */

.rk-ea-hero {
  position: relative;
  padding: clamp(54px, 6vw, 76px) 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(8, 118, 225, 0.18), transparent 29%),
    linear-gradient(135deg, #f9fcff, #edf6ff);
  border-bottom: 1px solid var(--ea-border);
}

.rk-ea-hero::after {
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 58px solid rgba(8, 118, 225, 0.045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.rk-ea-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.88fr);
  align-items: center;
  gap: clamp(38px, 5vw, 66px);
}

.rk-ea-hero h1 {
  max-width: 790px;
  margin-bottom: 17px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.07;
  font-weight: 700;
  letter-spacing: -0.048em;
}

.rk-ea-lead {
  max-width: 720px;
  margin: 0 0 25px;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.68;
}

.rk-ea-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.rk-ea-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  margin: 0;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
              background-color 0.2s ease;
}

.rk-ea-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ea-blue), var(--ea-cyan));
  box-shadow: 0 14px 28px rgba(8, 118, 225, 0.22);
}

.rk-ea-btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(8, 118, 225, 0.29);
}

.rk-ea-btn--outline {
  color: var(--ea-navy);
  background: rgba(255, 255, 255, 0.85);
  border-color: #c9d9ea;
}

.rk-ea-btn--outline:hover {
  color: var(--ea-blue);
  background: #fff;
  border-color: #88bae9;
}

.rk-ea-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  padding: 0;
  margin: 21px 0 0;
  list-style: none;
}

.rk-ea-trust li {
  position: relative;
  padding-left: 19px;
  color: #365777;
  font-size: 13px;
  font-weight: 700;
}

.rk-ea-trust li::before {
  position: absolute;
  left: 0;
  color: var(--ea-blue);
  content: "✓";
}


/* Hero panel */

.rk-ea-hero__panel {
  padding: clamp(23px, 2.7vw, 32px);
  background: linear-gradient(145deg, #11336c, #071b3e);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  box-shadow: 0 25px 55px rgba(7, 27, 62, 0.22);
}

.rk-ea-panel-label {
  margin: 0 0 15px;
  color: #84cbff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.rk-ea-outcome {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.rk-ea-outcome:first-of-type {
  border-top: 0;
}

.rk-ea-outcome > span {
  color: #6bc5ff;
  font-size: 12px;
  font-weight: 900;
}

.rk-ea-outcome h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.rk-ea-outcome p {
  margin: 0;
  color: #c9d8eb;
  font-size: 13px;
  line-height: 1.55;
}


/* Problems */

.rk-ea-section--soft {
  background: var(--ea-soft);
}

.rk-ea-problems {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.rk-ea-problem {
  min-height: 185px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--ea-border);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 39, 80, 0.06);
}

.rk-ea-problem > span {
  display: block;
  margin-bottom: 18px;
  color: var(--ea-blue);
  font-size: 12px;
  font-weight: 900;
}

.rk-ea-problem h3 {
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.35;
}

.rk-ea-problem p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
}


/* Services */

.rk-ea-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.rk-ea-service {
  min-height: 305px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--ea-border);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(16, 39, 80, 0.065);
  transition: transform 0.22s ease, border-color 0.22s ease,
              box-shadow 0.22s ease;
}

.rk-ea-service:hover {
  transform: translateY(-4px);
  border-color: #98c6ef;
  box-shadow: 0 20px 42px rgba(16, 39, 80, 0.11);
}

.rk-ea-service__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-bottom: 17px;
  color: var(--ea-blue);
  background: #eaf4ff;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
}

.rk-ea-service h3 {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 1.34;
}

.rk-ea-service > p {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.65;
}

.rk-ea-service ul {
  padding: 12px 0 0;
  margin: 0;
  border-top: 1px solid #e4ebf4;
  list-style: none;
}

.rk-ea-service li {
  position: relative;
  padding: 3px 0 3px 18px;
  color: #3e5876;
  font-size: 12px;
  line-height: 1.5;
}

.rk-ea-service li::before {
  position: absolute;
  left: 0;
  color: var(--ea-blue);
  content: "✓";
}


/* Method */

.rk-ea-section--navy {
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 135, 225, 0.25), transparent 30%),
    var(--ea-dark);
}

.rk-ea-heading--light h2 {
  color: #fff;
}

.rk-ea-heading--light > p {
  color: #c8d7e9;
}

.rk-ea-section--navy .rk-ea-eyebrow {
  color: #7ecaff;
}

.rk-ea-method-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 21px;
}

.rk-ea-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.rk-ea-step {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
}

.rk-ea-step > span {
  color: #6bc6ff;
  font-size: 12px;
  font-weight: 900;
}

.rk-ea-step h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.rk-ea-step p {
  margin: 0;
  color: #c8d7e9;
  font-size: 12px;
  line-height: 1.58;
}

.rk-ea-deliverables {
  padding: 23px;
  background: #fff;
  border-radius: 19px;
}

.rk-ea-deliverables h3 {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.4;
}

.rk-ea-deliverables ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rk-ea-deliverables li {
  position: relative;
  padding: 8px 0 8px 27px;
  color: #334f6f;
  border-top: 1px solid #e5edf5;
  font-size: 13px;
  line-height: 1.5;
}

.rk-ea-deliverables li:first-child {
  border-top: 0;
}

.rk-ea-deliverables li::before {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--ea-blue);
  font-weight: 900;
  content: "✓";
}


/* Final CTA */

.rk-ea-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  align-items: center;
  gap: 35px;
  padding: clamp(28px, 3.5vw, 40px);
  background:
    radial-gradient(circle at 95% 0%, rgba(8, 118, 225, 0.15), transparent 35%),
    #f1f7fe;
  border: 1px solid #cfe0f2;
  border-radius: 23px;
}

.rk-ea-final h2 {
  max-width: 780px;
  margin-bottom: 9px;
  font-size: clamp(28px, 2.8vw, 39px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.rk-ea-final p {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.rk-ea-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rk-ea-audience span {
  padding: 6px 11px;
  color: #305372;
  background: #fff;
  border: 1px solid #d2e1f0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.rk-ea-final__actions {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 13px;
}

.rk-ea-whatsapp {
  color: var(--ea-navy);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.rk-ea-whatsapp:hover {
  color: var(--ea-blue);
}


/* Layout Builder reset */

.node:has(.rk-ea-page) .node__content,
.node:has(.rk-ea-page) .layout,
.node:has(.rk-ea-page) .layout__region,
.node:has(.rk-ea-page) .layout__region > .block,
.node:has(.rk-ea-page) .field--name-body,
.node:has(.rk-ea-page) .field__item {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}


/* Tablet */

@media (max-width: 1050px) {
  .rk-ea-hero__grid,
  .rk-ea-method-layout {
    grid-template-columns: 1fr;
  }

  .rk-ea-hero__panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .rk-ea-panel-label {
    grid-column: 1 / -1;
  }

  .rk-ea-outcome {
    grid-template-columns: 1fr;
    align-content: start;
    border-top: 0;
  }

  .rk-ea-problems,
  .rk-ea-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rk-ea-heading--row {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}


/* Mobile */

@media (max-width: 767px) {
  .rk-ea-container {
    width: calc(100% - 30px);
  }

  .rk-ea-section {
    padding: 40px 0;
  }

  .rk-ea-hero {
    padding: 46px 0;
  }

  .rk-ea-hero__grid {
    gap: 29px;
  }

  .rk-ea-hero h1 {
    font-size: clamp(35px, 10vw, 46px);
  }

  .rk-ea-actions,
  .rk-ea-actions .rk-ea-btn {
    width: 100%;
  }

  .rk-ea-hero__panel,
  .rk-ea-problems,
  .rk-ea-services,
  .rk-ea-steps,
  .rk-ea-final {
    grid-template-columns: 1fr;
  }

  .rk-ea-heading {
    margin-bottom: 21px;
  }

  .rk-ea-problem,
  .rk-ea-service {
    min-height: 0;
  }

  .rk-ea-final {
    gap: 23px;
    padding: 25px 20px;
  }

  .rk-ea-final__actions {
    width: 100%;
  }
}

/* =========================================================
   ENTERPRISE ARCHITECTURE
   TYPOGRAPHY, SPACING & CTA OPTIMIZATION
========================================================= */

/* =========================
   ALIGNMENT
========================= */

.rk-ea-page .rk-ea-container {
  width: min(calc(100% - 48px), 1320px);
  margin-right: auto;
  margin-left: auto;
}

/* Hilangkan jarak bawaan Layout Builder */
.node:has(.rk-ea-page) .node__content,
.node:has(.rk-ea-page) .layout,
.node:has(.rk-ea-page) .layout__region,
.node:has(.rk-ea-page) .layout__region > .block,
.node:has(.rk-ea-page) .field--name-body,
.node:has(.rk-ea-page) .field__item {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* =========================
   SECTION SPACING
========================= */

.rk-ea-page .rk-ea-section {
  padding-top: clamp(44px, 4.5vw, 54px);
  padding-bottom: clamp(44px, 4.5vw, 54px);
}

.rk-ea-page .rk-ea-section--compact {
  padding-top: 40px;
  padding-bottom: 48px;
}

.rk-ea-page .rk-ea-hero {
  padding-top: clamp(50px, 5vw, 62px);
  padding-bottom: clamp(50px, 5vw, 62px);
}

.rk-ea-page .rk-ea-hero__grid {
  gap: clamp(34px, 4vw, 50px);
}

/* =========================
   FIX CSS CONFLICT
========================= */

/*
 * Class ini terkena aturan lama dari consulting-services.css.
 * Padding 84px atas dan bawah harus dihapus.
 */
.rk-ea-page .rk-ea-problems {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent;
}

/*
 * Audience pada final CTA juga terkena padding lama.
 */
.rk-ea-page .rk-ea-audience {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent;
}

/* =========================
   TYPOGRAPHY
========================= */

/* Hero tidak terlalu mendominasi */
.rk-ea-page .rk-ea-hero h1 {
  max-width: 760px;
  margin-bottom: 15px;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rk-ea-page .rk-ea-lead {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.65;
}

/* Judul section */
.rk-ea-page .rk-ea-heading {
  margin-bottom: 23px;
}

.rk-ea-page .rk-ea-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(28px, 2.8vw, 39px);
  line-height: 1.18;
}

.rk-ea-page .rk-ea-heading > p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.65;
}

/* Label section tetap kecil tetapi mudah dibaca */
.rk-ea-page .rk-ea-eyebrow {
  margin-bottom: 11px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

/* Jika CKEditor mengubah eyebrow CTA menjadi paragraph */
.rk-ea-page .rk-ea-final > div:first-child > p:first-child {
  margin: 0 0 11px;
  color: #0760b4;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* =========================
   HERO PANEL
========================= */

.rk-ea-page .rk-ea-hero__panel {
  padding: 24px 27px;
}

.rk-ea-page .rk-ea-panel-label {
  margin-bottom: 11px;
  font-size: 12px;
}

.rk-ea-page .rk-ea-outcome {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 0;
}

/* Nomor dapat berubah menjadi p setelah disimpan CKEditor */
.rk-ea-page .rk-ea-outcome > :first-child {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #6bc5ff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 900;
}

.rk-ea-page .rk-ea-outcome h3 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.35;
}

.rk-ea-page .rk-ea-outcome div p {
  margin: 0;
  color: #c9d8eb;
  font-size: 14px;
  line-height: 1.55;
}

/* =========================
   PROBLEM CARDS
========================= */

.rk-ea-page .rk-ea-problems {
  gap: 14px;
}

.rk-ea-page .rk-ea-problem {
  min-height: 0;
  padding: 20px;
  border-radius: 17px;
}

.rk-ea-page .rk-ea-problem > span,
.rk-ea-page .rk-ea-problem > p:first-child {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.2;
}

.rk-ea-page .rk-ea-problem h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.35;
}

.rk-ea-page .rk-ea-problem p {
  font-size: 14px;
  line-height: 1.58;
}

/* =========================
   SERVICE CARDS
========================= */

.rk-ea-page .rk-ea-services {
  gap: 15px;
}

.rk-ea-page .rk-ea-service {
  min-height: 0;
  padding: 22px;
  border-radius: 18px;
}

.rk-ea-page .rk-ea-service__number {
  width: 37px;
  height: 37px;
  margin-bottom: 14px;
}

.rk-ea-page .rk-ea-service h3 {
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 1.35;
}

.rk-ea-page .rk-ea-service > p {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.58;
}

.rk-ea-page .rk-ea-service ul {
  padding-top: 10px;
}

.rk-ea-page .rk-ea-service li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  line-height: 1.5;
}

/* =========================
   METHOD
========================= */

.rk-ea-page .rk-ea-method-layout {
  gap: 18px;
}

.rk-ea-page .rk-ea-steps {
  gap: 10px;
}

.rk-ea-page .rk-ea-step {
  min-height: 0;
  grid-template-columns: 33px minmax(0, 1fr);
  gap: 9px;
  padding: 17px;
}

.rk-ea-page .rk-ea-step h3 {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.35;
}

.rk-ea-page .rk-ea-step p {
  font-size: 13px;
  line-height: 1.55;
}

.rk-ea-page .rk-ea-deliverables {
  padding: 21px;
}

.rk-ea-page .rk-ea-deliverables h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.rk-ea-page .rk-ea-deliverables li {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

/* =========================
   BUTTONS
========================= */

.rk-ea-page .rk-ea-btn {
  min-height: 50px;
  padding: 12px 21px;
  margin: 0;
  border-radius: 11px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

/* Secondary hero button tetap terlihat sebagai CTA */
.rk-ea-page .rk-ea-btn--outline {
  color: #0c2859;
  background: #fff;
  border: 1px solid #bfcfe2;
}

.rk-ea-page .rk-ea-btn--outline:hover {
  color: #fff;
  background: #0c2859;
  border-color: #0c2859;
}

/* =========================
   FINAL CTA
========================= */

.rk-ea-page .rk-ea-final {
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 30px;
  padding: 30px;
  border-radius: 21px;
}

.rk-ea-page .rk-ea-final h2 {
  max-width: 750px;
  margin-bottom: 7px;
  font-size: clamp(28px, 2.7vw, 37px);
  line-height: 1.18;
}

.rk-ea-page .rk-ea-final > div:first-child > p:not(:first-child) {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.rk-ea-page .rk-ea-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rk-ea-page .rk-ea-audience span {
  padding: 6px 10px;
  font-size: 12px;
}

/* Kedua CTA final memiliki bobot visual yang jelas */
.rk-ea-page .rk-ea-final__actions {
  display: flex;
  width: 250px;
  flex-direction: column;
  gap: 10px;
}

/* Ubah link WhatsApp menjadi button */
.rk-ea-page .rk-ea-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 17px;
  color: #08794d;
  background: #fff;
  border: 1px solid #9cd8bd;
  border-radius: 11px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}

.rk-ea-page .rk-ea-whatsapp:hover {
  color: #fff;
  background: #08794d;
  border-color: #08794d;
  transform: translateY(-2px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {
  .rk-ea-page .rk-ea-heading--row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rk-ea-page .rk-ea-service {
    padding: 20px;
  }

  .rk-ea-page .rk-ea-final {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rk-ea-page .rk-ea-final__actions {
    width: min(100%, 520px);
    flex-direction: row;
  }

  .rk-ea-page .rk-ea-final__actions > a {
    flex: 1;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .rk-ea-page .rk-ea-container {
    width: calc(100% - 30px);
  }

  .rk-ea-page .rk-ea-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .rk-ea-page .rk-ea-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .rk-ea-page .rk-ea-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .rk-ea-page .rk-ea-heading {
    margin-bottom: 19px;
  }

  .rk-ea-page .rk-ea-final {
    padding: 23px 19px;
  }

  .rk-ea-page .rk-ea-final__actions {
    width: 100%;
    flex-direction: column;
  }

  .rk-ea-page .rk-ea-final__actions > a {
    width: 100%;
  }
}