/* Technology home landing — bloque superior en home (preliminar) */

/* Segunda visita al home en la misma sesión: sin splash (marcado antes de pintar por script inline en el include) */
html.tech-hp-hide-landing .tech-home-landing {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.tech-hp-hide-landing .tech-home-landing + hr.tech-home-landing__divider {
  display: none !important;
}

/* Splash fullscreen: cubre header, logo y redes hasta que el usuario baja */
body.tech-home-splash-active {
  overflow: hidden;
}

.tech-home-landing {
  --tech-bg: #00103a;
  --tech-bg-mid: #02174a;
  --tech-surface: rgba(255, 255, 255, 0.04);
  --tech-border: rgba(8, 106, 216, 0.28);
  --tech-brand: #086ad8;
  --tech-brand-soft: #3a8cff;
  --tech-cyan: #02b5ff;
  --tech-text: #f4f7fb;
  --tech-muted: #9db0cc;
  --tech-body: #8499b8;
  position: fixed;
  inset: 0;
  z-index: 10100;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    linear-gradient(115deg, rgba(8, 106, 216, 0.18) 0%, transparent 32%),
    radial-gradient(ellipse 60% 50% at 85% 12%, rgba(2, 181, 255, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 8% 88%, rgba(2, 23, 74, 0.7) 0%, transparent 50%),
    linear-gradient(165deg, #00103a 0%, #02174a 42%, #0a2a6a 70%, #01102f 100%);
  color: var(--tech-text);
  padding: 1.75rem 0 5.25rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.tech-home-landing--exiting {
  transform: translateY(-100%);
  opacity: 0.92;
  pointer-events: none;
  animation: none;
  transition:
    transform 0.95s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.75s ease;
}

.tech-home-landing--exiting .tech-home-landing__exit-ui,
.tech-home-landing--exiting .tech-home-landing__scroll-btn {
  opacity: 0 !important;
  animation: none;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.tech-home-landing:not(.tech-home-landing--dismissed) + .tech-home-landing__divider {
  display: none;
}

/* Identidad distinta a CQI: rejilla + glows estáticos (sin órbitas) */
.tech-home-landing__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(8, 106, 216, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 106, 216, 0.09) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
}

.tech-home-landing__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
  z-index: 0;
}

.tech-home-landing__glow--a {
  width: 380px;
  height: 380px;
  top: -8%;
  right: 8%;
  background: rgba(8, 106, 216, 0.22);
}

.tech-home-landing__glow--b {
  width: 320px;
  height: 320px;
  bottom: 8%;
  left: -4%;
  background: rgba(2, 181, 255, 0.12);
}

.tech-home-landing__watermark {
  position: absolute;
  left: -2%;
  bottom: 8%;
  z-index: 0;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(4rem, 14vw, 11rem);
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px rgba(8, 106, 216, 0.12);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  transform: rotate(-8deg);
  opacity: 0.9;
}

.tech-home-landing .container {
  position: relative;
  z-index: 2;
}

.tech-home-landing__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: clamp(1.1rem, 2.2vw, 1.75rem);
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(8, 106, 216, 0.14);
  box-shadow: 0 1px 0 rgba(8, 106, 216, 0.12);
}

.tech-home-landing__company-logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.98;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.tech-home-landing__company-logo:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.tech-home-landing__company-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 4.15rem;
  max-width: min(300px, 58vw);
  object-fit: contain;
}

.tech-home-landing__iso {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 100%;
  padding: 0.45rem 1rem 0.45rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(2, 181, 255, 0.45);
  background:
    linear-gradient(135deg, rgba(8, 106, 216, 0.28) 0%, rgba(2, 181, 255, 0.12) 100%);
  box-shadow:
    0 0 0 1px rgba(8, 106, 216, 0.18),
    0 10px 28px rgba(0, 8, 32, 0.35),
    0 0 24px rgba(2, 181, 255, 0.18);
}

.tech-home-landing__iso-badge {
  display: block;
  width: 4.15rem;
  height: 4.15rem;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
  box-shadow: 0 0 0 2px rgba(2, 181, 255, 0.35);
  mix-blend-mode: lighten;
}

.tech-home-landing__iso-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
  padding-right: 0.25rem;
  line-height: 1.2;
}

