/*
  NeuraSphere Landing Page Styles
  Theme: Dark with neon cyan (#00FFFF) and magenta (#FF00FF)
  Fonts: Orbitron (titles), Poppins (body)
*/

:root {
  --bg: #0b0f1a;
  --bg-2: #0f1526;
  --text: #e9f1ff;
  --muted: #9fb2ca;
  --cyan: #00FFFF;
  --pink: #FF00FF;
  --glass: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.12);
  --shadow-neon: 0 0 18px rgba(0, 255, 255, 0.45), 0 0 26px rgba(255, 0, 255, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(1200px 800px at 20% 0%, #0f1830 0%, var(--bg) 50%) fixed;
  color: var(--text);
  overflow-x: hidden;
}

/* Global neural canvas background */
#bgCanvas { position: fixed; inset: 0; z-index: -1; width: 100vw; height: 100vh; display: block; opacity: 0.9; }

.section { padding: 96px 0; position: relative; }
.roadmap-section { background: linear-gradient(180deg, rgba(8, 12, 28, 0.9) 0%, rgba(4, 6, 20, 0.95) 100%); }
.roadmap-section .container.wide { width: min(1200px, 90%); }
.roadmap-section .section-title { text-align: left; }
.roadmap-header { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 16px; }
.roadmap-header .lead { font-size: 1rem; color: #b8d9ff; max-width: 480px; }
.roadmap-stats { display: flex; gap: 22px; }
.roadmap-stats .stat { padding: 12px 18px; border-radius: 16px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 20px rgba(255,255,255,0.04); }
.roadmap-stats .stat strong { display: block; font-size: 1.9rem; color: #fff; font-family: Orbitron; }
.roadmap-stats .stat span { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.roadmap-visual { position: relative; margin-top: 32px; height: 380px; border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 20% -10%, rgba(45, 213, 255, 0.2), transparent 40%), radial-gradient(circle at 80% 0%, rgba(255, 111, 183, 0.2), transparent 45%), rgba(9, 14, 30, 0.95); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 30px 80px rgba(0,0,0,0.55); }
.roadmap-bkg { position: absolute; inset: 16px; background: linear-gradient(180deg, rgba(29, 56, 132, 0.55), rgba(4, 6, 20, 0.85)); border-radius: 28px; pointer-events: none; }
.roadmap-track { position: absolute; inset: 0; }
.roadline, .roadline.neon { position: absolute; inset: 0; vector-effect: non-scaling-stroke; }
.roadline { stroke: rgba(255,255,255,0.1); stroke-width: 8; stroke-linecap: round; }
.roadline.neon { stroke: url(#roadlineGradient); stroke-width: 4; filter: drop-shadow(0 0 24px rgba(0,255,255,0.35)); }
.roadmap-points { position: absolute; inset: 0; pointer-events: none; }
.road-card { position: absolute; width: clamp(220px, 27vw, 260px); padding: 16px 18px 16px; border-radius: 16px; background: rgba(4, 8, 24, 0.9); border: 1px solid rgba(255, 255, 255, 0.15); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 18px rgba(0, 255, 255, 0.05); color: #e6f1ff; transform: translate(-50%, -50%); }
.road-card h3 { margin: 12px 0 6px; font-size: 1.2rem; }
.road-card p { font-size: 0.95rem; color: rgba(255,255,255,0.75); margin: 0; }
.road-pin { position: absolute; top: -18px; left: 16px; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(120deg, #2af598, #009efd); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #04060f; box-shadow: var(--shadow-neon); }
.road-card:nth-of-type(even) .road-pin { background: linear-gradient(120deg, #ff63c7, #ffb347); }
.road-card:nth-of-type(odd) .road-pin { background: linear-gradient(120deg, #34f5ff, #7b5bff); }
.container { width: min(1000px, 80%); margin: 0 auto; }
.container1 { width: min(700px, 80%); margin: 0 auto; }
.section-title {
  font-family: Orbitron, Poppins, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  font-size: clamp(24px, 3.5vw, 36px);
  margin: 0 0 32px;
  text-shadow: 0 0 14px rgba(0,255,255,0.3);
  color: var(--neon-blue);
}

h1:not(.hero-title),
h2:not(.hero-title),
h3,
h4,
h5,
h6 {
  color: var(--neon-blue);
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(800px 600px at 50% 40%, #0f1730 0%, var(--bg) 60%);
}
.preloader-inner { display: grid; place-items: center; gap: 16px; animation: pre-fade 0.3s ease-out both; }
.preloader-inner .brain { width: min(560px, 80vw); height: auto; }
.preloader-inner .ns-logo { display: grid; place-items: center; gap: 8px; opacity: 0; transform: translateY(8px); animation: logo-pop 1s ease 1.2s forwards; }
.preloader-inner .ns-logo h1 { margin: 6px 0 0; font-family: Orbitron; letter-spacing: 2px; text-transform: uppercase; font-size: clamp(22px, 4vw, 28px); }
.logo-sphere { width: 120px; height: 120px; filter: drop-shadow(0 0 20px rgba(0,255,255,0.35)); }

/* Neural lines electric effect */
.neural { stroke-dasharray: 120; stroke-dashoffset: 120; animation: dash 1.4s ease-in-out forwards; }
.neural:nth-child(2) { animation-delay: 0.08s }
.neural:nth-child(3) { animation-delay: 0.16s }
.neural:nth-child(4) { animation-delay: 0.24s }
.neural:nth-child(5) { animation-delay: 0.32s }
.neural:nth-child(6) { animation-delay: 0.40s }
.neural:nth-child(7) { animation-delay: 0.48s }
.neural:nth-child(8) { animation-delay: 0.56s }
.node { filter: drop-shadow(0 0 8px rgba(0,255,255,0.7)); opacity: 0; animation: node-pop 0.9s ease forwards; }
.node:nth-child(1) { animation-delay: 0.25s }
.node:nth-child(2) { animation-delay: 0.35s }
.node:nth-child(3) { animation-delay: 0.45s }
.node:nth-child(4) { animation-delay: 0.55s }
.node:nth-child(5) { animation-delay: 0.65s }
.node:nth-child(6) { animation-delay: 0.75s }
.node:nth-child(7) { animation-delay: 0.85s }
.node:nth-child(8) { animation-delay: 0.95s }

.loaded #preloader { animation: vanish 0.4s ease 0.05s forwards; pointer-events: none; }

@keyframes dash { to { stroke-dashoffset: 0; } }
@keyframes node-pop { from { transform: scale(0.6); opacity: 0 } to { transform: scale(1); opacity: 1 } }
@keyframes vanish { to { opacity: 0; visibility: hidden } }
@keyframes logo-pop { to { opacity: 1; transform: translateY(0) } }

/* Navbar */
.navbar { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(6px); background: linear-gradient(180deg, rgba(10,15,30,0.8), rgba(10,15,30,0.4)); border-bottom: 1px solid var(--border); }
.nav-inner { width: min(1200px, 92%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 700; }
.brand-orb { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--cyan), var(--pink)); box-shadow: var(--shadow-neon); display: inline-block; }
.brand-orb.small { width: 10px; height: 10px; }
.brand-text { font-family: Orbitron; letter-spacing: 1px; }
.navbar .menu a { color: var(--muted); text-decoration: none; margin-left: 20px; position: relative; font-weight: 600; }
.navbar .menu a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); box-shadow: var(--shadow-neon); transition: width .25s ease; }
.navbar .menu a:hover { color: var(--text); }
.navbar .menu a:hover::after { width: 100%; }

/* Mobile nav toggle */
.nav-toggle { display: none; width: 36px; height: 28px; background: transparent; border: 0; position: relative; cursor: pointer; }
.nav-toggle .bar { position: absolute; left: 4px; right: 4px; height: 2px; background: #d2e6ff; box-shadow: 0 0 10px rgba(0,255,255,0.5); transition: transform .2s ease, opacity .2s ease, top .2s ease; }
.nav-toggle .bar:nth-child(1){ top: 6px }
.nav-toggle .bar:nth-child(2){ top: 13px }
.nav-toggle .bar:nth-child(3){ top: 20px }
.menu-open .nav-toggle .bar:nth-child(1){ transform: rotate(45deg); top: 13px }
.menu-open .nav-toggle .bar:nth-child(2){ opacity: 0 }
.menu-open .nav-toggle .bar:nth-child(3){ transform: rotate(-45deg); top: 13px }

/* Hero */
.hero { min-height: 86vh; display: grid; place-items: center; position: relative; overflow: hidden; }
#heroCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; display: none; }
.hero-content { position: relative; z-index: 1; text-align: center; }
.robot-wrap { display: none !important; }
.robot { display: none !important; }
@keyframes draw { to { stroke-dashoffset: 0 } }
@keyframes pulse { 0%,100%{ transform: scale(1) } 50%{ transform: scale(1.25) } }
@keyframes blink { 0%, 47%, 49%, 100% { transform: scaleY(1) } 48% { transform: scaleY(0.15) } }
@keyframes scan { 0%{ opacity:.0; transform: translateY(0) } 10%{ opacity:.9 } 60%{ opacity:.9; transform: translateY(110px) } 100%{ opacity:0; transform: translateY(110px)} }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-8px) } }
.logo-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; width: clamp(220px, 40vw, 380px); height: clamp(220px, 40vw, 380px); }
.logo-wrap .logo-text { position: absolute; color: #fff; font-family: Orbitron; font-weight: 800; letter-spacing: 2px; font-size: clamp(20px, 4.2vw, 42px); text-shadow: 0 0 12px rgba(0,255,255,0.35); }
.ring { position: absolute; border-radius: 50%; border: 2px dashed rgba(255,255,255,0.12); width: 92%; height: 92%; animation: orb-spin 18s linear infinite; box-shadow: var(--shadow-neon); }
.ring-2 { width: 72%; height: 72%; animation-duration: 14s; }
.ring-3 { width: 52%; height: 52%; animation-duration: 10s; }
@keyframes orb-spin { from { transform: rotate(0) } to { transform: rotate(360deg) } }

.tagline { margin-top: 14px; font-size: clamp(20px, 2.5vw, 42px); color: #d7e6ff; text-shadow: 0 0 12px rgba(255,0,255,0.25); }
.scroll-indicator { margin-top: 28px; height: 36px; display: grid; place-items: center; }
.arrow { width: 10px; height: 10px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(45deg); animation: bounce 1.6s infinite; filter: drop-shadow(0 0 6px rgba(0,255,255,0.6)); }
@keyframes bounce { 0%, 100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(8px) rotate(45deg); } }

/* Topline highlight */
.top-line {
  padding: 28px 0 10px;
  text-align: center;
}
.top-line .container {
  max-width: 1020px;
  margin: 0 auto;
}
.hero-topline {
  margin: 0 auto;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #eff7ff;
  text-shadow: 0 0 12px rgba(127, 223, 255, 0.35);
}
.founder-btn {
  margin-top: 16px;
  padding: 16px 32px;
  border-radius: 999px;
  border: 1px solid rgba(0,255,255,0.45);
  background: linear-gradient(135deg, #0c3150, #3a0c63, #7d1697);
  color: #f7fbff;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 255, 255, 0.22), 0 0 24px rgba(255,0,255,0.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-size .3s ease;
  animation: founderPulse 2.8s ease-in-out infinite;
  background-size: 200% 200%;
}
.founder-btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  background-position: 80% 20%;
  box-shadow: 0 20px 38px rgba(0, 255, 255, 0.28), 0 0 30px rgba(255,0,255,0.26);
}
@keyframes founderPulse {
  0%, 100% { box-shadow: 0 14px 30px rgba(0, 255, 255, 0.22), 0 0 24px rgba(255,0,255,0.18); }
  50% { box-shadow: 0 18px 36px rgba(0, 255, 255, 0.34), 0 0 32px rgba(255,0,255,0.26); }
}

/* Glass cards */
.glass { background: var(--glass); border: 1px solid var(--border); border-radius: 16px; backdrop-filter: blur(10px); box-shadow: 0 2px 18px rgba(0,0,0,0.3), var(--shadow-neon); }
.card { padding: 18px; }

/* Roadmap */
.roadmap-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.roadmap-grid .card {
  padding: 32px 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(160deg, rgba(7, 12, 28, 0.95), rgba(5, 8, 20, 0.85));
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(12, 192, 255, 0.25);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .2s ease, box-shadow .25s ease;
}
.roadmap-grid .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.65), 0 0 40px rgba(0, 255, 255, 0.25);
}
.road-number {
  font-family: Orbitron, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
}
.roadmap-grid .card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  color: #fff;
  font-weight: 700;
}
.roadmap-grid .card p {
  margin: 0;
  color: #cfe4ff;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* Benefits */
.benefits-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.benefit {
  padding: 30px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(12, 20, 38, 0.95), rgba(5, 8, 25, 0.95));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 40px rgba(49, 120, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .2s ease, box-shadow .3s ease;
}
.benefit:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 255, 255, 0.25);
}
.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.15), rgba(255, 0, 255, 0.2));
  font-size: 26px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 18px rgba(0, 255, 255, 0.25);
}
.benefit h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: #fff;
  font-weight: 700;
}
.benefit p {
  margin: 0;
  color: #cfe5ff;
  line-height: 1.5;
}

