:root {
  --color-negro: #211f21;
  --color-gris-panel: #2a282a;
  --color-gris-card: #2d2d2d;
  --color-gris-soft: #121112;
  --color-rosado: #d73e74;
  --color-amarillo: #f8d541;
  --color-blanco: #ffffff;
  --color-blanco-suave: #ededed;
  --color-texto-muted: rgba(255, 255, 255, 0.8);
  --color-texto-soft: rgba(255, 255, 255, 0.7);
  --color-texto-faint: rgba(255, 255, 255, 0.5);
  --color-texto-dim: rgba(255, 255, 255, 0.4);
  --color-border-light: rgba(255, 255, 255, 0.05);
  --color-border-ui: rgba(255, 255, 255, 0.1);
  --color-border-card: rgba(255, 255, 255, 0.2);
  --color-hero-cream: #fffdfc;
  --font-poppins: "Poppins", sans-serif;
  --font-inter: "Inter", sans-serif;
  --gradient-brand: linear-gradient(
    180deg,
    rgba(255, 63, 164, 0.9) 0%,
    rgba(255, 47, 109, 0.9) 54.533%,
    rgba(255, 31, 61, 0.8) 84.344%,
    rgba(255, 42, 26, 0.8) 100%
  );
  --gradient-hero-overlay: linear-gradient(
    180deg,
    rgba(255, 63, 164, 0.54) 0%,
    rgba(255, 47, 109, 0.54) 54.533%,
    rgba(255, 31, 61, 0.48) 84.344%,
    rgba(255, 42, 26, 0.48) 100%
  );
  /* Hero variante slide 2 (844:1513): capas con opacidad distinta al slide 1 */
  --gradient-hero-overlay-2: linear-gradient(
    180deg,
    rgba(255, 63, 164, 0.45) 0%,
    rgba(255, 47, 109, 0.45) 54.533%,
    rgba(255, 31, 61, 0.4) 84.344%,
    rgba(255, 42, 26, 0.4) 100%
  );
  --gradient-hero-overlay-2-muted: linear-gradient(
    180deg,
    rgba(255, 63, 164, 0.36) 0%,
    rgba(255, 47, 109, 0.36) 54.533%,
    rgba(255, 31, 61, 0.32) 84.344%,
    rgba(255, 42, 26, 0.32) 100%
  );
  --gradient-cta-text: linear-gradient(180deg, #f8d541 0%, #d73e74 100%);
  --gradient-cta-btn: linear-gradient(
    180deg,
    #ec699b 0%,
    #ea6698 7.14%,
    #e86294 14.29%,
    #e65f91 21.43%,
    #e45c8d 28.57%,
    #e2588a 35.71%,
    #e05587 42.86%,
    #de5183 50%,
    #dc4d80 57.14%,
    #da4a7d 64.29%,
    #d84679 71.43%,
    #d64276 78.57%,
    #d43e72 85.71%,
    #d23a6f 92.86%,
    #d0366c 100%
  );
  --shadow-card: 0 8px 32px rgba(31, 38, 135, 0.2);
  --shadow-elevated: 0 20px 40px rgba(215, 62, 116, 0.5);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --radius-xxl: 32px;
  --radius-pill: 9999px;
  --space-frame: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-negro);
  font-family: var(--font-poppins);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.desktop-home {
  position: relative;
  width: var(--space-frame);
  min-height: 7880px;
  margin: 0 auto;
  background: var(--color-negro);
  overflow: hidden;
}

/* --- Navbar (762:1948) --- */
.desktop-home__navbar {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: 1219.75px;
  height: 81px;
  align-items: center;
  justify-content: space-between;
  padding: 0 38px;
  border: 1px solid var(--color-border-ui);
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(46, 46, 46, 0.9) 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}

.desktop-home--nav-open .desktop-home__navbar {
  z-index: 201;
}

.desktop-home__navbar-menu {
  display: flex;
  width: 28.75px;
  height: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.desktop-home__navbar-menu img {
  width: 28.75px;
  height: 20px;
}

.desktop-home__navbar-logo {
  position: absolute;
  top: 29.09px;
  left: 50%;
  width: 229px;
  height: 20.825px;
  transform: translateX(-50%);
  pointer-events: none;
}

.desktop-home__navbar-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-home__navbar-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
}

.desktop-home__lang {
  position: relative;
  width: 125px;
  height: 50px;
}

.desktop-home__lang-pill {
  position: absolute;
  inset: 0 47.2% 0 0;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
}

.desktop-home__lang-ring {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-ui);
  pointer-events: none;
}

.desktop-home__lang-active {
  position: absolute;
  top: 13px;
  left: 19px;
  background: var(--gradient-cta-btn);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}

.desktop-home__lang-line {
  position: absolute;
  top: 40px;
  left: 8%;
  width: calc(100% - 8% - 57.6%);
  height: 2px;
}

.desktop-home__lang-line img {
  width: 100%;
  height: 2px;
}

.desktop-home__lang-btn {
  position: absolute;
  top: 0;
  right: 5.6%;
  bottom: 0;
  left: 56%;
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--color-blanco-suave);
  text-align: center;
  cursor: pointer;
}

.desktop-home__navbar-cta {
  display: flex;
  width: 128px;
  height: 50px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 30px;
  background: var(--gradient-cta-btn);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--color-blanco);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-home__navbar-menu:focus-visible,
.desktop-home__navbar-cta:focus-visible,
.desktop-home__lang-btn:focus-visible {
  outline: 2px solid var(--color-rosado);
  outline-offset: 3px;
}

/* --- Hero --- */
.desktop-home__hero {
  position: relative;
  height: 703px;
  width: 1440px;
  left: -4px;
}

.desktop-home__hero-bg {
  position: absolute;
  inset: 0;
  width: 1440px;
  height: 703px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-home__hero-bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 703px;
  transform: scaleY(-1) rotate(180deg);
  transform-origin: center;
}

.desktop-home__hero-bg-layer--muted {
  opacity: 0.3;
}

.desktop-home__hero-bg-img {
  position: absolute;
  width: 113.56%;
  height: 138.84%;
  left: -7.41%;
  top: -13.61%;
  max-width: none;
  object-fit: cover;
}

.desktop-home__hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero-overlay);
}

.desktop-home__hero-bg-layer--muted .desktop-home__hero-bg-img {
  opacity: 0.6;
}

.desktop-home__hero-bg-img--1,
.desktop-home__hero-bg-img--2,
.desktop-home__hero-bg-img--3 {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.desktop-home__hero[data-hero-slide="1"] .desktop-home__hero-bg-img--1,
.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-bg-img--2,
.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-bg-img--3 {
  opacity: 1;
}

.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-bg-layer--base .desktop-home__hero-bg-gradient {
  background: var(--gradient-hero-overlay-2);
}

.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-bg-layer--muted .desktop-home__hero-bg-gradient {
  background: var(--gradient-hero-overlay-2-muted);
}

.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-bg-layer--base .desktop-home__hero-bg-gradient {
  background: var(--gradient-brand);
}

.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-bg-layer--muted .desktop-home__hero-bg-img {
  opacity: 1;
}

.desktop-home__hero-portrait {
  position: absolute;
  left: 834px;
  top: 0;
  width: 609px;
  height: 703px;
  overflow: hidden;
  pointer-events: none;
  transition: left 0.35s ease, width 0.35s ease;
}

.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-portrait {
  left: 1px;
  width: 603px;
}

.desktop-home__hero-portrait-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.35s ease;
}

