@import url('font-satoshi.css');

.icon-typhoon {
  object-fit: contain !important;
  display: none !important;
  margin-left: 12px;
}
.icon-typhoon img{
  display: none !important;
}
.logo {
  display: block !important;
}

@media (max-width: 450px) {
  .logo {
    display: none !important;
  }
  .icon-typhoon {
    display: block !important;
  }
  .icon-typhoon img{
    display: block !important;
    width: 36px !important;
  }
}

/* Evita salto de línea y pone el texto en blanco en el botón de descarga */
.action-download-btn h3, .action-download-btn strong {
  white-space: nowrap;
  color: #fff;
}
/* Fondo especial para descripciones XL en las cards de cinco elementos */
.five-elements-horizontal .XL {
  background: none;
  color: #B1CEFC;
}
/* Contenedor interno para alinear todo el contenido de info-left a la derecha */
.info-left-inner {
  display: flex;
  flex-direction: column;
  width: 509px;
}
html, body {
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
}
.bg-sphere-2 {
  position: absolute;
  width: 2927.97px;
  height: 2927.97px;
  top: 3350px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-radius: 10000px;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}

.bg-black-band {
  position: absolute;
  width: 2910px;
  height: 2900px;
  top: 2000px; 
  left: 50%;
  transform: translateX(-50%);
  background: black;
  opacity: 1;
  z-index: -2;
  pointer-events: none;
}

:root {
  --transition: 0.3s;
  --font: 'Satoshi-Variable', sans-serif;
  --color-bg: #000000;
  --color-bg-alt: #13161B;
  --color-bg-selected: #0C1E3A;
  --color-text: #FFFFFF;
  --color-text-body1: #D8E6FE;
  --color-text-body: #B1CEFC;
  --color-accent: #3E88FF;
  --color-bg-sticky: #000000E5;
  --color-gradient-start: #1248A6;
  --color-gradient-end: var(--color-accent);
  --color-border-active: #18376A;
  --color-border-static: #1D232D;

  --btn-bg: var(--color-text);
  --btn-text: var(--color-bg);
  --btn-border: var(--color-text);
  --btn-hover-bg: var(--color-accent);
  --select-bg: rgba(12, 30, 58, 1);
  --select-text: var(--color-text);
  --select-border: var(--color-accent);
  --contact-background: var(--color-bg-selected);
  --contact-border: var(--color-border-active);
  --footer-line-thickness: 0.5rem;
  --button-border-radius: 0.5rem;
  --image-border-radius: 0.5rem;
  --section-border-radius: 1rem;
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: var(--font);
  color: var(--color-text);
  background: var(--color-bg);
  flex: 1;
  display: flex;
  flex-direction: column;
}

header {
  padding: 0rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.bg-gradient-top {
  position: absolute;
  width: 100vw;
  height: 2800px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    100% 58% at 50% 58%,
    #3B84F8 0%, 
    #000000 100%
  );
  opacity: 1;
  z-index: -3;
  pointer-events: none;
}

.bg-gradient-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  height: 1800px;
  background: radial-gradient(100% 100% at 50% 0%, #000000 0%, #000000 100%);
  opacity: 1;
  z-index: -3;
  pointer-events: none;
}


.bg-gradient-bottom {
  position: absolute;
  width: 100vw;
  height: 2268.75px;
  top: 5000px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(100% 100% at 50% 0%, #3B84F8 0%, #000000 100%);
  opacity: 1;
  z-index: -3;
  pointer-events: none;
}

.bg-sphere {
  position: absolute;
  width: 2927.97px;
  height: 2927.97px;
  top: 675px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10000px;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}


body {
    position: relative;
    overflow-x: hidden; /* Evita scroll horizontal */
}

/* Elipses izquierda */
.bg-ellipse-1-l {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    top: 3975px;
    left: -860px;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateX(0);
}

.bg-ellipse-2-l {
    position: absolute;
    width: 2392px;
    top: 2063px;
    left: -1183px;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateX(0);
}

/* Elipses derecha */
.bg-ellipse-1-r {
    position: absolute;
    width: 2392px;
    top: 1606px;
    left: 724px;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: none;
}

.bg-ellipse-1-r-d {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    top: 3957px;
    right: 0;
    left: 879px;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateX(0);
}

/* Elipse centro */
.bg-ellipse-2-center {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    top: 4500px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}
/***************/
/* TEXT STYLES */
/***************/

H1 {
  font-family:  'Satoshi-Variable', sans-serif;
  font-size: 2.8125rem;
  line-height: 3.375rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 1rem 0rem;
}

H1 strong {
  font-weight: 225;
}

H2 {
  font-size: 1.6875rem;
  line-height: 2.0625rem;
  font-weight: 100;
  font-style: medium;
  letter-spacing: -0.02em;
  margin: 1rem 0;
}

H2 strong {
  font-weight: 900;
}

H3 {
  font-family:  'Satoshi-Variable', sans-serif;
  font-size: 1.125rem;
  line-height: normal;
  line-height: 100%;
  font-weight: 500;
  margin: 0.5rem 0;
}

H3 strong {
  font-weight: 900;
}

H4 {
  font-size: 1.1rem;
  font-weight: 100;
  margin: 0.4rem 0rem;
}

H4 strong {
  font-weight: 200;
}

.H3-Black {
  font-family: 'Satoshi-Variable', sans-serif;
  font-size: 1.40625rem;
  line-height: 1.75rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-text);
  margin: 0.5rem 0;
}

