.seb-hero {
  background:
    radial-gradient(
      ellipse 900px 500px at 85% 15%,
      rgba(124, 92, 252, 0.25),
      transparent 60%
    ),
    radial-gradient(
      ellipse 700px 600px at 100% 100%,
      rgba(124, 92, 252, 0.18),
      transparent 55%
    ),
    #0b0a14;
  padding: 30px 0 50px;
  overflow: hidden;
  position: relative;
}

/* ---------- Left column ---------- */
.seb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #373737;
  border: 1px solid #ffffff17;
  color: #ffb020;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
}
.seb-badge i {
  color: #ffb347;
  font-size: 0.75rem;
}

.seb-heading {
  font-size: 62px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 22px;
}
.seb-heading .accent {
  color: #a78bfa;
}

.seb-sub {
  color: #b8b3c9;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 34px;
}

.seb-industry-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 30px;
}
.seb-industry-item h5 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.seb-industry-item p {
  color: #b8b3c9;
  font-size: 0.85rem;
  margin: 0;
}

.seb-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #7c5cfc, #6142f5);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 12px 28px rgba(124, 92, 252, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.seb-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(124, 92, 252, 0.45);
}

.seb-reviews img {
  height: 42px;
  margin-top: 30px;
}

/* ---------- Right column ---------- */
.seb-right-wrap {
  position: relative;
  max-width: 100%;
  /* margin: 0 auto; */
  padding-right: 130px;
}

.seb-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 30px 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.seb-form-card .seb-form-header {
  text-align: center;
  margin-bottom: 26px;
}
.seb-form-card h2 {
  font-size: 38px;
  font-weight: 500;
  color: #7c5cfc;
  margin-bottom: 6px;
  text-align: center;
}
.seb-form-card .seb-form-tag {
  color: #575757;
  font-size: 0.88rem;
  margin-bottom: 0;
  text-align: center;
}

.seb-form-card label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #26232f;
  margin-bottom: 6px;
}
.seb-form-card label.error {
  color: #ff4d4f;
}

.seb-input-group {
  position: relative;
  margin-bottom: 16px;
}
.seb-input-group i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #a9a4bb;
  font-size: 0.9rem;
}
.seb-input-group .form-control,
.seb-input-group .form-select {
  padding: 11px 14px 11px 40px;
  border-radius: 9px;
  border: 1px solid #e4e1ec;
  background: #faf9fc;
  font-size: 0.92rem;
}
.seb-input-group .form-select.error {
  color: #000 !important;
}
.seb-input-group .form-control:focus,
.seb-input-group .form-select:focus {
  border-color: #7c5cfc;
  box-shadow: 0 0 0 3px rgba(124, 92, 252, 0.15);
  background: #fff;
}

/* State / businessman selects have no left icon — just the native arrow */
.seb-input-group.no-icon .form-select {
  padding-left: 14px;
}

.seb-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #7c5cfc, #6142f5);
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 13px;
  border: none;
  border-radius: 6px;
  margin-top: 6px;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.seb-submit-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(124, 92, 252, 0.35);
}

/* floating stat chips — sit outside the card's right edge, only a small overlap */
/* .seb-chip{
  position: absolute;
  right: 0;
  background: #14121e;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 14px 18px;
  color: #fff;
  width: 152px;
  z-index: 3;
  box-shadow: 0 18px 36px rgba(0,0,0,0.55);
}
.seb-chip .chip-label{
  font-family: "SFMono-Regular", Consolas, "Courier New", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #a29cb8;
  text-transform: uppercase;
}
.seb-chip .chip-value{
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  margin: 5px 0 3px;
  line-height: 1;
}
.seb-chip .chip-value span{
  font-size: 0.7rem;
  font-weight: 500;
  color: #b3aed1;
}
.seb-chip .chip-sub{
  font-size: 0.7rem;
  color: #918cab;
  line-height: 1.35;
} */

