body {
  background: #f7f8fb;
  font-family: 'Poppins', sans-serif;
  padding-top: 64px;
}

.landing-navbar {
  height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  background: #f7f8fb !important;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07);
}

.landing-navbar > .container {
  height: 100%;
  align-items: center;
  position: relative;
}

.landing-navbar .navbar-brand {
  display: flex;
  padding: 0;
}

.brand-dot {
  color: #0F8FA6;
}

.nav-contact-email {
  white-space: nowrap;
}

.btn-request-access {
  border: 1.5px solid #1a1a1a;
  border-radius: 999px;
  padding: 7px 20px;
  background: transparent;
  color: #1a1a1a;
  font-size: 0.88rem;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.btn-request-access:hover {
  background: #1a1a1a;
  color: #fff;
}

.hero-section {
  display: flex;
  align-items: center;
  padding: 32px 0 80px;
}

.hero-two-col {
  display: flex;
  align-items: center;
  gap: 3%;
}

.hero-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.hero-right {
  flex: 0 0 57%;
  max-width: 57%;
}

.hero-image {
  width: 110%;
  height: auto;
  display: block;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(2,179,189,0.08);
  border: 0.5px solid rgba(2,179,189,0.22);
  color: #02b3bd;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #02b3bd;
  flex-shrink: 0;
}

.hero-headline {
  font-family: serif;
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.2;
  color: #3e3f3f;
  margin-bottom: 1.8rem;
}

.hero-headline em {
  color: #02b3bd;
  font-weight: 600;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-style: italic;
}

.hero-body {
  max-width: 600px;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.6rem;
  margin-bottom: 2.5rem;
}

.hero-body strong {
  color: #2a2a2a;
  font-weight: 600;
}

.btn-outline-dark-pill {
  border: none;
  border-radius: 8px;
  padding: 11px 26px;
  background: #293042;
  color: #fff;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-dark-pill:hover {
  background: #0F8FA6;
  color: #fff;
}

.btn-outline-dark-pill[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.demo-link {
  background: transparent;
  color: #555555;
  border: none;
  border-radius: 8px;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  cursor: pointer;
  transition: color 0.15s;
}

.demo-link:hover {
  color: #0F8FA6;
}

.play-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #b0bab6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.15s;
}

.demo-link:hover .play-circle {
  border-color: #0F8FA6;
}

.play-circle svg {
  width: 10px;
  height: 10px;
  fill: #555555;
  margin-left: 2px;
  transition: fill 0.15s;
}

.demo-link:hover .play-circle svg {
  fill: #0F8FA6;
}

.btn-get-access {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #1a1a1a;
  border-radius: 10px;
  padding: 10px 22px;
  background: transparent;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  pointer-events: none;
}

/* FEATURES */
.features-section {
  padding: 24px 0 48px;
  background: #f7f8fb;
  scroll-margin-top: 80px;
}

.section-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: #02b3bd;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #171717;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.section-sub {
  font-size: 0.9rem;
  color: #666666;
  text-align: center;
  margin: 0 auto 32px;
  line-height: 1.6rem;
}

.feat-card {
  background: #fff;
  border: 0.5px solid rgba(0,0,0,0.1);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.feat-card:hover {
  border-color: #02b3bd;
  box-shadow: 0 4px 20px rgba(2,179,189,0.08);
}

.feat-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.feat-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(2,179,189,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-icon i {
  font-size: 22px;
  color: #02b3bd;
}

.feat-card h3 {
  font-size: 0.95rem;
  font-weight: 400;
  color: #171717;
  margin: 0;
}

.feat-card p {
  font-size: 0.9rem;
  color: #9aa5a3;
  line-height: 1.6rem;
  margin: 0;
}

/* AGENTS */
.agents-section {
  padding: 32px 0;
  scroll-margin-top: 80px;
}

.agents-carousel {
  position: relative;
  padding: 0 60px;
}

.agents-viewport {
  overflow: hidden;
}

.agents-track {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.4s ease;
}

.agent-slide {
  flex: 0 0 calc((100% - 2 * 16px) / 3);
  display: flex;
}

.agent-card {
  background: rgba(2,179,189,0.05);
  border-radius: 16px;
  padding: 32px 24px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(0.8);
}

.agent-card .agent-link {
  display: none;
}

.agent-card-active .agent-link {
  display: inline-block;
}

.agent-card-active {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transform: scale(1.08);
}

.agent-visual {
  background: rgba(0,0,0,0.03);
  border-radius: 12px;
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.agent-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}

.agent-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 10px;
}

.agent-card p {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.agent-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #171717;
  text-decoration: underline;
}

.agents-carousel .carousel-control-prev,
.agents-carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  opacity: 1;
}

.agents-carousel .carousel-control-prev { left: 0; }
.agents-carousel .carousel-control-next { right: 0; }

.agent-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  color: #171717;
  font-size: 20px;
}

.agents-carousel-pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  border: 0;
  font-size: 16px;
}

.agent-modal-dialog {
  max-width: 800px;
}

#agentModal .modal-content {
  border-radius: 16px;
  border: none;
}

#agentModal .modal-title {
  font-weight: 600;
  color: #171717;
}

.agent-modal-visual {
  background: rgba(0,0,0,0.03);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.agent-modal-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.agent-modal-desc {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

/* ===== MOBILE ONLY (≤ 767.98px) ===== */
@media (max-width: 767.98px) {

  /* Give more breathing room from the screen edges */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .agents-carousel {
    padding: 0 44px;
  }

  .agent-slide {
    flex: 0 0 100%;
  }

  /* Compact brand/logo */
  .navbar-brand {
    font-size: 1.05rem !important;
    gap: 6px !important;
    margin-right: 0 !important;
  }

  .navbar-brand img {
    height: 40px !important;
    width: 32px !important;
  }

  .nav-contact-email {
    font-size: 0.95rem !important;
  }

  /* Hero */
  .hero-section {
    padding: 36px 0 40px;
    min-height: auto;
  }

  .badge-pill {
    font-size: 0.72rem;
  }

  .hero-headline {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .hero-two-col {
    flex-direction: column;
    gap: 32px;
  }

  .hero-left,
  .hero-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-right {
    display: none;
  }

  /* Features section */
  .features-section {
    padding: 28px 0 56px;
  }
}
