:root {
  --bordeaux: #ab0033;
  --dark: #080608;
  --dark-soft: #121014;
  --text: #181216;
  --muted: rgba(24, 18, 22, .68);
  --line: rgba(24, 18, 22, .08);
  --soft-bg: #f8f6f7;
  --light-gray: #f7f7f8;
  --hover-gray: #f1f2f4;
}

/* RESET */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: var(--text);
}

img {
  max-width: 100%;
  height: auto;
}

/* LAYOUT */
.container {
  width: min(92%, 1180px);
  margin-inline: auto;
}

.container-wide {
  width: 100%;
  max-width: none;
  padding-left: 2vw;
  padding-right: 2vw;
  margin-inline: auto;
}

.section,
.section-block {
  padding: 100px 0;
}

.soft-bg,
.split-section,
.trust {
  background: var(--soft-bg);
}

/* HEADER */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24, 18, 22, .08);
}

.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  height: 80px;
  width: auto;
  display: block;
}

.menu-toggle {
  display: none;
}

/* NAV */
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a,
.dropdown-trigger {
  color: rgba(24, 18, 22, .72);
  text-decoration: none;
  font-family: inherit;
  font-size: .90rem;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
  transition: color .25s ease;
}

.main-nav a:hover,
.dropdown-trigger:hover {
  color: #181216;
}

.main-nav a.active {
  color: #000000;
  position: relative;
}

.main-nav > a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 0px;
  background: var(--bordeaux);
  border-radius: 999px;
}


.nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(171, 0, 51, .4);
  border-radius: 999px;
}

/* DROPDOWN */
.nav-dropdown {
  position: relative;
}

.dropdown-trigger {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dropdown-arrow {
  font-size: .8rem;
  line-height: 1;
  transition: transform .25s ease;
}

.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown.open .dropdown-arrow {
  transform: rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 260px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(24, 18, 22, .06);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(24, 18, 22, .10);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity .25s ease,
    transform .25s ease,
    visibility .25s ease;
  z-index: 100;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  color: #181216;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 500;
  transition:
    background .22s ease,
    color .22s ease,
    transform .22s ease;
}

.dropdown-menu a:hover {
  background: var(--hover-gray);
  color: #181216;
  transform: translateX(2px);
}

/* TYPOGRAPHY */
.eyebrow,
p.eyebrow,
.page-hero .eyebrow,
.section-heading .eyebrow,
.split-copy .eyebrow,
.cert-copy .eyebrow,
.about-map-copy .eyebrow,
.cta-box .eyebrow {
  display: inline-block;
  color: var(--bordeaux) !important;
  text-transform: uppercase !important;
  letter-spacing: .16em !important;
  font-weight: 800 !important;
  font-size: .76rem !important;
  line-height: 1.2 !important;
  margin-bottom: 18px !important;
}

h1 {
  font-size: clamp(2.5rem, 5.1vw, 5.1rem);
  line-height: 1;
  letter-spacing: -.04em;
  margin-bottom: 32px;
  max-width: 12ch;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading h2,
.split-copy h2,
.cta-box h2,
.cert-copy h2,
.section-header h2,
.cta-card h2 {
  color: #181216;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin-bottom: 22px;
}

.section-heading p,
.split-text p,
.cert-copy p,
.section-header p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

/* BUTTONS */
.btn,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: .25s ease;
}


.solution-card .btn {
  margin-top: auto;
  align-self: flex-start;
  transform: translateY(0);
}

.solution-card p:last-of-type {
  padding-bottom: 34px;
}


.split-text .btn,
.cta-box .btn,
.cloud-plan-strip .btn {
  margin-top: 30px;
}

.btn-primary {
  background: var(--bordeaux);
  color: #ffffff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #8f002b;
  box-shadow: 0 0 42px rgba(171, 0, 51, .35);
}

.btn-secondary {
  color: #181216;
  border: 1px solid rgba(24, 18, 22, .18);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, .08);
}

/* HOME HERO */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .55;
  z-index: 0;
}

.hero-video2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  z-index: 0;
}