.tech-home-landing__iso-copy strong {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f4f9ff;
  text-shadow: 0 0 18px rgba(2, 181, 255, 0.35);
}

.tech-home-landing__iso-copy > span {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(180, 220, 255, 0.92);
  white-space: nowrap;
}

.tech-home-landing__brand-tag {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(8, 106, 216, 0.35);
  background: rgba(8, 106, 216, 0.08);
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(160, 205, 255, 0.95);
}

.tech-home-landing__brand-divider {
  display: none;
}

.tech-home-landing__kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tech-muted);
  margin-bottom: 0.95rem;
}

.tech-home-landing__kicker span {
  display: inline-block;
  padding: 0.22rem 0.55rem;
  border-radius: 0.3rem;
  background: rgba(8, 106, 216, 0.14);
  border: 1px solid rgba(8, 106, 216, 0.35);
  color: var(--tech-brand);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tech-home-landing__title {
  font-size: clamp(1.9rem, 3.7vw, 2.95rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 0.75rem;
  color: var(--tech-text);
  text-wrap: balance;
}

.tech-home-landing__title-accent {
  background: linear-gradient(135deg, #3a8cff, #02b5ff 55%, #86d4ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tech-home-landing__title-rule {
  width: 4.5rem;
  height: 3px;
  margin: 0 0 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tech-brand), transparent);
}

.tech-home-landing__subtitle {
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 400;
  color: rgba(180, 196, 220, 0.92);
  margin-bottom: 0.95rem;
}

.tech-home-landing__desc {
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(140, 152, 172, 0.95);
  max-width: 28rem;
  margin-bottom: 1.5rem;
}

.tech-home-landing__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.tech-home-landing__trust li {
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 106, 216, 0.2);
  background: linear-gradient(180deg, rgba(8, 106, 216, 0.1), rgba(8, 106, 216, 0.03));
  color: rgba(232, 236, 244, 0.88);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tech-home-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tech-home-landing__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.65rem;
  border-radius: 0.85rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, filter 0.25s ease;
}

.tech-home-landing__btn--primary {
  background: linear-gradient(135deg, var(--tech-brand), #02b5ff);
  color: #ffffff;
  border: none;
  border-radius: 0.45rem;
  box-shadow: 0 10px 28px rgba(8, 106, 216, 0.28);
}

.tech-home-landing__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(8, 106, 216, 0.4);
  color: #ffffff;
  filter: brightness(1.05);
}

.tech-home-landing__btn--secondary {
  background: transparent;
  color: var(--tech-cyan);
  border: 1px solid rgba(8, 106, 216, 0.35);
}

.tech-home-landing__btn--secondary:hover {
  background: rgba(8, 106, 216, 0.08);
  color: var(--tech-cyan);
}

/* Video con protagonismo */
.tech-home-landing__media-col {
  position: relative;
  min-width: 0;
}

.tech-home-landing__media-col::before {
  content: "";
  position: absolute;
  inset: 8% 4% -6%;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(8, 106, 216, 0.32) 0%, transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.tech-home-landing__media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(8, 106, 216, 0.28);
  background: rgba(0, 10, 46, 0.65);
  box-shadow:
    0 0 0 1px rgba(8, 106, 216, 0.08),
    0 24px 64px rgba(0, 8, 36, 0.58),
    0 0 48px rgba(55, 120, 168, 0.16);
}

.tech-home-landing__frame {
  position: absolute;
  z-index: 4;
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid var(--tech-brand);
  pointer-events: none;
}

.tech-home-landing__frame--tl {
  top: 0.55rem;
  left: 0.55rem;
  border-right: 0;
  border-bottom: 0;
}

.tech-home-landing__frame--tr {
  top: 0.55rem;
  right: 0.55rem;
  border-left: 0;
  border-bottom: 0;
}

.tech-home-landing__frame--bl {
  bottom: 0.55rem;
  left: 0.55rem;
  border-right: 0;
  border-top: 0;
}

.tech-home-landing__frame--br {
  bottom: 0.55rem;
  right: 0.55rem;
  border-left: 0;
  border-top: 0;
}