.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-portrait-inner {
  transform: scaleY(-1) rotate(180deg);
}

.desktop-home__hero-portrait-img {
  position: absolute;
  max-width: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.desktop-home__hero[data-hero-slide="1"] .desktop-home__hero-portrait-img--1,
.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-portrait-img--2,
.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-portrait-img--3 {
  opacity: 1;
}

.desktop-home__hero-portrait-img--1 {
  width: 252.69%;
  height: 122.19%;
  left: -76.43%;
  top: -22.19%;
}

.desktop-home__hero-portrait-img--2 {
  width: 275.45%;
  height: 136.2%;
  left: -78.46%;
  top: -36.13%;
}

.desktop-home__hero-portrait-img--3 {
  width: 207.11%;
  height: 100.01%;
  left: -24.5%;
  top: 0;
}

.desktop-home__hero-nav {
  position: absolute;
  top: 315px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.desktop-home__hero-nav-img {
  position: absolute;
  inset: 0;
  width: 46px;
  height: 46px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.desktop-home__hero[data-hero-slide="1"] .desktop-home__hero-nav-img--1,
.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-nav-img--2,
.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-nav-img--3 {
  opacity: 1;
}

.desktop-home__hero-nav--prev {
  left: 91px;
  transform: scaleY(-1) rotate(180deg);
}

.desktop-home__hero-nav--next {
  left: 1294px;
  transform: scaleY(-1);
}

.desktop-home__hero-dots {
  position: absolute;
  left: 50%;
  bottom: 5.83%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 3.43px;
  width: 67px;
}

.desktop-home__hero-dot {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: var(--radius-pill);
  border: 1.143px solid var(--color-blanco);
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.desktop-home__hero-dot:focus-visible {
  outline: 2px solid var(--color-rosado);
  outline-offset: 2px;
}

.desktop-home__hero[data-hero-slide="1"] .desktop-home__hero-dot:nth-child(1),
.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-dot:nth-child(2),
.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-dot:nth-child(3) {
  width: 43.429px;
  background: var(--color-rosado);
}

.desktop-home__hero-copy {
  position: absolute;
  left: 190px;
  top: 242px;
  width: 576px;
  display: grid;
  transition: left 0.35s ease, top 0.35s ease;
}

.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-copy {
  left: calc(41.67% + 61px);
  top: 232px;
}

.desktop-home__hero-copy-slide {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-self: start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.desktop-home__hero[data-hero-slide="1"] .desktop-home__hero-copy-slide--1,
.desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-copy-slide--2,
.desktop-home__hero[data-hero-slide="3"] .desktop-home__hero-copy-slide--3 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-home__hero-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: var(--color-hero-cream);
}

.desktop-home__hero-title--h1 {
  font-size: 48px;
  line-height: 58px;
}

.desktop-home__hero-copy-slide--2 .desktop-home__hero-title--h1 {
  max-width: 613px;
}

.desktop-home__hero-title--italic {
  font-style: italic;
}

.desktop-home__hero-lead {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: var(--color-hero-cream);
}

.desktop-home__hero-em {
  font-weight: 700;
}

.desktop-home__hero-cta {
  width: 161px;
  height: 50px;
}

.desktop-home__hero-cta--placeholder {
  flex-shrink: 0;
}

.desktop-home__hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 161px;
  min-height: 50px;
  padding: 10px 16px;
  border-radius: 30px;
  border: none;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  color: var(--color-blanco);
  background-image: var(--gradient-cta-btn);
  cursor: pointer;
}

.desktop-home__hero-cta-btn:hover {
  filter: brightness(1.06);
}

.desktop-home__hero-cta-btn:focus-visible {
  outline: 2px solid var(--color-rosado);
  outline-offset: 3px;
}

/* --- Sobre mí --- */
.desktop-home__sobre {
  position: relative;
  left: -4px;
  top: 0;
  width: 1440px;
  min-height: 941px;
  padding: 96px 0 0;
  background: var(--color-negro);
  border-top: 1px solid var(--color-border-light);
  z-index: 2;
}

.desktop-home__sobre-inner {
  position: relative;
  width: 1143px;
  margin-left: 97px;
  min-height: 811px;
}

.desktop-home__sobre-top {
  position: relative;
  padding: 0 32px;
  min-height: 491px;
}

.desktop-home__sobre-intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 416px;
}

.desktop-home__sobre-kicker {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: var(--color-rosado);
}

.desktop-home__sobre-heading {
  margin: 8px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--color-blanco);
}

.desktop-home__sobre-text {
  margin: 32px 0 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  text-align: justify;
  color: var(--color-texto-muted);
  max-width: 500px;
}

.desktop-home__sobre-text + .desktop-home__sobre-text {
  margin-top: 24px;
  max-width: 490px;
}

.desktop-home__sobre-timeline {
  position: absolute;
  left: 553px;
  top: 0;
  width: 608px;
  height: 491px;
}

.desktop-home__sobre-timeline-line {
  position: absolute;
  left: 23px;
  width: 1px;
  background: var(--color-rosado);
}

.desktop-home__sobre-timeline-line--upper {
  top: 16px;
  height: 159px;
}

.desktop-home__sobre-timeline-line--lower {
  top: 168px;
  height: 159px;
}

.desktop-home__sobre-node {
  position: absolute;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: var(--radius-pill);
}

.desktop-home__sobre-node--pink {
  top: 6px;
  background: var(--color-rosado);
}

.desktop-home__sobre-node--yellow {
  top: 160px;
  background: var(--color-amarillo);
}

.desktop-home__sobre-node--last {
  top: 314px;
  background: var(--color-rosado);
}

.desktop-home__sobre-timeline-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.desktop-home__sobre-item {
  position: absolute;
  left: 64px;
  width: 544px;
}

.desktop-home__sobre-item:nth-child(1) {
  top: 0;
}

.desktop-home__sobre-item:nth-child(2) {
  top: 154px;
}

.desktop-home__sobre-item:nth-child(3) {
  top: 308px;
}

.desktop-home__sobre-item-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-blanco);
}

.desktop-home__sobre-item-text {
  margin: 8px 0 0;
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-texto-soft);
  max-width: 544px;
}

.desktop-home__sobre-item:nth-child(1) .desktop-home__sobre-item-text,
.desktop-home__sobre-item:nth-child(3) .desktop-home__sobre-item-text {
  max-width: 485px;
}

.desktop-home__sobre-cards {
  display: flex;
  gap: 21px;
  margin-top: 56px;
  width: 1237px;
  perspective: 1100px;
}

.desktop-home__sobre-card {
  position: relative;
  width: 294px;
  height: 243px;
  flex-shrink: 0;
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease;
  transform-style: preserve-3d;
}

.desktop-home__sobre-card:nth-child(3),
.desktop-home__sobre-card:nth-child(4) {
  width: 293px;
}

.desktop-home__sobre-card-bg {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-sm);
  border: 2px solid rgba(255, 63, 164, 0.9);
  background: var(--gradient-brand);
  box-shadow: 0 0 30px rgba(215, 62, 116, 0.15);
}

