/* =================== VARIABLES =================== */
:root {
  --primary-gold: #C9A34E;
  --gold-hover: #E1B965;
  --dark-gray: #1C1C1C;
  --neutral-gray: #2A2A2A;
  --white: #FFFFFF;
  --light-gray: #DDDDDD;
  --circuit-blue: #00C3FF;
  --circuit-glow: rgba(0, 195, 255, 0.5);
}

/** {
  outline: 1px solid red !important;
}*/

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: var(--dark-gray);
  color: var(--white);
}

/* =================== CONTAINERS =================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =================== HEADER =================== */
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: transparent;
}

.header-box {
  width: 90%;
  max-width: 1200px;
  background-color: rgba(28, 28, 28, 0.75);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.logo img {
  height: 40px;
}

nav {
  display: flex;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
}

.nav-links a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--gold-hover);
}
/* CALL NOW BOTTON*/

.nav-call {
  display: flex;
  align-items: center;
}

.call-now-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--primary-gold);
  color: var(--dark-gray);
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.2s, background-color 0.2s;
}

.call-now-nav:hover {
  background: var(--gold-hover);
  transform: translateY(-1px);
}

/*HIDDEN ONLY FULL SCREEN*/
.call-now-icon {
  display: none;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
}

/* SUBMENU ESTILO TRANSPARENTE */

.dropdown {
  position: relative; /* <== Clave para que el submenu se alinee bien */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(28, 28, 28, 0.9); /* transparente como el header */
  top: 100%;
  left: -100px;
  min-width: 160px;
  border-radius: 6px;
  z-index: 999;
  padding: 10px 0;
  backdrop-filter: blur(6px);
}

.dropdown-content li {
  padding: 8px 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* === MOBILE HEADER === */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  nav {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  }

.nav-links {
  flex-direction: column;
  background-color: rgba(28, 28, 28, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 0 0 12px 12px;
  display: none;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto; /* Esto centra el menú en pantallas pequeñas */
}

  .nav-links.show {
    display: flex;
  }

  .dropdown-content {
    position: static;
    background-color: transparent;
    padding-left: 0;
  }

  .dropdown-content li {
    padding: 6px 0;
  }

  /*VISIBLE MOBILE*/
  .nav-call {
    display: none;
  }
}
/*BOTTON VISIBLE ON MOBILE*/
@media (max-width: 768px) {
  /* En mobile, el header-box ahora centra controles */
  .header-box {
    gap: 10px;
  }

  /* Mostrar icono */
  .call-now-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 28px;
    border-radius: 999px;
    background: rgba(201, 163, 78, 0.14);
    border: 1px solid rgba(201, 163, 78, 0.35);
    color: var(--primary-gold);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
  }

  /* Para que quede "en medio" visualmente: switch + icon juntos */
  .lang-switch {
    margin-left: auto;
  }

  .call-now-icon {
    margin-right: auto;
  }
}

/* Switch lang*/
/* CONTENEDOR */
.lang-switch{
  display:inline-flex;
  align-items:center;
}

/* OCULTAR CHECKBOX REAL */
.lang-toggle{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
}

/* TRACK (fondo del switch) */
.lang-label{
  width:72px;              /* ⬅ más pequeño */
  height:28px;
  border-radius:999px;
  display:inline-block;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  user-select:none;

  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);

  /* Estado default: EN (USA) */
  background:
    radial-gradient(circle at 14px 14px, rgba(255,255,255,.85) 0 1.5px, transparent 2px),
    radial-gradient(circle at 22px 9px, rgba(255,255,255,.85) 0 1.5px, transparent 2px),
    radial-gradient(circle at 26px 18px, rgba(255,255,255,.85) 0 1.5px, transparent 2px),
    linear-gradient(90deg, #0A3161 0 42%, transparent 42%),
    repeating-linear-gradient(
      0deg,
      #B31942 0 4px,
      #FFFFFF 4px 8px
    );
}

/* KNOB (círculo que se mueve) */
.lang-knob{
  position:absolute;
  top:4px;
  left:4px;
  width:30px;
  height:20px;
  border-radius:999px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .25s ease;
}

/* TEXTO DENTRO DEL KNOB */
.lang-text{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .4px;
  font-size: 11px;          /* ⬅ más pequeño */
  color:#111;
  text-transform: uppercase;
}

/* Estado checked: ES (España) */
.lang-toggle:checked + .lang-label{
  background:
    linear-gradient(
      0deg,
      #AA151B 0 30%,
      #F1BF00 30% 70%,
      #AA151B 70% 100%
    );
}

