/* ==========================================================================
   Extracted sections — Hero / From Your Problem To Your Tool / FAQ + CTA
   Sources: coldfusion-to-java-migration (hero, steps, FAQ)
            hpe-nonstop-modernization (closing CTA)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@400;500;600;700&display=swap');

@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-extrabold.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}

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

:root {
  --green:       #297907;
  --green-dark:  #1A4B05;
  --lime:        #BEFF00;
  --ink:         #0C021D;
  --muted:       #8A898A;
  --line:        #E4E6E1;
  --blue:        #1B4FD8;
  --display:     "FONTSPRING DEMO - Roc Grotesk", "Inter", Arial, sans-serif;
  --body:        Roboto, "Inter", Arial, sans-serif;
  --shell:       1280px;
}

html { scroll-behavior: smooth; }

body {
  background: #FFFFFF;
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }



/* ════════════════════════════════════════════════
   SECTION 1 — HERO
════════════════════════════════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  background: #060A04;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/services/sabretalk-migration/image/Get your SabreTalk code.webp") center/cover no-repeat;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background: linear-gradient(90deg, rgba(4, 8, 3, .92) 0%, rgba(4, 8, 3, .72) 48%, rgba(4, 8, 3, .55) 100%); */
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 0 40px;
  display: grid;
  grid-template-columns: 1.55fr 0.7fr;
  align-items: center;
  gap: 50px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.breadcrumb .star { display: inline-flex; }

.breadcrumb a {
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  text-decoration: none;
}