.tech-home-landing__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  cursor: pointer;
}

.tech-home-landing__play-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 10, 36, 0.28);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.tech-home-landing__play-overlay[hidden] {
  display: none !important;
}

.tech-home-landing__play-overlay-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(5, 12, 28, 0.72);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 8, 28, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tech-home-landing__play-overlay-icon .fa-play {
  margin-left: 0.2rem;
  font-size: 1.35rem;
}

.tech-home-landing__play-overlay:hover .tech-home-landing__play-overlay-icon,
.tech-home-landing__play-overlay:focus .tech-home-landing__play-overlay-icon {
  transform: scale(1.06);
  background: rgba(8, 106, 216, 0.42);
  border-color: rgba(8, 106, 216, 0.65);
}

.tech-home-landing__play-overlay:focus {
  outline: none;
}

.tech-home-landing__media-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: 0;
  padding: 1.05rem 1.25rem 1.5rem;
  font-size: clamp(0.8rem, 1.2vw, 0.92rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.94);
  background: linear-gradient(0deg, transparent 0%, rgba(0, 8, 28, 0.72) 42%, rgba(0, 8, 28, 0.94) 100%);
  pointer-events: none;
  z-index: 2;
}

.tech-home-landing__media-controls {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  pointer-events: none;
}

.tech-home-landing__media-controls > * {
  pointer-events: auto;
}

.tech-home-landing__media-btn,
.tech-home-landing__sound-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 12, 28, 0.72);
  color: #fff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tech-home-landing__media-btn:hover,
.tech-home-landing__media-btn:focus,
.tech-home-landing__sound-btn:hover,
.tech-home-landing__sound-btn:focus {
  background: rgba(8, 106, 216, 0.22);
  border-color: rgba(8, 106, 216, 0.5);
  outline: none;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.tech-home-landing__media-btn--youtube {
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  flex-shrink: 0;
}

.tech-home-landing__media-btn--youtube .fab {
  color: #ff4e45;
  font-size: 1.05rem;
  line-height: 1;
}

.tech-home-landing__media-btn--youtube:hover,
.tech-home-landing__media-btn--youtube:focus {
  background: rgba(255, 78, 69, 0.18);
  border-color: rgba(255, 78, 69, 0.45);
}

.tech-home-landing__sound-icon {
  font-size: 0.9rem;
  line-height: 1;
  width: 1rem;
  text-align: center;
}

.tech-home-landing__sound-btn.is-muted .tech-home-landing__sound-icon--on,
.tech-home-landing__sound-btn:not(.is-muted) .tech-home-landing__sound-icon--muted {
  display: none;
}

.tech-home-landing__sound-btn:not(.is-muted) .tech-home-landing__sound-icon--on {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .tech-home-landing__sound-label {
    display: none;
  }

  .tech-home-landing__sound-btn {
    padding: 0.65rem;
  }

  .tech-home-landing__media-controls {
    right: 0.65rem;
    bottom: 0.65rem;
  }
}

/* Feature cards — estilo corporativo numerado (distinto a CQI glass) */
.tech-home-landing__features {
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.tech-home-landing__card {
  position: relative;
  display: block;
  height: 100%;
  padding: 1.2rem 1.15rem 1.15rem 1.2rem;
  border-radius: 0.45rem;
  background: rgba(2, 23, 74, 0.72);
  border: 1px solid rgba(8, 106, 216, 0.22);
  border-left: 3px solid var(--tech-brand);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.tech-home-landing__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 16, 58, 0.45);
  border-color: rgba(8, 106, 216, 0.5);
  background: rgba(8, 42, 106, 0.88);
  color: inherit;
  text-decoration: none;
}

.tech-home-landing__card-index {
  position: absolute;
  top: 0.7rem;
  right: 0.85rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(58, 140, 255, 0.75);
}

.tech-home-landing__card-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.35rem;
  background: rgba(8, 106, 216, 0.1);
  border: 1px solid rgba(8, 106, 216, 0.28);
  color: var(--tech-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
}

.tech-home-landing__card h3 {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--tech-text);
  margin-bottom: 0.45rem;
  line-height: 1.35;
  padding-right: 1.5rem;
}

