/**
 * TLMantis AI Page Design System
 * External CSS for AI-generated pages on www.tlmantis.com
 * Replaces inline <style> to improve Baidu SEO indexing
 * Version: 1.0.0
 */

/* ========== Base Reset ========== */
.tlm-ai-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tlm-ai-page {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  background: white;
  color: #1F2937;
}

/* Full width wrapper */
.tlm-ai-page .tlm-ai-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* ========== Header / Navigation ========== */
.tlm-ai-page .tlm-ai-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 17px 103px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.tlm-ai-page .tlm-ai-logo {
  height: 20px;
  width: auto;
}

.tlm-ai-page .tlm-ai-nav-links {
  display: flex;
  gap: 40px;
  margin-left: 74px;
}

.tlm-ai-page .tlm-ai-nav-links a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.tlm-ai-page .tlm-ai-nav-links a:first-child {
  font-weight: 500;
}

.tlm-ai-page .tlm-ai-header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.tlm-ai-page .tlm-ai-phone {
  color: white;
  font-size: 20px;
}

.tlm-ai-page .tlm-ai-btn-outline {
  padding: 8px 24px;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid white;
  border-radius: 50px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}

/* ========== Hero Section ========== */
.tlm-ai-page .tlm-ai-hero {
  position: relative;
  width: 100%;
  height: 671px;
  background: url('https://www.tlmantis.com/wp-content/uploads/ai-robot-banner-2025-new-scaled.png') no-repeat center center;
  background-size: cover;
}

.tlm-ai-page .tlm-ai-hero-content {
  position: absolute;
  left: calc(50% - 600px);
  padding-left: 30px;
  top: 227px;
}

.tlm-ai-page .tlm-ai-hero h1 {
  font-size: 72px;
  font-weight: 500;
  color: white;
  margin-bottom: 26px;
}

.tlm-ai-page .tlm-ai-hero p {
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin-bottom: 75px;
}

.tlm-ai-page .tlm-ai-btn-trial {
  display: inline-block;
  padding: 14px 36px;
  background: #2F3B5D;
  border-radius: 50px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

/* ========== Platform Section ========== */
.tlm-ai-page .tlm-ai-platform-section {
  width: 100%;
  background: #F2F7FB;
  padding: 80px 0 120px;
}

.tlm-ai-page .tlm-ai-section-title {
  font-size: 54px;
  font-weight: 500;
  text-align: center;
  color: #1F2937;
  margin-bottom: 60px;
}

.tlm-ai-page .tlm-ai-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

/* PC showcase area arrows */
.tlm-ai-page .tlm-ai-showcase-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
  height: 450px;
}

.tlm-ai-page .tlm-ai-platform-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.2s;
}

.tlm-ai-page .tlm-ai-platform-arrow:hover {
  opacity: 0.7;
}

.tlm-ai-page .tlm-ai-platform-prev {
  left: 10px;
}

.tlm-ai-page .tlm-ai-platform-next {
  right: 10px;
}

.tlm-ai-page .tlm-ai-platform-arrow img {
  width: 32px;
  height: 32px;
}

.tlm-ai-page .tlm-ai-platform-next img {
  transform: rotate(180deg);
}

.tlm-ai-page .tlm-ai-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 165px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.tlm-ai-page .tlm-ai-item.active .tlm-ai-btn {
  box-shadow: 0px 8px 24px rgba(74, 144, 226, 0.4);
}

.tlm-ai-page .tlm-ai-icon {
  width: 102px;
  height: 102px;
  margin-bottom: 12px;
}

.tlm-ai-page .tlm-ai-icon.tlm-ai-teal {
  background: #00EBD6;
}

.tlm-ai-page .tlm-ai-icon.tlm-ai-purple {
  background: #759AFF;
}

.tlm-ai-page .tlm-ai-btn {
  width: 165px;
  height: 50px;
  background: linear-gradient(180deg, #DAEEFF 0%, white 100%);
  border-radius: 50px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #1F2937;
}

.tlm-ai-page .tlm-ai-btn:first-of-type {
  box-shadow: 0px 13px 16px rgba(140, 163, 197, 0.25);
}

.tlm-ai-page .tlm-ai-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 104px;
  height: 450px;
}