/*
.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 42%, rgba(171, 0, 51, .20), transparent 18%),
    radial-gradient(circle at 48% 70%, rgba(171, 0, 51, .12), transparent 14%);
  animation: glowPulse 6s ease-in-out infinite; */
}

.hero::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 26%;
  height: 160%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .14), transparent);
  transform: rotate(10deg);
  animation: shineMove 8s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 3;
  padding-top: 80px;
}

.hero-copy {
  max-width: 830px;
}

.hero h1 {
  color: #181216;
}

.hero-text {
  max-width: 560px;
  color: rgba(24, 18, 22, .72);
  font-size: clamp(.98rem, 1.05vw, 1.06rem);
  letter-spacing: -.03em;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}

/* INTERNAL HERO */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 110px;
  background:
    radial-gradient(circle at 80% 20%, rgba(171, 0, 51, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f9 100%);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 760px;
  color: #181216;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 60px;
}

.hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .98;
  max-width: 760px;
}

.hero-content p {
  margin-top: 28px;
  max-width: 620px;
  color: #555;
  font-size: 1.12rem;
  line-height: 1.7;
}

/* SOLUTIONS */
.solutions {
  background: #ffffff;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}


.solution-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.solution-card {
  
  padding: 34px;
  border: 1px solid rgba(24, 18, 22, .06);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(24, 18, 22, .04);
  transition: .3s ease;
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(171, 0, 51, .30);
  box-shadow: 0 18px 40px rgba(24, 18, 22, .08);
}

.solution-card img {
  margin-bottom: 32px;
  max-width: 300px;
}

.solution-card h3 {
  color: #181216;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.solution-card p {
  color: var(--muted);
  line-height: 1.7;
}

/* SPLIT / ABOUT */
.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.split-text p + p {
  margin-top: 22px;
}

.about-map-grid,
.values-grid,
.documents-grid {
  display: grid;
  gap: 25px;
}

.about-map-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-map-image img {
  width: 100%;
  display: block;
}

.about-map-copy p {
  font-size: 0.74;
  line-height: 1.5;
  letter-spacing: -.02em;
}

/* STATS */
.stats-section .container {
  width: 85%;
  max-width: 1400px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(24, 18, 22, .06);
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
}

.trust-item {
  padding: 56px 28px;
  text-align: center;
  border-right: 1px solid rgba(24, 18, 22, .06);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  color: var(--bordeaux);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 700;
}

.trust-item span {
  display: block;
  margin-top: 14px;
  color: #4f4a4d;
  font-size: 1rem;
  line-height: 1.5;
}

/* CERTIFICATIONS */
.certifications {
  background:
    radial-gradient(circle at 85% 20%, rgba(171, 0, 51, .05), transparent 28%),
    #ffffff;
}

.cert-layout {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: center;
}

.cert-copy {
  max-width: 640px;
}

.cert-logos {
  display: flex;
  justify-content: flex-end;
}

.cert-logos img {
  width: min(70%, 420px);
  height: auto;
  opacity: .88;
  filter: grayscale(100%) brightness(1.35);
  transition: .3s ease;
}

.cert-logos img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.03);
}

/* VALUES  */
.values-grid {
  grid-template-columns: repeat(4, 1fr);
}


/* DOCUMENTS */
.documents-grid {
  grid-template-columns: repeat(5, 1fr);
}

.value-card,
.document-card {
  background: #ffffff;
  border: 1px solid rgba(24, 18, 22, .06);
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 8px 30px rgba(24, 18, 22, .04);
}

.document-card .document-description {
  margin-bottom: 28px;
}

.document-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.document-tag {
  color: var(--bordeaux);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}

/* CLIENTES / ALIANZAS */
.page-alianzas {
  background: #ffffff;
  color: #171717;
}

.section-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.logo-grid {
  width: min(92%, 1500px);
  margin: 0 auto;
}

.logo-item {
  width: min(90%, 1500px);
  margin: 0 auto;
}

.logo-item img {
  width: 100%;
  height: auto;
  display: block;
}

.alliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.alliance-card,
.membership-card {
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .045);
}

