.navbar-treadox {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1140px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50rem;
  padding: 0.75rem 2rem;
  z-index: 1040;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 991.98px) {
  .navbar-treadox {
    width: 94%;
    padding: 0.75rem 1.25rem;
    border-radius: 1.25rem;
  }
  .navbar-treadox .navbar-collapse {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    max-height: 80vh;
    overflow-y: auto;
  }
  .navbar-treadox .navbar-collapse .navbar-nav {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .navbar-treadox .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
  }
  .navbar-treadox .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 0.25rem 0;
    padding: 0.75rem 1rem !important;
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    border-radius: 0.75rem;
    transition: all 0.2s ease;
  }
  .navbar-treadox .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .navbar-treadox .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #0052cc;
    background-color: rgba(0, 82, 204, 0.08);
  }
  .navbar-treadox .navbar-collapse .dropdown-menu {
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0 0 0 1.25rem;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: none;
  }
  .navbar-treadox .navbar-collapse .dropdown-menu.show {
    display: block;
  }
  .navbar-treadox .navbar-collapse .dropdown-menu .dropdown-item {
    padding: 0.6rem 1rem;
    color: #6c757d;
    font-size: 0.95rem;
  }
  .navbar-treadox .navbar-collapse .dropdown-menu .dropdown-item:hover, .navbar-treadox .navbar-collapse .dropdown-menu .dropdown-item.active {
    color: #0052cc;
    background: transparent;
    padding-left: 1.25rem;
  }
  .navbar-treadox .navbar-collapse > .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem !important;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
  }
  .navbar-treadox .navbar-collapse > .d-flex .vr {
    display: none;
  }
  .navbar-treadox .navbar-collapse > .d-flex .btn-primary {
    width: 100%;
    order: 1;
    padding: 0.9rem;
    font-size: 1rem;
    border-radius: 0.75rem;
  }
  .navbar-treadox .navbar-collapse > .d-flex .dropdown,
  .navbar-treadox .navbar-collapse > .d-flex .btn-light {
    order: 2;
  }
  .navbar-treadox .navbar-collapse > .d-flex .dropdown:not(.profile-dropdown) > a {
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 50rem;
    font-size: 0.9rem !important;
  }
  .navbar-treadox .navbar-collapse > .d-flex .btn-light {
    width: 40px !important;
    height: 40px !important;
    background: #f8f9fa;
  }
  .navbar-treadox .navbar-collapse > .d-flex .dropdown-menu {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    width: auto;
    min-width: 160px;
    z-index: 1055;
    border-left: none;
    padding: 0.5rem;
    border-radius: 1rem;
  }
  .navbar-treadox .navbar-collapse > .d-flex .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
  }
  .navbar-treadox .navbar-collapse > .d-flex .dropdown-menu .dropdown-item:hover {
    padding-left: 1rem;
    background: rgba(0, 82, 204, 0.05);
  }
}
.navbar-treadox .profile-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 0.75rem !important;
  min-width: 240px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  overflow: visible;
}
.navbar-treadox .profile-dropdown .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-header-user {
  background: rgba(0, 0, 0, 0.02);
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem 1rem 0 0;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-header-user .user-name {
  font-weight: 700;
  color: #212529;
  font-size: 0.95rem;
  margin-bottom: 0.1rem;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-header-user .user-email {
  font-size: 0.8rem;
  color: #6c757d;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-items-wrapper {
  padding: 0.5rem;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-item {
  border-radius: 0.75rem;
  padding: 0.6rem 1rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-item i {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 82, 204, 0.06);
  color: #0052cc;
  padding-left: 1rem;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-item:hover i {
  transform: scale(1.1);
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-item.text-danger:hover {
  background: rgba(220, 53, 69, 0.06);
  color: #dc3545;
}
.navbar-treadox .profile-dropdown .dropdown-menu .dropdown-divider {
  margin: 0.25rem 0.5rem;
  border-color: rgba(0, 0, 0, 0.06);
}
.navbar-treadox .navbar-brand {
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #212529;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar-treadox .navbar-brand img {
  height: 36px;
  width: auto;
  object-fit: contain;
}
.navbar-treadox .navbar-brand i {
  color: #0052cc;
}
.navbar-treadox .nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem !important;
  border-radius: 50rem;
  transition: all 0.2s ease;
}
.navbar-treadox .nav-link:hover, .navbar-treadox .nav-link.active, .navbar-treadox .nav-link.show {
  color: #0052cc;
  background-color: rgba(0, 82, 204, 0.08);
}
@media (min-width: 992px) {
  .navbar-treadox .dropdown:hover > .dropdown-menu {
    display: block;
    animation: fadeInUp 0.2s ease-out forwards;
  }
}
.navbar-treadox .dropdown-menu {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  margin-top: 1rem !important;
  display: none;
  min-width: 240px;
}
.navbar-treadox .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: transparent;
}
.navbar-treadox .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.7rem 1.25rem;
  border-radius: 0.5rem;
  color: #6c757d;
  transition: all 0.15s ease;
  position: relative;
}
.navbar-treadox .dropdown-menu .dropdown-item:hover, .navbar-treadox .dropdown-menu .dropdown-item:focus, .navbar-treadox .dropdown-menu .dropdown-item.active, .navbar-treadox .dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 82, 204, 0.08);
  color: #0052cc;
  font-weight: 600;
  padding-left: 1.5rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.treadox-topbar {
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  z-index: 1031;
  position: relative;
  border-bottom: 1px solid rgba(108, 117, 125, 0.1);
}
.treadox-topbar .topbar-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6c757d;
  transition: color 0.2s ease;
  cursor: pointer;
  text-transform: uppercase;
}
.treadox-topbar .topbar-item i {
  font-size: 0.9rem;
  color: #0052cc;
}
.treadox-topbar .topbar-item:hover {
  color: #0052cc;
}
.treadox-topbar .topbar-divider {
  width: 1px;
  height: 12px;
  background-color: rgba(108, 117, 125, 0.2);
  margin: 0 1rem;
}

