:root {
  --hybrid-orange: #f47b20;
  --hybrid-orange-soft: #ff9c45;
  --hybrid-green: #27b49b;
  --hybrid-ink: #121316;
  --hybrid-navy: #13192b;
  --hybrid-paper: #f5f2ec;
}

html {
  scroll-behavior: smooth;
}

body.hybrid-home {
  background: #fff;
  color: var(--hybrid-ink);
  overflow-x: hidden;
}

.hybrid-home main {
  overflow: clip;
}

.hybrid-home .navbar.navbar--sticky {
  position: fixed;
  inset: 0 0 auto;
  z-index: 5000 !important;
  height: 84px;
  background: linear-gradient(180deg, rgba(5, 7, 12, 0.74), rgba(5, 7, 12, 0)) !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
}

.hybrid-home .navbar.navbar--scrolled {
  height: 76px;
  background: rgba(12, 16, 29, 0.9) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.hybrid-home .navbar .container-header {
  height: 100%;
}

.hybrid-home .navbar .logo img {
  height: 57px !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.hybrid-home .navbar .nav-link,
.hybrid-home .navbar .menu-toggle {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hybrid-home .navbar .nav-link {
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 0.92rem;
}

.hybrid-home .navbar .nav-link:hover,
.hybrid-home .navbar .nav-link:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}

.hybrid-home .navbar #nav-login-link {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hybrid-home .nav-app-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--hybrid-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  box-shadow: 0 10px 30px rgba(244, 123, 32, 0.28);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hybrid-home .nav-app-download:hover {
  color: #fff;
  background: #ff872d;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(244, 123, 32, 0.36);
}

/* Hero: el video no vive dentro de una tarjeta; se funde con todo el escenario. */
.hybrid-hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 43%, rgba(244, 123, 32, 0.28), transparent 28%),
    linear-gradient(120deg, #101627 0%, #111625 48%, #080b12 100%);
}

.hybrid-hero-atmosphere {
  position: absolute;
  inset: -4%;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.92) 0%, rgba(8, 11, 18, 0.62) 38%, rgba(8, 11, 18, 0.15) 72%, rgba(8, 11, 18, 0.7) 100%),
    linear-gradient(0deg, rgba(8, 11, 18, 0.88), transparent 36%, rgba(8, 11, 18, 0.28)),
    url("servicioya-hero-poster.webp") 68% 50% / cover no-repeat;
  filter: blur(18px) saturate(112%);
  transform: scale(1.08);
  opacity: 0.56;
}

.hybrid-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.99) 0%, rgba(8, 11, 18, 0.96) 32%, rgba(8, 11, 18, 0.78) 49%, rgba(8, 11, 18, 0.18) 69%, rgba(8, 11, 18, 0.58) 100%),
    linear-gradient(0deg, rgba(8, 11, 18, 0.96) 0%, transparent 36%);
  pointer-events: none;
}

.hybrid-hero::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  min-width: 520px;
  min-height: 520px;
  right: 5%;
  top: 50%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 7vw rgba(255, 255, 255, 0.018),
    0 0 0 14vw rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.hybrid-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 42%, transparent 94%);
  -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 42%, transparent 94%);
}

.hybrid-video-stage {
  position: absolute;
  inset: 4% 2% 0 auto;
  z-index: 0;
  width: min(70vw, 1000px);
  pointer-events: none;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 21%, #000 84%, transparent 100%),
    linear-gradient(0deg, transparent 0%, #000 14%, #000 89%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 21%, #000 84%, transparent 100%),
    linear-gradient(0deg, transparent 0%, #000 14%, #000 89%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.hybrid-video-stage video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: 66% 50%;
  filter: saturate(108%) contrast(104%);
}

.hybrid-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-top: 120px;
  padding-bottom: 135px;
}

.hybrid-hero-copy {
  width: min(100%, 640px);
  position: relative;
  z-index: 4;
}

.hybrid-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hybrid-kicker-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hybrid-orange);
  box-shadow: 0 0 0 6px rgba(244, 123, 32, 0.16), 0 0 22px rgba(244, 123, 32, 0.8);
}

