/* @override 
	http://vvvuuutttiiikkk:8888/wp-content/themes/vutik/style.css?*
	https://vutik.com/wp-content/themes/vutik/style.css?*
	https://agency.vutik.com/wp-content/themes/vutik/style.css?* */


/*
Theme Name: Vutik A
Theme URI: http://vutik.com
Author: Vutik
Author URI: http://vutik.com
Description: http://vutik.com
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

:root {
	--colorTxt: #1d1d1d;
	--colorOnFlag: #2b2b2b;
	--hot-color: blue;
	--segundo-color: #000079;
	--gris-color: gray;
	--gris-color-beta: silver;
	--shadows: 5px 5px 11px rgba(0, 0, 0, 0.13);
	--borderDoted: 1px dashed gray;
	--radious: 20px;
	--aire: 20px;
	--padding: 3px 10px;
	--anchoConsola: 306px;
}
html {
	height: 100%;
	scroll-behavior: smooth;
	color: #1d1d1d;
}

.contactoForm h1 {
	font-weight: normal;
	font-style: normal;
	color: var(--colorOnFlag);
	margin-top: 0;
}
.formConsola h1 em{
	color: var(--gris-color);
}

.form-group.error .error-message{
	transform: translate(0px);
	opacity: 1;
}
.form-group {
	position: relative;
}
.form-group .error-message {
	
	
	 background: var(--grad-b);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
	
	
	
	transition: all .3s;
	transform: translate(0px);
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 14px;


	padding: 2px 5px;
	opacity: 0;
	font-weight: bold;
	font-style: italic;
}
.botonCall:hover {
	cursor: pointer;
}
.botonCall {
	background-color: black;
	color: white;
	border-style: none;
	margin: 20px 0 0;
	padding: 10px;
	font-size: 18px;
	font-style: italic;
	display: block;
}
input, textarea {
	/* Fondo blanco y borde rojo */
  background-color: white;
  border: 1px solid silver;
 
  padding: calc(var(--aire)*.33);
  font-size: 24px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  resize: none;
  border-bottom-style: none;
}
select {
  
  /* Fondo blanco y borde rojo */
  background-color: white;
  border: 0 solid silver;
  padding: calc(var(--aire)*.5) calc(var(--aire)*1.5) calc(var(--aire)*.5) calc(var(--aire)*1);
  appearance: none; /* Elimina la apariencia predeterminada del select */
  -webkit-appearance: none; /* Para navegadores basados en WebKit (Chrome, Safari) */
  -moz-appearance: none; /* Para Firefox */
  cursor: pointer; /* Cambia el cursor al pasar sobre el select */
  width: 100%;
  box-sizing: border-box;
  font-size: 23px;
  font-style: italic;
}
select#servicios {
	font-size: 26px;
	padding-right: 50px;
}
/* Estilo para la flecha personalizada */
select {
  background-image: url('img/flecha_select.svg');
  background-repeat: no-repeat;
  background-position: right 15px center; /* Posición de la flecha */
  background-size: 20px; /* Tamaño de la flecha */
}

/* Estilo para cuando el select está enfocado */
select:focus {
  outline: none; /* Elimina el contorno predeterminado */
}
.logo-description  {
	font-weight: normal;
	color: var(--c-muted);
	white-space: nowrap;
	font-size: 1.5em;
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
	font-size: 18px;
	flex-wrap: nowrap;
	letter-spacing: -2px;
}
.logo-description em {
	font-weight: bold;
}
.cartArea {
	position: fixed;
	top: 0;
	left: 0;
}
.title {
	padding-top: 20px;
	padding-bottom: 20px;
	
}
button:disabled {
	animation-name: iconTaked;
  animation-duration: .6s;
  animation-iteration-count: infinite;
  
}
.alertMsg {
	border-radius: 5px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
.alertConsola {
	color: var(--hot-color);
	width: 100%;
	margin-bottom: 5px;
}
#response-message.success {
	animation: mensajeAnimation 10s linear 0s 1 alternate;
	
}
#response-message {
	
	transition: all .3s;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -218px;
	width: 200px;
	background-color: white;
	
}
.enviadoMsg {
	padding: calc(var(--aire)*.2) calc(var(--aire)*.5);
	
	
}
.vutik_logotipo {
	border-radius:var(--radious); 
	color: #333333;
	background-color: #cccccc;
	padding: 5px 20px;
	display: inline-block;
	font-size: 16px;
}
.wrap {
	
}
.introGraph {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	height: 100%;
	width: 100%;
	position: fixed;
}
 .introGraph *:focus {
    outline: none !important;
}
 .msgBox *:focus {
    outline: none !important;
}
.msgBox {
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	
}
.titulo h2{
	font-size: 13vw;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1vw;
	
	text-shadow: var(--shadows);
	margin: 0;
}
.titulo h3{
	font-size: 16px;
	text-align: center;
	border-radius:var(--radious); 
	margin: 0 3em 0 03em;
	background-color: white;
	font-weight: normal;
	font-style: normal;
	padding: 15px;
	display: inline-block;
	border: var(--borderDoted);
		box-shadow: var(--shadows);
}
.titulo {
	margin-bottom: 40px;
	text-align: center;
}
.titulo p{
	margin: 0;
	
}
.bookItem img{
	width: 100%;
	height: auto;
	border-radius:var(--radious); 
	border: var(--borderDoted);
		box-shadow: var(--shadows);
}
.bookItem {
    display: inline-block;
    margin: 0 0 3em;
    width: 100%;
}
.bookItem img:hover{
	opacity: 1;
}
.book {
	column-width: 200px;
	
    column-gap: 3em;
	margin-right: 3em;
	margin-left: 3em;
}
.logoBox img{
	filter: invert(100%);
	display: block;
	height: auto;
	width: 100%;
	transition: all .3s;
	
}
.introCallToClick .logoBox img{
	display: block;
	width: 70%;
	height: auto;
}
.introCallToClick .logoBox{
	background-color: white;
	border-radius: 50%;
}
.logoBox {
	cursor: pointer;
	width: 90px;
	height: 90px;
	z-index: 1;
}

.logoBox.logoInviting {
	width: 100px;
	height: 100px;
}
.contactoWrap {
	pointer-events: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	margin-left: calc(var(--aire)*7);
}