.btn-pill {
  border-radius: 50rem;
  padding: 0.75rem 2.5rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-pill.btn-primary {
  background-color: #0052cc;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 82, 204, 0.25);
  color: white;
  transition: all 0.3s ease;
}
.btn-pill.btn-primary:hover {
  background-color: rgb(0, 65.6, 163.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 82, 204, 0.35);
}
.btn-pill.btn-soft-secondary {
  background-color: #f1f5f9;
  color: #212529;
  border: 1px solid transparent;
}
.btn-pill.btn-soft-secondary:hover {
  background-color: #e2e8f0;
  transform: translateY(-2px);
  color: #0052cc;
}
.btn-pill:active {
  transform: translateY(0);
}

.btn-outline-primary {
  border-width: 2px;
  color: #0052cc;
  border-color: rgba(0, 82, 204, 0.5);
  background: transparent;
}
.btn-outline-primary:hover {
  background-color: rgba(0, 82, 204, 0.1);
  color: rgb(0, 61.5, 153);
  border-color: #0052cc;
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.1);
}

.card-treadox {
  background: #ffffff;
  border: 1px solid rgba(108, 117, 125, 0.15);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
  border-radius: 1rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: visible;
}
.card-treadox .icon-box {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.card-treadox .icon-box.icon-box-primary {
  background: rgba(0, 82, 204, 0.1);
  color: #0052cc;
}
.card-treadox .icon-box.icon-box-success {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}
.card-treadox .icon-box.icon-box-blue {
  background: rgba(0, 82, 204, 0.1);
  color: #0052cc;
}
.card-treadox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 82, 204, 0), rgba(0, 82, 204, 0.5), rgba(0, 82, 204, 0));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.card-treadox:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 82, 204, 0.3);
}
.card-treadox:hover .icon-box {
  transform: scale(1.1);
}
.card-treadox:hover::before {
  opacity: 1;
}
.card-treadox .card-body {
  position: relative;
  z-index: 1;
}
.card-treadox .badge.bg-primary {
  background-color: #0052cc !important;
}
.card-treadox .text-primary {
  color: #0052cc !important;
}
.card-treadox .bg-primary {
  background-color: #0052cc !important;
}

.card-cta-premium {
  background: linear-gradient(135deg, #002966 0%, rgb(0, 71.75, 178.5) 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.card-cta-premium::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  transform: rotate(45deg);
  pointer-events: none;
}
.card-cta-premium h3,
.card-cta-premium p {
  color: white !important;
}
.card-cta-premium .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.card-cta-premium .icon-holder {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: #0052cc;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.3);
  border: none;
  cursor: pointer;
}
.btn-scroll-top:hover {
  background-color: rgb(0, 71.75, 178.5);
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 82, 204, 0.4);
  color: #ffffff;
}
.btn-scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.btn-scroll-top i {
  font-size: 1.25rem;
  line-height: 1;
}