/* Testimonials */
.testimonials-section .testimonial-main {
  padding: 24px;
  background: linear-gradient(180deg, rgba(8,11,24,0.9), rgba(5,8,20,0.95));
  border-radius: 32px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.6), 0 0 30px rgba(0,255,255,0.15);
  margin-bottom: 28px;
}
.video-embed {
  border-radius: 26px;
  overflow: hidden;
  min-height: 380px;
  background: rgba(0,0,0,0.25);
}
.video-embed iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}
.testimonial-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.tsel {
  padding: 12px;
  color: #d4e6ff;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .2s ease;
  border: 1px solid var(--border);
}
.tsel:hover { transform: translateY(-3px); box-shadow: var(--shadow-neon); }
.tsel.active { background: linear-gradient(90deg, rgba(0,255,255,0.15), rgba(255,0,255,0.15)); color: #fff; }
.lms-demo-section {
  background: linear-gradient(180deg, rgba(8,12,28,0.92) 0%, rgba(6,8,20,0.95) 100%);
}
.lms-demo-preview {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.lms-video {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 9;
}
.lms-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}
.lms-note {
  margin: 0;
  color: #b8c8e4;
  font-size: 0.95rem;
  text-align: center;
}

/* Contact */
.contact-card { text-align: center; padding: 28px; }
.btn-neon { display: inline-block; color: #fff; background: linear-gradient(120deg, var(--neon-blue), #8c2eff, #ff63c7); padding: 12px 18px; font-weight: 700; border-radius: 12px; text-decoration: none; box-shadow: var(--shadow-neon), 0 10px 22px rgba(255,0,255,0.18); transition: transform .18s ease, filter .18s ease; }
.btn-neon:hover { transform: translateY(-2px); filter: brightness(1.1); }

/* Floating WhatsApp call to action */
.floating-whatsapp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 200;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: pulse-btn 2.4s ease-in-out infinite;
}
.floating-whatsapp .whatsapp-pill {
  background: linear-gradient(135deg, rgba(0,230,118,0.9), rgba(7,117,192,0.95));
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 10px 30px rgba(0,255,255,0.35);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.floating-whatsapp .whatsapp-icon {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.floating-whatsapp .whatsapp-icon svg {
  width: 22px;
  height: 22px;
}
.floating-whatsapp:hover .whatsapp-pill {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0,255,255,0.4);
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(120% 120% at 50% 50%, rgba(10,16,30,0.7), rgba(3,6,16,0.92));
  backdrop-filter: blur(6px);
}
.modal-overlay.show {
  display: flex;
}
.modal-card {
  position: relative;
  width: min(900px, 94vw);
  padding: 20px 20px 24px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(6,10,24,0.95), rgba(12,18,36,0.92));
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 30px rgba(0,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.14);
}
.modal-card h3 {
  margin: 0 0 14px;
  text-align: center;
  color: #eaf6ff;
  font-family: Orbitron, Poppins, sans-serif;
}
.modal-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 38px rgba(0,0,0,0.55), 0 0 24px rgba(0,255,255,0.2);
}
.modal-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  color: #f7fbff;
  font-size: 22px;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 0 18px rgba(0,255,255,0.35);
  transition: transform .18s ease, background .18s ease;
}
.modal-close:hover {
  transform: scale(1.05);
  background: rgba(0,255,255,0.2);
}
body.modal-open {
  overflow: hidden;
}
@keyframes pulse-btn {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Footer */
.footer { background: linear-gradient(180deg, rgba(10,15,30,0.6), rgba(10,15,30,0.95)); border-top: 1px solid var(--border); padding: 24px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.socials { display: flex; align-items: center; gap: 12px; }
.social { color: #cfe0ff; display: inline-flex; padding: 8px; border-radius: 10px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); transition: transform .18s ease, box-shadow .18s ease; }
.social:hover { transform: translateY(-2px); box-shadow: var(--shadow-neon); color: #fff; }

/* Agent chat section */
.agent-section .agent-card {
  display: grid;
  gap: 28px;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.18);
  background: linear-gradient(145deg, rgba(3,7,18,0.94), rgba(6,10,30,0.92));
  box-shadow: 0 25px 55px rgba(0,0,0,0.55), 0 0 40px rgba(70,200,255,0.12);
}
.agent-content {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: stretch;
}
.agent-panel {
  max-height: 560px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.agent-body {
  max-height: 320px;
  overflow-y: auto;
  padding: 16px;
  display: grid;
  gap: 10px;
}
.agent-panel.open .agent-footer {
  position: sticky;
  bottom: 0;
  background: rgba(5,8,24,0.7);
  padding-top: 10px;
}
.booking-sidebar {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.booking-card {
  flex: 1;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(3,7,20,0.9));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55), inset 0 0 20px rgba(0,255,255,0.07);
}
.booking-title {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  font-family: Orbitron, sans-serif;
  text-transform: uppercase;
  color: #9adfff;
  margin-bottom: 6px;
}
.booking-subtitle {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
}
.booking-card {
  flex: 1;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(3,7,20,0.9));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55), inset 0 0 20px rgba(0,255,255,0.07);
}
.booking-title {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  font-family: Orbitron, sans-serif;
  text-transform: uppercase;
  color: #9adfff;
  margin-bottom: 4px;
}
.booking-subtitle {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
}
.agent-intro-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.agent-intro-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
}
.agent-heading-bar {
  display: inline-block;
  padding: 14px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 120, 255, 0.35);
  background: linear-gradient(140deg, rgba(0, 89, 178, 0.12), rgba(125, 22, 151, 0.12));
  box-shadow: 0 0 18px rgba(0, 155, 255, 0.28), 0 0 28px rgba(125,22,151,0.22);
  margin-bottom: 12px;
}
.agent-intro-heading .agent-heading-bar {
  flex: 1;
  min-width: 260px;
  margin-bottom: 0;
}
.agent-heading-bar .eyebrow {
  font-size: 1.05rem;
}
.agent-heading-bar h2 {
  margin-top: 6px;
}
.agent-section .agent-intro p {
  margin: 12px 0 0;
  color: #cfe5ff;
  line-height: 1.5;
  max-width: 540px;
}
.agent-panel {
  position: relative;
  width: 100%;
  max-height: 520px;
  background: rgba(10,16,30,0.95);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.18);
  display: none;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.55), 0 0 30px rgba(0,255,255,0.08);
}
.agent-panel.open { display: grid; }
.agent-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.agent-header .title {
  font-weight: 600;
  font-family: Orbitron, sans-serif;
  letter-spacing: 0.4px;
}
.agent-section .agent-card {
  background: #ffffff;
  border: 1px solid #e5ecf5;
  box-shadow: 0 18px 44px rgba(0,0,0,0.12);
}
.agent-section .agent-intro h2,
.agent-section .agent-intro .eyebrow {
  color: #0b1020;
}
.agent-section .eyebrow {
  color: #0b4c7a;
}
.agent-section .agent-intro p {
  color: #0f172a;
}
.agent-highlight {
  color: #0b8bf3;
  font-weight: 700;
}
.agent-section .agent-content,
.agent-section .booking-card,
.agent-section .agent-panel,
.agent-section .agent-body,
.agent-section .msg {
  color: #0b1020;
}
.agent-section .agent-panel {
  background: #f4f7fb;
  border-color: #dfe8f5;
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}
.agent-section .agent-panel.open .agent-footer {
  background: rgba(255,255,255,0.8);
}
.agent-section .agent-header {
  border-color: #dfe8f5;
}
.agent-section .agent-body {
  background: transparent;
}
.agent-section .msg.bot {
  background: #e9eef8;
  border: 1px solid #d8e2f2;
}
.agent-section .msg.user {
  background: linear-gradient(120deg, #1bc8ff, #7e3ff2);
  border: none;
  color: #fff;
}
.agent-section #agentInput {
  background: #ffffff;
  color: #0b1020;
  border: 1px solid #cdd9ed;
}
.agent-section .send {
  min-width: 72px;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(0,102,204,0.35);
  background: linear-gradient(135deg, #0f4a8a, #5c1f85);
  color: #f5fbff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 18px rgba(0,0,0,0.16), 0 0 14px rgba(0,155,255,0.24);
}
.agent-section .attachment-area {
  background: #eef3fb;
  border-color: #b7d6ff;
  box-shadow: inset 0 0 12px rgba(0,255,255,0.08);
}
.agent-section .attachment-label {
  color: #0b1020;
}
.agent-section .attachment-label::after {
  background: linear-gradient(120deg, rgba(0,158,255,0.25), rgba(126,63,242,0.35));
}
.agent-section .attachment-helper {
  color: #384459;
}
.agent-section .booking-card {
  background: #f8fbff;
  border-color: #d9e5f7;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}
.agent-section .booking-title {
  color: #0b4c7a;
}
.agent-section .booking-subtitle {
  color: #3d465a;
}
.agent-section .booking-summary {
  background: #eef3fb;
  border-color: #d8e2f2;
  color: #0b1020;
}
.agent-section .booking-row .label {
  color: #4a5568;
}
.agent-section .booking-thumb {
  background: #f7f9ff;
  border-color: #d8e2f2;
  color: #5b6475;
}
.agent-intro-heading .book {
  padding: 14px 32px;
  border-radius: 999px;
  border: 1px solid rgba(0,102,204,0.45);
  background: linear-gradient(140deg, #0f4a8a, #0d72c6, #1aa0ff);
  color: #fdfefe;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
  min-width: 170px;
  text-align: center;
  box-shadow: 0 18px 32px rgba(0, 94, 255, 0.22), 0 0 18px rgba(26,160,255,0.24);
}
.agent-intro-heading .book:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 45px rgba(0, 94, 255, 0.3), 0 0 28px rgba(26,160,255,0.3);
}

.hero-topline .book, .agent-intro-heading .book {
  letter-spacing: 0.08em;
}
.agent-body {
  padding: 16px;
  overflow-y: auto;
  display: grid;
  gap: 10px;
  max-height: 280px;
}
.agent-body .msg a { color: #7fdcff; text-decoration: underline; }
.booking-summary {
  margin: 0 16px 12px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  display: none;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #dbe9ff;
}
.booking-summary.visible {
  display: flex;
  box-shadow: 0 0 25px rgba(0,255,255,0.2);
}
.booking-row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.booking-row .label {
  color: rgba(255, 255, 255, 0.7);
}
.booking-attachment {
  margin-top: 16px;
}
.booking-attachment-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
  display: block;
}
.booking-thumb {
  min-height: 120px;
  border-radius: 14px;
  border: 1px dashed rgba(255,255,255,0.25);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}
.booking-thumb img,
.booking-thumb .booking-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.attachment-area {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 14px 18px;
  margin: 0 16px 12px;
  border-radius: 18px;
  border: 1px dashed rgba(0,255,255,0.4);
  background: rgba(10, 20, 40, 0.7);
  box-shadow: inset 0 0 18px rgba(0,255,255,0.12);
}
.attachment-area.visible {
  display: flex;
}
.attachment-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: 1rem;
  color: #cfe5ff;
  font-weight: 600;
}
.attachment-label input {
  display: none;
}
.attachment-label::after {
  content: 'Browse';
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(0,255,255,0.3), rgba(255,0,255,0.4));
  box-shadow: 0 0 16px rgba(0,255,255,0.4);
  font-size: 0.85rem;
}
.attachment-helper {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}
.action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.action-buttons button {
  flex: 1;
  border: none;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  background: linear-gradient(120deg, #00bcd4, #7c4dff);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(124, 77, 255, 0.25), 0 6px 14px rgba(0, 188, 212, 0.3);
  transition: transform .2s ease, box-shadow .2s ease;
}
.action-buttons button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(124, 77, 255, 0.32), 0 8px 16px rgba(0, 188, 212, 0.35);
}
.payment-info {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 188, 212, 0.25);
  background: linear-gradient(135deg, rgba(0, 188, 212, 0.12), rgba(124, 77, 255, 0.12));
  box-shadow: 0 8px 24px rgba(0, 188, 212, 0.15);
}
.payment-info strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #00bcd4;
}