.hybrid-hero h1 {
  max-width: 640px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(3.45rem, 5.6vw, 5.8rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.046em;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.hybrid-hero-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.hybrid-hero h1 .hybrid-hero-line--accent {
  display: block;
  margin: 0.025em 0 0.055em;
  color: var(--hybrid-orange-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hybrid-hero-copy > p {
  max-width: 480px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.65;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.64);
}

.hybrid-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hybrid-store-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 238px;
  min-height: 67px;
  padding: 12px 16px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: #fff;
  color: var(--hybrid-ink);
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hybrid-store-button:hover {
  color: var(--hybrid-ink);
  transform: translateY(-3px) rotate(-0.5deg);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.36);
}

.hybrid-store-button > .bi-google-play,
.hybrid-store-button > .bi-apple {
  color: var(--hybrid-orange);
  font-size: 1.75rem;
}

.hybrid-store-button--apple > .bi-apple,
.hybrid-app .app-download-btn--apple > i {
  color: var(--hybrid-ink);
}

.hybrid-store-button span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.hybrid-store-button small {
  margin-bottom: 4px;
  color: #62646a;
  font-size: 0.72rem;
  font-weight: 600;
}

.hybrid-store-button strong {
  font-size: 1.08rem;
  font-weight: 800;
}

.hybrid-store-arrow {
  margin-left: auto;
  color: #8a8c92;
}

.hybrid-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  padding: 8px 0;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hybrid-hero-link:hover {
  color: var(--hybrid-orange-soft);
  border-color: var(--hybrid-orange-soft);
}

.hybrid-hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-weight: 600;
}

.hybrid-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hybrid-hero-trust i {
  color: var(--hybrid-green);
}

.hybrid-service-rail {
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 138px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(14, 18, 29, 0.42);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hybrid-rail-label {
  padding: 3px 7px 7px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hybrid-service-rail a {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 5px 7px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.71rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.hybrid-service-rail a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hybrid-service-rail i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(244, 123, 32, 0.16);
  color: var(--hybrid-orange-soft);
  font-size: 0.85rem;
}

.hybrid-hero-word {
  position: absolute;
  left: -0.02em;
  bottom: -0.12em;
  z-index: 1;
  color: transparent;
  font-size: clamp(7rem, 18vw, 19rem);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
}

.hybrid-scroll-cue {
  position: absolute;
  right: max(24px, calc((100vw - 1200px) / 2));
  bottom: 32px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hybrid-scroll-cue i {
  color: var(--hybrid-orange-soft);
  animation: hybrid-bounce 1.8s ease-in-out infinite;
}

@keyframes hybrid-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* Franja de confianza: recupera la densidad de la portada anterior sin contadores falsos. */
.hybrid-proof {
  position: relative;
  z-index: 8;
  background: #fff;
  border-bottom: 1px solid #e9e6e0;
}

.hybrid-proof-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.72fr);
  min-height: 120px;
}

.hybrid-proof-grid > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 24px 28px;
  border-right: 1px solid #ebe8e2;
}

.hybrid-proof-grid > div:last-child {
  border-right: 0;
}

.hybrid-proof-intro img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.hybrid-proof-intro span {
  max-width: 250px;
  color: #4e5057;
  font-size: 0.91rem;
  line-height: 1.45;
}

.hybrid-proof-item {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  gap: 4px !important;
}

.hybrid-proof-item strong {
  color: var(--hybrid-navy);
  font-family: var(--font-title);
  font-size: 1.85rem;
  line-height: 1;
}

.hybrid-proof-item > i {
  margin-bottom: 5px;
  color: var(--hybrid-orange);
  font-size: 1.5rem;
}

.hybrid-proof-item span {
  color: #73757b;
  font-size: 0.75rem;
  line-height: 1.35;
}

/* Titulares editoriales compartidos. */
.hybrid-home .section {
  padding-top: clamp(82px, 9vw, 130px);
  padding-bottom: clamp(82px, 9vw, 130px);
}

.hybrid-section-heading {
  display: grid;
  grid-template-columns: minmax(140px, 0.44fr) minmax(320px, 1.2fr) minmax(240px, 0.58fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 56px;
  text-align: left;
}

.hybrid-section-heading > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 9px;
}

.hybrid-section-number {
  color: var(--hybrid-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
}

.hybrid-eyebrow {
  color: #72747a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hybrid-section-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--hybrid-ink);
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hybrid-section-heading > p {
  margin: 0;
  padding-bottom: 7px;
  color: #696b71;
  font-size: 0.95rem;
  line-height: 1.65;
}

.hybrid-section-heading--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hybrid-section-heading--center > div {
  padding: 0;
}

.hybrid-section-heading--center h2 {
  margin: 0 auto;
}

.hybrid-section-heading--center > p {
  padding: 0;
  font-size: 1.02rem;
}

/* Categorías recuperadas, ahora en una grilla editorial y no en fichas idénticas. */
.hybrid-categories-section {
  background: var(--hybrid-paper) !important;
}

.hybrid-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
}

.hybrid-category-card {
  min-height: 250px;
  border-radius: 24px;
  box-shadow: 0 8px 28px rgba(21, 23, 31, 0.07);
}

.hybrid-category-card--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.hybrid-category-card .category-card-img-wrapper {
  height: 148px;
}

.hybrid-category-card--featured .category-card-img-wrapper {
  height: 360px;
}

.hybrid-category-card .category-card-img {
  height: 100%;
}

.hybrid-category-card .category-card-img-wrapper::after {
  height: 70%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.34));
}