.tech-home-landing__card p {
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(140, 152, 172, 0.95);
  margin: 0;
}

.tech-home-landing__card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.tech-home-landing__card-list li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(140, 152, 172, 0.95);
}

.tech-home-landing__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgba(157, 176, 204, 0.75);
}

.tech-home-landing__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 106, 216, 0.35), transparent);
  margin: 0;
  border: 0;
}

/* Aviso de cierre automático + botón Continuar */
.tech-home-landing__exit-ui {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  z-index: 10105;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: min(92vw, 22rem);
  pointer-events: none;
}

.tech-home-landing__auto-hint {
  margin: 0;
  padding: 0 0.25rem;
  min-height: 1.25rem;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(232, 236, 244, 0.68);
  opacity: 0;
  animation: techHomeAutoHintIn 0.5s ease 1.35s forwards;
}

.tech-home-landing__auto-hint.is-paused,
.tech-home-landing__auto-hint.is-counting {
  color: rgba(58, 140, 255, 0.92);
}

@keyframes techHomeAutoHintIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tech-home-landing__scroll-btn {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 1;
  transform: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 1.45rem;
  border: 1px solid rgba(8, 106, 216, 0.4);
  border-radius: 0.4rem;
  background: rgba(2, 23, 74, 0.78);
  color: rgba(232, 236, 244, 0.92);
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: auto;
  animation:
    techHomeScrollBtnIn 0.55s ease 1s forwards,
    techHomeScrollBreathe 2.6s ease-in-out 1.55s infinite;
  will-change: transform, background-color, box-shadow, opacity;
}

.tech-home-landing__exit-ui .tech-home-landing__scroll-btn {
  pointer-events: auto;
}

.tech-home-landing__scroll-btn-icon {
  font-size: 1.1rem;
  line-height: 1;
  color: var(--tech-brand);
}

.tech-home-landing__scroll-btn-label {
  line-height: 1;
}

.tech-home-landing__scroll-btn:hover,
.tech-home-landing__scroll-btn:focus {
  animation-play-state: paused, paused;
  background: rgba(8, 106, 216, 0.28);
  color: #fff;
  outline: none;
  box-shadow: 0 8px 28px rgba(8, 106, 216, 0.3);
}

.tech-home-landing--dismissed .tech-home-landing__scroll-btn {
  display: none;
}

@keyframes techHomeScrollBtnIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes techHomeScrollBreathe {
  0%,
  100% {
    transform: scale(1);
    background-color: rgba(0, 10, 46, 0.45);
    box-shadow: 0 0 0 0 rgba(8, 106, 216, 0);
  }
  50% {
    transform: scale(1.07);
    background-color: rgba(0, 26, 82, 0.62);
    box-shadow: 0 6px 24px rgba(8, 106, 216, 0.22);
  }
}

@media (max-width: 991.98px) {
  .tech-home-landing {
    padding: 1.35rem 0 5rem;
  }
  .tech-home-landing__brand {
    margin-bottom: 1.1rem;
  }

  .tech-home-landing__company-logo img {
    max-height: 3.25rem;
    max-width: min(230px, 54vw);
  }

  .tech-home-landing__iso {
    gap: 0.7rem;
    padding: 0.35rem 0.8rem 0.35rem 0.35rem;
  }

  .tech-home-landing__iso-badge {
    width: 3.35rem;
    height: 3.35rem;
  }

  .tech-home-landing__iso-copy strong {
    font-size: 0.78rem;
  }

  .tech-home-landing__iso-copy > span {
    font-size: 0.7rem;
  }

  .tech-home-landing__media {
    border-radius: 1rem;
  }

  .tech-home-landing__media-caption {
    padding: 0.85rem 0.9rem 1.2rem;
  }

  .tech-home-landing__title {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  .tech-home-landing__exit-ui {
    bottom: 1.25rem;
  }

  .tech-home-landing__scroll-btn {
    padding: 0.75rem 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-home-landing__scroll-btn {
    animation: techHomeScrollBtnIn 0.01s ease 1s forwards;
  }

  .tech-home-landing--exiting {
    transition: none;
    transform: none;
    opacity: 0;
  }
}
