.elementor-1698 .elementor-element.elementor-element-14cda02{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1698 .elementor-element.elementor-element-8d5bcee{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1698 .elementor-element.elementor-element-191fd85{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1698 .elementor-element.elementor-element-e106a29{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1698 .elementor-element.elementor-element-55ccc99{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1698 .elementor-element.elementor-element-21c3c42{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1698 .elementor-element.elementor-element-1f9d598b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5471c69 */.ge-energy-transition-hero {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-yellow: #f2c200;
  --ge-white: #ffffff;
  --ge-max-width: 1280px;

  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding: clamp(110px, 10vw, 160px) 24px 90px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #06163a;
}

.ge-energy-transition-hero__bg,
.ge-energy-transition-hero__bg img,
.ge-energy-transition-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-energy-transition-hero__bg {
  z-index: -3;
  overflow: hidden;
}

.ge-energy-transition-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-energy-transition-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 22, 58, 0.78) 0%, rgba(6, 22, 58, 0.52) 40%, rgba(6, 22, 58, 0.28) 74%, rgba(6, 22, 58, 0.40) 100%),
    linear-gradient(180deg, rgba(6, 22, 58, 0.12) 0%, rgba(6, 22, 58, 0.24) 42%, rgba(6, 22, 58, 0.72) 100%);
}

.ge-energy-transition-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 26, 92, 0) 0%, rgba(7, 26, 92, 0.58) 100%);
}

.ge-energy-transition-hero__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-energy-transition-hero__content {
  max-width: 780px;
}

.ge-energy-transition-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ge-energy-transition-hero__title {
  margin: 0 0 18px;
  color: var(--ge-white);
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 10ch;
}