.desktop-home__sobre-card-glow {
  position: absolute;
  left: 193px;
  top: 0;
  width: 102px;
  height: 93px;
  opacity: 0.2;
  filter: blur(70px);
  border-radius: var(--radius-pill);
  background: linear-gradient(
    137.64deg,
    #f8d541 0%,
    #f7cb4a 7.14%,
    #f5c251 14.29%,
    #f4b857 21.43%,
    #f2ae5c 28.57%,
    #f0a461 35.71%,
    #ee9a64 42.86%,
    #eb9068 50%,
    #e9866a 57.14%,
    #e67b6d 64.29%,
    #e4706f 71.43%,
    #e16571 78.57%,
    #de5972 85.71%,
    #da4c73 92.86%,
    #d73e74 100%
  );
}

.desktop-home__sobre-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 0 24px;
}

.desktop-home__sobre-card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-card);
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5496px;
  color: rgba(255, 255, 255, 0.8);
}

.desktop-home__sobre-card-link {
  position: relative;
  width: 41px;
  height: 41px;
  display: block;
}

.desktop-home__sobre-card-link img:first-child {
  position: absolute;
  left: 2.83px;
  top: 2.83px;
  width: 35.345px;
  height: 35.345px;
}

.desktop-home__sobre-card-link-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  color: var(--color-negro);
  pointer-events: none;
}

.desktop-home__sobre-card-arrow-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.desktop-home__sobre-card-title {
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 100px;
  width: 247px;
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: var(--color-blanco-suave);
}

.desktop-home__sobre-card-title--low {
  top: 131px;
  width: 222px;
}

.desktop-home__sobre-card-title--split {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 222px;
}

.desktop-home__sobre-card-line {
  line-height: 31px;
}

.desktop-home__sobre-card-bar {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 47.99px;
  width: 47.971px;
  height: 4.007px;
  border-radius: var(--radius-pill);
  background: var(--color-blanco-suave);
  transform: scaleY(-1) rotate(180deg);
}

/* Panel hover tarjetas trayectoria (patrón 882:696): capa única por <article> */
.desktop-home__sobre-card-detail {
  position: absolute;
  inset: 0;
  z-index: 4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 20px 24px;
  border-radius: var(--radius-sm);
  background: var(--color-negro);
  box-shadow: 0 0 60px rgba(215, 62, 116, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-bg,
.desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-glow,
.desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-head,
.desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-title,
.desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-bar {
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.desktop-home__sobre-card--has-hover-detail:hover .desktop-home__sobre-card-detail {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-home__sobre-card--has-hover-detail:hover .desktop-home__sobre-card-bg,
.desktop-home__sobre-card--has-hover-detail:hover .desktop-home__sobre-card-glow,
.desktop-home__sobre-card--has-hover-detail:hover .desktop-home__sobre-card-head,
.desktop-home__sobre-card--has-hover-detail:hover .desktop-home__sobre-card-title,
.desktop-home__sobre-card--has-hover-detail:hover .desktop-home__sobre-card-bar {
  opacity: 0;
  visibility: hidden;
}

.desktop-home__sobre-card-detail-title {
  margin: 0;
  max-width: 261px;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  background: var(--gradient-cta-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.desktop-home__sobre-card-detail-text {
  margin: 0;
  max-width: 261px;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-blanco-suave);
}

/* --- CTA banner --- */
.desktop-home__cta-banner {
  position: relative;
  left: -4px;
  width: 1440px;
  height: 366px;
  margin-top: -63px;
  background: var(--color-negro);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  z-index: 3;
}

.desktop-home__cta-banner-panel {
  position: absolute;
  left: 99px;
  top: 86px;
  width: 1249px;
  height: 216px;
  background: var(--color-gris-panel);
}

.desktop-home__cta-banner-inner {
  position: absolute;
  left: 99px;
  top: 86px;
  display: flex;
  align-items: center;
  gap: 101px;
  padding: 39px 64px 35px;
  width: 1235px;
  height: 176px;
}

.desktop-home__cta-banner-left {
  width: 546px;
}

.desktop-home__cta-banner-heading {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 42px;
  line-height: 50.4px;
  color: var(--color-blanco);
}

.desktop-home__cta-banner-line {
  display: block;
}

.desktop-home__cta-banner-line--gradient {
  max-width: fit-content;
  background: var(--gradient-cta-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.desktop-home__cta-banner-right {
  width: 388px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.desktop-home__cta-banner-text {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: rgba(255, 255, 255, 0.9);
}

.desktop-home__cta-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 161px;
  height: 50px;
  padding: 10px;
  border-radius: var(--radius-xl);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  color: var(--color-blanco);
  text-decoration: none;
  background: var(--gradient-cta-btn);
}

/* --- Main column --- */
.desktop-home__main {
  position: relative;
  left: -4px;
  width: 1444px;
  min-height: 5974px;
  margin-top: 23px;
  z-index: 5;
}

/* --- Servicios --- */
.desktop-home__servicios {
  position: relative;
  min-height: 862px;
  border-radius: var(--radius-xxl);
  background: var(--gradient-brand);
  overflow: hidden;
}

.desktop-home__servicios-header {
  position: absolute;
  left: 119px;
  top: -13px;
  width: calc(100% - 270px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  height: auto;
  min-height: 138px;
}

.desktop-home__servicios-kicker {
  margin: 0;
  padding-top: 27px;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4395px;
  color: var(--color-negro);
}

.desktop-home__servicios-heading-wrap {
  position: relative;
  margin-top: 0;
}

.desktop-home__servicios-heading {
  position: relative;
  margin: 0;
  height: 105.594px;
  font-size: 48px;
  line-height: 52.8px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--color-blanco);
}

.desktop-home__servicios-heading-strong {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
}

.desktop-home__servicios-heading-light {
  position: absolute;
  left: 170px;
  top: 2px;
  font-family: var(--font-poppins);
  font-weight: 300;
}

.desktop-home__servicios-rule {
  display: block;
  margin-top: 4.59px;
  width: 48px;
  height: 2px;
  background: var(--color-blanco-suave);
}

.desktop-home__servicios-grid-wrap {
  position: absolute;
  left: 35px;
  top: 230px;
  width: 1215px;
  height: 632px;
}

.desktop-home__servicios-grid {
  position: relative;
  width: 1199px;
  height: 627px;
  margin-left: 47px;
  margin-top: -47px;
}

.desktop-home__svc-card {
  position: absolute;
  width: 383px;
  height: 300px;
}

.desktop-home__svc-card:nth-child(1) {
  left: 0;
  top: 0;
}

.desktop-home__svc-card:nth-child(2) {
  left: 407px;
  top: 0;
}

.desktop-home__svc-card:nth-child(3) {
  left: 815px;
  top: 0;
}

.desktop-home__svc-card:nth-child(4) {
  left: 0;
  top: 327px;
}

.desktop-home__svc-card:nth-child(5) {
  left: 417px;
  top: 327px;
}

.desktop-home__svc-card:nth-child(6) {
  left: 815px;
  top: 327px;
}

.desktop-home__svc-flip {
  width: 100%;
  height: 100%;
  perspective: 900px;
}

.desktop-home__svc-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.55s ease;
}

.desktop-home__svc-face {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-sm);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.desktop-home__svc-face--back {
  transform: rotateY(180deg);
}

.desktop-home__svc-back {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  border-radius: var(--radius-sm);
  background: var(--color-negro);
  box-shadow: var(--shadow-elevated);
}

.desktop-home__svc-card-inner {
  height: 100%;
  padding: 33px 33px 33px 33px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border-card);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.desktop-home__svc-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.desktop-home__svc-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-card);
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5496px;
}

.desktop-home__svc-num--dark {
  background: rgba(0, 0, 0, 0.2);
  color: var(--color-blanco);
  flex-shrink: 0;
}

.desktop-home__svc-back .desktop-home__svc-num--dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.desktop-home__svc-arrow {
  position: relative;
  width: 35.345px;
  height: 35.345px;
  display: block;
}

.desktop-home__svc-arrow img:first-child {
  width: 35.345px;
  height: 35.345px;
}

.desktop-home__svc-arrow img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 14.329px;
}

.desktop-home__svc-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 800;
  font-size: 30px;
  line-height: 37.5px;
  letter-spacing: 0.3955px;
  color: var(--color-blanco);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.desktop-home__svc-title--inter {
  font-family: var(--font-inter);
  font-weight: 800;
}

.desktop-home__svc-meta {
  min-height: 20px;
  width: 91.68px;
}

.desktop-home__svc-meta--icon {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}

.desktop-home__svc-title-dark {
  margin: 18px 0 0;
  max-width: 320px;
  width: 100%;
  font-family: var(--font-poppins);
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: var(--color-blanco-suave);
}

.desktop-home__svc-desc {
  max-width: 310px;
  width: 100%;
  margin: 14px 0 0;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3125px;
  color: var(--color-blanco-suave);
}

.desktop-home__svc-cta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  margin-top: auto;
  width: 100%;
  max-width: 320px;
}

.desktop-home__svc-cta {
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.2496px;
  text-transform: uppercase;
  color: var(--color-rosado);
}

.desktop-home__svc-cta-icon {
  width: 16px;
  height: 16px;
}

/* --- Experiencia --- */
.desktop-home__experiencia {
  position: relative;
  min-height: 612px;
  padding: 9px 0 0;
  background: var(--color-negro);
}

.desktop-home__experiencia-header {
  padding: 0 102px;
  height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.desktop-home__experiencia-kicker {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4395px;
  color: var(--color-rosado);
}

.desktop-home__experiencia-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 45px;
  line-height: 75px;
  letter-spacing: -1.2363px;
  color: var(--color-blanco);
}

.desktop-home__experiencia-panel {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 1049px;
  height: 390px;
  background: var(--color-gris-panel);
  border: 1px solid var(--color-border-light);
  border-radius: 40px;
}

.desktop-home__experiencia-copy {
  position: absolute;
  left: 48px;
  top: 140.5px;
  width: 618px;
}

.desktop-home__experiencia-sub {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.3955px;
  color: var(--color-blanco-suave);
  max-width: 295px;
}

.desktop-home__experiencia-grid {
  position: absolute;
  left: 414px;
  top: 37px;
  display: grid;
  grid-template-columns: 265px 264px;
  grid-template-rows: 147px 147px;
  gap: 19px 19px;
}

.desktop-home__exp-card {
  background: var(--color-negro);
  border: 1px solid var(--color-border-light);
  border-radius: 16px;
  padding: 17px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.desktop-home__exp-logo {
  height: 26.457px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
  object-position: left center;
}

.desktop-home__exp-logo--cba {
  height: 37px;
  max-width: 98px;
}

.desktop-home__exp-role {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-rosado);
}

.desktop-home__exp-desc {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #99a1af;
  letter-spacing: -0.1504px;
}

/* --- Internacional --- */
.desktop-home__intl {
  position: relative;
  display: flex;
  min-height: 589px;
  border-top: 1px solid var(--color-border-light);
}

.desktop-home__intl-left {
  position: relative;
  width: 730px;
  min-height: 588px;
}

.desktop-home__intl-photo {
  position: absolute;
  left: -2px;
  top: 0;
  width: 716px;
  height: 588px;
  opacity: 0.3;
  overflow: hidden;
}

.desktop-home__intl-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-home__intl-copy {
  position: absolute;
  left: 80px;
  top: 135.08px;
  width: 608px;
}

.desktop-home__intl-kicker {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: var(--color-rosado);
}

.desktop-home__intl-title {
  margin: 8px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 48px;
  line-height: 52.8px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--color-blanco);
}

.desktop-home__intl-lead {
  margin: 58px 0 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 22.75px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 535px;
}

.desktop-home__intl-quote {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--color-rosado);
  max-width: 448px;
}