/* Mover knob a la derecha cuando ES */
.lang-toggle:checked + .lang-label .lang-knob{
  transform: translateX(36px);
}


/* =================== HERO SECTION =================== */
.hero {
  position: relative;
  height: 100vh;
  background: linear-gradient(to bottom, var(--dark-gray) 50%, var(--neutral-gray));
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero-content {
  z-index: 2;
}

.solution-background-text {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18vw;
  color: rgba(200, 200, 200, 0.05); /* gris claro con opacidad baja */
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: 'Anton', sans-serif;
  white-space: nowrap;
}


.callBotton {
  position: absolute;
  top: 600px;  /* Ajusta según tu diseño */
  left: 20%;
  background-color: var(--primary-gold);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 3;
  transition: background-color 0.3s;
}

.callBotton:hover {
  background-color: var(--gold-hover);
}

 #modelViewer{ width: 500px; height: 500px;   z-index: 2;}

 /*start animation letters*/


 .typewriter-container {
  position: absolute;
  top: 20%; /* o usa % si prefieres */
  left: 20%;
  width: max-content;
  max-width: 60%;
  font-size: 5vw;
  color: rgba(var(--gold-hover), 0.5);
  font-family: 'Anton', sans-serif;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  letter-spacing: 0;

}



@media (max-width: 1024px) {
  #modelViewer {
    width: 600px;
    height: 450px;
  }
    .typewriter-container {
    font-size: 3rem;
    left: 15vw;
    right: 15vw;
    max-width: 90%;
    text-align: left;
    border-right: none;
    border-left: none;
    padding-left: 0%;
  }
    .hero {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
  }
  .callBotton {
  position: absolute;
  left: 50%;
  }
  @media (max-width: 757px) {
   #modelViewer {
    width: 250px;
    height: 450px;
  }
      .typewriter-container {
    font-size: 2rem;
    max-width: 90vw;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    border-right: none;
    border-left: none;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
    .callBotton {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  }
}
}

/* =================== HERO CIRCUIT LINES =================== */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/Resources/Circuito.svg") center/cover no-repeat;
  animation: circuitPulse 6s ease-in-out infinite, revealFromCenter 2s ease-out forwards;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 100%, transparent 80%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}




@keyframes circuitPulse {
  0%, 100% {
    filter: drop-shadow(0 0 0 #E1B965);
    opacity: 0.05;
  }
  50% {
    filter: drop-shadow(0 0 8px #ffffff);
    opacity: 0.15;
  }
}




/* =================== POS OVERVIEW =================== */
.pos-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 120px 7% 80px;
  background: linear-gradient(to bottom,var(--neutral-gray), var(--dark-gray), var(--neutral-gray));
  overflow: hidden;
}

.pos-intro-bg {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18vw;
  color: rgba(200, 200, 200, 0.05);
  font-weight: bold;
  font-family: 'Anton', sans-serif;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.pos-intro-text {
  flex: 1;
  max-width: 520px;
  z-index: 2;
}

.pos-intro-text h2 {
  margin: 0 0 16px;
  font-size: 2.6rem;
  color: var(--primary-gold);
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
}

.pos-intro-text p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--light-gray);
}

.pos-intro-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.pos-intro-image img {
  width: 100%;
  max-width: 540px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(225, 185, 101, 0.4);
  object-fit: cover;
  background: radial-gradient(circle at 30% 30%, rgba(225, 185, 101, 0.12), transparent 50%);
}

@media (max-width: 1100px) {
  .pos-intro {
    flex-direction: column;
    text-align: center;
    padding: 90px 24px 60px;
    gap: 32px;
  }

  .pos-intro-text,
  .pos-intro-image {
    max-width: 700px;
    width: 100%;
    justify-content: center;
  }

  .pos-intro-bg {
    font-size: 22vw;
  }
}

@media (max-width: 640px) {
  .pos-intro-text h2 {
    font-size: 2rem;
  }

  .pos-intro-text p {
    font-size: 1.05rem;
  }
}

/* =================== V810 SECTION =================== */
.benefit-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 5%;
  height: 100vh;
  background: linear-gradient(var(--neutral-gray), #1C1C1C);
  overflow: hidden;
  gap: 40px;
}

#solutions {
  position: relative;}

/* Fondo decorativo detrás */
.background-label-solutions {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12vw;
  color: rgba(200, 200, 200, 0.05);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: 'Anton', sans-serif;
  white-space: nowrap;
}

#modelViewerAlt{ width: 500px; height: 500px;   z-index: 2;}

.typewriter-container-alt {
  flex: 1;
  max-width: 40%;
  color: white;
  font-family: 'Anton', sans-serif;
  font-size: 3.5rem;
  white-space: normal;
  overflow: hidden;
  animation: typing 4s steps(50, end), blink-caret 0.75s step-end infinite;
}

.typewriter-text-alt {
  line-height: 1.4;
  letter-spacing: 0;
  opacity: 0.8;
}

.background-label {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18vw;
  color: rgba(200, 200, 200, 0.05); /* Gris muy suave */
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: 'Anton', sans-serif;
  white-space: nowrap;
}

/* =================== SPECS PANEL =================== */
/* ========== SPECS SLIDE PANEL ========== */

.specs-toggle {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid var(--gold-hover);
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}

.specs-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* PANEL LATERAL DESLIZANTE */
.specs-panel-slide {
  position: fixed;
  top: 0;
  right: -400px; /* fuera de pantalla */
  width: 350px;
  height: 100%;
  background: rgba(30, 30, 30, 0.95);
  color: white;
  z-index: 1000;
  transition: right 0.4s ease;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow-y: auto;
}

.specs-panel-slide.open {
  right: 0; /* se desliza hacia la pantalla */
}

.specs-content-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.close-btn-slide {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

.specs-content-slide ul {
  padding-left: 20px;
  list-style-type: disc;
}
/* Icons */
.icon-list {
  list-style: none;
  padding-left: 0;
}

.icon-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.icon-list li i {
  color: var(--gold-hover); /* o blanco, gris, etc. */
  min-width: 20px;
}

.specs-inline {
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--gold-hover);
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.specs-inline h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  color: var(--gold-hover);
  font-family: 'Inter', sans-serif;
}

.specs-inline .icon-list li {
  align-items: flex-start;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
  .specs-inline {
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 500px) {
  .specs-toggle {
  margin-bottom: 20px; /* Espacio debajo del botón */
  }
  .specs-panel-slide {
    width: 90%;
    right: -100%;
  }
  .specs-panel-slide.open {
    right: 0;
  }
}

/* here*/
/* Reutilizar animaciones existentes si ya las tienes */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  0%, 100% { border-color: transparent }
  50% { border-color: white }
}
@media (max-width: 1500px) {
  #modelViewerAlt {
    width: 500px;
    height: 500px;
}
    .typewriter-container-alt {
    font-size: 5vw;
    max-width: 90%;
    text-align: center;
    }
}

@media (max-width: 1024px) {
  #modelViewerAlt {
    width: 600px;
    height: 450px;
  }
    .typewriter-container-alt {
    max-width: 90%;
    text-align: center;
    border-right: none;
  }

  .benefit-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    padding: 60px 20px;
  }
}

@media (max-width: 556px) {
  #modelViewerAlt {
    width: 250px;
    height: 450px;
  }
  .typewriter-container-alt {
    max-width: 90%;
    text-align: center;
    border-right: none;
    animation: none;
  }
   .typewriter-text-alt {
    font-size: 10vw;
  }
}


/* =================== Kiosk SECTION =================== */
.animation-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 5%;
  height: 100vh;
  background: linear-gradient(to bottom, var(--dark-gray), var(--neutral-gray));

  color: var(--white);
}

#Kiosk{ width: 500px; height: 600px;   z-index: 2;}

#features {
  position: relative;
  overflow: hidden;
}

.typewriter-container-feat {
  flex: 1;
  max-width: 40%;
  color: white;
  font-family: 'Anton', sans-serif;
  font-size: 5rem;
  white-space: normal;
  overflow: hidden;
  animation: typing 4s steps(50, end), blink-caret 0.75s step-end infinite;
}

.typewriter-text-feat {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
  opacity: 0.8;
}

@media (max-width: 1500px) {
  #Kiosk {
    width: 500px;
    height: 500px;
}
.typewriter-container-feat {
    font-size: 5vw;
    max-width: 90%;
    text-align: center;
}
}

@media (max-width: 1024px) {
  #Kiosk {
    width: 500px;
    height: 450px;
  }
    .typewriter-container-alt {
    font-size: 3rem;
    max-width: 90%;
    text-align: center;
    border-right: none;
  }

  .typewriter-text-feat {
  font-size: 2rem;
  }

  .animation-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    padding: 60px 20px;
  }
}

@media (max-width: 757px) {
  #Kiosk {
    width: 250px;
    height: 450px;
  }
}

/* =================== PARTNERS SECTION =================== */
/* =================== KIOSK2 SECTION =================== */
.animation-section-kiosk2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 5%;
  height: 100vh;
  background: linear-gradient(to bottom, var(--neutral-gray), #1C1C1C, var(--neutral-gray));

  color: var(--white);
  position: relative;
  overflow: hidden;
}

.background-label-kiosk2 {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18vw;
  color: rgba(200, 200, 200, 0.05);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: 'Anton', sans-serif;
  white-space: nowrap;
}

#Kiosk2 {
  width: 500px;
  height: 600px;
  z-index: 2;
}

.model-container-kiosk2 {
  z-index: 2;
}

.typewriter-container-kiosk2 {
  flex: 1;
  max-width: 40%;
  color: white;
  font-family: 'Anton', sans-serif;
  font-size: 5rem;
  white-space: normal;
  overflow: hidden;
  animation: typing 4s steps(50, end), blink-caret 0.75s step-end infinite;
}

.typewriter-text-kiosk2 {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
  opacity: 0.8;
}

/* =================== MEDIA QUERIES =================== */

@media (max-width: 1500px) {
  #Kiosk2 {
    width: 500px;
    height: 500px;
  }

  .typewriter-container-kiosk2 {
    font-size: 5vw;
    max-width: 90%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #Kiosk2 {
    width: 500px;
    height: 450px;
  }

  .typewriter-text-kiosk2 {
    font-size: 2rem;
  }

  .animation-section-kiosk2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    padding: 60px 20px;
  }
}

@media (max-width: 757px) {
  #Kiosk2 {
    width: 250px;
    height: 450px;
  }

  .typewriter-container-kiosk2 {
    font-size: 20px;
    max-width: 90%;
    text-align: center;
    animation: none;
  }
}

/* =================== PAX SECTION =================== */
.animation-section-pax {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 5%;
  height: 100vh;
  background: linear-gradient(to bottom, var(--neutral-gray), #1C1C1C, var(--neutral-gray));
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.background-label-pax {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18vw;
  color: rgba(200, 200, 200, 0.05);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: 'Anton', sans-serif;
  white-space: nowrap;
}

#PaxA920 {
  width: 500px;
  height: 600px;
  z-index: 2;
}

.model-container-pax {
  z-index: 2;
}

.typewriter-container-pax {
  flex: 1;
  max-width: 40%;
  color: white;
  font-family: 'Anton', sans-serif;
  font-size: 5rem;
  white-space: normal;
  overflow: hidden;
  animation: typing 4s steps(50, end), blink-caret 0.75s step-end infinite;
}

.typewriter-text-pax {
  font-size: 3rem;
  line-height: 1.4;
  opacity: 0.8;
}

/* MEDIA QUERIES */
@media (max-width: 1500px) {
  #PaxA920 {
    width: 500px;
    height: 500px;
  }

  .typewriter-container-pax {
    font-size: 5vw;
    max-width: 90%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #PaxA920 {
    width: 500px;
    height: 450px;
  }

  .typewriter-text-pax {
    font-size: 2rem;
  }

  .animation-section-pax {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    padding: 60px 20px;
  }
}

@media (max-width: 757px) {
  #PaxA920 {
    width: 250px;
    height: 450px;
  }

  .typewriter-container-pax {
    font-size: 20px;
    max-width: 90%;
    text-align: center;
    animation: none;
  }
}


/* =================== POS FEATURE CALLOUT =================== */
.pos-feature-callout {
  padding: 80px 20px 40px;
  background: linear-gradient(to bottom, var(--neutral-gray), #55431d, var(--neutral-gray));
  display: flex;
  justify-content: center;
}

.pos-feature-card {
  width: 100%;
  max-width: 1100px;
  background: rgba(28, 28, 28, 0.85);
  border: 1px solid rgba(225, 185, 101, 0.5);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.pos-feature-card h2 {
  margin: 0 0 20px;
  font-size: 2.2rem;
  font-family: 'Anton', sans-serif;
  color: var(--primary-gold);
  letter-spacing: 1px;
  text-align: center;
}

.pos-feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px 24px;
}

.pos-feature-card li {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(225, 185, 101, 0.25);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--white);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.pos-feature-card li span {
  display: block;
  color: var(--light-gray);
  margin-top: 6px;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .pos-feature-card {
    padding: 32px 22px;
  }

  .pos-feature-card h2 {
    font-size: 1.8rem;
  }
}


/* =================== CALENDLY SECTION =================== */
.calendar-section {
  background: linear-gradient(to bottom,
    var(--neutral-gray) 0%,
    var(--neutral-gray) 30%,
    var(--neutral-gray) 50%,
    var(--primary-gold) 70%,
    var(--primary-gold) 100%
  );
  background-size: 100% 200%;
  background-position: center;
  animation: centerPulse 8s ease-in-out infinite;
  padding: 80px 20px;
  color: var(--white);
}
@keyframes centerPulse {
  0%, 100% {
    background-position: center 45%;
  }
  50% {
    background-position: center 55%;
  }
}

.calendar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.calendar-text {
  flex: 1;
  min-width: 280px;
}

.calendar-text h2 {
  font-size: 2rem;
  color: var(--primary-gold);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}

.calendar-text p {
  font-size: 1.1rem;
  color: var(--light-gray);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.calendar-widget {
  flex: 1;
  min-width: 320px;
}

/*Form*/

/* ===== CONTACT FORM ===== */

.contact-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #C9A34E, #1C1C1C); 
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}


.contact-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
}


