/* =========================================================
   GRUPO RMIT — Sitio corporativo
   ========================================================= */

:root {
  --blue: #0b46b5;
  --blue-dark: #072b72;
  --blue-ink: #081c3a;
  --orange: #ff941f;
  --orange-dark: #cc7200;
  --green: #72bf44;
  --cyan: #0799d2;
  --text: #25324a;
  --muted: #67738a;
  --line: #dfe6f1;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --shadow: 0 24px 70px rgba(9, 35, 84, .12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  color: var(--blue);
  border-radius: 10px;
  transform: translateY(-150%);
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(10,43,104,.08);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(7, 31, 74, .09); }

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand img {
  width: 285px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.main-nav a {
  position: relative;
  color: #3a465b;
  font-weight: 700;
  font-size: .93rem;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 3px;
  border-radius: 3px;
  background: var(--orange);
  transition: right .25s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after { right: 0; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-soft);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 4px;
  background: var(--blue-dark);
  transition: transform .25s ease, opacity .25s ease;
}

/* Hero */
.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, #f7faff 0%, #fff 48%, #eef5ff 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11,70,181,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,70,181,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to right, #000, transparent 80%);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .95;
}
.orb-one {
  width: 380px;
  height: 380px;
  right: -120px;
  top: -100px;
  background: radial-gradient(circle at 35% 35%, #ffbd63, var(--orange));
  box-shadow: 0 0 0 85px rgba(255,148,31,.08);
}
.orb-two {
  width: 230px;
  height: 230px;
  left: -110px;
  bottom: -90px;
  background: radial-gradient(circle at 35% 35%, #4b83ef, var(--blue));
  box-shadow: 0 0 0 60px rgba(11,70,181,.08);
}
.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 64px;
  padding-block: 90px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 9px;
  background: var(--orange);
}
.eyebrow.light { color: #bcd3ff; }
.hero h1 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2.75rem, 5.5vw, 5.35rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.hero h1 span {
  display: block;
  color: var(--blue);
}
.hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ffad43);
  box-shadow: 0 13px 32px rgba(255,148,31,.28);
}
.btn-secondary {
  color: var(--blue);
  background: #fff;
  border: 1px solid #cfdbed;
}
.hero-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.hero-pillars span {
  padding: 9px 13px;
  border: 1px solid rgba(11,70,181,.13);
  border-radius: 999px;
  color: #526176;
  background: rgba(255,255,255,.7);
  font-size: .82rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 510px;
}
.main-card {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, #2c67d6 0%, var(--blue) 48%, var(--blue-dark) 100%);
  box-shadow:
    0 34px 80px rgba(7,43,114,.28),
    inset 0 0 0 16px rgba(255,255,255,.06);
}
.main-card::after {
  content: "";
  position: absolute;
  inset: -28px;
  border: 1px dashed rgba(11,70,181,.3);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}
.main-card p {
  margin: 0;
  color: #c6d8ff;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
}
.main-card strong {
  width: 230px;
  margin-top: 10px;
  font-size: 2.05rem;
  line-height: 1.08;
}
.main-card span {
  margin-top: 12px;
  color: #ffd5a4;
  font-weight: 700;
}
.floating-company {
  position: absolute;
  z-index: 3;
  width: 175px;
  height: 112px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(11,70,181,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 55px rgba(7,31,74,.15);
  transition: transform .22s ease, box-shadow .22s ease;
}
.floating-company:hover {
  transform: translateY(-5px) rotate(0deg);
  box-shadow: 0 28px 65px rgba(7,31,74,.2);
}
.floating-company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-evansys { top: 15px; left: 2px; transform: rotate(-3deg); }
.company-zoeit { right: -8px; top: 60px; transform: rotate(3deg); }
.company-aulas { bottom: 22px; left: 26px; transform: rotate(2deg); }
.company-zoeit img { max-height: 94px; }
.company-aulas img { max-height: 90px; }

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

/* Trust strip */
.trust-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}
.trust-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.trust-inner > span {
  color: var(--muted);
  font-size: .9rem;
}
.trust-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
.trust-list strong { color: var(--blue-ink); }
.trust-list i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

