@font-face {font-family: "Bangers", cursive; src: url(fonts/BANGERS-REGULAR.TTF);}
@font-face {font-family: "MVBoli"; src: url(fonts/mvboli.ttf);}
@font-face {font-family: "Matura"; src: url(fonts/MATURASC.TTF);}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  background: #fff;
}
header {
  position: fixed;
  width: 100vw;
  background: #ffff;
  top: 0;
  left: 0;
  z-index:5000;
}
.logo {
  position: relative;
  z-index: 123;
  padding: 10px;
  height: 80px;
  float: left;
  width: left;
  color: #fff;
  text-align: center;
  padding: 10px 0px 0px 20px;
}

.logo a {
  color: #fff !important;
}
.logo img {
  height: 70px;
}
.logo h1 {
  position: relative;
  float: right;
  top: 10px;
  font-family: 'Matura';
  font-size: 30px;
  letter-spacing: 2px;
}

.logo h3 {
    position: relative;
    float: none;
    top: -30px;
    left: 30px;
    font-family: 'Matura';
    font-size: 20px;
    letter-spacing: 2px;
  }
  
.logo a {
  color: #6ddb07;
}
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#cssmenu ul {
  text-transform: uppercase;
  padding-top: 48px;
}
#cssmenu ul li ul {
  margin-top: -48px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li a {
  border: 0;
  list-style: none;
  line-height: 1.5;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
  background-color: #000;
  background-image: url('../images/top_background.jpg');
  height: 100px;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ddd;
  font-weight: 700;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: red !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #111;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #111111;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #111;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #111;
}

#social-icons {
  position: fixed;
  top: 10px;
  right: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  z-index: 200;
}

.social-icon {
  margin: 0px 5px;
}

.social-icon img {
  height: 25px;
}

.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 100px;
  height: calc(100vh - 100px);
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 


/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 44px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* zona de banner cookies */
.cookie-banner, .cookie-modal .modal-content {
    background-color: #1f2833;
    border: 1px solid #45a29e;
    box-shadow: 0 0 10px #45a29e, 0 0 20px rgba(70, 166, 158, 0.4);
}

.cookie-modal .modal-content h3 {
    color: #66fcf1;
}

.btn-sci-fi {
    background-color: transparent;
    border: 1px solid #66fcf1;
    color: #66fcf1;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-sci-fi:hover {
    background-color: #66fcf1;
    color: #1f2833;
    box-shadow: 0 0 10px #66fcf1;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner a {
    color: #45a29e;
    text-decoration: none;
}

/* ---- Estilos del modal ---- */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
}

.cookie-options {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.option-text {
    margin-left: 20px;
}

.option-text p {
    margin: 0;
    font-size: 16px;
    color: #c5c6c7;
}

.cookie-desc {
    font-size: 12px;
    color: #7f8c8d;
    margin-top: 5px;
}

/* ---- Estilos de los interruptores ---- */
.cookie-banner, .cookie-modal .modal-content {
    background-color: rgba(13, 26, 38, 0.9);
    border: 2px solid #32cd32;
    box-shadow: 0 0 15px #32cd32, inset 0 0 10px #32cd32;
}

.cookie-modal .modal-content h3 {
    color: #ff33ff;
}
.cookie-buttons {
  margin-top: 20px;
}
.cookie-buttons button {
  margin: 0px 10px;
}

.btn-gamer {
    background-color: transparent;
    border: 2px solid #4df12a;
    color: #4df12a;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #4df12a;
    border-radius: 5px;
}

.btn-gamer:hover {
    background-color: #4df12a;
    color: #0d1a26;
    box-shadow: 0 0 15px #4df12a;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner p {
    font-size: 12px;
    line-height: 1.5;
}

.cookie-banner a {
    color: #ff33ff;
    text-decoration: none;
}

/* ---- Estilos del modal ---- */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
}