.hybrid-category-index {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(15, 18, 25, 0.28);
  color: #fff;
  font-size: 0.69rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hybrid-category-card .category-card-body {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 0 12px;
  padding: 17px 18px 18px;
  text-align: left;
}

.hybrid-category-card .category-card-body > i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 13px;
  background: rgba(244, 123, 32, 0.1);
  color: var(--hybrid-orange);
  font-size: 1.1rem;
}

.hybrid-category-card .category-card-body h3 {
  margin: 0;
  color: var(--hybrid-ink);
  font-size: 1.04rem;
  font-weight: 800;
}

.hybrid-category-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 4px;
  color: #787a80;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
}

.hybrid-category-link i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}

.hybrid-category-link:hover {
  color: var(--hybrid-orange);
}

.hybrid-category-link:hover i {
  transform: translate(2px, -2px);
}

.hybrid-category-card--featured .category-card-body {
  grid-template-columns: 48px 1fr;
  padding: 23px 24px 25px;
}

.hybrid-category-card--featured .category-card-body > i {
  width: 48px;
  height: 48px;
}

.hybrid-category-card--featured .category-card-body h3 {
  font-size: 1.45rem;
}

.hybrid-category-card--all {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(244, 123, 32, 0.55), transparent 32%),
    linear-gradient(145deg, #1b2237, #10141f 70%);
  color: #fff;
}

.hybrid-category-card--all:hover {
  box-shadow: 0 22px 48px rgba(17, 21, 34, 0.28);
}

.hybrid-category-card--all .category-card-body {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0;
}

.hybrid-category-card--all .category-card-body h3 {
  max-width: 230px;
  margin: 8px 0 16px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hybrid-all-kicker {
  color: var(--hybrid-orange-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hybrid-category-link--light {
  color: rgba(255, 255, 255, 0.7);
}

.hybrid-category-link--light:hover {
  color: #fff;
}

.hybrid-all-orbit {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  animation: hybrid-rotate 18s linear infinite;
}

.hybrid-all-orbit i {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hybrid-all-orbit i:nth-child(1) { left: -8px; top: 68px; }
.hybrid-all-orbit i:nth-child(2) { right: 18px; top: 6px; }
.hybrid-all-orbit i:nth-child(3) { right: 6px; bottom: 22px; }

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

/* Cómo funciona: recupera ilustraciones y ritmo original. */
.hybrid-how {
  background: #fff;
}

.hybrid-steps-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 30px;
  margin: 48px 0 42px;
}

.hybrid-steps-grid .step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  padding: 34px 26px 30px;
  border: 1px solid #ece9e3;
  border-radius: 28px;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hybrid-steps-grid .step-card:nth-child(2) {
  transform: translateY(28px);
}

.hybrid-steps-grid .step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 123, 32, 0.28);
  box-shadow: 0 24px 55px rgba(18, 19, 22, 0.09);
}

.hybrid-steps-grid .step-card:nth-child(2):hover {
  transform: translateY(20px);
}

.hybrid-steps-grid .step-number {
  flex: 0 0 auto;
  background: var(--hybrid-navy);
  box-shadow: 0 8px 22px rgba(19, 25, 43, 0.2);
}

.hybrid-steps-grid .step-card:nth-child(2) .step-number {
  background: var(--hybrid-orange);
}

.hybrid-step-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 245px;
}

.hybrid-steps-grid .step-card img {
  max-height: 235px;
  margin: 0;
}