.seb-chip {
  position: absolute;
  right: -25px;
  background:
    linear-gradient(#131118, #131118) padding-box,
    linear-gradient(150deg, #8b6cf7 0%, #6142f5 35%, rgba(97, 66, 245, 0) 70%)
      border-box;
  border: 1.5px solid transparent;
  border-radius: 14px;
  padding: 16px 18px;
  color: #fff;
  width: 175px;
  z-index: 3;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.55),
    -4px -4px 20px rgba(124, 92, 252, 0.18);
}
.seb-chip .chip-label {
  font-family: "SFMono-Regular", Consolas, "Courier New", monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
}
.seb-chip .chip-value {
  font-size: 1.65rem;
  font-weight: 800;
  color: #fff;
  margin: 8px 0 7px;
  line-height: 1;
}
.seb-chip .chip-value span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
}
.seb-chip .chip-sub {
  font-size: 0.72rem;
  color: #d8d5e2;
  line-height: 1.35;
}

.chip-1 {
  top: 40px;
  right: -15px;
}
.chip-2 {
  top: 180px;
}
.chip-3 {
  top: 320px;
}

/* ===== Section wrapper ===== */
.sp-section {
  padding: 72px 0 40px;
}

.sp-header {
  margin: 0 auto 44px;
}

.sp-badge {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.44px;
  color: #5b3be0;
  border: 1.5px solid #5b3be0;
  padding: 6px 18px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sp-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.76px;
  color: #000;
  margin-bottom: 14px;
  font-family: "Space Grotesk", sans-serif;
}

.sp-heading-accent {
  color: #5b3be0;
}

.sp-subtext {
  font-size: 1rem;
  color: #6b6a78;
  margin-bottom: 0;
}

/* ===== Role selector row ===== */
.sp-roles {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.sp-role-item {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  cursor: pointer;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

.sp-role-item:hover {
  transform: translateY(-2px);
}

.sp-role-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1.5px solid #e7e5ef;
  font-size: 1.3rem;
  color: var(--sp-ink);
  margin-bottom: 10px;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.sp-role-item.active .sp-role-icon {
  /* background: linear-gradient(160deg, var(--sp-purple), var(--sp-purple-dark)); */
  background: linear-gradient(135deg, #7c5cff 0%, #5b3be0 100%);

  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 18px rgba(124, 92, 252, 0.35);
}

.sp-role-name {
  font-size: 14px;
  font-weight: 700;
  color: #0a0a12;
  margin-bottom: 2px;
}

.sp-role-sub {
  font-size: 0.74rem;
  color: #8b8a9b;
  text-align: center;
  line-height: 1.3;
}

/* ===== Dark card ===== */
.sp-card {
  background: #0a0a12;
  border-radius: 28px;
  padding: 44px 44px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(20, 18, 27, 0.45);
}
.sp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(124, 92, 255, 0.25) 0%,
    rgba(124, 92, 255, 0) 100%
  );
}

.sp-card-left {
  padding-right: 32px;
}

.sp-path-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #ffb020;
  margin-bottom: 14px;
}

.sp-card-title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 26px;
  letter-spacing: -0.01em;
  font-family: "Space Grotesk", sans-serif;
}

.sp-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.sp-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffffc7;
  font-size: 14.5px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-feature-list li:last-child {
  border-bottom: none;
}

.sp-feature-list li i {
  color: var(--sp-purple);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.sp-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
}

.sp-price-amount {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.sp-price-note {
  color: #ffffff80;
  font-size: 13px;
}

.sp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffb020;
  color: #0a0a12;
  font-weight: 600;
  font-size: 14.5px;
  border: none;
  padding: 14px 26px;
  border-radius: 8px;
  transition:
    background 0.18s ease,
    transform 0.12s ease;
}

.sp-cta-btn:hover {
  background: #ffa90d;
  transform: translateY(-1px);
  color: #0a0a12;
}

/* ===== Code block ===== */
.sp-card-right {
  display: flex;
  align-items: center;
}

.sp-code-block {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 26px 28px;
  width: 100%;
}

.sp-code-block pre {
  margin: 0;
  white-space: pre-wrap;
  font-size: 0.86rem;
  line-height: 1.9;
}