.alliance-card {
  padding: 42px;
}

.alliance-card img {
  max-width: 220px;
  max-height: 82px;
  object-fit: contain;
  margin-bottom: 28px;
}

.alliance-card p {
  color: #5f5f5f;
  line-height: 1.7;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.membership-card {
  min-height: 260px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.membership-card img {
  max-height: 45px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 30px;
}

.membership-card p {
  color: #5f5f5f;
  font-size: 1rem;
  line-height: 1.7;
  max-width: none;
}


.membership-logo{
    height:60px;
    display:flex;
    align-items:flex-end;
    margin-bottom:2px;
}

.membership-logo img{
    max-height:45px;
    max-width:220px;
}

/* CTA */
.cta-section {
  padding: 120px 0;
  background: #ffffff;
}

.cta-section .container {
  display: flex;
  justify-content: center;
}

.cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.final-cta {
  padding: 90px 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f6 100%);
}

.cta-card {
  padding: 64px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(207, 212, 218, .7), transparent 58%),
    #e2e5ea;
  color: #000000;
  text-align: center;
}

.cta-card p {
  max-width: 680px;
  margin: 20px auto 34px;
  color: #000000;
  line-height: 1.5;
}

/* FOOTER */
.footer {
  padding: 36px 0;
  background: #ffffff;
  color: rgba(24, 18, 22, .72);
  border-top: 1px solid rgba(24, 18, 22, .20);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-brand {
  padding-bottom: 0;
}

.footer-description {
  margin-top: 18px;
  max-width: 340px;
  color: rgba(24, 18, 22, .58);
  line-height: 1.4;
  font-size: .85rem;
}

.footer-copy {
  font-size: 10px;
  color: #6c6c6c;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #99a5b3;
  transition:
    background .25s ease,
    transform .25s ease;
}

.socials img {
  width: 23px;
  height: 23px;
  opacity: .55;
  transition: .25s ease;
}

.socials a:hover {
  background: var(--bordeaux);
  transform: translateY(-2px);
}

.socials a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .8s ease;
}

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

@keyframes glowPulse {
  0%, 100% {
    opacity: .55;
  }

  50% {
    opacity: .85;
  }
}

@keyframes shineMove {
  0%, 70%, 100% {
    left: -35%;
    opacity: 0;
  }

  18% {
    opacity: .45;
  }

  42% {
    left: 115%;
    opacity: 0;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .values-grid,
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-section .container {
    width: 90%;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 18, 22, .06);
  }

  .trust-item:nth-child(odd) {
    border-right: 1px solid rgba(24, 18, 22, .06);
  }

  .trust-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .membership-grid {
    grid-template-columns: 1fr;
  }

  .membership-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    background: rgba(255, 255, 255, .92);
  }

  .header-inner {
    height: 88px;
  }

  .brand img {
    height: 64px;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 120;
  }

  .menu-toggle span {
    width: 28px;
    height: 2px;
    background: #181216;
    border-radius: 999px;
  }

  .main-nav {
    position: fixed;
    inset: 88px 0 auto 0;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 5%;
    gap: 22px;
    border-bottom: 1px solid rgba(24, 18, 22, .08);
    transform: translateY(-130%);
    transition: .3s ease;
    z-index: 100;
  }

  .main-nav.open {
    transform: translateY(0);
  }

  .main-nav a,
  .dropdown-trigger {
    color: #181216;
    font-size: 1rem;
  }

.main-nav > a.active::after {
	display: none;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    border: 0;
    box-shadow: none;
    padding: 10px 0 0 12px;
    display: none;
    min-width: 100%;
  }

  .nav-dropdown.open .dropdown-menu {
    display: flex;
  }

  .dropdown-menu a {
    min-height: 42px;
    padding: 0 0 0 10px;
    border-radius: 10px;
    font-size: .92rem;
    color: rgba(24, 18, 22, .68);
  }

  .dropdown-menu a:hover {
    background: var(--hover-gray);
    color: #181216;
    transform: none;
  }