.XL {
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  font-weight: 400;
  margin-bottom: 1.3rem;
}

.XL strong {
  font-weight: 900;
}

.M {
  font-size: 1rem; 
  line-height: 1.5rem; 
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
}

.M strong {
  font-weight: 175;
}

.S {
  font-size: 0.875rem;
  line-height: 1.625rem; 
  font-weight: 100;
}


/***********/
/* Buttons */
/***********/
#download-btn {
  font-family: var(--font);
  width: 238.5px;
  height: 70.5px;
  margin: 0;
  padding: 16px 24px;
  gap: 4px;
  border: 2px solid var(--btn-border);
  border-radius: 8px;
  background: var(--btn-bg);
  color: var(--btn-text);
  cursor: pointer;
  transition: var(--transition);
  flex: 0 0 auto;
  opacity: 1;
}

#manual-btn {
  font-family: var(--font);
  width: 238.5px;
  height: 70.5px;
  margin: 0;
  padding: 8px 16px;
  gap: 4px;
  border: 2px solid var(--btn-border);
  border-radius: 8px;
  background: var(--btn-bg);
  color: var(--btn-text);
  cursor: pointer;
  transition: var(--transition);
  flex: 0 0 auto;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  }

  #manual-btn .download-text {
    width: 100%;
    text-align: center;
  }

#download-btn-2,
#download-btn-mobile,
#contact-btn {
  font-family: var(--font);
  margin: 0;
  padding: 1rem 2rem;
  border: 2px solid var(--btn-border);
  border-radius: var(--button-border-radius);
  background: var(--btn-bg);
  color: var(--btn-text);
  cursor: pointer;
  transition: var(--transition);
  flex: 0 0 auto;
}

#download-btn:hover,
#download-btn-2:hover,
#download-btn-mobile:hover,
#contact-btn:hover,
#manual-btn:hover {
  background: var(--btn-hover-bg);
}

#download-btn .download-text {
  line-height: 1.5rem;
}

#download-btn .download-version {
  display: block;
  text-align: left;
}

#download-btn-mobile {
  display: none;
  padding: 0.5rem;
}

#download-btn-2 {
  margin: 1rem 0rem;
}

#download-btn-mobile .download-text,
#download-btn-2 .download-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#download-btn-mobile img,
#download-btn-2 img {
  width: 6.5rem;
  margin-bottom: 0.1rem;
}

#manual-btn {
  background: transparent;
  color: var(--color-text);
}

#contact-btn {
  background: var(--contact-background);
  border: 1px solid var(--contact-border);
  padding: 0.5rem 2.5rem;
}

#contact-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

#contact-btn h4 {
  color: var(--color-text);
  margin: 0;
  font-weight: 600;
}

#contact-btn img {
  width: 1.7rem;
}

/*************/
/* COMBO BOX */
/*************/
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.45rem 2.55rem 0.6rem 1rem;
  margin: 1.35rem 5.6rem 1.35rem 0rem;
  background-color: var(--select-bg);
  color: var(--select-text);
  border: 2px solid transparent;
  border-radius: var(--button-border-radius);
  transition: var(--transition);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='14' viewBox='0 0 8 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3 3 3-3' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  font-family: var(--font);
  font-weight: 500;
  font-size: 1.1rem;
}

select:hover,
select:checked {
  box-shadow: none;
  border: 2px solid var(--color-accent);
  outline: none;
}

select:focus {
  outline: none;
  border: 2px solid var(--color-accent);
}

select option {
  background-color: var(--select-bg);
  color: var(--select-text);
  padding: 2.5rem;
  border: none;
}

select::-webkit-scrollbar {
  width: 8px;
}

select::-webkit-scrollbar-track {
  background: var(--select-bg);
}

select::-webkit-scrollbar-thumb {
  background: var(--color-accent);
  border-radius: 4px;
}

/***********************/
/* INFORMATION SECTION */
/***********************/
/* HEADER */
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left-logos {
  display: flex;
  align-items: center;
  gap: 0;
  padding-left: 0;
  position: static;
  justify-content: flex-start;
}

.logo-plain-nav {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  padding-left: 0;
  min-width: 120px;
  flex-shrink: 0;
}

.logo-plain-nav img {
  width: 90%;
  height: auto;
  object-fit: contain;
  opacity: 1;
  padding: 8px 12px;
}

#sticky-nav .logo-plain-nav {
  display: none;
}

.navigation .logo {
  visibility: hidden;
  align-items: center;
}

.nav-options {
  flex: 1;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--transition);
}

.nav-link:hover {
  color: var(--color-accent);
}

.nav-demo-btn {
  width: auto;
  min-width: 154px;
  height: 40px;
  padding: 8px 16px;
  gap: 6px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
  border: 2px solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--btn-text);
  cursor: pointer;
  transition: var(--transition);
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#sticky-nav .nav-demo-btn {
  opacity: 1;
  display: flex;
}

.nav-demo-btn:hover {
  background: var(--btn-hover-bg);
  color: var(--color-text);
}

.lang-selector {
  position: relative;
}

#lang-switch {
    display: block;
}

#lang-switch-mobile{
  display: none;
}

#sticky-nav #lang-switch-sticky {
  display: block;
}

#sticky-nav #lang-switch-mobile-sticky {
  display: none;
}

.lang-selector::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  z-index: 5;
}

.buttonsContainer {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: middle;  
  justify-content: start;
  margin-top: 3rem;
}

/* INFO */
.information {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  overflow: visible;
  max-width: 100%;
  min-height: 35vh;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0rem;
}