.sp-ck {
  color: #b39dff;
} /* keyword: const */
.sp-ci {
  color: #edebf3;
} /* identifier / punctuation */
.sp-cs {
  color: #7be0b5;
} /* string values */
.sp-cn {
  color: #6fb8ff;
} /* numbers */

/* ===== Fade transition on role switch ===== */
.sp-fade {
  animation: spFadeIn 0.28s ease;
}

@keyframes spFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-fade {
    animation: none;
  }
  .sp-role-item,
  .sp-cta-btn {
    transition: none;
  }
}

.fi-outcomes-section {
  background-color: #0f0e1c;
  position: relative;
  overflow: hidden;
  padding: 50px 0 60px;
}

/* diagonal light beam, top right */
.fi-outcomes-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -60px;
  width: 420px;
  height: 620px;
  background: linear-gradient(
    200deg,
    rgba(123, 92, 255, 0.55) 0%,
    rgba(123, 92, 255, 0.12) 45%,
    rgba(123, 92, 255, 0) 75%
  );
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 0;
}

.fi-outcomes-container {
  position: relative;
  z-index: 1;
}

/* Eyebrow badge */
.fi-eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.44px;
  color: #ffa500;
  border: 1.5px solid #ffb020;
  background: #2c211d;
  padding: 6px 18px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-bottom: 20px;
}

.fi-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.76px;
  color: #fff;
  margin-bottom: 14px;
  font-family: "Space Grotesk", sans-serif;
}

.fi-heading .fi-accent {
  color: #7c5cff;
}

.fi-subtext {
  color: #979797;
  font-size: 1rem;
  margin: 0 auto;
}
.fi-cards-row {
  margin-top: 55px;
  row-gap: 24px;
}

.fi-card {
  background-color: #0a0a12;
  border: 1px solid #000;
  padding: 28px 24px 32px;
  height: 100%;
  position: relative;
}

.fi-card::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 85%;
  left: -1px;
  right: -1px;
  height: 1px;
  background-color: #7c5cff;
}

.fi-card::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 50%;
  background-color: #7c5cff;
}

.fi-card-number {
  color: #ffb020;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.fi-card-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
}

.fi-card-desc {
  color: #ffffff8c;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 300;
}

.aihero-section {
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(109, 74, 255, 0.18),
      transparent 40%
    ),
    radial-gradient(
      circle at 85% 60%,
      rgba(109, 74, 255, 0.1),
      transparent 45%
    ),
    #0a0a12;
  padding-top: 60px;
  padding-bottom: 65px;
  overflow: hidden;
  border-top: 2px solid #7c5cff;
}

.aihero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffb020;
  display: inline-block;
}

.aihero-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.76px;
  color: #fff;
  margin-bottom: 14px;
  font-family: "Space Grotesk", sans-serif;
}

.aihero-subtext {
  color: #ffffffa6;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 300;
}

.aihero-btn-primary {
  background: linear-gradient(90deg, #7c5cff 0%, #5b3be0 100%);
  color: #ffffff;
  border: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s ease;
}
.aihero-btn-primary:hover {
  background-color: #7c5cff;
  color: #ffffff;
}

.aihero-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff40;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}
.aihero-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #4a4460;
  color: #ffffff;
}

/* Right side image */
.aihero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .aihero-media-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(109, 74, 255, 0.25),
    transparent 70%
  );
  z-index: 0;
  pointer-events: none;
}

.aihero-media-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid var(--aihero-border);
  border-radius: 1rem;
  overflow: hidden;
  background-color: #120f1e;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
} */

.aihero-media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.faq-wrapper {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 15px;
}

.faq-accordion .faq-item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.faq-accordion .faq-header-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #7c5cff;
  color: #ffffff;
  border: none;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-accordion .faq-header-btn:hover {
  background-color: #7350ff;
}

.faq-accordion .faq-header-btn:focus {
  outline: none;
  box-shadow: none;
}

.faq-accordion .faq-icon {
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.3s ease;
  font-size: 14px;
}

.faq-accordion .faq-header-btn.collapsed .faq-icon {
  transform: rotate(180deg);
}

