.text-gray {
  color: var(--text-gray) !important;
}
.highlight-neon {
  color: var(--neon-accent);
}
.micro-copy {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-header {
  padding: 150px 20px 80px 20px;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.human-bg-header {
  position: relative;
  z-index: 1;
  background: url('../images/34d72789-7e44-42da-78f2-569b939d1100.jpg') 52% 11% / cover repeat;
}
.human-bg-cta {
  position: relative;
  z-index: 1;
  background: url('../images/b959071b-a2e6-4669-ee0d-d630b7c8e400.jpg') 54% 62% / cover repeat;
}
.human-bg-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(rgba(5, 5, 8, 0.55), rgba(10, 15, 28, 0.95));
  z-index: -1;
}
.human-bg-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(rgba(5, 5, 8, 0.55), rgba(10, 15, 28, 0.95));
  z-index: -1;
}
.premium-border {
  border: 1px solid var(--neon-accent);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.05);
}
.premium-border-blue {
  border: 1px solid var(--tech-blue);
  box-shadow: 0 10px 30px rgba(38, 89, 220, 0.1);
}
.marquee-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  margin-top: 0 !important;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, var(--bg-blue), transparent);
}
.marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to left, var(--bg-blue), transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 20s linear infinite;
}
.marquee-item {
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  margin: 0 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}
.marquee-item:hover {
  color: var(--neon-accent);
}





.step-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  border: 2px solid #eaeaea;
}