.cookie-options {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.option-text {
    margin-left: 20px;
}

.option-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.cookie-desc {
    font-size: 10px;
    color: #7f8c8d;
    margin-top: 5px;
}

/* ---- Estilos de los interruptores ---- */
.cookie-banner, .cookie-modal .modal-content {
    background-color: rgba(13, 26, 38, 0.9);
    border: 2px solid #0099ff; /* Borde azul */
    box-shadow: 0 0 15px #0099ff, inset 0 0 10px #0099ff; /* Brillo azul */
}

.cookie-modal .modal-content h3 {
    color: #00e5ff; /* Título azul cian */

}

.btn-gamer {
    background-color: transparent;
    border: 2px solid #0099ff; /* Borde azul */
    color: #0099ff; /* Texto azul */
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #0099ff; /* Brillo de botón azul */
    border-radius: 5px;
}

.btn-gamer:hover {
    background-color: #0099ff;
    color: #0d1a26;
    box-shadow: 0 0 15px #0099ff;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner, .cookie-modal .modal-content {
    background-color: rgba(13, 26, 38, 0.9);
    border: 2px solid #0099ff; /* Borde azul */
    box-shadow: 0 0 15px #0099ff, inset 0 0 10px #0099ff; /* Brillo azul */
}

.cookie-modal .modal-content h3 {
    color: #00e5ff; /* Título azul cian */
}

.btn-gamer {
    background-color: transparent;
    border: 2px solid #0099ff; /* Borde azul */
    color: #0099ff; /* Texto azul */
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #0099ff; /* Brillo de botón azul */
    border-radius: 5px;
}

.btn-gamer:hover {
    background-color: #0099ff;
    color: #0d1a26;
    box-shadow: 0 0 15px #0099ff;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.cookie-banner p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

.cookie-banner a {
    color: #00e5ff; /* Enlace azul cian */
    text-decoration: none;
}

/* ---- Estilos del modal ---- */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
    color: #fff;
}

.cookie-options {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.option-text {
    margin-left: 20px;
}

.option-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff; /* Texto de opciones blanco */
}

.cookie-desc {
    font-size: 10px;
    color: #bdc3c7; /* Texto de descripción gris claro */
    margin-top: 5px;
}

/* ---- Estilos de los interruptores ---- */
.switch-container {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-top: 5px;
}

.switch-container input {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8395a7;
    transition: .4s;
    border-radius: 34px;
    box-shadow: 0 0 5px #8395a7;
}

.checkbox-slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 50%;
}

.cookie-modal input:checked + .checkbox-slider {
    background-color: #0099ff; /* Fondo del interruptor activado azul */
    box-shadow: 0 0 10px #0099ff;
}

.cookie-modal input:focus + .checkbox-slider {
    box-shadow: 0 0 1px #0099ff;
}

.cookie-modal input:checked + .checkbox-slider:before {
    transform: translateX(25px);
}