.faq-accordion .faq-header-btn:not(.collapsed) .faq-icon {
  transform: rotate(0deg);
}

.faq-accordion .faq-body {
  padding: 20px 24px;
  background-color: #ffffff;
  color: var(--faq-text);
  font-size: 14.5px;
  line-height: 1.6;
}

.testimonial-section {
  padding: 60px 20px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #0b67a145;
  border-radius: 14px;
  padding: 28px 24px 26px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(108, 79, 224, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--card-border);
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 20px;
  min-height: 96px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 6px;
  color: var(--text-dark);
}

.testimonial-stars {
  color: var(--purple);
  font-size: 0.85rem;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.testimonial-location {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ---------- DESKTOP GRID ---------- */
.testimonial-grid {
  display: flex;
  gap: 24px;
}

.testimonial-grid .testimonial-col {
  flex: 1;
}

/* ---------- MOBILE SLIDER ---------- */
.testimonial-slider {
  display: none;
  max-width: 340px;
  margin: 0 auto;
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}

.nav-btn:active {
  transform: scale(0.94);
}

.nav-btn.prev {
  background: #efeaff;
  color: #000;
}

.nav-btn.prev:hover {
  background: #e2d9ff;
}

.nav-btn.next {
  background: #efeaff;
  color: #000;
}

.nav-btn.next:hover {
  background: var(--purple-dark);
}
/* hh */
/* ==============================
   SELECT WRAPPER
============================== */

.sp2-select-wrapper {
  position: relative;
  width: 100%;
  z-index: 99999 !important;
  overflow: visible !important;
}

/* ==============================
   SELECT BOX
============================== */

.sp2-select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 11px 14px 11px 14px !important;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.sp2-wrap {
  position: relative;
}

.sp2-select-box .sp2-chevron {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  color: #000;
}

.sp2-select-box.open .sp2-chevron {
  transform: rotate(180deg);
}

.sp2-current {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sp2-text);
  font-weight: 500;
}

#spStep2Roles {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 8px;
  background: #fff;
  border-radius: 18px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-5px);
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

#spStep2Roles.open {
  max-height: 400px !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto;
  transform: translateY(0);
  z-index: 999999 !important;
}

#spStep2Roles::-webkit-scrollbar {
  width: 5px;
}

#spStep2Roles::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--sp2-border);
}
#spStep2Roles li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp2-role-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--sp2-text);
  cursor: pointer;
  font: inherit;
  transition: background 0.15s ease;
}

.sp2-role-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #9a81ff;
}

.sp2-role-avatar img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sp2-role-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.sp2-role-title {
  font-size: 15px;
  font-weight: 600;
  color: #0a0a12;
}
.sp2-role-sub {
  font-size: 12.5px;
  color: #8b8a9b;
}

.sp2-role-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #9a81ff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: none;
}

.sp2-role-item.active .sp2-role-check {
  border-color: #9a81ff;
  background: #9a81ff;
}

.sp2-role-item.active .sp2-role-check::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* price card */
#spStep2PathLabel {
  display: block;
  margin: 22px 0 8px;
  font-size: 12.5px;
  color: var(--sp2-text-faint);
  letter-spacing: 0.02em;
  display: none;
}

.sp2-card {
  background-color: #0a0a12;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 20px;
  padding: 22px;
}
.sp2-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(124, 92, 255, 0.25) 0%,
    rgba(124, 92, 255, 0) 100%
  );
}
#spStep2CardText {
  position: relative;
}
#spStep2CardTitle {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 14px;
  text-align: left;
  color: #fff;
}

#spStep2FeatureList {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#spStep2FeatureList li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  padding: 9px 0px;
}

#spStep2FeatureList li img {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.sp2-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 18px;
}
#spStep2PriceAmount {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
#spStep2PriceNote {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.sp2-proceed-btn {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background: linear-gradient(
    90deg,
    #9575fe 0%,
    #7858ef 35%,
    #7555ed 70%,
    #5b3be0 100%
  );
  margin-top: 15px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.sp2-proceed-btn:hover {
  opacity: 0.92;
}

.sp2-fade {
  animation: sp2FadeIn 0.28s ease;
}