.desktop-home__intl-quote p {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-rosado);
}

.desktop-home__intl-logos {
  flex: 1;
  background: var(--color-gris-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 57px;
  padding: 64px 96px;
}

.desktop-home__intl-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 116px;
  flex-wrap: wrap;
  max-width: 580px;
}

.desktop-home__intl-row img {
  max-height: 61px;
  width: auto;
  object-fit: contain;
}

.desktop-home__intl-hm {
  width: 83px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-home__intl-mbs img {
  max-height: 40px;
}

/* --- Testimonios --- */
.desktop-home__testimonios {
  position: relative;
  min-height: 644px;
  padding: 0 0 40px;
  background: var(--color-gris-panel);
}

.desktop-home__testimonios-header {
  padding: 0 132px;
  height: 203px;
  display: flex;
  align-items: flex-start;
}

.desktop-home__testimonios-title {
  margin: 44px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 45px;
  line-height: 75px;
  letter-spacing: -1.2363px;
  color: var(--color-blanco);
}

.desktop-home__testimonios-row {
  position: relative;
  margin: 0 auto;
  width: 1215px;
  height: 388px;
}

.desktop-home__test-card {
  position: absolute;
  top: 0;
  width: 384px;
  min-height: 405px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-border-light);
  background: linear-gradient(
    133.48deg,
    #262626 0%,
    #242424 20%,
    #212121 40%,
    #1f1f1f 60%,
    #1c1c1c 80%,
    #1a1a1a 100%
  );
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
}

.desktop-home__test-card:nth-child(1) {
  left: 0;
}

.desktop-home__test-card:nth-child(2) {
  left: 416px;
  width: 383px;
}

.desktop-home__test-card:nth-child(3) {
  left: 831px;
}

.desktop-home__test-icon {
  width: 40px;
  height: 40px;
}

.desktop-home__test-text {
  margin: 26px 0 0;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 29.25px;
  color: var(--color-texto-muted);
}

.desktop-home__test-card:nth-child(2) .desktop-home__test-text {
  margin-top: 30px;
}

.desktop-home__test-card:nth-child(3) .desktop-home__test-text {
  margin-top: 33px;
}

.desktop-home__test-footer {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.desktop-home__test-footer--avatar {
  position: relative;
  margin-top: 30px;
  padding-left: 72px;
}

.desktop-home__test-card:nth-child(3) .desktop-home__test-footer--avatar {
  margin-top: 33px;
}

.desktop-home__test-name {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-blanco);
}

