.sticky-top {
  transition: all 0.3s ease; }

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px; }

.fixed-lines {
  font-size: clamp(30px, 3.7vw, 3.5rem);
  max-height: calc(1.2em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-gradient-primary {
  background: linear-gradient(90deg, #7642ff 0%, #3a00e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.text-gradient-secondary {
  background: linear-gradient(90deg, #fd7e14 0%, #ff4500 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.btn-orange {
  background: linear-gradient(90deg, #fd7e14 0%, #ff4500 100%);
  color: white;
  border: none; }

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -15px; }

.avatar:first-child {
  margin-left: 0; }

.video-thumbnail {
  transform: perspective(1000px) rotateY(-10deg);
  transition: all 0.5s ease; }

.video-thumbnail:hover {
  transform: perspective(1000px) rotateY(0deg); }

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(118, 66, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.footer-section {
  background-color: #1a1a1a; }

.hover-text-white:hover {
  color: white !important;
  transition: color 0.3s ease; }

.social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease; }

.social-links a:hover {
  background: var(--bs-primary);
  transform: translateY(-3px); }

.app-download .btn {
  border-radius: 8px; }

.app-download .btn:hover {
  background: #333 !important; }

.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden; }

/* Background Shapes */
.bg-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(118, 66, 255, 0.1) 0%, rgba(118, 66, 255, 0) 70%);
  z-index: -1; }

.bg-shape-2 {
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(253, 126, 20, 0.1) 0%, rgba(253, 126, 20, 0) 70%);
  z-index: -1; }

.signup-section {
  color: white;
  padding: 5rem 0; }

.signup-form {
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s ease; }

.signup-form:hover {
  transform: translateY(-5px); }

.form-control, .form-select {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #dee2e6; }

.form-control:focus, .form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

#register {
  border-radius: 8px;
  font-size: 1.1rem;
  transition: all 0.3s; }

#register:hover {
  background-color: #0b5ed7;
  transform: translateY(-2px); }

.features-section {
  position: relative; }

.text-gradient {
  background: linear-gradient(90deg, #7642ff 0%, #3a00e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.feature-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(118, 66, 255, 0.2); }

.feature-icon i {
  transition: transform 0.3s ease; }

.feature-card:hover .feature-icon i {
  transform: scale(1.1); }

.fs-bg-shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(118, 66, 255, 0.1) 0%, rgba(118, 66, 255, 0) 70%);
  z-index: 0; }

.fs-bg-shape-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(253, 126, 20, 0.05) 0%, rgba(253, 126, 20, 0) 70%);
  z-index: 0; }

.text-purple {
  color: #7642ff !important; }

.features-section {
  position: relative;
  overflow: hidden; }

.feature-item {
  transition: all 0.3s ease; }

.feature-item:hover .feature-media {
  transform: perspective(1000px) rotateY(0deg); }

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(118, 66, 255, 0.1) 0%, rgba(118, 66, 255, 0) 100%); }

.feature-icon i {
  transition: transform 0.3s ease; }

.feature-item:hover .feature-icon i {
  transform: scale(1.2); }

.feature-benefits li {
  transition: all 0.3s ease; }

.feature-benefits li:hover {
  transform: translateX(5px); }

.security {
  white-space: nowrap;
  font-size: clamp(8px, 4vw, 14px);
  text-overflow: ellipsis; }

@media (max-width: 992px) {
  .feature-media {
    transform: none !important;
    margin-bottom: 2rem; }

  .feature-content {
    padding-left: 0 !important;
    text-align: center; }

  .feature-benefits {
    text-align: left; } }
.pricing-section {
  position: relative; }

.pricing-card {
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden; }

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important; }

.pricing-card.popular {
  border-width: 2px;
  overflow: unset; }

.price {
  font-weight: 700; }

.table th {
  font-weight: 600;
  border-top: none; }

.table td, .table th {
  padding: 1rem;
  vertical-align: middle; }

.table-hover tbody tr:hover {
  background-color: rgba(118, 66, 255, 0.05); }