:root {
            --bg-dark: #1f1f3f;
            --text-light: #e0e0e0;
            --bubble-blue: #87cefa;
            --bubble-pink: #ff69b4;
            --bubble-green: #90ee90;
            --bubble-yellow: #fffacd;
            --bubble-orange: #ffa500;
            --bubble-purple: #800080;
        }

        /* Estilos base */
        body {
            font-family: 'Poppins', sans-serif;
            background-color: var(--bg-dark);
            color: var(--text-light);
            line-height: 1.6;
            overflow-x: hidden;
            position: relative;
            margin: 0;
            padding: 0;
        }

        h1, h2, h3, h4 {
            font-family: 'Press Start 2P', cursive;
            margin: 0;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            position: relative;
            z-index: 10;
        }

        /* Estilo de fondo tipo Bubble Bobble */
        .bubble-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
            background-size: 20px 20px;
        }

        #bubbles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .bubble {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: bubble-float linear infinite;
        }

        @keyframes bubble-float {
            from {
                transform: translateY(100vh) scale(0);
                opacity: 0;
            }
            to {
                transform: translateY(-100px) scale(1);
                opacity: 1;
            }
        }

        /* Nav y encabezados */
        .pixel-nav {
            background-color: rgba(0, 0, 0, 0.7);
            position: fixed;
            width: 100%;
            z-index: 50;
            top: 0;
            padding: 1rem 0;
        }

        .pixel-nav-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.875rem;
        }

        .pixel-nav a {
            text-shadow: 0 0 5px var(--bubble-blue);
            transition: all 0.2s ease-in-out;
        }

        .pixel-nav a:hover {
            color: var(--bubble-pink);
            text-shadow: 0 0 10px var(--bubble-pink);
        }

        .bubble-title {
            font-size: clamp(1.5rem, 6vw, 2.5rem);
            color: var(--bubble-blue);
            text-shadow: 0 0 10px var(--bubble-blue), 0 0 20px var(--bubble-pink);
            animation: text-float 4s infinite ease-in-out;
        }

        @keyframes text-float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        /* Tarjetas estilo burbuja */
        .bubble-card {
            background-color: rgba(0, 0, 0, 0.4);
            border: 4px solid var(--bubble-blue);
            box-shadow: 0 0 15px rgba(135, 206, 250, 0.5);
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
            border-radius: 2rem;
            animation: card-pulse 3s infinite ease-in-out;
        }

        .bubble-card:hover {
            transform: scale(1.03);
            box-shadow: 0 0 20px rgba(255, 105, 180, 0.7);
        }

        @keyframes card-pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.01); }
        }

        .bubble-border-1 { border-color: var(--bubble-blue); }
        .bubble-border-2 { border-color: var(--bubble-pink); }
        .bubble-border-3 { border-color: var(--bubble-green); }

        /* Botones estilo burbuja */
        .bubble-button, .btn-gamer {
            border: 2px solid var(--bubble-yellow);
            box-shadow: 0 0 10px var(--bubble-yellow);
            background-color: transparent;
            color: var(--bubble-yellow);
            transition: all 0.3s;
            border-radius: 9999px;
            padding: 0.5rem 1.5rem;
            font-size: 0.75rem;
            cursor: pointer;
        }

        .bubble-button:hover, .btn-gamer:hover {
            background-color: var(--bubble-yellow);
            color: var(--bg-dark);
            box-shadow: 0 0 20px var(--bubble-yellow);
            transform: scale(1.05);
        }

        /* Iconos animados */
        .animated-icon {
            font-size: 3rem;
            display: inline-block;
            animation: icon-float 2s infinite ease-in-out;
            text-shadow: 0 0 5px currentColor;
        }

        .icon-1 { color: var(--bubble-blue); animation-delay: 0s; }
        .icon-2 { color: var(--bubble-pink); animation-delay: 0.5s; }
        .icon-3 { color: var(--bubble-green); animation-delay: 1s; }
        .icon-4 { color: var(--bubble-yellow); animation-delay: 1.5s; }
        .icon-5 { color: var(--bubble-purple); animation-delay: 1.2s; }

        @keyframes icon-float {
            0%, 100% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-5px) scale(1.1); }
        }

        /* Formularios */
        .bubble-input {
            width: 100%;
            padding: 0.5rem;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--bubble-blue);
            color: var(--text-light);
            font-family: 'Poppins', sans-serif;
            font-size: 0.75rem;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            border-radius: 0.5rem;
            box-sizing: border-box; /* Importante para que el padding no afecte el ancho */
        }

        .bubble-input:focus {
            border-color: var(--bubble-pink);
            box-shadow: 0 0 5px var(--bubble-pink);
        }

        /* Checkbox */
        .custom-checkbox {
            appearance: none;
            width: 1.5rem;
            height: 1.5rem;
            border: 2px solid var(--bubble-pink);
            background-color: rgba(255, 255, 255, 0.1);
            position: relative;
            cursor: pointer;
        }

        .custom-checkbox:checked {
            background-color: var(--bubble-pink);
        }

        .custom-checkbox:checked::after {
            content: '✓';
            color: var(--bg-dark);
            font-size: 1rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        /* Estilos de Captcha */
        #captcha-display {
            font-family: 'Press Start 2P', cursive;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--bubble-blue);
            padding: 0.5rem;
            border-radius: 0.5rem;
            letter-spacing: 0.5rem;
            user-select: none;
            margin-bottom: 0.5rem;
        }

        .captcha-char {
            display: inline-block;
            animation: spin 1s linear infinite;
            animation-play-state: paused;
            font-size: 1.25rem;
            font-weight: bold;
            color: var(--bubble-green);
            text-shadow: 0 0 5px var(--bubble-pink);
            transform: rotate(calc(var(--char-index) * 20deg));
            transition: transform 0.3s ease;
        }

        .captcha-char:hover {
            animation-play-state: running;
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Footer */
        .pixel-footer {
            background-color: rgba(0, 0, 0, 0.5);
            border-top: 4px solid var(--bubble-blue);
            padding: 2rem 0;
            text-align: center;
        }

        .newsletter-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
            text-align: center;
        }

        .newsletter-form-col form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: center;
        }
        
        .newsletter-form-col .form-group {
            width: 100%;
        }

        .newsletter-form-col .form-group.checkbox-group {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            justify-content: center;
        }

        .newsletter-text-col h3 {
            font-size: clamp(1rem, 4vw, 1.5rem);
            color: var(--bubble-green);
        }
        
        .newsletter-text-col p {
            font-size: 0.75rem;
            color: var(--text-light);
            margin-top: 0.5rem;
        }

        .form-label {
            display: block;
            font-size: 0.75rem;
            margin-bottom: 0.25rem;
        }

        .newsletter-form-col input[type="email"] {
            width: 100%;
            padding: 0.5rem;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--bubble-blue);
            color: var(--text-light);
            font-family: 'Poppins', sans-serif;
            font-size: 0.75rem;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            border-radius: 0.5rem;
            box-sizing: border-box;
        }

        .newsletter-form-col input[type="email"]:focus {
            border-color: var(--bubble-pink);
            box-shadow: 0 0 5px var(--bubble-pink);
        }
        
        .lopd-text {
            font-size: 0.6rem;
            color: var(--text-light);
            text-align: left;
        }

        .lopd-text a {
            color: var(--bubble-yellow);
            text-decoration: underline;
        }

        .newsletter-form-col .custom-checkbox {
            appearance: none;
            width: 1.5rem;
            height: 1.5rem;
            border: 2px solid var(--bubble-pink);
            background-color: rgba(255, 255, 255, 0.1);
            position: relative;
            cursor: pointer;
        }
        .newsletter-form-col .custom-checkbox:checked {
            background-color: var(--bubble-pink);
        }
        .newsletter-form-col .custom-checkbox:checked::after {
            content: '✓';
            color: var(--bg-dark);
            font-size: 1rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .footer-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            padding: 2rem 0;
            border-top: 2px dashed var(--bubble-pink);
        }
        
        .footer-section h4 {
            font-size: 1.1rem;
            color: var(--bubble-blue);
            text-shadow: 0 0 5px var(--bubble-blue);
            margin-bottom: 1rem;
        }

        .footer-section p, .footer-section a, .footer-section li {
            font-size: 1rem;
            line-height: 1.5;
            color: var(--text-light);
        }

        .footer-section a:hover {
            color: var(--bubble-pink);
        }

        .footer-section ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .social-icons a {
            display: block;
            text-decoration: underline;
            margin-bottom: 0.5rem;
            color: var(--bubble-yellow);
        }
        
        .footer-bottom {
            padding-top: 2rem;
            border-top: 2px dashed var(--bubble-green);
            font-size: 0.6rem;
            color: var(--text-light);
        }

        /* Slider */
        .slider-container {
            position: relative;
            max-width: 100%;
            height: 400px;
            margin: 0 auto;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(135, 206, 250, 0.5);
        }

        .slider-slide {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            background-size: cover;
            background-position: center;
        }

        .slider-slide.active {
            opacity: 1;
        }

        .slider-content {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            text-align: center;
            padding: 2rem;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 1s ease-out, transform 1s ease-out;
        }

        .slider-slide.active .slider-content {
            opacity: 1;
            transform: translateY(0);
        }

        .slider-content h2 {
            font-family: 'Press Start 2P', cursive;
            font-size: clamp(1.2rem, 4vw, 2rem);
            text-shadow: 0 0 5px var(--bubble-blue);
            margin-bottom: 0.5rem;
        }

        .slider-content p {
            max-width: 600px;
            font-size: clamp(0.7rem, 2vw, 1rem);
            margin-bottom: 1rem;
        }
        
        .slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 1rem;
            cursor: pointer;
            border: none;
            font-size: 1.5rem;
            user-select: none;
            border-radius: 9999px;
            transition: all 0.3s;
            z-index: 20;
        }

        .slider-btn:hover {
            background: rgba(0, 0, 0, 0.8);
            transform: translateY(-50%) scale(1.1);
        }

        #prevBtn {
            left: 1rem;
        }

        #nextBtn {
            right: 1rem;
        }

        /* Utilidades y responsividad */
        .text-center { text-align: center; }
        .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
        .mt-4 { margin-top: 1rem; }
        .mx-auto { margin-left: auto; margin-right: auto; }
        .my-16 { margin-top: 4rem; margin-bottom: 4rem; }
        .mb-10 { margin-bottom: 2.5rem; }
        .mb-4 { margin-bottom: 1rem; }
        .mb-2 { margin-bottom: 0.5rem; }
        .p-6 { padding: 1.5rem; }
        .p-8 { padding: 2rem; }
        .space-y-6 > * + * { margin-top: 1.5rem; }
        .space-y-2 > * + * { margin-top: 0.5rem; }
        .space-x-2 > * + * { margin-left: 0.5rem; }
        .flex { display: flex; }
        .items-center { align-items: center; }
        .justify-between { justify-content: space-between; }
        .pixel-nav-inner { font-size: 1rem; }
        .grid { display: grid; }
        .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
        .gap-8 { gap: 2rem; }
        .gap-12 { gap: 3rem; }
        .list-none { list-style: none; }
        .max-w-2xl { max-width: 42rem; }
        .max-w-3xl { max-width: 48rem; }
        .rounded-3xl { border-radius: 1.5rem; }
        .h-80 { height: 20rem; }
        .w-full { width: 100%; }
        .relative { position: relative; }
        .absolute { position: absolute; }
        .inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
        .font-bold { font-weight: 700; }

