:root {
  --yamt-red: #e30410;
  --yamt-white: #fff;
  --yamt-gray: #aeaeae;
  --yamt-black: #000;
  --yamt-gray-2: #404040;
}

@font-face {
  font-family: Play Bold;
  src: url(../../fonts/play/Play-Bold.eot);
  src: url(../../fonts/play/Play-Bold.eot?#iefix) format("embedded-opentype"),
    url(../../fonts/play/Play-Bold.woff2) format("woff2"),
    url(../../fonts/play/Play-Bold.woff) format("woff"),
    url(../../fonts/play/Play-Bold.ttf) format("truetype"),
    url(../../fonts/play/Play-Bold.svg#Play-Bold) format("svg");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Play Regular";
  src: url(../../fonts/play-regular-webfont.woff2) format("woff2"),
    url(../../fonts/play-regular-webfont.woff) format("woff"),
    url(../../fonts/play-regular-webfont.svg#playregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Srotone Bold";
  src: url(../../fonts/srotone-bold-webfont.woff2) format("woff2"),
    url(../../fonts/srotone-bold-webfont.woff) format("woff"),
    url(../../fonts/srotone-bold-webfont.svg#srotonebold) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DIN Condensed";
  src: url(../../fonts/D-DINCondensed-Bold.woff2) format("woff2"),
    url(../../fonts/D-DINCondensed-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* End Animations */

.play-bold {
  padding-top: 20rem;
  font-family: Play Bold, sans-serif;
}

.play-font-bold {
  font-family: Play Bold, sans-serif;
}

.font-montserrat {
  font-family: Montserrat, sans-serif;
}

.text-balance {
  text-wrap: balance;
}

.play-regular {
  font-family: Play Regular, sans-serif;
}

.srotone-bold {
  font-family: Srotone Bold, sans-serif;
  letter-spacing: 0.1rem;
}

.uppercase {
  text-transform: uppercase;
}

.p-leading {
  line-height: 1.2;
}

.relative {
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-w-full img {
  width: 100%;
}

.tech-hero-group {
  height: 100vh;
  overflow: hidden;
}

.tech-hero-banner {
  transform-origin: center center;
  will-change: transform;
}

.tech-hero-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Tecnologías Yamaha Section */
.tech-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 5%;
  color: var(--yamt-white);
}

.tech-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  width: 100%;
  max-width: 1400px;
  align-items: center;
  margin: 0 auto;
}

.tech-hero-inner {
  max-width: 800px;
}

/* Columna Derecha - Features */
.tech-features-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tech-feature-card {
  width: 368px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 21px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease, transform 0.3s ease;
}

.tech-feature-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.01);
}

.tech-feature-card.no-blur {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.tech-feature-card.no-blur:hover {
  background: rgba(255, 255, 255, 0.15);
}

.tech-feature-icon-box {
  width: 40px;
  height: 40px;
  background: #1447e6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: box-shadow 0.3s ease;
}

.tech-feature-card:hover .tech-feature-icon-box {
  box-shadow: 0px 8px 30px rgba(20, 71, 230, 0.8),
    0px 0px 20px rgba(20, 71, 230, 0.4);
}

.tech-feature-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tech-feature-content {
  flex: 1;
}

.tech-feature-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.tech-feature-description {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.tech-hero-title {
  font-family: "D-DIN Condensed", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.1;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  font-weight: bold;
}

.tech-title-white {
  display: block;
  color: var(--yamt-white);
}

.tech-title-blue {
  display: block;
  background: linear-gradient(135deg, #00a8ff 0%, #0066ff 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  padding-bottom: 0.5rem;
  width: fit-content;
}

.tech-title-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 4px;
  background: linear-gradient(90deg, #00a8ff 0%, #8b5cf6 100%);
  border-radius: 2px;
}

.tech-hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #dbeafe;
  margin: 0 0 2.5rem 0;
  max-width: 600px;
}

.tech-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 2rem;
  min-width: 252.93px;
  height: 40px;
  background: #1447e6;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 25px 50px -12px rgba(43, 127, 255, 0.5);
  position: relative;
}

.tech-hero-button:hover {
  background: #0f3bc4;
  color: #ffffff;
}

.tech-hero-button:hover span {
  color: #ffffff;
}

.tech-hero-button span {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.tech-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 2rem;
  min-width: 252.93px;
  height: 40px;
  background: #1447e6;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 25px 50px -12px rgba(43, 127, 255, 0.5);
  position: relative;
  cursor: pointer;
}

.tech-button:hover {
  background: #0f3bc4;
  color: #ffffff;
}

.tech-button:hover span {
  color: #ffffff;
}

.tech-button span {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.tech-button-container {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.tech-button-hidden {
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.tech-button-arrow {
  font-size: 14px;
  position: relative;
  z-index: 1;
  animation: arrowMove 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  color: #ffffff;
}

.tech-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4rem;
  max-width: 600px;
}

.tech-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tech-stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 40px;
  background: linear-gradient(135deg, #51a2ff 0%, #155dfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.tech-stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
  .tech-hero-group {
    height: auto;
  }

  .tech-hero-content {
    padding-top: calc(70px + 2rem);
    padding-bottom: 30px;
    padding-left: 4%;
    padding-right: 4%;
    align-items: flex-start;
  }

  .tech-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tech-features-col {
    padding-right: 0;
  }

  .tech-stats {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }

  .tech-hero-button {
    min-width: auto;
    padding: 0 1.5rem;
    height: 40px;
  }
}

/* Slide In Animation */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tech-animate-slide-in {
  animation: slideInFromLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
}

.tech-animate-delay-1 {
  animation-delay: 0.2s;
}

.tech-animate-delay-2 {
  animation-delay: 0.4s;
}

/* Slide Up Animation for Stats */
@keyframes slideUpFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tech-stats .tech-stat-item {
  animation: slideUpFromBottom 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
}

.tech-stats .tech-stat-item:nth-child(1) {
  animation-delay: 0.6s;
}

.tech-stats .tech-stat-item:nth-child(2) {
  animation-delay: 0.8s;
}

.tech-stats .tech-stat-item:nth-child(3) {
  animation-delay: 1s;
}

/* Slide In From Right Animation for Feature Cards */
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tech-features-col .tech-feature-card {
  animation: slideInFromRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
}

.tech-features-col .tech-feature-card:nth-child(1) {
  animation-delay: 0.6s;
}

.tech-features-col .tech-feature-card:nth-child(2) {
  animation-delay: 0.8s;
}

.tech-features-col .tech-feature-card:nth-child(3) {
  animation-delay: 1s;
}

/* Scroll Indicator */
@keyframes scrollChevron {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

.tech-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
}

.tech-scroll-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.tech-scroll-chevron {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  animation: scrollChevron 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Responsive Scroll Indicator */
@media (max-width: 768px) {
  .tech-scroll-indicator {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 2rem auto 0;
    padding-bottom: 30px;
  }
}

/* Y-Connect Section */
.yconnect-section {
  background: #ffffff;
  padding: 10rem 0;
  position: relative;
}

.yconnect-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

.yconnect-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.yconnect-left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.yconnect-tag {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  background: #1447e6;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.yconnect-title {
  /* Will be updated with specific styles */
  font-family: "D-DIN Condensed", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #101828;
  margin: 0;
}

.yconnect-description p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #364153;
  margin: 0 0 1rem 0;
}

.yconnect-description p:last-child {
  margin-bottom: 0;
}

.yconnect-app-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.yconnect-app-link {
  display: block;
}

.yconnect-app-link img {
  height: auto;
  display: block;
}

.yconnect-action-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.yconnect-btn-more {
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #1447e6;
  border-radius: 50px;
  color: #1447e6;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.3s ease;
}

.yconnect-btn-more:hover {
  background: rgba(43, 127, 255, 0.1);
}

.yconnect-btn-video {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #e7000b;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.yconnect-btn-video:hover {
  background: #b80009;
  color: #ffffff !important;
}

.yconnect-disclaimer {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 17px;
  margin-top: 1rem;
}

.yconnect-disclaimer p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 19.5px;
  color: #4a5565;
  margin: 0;
}

.yconnect-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yconnect-right::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 128px;
  height: 128px;
  background: rgba(43, 127, 255, 0.1);
  border-radius: 50%;
  z-index: 2;
}

.yconnect-right::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 40px;
  width: 96px;
  height: 96px;
  background: rgba(43, 127, 255, 0.1);
  border-radius: 50%;
  z-index: 2;
}

.yconnect-mobile-container {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* Y-Connect Column Animations */
@keyframes yconnectSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes yconnectSlideInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.yconnect-animate-left {
  animation: yconnectSlideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  opacity: 0;
}

.yconnect-animate-right {
  animation: yconnectSlideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  opacity: 0;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.yconnect-mobile-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  animation: floatUpDown 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Responsive Y-Connect */
@media (max-width: 768px) {
  .yconnect-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .yconnect-title {
    font-size: 40px;
    line-height: 1.2;
  }
}

/* Pattern Notebook - Cuadrícula estilo cuaderno */
.pattern-notebook {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-image:
    /* Líneas horizontales (renglones) */
    repeating-linear-gradient(0deg,
      transparent,
      transparent 29px,
      rgba(0, 123, 255, 0.1) 29px,
      rgba(0, 123, 255, 0.1) 30px),
    /* Líneas verticales (columnas) */
    repeating-linear-gradient(90deg,
      transparent,
      transparent 29px,
      rgba(0, 123, 255, 0.08) 29px,
      rgba(0, 123, 255, 0.08) 30px),
    /* Línea vertical izquierda (margen) más marcada */
    linear-gradient(90deg,
      rgba(0, 123, 255, 0.2) 0,
      rgba(0, 123, 255, 0.2) 1px,
      transparent 1px);
  background-size: 100% 30px, 30px 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
}

/* CTAs Tech Yam - Sidebar Fixed Derecho */
.ctas-tech-yam {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 190px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Título con blur */
.ctas-title-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px 0 0 50px;
  padding: 12px 21px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ctas-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  margin: 0;
  text-align: left;
}

/* Tarjetas de modelos */
.ctas-card {
  position: relative;
  border-radius: 14px 0 0 14px;
  overflow: hidden;
  height: 125px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.ctas-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.ctas-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.ctas-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.ctas-card-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 30%,
      rgba(0, 0, 0, 0) 60%);
  z-index: 2;
  pointer-events: none;
}

.ctas-card-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.ctas-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.01) !important;
}

.ctas-card:hover .ctas-card-white-overlay {
  opacity: 0.1;
}

.ctas-card-content {
  position: relative;
  z-index: 4;
  padding: 24px 24px 5px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ctas-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.ctas-card-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
}

.ctas-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.ctas-card-border {
  display: inline-block;
  height: 2px;
  width: 32px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.3;
  transition: width 0.2s ease, opacity 0.2s ease;
}

.ctas-card-arrow {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  opacity: 0.3;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Efecto parpadeo blanco */
.ctas-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  transition: background 0.4s ease;
  pointer-events: none;
}

/* Hover effects */
.ctas-card:hover .ctas-card-img {
  transform: scale(1.1);
}

.ctas-card:hover .ctas-card-border {
  width: 48px;
  opacity: 1;
}

.ctas-card:hover .ctas-card-arrow {
  transform: translateX(8px);
  opacity: 1;
}

.ctas-card:hover::before {
  animation: blink 0.3s ease forwards;
}

@keyframes blink {
  0% {
    background: rgba(255, 255, 255, 0);
  }

  40% {
    background: rgba(255, 255, 255, 0.03);
  }

  60% {
    background: rgba(255, 255, 255, 0.03);
  }

  100% {
    background: rgba(255, 255, 255, 0);
  }
}

/* Botón Ver todos */
.ctas-btn-ver-todos {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0 2rem;
  min-width: 252.93px;
  height: 46px;
  background: #1447e6;
  border: none;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0px 25px 50px -12px rgba(43, 127, 255, 0.5);
  position: relative;
  transition: background 0.3s ease;
  cursor: pointer;
}

.ctas-btn-ver-todos:hover {
  background: #0f3bc4;
  color: #ffffff !important;
}

/* CTAs Animation - Bounce from Right */
@keyframes bounceInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  70% {
    transform: translateX(-3px);
  }

  85% {
    transform: translateX(2px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ctas-tech-yam-animation .card-animation {
  animation: bounceInFromRight 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
}

.ctas-tech-yam-animation .card-animation:nth-child(1) {
  animation-delay: 1s;
}

.ctas-tech-yam-animation .card-animation:nth-child(2) {
  animation-delay: 1.3s;
}

.ctas-tech-yam-animation .card-animation:nth-child(3) {
  animation-delay: 1.5s;
}

.ctas-tech-yam-animation .card-animation:nth-child(4) {
  animation-delay: 1.7s;
}

.ctas-tech-yam-animation .card-animation:nth-child(5) {
  animation-delay: 1.9s;
}

/* Ocultar CTAs sidebar en pantallas menores a 991px */
@media (max-width: 991px) {
  .ctas-tech-yam {
    display: none !important;
  }

  .tech-feature-card {
    width: 100%;
  }
}

/* Tech List Section */
.tech-list {
  background: #000;
  padding: 64px 0;
}

.tech-list-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}

/* Tech Filter Buttons */
.tech-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.tech-filter-btn {
  padding: 0 1.5rem;
  height: 40px;
  border: none;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  text-transform: capitalize;
}

.tech-filter-btn.active {
  background: #1447e6;
  color: #ffffff;
  box-shadow: 0px 8px 30px rgba(20, 71, 230, 0.8),
    0px 0px 20px rgba(20, 71, 230, 0.4);
}

.tech-filter-btn:not(.active) {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.tech-filter-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

/* Tech List Grid */
.tech-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.tech-list-item-col-shadow {
  border-radius: 2rem;
}

.tech-list-item-card {
  border: 1px solid #1e2939;
  border-radius: 15px;
  overflow: hidden;
  transition: border-color 0.5s ease, background 0.5s ease;
  background: linear-gradient(to bottom right, #2b3853 0%, #030712 80%);
  filter: drop-shadow(0px 20px 25px rgba(43, 127, 255, 0.2));
}

@keyframes badgePulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

.tech-list-item-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #e7000b;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 0.25rem 0.75rem;
  z-index: 3;
  animation: badgePulse 2s ease-in-out infinite;
}

.tech-list-item-card-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(21, 93, 252, 0.3);
  background: rgba(43, 127, 255, 0.2);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.tech-list-item-card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.tech-list-item-card-img {
  height: 226px;
  overflow: hidden;
  position: relative;
}

.tech-list-item-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tech-list-item-col:hover .tech-list-item-card-img img {
  transform: scale(1.1);
}

.tech-list-item-card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(3, 7, 18, 0.3) 40%,
      rgba(3, 7, 18, 0.7) 100%);
  pointer-events: none;
  transition: all 0.5s;
}

.tech-list-item-col:hover .tech-list-item-card-img-overlay {
  opacity: 0.3;
}

.tech-list-item-col:hover .tech-list-item-card {
  border-color: #232358;
  background: linear-gradient(to bottom right, #2b3853 0%, #030712 100%);
}

.tech-list-item-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tech-list-item-card-content span {
  display: inline-block;
  color: #8ec5ff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  background: rgba(20, 71, 230, 0.2);
  border: 1px solid rgba(43, 127, 255, 0.4);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}

.tech-list-item-card-content h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.tech-list-item-card-content p {
  color: #99a1af;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

/* Responsive Tech List Grid */
@media (max-width: 991px) {
  .tech-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .tech-list-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tech-filter-buttons {
    gap: 0.75rem;
  }

  .tech-filter-btn {
    font-size: 14px;
    padding: 0 1rem;
    height: 36px;
  }
}

.tech-yam-flexcontent {
  padding-top: 66.15px;
}

.tech-hero-content-center {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

.tech-hero-icon-box {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(180deg, #155DFC 0%, #193CB8 100%);
  box-shadow: 0px 25px 50px -12px rgba(43, 127, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  margin-bottom: 1.5rem;
}

.tech-hero-icon-box img {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.tech-hero-title-center {
  font-family: "D-DIN Condensed", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 2rem 0 1.5rem 0;
  background: linear-gradient(90deg, #FFFFFF 0%, #DBEAFE 48%, #8EC5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  pointer-events: auto;
}

.tag-tech {
  display: inline-block;
  color: rgb(142, 197, 255);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background: rgba(20, 71, 230, 0.2);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 127, 255, 0.4);
  border-image: initial;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  pointer-events: auto;
}

.tech-hero-desc-center {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.5rem auto 1.5rem;
  max-width: 800px;
  pointer-events: auto;
}

.tech-hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  pointer-events: auto;
}

.tech-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease;
}

.tech-hero-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}

.tech-hero-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 0 24px;
  background: linear-gradient(180deg, #155DFC 0%, #193CB8 100%);
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0px 10px 15px -3px rgba(43, 127, 255, 0.3), 0px 4px 6px -4px rgba(43, 127, 255, 0.3);
  transition: all 0.3s ease;
}

.tech-hero-play-btn:hover {
  box-shadow: 0px 15px 20px -3px rgba(43, 127, 255, 0.4);
  color: #ffffff !important;
}

.tech-hero-play-btn img {
  width: 12px;
  height: auto;
  display: block;
}

/* Hero Animation Initial State */
.tech-hero-animate-item {
  opacity: 0;
  transform: translateY(50px);
}

/* Responsive Hero Center */
@media (max-width: 768px) {
  .tech-hero-content-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tech-hero-title-center {
    font-size: 36px;
    line-height: 40px;
    margin: 1.5rem 0 1rem 0;
  }

  .tech-hero-desc-center {
    font-size: 16px;
    line-height: 24px;
    padding: 0 1rem;
  }

  .tech-hero-ctas {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    padding: 0 1rem;
  }

  .tech-hero-play-btn,
  .tech-hero-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Tech Description Section */
.tech-description-section {
  padding: 4rem 0;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}

.tech-description-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.tech-description-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #101828;
  margin: 0 0 16px 0;
  text-align: center;
}

.tech-description-border {
  width: 96px;
  height: 4px;
  margin: 0 auto 3rem auto;
  background: linear-gradient(90deg, #155DFC 0%, #2B7FFF 50%, #155DFC 100%);
  border-radius: 2px;
}

.tech-description-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4A5565;
  text-align: center;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tech-description-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4rem;
}

.tech-description-col {
  width: 50%;
  border: none;
  padding: 0;
}

.tech-description-card {
  background: #ffffff;
  border-radius: 12px;
  border-top: 1px solid #E5E7EB;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 3.5rem;
  margin-bottom: 3.5rem;
}

.tech-description-card:last-child {
  margin-bottom: 0;
}

.tech-description-card h2,
.tech-description-card h3,
.tech-description-card h4,
.tech-description-card h5,
.tech-description-card h6 {
  font-family: "Montserrat", sans-serif;
  color: #155DFC;
  margin: 0 0 1.5rem 0;
  font-weight: 500;
  text-align: left;
}

.tech-description-card p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #364153;
  margin: 0;
  text-align: left;
}

.tech-description-image-wrapper {
  height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.tech-description-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Tech Description Animation Initial State */
.tech-description-header-animate {
  opacity: 0;
  transform: translateY(50px);
}

.tech-description-cards-animate {
  opacity: 0;
  transform: translateY(50px);
}

.tech-description-image-animate {
  opacity: 0;
  transform: translateY(50px);
}

/* Responsive Tech Description */
@media (max-width: 768px) {
  .tech-description-section {
    padding: 3rem 0;
  }

  .tech-description-container {
    padding: 0 1.5rem;
  }

  .tech-description-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .tech-description-border {
    width: 80px;
    height: 3px;
    margin-bottom: 2.5rem;
  }

  .tech-description-text {
    font-size: 14px;
    line-height: 20px;
  }

  .tech-description-columns {
    flex-direction: column;
    gap: 1.5rem;
  }

  .tech-description-col {
    width: 100%;
  }

  .tech-description-card {
    padding: 2.5rem;
    margin-bottom: 3rem;
  }

  .tech-description-card p {
    font-size: 14px;
    line-height: 28px;
  }

  .tech-description-image-wrapper {
    height: 400px;
  }
}

/* Tech Features Section */
.tech-features-section {
  padding: 8rem 0;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}

.tech-features-header-animate {
  opacity: 0;
  transform: translateY(50px);
}

.tech-features-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #101828;
  margin: 0 0 16px 0;
  text-align: center;
}

.tech-features-border {
  width: 96px;
  height: 4px;
  margin: 0 auto 3rem auto;
  background: linear-gradient(90deg, #155DFC 0%, #2B7FFF 50%, #155DFC 100%);
  border-radius: 2px;
}

.tech-features-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4A5565;
  text-align: center;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tech-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}

.tech-feature-item {
  background: linear-gradient(to bottom, #EFF6FF 0%, #FFFFFF 100%);
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5rem;
  opacity: 0;
  transform: translateY(50px);
}

.tech-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(180deg, #155DFC 0%, #1447E6 100%);
  box-shadow: 0px 4px 6px -4px rgba(43, 127, 255, 0.3), 0px 10px 15px -3px rgba(43, 127, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tech-feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tech-feature-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.tech-feature-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #101828;
  margin: 0 0 1rem 0;
  text-align: left;
}

.tech-feature-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4A5565;
  margin: 0;
  text-align: left;
}

/* Responsive Tech Features */
@media (max-width: 768px) {
  .tech-features-section {
    padding: 5rem 0;
  }

  .tech-features-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 3rem;
  }

  .tech-feature-item {
    padding: 24px;
    flex-direction: row;
    gap: 2rem;
  }

  .tech-feature-icon {
    width: 48px;
    height: 48px;
  }

  .tech-feature-icon img {
    width: 24px;
    height: 24px;
  }

  .tech-feature-title,
  .tech-feature-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .tech-features-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .tech-features-border {
    width: 80px;
    height: 3px;
    margin-bottom: 2.5rem;
  }

  .tech-features-text {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Tech Cards Section */
.tech-cards-section {
  padding: 10rem 0;
  background: #000000;
}

.tech-cards-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.tech-cards-header-animate {
  opacity: 0;
  transform: translateY(50px);
}

.tech-cards-title {
  font-family: "D-DIN Condensed", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 16px 0;
  text-align: center;
}

.tech-cards-border {
  width: 96px;
  height: 4px;
  margin: 0 auto 3rem auto;
  background: linear-gradient(90deg, #155DFC 0%, #2B7FFF 50%, #155DFC 100%);
  border-radius: 2px;
}

.tech-cards-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #99A1AF;
  text-align: center;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tech-cards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 6rem;
}

.tech-card-item {
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  opacity: 0;
  transform: translateY(50px);
}

.tech-card-image-wrapper {
  position: relative;
  height: 230px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.tech-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-card-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, #030712 0%, #030712 10%, rgba(3, 7, 18, 0.6) 50%, rgba(0, 0, 0, 0) 90%);
  pointer-events: none;
}

.tech-card-tag {
  position: absolute;
  top: 19.5px;
  left: 16px;
  background: rgba(21, 93, 252, 0.8);
  color: #FFFFFF;
  padding: 0 0.75rem;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  z-index: 2;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.tech-card-content {
  padding: 1.5rem 0;
  text-align: left;
}

.tech-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 0 0.5rem 0;
}

.tech-card-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #99A1AF;
  margin: 0 0 1rem 0;
}

.tech-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #51A2FF;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #2B7FFF;
  border-radius: 50px;
  width: 100%;
  transition: all 0.3s ease;
}

.tech-card-cta:hover {
  background: #F9FAFB;
  color: #51A2FF;
  border-color: #51A2FF;
}

.tech-card-arrow {
  width: 12px;
  height: auto;
}

/* Responsive Tech Cards */
@media (max-width: 768px) {
  .tech-cards-section {
    padding: 10rem 0;
  }

  .tech-cards-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .tech-cards-border {
    width: 80px;
    height: 3px;
    margin-bottom: 2.5rem;
  }

  .tech-cards-text {
    font-size: 14px;
    line-height: 20px;
  }

  .tech-cards-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }

  .tech-card-image-wrapper {
    height: 200px;
  }
}

/* Tech Video Section */
.tech-video-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}

.tech-video-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 12px;
  overflow: hidden;
}

.tech-video-wrapper-animate {
  opacity: 0;
  transform: translateY(50px);
}

.tech-video-cover {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tech-feature-icon-box2 {
    width: 40px;
    height: 40px;
    background: #1447e6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: box-shadow 0.3s ease;
  }
  

  .tech-feature-icon2 {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .tech-feature-title2 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
  }

.tech-video-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.tech-video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.tech-video-play-icon {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.tech-video-duration {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  z-index: 2;
}

.tech-video-iframe-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.tech-video-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Responsive Tech Video */
@media (max-width: 768px) {
  .tech-video-section {
    padding: 4rem 0;
  }

  .tech-video-wrapper {
    height: 400px;
  }

  .tech-video-play-btn {
    width: 60px;
    height: 60px;
  }

  .tech-video-play-icon {
    width: 30px;
    height: 30px;
  }

  .tech-video-duration {
    bottom: 1rem;
    left: 1rem;
    font-size: 12px;
    padding: 0.4rem 0.8rem;
  }
}