.hybrid-steps-grid .step-card h3 {
  max-width: 260px;
  margin: 18px 0 8px;
  color: var(--hybrid-ink);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.35;
}

.hybrid-steps-grid .step-card p {
  max-width: 260px;
  margin: 0;
  color: #7a7c82;
  font-size: 0.88rem;
  line-height: 1.55;
}

.hybrid-inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--hybrid-orange);
  box-shadow: 0 14px 32px rgba(244, 123, 32, 0.25);
}

.hybrid-inline-cta:hover {
  background: #ff862b;
}

/* Testimonios y profesionales mantienen el ADN de las secciones anteriores. */
.hybrid-testimonials {
  padding: clamp(82px, 9vw, 130px) 0;
  background:
    linear-gradient(135deg, rgba(244, 123, 32, 0.04), transparent 42%),
    #f6f7fa;
}

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

.hybrid-testimonial-grid .testimonial-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 26px;
}

.hybrid-testimonial-grid .testimonial-card:nth-child(2) {
  background: var(--hybrid-navy);
  transform: translateY(25px);
}

.hybrid-testimonial-grid .testimonial-card:nth-child(2) .testimonial-text,
.hybrid-testimonial-grid .testimonial-card:nth-child(2) .testimonial-name {
  color: #fff;
}

.hybrid-testimonial-grid .testimonial-card:nth-child(2) .testimonial-role {
  color: rgba(255, 255, 255, 0.6);
}

.hybrid-testimonial-grid .testimonial-avatar--initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  background: #fff3e8;
  border-color: rgba(244, 123, 32, 0.28);
  color: #a8490f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hybrid-testimonial-grid .testimonial-card:nth-child(2) .testimonial-avatar--initials {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.hybrid-professional {
  background: #fff;
}

.hybrid-professional-card {
  grid-template-columns: 1fr 1.05fr;
  gap: 0;
  align-items: stretch;
  background: var(--hybrid-paper);
  box-shadow: none;
}

.hybrid-professional-card .cta-register-content {
  padding: clamp(44px, 6vw, 78px);
}

.hybrid-professional-card h2 {
  margin: 12px 0 18px;
  color: var(--hybrid-ink);
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.hybrid-professional-card p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #64666c;
  line-height: 1.65;
}

.hybrid-professional-card .imgServiciosToori {
  min-height: 520px;
  padding: 22px;
}

.hybrid-professional-card .cta-register-img {
  min-height: 100%;
  background-position: center;
}

.hybrid-professional-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hybrid-professional-actions .btn {
  padding: 13px 27px;
  border: 0;
  border-radius: 999px;
  background: var(--hybrid-orange);
}

.hybrid-text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hybrid-ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.hybrid-text-button:hover {
  color: var(--hybrid-orange);
}

.hybrid-professional-points {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
  color: #74767c;
  font-size: 0.8rem;
  font-weight: 600;
}

.hybrid-professional-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hybrid-professional-points i {
  color: var(--hybrid-green);
}

/* Bloque de app: conserva la escena oscura anterior y corrige la marca del mockup. */
.hybrid-app {
  padding: clamp(90px, 10vw, 145px) 0;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 44%, rgba(244, 123, 32, 0.18), transparent 28%),
    linear-gradient(135deg, #111725 0%, #222844 54%, #11141f 100%);
}

.hybrid-app::before {
  width: 62%;
  background: radial-gradient(ellipse at 65% 50%, rgba(39, 180, 155, 0.14), transparent 60%);
}

.hybrid-app-word {
  position: absolute;
  left: -0.05em;
  bottom: -0.14em;
  z-index: -1;
  color: transparent;
  font-size: clamp(12rem, 30vw, 31rem);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.hybrid-app-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
}

.hybrid-app .app-content {
  max-width: 500px;
}

.hybrid-app-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--hybrid-orange-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hybrid-app .app-content h2 {
  max-width: 520px;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.058em;
}

.hybrid-app .app-content p {
  max-width: 470px;
}

.hybrid-app .app-download-btn {
  background: #fff;
  color: var(--hybrid-ink);
  border-color: #fff;
  min-height: 66px;
}