/* Estilos específicos de la página de infografía */
        .infografia-section {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: center;
        }

        .infografia-text {
            order: 1;
        }

        .infografia-image-container {
            order: 2;
            width: 100%;
            height: 250px; /* Tamaño de placeholder */
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px dashed var(--bubble-blue);
            display: flex;
            justify-content: center;
            align-items: center;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 1rem;
        }
        
        .infografia-image-container.order-2 {
            order: 2;
        }

        .infografia-image-container.order-1 {
            order: 1;
        }

/* Product Design Page Specific Styles */
        .product-section {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: center;
        }

        .product-text {
            order: 1;
        }

        .product-image-container {
            order: 2;
            width: 100%;
            height: 250px; /* Placeholder size */
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px dashed var(--bubble-yellow);
            display: flex;
            justify-content: center;
            align-items: center;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 1rem;
        }
        
        .product-image-container.order-2 {
            order: 2;
        }

        .product-image-container.order-1 {
            order: 1;
        }

/* Specific Styles for Digital Sculpting Page */
        .sculpting-section {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: center;
        }

        .sculpting-text {
            order: 1;
        }

        .sculpting-image-container {
            order: 2;
            width: 100%;
            height: 250px; /* Placeholder size */
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px dashed var(--bubble-pink);
            display: flex;
            justify-content: center;
            align-items: center;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 1rem;
        }
        
        .sculpting-image-container.order-2 {
            order: 2;
        }

        .sculpting-image-container.order-1 {
            order: 1;
        }
        
        .applications-grid {
            display: grid;
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 2rem;
        }

        .application-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            border: 2px dashed var(--bubble-yellow);
            padding: 1rem;
            border-radius: 1rem;
        }
        
        .application-item h3 {
            font-size: 1.1rem;
            color: var(--bubble-yellow);
            text-shadow: 0 0 5px var(--bubble-yellow);
            margin-bottom: 0.5rem;
        }
        
        .application-image {
            width: 100%;
            height: 180px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px dashed var(--bubble-yellow);
            display: flex;
            justify-content: center;
            align-items: center;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 0.75rem;
            margin-bottom: 1rem;
        }