.consolaWrap {
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.msgConsola p{
	margin: 0;
}

.msgConsola img.msgImg{
	border-radius: 50%;
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 15px;
}
.msgConsola:after {
    content:'';
    position: absolute;
    left: 0;
    right: calc(var(--aire)*.5);
	margin: 0 0 0 auto;
	width: 0;
    height: 0;
    border-top: 15px solid #000000;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
	bottom: -14px;
}
.msgBox a{
	color: var(--hot-color);
	text-decoration: none;
}
.msgBox a:hover{
	text-decoration: underline;
}
.msgBox {
	position: absolute;
	bottom: 70px;
	right: 20px;
	overflow: hidden;
	pointer-events: all;
}

.msgConsola.active {
	top: 0px;
}
.msgConsola {
	box-sizing: border-box;
	width: var(--anchoConsola);
	background-color: white;
	padding: var(--padding); 
	border-radius:var(--radious); 
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	transition: top .3s;
}

.centered {
	display: flex;
	justify-content: center;
	align-items: center;
}
.headLogoPosition {
	
}

.iconIntroBox img.emoji {
	font-size: 37px;
	z-index: -1;
}
.gameBoardBox img.emoji{
	font-size: 24px;
}

.logoHighLight {
	color: #AAAAAA;
}
.iconIntroBox.takeMe:hover {
	cursor: pointer;
	background-color: black;
}
.iconIntroBox.iconTaked img{
transform: scale(0.3);
}
.iconIntroBox.takeMe img{
transform: scale(1);
}
.iconIntroBox img{
transition: all 1s;
}
.iconIntroBox.iconTaked {
animation-name: iconTaked;
  animation-duration: .6s;
  animation-iteration-count: 1;
opacity: 0;
pointer-events: none;
}
.iconIntroBox.takeMe {
	pointer-events: all;
	animation: mecedora 1s linear 0s infinite alternate;
}

.iconIntroBox {
	position: absolute;
	border-radius: 50%;
	background-color: white;
	padding: 10px;
	border: 2px solid white;
	font-size: 35px;
	width: 40px;
	height: 40px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	box-shadow: 12px 2px 30px rgba(0, 0, 0, 0.38);
}
h1.logoStyle {
	letter-spacing: -1px;
	font-style: italic;
	font-size: 24px;
	margin: 0;
}
div.logo-vutik img{
	max-width: 90px;
	height: auto;
}
div.logo-vutik.centered {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div.formConsola {
	display: inline-block;
	text-align: left;
}

h1.logoStyle .logoHighLight {
font-weight: normal;
}

div.consolaBox {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 20px;
	padding-right: 20px;
}
div.gameBoardBox.scoreActive {
	opacity: 1;
}
div.gameBoardBox {
	position: absolute;
	opacity: 0;
	transition: all 1s;
	bottom: 7rem;
	right: 0;
}


.indexLine .wrap {
	height: 100%;
}

.indexLine {
	pointer-events: none;
	position: relative;
	z-index: 200;
	height: 100%;
}

.gameBoardBoxItem:last-child {
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
}
.gameBoardBoxItem:first-child {
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}
.gameBoardBoxItem {
display: flex;
justify-content: center;
align-items: center;
background-color: white;
padding: var(--padding);
margin-bottom: 1px;
font-size: 24px;
clear: left;
}
.gameBoardBoxItem.lastScore {
	animation-name: iconTaked;
  animation-duration: .6s;
  animation-iteration-count: 1;
}
.gameBoardBoxItemScore {

background-color: #333333;
float: right;
padding: 3px 7px 3px 5px;
margin-left: 7px;
height: 100%;
border-radius:3px;;
color: #cccccc;
font: italic 15px "Rajdhani", sans-serif;
}

form{
	pointer-events: all;
	border-style: none;
	margin: 0;
	padding: 0;
}

div.cc {
	border-radius: 8px;
	position: fixed;
	font-size: 12px;
	z-index: 1;
	font-style: italic;
	background-color: white;
	padding: calc(var(--aire)*.2) 20px;
	left: 0;
	bottom: 0;
	color: black;
}

div.consolaBox.fullScreenConsole {
	height: 100%;
	position: static;
	padding: 0;
}

[v-cloak] {
  display: none;
}

input.textoInput, .textoTTarea{
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	
	color: black;
	border: thin solid #f3f3f3;
	font-size: 16px;
}

.textInputAndBoton {
	
	position: relative;
}

.formConsola button:hover{
	cursor: pointer;
	background-color: var(--gris-color-beta);
	color: var(--colorTxt);
	
	
}

.formConsola button{
background-color: #000000;
	border-style: none;
	color: white;
padding: 15px 15px 15px 20px;
text-align: center;
font-size: 19px;
width: 100%;
 box-sizing: border-box;
text-transform: uppercase;
}
.botonConsolaBox {
	text-align: right;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font: 16px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: var(--gris-color);
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
font: 16px Verdana, "Lucida Grande", Lucida, sans-serif;
 color: var(--gris-color);
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
font: 16px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: var(--gris-color);
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
font: 16px Verdana, "Lucida Grande", Lucida, sans-serif;
 color: var(--gris-color);
  opacity: 1;
}
:focus { outline: none; }

div#consola div.respuesta {
	position: absolute;
}

input.errorInputText {
	border: 1px solid blue;
}
.logoHeader img{
	width: 65px;
	height: auto;
	display: block;
}
.logoHeader{
	padding-top: calc(var(--aire)*.4);
	padding-bottom: calc(var(--aire)*.4);
	display: inline-flex;
	align-items: center;
	gap: calc(var(--aire)*.5);
	white-space: nowrap;
	cursor: pointer;
}
.controls3dMove {
	display: inline-flex;
	gap: 1px;
	align-items: center;
	
}
.logoHeader i{
	
}
.vutikLogo {
	font: 24px Verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
}
.callToSidebar {
	font: 24px Verdana, arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	background-color: orange;
	border-style: none;
	padding: 10px 20px;
	margin: 20px 0 0;
	display: block;
	width: 100%;
}
div#chair-3d {
	position: relative;
	height: 100%;
}
.hero-right {
	position: relative;
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
}
#chair-3d-description {
	height: 100%;
	background-color: #f1f1f1;
	padding: calc(var(--aire)*2);
	box-sizing: border-box;
}
div#chair-3d-viewer {
	height: 100%;
	width: 100%;
	pointer-events: none;
}