.hybrid-app .app-download-btn:hover {
  color: var(--hybrid-ink);
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.hybrid-app .app-download-btn > i {
  color: var(--hybrid-orange);
}

.hybrid-app .app-download-btn--apple > i {
  color: var(--hybrid-ink);
}

.hybrid-app .app-download-btn div {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.hybrid-app .app-download-btn small {
  margin-bottom: 5px;
  color: #71737a;
  font-size: 0.68rem;
}

.hybrid-app .app-download-btn strong {
  font-size: 1rem;
}

.hybrid-android-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.77rem;
  font-weight: 600;
}

.hybrid-android-note i {
  color: var(--hybrid-green);
  font-size: 1.15rem;
}

.sy-footer-app-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sy-footer-app-links a {
  white-space: nowrap;
}

.hybrid-app-visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 630px;
}

.hybrid-app-visual .app-mockup {
  z-index: 3;
  width: 300px;
  height: 600px;
  transform: rotate(4deg);
  border-color: #2f3340;
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.52);
}

.hybrid-app-visual .app-mockup-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 36px;
}

.hybrid-app-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hybrid-app-orbit--one {
  width: 470px;
  height: 470px;
}

.hybrid-app-orbit--two {
  width: 610px;
  height: 610px;
  border-style: dashed;
  opacity: 0.5;
}

.hybrid-app-float {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(20, 25, 40, 0.7);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.hybrid-app-float i {
  color: var(--hybrid-orange-soft);
}

.hybrid-app-float--top {
  top: 17%;
  left: 0;
}

.hybrid-app-float--bottom {
  right: 0;
  bottom: 20%;
}

.hybrid-faq {
  padding: clamp(82px, 9vw, 130px) 0;
}

.hybrid-faq .faq-container {
  max-width: 820px;
}

.hybrid-faq .faq-item {
  border-radius: 18px;
  border-color: #ece9e4;
  box-shadow: none;
}

.hybrid-faq .faq-item.active {
  border-color: rgba(244, 123, 32, 0.28);
  box-shadow: 0 10px 32px rgba(18, 19, 22, 0.05);
}

.hybrid-faq .faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.hybrid-faq .faq-question:hover,
.hybrid-faq .faq-question:focus-visible {
  color: var(--hybrid-orange);
}

.hybrid-faq .faq-question i {
  color: var(--hybrid-orange);
}

.hybrid-mobile-download {
  z-index: 5200;
}

.hybrid-mobile-download .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--hybrid-orange);
  border: 0;
}