/* General sections */
.section { padding-block: 110px; }
.section-heading h2,
.ecosystem h2,
.contact h2 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.section-heading.centered {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child {
  max-width: 650px;
  margin: 19px auto 0;
  color: var(--muted);
}
.two-col {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.about { background: #fff; }
.about-copy p { margin: 0 0 18px; color: var(--muted); }
.about-copy .lead {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 700;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 68px;
}
.value-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(8,28,58,.09);
}
.icon-box {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #3678e8);
  font-size: .8rem;
  font-weight: 800;
  box-shadow: 0 13px 25px rgba(11,70,181,.22);
}
.value-card:nth-child(2) .icon-box { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); }
.value-card:nth-child(3) .icon-box { background: linear-gradient(135deg, #178b49, var(--green)); }
.value-card h3 { margin: 0 0 10px; color: var(--blue-ink); }
.value-card p { margin: 0; color: var(--muted); }

/* Companies */
.companies { background: var(--surface-soft); }
.company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.company-card {
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 15px 50px rgba(8,28,58,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.company-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 65px rgba(8,28,58,.14);
}
.company-card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.company-logo {
  height: 220px;
  display: grid;
  place-items: center;
  padding: 35px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 0%, rgba(11,70,181,.11), transparent 45%),
    #fff;
}
.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zoeit-card .company-logo img { max-height: 175px; }
.aulas-card .company-logo img { max-height: 150px; }
.company-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.company-tag {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.company-content h3 {
  margin: 0;
  color: var(--blue-ink);
  font-size: 1.4rem;
  line-height: 1.25;
}
.company-content > p:not(.company-tag) {
  margin: 18px 0 0;
  color: var(--muted);
}
.text-link {
  margin-top: auto;
  padding-top: 25px;
  color: var(--blue);
  font-weight: 800;
}
.text-link b { color: var(--orange); }
.evansys-card { border-top: 5px solid #0799d2; }
.zoeit-card { border-top: 5px solid #ff941f; }
.aulas-card { border-top: 5px solid #72bf44; }

/* Ecosystem */
.ecosystem {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,148,31,.24), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(52,116,229,.22), transparent 30%),
    var(--blue-dark);
}
.ecosystem-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
}
.ecosystem h2 { color: #fff; }
.ecosystem-intro > p {
  margin: 0 0 8px;
  color: #c3d2ed;
}
.ecosystem-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 60px;
}
.flow-step {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(12px);
  transition: transform .22s ease, background .22s ease;
}
.flow-step:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.12);
}
.step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(255,255,255,.35);
  font-weight: 800;
}
.step-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--blue-dark);
  background: var(--orange);
  font-size: 1.5rem;
  font-weight: 800;
}
.flow-step:nth-of-type(3) .step-icon { background: #fff; }
.flow-step:nth-of-type(5) .step-icon { background: #77d5f5; }
.flow-step h3 { margin: 25px 0 8px; font-size: 1.45rem; }
.flow-step p { margin: 0; color: #c4d2ec; }
.flow-step > span:last-child {
  display: inline-block;
  margin-top: 25px;
  color: #ffd09a;
  font-weight: 800;
}
.flow-arrow {
  color: var(--orange);
  font-size: 2rem;
}
.ecosystem-note {
  margin-top: 28px;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  color: #d7e3f7;
  background: rgba(0,0,0,.12);
}
.ecosystem-note strong { color: #fff; }

/* Contact */
.contact { background: #fff; }
.contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 65px;
  align-items: center;
  padding: 55px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,148,31,.13), transparent 33%),
    linear-gradient(135deg, #fff, #f5f9ff);
  box-shadow: var(--shadow);
}
.contact-copy > p:last-child { color: var(--muted); }
.contact-options {
  display: grid;
  gap: 12px;
}
.contact-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease;
}
.contact-options a:hover {
  transform: translateX(5px);
  border-color: rgba(11,70,181,.38);
}
.contact-options span { color: var(--muted); }
.contact-options strong { color: var(--blue); white-space: nowrap; }

/* Footer */
.site-footer {
  color: #c9d4e7;
  background: #071a38;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 60px;
  padding-block: 62px 42px;
}
.footer-brand {
  width: 290px;
  padding: 13px;
  border-radius: 14px;
  background: #fff;
}
.footer-brand img { width: 100%; }
.footer-links,
.footer-companies {
  display: grid;
  align-content: start;
  gap: 13px;
}
.footer-links a,
.footer-companies a { transition: color .2s ease; }
.footer-links a:hover,
.footer-companies a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-block: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .78rem;
}
.footer-bottom p { margin: 0; }

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 15px 35px rgba(7,43,114,.28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(620px, 100%); margin: 0 auto; }
  .company-grid { grid-template-columns: 1fr; }
  .company-card { min-height: auto; }
  .company-card-link { display: grid; grid-template-columns: .8fr 1.2fr; }
  .company-logo { height: 100%; min-height: 300px; border-bottom: 0; border-right: 1px solid var(--line); }
  .ecosystem-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); text-align: center; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .nav-wrap { min-height: 76px; }
  .brand img { width: 235px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 18px 20px 26px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 20px 50px rgba(7,31,74,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .22s ease;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-nav a { padding: 14px 4px; }
  .main-nav a::after { display: none; }

  .hero { min-height: auto; }
  .hero-layout { padding-block: 72px; gap: 25px; }
  .hero-visual { min-height: 480px; }
  .main-card { width: 280px; height: 280px; }
  .floating-company { width: 150px; height: 96px; }
  .company-evansys { top: 5px; left: 0; }
  .company-zoeit { right: 0; top: 58px; }
  .company-aulas { bottom: 10px; left: 12px; }

  .trust-inner { flex-direction: column; gap: 8px; padding-block: 19px; }
  .section { padding-block: 82px; }
  .two-col,
  .ecosystem-intro { grid-template-columns: 1fr; gap: 32px; }
  .values-grid { grid-template-columns: 1fr; }
  .company-card-link { grid-template-columns: 1fr; }
  .company-logo { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-panel { padding: 36px 25px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 205px; }
  .hero h1 { font-size: 2.6rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-pillars { gap: 8px; }
  .hero-visual { min-height: 420px; }
  .main-card { width: 235px; height: 235px; top: 90px; }
  .main-card strong { width: 190px; font-size: 1.6rem; }
  .floating-company { width: 125px; height: 82px; padding: 11px; border-radius: 15px; }
  .company-evansys { top: 20px; }
  .company-zoeit { top: 38px; }
  .company-aulas { bottom: 2px; left: 0; }
  .trust-list { gap: 12px; font-size: .86rem; }
  .section { padding-block: 68px; }
  .section-heading h2,
  .ecosystem h2,
  .contact h2 { font-size: 2.15rem; }
  .company-content { padding: 25px; }
  .contact-options a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-brand { width: 100%; max-width: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


/* =========================================================
   Ajuste 2 — homologación de logotipos oficiales
   ========================================================= */

/* Portada: centra el contenido real de cada archivo dentro del recuadro. */
.floating-company {
  overflow: hidden;
}
.floating-company img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}
.company-evansys img {
  width: 92%;
  height: 92%;
}
.company-zoeit img {
  width: 86%;
  height: 86%;
}
.company-aulas img {
  width: 94%;
  height: 94%;
}

/* Tarjetas de empresas: misma zona visual y escala más consistente. */
.company-logo {
  padding: 28px 34px;
}
.company-logo img {
  width: 82%;
  height: 82%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}
.evansys-card .company-logo img {
  width: 78%;
  height: 78%;
  max-height: 176px;
}
.zoeit-card .company-logo img {
  width: 72%;
  height: 72%;
  max-height: 175px;
}
.aulas-card .company-logo img {
  width: 88%;
  height: 88%;
  max-height: 164px;
}

/* Ecosistema: isotipos oficiales en lugar de símbolos genéricos. */
.step-icon.company-symbol {
  width: 72px;
  height: 72px;
  padding: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.step-icon.company-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.flow-step:nth-of-type(1) .step-icon.company-symbol,
.flow-step:nth-of-type(3) .step-icon.company-symbol,
.flow-step:nth-of-type(5) .step-icon.company-symbol {
  background: #ffffff;
}

@media (max-width: 560px) {
  .floating-company img {
    width: 100%;
    height: 100%;
  }
  .company-evansys img { width: 94%; height: 94%; }
  .company-zoeit img { width: 88%; height: 88%; }
  .company-aulas img { width: 96%; height: 96%; }

  .company-logo {
    min-height: 215px;
    padding: 24px;
  }
  .evansys-card .company-logo img { width: 76%; height: 76%; }
  .zoeit-card .company-logo img { width: 69%; height: 69%; }
  .aulas-card .company-logo img { width: 88%; height: 88%; }

  .step-icon.company-symbol {
    width: 66px;
    height: 66px;
  }
}


/* =========================================================
   Ajuste 3 — logo completo de EvanSys y nuevo isotipo AulasDUO
   ========================================================= */

/* En la portada, EvanSys necesita un recuadro más alto porque su logo oficial
   es vertical. Así vuelven a verse el nombre y el descriptor completos. */
.company-evansys {
  width: 195px;
  height: 152px;
  top: -6px;
  left: -4px;
}
.company-evansys img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

/* ZoeIT conserva el logo completo y gana un poco de altura para respirar. */
.company-zoeit {
  width: 182px;
  height: 132px;
  right: -10px;
  top: 45px;
}
.company-zoeit img {
  width: 100%;
  height: 100%;
  max-height: none;
}

/* Isotipo oficial de AulasDUO dentro del ecosistema. */
.flow-step:nth-of-type(1) .step-icon.company-symbol {
  padding: 8px;
}
.flow-step:nth-of-type(1) .step-icon.company-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* En celular mantenemos visible el logo completo de EvanSys sin que
   sobresalga del recuadro blanco. */
@media (max-width: 560px) {
  .company-evansys {
    width: 145px;
    height: 116px;
    top: 8px;
    left: -2px;
  }
  .company-evansys img {
    width: 100%;
    height: 100%;
  }

  .company-zoeit {
    width: 137px;
    height: 104px;
    top: 34px;
    right: -2px;
  }
}


/* =========================================================
   Ajuste 4 — logos completos garantizados y AulasDUO transparente
   ========================================================= */

/* Los nuevos archivos de portada ya vienen preparados en lienzo horizontal,
   por lo que se muestran completos sin recortar nombre ni descriptor. */
.company-evansys {
  width: 205px;
  height: 145px;
  top: -4px;
  left: -5px;
}
.company-zoeit {
  width: 195px;
  height: 145px;
  right: -14px;
  top: 40px;
}
.company-evansys img,
.company-zoeit img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

/* AulasDUO se presenta sin fondo negro dentro del recuadro blanco. */
.flow-step:nth-of-type(1) .step-icon.company-symbol {
  padding: 9px;
  background: #ffffff;
}
.flow-step:nth-of-type(1) .step-icon.company-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

@media (max-width: 560px) {
  .company-evansys {
    width: 150px;
    height: 108px;
    top: 9px;
    left: -4px;
  }
  .company-zoeit {
    width: 145px;
    height: 108px;
    top: 33px;
    right: -4px;
  }
}