div#chair-3d .controls {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
}
div#chair-3d .controls button:hover{
	cursor: pointer;
	background-color: #cccccc;
}
div#chair-3d .controls button{
	font: 34px "Rajdhani", sans-serif;
	font-weight: bold;
	border-style: none;
	background-color: rgba(204, 204, 204, 0.62);
	margin: 0;
	width: 60px;
	height: 60px;
}

.hero {
	0% 60%;
	align-items: center;
}
.hero-left {
	box-sizing: border-box;
	background-color: #e6e6e6;
	padding: calc(var(--aire)*2);
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6e6e6",GradientType=1);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.hero h1{
	font: 46px/46px "Rajdhani", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0;
	text-align: center;
}
.hero-right h2{
	font: italic 36px/36px "Rajdhani", sans-serif;
	margin: 0;
}
.texture-btn:hover {
	cursor: pointer;
	
}

.texture-buttons {
	
	display: inline-flex;
	gap: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.texture-btn {
	
	border-radius:50%;
	
border-style: none;
margin: 0;
padding: 0;
width: 30px;
height: 30px;
}
.texture-btn-original {
	background-color: #3f61c1;
}
.texture-btn-red {
	background-color: #c13f3f;
}
.texture-btn-black {
	background-color: #0e1528;
}

.hero-right h3{
	font-style: normal;
	font-weight: normal;
	margin: 0 0 5px;
	background-color: white;
	padding: 10px 20px;
	border-radius:var(--radious);
	display: inline-block;
}
.hero-left h2{
	border-radius:var(--radious); 
	background-color: #333333;
	color: #cccccc;
	padding: 5px 20px;
	display: inline-block;
	text-transform: uppercase;
	font: 18px "Rajdhani", sans-serif;
	font-weight: bold;
	margin: 0;
}
.headNav {
	
	transition: top .3s;
	position: fixed;	
	z-index: 2;

	background-color: rgba(223, 223, 223, 0.98);
	top: -60px;
	right: 0;
	left: 0;
}
.headNav.headNavVisible {
	
	
	top: 0px;
	
}
.headNav nav{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.headNav nav{
	display: flex;
	align-items: center;
	gap: calc(var(--aire)*.2);
	
}
.headNav a.activeMenuNath{
	background-color: #333333;
	color: #cccccc;
}
.headNav a{
	border-radius:var(--radious); 
	color: #333333;
	background-color: #cccccc;
	padding: 5px 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font: 15px "Rajdhani", sans-serif;
	font-weight: bold;
}
.menuItemBox {
	display: inline-flex;
	align-items: center;
}

.menuItems {
	display: flex;
	flex-direction: column;
	gap: calc(var(--aire)*.2);
	
}
.windowMenu {
overflow: hidden;
}
.menuItemLink {
	background-color: white;
	padding:  var(--padding);
	border-radius:var(--radious); 
}
.menuItemLink a{
	 
	 color: var(--colorOnFlag);
	 text-decoration: none;
}
.menuItemTxt {
	background-color: white;
	padding: var(--padding); 
	border-radius:var(--radious); 
	transition: all .3s;
}

.menuItem_1 .menuItemTxt {
	transform: translate(-190px);
}
.menuItem_2 .menuItemTxt {
	transform: translate(-180px);
}
.menuItem_3 .menuItemTxt {
	transform: translate(-190px);
	
}
.menuItem_4 .menuItemTxt {
	transform: translate(-160px);
}
.menuItemLink:hover ~ .windowMenu .menuItemTxt {
    transform: translate(0px);
}

@media screen and (max-width: 750px) {





}
@keyframes iconTaked {
  0%   {background-color: #DF3A19;opacity: 1;}
   15%   {background-color: #000000;opacity: 1;}
  31%  {background-color: #F3DE2C;opacity: 1;}
  45%   {background-color: #000000;opacity: 1;}
  62% {background-color: #CBDC39;opacity: 1;}
  80%   {background-color: #000000;opacity: 1;}
  100% {background-color: #CBDC39;opacity: 0;}
}
@keyframes mecedora {
  0%   {transform: rotate(15deg)scale(0.9);}
  50%  {transform: rotate(-15deg)scale(1.1);}
  100% {transform: rotate(15deg)scale(0.9);}
}



@keyframes mensajeAnimation {

  0%   {right: -218px;}
  3%  {right: 0px;}
   97%  {right: 0px;}
  100% {right: -218px;}
}



















































































 :root {
      --c-bg:      #080810;
      --c-surface: #0f0f1a;
      --c-border:  rgba(255,255,255,0.08);
      --c-text:    #e8e8f0;
      --c-muted:   #5a5a72;
      --c-cyan:    #00e5ff;
      --c-pink:    #ff2d78;
      --c-purple:  #7c3aed;
      --grad-a: linear-gradient(135deg, #00e5ff, #7c3aed);
      --grad-b: linear-gradient(135deg, #ff2d78, #ff8c00);
    }

    
    html { scroll-behavior: smooth; }
    body {
		font: 1.1em 'DM Sans', sans-serif;
		background-color: var(--c-bg); 
      color: var(--c-text);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
	  margin: 0;
	padding: 0;
    }
    
    
.h3d-botonSetCont {
	display: inline-block;
	
	padding: 5px;

border-radius: 12px;	

 background: rgba(0, 0, 0, 0.80) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* CTAs */
.h3d-actions { display: flex; gap: .85rem; flex-wrap: wrap;
width: 100%;justify-content: end;
}
.h3d-btn-primary {
  padding: .85rem 1.85rem;
  background: linear-gradient(135deg, #00e5ff, #7c3aed);
  color: #000;
  font: italic 1.3rem 'DM Sans', sans-serif;
  font-weight: bold;
  border-radius: 50px; text-decoration: none;
  display: inline-block;
  transition: transform .25s, box-shadow .25s;
  letter-spacing: -1px;
}
.h3d-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0,229,255,.22);
}
.h3d-btn-ghost {
  padding: .85rem 1.85rem;
  color: #e8e8f0; font-family: 'DM Sans', sans-serif;
  font-weight: 500; font-size: .88rem; letter-spacing: .03em;
  border-radius: 50px; text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.1);
  transition: border-color .25s, color .25s, transform .25s;
}
.h3d-btn-ghost:hover {
  border-color: rgba(0,229,255,.35);
  color: #00e5ff; transform: translateY(-2px);
}    
    
    /* Color name display */
.h3d-active-color {
  
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; color: white;
  letter-spacing: .1em; text-transform: uppercase;
 
  padding: 10px 20px;
  
border-radius: 12px;
display: inline-block;

background: black;
}
/* ── LEFT: Copy ──────────────────────────────────────── */
.h3d-copy {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  margin-right: 4em;
	margin-left: auto;
}

.h3d-overline {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: #00e5ff;
  margin-bottom: .75rem;
  width: 100%;
  justify-content: end;
  text-align: right;
}
.h3d-overline-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #00e5ff;
  animation: h3d-blink 2s ease-in-out infinite;
}
@keyframes h3d-blink { 0%,100%{opacity:1} 50%{opacity:.25} }

.h3d-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: 1;
  letter-spacing: .02em;
  margin: 0;
  color: #e8e8f0;
  display: block;
	width: 100%;
	text-align: right;

}
.h3d-title .t-stroke {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.18);
}
.h3d-title .t-grad {
  background: linear-gradient(135deg, #00e5ff, #7c3aed);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.h3d-title .t-solid { display: block; }

.h3d-desc {
  font-family: 'DM Sans', sans-serif;
  color: #5a5a72;
  font-weight: 300;
  text-align: right;
}
.h3d-desc strong { color: #9a9ab0; font-weight: 500; }

/* Color swatches */
.h3d-swatches-label {
  font-family: 'DM Sans', sans-serif;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: #5a5a72; margin-bottom: .75rem;
}
.h3d-swatches {
  display: flex; flex-wrap: wrap; gap: .6rem;
  width: 100%;justify-content: end;
  margin-bottom: 20px;
}
.h3d-swatch {
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  transition: transform .2s, border-color .2s;
  outline: none;
  margin: 5px;
}
.h3d-swatch:hover { transform: scale(1.15); }
.h3d-swatch.active {
  border-color: #00e5ff;
  transform: scale(1.15);
}
.h3d-swatch::after {
  content: attr(data-name);
  position: absolute;
  bottom: -20px; left: 50%;
  transform: translateX(-50%);
  font-family: 'DM Sans', sans-serif;
  font-size: .6rem; color: #5a5a72;
  white-space: nowrap;
  opacity: 0; transition: opacity .2s;
}
.h3d-swatch:hover::after { opacity: 1; }

/* Swatch colors — vibrantes */
.sw-terracota{ background: #c1604a; }
.sw-salvia   { background: #7a9e7e; }
.sw-marino   { background: #2d4a6e; }    
    
    /* ── RIGHT: 3D Viewer ────────────────────────────────── */
.h3d-viewer-wrap {
  position: relative; 
  z-index: 1;
  width: 100%;
}

#chair-3d-viewer {

  min-height: 100vh;

  overflow: hidden;
  background: transparent;
  position: relative;
}
#chair-3d-viewer:active { cursor: grabbing; }
    
     .botonLabel {
	 	width: 47px;
	 	display: inline-block;
	 	text-align: center;
	 	border-radius: 5px;
	 	padding-right: 1px;
	padding-left: 1px;
	 	font-size: 14px;
	 	text-transform: uppercase;
	 	font-weight: bold;
	 } 
    .h3d-botonSet {
		padding-top: 5px;
	padding-bottom: 5px;
		text-align: left;
	}
   .h3d-botonSet button{
   	display: inline-block;
   } 
     .h3d-botonSet button:last-child{
   	margin-right: 0px;
   } 

    /* Controls bar */
.h3d-controls {
  gap: .5rem;
  position: absolute;
  box-sizing: border-box;
   bottom: 0;
  right: 0;
  top: 0;
  display: flex;
	  	left: 0;
	  	justify-content: center;
}
.h3d-botonSetBox {
	display: flex;
  flex-direction: column;
  align-items: flex-end;
   justify-content: end;
}
.h3d-ctrl {
  
  width: 38px; height: 38px; 
  border-radius: 50%;

  border: 1px solid rgba(255,255,255,.08);
  color: white; 
  cursor: pointer;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: .95rem;
  transition: background .2s, border-color .2s, color .2s;
  -webkit-user-select: none; 
  user-select: none;
  touch-action: none;
  font-weight: bold;
  background-color: black;
}
.h3d-ctrl:hover {
  background: rgba(0,229,255,.08);
  border-color: rgba(0,229,255,.2);
  color: #00e5ff;
}
.h3d-ctrl:active { transform: scale(.94); }
.h3d-ctrl-sep {
  width: 1px; height: 20px;
  background: rgba(255,255,255,.07);
  margin: 0 .25rem;
}
    
    
    ::-webkit-scrollbar { width: 5px; }
    ::-webkit-scrollbar-track { background: var(--c-bg); }
    ::-webkit-scrollbar-thumb { background: var(--c-purple); border-radius: 3px; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 2;
      display: flex; 
	  align-items: center; 
	  justify-content: space-between;
	  
	  
	  padding: 0 2rem;
	  background: rgba(0, 0, 0, 0.80) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
	}
    
    
    .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
    .nav-links > li { position: relative; }
    .nav-links a {
      color: var(--c-muted); text-decoration: none;
	  font-weight: 500; transition: color .2s;
      display: flex; align-items: center; gap: .3rem;
    }
    .nav-links a:hover { color: var(--c-text); }
    .nav-links a .arr {
      font-size: .6rem; opacity: .5;
      transition: transform .2s;
      display: inline-block;
    }
    .nav-links > li:hover > a .arr { transform: rotate(180deg); }

    /* Dropdown */
    
    /* Dropdown */
.nav-drop {
  display: none;
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  background: #0d0d1c;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: .5rem;
  min-width: 200px;
  list-style: none;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
  z-index: 300;
}
/* Puente invisible que evita que el hover se corte al bajar al dropdown */
.nav-links > li::after {
  content: '';
  position: absolute;
  top: 100%; left: 0; right: 0;
  height: 12px;
  background: transparent;
}
.nav-drop::before {
  content: '';
  position: absolute; top: -6px; left: 50%;
  width: 10px; height: 10px;
  background: #0d0d1c;
  border-left: 1px solid var(--c-border);
  border-top: 1px solid var(--c-border);
  transform: translateX(-50%) rotate(45deg);
}
.nav-links > li:hover .nav-drop { display: block; }
.nav-drop li a {
  display: block; padding: .55rem .85rem;
  border-radius: 8px; color: var(--c-muted);
  font-size: .82rem; white-space: nowrap;
  transition: background .15s, color .15s;
}
.nav-drop li a:hover { background: rgba(255,255,255,.05); color: var(--c-text); }
.nav-drop li a span {
  display: block; font-size: .68rem;
  color: var(--c-muted); opacity: .6; margin-top: .1rem;
}
.nav-drop .drop-divider {
  height: 1px; background: var(--c-border);
  margin: .35rem .5rem;
}
    
    
    
    
    
    

    .nav-cta {
      padding: .55rem 1.3rem;
     
      border-radius: 50px;
      color: black !important; font-weight: bold !important;
	  transition: opacity .2s;
	  font-style: italic;
	  letter-spacing: -1px;
	  white-space: nowrap;
	  background-color: white;
	  border: 1px none white;
	  text-transform: uppercase;
	  font-size: 1.1rem;
	}
    .nav-cta:hover { opacity: .85; }

    /* HERO */
    .hero {
      min-height: 100vh;
      display: flex; align-items: center; justify-content: center;
      position: relative; padding: 9rem 4rem 6rem;
      overflow: hidden; text-align: center;
    }
    .hero-grid {
      position: absolute; inset: 0; z-index: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(0,229,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,229,255,.04) 1px, transparent 1px);
      background-size: 60px 60px;
    }
    .hero-blob {
      position: absolute; z-index: 0; border-radius: 50%;
      pointer-events: none; filter: blur(100px);
    }
    .hero-blob-a {
      width: 62%; height: 62%;
      background: rgba(0,229,255,.09);
      top: -15%; left: -10%;
    }
    .hero-blob-b {
      width: 82%; height: 62%;
      background: rgba(255,45,120,.08);
	  right: -20%;
	  top: -30%;
	}
	
	
	 .hero-blob-r {
      width: 82%; height: 100%;
      background: rgba(255,45,120,.08);
	  right: -20%;
	 	bottom: -160px;
	 }
	
    .hero-inner {
      max-width: 980px; width: 100%;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: .5rem;
      border: 1px solid rgba(0,229,255,.25);
      background: rgba(0,229,255,.06);
      color: var(--c-cyan);
      padding: .35rem 1rem; border-radius: 50px;
      font-size: .76rem; font-weight: 600;
      letter-spacing: .1em; text-transform: uppercase;
      margin-bottom: 2rem;
    }
    .hero-badge-dot {
      width: 6px; height: 6px;
      background: var(--c-cyan); border-radius: 50%;
      animation: blink 2s ease-in-out infinite;
    }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

    .hero h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(3.8rem, 11vw, 8.5rem);
      line-height: 1;
      letter-spacing: .02em;
      margin-bottom: 1.5rem;
      padding-bottom: .1em;
    }
    .line-solid  { color: var(--c-text); display: block; }
    .line-grad   {
      display: block;
      background: var(--grad-a);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .line-stroke {
      display: block;
      color: transparent;
      -webkit-text-stroke: 2px rgba(255,255,255,.2);
    }

    .hero-desc {
      font-size: 1.15rem; color: var(--c-muted);
      max-width: 580px; margin: 0 auto 2.5rem;
      line-height: 1.75; font-weight: 300;
    }
    .hero-desc strong { color: var(--c-text); font-weight: 500; }

    .hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

    .btn-primary {
	   align-self: flex-end; 
      padding: .85rem 2rem;
      background: var(--grad-a);
      color: #000; font-weight: bold;
	  border-radius: 50px; text-decoration: none;
      display: inline-block;
      transition: transform .25s, box-shadow .25s;
	  font-style: italic;
	  letter-spacing: -1px;
	  font-size: 1.3rem;
	}
    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(0,229,255,.25);
    }
    .btn-ghost {
      padding: .85rem 2rem;
      color: var(--c-text); font-weight: 500;
      font-size: .92rem; letter-spacing: .03em;
      border-radius: 50px; text-decoration: none;
      display: inline-block;
      border: 1px solid var(--c-border);
      transition: border-color .25s, color .25s, transform .25s;
    }
    .btn-ghost:hover {
      border-color: rgba(0,229,255,.35);
      color: var(--c-cyan); transform: translateY(-2px);
    }

    .stats-strip {
      display: flex; justify-content: center;
      gap: 3.5rem; flex-wrap: wrap;
      margin-top: 4.5rem; padding-top: 3rem;
      border-top: 1px solid var(--c-border);
    }
    .stat { text-align: center; }
    .stat-num {
      font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1;
      background: var(--grad-a);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .stat-label {
	  color: var(--c-muted);
      letter-spacing: .08em; text-transform: uppercase; margin-top: .3rem;
		font-size: .9rem;
	}
section.hero { padding: 0rem 4rem 6rem; }
    /* SECTION SHARED */
    section { padding: 6rem 4rem; }
    .section-head { text-align: center; margin-bottom: 4rem; }
    .eyebrow {
      display: inline-block; font-size: .72rem; font-weight: 600;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--c-cyan); margin-bottom: .75rem;
    }
    .section-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.6rem, 5.5vw, 4.5rem);
      letter-spacing: .03em; line-height: 1;
	  margin: 0;
	}
    .section-title span {
      background: var(--grad-b);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* SERVICES */
    .services { background-color: var(--c-bg); }
    .srv-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 1160px; margin: 0 auto;
      border: 1px solid var(--c-border);
      border-radius: 18px; overflow: hidden;
    }
    .scard {
      background: var(--c-surface);
      padding: 2.25rem;
      border-right: 1px solid var(--c-border);
      border-bottom: 1px solid var(--c-border);
      transition: background .3s;
    }
    .scard:nth-child(3n) { border-right: none; }
    .scard:nth-child(4), .scard:nth-child(5), .scard:nth-child(6) { border-bottom: none; }
    .scard:hover { background: #111120; }

    .scard-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: var(--grad-a);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; margin-bottom: 1.25rem;
      transition: transform .3s;
    }
    .scard:nth-child(2) .scard-icon,
    .scard:nth-child(5) .scard-icon { background: var(--grad-b); }
    .scard:hover .scard-icon { transform: scale(1.08) rotate(4deg); }

    .scard-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.45rem; letter-spacing: .04em; margin-bottom: .6rem;
    }
    .scard-desc {
	  color: var(--c-muted);
		margin-bottom: 1.25rem;
    }
    .scard-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
    .tag {
      padding: .22rem .7rem;
	  font-weight: 500;
      letter-spacing: .04em; border-radius: 50px;
      background: rgba(255,255,255,.04);
      border: 1px solid var(--c-border);
      color: var(--c-muted);
      transition: border-color .25s, color .25s;
	  font-size: .8rem;
	}
    .scard:hover .tag { border-color: rgba(0,229,255,.2); color: var(--c-cyan); }

    /* BRANDING */
    .branding { background-color: var(--c-surface); }
    .brand-wrap {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 4rem; align-items: center;
    }
    .brand-left {}
    .brand-left h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.4rem, 4vw, 3.8rem);
      letter-spacing: .03em; line-height: 1.05;
      margin-bottom: 1rem;
	margin-top: 0;
	}
    .brand-left h2 span {
      background: var(--grad-b);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .brand-left p {
		color: var(--c-muted);
	  margin-bottom: 1.5rem;
    }
    .brand-note {
      font-size: .78rem; color: var(--c-muted);
      font-style: italic; border-left: 2px solid rgba(0,229,255,.3);
      padding-left: .85rem; line-height: 1.6;
    }

    .brand-items {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .brand-item {
      background: var(--c-bg);
      border: 1px solid var(--c-border);
      border-radius: 14px;
      padding: 1.5rem;
      transition: border-color .25s, transform .25s;
    }
    .brand-item:hover {
      border-color: rgba(255,45,120,.25);
      transform: translateY(-3px);
    }
    .brand-item-icon {
      font-size: 1.6rem; margin-bottom: .75rem; display: block;
    }
    .brand-item-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.1rem; letter-spacing: .04em;
      margin-bottom: .35rem;
    }
    .brand-item-desc {
	color: var(--c-muted);
	}

    @media (max-width: 960px) {
      .brand-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
      .brand-items { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 540px) {
      .brand-items { grid-template-columns: 1fr; }
    }

    /* STARTER */
    .starter { background-color: var(--c-surface); }
    .starter-wrap {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1.45fr;
      gap: 4rem; align-items: start;
    }
    .starter-left { position: sticky; top: 6rem; }

    .pill-label {
      display: inline-block;
      background: var(--grad-a); color: #000;
      font-size: .68rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      padding: .28rem .85rem; border-radius: 50px;
      margin-bottom: 1.25rem;
    }
    .starter-left h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.2rem, 3.8vw, 3.4rem);
      letter-spacing: .03em; line-height: 1.05;
      margin-bottom: 1.1rem;
	margin-top: 0;
	}
    .starter-left h2 span {
      background: var(--grad-a);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .starter-left p {
	  color: var(--c-muted);
		margin-bottom: 1.75rem;
    }

    .inc-list { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.75rem; }
    .inc-row {
      display: flex; align-items: center; gap: .75rem;
	  color: var(--c-muted);
	  margin-bottom: 5px;
	}
    .inc-check {
      width: 18px; height: 18px; flex-shrink: 0;
      border-radius: 50%;
      background: rgba(0,229,255,.08);
      border: 1px solid rgba(0,229,255,.28);
      display: flex; align-items: center; justify-content: center;
    }
    .inc-check svg { width: 9px; height: 9px; }

    .deadline {
      display: inline-flex; align-items: center; gap: .5rem;
      padding: .55rem 1rem;
      border: 1px solid var(--c-border); border-radius: 50px;
      font-size: .78rem; color: var(--c-muted);
    }
    .deadline strong { color: var(--c-text); }

    /* PAY CARDS */
    .pay-stack { display: flex; 
	flex-direction: column; 
	gap: 1.1rem; }
    .pay-card {
      background: var(--c-bg);
      border: 1px solid var(--c-border);
      border-radius: 14px;
      padding: 1.6rem 1.75rem;
      display: grid;
      grid-template-columns: 44px 1fr 64px;
      gap: 1.1rem;
      align-items: center;
      transition: border-color .25s, transform .25s;
    }
    .pay-card:hover {
      border-color: rgba(0,229,255,.22);
      transform: translateX(4px);
    }
    .pay-card.hi {
      border-color: rgba(0,229,255,.28);
      background: linear-gradient(135deg, rgba(0,229,255,.04), rgba(124,58,237,.04));
    }
    .pay-num {
      width: 50px; height: 65px; border-radius: 10px;
      background: var(--grad-a);
      display: flex; align-items: center; justify-content: center;
	  font: 2.4rem 'Bebas Neue', sans-serif;
	  color: #000; flex-shrink: 0;
	}
    .pay-card:nth-child(2) .pay-num { background: var(--grad-b); }
    .pay-card:nth-child(3) .pay-num { background: linear-gradient(135deg, #7c3aed, #00e5ff); }

    .pay-title {
	font: 1.5em 'Bebas Neue', sans-serif;
	letter-spacing: .04em; margin-bottom: .3rem;
    }
    .pay-desc {
		color: var(--c-muted); line-height: 1.5; }

    .pay-pct {
		font: 2.4rem 'Bebas Neue', sans-serif;
		line-height: 1;
	  color: var(--c-cyan);
      text-align: right;
	}
    .pay-pct small {
      display: block; font-family: 'DM Sans', sans-serif;
      font-size: .65rem; color: var(--c-muted);
      letter-spacing: .06em; text-transform: uppercase;
    }

    /* PROCESS */
    .process { background-color: var(--c-bg); }
    .process-wrap { max-width: 860px; margin: 0 auto; }
    .psteps { display: flex; flex-direction: column; position: relative; }
    .psteps::before {
      content: '';
      position: absolute;
      left: 28px; top: 0; bottom: 0; width: 1px;
      background: linear-gradient(to bottom, var(--c-cyan), var(--c-purple), var(--c-pink));
    }
    .pstep {
      display: flex; gap: 1.75rem;
      padding: 1.75rem 0; align-items: flex-start;
    }
    .pstep-circle {
      width: 56px; height: 56px; flex-shrink: 0;
      border-radius: 50%;
      background: var(--c-bg);
      border: 2px solid var(--c-purple);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.3rem; color: var(--c-cyan);
      position: relative; z-index: 1;
      transition: background .25s, border-color .25s;
    }
    .pstep:hover .pstep-circle { background: var(--c-purple); border-color: var(--c-cyan); }
    .pstep-body { padding-top: .7rem; }
    .pstep-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.55rem; letter-spacing: .04em; margin-bottom: .4rem;
    }
    .pstep-desc {
		color: var(--c-muted); line-height: 1.75; }

    /* FINAL CTA */
    .cta-section { background-color: var(--c-surface); text-align: center; }
    .cta-box {
      max-width: 780px; margin: 0 auto;
      padding: 4.5rem 4rem;
      border: 1px solid var(--c-border);
      border-radius: 24px;
      background: linear-gradient(135deg, rgba(0,229,255,.04), rgba(124,58,237,.04));
      position: relative; overflow: hidden;
    }
    .cta-corner-a {
      position: absolute; top: 0; left: 0;
      width: 180px; height: 180px;
      background: radial-gradient(circle at 0% 0%, rgba(0,229,255,.18), transparent 70%);
      pointer-events: none;
    }
    .cta-corner-b {
      position: absolute; bottom: 0; right: 0;
      width: 180px; height: 180px;
      background: radial-gradient(circle at 100% 100%, rgba(255,45,120,.14), transparent 70%);
      pointer-events: none;
    }
    .cta-eyebrow {
      font-size: .72rem; font-weight: 600;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--c-cyan); margin-bottom: 1.25rem;
    }
    .cta-box h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.2rem, 4.5vw, 4rem);
      letter-spacing: .03em; line-height: 1.05;
      margin-bottom: 1.25rem;
	margin-top: 0;
	}
    .cta-box h2 span {
      background: var(--grad-a);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .cta-box p {
      font-size: 1.05rem; color: var(--c-muted);
      max-width: 460px; margin: 0 auto 2.25rem;
      line-height: 1.7;
    }
    .cta-email {
      display: block; margin-top: 1.25rem;
      font-size: .85rem; color: var(--c-muted);
      text-decoration: none; transition: color .2s;
    }
    .cta-email:hover { color: var(--c-cyan); }

    /* FOOTER */
    footer {
      padding: 2.25rem 4rem;
      border-top: 1px solid var(--c-border);
      display: flex; align-items: center; justify-content: space-between;
      background-color: var(--c-bg);
    }
    .footer-r { font-size: .78rem; color: var(--c-muted); text-align: right; }
    .footer-r span { display: block; margin-top: .25rem; }

    

    /* RESPONSIVE */
    @media (max-width: 960px) {
	  
	  
	  .h3d-controls {
   bottom: 0;
  right: 0;
  top: 0;
  display: flex;
	  	left: 0;
	  	justify-content: center;
	  }
	  
      nav { padding: 0 1.5rem; }
      .nav-links li:not(:last-child) { display: none; }
      section { padding: 4rem 1.5rem; }
      .hero { padding: 7rem 1.5rem 4rem; }
	  
      .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
      .srv-grid { grid-template-columns: 1fr; border-radius: 12px; }
      .scard { border-right: none; border-bottom: 1px solid var(--c-border); }
      .scard:last-child { border-bottom: none; }
      .starter-wrap { grid-template-columns: 1fr; }
      .starter-left { position: static; }
      .pay-card { grid-template-columns: 44px 1fr; }
      .pay-pct { display: none; }
      .stats-strip { gap: 2rem; }
      footer { flex-direction: column; gap: .75rem; text-align: center; }
      .footer-r { text-align: center; }
      .cta-box { padding: 3rem 1.5rem; }
    }
    /* CUSTOM DEV */
    .devlab { background-color: var(--c-bg); overflow: hidden; position: relative; }
    .devlab-glow {
      position: absolute; width: 700px; height: 700px;
      border-radius: 50%; pointer-events: none;
      background: radial-gradient(circle, rgba(124,58,237,.12), transparent 65%);
      top: -200px; right: -200px;
    }
    .devlab-inner { max-width: 1160px; margin: 0 auto; position: relative; z-index: 1; }

    .devlab-header { margin-bottom: 4rem; }
    .devlab-header h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.8rem, 6vw, 5.5rem);
      letter-spacing: .02em; line-height: 1;
      margin-bottom: 1rem;
	margin-top: 0;
	}
    .devlab-header h2 .g1 {
      background: var(--grad-a);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .devlab-header h2 .g2 {
      background: var(--grad-b);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .devlab-header p {
	  color: var(--c-muted);
      max-width: 640px;
	}

    /* Platform row */
    .plat-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem; margin-bottom: 3rem;
    }
    .plat-card {
      background: var(--c-surface);
      border: 1px solid var(--c-border);
      border-radius: 14px; padding: 1.5rem 1.25rem;
      text-align: center;
      transition: border-color .25s, transform .25s;
    }
    .plat-card:hover { border-color: rgba(0,229,255,.25); transform: translateY(-4px); }
    .plat-icon { font-size: 2rem; margin-bottom: .75rem; display: block; }
    .plat-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.15rem; letter-spacing: .04em; margin-bottom: .3rem;
    }
    .plat-desc {
		color: var(--c-muted);
	}

    /* Specialty grid */
    .spec-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem; margin-bottom: 3rem;
    }
    .spec-card {
      background: var(--c-surface);
      border: 1px solid var(--c-border);
      border-radius: 16px; padding: 2rem;
      display: flex; gap: 1.25rem;
      align-items: flex-start;
      transition: border-color .25s;
    }
    .spec-card:hover { border-color: rgba(124,58,237,.3); }
    .spec-card.featured {
      border-color: rgba(124,58,237,.25);
      background: linear-gradient(135deg, rgba(124,58,237,.07), rgba(0,229,255,.04));
    }
    .spec-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.5rem; line-height: 1;
      background: var(--grad-a);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
      flex-shrink: 0; min-width: 2.5rem;
    }
    .spec-body {}
    .spec-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.3rem; letter-spacing: .04em; margin-bottom: .4rem;
    }
    .spec-desc {
	color: var(--c-muted);
	}
    .spec-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .75rem; }

    /* CTA strip */
    .devlab-cta-strip {
      background: linear-gradient(135deg, rgba(124,58,237,.12), rgba(0,229,255,.08));
      border: 1px solid rgba(124,58,237,.2);
      border-radius: 16px; padding: 2rem 2.5rem;
      display: flex; align-items: center;
      justify-content: space-between; gap: 2rem;
    }
    .devlab-cta-strip p {
	  color: var(--c-muted);
		max-width: 520px;
    }
    .devlab-cta-strip p strong { color: var(--c-text); }

    @media (max-width: 960px) {
      .plat-row { grid-template-columns: 1fr 1fr; }
      .spec-grid { grid-template-columns: 1fr; }
      .devlab-cta-strip { flex-direction: column; text-align: center; }
    }