@media (max-width: 1180px) {
  .hybrid-hero-content {
    grid-template-columns: minmax(0, 1fr) 120px;
  }

  .hybrid-hero-copy {
    width: min(100%, 600px);
  }

  .hybrid-service-rail {
    width: 118px;
  }

  .hybrid-service-rail a {
    grid-template-columns: 28px 1fr;
    padding-inline: 5px;
  }

  .hybrid-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hybrid-section-heading {
    grid-template-columns: 0.4fr 1.1fr 0.6fr;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .hybrid-home .navbar .nav-menu {
    background: rgba(12, 16, 29, 0.98);
    border-left-color: rgba(255, 255, 255, 0.1);
    box-shadow: -16px 0 46px rgba(0, 0, 0, 0.3);
  }

  .hybrid-home .navbar .nav-link,
  .hybrid-home .navbar .menu-toggle.is-open {
    color: #fff !important;
  }

  .hybrid-home .navbar .nav-link:hover,
  .hybrid-home .navbar .nav-link:focus-visible {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 900px) {
  .hybrid-home .navbar.navbar--sticky,
  .hybrid-home .navbar.navbar--scrolled {
    height: 76px;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom-color: rgba(18, 19, 22, 0.08) !important;
    box-shadow: 0 10px 32px rgba(18, 19, 22, 0.08) !important;
    backdrop-filter: blur(16px);
  }

  .hybrid-home .navbar .menu-toggle {
    color: var(--hybrid-ink) !important;
    text-shadow: none;
  }

  .hybrid-home .navbar .nav-link {
    color: var(--hybrid-ink) !important;
    text-shadow: none;
  }

  .hybrid-home .navbar #nav-login-link {
    background: var(--toori-blue) !important;
    color: #fff !important;
  }

  .hybrid-hero {
    min-height: 920px;
  }

  .hybrid-video-stage {
    inset: 24% -8% 0 auto;
    width: 86%;
    height: 72%;
    opacity: 0.7;
    overflow: hidden;
    mask-image: linear-gradient(0deg, transparent 0%, #000 13%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 13%, #000 92%, transparent 100%);
  }

  .hybrid-video-stage video {
    clip-path: none;
    mask-image: linear-gradient(180deg, transparent 0%, transparent 38%, #000 50%, #000 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 38%, #000 50%, #000 100%);
  }

  .hybrid-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 11, 18, 0.99) 0%, rgba(8, 11, 18, 0.94) 50%, rgba(8, 11, 18, 0.48) 73%, rgba(8, 11, 18, 0.88) 100%),
      linear-gradient(90deg, rgba(8, 11, 18, 0.98), rgba(8, 11, 18, 0.64) 68%, transparent 100%);
  }

  .hybrid-hero-content {
    display: block;
    min-height: 920px;
    padding-top: 150px;
    padding-bottom: 165px;
  }

  .hybrid-hero-copy {
    width: min(100%, 620px);
  }

  .hybrid-hero h1 {
    max-width: 590px;
    font-size: clamp(3.35rem, 8.4vw, 4.8rem);
    line-height: 0.97;
    letter-spacing: -0.042em;
  }

  .hybrid-service-rail {
    position: absolute;
    right: 20px;
    bottom: 86px;
    flex-direction: row;
    width: auto;
    max-width: calc(100% - 40px);
  }

  .hybrid-service-rail .hybrid-rail-label,
  .hybrid-service-rail a span {
    display: none;
  }

  .hybrid-service-rail a {
    display: block;
    min-height: auto;
  }

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

  .hybrid-proof-grid > div {
    min-height: 110px;
    border-bottom: 1px solid #ebe8e2;
  }

  .hybrid-section-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hybrid-section-heading > div {
    padding: 0;
  }

  .hybrid-section-heading > p {
    max-width: 600px;
    padding: 0;
  }

  .hybrid-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hybrid-category-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .hybrid-category-card--featured .category-card-img-wrapper {
    height: 300px;
  }

  .hybrid-steps-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .hybrid-steps-grid .step-card {
    min-height: auto;
  }

  .hybrid-steps-grid .step-card:nth-child(2),
  .hybrid-steps-grid .step-card:nth-child(2):hover {
    transform: none;
  }

  .hybrid-testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .hybrid-testimonial-grid .testimonial-card:nth-child(2) {
    transform: none;
  }

  .hybrid-professional-card,
  .hybrid-app-grid {
    grid-template-columns: 1fr;
  }

  .hybrid-professional-card .imgServiciosToori {
    min-height: 440px;
  }

  .hybrid-app .app-content {
    max-width: 660px;
  }

  .hybrid-app-visual {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .hybrid-hero {
    min-height: 860px;
  }

  .hybrid-hero-atmosphere {
    inset: 0;
    filter: blur(10px);
    transform: scale(1.12);
  }

  .hybrid-video-stage {
    inset: 33% -20% 1% 2%;
    width: 118%;
    height: 66%;
    opacity: 0.58;
    mask-image: linear-gradient(0deg, transparent 0%, #000 13%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 13%, #000 90%, transparent 100%);
  }

  .hybrid-video-stage video {
    mask-image: linear-gradient(180deg, transparent 0%, transparent 42%, #000 56%, #000 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 42%, #000 56%, #000 100%);
  }

  .hybrid-hero-content {
    min-height: 920px;
    padding: 124px 20px 158px;
  }

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

  .hybrid-kicker {
    margin-bottom: 18px;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .hybrid-hero h1 {
    max-width: 430px;
    margin-bottom: 20px;
    font-size: clamp(2.82rem, 12.25vw, 3.15rem);
    line-height: 0.99;
    letter-spacing: -0.038em;
  }

  .hybrid-hero h1 .hybrid-hero-line--accent {
    margin-top: 0.06em;
    margin-bottom: 0.1em;
  }

  .hybrid-hero-copy > p {
    max-width: 350px;
    font-size: 0.97rem;
    line-height: 1.55;
  }

  .hybrid-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hybrid-store-button {
    min-width: min(100%, 250px);
  }

  .hybrid-hero-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-top: 17px;
  }

  .hybrid-service-rail {
    right: 20px;
    bottom: 62px;
  }

  .hybrid-scroll-cue {
    display: none;
  }

  .hybrid-hero-word {
    bottom: 0.02em;
    font-size: 31vw;
  }

  .hybrid-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hybrid-proof-grid > div {
    min-height: 96px;
    padding: 18px 16px;
  }

  .hybrid-proof-intro {
    grid-column: span 2;
  }

  .hybrid-proof-intro span {
    max-width: none;
  }

  .hybrid-proof-grid > div:nth-child(2) {
    border-left: 0;
  }

  .hybrid-proof-item strong {
    font-size: 1.55rem;
  }

  .hybrid-home .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .hybrid-section-heading {
    margin-bottom: 38px;
  }

  .hybrid-section-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .hybrid-category-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hybrid-category-card--featured {
    grid-column: auto;
  }

  .hybrid-category-card--featured .category-card-img-wrapper {
    height: 230px;
  }

  .hybrid-category-card .category-card-img-wrapper {
    height: 190px;
  }

  .hybrid-category-card--all {
    min-height: 270px;
  }

  .hybrid-steps-grid .step-card {
    padding-inline: 18px;
  }

  .hybrid-step-image {
    min-height: 210px;
  }

  .hybrid-testimonials {
    padding: 76px 0;
  }

  .hybrid-professional-card .cta-register-content {
    padding: 40px 28px;
  }

  .hybrid-professional-card h2 {
    font-size: 2.6rem;
  }

  .hybrid-professional-card .imgServiciosToori {
    min-height: 340px;
    padding: 0 18px 18px;
  }

  .hybrid-professional-card .cta-register-img {
    min-height: 320px;
  }

  .hybrid-app {
    padding: 80px 0 100px;
  }

  .hybrid-app-grid {
    gap: 52px;
  }

  .hybrid-app .app-content h2 {
    font-size: 3.1rem;
  }

  .hybrid-app-visual {
    min-height: 570px;
  }

  .hybrid-app-visual .app-mockup {
    width: 270px;
    height: 540px;
    transform: rotate(2deg);
  }

  .hybrid-app-orbit--one {
    width: 360px;
    height: 360px;
  }

  .hybrid-app-orbit--two {
    width: 470px;
    height: 470px;
  }

  .hybrid-app-float--top {
    top: 7%;
    left: 0;
  }

  .hybrid-app-float--bottom {
    right: 0;
    bottom: 8%;
  }

  .hybrid-faq {
    padding: 76px 0 100px;
  }
}

@media (max-width: 340px) {
  .hybrid-hero h1 {
    font-size: 2.35rem;
    line-height: 1.01;
  }

  .hybrid-hero-copy > p {
    font-size: 0.92rem;
  }
}

/* =========================================================
   Hero refinement — app-first, menos ruido y mejor integración
   ========================================================= */
.hybrid-hero {
  min-height: 780px;
  background:
    radial-gradient(circle at 72% 44%, rgba(244, 123, 32, 0.16), transparent 30%),
    linear-gradient(120deg, #0c111e 0%, #111827 52%, #090d16 100%);
}

.hybrid-hero-atmosphere {
  inset: -2%;
  filter: blur(10px) saturate(102%);
  transform: scale(1.04);
  opacity: 0.34;
}

.hybrid-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.98) 0%, rgba(8, 11, 18, 0.92) 35%, rgba(8, 11, 18, 0.42) 58%, rgba(8, 11, 18, 0.28) 78%, rgba(8, 11, 18, 0.72) 100%),
    linear-gradient(0deg, rgba(8, 11, 18, 0.96) 0%, transparent 32%);
}

.hybrid-hero::after {
  opacity: 0.34;
}

.hybrid-hero-grid {
  opacity: 0.07;
}

.hybrid-video-stage {
  inset: 12% 3.5% 8% auto;
  width: min(45vw, 620px);
  overflow: hidden;
  opacity: 0.92;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 32px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  mask-image: none;
  -webkit-mask-image: none;
}

.hybrid-video-stage video {
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(92%) contrast(102%) brightness(0.9);
}

.hybrid-hero-content {
  display: block;
  min-height: 780px;
  padding-top: 126px;
  padding-bottom: 126px;
}

.hybrid-hero-copy {
  width: min(100%, 610px);
}

.hybrid-kicker {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.13em;
}

.hybrid-kicker-dot {
  box-shadow: 0 0 0 5px rgba(244, 123, 32, 0.12);
}

.hybrid-hero h1 {
  max-width: 610px;
  margin-bottom: 24px;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(3.45rem, 5.2vw, 5.65rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.hybrid-hero h1 span {
  display: block;
  margin-top: 0.04em;
  color: var(--hybrid-orange-soft);
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  letter-spacing: inherit;
}

.hybrid-hero-copy > p {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.62;
  text-shadow: none;
}

.hybrid-store-button {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.hybrid-store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
}

.hybrid-hero-trust {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
}

/* La personalidad sigue presente en el color y la composición, no en títulos sobredimensionados. */
.hybrid-home .hybrid-section-heading h2,
.hybrid-home .hybrid-professional-card h2,
.hybrid-home .hybrid-app .app-content h2,
.hybrid-home .hybrid-faq h2 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.hybrid-home .hybrid-section-heading h2 {
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
}

.hybrid-home .hybrid-professional-card h2,
.hybrid-home .hybrid-app .app-content h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.5rem);
}

.hybrid-home .hybrid-category-card h3,
.hybrid-home .hybrid-steps-grid h3 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hybrid-proof {
  z-index: 12;
  margin-top: -42px;
  padding: 0 0 30px;
  background: transparent;
  border: 0;
}

.hybrid-proof-grid {
  min-height: 112px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 19, 22, 0.08);
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(18, 19, 22, 0.13);
}