.tlm-ai-page .tlm-ai-img {
  width: 680px;
  height: 430px;
  object-fit: contain;
  flex-shrink: 0;
}

.tlm-ai-page .tlm-ai-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tlm-ai-page .tlm-ai-features p {
  font-size: 18px;
  line-height: 29px;
  color: #1F2937;
  margin-bottom: 40px;
}

.tlm-ai-page .tlm-ai-content {
  display: none;
}

.tlm-ai-page .tlm-ai-content.active {
  display: flex;
}

.tlm-ai-page .tlm-ai-features h4 {
  font-size: 23px;
  font-weight: 500;
  color: #1F2937;
  margin-bottom: 12px;
}

.tlm-ai-page .tlm-ai-features .tlm-ai-feat-desc {
  font-size: 16px;
  line-height: 29px;
  color: #1F2937;
  margin-bottom: 24px;
}

/* ========== Solutions Section ========== */
.tlm-ai-page .tlm-ai-solutions-section {
  width: 100%;
  padding: 80px 0;
  background: white;
}

.tlm-ai-page .tlm-ai-solutions-container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}

.tlm-ai-page .tlm-ai-sol-card {
  display: flex;
  border-radius: 8px;
  margin-bottom: 42px;
  overflow: hidden;
}

.tlm-ai-page .tlm-ai-sol-card:nth-child(odd) {
  flex-direction: row;
}

.tlm-ai-page .tlm-ai-sol-card:nth-child(even) {
  flex-direction: row-reverse;
}

.tlm-ai-page .tlm-ai-sol-card:nth-child(1) {
  background: #FFF6EF;
}

.tlm-ai-page .tlm-ai-sol-card:nth-child(2) {
  background: #EEF7FF;
}

.tlm-ai-page .tlm-ai-sol-card:nth-child(3) {
  background: #FDF0F0;
}

.tlm-ai-page .tlm-ai-sol-card:nth-child(4) {
  background: #ECF4FF;
}

.tlm-ai-page .tlm-ai-sol-img {
  width: 50%;
  min-width: 400px;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}

.tlm-ai-page .tlm-ai-sol-content {
  flex: 1;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tlm-ai-page .tlm-ai-sol-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
}

.tlm-ai-page .tlm-ai-sol-title {
  font-size: 36px;
  font-weight: 500;
}

.tlm-ai-page .tlm-ai-sol-tag {
  padding: 4px 16px;
  background: #FFFDFD;
  border-radius: 50px;
  font-size: 18px;
}

.tlm-ai-page .tlm-ai-sol-tag.tlm-ai-orange {
  border: 1px solid #FF6900;
}

.tlm-ai-page .tlm-ai-sol-tag.tlm-ai-orange .tlm-ai-hl {
  color: #FF6900;
}

.tlm-ai-page .tlm-ai-sol-tag.tlm-ai-teal {
  border: 1px solid #00EBD6;
}

.tlm-ai-page .tlm-ai-sol-tag.tlm-ai-teal .tlm-ai-hl {
  color: #00EBD6;
}

.tlm-ai-page .tlm-ai-sol-tag.tlm-ai-red {
  border: 1px solid #F41E3D;
}

.tlm-ai-page .tlm-ai-sol-tag.tlm-ai-red .tlm-ai-hl {
  color: #F41E3D;
}

.tlm-ai-page .tlm-ai-sol-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.tlm-ai-page .tlm-ai-sol-text {
  font-size: 16px;
  line-height: 29px;
  color: #1F2937;
  margin-bottom: 22px;
}

.tlm-ai-page .tlm-ai-btn-dark {
  display: inline-block;
  padding: 12px 48px;
  background: #2F3B5D;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
  border: none;
}