.modal-content {
  border: none;
  border-radius: 1.5rem;
  box-shadow: 0 15px 50px -10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.modal-content .modal-header {
  border-bottom: none;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.modal-content .modal-header .modal-title {
  font-weight: 800;
  color: #212529;
  letter-spacing: -0.5px;
}
.modal-content .modal-header .btn-close {
  background-color: rgba(33, 37, 41, 0.05);
  border-radius: 50%;
  padding: 0.75rem;
  transition: all 0.2s ease;
}
.modal-content .modal-header .btn-close:hover {
  background-color: rgba(33, 37, 41, 0.1);
  transform: rotate(90deg);
}
.modal-content .modal-body {
  padding: 1rem 2.5rem 2.5rem 2.5rem;
}
.modal-content .modal-body .form-label {
  font-weight: 600;
  color: rgba(33, 37, 41, 0.6);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.modal-content .modal-body .form-control {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  padding: 0.8rem 1.2rem;
  font-size: 0.95rem;
  color: #212529;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  box-shadow: none;
}
.modal-content .modal-body .form-control:focus {
  background-color: #ffffff;
  border-color: rgba(0, 82, 204, 0.3);
  box-shadow: 0 0 0 4px rgba(0, 82, 204, 0.1);
}
.modal-content .modal-body .form-control:focus ~ .input-group-text {
  background-color: #ffffff;
  border-color: rgba(0, 82, 204, 0.3);
}
.modal-content .modal-body .input-group .input-group-text {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  border-left: none;
  color: rgba(33, 37, 41, 0.5);
  transition: all 0.2s ease;
}
.modal-content .modal-body .input-group .input-group-text:hover i {
  color: #0052cc;
}
.modal-content .modal-body a.text-primary.small {
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.modal-content .modal-body a.text-primary.small:hover {
  color: rgb(0, 61.5, 153);
  text-decoration: underline;
}
.modal-content .modal-body .divider-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(33, 37, 41, 0.4);
  font-size: 0.85rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
.modal-content .modal-body .divider-text::before, .modal-content .modal-body .divider-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}
.modal-content .modal-body .divider-text::before {
  margin-right: 0.5em;
}
.modal-content .modal-body .divider-text::after {
  margin-left: 0.5em;
}
.modal-content .modal-body .btn-social {
  width: 100%;
  border: 1px solid rgba(33, 37, 41, 0.1);
  background: #ffffff;
  color: #212529;
  padding: 0.75rem;
  border-radius: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}
.modal-content .modal-body .btn-social:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.modal-content .modal-body .btn-social i {
  font-size: 1.2rem;
}
.modal-content .modal-body .social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.modal-content .modal-body .social-grid .btn-social-icon {
  height: 50px;
  border: 1px solid rgba(33, 37, 41, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #212529;
  transition: all 0.2s;
  background: #ffffff;
}
.modal-content .modal-body .social-grid .btn-social-icon:hover {
  background-color: #f8f9fa;
  border-color: #0052cc;
  color: #0052cc;
  transform: translateY(-2px);
}
.modal-content .modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid rgba(33, 37, 41, 0.05);
  padding: 1.5rem;
  justify-content: center;
}
.modal-content .modal-footer p {
  margin: 0;
  color: rgba(33, 37, 41, 0.6);
  font-size: 0.9rem;
}
.modal-content .modal-footer .btn-link-signup {
  font-weight: 700;
  color: #0052cc;
  text-decoration: none;
  margin-left: 0.25rem;
}
.modal-content .modal-footer .btn-link-signup:hover {
  text-decoration: underline;
}

.fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1050;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
}
.fab-container.fab-left {
  right: auto;
  left: 30px;
}

.fab-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #0052cc;
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.fab-toggle:hover {
  transform: scale(1.1);
  background-color: rgb(0, 71.75, 178.5);
}
.fab-toggle .icon-open,
.fab-toggle .icon-close {
  position: absolute;
  transition: all 0.3s ease;
}
.fab-toggle .icon-close {
  opacity: 0;
  transform: rotate(-180deg) scale(0.5);
}

.fab-container.active .fab-toggle {
  background-color: #dc3545;
  transform: rotate(90deg);
}
.fab-container.active .fab-toggle .icon-open {
  opacity: 0;
  transform: rotate(180deg) scale(0.5);
}
.fab-container.active .fab-toggle .icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.fab-container.active .fab-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.fab-container.active .fab-menu .fab-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fab-menu {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  margin-bottom: 10px;
}

.fab-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  pointer-events: none;
}
.fab-item:hover {
  transform: scale(1.15) !important;
  color: white;
}
.fab-item:nth-child(1) {
  transition-delay: 0.05s;
}
.fab-item:nth-child(2) {
  transition-delay: 0.1s;
}
.fab-item:nth-child(3) {
  transition-delay: 0.15s;
}
.fab-item:nth-child(4) {
  transition-delay: 0.2s;
}
.fab-item:nth-child(5) {
  transition-delay: 0.25s;
}

.fab-whatsapp {
  background-color: #25D366;
}
.fab-whatsapp:hover {
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
}

.fab-phone {
  background-color: #3b82f6;
}
.fab-phone:hover {
  background-color: rgb(34.6195121951, 114.4512195122, 244.8804878049);
}

.fab-email {
  background-color: #0ea5e9;
}
.fab-email:hover {
  background-color: rgb(12.5546558704, 147.9655870445, 208.9453441296);
}

.fab-tawk {
  background-color: #f59e0b;
}
.fab-tawk:hover {
  background-color: rgb(221.4251968504, 142.4744094488, 9.0748031496);
}

.hero-section {
  position: relative;
  padding: 160px 0 100px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 82, 204, 0.03) 0%, #ffffff 40%);
  background-image: linear-gradient(to bottom, rgba(0, 82, 204, 0.08) 0%, #ffffff 100%), linear-gradient(rgba(0, 82, 204, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 204, 0.1) 1px, transparent 1px);
  background-size: 100% 100%, 40px 40px, 40px 40px;
  background-position: 0 0, center top, center top;
}

.services-section {
  background-color: #ffffff;
  position: relative;
  padding: 80px 0;
}
.services-section .service-card {
  border-radius: 1.5rem;
  padding: 3rem 2.5rem;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
}
.services-section .service-card::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -20%;
  width: 80%;
  height: 80%;
  border-radius: 20%;
  transform: rotate(-15deg);
  z-index: 0;
  opacity: 0.1;
  filter: blur(40px);
}
.services-section .service-card .service-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.services-section .service-card h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.services-section .service-card p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 90%;
  font-weight: 500;
}
.services-section .service-card .btn-action {
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  border-radius: 50rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.services-section .service-card:hover {
  transform: translateY(-8px);
}
.services-section .service-card-primary {
  background: linear-gradient(145deg, #0052cc 0%, rgb(0, 61.5, 153) 100%);
  color: #ffffff;
}
.services-section .service-card-primary::before {
  background-color: #ffffff;
  opacity: 0.1;
}
.services-section .service-card-primary .btn-action {
  background-color: #ffffff;
  color: #0052cc;
  border: none;
}
.services-section .service-card-primary .btn-action:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}
.services-section .service-card-primary .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
  z-index: 0;
  mask-image: linear-gradient(to bottom, black, transparent);
}
.services-section .service-card-light {
  background-color: #f1f5f9;
  color: #212529;
}
.services-section .service-card-light::before {
  background-color: #0052cc;
  opacity: 0.08;
  top: unset;
  bottom: -10%;
  right: -10%;
}
.services-section .service-card-light .btn-action {
  background-color: #0052cc;
  color: #ffffff;
  border: none;
}
.services-section .service-card-light .btn-action:hover {
  background-color: rgb(0, 71.75, 178.5);
  transform: scale(1.05);
}
.services-section .service-card-light .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#6c757d 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.1;
  z-index: 0;
}
.services-section .service-card-dark {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
}
.services-section .service-card-dark::before {
  background-color: #198754;
  opacity: 0.05;
}
.services-section .service-card-dark .btn-action {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.services-section .service-card-dark .btn-action:hover {
  background-color: #ffffff;
  color: #212529;
  transform: scale(1.05);
}
.services-section .service-card-dark .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
  mask-image: radial-gradient(circle at bottom right, black, transparent 70%);
}

