/* =========================================
   GATEWAY CREDITHOME / ASIRAHOME
========================================= */

/* ===== RESET / BASE ===== */
html,
body.page-template-page-gateway {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: #08111d;
}

body.page-template-page-gateway {
  color: #ffffff;
}

/* ===== OCULTAR ESTRUCTURA ASTRA ===== */
body.page-template-page-gateway header,
body.page-template-page-gateway footer,
body.page-template-page-gateway #masthead,
body.page-template-page-gateway #colophon,
body.page-template-page-gateway .ast-mobile-header-wrap,
body.page-template-page-gateway .ast-above-header-wrap,
body.page-template-page-gateway .ast-below-header-wrap,
body.page-template-page-gateway .ast-footer-wrap,
body.page-template-page-gateway .site-header,
body.page-template-page-gateway .site-footer {
  display: none !important;
}

body.page-template-page-gateway .site,
body.page-template-page-gateway .site-content,
body.page-template-page-gateway .ast-container,
body.page-template-page-gateway .ast-container-fluid,
body.page-template-page-gateway .content-area,
body.page-template-page-gateway .site-main,
body.page-template-page-gateway .entry-content,
body.page-template-page-gateway article,
body.page-template-page-gateway .post,
body.page-template-page-gateway .page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.page-template-page-gateway .entry-content > *:not(#gateway-credithome) {
  display: none !important;
}

/* ===== ESTRUCTURA GENERAL ===== */
.gateway-page,
#gateway-credithome {
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #ffffff;
  overflow: visible;
}

.gateway-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
}

.gateway-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}

.gateway-narrow {
  max-width: 980px;
}

/* ===== FONDO GLOBAL ===== */
.gateway-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #08111d;
  pointer-events: none;
}

.gateway-bg__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.gateway-bg__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.40) 42%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.22) 0%, rgba(7, 13, 24, 0.42) 30%, rgba(7, 13, 24, 0.72) 70%, rgba(7, 13, 24, 0.90) 100%);
  pointer-events: none;
}

/* ===== HIGHLIGHTS ===== */
.gateway-highlight {
  color: #e2b85c;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(226, 184, 92, 0.18);
}

.gateway-highlight-soft {
  color: #ffffff;
  font-weight: 700;
}

/* ===== SECCIONES ===== */
.gateway-section {
  position: relative;
  padding: 120px 0;
}

.gateway-last {
  padding-bottom: 140px;
}

/* ===== HERO ===== */
.gateway-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 0 24px;
  box-sizing: border-box;
}

.gateway-hero.gateway-reveal {
  opacity: 1;
  transform: none;
}

.gateway-hero .gateway-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gateway-hero__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 15px;
}

.gateway-hero__logo {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.45));
}

.gateway-hero__eyebrow {
  display: block;
  width: 100%;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.gateway-hero__title {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: clamp(42px, 5.8vw, 86px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

.gateway-hero__subtitle {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
  font-size: clamp(19px, 1.8vw, 28px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
  text-wrap: balance;
}

.gateway-hero__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  justify-content: center;
}

/* ===== SCROLL INDICATOR ===== */
.gateway-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 34px auto 0;
  text-align: center;
}

.gateway-scroll__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.gateway-scroll__line {
  display: block;
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.08) 100%);
  animation: gatewayScrollFloat 1.8s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes gatewayScrollFloat {
  0% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(8px);
  }
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
}

/* ===== HEADINGS SECCIONES ===== */
.gateway-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.gateway-heading__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.gateway-heading__title {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}

.gateway-heading__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

/* ===== GLASS ===== */
.gateway-glass {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.045) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 28px;
  box-sizing: border-box;
  overflow: hidden;
}

.gateway-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 42%);
  pointer-events: none;
}

/* ===== TRUST ===== */
.gateway-trust {
  padding: 30px;
}

/* ===== CARDS HERO ===== */
.gateway-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  padding: 34px 32px;
  border-radius: 24px;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-sizing: border-box;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.gateway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.00) 46%);
  pointer-events: none;
}