.card-footer {
  font-size: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  font-weight: bold;
}
.vertical-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
.vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px !important;
  width: 2px;
  background: rgba(0, 240, 255, 0.2);
}
.timeline-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.time-marker {
  width: 90px !important;
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--text-muted);
  text-align: right;
  padding-right: 0 !important;
  padding-top: 10px;
  position: relative;
}
.time-marker::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 16px;
  height: 16px;
  background: var(--bg-dark);
  border: 3px solid var(--neon-accent);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 10px var(--neon-accent);
  left: 109px !important;
  right: auto !important;
}
.timeline-content {
  flex: 1;
  margin-left: 60px !important;
  text-align: left;
}
.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.timeline-content p {
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}
.feature-grid {
  display: flex !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.feature-box {
  text-align: center !important;
  padding: 40px 30px;
  transition: transform 0.3s ease;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex: 1 1 300px !important;
  max-width: 380px !important;
}
.feature-box:hover {
  transform: translateY(-5px);
  border-color: rgba(38, 89, 220, 0.3);
}
.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.feature-box h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: center !important;
}
.feature-box p {
  color: var(--text-gray);
  line-height: 1.6;
  font-size: 0.95rem;
  text-align: center !important;
  margin: 0;
}
.feature-box.premium-border-blue {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}
.human-bg-cta .glass-panel {
  max-width: 600px !important;
  margin: 0 auto !important;
}
.empty-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.empty-section--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.simulator-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.chat-container {
  height: 600px;
  overflow: hidden;
  background: rgba(5, 5, 8, 0.4);
}
.chat-feed {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chat-feed::-webkit-scrollbar {
  width: 6px;
}
.chat-feed::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.chat-bubble-wrap {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  animation: floatUp 0.4s ease-out forwards;
}
.bubble-customer {
  align-self: flex-end;
  align-items: flex-end;
}
.bubble-amy {
  align-self: flex-start;
  align-items: flex-start;
}
.bubble-name {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: bold;
}
.bubble-customer .bubble-name {
  color: var(--tech-blue);
}
.bubble-amy .bubble-name {
  color: #8b5cf6;
}
.bubble-text {
  padding: 16px 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
.bubble-customer .bubble-text {
  background: var(--tech-blue);
  color: #fff;
  border-radius: 20px 20px 4px 20px;
}
.bubble-amy .bubble-text {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px 20px 20px 4px;
  backdrop-filter: blur(10px);
}
.chat-controls {
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-indicator {
  display: flex;
  gap: 6px;
  flex: 1;
  margin-right: 30px;
}
.step-dot {
  height: 6px;
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.step-dot:hover {
  background: rgba(255, 255, 255, 0.3);
}
.step-dot.active {
  background: #c1ff72;
  box-shadow: 0 0 10px rgba(193, 255, 114, 0.4);
}
.step-dot.active:hover {
  background: #d4ff99;
}
.sim-panels {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.crm-empty {
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  min-height: 160px;
  border: 2px dashed #eaeaea;
  border-radius: 12px;
  background: #f8f9fa;
  flex: 1;
  padding: 40px 20px;
}
.crm-card {
  display: flex;
  flex-direction: column;
}
.crm-full {
  display: none;
  animation: floatUp 0.5s ease-out;
}
.dark-text-list li {
  color: var(--text-gray);
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  line-height: 1.5;
}
.dark-text-list li:last-child {
  border-bottom: none;
}
select:invalid {
  color: #757575 !important;
}
.toggle-context-btn {
  background: none;
  border: none;
  color: var(--neon-accent);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0;
  margin-top: -10px;
  margin-bottom: -5px;
  transition: color 0.3s ease;
  font-weight: bold;
}
.context-hidden {
  max-height: 0 !important;
  opacity: 0 !important;
  margin-top: -20px !important;
  pointer-events: none !important;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 8, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.popup-content {
  position: relative;
  max-width: 450px;
  width: 90%;
  padding: 50px 40px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.popup-overlay.show .popup-content {
  transform: translateY(0);
}
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
.popup-close:hover {
  color: #fff;
}
.no-thanks-link {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.85rem;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
  display: block;
  width: 100%;
  text-align: center;
}
.no-thanks-link:hover {
  color: #fff;
}
.pulse-dot.ready {
  background: #10b981 !important;
  box-shadow: 0 0 10px #10b981 !important;
  animation: pulseGreen 1.5s infinite alternate !important;
}
.mic-btn.ready-btn {
  background: #10b981 !important;
  color: #ffffff !important;
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.5) !important;
  animation: pulseBtnGreen 1.5s infinite alternate !important;
  transform: scale(1.05) !important;
}
#toggleContextBtn {
  cursor: default;
}
#i122i-5 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
#i30y1-5 {
  margin-top: 35px;
}
#i7i2v-5 {
  color: #11EA28FF;
}
#i3ewx-5 {
  color: #FFFFFFFF;
}
#optionalContextFields {
  max-height: 150px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    margin-top 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}
#i4re5-5 {
  font-size: 0.8rem;
  color: var(--text-muted);
  width: 76.437%;
  text-align: center;
}
#iaq7s-5 {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
#heroGetStarted {
  width: auto;
  padding: 16px 40px;
  background: var(--neon-accent);
  color: var(--bg-dark);
  text-decoration: none;
}
#i9dwt9 {
  font-size: 3.5rem;
}
#imakyz {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#ignghx {
  color: var(--text-dark);
  letter-spacing: 1px;
}
#iggtn9 {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  color: var(--text-gray);
}
#iatvr3 {
  grid-column: 1 / -1;
  background: #2659DC0A;
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0px 10px 30px 0px #2659DC8C;
}



#i8hily {
  font-size: 3rem;
}
#imiukb {
  max-width: 800px;
}
#btn-continue-sim {
  padding: 12px 24px;
  font-size: 0.9rem;
  width: auto;
  min-width: 220px;
}
#izz6vn {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
#iktl13 {
  margin-bottom: 0;
  background: rgba(99, 41, 229, 0.1);
  color: #8b5cf6;
  border-color: rgba(99, 41, 229, 0.3);
}
#sim-time {
  font-size: 0.85rem;
  font-weight: bold;
}
#iccybh {
  margin-bottom: 10px;
  border-bottom: none;
}
#sim-title {
  margin-top: 10px;
  font-size: 1.3rem;
  color: var(--text-dark);
}
#sim-desc {
  font-size: 0.95rem;
  color: var(--text-gray);
}
#ixesdo {
  background: rgba(0, 172, 129, 0.1);
  color: var(--text-dark);
  border-color: rgba(0, 172, 129, 0.3);
  margin-bottom: 0;
}
#ife3uk {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#ik4t4f {
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#i8q1tc {
  font-size: 2rem;
  opacity: 0.3;
  margin-bottom: 10px;
}
#ixujd7 {
  margin: 0;
}
#i9i2s1 {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
}
#i9l0ja {
  margin: 0 0 15px 0;
  font-weight: bold;
}
#ipubrh {
  font-size: 0.75rem;
  color: var(--text-gray);
  display: block;
  margin-bottom: 5px;
}
#im1zdx {
  font-weight: bold;
}
#ix64fe {
  flex: 1;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}