.faq-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}
.faq-section .accordion-item {
  border: 1px solid rgba(33, 37, 41, 0.08);
  border-radius: 1rem !important;
  margin-bottom: 1.25rem;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px -2px rgba(33, 37, 41, 0.04);
}
.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(0, 82, 204, 0.12);
  border-color: rgba(0, 82, 204, 0.2);
}
.faq-section .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-weight: 600;
  color: #212529;
  padding: 1.75rem 2rem;
  font-size: 1.05rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  position: relative;
}
.faq-section .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #0052cc 0%, rgba(0, 82, 204, 0.5) 100%);
  border-radius: 0 4px 4px 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #0052cc;
  background: linear-gradient(90deg, rgba(0, 82, 204, 0.04) 0%, rgba(0, 82, 204, 0.01) 100%);
  font-weight: 700;
}
.faq-section .accordion-item .accordion-button:not(.collapsed)::before {
  height: 60%;
}
.faq-section .accordion-item .accordion-button:hover {
  background-color: rgba(0, 82, 204, 0.02);
}
.faq-section .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq-section .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(0, 82, 204, 0.1) 0%, rgba(0, 82, 204, 0.05) 100%);
  color: #0052cc;
  margin-left: auto;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 82, 204, 0.15);
}
.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f286";
  transform: rotate(0deg);
  background: linear-gradient(135deg, #0052cc 0%, rgb(0, 71.75, 178.5) 100%);
  color: #ffffff;
  border-color: #0052cc;
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.25);
}
.faq-section .accordion-item .accordion-body {
  color: rgba(33, 37, 41, 0.75);
  padding: 1.5rem 2rem 2rem 2rem;
  font-size: 0.975rem;
  line-height: 1.75;
}
.faq-section .accordion-item .accordion-body strong {
  color: #212529;
  font-weight: 600;
}
.faq-section .accordion-item .accordion-body {
  animation: fadeInDown 0.3s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-visual {
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.about-section .about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 82, 204, 0.1), transparent);
  z-index: 2;
}
.about-section .about-visual img {
  transition: transform 0.7s ease;
}
.about-section .about-visual:hover img {
  transform: scale(1.05);
}
.about-section .stat-card {
  background: #ffffff;
  border: 1px solid rgba(33, 37, 41, 0.05);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.about-section .stat-card:hover {
  transform: translateY(-5px);
}
.about-section .stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0052cc;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.about-section .stat-card .stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(33, 37, 41, 0.6);
}