/* ========== Clients Section ========== */
.tlm-ai-page .tlm-ai-clients-section {
  width: 100%;
  background: linear-gradient(312deg, #494949 0%, #021132 100%);
  padding: 80px 0 120px;
  text-align: center;
}

.tlm-ai-page .tlm-ai-clients-title {
  font-size: 54px;
  font-weight: 500;
  color: white;
  margin-bottom: 50px;
}

.tlm-ai-page .tlm-ai-clients-stats {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 80px;
}

.tlm-ai-page .tlm-ai-stat-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.tlm-ai-page .tlm-ai-stat-num {
  font-size: 54px;
  font-weight: 500;
  color: #00EFD6;
}

.tlm-ai-page .tlm-ai-stat-label {
  font-size: 28px;
  font-weight: 500;
  color: white;
}

.tlm-ai-page .tlm-ai-brand-logos {
  background: transparent;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.tlm-ai-page .tlm-ai-brand-strip-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.tlm-ai-page .tlm-ai-brand-strip-wrapper {
  display: flex;
  animation: tlm-ai-brand-scroll 20s linear infinite;
  width: max-content;
}

.tlm-ai-page .tlm-ai-brand-strip-wrapper img {
  width: auto;
  flex-shrink: 0;
}

@keyframes tlm-ai-brand-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.tlm-ai-page .tlm-ai-cta {
  display: inline-block;
  padding: 14px 38px;
  background: #00EFD6;
  border-radius: 50px;
  color: #1E2939;
  font-size: 16px;
  text-decoration: none;
  margin-top: 40px;
  cursor: pointer;
  border: none;
}

/* Solutions navigation - hidden on desktop */
.tlm-ai-page .tlm-ai-nav {
  display: none;
}

/* ========== Trial Modal ========== */
.tlm-ai-page .tlm-ai-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.tlm-ai-page .tlm-ai-modal-overlay.active {
  display: flex;
}

.tlm-ai-page .tlm-ai-modal {
  background: white;
  border-radius: 16px;
  padding: 40px;
  max-width: 480px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.tlm-ai-page .tlm-ai-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tlm-ai-page .tlm-ai-modal-close:hover {
  background: #e0e0e0;
}

.tlm-ai-page .tlm-ai-modal h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 8px;
  text-align: center;
}

.tlm-ai-page .tlm-ai-modal .tlm-ai-modal-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  text-align: center;
}

.tlm-ai-page .tlm-ai-form-group {
  margin-bottom: 16px;
}

.tlm-ai-page .tlm-ai-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1F2937;
  margin-bottom: 6px;
}

.tlm-ai-page .tlm-ai-form-group input,
.tlm-ai-page .tlm-ai-form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.tlm-ai-page .tlm-ai-form-group input:focus,
.tlm-ai-page .tlm-ai-form-group select:focus {
  border-color: #00EFD6;
}

.tlm-ai-page .tlm-ai-form-group input::placeholder {
  color: #999;
}

.tlm-ai-page .tlm-ai-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #00EFD6 0%, #075AFF 100%);
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity 0.2s;
}

.tlm-ai-page .tlm-ai-submit-btn:hover {
  opacity: 0.9;
}

.tlm-ai-page .tlm-ai-modal .tlm-ai-privacy {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 16px;
}

/* ========== Responsive: 1440px ========== */
@media (max-width: 1440px) {
  .tlm-ai-page .tlm-ai-header {
    padding: 17px 50px;
  }

  .tlm-ai-page .tlm-ai-hero-content {
    left: 50px;
  }

  .tlm-ai-page .tlm-ai-hero h1 {
    font-size: 56px;
  }

  .tlm-ai-page .tlm-ai-showcase {
    padding: 0 50px;
    flex-direction: column;
    align-items: center;
  }

  .tlm-ai-page .tlm-ai-img {
    width: 100%;
    max-width: 786px;
    height: auto;
  }

  .tlm-ai-page .tlm-ai-features {
    padding-top: 40px;
    align-items: center;
  }
}

/* ========== Responsive: 900px ========== */
@media (max-width: 900px) {
  .tlm-ai-page .tlm-ai-sol-card {
    flex-direction: column !important;
  }

  .tlm-ai-page .tlm-ai-sol-img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}