.dropdown-menu a.active {
  color: #ab0033 !important;
  font-weight: 600;
}
	
  .hero,
  .page-hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
    align-items: flex-start;
  }

  .hero-inner {
    padding-top: 0;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1,
  h1 {
    font-size: clamp(3.2rem, 13vw, 4.6rem);
    line-height: .92;
    max-width: 10ch;
    margin-bottom: 28px;
  }

  .hero-text {
    font-size: 1.15rem;
    line-height: 1.6;
  }

  .hero-grid,
  .solution-grid,
  .split,
  .cert-layout,
  .alliance-grid,
  .about-map-grid {
    grid-template-columns: 1fr;
  }

  .cert-logos {
    justify-content: flex-start;
  }

  .section,
  .section-block {
    padding: 82px 0;
  }

  .cta-card {
    padding: 42px 28px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .values-grid,
  .documents-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .solution-card {
    min-height: auto;
  }

  .stats-section .container {
    width: 92%;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(odd) {
    border-right: 0;
  }

  .trust-item {
    border-bottom: 1px solid rgba(24, 18, 22, .06);
    padding: 42px 24px;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .trust-item strong {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .trust-item span {
    font-size: .95rem;
  }

  .logo-item {
    width: 90%;
  }
}

.page-hero {

  border-bottom: 0 !important;

}


.hero {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.page-hero video,
.hero video {
  display: block;
}


/* HERO CLIENTES - limpio sin línea inferior */

.clientes-hero {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.clientes-hero .hero-video {
  opacity: .55;
  display: block;
}

/* tapa cualquier costura del video al final del hero */
.clientes-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 12px;
  background: #fff;
  z-index: 3;
  pointer-events: none;
}


.page-hero .container-wide {
  position: relative;
  z-index: 2;
}

.page-hero .hero-content {
  max-width: 720px;
}

.page-hero .hero-grid {
  grid-template-columns: 1fr;
}


.page-hero .container-wide {

  position: relative;

  z-index: 2;

}

.page-hero .container-wide h1,

.page-hero .container-wide .hero-text {

  color: #181216;

}

.page-hero .container-wide {
  position: relative;
  z-index: 2;
padding-right: 4vw;
}

.page-hero .hero-content {
  max-width: min(46vw, 860px);
}

.page-hero h1 {
  max-width: 23ch;
}


.page-hero .hero-content,
.page-hero .hero-content h1,
.page-hero .hero-content p {
  position: relative;
  z-index: 3;
  color: #181216;
}

.page-hero .eyebrow {
  position: relative;
  z-index: 3;
  color: #ab0033 !important;
}

.page-hero .container-wide,
.page-hero .container,
.page-hero h1,
.page-hero p {
  opacity: 1 !important;
  transform: none !important;
}

.page-hero h1,
.page-hero .hero-text,
.page-hero .hero-content p {
  color: #181216 !important;
}

.page-hero .eyebrow {
  color: #ab0033 !important;
}

.page-hero .container-wide {

  position: relative;

  z-index: 2;

  padding-left: 2vw;

  padding-right: 2vw;

}

.page-hero h1 {
  max-width: 23ch !important;
}

.page-hero {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
}

@media (max-width: 900px) {
  .page-hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
    align-items: flex-start;
  }
}

.main-nav .dropdown-menu a.active {
  color: #ab0033 !important;
  font-weight: 600;
}

.clientes-hero .hero-video {
  opacity: .85;
}


@media (max-width: 900px) {
  .page-hero .hero-video,
  .page-hero .hero-overlay,
  .page-hero .hero-glow,
  .clientes-hero::after {
    display: none !important;
  }

  .page-hero,
  .clientes-hero {
    background: #ffffff !important;
  }

  .page-hero {
    min-height: auto !important;
    padding-top: 140px !important;
    padding-bottom: 70px !important;
  }

  .page-hero .hero-content {
    max-width: 100% !important;
  }

  .page-hero h1,
  .page-hero .hero-text {
    color: #181216 !important;
  }
}

@media screen and (max-width: 900px) {

  .solution-grid.cols-4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

}

/* ===== DEVSYS FOOTER ===== */
/* Requiere Inter desde Google Fonts:
   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');
   O agregar en el <head>:
   <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
*/

.ft {
  font-family: 'Inter', sans-serif;
  background: #282426;
  color: #9ca3af;
  font-size: 13px;
}

.ft-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 40px;
  padding: 40px 40px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ft-brand-name {
  font-size: 13px;
  font-weight: 500;
  color: #f9fafb;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.ft-brand-desc {
  font-size: 12.5px;
  color: #9fa8ad;
  line-height: 1.65;
  max-width: 240px;
  margin-bottom: 20px;
}

.ft-cert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(99, 130, 220, 0.25);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 11px;
  color: #9fa8ad;
  letter-spacing: 0.04em;
}

.ft-cert-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ab0033;
  flex-shrink: 0;
}

.ft-col-title {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #9fa8ad;
  margin-bottom: 14px;
}

.ft-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ft-links a {
  color: #9fa8ad;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.15s;
}

.ft-links a:hover {
  color: #e5e7eb;
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  flex-wrap: wrap;
  gap: 12px;
	margin-bottom: 0px !important;
}

.ft-copy {
  font-size: 11.5px;
  color: #9fa8ad;
}

.ft-legal {
  display: flex;
  gap: 16px;
}

.ft-legal a {
  font-size: 11.5px;
  color: #9fa8ad;
  text-decoration: none;
  transition: color 0.15s;
}

.ft-legal a:hover {
  color: #b3b8bb;
}

.ft-social {
  display: flex;
  gap: 6px;
}

.ft-social a {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3b8bb;
  text-decoration: none;
  transition: all 0.15s;
}

.ft-social a:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: #E7E7E7;
}

/* Responsive */
@media (max-width: 640px) {
  .ft-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px 24px;
  }

  .ft-bottom {
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

footer.ft {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cloud-plan-card {

  max-width: 760px;

  margin: 32px auto 0;

  padding: 42px;

  border-radius: 28px;

  background: #ffffff;

  border: 1px solid rgba(0,0,0,.06);

  box-shadow: 0 20px 70px rgba(0,0,0,.045);

  text-align: center;

}

.cloud-plan-card h3 {

  font-size: 1.5rem;

  font-weight: 700;

  line-height: 1.2;

  letter-spacing: -.03em;

  margin-bottom: 18px;

}

.cloud-plan-card p {

  color: #5f5f5f;

  line-height: 1.75;

  max-width: 620px;

  margin: 0 auto;

}

@media (max-width: 900px){

  .cloud-plan-card {

    padding: 32px 28px;

    margin-top: 24px;

  }

}


.cloud-plan-strip {
  margin-top: 44px;
  padding: 28px 34px;
  border-radius: 22px;
  background:#ffffff;
  border:1px solid rgba(24,18,22,.08);
  box-shadow:0 12px 40px rgba(24,18,22,.04);
  text-align: center;
}

.cloud-plan-strip span {
  display: block;
  color: #ab0033;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 10px;
}

.cloud-plan-strip p {
  max-width: 840px;
  margin: 0 auto;
  color: #5f5f5f;
  line-height: 1.7;
}




/* Planes escalables */

.plans-section{

  background:#ffffff;

  padding:60px 0 20px;

}

.cloud-plan-strip{

  padding:32px 40px;

  border-radius:28px;

  background:#F1F2F4;

  border:1px solid #DAE2E7;

  text-align:center;

}

.cloud-plan-strip span{

  display:block;

  color:#ab0033;

  font-size:.76rem;

  font-weight:800;

  letter-spacing:.16em;

  text-transform:uppercase;

  margin-bottom:16px;

}

.cloud-plan-strip p{

  max-width:900px;

  margin:0 auto;

  color:#5f5f5f;

  line-height:1.7;

}

/* MÓDULOS - Cloud / Corporate */

.module-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;

}

.module-grid .alliance-card {

  width: 100%;

  max-width: none;

  margin: 0;

}

/* Tablet */

@media (max-width: 900px) {

  .module-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}

/* Mobile */

@media (max-width: 600px) {

  .module-grid {
    grid-template-columns: 1fr;
  }
}

/* DOCUMENTOS - alinear botones */

.document-card {
  display: flex;
  flex-direction: column;
  height: 100%;

}

.document-card .btn {

  margin-top: auto;

  align-self: flex-start;
}


/* TESTIMONIOS */

.testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 34px auto 0;
}

.testimonial-track {
  position: relative;
}

.testimonial-card {
  display: none;
  width: 100%;
  padding: 54px 64px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 18%, rgba(171,0,51,.08), transparent 28%),
    #ffffff;
  border: 1px solid rgba(24,18,22,.07);
  box-shadow: 0 24px 80px rgba(24,18,22,.07);
  box-sizing: border-box;
  position: relative;
}

