.back-image {
  background-image: url("/images/5a50c36411a048ba8ce95081cb4fe9c2e75727d8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 140px 0px;
  position: relative;
  max-width: 100%;
  min-height: calc(100vh - 72px);
}

  .back-image .overlay {
    background: linear-gradient(180deg, rgba(10, 36, 66, 0.8509803922) 0%, rgba(10, 36, 66, 0.7490196078) 55%, rgba(10, 36, 66, 0.9019607843) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .back-image .contnet {
    position: relative;
    z-index: 1;
  }

    .back-image .contnet h1 {
      color: #ffffff;
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 72px;
      line-height: 85px;
      letter-spacing: 0px;
      width: 879px;
      max-width: 100%;
    }

      .back-image .contnet h1 .underline-title {
        position: relative;
        z-index: 1;
      }

        .back-image .contnet h1 .underline-title::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 8px;
          width: 100%;
          height: 36px;
          background-color: #4e93e4;
          border-radius: 2px;
          z-index: -1;
        }

    .back-image .contnet .powered {
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0;
      color: #ffffff;
    }

    .back-image .contnet .startpracticing {
      width: 380px;
      height: 85px;
      padding: 0 24px 24px 24px;
      border-radius: 6px;
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 24px;
      line-height: 26px;
    }

    .back-image .contnet button.btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: transform 0.25s ease, background 0.25s ease;
    }

      .back-image .contnet button.btn i {
        transition: transform 0.25s ease;
      }

      .back-image .contnet button.btn:hover {
        transform: translateY(-3px);
      }

        .back-image .contnet button.btn:hover i {
          transform: translateX(4px);
        }

  .back-image .scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 20px;
    z-index: 1;
    display: none;
  }

    .back-image .scroll-indicator span {
      position: absolute;
      top: 6px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 8px;
      border-radius: 3px;
      background: #ffffff;
      animation: scrollDown 1.8s ease-in-out infinite;
    }

@keyframes scrollDown {
  0% {
    opacity: 1;
    top: 6px;
  }

  100% {
    opacity: 0;
    top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .back-image .scroll-indicator {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .back-image {
    padding: 100px 0px;
  }

    .back-image .contnet h1 {
      font-size: 36px;
      line-height: 42px;
    }

      .back-image .contnet h1 .underline-title::after {
        bottom: 4px;
        height: 16px;
      }

    .back-image .contnet .powered {
      font-size: 16px;
      line-height: 19px;
    }

  .startpracticing {
    width: 95% !important;
    height: 75px !important;
    padding: 0 15px 15px 15px !important;
    border-radius: 6px;
    font-family: "LoewNextBold";
    font-weight: 500 !important;
    font-size: 21px !important;
    line-height: 26px !important;
  }
}

.user-stats-container {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
}

  .user-stats-container .avatar-group {
    display: flex;
    align-items: center;
  }

    .user-stats-container .avatar-group img,
    .user-stats-container .avatar-group .avatar-plus {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid var(--primary-dark);
      margin-left: -12px;
      transition: transform 0.3s;
      background: var(--primary);
    }

      .user-stats-container .avatar-group img:first-child,
      .user-stats-container .avatar-group .avatar-plus:first-child {
        margin-left: 0;
      }

      .user-stats-container .avatar-group img:hover,
      .user-stats-container .avatar-group .avatar-plus:hover {
        transform: translateY(-5px);
        z-index: 10;
      }

    .user-stats-container .avatar-group .avatar-plus {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 14px;
      font-weight: bold;
      background: var(--secondary);
    }

  .user-stats-container .stats-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

    .user-stats-container .stats-text .count {
      color: var(--white);
      font-family: var(--font-bold);
      font-size: 2rem;
    }

@media screen and (max-width: 768px) {
  .user-stats-container .stats-text .count {
    font-size: 1.5rem;
  }
}

.user-stats-container .stats-text .sub-text {
  color: var(--text-light);
  font-size: 0.9rem;
  opacity: 0.9;
}

.user-stats-container .avatar-group {
  display: flex;
  align-items: center;
}

  .user-stats-container .avatar-group .avatar-icon,
  .user-stats-container .avatar-group img,
  .user-stats-container .avatar-group .avatar-plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #0e325c;
    margin-left: -12px;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

    .user-stats-container .avatar-group .avatar-icon:first-child,
    .user-stats-container .avatar-group img:first-child,
    .user-stats-container .avatar-group .avatar-plus:first-child {
      margin-left: 0;
    }

    .user-stats-container .avatar-group .avatar-icon:hover,
    .user-stats-container .avatar-group img:hover,
    .user-stats-container .avatar-group .avatar-plus:hover {
      transform: translateY(-5px);
      z-index: 10;
    }

  .user-stats-container .avatar-group .avatar-icon {
    background: var(--primary);
    color: white;
    font-size: 18px;
  }

  .user-stats-container .avatar-group .avatar-plus {
    background: var(--secondary);
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  }

.testimonials {
  position: relative;
  overflow: hidden;
  background-color: #E4EFFB;
  padding: 45px 151px 80px 151px;
}

  .testimonials .bg-blob {
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: #4E93E4;
    filter: blur(130px);
    opacity: 0.16;
    top: -140px;
    right: -80px;
    pointer-events: none;
  }

  .testimonials .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #154B89;
    margin: 0 auto 14px;
    width: fit-content;
  }

    .testimonials .eyebrow i {
      font-size: 16px;
      color: #4E93E4;
    }

  .testimonials h1 {
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    color: #154B89;
    position: relative;
    z-index: 1;
  }

    .testimonials h1 .underline-title {
      position: relative;
      z-index: 1;
    }

      .testimonials h1 .underline-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 23px;
        background-color: #a6c9f1;
        border-radius: 2px;
        z-index: -1;
      }

  .testimonials .row {
    position: relative;
    z-index: 1;
  }

  .testimonials .cards {
    position: relative;
    height: 100%;
    border-radius: 14px;
    padding: 28px 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.0509803922);
    border: 1px solid transparent;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }

    .testimonials .cards:hover {
      transform: translateY(-6px);
      border-color: #4E93E4;
      box-shadow: 0 20px 40px -22px rgba(21, 75, 137, 0.35);
    }

    .testimonials .cards .quote-icon {
      position: absolute;
      top: 14px;
      right: 18px;
      font-size: 34px;
      color: #DCE9FA;
    }

    .testimonials .cards ::ng-deep .p-rating .p-rating-icon {
      color: #F59E0B;
    }

    .testimonials .cards p {
      font-family: "LoewNextMeduim";
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0;
      color: #111827;
      position: relative;
      z-index: 1;
    }

    .testimonials .cards img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonials .cards .name {
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0%;
      color: #154B89;
    }