.pricing-card {
  border: 1px solid rgba(33, 37, 41, 0.08);
  background: #ffffff;
  border-radius: 1.25rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px -5px rgba(33, 37, 41, 0.05);
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 82, 204, 0.12);
  border-color: rgba(0, 82, 204, 0.3);
}
.pricing-card .plan-icon {
  width: 70px;
  height: 70px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  background: linear-gradient(135deg, rgba(0, 82, 204, 0.08) 0%, rgba(0, 82, 204, 0.04) 100%);
}
.pricing-card .plan-icon i {
  font-size: 2rem;
  color: #0052cc;
}
.pricing-card .plan-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(33, 37, 41, 0.06);
}
.pricing-card .plan-header .plan-name {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: block;
  color: rgba(33, 37, 41, 0.5);
}
.pricing-card .plan-header .price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
}
.pricing-card .plan-header .price-wrapper .currency {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  align-self: flex-start;
  margin-top: 0.75rem;
}
.pricing-card .plan-header .price-wrapper .price {
  font-size: 3rem;
  font-weight: 800;
  color: #212529;
  letter-spacing: -2px;
  line-height: 1;
}
.pricing-card .plan-header .price-wrapper .period {
  color: rgba(33, 37, 41, 0.4);
  font-weight: 600;
  font-size: 0.95rem;
}
.pricing-card .plan-header .term-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(33, 37, 41, 0.45);
  margin-top: 0.5rem;
}
.pricing-card .features-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  color: #212529;
  font-weight: 500;
  border-bottom: 1px solid rgba(33, 37, 41, 0.05);
}
.pricing-card .features-list li:last-child {
  border-bottom: none;
}
.pricing-card .features-list li .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(0, 82, 204, 0.08);
  color: #0052cc;
  font-size: 0.85rem;
}
.pricing-card .features-list li .icon-wrapper i {
  font-weight: bold;
}
.pricing-card .specs-list .list-group-item {
  padding: 0.65rem 0;
  border: none;
  border-bottom: 1px solid rgba(33, 37, 41, 0.05);
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.pricing-card .specs-list .list-group-item:last-child {
  border-bottom: none;
}
.pricing-card .specs-list .list-group-item .label {
  color: rgba(33, 37, 41, 0.55);
  font-weight: 500;
}
.pricing-card .specs-list .list-group-item .value {
  font-weight: 700;
  color: #212529;
}
.pricing-card .card-cta {
  margin-top: auto;
  padding-top: 1.5rem;
}
.pricing-card.pricing-featured {
  border: 2px solid #0052cc;
  box-shadow: 0 15px 50px -10px rgba(0, 82, 204, 0.2);
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
  z-index: 2;
  overflow: visible;
}
.pricing-card.pricing-featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px -15px rgba(0, 82, 204, 0.25);
}
.pricing-card.pricing-featured .plan-icon {
  background: linear-gradient(135deg, #0052cc 0%, rgb(0, 61.5, 153) 100%);
}
.pricing-card.pricing-featured .plan-icon i {
  color: #ffffff;
}
.pricing-card.pricing-featured .plan-name {
  color: #0052cc !important;
  font-weight: 800;
}
.pricing-card.pricing-featured .price,
.pricing-card.pricing-featured .currency {
  color: #0052cc !important;
}
.pricing-card.pricing-featured .popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0052cc;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0.4rem 1.25rem;
  border-radius: 2rem;
  letter-spacing: 0.75px;
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.3);
  white-space: nowrap;
  z-index: 10;
}
.pricing-card .save-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 2rem;
  margin-bottom: 0.5rem;
}
.pricing-card .old-price {
  text-decoration: line-through !important;
  color: rgba(33, 37, 41, 0.4);
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.pricing-card.pricing-discount {
  border: 2px dashed rgba(220, 53, 69, 0.3);
  background: linear-gradient(180deg, rgba(220, 53, 69, 0.02) 0%, #ffffff 100%);
}
.pricing-card.pricing-discount .price {
  color: #dc3545 !important;
}
.pricing-card.pricing-discount .btn-outline-primary {
  color: #dc3545;
  border-color: #dc3545;
}
.pricing-card.pricing-discount .btn-outline-primary:hover {
  background-color: #dc3545;
  color: #ffffff;
}

#hosting-plans .row {
  --bs-gutter-x: 1.5rem;
}

.term-btn {
  background: transparent;
  border: none;
  color: rgba(33, 37, 41, 0.6);
  transition: all 0.3s ease;
}
.term-btn:hover {
  color: #212529;
}
.term-btn.active {
  background: #ffffff;
  color: #0052cc;
  box-shadow: 0 2px 8px rgba(33, 37, 41, 0.1);
}

.comparison-table {
  border-radius: 1.5rem;
  box-shadow: 0 10px 60px rgba(0, 82, 204, 0.08);
  overflow: hidden;
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(0, 82, 204, 0.1);
}
.comparison-table .table {
  margin-bottom: 0;
}
.comparison-table .table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #ffffff;
}
.comparison-table .table thead th {
  border-bottom: 2px solid #0052cc;
  vertical-align: middle;
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.comparison-table .table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.comparison-table .table tbody tr:hover {
  background-color: rgba(0, 82, 204, 0.03);
}
.comparison-table .table tbody tr:hover td {
  color: #0052cc;
  font-weight: 500;
}
.comparison-table .table tbody tr.table-active {
  background-color: rgba(233, 236, 239, 0.5);
  border-top: 2px solid rgba(0, 82, 204, 0.1);
}
.comparison-table .table tbody tr.table-active td {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #0052cc;
  border-bottom: none;
  padding-top: 2rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
}
.comparison-table .table tbody td,
.comparison-table .table tbody th {
  padding: 1rem 1rem;
  border-bottom: 1px dashed rgba(0, 82, 204, 0.15);
  font-size: 0.95rem;
  color: rgba(33, 37, 41, 0.8);
}
.comparison-table .table tbody td.feature-check,
.comparison-table .table tbody th.feature-check {
  color: #0052cc;
  font-size: 1.3rem;
}
.comparison-table .table tbody td.feature-cross,
.comparison-table .table tbody th.feature-cross {
  color: rgba(0, 82, 204, 0.2);
  font-size: 1.2rem;
}
.comparison-table .table tbody .column-highlight {
  background-color: rgba(0, 82, 204, 0.05);
  border-left: 1px solid rgba(0, 82, 204, 0.1);
  border-right: 1px solid rgba(0, 82, 204, 0.1);
  position: relative;
  font-weight: 600;
  color: #0052cc;
}
.comparison-table .table tbody .column-highlight.feature-check {
  color: #0052cc;
}

.table-responsive-indicator {
  position: relative;
}
.table-responsive-indicator::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, transparent, rgba(0, 82, 204, 0.05));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 991.98px) {
  .table-responsive-indicator::after {
    opacity: 1;
  }
}

.help-center-page {
  background-color: #f8faff;
}

.help-center-hero {
  background: linear-gradient(135deg, #ffffff 0%, rgb(193.8, 218.4, 255) 100%);
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.help-center-hero .hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#0052cc 0.5px, transparent 0.5px), radial-gradient(#0052cc 0.5px, rgb(193.8, 218.4, 255) 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  opacity: 0.05;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
}

.help-center-nav .nav-link {
  color: rgb(101.2297297297, 113.5, 125.7702702703);
  font-weight: 500;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-bottom: 0.5rem;
  background: #ffffff;
}
.help-center-nav .nav-link i {
  margin-right: 0.75rem;
  font-size: 1.25rem;
  opacity: 0.7;
  color: #0052cc;
}
.help-center-nav .nav-link:hover {
  color: #0052cc;
  background-color: rgba(0, 82, 204, 0.03);
  border-color: rgba(0, 82, 204, 0.1);
  transform: translateX(4px);
}
.help-center-nav .nav-link.active {
  color: #ffffff;
  background-color: #0052cc;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 82, 204, 0.2);
}
.help-center-nav .nav-link.active i {
  opacity: 1;
  color: #ffffff;
}

.help-content-card {
  background: #ffffff;
  border: 1px solid rgba(33, 37, 41, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
  padding: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  animation: helpCenterFadeIn 0.4s ease-out;
}
@media (min-width: 992px) {
  .help-content-card {
    padding: 3rem;
  }
}

@keyframes helpCenterFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.step-item {
  position: relative;
  padding-bottom: 2rem;
  display: flex;
  gap: 1rem;
}
.step-item .step-circle {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 82, 204, 0.1);
  color: #0052cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.step-item::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: 0;
  width: 2px;
  background-color: rgba(0, 82, 204, 0.1);
}
.step-item:last-child::after {
  display: none;
}

.help-center-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 1rem;
}
.help-center-accordion .accordion-button {
  background: rgb(253.95, 254.1, 254.25);
  border: 1px solid rgb(242.05, 243.9, 245.75);
  border-radius: 0.75rem !important;
  color: #212529;
  font-weight: 600;
  padding: 1.25rem;
  box-shadow: none !important;
}
.help-center-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #0052cc;
  border-color: rgba(0, 82, 204, 0.2);
}
.help-center-accordion .accordion-button::after {
  background-size: 1rem;
}
.help-center-accordion .accordion-body {
  padding: 1.25rem;
  color: rgb(78.4864864865, 88, 97.5135135135);
  line-height: 1.6;
}

.legal-page {
  background-color: #f8faff;
}

.legal-section {
  padding: 3rem 0;
}
.legal-section .legal-content-card {
  background: #ffffff;
  border: 1px solid rgba(33, 37, 41, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
  padding: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 150px;
}
@media (min-width: 992px) {
  .legal-section .legal-content-card {
    padding: 3.5rem;
  }
}
.legal-section .legal-content-card:hover {
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}
.legal-section .section-number {
  position: absolute;
  top: -10px;
  right: 15px;
  font-size: 7rem;
  font-weight: 800;
  color: rgba(0, 82, 204, 0.04);
  font-family: "Outfit", sans-serif;
  pointer-events: none;
  line-height: 1;
  user-select: none;
}
.legal-section .list-group-custom .list-group-item {
  border: none;
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: transparent;
  color: rgb(78.4864864865, 88, 97.5135135135);
  border-bottom: 1px solid rgba(33, 37, 41, 0.05);
}
.legal-section .list-group-custom .list-group-item:last-child {
  border-bottom: none;
}
.legal-section .list-group-custom .list-group-item i {
  color: #0052cc;
  margin-top: 0.25rem;
  font-size: 1.15rem;
}
.legal-section .glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(33, 37, 41, 0.05);
  border-radius: 1.25rem;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
}
.legal-section .glass-card:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 82, 204, 0.2);
}

footer {
  position: relative;
  background: linear-gradient(to bottom, #021024, #000000);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}
footer h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
footer .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
footer p.description {
  line-height: 1.6;
  max-width: 300px;
}
footer ul li {
  margin-bottom: 0.75rem;
}
footer a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
footer a:hover {
  color: #ffffff !important;
  transform: translateX(3px);
}
footer .payment-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
footer .payment-icons .payment-icon {
  width: 42px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .payment-icons .payment-icon:hover {
  background-color: #ffffff;
  color: #021024;
  transform: translateY(-2px);
  border-color: #ffffff;
}
footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-top: 3rem;
  padding-top: 2rem;
}

.auth-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4f8;
  position: relative;
  overflow: hidden;
}
.auth-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140vw;
  height: 140vh;
  background: radial-gradient(circle at 15% 50%, rgba(0, 82, 204, 0.15) 0%, transparent 60%), radial-gradient(circle at 85% 30%, rgba(13, 202, 240, 0.18) 0%, transparent 60%), radial-gradient(circle at 50% 80%, rgba(25, 135, 84, 0.1) 0%, transparent 60%);
  background-size: 100% 100%;
  z-index: 0;
  animation: pulseGradient 15s ease-in-out infinite alternate;
}
.auth-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 82, 204, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 204, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
  mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
  pointer-events: none;
}
.auth-section .bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  opacity: 0.8;
  animation: floatOrb 20s infinite linear;
}
.auth-section .bg-orb.orb-1 {
  top: 10%;
  left: 10%;
  width: 300px;
  height: 300px;
  background: rgba(0, 82, 204, 0.25);
  animation-duration: 25s;
}
.auth-section .bg-orb.orb-2 {
  bottom: 20%;
  right: 15%;
  width: 400px;
  height: 400px;
  background: rgba(13, 202, 240, 0.2);
  animation-duration: 30s;
  animation-direction: reverse;
}
.auth-section .bg-orb.orb-3 {
  top: 40%;
  right: 30%;
  width: 200px;
  height: 200px;
  background: rgba(0, 82, 204, 0.15);
  animation-duration: 20s;
  animation-delay: -5s;
}

@keyframes pulseGradient {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes floatOrb {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, 50px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
.auth-card {
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(0, 50, 200, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  z-index: 10;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.auth-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 50, 200, 0.12), 0 1px 3px rgba(0, 0, 0, 0.05);
}
.auth-card .card-header {
  background: transparent;
  border-bottom: 0;
  padding: 3rem 2.5rem 1.5rem;
  text-align: center;
}
.auth-card .card-body {
  padding: 0.5rem 2.5rem 3rem;
}

.auth-logo {
  height: 48px;
  margin-bottom: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
}

.form-floating {
  margin-bottom: 1.25rem;
}
.form-floating > label {
  padding-left: 1.25rem;
  color: #6c757d;
}
.form-floating .form-control {
  border-radius: 0.5rem;
  border: 1px solid rgba(33, 37, 41, 0.08);
  background: rgba(255, 255, 255, 0.6);
  padding-left: 1.25rem;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
}
.form-floating .form-control:focus {
  border-color: #0052cc;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 82, 204, 0.15);
}

.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 2rem 0;
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 500;
}
.auth-divider::before, .auth-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}
.auth-divider span {
  padding: 0 1rem;
  opacity: 0.8;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-login .btn-social {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(33, 37, 41, 0.1);
  color: #212529;
  font-size: 1.1rem;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.social-login .btn-social:hover {
  background: #ffffff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: transparent;
  color: #0052cc;
}

.terms-check {
  font-size: 0.9rem;
  color: #6c757d;
}
.terms-check a {
  color: #0052cc;
  text-decoration: none;
  font-weight: 600;
}
.terms-check a:hover {
  text-decoration: underline;
}

.card-treadox {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-treadox:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #0052cc;
  background-color: #fff;
}

.card-input-element {
  display: none;
}

.card-input {
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.card-input:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #0052cc !important;
  background-color: #f8fbff;
}
.card-input .check-indicator {
  transition: opacity 0.2s ease;
}

.card-input-element:checked + .card-input {
  border-color: #0052cc !important;
  background-color: rgba(0, 82, 204, 0.05);
  box-shadow: 0 0 0 1px #0052cc;
}
.card-input-element:checked + .card-input .check-indicator {
  opacity: 1 !important;
}

.step-icon {
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  font-weight: 700;
}

.plan-icon {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
}

.plan-detail-card {
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.plan-detail-card:hover {
  border-color: #0052cc;
}
.plan-detail-card .detail-label {
  font-size: 0.7rem;
}

.sticky-summary {
  top: 100px;
  z-index: 10;
}

.custom-select-light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.placeholder-light::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}

.text-primary-soft {
  color: rgba(0, 82, 204, 0.8);
}

.bg-light-medical {
  background-color: #f8f9fa;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.text-gradient-primary {
  background: linear-gradient(135deg, #212529 30%, #0052cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.05em;
}

.bg-primary {
  background-color: #0052cc !important;
}

.text-primary {
  color: #0052cc !important;
}

.border-primary {
  border-color: #0052cc !important;
}

.btn-primary {
  background-color: #0052cc !important;
  border-color: #0052cc !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: rgb(0, 65.6, 163.2) !important;
  border-color: rgb(0, 65.6, 163.2) !important;
}

.btn-outline-primary {
  color: #0052cc !important;
  border-color: #0052cc !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #0052cc !important;
  border-color: #0052cc !important;
  color: white !important;
}

.badge.bg-primary {
  background-color: #0052cc !important;
}

.bg-primary-subtle {
  background-color: rgba(0, 82, 204, 0.1) !important;
  color: #0052cc !important;
}

.bg-primary.bg-opacity-10 {
  background-color: rgba(0, 82, 204, 0.1) !important;
}

.bg-primary.bg-opacity-25 {
  background-color: rgba(0, 82, 204, 0.25) !important;
}

.bg-primary.bg-opacity-50 {
  background-color: rgba(0, 82, 204, 0.5) !important;
}

.bg-primary.bg-opacity-75 {
  background-color: rgba(0, 82, 204, 0.75) !important;
}

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