.breadcrumb a:hover { color: #BEFF00; }
.breadcrumb .sep { color: rgba(255, 255, 255, .45); }

.breadcrumb .cur {
  color: var(--lime);
  font-family: Manrope, var(--body);
  font-size: 14px;
  font-weight: 500;
}

.hero-headline {
  color: #FFF;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: 72px;
  font-weight: 700;
  line-height: 74px; /* 102.778% */
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.hero-body {
  max-width: 840px;
  color: #FFF;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-bottom: 32px;
}

.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }

.btn {
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 30px;
  transition: background .22s, color .22s, transform .15s;
}

.btn:active { transform: scale(.97); }

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.btn-primary {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid transparent;
  background:
    linear-gradient(#0D1100, #0D1100) padding-box,
    conic-gradient(
      from var(--angle),
      rgba(190, 255, 0, 0.25) 0deg,
      #BEFF00 50deg,
      rgba(190, 255, 0, 0.25) 100deg,
      rgba(190, 255, 0, 0.25) 360deg
    ) border-box;
  color: #BEFF00;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 35px;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(190, 255, 0, 0.40);
  animation: spinAngle 2.5s linear infinite;
}

@keyframes spinAngle {
  to { --angle: 360deg; }
}

.btn-primary:hover { background: var(--lime); color: #0D1100; }

.btn-secondary {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
}

.btn-secondary:hover { background: transparent; color: #FFFFFF; }

/* stat pills */
.hero-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.stat-pill {
  width: clamp(220px, 22vw, 270px);
  padding: 24px 34px;
  border-radius: 130px;
  border: 1px solid rgba(190, 255, 0, .20);
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(2px);
  transition: transform .3s, border-color .3s;
}

.stat-pill:hover { transform: translateY(-4px); border-color: rgba(190, 255, 0, .5); }

.stat-num {
  color: var(--lime);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1px;
}

.stat-lbl {
  color: #FFFFFF;
  font-family: Manrope, var(--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 4px;
}

/* trusted by */
.trusted {
  position: relative;
  z-index: 2;
  padding: 10px 0 44px;
}

.trusted-label {
  text-align: center;
  color: #FFFFFF;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.slider-outer {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.slider-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 8s linear infinite;
}

.slider-outer:hover .slider-track { animation-play-state: paused; }

.logo-item {
  flex: 0 0 auto;
  padding: 0 42px;
}

.logo-item img {
  height: 75px;
  width: auto;
  opacity: .85;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 1000px) {
.hero-content { grid-template-columns: 1fr; padding: 60px 0 30px; gap: 36px; }
.hero-headline { font-size: 38px; line-height: 48px; }
.hero-stats { flex-direction: row; flex-wrap: wrap; align-items: stretch; }
.stat-pill { width: auto; flex: 1 1 100px; }
}

@media (max-width: 600px) {
.hero-content { padding: 44px 20px 26px; }
.hero-headline { font-size: 29px; line-height: 38px; }
.hero-headline br { display: none; }
.hero-body { font-size: 14px; line-height: 24px; }
.hero-btns { flex-direction: column; }
.btn { width: 100%; }
.hero-stats { flex-direction: column; }
.stat-pill { width: 100%; }
.logo-item { padding: 0 26px; }
}





/* ════════════════════════════════════════════════
   SECTION 2 — PROOF: DELTA PILOT
════════════════════════════════════════════════ */
.dow { background: #FFFFFF; padding: clamp(48px, 5.7vw, 82px) 20px 0; }

.dow-card {
  max-width: 1216px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  padding: clamp(28px, 3.5vw, 50px) clamp(24px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.dow-title {
  color: #0C021D;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -1.2px;
  margin-bottom: clamp(18px, 2vw, 26px);
}

.dow-accent { color: var(--green); }

.dow-body {
  color: #5C6672;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.1px;
}

.dow-body + .dow-body { margin-top: 18px; }

.dow-right {
  border-left: 1px solid #EDEDED;
  padding-left: clamp(24px, 6.2vw, 89px);
  margin-left: clamp(24px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dow-stat { border-top: 1px solid #C5C6D1; padding: clamp(16px, 1.7vw, 24px) 0; }
.dow-stat:last-child { border-bottom: 1px solid #C5C6D1; }

.dow-num {
  color: #0C021D;
  font-family: "roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.dow-lbl {
  color: #3A4250;
  font-family: Inter, Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

@media (max-width: 860px) {
.dow-card { grid-template-columns: 1fr; }
.dow-right { border-left: 0; padding-left: 0; margin-left: 0; margin-top: 28px; }
}

@media (max-width: 600px) {
.dow { padding: 44px 20px 0; }

.move-pill{
  transform: translateX(-60px);
}
.dow-num { font-size: 32px; line-height: 38px; }
}

.move-pill{
  transform: translateX(-60px);
}

/* badge above the proof headline, and a vertically centred left column */
.dow-card { align-items: center; }

.dow-badge { display: flex; margin-bottom: 14px; }

.dow-badge span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background: var(--green);
  color: #FFF;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ════════════════════════════════════════════════
   SECTION 3 — WHY SABRETALK IS A SPECIAL CASE
════════════════════════════════════════════════ */
.sgn { background: #FFFFFF; padding: clamp(48px, 6.9vw, 99px) 20px 0; }

.sgn-inner { max-width: 1216px; margin: 0 auto; }

.sgn-badge { display: flex; justify-content: center; margin-bottom: 13px; }

.sgn-badge span {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 50px;
  border: 1px solid #C7CBDB;
  background: var(--green);
  box-shadow: 0 1px 4px 0 rgba(32, 41, 76, 0.10);
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.sgn-title {
  color: #000000;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: clamp(26px, 3.2vw, 46px);
}

.sgn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.sgn-card {
  position: relative;
  border-radius: 20px;
  background: var(--green);
  padding: clamp(24px, 2.8vw, 40px);
  min-height: 275px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}

.sgn-card.is-dark { background: var(--green-dark); }

.sgn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(26, 75, 5, .28);
}

.sgn-mark {
  display: block;
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: var(--lime);
  margin-bottom: clamp(18px, 1.6vw, 22px);
}

.sgn-card-title {
  color: #FFFFFF;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.sgn-card-body {
  color: rgba(255, 255, 255, 0.78);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
}

@media (max-width: 1024px) {
.sgn-grid { grid-template-columns: repeat(2, 1fr); }
.sgn-card { min-height: 0; }
}

@media (max-width: 600px) {
.sgn { padding: 48px 20px; }
.sgn-title { font-size: 28px; line-height: 36px; }
.sgn-grid { grid-template-columns: 1fr; }
.sgn-mark { margin-bottom: 18px; }
}


/* lede paragraph under the section title */
.sgn-lede {
  max-width: 1000px;
  margin: -18px auto clamp(26px, 3vw, 40px);
  color: #5C6672;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.1px;
}

@media (max-width: 600px) {
.sgn-lede { margin-top: -6px; text-align: left; }
}

/* ════════════════════════════════════════════════
   SECTION 4 — TARGETS
════════════════════════════════════════════════ */
.esh { background: #FFFFFF; padding: clamp(48px, 6.6vw, 95px) 20px 0; }

.esh-card {
  max-width: 1270px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 28px;
  padding: clamp(28px, 2.7vw, 39px) clamp(16px, 1.6vw, 23px);
}

.esh-badge { display: flex; justify-content: center; margin-bottom: 13px; }
.esh-badge.is-second { margin-top: clamp(26px, 3vw, 42px); margin-bottom: clamp(18px, 2vw, 28px); }

.esh-badge span {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 50px;
  border: 1px solid #C7CBDB;
  background: var(--green);
  box-shadow: 0 1px 4px 0 rgba(32, 41, 76, 0.10);
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.esh-title {
  color: #000000;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: clamp(26px, 3.1vw, 44px);
  text-align: center;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -1.2px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

/* language chips */
.lang-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 987px;
  margin: 0 auto clamp(26px, 3.2vw, 46px);
}

.lang-chip {
  border-radius: 12px;
  background: #F8F9FA;
  padding: 21px 22px;
  min-height: 75px;
  color: #0C021D;
  font-family: Inter, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  transition: background .25s ease;
}

.lang-chip:hover { background: #F1F4F6; }

.lang-mark {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #C6DCDE;
  margin-bottom: 14px;
}
.footer-cta {
  display: none;
}
.footer-section {
    border-radius: 0 0;}
.esh-notes { text-align: center; margin-bottom: clamp(10px, 1vw, 14px); }

.esh-notes p {
  color: #5C6672;
  font-family: Roboto;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.esh-notes a {
  color: var(--green);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
.lang-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (max-width: 520px) {
.lang-grid { grid-template-columns: 1fr; }
}



/* target chips — logo above the language name */
.tgt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 987px;
  margin: 0 auto clamp(24px, 2.8vw, 38px);
}

.tgt-chip {
  border-radius: 12px;
  background: #F8F9FA;
  padding: 21px 22px 18px;
  transition: background .25s ease;
}

.tgt-chip:hover { background: #F1F4F6; }

.tgt-mark {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #C6DCDE;
  margin-bottom: 14px;
}

.tgt-logo { height: 38px; width: auto; margin-bottom: 14px; }

.tgt-name {
  color: #0C021D;
  font-family: Inter, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 860px) {
.tgt-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (max-width: 520px) {
.tgt-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════
   SECTION 5 — HOW THE MIGRATION RUNS
   Shared block. Used by "What We Build" and
   "Track Record". Green header, cream label column,
   white description column.
════════════════════════════════════════════════ */
.mtb { background: #FFFFFF; padding: clamp(48px, 7vw, 100px) 20px 0; }

.mtb-inner { max-width: 984px; margin: 0 auto; }

.mtb-badge { display: flex; justify-content: center; margin-bottom: 13px; }

.mtb-badge span {
  display: inline-block;
  padding: 9px 24px;
  border-radius: 50px;
  border: 1px solid #C7CBDB;
  background: var(--green);
  box-shadow: 0 1px 4px 0 rgba(32, 41, 76, 0.10);
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.mtb-title {
  color: #000000;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.2px;
  margin-bottom: clamp(26px, 3.2vw, 46px);
}

.mtb-table-wrap {
  border: 1px solid #E4E6E1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(12, 2, 29, 0.04);
}

.mtb-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #FFFFFF;
}

/* header row */
.mtb-table thead th {
  background: var(--green);
  color: #FFFFFF;
  font-family: Inter, Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  padding: 19px clamp(18px, 3vw, 42px);
}

.mtb-table thead th:first-child { width: 50%; }

/* label column */
.mtb-table tbody th {
  background: #F3F8E7;
  color: #0C021D;
  font-family: Inter, Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  padding: 15px clamp(18px, 3vw, 42px);
  border-top: 1px solid #E4E6E1;
}

/* description column */
.mtb-table tbody td {
  color: #5C6672;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  padding: 15px clamp(18px, 3vw, 42px);
  border-top: 1px solid #E4E6E1;
  border-left: 1px solid #E4E6E1;
}

.mtb-table tbody tr:first-child th,
.mtb-table tbody tr:first-child td { border-top: 0; }

@media (max-width: 700px) {
.mtb { padding: 40px 20px; }
.mtb-title { font-size: 27px; line-height: 35px; }
.mtb-table thead th { font-size: 14px; padding: 14px 16px; }
.mtb-table thead th:first-child { width: 40%; }
.mtb-table tbody th { font-size: 13.5px; padding: 16px; }
.mtb-table tbody td { font-size: 14px; line-height: 24px; padding: 16px; }
}


/* ════════════════════════════════════════════════
   SECTION 6 — RELATED SERVICES
════════════════════════════════════════════════ */
.rls { background: #FFFFFF; padding: clamp(56px, 7vw, 101px) 20px 0; }

.rls-panel {
  position: relative;
  max-width: 1136px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: #0A1200 url("/services/sabretalk-migration/image/Related services Get your SabreTalk code.webp") center/cover no-repeat;
  padding: clamp(28px, 3vw, 40px) clamp(22px, 9.5vw, 136px);
}

/* dark green wash over the photo */
.rls-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(10, 18, 0, 0.86) 0%, rgba(10, 18, 0, 0.86) 100%),
    radial-gradient(60% 120% at 50% 0%, rgba(41, 121, 7, 0.35) 0%, rgba(10, 18, 0, 0) 70%);
  pointer-events: none;
}

.rls-content { position: relative; z-index: 1; }

.rls-badge { display: flex; justify-content: center; margin-bottom: clamp(18px, 1.6vw, 22px); }

.rls-badge span {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #FFFFFF;
  font-family: Inter, Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rls-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: 0;
}

.rls-cols .rls-col:first-child { justify-self: start; }
.rls-cols .rls-col:last-child  { justify-self: end; }

.rls-col {
  position: relative;
  max-width: 330px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 0;
}

/* thin rule between the two columns */
.rls-col + .rls-col::before {
  content: '';
  position: absolute;
  left: calc(clamp(24px, 4vw, 64px) / -2);
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 76px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 2px;
}

.rls-link {
  color: var(--lime);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.rls-link:hover { color: #FFFFFF; }

@media (max-width: 760px) {
.rls-cols { grid-template-columns: 1fr; gap: 22px; }
.rls-col { font-size: 15.5px; line-height: 27px; max-width: none; }
.rls-cols { padding: 0; }
.rls-cols .rls-col:last-child { justify-self: start; }
.rls-col + .rls-col::before {
  left: 0;
  top: -11px;
  transform: none;
  width: 64px;
  height: 2px;
}
}


/* ════════════════════════════════════════════════
   SECTION 7 — FAQ
════════════════════════════════════════════════ */
.faq {
  position: relative;
  background: #ffffff;
  color: #16201a;
  padding: clamp(56px, 8vw, 116px) 20px clamp(56px, 6.8vw, 98px);
  overflow: hidden;
}

.faq::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.3;
  background: url("/services/sabretalk-migration/image/bg-gradient.svg") center/cover no-repeat;
  pointer-events: none;
}

.faq-inner { position: relative; z-index: 1; max-width: 648px; margin: 0 auto; padding: 0; }

.faq-badge { display: flex; justify-content: center; margin-bottom: clamp(16px, 1.6vw, 20px); }

.faq-badge span {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #C7CBDB;
  background: #297907;
  box-shadow: 0 1px 4px 0 rgba(32, 41, 76, 0.10);
  padding: 12px 25px;
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}

.faq-title {
  color: #000;
  text-align: center;
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.44px;
  margin-bottom: clamp(26px, 3.3vw, 48px);
}

.faq-label {
  color: #676D79;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  margin-bottom: clamp(18px, 2.7vw, 39px);
}

.faq-list { display: flex; flex-direction: column; gap: 21px; }

.faq-item {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 1px 0 rgba(31, 34, 41, 0.24), 0 2px 6px 0 rgba(31, 34, 41, 0.04);
  overflow: hidden;
}

.faq-item.is-extra { display: none; }

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1A1D23;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding: clamp(15px, 1.3vw, 18px) clamp(18px, 1.7vw, 24px);
}

.faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  transition: transform .3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #3a7afe;
  border-radius: 2px;
}

.faq-icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq-icon::after  { left: 8px; top: 0; width: 2px; height: 18px; }

.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }

.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.faq-q[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.faq-answer-inner { overflow: hidden; }

.faq-answer-inner p {
  padding: 0 clamp(18px, 2vw, 24px) clamp(16px, 2.2vh, 20px);
  color: #6a766f;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.7;
}

.faq-more { display: flex; justify-content: center; margin-top: clamp(24px, 4vh, 38px); }

.faq-more button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: none;
  border-radius: 48px;
  background: #FFF;
  box-shadow: 0 0 0 1px #E1E5EB inset, 0 1px 3px 0 rgba(31, 34, 41, 0.08);
  padding: 11px 22px;
  color: #2D3139;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  cursor: pointer;
  transition: background .2s;
}

.faq-more button:hover { background: #f5f6f3; }
.faq-more button svg { width: 16px; height: 16px; color: #3a7afe; }

.faq-q:focus-visible,
.faq-more button:focus-visible { outline: 2px solid #2f9438; outline-offset: 2px; }

@media (max-width: 640px) {
.faq-title { font-size: 30px; line-height: 40px; }
.faq-title br { display: none; }
.faq { padding: 40px 20px;}
}



/* ════════════════════════════════════════════════
   CLOSING CTA  (from hpe-nonstop-modernization)
════════════════════════════════════════════════ */
.hpe-cta{
    position:relative;
    overflow:hidden;
    border-radius:34px 34px 0 0;
    min-height:430px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:90px 20px;
    background:#020202;
}

.hpe-cta-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hpe-cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.38);
}

.hpe-cta-content{
    position:relative;
    z-index:2;
    width:69%;
}

.hpe-cta-heading{
    color: #FFF;
    text-align: center;
    font-family: "FONTSPRING DEMO - Roc Grotesk", Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.9px;
    margin-bottom: 20px;
}

.hpe-cta-description{
    font-family: Roboto;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom:40px;
}

.hpe-cta-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.green-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    border-radius: 50px;
    background: #0D1100;
    padding: 20px;
    font-family: Inter, sans-serif;
    color: #BEFF00;
    box-shadow: 0 0 10px 0 rgba(190, 255, 0, 0.40);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
}

/* Rotating light — square, oversized, centered */
.green-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    aspect-ratio: 1;
    translate: -50% -50%;

    background: conic-gradient(
        from 0deg,
        rgba(190, 255, 0, 0) 0deg,
        #BEFF00 45deg,
        rgba(190, 255, 0, 0) 90deg,
        rgba(190, 255, 0, 0) 360deg
    );

    animation: rotateBorder 2.5s linear infinite;
    z-index: -2;
}

/* Inner fill — the gap left around it is your border */
.green-btn::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50px;
    background: #0D1100;
    z-index: -1;
}

@keyframes rotateBorder {
    to { transform: rotate(360deg); }
}


/*  footer sec hide  */

.hpe-page .footer-cta {
  display: none;
}


.hpe-page .footer-section{
  border-radius: 0px !important;
}
