html {
  scroll-behavior: smooth;
}

.ceoxp-premium {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #061827;
  color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ceoxp-premium * {
  box-sizing: border-box;
}

.ceoxp-section {
  width: 100%;
  padding: 92px 8%;
  background: #061827;
}

.ceoxp-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.ceoxp-kicker {
  color: #c3a133;
  font-size: 11px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
}

.ceoxp-title {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  color: #f5f5f5;
}

.ceoxp-text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(245,245,245,0.84);
}

.ceoxp-gold {
  color: #c3a133;
}

.ceoxp-button {
  display: inline-block;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.ceoxp-button-primary {
  background: #c3a133;
  color: #061827;
  border: 1px solid #c3a133;
}

.ceoxp-button-secondary {
  background: transparent;
  color: #c3a133;
  border: 1px solid rgba(195,161,51,0.75);
}

.ceoxp-button:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.ceoxp-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 86px 8%;
  background-image:
    linear-gradient(90deg, rgba(6,24,39,1) 0%, rgba(6,24,39,0.96) 36%, rgba(6,24,39,0.70) 64%, rgba(6,24,39,0.20) 100%),
    url("https://ss-cnt-001c.esmsv.com/r/content/host1/37a705d3b2e239027ad7acbfd64f41c6//editor/ChatGPTImage20may2026101040a.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ceoxp-hero-content {
  max-width: 680px;
}

.ceoxp-logo {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 0 38px 0;
}

.ceoxp-hero h1 {
  font-size: clamp(44px, 5.4vw, 72px);
  margin-bottom: 28px;
}

.ceoxp-hero p {
  max-width: 560px;
  margin-bottom: 34px;
}

.ceoxp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ceoxp-statement {
  border-top: 1px solid rgba(195,161,51,0.20);
  border-bottom: 1px solid rgba(195,161,51,0.18);
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.ceoxp-statement-text {
  max-width: 920px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.28;
  font-weight: 400;
  color: #f5f5f5;
}

.ceoxp-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 54px;
}

.ceoxp-metric {
  flex: 1 1 210px;
  max-width: 260px;
  border-top: 1px solid rgba(195,161,51,0.55);
  padding-top: 18px;
  text-align: left;
}

.ceoxp-metric-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1;
  color: #c3a133;
  margin-bottom: 8px;
}

.ceoxp-metric-label {
  color: rgba(245,245,245,0.76);
  font-size: 14px;
  line-height: 1.45;
}

.ceoxp-section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 52px auto;
}

.ceoxp-section-head h2 {
  font-size: clamp(34px, 4vw, 50px);
  margin-bottom: 20px;
}

.ceoxp-format-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}

.ceoxp-format-card {
  flex: 1 1 290px;
  max-width: 365px;
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(195,161,51,0.32);
  background: rgba(255,255,255,0.025);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.ceoxp-format-card:hover {
  border-color: rgba(195,161,51,0.68);
  background: rgba(255,255,255,0.045);
  transform: translateY(-3px);
}

.ceoxp-format-card img {
  max-width: 210px;
  max-height: 58px;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 32px;
}

.ceoxp-format-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  color: rgba(245,245,245,0.82);
}

.ceoxp-format-name {
  margin-top: 28px;
  color: #c3a133;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 700;
}

.ceoxp-format-footer {
  max-width: 760px;
  margin: 48px auto 0 auto;
  text-align: center;
  color: rgba(245,245,245,0.76);
  font-size: 17px;
  line-height: 1.7;
}

.ceoxp-split {
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
  align-items: flex-start;
}

.ceoxp-split-left {
  flex: 1 1 390px;
}

.ceoxp-split-right {
  flex: 1 1 430px;
}

.ceoxp-split h2 {
  font-size: clamp(34px, 4vw, 50px);
  margin-bottom: 26px;
}

.ceoxp-large-copy {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(245,245,245,0.82);
}