@media screen and (max-width: 768px) {
  .testimonials {
    padding: 48px 24px;
  }

    .testimonials h1 {
      font-size: 32px;
      line-height: 40px;
    }

    .testimonials .cards {
      height: auto;
      padding: 18px 16px;
    }

      .testimonials .cards .quote-icon {
        font-size: 26px;
        top: 10px;
        right: 12px;
      }

      .testimonials .cards p {
        font-size: 12px;
        line-height: 18px;
      }

      .testimonials .cards img {
        width: 24px;
        height: 24px;
      }

      .testimonials .cards .name {
        font-size: 12px;
        line-height: 15px;
      }
}

.works-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-primary-light) 0%, var(--surface) 50%, var(--surface-2) 100%);
  padding: 80px 0 100px;
  min-height: auto;
}

  .works-container .bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    animation: blobFloat 8s ease-in-out infinite;
  }

  .works-container .blob-1 {
    width: 420px;
    height: 420px;
    background: var(--primary-light);
    opacity: 0.35;
    top: -120px;
    right: -100px;
    animation-delay: 0s;
  }

  .works-container .blob-2 {
    width: 300px;
    height: 300px;
    background: var(--primary-light2);
    opacity: 0.2;
    bottom: -60px;
    left: -80px;
    animation-delay: -3s;
  }

  .works-container .blob-3 {
    width: 220px;
    height: 220px;
    background: var(--primary-opacity);
    opacity: 0.25;
    top: 45%;
    left: 35%;
    animation-delay: -5s;
  }

@keyframes blobFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(25px, -25px) scale(1.05);
  }

  66% {
    transform: translate(-15px, 15px) scale(0.95);
  }
}

.works-container .particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.works-container .particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-light2);
  opacity: 0.25;
  animation: particleFloat 12s linear infinite;
}

  .works-container .particle:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 15s;
  }

  .works-container .particle:nth-child(2) {
    left: 20%;
    top: 60%;
    animation-delay: -2s;
    animation-duration: 18s;
    width: 3px;
    height: 3px;
  }

  .works-container .particle:nth-child(3) {
    left: 70%;
    top: 30%;
    animation-delay: -4s;
    animation-duration: 14s;
    width: 7px;
    height: 7px;
  }

  .works-container .particle:nth-child(4) {
    left: 80%;
    top: 70%;
    animation-delay: -6s;
    animation-duration: 16s;
    width: 4px;
    height: 4px;
  }

  .works-container .particle:nth-child(5) {
    left: 40%;
    top: 80%;
    animation-delay: -8s;
    animation-duration: 20s;
    width: 3px;
    height: 3px;
  }

  .works-container .particle:nth-child(6) {
    left: 60%;
    top: 10%;
    animation-delay: -10s;
    animation-duration: 17s;
    width: 6px;
    height: 6px;
  }

  .works-container .particle:nth-child(7) {
    left: 30%;
    top: 40%;
    animation-delay: -3s;
    animation-duration: 13s;
    width: 4px;
    height: 4px;
  }

  .works-container .particle:nth-child(8) {
    left: 90%;
    top: 50%;
    animation-delay: -7s;
    animation-duration: 19s;
    width: 5px;
    height: 5px;
  }

@keyframes particleFloat {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.25;
  }

  90% {
    opacity: 0.25;
  }

  100% {
    transform: translateY(-100vh) translateX(50px) rotate(720deg);
    opacity: 0;
  }
}

.works-container .row {
  position: relative;
  z-index: 1;
}

.works-container .image-col {
  padding-right: 1.5rem;
}

.works-container .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works-container .image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(50, 108, 226, 0.12), 0 0 0 1px rgba(50, 108, 226, 0.04);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}

  .works-container .image-frame:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 30px 50px -15px rgba(50, 108, 226, 0.18), 0 0 0 1px rgba(50, 108, 226, 0.06);
  }

  .works-container .image-frame .image-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    z-index: 2;
    pointer-events: none;
  }

  .works-container .image-frame:hover .image-shine {
    transform: translateX(100%);
  }

  .works-container .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .works-container .image-frame:hover img {
    transform: scale(1.04);
  }

.works-container .glass-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.works-container .glass-badge {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 10px 25px -8px rgba(13, 48, 89, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

  .works-container .glass-badge:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px -8px rgba(13, 48, 89, 0.15);
  }

.works-container .floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  animation: badgeFloat 4s ease-in-out infinite;
}

  .works-container .floating-badge .badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--success), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

    .works-container .floating-badge .badge-icon i {
      color: var(--white);
      font-size: 18px;
    }

.works-container .floating-stat {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  animation: badgeFloat 4s ease-in-out infinite;
  animation-delay: -2s;
}

  .works-container .floating-stat .stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gold-mid), var(--gold-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

    .works-container .floating-stat .stat-icon i {
      color: var(--white);
      font-size: 18px;
    }

.works-container .badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

  .works-container .badge-text strong {
    font-family: var(--font-bold);
    font-size: 12px;
    color: var(--primary-dark);
    letter-spacing: -0.2px;
  }

  .works-container .badge-text span {
    font-family: var(--font-medium);
    font-size: 10px;
    color: var(--text-muted);
  }

@keyframes badgeFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.works-container .decorative-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed var(--primary-light2);
  opacity: 0.25;
  pointer-events: none;
  animation: ringRotate 20s linear infinite;
}