.desktop-home__test-role {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-texto-faint);
}

.desktop-home__test-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39.992px;
  height: 39.992px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.desktop-home__test-link img {
  width: 12.013px;
  height: 12.57px;
}

.desktop-home__test-link--corner {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.desktop-home__test-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(255, 255, 255, 0.1);
  object-fit: cover;
}

.desktop-home__test-nav {
  position: absolute;
  right: 88px;
  top: 318px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: transparent;
  transform: scaleY(-1);
  cursor: pointer;
}

.desktop-home__dots {
  position: absolute;
  left: 774.14px;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 3.43px;
}

.desktop-home__dots--videos {
  left: 694px;
  bottom: 48px;
}

.desktop-home__dots--galeria {
  left: 679px;
  bottom: 48px;
}

.desktop-home__dots--articulos {
  left: 694px;
  bottom: 48px;
}

.desktop-home__dots-bar {
  width: 43.429px;
  height: 8px;
  border-radius: var(--radius-pill);
  background: var(--color-rosado);
  border: 1.143px solid var(--color-blanco);
}

.desktop-home__dots-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-pill);
  border: 1.143px solid var(--color-blanco);
}

/* --- Videos --- */
.desktop-home__videos {
  position: relative;
  min-height: 716px;
  padding: 40px 113px 80px;
  border-top: 1px solid var(--color-border-light);
  background: rgba(0, 0, 0, 0.2);
}

.desktop-home__videos-header {
  max-width: 1200px;
  margin-bottom: 0;
}

.desktop-home__videos-kicker {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4395px;
  color: var(--color-rosado);
  text-transform: capitalize;
}

.desktop-home__videos-title {
  margin: 12px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 45px;
  line-height: 75px;
  letter-spacing: -1.2363px;
  text-transform: capitalize;
  color: var(--color-blanco);
}

.desktop-home__videos-track {
  margin-top: 0;
  display: flex;
  gap: 44px;
  overflow: hidden;
  width: 1239px;
  height: 393px;
  padding-top: 0;
}

.desktop-home__video-card {
  width: 383.664px;
  flex-shrink: 0;
}

.desktop-home__video-thumb {
  position: relative;
  height: 285px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border-ui);
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.desktop-home__video-thumb img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-home__video-thumb-over {
  position: absolute;
  inset: 0;
  width: 138.78%;
  height: 99.97%;
  left: -19.16%;
  top: 0.01%;
  max-width: none;
}

.desktop-home__video-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.desktop-home__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-card);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-home__video-play img {
  width: 24px;
  height: 24px;
}

.desktop-home__video-play--accent {
  background: #d63c76;
}

.desktop-home__video-yt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-home__video-yt img {
  width: 90px;
  height: auto;
}

.desktop-home__video-time {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-ui);
  background: rgba(0, 0, 0, 0.6);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-blanco);
}

.desktop-home__video-tag {
  margin: 10px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-amarillo);
}

.desktop-home__video-title {
  margin: 10px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 20px;
  line-height: 27.5px;
  color: var(--color-blanco-suave);
}

.desktop-home__videos-nav {
  position: absolute;
  right: 87px;
  top: 348px;
  width: 46px;
  height: 46px;
  border: none;
  padding: 0;
  background: transparent;
  transform: scaleY(-1);
  cursor: pointer;
}

/* --- Galería --- */
.desktop-home__galeria {
  position: relative;
  min-height: 621px;
  padding: 51px 95px 80px;
  background: var(--color-gris-panel);
}

.desktop-home__galeria-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1122px;
}

.desktop-home__galeria-kicker {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4395px;
  color: var(--color-rosado);
  text-transform: capitalize;
}

.desktop-home__galeria-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 45px;
  line-height: 75px;
  letter-spacing: -1.2363px;
  text-transform: capitalize;
  color: var(--color-blanco);
}

.desktop-home__galeria-scroll {
  margin-top: 41px;
  overflow-x: auto;
  height: 326px;
}

.desktop-home__galeria-layout {
  display: flex;
  gap: 24px;
  width: 1568px;
  height: 326px;
}

.desktop-home__gal-card {
  position: relative;
  margin: 0;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border-ui);
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.desktop-home__gal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-home__gal-card figcaption {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 20px;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 20px;
  line-height: 27.5px;
  color: var(--color-blanco);
}

.desktop-home__gal-card--large {
  width: 475px;
  height: 326px;
}

.desktop-home__gal-card--large figcaption {
  font-size: 20px;
}

.desktop-home__gal-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 225.5px;
}

.desktop-home__gal-card--small {
  width: 225.5px;
  height: 151px;
}

.desktop-home__gal-card--small figcaption {
  left: 9px;
  bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.desktop-home__gal-card--wide {
  width: 415px;
  height: 326px;
}

.desktop-home__gal-card--wide::before,
.desktop-home__gal-card--large::before,
.desktop-home__gal-card--small::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.desktop-home__galeria-nav {
  position: absolute;
  right: 101px;
  top: 350px;
  width: 46px;
  height: 46px;
  border: none;
  padding: 0;
  background: transparent;
  transform: scaleY(-1);
  cursor: pointer;
}

/* --- Artículos --- */
.desktop-home__articulos {
  position: relative;
  min-height: 716px;
  padding: 40px 113px 80px;
  border-top: 1px solid var(--color-border-light);
}

.desktop-home__articulos-header {
  max-width: 1200px;
}

.desktop-home__articulos-kicker {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-rosado);
  text-transform: capitalize;
}

.desktop-home__articulos-title {
  margin: 12px 0 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 45px;
  line-height: 75px;
  letter-spacing: -1.2363px;
  color: var(--color-blanco);
  text-transform: capitalize;
}

.desktop-home__articulos-track {
  margin-top: 0;
  display: flex;
  gap: 44px;
  width: 1239px;
  height: 393px;
  overflow: hidden;
}

.desktop-home__art-card {
  width: 342px;
  height: 393px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: var(--color-gris-card);
  overflow: hidden;
}

.desktop-home__art-cover {
  height: 243px;
  background: #1e2939;
}

.desktop-home__art-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.desktop-home__art-body {
  height: 147px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.desktop-home__art-title {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 22.5px;
  letter-spacing: -0.4395px;
  color: var(--color-blanco);
}

.desktop-home__art-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-ui);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: var(--color-blanco);
  text-decoration: none;
  background: var(--gradient-cta-btn);
}

.desktop-home__art-btn img {
  width: 14px;
  height: 14px;
}

.desktop-home__articulos-nav {
  position: absolute;
  right: 75px;
  top: 348px;
  width: 46px;
  height: 46px;
  border: none;
  padding: 0;
  background: transparent;
  transform: scaleY(-1);
  cursor: pointer;
}

/* --- Hablemos --- */
.desktop-home__hablemos {
  position: relative;
  min-height: 808px;
  padding: 12px 114px 40px;
  background: var(--color-negro);
}

.desktop-home__hablemos-card {
  display: flex;
  width: 1200px;
  min-height: 741px;
  border-radius: var(--radius-xxl);
  background: var(--gradient-brand);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.desktop-home__hablemos-left {
  flex: 0 0 496px;
  padding: 221px 0 0 64px;
}

.desktop-home__hablemos-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  color: var(--color-blanco);
}