.hybrid-mobile-download {
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
  transition: opacity 0.24s ease, transform 0.3s ease;
}

.hybrid-mobile-download.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hybrid-home .navbar.navbar--sticky,
  .hybrid-home .navbar.navbar--scrolled {
    background: rgba(9, 13, 22, 0.9) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18) !important;
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
  }

  .hybrid-home .navbar .brand-logo--dark {
    display: none !important;
  }

  .hybrid-home .navbar .brand-logo--light {
    display: block !important;
  }

  .hybrid-home .navbar .menu-toggle {
    color: #fff !important;
  }

  .hybrid-home .navbar .nav-link {
    color: var(--hybrid-ink) !important;
  }

  .hybrid-hero,
  .hybrid-hero-content {
    min-height: 790px;
  }

  .hybrid-hero-content {
    padding-top: 132px;
    padding-bottom: 142px;
  }

  .hybrid-video-stage {
    inset: 20% -10% 0 auto;
    width: 88%;
    height: 78%;
    overflow: visible;
    opacity: 0.58;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  }

  .hybrid-video-stage video {
    object-fit: contain;
    object-position: 70% 50%;
    filter: saturate(94%) contrast(101%) brightness(0.94);
  }

  .hybrid-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 11, 18, 0.96) 0%, rgba(8, 11, 18, 0.8) 48%, rgba(8, 11, 18, 0.94) 100%),
      linear-gradient(90deg, rgba(8, 11, 18, 0.96), transparent 84%);
  }

  .hybrid-hero-copy {
    width: min(100%, 590px);
  }

  .hybrid-hero h1 {
    max-width: 560px;
    font-size: clamp(3.35rem, 9.4vw, 5.2rem);
  }
}