@media (max-width: 960px) {
  .agent-content {
    grid-template-columns: 1fr;
  }
  .booking-sidebar {
    justify-content: flex-start;
  }
}
.msg {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}
.msg.bot {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.msg.user {
  background: linear-gradient(90deg, rgba(0,255,255,0.2), rgba(255,0,255,0.2));
  border: 1px solid rgba(0,255,255,0.3);
  margin-left: auto;
}
.agent-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
#agentInput {
  width: 100%;
  background: rgba(255,255,255,0.04);
  color: #e8f3ff;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  padding: 10px 12px;
}
.send {
  min-width: 72px;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(0,102,204,0.35);
  background: linear-gradient(135deg, #0f4a8a, #5c1f85);
  color: #f5fbff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 18px rgba(0,0,0,0.16), 0 0 14px rgba(0,155,255,0.24);
}
/* Reveal on scroll (JS-enhanced). Default visible to avoid blank pages. */
.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.js-enabled .reveal { opacity: 0; transform: translateY(16px); }
.reveal.visible, .js-enabled .reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-selector { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .container,
  .container1 {
    width: min(90%, 960px);
  }
  .hero {
    min-height: 72vh;
  }
  .hero-content {
    padding: 0 1.5rem;
  }
  .journey-card {
    padding: 28px;
  }
  .journey-cta {
    gap: 8px;
  }
  .journey-cta .price {
    letter-spacing: 0.12rem;
  }
  .contact-card {
    width: min(680px, 94vw);
    margin: 0 auto;
  }
  .journey-benefits {
    gap: 6px;
  }
  .video-embed {
    min-height: 260px;
  }
  .video-embed iframe {
    height: 320px;
  }
}
@media (max-width: 1024px) {
  .section { padding: 80px 0; }
  .container, .container1 { width: min(92vw, 1000px); }
  .agent-section .agent-card { padding: 28px 24px; }
  .agent-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .agent-panel { order: 1; }
  .booking-sidebar { order: 2; }
  .booking-card { margin-top: 0; }
  .agent-panel { max-height: none; }
}
@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }
  .hero {
    min-height: 64vh;
  }
  .nav-inner {
    width: 94%;
  }
  .journey-benefits {
    flex-direction: column;
    align-items: flex-start;
  }
  .journey-card {
    grid-template-columns: 1fr;
  }
  .journey-cta {
    align-items: stretch;
  }
  .journey-cta .btn-neon {
    width: 100%;
    padding: 14px 0;
  }
  .contact-card {
    padding: 32px 20px;
  }
  .tagline {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  .nav-inner { padding: 12px 0; }
  .nav-toggle { display: inline-block; }
  .navbar .menu { position: fixed; top: 56px; right: 12px; left: 12px; background: rgba(12,16,28,0.96); border: 1px solid var(--border); border-radius: 12px; padding: 10px 12px; display: none; flex-direction: column; gap: 8px; z-index: 60; }
  .navbar .menu a { margin: 6px 0; font-size: 16px; }
  .menu-open .navbar .menu { display: flex; }
  .section { padding: 64px 0; }
  .section-title { font-size: 22px; }
  .tagline { font-size: 16px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .testimonial-selector { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .video-embed iframe {
    height: 260px;
  }
}
@media (max-width: 520px) {
  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hero {
    min-height: 60vh;
  }
  .section {
    padding: 54px 0;
  }
  .btn-neon {
    font-size: 0.95rem;
    padding: 10px 16px;
  }
  .journey-highlight .offer {
    letter-spacing: 0.08rem;
    font-size: clamp(1.2rem, 2.6vw, 1.8rem);
  }
  .journey-cta .price {
    letter-spacing: 0.08rem;
  }
}
.rcard { flex: 0 0 82vw; scroll-snap-align: center; transition: transform .25s ease, box-shadow .25s ease; transform: scale(.94); }
.rcard.active { transform: scale(1); }
.rcard .note { position: relative; padding: 16px 18px; border-radius: 16px; background: radial-gradient(120% 120% at 0% 0%, rgba(0,255,255,0.10), transparent 60%), radial-gradient(120% 120% at 100% 100%, rgba(255,0,255,0.10), transparent 60%), rgba(10,16,28,0.82); border: 1px solid rgba(0,255,255,0.22); box-shadow: 0 12px 26px rgba(0,0,0,0.45), var(--shadow-neon); }
.rcard .pins { position: absolute; top: -10px; left: 14px; right: 14px; display: flex; justify-content: space-between; }
.rcard .pins span { width: 10px; height: 16px; background: linear-gradient(180deg, #ff6b9e, #ff00ff); border-radius: 4px; box-shadow: 0 8px 16px rgba(255,0,120,0.4); }
.rcard .month { display: inline-block; font-weight: 800; color: #001018; background: linear-gradient(90deg, var(--cyan), var(--pink)); padding: 4px 10px; border-radius: 999px; font-size: 12px; margin-bottom: 8px; }
.rcard h4 { margin: 2px 0 6px; font-family: Orbitron; font-size: 16px; letter-spacing: .5px; color: #fff; }
.rcard ul { margin: 6px 0 0; padding-left: 16px; color: #d1e2ff; font-size: 14px; }

.rc-controls { display: none; align-items: center; justify-content: space-between; margin-top: 8px; gap: 10px; }
.rc-btn { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(12,16,28,0.9); border: 1px solid var(--border); color: #d7ecff; box-shadow: var(--shadow-neon); cursor: pointer; }
.rc-dots { display: flex; align-items: center; gap: 6px; flex: 1; justify-content: center; }
.rc-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.25); box-shadow: 0 0 6px rgba(0,0,0,0.3); }
.rc-dot.active { background: linear-gradient(90deg, var(--cyan), var(--pink)); box-shadow: var(--shadow-neon); }
.rcard .pins { position: absolute; top: -10px; left: 14px; right: 14px; display: flex; justify-content: space-between; }
.rcard .pins span { width: 10px; height: 16px; background: linear-gradient(180deg, #ff6b9e, #ff00ff); border-radius: 4px; box-shadow: 0 8px 16px rgba(255,0,120,0.4); }
.rcard .month { display: inline-block; font-weight: 800; color: #001018; background: linear-gradient(90deg, var(--cyan), var(--pink)); padding: 4px 10px; border-radius: 999px; font-size: 12px; margin-bottom: 8px; }
.rcard h4 { margin: 2px 0 6px; font-family: Orbitron; font-size: 16px; letter-spacing: .5px; color: #fff; }
.rcard ul { margin: 6px 0 0; padding-left: 16px; color: #d1e2ff; font-size: 14px; }
.journey-section .journey-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding: 32px;
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(0,255,255,0.25), transparent 45%), rgba(5,8,24,0.95);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 60px rgba(0,0,0,0.65), 0 0 30px rgba(0,255,255,0.12);
}
.journey-text h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.75rem, 2.5vw, 2.2rem);
  color: var(--neon-blue);
}
.journey-text p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.85);
}
.journey-benefits {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #c6dae8;
}
.journey-benefits span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}
.journey-highlight {
  font-weight: 600;
}
.journey-highlight .offer {
  font-size: clamp(1.5rem, 1vw, 2rem);
  font-family: Orbitron, sans-serif;
  color: #6ef4ff;
  margin: 0;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 14px rgba(110, 244, 255, 0.5);
}
.journey-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.journey-cta .price-original {
  margin: 0;
  font-size: clamp(3rem, 2vw, 1.2rem);
  font-family: Poppins, sans-serif;
  color: rgba(255,255,255,0.65);
  letter-spacing: 1px;
  text-decoration: line-through;
  opacity: 0.8;
}
.journey-cta .price {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-family: Orbitron, sans-serif;
  color: #6ef4ff;
  margin: 0;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 14px rgba(110, 244, 255, 0.5);
}
.journey-cta .tagline {
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.journey-cta .btn-neon {
  align-self: stretch;
  text-align: center;
}