.page-container {
  max-width: 900px; }

.page-title {
  color: #2d3748;
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px; }

.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #6200ea 0%, #ec407a 100%); }

.breadcrumb {
  background-color: transparent;
  padding: 0; }

.breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s; }

.breadcrumb-item a:hover {
  color: #6200ea; }

.breadcrumb-item.active {
  color: #495057; }

.page-content {
  color: #4a5568; }

.page-content p {
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.page-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 8px; }

.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #2d3748; }

.page-content h2 {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px; }

.page-content ul,
.page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem; }

.page-content li {
  margin-bottom: 0.5rem; }

.page-content blockquote {
  border-left: 4px solid #6200ea;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background-color: #f8f9fa;
  font-style: italic; }

.page-cta {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: none; }

@media (max-width: 768px) {
  .page-title {
    font-size: 2rem; }

  .page-content {
    font-size: 1rem; } }
#doc-search .search-section {
  position: relative; }
#doc-search .search-box {
  transition: all 0.3s ease;
  border: 1px solid #dee2e6; }
#doc-search .search-box:focus-within {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #86b7fe; }
#doc-search .product-card {
  transition: all 0.3s ease;
  border-radius: 12px; }
#doc-search .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important; }
#doc-search .product-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }
#doc-search .transition-all {
  transition: all 0.3s ease; }
#doc-search .product-icon {
  border: 1px solid rgba(13, 110, 253, 0.2); }
#doc-search .product-icon-crm {
  color: #f2a11d; }
  #doc-search .product-icon-crm .product-icon {
    border: 1px solid #f2a11d; }
#doc-search .product-icon-chat {
  color: #007BFF; }
  #doc-search .product-icon-chat .product-icon {
    border: 1px solid #007BFF; }
#doc-search .product-icon-aff {
  color: #28a745; }
  #doc-search .product-icon-aff .product-icon {
    border: 1px solid #28a745; }
#doc-search .product-icon-ai {
  color: #5E60CE; }
  #doc-search .product-icon-ai .product-icon {
    border: 1px solid #5E60CE; }

.documentation-nav .category-toggle {
  cursor: pointer;
  padding: 0.25rem 0;
  border-radius: 0.25rem;
  transition: all 0.2s ease; }

.documentation-nav .category-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg); }

.documentation-nav .nav-link {
  transition: all 0.2s ease;
  border-radius: 0.25rem; }

.documentation-nav .nav-link:hover {
  background-color: rgba(248, 249, 250, 0.5);
  /* --bs-light-rgb = 248,249,250 */ }

.documentation-nav .category-toggle:hover {
  background-color: rgba(13, 110, 253, 0.05);
  /* --bs-primary-rgb = 13,110,253 */ }

.crm-404-page {
  padding: 80px 0;
  background-color: #f8fafc;
  display: flex;
  align-items: center; }
  .crm-404-page .error-graphic {
    animation: float 6s ease-in-out infinite; }
  .crm-404-page .error-content {
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); }
  .crm-404-page .error-code {
    font-size: 5rem;
    font-weight: 700;
    color: var(--bs-primary);
    line-height: 1;
    margin-bottom: 20px; }
  .crm-404-page .error-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50; }
  .crm-404-page .error-message p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 10px; }
  .crm-404-page .action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px; }
  .crm-404-page .btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease; }
  .crm-404-page .additional-links .badge {
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease; }
  .crm-404-page .additional-links .badge:hover {
    background-color: var(--bs-primary) !important;
    color: white !important;
    transform: translateY(-2px); }
@keyframes float {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
  @media (max-width: 991px) {
    .crm-404-page .error-content {
      padding: 30px; }
    .crm-404-page .error-code {
      font-size: 4rem; }
    .crm-404-page .error-content h1 {
      font-size: 2rem; }
    .crm-404-page .action-buttons {
      flex-direction: column;
      gap: 10px; } }

/*# sourceMappingURL=style.css.map */