.desktop-home__hablemos-lead {
  margin: 24px 0 0;
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 24px;
  line-height: 33.6px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 378px;
}

.desktop-home__hablemos-social {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.desktop-home__hablemos-social-btn {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid var(--color-border-card);
  background: rgba(255, 255, 255, 0.1);
}

.desktop-home__hablemos-social-btn img {
  width: 28px;
  height: 28px;
}

.desktop-home__hablemos-form-wrap {
  flex: 1;
  padding: 64px 40px 40px;
  background: rgba(253, 253, 253, 0.98);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
}

.desktop-home__form {
  position: relative;
  width: 416px;
  padding-bottom: 80px;
}

.desktop-home__form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 27px;
}

.desktop-home__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 196px;
}

.desktop-home__field--grow {
  width: 203px;
}

.desktop-home__field--block {
  width: 100%;
  margin-bottom: 27px;
}

.desktop-home__field label {
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  color: rgba(33, 31, 33, 0.72);
}

.desktop-home__field input,
.desktop-home__field textarea,
.desktop-home__select select {
  width: 100%;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  background: rgba(245, 245, 245, 0.9);
  font-family: var(--font-poppins);
  font-size: 15px;
  padding: 12px 16px;
  color: var(--color-negro);
}

.desktop-home__field textarea {
  min-height: 93px;
  resize: vertical;
}

.desktop-home__field input::placeholder,
.desktop-home__field textarea::placeholder {
  color: rgba(33, 31, 33, 0.3);
}

.desktop-home__select {
  position: relative;
}

.desktop-home__select select {
  appearance: none;
  padding-right: 28px;
}

.desktop-home__select-chevron {
  position: absolute;
  right: 10px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.desktop-home__form-submit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 204.961px;
  height: 56px;
  border: none;
  border-radius: 20px;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  color: var(--color-blanco);
  cursor: pointer;
  background: var(--gradient-cta-btn);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* --- Footer --- */
.desktop-home__footer {
  padding: 49px 72px 40px;
  background: var(--color-negro);
  border-top: 1px solid var(--color-border-light);
}

.desktop-home__footer-main {
  display: flex;
  gap: 32px;
  padding: 0 48px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.desktop-home__footer-brand {
  max-width: 320px;
}

.desktop-home__footer-name {
  margin: 0;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2.5605px;
  text-transform: uppercase;
  color: var(--color-blanco);
}

.desktop-home__footer-name-accent {
  color: var(--color-rosado);
}

.desktop-home__footer-tagline {
  margin: 16px 0 0;
  font-family: var(--font-poppins);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: var(--color-texto-faint);
}

.desktop-home__footer-mark {
  margin-top: 26px;
  width: 81px;
  height: 54px;
  object-fit: contain;
}

.desktop-home__footer-nav-title {
  margin: 0 0 16px;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: var(--color-rosado);
}

.desktop-home__footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.desktop-home__footer-links a {
  font-family: var(--font-poppins);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.desktop-home__footer-email {
  margin: 28px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-poppins);
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.desktop-home__footer-email img {
  width: 16px;
  height: 16px;
}

.desktop-home__footer-bottom {
  margin-top: 83px;
  padding: 24px 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-home__footer-copy {
  margin: 0;
  font-family: var(--font-poppins);
  font-size: 12px;
  line-height: 16px;
  color: var(--color-texto-dim);
}

.desktop-home__footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.desktop-home__footer-rule {
  width: 1px;
  height: 32px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-ui);
}

.desktop-home__footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.591px;
  height: 30.591px;
  border-radius: 9.179px;
  background: rgba(255, 255, 255, 0.1);
}

.desktop-home__footer-social a img {
  width: 15px;
  height: 15px;
}

/* --- Menú overlay (642:1233 escritorio / 672:617 móvil) --- */
html.desktop-home-page--nav-open,
html.desktop-home-page--nav-open body {
  overflow: hidden;
}

.desktop-home__nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
}

.desktop-home__nav-scrim {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.68);
  cursor: pointer;
}

.desktop-home__nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: min(920px, calc(100vw - 32px));
  flex-direction: column;
  align-items: stretch;
  padding: 88px 56px 48px 64px;
  border-left: 1px solid var(--color-border-ui);
  background: rgba(26, 24, 26, 0.95);
  box-shadow: -24px 0 48px rgba(0, 0, 0, 0.45);
}

.desktop-home__nav-drawer::before {
  content: "";
  position: absolute;
  left: -25%;
  top: 38%;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: rgba(236, 105, 155, 0.06);
  filter: blur(100px);
  pointer-events: none;
}

.desktop-home__nav-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  min-height: 0;
}

.desktop-home__nav-main {
  flex: 1;
  min-width: 0;
}

.desktop-home__nav-aside {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  padding-top: 6px;
}

.desktop-home__nav-aside-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-rosado);
}

.desktop-home__nav-mail {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.desktop-home__nav-mail:hover,
.desktop-home__nav-mail:focus-visible {
  color: var(--color-rosado);
}

.desktop-home__nav-mail img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.desktop-home__nav-mail span {
  overflow-wrap: anywhere;
  text-align: right;
}

.desktop-home__nav-social {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-ui);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.desktop-home__nav-social:hover,
.desktop-home__nav-social:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.desktop-home__nav-social:focus-visible {
  outline: 2px solid var(--color-rosado);
  outline-offset: 3px;
}

.desktop-home__nav-social img {
  width: 22px;
  height: 22px;
}

.desktop-home__nav-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: 1px solid var(--color-border-ui);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-blanco);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.desktop-home__nav-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.desktop-home__nav-list a {
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--color-blanco);
  text-decoration: none;
}

.desktop-home__nav-list a:hover,
.desktop-home__nav-list a:focus-visible {
  color: var(--color-rosado);
}

.desktop-home__nav-list a.desktop-home__nav-cta:hover,
.desktop-home__nav-list a.desktop-home__nav-cta:focus-visible {
  color: var(--color-blanco);
  filter: brightness(1.05);
}

.desktop-home__nav-list a.desktop-home__nav-cta {
  display: inline-flex;
  margin-top: 8px;
  box-sizing: border-box;
  width: 128px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 30px;
  background: var(--gradient-cta-btn);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: var(--color-blanco);
}