.testimonial-card.active {
  display: block;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 22px;
  right: 44px;
  color: rgba(171,0,51,.12);
  font-size: 8rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.testimonial-body {
  position: relative;
  z-index: 1;
}

.testimonial-card .quote {
  max-width: 760px;
  color: #312b2f;
  font-size: clamp(.85rem, 1.2vw, 1rem);
  line-height: 1.45;
  letter-spacing: -.035em;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 1rem;
}

.testimonial-card .quote:last-child {
  margin-bottom: 0;
}

.testimonial-author {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(24,18,22,.08);
}

.testimonial-author strong {
  display: block;
  color: #181216;
  font-size: 1rem;
  margin-bottom: 6px;
}

.testimonial-author span {
  display: block;
  color: rgba(24,18,22,.58);
  font-size: .92rem;
  line-height: 1.5;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(24,18,22,.10);
  background: #ffffff;
  color: #181216;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(24,18,22,.08);
  transition: .25s ease;
}

.testimonial-arrow.prev {
  left: -22px;
  transform: translateY(-50%);
}

.testimonial-arrow.next {
  right: -22px;
  transform: translateY(-50%);
}

.testimonial-arrow:hover {
  background: var(--bordeaux);
  color: #ffffff;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  margin-top: 26px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(24,18,22,.18);
  cursor: pointer;
  transition: .25s ease;
}

.testimonial-dot.active {
  width: 28px;
  background: var(--bordeaux);
}

@media (max-width: 900px) {
  .testimonial-card {
    padding: 38px 30px;
  }

  .testimonial-arrow {
    display: none;
  }
}


.solution-card {
  display: flex;
  flex-direction: column;
}

.solution-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.cumplo-logo{
    display: block;
    width: 350px;
    max-width: 100%;
    height: auto;
	margin-left: 0;
}

.cumplo-logo-center{
    display: block;
    width: 350px;
    max-width: 100%;
    height: auto;
	margin-left:auto;
	margin-right:auto;
}


.cumplo-logo-cloud{
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
	margin-left: 0;
}

.cumplo-logo-cloud-center{
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}


.etica-logo{
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
	margin-left: 0;
}

.etica-logo-center{
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}





.contact-hero {
  min-height: calc(100vh - 90px);
  padding: 130px 0 70px;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  position: relative;
  z-index: 3;
}

.contact-hero .hero-content {
  max-width: 720px;
}

.contact-form-panel {
  width: 100%;
  padding: 42px 46px 36px;
  border-radius: 32px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(24,18,22,.08);
  box-shadow: 0 24px 80px rgba(24,18,22,.08);
  backdrop-filter: blur(18px);
}

.contact-form-panel .contact-data {
  margin-top: 38px;
  font-size: .78rem;
}

@media (max-width: 900px) {
  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-form-panel {
    padding: 32px 26px 28px;
    border-radius: 26px;
    background: #ffffff;
  }
}


/* Equilibra el título en cualquier pantalla de escritorio */
@media (min-width: 901px) {
  .hero h1 {
    text-wrap: balance;
  }
}

/* Corrige específicamente las resoluciones intermedias */
@media (min-width: 901px) and (max-width: 2000px) {
  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 13.5ch;
    font-size: clamp(4rem, 5vw, 5rem);
  }
}