.gateway-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.30);
}

.gateway-card__title {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.gateway-card__text {
  display: block;
  max-width: 90%;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  position: relative;
  z-index: 1;
}

.gateway-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.gateway-card__cta::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.25s ease;
}

.gateway-card:hover .gateway-card__cta::after {
  transform: translateX(4px);
}

/* ===== GRID 2 ===== */
.gateway-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gateway-panel {
  padding: 34px 32px;
}

.gateway-panel h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.1;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.gateway-panel p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  z-index: 1;
}

/* ===== SERVICES ===== */
.gateway-services {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.gateway-services .gateway-service {
  grid-column: span 2;
}

/* Últimas 2 cards centradas en la segunda fila */
.gateway-services .gateway-service:nth-child(4) {
  grid-column: 2 / span 2;
}

.gateway-services .gateway-service:nth-child(5) {
  grid-column: 4 / span 2;
}

.gateway-service {
  padding: 24px 22px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

/* ===== FINAL ===== */
.gateway-final {
  text-align: center;
  padding: 42px 34px;
}

.gateway-final__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.gateway-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease,
    box-shadow 0.25s ease;
}

.gateway-btn:hover {
  transform: translateY(-2px);
}

.gateway-btn--primary {
  background: #ffffff;
  color: #08111d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.gateway-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ===== REVEAL ===== */
.gateway-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.gateway-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   GATEWAY · REDES / CONTACTO / LEGAL
========================================= */

.gateway-social-card {
  padding: 30px 28px;
}

.gateway-social-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.gateway-social-card__top h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  color: #ffffff;
}

.gateway-social-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #08111d;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    box-shadow 0.25s ease;
}

.gateway-social-card__link:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.gateway-social-card__text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  z-index: 1;
}

.gateway-social-card__feed {
  position: relative;
  z-index: 1;
  min-height: 260px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.gateway-social-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.025) 100%);
}

.gateway-footer-info {
  padding-top: 0;
  padding-bottom: 44px;
}

.gateway-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 28px 30px;
}

.gateway-contact-strip__block {
  position: relative;
  z-index: 1;
}

.gateway-contact-strip__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.gateway-contact-strip__value {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #ffffff;
}

.gateway-legal {
  position: relative;
  z-index: 2;
  padding: 0 0 36px;
}

.gateway-legal__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.gateway-legal__copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