#i9qspw {
  font-size: 0.75rem;
  color: var(--text-gray);
  display: block;
  margin-bottom: 5px;
}
#iybpit {
  font-weight: bold;
}
#ix0d6g {
  flex: 1;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}
#ikrxkw {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
#inhocm {
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}
#ixzq7g {
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}
#iiqxh7 {
  padding: 8px 0;
  border: none;
  color: #16a34a;
  font-weight: bold;
}
#i3mjeg {
  font-size: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
#crm-full {
  display: none;
  animation: floatUp 0.5s ease-out;
}
#iss4b8 {
  margin-bottom: 10px;
  font-size: 3rem;
}
#i30dac {
  margin-bottom: 20px;
  font-size: 3rem;
}
#igs0cm {
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: #fff;
}
#voice-cloning-section {
  background-color: var(--bg-dark);
  padding: 80px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#i77n5t {
  background: rgba(0, 240, 255, 0.1);
  border-color: rgba(0, 240, 255, 0.3);
  color: var(--neon-accent);
  margin-bottom: 20px;
}
#ier7ij {
  color: var(--neon-accent);
}
#icc7bi {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}
#ithf6d {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--text-muted);
}
#iz9pf3 {
  color: var(--neon-accent);
  font-weight: bold;
  font-size: 1.2rem;
}
#ikgm1t {
  color: #ffffff;
  font-weight: 500;
}
#irxxd4 {
  padding: 10px 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
#iphao2 {
  color: var(--neon-accent);
  font-weight: bold;
  font-size: 1.2rem;
}
#icfhla {
  color: #ffffff;
  font-weight: 500;
}
#iimbyx {
  padding: 10px 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
#ik7moe {
  color: var(--neon-accent);
  font-weight: bold;
  font-size: 1.2rem;
}
#iw0nik {
  color: #ffffff;
  font-weight: 500;
}
#i7pv1h {
  padding: 10px 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
#irplsz {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
#i9jz66 {
  flex: 1;
  min-width: 320px;
}
#ix06bi {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--neon-accent);
  box-shadow: 0 0 10px var(--neon-accent);
}
#io5tqu {
  font-size: 1.3rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 800;
}
#igvmcp {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 30px;
}
#i3mrag {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
  cursor: default;
}
#ikrvqy {
  font-size: 1rem;
}
#iopomm {
  background: var(--neon-accent);
  border: 1px solid var(--neon-accent);
  color: var(--bg-dark);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(0, 240, 255, 0.3);
  cursor: default;
}
#i6ll9m {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#iu0148 {
  background: #0b1021;
  border: 1px solid rgba(0, 240, 255, 0.15);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}
#ibq4vg {
  flex: 1;
  min-width: 320px;
}
#i14y7s {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
  border-style: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#navLogo {
  display: flex;
  align-items: center;
  gap: 12px;
}
#i0nnk-4-3 {
  padding-top: 100px;
  padding-bottom: 60px;
}
#i81oi-4-3 {
  margin-bottom: 40px;
}

#ix3ju-2 {
  font-size: 11px;
}
#ik1i1 {
  width: auto;
  padding: 16px 40px;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#i2nqc {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 0px;
}


#ifebu1 {
  background-color: #ffffff;
  background: url(../images/80d98719-69f3-43ac-478c-295c124e0d00.jpg);
  background-position: 50% 54%;
  background-size: contain;
  background-repeat: repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 170px;
  padding-right: 170px;
}
#ihnoj4-4-3 {
  background: url(../images/80d98719-69f3-43ac-478c-295c124e0d00.jpg);
  background-position: 54% 54%;
  background-size: contain;
  background-repeat: repeat;
}
#ixlty5 {
  max-width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}