.works-container .ring-1 {
  width: 100px;
  height: 100px;
  top: -30px;
  right: -30px;
}

.works-container .ring-2 {
  width: 70px;
  height: 70px;
  bottom: -15px;
  left: -15px;
  animation-direction: reverse;
  animation-duration: 15s;
}

@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.works-container .content-col {
  padding-left: 1.5rem;
}

.works-container .content-wrapper {
  position: relative;
}

.works-container .section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 4px 12px;
  background: var(--primary-light);
  border-radius: 100px;
  border: 1px solid rgba(50, 108, 226, 0.08);
}

  .works-container .section-label .label-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    animation: dotPulse 2s ease-in-out infinite;
  }

  .works-container .section-label .label-text {
    font-family: var(--font-medium);
    font-size: 11px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

.works-container .title {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

  .works-container .title .underline-title {
    position: relative;
    display: inline-block;
    z-index: 1;
  }

    .works-container .title .underline-title::after {
      content: "";
      position: absolute;
      left: -3px;
      right: -3px;
      bottom: 4px;
      height: 10px;
      background: linear-gradient(90deg, var(--primary-light2), var(--primary-light));
      border-radius: 3px;
      z-index: -1;
      opacity: 0.5;
      transform: skewX(-2deg);
    }

.works-container .journey {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 24px;
  position: relative;
  padding-left: 12px;
  border-left: 2.5px solid var(--primary-light2);
}

.works-container .timeline {
  position: relative;
  padding-left: 0;
  margin-bottom: 28px;
}

.works-container .timeline-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 14px;
  margin-bottom: 4px;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
}

  .works-container .timeline-step:hover {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    transform: translateX(6px);
    box-shadow: 0 6px 20px -8px rgba(50, 108, 226, 0.08);
  }

  .works-container .timeline-step:last-child {
    margin-bottom: 0;
  }

.works-container .step-connector {
  position: absolute;
  left: 34px;
  top: 52px;
  width: 1.5px;
  height: calc(100% - 24px);
  background: linear-gradient(180deg, var(--primary-light2), transparent);
}

.works-container .step-number {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}

.works-container .step-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1.5px solid var(--primary-light2);
  color: var(--primary);
  font-size: 17px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 3px 12px -4px rgba(50, 108, 226, 0.15);
  position: relative;
  z-index: 2;
}

.works-container .step-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  border: 1.5px solid var(--primary-light2);
  opacity: 0;
  animation: stepPulse 3s ease-in-out infinite;
}

.works-container .timeline-step:hover .step-icon {
  background: linear-gradient(135deg, var(--primary), var(--primary-color));
  color: var(--white);
  border-color: var(--primary);
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 6px 20px -4px rgba(50, 108, 226, 0.3);
}

.works-container .timeline-step:hover .step-pulse {
  animation: none;
  opacity: 0;
}

@keyframes stepPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.35;
  }
}

.works-container .step-content {
  flex: 1;
  padding-top: 1px;
}

.works-container .step-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.works-container .step-badge {
  font-family: var(--font-medium);
  font-size: 9px;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-light);
  padding: 2px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.works-container .step-title {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: var(--primary-dark);
  margin: 0;
}

.works-container .step-desc {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0;
}

.works-container .cta-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(248, 250, 252, 0.85));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.5);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 15px 40px -12px rgba(13, 48, 89, 0.06);
  transition: all 0.4s ease;
}

  .works-container .cta-section:hover {
    box-shadow: 0 20px 50px -12px rgba(13, 48, 89, 0.1);
    transform: translateY(-2px);
  }

.works-container .cta-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.works-container .cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary-light2));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

  .works-container .cta-icon i {
    font-size: 20px;
    color: var(--primary);
  }

.works-container .cta-text {
  flex: 1;
}

.works-container .action-title {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--primary-dark);
  margin: 0 0 4px 0;
}

.works-container .action-desc {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0;
}

.works-container .cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, var(--primary), var(--primary-color));
  color: var(--white);
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 6px 20px -4px rgba(50, 108, 226, 0.35);
}

  .works-container .cta-button .btn-text {
    position: relative;
    z-index: 2;
  }

  .works-container .cta-button .btn-icon {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: all 0.3s ease;
  }

    .works-container .cta-button .btn-icon i {
      font-size: 16px;
      transition: transform 0.3s ease;
    }

  .works-container .cta-button .btn-glow {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary-light2), var(--primary));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  .works-container .cta-button:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 12px 30px -4px rgba(50, 108, 226, 0.45);
  }

    .works-container .cta-button:hover .btn-glow {
      opacity: 1;
    }

    .works-container .cta-button:hover .btn-icon {
      background: rgba(255, 255, 255, 0.2);
      transform: translateX(3px);
    }

      .works-container .cta-button:hover .btn-icon i {
        transform: translateX(2px);
      }

  .works-container .cta-button:active {
    transform: translateY(-1px) scale(0.98);
  }

@media screen and (max-width: 991px) {
  .works-container {
    padding: 50px 0 70px;
  }

    .works-container .image-col {
      padding-right: 0;
      margin-bottom: 40px;
    }

    .works-container .content-col {
      padding-left: 0;
    }

    .works-container .title {
      font-size: 34px;
    }

    .works-container .floating-stat {
      top: 16px;
      right: 16px;
      padding: 8px 14px;
    }

    .works-container .floating-badge {
      bottom: 16px;
      left: 16px;
      padding: 8px 14px;
    }

    .works-container .blob-1 {
      width: 300px;
      height: 300px;
    }

    .works-container .blob-2 {
      width: 200px;
      height: 200px;
    }
}