@media (max-width: 600px) {
  .hybrid-home .navbar.navbar--sticky,
  .hybrid-home .navbar.navbar--scrolled {
    height: 74px;
  }

  .hybrid-home .navbar .logo img {
    height: 48px !important;
  }

  .hybrid-hero,
  .hybrid-hero-content {
    min-height: 790px;
  }

  .hybrid-hero-content {
    padding: 112px 20px 126px;
  }

  .hybrid-kicker {
    max-width: 310px;
    margin-bottom: 18px;
    font-size: 0.64rem;
    line-height: 1.45;
  }

  .hybrid-hero h1 {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: clamp(3rem, 12.5vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .hybrid-hero-copy > p {
    max-width: 350px;
    margin-bottom: 24px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hybrid-store-button {
    width: min(100%, 255px);
    min-width: 0;
    min-height: 64px;
  }

  .hybrid-hero-trust {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
    max-width: 350px;
    margin-top: 18px;
    font-size: 0.76rem;
  }

  .hybrid-video-stage {
    inset: 36% -22% 0 0;
    width: 120%;
    height: 68%;
    opacity: 0.43;
    mask-image: linear-gradient(0deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  }

  .hybrid-proof {
    margin-top: -24px;
    padding: 0 14px 22px;
  }

  .hybrid-proof .container {
    padding-inline: 0;
  }

  .hybrid-proof-grid {
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(18, 19, 22, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hybrid-scroll-cue i,
  .hybrid-all-orbit {
    animation: none;
  }

  .hybrid-home *,
  .hybrid-home *::before,
  .hybrid-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