@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 5px rgba(0, 240, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.6);
  }
}
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pulseRed {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 15px #ff4757;
  }
}
@keyframes pulseGreen {
  0% {
    opacity: 0.5;
    box-shadow: 0 0 5px #10b981;
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 15px #10b981;
  }
}
@keyframes pulseBtnRed {
  0% {
    box-shadow: 0 0 5px rgba(255, 71, 87, 0.2);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 71, 87, 0.6);
    transform: scale(1);
  }
}
@keyframes pulseBtnGreen {
  0% {
    box-shadow: 0 0 5px rgba(16, 185, 129, 0.3);
  }
  100% {
    box-shadow: 0 0 25px rgba(16, 185, 129, 0.8);
  }
}
@media (max-width: 992px) {
  #navCtaWrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .nav-logo {
    font-size: 1.2rem;
  }
  .nav-container {
    padding: 8px 15px;
  }
  .section-title {
    font-size: 2rem;
  }
  .content-section {
    padding: 60px 20px;
  }
  
  
  
  
  
  .chart-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .chart-bar-bg {
    width: 100%;
  }
  .app-input-row {
    flex-direction: column;
  }
  .app-features-row {
    flex-direction: column;
  }
  .app-feature-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .app-features-card {
    flex-direction: column;
  }
  .app-feature-box:last-child {
    border-bottom: none;
  }
  .bar-subtext {
    padding-left: 0;
    margin-top: 10px;
  }
  .simulator-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .chat-container {
    height: 450px;
  }
  .chat-controls {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .step-indicator {
    margin-right: 0;
    width: 100%;
  }
  .chat-controls button {
    width: 100%;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    margin-left: 15px;
  }
  .hamburger .bar {
    width: 100%;
    height: 2px;
    background-color: var(--text-main);
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: var(--neon-accent);
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: var(--neon-accent);
  }
  .mobile-menu-overlay {
    display: flex;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(5, 5, 8, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1001;
    justify-content: center;
    align-items: center;
    transition: top 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .mobile-menu-overlay.active {
    top: 0;
  }
  .mobile-nav-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .mobile-nav-links a {
    color: var(--text-main);
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    transition: color 0.3s ease;
  }
  .mobile-nav-links a:hover, .mobile-nav-links a:active {
    color: var(--neon-accent);
  }
  .voice-cloning-section {
    margin-left: 0;
    margin-right: 0px;
    padding-right: 20px;
  }
  #i9jz66 {
    margin-left: auto;
    margin-right: auto;
  }
  #inzki1 {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  #hero-5 {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #navLogo {
    flex-direction: row;
  }
  #i81oi-4-3 {
    margin-bottom: 10px;
  }
  #heroGetStarted {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: fit-content;
  }
  #ik1i1 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: fit-content;
    font-size: 15px;
  }
  #ifebu1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #i0nnk-4-3 {
    padding-bottom: 40px;
    padding-left: 20px;
  }
  #i8hily {
    font-size: 35px;
  }
  #imiukb {
    font-size: 15px;
  }
  #btn-continue-sim {
    font-size: 13px;
  }
  #sim-title {
    font-size: 21px;
  }
  #imakyz {
    font-size: 25px;
  }
  #iggtn9 {
    font-size: 17px;
  }
  #icc7bi {
    font-size: 33px;
  }
  #ithf6d {
    font-size: 16px;
  }
  #ikgm1t {
    font-size: 15px;
  }
  #icfhla {
    font-size: 15px;
  }
  #iw0nik {
    font-size: 15px;
  }
  #iss4b8 {
    font-size: 38px;
  }
  #i30dac {
    font-size: 38px;
  }
  #igs0cm {
    font-size: 15px;
  }
  #ij8mx-2 {
    font-size: 16px;
  }
  #i4re5-5-2 {
    font-size: 15px;
  }
  #simulator-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  #i1el3-4-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}
@media (max-width: 576px) {
  .saas-card, .context-card, .crm-card {
    background-color: transparent;
  }
  #i122i-5 {
    font-size: 33px;
    margin-bottom: 10px;
  }
  #i7i2v-5 {
    font-size: 15px;
  }
  #i30y1-5 {
    margin-top: 35px;
  }
  #i54i3 {
    font-size: 17px;
  }
  #ij8mx {
    max-width: 276px;
  }
  #ihd41-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #hero-5 {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #navLogo {
    flex-direction: row;
  }
  
}

#iosjf-5-2 {
  background: url(../images/79c36d95-645b-47f9-f7c6-2e282facdb00.jpg) center/cover no-repeat;
}