/* Industrial Design Page Specific Styles */
        .feature-card {
            background-color: rgba(0, 0, 0, 0.4);
            border: 2px dashed var(--bubble-green);
            box-shadow: 0 0 10px rgba(144, 238, 144, 0.5);
            border-radius: 1rem;
            padding: 2rem;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .feature-card:hover {
            transform: scale(1.02);
            box-shadow: 0 0 15px rgba(255, 105, 180, 0.7);
        }

        .feature-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .service-image-container {
            width: 100%;
            height: 250px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px dashed var(--bubble-yellow);
            display: flex;
            justify-content: center;
            align-items: center;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 1rem;
            margin-bottom: 2rem;
        }
        
        .specialization-text {
            background-color: rgba(0, 0, 0, 0.4);
            border: 4px solid var(--bubble-pink);
            box-shadow: 0 0 15px rgba(255, 105, 180, 0.5);
            border-radius: 2rem;
            padding: 2rem;
        }
        
        .bubble-info-card {
            background-color: rgba(0, 0, 0, 0.4);
            border: 4px solid var(--bubble-yellow);
            box-shadow: 0 0 15px rgba(255, 255, 173, 0.5);
            border-radius: 2rem;
            padding: 2rem;
            margin: 4rem auto;
            max-width: 800px;
        }
/* New page specific styles */
        .feature-card-tech {
            background-color: rgba(0, 0, 0, 0.4);
            border: 2px dashed var(--bubble-yellow);
            box-shadow: 0 0 10px rgba(255, 255, 173, 0.5);
            border-radius: 1rem;
            padding: 2rem;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .feature-card-tech:hover {
            transform: scale(1.02);
            box-shadow: 0 0 15px rgba(255, 105, 180, 0.7);
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .service-image-container {
            width: 100%;
            height: 250px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px dashed var(--bubble-yellow);
            display: flex;
            justify-content: center;
            align-items: center;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 1rem;
            margin-bottom: 2rem;
        }

        .service-intro {
            background-color: rgba(0, 0, 0, 0.4);
            border: 4px solid var(--bubble-green);
            box-shadow: 0 0 15px rgba(144, 238, 144, 0.5);
            border-radius: 2rem;
            padding: 2rem;
            margin: 4rem auto;
            max-width: 800px;
        }
        
        .bubble-info-card {
            background-color: rgba(0, 0, 0, 0.4);
            border: 4px solid var(--bubble-yellow);
            box-shadow: 0 0 15px rgba(255, 255, 173, 0.5);
            border-radius: 2rem;
            padding: 2rem;
            margin: 4rem auto;
            max-width: 800px;
        }

/* Portafolio specific styles */
        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }
        
        .portfolio-item {
            position: relative;
            background-color: rgba(0, 0, 0, 0.4);
            border: 2px solid var(--bubble-pink);
            box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
            border-radius: 1rem;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
        }
        
        .portfolio-item:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 0 20px rgba(255, 105, 180, 0.8);
        }
        
        .portfolio-item img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .portfolio-item:hover img {
            transform: scale(1.1);
        }
        
        .portfolio-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            text-align: center;
            padding: 1rem;
        }
        
        .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
        }
        
        .portfolio-overlay h3 {
            font-size: 1.25rem;
            font-family: 'Press+Start+2P', cursive;
            color: var(--bubble-yellow);
            text-shadow: 0 0 5px var(--bubble-yellow);
        }
        
        .portfolio-overlay p {
            font-size: 0.875rem;
            margin-top: 0.5rem;
        }
        
        .portfolio-category {
            font-size: 0.75rem;
            color: var(--bubble-blue);
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
        }
        
        /* Modal for fullscreen image */
        .modal {
            display: none;
            position: fixed;
            z-index: 100;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 1rem;
        }

        .modal-content {
            margin: auto;
            display: block;
            width: 100%;
            max-width: 800px;
            max-height: 90vh;
            object-fit: contain;
            border: 4px solid var(--bubble-blue);
            box-shadow: 0 0 20px rgba(135, 206, 250, 0.7);
            animation-name: modalopen;
            animation-duration: 0.5s;
        }

        @keyframes modalopen {
            from { transform: scale(0.8); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }

        .close {
            position: absolute;
            top: 15px;
            right: 35px;
            color: var(--text-light);
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
            cursor: pointer;
        }

        .close:hover,
        .close:focus {
            color: var(--bubble-pink);
            text-decoration: none;
            cursor: pointer;
        }

/* Main Content */
        .section-intro {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .text-block {
            line-height: 1.8;
        }

        .text-block h3 {
            font-size: clamp(1.1rem, 4vw, 1.5rem);
            color: var(--bubble-green);
            text-shadow: 0 0 5px var(--bubble-green);
        }

        .text-block p {
            margin-top: 1rem;
        }

        .image-block {
            text-align: center;
        }

        .image-block img {
            width: 100%;
            max-width: 500px;
            border-radius: 1rem;
            border: 2px solid var(--bubble-blue);
        }

        .image-caption {
            font-size: 0.875rem;
            margin-top: 0.5rem;
            color: var(--text-light);
        }

        .store-section, .services-section {
            padding-top: 4rem;
        }

        .store-title, .services-title {
            font-size: clamp(1.25rem, 5vw, 1.75rem);
            color: var(--bubble-yellow);
            text-shadow: 0 0 5px var(--bubble-yellow);
        }
        
        .store-section ul {
            list-style: none;
            padding-left: 0;
            margin-top: 1rem;
        }
        
        .store-section ul li {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        
        .store-section ul li i {
            color: var(--bubble-pink);
            margin-right: 0.5rem;
        }

        .services-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .service-block {
            background-color: rgba(255, 255, 255, 0.05);
            padding: 1.5rem;
            border-radius: 1rem;
            border: 2px solid var(--bubble-purple);
            box-shadow: 0 0 10px var(--bubble-purple);
        }

        .service-block h3 {
            font-size: clamp(1rem, 4vw, 1.25rem);
            color: var(--bubble-orange);
            margin-bottom: 1rem;
        }
        
        .service-block p {
            margin-top: 1rem;
        }

        .service-block img {
            width: 100%;
            height: auto;
            border-radius: 0.5rem;
            border: 2px solid var(--bubble-blue);
        }

/* Contact Section */
        #contact {
            background-color: rgba(0, 0, 0, 0.4);
            border: 4px solid var(--bubble-green);
            box-shadow: 0 0 15px rgba(144, 238, 144, 0.5);
            border-radius: 2rem;
        }
        
        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: start;
        }
        
        .contact-form, .direct-contact-container {
            padding: 2rem;
        }
        
        .contact-form h2, .direct-contact-container h2 {
            font-size: clamp(1.25rem, 5vw, 1.5rem); 
            color: var(--bubble-yellow); 
            text-shadow: 0 0 5px var(--bubble-yellow);
            margin-bottom: 2rem;
            text-align: center;
        }

        .form-input {
            margin-bottom: 1rem;
            display: flex;
            flex-direction: column;
        }
        
        .form-input label {
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
            color: var(--bubble-green);
        }
        
        .form-input input, .form-input textarea {
            width: 100%;
            padding: 0.5rem;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--bubble-blue);
            color: var(--text-light);
            font-family: 'Poppins', sans-serif;
            font-size: 0.75rem;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            border-radius: 0.5rem;
            box-sizing: border-box;
        }
        
        .form-input input:focus, .form-input textarea:focus {
            border-color: var(--bubble-pink);
            box-shadow: 0 0 5px var(--bubble-pink);
        }

        .captcha {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        
        .captcha .preview {
            width: 150px;
            height: 50px;
            background-color: #333;
            color: #fff;
            font-family: 'Press Start 2P', cursive;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
            user-select: none;
            text-shadow: 2px 2px 0 #000;
        }
        
        .captcha-form {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .captcha-form input {
            flex-grow: 1;
            padding: 0.5rem;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--bubble-blue);
            color: var(--text-light);
            font-family: 'Poppins', sans-serif;
            font-size: 0.75rem;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            border-radius: 0.5rem;
            box-sizing: border-box;
        }
        
        .captcha-form input:focus {
            border-color: var(--bubble-pink);
            box-shadow: 0 0 5px var(--bubble-pink);
        }

        .captcha-refresh {
            background: none;
            border: 2px solid var(--bubble-yellow);
            color: var(--bubble-yellow);
            cursor: pointer;
            border-radius: 0.5rem;
            padding: 0.5rem;
            transition: all 0.3s;
        }
        
        .captcha-refresh:hover {
            background-color: var(--bubble-yellow);
            color: var(--bg-dark);
            box-shadow: 0 0 10px var(--bubble-yellow);
        }
        
        #forminputpol {
            flex-direction: row;
            align-items: center;
            gap: 0.5rem;
        }
        
        #forminputpol input {
            width: auto;
        }
        
        .poltext {
            font-size: 0.7rem;
            color: var(--text-light);
            margin-bottom: 0;
        }

        .list-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .list-item i {
            color: var(--bubble-pink);
            font-size: 1.25rem;
            margin-right: 1rem;
        }

        .contact-text a {
            color: var(--text-light);
            text-decoration: underline;
        }
        
        .mapa-google {
            width: 100%;
            height: 300px;
            border: 2px solid var(--bubble-blue);
            border-radius: 1rem;
            filter: grayscale(1);
            transition: filter 0.3s;
            margin-bottom: 2rem;
        }

        .mapa-google:hover {
            filter: grayscale(0);
        }

        .social-media-list {
            list-style: none;
            display: flex;
            gap: 1rem;
            justify-content: center;
            padding: 0;
            margin: 0;
        }
        
        .social-media-list .contact-icon i {
            font-size: 2rem;
            color: var(--text-light);
            transition: color 0.3s;
        }
        
        .social-media-list li a:hover i {
            color: var(--bubble-yellow);
        }