@media screen and (max-width: 767px) {
  .works-container {
    padding: 35px 0 50px;
  }

    .works-container .title {
      font-size: 30px;
      line-height: 1.15;
    }

      .works-container .title .underline-title::after {
        bottom: 3px;
        height: 8px;
      }

    .works-container .journey {
      font-size: 14px;
      margin-bottom: 20px;
    }

    .works-container .timeline-step {
      padding: 10px 12px;
      gap: 12px;
    }

    .works-container .step-icon {
      width: 38px;
      height: 38px;
      font-size: 16px;
      border-radius: 10px;
    }

    .works-container .step-connector {
      left: 31px;
    }

    .works-container .step-title {
      font-size: 16px;
    }

    .works-container .step-desc {
      font-size: 13px;
    }

    .works-container .cta-section {
      padding: 18px 20px;
    }

    .works-container .action-title {
      font-size: 18px;
    }

    .works-container .action-desc {
      font-size: 13px;
    }

    .works-container .cta-button {
      height: 44px;
      font-size: 14px;
    }

    .works-container .floating-badge .badge-text strong,
    .works-container .floating-stat .badge-text strong {
      font-size: 11px;
    }

    .works-container .floating-badge .badge-text span,
    .works-container .floating-stat .badge-text span {
      font-size: 9px;
    }

    .works-container .blob-1 {
      width: 200px;
      height: 200px;
      top: -60px;
    }

    .works-container .blob-2 {
      width: 150px;
      height: 150px;
    }

    .works-container .blob-3 {
      display: none;
    }

    .works-container .decorative-ring {
      display: none;
    }
}

@media screen and (max-width: 480px) {
  .works-container .title {
    font-size: 26px;
  }

  .works-container .journey {
    font-size: 13px;
  }

  .works-container .floating-stat {
    display: none;
  }

  .works-container .floating-badge {
    bottom: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 10px;
  }

    .works-container .floating-badge .badge-icon {
      width: 28px;
      height: 28px;
      border-radius: 8px;
    }

      .works-container .floating-badge .badge-icon i {
        font-size: 14px;
      }

  .works-container .cta-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .works-container .step-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .works-container .step-connector {
    left: 28px;
    top: 50px;
  }
}


:root {
  --cat-practice: #4E93E4;
  --cat-coaching: #019e08;
  --cat-tracking: #F5B95E;
}

.features-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0A2442 0%, #0D3059 45%, #0E335D 100%);
  padding: 96px 0px 110px;
}
.features-section .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.26;
  pointer-events: none;
  z-index: 0;
}
.features-section .blob-a {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -140px;
  background: #4E93E4;
}
.features-section .blob-b {
  width: 460px;
  height: 460px;
  bottom: -160px;
  right: -120px;
  background: #019e08;
}
.features-section .bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(0, 0, 0, 0.5098039216), transparent);
  pointer-events: none;
  z-index: 0;
}

.features-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* ---------- section head ---------- */
.section-head {
  text-align: center;
  margin-bottom: 64px;
}
.section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "LoewNextBold";
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7ec1ff;
  background: rgba(78, 147, 228, 0.12);
  border: 1px solid rgba(78, 147, 228, 0.35);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.section-head .eyebrow i {
  font-size: 15px;
}
.section-head h1 {
  font-family: "LoewNextBold";
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.section-head h1 .underline-title {
  position: relative;
  z-index: 1;
}
.section-head h1 .underline-title::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 96%;
  height: 18px;
  background-color: #4e93e4;
  border-radius: 2px;
  z-index: -1;
  opacity: 0.85;
}
.section-head p {
  font-family: "LoewNextMeduim";
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #C7D3E0;
  max-width: 560px;
  margin: 0 auto;
}

/* ================= INTERACTIVE EXPLORER ================= */
.explorer {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 120px;
}