.ceoxp-quote-line {
  color: #c3a133;
}

.ceoxp-logo-wall {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid rgba(195,161,51,0.30);
  text-align: center;
}

.ceoxp-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 42px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.ceoxp-logo-box {
  width: 140px;
  height: 62px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  opacity: 0.92;
  transition: all 0.25s ease;
}

.ceoxp-logo-box:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.ceoxp-logo-box img {
  max-width: 118px;
  max-height: 38px;
  width: auto;
  height: auto;
  display: block;
}

.ceoxp-curaduria {
  border-top: 1px solid rgba(195,161,51,0.18);
}

.ceoxp-people {
  flex: 1 1 430px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

.ceoxp-person {
  flex: 1 1 190px;
  max-width: 230px;
  text-align: center;
}

.ceoxp-person-photo {
  width: 148px;
  height: 148px;
  margin: 0 auto 18px auto;
  border: 1px solid rgba(195,161,51,0.44);
  background: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ceoxp-person-photo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.ceoxp-person-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
  color: #f5f5f5;
  margin-bottom: 7px;
}

.ceoxp-person-role {
  color: #c3a133;
  font-size: 10.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.45;
}

.ceoxp-contact {
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 86px 8%;
  border-top: 1px solid rgba(195,161,51,0.22);
  background-image:
    linear-gradient(90deg, rgba(6,24,39,1) 0%, rgba(6,24,39,0.94) 48%, rgba(6,24,39,0.70) 74%, rgba(6,24,39,0.32) 100%),
    url("https://ss-cnt-001c.esmsv.com/r/content/host1/37a705d3b2e239027ad7acbfd64f41c6//editor/ChatGPTImage20may2026020624p.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ceoxp-contact-content {
  max-width: 650px;
}

.ceoxp-contact h2 {
  font-size: clamp(42px, 5vw, 60px);
  margin-bottom: 26px;
}

@media (max-width: 820px) {
  .ceoxp-section,
  .ceoxp-hero,
  .ceoxp-contact {
    padding-left: 6%;
    padding-right: 6%;
  }

  .ceoxp-hero {
    min-height: 620px;
    background-image:
      linear-gradient(90deg, rgba(6,24,39,0.98) 0%, rgba(6,24,39,0.92) 100%),
      url("https://ss-cnt-001c.esmsv.com/r/content/host1/37a705d3b2e239027ad7acbfd64f41c6//editor/ChatGPTImage20may2026101040a.png");
  }

  .ceoxp-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ceoxp-button {
    text-align: center;
  }

  .ceoxp-split {
    gap: 42px;
  }
}

@media (max-width: 520px) {
  .ceoxp-logo {
    width: 58px;
    margin-bottom: 28px;
  }

  .ceoxp-format-card {
    padding: 28px;
  }

  .ceoxp-logo-box {
    width: 132px;
  }
}
/* =========================
   HEADER MOBILE CEO XP
========================= */

@media (max-width: 820px) {

  /* ocultar menú desktop */
  .ceoxp-desktop-menu {
    display: none !important;
  }

  /* mostrar hamburguesa */
  .ceoxp-mobile-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* menú mobile oculto por defecto */
  .ceoxp-mobile-menu {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: rgba(6,24,39,0.98);
    padding: 26px 8% 34px 8%;
    border-top: 1px solid rgba(195,161,51,0.15);
    flex-direction: column;
    gap: 22px;
  }

  /* mostrar menú al activar */
  .ceoxp-mobile-menu.active {
    display: flex;
  }

  .ceoxp-mobile-menu a {
    color: #f5f5f5 !important;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .ceoxp-mobile-menu a:last-child {
    color: #c3a133 !important;
  }
}

/* desktop */
@media (min-width: 821px) {

  .ceoxp-mobile-toggle,
  .ceoxp-mobile-menu {
    display: none !important;
  }

  .ceoxp-desktop-menu {
    display: flex !important;
  }
}