.ge-energy-transition-hero__text {
  margin: 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.ge-energy-transition-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ge-energy-transition-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-energy-transition-hero__btn:hover {
  transform: translateY(-1px);
}

.ge-energy-transition-hero__btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-energy-transition-hero__btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-energy-transition-hero__btn--secondary {
  background: #ffd42a;
  color: var(--ge-navy);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ge-energy-transition-hero__btn--secondary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

@media (max-width: 767px) {
  .ge-energy-transition-hero {
    min-height: 560px;
    padding: 96px 20px 44px;
  }

  .ge-energy-transition-hero__title {
    max-width: 9ch;
  }

  .ge-energy-transition-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-energy-transition-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-energy-transition-hero__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f0a07f */.ge-energy-roadmap {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 14px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 28px 24px 72px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-energy-roadmap__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-energy-roadmap__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.ge-energy-roadmap__content,
.ge-energy-roadmap-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
}

.ge-energy-roadmap__content {
  padding: clamp(28px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ge-energy-roadmap__eyebrow,
.ge-energy-roadmap-card__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-energy-roadmap__title {
  margin: 0 0 18px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

.ge-energy-roadmap__text,
.ge-energy-roadmap-card__text {
  margin: 0 0 16px;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.8;
  max-width: 62ch;
}

.ge-energy-roadmap__text:last-of-type {
  margin-bottom: 0;
}

.ge-energy-roadmap-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.ge-energy-roadmap-card__title {
  margin: 0 0 12px;
  color: var(--ge-navy);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 12ch;
}

.ge-energy-roadmap-card__steps {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.ge-energy-roadmap-card__step {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-energy-roadmap-card__step strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-blue-dark);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.ge-energy-roadmap-card__step span {
  display: block;
  color: var(--ge-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .ge-energy-roadmap__grid {
    grid-template-columns: 1fr;
  }

  .ge-energy-roadmap__title {
    max-width: 18ch;
  }
}

@media (max-width: 767px) {
  .ge-energy-roadmap {
    padding: 20px 20px 48px;
  }

  .ge-energy-roadmap__content,
  .ge-energy-roadmap-card {
    border-radius: 20px;
  }

  .ge-energy-roadmap__content,
  .ge-energy-roadmap-card {
    padding: 22px;
  }

  .ge-energy-roadmap__text,
  .ge-energy-roadmap-card__text {
    font-size: 15px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdfec75 */.ge-energy-objectives {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 18px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-energy-objectives__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-energy-objectives__intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.ge-energy-objectives__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-energy-objectives__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-energy-objectives__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-energy-objectives__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ge-energy-objective-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--ge-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ge-energy-objective-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(7, 22, 58, 0.12);
}

.ge-energy-objective-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f4ff;
}

.ge-energy-objective-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-energy-objective-card__content {
  padding: 22px;
  display: grid;
  gap: 10px;
}

.ge-energy-objective-card__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-energy-objective-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.ge-energy-objective-card__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* Color accents per pillar */
.ge-energy-objective-card--expansion .ge-energy-objective-card__eyebrow {
  color: #0d27d9;
}

.ge-energy-objective-card--conversion .ge-energy-objective-card__eyebrow {
  color: #0a8f5a;
}

.ge-energy-objective-card--development .ge-energy-objective-card__eyebrow {
  color: #f2c200;
}

/* Responsive */
@media (max-width: 1024px) {
  .ge-energy-objectives__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-energy-objectives {
    padding: 0 20px 56px;
  }

  .ge-energy-objective-card {
    border-radius: 20px;
  }

  .ge-energy-objective-card__content {
    padding: 18px;
  }

  .ge-energy-objectives__text {
    font-size: 15px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4401c23 */.ge-energy-wind {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-energy-wind__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-energy-wind__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.ge-energy-wind__eyebrow,
.ge-energy-wind__content-eyebrow,
.ge-energy-wind__timeline-label {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-energy-wind__title {
  margin: 0 0 14px;
  color: var(--ge-blue);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-energy-wind__text,
.ge-energy-wind__media-copy p,
.ge-energy-wind__timeline-text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.ge-energy-wind__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 22px;
  align-items: stretch;
}

.ge-energy-wind__media-column,
.ge-energy-wind__content {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
}

.ge-energy-wind__media-column {
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.ge-energy-wind__featured-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 22px;
  background: var(--ge-surface-alt);
  margin-bottom: 14px;
}

.ge-energy-wind__featured-media img,
.ge-energy-wind__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ge-energy-wind__thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ge-energy-wind__thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ge-surface-alt);
  border: 1px solid rgba(13, 23, 48, 0.08);
}

.ge-energy-wind__media-copy {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 2px 2px 0;
}

.ge-energy-wind__content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ge-energy-wind__content-title {
  margin: 0 0 20px;
  color: var(--ge-navy);
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.025em;
  max-width: 15ch;
}

.ge-energy-wind__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ge-energy-wind__stat {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-energy-wind__stat-value {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-blue-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ge-energy-wind__stat-label {
  display: block;
  color: var(--ge-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

.ge-energy-wind__timeline {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.ge-energy-wind__timeline-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(13, 23, 48, 0.08);
}

.ge-energy-wind__timeline-label {
  margin: 0 0 6px;
}

@media (max-width: 1100px) {
  .ge-energy-wind__grid {
    grid-template-columns: 1fr;
  }

  .ge-energy-wind__content {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-energy-wind {
    padding: 0 20px 56px;
  }

  .ge-energy-wind__text,
  .ge-energy-wind__media-copy p,
  .ge-energy-wind__timeline-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-energy-wind__media-column,
  .ge-energy-wind__content {
    border-radius: 20px;
    padding: 20px;
  }

  .ge-energy-wind__featured-media {
    border-radius: 16px;
  }

  .ge-energy-wind__thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge-energy-wind__stats {
    grid-template-columns: 1fr;
  }

  .ge-energy-wind__thumb {
    border-radius: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21c3c42 */.ge-energy-metrics {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-yellow: #f2c200;
  --ge-muted: #667085;
  --ge-white: #ffffff;
  --ge-max-width: 1280px;

  padding: 0 24px 24px;
  background: linear-gradient(180deg, #eef3ff 0%, #e6edff 100%);
}

.ge-energy-metrics__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 20px 48px rgba(7, 22, 58, 0.16);
}

.ge-energy-metrics__intro {
  max-width: 720px;
  margin-bottom: 28px;
}

.ge-energy-metrics__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-energy-metrics__title {
  margin: 0 0 12px;
  color: var(--ge-white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-energy-metrics__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.75;
  max-width: 56ch;
}

.ge-energy-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ge-energy-metric {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.ge-energy-metric:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

.ge-energy-metric__value {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-yellow);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-energy-metric__label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ge-energy-metric__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .ge-energy-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ge-energy-metrics {
    padding: 0 20px 24px;
  }

  .ge-energy-metrics__shell {
    padding: 22px;
    border-radius: 22px;
  }

  .ge-energy-metrics__grid {
    grid-template-columns: 1fr;
  }

  .ge-energy-metric {
    border-radius: 18px;
    padding: 18px;
  }

  .ge-energy-metric__value {
    font-size: 24px;
  }

  .ge-energy-metrics__text {
    font-size: 15px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59c2bfb6 */.ge-pipeline-cta {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-white: #ffffff;
  --ge-muted-light: rgba(255, 255, 255, 0.78);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #eef3ff 0%, #e8efff 100%);
}

.ge-pipeline-cta__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 20px 48px rgba(7, 22, 58, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ge-pipeline-cta__content {
  max-width: 760px;
}

.ge-pipeline-cta__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-cta__title {
  margin: 0 0 14px;
  color: var(--ge-white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

.ge-pipeline-cta__text {
  margin: 0;
  color: var(--ge-muted-light);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-pipeline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ge-pipeline-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-pipeline-cta-btn:hover {
  transform: translateY(-1px);
}

.ge-pipeline-cta-btn--primary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--primary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-pipeline-cta-btn--secondary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--secondary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-pipeline-cta-btn--ghost {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--ghost:hover {
  background: #ffd42a;
  color: #06163a;
}

@media (max-width: 1024px) {
  .ge-pipeline-cta__shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ge-pipeline-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-cta {
    padding: 0 20px 56px;
  }

  .ge-pipeline-cta__shell {
    padding: 22px;
    border-radius: 22px;
    gap: 20px;
  }

  .ge-pipeline-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-cta__actions {
    width: 100%;
  }

  .ge-pipeline-cta__actions .ge-pipeline-cta-btn {
    width: 100%;
  }
}/* End custom CSS */