/*


/* ── HERO 3D ─────────────────────────────────────────── */
.h3d {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  
  position: relative;
  overflow: hidden;
  background-color: #080810;
  padding-right: 0 !important;
  padding-bottom: 4rem;
  padding-left: 0 !important;
  min-height: 100vh;
}



/* Atmospheric background */
.h3d-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.h3d-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,229,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.h3d-bg-glow-a {
  position: absolute;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.14), transparent 65%);
  top: -20%; right: -10%;
  filter: blur(60px);
}
.h3d-bg-glow-b {
  position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,.07), transparent 65%);
  bottom: -15%; left: 40%;
  filter: blur(80px);
}






/* Loading state */
.h3d-loading {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem; z-index: 3;
  background: rgba(8,8,16,.8);
  border-radius: 24px;
  transition: opacity .5s;
}
.h3d-loading.hidden { opacity: 0; pointer-events: none; }
.h3d-spinner {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid rgba(0,229,255,.15);
  border-top-color: #00e5ff;
  animation: h3d-spin .8s linear infinite;
}
@keyframes h3d-spin { to { transform: rotate(360deg); } }
.h3d-loading span {
  font-family: 'DM Sans', sans-serif;
  font-size: .72rem; color: #5a5a72;
  letter-spacing: .1em; text-transform: uppercase;
}