/* ========== Responsive: Mobile 480px ========== */
@media (max-width: 480px) {
  /* Header */
  .tlm-ai-page .tlm-ai-header {
    padding: 17px 16px;
    background: transparent;
    border-bottom: none;
  }

  .tlm-ai-page .tlm-ai-header .tlm-ai-logo {
    height: 20px;
    width: auto;
    filter: none;
  }

  .tlm-ai-page .tlm-ai-nav-links {
    display: none;
  }

  .tlm-ai-page .tlm-ai-header-right {
    display: none;
  }

  /* Hero Section */
  .tlm-ai-page .tlm-ai-hero {
    height: 499px;
    padding: 0;
    background: url('https://www.tlmantis.com/wp-content/uploads/ai-robot-banner-2025-new-scaled.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 109px;
  }

  .tlm-ai-page .tlm-ai-hero-content {
    position: static;
    text-align: center;
    order: 1;
  }

  .tlm-ai-page .tlm-ai-hero h1 {
    font-size: 40px;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
  }

  .tlm-ai-page .tlm-ai-hero p {
    font-size: 18px;
    color: white;
    margin-bottom: 56px;
  }

  .tlm-ai-page .tlm-ai-btn-trial {
    padding: 11px 32px;
    font-size: 18px;
    background: linear-gradient(90deg, #00EFD6 0%, #075AFF 100%);
    border-radius: 40px;
  }

  /* Platform Section */
  .tlm-ai-page .tlm-ai-platform-section {
    padding: 45px 10px 50px;
    background: linear-gradient(180deg, #D3E4F3 0%, #E8F0F7 50%, #F2F7FB 100%);
    overflow-x: hidden;
  }

  .tlm-ai-page .tlm-ai-section-title {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 500;
  }

  /* Hide PC arrows on mobile */
  .tlm-ai-page .tlm-ai-showcase-wrapper {
    padding: 0;
  }

  .tlm-ai-page .tlm-ai-platform-arrow {
    display: none;
  }

  .tlm-ai-page .tlm-ai-icons {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 20px 4px 16px;
    background: white;
    border-radius: 35px 0 0 35px;
    margin-left: 15px;
    margin-right: -20px;
    height: 40px;
    width: calc(100% - 15px + 20px);
    box-sizing: border-box;
  }

  .tlm-ai-page .tlm-ai-icons::-webkit-scrollbar {
    display: none;
  }

  .tlm-ai-page .tlm-ai-item {
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: none;
    background: transparent !important;
    -webkit-tap-highlight-color: transparent;
  }

  .tlm-ai-page .tlm-ai-item.active {
    background: transparent !important;
  }

  .tlm-ai-page .tlm-ai-icon {
    display: none;
  }

  .tlm-ai-page .tlm-ai-btn {
    width: 91px;
    height: 32px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    background: transparent !important;
    border: none !important;
    border-radius: 35px;
    box-shadow: none !important;
    outline: none !important;
    white-space: nowrap;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }

  .tlm-ai-page .tlm-ai-btn:focus,
  .tlm-ai-page .tlm-ai-btn:active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .tlm-ai-page .tlm-ai-btn:first-of-type {
    box-shadow: none !important;
  }

  .tlm-ai-page .tlm-ai-item.active .tlm-ai-btn,
  .tlm-ai-page .tlm-ai-item.active .tlm-ai-btn:focus,
  .tlm-ai-page .tlm-ai-item.active .tlm-ai-btn:active {
    background: #EBF1FF !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 500;
    color: black;
  }

  .tlm-ai-page .tlm-ai-showcase {
    padding: 0 16px;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    overflow: hidden;
  }

  .tlm-ai-page .tlm-ai-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* Other platform images scale to fit */
  .tlm-ai-page .tlm-ai-content[data-platform="other"] .tlm-ai-img {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
  }

  .tlm-ai-page .tlm-ai-features {
    padding: 0 8px;
    align-items: flex-start;
  }

  .tlm-ai-page .tlm-ai-features p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
    color: #1F2937;
  }

  .tlm-ai-page .tlm-ai-features p:last-of-type {
    margin-bottom: 20px;
  }

  .tlm-ai-page .tlm-ai-features h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .tlm-ai-page .tlm-ai-features .tlm-ai-feat-desc {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .tlm-ai-page .tlm-ai-btn-dark {
    display: block;
    width: 137px;
    padding: 11px 0;
    font-size: 14px;
    text-align: center;
    margin: 27px auto 0;
    background: #2B333F;
  }

  /* Solutions Section */
  .tlm-ai-page .tlm-ai-solutions-section {
    padding: 45px 0 47px;
    background: #FFF6EF;
    overflow-x: hidden;
  }

  .tlm-ai-page .tlm-ai-solutions-container {
    padding: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .tlm-ai-page .tlm-ai-sol-card {
    flex-direction: column !important;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent !important;
    box-shadow: none;
    display: none;
    min-height: 580px;
  }

  .tlm-ai-page .tlm-ai-sol-card.tlm-ai-active-mobile {
    display: flex !important;
  }

  .tlm-ai-page .tlm-ai-sol-img {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    border-radius: 0;
    aspect-ratio: 600 / 441;
    object-fit: cover;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .tlm-ai-page .tlm-ai-sol-content {
    padding: 0 22px;
    min-height: 280px;
  }

  .tlm-ai-page .tlm-ai-sol-header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    text-align: center;
  }

  .tlm-ai-page .tlm-ai-sol-title {
    font-size: 16px;
    font-weight: 500;
  }

  .tlm-ai-page .tlm-ai-sol-tag {
    font-size: 14px;
    padding: 0 16px;
    height: 20px;
    display: flex;
    align-items: center;
  }

  .tlm-ai-page .tlm-ai-sol-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .tlm-ai-page .tlm-ai-sol-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
    color: #1F2937;
  }

  .tlm-ai-page .tlm-ai-sol-content .tlm-ai-btn-dark {
    margin: 47px auto 0;
    width: 137px;
  }

  /* Solutions navigation arrows */
  .tlm-ai-page .tlm-ai-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-top: 30px;
  }

  .tlm-ai-page .tlm-ai-nav-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #E0E7EF;
    box-shadow: 0 2px 8px rgba(0, 239, 214, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
  }

  .tlm-ai-page .tlm-ai-nav-dot svg {
    width: 12px;
    height: 12px;
    fill: #00EFD6;
    stroke: none;
  }

  .tlm-ai-page .tlm-ai-nav-dot:active {
    background: #F5FFFE;
  }

  /* Clients Section */
  .tlm-ai-page .tlm-ai-clients-section {
    padding: 45px 0 60px;
    background: linear-gradient(142deg, #383230 18%, #2F3B5D 81%);
    overflow-x: hidden;
  }

  .tlm-ai-page .tlm-ai-clients-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .tlm-ai-page .tlm-ai-clients-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 42px;
    padding: 0;
  }

  .tlm-ai-page .tlm-ai-stat-item {
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    padding: 0 15px;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .tlm-ai-page .tlm-ai-stat-item:not(:last-child) {
    border-right: none;
  }

  .tlm-ai-page .tlm-ai-stat-num {
    font-size: 26px;
    flex-shrink: 0;
    font-weight: 500;
    color: #13FFEF;
  }

  .tlm-ai-page .tlm-ai-stat-label {
    font-size: 14px;
    font-weight: 400;
    color: white;
    flex-shrink: 0;
  }

  .tlm-ai-page .tlm-ai-brand-logos {
    margin: 0;
    max-width: 100%;
  }

  .tlm-ai-page .tlm-ai-brand-strip-wrapper img {
    height: 100px;
  }

  @keyframes tlm-ai-brand-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-33.333%);
    }
  }

  .tlm-ai-page .tlm-ai-cta {
    display: inline-block;
    padding: 11px 32px;
    font-size: 18px;
    margin-top: 36px;
    background: linear-gradient(90deg, #00EFD6 0%, #075AFF 100%);
    color: white;
    border-radius: 40px;
  }

  /* Mobile Trial Modal */
  .tlm-ai-page .tlm-ai-modal {
    padding: 30px 20px;
    max-width: 340px;
  }

  .tlm-ai-page .tlm-ai-modal h3 {
    font-size: 20px;
  }
}