:root {
            --bg-dark: #120f2a;
            --text-light: #e0e0e0;
            --main-glow: #00f0ff;
            --second-glow: #ff0077;
            --btn-bg: rgba(255, 255, 255, 0.1);
            --form-bg: rgba(255, 255, 255, 0.05);
            --border-color: rgba(0, 240, 255, 0.5);
            --input-focus: rgba(0, 240, 255, 0.8);
        }

@keyframes move-glow {
            0%, 100% { transform: translate(0, 0); }
            25% { transform: translate(10vw, 5vh); }
            50% { transform: translate(0, 10vh); }
            75% { transform: translate(-10vw, -5vh); }
        }

        @keyframes move-glow-alt {
            0%, 100% { transform: translate(0, 0); }
            25% { transform: translate(-10vw, -5vh); }
            50% { transform: translate(0, -10vh); }
            75% { transform: translate(10vw, 5vh); }
        }
        
        /* Grid Lines */
        .grid-lines {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
            background-size: 50px 50px;
            opacity: 0.6;
            animation: pan-grid 25s linear infinite;
        }

        @keyframes pan-grid {
            from { background-position: 0 0; }
            to { background-position: -50px -50px; }
        }

        /* Main Login Card */
        .login-card {
			position: relative;
			z-index: 10;
			background-color: rgba(255, 255, 255, 0.05);
			backdrop-filter: blur(10px);
			border: 2px solid var(--border-color);
			border-radius: 20px;
			box-shadow: 0 0 30px var(--main-glow), 0 0 15px var(--second-glow);
			padding: 3rem 2rem;
			width: 90%;
			max-width: 400px;
			text-align: center;
			left: 50%;
			transform: translateX(-50%);
			margin-top: 50px;
			margin-bottom: 50px;
		}

        .login-card h1 {
            font-family: 'Press Start 2P', cursive;
            font-size: 1.5rem;
            text-shadow: 0 0 10px var(--main-glow);
            color: var(--main-glow);
            margin-bottom: 1.5rem;
        }
        
        .login-card p {
            font-size: 0.9rem;
            margin-bottom: 2rem;
        }

        /* Form Styling */
        .login-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .input-group {
            position: relative;
        }
        
        .input-group label {
            position: absolute;
            top: -0.75rem;
            left: 1rem;
            background-color: var(--bg-dark);
            padding: 0 0.5rem;
            font-size: 0.8rem;
            color: var(--border-color);
            transition: color 0.3s;
        }

        .input-group input {
            width: 100%;
            padding: 1rem;
            background: var(--form-bg);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            color: var(--text-light);
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        .input-group input:focus {
            border-color: var(--input-focus);
            box-shadow: 0 0 10px var(--main-glow);
        }

        .password-toggle {
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: var(--text-light);
            cursor: pointer;
            font-size: 1.25rem;
            transition: color 0.3s;
        }

        .password-toggle:hover {
            color: var(--main-glow);
        }
        
        /* Button Styles */
        .login-btn {
            background: var(--btn-bg);
            border: 2px solid var(--main-glow);
            color: var(--main-glow);
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 9999px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 10px var(--main-glow);
        }

        .login-btn:hover {
            background-color: var(--main-glow);
            color: var(--bg-dark);
            box-shadow: 0 0 20px var(--main-glow);
            transform: translateY(-3px);
        }

        .forgot-password-link {
            font-size: 0.8rem;
            color: var(--text-light);
            text-decoration: none;
            margin-top: -0.5rem;
            transition: color 0.3s;
        }

        .forgot-password-link:hover {
            color: var(--second-glow);
            text-shadow: 0 0 5px var(--second-glow);
        }


        @media (min-width: 640px) {
            .pixel-nav-inner { font-size: 1.125rem; }
        }

        @media (min-width: 768px) {
            .md-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .lg-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
            .lg-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .newsletter-grid {
                grid-template-columns: 1fr 1fr;
                text-align: left;
            }
            .newsletter-form-col form {
                align-items: flex-start;
            }
            .newsletter-form-col .form-group.checkbox-group {
                justify-content: flex-start;
            }
            .footer-container {
                grid-template-columns: repeat(4, 1fr);
                text-align: left;
            }
            .pixel-nav-inner { font-size: 1rem; }
			.infografia-section {
                grid-template-columns: 1fr 1fr;
            }
            .infografia-text {
                order: initial;
            }
            .infografia-image-container.order-2 {
                order: initial;
            }
            .infografia-image-container.order-1 {
                order: initial;
            }
			.product-section {
                grid-template-columns: 1fr 1fr;
            }
            .product-text {
                order: initial;
            }
            .product-image-container.order-2 {
                order: initial;
            }
            .product-image-container.order-1 {
                order: initial;
            }
			.sculpting-section {
                grid-template-columns: 1fr 1fr;
            }
            .sculpting-text {
                order: initial;
            }
            .sculpting-image-container.order-2 {
                order: initial;
            }
            .sculpting-image-container.order-1 {
                order: initial;
            }
            .applications-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
			.feature-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
			
			.section-intro { flex-direction: row; }
            .text-block, .image-block { width: 50%; }
            .services-content { grid-template-columns: repeat(3, minmax(0, 1fr)); }
            .md-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .contact-grid { grid-template-columns: 1fr 1fr; }
			
			.contact-wrapper { grid-template-columns: 1fr 1fr; }
            .direct-contact-container { padding-left: 2rem; border-left: 2px dashed var(--bubble-yellow); }
            .social-media-list { justify-content: start; }
        }

@media (min-width: 1024px) {
            .applications-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }