*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,Helvetica,sans-serif;
}

body {
  background:
    radial-gradient(circle at 50% 20%, rgba(249,115,22,.35), transparent 45%),
    linear-gradient(
      to bottom,
      #020617 0%,
      #020617 45%,
      #0ea5e9 55%,
      #020617 100%
    );
}

/*chispita modo oscuro*/

body {
  background:
    radial-gradient(circle at 20% 30%, rgba(249,115,22,0.35), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(251,113,133,0.35), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(168,85,247,0.35), transparent 40%),
    radial-gradient(circle at 30% 80%, rgba(250,204,21,0.30), transparent 45%),
    linear-gradient(180deg, #020617, #020617);
  color: #f8fafc;
}

/*fondo neon party
.sparkles {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 25%, rgba(255,120,0,0.55) 2px, transparent 3px),
    radial-gradient(circle at 80% 20%, rgba(190,80,255,0.55) 2px, transparent 3px),
    radial-gradient(circle at 60% 70%, rgba(255,180,0,0.45) 2px, transparent 3px),
    radial-gradient(circle at 30% 80%, rgba(255,60,120,0.45) 2px, transparent 3px);
  background-size: 140px 140px;
  animation: neonDrift 35s linear infinite;
}*/

@keyframes neonDrift {
  from {
    background-position: 0 0, 50px 80px, 100px 40px, 80px 120px;
  }
  to {
    background-position: 300px 300px, 350px 380px, 400px 340px, 380px 420px;
  }
}

/*lineas visibles en el home*/
section {
  /*background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0.55),
    rgba(4, 255, 75, 0.35),
    rgba(5, 0, 148, 0.55)
  );*/
  padding: 80px 5%;
}


/* HEADER */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 60px;
background:rgba(255, 255, 255, 0.334); 
backdrop-filter: blur(10px);
box-shadow:0 2px 10px rgba(0,0,0,.05);
position:sticky;
top:0;
z-index:1000;
}
/*color de el header claro*/
body.home header{
  background: rgba(255, 255, 255, 0.201); ;
  box-shadow: none;
}

.logo{
font-weight:700;
font-size:20px;
}

nav a{
margin-left:25px;
text-decoration:none;
color:#222;
font-weight:500;
}

/* BUTTON */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background: linear-gradient(
    135deg,
    #0ea5e9,
    #0284c7
  );
  transition: 
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}


/* SECTIONS */

section{
padding:60px;
}

/* CARDS */

.tour-card,
.review-card,
.contact-form,
.contact-info{
background:white;
padding:25px;
border-radius:15px;
box-shadow:0 0 15px rgba(0,0,0,.05);
}

/* FOOTER */

footer{
background:#f3f3f348;
text-align:center;
padding:40px;
}

/* POWERED */

.powered{
margin-top:20px;
font-size:13px;
opacity:.7;
}

.powered a{
color:#0077ff;
text-decoration:none;
font-weight:600;
}

/* TOGGLE BUTTON */

#themeToggle{
position:fixed;
bottom:30px;
right:30px;
background:#0077ff;
color:white;
border:none;
border-radius:50%;
padding:14px 16px;
font-size:20px;
cursor:pointer;
z-index:999999;
}

/* MANUAL DARK */

body.dark section{
  background: linear-gradient(
    to bottom,
    rgba(208, 38, 38, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}

body.dark header,
body.dark footer{
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
}



body.dark nav a{
color:white;
}
body.dark input,
body.dark textarea{
background:#121212;
color:white;
border:1px solid #333;
}

body.dark .card,
body.dark .tour-card,
body.dark .review-card,
body.dark .contact-form,
body.dark .contact-info{
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.12);
}
/*galeria efecto neon al hover*/
body.dark .img {
  position: relative;
}

body.dark .img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow:
    0 0 25px rgba(255,120,0,0.45),
    0 0 55px rgba(160,80,255,0.45);
  opacity: 0;
  transition: opacity .4s ease;
}

body.dark .img:hover::after {
  opacity: 1;
}

/*BOtones para oarty boat*/
body.dark .btn {
  background: linear-gradient(
    135deg,
    #F97316,
    #FB7185,
    #A855F7
  );
 /* box-shadow:
    0 0 18px rgba(249,115,22,0.7),
    0 0 35px rgba(168,85,247,0.7);*/
}


body.dark .btn:hover {
  transform: scale(1.08);
  box-shadow:
    0 0 25px rgba(255,120,0,0.9),
    0 0 45px rgba(160,80,255,0.9);
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark p{
  color: rgba(255,255,255,0.92);
}

/*card vidrio neon*/
body.dark .card {
  background: rgba(10,10,20,0.55);
  backdrop-filter: blur(16px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 25px rgba(249,115,22,0.18),
    0 0 45px rgba(168,85,247,0.18);
}

body.dark .card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 0 25px rgba(255,120,0,0.35),
    0 0 55px rgba(160,80,255,0.45);
}

/*glow sutil al logo*/
header img {
  filter: drop-shadow(0 0 12px rgba(249,115,22,0.6))
          drop-shadow(0 0 20px rgba(168,85,247,0.6));
}

/*seccion de phne*/
.gallery-section{
  justify-content: center;
  align-items:center;

}

/* RESPONSIVE */

@media(max-width:900px){

header{
padding:20px;
flex-direction:column;
gap:15px;
background: transparent;
}

nav a{
margin:10px;
}

section{
padding:30px 20px;
}
}

/*imagen de phone*/
.image-switcher {
  position: relative;
  width: 100%;
  height: 80vh; /* usa 100vh si la quieres full pantalla */
  overflow: hidden;
  cursor: pointer;
}

.image-switcher img {
  animation: slowZoom 20s linear infinite;
}

@keyframes slowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.15); }
}


/* Hover efecto cinematográfico */
.image-switcher:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) saturate(1.2);
}

.image-switcher::after {
  content: "Click to explore";
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
  opacity: 0;
  transition: .3s;
}

.image-switcher:hover::after {
  opacity: 1;
}


/*modo claro */

.ocean {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    #c0eafd 0%,
    #9fddf7 40%,
    #73aec9 70%,
    #020617 100%
  );
}

.wave {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 120px;
  background-repeat: repeat-x;
  opacity: 0.5;
}

.wave1 {
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.6), transparent 60%);
  animation: waveMove 18s linear infinite;
}

.wave2 {
  height: 160px;
  opacity: 0.35;
  animation: waveMove 26s linear infinite reverse;
}

.wave3 {
  height: 200px;
  opacity: 0.2;
  animation: waveMove 40s linear infinite;
}
/*modo oscuro*/
body.dark .ocean {
  background: linear-gradient(
    to bottom,
    #020617 0%,
    #020617 40%,
    #3b0764 65%,
    #7c2d12 100%
  );
}

body.dark .wave {
  filter: drop-shadow(0 0 20px rgba(249,115,22,0.6))
          drop-shadow(0 0 35px rgba(168,85,247,0.6));
  opacity: 0.65;
}

body.dark .wave1 {
  background: radial-gradient(circle at 50% 50%, rgba(249,115,22,0.7), transparent 60%);
}

body.dark .wave2 {
  background: radial-gradient(circle at 50% 50%, rgba(168,85,247,0.7), transparent 60%);
}

body.dark .wave3 {
  background: radial-gradient(circle at 50% 50%, rgba(251,113,133,0.6), transparent 60%);
}

@keyframes waveMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/*animacion cambioi de modo*/
.ocean,
.wave {
  transition: background 1s ease, filter 1s ease, opacity 1s ease;
}

#water {
  position: fixed;
  inset: 0;
  z-index: -3;
}

/* transición suave */
body {
  transition: background 1.2s ease;
}

/*Hover modo claro*/
.btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 12px 30px rgba(14,165,233,0.55);
}
/*boton modo oscuro*/
body.dark .btn {
  background: linear-gradient(
    135deg,
    #F97316,
    #FB7185,
    #A855F7
  );
 /*box-shadow:
    0 0 18px rgba(249,115,22,0.7),
    0 0 35px rgba(168,85,247,0.7);*/ 
}

body.dark .btn:hover {
  transform: scale(1.08);
  /*box-shadow:
    0 0 28px rgba(255,120,0,0.9),
    0 0 55px rgba(160,80,255,0.9);*/
}

/*boton secundario de whasp*/
.btn.ghost {
  background: transparent;
  color: #0ea5e9;
  border: 2px solid rgba(14,165,233,0.5);
  box-shadow: none;
}

.btn.ghost:hover {
  background: rgba(14,165,233,0.1);
}

body.dark .btn.ghost {
  color: white;
  border-color: rgba(255,255,255,0.4);
}

/*tranciasion suave de dia a noche*/
.btn,
body,
section {
  transition: 
    background .6s ease,
    color .6s ease,
    box-shadow .6s ease;
}

.menu a {
  position: relative;
  padding-bottom: 4px;
  transition: color .3s ease;
}

.menu a.active {
  color: #0284c7;
}

.menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,#0ea4e9d7,#38bdf8);
  border-radius: 2px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*transaccion de imagen del index.html*/

/* ===== GALLERY FIXED CENTER ===== */

.gallery-section {
  padding: 100px 0;
  text-align: center;
}

.gallery-title {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;

  transform: translateX(0);
  transition: transform 0.6s ease;
}

.gallery-track img {
  width: 320px;
  height: 440px;
  object-fit: cover;
  border-radius: 20px;

  opacity: 0.35;
  transform: scale(0.9);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;

  cursor: grab;
}

/* Imagen activa (centro visual) */
.gallery-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/*forma de texto de phone*/
.gallery-text {
  max-width: 900px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;

  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.75;

  color: var(--text-primary);
  text-align: center;
}

.gallery-text span {
  display: block;
  margin-bottom: 1.2rem;

  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 600;
  line-height: 1.3;

  color: var(--accent-color);
}

.glass{
  position: relative;
  padding: 3rem 2rem;
  margin: 0 auto;
  max-width: 1200px;

  background: rgba(255, 255, 255, 0.08); /* light */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.2);
}

.dark .glass {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

:root .glass {
  background: rgba(255, 255, 255, 0.12);
}
/*cambios de pc, movil, tablet*/
@media (max-width: 768px) {
  .gallery-track img {
    width: 260px;
    height: 360px;
  }
}

@media (max-width: 480px) {
  .gallery-track {
    gap: 1.5rem;
  }

  .gallery-track img {
    width: 220px;
    height: 320px;
  }
}

/*foto de turd en el index*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card .img {
  width: 100%;
  height: 220px;           /* CONTROL REAL DEL TAMAÑO */
  overflow: hidden;
  border-radius: 16px;
}
.card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 👈 MUESTRA BIEN LA FOTO */
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .card .img {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .card .img {
    height: 300px;
  }
}

/* ===== BOATS SECTION – GLASS STYLE ===== */

.boats-section {
  padding: 100px 5%;
  text-align: center;
}

.boats-section h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 4rem;
}

/* GRID */
.boats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

/* CARD */
.boat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);

  box-shadow:
    0 20px 50px rgba(0,0,0,0.25);

  display: flex;
  flex-direction: column;

  transition: transform .4s ease, box-shadow .4s ease;
}

.boat-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 0 25px rgba(249,115,22,0.35),
    0 0 55px rgba(168,85,247,0.35);
}

/* IMAGE */
.boat-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.boat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  transition: transform .6s ease;
}

.boat-card:hover .boat-image img {
  transform: scale(1.1);
}

/* CONTENT */
.boat-content {
  padding: 1.8rem;
  text-align: left;
}

.boat-content h3 {
  font-size: 1.5rem;
  margin-bottom: .6rem;
}

.boat-content p {
  font-size: .95rem;
  opacity: .9;
  margin-bottom: .4rem;
}

/* LIST */
.boat-content ul {
  margin: 1.2rem 0;
  padding-left: 1.2rem;
}

.boat-content li {
  margin-bottom: .4rem;
  font-size: .95rem;
}

/* NOTE */
.note {
  font-size: .9rem;
  opacity: .8;
  margin-top: 1rem;
  line-height: 1.4;
}

/* DARK MODE SUPPORT */
body.dark .boat-card {
  background: rgba(10,10,20,0.55);
  border: 1px solid rgba(255,255,255,0.12);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .boat-image {
    height: 260px;
  }

  .boat-content {
    padding: 1.4rem;
  }
}

@media (max-width: 480px) {
  .boat-image {
    height: 300px;
  }
}

/* ===== CHAT FLOATING ===== 

.chat-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
}

/* Bubble tooltip 

.chat-tooltip {
  position: absolute;
  bottom: 75px;
  right: 0;
  background: white;
  color: #111;
  padding: 12px 42px 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  box-shadow: 0 12px 25px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  animation: fadeInUp .4s ease;
}

.close-tooltip {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

/* Floating button 

.chat-button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: white;
  font-size: 22px;

  box-shadow: 0 14px 30px rgba(0,0,0,.3);
}

/* Chat box 

.chat-box {
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 320px;
  border-radius: 22px;
  overflow: hidden;
  display: none;

  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 25px 45px rgba(0,0,0,.3);
}

/* Header 

.chat-header {
  padding: 14px 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: white;
}

.chat-header button {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

/* Messages 

.chat-messages {
  padding: 16px;
  max-height: 260px;
  overflow-y: auto;
}

/* Options 

.chat-options {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.chat-options button,
.whatsapp-btn {
  padding: 10px;
  border-radius: 14px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  text-align: center;

  background: rgba(14,165,233,.12);
  color: #0284c7;
}

.whatsapp-btn {
  background: #25D366;
  color: white;
  text-decoration: none;
}

/* ===== DARK MODE ===== 

body.dark .chat-tooltip,
body.dark .chat-box {
  background: rgba(10,10,20,0.85);
  color: white;
}

body.dark .chat-options button {
  background: rgba(255,255,255,.08);
  color: white;
}

body.dark .chat-button {
  background: linear-gradient(135deg,#F97316,#A855F7);
}

/* Animation 

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === CHAT FIX VISIBILITY === 

.chat-widget {
  position: fixed !important;
  bottom: 30px;
  right: 30px;
  z-index: 2147483647 !important; /* máximo seguro 
  pointer-events: auto;
}

/* Asegura que el botón sea visible 
.chat-button {
  position: relative;
  z-index: 2147483647;
}

/* Evita que fondos capturen clicks o tapen UI 
.ocean,
.wave,
#water {
  pointer-events: none;
}

.chat-button {
  outline: 3px solid red;
}

/* === FIX CHAT vs THEME TOGGLE === 

#themeToggle {
  bottom: 30px;
}

.chat-widget {
  bottom: 100px;
}
@media (max-width: 768px) {
  .chat-widget {
    bottom: 90px;
    right: 20px;
  }

  #themeToggle {
    bottom: 20px;
    right: 20px;
  }
}*/

/* === Chat Bubble === */
.chat-widget {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  z-index: 1000;
}

/* === Chat Box === */
.chat-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  max-height: 520px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  opacity: 0;
  transform: translateY(20px) scale(.95);
  pointer-events: none;
  transition: all .3s ease;
  z-index: 9999;
}

.chat-box.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

body.dark .chat-box {
  background: #020617;
  color: white;
}

.chat-widget {
  position: fixed;
  bottom: 100px; /* separado del toggle */
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  z-index: 9999;
}

/* === Header === */
.chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: white;
}

.chat-avatar {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-title span {
  font-size: 12px;
  opacity: .9;
  display: block;
}

.chat-close-btn {
  margin-left: auto;
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

/* === Body === */
.chat-body {
  padding: 14px;
  background: #f1f5f9;
  overflow-y: auto;
  max-height: 420px;
}

/* === Messages === */
.message.bot {
  background: #f1f5f9; /* gris claro */
  color: #0f172a;      /* texto oscuro */
  padding: 12px 14px;
  border-radius: 14px;
  margin: 8px 0;
  max-width: 85%;
  font-size: 14px;
  line-height: 1.4;
}

.message.bot strong {
  font-weight: 600;
}

.message.user {
  background: #0ea5e9; /* azul Malibu */
  color: #ffffff;
  padding: 12px 14px;
  border-radius: 14px;
  margin: 8px 0;
  max-width: 85%;
  align-self: flex-end;
  font-size: 14px;
}

#chatMessages {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.message.bot strong {
  color: #0284c7;
}

/* === FAQ Buttons === */
.faq-buttons {
  display: none;
  gap: 10px;
  margin-bottom: 16px;
}

.faq-buttons button {
  background: rgba(14,165,233,.15);
  border: 1px solid rgba(14,165,233,.35);
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
}

/* === WhatsApp Fallback === */
.whatsapp-fallback {
  text-align: center;
  margin-top: 10px;
}

.whatsapp-btn {
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 14px;
  font-size: 15px;
  cursor: pointer;
}

/* === Dark Mode === */
body.dark .chat-box {
  background: #020617;
}

body.dark .chat-body {
  background: #020617;
}

body.dark .message.bot {
  background: #0f172a;
  color: white;
}

body.dark .faq-buttons button {
  background: rgba(168,85,247,.2);
  border-color: rgba(168,85,247,.4);
  color: white;
}

.chat-input {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 4px;
}
.chat-input input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 20px;
  border: 1px solid #cbd5e1;
  outline: none;
}

.chat-input button {
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  border: none;
  color: white;
  padding: 0 16px;
  border-radius: 50%;
  cursor: pointer;
}

/* Dark */
body.dark .chat-input input {
  background: #0f172a;
  border-color: #334155;
  color: white;
}

/* CONTENEDOR GENERAL */
.booking-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* CARD */
.booking-card {
  background: rgba(255,255,255,0.95);
  max-width: 420px;
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

/* TÍTULO */
#tourName {
  text-align: center;
  margin-bottom: 20px;
}

/* FORM */
#bookingForm {
  display: grid;
  gap: 12px;
}

/* INPUTS */
#bookingForm input,
#bookingForm select {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}

#bookingForm input:focus,
#bookingForm select:focus {
  outline: none;
  border-color: #0ea5e9;
}

/* TOTAL */
.total {
  margin: 15px 0;
  padding: 12px;

  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}