.info-left {
  flex: 1;
  width: 50%;
  margin-left: 0;
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.info-left p {
  color: var(--color-text-body1);
  margin-top: 1rem;
  text-align: left;
}

.info-left .logo {
  width: 8rem;
}

.info-right {
  flex: none;
  width: 50%;
  float: right;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-top: 4rem;
  margin-left: 0;
}

.info-right .mockup {
  width: 552.75px;
  height: 344.25px;
  object-fit: contain;
  opacity: 1;
}

.mockup-span {
  display: inline-block;
  transform:  translateY(4rem);
}

/****************/
/* WHY TYPHOON */
/****************/
.why-typhoon {
  display: flex;
  flex-direction: column;
  padding: 0rem 4rem 3rem 4rem;
  margin: 120px 4rem 3rem 4rem;
}

.why-typhoon-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}

.heading-support-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  width: 902px;
}

.heading-support-2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  margin-top: 3rem;
}

.heading-support-1 .section-heading {
    white-space: nowrap;
  font-family: 'Satoshi-Variable', sans-serif;
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin: 1rem 0rem;
}

.heading-support-1 .XL {
  text-align: center;
  color: var(--color-text-body);
}

.heading-support-2 .section-heading {
  font-weight: 900;
}

.section-heading {
  color: var(--color-text);
}

.section-support-text {
  color: var(--color-text-body);
}

.horizontal-elements {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  width: 100%;
}

.before-after-container {
  width: 413.145px;
  height: 413.775px;
  border-radius: 16px;
  border: 0.83px solid #0C1E3A;
  background: radial-gradient(circle at 49.92% 100%, #121A31 0%, #000000 100%);
  box-shadow: 
    0px 15px 33.34px 0px rgba(0, 0, 0, 0.1),
    0px 60.84px 60.84px 0px rgba(0, 0, 0, 0.09),
    0px 137.51px 82.5px 0px rgba(199, 155, 155, 0.05),
    0px 245.01px 98.34px 0px rgba(0, 0, 0, 0.01),
    0px 382.52px 107.51px 0px rgba(0, 0, 0, 0);
  opacity: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
}

.element-1,
.element-2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}

.element-1 p,
.element-2 p {
  color: var(--color-text-body);
}

.before-after-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-top: 1rem;
}

.stacked-images {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 1rem;
}

.stacked-image {
  position: absolute;
  width: 52.5%;
  height: auto;
  border-radius: 6.67px;
  transition: transform 0.3s ease;
  opacity: 1;
}

.stacked-1 {
  top: 110px;
  left: 50px;
  z-index: 3;
  transform: rotate(0deg);
}

.stacked-2 {
  top: 26.88px;
  left: 141.2625px;
  z-index: 2;
  transform: rotate(0deg);
}

.stacked-3 {
  top: -20px;
  left: 30px;
  z-index: 1;
  transform: rotate(0deg);
}

.five-elements-horizontal {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.five-elements-horizontal .element {
  width: 195.6px;
  height: 201px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  opacity: 1;
}

.five-elements-horizontal .element .icon-container {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.five-elements-horizontal .element .icon-container img {
  width: 36px;
  height: 36px;
  opacity: 1;
}

.five-elements-horizontal .element h4 {
  width: 260.8px;
  height: 32px;
  font-family: 'Satoshi-Variable', sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text);
  margin: 0;
  opacity: 1;
}

.cta-button {
  font-family: 'Satoshi-Variable', sans-serif;
  width: 295.5px;
  height: 70.5px;
  padding: 16px 32px;
  gap: 24px;
  border: 2px solid var(--btn-border);
  border-radius: 8px;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  transition: var(--transition);
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 24px;
  line-height: 100%;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.cta-button img {
  width: 36px;
  height: 36px;
}

.cta-button:hover {
  background: var(--btn-hover-bg);
}

/******************/
/* HOW IT WORKS */
/******************/
.how-it-works {
  display: flex;
  flex-direction: column;
  width: 1050px;
  height: 993px;
  gap: 4.5rem;
  opacity: 1;
  margin: 0 auto;
  padding: 8rem 0 3rem 0;
}

.how-it-works-content {
  width: 1050px;
  height: 879px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}

.how-it-works-content h1 {
  text-align: center;
}

.how-it-works-cards {
  display: flex;
  flex-direction: column;
  gap: 31px;
  width: 100%;
  align-items: center;
  position: relative;
}

.how-it-works-card {
  width: 676.5px;
  max-height: 126px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #18376A;
  padding: 24px;
  background: linear-gradient(90deg, #050505 0%, #06101F 100%);
  opacity: 1;
  position: relative;
}

/* Línea horizontal */
.how-it-works-card::before {
  content: "";
  position: absolute;
  left: -71px;
  top: 50%;
  transform: translateY(-50%);
  width: 71px;
  height: 1px;
  background: #18376A;
}

/* Esfera numerada */
.how-it-works-card::after {
  content: attr(data-number);
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #235199;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Satoshi-Variable', sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  z-index: 2;
}

/* Línea vertical de 130px desde cada esfera */
.vertical-line {
  position: absolute;
  left: -106px;
  top: calc(50% + 34px);
  width: 1px;
  height: 132px;
  background: #18376A;
  z-index: 1;
}

/* Ocultar línea vertical en la última tarjeta */
.how-it-works-card:last-child .vertical-line {
  display: none;
}

.card-icon-container {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  flex-shrink: 0;
}

.card-icon-container img {
  width: 54px;
  height: 54px;
  opacity: 1;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
}

.card-title {
  max-width: 537px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 4rem;
  line-height: 2.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin: 0;
  opacity: 1;
}

.card-description {
  width: 100%;
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-text-body);
  margin: 0;
  opacity: 1;
  white-space: normal;
  overflow-wrap: break-word;
}

.how-it-works-cta-button {
  font-family: 'Satoshi-Variable', sans-serif;
  width: 248.25px;
  min-height: 70.5px;
  padding: 16px 32px;
  gap: 4px;
  border: 2px solid var(--btn-border);
  border-radius: 8px;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  transition: var(--transition);
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.how-it-works-cta-button:hover {
  background: var(--btn-hover-bg);
}

/*********************/
/* THE WAY YOU WORK */
/*********************/
.the-way-you-work {
  display: flex;
  flex-direction: column;
  width: 1050px;
  height: 469.5px;
  gap: 48px;
  margin: 26rem auto 3rem auto;
}

.work-title-container {
  width: 1050px;
  height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-way-you-work .section-heading {
  text-align: center;
  font-weight: 900;
  margin: 0;
}

.work-cards-container {
  display: flex;
  flex-direction: row;
  width: 1050px;
  height: 379.5px;
  padding: 0 16px;
  gap: 24px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.work-card {
  display: flex;
  flex-direction: column;
  width: 326px;
  height: 379.5px;
  background: #0D0D12;
  border: 1px solid #3B3E46;
  border-radius: 16px;
  overflow: hidden;
}

.work-card:nth-child(3) {
  border: 1px solid #235199;
}

.work-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 97.5px;
  padding: 32px 32px;
  gap: 12px;
  border-bottom: 1px solid #282A2E;
  box-sizing: border-box;
}

.work-card:nth-child(2) .work-card-header {
  padding: 32px 48px;
  background: linear-gradient(83.37deg, #212121 0%, #343434 99.92%);
  border-bottom: none;
  box-sizing: border-box;
}

.work-card:nth-child(3) .work-card-header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 48px;
  background: linear-gradient(83.37deg, #000000 0%, #0D4195 99.92%);
  border-bottom: none;
  box-sizing: border-box;
}

.work-card-icon {
  display: none;
}

.work-card:nth-child(3) .work-card-icon {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.work-card:nth-child(3) .work-card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.work-card-header h3 {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-text);
  margin: 0;
  text-align: left;
}

.work-card-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70.5px;
  padding: 18px;
  gap: 9px;
}

.work-card:nth-child(3) .work-card-item {
  padding: 24px;
}

.work-card-item-icon {
  width: 32px;
  height: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.work-card:nth-child(3) .work-card-item-icon {
  display: flex;
}

.work-card-item-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.work-card-item p {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #D8E6FE;
  margin: 0;
  text-align: left;
  width: 100%;
  vertical-align: middle;
}

.work-card:nth-child(2) .work-card-item p {
  color: #A1A4AC;
}

.work-card:nth-child(3) .work-card-item p {
  color: #FFFFFF;
}

/***************/
/* USE CASES */
/***************/
.use-cases {
  display: flex;
  flex-direction: column;
  width: 1050px;
  height: auto;
  gap: 48px;
  margin: 6rem auto 3rem auto;
}

.use-cases-title {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -2%;
  text-align: center;
  color: var(--color-text);
  margin: 0;
}

.use-cases-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1050px;
  height: auto;
  padding: 0 16px;
}

.use-cases-image {
  width: 7588.75px;
  height: 347.25px;
  border-radius: 16px;
  border: 1px solid #1D232D;
  overflow: hidden;
}

.use-cases-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.use-cases-selectors {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 413.25px;
  margin-left: 2rem;
  height: 347.25px;
}

.use-case-selector {
  display: flex;
  flex-direction: column;
  width: 413.25px;
  height: 73.5px;
  padding: 27px 18px 15px 18px;
  gap: 2px;
  border-radius: 16px;
  border: 1px solid #1D232D;
  background: #0D0D12;
  cursor: pointer;
  transition: all var(--transition);
  justify-content: center;
}

.use-case-selector:hover {
  border-color: var(--color-border-active);
  background: var(--color-bg-selected);
}

.use-case-selector.active {
  border: 1px solid #3B3E46;
  background: #13161B;
}

 .use-case-selector h3 {
  color: #828690;
  margin: 0;
}

 .use-case-selector.active h3 {
  color: #FFFFFF;
}


.use-case-selector.active p {
  color: #629DF9;
}

.use-case-selector p {
  color: #828690;
}


/*******************/
/* BUSINESS VALUE */
/*******************/
.business-value {
  display: flex;
  flex-direction: column;
  width: 1050px;
  height: 357.43px;
  gap: 48px;
  margin: 6rem auto 3rem auto;
}

.business-value-title {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -2%;
  text-align: center;
  color: var(--color-text);
  margin: 0;
}

.business-value-content {
  display: flex;
  flex-direction: row;
  width: 1050px;
  height: 265.43px;
  padding: 0 16px;
  gap: 24px;
  justify-content: center;
}

.business-value-sphere {
  width: 199.0725px;
  height: 199.0725px;
  border-radius: 185.61px;
  border: 0.93px solid #3B3E46;
  background: #1D232D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sphere-content {
  display: flex;
  flex-direction: column;
  gap: 11.14px;
  align-items: center;
  justify-content: center;
}

.sphere-number {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 41.76px;
  line-height: 50.115px;
  letter-spacing: -2%;
  text-align: center;
  color: #3B84F8;
}

.sphere-text {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16.7025px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

/********************************/
/* BUILT BY PLAIN CONCEPTS */
/********************************/
.built-by {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 912px;
  height: 283.5px;
  padding: 54px 32px;
  gap: 12px;
  margin: 6rem auto 3rem auto;
  border-radius: 16px;
  border: 1px solid #0C1E3A;
  background: #0D0D12;
}

.built-by-content {
  display: flex;
  flex-direction: column;
  width: 1120px;
  height: 234px;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.built-by-title {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -2%;
  text-align: center;
  color: var(--color-text);
  margin: 0;
}

.built-by-description {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  letter-spacing: 0%;
  text-align: center;
  color: #B1CEFC;
  margin: 0;
  width: 628.5px;
  height: 90px;
}

.built-by-description strong {
  font-weight: 900;
}

.built-by-footer {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  letter-spacing: 0%;
  text-align: center;
  color: #B1CEFC;
  margin: 0;
}

/*****************/
/* OUR CLIENTS */
/*****************/
.our-clients {
  display: flex;
  flex-direction: column;
  width: 912px;
  height: auto;
  gap: 48px;
  margin: 6rem auto 3rem auto;
}

.our-clients-title {
  text-align: center;
  color: var(--color-text);
  margin: 0;
}

.our-clients-image {
  width: 912px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-clients-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/****************************/
/* ACTION SECTION */
/****************************/
.action-section {
  display: flex;
  flex-direction: column;
  width: 960px;
  max-width: 960px;
  height: 999px;
  gap: 64px;
  margin: 10rem auto 3rem auto;
  align-items: center;
}

.action-header {
  display: flex;
  width: 960px;
  height: 351px;
  gap: 64px;
  justify-content: center;
  align-items: center;
}

.action-header-content {
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 351px;
  gap: 48px;
  align-items: center;
  justify-content: center;
}

.action-text-container {
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 184px;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.action-title {
  text-align: center;
  color: var(--color-text);
  margin: 0;
  width: 640px;
  height: 72px;
  white-space: nowrap;
}

.action-title strong {
  font-weight: 900;
  font-size: 2.8125rem;
  line-height: 3.375rem;
  letter-spacing: -0.02em;
}

.action-description {
  text-align: center;
  color: #D8E6FE;
  margin: 0;
  width: 460.8px;
  height: 88px;
}

.action-subtitle-container {
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 119px;
  gap: 0;
}

.action-subtitle-line {
  text-align: center;
  color: var(--color-text);
  margin: 0;
}


/* Action Box with Logos */
.action-box {
  width: 808.5px;
  height: 569.25px;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #235199;
  padding: 32px;
  background: radial-gradient(50% 50% at 50% 50%, #121A31 17.31%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}

.action-box-header {
  width: 261.75px;
  height: 60px;
  gap: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 1;
}

.action-logo-typhoon {
  width: 141.99957275390625px;
  height: 64.51531982421875px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  opacity: 1;
}

.action-logo-typhoon img {
  width: 106.5px;
  height: 16.8864927292px;
  gap: 3.5px;
  opacity: 1;
}

.action-tech-text {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -2%;
  color: var(--color-text);
  margin: 0;
  padding: 0;
  opacity: 1;
  display: block;
}

.action-divider {
  width: 1px;
  height: 60px;
  background: #4F535D;
  opacity: 1;
}

.action-logo-plain {
  width: 142px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.action-logo-plain img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.action-image-container {
  width: 735px;
  min-height: 428.25px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.action-gaussian-image {
  width: 735px;
  height: 428.25px;
  position: relative;
  top: 0;
  left: -2px;
  opacity: 1;
  object-fit: contain;
  object-position: bottom;
  border-radius: 16px;
}

.action-buttons {
  width: 528.75px;
  height: 70.5px;
  gap: 12px;
  display: flex;
  flex-direction: row;
  opacity: 1;
}

.action-demo-btn {
  width: 259.5px;
  height: 70.5px;
  padding: 16px 24px;
  gap: 4px;
  border-radius: 8px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.action-demo-btn span {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0D0D12;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-download-btn {
  width: 259.5px;
  height: 70.5px;
  padding: 16px 32px;
  gap: 4px;
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.action-download-btn span {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
}

.action-demo-btn:hover {
  background: #F0F0F0;
}

.action-download-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Demo Overlay */
.demo-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}

.demo-overlay.active {
  display: flex;
  opacity: 1;
}

.demo-popup {
  width: 501px;
  min-height: 750px;
  height: auto;
  padding: 50px 50px;
  gap: 36px;
  border-radius: 16px;
  border: 1px solid #282A2E;
  background: #0D0D12;
  opacity: 1;
  box-shadow: 
    0px 33px 73px 0px rgba(0, 0, 0, 0.1),
    0px 132px 132px 0px rgba(0, 0, 0, 0.09),
    0px 297px 178px 0px rgba(0, 0, 0, 0.05),
    0px 528px 211px 0px rgba(0, 0, 0, 0.01),
    0px 825px 231px 0px rgba(0, 0, 0, 0);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  align-self: center;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.demo-overlay.active .demo-popup {
  transform: scale(1);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close img {
  width: 48px;
  height: 48px;
}

.popup-close:hover {
  opacity: 0.7;
}

.popup-title {
  width: auto;
  height: auto;
  color: var(--color-text);
  opacity: 1;
  margin: 0;
}

.popup-form-container {
  width: auto;
  height: 400px;
  gap: 18px;
  display: flex;
  flex-direction: column;
  opacity: 1;
}

.popup-required-text {
  width: 200px;
  height: 16px;
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--color-text);
  opacity: 1;
  margin: 0;
  align-self: flex-end;
  text-align: right;
}

.popup-required-text .asterisk {
  color: #3B84F8;
}

.popup-form-fields {
  width: auto;
  height: 570px;
  gap: 8x;
  display: flex;
  flex-direction: column;
  opacity: 1;
  align-items: flex-start;
}

.popup-field {
  width: 100%;
  height: 76px;
  border-radius: 8px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.popup-label {
  width: auto;
  min-width: 68px;
  height: 16px;
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--color-text);
  opacity: 1;
  margin: 0;
  white-space: nowrap;
}

.popup-label .asterisk {
  color: #3B84F8;
}

.popup-input {
  width: auto;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #636874;
  background: #13161B;
  padding: 16px 22px;
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--color-text);
  opacity: 1;
  outline: none;
  transition: border-color 0.3s ease;
}

.popup-input::placeholder {
  color: #636874;
  opacity: 1;
}

.popup-input:hover,
.popup-input:focus {
  border-color: #3B84F8;
}

.popup-field-large {
  height: 129px;
}

.popup-textarea {
  height: 114px;
  resize: none;
  padding-top: 16px;
}

.popup-submit-btn {
  width: 100%;
  height: 70.5px;
  min-height: 70.5px;
  max-height: 70.5px;
  padding: 16px 24px;
  gap: 4px;
  border-radius: 8px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0D0D12;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.popup-submit-btn:hover {
  background: #F0F0F0;
}

.popup-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Privacy checkbox styles */
.popup-privacy-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0px;
}

.privacy-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--color-accent);
}

.privacy-label {
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-text-body);
  cursor: pointer;
  user-select: none;
}

/* Form message styles */
.form-message {
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: 'Satoshi-Variable', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-message.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.form-message.success {
  background: rgba(62, 136, 255, 0.15);
  border: 1px solid rgba(62, 136, 255, 0.4);
  color: #B1CEFC;
}

.form-message.error {
  background: rgba(255, 62, 62, 0.15);
  border: 1px solid rgba(255, 62, 62, 0.4);
  color: #FFB1B1;
}

/**********/
/* VIDEO OVERLAY */
/**********/
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-overlay.active {
  opacity: 1;
  visibility: visible;
}

.video-popup {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-container {
  width: 100%;
  height: 100%;
}

.video-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
  padding: 10px;
  transition: transform 0.2s ease;
}

.video-close:hover {
  transform: scale(1.1);
}

.video-close img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

/**********/
/* FOOTER */
/**********/
footer {
  background-color:#0D0D12;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  position: relative;
  margin-top: 6rem;
}

footer p{
  color: var(--color-text-body);
}

footer .logo-footer {
  flex: 0 0 auto;
  width: 12.4rem;
  height: auto;
  margin: 1.5rem 0rem;
}

footer .contact {
  text-align: right;
  white-space: normal;
  word-break: break-word;
}

footer .contact a {
  color: var(--color-text-body);
  text-decoration: underline;
  transition: color var(--transition);
}

footer .contact a:hover {
  color: var(--color-accent);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--footer-line-thickness);
  background: linear-gradient(90deg, var(--color-gradient-start), var(--color-gradient-end));
}

/*************/
/* Addresses */
/*************/
  .addresses {
    background-color: #0D0D12;
  display: flex;
  justify-content: center;
  padding: 1rem 0rem;
}

.addresses li {
  text-align: center;
}

.menu-legal nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-legal nav ul li a {
  color: var(--select-text);
  text-decoration: none;
  transition: color var(--transition);
}

.menu-legal nav ul li a:hover {
  color: var(--color-accent);
}

/***********************/
/* STICKY ANIMATED NAV */
/***********************/
#sticky-nav {
  background-color: var(--color-bg-sticky);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0rem;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sticky-nav.visible {
  opacity: 1;
  transform: translateY(0);
}

#sticky-nav .logo {
  display: flex;
  visibility: visible;
  padding: 0rem 2rem;
  width: 17rem;
}

.navigation,
#sticky-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* @media screen and (max-width: 1250px) {
  .info-left {
    flex: 1 1 100%;
  }

  .info-right {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    margin-top: 0;
    max-height: 60vh;
    overflow: visible;
  }

  .info-right .mockup {
    max-height: 50vw;
    object-fit: contain;
  }

  .mockup-span {
    display: inline-block;
    transform:translateX(0rem) translateY(-5rem) ;
  }
} */

@media screen and (max-width: 900px) {
  #download-btn-2{
    padding: 0rem 1rem 0.5rem 1rem;
  }
   #download-btn-2 .download-text {
    flex-direction: column;
    gap: 0rem;
  }
}

@media (min-width: 768px) {
  .clients-desktop {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .clients-mobile {
    display: none !important;
  }
}

/* Responsive portrait móvil */
@media (max-width: 767px) and (orientation: portrait) {

    .bg-black-band,
    .bg-sphere,
    .bg-sphere-2,
    .bg-ellipse-1-l,
    .bg-ellipse-2-l,
    .bg-ellipse-1-r,
    .bg-ellipse-1-r-d,
    .bg-ellipse-2-center,
    .bg-gradient-bottom {
        display: none !important;
    }

    html, body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .info-left-inner,
  .info-left,
  .info-right,
  .action-section,
  .why-typhoon,
  .how-it-works,
  .the-way-you-work {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    justify-content: center !important;
  }

  .info-left-inner .buttonsContainer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
    .bg-gradient-top {
  height: 1500px !important;
  min-height: 100vh !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  transform: none !important;
  background: radial-gradient(
    100% 58% at 50% 58%,
    #3B84F8 0%, 
    #000000 85%,
    #0D0D12 100%
  ) !important;
}
    body {
      background: #0D0D12 !important;
    }
html, body {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  .information,
  .info-left,
  .info-right {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow: hidden !important;    
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .info-left-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow: hidden !important;    
    padding-left: 1rem !important;
  }

  .info-right {
    margin-top: 1rem !important;
  }

  .info-left-inner > * {
    padding-left: 1rem !important;
    box-sizing: border-box;
    width: 100%;
  }

  .nav-demo-btn,
  #sticky-nav .nav-demo-btn {
    min-width: 110px;
    height: 32px;
    font-size: 0.95rem;
    padding: 6px 12px;
  }
  .logo-plain-nav {
    display: none !important;
  }.nav-options {
    gap: 0.7rem !important;
  }
.why-typhoon {
    padding-left: 32px !important;
    padding-right: 32px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-bottom: auto !important;
    box-sizing: border-box !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .why-typhoon-content,
  .heading-support-1,
  .heading-support-2 {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    margin-top: auto !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .horizontal-elements {
    padding-left: 32px !important;
    padding-right: 32px !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    width: 100vw !important;
    align-items: center !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }
  .before-after-container {
    width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 1rem !important;
    margin: 0 auto 1.5rem auto !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
  .element-1,
  .element-2 {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .before-after-image {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    margin-top: 1rem !important;
  }
  .before-after-container .stacked-images {
    left: 50% !important;
    transform: translateX(-50%) translateY(25%)!important;
    position: relative !important;
  }

  .stacked-images {
    width: 500px !important;
    height: 500px !important;
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .stacked-image {
    width: 52.5% !important;
    height: auto !important;
    border-radius: 6.67px !important;
    position: absolute !important;
    /* Mantén los top/left originales */
  }
  .stacked-1 {
    top: 110px !important;
    left: 50px !important;
    z-index: 3;
    transform: rotate(0deg);
  }
  .stacked-2 {
    top: 26.88px !important;
    left: 141.2625px !important;
    z-index: 2;
    transform: rotate(0deg);
  }
  .stacked-3 {
    top: -20px !important;
    left: 30px !important;
    z-index: 1;
    transform: rotate(0deg);
  }

   .five-elements-horizontal {
    flex-direction: column !important;
    gap: 1.5rem !important;
    align-items: center !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .five-elements-horizontal .element {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
  }

  .cta-button {
    width: calc(100vw - 4rem) !important;
    max-width: calc(100vw - 4rem) !important;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
    box-sizing: border-box !important;
    border-radius: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .how-it-works {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 0rem !important;
  }
  .how-it-works-content,
  .how-it-works-cards,
  .how-it-works-card {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 1.2rem !important;
    padding: 2rem 1.2rem !important;
    height: auto !important;
    margin-bottom: 1.5rem !important;
    position: static !important;
  }
  .how-it-works-card::before,
  .how-it-works-card::after,
  .vertical-line {
    display: none !important;
    content: none !important;
  }

  .how-it-works-card {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1rem !important;
    padding: 1.5rem 1rem !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    text-align: center !important;
  }
  .card-icon-container {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 0.7rem !important;
    align-self: center !important;
    justify-content: center !important;
    display: flex !important;
  }
  .card-title {
    margin: 0.5rem 0 0.5rem 0 !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
  }
  .card-description {
    margin-top: 0 !important;
    margin-bottom: 0.8rem !important;
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
    color: #B1CEFC !important;
    opacity: 0.95 !important;
    letter-spacing: 0.01em !important;
  }

   .how-it-works-cta-button {
    width: calc(100vw - 2.4rem) !important;
    max-width: calc(100vw - 2.4rem) !important;
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .the-way-you-work {
    margin-top: 2rem !important;
  }

  .use-cases {
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    align-items: center !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 2rem !important;
  }
  .use-cases-content {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100vw !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    gap: 1.5rem !important;
  }
  .use-cases-selectors {
    order: 1 !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-bottom: 1.5rem !important;
    flex-direction: column !important;
    gap: 1rem !important;
    height: auto !important;
  }
  .use-case-selector {
    width: 100% !important;
    max-width: 100vw !important;
    margin-bottom: 1rem !important;
    height: auto !important;
    padding: 20px 20px !important;
    gap: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin-bottom: auto !important;
  }
  
  .use-case-selector h3,
  .use-case-selector p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .use-cases-image {
    order: 2 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }
  .use-cases-image img,
  .use-cases-image video {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    display: block !important;
  }

  .business-value {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    height: auto !important;
    margin: 2rem auto !important;
    padding: 2rem 1rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }
  .business-value-title,
  .business-value-content {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    text-align: center !important;
    margin: 0.5rem 0 !important;
  }
  
  .business-value-content {
    flex-direction: column !important;
    gap: 1.5rem !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  
  .business-value-sphere {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .built-by {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    height: auto !important;
    margin: 2rem auto !important;
    padding: 2rem 1rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
  .built-by-content {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .built-by-title,
  .built-by-description,
  .built-by-footer {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    text-align: center !important;
    margin: 0.5rem 0 !important;
  }

  .our-clients {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin: 2rem auto !important;
    padding: 2rem 1rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }
  .our-clients-title,
  .our-clients-image {
    width: 100% !important;
    max-width: 100vw !important;
    text-align: center !important;
    margin: 0.5rem 0 !important;
  }
  .our-clients-image img {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 1rem !important;
  }
  .clients-desktop {
    display: none !important;
  }
  .clients-mobile {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .action-section {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    margin: 2rem auto !important;
    padding: 2rem 1rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }
  .action-header,
  .action-header-content,
  .action-text-container,
  .action-subtitle-container,
  .action-box,
  .action-buttons {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    height: auto !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .action-title {
    width: 100% !important;
    max-width: 100vw !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    height: auto !important;
  }

  .action-subtitle-line,
  .action-description {
    width: 100% !important;
    max-width: 100vw !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    height: auto !important;
  }

  .action-image-container {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .action-gaussian-image {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 1rem !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .action-buttons {
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100vw !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .action-demo-btn,
  .action-download-btn {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  
  .popup-title {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
  }

    /**************************/
    /* RESPONSIVE TEXT STYLES */
    /**************************/


    H1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  H2 {
    font-size: 1.375rem;
    line-height: 1.75rem;  
  }


  /**********************/
  /* RESPONSIVE Buttons */
  /**********************/
  #download-btn,
  #manual-btn {
    display: block;
    width: calc(100%);
  }

  #download-btn .download-version {
    text-align: center;
  }

  #download-btn-mobile {
    display: block;
    width: calc(100% - 2rem);
    margin: 3rem 1rem 1rem 1rem;
  }

  /************************/
  /* RESPONSIVE COMBO BOX */
  /************************/
  select {
    margin: 1.5rem 1.5rem 1.5rem 0rem;
    min-width: 0rem;
    font-weight: 400;
    font-size: 1rem;
  }

  /**********************************/
  /* RESPONSIVE INFORMATION SECTION */
  /**********************************/
  /* HEADER */
  header {
    overflow-x: hidden;
  }

  .navigation {
    width: 100%;
    max-width: 100%;
    padding: 0rem;
    box-sizing: border-box;
    gap:1rem;
  }

  .navigation .logo {
    display: flex;
    visibility: visible;
    width: 10rem;
    min-width: 8rem;
    padding: 0.5rem;
    flex-shrink: 0;
  }

  .nav-link {
    margin: 0 0rem;
    display: none;
  }

  .information {
    flex-direction: column;
  }

  #lang-switch {
    display: none;
  }
  #lang-switch-mobile{
    display: block;
  }

  #sticky-nav #lang-switch-sticky {
    display: none;
  }

  #sticky-nav #lang-switch-mobile-sticky {
    display: block;
  }

  .lang-selector {
    flex-shrink: 0;
  }

  .information {
    flex-direction: column;
    align-items: center;
  }

  .info-left {
      order: 1;
  }

  .info-left .logo {
    display: none;
  }

  .buttonsContainer {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .info-right {
      order: 2;
  }

  .info-right .mockup {
    width: auto;
    position: static;
    max-width: 100%;
    height: auto;
  }

  .mockup-span {
    transform:translateX(0rem) translateY(-2rem) ;
  }

  /**********************/
  /* RESPONSIVE FUTURE */
  /**********************/
  .future {
    padding: 2rem 1rem;
    margin: 1rem;
    min-height: 50vh;
  }

  .future-content {
    max-width: 100%;
  }

  /*******************************/
  /* RESPONSIVE THE WAY YOU WORK */
  /*******************************/
  .the-way-you-work {
    width: 100%;
    height: auto;
    gap: 2rem;
    padding: 0 1rem;
  }

  .work-title-container {
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }

  .work-cards-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    gap: 1.5rem;
  }

  .work-card {
    width: 100%;
    height: auto;
  }

  .work-card-item {
    height: auto;
    padding: 24px 32px;
  }

  /***************************/
  /* RESPONSIVE DETAIL BLOCK */
  /***************************/
  .details{
    padding: 0rem 0rem 4rem 0rem ;
  }
  .details::after {
    background-image: url('../assets/images/background-portrait.png');
  }

  .intro {
    padding: 0rem 1rem;
    gap: 0rem;
  }

  .intro-action button {
    display: none;
  }

  .detail {
    flex-direction: column-reverse;
  }
  
  .detail-text H4{
    margin: 1rem 0rem;
    font-weight: 600;
  }

  .detail-block {
    flex-direction: column;
  }

  .col1,
  .col2,
  .col3 {
    padding: 1.5rem 1rem;
    width: 100%;
  }

  .col1 .detail-text,
  .col2 .detail-text,
  .col3 .detail-text  {
    padding: 0rem;
  }

  .detail img {
    border-radius: var(--image-border-radius);
  }

  /*************/
  /* ADDRESSES */
  /*************/
  .menu-legal nav ul li a {
    font-size: 0.7rem;
  }

  /*********************/
  /* RESPONSIVE FOOTER */
  /*********************/
  footer {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 2rem 1rem;
    flex-direction: column;
    margin-top: 0rem;
  }

  footer .logo-footer {
    margin: 1rem;
    height: 2.5rem;
    width: auto;
  }

  footer .contact {
    margin: 0.5rem;
    text-align: center;
  }

  /*************************/
  /* RESPONSIVE STICKY NAV */
  /*************************/
  #sticky-nav .logo {
    padding: 0.5rem;
    width: 10em;
  }
}