@keyframes sp2FadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .seb-heading {
    font-size: 2.3rem;
    text-align: center;
  }
  .seb-sub {
    text-align: center;
  }
  .seb-cta,
  .seb-badge {
    display: block;
    width: fit-content;
    margin: 25px auto 28px;
  }
  .seb-cta i,
  .seb-badge i {
    margin-left: 5px;
  }
  .seb-right-wrap {
    padding-right: 0;
  }
  .seb-chip {
    position: static;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  }
  .seb-chip.chip-1,
  .seb-chip.chip-2,
  .seb-chip.chip-3 {
    display: none;
  }
  .seb-chips-row {
    display: flex;
    gap: 12px;
    margin-top: 20px;
  }
  .seb-chips-row .seb-chip {
    flex: 1;
  }
  .sp-roles {
    gap: 28px;
  }
  .sp-card {
    padding: 36px 30px;
  }
  .sp-card-left {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .sp-card-right {
    align-items: stretch;
  }
  .sp-heading {
    font-size: 2.15rem;
  }
  .aihero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  .aihero-heading {
    font-size: 2.15rem;
  }
  .aihero-subtext {
    margin-left: auto;
    margin-right: auto;
  }
  .aihero-media {
    margin-top: 3rem;
  }
  .aihero-cta-group {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .testimonial-grid {
    display: none;
  }
  .testimonial-slider {
    display: block;
  }
  .testimonial-text {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .mbcstm {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .seb-hero {
    padding: 30px 0 30px;
  }
  .seb-heading {
    font-size: 1.9rem;
  }
  .seb-chips-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .seb-form-card {
    padding: 20px 20px 25px;
  }
  .seb-form-card h2 {
    font-size: 30px;
  }
  .seb-badge {
    padding: 7px 8px;
    font-size: 12px;
  }
  .sp-section {
    padding: 48px 0 24px;
  }
  .sp-header {
    padding: 0 12px;
  }
  .sp-heading {
    font-size: 1.65rem;
  }
  .sp-subtext {
    font-size: 0.92rem;
  }

  .sp-roles {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 10px 20px 6px;
    margin-left: -12px;
    margin-right: -12px;
    scrollbar-width: none;
  }

  .sp-roles::-webkit-scrollbar {
    display: none;
  }

  .sp-role-item {
    width: auto;
    scroll-snap-align: start;
  }
  .fi-heading {
    font-size: 26px;
  }
  .testimonial-section {
    padding: 45px 15px;
  }
  .aihero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sp-role-icon {
    width: 46px;
    height: 46px;
    font-size: 1.05rem;
  }
  .sp-role-name {
    font-size: 0.78rem;
    white-space: nowrap;
  }
  .sp-role-sub {
    font-size: 0.64rem;
    white-space: nowrap;
  }

  .sp-card {
    border-radius: 22px;
    padding: 28px 22px;
  }
  .sp-card-title {
    font-size: 1.5rem;
  }
  .sp-feature-list li {
    font-size: 0.9rem;
  }
  .sp-code-block {
    padding: 20px 18px;
  }
  .sp-code-block pre {
    font-size: 0.78rem;
  }
  .sp-price-amount {
    font-size: 1.6rem;
  }
  .sp-cta-btn {
    width: 100%;
    justify-content: center;
  }
  .sp-teaser-heading {
    font-size: 1.4rem;
  }
  .aihero-heading {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .faq-wrapper {
    margin: 40px auto;
  }
  .aihero-btn-primary,
  .aihero-btn-secondary {
    width: 100%;
    justify-content: center;
  }
  .aihero-cta-group {
    flex-direction: column;
  }
  .faq-accordion .faq-header-btn {
    padding: 14px 16px;
    font-size: 14px;
  }
  .faq-accordion .faq-body {
    padding: 16px 18px;
    font-size: 13.5px;
  }
  .faq-accordion .faq-icon {
    margin-left: 10px;
  }
  .seb-chips-row .seb-chip {
    width: 45%;
    flex: none;
  }
  .testimonial-card {
    height: 420px;
  }
}