.explorer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skill-tab {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px 20px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.skill-tab:hover {
  border-color: rgba(78, 147, 228, 0.4);
  transform: translateX(4px);
}
.skill-tab.active {
  background: linear-gradient(120deg, rgba(78, 147, 228, 0.16), rgba(78, 147, 228, 0.04));
  border-color: #4E93E4;
}
.skill-tab .skill-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C7D3E0;
  font-size: 21px;
  transition: background 0.3s ease, color 0.3s ease;
}
.skill-tab.active .skill-icon {
  background: #4E93E4;
  color: #FFFFFF;
}
.skill-tab .skill-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.skill-tab .skill-name {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.skill-tab .skill-headline {
  font-family: "LoewNextMeduim";
  font-size: 13px;
  color: #8FA1B8;
}
.skill-tab .chevron {
  font-size: 20px;
  color: #4E93E4;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.skill-tab.active .chevron {
  transform: translateX(4px);
}
.skill-tab .skill-bullets {
  width: 100%;
  list-style: none;
  margin: 14px 0 4px 62px;
  padding: 0;
  animation: expandIn 0.35s ease both;
}
.skill-tab .skill-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: "LoewNextMeduim";
  font-size: 14px;
  line-height: 1.55;
  color: #C7D3E0;
  margin-bottom: 9px;
}
.skill-tab .skill-bullets li i {
  color: #4E93E4;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

@keyframes expandIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.skill-tab-cta {
  width: 100%;
  margin: 4px 0 2px 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  animation: expandIn 0.35s ease both;
}

.tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 13px;
  color: #0A2442;
  background: #4E93E4;
  border: 0;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 12px 24px -10px rgba(78, 147, 228, 0.6);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tab-btn:hover {
  transform: translateY(-2px);
}
.tab-btn.tab-btn-ai {
  color: var(--white);
  background: linear-gradient(120deg, var(--primary-dark), var(--primary), var(--primary-light2));
  background-size: 200% 200%;
  animation: aiBadgeShimmer 3.5s ease infinite;
  box-shadow: 0 12px 26px -10px rgba(50, 108, 226, 0.65);
}
.tab-btn.tab-btn-ai i:first-child {
  color: var(--secondary);
  animation: aiSparkleSpin 3s linear infinite;
}
.tab-btn.tab-btn-ai:hover {
  transform: translateY(-2px);
}
.tab-btn.tab-btn-ai:hover .tab-btn-arrow {
  transform: translate(2px, -2px);
}
.tab-btn .tab-btn-arrow {
  transition: transform 0.25s ease;
}

.explorer-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.device {
  width: 100%;
  background: #0F1E36;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.device.switching {
  opacity: 0;
  transform: scale(0.97) translateY(8px);
}

.device-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 15px;
  background: #0A1526;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.device-bar .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.device-bar .dot:nth-child(1) {
  background: #e8746c;
}
.device-bar .dot:nth-child(2) {
  background: #f0c36c;
}
.device-bar .dot:nth-child(3) {
  background: #6cd48b;
}
.device-bar .live-badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "LoewNextBold";
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6cd48b;
  background: rgba(108, 212, 139, 0.12);
  border: 1px solid rgba(108, 212, 139, 0.35);
  padding: 3px 10px;
  border-radius: 20px;
}
.device-bar .live-badge i {
  font-size: 8px;
  animation: pulseDot 1.6s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.device-screen {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
.device-screen img {
  display: block;
  width: 100%;
  height: auto;
}
.device-screen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(180deg, transparent, #0F1E36 92%);
  pointer-events: none;
}

.ai-feedback-badge {
  position: absolute;
  bottom: -18px;
  left: 24px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background: linear-gradient(120deg, var(--primary-dark), var(--primary), var(--primary-light2));
  background-size: 200% 200%;
  animation: aiBadgeShimmer 3.5s ease infinite;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ai-feedback-badge.switching {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
}
.ai-feedback-badge:hover {
  transform: translateY(-3px) scale(1.02);
}
.ai-feedback-badge:hover .ai-badge-arrow {
  transform: translate(2px, -2px);
}
.ai-feedback-badge .ai-badge-ring {
  position: absolute;
  inset: -5px;
  border-radius: 30px;
  border: 1.5px solid rgba(2, 125, 8, 0.55);
  animation: aiRingPulse 2s ease-out infinite;
  pointer-events: none;
}
.ai-feedback-badge .ai-badge-icon {
  font-size: 16px;
  color: var(--secondary);
  animation: aiSparkleSpin 3s linear infinite;
  flex-shrink: 0;
}
.ai-feedback-badge .ai-badge-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  text-align: left;
}
.ai-feedback-badge .ai-badge-title {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  white-space: nowrap;
}
.ai-feedback-badge .ai-badge-sub {
  font-family: var(--font-medium);
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.ai-feedback-badge .ai-badge-arrow {
  font-size: 15px;
  color: var(--white);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

@keyframes aiBadgeShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes aiRingPulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@keyframes aiSparkleSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 640px) {
  .ai-feedback-badge {
    padding: 8px 13px 8px 10px;
  }
  .ai-feedback-badge .ai-badge-sub {
    display: none;
  }
}

.tag-chip {
  position: absolute;
  bottom: -16px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12.5px;
  color: #0A2442;
  background: #4E93E4;
  padding: 9px 16px;
  border-radius: 30px;
  box-shadow: 0 14px 26px -10px rgba(78, 147, 228, 0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: 0px;
}
.tag-chip.switching {
  opacity: 0;
  transform: translateY(8px) scale(0.95);
}

/* ================= BENTO GRID ================= */
.bento-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.bento-head h2 {
  font-family: "LoewNextBold";
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  margin: 0 0 6px;
}
.bento-head p {
  font-family: "LoewNextMeduim";
  font-size: 14.5px;
  color: #8FA1B8;
  margin: 0;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  font-family: "LoewNextBold";
  font-weight: 700;
  font-size: 13px;
  color: #C7D3E0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 17px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.chip:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.chip.active.f-all {
  background: #FFFFFF;
  color: #0A2442;
  border-color: #FFFFFF;
}
.chip.active.f-practice {
  background: var(--cat-practice);
  color: #0A2442;
  border-color: var(--cat-practice);
}
.chip.active.f-coaching {
  background: var(--cat-coaching);
  color: #0A2442;
  border-color: var(--cat-coaching);
}
.chip.active.f-tracking {
  background: var(--cat-tracking);
  color: #0A2442;
  border-color: var(--cat-tracking);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 20px;
  position: relative;
  transition: height 0.9s ease-in-out;
}

.bento-card {
  --cat-color: #4E93E4;
  position: relative;
  grid-column: span 2;
  background: linear-gradient(160deg, rgba(21, 42, 71, 0.9), rgba(15, 30, 54, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 26px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.bento-card.wide {
  grid-column: span 4;
}
@media (min-width: 901px) {
  .bento-card.wide {
    grid-column: span 2;
  }
}
.bento-card.cat-practice {
  --cat-color: #4E93E4;
}
.bento-card.cat-coaching {
  --cat-color: #019e08;
}
.bento-card.cat-tracking {
  --cat-color: #F5B95E;
}
.bento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--cat-color);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bento-card:hover {
  transform: translateY(-6px);
  border-color: var(--cat-color);
  box-shadow: 0 20px 45px -20px rgba(0, 0, 0, 0.55);
}
.bento-card:hover::before {
  opacity: 1;
}
.bento-card:hover .card-icon {
  transform: scale(1.08) rotate(-4deg);
}
.bento-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.bento-card .card-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cat-color);
  transition: transform 0.3s ease;
}
.bento-card .card-icon i {
  font-size: 22px;
}
.bento-card .card-category {
  font-family: "LoewNextBold";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cat-color);
}
.bento-card h3 {
  font-family: "LoewNextBold";
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
  color: #FFFFFF;
}
.bento-card p {
  font-family: "LoewNextMeduim";
  font-size: 14px;
  line-height: 1.6;
  color: #C7D3E0;
  margin: 0;
}
.bento-card.card-fade-in {
  animation: cardFadeIn 0.4s ease backwards;
}
.bento-card.card-fade-in:nth-child(1) { animation-delay: 0.03s; }
.bento-card.card-fade-in:nth-child(2) { animation-delay: 0.06s; }
.bento-card.card-fade-in:nth-child(3) { animation-delay: 0.09s; }
.bento-card.card-fade-in:nth-child(4) { animation-delay: 0.12s; }
.bento-card.card-fade-in:nth-child(5) { animation-delay: 0.15s; }
.bento-card.card-fade-in:nth-child(6) { animation-delay: 0.18s; }
.bento-card.card-fade-in:nth-child(7) { animation-delay: 0.21s; }
.bento-card.card-fade-in:nth-child(8) { animation-delay: 0.24s; }
.bento-card.card-fade-in:nth-child(9) { animation-delay: 0.27s; }
.bento-card.card-fade-in:nth-child(10) { animation-delay: 0.3s; }
.bento-card.card-fade-in:nth-child(11) { animation-delay: 0.33s; }
.bento-card.card-fade-in:nth-child(12) { animation-delay: 0.36s; }
.bento-card.card-fade-in:nth-child(13) { animation-delay: 0.39s; }
.bento-card.card-fade-in:nth-child(14) { animation-delay: 0.42s; }
.bento-card.card-fade-in:nth-child(15) { animation-delay: 0.45s; }
.bento-card.card-fade-in:nth-child(16) { animation-delay: 0.48s; }
.bento-card.card-fade-in:nth-child(17) { animation-delay: 0.51s; }
.bento-card.card-fade-in:nth-child(18) { animation-delay: 0.54s; }
.bento-card.card-fade-in:nth-child(19) { animation-delay: 0.57s; }
.bento-card.card-fade-in:nth-child(20) { animation-delay: 0.6s; }

.bento-grid.is-animating .bento-card {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(0.96) !important;
  pointer-events: none;
  transition: none !important;
}

.bento-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 16px;
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12.5px;
  color: var(--white);
  background: linear-gradient(120deg, var(--primary-dark), var(--primary), var(--primary-light2));
  background-size: 180% 180%;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 12px 26px -12px rgba(50, 108, 226, 0.6);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.6s ease;
}
.bento-cta i:first-child {
  font-size: 14px;
  color: var(--secondary);
  animation: aiSparkleSpin 3s linear infinite;
}
.bento-cta .bento-cta-arrow {
  transition: transform 0.25s ease;
}
.bento-cta:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 0 16px 32px -12px rgba(50, 108, 226, 0.75);
}
.bento-cta:hover .bento-cta-arrow {
  transform: translate(3px, -3px);
}

.mini-visual {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mini-ring-svg {
  width: 76px;
  height: 76px;
  transform: rotate(-90deg);
}

.mini-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 12;
}

.mini-seg {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 72 289;
}

.seg-a { stroke: #4E93E4; stroke-dashoffset: 0; }
.seg-b { stroke: #F5B95E; stroke-dashoffset: -73; }
.seg-c { stroke: #A78BFA; stroke-dashoffset: -146; }
.seg-d { stroke: #6cd48b; stroke-dashoffset: -219; }

.mini-ring-label {
  font-family: "LoewNextBold";
  font-size: 13px;
  color: #FFFFFF;
}

.quiz-mini {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.mini-quiz-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "LoewNextMeduim";
  font-size: 12.5px;
  color: #C7D3E0;
}
.mini-quiz-row i {
  color: #6cd48b;
  font-size: 15px;
}
.mini-quiz-row.muted {
  color: #6B7C90;
}
.mini-quiz-row.muted i {
  color: #3A4B62;
}

/* ---------------- responsive ---------------- */
@media screen and (max-width: 1100px) {
  .features-section {
    padding: 80px 0px 90px;
  }
}
@media screen and (max-width: 900px) {
  .explorer {
    grid-template-columns: 1fr;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-card {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 768px) {
  .features-section {
    padding: 64px 0px 72px;
  }
  .section-head h1 {
    font-size: 32px;
  }
  .section-head p {
    font-size: 15px;
  }
  .explorer {
    margin-bottom: 80px;
  }
  .skill-tab {
    padding: 14px 16px;
    gap: 12px;
  }
  .skill-name {
    font-size: 15px;
  }
  .skill-bullets {
    margin-left: 0;
  }
  .skill-tab-cta {
    margin-left: 0;
  }
  .bento-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .bento-head h2 {
    font-size: 22px;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card {
    grid-column: span 1 !important;
  }
  .tag-chip {
    left: 12px;
    padding: 7px 13px;
    font-size: 11.5px;
  }
  .bento-cta {
    font-size: 11px;
  }
}
.faq {
  position: relative;
  overflow: hidden;
  padding: 90px 0px 100px;
  background-color: #FFFFFF;
  min-height: 485px;
  /* ---------- head ---------- */
  /* ---------- search + chips ---------- */
  /* ---------- accordion ---------- */
  /* ---------- CTA ---------- */
}

  .faq .bg-blob {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #4E93E4;
    filter: blur(140px);
    opacity: 0.1;
    top: -160px;
    left: -100px;
    pointer-events: none;
  }

  .faq > * {
    position: relative;
    z-index: 1;
  }

  .faq .faq-head {
    max-width: 620px;
    margin: 0 auto 34px;
  }

    .faq .faq-head .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #154B89;
      background: #EAF2FC;
      border: 1px solid #CFE2F8;
      padding: 6px 16px;
      border-radius: 30px;
      margin-bottom: 18px;
    }

      .faq .faq-head .eyebrow i {
        font-size: 15px;
        color: #4E93E4;
      }

    .faq .faq-head h1 {
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 44px;
      line-height: 120%;
      letter-spacing: 0px;
      color: #154B89;
      margin: 0 0 14px;
    }

      .faq .faq-head h1 .underline-title {
        position: relative;
        z-index: 1;
      }

        .faq .faq-head h1 .underline-title::after {
          content: "";
          position: absolute;
          left: 5px;
          bottom: 4px;
          width: 96%;
          height: 18px;
          background-color: #a6c9f1;
          border-radius: 2px;
          z-index: -1;
        }

    .faq .faq-head p {
      font-family: "LoewNextMeduim";
      font-size: 16px;
      line-height: 24px;
      color: #5B6B7F;
      margin: 0;
    }

  .faq .faq-controls {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .faq .search-box {
    position: relative;
    width: 100%;
  }

    .faq .search-box > i.ri-search-line {
      position: absolute;
      left: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: #9CA3AF;
      font-size: 18px;
    }

    .faq .search-box input {
      width: 100%;
      height: 52px;
      border-radius: 30px;
      border: 1.5px solid #E5E7EB;
      background: #F9FAFB;
      padding: 0 44px;
      font-family: "LoewNextMeduim";
      font-size: 14.5px;
      color: #111827;
      outline: none;
      transition: border-color 0.25s ease, background 0.25s ease;
    }

      .faq .search-box input::placeholder {
        color: #9CA3AF;
      }

      .faq .search-box input:focus {
        border-color: #4E93E4;
        background: #FFFFFF;
        box-shadow: 0 0 0 4px rgba(78, 147, 228, 0.12);
      }

    .faq .search-box .clear-icon {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: #9CA3AF;
      font-size: 18px;
      cursor: pointer;
      transition: color 0.2s ease;
    }

      .faq .search-box .clear-icon:hover {
        color: #E8746C;
      }

  .faq .category-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

    .faq .category-chips .chip {
      font-family: "LoewNextBold";
      font-weight: 700;
      font-size: 13px;
      color: #5B6B7F;
      background: #F3F4F6;
      border: 1px solid #E5E7EB;
      padding: 8px 18px;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.25s ease;
    }

      .faq .category-chips .chip:hover {
        border-color: #4E93E4;
        color: #154B89;
      }

      .faq .category-chips .chip.active {
        background: #154B89;
        border-color: #154B89;
        color: #FFFFFF;
      }

  .faq .accordion {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .faq .faq-item {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }

    .faq .faq-item:hover {
      border-color: #C9DDF6;
    }

    .faq .faq-item.open {
      border-color: #4E93E4;
      box-shadow: 0 14px 30px -18px rgba(21, 75, 137, 0.3);
    }

      .faq .faq-item.open .q-toggle {
        transform: rotate(45deg);
        background: #4E93E4;
        color: #FFFFFF;
      }

      .faq .faq-item.open .q-icon {
        background: #4E93E4;
        color: #FFFFFF;
      }

  .faq .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    border: none;
    padding: 18px 20px;
    cursor: pointer;
    text-align: left;
  }

    .faq .faq-question .q-index {
      font-family: "LoewNextBold";
      font-size: 13px;
      font-weight: 700;
      color: #B8C4D1;
      width: 22px;
      flex-shrink: 0;
    }

    .faq .faq-question .q-icon {
      width: 36px;
      height: 36px;
      flex-shrink: 0;
      border-radius: 10px;
      background: #EAF2FC;
      color: #4E93E4;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      transition: background 0.25s ease, color 0.25s ease;
    }

    .faq .faq-question .q-text {
      flex: 1;
      font-family: "LoewNextMeduim";
      font-weight: 700;
      font-size: 15.5px;
      line-height: 20px;
      color: #111827;
    }

    .faq .faq-question .q-tag {
      display: none;
      font-family: "LoewNextBold";
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #4E93E4;
      background: #EAF2FC;
      padding: 4px 10px;
      border-radius: 20px;
      white-space: nowrap;
    }

@media screen and (min-width: 640px) {
  .faq .faq-question .q-tag {
    display: inline-block;
  }
}

.faq .faq-question .q-toggle {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #EEF2F6;
  color: #154B89;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s ease, background 0.25s ease, color 0.25s ease;
}

.faq .faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq .faq-item.open .faq-answer-wrap {
  grid-template-rows: 1fr;
}

.faq .faq-answer-inner {
  overflow: hidden;
}

  .faq .faq-answer-inner p {
    font-family: "LoewNextMeduim";
    font-weight: 500;
    font-size: 14.5px;
    line-height: 22px;
    color: #5B6B7F;
    padding: 0 20px 20px 56px;
  }

.faq .no-results {
  text-align: center;
  padding: 50px 20px;
  color: #9CA3AF;
}

  .faq .no-results i {
    font-size: 34px;
    margin-bottom: 10px;
    display: block;
  }

  .faq .no-results p {
    font-family: "LoewNextMeduim";
    font-size: 14.5px;
    margin: 0;
  }

.faq .faq-cta {
  max-width: 820px;
  margin: 46px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  background: linear-gradient(120deg, #0D3059 0%, #154B89 100%);
  border-radius: 18px;
  padding: 30px 34px;
}

  .faq .faq-cta h3 {
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 4px;
  }

  .faq .faq-cta p {
    font-family: "LoewNextMeduim";
    font-size: 14px;
    color: #C7D3E0;
    margin: 0;
  }

  .faq .faq-cta .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .faq .faq-cta .btn-outline, .faq .faq-cta .btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    padding: 0 20px;
    height: 46px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
  }

  .faq .faq-cta .btn-outline {
    color: #FFFFFF;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
  }

    .faq .faq-cta .btn-outline:hover {
      background: rgba(255, 255, 255, 0.1);
    }

  .faq .faq-cta .btn-solid {
    color: #0A2442;
    background: #4E93E4;
    border: none;
    box-shadow: 0 14px 28px -12px rgba(78, 147, 228, 0.7);
  }

    .faq .faq-cta .btn-solid i {
      transition: transform 0.25s ease;
    }

    .faq .faq-cta .btn-solid:hover {
      background: #FFFFFF;
    }

      .faq .faq-cta .btn-solid:hover i {
        transform: translateX(4px);
      }

@media screen and (max-width: 900px) {
  .faq {
    padding: 70px 0px 80px;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 56px 0px 64px;
  }

    .faq .faq-head h1 {
      font-size: 30px;
      line-height: 130%;
    }

    .faq .faq-head p {
      font-size: 14px;
    }

    .faq .faq-question {
      padding: 15px 14px;
      gap: 10px;
    }

      .faq .faq-question .q-index {
        display: none;
      }

      .faq .faq-question .q-icon {
        width: 32px;
        height: 32px;
        font-size: 15px;
      }

      .faq .faq-question .q-text {
        font-size: 14px;
      }

    .faq .faq-answer-inner p {
      padding: 0 16px 16px 16px;
      font-size: 13px;
    }

    .faq .faq-cta {
      flex-direction: column;
      align-items: flex-start;
      padding: 24px 20px;
    }

      .faq .faq-cta .cta-actions {
        width: 100%;
      }

      .faq .faq-cta .btn-outline, .faq .faq-cta .btn-solid {
        flex: 1;
        justify-content: center;
      }
}
.free-container {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  /* ---------- left: copy + CTA ---------- */
  /* ---------- right: floating glass access card ---------- */
}

  .free-container .bg-image {
    position: absolute;
    inset: 0;
    background-image: url(/images/94c600d97395ee71ddda19239246c0c2b4841c84.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 108%;
    transition: background-size 2.4s ease-in-out;
  }

    .free-container .bg-image.zoomed {
      background-size: 100%;
    }

  .free-container .overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(10, 36, 66, 0.97) 0%, rgba(13, 48, 89, 0.93) 45%, rgba(10, 36, 66, 0.6) 100%);
  }

  .free-container .bg-blob {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #4E93E4;
    filter: blur(130px);
    opacity: 0.28;
    top: -140px;
    right: -80px;
    pointer-events: none;
  }

  .free-container .content-grid {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: center;
    padding: 76px 0px;
  }

  .free-container .cta-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7ec1ff;
    background: rgba(78, 147, 228, 0.15);
    border: 1px solid rgba(78, 147, 228, 0.4);
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 18px;
  }

    .free-container .cta-copy .eyebrow i {
      font-size: 14px;
    }

  .free-container .cta-copy .title {
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 46px;
    line-height: 118%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 16px;
  }

    .free-container .cta-copy .title .underline-title {
      position: relative;
      z-index: 1;
    }

      .free-container .cta-copy .title .underline-title::after {
        content: "";
        position: absolute;
        left: 5px;
        bottom: 6px;
        width: 96%;
        height: 20px;
        background-color: #4e93e4;
        border-radius: 2px;
        z-index: -1;
      }

  .free-container .cta-copy .desc {
    font-family: "LoewNextMeduim";
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #C7D3E0;
    max-width: 460px;
    margin: 0 0 30px;
  }

  .free-container .cta-copy .cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .free-container .cta-copy .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 54px;
    padding: 0 28px;
    border-radius: 8px;
    border: none;
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 16px;
    color: #0A2442;
    background-color: #4E93E4;
    cursor: pointer;
    animation: ctaPulse 2.6s ease-in-out infinite;
    transition: transform 0.25s ease, background 0.25s ease;
  }

    .free-container .cta-copy .cta-btn i {
      font-size: 18px;
      transition: transform 0.25s ease;
    }

    .free-container .cta-copy .cta-btn:hover {
      background-color: #FFFFFF;
      transform: translateY(-3px);
    }

      .free-container .cta-copy .cta-btn:hover i {
        transform: translateX(4px);
      }

  .free-container .cta-copy .reassure {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

    .free-container .cta-copy .reassure span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: "LoewNextMeduim";
      font-size: 13px;
      color: #9FB3C8;
    }

      .free-container .cta-copy .reassure span i {
        color: #6cd48b;
        font-size: 15px;
      }

@keyframes ctaPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(78, 147, 228, 0.55);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(78, 147, 228, 0);
  }
}

.free-container .access-card {
  position: relative;
  background: rgba(15, 30, 54, 0.55);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 34px 30px 28px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.55);
}

  .free-container .access-card .ribbon {
    position: absolute;
    top: -16px;
    left: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "LoewNextBold";
    font-weight: 700;
    font-size: 12.5px;
    color: #0A2442;
    background: #6cd48b;
    padding: 7px 16px;
    border-radius: 20px;
    box-shadow: 0 10px 22px -8px rgba(108, 212, 139, 0.7);
  }

  .free-container .access-card .float-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #F5B95E;
    font-size: 16px;
  }

  .free-container .access-card .icon-a {
    top: 18px;
    right: 22px;
    animation: floatBob 3.6s ease-in-out infinite;
  }

  .free-container .access-card .icon-b {
    bottom: 90px;
    right: -14px;
    color: #A78BFA;
    animation: floatBob 4.2s ease-in-out infinite 0.6s;
  }

@keyframes floatBob {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.free-container .access-card h4 {
  font-family: "LoewNextBold";
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin: 10px 0 18px;
}

.free-container .access-card ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.free-container .access-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "LoewNextMeduim";
  font-size: 14.5px;
  color: #E4EFFB;
  margin-bottom: 14px;
}

  .free-container .access-card li:last-child {
    margin-bottom: 0;
  }

  .free-container .access-card li .perk-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(78, 147, 228, 0.18);
    color: #7ec1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

.free-container .access-card .mini-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "LoewNextMeduim";
  font-size: 12.5px;
  color: #9FB3C8;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
}

  .free-container .access-card .mini-note i {
    color: #F5B95E;
    font-size: 15px;
  }

