.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

  .services-grid .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    background: var(--gray-100);
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--gray-200);
  }

    .services-grid .service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(13, 48, 89, 0.08);
      border-color: var(--primary);
    }

    .services-grid .service-card .service-icon {
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-light);
      border-radius: 12px;
    }

      .services-grid .service-card .service-icon i {
        color: var(--primary);
        font-size: 1.5rem;
      }

    .services-grid .service-card span {
      font-family: var(--font-medium);
      font-size: 0.85rem;
      color: var(--primary-dark);
    }

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

  .info-cards .info-card {
    padding: 24px;
    background: var(--gray-100);
    border-radius: 14px;
    border: 1px solid var(--gray-200);
    text-align: center;
  }

    .info-cards .info-card i {
      font-size: 2rem;
      color: var(--primary);
      margin-bottom: 12px;
    }

    .info-cards .info-card h6 {
      font-family: var(--font-bold);
      color: var(--primary-dark);
      margin-bottom: 8px;
      font-size: 1rem;
    }

    .info-cards .info-card p {
      font-size: 0.9rem;
      margin-bottom: 0;
      color: var(--text-medium);
    }

.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 24px 0;
  position: relative;
}

  .timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gray-300);
  }

  .timeline .timeline-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    position: relative;
  }

    .timeline .timeline-item .timeline-dot {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--primary-light);
      border: 2px solid var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      z-index: 1;
    }

      .timeline .timeline-item .timeline-dot i {
        color: var(--primary);
        font-size: 1rem;
      }

    .timeline .timeline-item .timeline-content {
      display: flex;
      flex-direction: column;
    }

      .timeline .timeline-item .timeline-content .timeline-title {
        font-family: var(--font-bold);
        color: var(--primary-dark);
        font-size: 0.95rem;
      }

      .timeline .timeline-item .timeline-content .timeline-desc {
        font-family: var(--font-medium);
        color: var(--text-medium);
        font-size: 0.85rem;
      }

.prohibited-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

  .prohibited-list .prohibited-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff5f5;
    border-radius: 10px;
    border-left: 3px solid var(--error);
    font-family: var(--font-medium);
    color: var(--gray-700);
  }

    .prohibited-list .prohibited-item i {
      color: var(--error);
      font-size: 1.2rem;
    }

.liability-cap {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--gray-100);
  border-radius: 14px;
  margin: 20px 0;
  border: 1px solid var(--gray-200);
}

  .liability-cap i {
    font-size: 2rem;
    color: var(--primary);
  }

  .liability-cap div {
    display: flex;
    flex-direction: column;
  }

    .liability-cap div .cap-label {
      font-family: var(--font-bold);
      color: var(--primary-dark);
      font-size: 1rem;
      margin-bottom: 4px;
    }

    .liability-cap div .cap-value {
      font-family: var(--font-medium);
      color: var(--text-medium);
      font-size: 0.95rem;
    }

.disclaimer-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 20px 0;
}

  .disclaimer-list .disclaimer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: var(--gray-100);
    border-radius: 10px;
    font-family: var(--font-medium);
    color: var(--text-medium);
    font-size: 0.9rem;
  }

    .disclaimer-list .disclaimer-item i {
      color: var(--gray-500);
      font-size: 1.2rem;
    }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .third-party-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*# sourceMappingURL=site.css.map */

: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;
}

.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-visual {
  display: flex;
  align-items: center;
  gap: 14px;
}

.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;
  }
}