.form-wrapper {
  flex: 1;
  max-width: 500px;
  background-color: var(--dark-gray);
  border: 2px solid var(--gold);
  border-radius: 12px;
  padding: 40px 20px;
  margin-right: 5%;
  z-index: 2;
  box-shadow: 0 0 20px rgba(201, 163, 78, 0.4);
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 8px;
  font-weight: bold;
  color: var(--primary-gold);
}

.form-group input {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--primary-gold);
  background-color: #1c1c1c;
  color: var(--white);
  font-size: 16px;
}

.form-group input:focus {
  outline: none;
  border-color: #e1c16f;
}

.cta-button {
  padding: 14px 24px;
  background-color: var(--primary-gold);
  color: var(--dark-gray);
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: center;
}

.cta-button:hover {
  background-color: #e1b965;
}

.success-message {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid var(--primary-gold);
  background-color: #1f1f1f;
  color: var(--primary-gold);
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
}

/* ===== SMS CONSENT BLOCK ===== */
.sms-consent {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(225, 185, 101, 0.35);
}

.sms-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  user-select: none;
}

.sms-checkbox input[type="checkbox"]{
  width: 18px;
  height: 18px;
  accent-color: var(--primary-gold);
}

.sms-disclaimer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255,255,255,0.82);
}

.sms-disclaimer a {
  color: var(--primary-gold);
  text-decoration: underline;
}

.sms-consent-error {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(200, 40, 40, 0.85);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 10px 12px;
  border-radius: 8px;
}

/* ===== TERMS CONSENT ===== */
.terms-consent {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(225, 185, 101, 0.35);
}

.terms-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  cursor: pointer;
  user-select: none;
}

.terms-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--primary-gold);
}

.terms-checkbox a {
  color: var(--primary-gold);
  text-decoration: underline;
}

.terms-consent-error {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(200, 40, 40, 0.85);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 10px 12px;
  border-radius: 8px;
}


/*Captcha*/
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  transform: scale(1.05); /* Opcional: agranda un poco el captcha */
  transform-origin: center;
}

/* Llamar ahora */
.call-now {
  margin-top: 20px;
  text-align: center;
}

.call-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--primary-gold);
  color: var(--dark-gray);
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  transition: box-shadow 0.3s ease;
}

.call-button:hover {
  box-shadow: 0 0 12px rgba(201, 163, 78, 0.7);
  background-color: #e1b965;
}

/* Responsive Mobile */
@media screen and (max-width: 1220px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }

  .form-image {
  display: none; /* Oculta imagen en mobile */
  }

  .contact-section {
      background: linear-gradient(to bottom, #C9A34E, #1C1C1C); 
  }

  .form-wrapper {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Footer */
/* Footer */
/* ===== FOOTER ===== */
.site-footer {
  background-color: var(--dark-gray);
  color: var(--white);
  text-align: center;
  padding: 40px 20px;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
}

.footer-link {
  color: var(--primary-gold);
  text-decoration: none;
  margin: 0 10px;
}

.footer-link:hover {
  text-decoration: underline;
}

.contact-title {
  color: var(--primary-gold);
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* ===== SOCIAL ICONS ===== */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 20px 0;
}

.social-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  fill: var(--primary-gold);
  transition: transform 0.2s ease, fill 0.2s ease;
}

.social-icon:hover {
  transform: scale(1.15);
  fill: var(--gold-hover);
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 600px) {
  .social-icons {
    gap: 14px;
  }
}