@media screen and (max-width: 1100px) {
  .free-container .content-grid {
    padding: 70px 0px;
  }
}

@media screen and (max-width: 900px) {
  .free-container .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .free-container {
    min-height: 0;
  }

    .free-container .content-grid {
      padding: 56px 0px;
    }

    .free-container .cta-copy .title {
      font-size: 30px;
      line-height: 38px;
    }

      .free-container .cta-copy .title .underline-title::after {
        bottom: 3px;
        height: 14px;
      }

    .free-container .cta-copy .desc {
      font-size: 15px;
      line-height: 23px;
    }

    .free-container .cta-copy .cta-btn {
      width: 100%;
      justify-content: center;
    }

    .free-container .access-card {
      padding: 30px 22px 24px;
    }

      .free-container .access-card .icon-b {
        display: none;
      }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(var(--fade-offset, -20px));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  opacity: 0;
  animation-name: fadeInDown;
  animation-duration: var(--fade-duration, 600ms);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: var(--fade-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-down {
    animation: none;
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(var(--fade-offset-x, 40px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.scroll-fade-down,
.scroll-fade-left {
  opacity: 0;
}

.scroll-fade-down.is-visible {
  animation: fadeInDown var(--fade-duration, 600ms) ease-out both;
}

.scroll-fade-left.is-visible {
  animation: fadeInLeft var(--fade-duration, 600ms) ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-fade-down,
  .scroll-fade-left {
    opacity: 1;
  }
  .scroll-fade-down.is-visible,
  .scroll-fade-left.is-visible {
    animation: none;
  }
}