/* Drag hint */
.h3d-hint {
  position: absolute; bottom: 1.25rem; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; align-items: center; gap: .4rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .65rem; color: rgba(255,255,255,.3);
  letter-spacing: .08em; text-transform: uppercase;
  pointer-events: none;
  animation: h3d-fadeout 3s ease-in-out 2s forwards;
}
@keyframes h3d-fadeout { 0%{opacity:1} 100%{opacity:0} }
.h3d-hint-icon { font-size: .9rem; }




/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 960px) {
  .h3d {
    grid-template-columns: 100%;
	padding-top: 6rem;
		padding-bottom: 3rem;
	display: block;
  }
  
  .h3d-viewer-wrap {
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 0;
  }
  
 .h3d-copy {
 	margin-top: 4em;
 	 background: rgba(0, 0, 0, 0.80) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  padding: 2em;
 	border-radius: 12px;
 }
}





/* ── STARTER LIGHTEN VARIANT ──────────────────────────── */
.starter.lighten {
  background-color: #ffffff;
}

.starter.lighten h2 {
  color: #1a1a1a;
}

.starter.lighten h2 span {
  /* Mantiene el gradiente pero más saturado para contraste en blanco */
  background: linear-gradient(135deg, #00d4e6, #6a2fc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.starter.lighten p,
.starter.lighten .inc-row {
  color: #4a4a5a;
}

.starter.lighten .pill-label {
  background: linear-gradient(135deg, #00d4e6, #6a2fc7);
  color: #fff;
}

.starter.lighten .inc-check {
  background: rgba(0,229,255,.12);
  border-color: rgba(0,229,255,.35);
}

.starter.lighten .deadline {
  border-color: rgba(0,0,0,.12);
  color: #4a4a5a;
  background: rgba(0,229,255,.04);
}

.starter.lighten .deadline strong {
  color: #1a1a1a;
}

/* Pay cards en light mode */
.starter.lighten .pay-card {
  background: #f8f9fb;
  border-color: rgba(0,0,0,.08);
}

.starter.lighten .pay-card:hover {
  border-color: rgba(0,229,255,.3);
  box-shadow: 0 4px 20px rgba(0,229,255,.08);
}

.starter.lighten .pay-card.hi {
  background: linear-gradient(135deg, rgba(0,229,255,.06), rgba(124,58,237,.04));
  border-color: rgba(0,229,255,.2);
}

.starter.lighten .pay-title {
  color: #1a1a1a;
}

.starter.lighten .pay-desc {
  color: #5a5a6a;
}

.starter.lighten .pay-pct {
  color: #00b8cc;
}

.starter.lighten .pay-pct small {
  color: #7a7a8a;
}

/* Ajustar gradientes de los números de pago */
.starter.lighten .pay-num {
  /* Mantienen sus gradientes originales — contrastan bien en cards claras */
}




.iconIntroBox.takeMe::after {
	font: 16px "Rajdhani", sans-serif;
    content: 'TAKE ME';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	font-weight: 900;
    color: #fff;
	background: black;
	border-radius: 50%;
	animation: takeMeBottom 1.5s ease forwards;
    white-space: nowrap;
   pointer-events: none;
	
	display: flex;
	align-items: center;
	    
	animation-name: iconTaked;
  animation-duration: .5s;
  animation-iteration-count: 1;
pointer-events: none;
top: 0;
right: 0;
text-align: center;
width: 100%;
}

@keyframes takeMeTop {
    0%   { opacity: 0; transform: translateX(-50%) translateY(6px); }
    20%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    70%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(-6px); }
}

@keyframes takeMeBottom {
    0%   { opacity: 0; transform: translateX(-50%) translateY(-6px); }
    20%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    70%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(6px); }
}




.nav-drop {
  /* ... mantén tu CSS actual ... */
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: .35rem; /* Reducido de .5rem */
}

.nav-drop li a {
  display: block;
  padding: .45rem .75rem; /* Reducido de .55rem .85rem */
  border-radius: 6px; /* Reducido de 8px */
  color: var(--c-muted);
  font-size: .8rem; /* Reducido de .82rem */
  white-space: nowrap;
  transition: background .15s, color .15s;
}

.drop-divider {
  height: 1px;
  background: var(--c-border);
  margin: .25rem .4rem; /* Reducido de .35rem .5rem */
}

/* Scrollbar custom */
.nav-drop::-webkit-scrollbar {
  width: 4px;
}
.nav-drop::-webkit-scrollbar-track {
  background: rgba(255,255,255,.03);
  border-radius: 2px;
}
.nav-drop::-webkit-scrollbar-thumb {
  background: rgba(0,229,255,.25);
  border-radius: 2px;
}
.nav-drop::-webkit-scrollbar-thumb:hover {
  background: rgba(0,229,255,.4);
}