.gateway-legal__links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gateway-legal__links a {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.gateway-legal__links a:hover {
  color: #ffffff;
  opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .gateway-hero__logo {
    max-width: 160px;
  }

  .gateway-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gateway-services .gateway-service,
  .gateway-services .gateway-service:nth-child(4),
  .gateway-services .gateway-service:nth-child(5) {
    grid-column: auto;
  }

  .gateway-contact-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gateway-section {
    padding: 84px 0;
  }

  .gateway-last {
    padding-bottom: 100px;
  }

  .gateway-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gateway-bg {
    position: fixed;
    inset: 0;
    will-change: auto;
  }

  .gateway-bg__video {
    object-position: center center;
  }

  .gateway-hero {
    min-height: 100svh;
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .gateway-hero__logo-wrap {
    margin: 0 auto 20px;
  }

  .gateway-hero__logo {
    max-width: 130px;
  }

  .gateway-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .gateway-hero__title {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.02;
  }

  .gateway-hero__subtitle {
    margin-bottom: 28px;
    font-size: 18px;
  }

  .gateway-hero__cards,
  .gateway-grid-2,
  .gateway-services {
    grid-template-columns: 1fr;
  }

  .gateway-card,
  .gateway-panel,
  .gateway-final,
  .gateway-glass {
    padding: 24px 22px;
  }

  .gateway-btn {
    width: 100%;
    min-width: 0;
  }

  .gateway-social-card {
    padding: 24px 22px;
  }

  .gateway-social-card__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .gateway-social-card__top h3 {
    font-size: 24px;
  }

  .gateway-social-card__feed,
  .gateway-social-card__placeholder {
    min-height: 220px;
  }

  .gateway-contact-strip {
    padding: 24px 22px;
    gap: 18px;
  }

  .gateway-legal {
    padding: 0 0 28px;
  }

  .gateway-legal__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .gateway-legal__links {
    justify-content: flex-start;
    gap: 12px 16px;
  }
}

@media (max-width: 640px) {
  .gateway-services {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gateway-reveal,
  .gateway-reveal.is-visible,
  .gateway-card,
  .gateway-btn,
  .gateway-scroll__line {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* =========================================
   GATEWAY · SOCIALS CURADOS
========================================= */

.gateway-social-card{
  padding:30px 28px;
}

.gateway-social-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
  position:relative;
  z-index:1;
}

.gateway-social-card__label{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.58);
}

.gateway-social-card__top h3{
  margin:0;
  font-size:28px;
  line-height:1.08;
  color:#ffffff;
}

.gateway-social-card__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#08111d;
  background:#ffffff;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  transition:
    transform .25s ease,
    opacity .25s ease,
    box-shadow .25s ease;
}

.gateway-social-card__link:hover{
  transform:translateY(-2px);
  opacity:.96;
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}

.gateway-social-card__text{
  margin:0 0 22px;
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
  position:relative;
  z-index:1;
}

.gateway-social-highlights{
  display:grid;
  gap:14px;
  position:relative;
  z-index:1;
}

.gateway-social-highlight{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:18px;
  padding:18px 18px 16px;
}

.gateway-social-highlight__tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.82);
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.gateway-social-highlight h4{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.25;
  color:#ffffff;
}

.gateway-social-highlight p{
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,.72);
}

@media (max-width:767px){
  .gateway-social-card{
    padding:24px 22px;
  }

  .gateway-social-card__top{
    flex-direction:column;
    align-items:flex-start;
  }

  .gateway-social-card__top h3{
    font-size:24px;
  }

  .gateway-social-highlight h4{
    font-size:18px;
  }
}
/* =========================================
   GATEWAY · META FINAL / SOCIALS / LEGAL
========================================= */

.gateway-meta {
  position: relative;
  padding: 0 0 44px;
}

.gateway-meta__top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 10px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.gateway-meta__item {
  min-width: 0;
}

.gateway-meta__label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.50);
}

.gateway-meta__value {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.gateway-meta__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gateway-social-minimal {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gateway-social-minimal__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.gateway-social-minimal__link:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.gateway-social-minimal__link svg {
  width: 20px;
  height: 20px;
}

.gateway-legal-minimal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.gateway-legal-minimal__copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.56);
  text-align: right;
}

.gateway-legal-minimal__links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gateway-legal-minimal__links a {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.gateway-legal-minimal__links a:hover {
  color: #ffffff;
  opacity: 1;
}

@media (max-width: 1024px) {
  .gateway-meta__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gateway-meta__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .gateway-legal-minimal {
    align-items: flex-start;
  }

  .gateway-legal-minimal__copy {
    text-align: left;
  }

  .gateway-legal-minimal__links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .gateway-meta {
    padding: 0 0 28px;
  }

  .gateway-meta__top {
    padding: 4px 0 22px;
  }

  .gateway-meta__value {
    font-size: 15px;
    line-height: 1.65;
  }

  .gateway-social-minimal__link {
    width: 42px;
    height: 42px;
  }

  .gateway-legal-minimal__copy,
  .gateway-legal-minimal__links a {
    font-size: 13px;
  }
}
.gateway-btn--primary:hover {
  color: #e2b85c;
  box-shadow: 0 12px 30px rgba(226, 184, 92, 0.25);
}

.gateway-btn--secondary:hover {
  color: #e2b85c;
  border-color: #e2b85c;
}
.ch-gateway-about-cta{
  margin-top:28px;
  text-align:center;
}
.ch-gateway-about-cta{
  margin-top:32px;
  display:flex;
  justify-content:center;
}