.desktop-home__nav-close:focus-visible {
  outline: 2px solid var(--color-rosado);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .desktop-home__nav-drawer {
    right: auto;
    left: 0;
    width: 100%;
    align-items: stretch;
    padding: 120px 24px 40px;
    border-left: none;
    border-bottom: 1px solid var(--color-border-light);
    text-align: left;
  }

  .desktop-home__nav-drawer::before {
    left: -100px;
    top: 300px;
    width: 400px;
    height: 400px;
  }

  .desktop-home__nav-body {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .desktop-home__nav-aside {
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 32px;
  }

  .desktop-home__nav-mail span {
    text-align: left;
    overflow-wrap: anywhere;
  }

  .desktop-home__nav-list {
    align-items: flex-start;
    gap: 24px;
  }

  .desktop-home__nav-list a {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.2px;
  }

  .desktop-home__nav-close {
    top: 24px;
    right: 24px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 7px;
    transform: none;
    font-size: 24px;
  }

  /* --- Layout fluido (variante móvil vs frame 762:1322; alineado a ≤1024 con drawer) --- */
  body {
    overflow-x: hidden;
  }

  .desktop-home {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    overflow-x: hidden;
  }

  .desktop-home__navbar {
    width: calc(100% - 24px);
    max-width: none;
    height: auto;
    min-height: 72px;
    padding: 10px 16px;
  }

  .desktop-home__navbar-logo {
    top: 50%;
    width: min(200px, 46vw);
    height: auto;
    transform: translate(-50%, -50%);
  }

  .desktop-home__navbar-actions {
    gap: 12px;
  }

  .desktop-home__lang {
    width: 108px;
    height: 44px;
  }

  .desktop-home__lang-active {
    top: 11px;
    left: 14px;
    font-size: 14px;
  }

  .desktop-home__lang-btn {
    font-size: 14px;
  }

  .desktop-home__navbar-cta {
    width: auto;
    min-width: 104px;
    height: 44px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .desktop-home__hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    left: 0;
    height: auto;
    min-height: 0;
  }

  .desktop-home__hero-bg {
    position: relative;
    width: 100%;
    height: min(52vw, 320px);
    flex: 0 0 auto;
    order: 0;
  }

  .desktop-home__hero-bg-layer {
    width: 100%;
    height: 100%;
  }

  .desktop-home__hero-bg-img {
    width: 120%;
    height: 130%;
    left: -10%;
    top: -10%;
  }

  .desktop-home__hero-portrait {
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    width: 100%;
    height: min(62vw, 340px);
    margin-top: -12vw;
    pointer-events: auto;
  }

  .desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-portrait {
    left: auto;
    width: 100%;
  }

  .desktop-home__hero-portrait-inner {
    position: absolute;
    inset: 0;
  }

  .desktop-home__hero-portrait-img--1,
  .desktop-home__hero-portrait-img--2,
  .desktop-home__hero-portrait-img--3 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .desktop-home__hero-nav {
    position: absolute;
    top: auto;
    bottom: max(120px, 22vw);
    z-index: 2;
  }

  .desktop-home__hero-nav--prev {
    left: 12px;
  }

  .desktop-home__hero-nav--next {
    left: auto;
    right: 12px;
  }

  .desktop-home__hero-dots {
    position: absolute;
    bottom: max(72px, 14vw);
    left: 50%;
    transform: translateX(-50%);
  }

  .desktop-home__hero-copy {
    position: relative;
    order: 2;
    left: auto;
    top: auto;
    width: 100%;
    padding: 20px 20px 28px;
    min-height: 200px;
  }

  .desktop-home__hero[data-hero-slide="2"] .desktop-home__hero-copy {
    left: auto;
    top: auto;
  }

  .desktop-home__hero-copy-slide {
    gap: 20px;
  }

  .desktop-home__hero-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
  }

  .desktop-home__hero-title--h1 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
  }

  .desktop-home__hero-lead {
    font-size: 17px;
    line-height: 1.45;
  }

  .desktop-home__sobre {
    width: 100%;
    left: 0;
    min-height: 0;
    padding: 48px 0 32px;
  }

  .desktop-home__sobre-inner {
    width: 100%;
    margin-left: 0;
    min-height: 0;
    padding: 0 16px;
  }

  .desktop-home__sobre-top {
    min-height: 0;
    padding: 0;
  }

  .desktop-home__sobre-intro {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .desktop-home__sobre-heading {
    font-size: 36px;
    line-height: 1.1;
  }

  .desktop-home__sobre-text,
  .desktop-home__sobre-text + .desktop-home__sobre-text {
    max-width: none;
    text-align: left;
  }

  .desktop-home__sobre-timeline {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 36px;
    padding-bottom: 8px;
  }

  .desktop-home__sobre-timeline-line--upper {
    top: 12px;
    bottom: 12px;
    height: auto;
  }

  .desktop-home__sobre-timeline-line--lower {
    display: none;
  }

  .desktop-home__sobre-node--pink {
    top: 4px;
  }

  .desktop-home__sobre-node--yellow {
    top: 50%;
    transform: translateY(-50%);
  }

  .desktop-home__sobre-node--last {
    top: auto;
    bottom: 4px;
  }

  .desktop-home__sobre-item,
  .desktop-home__sobre-item:nth-child(1),
  .desktop-home__sobre-item:nth-child(2),
  .desktop-home__sobre-item:nth-child(3) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .desktop-home__sobre-item:nth-child(3) {
    margin-bottom: 0;
  }

  .desktop-home__sobre-item-text {
    max-width: none;
  }

  .desktop-home__sobre-cards {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 28px;
    gap: 14px;
  }

  .desktop-home__sobre-card,
  .desktop-home__sobre-card:nth-child(3),
  .desktop-home__sobre-card:nth-child(4) {
    width: 100%;
    max-width: 100%;
  }

  .desktop-home__cta-banner {
    width: 100%;
    left: 0;
    height: auto;
    min-height: 0;
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .desktop-home__cta-banner-panel {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 32px);
    height: auto;
    min-height: 160px;
    margin: 24px auto 0;
  }

  .desktop-home__cta-banner-inner {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 32px);
    height: auto;
    margin: 0 auto 24px;
    padding: 28px 20px;
    gap: 20px;
  }

  .desktop-home__cta-banner-left,
  .desktop-home__cta-banner-right {
    width: 100%;
  }

  .desktop-home__cta-banner-heading {
    font-size: clamp(24px, 6.5vw, 32px);
    line-height: 1.2;
  }

  .desktop-home__cta-banner-text br {
    display: none;
  }

  .desktop-home__main {
    width: 100%;
    left: 0;
    min-height: 0;
    margin-top: 0;
  }

  .desktop-home__servicios {
    min-height: 0;
    padding-bottom: 40px;
    border-radius: var(--radius-lg);
  }

  .desktop-home__servicios-header {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 28px 20px 12px;
  }

  .desktop-home__servicios-kicker {
    padding-top: 0;
  }

  .desktop-home__servicios-heading {
    height: auto;
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.15;
  }

  .desktop-home__servicios-heading-strong,
  .desktop-home__servicios-heading-light {
    position: static;
    display: inline;
  }

  .desktop-home__servicios-heading-light {
    margin-left: 0.35em;
  }

  .desktop-home__servicios-grid-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 8px 16px 0;
  }

  .desktop-home__servicios-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .desktop-home__svc-card,
  .desktop-home__svc-card:nth-child(1),
  .desktop-home__svc-card:nth-child(2),
  .desktop-home__svc-card:nth-child(3),
  .desktop-home__svc-card:nth-child(4),
  .desktop-home__svc-card:nth-child(5),
  .desktop-home__svc-card:nth-child(6) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .desktop-home__svc-flip {
    perspective: none;
  }

  .desktop-home__svc-flip,
  .desktop-home__svc-flip-inner {
    height: auto;
    min-height: 0;
  }

  .desktop-home__svc-flip-inner {
    transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .desktop-home__svc-face {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 220px;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transform: none !important;
  }

  .desktop-home__svc-face--back {
    min-height: 240px;
  }

  .desktop-home__svc-face--front .desktop-home__svc-card-inner {
    min-height: 200px;
  }

  .desktop-home__svc-back {
    min-height: 240px;
  }

  .desktop-home__svc-title-dark {
    margin-top: 12px;
  }

  .desktop-home__svc-desc {
    margin-top: 10px;
  }

  .desktop-home__svc-cta-row {
    margin-top: 16px;
    max-width: none;
  }

  .desktop-home__svc-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .desktop-home__experiencia-header {
    padding: 0 20px;
    height: auto;
    min-height: 120px;
    padding-bottom: 16px;
  }

  .desktop-home__experiencia-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .desktop-home__experiencia-panel {
    left: auto;
    transform: none;
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
    margin: 8px auto 0;
    padding: 24px 16px 28px;
    border-radius: 24px;
  }

  .desktop-home__experiencia-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .desktop-home__experiencia-sub {
    max-width: none;
    font-size: 22px;
    line-height: 1.3;
  }

  .desktop-home__experiencia-grid {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .desktop-home__intl {
    flex-direction: column;
    min-height: 0;
  }

  .desktop-home__intl-left {
    width: 100%;
    min-height: 0;
  }

  .desktop-home__intl-photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: min(48vw, 260px);
  }

  .desktop-home__intl-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 28px 20px 32px;
  }

  .desktop-home__intl-title {
    font-size: 36px;
  }

  .desktop-home__intl-lead {
    margin-top: 24px;
    max-width: none;
  }

  .desktop-home__intl-quote {
    max-width: none;
  }

  .desktop-home__intl-logos {
    padding: 36px 20px 40px;
    gap: 28px;
  }

  .desktop-home__intl-row {
    gap: 28px 36px;
    max-width: none;
  }

  .desktop-home__testimonios-header {
    padding: 0 20px;
    height: auto;
    min-height: 100px;
  }

  .desktop-home__testimonios-title {
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.2;
  }

  .desktop-home__testimonios-row {
    width: 100%;
    height: auto;
    padding: 0 16px 56px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .desktop-home__test-card,
  .desktop-home__test-card:nth-child(2),
  .desktop-home__test-card:nth-child(3) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
  }

  .desktop-home__test-nav {
    position: static;
    margin: 8px auto 0;
    transform: none;
    display: flex;
  }

  .desktop-home__dots {
    position: static;
    justify-content: center;
    margin: 16px auto 0;
    transform: none;
  }

  .desktop-home__dots--videos,
  .desktop-home__dots--galeria,
  .desktop-home__dots--articulos {
    left: auto;
  }

  .desktop-home__videos {
    min-height: 0;
    padding: 28px 16px 48px;
  }

  .desktop-home__videos-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .desktop-home__videos-track {
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .desktop-home__video-card {
    width: min(300px, 85vw);
    scroll-snap-align: start;
  }

  .desktop-home__video-thumb {
    height: min(52vw, 220px);
  }

  .desktop-home__videos-nav {
    position: static;
    margin: 16px auto 0;
    transform: none;
    display: flex;
  }

  .desktop-home__galeria {
    min-height: 0;
    padding: 28px 16px 48px;
  }

  .desktop-home__galeria-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .desktop-home__galeria-scroll {
    margin-top: 24px;
    height: auto;
    min-height: 200px;
  }

  .desktop-home__galeria-layout {
    height: auto;
    min-height: 260px;
    padding-bottom: 8px;
  }

  .desktop-home__galeria-nav {
    position: static;
    margin: 16px auto 0;
    transform: none;
    display: flex;
  }

  .desktop-home__articulos {
    min-height: 0;
    padding: 28px 16px 48px;
  }

  .desktop-home__articulos-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .desktop-home__articulos-track {
    width: 100%;
    height: auto;
    margin-top: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .desktop-home__art-card {
    width: min(300px, 88vw);
    height: auto;
    min-height: 360px;
    scroll-snap-align: start;
  }

  .desktop-home__articulos-nav {
    position: static;
    margin: 16px auto 0;
    transform: none;
    display: flex;
  }

  .desktop-home__hablemos {
    min-height: 0;
    padding: 24px 16px 40px;
  }

  .desktop-home__hablemos-card {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    border-radius: var(--radius-lg);
  }

  .desktop-home__hablemos-left {
    flex: none;
    width: 100%;
    padding: 40px 24px 32px;
  }

  .desktop-home__hablemos-title {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 1.05;
  }

  .desktop-home__hablemos-lead {
    max-width: none;
    font-size: 18px;
    line-height: 1.45;
  }

  .desktop-home__hablemos-form-wrap {
    padding: 32px 20px 36px;
    border-radius: 0;
  }

  .desktop-home__form {
    width: 100%;
    padding-bottom: 0;
  }

  .desktop-home__form-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .desktop-home__field,
  .desktop-home__field--grow {
    width: 100%;
  }

  .desktop-home__form-submit {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }

  .desktop-home__footer {
    padding: 36px 16px 28px;
  }

  .desktop-home__footer-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 28px;
  }

  .desktop-home__footer-bottom {
    margin-top: 40px;
    padding: 20px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* --- Popup éxito formulario (897:665) --- */
.desktop-home__dialog:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
}

.desktop-home__dialog-panel {
  width: min(400px, 100%);
  padding: 32px 28px 28px;
  border-radius: var(--radius-lg);
  background: rgba(253, 253, 253, 0.98);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.desktop-home__dialog-title {
  margin: 0;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: var(--color-negro);
}

.desktop-home__dialog-text {
  margin: 16px 0 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(33, 31, 33, 0.78);
}

.desktop-home__dialog-btn {
  margin-top: 24px;
  min-width: 160px;
  height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: 20px;
  background: var(--gradient-cta-btn);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  color: var(--color-blanco);
  cursor: pointer;
}

/* --- Select desplegable: estado abierto/foco (900:710) --- */
.desktop-home__select select:focus {
  outline: none;
}

.desktop-home__select:focus-within select {
  border-color: rgba(215, 62, 116, 0.55);
  box-shadow: 0 0 0 2px rgba(215, 62, 116, 0.2);
  background: #fff;
}

.desktop-home__select:focus-within .desktop-home__select-chevron {
  transform: rotate(180deg);
}

/* --- Tarjetas «Sobre mí»: hover con panel (882:696); sombra sin rotación 3D --- */
.desktop-home__sobre-card--has-hover-detail:hover {
  transform: none;
  z-index: 2;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* --- Servicios: flip 3D (779:5907 → 779:5924), solo escritorio --- */
@media (min-width: 1025px) {
  .desktop-home__svc-card:hover {
    z-index: 2;
  }

  .desktop-home__svc-card:hover .desktop-home__svc-flip-inner {
    transform: rotateY(180deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .desktop-home__sobre-card,
  .desktop-home__svc-card-inner,
  .desktop-home__svc-flip-inner,
  .desktop-home__select-chevron {
    transition: none;
  }

  .desktop-home__sobre-card-detail,
  .desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-bg,
  .desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-glow,
  .desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-head,
  .desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-title,
  .desktop-home__sobre-card--has-hover-detail .desktop-home__sobre-card-bar {
    transition: none;
  }

  .desktop-home__svc-card:hover .desktop-home__svc-flip-inner {
    transform: none;
  }
}

