:root {
  --tap-blue: #0867ff;
  --tap-blue-2: #0057df;
  --tap-navy: #071846;
  --tap-text: #142b61;
  --tap-muted: #4f628c;
  --tap-border: #d9e5fa;
  --tap-soft: #f7fbff;
  --tap-card: #ffffff;
  --tap-shadow: 0 18px 55px rgba(11, 46, 114, .08);

  --tb-blue: #005ff5;
  --tb-blue-2: #0b6cff;
  --tb-blue-dark: #061c5f;
  --tb-navy: #06164a;
  --tb-text: #0a1747;
  --tb-muted: #50618e;
  --tb-line: #d9e7ff;
  --tb-soft: #f5f9ff;
  --tb-white: #ffffff;
  --tb-shadow: 0 18px 55px rgba(11, 57, 140, 0.08);
  --tb-radius-lg: 18px;
  --tb-radius-md: 14px;
  --tb-radius-sm: 10px;
}


* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tap-navy);
  background:
    radial-gradient(circle at 78% 8%, rgba(8, 103, 255, .09), transparent 30%),
    radial-gradient(circle at 10% 5%, rgba(8, 103, 255, .05), transparent 25%),
    #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

.tap-navbar {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(217, 229, 250, .55);
}

.brand-logo {
  width: 198px;
  height: auto;
  object-fit: contain
}

.navbar .nav-link {
  color: var(--tap-navy);
  font-weight: 700;
  font-size: 14px;
  padding: .55rem .25rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--tap-blue)
}

.dropdown-item {
  font-weight: 600;
  color: var(--tap-text);
  font-size: 14px;
  padding: .65rem 1rem
}

.dropdown-item:hover {
  background: #eef5ff;
  color: var(--tap-blue)
}

.navbar-toggler {
  border-color: var(--tap-border);
  border-radius: 12px;
  padding: .45rem .7rem
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(8, 103, 255, .14)
}

.tap-btn {
  border-radius: 7px;
  font-weight: 800;
  font-size: 14px;
  min-height: 43px;
  padding: .72rem 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.tap-btn-lg {
  min-height: 49px;
  padding: .86rem 1.9rem
}

.btn-primary {
  --bs-btn-bg: var(--tap-blue);
  --bs-btn-border-color: var(--tap-blue);
  --bs-btn-hover-bg: var(--tap-blue-2);
  --bs-btn-hover-border-color: var(--tap-blue-2);
  box-shadow: 0 10px 22px rgba(8, 103, 255, .18);
}

.btn-outline-primary {
  --bs-btn-color: var(--tap-blue);
  --bs-btn-border-color: #a7c3ff;
  --bs-btn-hover-bg: var(--tap-blue);
  --bs-btn-hover-border-color: var(--tap-blue);
  --bs-btn-hover-color: #fff;
  background: #fff;
}

.btn-light {
  color: var(--tap-blue) !important;
  background: #fff;
  border-color: #fff;
  font-weight: 900
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, .55);
  color: #fff !important;
  background: transparent
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--tap-blue) !important
}

.hero-section {
  padding: 62px 0 33px;
  position: relative
}

.hero-copy h1 {
  font-size: clamp(52px, 6vw, 86px);
  line-height: .98;
  letter-spacing: -.07em;
  margin: 0 0 28px;
  color: var(--tap-blue);
  font-weight: 900;
}

.hero-copy h1 span {
  color: var(--tap-navy)
}

.hero-text {
  max-width: 520px;
  color: var(--tap-text);
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 26px;
}

.hero-checks {
  margin-top: 31px;
  color: var(--tap-text);
  font-size: 13px;
  font-weight: 700
}

.hero-checks i {
  color: var(--tap-blue);
  margin-right: 7px
}

.hero-visual-wrap {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-visual-wrap:before {
  content: "";
  position: absolute;
  inset: 2% 0 4% 12%;
  background: radial-gradient(circle, rgba(8, 103, 255, .12), transparent 60%);
  filter: blur(22px);
}

.hero-visual {
  position: relative;
  width: min(100%, 735px);
  height: auto;
  filter: drop-shadow(0 25px 32px rgba(4, 23, 68, .10))
}

.section-shell {
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 18px 0 22px;
  background: rgba(255, 255, 255, .75);
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(7, 24, 70, .03);
}

.product-shell {
  padding-top: 19px
}

.section-title {
  text-align: center;
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.15;
  letter-spacing: -.04em;
  color: var(--tap-navy);
  font-weight: 900;
  margin: 0 0 21px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 13px;
}

.product-card,
.step-card,
.feature-card,
.pricing-card {
  background: var(--tap-card);
  border: 1px solid var(--tap-border);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(9, 42, 92, .03);
}

.product-card {
  min-height: 187px;
  text-align: center;
  padding: 14px 13px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-card:hover,
.feature-card:hover,
.pricing-card:hover,
.step-card:hover {
  transform: translateY(-3px);
  border-color: #b9d1ff;
  box-shadow: 0 17px 40px rgba(8, 103, 255, .09);
}

.product-img {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px
}

.product-img img {
  max-height: 92px;
  object-fit: contain;
  margin: auto
}

.product-card h3 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
  margin: 4px 0 10px;
  color: var(--tap-navy)
}

.product-card p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--tap-text);
  margin: 0 auto;
  font-weight: 500
}

.how-section {
  padding: 12px 0 26px
}

.steps-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 26px;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
}

.step-card {
  position: relative;
  min-height: 150px;
  text-align: center;
  padding: 25px 20px 20px;
  border-radius: 11px
}

.step-number {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 17px rgba(8, 103, 255, .24);
}

.step-icon {
  font-size: 54px;
  color: var(--tap-blue);
  line-height: 1;
  margin-bottom: 17px;
  display: block
}

.step-card h3 {
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 7px;
  color: var(--tap-navy)
}

.step-card p {
  font-size: 12px;
  line-height: 1.48;
  color: var(--tap-text);
  font-weight: 500;
  margin: 0 auto;
}

.step-arrow {
  color: #8ba4cf;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.feature-card {
  text-align: center;
  padding: 21px 11px 18px;
  min-height: 122px;
  border-radius: 11px
}

.feature-card i {
  font-size: 34px;
  line-height: 1;
  color: var(--tap-blue);
  display: block;
  margin-bottom: 13px
}

.feature-card h3 {
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 7px;
  color: var(--tap-navy)
}

.feature-card p {
  font-size: 11px;
  line-height: 1.45;
  color: var(--tap-text);
  font-weight: 500;
  margin: 0 auto;
  max-width: 120px
}

.audience-section {
  padding: 18px 0 22px
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px
}

.audience-card {
  border-radius: 14px;
  overflow: hidden;
  min-height: 139px;
  border: 1px solid var(--tap-border);
  box-shadow: 0 12px 30px rgba(7, 24, 70, .04)
}

.split-card {
  display: grid;
  grid-template-columns: 45% 55%;
  background: linear-gradient(120deg, #f9fcff 0%, #eaf4ff 100%)
}

.split-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.audience-content {
  padding: 24px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0
}

.audience-content i {
  font-size: 30px;
  color: var(--tap-blue);
  line-height: 1;
  margin-bottom: 10px
}

.audience-content h3 {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.04em;
  margin: 0 0 10px;
  color: var(--tap-navy)
}

.audience-content p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--tap-text);
  font-weight: 500;
  margin: 0
}

.image-card {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  border-color: rgba(255, 255, 255, .12);
}

.image-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 14, 40, .82), rgb(4 14 40 / 0%));
}

.image-card .audience-content {
  position: relative;
  z-index: 1;
  width: 100%
}

.image-card .audience-content i {
  color: #fff
}

.image-card .audience-content h3 {
  color: #fff
}

.image-card .audience-content p {
  color: rgba(255, 255, 255, .90)
}

.pricing-section {
  padding: 18px 0 8px
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto
}

.pricing-card {
  position: relative;
  padding: 19px 24px 20px;
  border-radius: 11px;
  min-height: 250px;
  display: flex;
  flex-direction: column
}

.pricing-card h3 {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.04em;
  margin: 0;
  color: var(--tap-navy);
  text-align: left
}

.plan-note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 30px;
}

.price {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -.04em;
  color: #020b26;
  margin-bottom: 10px
}

.price sup {
  font-size: 18px;
  top: -.45em;
  margin-right: 3px
}

.price span {
  font-size: 12px;
  color: var(--tap-muted);
  font-weight: 700;
  margin-left: 4px;
  letter-spacing: 0
}

.pricing-card ul {
  list-style: none;
  margin: 0 0 17px;
  padding: 0;
  display: grid;
  gap: 9px;
  flex: 1
}

.pricing-card li {
  font-size: 12px;
  font-weight: 600;
  color: var(--tap-text);
  line-height: 1.25;
  display: flex;
  gap: 8px;
  align-items: flex-start
}

.pricing-card li i {
  color: var(--tap-blue);
  font-weight: 900;
  font-size: 15px;
  margin-top: -1px
}

.featured-plan {
  border: 2px solid var(--tap-blue);
  box-shadow: 0 20px 40px rgba(8, 103, 255, .12)
}

.popular-badge {
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--tap-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 14px;
  border-radius: 5px 5px 0 5px
}

.pricing-footnote {
  text-align: center;
  color: var(--tap-muted);
  font-size: 13px;
  font-weight: 600;
  margin: 15px 0 0
}

.faq-section {
  padding: 8px 0 24px
}

.faq-section .section-title {
  margin-bottom: 16px
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: start
}

.tap-faq-item {
  border: 1px solid var(--tap-border) !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: none
}

.tap-faq-item .accordion-button {
  min-height: 42px;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 900;
  color: var(--tap-navy);
  background: #fff;
  border-radius: 8px !important;
  box-shadow: none;
  line-height: 1.25
}

.tap-faq-item .accordion-button:not(.collapsed) {
  color: var(--tap-blue);
  background: #f6faff
}

.tap-faq-item .accordion-button:focus {
  box-shadow: 0 0 0 .2rem rgba(8, 103, 255, .10)
}

.tap-faq-item .accordion-button::after {
  width: .72rem;
  height: .72rem;
  background-size: .72rem
}

.tap-faq-item .accordion-body {
  font-size: 12px;
  line-height: 1.55;
  color: var(--tap-text);
  padding: 0 16px 14px;
  font-weight: 500
}

.tap-faq-item:nth-child(6) {
  grid-column: span 1
}

.bottom-cta {
  background: linear-gradient(135deg, #0068ff 0%, #0051e6 52%, #0040bc 100%);
  color: #fff;
  padding: 34px 0 33px;
  position: relative;
  overflow: hidden;
}

.bottom-cta:before {
  content: "";
  position: absolute;
  inset: -80px -40px auto auto;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
  filter: blur(4px)
}

.cta-icon {
  width: 100px;
  margin: 0 auto
}

.bottom-cta h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.1;
  margin: 0 0 9px
}

.bottom-cta p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, .93);
  font-weight: 500
}

.cta-points {
  font-size: 13px;
  font-weight: 800;
  color: #fff
}

.cta-points i {
  margin-right: 7px
}

@media (max-width:1199.98px) {
  .brand-logo {
    width: 176px
  }

  .hero-section {
    padding-top: 45px
  }

  .hero-visual-wrap {
    min-height: auto
  }

  .hero-copy h1 {
    font-size: clamp(48px, 6vw, 70px)
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (max-width:991.98px) {
  .tap-navbar .navbar-collapse {
    padding: 16px 0 8px
  }

  .navbar .nav-link {
    font-size: 15px
  }

  .hero-section {
    text-align: center
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto
  }

  .hero-actions,
  .hero-checks {
    justify-content: center
  }

  .hero-visual {
    width: min(100%, 620px)
  }

  .steps-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 680px
  }

  .step-arrow {
    display: none
  }

  .step-card {
    min-height: 156px
  }

  .section-shell {
    max-width: calc(100% - 18px)
  }
}

@media (max-width:767.98px) {
  .brand-logo {
    width: 154px
  }

  .hero-section {
    padding: 32px 0 24px
  }

  .hero-copy h1 {
    font-size: 48px;
    letter-spacing: -.06em
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.65
  }

  .tap-btn {
    width: 100%
  }

  .hero-checks {
    gap: 14px !important;
    font-size: 12px
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px
  }

  .product-card {
    min-height: 178px
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .audience-grid {
    grid-template-columns: 1fr
  }

  .pricing-grid {
    grid-template-columns: 1fr
  }

  .faq-grid {
    grid-template-columns: 1fr
  }

  .split-card {
    grid-template-columns: 40% 60%
  }

  .audience-content {
    padding: 20px 16px
  }

  .bottom-cta {
    text-align: center
  }

  .cta-icon {
    width: 78px
  }

  .section-title {
    margin-bottom: 16px
  }

  .how-section {
    padding-top: 18px
  }

  .section-shell {
    border-radius: 12px
  }
}

@media (max-width:575.98px) {
  .container-xxl {
    padding-left: 18px !important;
    padding-right: 18px !important
  }

  .hero-copy h1 {
    font-size: 43px
  }

  .hero-visual-wrap {
    margin-left: -10px;
    margin-right: -10px
  }

  .product-grid {
    grid-template-columns: 1fr
  }

  .product-card {
    min-height: auto;
    padding: 18px
  }

  .feature-grid {
    grid-template-columns: 1fr
  }

  .steps-row {
    grid-template-columns: 1fr
  }

  .step-card {
    text-align: left;
    padding-left: 76px;
    min-height: auto
  }

  .step-icon {
    font-size: 43px;
    margin-bottom: 10px
  }

  .step-card p {
    margin-left: 0;
    max-width: none
  }

  .split-card {
    grid-template-columns: 1fr
  }

  .split-card img {
    height: 210px
  }

  .image-card {
    min-height: 220px
  }

  .audience-content h3 {
    font-size: 20px
  }

  .pricing-card {
    padding: 22px 20px
  }

  .bottom-cta .tap-btn {
    width: 100%
  }

  .faq-section {
    padding-bottom: 18px
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
    padding-left: clamp(18px, 2.5vw, 48px);
    padding-right: clamp(18px, 2.5vw, 48px);
  }
}










/* product Page CSS */

/* Hero */
.tb-hero-section {
  padding: 72px 0 28px;
}

.tb-hero-copy h1 {
  margin: 0 0 22px;
  color: var(--tb-navy);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.tb-hero-copy h1 span {
  color: var(--tb-blue);
}

.tb-hero-copy p {
  color: #22315d;
  max-width: 525px;
  font-size: 1.075rem;
  line-height: 1.72;
  margin: 0 0 28px;
}

.tb-hero-actions .btn {
  min-height: 58px;
  padding: 0 27px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1rem;
}

.tb-btn-primary {
  background: linear-gradient(180deg, var(--tb-blue-2), #0051df);
  border: 1px solid #0051df;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 95, 245, 0.2);
}

.tb-btn-primary:hover,
.tb-btn-primary:focus {
  background: #004bd1;
  border-color: #004bd1;
  color: #fff;
}

.tb-btn-outline {
  background: #fff;
  color: var(--tb-blue);
  border: 1.5px solid #8cb5ff;
}

.tb-btn-outline:hover,
.tb-btn-outline:focus {
  background: #f4f8ff;
  color: var(--tb-blue);
  border-color: var(--tb-blue);
}

.tb-trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 31px;
  color: #14265b;
  font-weight: 800;
  font-size: 0.82rem;
}

.tb-trust-row span,
.tb-cta-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.tb-trust-row i,
.tb-cta-proof i {
  color: var(--tb-blue);
  font-size: 1rem;
}

.tb-hero-visual-wrap {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-soft-blob {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(700px, 100%);
  height: 380px;
  border-radius: 55% 45% 52% 48%;
  background: radial-gradient(circle, rgba(0, 95, 245, 0.12), rgba(0, 95, 245, 0.03) 68%, transparent 70%);
  transform: translate(5%, -4%);
}

.tb-hero-visual {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  filter: drop-shadow(0 24px 38px rgba(2, 20, 65, 0.14));
}

/* Filters */
.tb-filter-section {
  padding: 0 0 18px;
}

.tb-filter-bar {
  border: 1.5px solid var(--tb-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(27, 73, 151, 0.06);
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1.25fr repeat(6, 1fr);
  align-items: center;
  gap: 0;
}

.tb-filter-pill {
  min-height: 50px;
  border: 0;
  background: transparent;
  color: #102458;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 10px 16px;
  border-radius: 9px;
  font-weight: 800;
  font-size: 0.875rem;
  position: relative;
  white-space: nowrap;
}

.tb-filter-pill:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background: var(--tb-line);
}

.tb-filter-pill i {
  color: var(--tb-blue);
  font-size: 1.45rem;
  line-height: 1;
}

.tb-filter-pill.active {
  color: #fff;
  background: linear-gradient(180deg, #0b6cff, #0053df);
  box-shadow: 0 12px 22px rgba(0, 95, 245, 0.19);
}

.tb-filter-pill.active i {
  color: #fff;
}

.tb-filter-pill.active::after,
.tb-filter-pill:hover::after {
  opacity: 0;
}

/* Product Cards */
.tb-products-grid-section {
  padding: 0 0 20px;
}

.tb-product-card,
.tb-mini-card,
.tb-audience-card,
.tb-bundle-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1.5px solid var(--tb-line);
  border-radius: var(--tb-radius-md);
  box-shadow: 0 10px 32px rgba(19, 69, 156, 0.05);
}

.tb-product-card {
  /* min-height: 298px; */
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tb-product-card:hover {
  transform: translateY(-4px);
  border-color: #a8c8ff;
  box-shadow: var(--tb-shadow);
}

.tb-product-img-wrap {
  height: 118px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.tb-product-img-wrap img {
  max-height: 140px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 28, 82, 0.11));
}

.tb-product-card h3 {
  color: var(--tb-navy);
  font-size: 1.19rem;
  font-weight: 850;
  margin: 2px 0 10px;
  letter-spacing: -0.02em;
}

.tb-product-card p {
  color: #223261;
  font-size: 0.93rem;
  line-height: 1.5;
  max-width: 220px;
  min-height: 42px;
  margin: 0 0 14px;
}

.tb-learn-btn {
  border: 1.6px solid #0b6cff;
  color: var(--tb-blue);
  background: #fff;
  min-width: 138px;
  min-height: 32px;
  border-radius: 6px;
  padding: 5px 17px;
  font-size: 0.84rem;
  font-weight: 850;
}

.tb-learn-btn:hover {
  color: #fff;
  background: var(--tb-blue);
  border-color: var(--tb-blue);
}

/* Shared Titles */
.tb-section-title {
  color: var(--tb-navy);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-align: center;
  margin: 0 0 14px;
}

.tb-mini-section {
  padding: 2px 0 22px;
}

.tb-mini-card {
  min-height: 138px;
  padding: 19px 12px 15px;
  text-align: center;
}

.tb-mini-card i {
  color: var(--tb-blue);
  font-size: 2.1rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}

.tb-mini-card h3 {
  color: var(--tb-navy);
  font-size: 0.99rem;
  font-weight: 850;
  margin: 0 0 8px;
}

.tb-mini-card p {
  color: #263866;
  font-size: 0.8rem;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 145px;
}

/* Audience */
.tb-audience-section {
  padding: 0 0 24px;
}

.tb-audience-card {
  min-height: 168px;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  overflow: hidden;
  background: linear-gradient(110deg, #ffffff 0%, #f4f9ff 100%);
}

.tb-audience-card img {
  width: 106px;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.tb-audience-card div {
  padding: 18px 16px 15px;
  min-width: 0;
}

.tb-audience-card div>i {
  color: var(--tb-blue);
  font-size: 1.9rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 7px;
}

.tb-audience-card h3 {
  color: var(--tb-navy);
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.tb-audience-card p {
  color: #1f315f;
  font-size: 0.79rem;
  line-height: 1.48;
  margin: 0 0 10px;
}

.tb-audience-card a,
.tb-bundle-card a {
  color: var(--tb-blue);
  text-decoration: none;
  font-weight: 850;
  font-size: 0.83rem;
}

/* Bundles */
.tb-bundles-section {
  padding: 0 0 18px;
}

.tb-bundle-card {
  padding: 20px 23px 19px;
  min-height: 198px;
  background: linear-gradient(112deg, #ffffff 0%, #f4f9ff 100%);
}

.tb-bundle-head h3 {
  color: var(--tb-navy);
  font-size: 1.25rem;
  font-weight: 850;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.tb-bundle-head p {
  color: #213460;
  font-size: 0.84rem;
  line-height: 1.35;
  max-width: 260px;
  min-height: 36px;
  margin: 0;
}

.tb-bundle-card img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  margin: 5px 0 8px;
  filter: drop-shadow(0 12px 16px rgba(0, 28, 82, 0.08));
}

.tb-bundle-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tb-price {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tb-price strong {
  color: var(--tb-navy);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.tb-price span {
  color: #0b7a24;
  background: #dff8df;
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

/* FAQ */
.tb-faq-section {
  padding: 70px 0 80px;
}

.tb-accordion .accordion-item {
  border: 1.5px solid var(--tb-line);
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(17, 66, 149, 0.04);
  background: #fff;
}

.tb-accordion .accordion-item+.accordion-item {
  margin-top: 12px;
}

.tb-accordion .accordion-button {
  min-height: 56px;
  color: var(--tb-navy);
  background: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 22px;
  box-shadow: none;
}

.tb-accordion .accordion-button:focus {
  box-shadow: none;
}

.tb-accordion .accordion-button:not(.collapsed) {
  color: var(--tb-blue);
  background: #f7fbff;
}

.tb-accordion .accordion-button::after {
  width: 1.15rem;
  height: 1.15rem;
  background-size: 1.15rem;
  flex-shrink: 0;
}

.tb-accordion .accordion-body {
  color: #273967;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 0 22px 18px;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  justify-content: space-between;
}

/* CTA */
.tb-final-cta-section {
  padding: 0 0 34px;
}

.tb-final-cta {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border-radius: 15px;
  padding: 30px 44px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(90deg, #006dff 0%, #0056f0 43%, #001e85 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 69, 206, 0.24);
}

/* .tb-cta-icon {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--tb-blue);
  font-size: 3.55rem;
  line-height: 1;
} */

.tb-cta-copy h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 610px;
  margin: 0 0 8px;
}

.tb-cta-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 540px;
  margin: 0;
}

.tb-cta-actions {
  min-width: 405px;
}

.tb-cta-actions .btn {
  min-height: 55px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-weight: 850;
  padding: 0 29px;
  white-space: nowrap;
}

.tb-cta-white {
  background: #fff;
  color: var(--tb-blue);
  border: 1px solid #fff;
}

.tb-cta-white:hover,
.tb-cta-white:focus {
  color: var(--tb-blue);
  background: #eef5ff;
  border-color: #eef5ff;
}

.tb-cta-ghost {
  color: #fff;
  border: 1.4px solid rgba(255, 255, 255, 0.56);
}

.tb-cta-ghost:hover,
.tb-cta-ghost:focus {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.tb-cta-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.88rem;
  font-weight: 750;
}

.tb-cta-proof i {
  color: #fff;
}

/* Animation helpers */
.tb-product-item.is-hidden {
  display: none;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .tb-filter-bar {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px;
  }

  .tb-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .tb-filter-pill {
    flex: 0 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tb-filter-pill::after {
    display: none;
  }

  .tb-final-cta {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .tb-cta-actions {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .tb-cta-actions .d-flex,
  .tb-cta-proof {
    justify-content: flex-start !important;
  }
}

@media (max-width: 991.98px) {
  .tb-hero-section {
    padding-top: 46px;
  }

  .tb-hero-copy {
    text-align: center;
  }

  .tb-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .tb-hero-actions,
  .tb-trust-row {
    justify-content: center;
  }

  .tb-hero-visual-wrap {
    min-height: auto;
  }

  .tb-soft-blob {
    height: 320px;
    transform: none;
  }

  .tb-bundle-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .tb-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tb-hero-section {
    padding: 32px 0 22px;
  }

  .tb-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  .tb-hero-copy p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .tb-hero-actions .btn {
    width: 100%;
  }

  .tb-trust-row {
    gap: 12px 18px;
    font-size: 0.78rem;
  }

  .tb-filter-section {
    padding-bottom: 14px;
  }

  .tb-product-card {
    min-height: 278px;
  }

  .tb-product-card p {
    min-height: 0;
  }

  .tb-mini-card {
    min-height: 132px;
  }

  .tb-audience-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .tb-audience-card img {
    width: 96px;
    min-height: 158px;
  }

  .tb-bundle-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .tb-final-cta {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
    padding: 28px 20px;
  }

  .tb-cta-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    font-size: 3.05rem;
  }

  .tb-cta-actions .d-flex,
  .tb-cta-proof {
    justify-content: center !important;
  }

  .tb-cta-actions .btn {
    width: 100%;
  }

  .tb-cta-proof {
    gap: 12px 16px;
    font-size: 0.8rem;
  }
}

@media (max-width: 390px) {
  .tb-audience-card {
    grid-template-columns: 1fr;
  }

  .tb-audience-card img {
    width: 100%;
    height: 185px;
    min-height: 0;
  }
}









/* Solution Page CSS */

.tbsol-page {
  --tbsol-primary: #075cfb;
  --tbsol-primary-2: #0348d9;
  --tbsol-navy: #051849;
  --tbsol-text: #0b1d4d;
  --tbsol-muted: #475674;
  --tbsol-border: #d9e6ff;
  --tbsol-soft: #f5f9ff;
  --tbsol-card-shadow: 0 14px 40px rgba(5, 24, 73, .08);
}


.tbsol-page a {
  text-decoration: none;
}

.tbsol-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(7, 92, 251, .08), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(7, 92, 251, .08), transparent 30%),
    #fff;
}

.tbsol-container {
  max-width: 1440px;
  padding-left: clamp(18px, 2.5vw, 48px);
  padding-right: clamp(18px, 2.5vw, 48px);
}

.tbsol-section-top {
  padding: clamp(44px, 6vw, 84px) 0 clamp(30px, 4vw, 56px);
}

.tbsol-section-sm {
  padding: 12px 0 clamp(18px, 3vw, 32px);
}

.tbsol-section-xs {
  padding: clamp(10px, 2vw, 18px) 0;
}

.tbsol-section-bottom {
  padding: clamp(14px, 3vw, 30px) 0 clamp(34px, 5vw, 56px);
}

.tbsol-section-title {
  margin: 0 0 18px;
  text-align: center;
  color: var(--tbsol-navy);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.035em;
}

/* Hero */
.tbsol-hero {
  position: relative;
}

.tbsol-hero-copy h1 {
  margin: 0;
  color: var(--tbsol-navy);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.07em;
  font-size: clamp(2.75rem, 5.2vw, 5.65rem);
}

.tbsol-hero-copy h1 span {
  display: block;
  color: var(--tbsol-primary);
}

.tbsol-hero-lead {
  max-width: 610px;
  margin: clamp(18px, 2vw, 28px) 0 26px;
  color: var(--tbsol-muted);
  font-size: clamp(1rem, 1vw, 1.15rem);
  line-height: 1.72;
  font-weight: 500;
}

.tbsol-btn {
  min-height: 56px;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: none !important;
}

.tbsol-page .btn-primary.tbsol-btn {
  background: var(--tbsol-primary);
  border-color: var(--tbsol-primary);
}

.tbsol-page .btn-primary.tbsol-btn:hover {
  background: var(--tbsol-primary-2);
  border-color: var(--tbsol-primary-2);
}

.tbsol-page .btn-outline-primary.tbsol-btn {
  color: var(--tbsol-primary);
  border-color: #a9c2ff;
  background: #fff;
}

.tbsol-page .btn-outline-primary.tbsol-btn:hover {
  color: #fff;
  background: var(--tbsol-primary);
  border-color: var(--tbsol-primary);
}

.tbsol-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 38px;
  margin-top: 26px;
  color: var(--tbsol-text);
  font-size: .92rem;
  font-weight: 700;
}

.tbsol-hero-points i {
  color: var(--tbsol-primary);
  margin-right: 8px;
}

.tbsol-hero-visual {
  position: relative;
  margin-left: auto;
  border-radius: 36px;
  filter: drop-shadow(0 22px 35px rgba(5, 24, 73, .08));
}

.tbsol-hero-visual img {
  width: 100%;
  display: block;
  border-radius: 28px;
}

/* Shared panel/cards */
.tbsol-panel {
  padding: clamp(18px, 2vw, 32px);
  border: 1px solid var(--tbsol-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 36px rgba(5, 24, 73, .05);
  backdrop-filter: blur(12px);
}

.tbsol-solution-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tbsol-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(5, 24, 73, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tbsol-solution-card:hover {
  transform: translateY(-4px);
  border-color: #a9c2ff;
  box-shadow: var(--tbsol-card-shadow);
}

.tbsol-solution-img {
  width: 100%;
  aspect-ratio: 1.22 / .76;
  object-fit: cover;
  display: block;
}

.tbsol-solution-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 17px 16px 18px;
}

.tbsol-solution-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tbsol-solution-heading i {
  color: var(--tbsol-primary);
  font-size: 1.85rem;
  line-height: 1;
}

.tbsol-solution-heading h3 {
  margin: 0;
  color: var(--tbsol-navy);
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.22;
}

.tbsol-solution-body p {
  margin: 0 0 17px;
  color: var(--tbsol-muted);
  font-size: .88rem;
  line-height: 1.55;
  font-weight: 500;
}

.tbsol-learn-link {
  margin-top: auto;
  color: var(--tbsol-primary);
  font-size: .9rem;
  font-weight: 800;
}

.tbsol-learn-link i {
  margin-left: 6px;
}

.tbsol-panel-divider {
  margin: 22px 0 18px;
  border-color: var(--tbsol-border);
  opacity: 1;
}

.tbsol-use-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(110px, 1fr));
  gap: 16px;
}

.tbsol-use-card {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border: 1px solid var(--tbsol-border);
  border-radius: 12px;
  background: #fff;
  color: var(--tbsol-navy);
  font-size: .87rem;
  font-weight: 800;
  line-height: 1.15;
}

.tbsol-use-card i {
  color: var(--tbsol-primary);
  font-size: 2.05rem;
}

/* Real-world cards */
.tbsol-real-card {
  height: 100%;
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  overflow: hidden;
  border: 1px solid var(--tbsol-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(5, 24, 73, .045);
}

.tbsol-real-copy {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 2vw, 28px) 10px clamp(18px, 2vw, 26px) clamp(20px, 2vw, 28px);
}

.tbsol-real-copy h3 {
  margin: 0 0 13px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.tbsol-real-copy p {
  min-height: 74px;
  margin: 0 0 16px;
  color: var(--tbsol-muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}

.tbsol-real-copy a {
  font-size: .9rem;
  font-weight: 900;
}

.tbsol-real-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbsol-real-card.tbsol-card-blue {
  border-color: #b9d0ff;
}

.tbsol-real-card.tbsol-card-blue h3,
.tbsol-real-card.tbsol-card-blue a {
  color: var(--tbsol-primary);
}

.tbsol-real-card.tbsol-card-green {
  border-color: #b6ebd3;
}

.tbsol-real-card.tbsol-card-green h3,
.tbsol-real-card.tbsol-card-green a {
  color: #078953;
}

.tbsol-real-card.tbsol-card-purple {
  border-color: #d6c6ff;
}

.tbsol-real-card.tbsol-card-purple h3,
.tbsol-real-card.tbsol-card-purple a {
  color: #4a2ce1;
}

.tbsol-real-card.tbsol-card-orange {
  border-color: #ffd0a8;
}

.tbsol-real-card.tbsol-card-orange h3,
.tbsol-real-card.tbsol-card-orange a {
  color: #ed6b00;
}

/* Feature strip */
.tbsol-feature-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid var(--tbsol-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(5, 24, 73, .045);
}

.tbsol-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 132px;
  padding: 24px 20px;
  border-right: 1px solid var(--tbsol-border);
}

.tbsol-feature-item:last-child {
  border-right: 0;
}

.tbsol-feature-item i {
  color: var(--tbsol-primary);
  font-size: 2.05rem;
  flex: 0 0 auto;
  line-height: 1;
}

.tbsol-feature-item h3 {
  margin: 0 0 7px;
  color: var(--tbsol-navy);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.18;
}

.tbsol-feature-item p {
  margin: 0;
  color: var(--tbsol-muted);
  font-size: .82rem;
  line-height: 1.45;
  font-weight: 500;
}

/* Recommended product map */
.tbsol-product-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--tbsol-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(5, 24, 73, .045);
}

.tbsol-product-row {
  min-height: 100px;
  display: grid;
  grid-template-columns: minmax(175px, 30%) 42px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--tbsol-border);
}

.tbsol-product-row:nth-last-child(-n+2) {
  border-bottom: 0;
}

.tbsol-product-row:nth-child(odd) {
  border-right: 1px solid var(--tbsol-border);
}

.tbsol-solution-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--tbsol-navy);
  font-size: .92rem;
  font-weight: 900;
}

.tbsol-solution-label i {
  color: var(--tbsol-primary);
  font-size: 1.9rem;
}

.tbsol-product-arrow {
  color: var(--tbsol-navy);
  font-size: 1.4rem;
  opacity: .75;
}

.tbsol-product-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.tbsol-product-chip {
  min-width: 72px;
  text-align: center;
}

.tbsol-product-chip img {
  width: auto;
  max-width: 84px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin: 0 auto 5px;
  filter: drop-shadow(0 6px 10px rgba(5, 24, 73, .08));
}

.tbsol-product-chip span {
  display: block;
  color: var(--tbsol-navy);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.1;
}

/* Testimonials */
.tbsol-metric-card {
  height: 100%;
  padding: 24px 28px;
  border: 1px solid var(--tbsol-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(5, 24, 73, .04);
}

.tbsol-metric-number {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tbsol-primary);
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.tbsol-metric-number i {
  font-size: 1.2rem;
}

.tbsol-metric-card span {
  margin-left: 10px;
  color: var(--tbsol-muted);
  font-size: .82rem;
  font-weight: 800;
}

.tbsol-metric-card p {
  margin: 14px 0 8px;
  color: var(--tbsol-muted);
  font-size: .92rem;
  line-height: 1.55;
  font-weight: 600;
}

.tbsol-metric-card small {
  color: #7884a0;
  font-weight: 700;
}

/* FAQ */
.tbsol-accordion .accordion-item {
  border: 1px solid var(--tbsol-border);
  border-radius: 9px !important;
  overflow: hidden;
  margin-bottom: 8px;
  background: #fff;
}

.tbsol-accordion .accordion-button {
  color: var(--tbsol-navy);
  font-size: .95rem;
  font-weight: 850;
  padding: 15px 22px;
  background: #fff;
  box-shadow: none;
}

.tbsol-accordion .accordion-button:not(.collapsed) {
  color: var(--tbsol-primary);
  background: #f8fbff;
}

.tbsol-accordion .accordion-body {
  color: var(--tbsol-muted);
  font-size: .93rem;
  line-height: 1.65;
  font-weight: 500;
}

/* CTA */
.tbsol-cta-section {
  padding: 0 0 34px;
}

.tbsol-cta-banner {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(26px, 3.2vw, 44px) clamp(24px, 4vw, 70px);
  border-radius: 15px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .24), transparent 22%),
    linear-gradient(135deg, #075cfb 0%, #004bd6 55%, #003ba8 100%);
  color: #fff;
  box-shadow: 0 18px 46px rgba(7, 92, 251, .26);
}

.tbsol-cta-media {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbsol-cta-icon {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.tbsol-cta-copy h2 {
  max-width: 650px;
  margin: 0 0 7px;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.06em;
}

.tbsol-cta-copy p {
  max-width: 625px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .98rem;
  line-height: 1.5;
  font-weight: 600;
}

.tbsol-cta-actions {
  min-width: 440px;
}

.tbsol-cta-actions .tbsol-cta-white,
.tbsol-cta-actions .tbsol-cta-ghost {
  min-height: 55px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-weight: 850;
  padding: 0 29px;
  white-space: nowrap;
}

.tbsol-cta-actions .tbsol-cta-white {
  background: #fff;
  color: var(--tbudi-blue);
  border: 1px solid #fff;
}

.tbsol-cta-actions .tbsol-cta-white:hover,
.tbsol-cta-actions .tbsol-cta-white:focus {
  color: var(--tbudi-blue);
  background: #eef5ff;
  border-color: #eef5ff;
}

.tbsol-cta-actions .tbsol-cta-ghost {
  color: #fff;
  border: 1.4px solid rgba(255, 255, 255, .56);
  background: transparent;
}

.tbsol-cta-actions .tbsol-cta-ghost:hover,
.tbsol-cta-actions .tbsol-cta-ghost:focus {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
}

.tbsol-cta-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 28px;
  margin-top: 18px;
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
}

.tbsol-cta-proof i {
  margin-right: 7px;
}

/* Responsive */
@media (max-width: 1399.98px) {
  .tbsol-use-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .tbsol-feature-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .tbsol-feature-item:nth-child(3n) {
    border-right: 0;
  }

  .tbsol-feature-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--tbsol-border);
  }
}

@media (max-width: 1199.98px) {
  .tbsol-hero-copy h1 {
    max-width: 660px;
  }

  .tbsol-hero-visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .tbsol-product-map {
    grid-template-columns: 1fr;
  }

  .tbsol-product-row:nth-child(odd) {
    border-right: 0;
  }

  .tbsol-product-row:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--tbsol-border);
  }

  .tbsol-product-row:last-child {
    border-bottom: 0;
  }

  .tbsol-cta-banner {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .tbsol-cta-actions {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .tbsol-cta-actions .d-flex,
  .tbsol-cta-proof {
    justify-content: flex-start !important;
  }

  .tbsol-cta-proof {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .tbsol-section-top {
    padding-top: 42px;
  }

  .tbsol-hero-copy {
    text-align: center;
  }

  .tbsol-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .tbsol-hero-actions,
  .tbsol-hero-points {
    justify-content: center;
  }

  .tbsol-feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbsol-feature-item,
  .tbsol-feature-item:nth-child(3n) {
    border-right: 1px solid var(--tbsol-border);
  }

  .tbsol-feature-item:nth-child(2n) {
    border-right: 0;
  }

  .tbsol-feature-item:nth-child(-n+4) {
    border-bottom: 1px solid var(--tbsol-border);
  }
}

@media (max-width: 767.98px) {
  .tbsol-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tbsol-hero-copy h1 {
    letter-spacing: -.05em;
  }

  .tbsol-btn {
    width: 100%;
    justify-content: center;
  }

  .tbsol-hero-actions {
    width: 100%;
  }

  .tbsol-hero-points {
    gap: 12px 18px;
    font-size: .83rem;
  }

  .tbsol-panel {
    padding: 16px;
  }

  .tbsol-use-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tbsol-real-card {
    min-height: 220px;
    grid-template-columns: 1fr 38%;
  }

  .tbsol-feature-strip {
    grid-template-columns: 1fr;
  }

  .tbsol-feature-item,
  .tbsol-feature-item:nth-child(2n),
  .tbsol-feature-item:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid var(--tbsol-border);
  }

  .tbsol-feature-item:last-child {
    border-bottom: 0;
  }

  .tbsol-product-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
    padding: 20px 16px;
  }

  .tbsol-solution-label {
    justify-content: center;
  }

  .tbsol-product-arrow {
    transform: rotate(90deg);
  }

  .tbsol-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    border-radius: 16px;
  }

  .tbsol-cta-media {
    width: 82px;
    margin: 0 auto;
  }

  .tbsol-cta-icon {
    width: 82px;
  }

  .tbsol-cta-actions {
    width: 100%;
  }

  .tbsol-cta-actions .d-flex,
  .tbsol-cta-proof {
    justify-content: center !important;
  }

  .tbsol-cta-actions .tbsol-cta-white,
  .tbsol-cta-actions .tbsol-cta-ghost {
    width: 100%;
  }

  .tbsol-cta-proof {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .tbsol-solution-img {
    aspect-ratio: 16 / 9;
  }

  .tbsol-solution-body {
    padding: 16px;
  }

  .tbsol-real-card {
    grid-template-columns: 1fr;
  }

  .tbsol-real-card img {
    height: 180px;
    order: -1;
  }

  .tbsol-real-copy p {
    min-height: auto;
  }

  .tbsol-use-card {
    min-height: 86px;
  }

  .tbsol-product-list {
    gap: 14px;
  }

  .tbsol-metric-card span {
    display: block;
    margin: 8px 0 0;
  }
}














/* Tap Budi Card Page CSS  */

:root {
  --tbudi-blue: #075cff;
  --tbudi-blue-dark: #061d72;
  --tbudi-navy: #07185f;
  --tbudi-light: #f6f9ff;
  --tbudi-line: #d9e6ff;
  --tbudi-muted: #445384;
  --tbudi-shadow: 0 9px 30px rgba(6, 29, 114, .08);
}

* {
  box-sizing: border-box
}

a {
  text-decoration: none
}

.tbudi-page-wrap {
  background:
    radial-gradient(circle at 78% 8%, rgba(7, 92, 255, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfdff 42%, #fff 100%);
}

.tbsol-container {
  max-width: 1440px;
  padding-left: clamp(18px, 2.5vw, 48px);
  padding-right: clamp(18px, 2.5vw, 48px);
}


.tbudi-hero-section {
  padding: 42px 0 18px;
  position: relative;
}

.tbudi-eyebrow {
  display: inline-block;
  padding: 8px 18px;
  background: #eef5ff;
  color: #0068ff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tbudi-section-desc {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.8;
}

.tbudi-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tbudi-hero-title {
  margin: 0 0 8px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -.055em;
  color: var(--tbudi-navy);
  font-weight: 800;
}

.tbudi-workflow-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.tbudi-workflow-card:hover {
  transform: translateY(-6px);
  border-color: #0068ff;
  box-shadow: 0 18px 40px rgba(0, 104, 255, .12);
}

.tbudi-workflow-card i {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0068ff, #0051e6);
  color: #fff;
  font-size: 30px;
}

.tbudi-workflow-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

.tbudi-workflow-card p {
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.tbudi-hero-subtitle {
  margin: 0 0 14px;
  max-width: 545px;
  color: var(--tbudi-navy);
  font-size: clamp(25px, 2.35vw, 36px);
  line-height: 1.07;
  letter-spacing: -.03em;
  font-weight: 850;
}

.tbudi-hero-subtitle span {
  color: var(--tbudi-blue)
}

.tbudi-hero-copy {
  max-width: 560px;
  margin: 0 0 24px;
  color: #0b226c;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.tbudi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.tbudi-primary-btn,
.tbudi-outline-btn {
  min-width: 178px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(7, 92, 255, .18);
}

.tbudi-primary-btn {
  background: var(--tbudi-blue);
  border: 1px solid var(--tbudi-blue);
  color: #fff;
}

.tbudi-primary-btn:hover {
  background: #004ce0;
  color: #fff
}

.tbudi-outline-btn {
  background: #fff;
  color: var(--tbudi-blue);
  border: 1px solid #7cabff;
  box-shadow: 0 12px 24px rgba(7, 92, 255, .08);
}

.tbudi-outline-btn:hover {
  background: #f2f7ff;
  color: #004ce0;
  border-color: #075cff
}

.tbudi-hero-visual-wrap {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbudi-hero-visual-wrap:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 78%;
  top: 3%;
  right: 6%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(7, 92, 255, .08), rgba(7, 92, 255, .025));
  z-index: 0;
}

.tbudi-hero-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  filter: drop-shadow(0 18px 26px rgba(6, 29, 114, .14));
}

.tbudi-hero-badges {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  gap: 18px 42px;
  margin-top: 4px;
  font-size: 14px;
  color: var(--tbudi-navy);
  font-weight: 800;
}

.tbudi-hero-badges div {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap
}

.tbudi-hero-badges i {
  color: var(--tbudi-blue);
  font-size: 18px
}

.tbudi-section {
  padding: 12px 0
}

.tbudi-section-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
  color: #111827;
}

.tbudi-strip-section {
  padding: 16px 0 10px
}

.tbudi-feature-strip {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--tbudi-line);
  border-radius: 10px;
  box-shadow: var(--tbudi-shadow);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}

.tbudi-strip-item {
  min-height: 136px;
  padding: 22px 14px 18px;
  text-align: center;
  border-right: 1px solid var(--tbudi-line);
}

.tbudi-strip-item:last-child {
  border-right: 0
}

.tbudi-strip-item i {
  display: block;
  margin-bottom: 8px;
  color: var(--tbudi-blue);
  font-size: 41px;
  line-height: 1;
}

.tbudi-strip-item h3 {
  margin: 0 0 4px;
  color: var(--tbudi-navy);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 900;
}

.tbudi-strip-item p {
  margin: 0;
  color: #12317d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.tbudi-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tbudi-mini-card {
  background: #fff;
  border: 1px solid var(--tbudi-line);
  border-radius: 10px;
  box-shadow: var(--tbudi-shadow);
  min-height: 92px;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.tbudi-mini-card i {
  color: var(--tbudi-blue);
  font-size: 42px;
  line-height: 1;
  flex: 0 0 44px;
}

.tbudi-mini-card h3 {
  margin: 0 0 4px;
  color: var(--tbudi-navy);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.tbudi-mini-card p {
  margin: 0;
  color: #132b78;
  font-size: 12.5px;
  line-height: 1.32;
  font-weight: 650;
}

.tbudi-process-row {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tbudi-process-card {
  position: relative;
  flex: 1 1 0;
  min-height: 92px;
  background: #fff;
  border: 1px solid var(--tbudi-line);
  border-radius: 10px;
  box-shadow: var(--tbudi-shadow);
  padding: 18px 14px 15px 58px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tbudi-step-no {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tbudi-blue);
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tbudi-process-card>i {
  color: var(--tbudi-blue);
  font-size: 38px;
  line-height: 1;
  flex: 0 0 auto;
}

.tbudi-process-card h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 900;
  color: var(--tbudi-navy);
}

.tbudi-process-card p {
  margin: 0;
  color: #16307b;
  font-size: 12px;
  line-height: 1.26;
  font-weight: 650;
}

.tbudi-process-arrow {
  color: var(--tbudi-blue-dark);
  font-size: 24px;
  line-height: 1
}

.tbudi-audience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.tbudi-image-card,
.tbudi-product-card {
  background: #fff;
  border: 1px solid var(--tbudi-line);
  border-radius: 10px;
  box-shadow: var(--tbudi-shadow);
  overflow: hidden;
  text-align: center;
}

.tbudi-image-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  display: block;
}

.tbudi-image-card h3 {
  margin: 13px 10px 8px;
  color: var(--tbudi-navy);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.tbudi-image-card p {
  margin: 0 auto 17px;
  width: 88%;
  color: #18327c;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

.tbudi-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.tbudi-product-card {
  padding: 10px 12px 17px
}

.tbudi-product-card img {
  width: 100%;
  height: 122px;
  object-fit: contain;
  display: block;
  margin-bottom: 7px;
}

.tbudi-product-card h3 {
  margin: 0 0 8px;
  color: var(--tbudi-navy);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.tbudi-product-card p {
  min-height: 44px;
  margin: 0 auto 12px;
  color: #18327c;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
  max-width: 180px;
}

.tbudi-small-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  min-height: 31px;
  padding: 5px 13px;
  border: 1px solid #72a5ff;
  border-radius: 4px;
  color: var(--tbudi-blue);
  font-size: 12px;
  font-weight: 850;
  background: #fff;
}

.tbudi-small-btn:hover {
  background: #f1f6ff;
  color: #004ce0
}

.tbudi-workflow-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border: 1px solid var(--tbudi-line);
  border-radius: 10px;
  box-shadow: var(--tbudi-shadow);
  overflow: hidden;
}

.tbudi-workflow-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-right: 1px solid var(--tbudi-line);
}

.tbudi-workflow-item:last-child {
  border-right: 0
}

.tbudi-workflow-item i {
  color: var(--tbudi-blue);
  font-size: 30px;
  line-height: 1;
  flex: 0 0 auto;
}

.tbudi-workflow-item h3 {
  margin: 0 0 3px;
  color: var(--tbudi-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.tbudi-workflow-item p {
  margin: 0;
  color: #18327c;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.2;
}

.tbudi-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tbudi-proof-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  padding: 40px 35px;
  text-align: center;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.tbudi-proof-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbudi-proof-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0068ff, #0051e6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.tbudi-proof-main {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

.tbudi-proof-card p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #111827;
}

.tbudi-proof-card small {
  display: block;
  color: #6b7280;
  line-height: 1.8;
  font-size: 15px;
}

.tbudi-stars {
  color: var(--tbudi-blue);
  font-size: 14px;
  letter-spacing: 3px
}

.tbudi-quote {
  position: absolute;
  top: 5px;
  right: 24px;
  color: #b7d1ff;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.tbudi-faq-section {
  padding: 90px 0;
  background: transparent;
  --tbudi-faq-font-size: 16px;
  --tbudi-faq-line-height: 1.65;
}

.tbudi-faq-section .tbudi-section-title {
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

/* Keep columns top-aligned so expanded cards don't leave a big gap */
.tbudi-faq-section .row {
  align-items: flex-start !important;
}

.tbudi-faq-section .row > [class*="col-"] {
  display: block;
}

/* Optional single-grid layout for even spacing */
.tbudi-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.tbudi-faq-grid.accordion,
.tbudi-accordion.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-active-bg: #0068ff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: transparent;
}

.tbudi-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: auto !important;
  background: transparent;
}

.tbudi-accordion .accordion-item,
.tbudi-faq-grid .accordion-item {
  border: 1px solid #e8edf5 !important;
  border-radius: 18px !important;
  overflow: hidden;
  margin: 0 !important;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.tbudi-accordion .accordion-item:first-of-type,
.tbudi-accordion .accordion-item:last-of-type,
.tbudi-faq-grid .accordion-item:first-of-type,
.tbudi-faq-grid .accordion-item:last-of-type {
  border-radius: 18px !important;
}

.tbudi-accordion .accordion-item:hover,
.tbudi-accordion .accordion-item:has(.accordion-button:not(.collapsed)),
.tbudi-faq-grid .accordion-item:hover,
.tbudi-faq-grid .accordion-item:has(.accordion-button:not(.collapsed)) {
  transform: translateY(-3px);
  border-color: #0068ff !important;
  box-shadow: 0 18px 40px rgba(0, 104, 255, .14);
}

/* Chevron arrow in circle — collapsed */
.tbudi-accordion .accordion-button::after,
.tbudi-faq-grid .accordion-button::after {
  content: "" !important;
  width: 36px !important;
  height: 36px !important;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #eef5ff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230068ff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 14px !important;
  transition: transform .3s ease, background-color .3s ease;
  flex-shrink: 0;
  transform: none;
}

.tbudi-accordion .accordion-header,
.tbudi-faq-grid .accordion-header,
.tbudi-accordion .accordion-header h3,
.tbudi-faq-grid .accordion-header h3 {
  margin: 0;
  font-size: var(--tbudi-faq-font-size) !important;
  font-weight: inherit;
  line-height: var(--tbudi-faq-line-height);
}

.tbudi-accordion .accordion-button,
.tbudi-faq-grid .accordion-button {
  gap: 12px;
  width: 100%;
  background: #fff !important;
  color: #111827 !important;
  font-size: var(--tbudi-faq-font-size) !important;
  font-weight: 600;
  line-height: var(--tbudi-faq-line-height) !important;
  padding: 22px 26px !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.tbudi-accordion .accordion-button:focus,
.tbudi-faq-grid .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  z-index: 1;
}

/* Expanded — solid blue header, white text, white arrow circle */
.tbudi-accordion .accordion-button:not(.collapsed),
.tbudi-faq-grid .accordion-button:not(.collapsed) {
  background: #0068ff !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: var(--tbudi-faq-font-size) !important;
}

.tbudi-accordion .accordion-button:not(.collapsed)::after,
.tbudi-faq-grid .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230068ff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.tbudi-accordion .accordion-body,
.tbudi-faq-grid .accordion-body {
  padding: 22px 26px 24px !important;
  color: #6b7280 !important;
  font-size: var(--tbudi-faq-font-size) !important;
  font-weight: 400 !important;
  line-height: var(--tbudi-faq-line-height) !important;
  background: #fff !important;
}

.tbudi-accordion .accordion-collapse,
.tbudi-faq-grid .accordion-collapse {
  border: 0;
  background: #fff;
}

/* Shared aliases so older FAQ class names pick up the same design */
.faq-section.tbudi-faq-section .section-title,
.tb-faq-section.tbudi-faq-section .tb-section-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #111827;
}

.tb-accordion.tbudi-accordion .accordion-item + .accordion-item {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .tbudi-faq-grid {
    grid-template-columns: 1fr;
  }

  .tbudi-faq-section {
    --tbudi-faq-font-size: 16px;
  }

  .tbudi-faq-section .tbudi-section-title {
    font-size: 32px;
  }
}

@media (max-width:1199.98px) {
  .tbudi-container {
    max-width: 960px
  }

  .tbudi-hero-title {
    font-size: 60px
  }

  .tbudi-hero-subtitle {
    font-size: 30px
  }

  .tbudi-feature-strip,
  .tbudi-workflow-strip {
    grid-template-columns: repeat(3, 1fr)
  }

  .tbudi-strip-item:nth-child(3n),
  .tbudi-workflow-item:nth-child(3n) {
    border-right: 0
  }

  .tbudi-strip-item:nth-child(-n+3),
  .tbudi-workflow-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--tbudi-line)
  }

  .tbudi-why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .tbudi-audience-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .tbudi-products-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .tbudi-process-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .tbudi-process-arrow {
    display: none
  }
}

@media (max-width:991.98px) {
  .tbudi-hero-section {
    padding-top: 34px
  }

  .tbudi-hero-visual-wrap {
    min-height: auto;
    margin-top: 8px
  }

  .tbudi-hero-visual {
    max-width: 680px
  }

  .tbudi-hero-badges {
    grid-template-columns: repeat(2, auto);
    gap: 13px 28px;
    margin-top: 12px
  }

  .tbudi-proof-grid {
    grid-template-columns: 1fr
  }

  .tbudi-proof-card {
    min-height: 112px
  }
}

@media (max-width:767.98px) {
  .tbudi-hero-title {
    font-size: 48px
  }

  .tbudi-hero-subtitle {
    font-size: 25px
  }

  .tbudi-hero-copy {
    font-size: 15px
  }

  .tbudi-hero-actions {
    gap: 10px
  }

  .tbudi-primary-btn,
  .tbudi-outline-btn {
    width: 100%;
    min-width: 0
  }

  .tbudi-hero-badges {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .tbudi-feature-strip,
  .tbudi-workflow-strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .tbudi-strip-item,
  .tbudi-workflow-item {
    border-right: 1px solid var(--tbudi-line);
    border-bottom: 1px solid var(--tbudi-line) !important
  }

  .tbudi-strip-item:nth-child(2n),
  .tbudi-workflow-item:nth-child(2n) {
    border-right: 0
  }

  .tbudi-strip-item:nth-last-child(-n+2),
  .tbudi-workflow-item:nth-last-child(-n+2) {
    border-bottom: 0 !important
  }

  .tbudi-why-grid,
  .tbudi-process-row,
  .tbudi-products-grid {
    grid-template-columns: 1fr
  }

  .tbudi-audience-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .tbudi-mini-card {
    align-items: flex-start
  }

  .tbudi-process-card {
    padding-left: 62px
  }
}

@media (max-width:575.98px) {
  .tbudi-container {
    padding-left: 18px;
    padding-right: 18px
  }

  .tbudi-section-title {
    text-align: left;
    font-size: 25px
  }

  .tbudi-feature-strip,
  .tbudi-workflow-strip,
  .tbudi-audience-grid {
    grid-template-columns: 1fr
  }

  .tbudi-strip-item,
  .tbudi-workflow-item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--tbudi-line) !important
  }

  .tbudi-strip-item:last-child,
  .tbudi-workflow-item:last-child {
    border-bottom: 0 !important
  }

  .tbudi-image-card img {
    height: 150px
  }

  .tbudi-product-card img {
    height: 150px
  }

  .tbudi-proof-card {
    grid-template-columns: 1fr;
    text-align: left
  }

  .tbudi-proof-main {
    grid-row: auto;
    font-size: 44px
  }
}











/* Tapbudi Band Page CSS */

/* TapBudi Band unique/scoped classes. Bootstrap utility/grid classes are intentionally unchanged. */
.tbb-page a {
  text-decoration: none;
}

.tbb-page .tbb-container {
  max-width: 1440px;
}

.tbb-page {
  --tbb-blue: var(--tb-blue, #075cff);
  --tbb-navy: var(--tb-navy, #071b52);
  --tbb-muted: var(--tb-muted, #657086);
  --tbb-text: var(--tb-text, #1f2a44);
  --tbb-border: var(--tb-border, #e4ebf5);
  overflow: hidden;
}

.tbb-section-pad-top {
  padding-top: 34px;
}

.tbb-section-pad-bottom {
  padding-bottom: 32px;
}

.tbb-section {
  padding: 10px 0;
}

.tbb-compact-section {
  margin-top: 2px;
}

/* Hero */
.tbb-hero {
  position: relative;
}

.tbb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border: 1px solid #aecaFF;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--tbb-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.tbb-hero-title {
  color: var(--tbb-navy);
  font-size: clamp(48px, 7vw, 78px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.055em;
  margin: 0 0 12px;
}

.tbb-hero-subtitle {
  color: var(--tbb-navy);
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.13;
  font-weight: 850;
  letter-spacing: -0.035em;
  margin: 0 0 17px;
  max-width: 565px;
}

.tbb-hero-subtitle span {
  color: var(--tbb-blue);
}

.tbb-hero-copy {
  color: var(--tbb-muted);
  font-size: 15.5px;
  line-height: 1.66;
  font-weight: 600;
  max-width: 558px;
  margin: 0 0 22px;
}

.tbb-actions .btn {
  min-height: 50px;
  padding: 13px 34px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.tbb-btn-primary {
  background: linear-gradient(135deg, var(--tbb-blue), #0049e8);
  border: 1px solid var(--tbb-blue);
  color: #fff;
  box-shadow: 0 10px 25px rgba(7, 92, 255, 0.22);
}

.tbb-btn-primary:hover,
.tbb-btn-primary:focus {
  background: #004bdc;
  color: #fff;
}

.tbb-btn-outline {
  border: 2px solid #0e63ff;
  color: var(--tbb-blue);
  background: #fff;
}

.tbb-btn-outline:hover,
.tbb-btn-outline:focus {
  background: #eef5ff;
  color: var(--tbb-blue);
}

.tbb-hero-art {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbb-hero-art img {
  width: min(100%, 690px);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 22px 28px rgba(6, 20, 95, 0.12));
}

.tbb-hero-bg {
  position: absolute;
  inset: 18px 16px 10px auto;
  width: min(74%, 520px);
  height: min(87%, 390px);
  border-radius: 50%;
  background: linear-gradient(150deg, #edf5ff 0%, #e7f1ff 55%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 1;
}

.tbb-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  align-items: center;
  margin-top: 12px;
  padding: 9px 0 2px;
  color: var(--tbb-text);
  font-size: 13px;
  font-weight: 800;
}

.tbb-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.tbb-proof-row i {
  color: var(--tbb-blue);
  font-size: 16px;
}

/* Feature strip */
.tbb-feature-strip {
  padding: 16px 0 6px;
}

.tbb-strip-card {
  border: 1px solid var(--tbb-border);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(6, 20, 95, 0.04);
  overflow: hidden;
}

.tbb-strip-item {
  min-height: 140px;
  padding: 25px 18px 20px;
  text-align: center;
  position: relative;
}

.tbb-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: calc(100% - 48px);
  background: var(--tbb-border);
}

.tbb-strip-item i {
  display: block;
  color: var(--tbb-blue);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
}

.tbb-strip-item h3,
.tbb-benefit-card h3,
.tbb-step-card h3,
.tbb-use-card h3,
.tbb-product-card h3 {
  color: var(--tbb-navy);
  font-weight: 850;
  letter-spacing: -0.02em;
}

.tbb-strip-item h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.tbb-strip-item p {
  color: var(--tbb-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

/* Shared cards */
.tbb-section-title {
  color: var(--tbb-navy);
  font-size: clamp(23px, 2.1vw, 28px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-align: center;
  margin: 0 0 9px;
}

.tbb-benefit-card,
.tbb-step-card,
.tbb-use-card,
.tbb-product-card,
.tbb-workflow-card,
.tbb-stat-card {
  border: 1px solid var(--tbb-border);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(6, 20, 95, 0.035);
}

.tbb-benefit-card {
  min-height: 104px;
  padding: 22px 23px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tbb-benefit-card i {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tbb-blue);
  font-size: 38px;
  line-height: 1;
}

.tbb-benefit-card h3 {
  font-size: 14.5px;
  margin: 0 0 6px;
}

.tbb-benefit-card p {
  color: var(--tbb-muted);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 650;
  margin: 0;
}

/* Steps */
.tbb-steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.tbb-step-card {
  min-height: 118px;
  padding: 17px 18px 16px 66px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.tbb-step-num {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--tbb-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}

.tbb-step-card i {
  color: var(--tbb-blue);
  font-size: 45px;
  line-height: 1;
  flex: 0 0 auto;
}

.tbb-step-card img {
  width: 76px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.tbb-step-card h3 {
  font-size: 13.5px;
  margin: 0 0 6px;
}

.tbb-step-card p {
  color: var(--tbb-muted);
  font-size: 12.5px;
  line-height: 1.28;
  font-weight: 650;
  margin: 0;
}

.tbb-step-arrow {
  color: var(--tbb-blue);
  font-size: 25px;
  font-weight: 900;
  display: flex;
  justify-content: center;
}

/* Use cards */
.tbb-use-card {
  overflow: hidden;
  height: 100%;
}

.tbb-use-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.tbb-use-card div {
  padding: 15px 16px 16px;
}

.tbb-use-card h3 {
  font-size: 13.8px;
  min-height: 32px;
  margin: 0 0 8px;
}

.tbb-use-card p {
  color: var(--tbb-muted);
  font-size: 12.6px;
  line-height: 1.38;
  font-weight: 650;
  margin: 0;
}

/* Products */
.tbb-product-card {
  height: 100%;
  padding: 16px 18px 17px;
  text-align: center;
}

.tbb-product-card img {
  width: 100%;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  margin-bottom: 8px;
}

.tbb-product-card h3 {
  font-size: 14.5px;
  margin: 0 0 7px;
}

.tbb-product-card p {
  color: var(--tbb-muted);
  min-height: 42px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
  margin: 0 0 13px;
}

.tbb-mini-btn {
  width: min(100%, 138px);
  border: 2px solid var(--tbb-blue);
  border-radius: 6px;
  color: var(--tbb-blue);
  background: #fff;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.tbb-mini-btn:hover,
.tbb-mini-btn:focus {
  background: var(--tbb-blue);
  color: #fff;
}

/* Workflow */
.tbb-workflow-card {
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  padding: 0 12px;
}

.tbb-workflow-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  color: var(--tbb-text);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.tbb-workflow-card i {
  color: var(--tbb-blue);
  font-size: 23px;
}

/* Stats */
.tbb-stat-card {
  min-height: 124px;
  display: grid;
  grid-template-columns: 100px 1fr 52px;
  gap: 18px;
  align-items: center;
  padding: 20px 21px;
}

.tbb-stat-number {
  color: var(--tbb-blue);
  font-size: 48px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-align: center;
}

.tbb-stat-number span {
  color: var(--tbb-text);
  display: block;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 850;
  margin-top: 12px;
}

.tbb-quote p {
  color: var(--tbb-text);
  font-size: 12.7px;
  line-height: 1.38;
  font-weight: 700;
  margin: 0 0 8px;
}

.tbb-stars {
  color: var(--tbb-blue);
  letter-spacing: 2px;
  font-size: 14px;
}

.tbb-stat-card img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #edf4ff;
}

/* FAQ */
.tbb-faq .accordion-item {
  border: 1px solid var(--tbb-border);
  overflow: hidden;
}

.tbb-faq .accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tbb-faq .accordion-item:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tbb-faq .accordion-button {
  min-height: 32px;
  padding: 8px 16px;
  background: #fff;
  color: var(--tbb-text);
  font-size: 13.2px;
  font-weight: 850;
  box-shadow: none;
}

.tbb-faq .accordion-button:not(.collapsed) {
  color: var(--tbb-blue);
  background: #f5f9ff;
}

.tbb-faq .accordion-body {
  color: var(--tbb-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 16px 14px;
}

/* CTA */
.tbb-final-cta {
  padding-top: 10px;
}

.tbb-cta-card {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 25px;
  min-height: 122px;
  padding: 27px 43px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0861ff 0%, #0051f1 45%, #0049df 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 92, 255, 0.22);
}

.tbb-cta-icon {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: var(--tbb-blue);
  font-size: 44px;
}

.tbb-cta-copy h2 {
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
  margin: 0 0 9px;
}

.tbb-cta-copy p {
  max-width: 610px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.tbb-cta-actions {
  min-width: 405px;
}

.tbb-cta-actions .btn {
  min-height: 48px;
  border-radius: 7px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 850;
}

.tbb-btn-light {
  min-width: 175px;
  color: var(--tbb-blue);
  background: #fff;
  border: 1px solid #fff;
  margin-right: 13px;
}

.tbb-btn-light:hover,
.tbb-btn-light:focus {
  color: var(--tbb-blue);
  background: #eef5ff;
}

.tbb-btn-ghost {
  min-width: 164px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.tbb-btn-ghost:hover,
.tbb-btn-ghost:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.tbb-cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 800;
}

.tbb-cta-notes i {
  margin-right: 5px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .container-xl {
    max-width: 960px;
  }

  .tbb-hero-art {
    min-height: 365px;
  }

  .tbb-steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tbb-step-arrow {
    display: none;
  }

  .tbb-workflow-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tbb-cta-card {
    grid-template-columns: 76px 1fr;
  }

  .tbb-cta-actions {
    grid-column: 1 / -1;
    min-width: 0;
  }
}

@media (max-width: 991.98px) {
  .tbb-section-pad-top {
    padding-top: 24px;
  }

  .tbb-hero {
    text-align: center;
  }

  .tbb-hero-copy,
  .tbb-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .tbb-actions {
    justify-content: center;
  }

  .tbb-hero-art {
    min-height: auto;
    padding-top: 10px;
  }

  .tbb-hero-art img {
    max-width: 620px;
  }

  .tbb-hero-bg {
    top: 5px;
    left: 50%;
    right: auto;
    bottom: 5px;
    transform: translateX(-50%);
    width: 78%;
    height: auto;
  }

  .tbb-proof-row {
    justify-content: center;
  }

  .tbb-strip-item:not(:last-child)::after {
    display: none;
  }

  .tbb-stat-card {
    grid-template-columns: 120px 1fr 56px;
  }
}

@media (max-width: 767.98px) {
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tbb-hero-title {
    font-size: clamp(44px, 13vw, 62px);
  }

  .tbb-hero-copy {
    font-size: 14px;
  }

  .tbb-actions .btn {
    width: 100%;
  }

  .tbb-proof-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 10px 14px;
  }

  .tbb-proof-row span {
    white-space: normal;
  }

  .tbb-strip-item {
    min-height: 118px;
    padding: 20px 12px 16px;
  }

  .tbb-strip-item i {
    font-size: 32px;
  }

  .tbb-benefit-card {
    min-height: auto;
  }

  .tbb-steps-grid {
    grid-template-columns: 1fr;
  }

  .tbb-step-card {
    min-height: 106px;
  }

  .tbb-workflow-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbb-workflow-card span {
    justify-content: flex-start;
    padding-left: 14px;
    white-space: normal;
  }

  .tbb-cta-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 27px 24px;
    gap: 16px;
  }

  .tbb-cta-actions .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .tbb-section-title {
    margin-bottom: 12px;
  }

  .tbb-proof-row {
    grid-template-columns: 1fr;
  }

  .tbb-strip-card {
    border-radius: 10px;
  }

  .tbb-benefit-card {
    padding: 19px 18px;
  }

  .tbb-step-card {
    padding-left: 62px;
  }

  .tbb-workflow-card {
    grid-template-columns: 1fr;
  }

  .tbb-stat-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .tbb-stat-number span {
    margin-top: 8px;
  }

  .tbb-cta-copy h2 {
    font-size: 32px;
  }
}












/* Tap budi Dot Page CSS */

:root {
  --tb-blue: #0757ff;
  --tb-blue-2: #0045e8;
  --tb-navy: #071857;
  --tb-navy-soft: #0a1f6b;
  --tb-text: #081650;
  --tb-muted: #4a5a87;
  --tb-border: #d6e2ff;
  --tb-border-2: #c8d7ff;
  --tb-bg: #f8fbff;
  --tb-shadow: 0 10px 28px rgba(7, 33, 100, .07);
  --tb-radius: 15px;
}

.tbd-page {
  overflow: hidden
}

.tbd-page a {
  text-decoration: none
}

.tbd-container {
  max-width: 1440px;
  padding-left: clamp(18px, 2.5vw, 48px);
  padding-right: clamp(18px, 2.5vw, 48px);
}

.tbd-site-header {
  position: relative;
  background: #fff;
  z-index: 30
}

.tbd-page .navbar {
  padding: 18px 0 12px;
  border-bottom: 1px solid rgba(216, 226, 255, .18)
}

.tbd-brand-logo {
  width: 157px;
  height: auto;
  display: block
}

.tbd-page .navbar .nav-link {
  font-size: 13px;
  font-weight: 800;
  color: #06134a;
  padding: 12px 0;
  position: relative
}

.tbd-page .navbar .nav-link.active {
  color: var(--tb-blue)
}

.tbd-page .navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 3px;
  border-radius: 99px;
  background: var(--tb-blue)
}

.tbd-page .dropdown-toggle::after {
  vertical-align: .13em;
  margin-left: .45rem
}

.tbd-nav-btn {
  height: 38px;
  min-width: 82px;
  border-radius: 7px;
  font-weight: 800;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 18px
}

.tbd-page .btn-primary {
  background: var(--tb-blue);
  border-color: var(--tb-blue);
  box-shadow: 0 8px 18px rgba(7, 87, 255, .14)
}

.tbd-page .btn-primary:hover {
  background: var(--tb-blue-2);
  border-color: var(--tb-blue-2)
}

.tbd-page .btn-outline-primary {
  border-color: var(--tb-blue);
  color: var(--tb-blue);
  background: #fff
}

.tbd-page .btn-outline-primary:hover {
  background: var(--tb-blue);
  border-color: var(--tb-blue);
  color: #fff
}

.tbd-hero-section {
  padding: 48px 0 18px;
  overflow: hidden
}

.tbd-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #b8ccff;
  background: #eef5ff;
  color: var(--tb-blue);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 14px
}

.tbd-hero-copy h1 {
  font-size: clamp(54px, 7.1vw, 76px);
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--tb-navy)
}

.tbd-hero-copy h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  font-weight: 850;
  color: var(--tb-navy)
}

.tbd-hero-copy h2 span {
  color: var(--tb-blue)
}

.tbd-hero-text {
  max-width: 430px;
  margin: 0 0 25px;
  color: var(--tb-navy-soft);
  font-weight: 600;
  line-height: 1.72
}

.tbd-hero-btn {
  height: 46px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  min-width: 162px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.tbd-hero-art-wrap {
  text-align: right;
  position: relative
}

.tbd-hero-art {
  max-width: 100%;
  filter: drop-shadow(0 25px 34px rgba(17, 44, 105, .06));
  transform: translateX(8px)
}

.tbd-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin-top: 20px;
  color: #06134f;
  font-weight: 800;
  font-size: 12px
}

.tbd-trust-row span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap
}

.tbd-trust-row i {
  color: var(--tb-blue);
  font-size: 15px;
  margin-right: 7px
}

.tbd-card-panel,
.tbd-mini-card,
.tbd-step-card,
.tbd-image-card,
.tbd-product-card,
.tbd-workflow-bar,
.tbd-stat-card,
.tbd-page .accordion-item {
  background: #fff;
  border: 1px solid var(--tb-border);
  border-radius: var(--tb-radius);
  box-shadow: 0 6px 20px rgba(7, 33, 100, .035)
}

.tbd-icon-strip-section {
  padding: 10px 0 6px
}

.tbd-icon-strip {
  overflow: hidden;
  padding: 0 0;
  border-radius: 14px
}

.tbd-strip-item {
  text-align: center;
  min-height: 132px;
  padding: 19px 14px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.tbd-strip-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  bottom: 23px;
  width: 1px;
  background: #c9d8ff
}

.tbd-strip-item i {
  font-size: 44px;
  line-height: 1;
  color: var(--tb-blue);
  margin-bottom: 10px;
  -webkit-text-stroke: .25px var(--tb-blue)
}

h3 {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--tb-navy);
  margin: 0 0 6px;
  letter-spacing: -.015em
}

.tbd-strip-item p,
.tbd-mini-card p,
.tbd-step-card p,
.tbd-image-card p,
.tbd-product-card p,
.tbd-quote p {
  font-size: 12.3px;
  color: var(--tb-navy-soft);
  font-weight: 600;
  line-height: 1.38;
  margin: 0
}

.tbd-section-pad-sm {
  padding: 10px 0 0
}

.tbd-section-title {
  text-align: center;
  color: var(--tb-navy);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.04em;
  margin: 0 0 11px
}

.tbd-mini-card {
  min-height: 92px;
  padding: 18px 20px;
  display: flex;
  gap: 18px;
  align-items: center
}

.tbd-mini-card i {
  flex: 0 0 auto;
  font-size: 43px;
  line-height: 1;
  color: var(--tb-blue);
  width: 50px;
  text-align: center;
  -webkit-text-stroke: .25px var(--tb-blue)
}

.tbd-mini-card h3 {
  margin-bottom: 5px
}

.tbd-works-section {
  padding-top: 12px
}

.tbd-step-row {
  position: relative
}

.tbd-step-row>.col-xl-3:not(:last-child) {
  position: relative
}

.tbd-step-row>.col-xl-3:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -17px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 29px;
  color: var(--tb-blue);
  font-weight: 800;
  z-index: 2
}

.tbd-step-card {
  min-height: 86px;
  padding: 17px 14px 15px 57px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative
}

.tbd-step-number {
  position: absolute;
  left: 17px;
  top: 13px;
  width: 26px;
  height: 26px;
  background: var(--tb-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900
}

.tbd-step-card i {
  font-size: 45px;
  color: var(--tb-blue);
  line-height: 1
}

.tbd-step-card img {
  width: 62px;
  height: 45px;
  object-fit: contain;
  margin-left: -4px
}

.tbd-step-card h3 {
  font-size: 12.5px;
  margin-bottom: 5px
}

.tbd-environment-section {
  padding-top: 12px
}

.tbd-image-card {
  height: 100%;
  overflow: hidden;
  border-radius: 9px
}

.tbd-image-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  display: block
}

.tbd-image-card div {
  padding: 12px 14px 15px
}

.tbd-image-card h3 {
  font-size: 13px;
  margin-bottom: 8px
}

.tbd-product-section {
  padding-top: 12px
}

.tbd-product-card {
  height: 100%;
  min-height: 168px;
  padding: 12px 10px 13px;
  text-align: center;
  border-radius: 12px
}

.tbd-product-img {
  height: 67px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px
}

.tbd-product-img img {
  max-width: 95px;
  max-height: 65px;
  object-fit: contain
}

.tbd-product-badge {
  position: absolute;
  right: 23px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #f5f9ff;
  border: 2px solid #a8c1ff;
  color: var(--tb-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800
}

.tbd-product-card h3 {
  font-size: 13.2px;
  margin-bottom: 4px
}

.tbd-product-card p {
  min-height: 34px;
  max-width: 145px;
  margin-inline: auto;
  margin-bottom: 9px
}

.tbd-product-card .btn {
  height: 27px;
  min-width: 112px;
  border-radius: 5px;
  font-size: 10.5px;
  font-weight: 900;
  padding: 3px 16px
}

.tbd-workflow-section {
  padding-top: 13px
}

.tbd-workflow-bar {
  min-height: 58px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  padding: 12px 18px;
  flex-wrap: wrap
}

.tbd-workflow-bar span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tb-navy);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap
}

.tbd-workflow-bar i {
  font-size: 28px;
  color: var(--tb-blue);
  line-height: 1
}

.tbd-stats-section {
  padding-top: 13px
}

.tbd-stat-card {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  position: relative;
  overflow: hidden
}

.tbd-stat-main {
  min-width: 92px;
  text-align: center
}

.tbd-stat-main strong {
  display: block;
  color: var(--tb-blue);
  font-size: 42px;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.055em
}

.tbd-stat-main span {
  display: block;
  color: var(--tb-navy);
  font-weight: 900;
  font-size: 11px;
  margin-top: 9px
}

.tbd-quote {
  padding-right: 48px
}

.tbd-quote p {
  font-weight: 700;
  line-height: 1.5
}

.tbd-stars {
  color: var(--tb-blue);
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 6px;
  font-weight: 900
}

.tbd-stat-card img {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #d5e2ff
}

.tbd-faq-section {
  padding-top: 13px
}

.tbd-faq-accordion .accordion-item {
  border-radius: 6px !important;
  margin-bottom: 6px;
  overflow: hidden
}

.tbd-faq-accordion .accordion-button {
  min-height: 30px;
  padding: 6px 16px;
  color: var(--tb-navy);
  font-size: 13px;
  font-weight: 900;
  background: #fff;
  box-shadow: none
}

.tbd-faq-accordion .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px
}

.accordion-body {
  font-size: 12.8px;
  color: var(--tb-muted);
  font-weight: 600;
  padding: 4px 16px 12px
}

/* Don't let global accordion-body rules break product FAQs */
.tbudi-accordion .accordion-body,
.tbudi-faq-grid .accordion-body,
.tbudi-accordion .accordion-button,
.tbudi-faq-grid .accordion-button {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.tbudi-accordion .accordion-body,
.tbudi-faq-grid .accordion-body {
  color: #6b7280 !important;
  font-weight: 400 !important;
  padding: 22px 26px 24px !important;
  background: #fff !important;
}

.tbd-bottom-cta-section {
  padding: 5px 0 0
}

.tbd-cta-panel {
  background: linear-gradient(135deg, #0757ff 0%, #0049ee 46%, #003bd2 100%);
  border-radius: 14px;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 87, 255, .18);
  overflow: hidden
}

.tbd-cta-icon {
  width: 88px;
  height: 88px;
  min-width: 88px;
  border: 3px solid rgba(255, 255, 255, .7);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08)
}

.tbd-cta-icon i {
  font-size: 54px;
  line-height: 1
}

.tbd-cta-copy {
  flex: 1
}

.tbd-cta-copy h2 {
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 6px;
  font-weight: 900
}

.tbd-cta-copy p {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
  max-width: 455px
}

.tbd-cta-actions {
  min-width: 420px
}

.tbd-cta-actions .btn {
  height: 46px;
  min-width: 158px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center
}

.tbd-cta-meta {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 800
}

.tbd-cta-meta i {
  margin-right: 5px
}

.tbd-site-footer {
  padding: 18px 0 18px;
  background: #fff
}

.tbd-footer-top {
  font-size: 11px
}

.tbd-footer-logo {
  width: 150px
}

.tbd-site-footer h4 {
  font-size: 11px;
  font-weight: 900;
  color: var(--tb-navy);
  margin-bottom: 7px
}

.tbd-site-footer a {
  display: block;
  color: #15265c;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.55
}

.tbd-socials {
  display: flex;
  gap: 8px;
  align-items: center
}

.tbd-socials a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #354058;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px
}

.tbd-copyright {
  text-align: center;
  margin: 8px 0 0;
  color: #7380aa;
  font-size: 10.2px;
  font-weight: 600
}

@media (max-width:1199.98px) {
  .tbd-container {
    max-width: 960px
  }

  .tbd-hero-copy h1 {
    font-size: 62px
  }

  .tbd-hero-copy h2 {
    font-size: 29px
  }

  .tbd-hero-text {
    font-size: 13px
  }

  .tbd-stat-card {
    padding: 16px
  }

  .tbd-stat-main strong {
    font-size: 36px
  }

  .tbd-quote {
    padding-right: 35px
  }

  .tbd-cta-panel {
    padding: 22px
  }

  .tbd-cta-actions {
    min-width: 360px
  }

  .tbd-strip-item:not(:first-child)::before {
    display: none
  }

  .tbd-strip-item {
    border-right: 1px solid var(--tb-border);
    border-bottom: 1px solid var(--tb-border)
  }

  .tbd-icon-strip {
    border-bottom: 0;
    border-right: 0
  }
}

@media (max-width:991.98px) {
  .tbd-page .navbar {
    padding: 14px 0
  }

  .navbar .nav-link.active::after {
    display: none
  }

  .tbd-nav-actions {
    justify-content: flex-start
  }

  .tbd-hero-section {
    padding-top: 28px
  }

  .tbd-hero-copy {
    text-align: center
  }

  .tbd-hero-text {
    margin-inline: auto
  }

  .tbd-hero-buttons {
    justify-content: center
  }

  .tbd-hero-art-wrap {
    text-align: center
  }

  .tbd-hero-art {
    transform: none;
    max-width: 680px;
    width: 100%
  }

  .tbd-trust-row {
    justify-content: center
  }

  .tbd-mini-card {
    min-height: 94px
  }

  .tbd-step-row>.col-xl-3:not(:last-child)::after {
    display: none
  }

  .tbd-workflow-bar {
    justify-content: flex-start
  }

  .tbd-cta-panel {
    flex-direction: column;
    text-align: center
  }

  .tbd-cta-copy p {
    margin-inline: auto
  }

  .tbd-cta-actions {
    min-width: 0;
    width: 100%
  }

  .tbd-cta-actions .d-flex {
    justify-content: center
  }

  .tbd-cta-meta {
    flex-wrap: wrap
  }

  .tbd-footer-logo {
    width: 140px
  }
}

@media (max-width:767.98px) {
  .tbd-container {
    padding-inline: 15px
  }

  .tbd-brand-logo {
    width: 136px
  }

  .tbd-hero-copy h1 {
    font-size: 50px;
    letter-spacing: -.055em
  }

  .tbd-hero-copy h2 {
    font-size: 25px
  }

  .tbd-hero-text {
    line-height: 1.62
  }

  .tbd-hero-btn {
    width: 100%
  }

  .tbd-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
    margin-top: 18px
  }

  .tbd-trust-row span {
    justify-content: flex-start
  }

  .tbd-section-title {
    font-size: 21px
  }

  .tbd-strip-item {
    min-height: 122px;
    padding: 17px 10px
  }

  .tbd-strip-item i {
    font-size: 36px
  }

  .tbd-mini-card {
    padding: 16px;
    gap: 13px
  }

  .tbd-mini-card i {
    font-size: 34px;
    width: 39px
  }

  .tbd-step-card {
    padding-left: 55px
  }

  .tbd-image-card img {
    height: 92px
  }

  .tbd-image-card div {
    padding: 11px 10px 13px
  }

  .tbd-image-card h3,
  .tbd-product-card h3 {
    font-size: 12px
  }

  .tbd-image-card p,
  .tbd-product-card p {
    font-size: 11.4px
  }

  .tbd-product-card {
    padding: 10px 8px;
    min-height: 163px
  }

  .tbd-product-img img {
    max-width: 86px
  }

  .tbd-product-badge {
    right: 10px;
    width: 27px;
    height: 27px;
    font-size: 13px
  }

  .tbd-workflow-bar {
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start
  }

  .tbd-workflow-bar span {
    font-size: 11.5px;
    white-space: normal
  }

  .tbd-workflow-bar i {
    font-size: 24px
  }

  .tbd-stat-card {
    min-height: 112px
  }

  .tbd-cta-panel {
    padding: 22px 18px
  }

  .tbd-cta-icon {
    width: 72px;
    height: 72px;
    min-width: 72px
  }

  .tbd-cta-icon i {
    font-size: 42px
  }

  .tbd-cta-copy h2 {
    font-size: 24px
  }

  .tbd-cta-copy p {
    font-size: 13px
  }

  .tbd-cta-actions .btn {
    width: 100%
  }

  .tbd-footer-top {
    text-align: left
  }

  .tbd-socials {
    justify-content: flex-start
  }

  .tbd-copyright {
    text-align: left
  }
}

@media (max-width:575.98px) {
  .tbd-page {
    font-size: 13px
  }

  .tbd-hero-section {
    padding-top: 20px
  }

  .tbd-hero-copy h1 {
    font-size: 43px
  }

  .tbd-hero-copy h2 {
    font-size: 22px
  }

  .tbd-eyebrow {
    font-size: 10.5px
  }

  .tbd-icon-strip {
    border-radius: 12px
  }

  .tbd-strip-item {
    min-height: 119px
  }

  .tbd-strip-item h3 {
    font-size: 12px
  }

  .tbd-strip-item p {
    font-size: 10.8px
  }

  .tbd-mini-card {
    align-items: flex-start
  }

  .tbd-step-card {
    min-height: 108px;
    align-items: flex-start
  }

  .tbd-step-card i {
    font-size: 38px
  }

  .tbd-step-card img {
    width: 58px
  }

  .tbd-stat-card {
    display: block;
    padding: 18px 18px 78px
  }

  .tbd-stat-main {
    text-align: left;
    min-width: 0
  }

  .tbd-quote {
    padding-right: 0;
    margin-top: 8px
  }

  .tbd-stat-card img {
    width: 56px;
    height: 56px
  }

  .tbd-faq-accordion .accordion-button {
    font-size: 12px
  }

  .tbd-cta-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center
  }

  .tbd-footer-logo {
    width: 134px
  }
}

.tbd-faq-accordion .accordion-button:not(.collapsed) {
  color: #005ff5;
  background: #f5f9ff;
}







/* Tap Budi Reviews Page CSS */

:root {
  --tbr-blue: #0647ff;
  --tbr-blue-2: #0b5cff;
  --tbr-navy: #061756;
  --tbr-ink: #07184f;
  --tbr-muted: #30427a;
  --tbr-border: #dbe5ff;
  --tbr-soft: #f7faff;
  --tbr-white: #ffffff;
  --tbr-shadow: 0 18px 45px rgba(5, 34, 116, 0.08);
  --tbr-radius: 14px;
}

* {
  box-sizing: border-box;
}



img {
  max-width: 100%;
  display: block;
}

.tbr-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 7%, rgba(6, 71, 255, 0.06), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 48%, #ffffff 100%);
}

.tbr-container {
  max-width: 1440px;
}

.tbr-section {
  padding: 52px 0;
}

.tbr-compact-section {
  padding-top: 20px;
  padding-bottom: 28px;
}

.tbr-section-title {
  color: var(--tbr-navy);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.03em;
}

.tbr-section-soft {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.tbr-section-kicker {
  display: block;
  text-align: center;
  color: var(--tbr-blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tbr-section-lead {
  max-width: 640px;
  margin: -24px auto 40px;
  text-align: center;
  color: var(--tbr-muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.tbr-process-modern {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tbr-process-modern.tbr-cols-3-process {
  grid-template-columns: repeat(3, 1fr);
}

.tbr-process-card {
  position: relative;
  height: 100%;
  padding: 28px 22px 24px;
  border: 1px solid var(--tbr-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 24, 79, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tbr-process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 71, 255, 0.35);
  box-shadow: var(--tbr-shadow);
}

.tbr-process-card .tbr-step-number {
  position: static;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.tbr-process-card .tbr-step-icon {
  width: 48px;
  height: 48px;
  font-size: 1.85rem;
  margin-bottom: 14px;
  color: var(--tbr-blue);
}

.tbr-process-card h3 {
  color: var(--tbr-navy);
  font-size: 1rem;
  font-weight: 850;
  margin: 0 0 8px;
  line-height: 1.3;
}

.tbr-process-card p {
  color: var(--tbr-muted);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.tbr-info-grid {
  row-gap: 18px;
}

.tbr-teams-grid .tbr-image-card img {
  height: 150px;
}

.tbr-setup-grid .tbr-product-card {
  padding: 22px 16px 22px;
}

.tbr-integration-modern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.tbr-integration-modern .tbr-integration-pill {
  min-width: 180px;
  flex: 1 1 160px;
  max-width: 220px;
}

@media (max-width: 1199.98px) {
  .tbr-process-modern {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbr-process-modern.tbr-cols-3-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .tbr-section {
    padding: 40px 0;
  }

  .tbr-process-modern {
    grid-template-columns: 1fr;
  }

  .tbr-section-lead {
    margin-top: -16px;
    margin-bottom: 28px;
  }
}

/* Hero */
.tbr-hero-section {
  padding: 34px 0 12px;
}

.tbr-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 13px;
  border: 1px solid rgba(6, 71, 255, 0.24);
  border-radius: 999px;
  color: var(--tbr-blue);
  background: #ffffff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.tbr-hero-title {
  color: #07144f;
  font-size: clamp(2.65rem, 6vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 800;
  margin: 0 0 10px;
}

.tbr-hero-subtitle {
  max-width: 555px;
  color: var(--tbr-navy);
  font-size: clamp(1.2rem, 2.25vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.tbr-hero-subtitle span {
  color: var(--tbr-blue);
}

.tbr-hero-copy {
  max-width: 545px;
  color: var(--tbr-muted);
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 600;
  margin-bottom: 24px;
}

.tbr-primary-btn,
.tbr-outline-btn {
  min-height: 48px;
  padding: 13px 31px;
  border-radius: 7px;
  font-size: 0.93rem;
  font-weight: 800;
  border: 1px solid var(--tbr-blue);
}

.tbr-primary-btn {
  color: #ffffff;
  background: var(--tbr-blue);
  box-shadow: 0 14px 26px rgba(6, 71, 255, 0.2);
}

.tbr-primary-btn:hover,
.tbr-primary-btn:focus {
  color: #ffffff;
  background: #003be0;
  border-color: #003be0;
}

.tbr-outline-btn {
  color: var(--tbr-blue);
  background: #ffffff;
}

.tbr-outline-btn:hover,
.tbr-outline-btn:focus {
  color: #ffffff;
  background: var(--tbr-blue);
}

.tbr-hero-device-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}

.tbr-hero-device-wrap::before {
  content: "";
  position: absolute;
  inset: 10% 0 2%;
  background: radial-gradient(ellipse at center, rgba(6, 32, 103, 0.16), transparent 64%);
  filter: blur(8px);
  z-index: 0;
}

/* .tbr-hero-device {
  position: relative;
  z-index: 1;
  width: min(100%, 455px);
  margin-inline: auto;
  object-fit: contain;
} */

.tbr-hero-thumbs {
  display: grid;
  gap: 15px;
}

.tbr-hero-thumbs img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border-radius: 11px;
  box-shadow: 0 12px 28px rgba(6, 22, 86, 0.13);
}

.tbr-proof-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 34px;
  color: var(--tbr-navy);
  font-size: 0.86rem;
  font-weight: 800;
  margin-top: 20px;
}

.tbr-proof-row i {
  color: var(--tbr-blue);
  margin-right: 7px;
}

/* Feature strip */
.tbr-feature-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid var(--tbr-border);
  border-radius: var(--tbr-radius);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(7, 24, 79, 0.04);
}

.tbr-strip-item {
  min-height: 132px;
  padding: 20px 16px 18px;
  text-align: center;
  border-right: 1px solid var(--tbr-border);
}

.tbr-strip-item:last-child {
  border-right: 0;
}

.tbr-strip-item i {
  display: block;
  color: var(--tbr-blue);
  font-size: 2.35rem;
  line-height: 1;
  margin-bottom: 11px;
}

.tbr-strip-item h3 {
  color: var(--tbr-navy);
  font-size: 0.98rem;
  font-weight: 850;
  margin: 0 0 6px;
}

.tbr-strip-item p {
  color: var(--tbr-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 650;
  margin: 0;
}

/* General cards */
.tbr-info-card {
  height: 100%;
  display: flex;
  gap: 18px;
  min-height: 108px;
  padding: 22px;
  border: 1px solid var(--tbr-border);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 24, 79, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  flex-direction: column;
}

.tbr-info-card:hover,
.tbr-image-card:hover,
.tbr-product-card:hover,
.tbr-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 71, 255, 0.35);
  box-shadow: var(--tbr-shadow);
}

.tbr-card-icon,
.tbr-step-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--tbr-blue);
}

.tbr-card-icon {
  width: 49px;
  height: 49px;
  font-size: 2rem;
}

.tbr-info-card h3,
.tbr-step-card h3,
.tbr-image-card h3,
.tbr-product-card h3 {
  color: var(--tbr-navy);
  font-size: 0.91rem;
  line-height: 1.25;
  font-weight: 850;
  margin: 0 0 5px;
}

.tbr-info-card p,
.tbr-step-card p,
.tbr-image-card p,
.tbr-product-card p {
  color: var(--tbr-muted);
  font-size: 0.8rem;
  line-height: 1.48;
  font-weight: 600;
  margin: 0;
}

/* Steps */
.tbr-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--tbr-border);
  border-radius: var(--tbr-radius);
  overflow: hidden;
  background: #ffffff;
}

.tbr-step-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 20px 18px 52px;
  border-right: 1px solid var(--tbr-border);
}

.tbr-step-card:last-child {
  border-right: 0;
}

.tbr-step-card:not(:last-child)::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tbr-blue);
  background: #ffffff;
  font-size: 1.25rem;
  z-index: 2;
}

.tbr-step-number {
  position: absolute;
  left: 26px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: var(--tbr-blue);
  font-weight: 850;
  font-size: 0.8rem;
}

.tbr-step-icon {
  width: 52px;
  height: 52px;
  font-size: 2.2rem;
}

/* Image cards */
.tbr-image-card,
.tbr-product-card,
.tbr-stat-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tbr-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 24, 79, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tbr-image-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.tbr-image-card-body {
  padding: 13px 13px 15px;
}

/* Products */
.tbr-product-card {
  text-align: center;
  padding: 16px 14px 18px;
}

.tbr-product-card img {
  width: 110px;
  height: 130px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.tbr-product-card p {
  min-height: 39px;
  margin-bottom: 13px;
}

.tbr-small-outline-btn {
  min-width: 97px;
  min-height: 29px;
  padding: 5px 16px;
  border-radius: 4px;
  border: 1px solid var(--tbr-blue);
  color: var(--tbr-blue);
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
}

.tbr-small-outline-btn:hover,
.tbr-small-outline-btn:focus {
  color: #ffffff;
  background: var(--tbr-blue);
}

/* Integrations */
.tbr-integration-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.tbr-integration-pill {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid var(--tbr-border);
  border-radius: 9px;
  background: #ffffff;
  color: var(--tbr-navy);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 8px 18px rgba(7, 24, 79, 0.03);
}

.tbr-integration-pill i {
  color: var(--tbr-blue);
  font-size: 1.55rem;
}

.tbr-google-mark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #4285f4;
  background: #ffffff;
  border: 1px solid #edf1ff;
  font-weight: 900;
  font-size: 1rem;
}

/* Testimonials */
.tbr-stat-card {
  position: relative;
  min-height: 142px;
  padding: 18px 22px;
}

.tbr-stat-main {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--tbr-blue);
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 7px;
}

.tbr-stat-main i {
  font-size: 2rem;
}

.tbr-stat-copy {
  color: var(--tbr-navy);
  max-width: 148px;
  font-size: 0.82rem;
  line-height: 1.27;
  font-weight: 850;
  margin: 0 0 10px;
}

.tbr-stars {
  color: var(--tbr-blue);
  font-size: 1.02rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.tbr-stat-card blockquote {
  position: absolute;
  left: 43%;
  top: 22px;
  right: 80px;
  color: var(--tbr-muted);
  font-size: 0.82rem;
  line-height: 1.48;
  font-weight: 650;
  margin: 0;
}

.tbr-author-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.tbr-author-wrap strong,
.tbr-author-wrap span {
  display: block;
}

.tbr-author-wrap strong {
  color: var(--tbr-navy);
  font-size: 0.86rem;
  font-weight: 850;
}

.tbr-author-wrap span {
  color: var(--tbr-muted);
  font-size: 0.75rem;
  font-weight: 600;
}

.tbr-author-wrap img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 7px 16px rgba(7, 24, 79, 0.15);
}

/* FAQ */
.tbr-faq-section {
  padding-top: 5px;
}

.tbr-faq-accordion {
  overflow: hidden;
  border: 1px solid var(--tbr-border);
  border-radius: 9px;
  background: #ffffff;
}

.tbr-faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--tbr-border);
}

.tbr-faq-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.tbr-faq-accordion .accordion-button {
  min-height: 42px;
  padding: 10px 24px;
  color: var(--tbr-navy);
  background: #ffffff;
  font-size: 0.86rem;
  line-height: 1.2;
  font-weight: 850;
  box-shadow: none;
}

.tbr-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--tbr-blue);
  background: #f8fbff;
}

.tbr-faq-accordion .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
}

.tbr-faq-accordion .accordion-body {
  padding: 0 24px 14px;
  color: var(--tbr-muted);
  font-size: 0.82rem;
  line-height: 1.55;
  font-weight: 600;
}

/* Bottom CTA */
.tbr-bottom-cta-section {
  padding-top: 4px;
  padding-bottom: 32px;
}

.tbr-bottom-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 21px 38px;
  border-radius: 9px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .22), transparent 24%),
    linear-gradient(135deg, #074dff 0%, #063af2 48%, #0537d8 100%);
  box-shadow: 0 20px 45px rgba(6, 71, 255, 0.25);
}

.tbr-cta-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 12px;
  font-size: 3rem;
  color: #ffffff;
}

.tbr-cta-content h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0 0 7px;
}

.tbr-cta-content p {
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 650;
  opacity: 0.95;
  margin: 0;
}

.tbr-cta-primary,
.tbr-cta-outline {
  min-width: 154px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 850;
  font-size: 0.92rem;
}

.tbr-cta-primary {
  color: var(--tbr-blue);
  background: #ffffff;
  border: 1px solid #ffffff;
}

.tbr-cta-primary:hover,
.tbr-cta-primary:focus {
  color: #ffffff;
  background: transparent;
}

.tbr-cta-outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.tbr-cta-outline:hover,
.tbr-cta-outline:focus {
  color: var(--tbr-blue);
  background: #ffffff;
}

.tbr-cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 26px;
  margin-top: 16px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
}

.tbr-cta-points i {
  margin-right: 6px;
}

@media (max-width: 1199.98px) {

  .tbr-feature-strip,
  .tbr-integration-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tbr-strip-item:nth-child(3n) {
    border-right: 0;
  }

  .tbr-strip-item:nth-child(-n + 3) {
    border-bottom: 1px solid var(--tbr-border);
  }

  .tbr-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbr-step-card:nth-child(2) {
    border-right: 0;
  }

  .tbr-step-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tbr-border);
  }

  .tbr-step-card:nth-child(2)::after {
    display: none;
  }

  .tbr-stat-card blockquote {
    position: static;
    margin-bottom: 10px;
  }

  .tbr-bottom-cta {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tbr-cta-actions {
    grid-column: 1 / -1;
  }

  .tbr-cta-points {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .tbr-hero-section {
    padding-top: 28px;
  }

  .tbr-hero-title,
  .tbr-hero-subtitle,
  .tbr-hero-copy {
    max-width: 100%;
  }

  .tbr-hero-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .tbr-proof-row {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .tbr-section {
    padding: 8px 0;
  }

  .tbr-hero-section {
    text-align: center;
  }

  .tbr-hero-actions,
  .tbr-proof-row {
    justify-content: center;
  }

  .tbr-primary-btn,
  .tbr-outline-btn {
    width: 100%;
    justify-content: center;
  }

  .tbr-feature-strip,
  .tbr-integration-grid,
  .tbr-steps-grid {
    grid-template-columns: 1fr;
  }

  .tbr-strip-item,
  .tbr-step-card {
    border-right: 0 !important;
    border-bottom: 1px solid var(--tbr-border);
  }

  .tbr-strip-item:last-child,
  .tbr-step-card:last-child {
    border-bottom: 0;
  }

  .tbr-step-card::after {
    display: none;
  }

  .tbr-info-card {
    align-items: flex-start;
  }

  .tbr-image-card img {
    height: 180px;
  }

  .tbr-product-card img {
    width: 140px;
    height: 115px;
  }

  .tbr-bottom-cta {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 24px;
  }

  .tbr-cta-actions,
  .tbr-cta-actions .btn {
    width: 100%;
  }

  .tbr-cta-actions .d-flex {
    width: 100%;
  }

  .tbr-cta-points {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  .tbr-container {
    padding-inline: 18px;
  }

  .tbr-hero-device-wrap {
    min-height: auto;
  }

  .tbr-hero-thumbs {
    gap: 9px;
  }

  .tbr-hero-thumbs img {
    border-radius: 8px;
  }

  .tbr-info-card,
  .tbr-step-card {
    padding-inline: 16px;
  }

  .tbr-step-card {
    padding-left: 50px;
  }

  .tbr-step-number {
    left: 17px;
  }
}









/* Shared product-page modifiers (Pay / Display / Time / Dot -> Reviews visual system) */
.tbr-feature-strip.tbr-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tbr-feature-strip.tbr-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tbr-steps-grid.tbr-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tbr-integration-grid.tbr-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tbr-how-with-media .tbr-steps-grid {
  height: 100%;
}

.tbr-how-media {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tbr-border);
  border-radius: var(--tbr-radius);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(7, 24, 79, 0.035);
}

.tbr-how-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbr-price-card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 20px;
  border: 1px solid var(--tbr-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 24, 79, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tbr-price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 71, 255, 0.35);
  box-shadow: var(--tbr-shadow);
}

.tbr-price-card.tbr-is-popular {
  border-color: rgba(6, 71, 255, 0.45);
  box-shadow: var(--tbr-shadow);
}

.tbr-popular-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--tbr-blue);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.tbr-price-card h3 {
  color: var(--tbr-navy);
  font-size: 1.05rem;
  font-weight: 850;
  margin: 0 0 6px;
}

.tbr-price-card > p {
  color: var(--tbr-muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 14px;
  min-height: 38px;
}

.tbr-price-amount {
  color: var(--tbr-blue);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
}

.tbr-price-amount small {
  font-size: 0.85rem;
  font-weight: 750;
  color: var(--tbr-muted);
}

.tbr-price-billing {
  display: block;
  color: var(--tbr-muted);
  font-size: 0.78rem;
  font-weight: 650;
  margin-bottom: 14px;
}

.tbr-price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  flex: 1;
}

.tbr-price-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: var(--tbr-navy);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

.tbr-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tbr-blue);
}

.tbr-pricing-note {
  margin-top: 16px;
  color: var(--tbr-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.tbr-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 18px;
  color: var(--tbr-navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.tbr-hero-points i {
  color: var(--tbr-blue);
  margin-right: 6px;
}

.tbr-testimonials-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.tbr-testimonials-viewport {
  overflow: hidden;
}

.tbr-testimonials-track {
  display: flex;
  gap: 14px;
  transition: transform 0.35s ease;
}

.tbr-testimonials-track .tbr-testimonial-card {
  flex: 0 0 calc((100% - 28px) / 3);
  min-width: 0;
}

.tbr-testimonial-card {
  height: 100%;
  padding: 20px 18px;
  border: 1px solid var(--tbr-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 24, 79, 0.035);
}

.tbr-testimonial-card .tbr-stars {
  margin-bottom: 12px;
}

.tbr-testimonial-card p {
  color: var(--tbr-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  font-weight: 650;
  margin: 0 0 16px;
  min-height: 66px;
}

.tbr-slider-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--tbr-border);
  background: #ffffff;
  color: var(--tbr-blue);
  display: inline-grid;
  place-items: center;
}

.tbr-slider-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tbr-location-card.tbr-image-card {
  position: relative;
}

.tbr-location-card .tbr-image-card-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbr-location-card .tbr-image-card-body i {
  color: var(--tbr-blue);
  font-size: 1.25rem;
}

.tbr-location-card .tbr-image-card-body span {
  color: var(--tbr-navy);
  font-size: 0.91rem;
  font-weight: 850;
  line-height: 1.25;
}

.tbr-testimonial-card .tbr-author-wrap {
  margin-top: 8px;
}


.tbr-product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--tbr-blue);
  color: #ffffff;
  font-size: 0.75rem;
}

.tbr-product-card .tbr-product-img {
  position: relative;
  display: flex;
  justify-content: center;
}

.tbr-stat-card.tbr-stat-simple {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tbr-stat-card.tbr-stat-simple .tbr-stat-main {
  margin-bottom: 0;
}

.tbr-stat-card.tbr-stat-simple img {
  width: 72px;
  height: 32px;
  object-fit: contain;
  margin-top: auto;
}

.tbr-heading {
  text-align: center;
  margin-bottom: 18px;
}

.tbr-subtitle {
  display: block;
  color: var(--tbr-blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tbr-section-desc {
  max-width: 640px;
  margin: 0 auto;
  color: var(--tbr-muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 1199.98px) {
  .tbr-feature-strip.tbr-cols-4,
  .tbr-feature-strip.tbr-cols-7 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbr-feature-strip.tbr-cols-4 .tbr-strip-item:nth-child(2n),
  .tbr-feature-strip.tbr-cols-7 .tbr-strip-item:nth-child(2n) {
    border-right: 0;
  }

  .tbr-feature-strip.tbr-cols-4 .tbr-strip-item:nth-child(-n + 2),
  .tbr-feature-strip.tbr-cols-7 .tbr-strip-item:nth-child(-n + 6) {
    border-bottom: 1px solid var(--tbr-border);
  }

  .tbr-steps-grid.tbr-cols-3 {
    grid-template-columns: 1fr;
  }

  .tbr-steps-grid.tbr-cols-3 .tbr-step-card {
    border-right: 0;
    border-bottom: 1px solid var(--tbr-border);
  }

  .tbr-steps-grid.tbr-cols-3 .tbr-step-card:last-child {
    border-bottom: 0;
  }

  .tbr-steps-grid.tbr-cols-3 .tbr-step-card::after {
    display: none;
  }

  .tbr-integration-grid.tbr-cols-7 {
    grid-template-columns: repeat(3, 1fr);
  }

  .tbr-testimonials-track .tbr-testimonial-card {
    flex: 0 0 calc((100% - 14px) / 2);
  }
}

@media (max-width: 767.98px) {
  .tbr-feature-strip.tbr-cols-4,
  .tbr-feature-strip.tbr-cols-7,
  .tbr-integration-grid.tbr-cols-7 {
    grid-template-columns: 1fr;
  }

  .tbr-testimonials-slider {
    grid-template-columns: 1fr;
  }

  .tbr-testimonials-track .tbr-testimonial-card {
    flex: 0 0 100%;
  }

  .tbr-slider-btn {
    display: none;
  }
}


/* Tap Budi Page Events */

:root {
  --tb-blue: #004cff;
  --tb-blue-2: #0066ff;
  --tb-blue-dark: #003bd1;
  --tb-navy: #061243;
  --tb-text: #0b1b55;
  --tb-muted: #52618a;
  --tb-border: #d7e3ff;
  --tb-soft: #f4f8ff;
  --tb-white: #ffffff;
  --tb-shadow: 0 14px 40px rgba(0, 42, 136, .08);
}

* {
  box-sizing: border-box
}


.tb-events-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(0, 76, 255, .08) 0 0, rgba(0, 76, 255, .05) 24%, transparent 38%),
    linear-gradient(180deg, #fff 0, #fbfdff 100%);
}

.tb-container {
  max-width: 1440px;
  padding-left: clamp(18px, 2.5vw, 48px);
  padding-right: clamp(18px, 2.5vw, 48px);
}

/* Buttons */
.tb-btn-primary,
.tb-btn-outline,
.tb-btn-white,
.tb-btn-ghost {
  min-height: 45px;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .22s ease;
}

.tb-btn-primary {
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 76, 255, .18)
}

.tb-btn-primary:hover {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  color: #fff;
  transform: translateY(-2px)
}

.tb-btn-outline {
  background: #fff;
  border: 1px solid var(--tb-blue);
  color: var(--tb-blue)
}

.tb-btn-outline:hover {
  background: var(--tb-blue);
  color: #fff;
  transform: translateY(-2px)
}

.tb-btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: var(--tb-blue)
}

.tb-btn-white:hover {
  background: #eef4ff;
  border-color: #eef4ff;
  color: var(--tb-blue-dark)
}

.tb-btn-ghost {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .82);
  color: #fff
}

.tb-btn-ghost:hover {
  background: #fff;
  color: var(--tb-blue)
}

/* Hero */
.tb-hero-section {
  padding: 32px 0 18px
}

.tb-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eaf1ff;
  color: var(--tb-blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 13px;
}

.tb-hero-title {
  color: var(--tb-navy);
  font-weight: 800;
  letter-spacing: -.06em;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .94;
  margin: 0 0 14px;
}

.tb-hero-subtitle {
  max-width: 560px;
  color: var(--tb-navy);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.22;
  font-weight: 800;
  margin: 0 0 15px;
}

.tb-hero-subtitle span {
  color: var(--tb-blue)
}

.tb-hero-text {
  max-width: 570px;
  color: #24366f;
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 23px;
}

.tb-hero-visual {
  min-height: 342px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tb-hero-visual::before {
  content: "";
  position: absolute;
  width: min(92%, 710px);
  height: min(92%, 360px);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(235, 243, 255, .9), rgba(255, 255, 255, .45));
  z-index: 0;
  transform: translateY(-8px);
}

.tb-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  filter: drop-shadow(0 18px 35px rgba(20, 44, 89, .08));
}

.tb-trust-row {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
  color: var(--tb-navy);
  font-size: 12px;
  font-weight: 800;
}

.tb-trust-row i {
  color: var(--tb-blue);
  font-size: 15px;
  margin-right: 7px
}

/* Feature strip */
.tb-feature-strip-section {
  padding: 0 0 10px
}

.tb-feature-strip {
  border: 1px solid var(--tb-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--tb-shadow);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}

.tb-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 15px 18px;
  border-right: 1px solid var(--tb-border);
}

.tb-strip-item:last-child {
  border-right: 0
}

.tb-icon {
  color: var(--tb-blue);
  font-size: 36px;
  line-height: 1;
  flex: 0 0 auto
}

.tb-strip-item h6 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 13px;
  font-weight: 900
}

.tb-strip-item p {
  margin: 0;
  color: #465783;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 500
}

/* Section shared */
.tb-section {
  padding: 10px 0
}

.tb-section-title {
  color: var(--tb-navy);
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.1;
  letter-spacing: -.04em;
  text-align: center;
  font-weight: 900;
  margin: 0 0 17px;
}

.tb-card,
.tb-event-card,
.tb-product-card,
.tb-proof-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--tb-border);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 42, 136, .04);
}

/* Why cards */
.tb-why-card {
  height: 100%;
  min-height: 142px;
  padding: 18px 16px;
  transition: .22s ease;
}

.tb-why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-shadow)
}

.tb-why-card i {
  display: block;
  color: var(--tb-blue);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 15px
}

.tb-why-card h5 {
  color: var(--tb-navy);
  font-size: 14px;
  line-height: 1.22;
  font-weight: 900;
  margin: 0 0 7px
}

.tb-why-card p {
  color: #485a86;
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  font-weight: 500
}

/* Process */
.tb-process-card {
  background: #fff;
  border: 1px solid var(--tb-border);
  border-radius: 10px;
  box-shadow: var(--tb-shadow);
  min-height: 124px;
  padding: 21px 21px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.tb-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0
}

.tb-process-step>i {
  color: var(--tb-blue);
  font-size: 48px;
  line-height: 1;
  grid-row: 1/3;
  grid-column: 1
}

.tb-step-num {
  position: absolute;
  left: -7px;
  top: -10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--tb-blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
}

.tb-process-step h5 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900
}

.tb-process-step p {
  margin: 0;
  color: #495a86;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 500
}

.tb-arrow {
  color: #a8b2c7;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center
}

/* Event cards */
.tb-event-card {
  height: 100%;
  overflow: hidden;
  transition: .22s ease
}

.tb-event-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-shadow)
}

.tb-event-card>img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: cover
}

.tb-event-body {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px 15px
}

.tb-event-body i {
  color: var(--tb-blue);
  font-size: 25px;
  line-height: 1;
  flex: 0 0 auto
}

.tb-event-body h5 {
  margin: 0 0 6px;
  color: var(--tb-navy);
  font-size: 13px;
  line-height: 1.18;
  font-weight: 900
}

.tb-event-body p {
  margin: 0;
  color: #4e5d87;
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 500
}

/* Product setup */
.tb-product-card {
  text-align: center;
  height: 100%;
  padding: 14px 14px 15px;
  transition: .22s ease;
}

.tb-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-shadow)
}

.tb-product-img {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px
}

.tb-product-img img {
  max-width: 100%;
  max-height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(11, 27, 85, .08))
}

.tb-product-card h5 {
  color: var(--tb-navy);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 7px
}

.tb-product-card p {
  color: #4f5e88;
  font-size: 12px;
  line-height: 1.32;
  min-height: 32px;
  margin: 0 0 11px;
  font-weight: 500
}

.tb-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 27px;
  border: 1px solid var(--tb-blue);
  border-radius: 5px;
  color: var(--tb-blue);
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: .22s ease;
}

.tb-small-btn:hover {
  background: var(--tb-blue);
  color: #fff
}

/* Integration pills */
.tb-pill-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px
}

.tb-pill-row span {
  min-height: 36px;
  border: 1px solid #b6c9ff;
  border-radius: 7px;
  background: #fff;
  color: var(--tb-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.tb-pill-row i {
  color: var(--tb-blue);
  font-size: 18px
}

/* Proof */
.tb-proof-section {
  padding-top: 8px
}

.tb-proof-card {
  height: 100%;
  min-height: 134px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.tb-stat-card strong {
  font-size: 42px;
  line-height: .9;
  color: var(--tb-blue);
  font-weight: 900;
  letter-spacing: -.06em
}

.tb-stat-card h5 {
  color: var(--tb-navy);
  font-size: 17px;
  line-height: 1.08;
  font-weight: 900;
  margin: 6px 0 8px
}

.tb-proof-card p {
  color: #40527e;
  font-size: 12.5px;
  line-height: 1.42;
  font-weight: 500;
  margin: 0
}

.tb-stars {
  letter-spacing: 3px;
  color: var(--tb-blue);
  font-size: 15px;
  margin-top: 10px;
  line-height: 1
}

.tb-person {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px
}

.tb-person h6 {
  margin: 0 0 4px;
  color: var(--tb-navy);
  font-size: 13px;
  font-weight: 900
}

.tb-person span {
  display: block;
  color: #52618a;
  font-size: 10px;
  font-weight: 600
}

.tb-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  flex: 0 0 54px;
  background: #e9edf4 center/cover no-repeat;
  border: 3px solid #f0f3fa;
}

.tb-avatar-1 {
  background-image: url('../images/avatar-male-1.png')
}

.tb-avatar-2 {
  background-image: url('../images/avatar-female.png')
}

.tb-avatar-3 {
  background-image: url('../images/avatar-male-2.png')
}

/* FAQ */
.tb-faq-section {
  padding: 70px 0 80px;
}

.tb-faq-section .tb-section-title {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--tb-navy);
  margin: 0 0 40px;
  text-align: center;
}

.tb-faq-section .tb-accordion .accordion-item {
  border: 1.5px solid var(--tb-line, #e5eaf5);
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(17, 66, 149, 0.04);
  background: #fff;
}

.tb-faq-section .tb-accordion .accordion-item + .accordion-item {
  margin-top: 12px;
}

.tb-faq-section .tb-accordion .accordion-button {
  min-height: 56px;
  color: var(--tb-navy, #0b1f4d);
  background: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 22px;
  box-shadow: none;
}

.tb-faq-section .tb-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.tb-faq-section .tb-accordion .accordion-button:not(.collapsed) {
  color: var(--tb-blue, #0068ff);
  background: #f7fbff;
}

.tb-faq-section .tb-accordion .accordion-body {
  color: #273967;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 0 22px 18px;
}

.tb-faq-section .tb-accordion .accordion-button::after {
  width: 1.15rem;
  height: 1.15rem;
  background-size: 1.15rem;
  flex-shrink: 0;
}

.tb-faq-accordion .accordion-item {
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
  background: #fff
}

.tb-faq-accordion .accordion-button {
  min-height: 32px;
  padding: 8px 18px;
  color: var(--tb-navy);
  font-size: 12px;
  font-weight: 900;
  background: #fff;
  box-shadow: none
}

.tb-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--tb-blue);
  background: #f6f9ff
}

.tb-faq-accordion .accordion-body {
  font-size: 12.5px;
  color: #4b5d88;
  line-height: 1.55;
  padding: 10px 18px 14px
}

.tb-faq-accordion .accordion-button::after {
  width: .85rem;
  height: .85rem;
  background-size: .85rem
}

/* Final CTA */
.tb-final-cta-section {
  padding: 0 0 28px
}

.tb-final-cta {
  min-height: 96px;
  border-radius: 10px;
  background: linear-gradient(100deg, #0074ff 0%, #003bd7 68%, #0030b7 100%);
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 20px 46px;
  box-shadow: 0 18px 34px rgba(0, 76, 255, .20);
}

.tb-cta-icon {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 44px;
  line-height: 1;
}

.tb-cta-copy h2 {
  margin: 0 0 5px;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #fff
}

.tb-cta-copy p {
  margin: 0;
  color: #eaf2ff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  max-width: 530px
}

.tb-cta-actions {
  min-width: 392px
}

.tb-cta-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 23px;
  justify-content: flex-end;
  margin-top: 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 800
}

.tb-cta-mini i {
  margin-right: 6px
}

/* Responsive */
@media (min-width:1200px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%
  }
}

@media (max-width:1199.98px) {
  .tb-feature-strip {
    grid-template-columns: repeat(3, 1fr)
  }

  .tb-strip-item:nth-child(3n) {
    border-right: 0
  }

  .tb-strip-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--tb-border)
  }

  .tb-pill-row {
    grid-template-columns: repeat(4, 1fr)
  }

  .tb-process-card {
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px
  }

  .tb-arrow {
    display: none
  }

  .tb-final-cta {
    grid-template-columns: auto 1fr;
    padding: 24px
  }

  .tb-cta-actions {
    grid-column: 1/-1;
    min-width: 0;
    width: 100%
  }

  .tb-cta-mini {
    justify-content: flex-start
  }
}

@media (max-width:991.98px) {
  .tb-hero-section {
    padding-top: 26px;
    text-align: center
  }

  .tb-hero-subtitle,
  .tb-hero-text {
    margin-left: auto;
    margin-right: auto
  }

  .tb-hero-actions,
  .tb-trust-row {
    justify-content: center
  }

  .tb-hero-visual {
    min-height: auto;
    padding: 8px 0 0
  }

  .tb-feature-strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .tb-strip-item {
    border-bottom: 1px solid var(--tb-border)
  }

  .tb-strip-item:nth-child(3n) {
    border-right: 1px solid var(--tb-border)
  }

  .tb-strip-item:nth-child(2n) {
    border-right: 0
  }

  .tb-strip-item:nth-last-child(-n+2) {
    border-bottom: 0
  }

  .tb-pill-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:767.98px) {
  .tb-container {
    padding-left: 14px;
    padding-right: 14px
  }

  .tb-hero-title {
    letter-spacing: -.045em
  }

  .tb-hero-actions .btn {
    width: 100%
  }

  .tb-trust-row {
    gap: 10px 15px;
    font-size: 11px
  }

  .tb-feature-strip {
    grid-template-columns: 1fr
  }

  .tb-strip-item,
  .tb-strip-item:nth-child(3n),
  .tb-strip-item:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--tb-border)
  }

  .tb-strip-item:last-child {
    border-bottom: 0
  }

  .tb-why-card {
    min-height: 150px;
    padding: 16px 13px
  }

  .tb-process-card {
    grid-template-columns: 1fr;
    padding: 18px
  }

  .tb-process-step {
    grid-template-columns: 50px 1fr
  }

  .tb-pill-row {
    grid-template-columns: 1fr
  }

  .tb-pill-row span {
    white-space: normal
  }

  .tb-final-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 18px
  }

  .tb-cta-icon {
    margin: 0 auto
  }

  .tb-cta-actions .d-flex,
  .tb-cta-mini {
    justify-content: center !important
  }

  .tb-cta-actions .btn {
    width: 100%
  }
}

@media (max-width:575.98px) {
  .tb-hero-section {
    padding-top: 20px
  }

  .tb-eyebrow {
    font-size: 10.5px
  }

  .tb-hero-text {
    font-size: 14px
  }

  .tb-section {
    padding: 8px 0
  }

  .tb-section-title {
    font-size: 24px;
    margin-bottom: 14px
  }

  .tb-why-card i {
    font-size: 34px
  }

  .tb-event-card>img {
    height: 150px
  }

  .tb-product-card p {
    min-height: auto
  }

  .tb-proof-card {
    min-height: auto
  }
}








/* Tap Budi Time Page CSS */

:root {
  --tbt-navy: #07133f;
  --tbt-blue: #0758f7;
  --tbt-blue-dark: #0347d7;
  --tbt-blue-soft: #eef4ff;
  --tbt-border: #dbe4f3;
  --tbt-muted: #58647c;
  --tbt-bg: #ffffff;
  --tbt-shadow: 0 12px 30px rgba(21, 67, 152, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.tbt-page {
  overflow: hidden;
  background: var(--tbt-bg);
}

.tbt-container {
  max-width: 1440px;
}

.tbt-section-pad {
  padding: 58px 0 28px;
}

.tbt-section {
  padding: 14px 0 10px;
}

.tbt-section-title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(1.42rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.04em;
  font-weight: 800;
  color: var(--tbt-navy);
}

/* Hero */
.tbt-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--tbt-blue-soft);
  color: var(--tbt-blue);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.tbt-hero-title {
  margin: 14px 0 8px;
  font-size: clamp(3rem, 5.3vw, 5rem);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 850;
  color: var(--tbt-navy);
}

.tbt-hero-lead {
  max-width: 650px;
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  font-weight: 700;
}

.tbt-hero-lead span {
  color: var(--tbt-blue);
}

.tbt-hero-copy {
  max-width: 620px;
  margin: 0;
  color: var(--tbt-muted);
  font-size: .98rem;
  line-height: 1.65;
}

.tbt-btn-primary,
.tbt-btn-outline {
  min-width: 146px;
  padding: 12px 20px;
  border-radius: 7px;
  font-size: .9rem;
  font-weight: 800;
  transition: .2s ease;
}

.tbt-btn-primary {
  border: 1px solid var(--tbt-blue);
  background: var(--tbt-blue);
  color: #fff;
  box-shadow: 0 8px 16px rgba(7, 88, 247, .18);
}

.tbt-btn-primary:hover {
  color: #fff;
  background: var(--tbt-blue-dark);
  transform: translateY(-1px);
}

.tbt-btn-outline {
  border: 1px solid var(--tbt-blue);
  color: var(--tbt-blue);
  background: #fff;
}

.tbt-btn-outline:hover {
  color: #fff;
  background: var(--tbt-blue);
}

.tbt-btn-outline i {
  margin-right: 8px;
}

.tbt-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--tbt-navy);
  font-size: .72rem;
  font-weight: 700;
}

.tbt-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.tbt-proof-row i {
  color: var(--tbt-blue);
  font-size: .8rem;
}

.tbt-hero-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 325px;
}

.tbt-hero-media img {
  width: 100%;
  max-width: 675px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Feature strip */
.tbt-feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--tbt-border);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(19, 54, 122, .03);
}

.tbt-feature-strip-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 12px 14px;
  border-right: 1px solid var(--tbt-border);
}

.tbt-feature-strip-item:last-child {
  border-right: 0;
}

.tbt-feature-strip-item>i {
  flex: 0 0 auto;
  color: var(--tbt-blue);
  font-size: 2rem;
  line-height: 1;
}

.tbt-feature-strip-item h3 {
  margin: 0 0 3px;
  font-size: .78rem;
  font-weight: 800;
}

.tbt-feature-strip-item p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: .66rem;
  line-height: 1.35;
}

/* Why choose */
.tbt-icon-card {
  height: 100%;
  min-height: 132px;
  padding: 17px 10px 13px;
  text-align: center;
  border: 1px solid var(--tbt-border);
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tbt-icon-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tbt-shadow);
}

.tbt-icon-card>i {
  display: block;
  margin-bottom: 8px;
  color: var(--tbt-blue);
  font-size: 2rem;
  line-height: 1;
}

.tbt-icon-card h3 {
  margin: 0 0 6px;
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 800;
}

.tbt-icon-card p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: .64rem;
  line-height: 1.42;
}

/* Process */
.tbt-process-panel {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--tbt-border);
  border-radius: 8px;
}

.tbt-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding-left: 20px;
}

.tbt-step-number {
  position: absolute;
  top: -3px;
  left: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--tbt-blue);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.tbt-process-step>i {
  color: var(--tbt-blue);
  font-size: 2.75rem;
  line-height: 1;
}

.tbt-process-step h3 {
  margin: 0 0 4px;
  font-size: .74rem;
  line-height: 1.2;
  font-weight: 800;
}

.tbt-process-step p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: .64rem;
  line-height: 1.45;
}

.tbt-process-arrow {
  color: #aeb9cc;
  font-size: 1.25rem;
}

/* Team cards */
.tbt-team-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tbt-border);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.tbt-team-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  display: block;
}

.tbt-team-card div {
  padding: 8px 9px 10px;
}

.tbt-team-card h3 {
  margin: 0 0 3px;
  font-size: .79rem;
  line-height: 1.12;
  font-weight: 800;
}

.tbt-team-card p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: .65rem;
  line-height: 1.35;
}

/* Setup cards */
.tbt-setup-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 11px 11px 9px;
  border: 1px solid var(--tbt-border);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.tbt-setup-card img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.tbt-setup-card h3 {
  margin: 8px 0 4px;
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 800;
}

.tbt-setup-card p {
  margin: 0 0 9px;
  color: var(--tbt-muted);
  font-size: .64rem;
  line-height: 1.35;
}

.tbt-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 27px;
  border: 1px solid var(--tb-blue);
  border-radius: 5px;
  color: var(--tb-blue);
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: .22s ease;
}

.tbt-small-btn:hover {
  color: #fff;
  background: var(--tbt-blue);
}

/* Integrations and social proof */
.tbt-integration-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--tbt-border);
  border-radius: 8px;
  background: #fff;
}

.tbt-integration-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 8px;
  border-right: 1px solid var(--tbt-border);
  font-size: .66rem;
  font-weight: 700;
  text-align: center;
}

.tbt-integration-strip span:last-child {
  border-right: 0;
}

.tbt-integration-strip i {
  color: var(--tbt-blue);
  font-size: 1.05rem;
}

.tbt-metric-card,
.tbt-quote-card {
  height: 100%;
  min-height: 128px;
  padding: 12px 13px;
  border: 1px solid var(--tbt-border);
  border-radius: 8px;
  background: #fff;
}

.tbt-metric-card strong {
  display: block;
  color: var(--tbt-blue);
  font-size: 2rem;
  line-height: 1;
  font-weight: 850;
}

.tbt-metric-card h3 {
  margin: 4px 0;
  font-size: .75rem;
  font-weight: 800;
}

.tbt-metric-card p,
.tbt-quote-card p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: .65rem;
  line-height: 1.42;
}

.tbt-stars {
  margin-top: 6px;
  color: var(--tbt-blue);
  font-size: .78rem;
  letter-spacing: 2px;
}

.tbt-quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tbt-quote-card>p {
  color: var(--tbt-navy);
  font-style: italic;
}

.tbt-person {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
}

.tbt-person strong {
  display: block;
  font-size: .66rem;
}

.tbt-person span {
  display: block;
  color: var(--tbt-muted);
  font-size: .58rem;
}

.tbt-person img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eef2f8;
}

/* FAQ */
.tbt-faq {
  padding-bottom: 15px;
}

.tbt-accordion .accordion-item {
  border: 1px solid var(--tbt-border);
  border-radius: 0;
}

.tbt-accordion .accordion-item+.accordion-item {
  margin-top: -1px;
}

.tbt-accordion .accordion-button {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--tbt-navy);
  background: #fff;
  box-shadow: none;
  font-size: .72rem;
  font-weight: 800;
}

.tbt-accordion .accordion-button:not(.collapsed) {
  color: var(--tbt-blue);
  background: var(--tbt-blue-soft);
}

.tbt-accordion .accordion-button::after {
  width: 12px;
  height: 12px;
  background-size: 12px;
}

.tbt-accordion .accordion-body {
  color: var(--tbt-muted);
  font-size: .72rem;
  line-height: 1.55;
}

/* Final CTA */
.tbt-final-cta {
  padding: 0 0 26px;
}

.tbt-final-cta-inner {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 122px;
  padding: 21px 36px;
  border-radius: 9px;
  background: linear-gradient(112deg, #0867ff 0%, #043bd3 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(4, 61, 210, .16);
}

.tbt-final-cta-inner .tbt-mark img {
  width: 50%;
}

.tbt-mark {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.1em;
  opacity: .95;
}

.tbt-final-copy h2 {
  margin: 0 0 5px;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 850;
  letter-spacing: -.04em;
}

.tbt-final-copy p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .8rem;
  line-height: 1.45;
}

.tbt-final-actions {
  min-width: 370px;
}

.tbt-cta-light,
.tbt-cta-outline {
  min-width: 140px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: .76rem;
  font-weight: 800;
}

.tbt-cta-light {
  background: #fff;
  color: var(--tbt-blue);
  border: 1px solid #fff;
}

.tbt-cta-light:hover {
  color: var(--tbt-blue-dark);
  background: #f2f6ff;
}

.tbt-cta-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .85);
}

.tbt-cta-outline:hover {
  background: #fff;
  color: var(--tbt-blue);
}

.tbt-final-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .94);
  font-size: .61rem;
  font-weight: 700;
}

.tbt-final-proof span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 1199.98px) {
  .tbt-container {
    max-width: 1060px;
  }

  .tbt-feature-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .tbt-feature-strip-item:nth-child(3) {
    border-right: 0;
  }

  .tbt-feature-strip-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--tbt-border);
  }

  .tbt-process-panel {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .tbt-process-arrow {
    display: none;
  }

  .tbt-integration-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .tbt-integration-strip span:nth-child(4) {
    border-right: 0;
  }

  .tbt-integration-strip span:nth-child(-n+4) {
    border-bottom: 1px solid var(--tbt-border);
  }

  .tbt-final-cta-inner {
    grid-template-columns: 90px 1fr;
  }

  .tbt-final-actions {
    grid-column: 2;
    min-width: 0;
  }
}

@media (max-width: 991.98px) {
  .tbt-section-pad {
    padding-top: 35px;
  }

  .tbt-hero-media {
    min-height: 0;
    justify-content: center;
  }

  .tbt-hero-media img {
    max-width: 720px;
  }

  .tbt-process-panel {
    grid-template-columns: 1fr;
  }

  .tbt-process-step {
    min-height: auto;
    padding: 8px 10px 8px 34px;
  }

  .tbt-final-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tbt-mark {
    display: none;
  }

  .tbt-final-actions {
    grid-column: auto;
  }

  .tbt-final-actions .d-flex,
  .tbt-final-proof {
    justify-content: center;
  }

  .tbt-final-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .tbt-section {
    padding-top: 18px;
  }

  .tbt-section-title {
    margin-bottom: 14px;
  }

  .tbt-hero-title {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .tbt-hero-copy {
    font-size: .9rem;
  }

  .tbt-proof-row {
    gap: 10px 15px;
  }

  .tbt-feature-strip {
    grid-template-columns: 1fr 1fr;
  }

  .tbt-feature-strip-item {
    border-bottom: 1px solid var(--tbt-border);
  }

  .tbt-feature-strip-item:nth-child(3) {
    border-right: 1px solid var(--tbt-border);
  }

  .tbt-feature-strip-item:nth-child(even) {
    border-right: 0;
  }

  .tbt-feature-strip-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .tbt-integration-strip {
    grid-template-columns: 1fr 1fr;
  }

  .tbt-integration-strip span {
    border-bottom: 1px solid var(--tbt-border);
  }

  .tbt-integration-strip span:nth-child(4) {
    border-right: 0;
  }

  .tbt-integration-strip span:nth-child(even) {
    border-right: 0;
  }

  .tbt-integration-strip span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .tbt-final-cta-inner {
    padding: 24px 18px;
  }
}

@media (max-width: 575.98px) {
  .tbt-section-pad {
    padding-top: 24px;
  }

  .tbt-hero-title {
    margin-top: 12px;
  }

  .tbt-btn-primary,
  .tbt-btn-outline {
    flex: 1 1 100%;
  }

  .tbt-feature-strip {
    grid-template-columns: 1fr;
  }

  .tbt-feature-strip-item,
  .tbt-feature-strip-item:nth-child(3),
  .tbt-feature-strip-item:nth-child(even) {
    border-right: 0;
    border-bottom: 1px solid var(--tbt-border);
  }

  .tbt-feature-strip-item:last-child {
    border-bottom: 0;
  }

  .tbt-icon-card {
    min-height: 145px;
  }

  .tbt-team-card img {
    height: 160px;
  }

  .tbt-setup-card img {
    height: 125px;
  }

  .tbt-integration-strip {
    grid-template-columns: 1fr;
  }

  .tbt-integration-strip span,
  .tbt-integration-strip span:nth-child(even) {
    border-right: 0;
  }

  .tbt-integration-strip span:last-child {
    grid-column: auto;
  }

  .tbt-cta-light,
  .tbt-cta-outline {
    flex: 1 1 100%;
  }

  .tbt-final-proof {
    flex-direction: column;
    gap: 6px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
}









/* Tap Budi Display Page CSS */

.tbdsp-page {
  --tbdsp-navy: #06155c;
  --tbdsp-blue: #1356f5;
  --tbdsp-blue-2: #2f64ff;
  --tbdsp-pale: #f3f6ff;
  --tbdsp-border: #d9e2fb;
  --tbdsp-muted: #526080;
  --tbdsp-white: #ffffff;
  --tbdsp-shadow: 0 9px 30px rgba(30, 70, 170, .07);
}

.tbdsp-page,
.tbdsp-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.tbdsp-page img {
  max-width: 100%;
}

.tbdsp-page {
  overflow: hidden;
}

.tbdsp-container {
  max-width: 1440px;
}

.tbdsp-hero {
  position: relative;
  background: radial-gradient(circle at 72% 36%, rgba(210, 219, 255, .45), transparent 36%);
}

.tbdsp-hero-title {
  font-size: clamp(2.65rem, 5.2vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
  color: var(--tbdsp-navy);
}

.tbdsp-hero-kicker {
  max-width: 630px;
  font-size: clamp(1.15rem, 2vw, 1.58rem);
  line-height: 1.34;
  font-weight: 600;
  color: #1154ef;
}

.tbdsp-body-copy {
  max-width: 625px;
  color: #3f4b6b;
  font-size: 1.02rem;
  line-height: 1.7;
}

.tbdsp-btn-primary,
.tbdsp-btn-outline {
  min-width: 165px;
  border-radius: 8px;
  padding: .83rem 1.45rem;
  font-weight: 700;
}

.tbdsp-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #1765ff, #064ce8);
  border-color: #0955ef;
  box-shadow: 0 7px 17px rgba(19, 86, 245, .25);
}

.tbdsp-btn-primary:hover {
  color: #fff;
  background: #064ce8;
  border-color: #064ce8;
}

.tbdsp-btn-outline {
  color: var(--tbdsp-blue);
  border: 2px solid #8aadff;
  background: #fff;
}

.tbdsp-btn-outline:hover {
  color: #fff;
  background: var(--tbdsp-blue);
  border-color: var(--tbdsp-blue);
}

.tbdsp-trust-row {
  color: #344365;
  font-size: .72rem;
  font-weight: 600;
}

.tbdsp-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 24px;
  padding: 0 .72rem;
  border-right: 1px solid #d8def1;
}

.tbdsp-trust-row span:first-child {
  padding-left: 0;
}

.tbdsp-trust-row span:last-child {
  border-right: 0;
}

.tbdsp-trust-row i {
  color: var(--tbdsp-blue);
  font-size: 1rem;
}

.tbdsp-hero-visual {
  position: relative;
  isolation: isolate;
  text-align: center;
}

.tbdsp-hero-visual img {
  width: 100%;
  max-width: 720px;
  filter: drop-shadow(0 14px 24px rgba(18, 37, 98, .12));
}

.tbdsp-hero-halo {
  position: absolute;
  z-index: -1;
  inset: 8% 1% 2% 3%;
  border-radius: 54% 46% 49% 51% / 55% 45% 55% 45%;
  background: linear-gradient(135deg, rgba(222, 228, 255, .85), rgba(248, 250, 255, .35));
}

.tbdsp-icon-strip,
.tbdsp-integration-strip {
  overflow: hidden;
  border: 1px solid var(--tbdsp-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--tbdsp-shadow);
}

.tbdsp-strip-item,
.tbdsp-integration-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .85rem .45rem;
  border-right: 1px solid #e2e7f7;
  text-align: left;
}

.tbdsp-strip-item i,
.tbdsp-integration-item i {
  color: var(--tbdsp-blue);
  font-size: 2rem;
  line-height: 1;
}

.tbdsp-strip-item span,
.tbdsp-integration-item span {
  font-size: .79rem;
  line-height: 1.2;
  font-weight: 700;
}

.tbdsp-section-title {
  margin: 0 0 1.05rem;
  text-align: center;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.035em;
}

.tbdsp-feature-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--tbdsp-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(30, 70, 170, .035);
  transition: .25s ease;
}

.tbdsp-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tbdsp-shadow);
}

.tbdsp-feature-card>i {
  flex: 0 0 auto;
  color: var(--tbdsp-blue);
  font-size: 2.55rem;
}

.tbdsp-feature-card h3,
.tbdsp-step-card h3,
.tbdsp-product-card h3,
.tbdsp-stat-card h3 {
  margin: 0 0 .32rem;
  color: var(--tbdsp-navy);
  font-size: .9rem;
  line-height: 1.28;
  font-weight: 800;
}

.tbdsp-feature-card p,
.tbdsp-step-card p,
.tbdsp-product-card p,
.tbdsp-stat-card p {
  margin: 0;
  color: var(--tbdsp-muted);
  font-size: .76rem;
  line-height: 1.45;
}

.tbdsp-step-card {
  position: relative;
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1rem 1rem 4.2rem;
  border: 1px solid var(--tbdsp-border);
  border-radius: 11px;
  background: #fff;
}

.tbdsp-step-card>i {
  color: var(--tbdsp-blue);
  font-size: 2.8rem;
  flex: 0 0 auto;
}

.tbdsp-step-number {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tbdsp-blue);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(19, 86, 245, .22);
}

@media (min-width: 1200px) {
  .tbdsp-steps-row>div:not(:last-child)::after {
    content: "\F138";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tbdsp-navy);
    font-family: "bootstrap-icons";
    font-size: 1.35rem;
    z-index: 3;
  }

  .tbdsp-steps-row>div:nth-child(1)::after {
    left: 25%;
  }

  .tbdsp-steps-row>div:nth-child(2)::after {
    left: 50%;
  }

  .tbdsp-steps-row>div:nth-child(3)::after {
    left: 75%;
  }
}

.tbdsp-location-card {
  overflow: hidden;
  border: 1px solid var(--tbdsp-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(30, 70, 170, .04);
}

.tbdsp-location-card img {
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  display: block;
}

.tbdsp-location-card>div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .55rem .35rem;
  text-align: center;
}

.tbdsp-location-card i {
  color: var(--tbdsp-blue);
  font-size: 1.25rem;
}

.tbdsp-location-card span {
  font-size: .72rem;
  line-height: 1.25;
  font-weight: 800;
}

.tbdsp-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .65rem .55rem .9rem;
  border: 1px solid var(--tbdsp-border);
  border-radius: 10px;
  text-align: center;
  background: #fff;
}

.tbdsp-product-card img {
  width: 100%;
  height: 125px;
  object-fit: contain;
  margin-bottom: .25rem;
}

.tbdsp-product-card h3 {
  font-size: .79rem;
}

.tbdsp-product-card p {
  max-width: 145px;
  font-size: .68rem;
}

.tbdsp-integration-item {
  min-height: 64px;
}

.tbdsp-integration-item i {
  font-size: 1.75rem;
}

.tbdsp-stat-card {
  position: relative;
  min-height: 113px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 1rem;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid #d6ddfb;
  border-radius: 10px;
  background: linear-gradient(145deg, #f8f9ff, #f1f4ff);
}

.tbdsp-stat-value {
  grid-row: 1/3;
  color: #304de9;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.04em;
}

.tbdsp-stat-value span {
  font-size: 1.2rem;
}

.tbdsp-stat-value .tbdsp-star {
  color: #ffb41f;
  font-size: 1.25rem;
  margin-left: .18rem;
}

.tbdsp-stat-card img {
  position: absolute;
  bottom: 7px;
  left: 18px;
  width: 67px;
  height: auto;
  border-radius: 22px;
}

.tbdsp-stat-card h3 {
  font-size: .77rem;
}

.tbdsp-stat-card p {
  font-size: .66rem;
}

.tbdsp-accordion .accordion-item {
  border-color: var(--tbdsp-border);
}

.tbdsp-accordion .accordion-button {
  min-height: 46px;
  padding: .75rem 1rem;
  color: var(--tbdsp-navy);
  background: #fff;
  box-shadow: none;
  font-size: .77rem;
  font-weight: 700;
}

.tbdsp-accordion .accordion-button:not(.collapsed) {
  color: var(--tbdsp-blue);
  background: #f7f9ff;
}

.tbdsp-accordion .accordion-body {
  color: var(--tbdsp-muted);
  font-size: .78rem;
  line-height: 1.6;
}

.tbdsp-accordion .accordion-button::after {
  width: .85rem;
  height: .85rem;
  background-size: .85rem;
}

.tbdsp-cta {
  position: relative;
  overflow: hidden;
  padding: 1.15rem 1.7rem;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(115deg, #0759f4 0%, #0753e7 46%, #001d84 100%);
  box-shadow: 0 14px 30px rgba(8, 62, 195, .2);
}

.tbdsp-cta::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -140px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
}

.tbdsp-cta .row {
  position: relative;
  z-index: 1;
}

.tbdsp-cta-device {
  max-height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .2));
}

.tbdsp-cta h2 {
  margin: 0 0 .4rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -.04em;
}

.tbdsp-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: .9rem;
  line-height: 1.45;
}

.tbdsp-cta-light,
.tbdsp-cta-outline {
  min-width: 155px;
  padding: .75rem 1.1rem;
  border-radius: 8px;
  font-size: .84rem;
  font-weight: 800;
}

.tbdsp-cta-light {
  color: var(--tbdsp-blue);
  background: #fff;
  border-color: #fff;
}

.tbdsp-cta-light:hover {
  color: var(--tbdsp-navy);
  background: #eef3ff;
  border-color: #eef3ff;
}

.tbdsp-cta-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .8);
  background: transparent;
}

.tbdsp-cta-outline:hover {
  color: var(--tbdsp-blue);
  background: #fff;
  border-color: #fff;
}

.tbdsp-cta-notes {
  font-size: .69rem;
  font-weight: 600;
  color: #fff;
}

.tbdsp-cta-notes span {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
}

@media (max-width:1199.98px) {

  .tbdsp-strip-item,
  .tbdsp-integration-item {
    border-bottom: 1px solid #e2e7f7;
  }

  .tbdsp-icon-strip>.col:nth-child(4n) .tbdsp-strip-item {
    border-right: 0;
  }

  .tbdsp-feature-card {
    min-height: 104px;
  }
}

@media (max-width:991.98px) {
  .tbdsp-hero {
    text-align: center;
    padding-top: 2.5rem !important;
  }

  .tbdsp-body-copy,
  .tbdsp-hero-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .tbdsp-hero .d-flex,
  .tbdsp-trust-row {
    justify-content: center;
  }

  .tbdsp-hero-visual img {
    max-width: 680px;
  }

  .tbdsp-trust-row span:first-child {
    padding-left: .72rem;
  }

  .tbdsp-stat-card {
    min-height: 125px;
  }

  .tbdsp-cta {
    text-align: center;
    padding: 1.4rem;
  }

  .tbdsp-cta p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:767.98px) {
  .tbdsp-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .tbdsp-hero-title {
    font-size: 2.65rem;
  }

  .tbdsp-hero-kicker {
    font-size: 1.15rem;
  }

  .tbdsp-body-copy {
    font-size: .9rem;
    line-height: 1.65;
  }

  .tbdsp-trust-row span {
    width: calc(50% - .25rem);
    justify-content: center;
    border: 0;
    padding: .3rem;
  }

  .tbdsp-icon-strip .col:nth-child(2n) .tbdsp-strip-item,
  .tbdsp-integration-strip .col:nth-child(2n) .tbdsp-integration-item {
    border-right: 0;
  }

  .tbdsp-strip-item,
  .tbdsp-integration-item {
    min-height: 70px;
  }

  .tbdsp-feature-card {
    min-height: 100%;
  }

  .tbdsp-product-card img {
    height: 105px;
  }

  .tbdsp-location-card>div {
    min-height: 58px;
  }

  .tbdsp-stat-card {
    grid-template-columns: 100px 1fr;
  }

  .tbdsp-stat-card img {
    left: 16px;
  }

  .tbdsp-cta-device {
    max-height: 125px;
  }
}

@media (max-width:575.98px) {
  .tbdsp-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tbdsp-hero {
    padding-top: 1.6rem !important;
  }

  .tbdsp-hero-title {
    font-size: 2.28rem;
  }

  .tbdsp-btn-primary,
  .tbdsp-btn-outline {
    width: 100%;
  }

  .tbdsp-trust-row span {
    width: 100%;
    justify-content: flex-start;
    max-width: 250px;
  }

  .tbdsp-hero-visual {
    margin-left: -10px;
    margin-right: -10px;
  }

  .tbdsp-strip-item {
    gap: .55rem;
    padding: .75rem .35rem;
  }

  .tbdsp-strip-item i {
    font-size: 1.55rem;
  }

  .tbdsp-strip-item span {
    font-size: .67rem;
  }

  .tbdsp-feature-card {
    padding: .9rem;
    gap: .75rem;
  }

  .tbdsp-feature-card>i {
    font-size: 2rem;
  }

  .tbdsp-step-card {
    padding: 1rem 1rem 1rem 3.8rem;
    align-items: flex-start;
  }

  .tbdsp-step-card>i {
    font-size: 2.2rem;
  }

  .tbdsp-location-card span {
    font-size: .64rem;
  }

  .tbdsp-product-card {
    padding: .45rem .3rem .75rem;
  }

  .tbdsp-product-card img {
    height: 90px;
  }

  .tbdsp-product-card h3 {
    font-size: .69rem;
  }

  .tbdsp-product-card p {
    font-size: .6rem;
  }

  .tbdsp-integration-item {
    gap: .55rem;
  }

  .tbdsp-integration-item i {
    font-size: 1.4rem;
  }

  .tbdsp-integration-item span {
    font-size: .66rem;
  }

  .tbdsp-stat-card {
    min-height: 118px;
    grid-template-columns: 86px 1fr;
    column-gap: .7rem;
    padding: .85rem;
  }

  .tbdsp-stat-value {
    font-size: 1.7rem;
  }

  .tbdsp-stat-card img {
    width: 58px;
    left: 13px;
  }

  .tbdsp-cta {
    padding: 1.2rem 1rem;
  }

  .tbdsp-cta h2 {
    font-size: 1.8rem;
  }

  .tbdsp-cta-notes {
    justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
}










/* how It Work Page CSS */

:root {
  --tbhiw-brand: #4b3df2;
  --tbhiw-brand-2: #5839f7;
  --tbhiw-brand-3: #694cff;
  --tbhiw-ink: #111b43;
  --tbhiw-body: #59617d;
  --tbhiw-line: #e8eaf3;
  --tbhiw-soft: #f5f4ff;
  --tbhiw-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.tbhiw-container {
  max-width: 1440px;
}

.tbhiw-header {
  z-index: 1040;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(232, 234, 243, .55);
  backdrop-filter: blur(14px);
}

.tbhiw-header .navbar-brand {
  margin-right: 1.5rem;
}

.tbhiw-brand-name {
  color: var(--tbhiw-ink);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -.05em;
}

.tbhiw-brand-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 37px;
  color: var(--tbhiw-brand);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  transform: skew(-3deg);
}

.tbhiw-brand-mark span {
  position: absolute;
  text-shadow: 0 6px 18px rgba(75, 61, 242, .18);
}

.tbhiw-brand-mark span:first-child {
  left: 0;
  top: 0;
}

.tbhiw-brand-mark span:last-child {
  right: 0;
  bottom: 0;
  color: #6450ff;
}

.tbhiw-brand-mark-sm {
  transform: scale(.82);
  transform-origin: left center;
}

.tbhiw-header .navbar .nav-link,
.tbhiw-header .tbhiw-login-link {
  color: #111937;
  font-size: .9rem;
  font-weight: 700;
}

.tbhiw-header .navbar .nav-link {
  padding: .7rem .45rem !important;
}

.tbhiw-header .navbar .nav-link:hover,
.tbhiw-header .tbhiw-login-link:hover {
  color: var(--tbhiw-brand);
}

.tbhiw-header .dropdown-toggle::after {
  margin-left: .45rem;
  vertical-align: .14rem;
  border-top-width: .3em;
}

.tbhiw-brand-btn {
  padding-top: .72rem;
  padding-bottom: .72rem;
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #4a35f2, #6246ff);
  box-shadow: 0 10px 25px rgba(74, 53, 242, .22);
}

.tbhiw-brand-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.tbhiw-hero {
  position: relative;
  padding: 54px 0 24px;
}

.tbhiw-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -12%;
  top: 0;
  width: 62%;
  height: 100%;
  border-radius: 48% 0 0 48%;
  background: radial-gradient(circle at 42% 30%, rgba(111, 78, 255, .16), rgba(244, 241, 255, .62) 45%, rgba(255, 255, 255, 0) 75%);
}

.tbhiw-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #3e39ff;
  font-size: .86rem;
  font-weight: 800;
}

.tbhiw-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5.05vw, 4.55rem);
  line-height: 1.07;
  letter-spacing: -.055em;
  font-weight: 800;
}

.tbhiw-hero-copy h1 span {
  color: #5141f7;
}

.tbhiw-hero-copy p {
  max-width: 510px;
  margin: 1.2rem 0 0;
  color: var(--tbhiw-body);
  font-size: 1.06rem;
  line-height: 1.75;
}

.tbhiw-hero-visual-wrap {
  position: relative;
  min-height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbhiw-hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 665px;
  /* mix-blend-mode: multiply; */
  filter: drop-shadow(0 24px 30px rgba(32, 25, 85, .06));
}

.tbhiw-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.tbhiw-hero-orb-one {
  width: 310px;
  height: 310px;
  background: rgba(115, 82, 255, .10);
  top: 8px;
  right: 15px;
}

.tbhiw-hero-orb-two {
  width: 180px;
  height: 180px;
  background: rgba(82, 63, 238, .07);
  left: 12%;
  bottom: 2px;
}

.tbhiw-steps {
  padding: 8px 0 28px;
}

.tbhiw-steps-timeline {
  position: relative;
  padding-left: 78px;
}

.tbhiw-steps-timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background: #e4e5ef;
}

.tbhiw-step-row {
  position: relative;
  margin-bottom: 14px;
}

.tbhiw-step-number {
  position: absolute;
  z-index: 2;
  left: -71px;
  top: 75px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  background: linear-gradient(135deg, #4838ef, #6247ff);
  box-shadow: 0 10px 22px rgba(72, 56, 239, .22);
}

.tbhiw-step-card {
  position: relative;
  min-height: 132px;
  padding: 20px 30px;
  border: 1px solid #e7e9f2;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .91)),
    radial-gradient(circle at 85% 50%, rgba(92, 64, 255, .08), transparent 42%);
  box-shadow: 0 7px 22px rgba(20, 30, 70, .035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}

.tbhiw-step-card:hover {
  transform: translateY(-2px);
  border-color: rgba(83, 63, 244, .20);
  box-shadow: 0 14px 32px rgba(20, 30, 70, .07);
}

.tbhiw-step-content {
  display: flex;
  align-items: center;
  gap: 26px;
}

.tbhiw-step-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: var(--tbhiw-brand);
  font-size: 2rem;
  border-radius: 15px;
  background: linear-gradient(145deg, #f2f0ff, #fbfaff);
  box-shadow: inset 0 0 0 1px rgba(93, 67, 255, .02);
}

.tbhiw-step-content h2 {
  margin: 0 0 .55rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.tbhiw-step-content p {
  max-width: 460px;
  margin: 0;
  color: #505a77;
  font-size: .9rem;
  line-height: 1.65;
}

.tbhiw-step-image {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  /* height: 105px; */
  object-fit: contain;
  mix-blend-mode: multiply;
}

.tbhiw-cta {
  padding: 3px 0 28px;
}

.tbhiw-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 30px 34px;
  color: #fff;
  border-radius: 12px;
  background:
    radial-gradient(circle at 24% -30%, rgba(255, 255, 255, .25), transparent 35%),
    linear-gradient(110deg, #4330f1 0%, #5839fb 62%, #4632e8 100%);
  box-shadow: 0 18px 45px rgba(75, 61, 242, .18);
}

.tbhiw-cta-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  font-size: 1.7rem;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10);
}

.tbhiw-cta-box h2 {
  margin: 0 0 .45rem;
  font-size: 1.65rem;
  font-weight: 800;
}

.tbhiw-cta-box p {
  margin: 0;
  font-size: .9rem;
  opacity: .92;
}

.tbhiw-cta-button {
  flex: 0 0 auto;
  min-width: 185px;
  padding: .9rem 1.3rem;
  color: var(--tbhiw-brand);
  font-size: .9rem;
  font-weight: 800;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.tbhiw-cta-button:hover {
  color: #3f2be8;
  background: #f8f7ff;
}



.tbhiw-tagline {
  margin: .75rem 0 0;
  color: #69718b;
  font-size: .82rem;
}



.tbhiw-social-links {
  display: flex;
  gap: .8rem;
}

.tbhiw-social-links a {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #111936;
  border-radius: 50%;
  background: #fafafe;
}

.tbhiw-social-links a:hover {
  color: #fff;
  background: var(--tbhiw-brand);
}

.tbhiw-social-column hr {
  margin: 1.15rem 0;
  border-color: #e5e7ef;
  opacity: 1;
}

.tbhiw-newsletter-form {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding-left: 13px;
  border: 1px solid #dfe2ec;
  border-radius: 7px;
  overflow: hidden;
}

.tbhiw-newsletter-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: #202a4b;
  font-size: .76rem;
}

.tbhiw-newsletter-form button {
  align-self: stretch;
  width: 43px;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #513af7, #6b4cff);
}

.tbhiw-newsletter-message {
  min-height: 18px;
  margin-top: .35rem;
  color: #5e6380;
  font-size: .7rem;
}

@media (max-width: 991.98px) {
  .tbhiw-header {
    position: relative !important;
  }

  .tbhiw-header .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #ececf4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 30, 70, .08);
  }

  .tbhiw-header .navbar-nav {
    gap: 0 !important;
  }

  .tbhiw-nav-actions {
    justify-content: space-between;
  }

  .tbhiw-hero {
    padding-top: 38px;
  }

  .tbhiw-hero-copy {
    text-align: center;
  }

  .tbhiw-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .tbhiw-hero-visual-wrap {
    min-height: 290px;
  }

  .tbhiw-hero::after {
    width: 100%;
    right: 0;
    top: 43%;
    height: 48%;
    border-radius: 38% 38% 0 0;
  }

  .tbhiw-steps-timeline {
    padding-left: 62px;
  }

  .tbhiw-steps-timeline::before {
    left: 21px;
  }

  .tbhiw-step-number {
    left: -62px;
    width: 42px;
    height: 42px;
  }

  .tbhiw-step-card {
    padding: 24px;
  }

  .tbhiw-step-image {
    max-width: 500px;
    height: auto;
    max-height: 145px;
  }

  .tbhiw-cta-box {
    padding: 26px;
  }
}

@media (max-width: 767.98px) {
  .tbhiw-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tbhiw-brand-name {
    font-size: 1.45rem;
  }

  .tbhiw-hero {
    padding: 34px 0 14px;
  }

  .tbhiw-hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .tbhiw-hero-copy p {
    font-size: .98rem;
    line-height: 1.65;
  }

  .tbhiw-hero-visual-wrap {
    min-height: 240px;
    margin-top: 4px;
  }

  .tbhiw-steps {
    padding-top: 0;
  }

  .tbhiw-steps-timeline {
    padding-left: 0;
  }

  .tbhiw-steps-timeline::before {
    display: none;
  }

  .tbhiw-step-row {
    margin-bottom: 16px;
  }

  .tbhiw-step-number {
    left: 14px;
    top: 14px;
    width: 36px;
    height: 36px;
    font-size: .88rem;
  }

  .tbhiw-step-card {
    padding: 66px 20px 22px;
    border-radius: 16px;
  }

  .tbhiw-step-content {
    align-items: flex-start;
    gap: 16px;
  }

  .tbhiw-step-icon {
    width: 60px;
    height: 60px;
    font-size: 1.55rem;
    border-radius: 13px;
  }

  .tbhiw-step-content h2 {
    font-size: 1.05rem;
  }

  .tbhiw-step-content p {
    font-size: .85rem;
  }

  .tbhiw-step-image {
    margin-top: 8px;
    height: 115px;
  }

  .tbhiw-cta-box {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .tbhiw-cta-button {
    width: 100%;
  }


}

@media (max-width: 575.98px) {
  .tbhiw-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tbhiw-hero-copy h1 {
    font-size: 2.45rem;
  }

  .tbhiw-hero-visual-wrap {
    min-height: 205px;
  }

  .tbhiw-hero-visual {
    transform: scale(1.06);
  }

  .tbhiw-step-card {
    padding: 62px 16px 18px;
  }

  .tbhiw-step-content {
    display: block;
  }

  .tbhiw-step-icon {
    margin-bottom: 16px;
  }

  .tbhiw-step-image {
    height: 102px;
  }

  .tbhiw-cta-box h2 {
    font-size: 1.35rem;
  }

  .tbhiw-cta-box p {
    line-height: 1.6;
  }

  .tbhiw-cta-icon {
    width: 50px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-padding-top: 96px;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}










/* Pricing Page CSS */

:root {
  --ink: #071239;
  --muted: #526080;
  --primary: #3b39f5;
  --primary-2: #2e55f4;
  --primary-soft: #eef0ff;
  --line: #dfe4f0;
  --surface: #ffffff;
  --surface-alt: #f8f9ff;
  --shadow: 0 14px 35px rgba(25, 37, 85, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.tbp-pricing-page a {
  text-decoration: none;
}

.tbp-page-shell {
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
}

.tbp-section-space {
  padding-top: 72px;
  padding-bottom: 72px;
}

.tbp-section-space-sm {
  padding-top: 28px;
  padding-bottom: 28px;
}

.tbp-section-title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
}

.tbp-pricing-page .btn {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.tbp-pricing-page .btn-primary {
 background: var(--tap-blue);
  border-color: #3b3ff5;
  box-shadow: 0 7px 18px rgba(58, 59, 244, .18);
}

.tbp-pricing-page .btn-primary:hover,
.tbp-pricing-page .btn-primary:focus {
  background: #0867ff;
  border-color: #0867ff;
}

.tbp-pricing-page .btn-outline-primary {
  color: #0867ff;
  border-color: #5964f6;
  background: #fff;
}

.tbp-pricing-page .btn-outline-primary:hover {
  background: #f1f2ff;
  color: #2734d9;
  border-color: #3f4ee8;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(223, 228, 240, .65);
  backdrop-filter: blur(12px);
  z-index: 1030;
}

.brand-logo {
  width: 132px;
  height: auto;
  display: block;
}

.navbar .nav-link {
  color: #0b153d;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 4px !important;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.tbp-is-active {
  color: var(--primary);
}

.navbar .nav-link.tbp-is-active::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 4px;
  right: 4px;
  bottom: 1px;
  background: var(--primary);
  border-radius: 999px;
}

.nav-btn {
  min-width: 94px;
  padding: 9px 18px;
}

.dropdown-item {
  color: var(--ink);
  font-weight: 600;
  padding: 9px 12px;
}

.dropdown-item:hover {
  color: var(--primary);
  background: var(--primary-soft);
}

.tbp-pricing-hero {
  padding-top: 58px;
  padding-bottom: 26px;
}

.tbp-eyebrow {
  color: #3447ef;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: .01em;
}

.tbp-pricing-hero h1 {
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: -.048em;
  margin: 0 0 22px;
  max-width: 720px;
}

.tbp-hero-copy {
  max-width: 690px;
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 0;
}

.tbp-billing-switch {
  display: inline-flex;
  border: 1px solid #cbd2e4;
  padding: 2px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(238, 240, 248, .6);
}

.tbp-billing-option {
  border: 0;
  background: transparent;
  color: #26315d;
  min-width: 105px;
  padding: 9px 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: .2s ease;
}

.tbp-billing-option.tbp-is-active {
  color: #fff;
 background: var(--tap-blue);
  box-shadow: 0 6px 14px rgba(55, 59, 243, .24);
}

.tbp-saving-note {
  color: #0867ff;
  font-weight: 700;
  white-space: nowrap;
}

.tbp-saving-arrow {
  font-size: 24px;
  display: inline-block;
  transform: rotate(18deg);
  margin-right: 4px;
  opacity: .55;
}

.tbp-primary-cta,
.tbp-secondary-cta {
  min-width: 164px;
  padding: 13px 24px;
  font-size: 15px;
}

.tbp-trust-list {
  color: #34405f;
  font-size: 12px;
  font-weight: 600;
  column-gap: 28px;
  row-gap: 8px;
}

.tbp-trust-list i {
  color: var(--primary);
  margin-right: 5px;
}

.tbp-hero-visual-wrap {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbp-hero-products {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  filter: drop-shadow(0 18px 24px rgba(19, 27, 78, .06));
}

.tbp-hero-glow {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  right: 4%;
  top: 7%;
  background: radial-gradient(circle, rgba(68, 74, 255, .12), transparent 65%);
  filter: blur(15px);
}

.tbp-dot-pattern {
  position: absolute;
  width: 190px;
  height: 190px;
  right: 0;
  top: 42px;
  opacity: .25;
  background-image: radial-gradient(#5061ee 1.2px, transparent 1.2px);
  background-size: 13px 13px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.tbp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.tbp-price-card {
  position: relative;
  min-height: 418px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  padding: 25px 23px 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tbp-price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.tbp-price-card.tbp-featured {
  border: 2px solid #4c4df5;
  padding: 24px 22px 16px;
  box-shadow: 0 10px 24px rgba(58, 59, 244, .08);
}

.tbp-popular-ribbon {
  position: absolute;
  top: -2px;
  right: -2px;
  background: linear-gradient(135deg, #4d37f6, #3359f3);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  border-radius: 0 8px 0 16px;
  padding: 6px 24px;
}

.tbp-price-card h2 {
  font-size: 23px;
  font-weight: 800;
  margin: 0 0 2px;
}

.tbp-plan-for {
  color: var(--muted);
  font-size: 12px;
  min-height: 38px;
  margin: 0;
}

.tbp-price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  min-height: 58px;
  margin: 7px 0 13px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.04em;
}

.tbp-currency {
  font-size: .72em;
}

.tbp-price small {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 5px;
  letter-spacing: 0;
}

.tbp-custom-price {
  font-size: 30px;
  align-items: center;
}

.tbp-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.tbp-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #22305a !important;
  margin-bottom: 8px !important;
  font-size: 12px !important;
}

.tbp-plan-features i {
  color: #4050f3;
  font-size: 13px;
  margin-top: 1px;
}

.tbp-price-card .btn {
  padding: 9px 10px;
  font-size: 13px;
}

.tbp-plan-note {
  color: #53607f;
  font-size: 12px;
  padding-top: 11px;
}

.tbp-use-case-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-height: 154px;
  display: grid;
  grid-template-columns: 105px 1fr;
}

.tbp-use-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tbp-use-case-content {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
}

.tbp-use-case-content h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 9px;
  white-space: nowrap;
}

.tbp-use-case-content h3 i {
  color: var(--primary);
  font-size: 18px;
  margin-right: 6px;
}

.tbp-use-case-content p {
  color: #34405f;
  font-size: 11px;
  margin: 0 0 auto;
}

.tbp-use-case-content span {
  font-size: 10px;
  color: #28345c;
  display: block;
  margin-top: 4px;
}

.tbp-use-case-content strong {
  color: #3650ef;
}

.tbp-comparison-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.tbp-comparison-table {
  min-width: 820px;
  font-size: 12px;
  color: #1d294f;
}

.tbp-comparison-table> :not(caption)>*>* {
  padding: 5px 14px;
  border-color: #e3e7f1;
  text-align: center;
  line-height: 1.1;
}

.tbp-comparison-table th:first-child,
.tbp-comparison-table td:first-child {
  text-align: left;
  font-weight: 700;
  width: 23%;
}

.tbp-comparison-table thead th {
  background: #fff;
  font-weight: 800;
  padding-top: 12px;
  padding-bottom: 10px;
}

.tbp-comparison-table .tbp-featured-column {
  background: #f3f5ff;
  border-left: 1px solid #d6dcf4;
  border-right: 1px solid #d6dcf4;
}

.tbp-comparison-table thead .tbp-featured-column {
  position: relative;
  color: #2842ee;
}

.tbp-comparison-table thead .tbp-featured-column span {
  position: absolute;
  top: 0px;
  right: -1px;
  background: #3f45f3;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 8px;
  padding: 4px 8px;
}

.tbp-comparison-table .tbp-check {
  color: #2e47f0;
  font-size: 16px;
  font-weight: 800;
}

.tbp-hardware-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
}

.tbp-hardware-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px 14px;
  min-height: 202px;
}

.tbp-hardware-card img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
  mix-blend-mode: multiply;
}

.tbp-hardware-card h3 {
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 4px;
}

.tbp-hardware-card p {
  color: #425071;
  font-size: 10px;
  min-height: 45px;
  margin: 0 0 4px;
}

.tbp-hardware-card strong {
  font-size: 13px;
}

.tbp-benefit-grid>div {
  flex: 1 0 16.666%;
}

.tbp-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tbp-benefit-item>i {
  font-size: 31px;
  color: #3f50f4;
  line-height: 1;
}

.tbp-benefit-item h3 {
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 2px;
}

.tbp-benefit-item p {
  color: #53607e;
  font-size: 9px;
  margin: 0;
}

.tbp-stats-strip {
  border-radius: 9px;
  background: linear-gradient(90deg, #f6f5ff, #f2f2ff);
  padding: 18px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 25px;
}

.tbp-stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #2a315c;
}

.tbp-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #3d42f1;
  font-size: 24px;
  box-shadow: 0 7px 18px rgba(53, 57, 230, .08);
  flex: 0 0 auto;
}

.tbp-stat-item strong {
  color: #3542f0;
  font-size: 28px;
  font-weight: 800;
}

.tbp-stat-item p {
  color: #4c5877;
  font-size: 10px;
  font-weight: 500;
  margin: 2px 0 0;
}

.tbp-stat-divider {
  width: 1px;
  height: 48px;
  background: #8690ff;
  opacity: .7;
}

.tbp-faq-accordion {
  display: grid;
  gap: 10px;
}

.tbp-faq-accordion .accordion-item {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.tbp-faq-accordion .accordion-button {
  min-height: 48px;
  padding: 12px 18px;
  color: #1b2850;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  box-shadow: none;
}

.tbp-faq-accordion .accordion-button:not(.collapsed) {
  color: #2e40e8;
  background: #f6f7ff;
}

.tbp-faq-accordion .accordion-body {
  color: #55617d;
  font-size: 12px;
  padding: 14px 18px;
}

.tbp-cta-banner {
  background: linear-gradient(110deg, #4433f5, #1f49eb 62%, #2e3de8);
  color: #fff;
  border-radius: 9px;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  position: relative;
}

.tbp-cta-banner::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -95px;
  top: -170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}

.tbp-cta-main {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.tbp-cta-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .12);
  font-size: 35px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .05);
  flex: 0 0 auto;
}

.tbp-cta-banner h2 {
  font-size: 27px;
  font-weight: 800;
  margin: 0 0 2px;
}

.tbp-cta-banner p {
  margin: 0 0 6px;
  font-size: 12px;
  opacity: .92;
}

.tbp-cta-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 10px;
}

.tbp-cta-actions {
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.tbp-cta-actions .btn {
  min-width: 150px;
  padding: 12px 20px;
}

.tbp-cta-actions .btn-light {
  color: #3041e9;
}

.site-footer {
  background: #fff;
  border-top: 1px solid #eef0f6;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.footer-tagline {
  color: #52607c;
  font-size: 10px;
  margin: 12px 0 0;
}

.site-footer h2 {
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 8px;
}

.site-footer a {
  color: #33405e;
  display: block;
  font-size: 9px;
  margin-bottom: 3px;
}

.site-footer a:hover {
  color: var(--primary);
}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  font-size: 14px;
  margin: 0;
  color: #0e173a;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 38px;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}

.newsletter-form input {
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 9px 10px;
  font-size: 9px;
}

.newsletter-form button {
  border: 0;
  color: #fff;
  background: #3c3ff2;
}

.footer-bottom {
  border-top: 1px solid #e7eaf2;
  color: #66718c;
  font-size: 8px;
}

.footer-legal {
  display: flex;
  gap: 60px;
}

.footer-legal a {
  font-size: 8px;
  margin: 0;
}

.language-btn {
  border: 0;
  background: transparent;
  color: #253153;
  font-size: 8px;
}

@media (max-width: 1199.98px) {
  .tbp-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tbp-price-card:nth-child(4),
  .tbp-price-card:nth-child(5) {
    min-height: 390px;
  }

  .tbp-hardware-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tbp-hero-visual-wrap {
    min-height: 360px;
  }

  .tbp-stats-strip {
    gap: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tbp-stat-item {
    font-size: 15px;
  }

  .tbp-stat-item strong {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .tbp-page-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-collapse {
    padding: 18px 0 4px;
  }

  .navbar .nav-link.tbp-is-active::after {
    display: none;
  }

  .tbp-pricing-hero {
    padding-top: 44px;
    text-align: center;
  }

  .tbp-pricing-hero h1,
  .tbp-hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .tbp-billing-row,
  .tbp-hero-actions,
  .tbp-trust-list {
    justify-content: center;
  }

  .tbp-hero-visual-wrap {
    min-height: auto;
    margin-top: 8px;
  }

  .tbp-hero-products {
    max-width: 680px;
  }

  .tbp-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbp-benefit-grid>div {
    flex: 0 0 33.333%;
  }

  .tbp-stats-strip {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tbp-stat-divider {
    width: 100%;
    height: 1px;
  }

  .tbp-stat-item {
    justify-content: flex-start;
  }

  .tbp-cta-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .tbp-cta-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .tbp-page-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tbp-section-space {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tbp-pricing-hero h1 {
    font-size: 43px;
  }

  .tbp-hero-copy {
    font-size: 14px;
  }

  .tbp-pricing-grid {
    grid-template-columns: 1fr;
  }

  .tbp-price-card,
  .tbp-price-card:nth-child(4),
  .tbp-price-card:nth-child(5) {
    min-height: 0;
  }

  .tbp-price-card.tbp-featured {
    order: -1;
  }

  .tbp-use-case-card {
    grid-template-columns: 120px 1fr;
  }

  .tbp-hardware-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbp-benefit-grid>div {
    flex: 0 0 50%;
  }

  .tbp-cta-main {
    align-items: flex-start;
  }

  .tbp-cta-banner h2 {
    font-size: 22px;
  }

  .tbp-cta-actions {
    width: 100%;
  }

  .tbp-cta-actions .btn {
    flex: 1;
    min-width: 0;
  }

  .footer-legal {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  .tbp-page-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-logo {
    width: 112px;
  }

  .tbp-pricing-hero {
    padding-top: 34px;
  }

  .tbp-pricing-hero h1 {
    font-size: 36px;
    letter-spacing: -.04em;
  }

  .tbp-billing-row {
    gap: 10px !important;
  }

  .tbp-billing-option {
    min-width: 90px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tbp-primary-cta,
  .tbp-secondary-cta {
    width: 100%;
  }

  .tbp-hero-visual-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }

  .tbp-hardware-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tbp-hardware-card {
    padding: 10px;
  }

  .tbp-benefit-grid>div {
    flex: 0 0 100%;
  }

  .tbp-stats-strip {
    padding: 16px;
  }

  .tbp-stat-item strong {
    font-size: 21px;
  }

  .tbp-cta-banner {
    padding: 22px 18px;
  }

  .tbp-cta-main {
    flex-direction: column;
    gap: 14px;
  }

  .tbp-cta-trust {
    gap: 8px 14px;
  }

  .tbp-cta-actions {
    flex-direction: column;
  }

  .tbp-use-case-card {
    grid-template-columns: 105px 1fr;
  }

  .footer-bottom {
    text-align: center;
  }
}
















/* About US Page CSS */

:root {
  --tapbudi-about-ink: #07133f;
  --tapbudi-about-muted: #536184;
  --tapbudi-about-primary: #1456ef;
  --tapbudi-about-primary-2: #3e47f5;
  --tapbudi-about-line: #dbe3f3;
  --tapbudi-about-soft: #f6f8ff;
  --tapbudi-about-white: #fff;
  --tapbudi-about-shadow: 0 12px 30px rgba(30, 63, 145, .08);
}

.tapbudi-about-page,
.tapbudi-about-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.tapbudi-about-page a {
  text-decoration: none;
}

.tapbudi-about-page img {
  display: block;
}

.tapbudi-about-page .container-xl {
  max-width: 1440px;
}

.tapbudi-about-section-pad {
  padding: 34px 0;
}

.tapbudi-about-compact-top {
  padding-top: 10px;
}

.tapbudi-about-navbar {
  min-height: 70px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 228, 245, .75);
  z-index: 1030;
}

.tapbudi-about-navbar .navbar-brand {
  color: var(--tapbudi-about-ink) !important;
}

.tapbudi-about-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 34px;
  font-weight: 800;
  letter-spacing: -6px;
  font-size: 26px;
  line-height: 1;
  color: var(--tapbudi-about-primary-2);
  transform: skew(-5deg);
}

.tapbudi-about-brand-mark span {
  color: #5d35f4;
  transform: translateX(-2px);
}

.tapbudi-about-brand-name {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.8px;
}

.tapbudi-about-navbar .nav-link {
  color: var(--tapbudi-about-ink);
  font-weight: 600;
  font-size: 13px;
  padding: 21px 14px !important;
  position: relative;
}

.tapbudi-about-navbar .nav-link:hover,
.tapbudi-about-navbar .nav-link.active {
  color: var(--tapbudi-about-primary);
}

.tapbudi-about-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  border-radius: 2px;
  background: var(--tapbudi-about-primary);
}

.tapbudi-about-navbar .dropdown-menu {
  border: 1px solid var(--tapbudi-about-line);
  box-shadow: var(--tapbudi-about-shadow);
  border-radius: 12px;
  padding: 8px;
}

.tapbudi-about-navbar .dropdown-item {
  border-radius: 8px;
  font-size: 13px;
  padding: 9px 12px;
}

.tapbudi-about-navbar .dropdown-item:hover {
  background: var(--tapbudi-about-soft);
  color: var(--tapbudi-about-primary);
}

.tapbudi-about-page .btn {
  font-weight: 700;
  border-radius: 6px;
}

.tapbudi-about-page .btn-primary {
  background: linear-gradient(135deg, #1761f3, #1750dc);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(23, 86, 239, .2);
}

.tapbudi-about-page .btn-primary:hover {
  background: linear-gradient(135deg, #0f52dd, #123fca);
  transform: translateY(-1px);
}

.tapbudi-about-page .btn-outline-primary {
  border-color: #285bf4;
  color: #1551e9;
}

.tapbudi-about-page .btn-outline-primary:hover {
  background: #1551e9;
  border-color: #1551e9;
  color: white;
}

.tapbudi-about-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 30%, rgba(62, 71, 245, .10), transparent 24%),
    radial-gradient(circle at 71% 14%, rgba(38, 151, 255, .08), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fff 82%, #fbfcff 100%);
  border-bottom: 1px solid #e5ebf7;
}

.tapbudi-about-hero::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 12%;
  width: 300px;
  height: 220px;
  background-image: radial-gradient(#a6b9ff 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: .35;
  pointer-events: none;
}

.tapbudi-about-eyebrow {
  color: var(--tapbudi-about-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1px;
  margin-bottom: 8px;
}

.tapbudi-about-page h1 {
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -2.5px;
  font-weight: 800;
  margin: 0 0 12px;
}

.tapbudi-about-hero-copy {
  max-width: 570px;
  color: #394b7a;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.55;
  margin: 0;
}

.tapbudi-about-hero-btn {
  min-width: 150px;
  padding: 12px 22px;
  font-size: 14px;
}

.tapbudi-about-hero-points span {
  color: #29395f;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.tapbudi-about-hero-points i {
  color: var(--tapbudi-about-primary);
  margin-right: 7px;
}

/* .tapbudi-about-hero-visual { position: relative; z-index: 1; max-width: 630px; margin-inline: auto; filter: drop-shadow(0 14px 24px rgba(35,55,115,.08)); }
.tapbudi-about-hero-visual img { aspect-ratio: 530/280; object-fit: contain; } */

.tapbudi-about-section-title {
  text-align: center;
  font-size: clamp(22px, 2.5vw, 29px);
  font-weight: 800;
  letter-spacing: -.8px;
  margin: 0;
}

.tapbudi-about-left-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 12px;
}

.tapbudi-about-info-card,
.tapbudi-about-metric-card,
.tapbudi-about-audience-card,
.tapbudi-about-team-card,
.tapbudi-about-product-card {
  border: 1px solid var(--tapbudi-about-line);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(20, 51, 120, .025);
}

.tapbudi-about-info-card {

  align-items: flex-start;
  gap: 18px;
  padding: 22px 18px;
  transition: .2s ease;
}

.tapbudi-about-info-card:hover,
.tapbudi-about-metric-card:hover,
.tapbudi-about-audience-card:hover,
.tapbudi-about-team-card:hover,
.tapbudi-about-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tapbudi-about-shadow);
  border-color: #cbd8f3;
}

.tapbudi-about-card-icon,
.tapbudi-about-metric-card>i {
  color: var(--tapbudi-about-primary);
  font-size: 39px;
  line-height: 1;
  flex: 0 0 auto;
}

.tapbudi-about-info-card h3,
.tapbudi-about-metric-card h3,
.tapbudi-about-audience-card h3,
.tapbudi-about-team-card h3,
.tapbudi-about-product-card h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 6px;
}

.tapbudi-about-info-card p,
.tapbudi-about-metric-card p,
.tapbudi-about-audience-card p,
.tapbudi-about-team-card p,
.tapbudi-about-product-card p,
.tapbudi-about-journey-card p {
  color: var(--tapbudi-about-muted);
  font-size: 11.5px;
  line-height: 1.45;
  margin: 0;
}

.tapbudi-about-why-copy {
  padding: 4px 16px 4px 0;
}

.tapbudi-about-why-copy p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.tapbudi-about-metric-card {
  padding: 20px 15px;
  min-height: 180px;
  transition: .2s ease;
}

.tapbudi-about-metric-card>i {
  font-size: 28px;
  margin-bottom: 11px;
  display: block;
}

.tapbudi-about-metric-card strong {
  display: block;
  color: #0c45ef;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.tapbudi-about-metric-card .tapbudi-about-word-metric {
  color: var(--tapbudi-about-ink);
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.5px;
}

.tapbudi-about-metric-card .tapbudi-about-small-word {
  font-size: 14px;
  line-height: 1.25;
  margin: 8px 0 16px;
}

.tapbudi-about-value-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  border-radius: 10px;
  overflow: hidden;

}

.tapbudi-about-value-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 13px;
  min-width: 0;
  position: relative;
}

.tapbudi-about-value-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: var(--tapbudi-about-line);
}

.tapbudi-about-value-item>i {
  color: var(--tapbudi-about-primary);
  font-size: 32px;
  flex: 0 0 auto;
}

.tapbudi-about-value-item h3 {
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 3px;
}

.tapbudi-about-value-item p {
  color: var(--tapbudi-about-muted);
  font-size: 9.5px;
  line-height: 1.35;
  margin: 0;
}

.tapbudi-about-audience-card {
  overflow: hidden;
  transition: .2s ease;
}

.tapbudi-about-audience-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  object-position: top;
}

.tapbudi-about-audience-card>div {
  padding: 11px 13px 15px;
}

.tapbudi-about-audience-card h3 {
  margin-bottom: 3px;
}

.tapbudi-about-journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  position: relative;
}

.tapbudi-about-journey-track::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 2px;
  background: #2160f5;
  z-index: 0;
}



.tapbudi-about-journey-card>i {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  flex: 0 0 47px;
  border-radius: 50%;
  background: #f1f5ff;
  color: var(--tapbudi-about-primary);
  font-size: 24px;
}



.tapbudi-about-journey-card:last-child::after {
  display: none;
}



.tapbudi-about-team-card {
  display: flex;
  overflow: hidden;
  min-height: 130px;
  transition: .2s ease;
}

.tapbudi-about-team-card img {
  width: 105px;
  object-fit: cover;
  object-position: top center;
  flex: 0 0 105px;
}

.tapbudi-about-team-card>div {
  padding: 13px 12px;
  position: relative;
}

.tapbudi-about-team-card strong {
  display: block;
  color: var(--tapbudi-about-ink);
  font-size: 10px;
  margin: -3px 0 7px;
}

.tapbudi-about-team-card .bi-linkedin {
  position: absolute;
  bottom: 8px;
  right: 9px;
  color: #0a66c2;
  font-size: 16px;
}

.tapbudi-about-product-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.tapbudi-about-product-card {
  padding: 10px 10px 14px;
  transition: .2s ease;
  min-width: 0;
}

.tapbudi-about-product-card img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  padding: 20px 25px 10px;
  transition: .45s ease;
  display: block;
}

.tapbudi-about-product-card h3 {
  font-size: 12.5px;
}

.tapbudi-about-product-card p {
  font-size: 10.5px;
}

.tapbudi-about-benefit-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--tapbudi-about-line);
  border-radius: 10px;
  overflow: hidden;
}

.tapbudi-about-benefit-strip>div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 12px;
  min-width: 0;
  position: relative;
}

.tapbudi-about-benefit-strip>div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: var(--tapbudi-about-line);
}

.tapbudi-about-benefit-strip i {
  color: var(--tapbudi-about-primary);
  font-size: 27px;
  flex: 0 0 auto;
}

.tapbudi-about-benefit-strip span {
  display: flex;
  flex-direction: column;
}

.tapbudi-about-benefit-strip strong {
  font-size: 10.5px;
  line-height: 1.25;
}

.tapbudi-about-benefit-strip small {
  color: var(--tapbudi-about-muted);
  font-size: 8.8px;
  line-height: 1.3;
  margin-top: 3px;
}

.tapbudi-about-faq-accordion .accordion-item {
  border: 1px solid var(--tapbudi-about-line);
  border-radius: 7px !important;
  overflow: hidden;
  margin-bottom: 8px;
}

.tapbudi-about-faq-accordion .accordion-button {
  color: var(--tapbudi-about-ink);
  font-size: 11px;
  font-weight: 700;
  padding: 9px 14px;
  box-shadow: none;
  background: #fff;
}

.tapbudi-about-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--tapbudi-about-primary);
  background: #f6f8ff;
}

.tapbudi-about-faq-accordion .accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: 13px;
}

.tapbudi-about-faq-accordion .accordion-body {
  color: var(--tapbudi-about-muted);
  font-size: 11px;
  line-height: 1.5;
  padding: 13px 14px;
}

.tapbudi-about-cta-banner {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 20px 28px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(105deg, #1162ee 0%, #174edf 53%, #1539d2 100%);
  box-shadow: 0 18px 35px rgba(20, 70, 220, .24);
}

.tapbudi-about-cta-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .14);
  border-radius: 18px;
  font-size: 37px;
}

.tapbudi-about-cta-copy h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  margin: 0 0 1px;
  letter-spacing: -.8px;
}

.tapbudi-about-cta-copy p {
  font-size: 12px;
  margin: 0;
  opacity: .95;
}

.tapbudi-about-cta-actions {
  display: grid;
  grid-template-columns: 130px 130px;
  gap: 10px;
  align-items: center;
}

.tapbudi-about-cta-actions .btn {
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 12px;
}

.tapbudi-about-cta-notes {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  white-space: nowrap;
}

.tapbudi-about-cta-notes i {
  margin-right: 5px;
}

.tapbudi-about-footer {
  color: var(--tapbudi-about-ink);
  background: #fff;
}

.tapbudi-about-footer-brand {
  font-weight: 800;
  color: var(--tapbudi-about-ink);
  font-size: 19px;
  margin-bottom: 6px;
}

.tapbudi-about-footer p {
  color: var(--tapbudi-about-muted);
  font-size: 10px;
}

.tapbudi-about-footer h3 {
  font-size: 10.5px;
  font-weight: 800;
  margin-bottom: 7px;
}

.tapbudi-about-footer .col-6>a,
.tapbudi-about-footer .col-md-2>a {
  display: block;
  color: #394769;
  font-size: 9px;
  line-height: 1.55;
}

.tapbudi-about-footer a:hover,
.tapbudi-about-footer a.active {
  color: var(--tapbudi-about-primary);
}

.tapbudi-about-socials {
  display: flex;
  gap: 12px;
}

.tapbudi-about-socials a {
  color: var(--tapbudi-about-ink);
  font-size: 13px;
}

.tapbudi-about-newsletter {
  height: 34px;
  display: flex;
  border: 1px solid var(--tapbudi-about-line);
  border-radius: 5px;
  overflow: hidden;
}

.tapbudi-about-newsletter input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 9px;
  font-size: 9px;
}

.tapbudi-about-newsletter button {
  width: 36px;
  border: 0;
  color: #fff;
  background: var(--tapbudi-about-primary);
}

.tapbudi-about-footer-bottom {
  border-top: 1px solid var(--tapbudi-about-line);
  color: #7a86a4;
  font-size: 8.5px;
}

.tapbudi-about-footer-bottom div {
  display: flex;
  gap: 35px;
}

.tapbudi-about-footer-bottom a {
  color: #7a86a4;
}

@media (max-width: 1199.98px) {

  .tapbudi-about-value-strip,
  .tapbudi-about-benefit-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .tapbudi-about-value-item:nth-child(3)::after,
  .tapbudi-about-benefit-strip>div:nth-child(3)::after {
    display: none;
  }

  .tapbudi-about-value-item:nth-child(-n+3),
  .tapbudi-about-benefit-strip>div:nth-child(-n+3) {
    border-bottom: 1px solid var(--tapbudi-about-line);
  }

  .tapbudi-about-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .tapbudi-about-journey-track {
    gap: 22px;
  }

  .tapbudi-about-journey-card::after {
    right: -17px;
  }
}

@media (max-width: 991.98px) {
  .tapbudi-about-navbar {
    min-height: 64px;
  }

  .tapbudi-about-navbar .navbar-collapse {
    padding: 12px 0 18px;
  }

  .tapbudi-about-navbar .nav-link {
    padding: 10px 0 !important;
  }

  .tapbudi-about-navbar .nav-link.active::after {
    display: none;
  }

  .tapbudi-about-nav-actions .btn {
    flex: 1;
  }

  .tapbudi-about-hero {
    text-align: center;
  }

  .tapbudi-about-hero-copy {
    margin-inline: auto;
  }

  .tapbudi-about-hero .d-flex,
  .tapbudi-about-hero-points {
    justify-content: center;
  }

  .tapbudi-about-hero-visual {
    max-width: 690px;
    margin-top: 8px;
  }

  .tapbudi-about-why-copy {
    padding-right: 0;
  }

  .tapbudi-about-journey-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .tapbudi-about-journey-track::before,
  .tapbudi-about-journey-card::after {
    display: none;
  }

  .tapbudi-about-cta-banner {
    grid-template-columns: auto 1fr;
  }

  .tapbudi-about-cta-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .tapbudi-about-page {
    font-size: 13px;
  }

  .tapbudi-about-section-pad {
    padding: 27px 0;
  }

  .tapbudi-about-compact-top {
    padding-top: 7px;
  }

  .tapbudi-about-page h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .tapbudi-about-hero-copy {
    font-size: 16px;
  }

  .tapbudi-about-hero-btn {
    min-width: 135px;
    padding: 10px 18px;
  }

  .tapbudi-about-hero-points {
    gap: 10px !important;
  }

  .tapbudi-about-info-card {
    padding: 18px 15px;
  }

  .tapbudi-about-value-strip,
  .tapbudi-about-benefit-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .tapbudi-about-value-item:nth-child(2)::after,
  .tapbudi-about-value-item:nth-child(4)::after,
  .tapbudi-about-benefit-strip>div:nth-child(2)::after,
  .tapbudi-about-benefit-strip>div:nth-child(4)::after {
    display: none;
  }

  .tapbudi-about-value-item:nth-child(3)::after,
  .tapbudi-about-benefit-strip>div:nth-child(3)::after {
    display: block;
  }

  .tapbudi-about-value-item:nth-child(-n+4),
  .tapbudi-about-benefit-strip>div:nth-child(-n+4) {
    border-bottom: 1px solid var(--tapbudi-about-line);
  }

  .tapbudi-about-audience-card img {
    height: 165px;
  }

  .tapbudi-about-journey-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tapbudi-about-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tapbudi-about-team-card img {
    width: 120px;
    flex-basis: 120px;
  }

  .tapbudi-about-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 18px;
  }

  .tapbudi-about-cta-icon {
    margin: auto;
  }

  .tapbudi-about-cta-actions {
    grid-column: auto;
  }

  .tapbudi-about-cta-notes {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tapbudi-about-footer-bottom div {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .tapbudi-about-page .container-xl {
    padding-inline: 18px;
  }

  .tapbudi-about-page h1 {
    font-size: 39px;
  }

  .tapbudi-about-section-title {
    font-size: 22px;
  }

  .tapbudi-about-hero-points span {
    width: 100%;
    text-align: center;
  }

  .tapbudi-about-metric-card {
    min-height: 160px;
    padding: 16px 12px;
  }

  .tapbudi-about-metric-card strong {
    font-size: 28px;
  }

  .tapbudi-about-metric-card .tapbudi-about-word-metric {
    font-size: 16px;
  }

  .tapbudi-about-value-strip,
  .tapbudi-about-benefit-strip {
    grid-template-columns: 1fr;
  }

  .tapbudi-about-value-item::after,
  .tapbudi-about-benefit-strip>div::after {
    display: none !important;
  }

  .tapbudi-about-value-item:not(:last-child),
  .tapbudi-about-benefit-strip>div:not(:last-child) {
    border-bottom: 1px solid var(--tapbudi-about-line);
  }

  .tapbudi-about-audience-card img {
    height: 205px;
  }

  .tapbudi-about-team-card {
    min-height: 140px;
  }

  .tapbudi-about-product-grid {
    gap: 10px;
  }

  .tapbudi-about-product-card img {
    height: 86px;
  }

  .tapbudi-about-cta-actions {
    grid-template-columns: 1fr;
  }

  .tapbudi-about-cta-notes {
    grid-column: auto;
  }
}













/* Contact Us Page CSS */

:root {
  --tb-contact-ink: #07133f;
  --tb-contact-ink-2: #122252;
  --tb-contact-muted: #536184;
  --tb-contact-primary: #0867ff;
  --tb-contact-primary-2: #0057df;
  --tb-contact-primary-soft: #eef5ff;
  --tb-contact-line: #d9e5fa;
  --tb-contact-line-strong: #c5d8ff;
  --tb-contact-soft: #f7fbff;
  --tb-contact-white: #fff;
  --tb-contact-success: #16a567;
  --tb-contact-shadow: 0 12px 30px rgba(30, 63, 145, .08);
  --tb-contact-shadow-lg: 0 22px 60px rgba(27, 57, 135, .12);
}

.tb-contact-page,
.tb-contact-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.tb-contact-page a,
.main-navbar a,
.site-footer a {
  text-decoration: none;
}

.tb-contact-page img,
.main-navbar img,
.site-footer img {
  display: block;
}

.tb-contact-page button,
.tb-contact-page input,
.tb-contact-page select,
.tb-contact-page textarea,
.main-navbar button,
.site-footer button,
.site-footer input {
  font: inherit;
}

.tb-contact-page .container-xl,
.main-navbar .container-xl,
.site-footer .container-xl {
  max-width: 1440px;
}

.tb-contact-section-pad {
  padding: 44px 0;
}

.tb-contact-compact-top {
  padding-top: 16px;
}

.main-navbar {
  min-height: 70px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 228, 245, .78);
  z-index: 1030;
}

.navbar-brand {
  color: var(--tb-contact-ink) !important;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 34px;
  font-weight: 800;
  letter-spacing: -6px;
  font-size: 26px;
  line-height: 1;
  color: var(--tb-contact-primary-2);
  transform: skew(-5deg);
}

.brand-mark span {
  color: #5d35f4;
  transform: translateX(-2px);
}

.brand-name {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.8px;
}

.navbar .nav-link {
  color: var(--tb-contact-ink);
  font-weight: 600;
  font-size: 12.5px;
  padding: 21px 11px !important;
  position: relative;
  white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--tb-contact-primary);
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 8px;
  height: 2px;
  border-radius: 2px;
  background: var(--tb-contact-primary);
}

.dropdown-menu {
  border: 1px solid var(--tb-contact-line);
  box-shadow: var(--tb-contact-shadow);
  border-radius: 12px;
  padding: 8px;
}

.dropdown-item {
  border-radius: 8px;
  font-size: 13px;
  padding: 9px 12px;
}

.dropdown-item:hover {
  background: var(--tb-contact-soft);
  color: var(--tb-contact-primary);
}

.tb-contact-page .btn,
.main-navbar .btn {
  font-weight: 700;
  border-radius: 7px;
  transition: .2s ease;
}

.tb-contact-page .btn-primary,
.main-navbar .btn-primary {
  background: linear-gradient(135deg, #1761f3, #1750dc);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(23, 86, 239, .20);
}

.tb-contact-page .btn-primary:hover,
.main-navbar .btn-primary:hover {
  background: linear-gradient(135deg, #0f52dd, #123fca);
  transform: translateY(-1px);
}

.tb-contact-page .btn-outline-primary,
.main-navbar .btn-outline-primary {
  border-color: #285bf4;
  color: #1551e9;
}

.tb-contact-page .btn-outline-primary:hover,
.main-navbar .btn-outline-primary:hover {
  background: #1551e9;
  border-color: #1551e9;
  transform: translateY(-1px);
  color: white;
}

.tb-contact-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 84% 30%, rgba(62, 71, 245, .11), transparent 25%),
    radial-gradient(circle at 70% 5%, rgba(38, 151, 255, .09), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff 79%, #fbfcff 100%);
  border-bottom: 1px solid #e5ebf7;
}

.tb-contact-hero-section::after {
  content: "";
  position: absolute;
  right: 1%;
  top: 9%;
  width: 340px;
  height: 260px;
  background-image: radial-gradient(#a6b9ff 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: .35;
  pointer-events: none;
}

.tb-contact-eyebrow {
  color: var(--tb-contact-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15px;
  margin-bottom: 9px;
}

.tb-contact-page h1 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -2.6px;
  font-weight: 800;
  margin: 0 0 14px;
}

.tb-contact-hero-copy {
  max-width: 570px;
  color: #394b7a;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.58;
  margin: 0;
}

.tb-contact-hero-btn {
  min-width: 150px;
  padding: 12px 22px;
  font-size: 14px;
}

.tb-contact-hero-points span {
  color: #29395f;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.tb-contact-hero-points i {
  color: var(--tb-contact-primary);
  margin-right: 7px;
}

.tb-contact-hero-visual-wrap {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.tb-contact-hero-products {
  width: min(100%, 620px);
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 20px 26px rgba(25, 56, 130, .12));
}

.tb-contact-hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(62, 71, 245, .13);
  background: radial-gradient(circle, rgba(63, 71, 245, .07), rgba(255, 255, 255, 0) 67%);
  z-index: 0;
}

.tb-contact-orbit-one {
  width: 470px;
  height: 280px;
  transform: rotate(-10deg);
}

.tb-contact-orbit-two {
  width: 370px;
  height: 220px;
  transform: rotate(17deg);
  border-color: rgba(20, 86, 239, .16);
}

.tb-contact-floating-contact {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 185px;
  padding: 11px 13px;
  border: 1px solid rgba(214, 224, 244, .9);
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 32px rgba(21, 55, 135, .12);
}

.tb-contact-floating-contact strong,
.tb-contact-floating-contact small {
  display: block;
}

.tb-contact-floating-contact strong {
  font-size: 11.5px;
}

.tb-contact-floating-contact small {
  color: var(--tb-contact-muted);
  font-size: 8.5px;
  margin-top: 1px;
}

.tb-contact-float-icon {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--tb-contact-primary-soft);
  color: var(--tb-contact-primary);
  font-size: 17px;
}

.tb-contact-floating-sales {
  left: 1%;
  top: 9%;
}

.tb-contact-floating-support {
  right: -50px;
  bottom: 45%;
}

.tb-contact-floating-status {
  left: 15%;
  bottom: -3%;
}

.tb-contact-status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--tb-contact-success);
  box-shadow: 0 0 0 5px rgba(22, 165, 103, .12);
}

.tb-contact-section-title {
  text-align: center;
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 800;
  letter-spacing: -.85px;
  margin: 0;
}

.tb-contact-section-copy {
  max-width: 680px;
  margin: 7px auto 0;
  color: var(--tb-contact-muted);
  font-size: 13px;
}

.tb-contact-path-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 21px 18px;
  border: 1px solid var(--tb-contact-line);
  border-radius: 11px;
  color: var(--tb-contact-ink);
  background: #fff;
  box-shadow: 0 7px 18px rgba(20, 51, 120, .025);
  transition: .22s ease;
}

.tb-contact-path-card:hover {
  color: var(--tb-contact-ink);
  transform: translateY(-4px);
  border-color: #c7d6f4;
  box-shadow: var(--tb-contact-shadow);
}

.tb-contact-path-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 12px;
  background: var(--tb-contact-primary-soft);
  color: var(--tb-contact-primary);
  font-size: 23px;
}

.tb-contact-path-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tb-contact-path-content strong {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.tb-contact-path-content small {
  color: var(--tb-contact-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.tb-contact-path-link {
  color: var(--tb-contact-primary);
  font-size: 10.5px;
  font-weight: 800;
  margin-top: 11px;
}

.tb-contact-path-link i {
  transition: transform .2s ease;
}

.tb-contact-path-card:hover .tb-contact-path-link i {
  transform: translateX(4px);
}

.tb-contact-shell {
  overflow: hidden;
  border: 1px solid var(--tb-contact-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--tb-contact-shadow-lg);
}

.tb-contact-form-panel {
  padding: 39px 40px 41px;
}

.tb-contact-form-heading {
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 800;
  margin: 0 0 8px;
}

.tb-contact-form-intro {
  color: var(--tb-contact-muted);
  font-size: 13px;
  margin: 0 0 23px;
}

.tb-contact-page .form-label {
  color: var(--tb-contact-ink-2);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
}

.tb-contact-page .form-label span {
  color: #8b96b3;
  font-weight: 600;
  margin-left: 3px;
}

.tb-contact-page .form-control,
.tb-contact-page .form-select {
  min-height: 47px;
  color: var(--tb-contact-ink);
  font-size: 12px;
  border: 1px solid #d7e0f1;
  border-radius: 8px;
  padding: 10px 13px;
  background-color: #fff;
  box-shadow: none !important;
}

.tb-contact-page .form-control::placeholder {
  color: #9aa6c0;
}

.tb-contact-page .form-control:focus,
.tb-contact-page .form-select:focus {
  border-color: #4d72f4;
  box-shadow: 0 0 0 4px rgba(20, 86, 239, .08) !important;
}

.tb-contact-page textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.tb-contact-textarea-meta {
  min-height: 16px;
  margin-top: 3px;
}

.tb-contact-textarea-meta small {
  margin-left: auto;
  color: #8b96b3;
  font-size: 9px;
}

.tb-contact-page .invalid-feedback {
  font-size: 9.5px;
}

.tb-contact-consent-check {
  padding-left: 1.7rem;
}

.tb-contact-consent-check .form-check-label {
  color: var(--tb-contact-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.tb-contact-consent-check a {
  color: var(--tb-contact-primary);
  font-weight: 700;
}

.tb-contact-page .form-check-input {
  border-color: #bcc8df;
  box-shadow: none !important;
}

.tb-contact-page .form-check-input:checked {
  background-color: var(--tb-contact-primary);
  border-color: var(--tb-contact-primary);
}

.tb-contact-submit-btn {
  min-width: 170px;
  min-height: 46px;
  padding-inline: 22px;
  font-size: 12px;
}

.tb-contact-secure-note {
  color: #7a87a5;
  font-size: 9.5px;
}

.tb-contact-secure-note i {
  color: var(--tb-contact-primary);
  margin-right: 5px;
}

.tb-contact-page .alert-success {
  color: #0f7149;
  background: #ecfbf4;
  border-color: #c7f1de;
  font-size: 11px;
}

.tb-contact-sidebar {
  position: relative;
  overflow: hidden;
  padding: 39px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(104, 158, 255, .35), transparent 29%),
    linear-gradient(145deg, #124be0 0%, #1739c8 58%, #102898 100%);
}

.tb-contact-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .15) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: linear-gradient(to bottom, #000, transparent 58%);
  pointer-events: none;
}

.tb-contact-sidebar-top,
.tb-contact-direct-list,
.tb-contact-availability-card,
.tb-contact-office-card {
  position: relative;
  z-index: 2;
}

.tb-contact-sidebar-kicker {
  display: block;
  color: #bcd1ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .6px;
  margin-bottom: 8px;
}

.tb-contact-sidebar-top h2 {
  max-width: 330px;
  font-size: 29px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0 0 8px;
}

.tb-contact-sidebar-top p {
  max-width: 370px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  margin: 0 0 25px;
}

.tb-contact-direct-list {
  display: grid;
  gap: 9px;
}

.tb-contact-direct-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  transition: .2s ease;
}

.tb-contact-direct-item:hover {
  color: #fff;
  transform: translateX(3px);
  background: rgba(255, 255, 255, .13);
}

.tb-contact-direct-item>span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .13);
  font-size: 16px;
}

.tb-contact-direct-item small,
.tb-contact-direct-item strong {
  display: block;
}

.tb-contact-direct-item small {
  color: #bfd0ff;
  font-size: 8.5px;
}

.tb-contact-direct-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10.5px;
}

.tb-contact-direct-item>i {
  color: #bcd0ff;
  font-size: 12px;
}

.tb-contact-availability-card {
  margin-top: 20px;
  padding: 17px 15px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 11px;
  background: rgba(5, 25, 111, .22);
}

.tb-contact-availability-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  font-size: 10px;
}

.tb-contact-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #43e29c;
  box-shadow: 0 0 0 4px rgba(67, 226, 156, .15);
}

.tb-contact-availability-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  font-size: 8.7px;
}

.tb-contact-availability-row span {
  color: #bdd0ff;
}

.tb-contact-availability-row strong {
  text-align: right;
}

.tb-contact-office-card {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 13px;
  align-items: center;
  margin-top: 17px;
  padding: 10px;
  border-radius: 11px;
  background: #fff;
  color: var(--tb-contact-ink);
}

.tb-contact-mini-map {
  position: relative;
  overflow: hidden;
  height: 84px;
  border-radius: 8px;
  background: linear-gradient(145deg, #eef3ff, #dce7ff);
}

.tb-contact-map-road {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #c8d5ee;
  border-radius: 100px;
}

.tb-contact-road-one {
  width: 140px;
  height: 12px;
  left: -20px;
  top: 24px;
  transform: rotate(21deg);
}

.tb-contact-road-two {
  width: 120px;
  height: 10px;
  left: 18px;
  top: 57px;
  transform: rotate(-26deg);
}

.tb-contact-road-three {
  width: 10px;
  height: 115px;
  left: 52px;
  top: -20px;
  transform: rotate(12deg);
}

.tb-contact-map-pin {
  position: absolute;
  left: 49%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tb-contact-primary);
  box-shadow: 0 6px 16px rgba(20, 86, 239, .35);
  z-index: 2;
}

.tb-contact-office-copy small,
.tb-contact-office-copy strong,
.tb-contact-office-copy span {
  display: block;
}

.tb-contact-office-copy small {
  color: var(--tb-contact-primary);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-contact-office-copy strong {
  font-size: 12px;
  margin: 2px 0;
}

.tb-contact-office-copy span {
  color: var(--tb-contact-muted);
  font-size: 8.5px;
  line-height: 1.35;
}

.tb-contact-routing-card {
  position: relative;
  overflow: hidden;
  padding: 23px 20px 20px;
  border: 1px solid var(--tb-contact-line);
  border-radius: 11px;
  background: #fff;
  transition: .22s ease;
}

.tb-contact-routing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-contact-shadow);
  border-color: var(--tb-contact-line-strong);
}

.tb-contact-routing-card>i {
  display: block;
  color: var(--tb-contact-primary);
  font-size: 31px;
  margin-bottom: 16px;
}

.tb-contact-route-number {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #edf1fb;
  font-size: 47px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
}

.tb-contact-routing-card h3 {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 7px;
}

.tb-contact-routing-card p {
  color: var(--tb-contact-muted);
  font-size: 10.5px;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tb-contact-routing-card a {
  color: var(--tb-contact-primary);
  font-size: 10.5px;
  font-weight: 800;
}

.tb-contact-routing-card a i {
  transition: transform .2s ease;
}

.tb-contact-routing-card:hover a i {
  transform: translateX(4px);
}

.tb-contact-steps-shell {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 35px;
  align-items: center;
  padding: 29px;
  border: 1px solid var(--tb-contact-line);
  border-radius: 14px;
  background: linear-gradient(135deg, #f8faff, #f2f6ff);
}

.tb-contact-steps-heading h2 {
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1.3px;
  margin: 0 0 10px;
}

.tb-contact-steps-heading p {
  color: var(--tb-contact-muted);
  font-size: 11.5px;
  margin: 0;
}

.tb-contact-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.tb-contact-step-card {
  position: relative;
  min-height: 178px;
  padding: 21px 17px 17px;
  border: 1px solid #d9e3f6;
  border-radius: 11px;
  background: #fff;
}

.tb-contact-step-card>span {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #e8edfa;
  font-size: 38px;
  font-weight: 800;
}

.tb-contact-step-card>i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 11px;
  color: var(--tb-contact-primary);
  background: var(--tb-contact-primary-soft);
  font-size: 20px;
}

.tb-contact-step-card h3 {
  position: relative;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 7px;
}

.tb-contact-step-card p {
  color: var(--tb-contact-muted);
  font-size: 9.7px;
  line-height: 1.48;
  margin: 0;
}

.tb-contact-faq-accordion .accordion-item {
  border: 1px solid var(--tb-contact-line);
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 9px;
}

.tb-contact-faq-accordion .accordion-button {
  color: var(--tb-contact-ink);
  font-size: 11px;
  font-weight: 700;
  padding: 12px 14px;
  box-shadow: none;
  background: #fff;
}

.tb-contact-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--tb-contact-primary);
  background: #f6f8ff;
}

.tb-contact-faq-accordion .accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: 13px;
}

.tb-contact-faq-accordion .accordion-body {
  color: var(--tb-contact-muted);
  font-size: 10.5px;
  line-height: 1.55;
  padding: 13px 14px;
}

.tb-contact-cta-banner {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 21px 29px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(105deg, #1162ee 0%, #174edf 53%, #1539d2 100%);
  box-shadow: 0 18px 35px rgba(20, 70, 220, .24);
}

.tb-contact-cta-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .14);
  border-radius: 18px;
}

.tb-contact-cta-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(2, 13, 69, .24));
}

.tb-contact-cta-copy h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  margin: 0 0 2px;
  letter-spacing: -.8px;
}

.tb-contact-cta-copy p {
  font-size: 11px;
  margin: 0;
  opacity: .95;
}

.tb-contact-cta-actions {
  display: grid;
  grid-template-columns: 130px 130px;
  gap: 10px;
  align-items: center;
}

.tb-contact-cta-actions .btn {
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.tb-contact-cta-notes {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8.6px;
  white-space: nowrap;
}

.tb-contact-cta-notes i {
  margin-right: 5px;
}

.site-footer {
  color: var(--tb-contact-ink);
  background: #fff;
}

.footer-brand {
  font-weight: 800;
  color: var(--tb-contact-ink);
  font-size: 19px;
  margin-bottom: 6px;
}

.site-footer p {
  color: var(--tb-contact-muted);
  font-size: 10px;
}

.site-footer h3 {
  font-size: 10.5px;
  font-weight: 800;
  margin-bottom: 7px;
}

.site-footer .col-6>a,
.site-footer .col-md-2>a {
  display: block;
  color: #394769;
  font-size: 9px;
  line-height: 1.6;
}

.site-footer a:hover,
.site-footer a.active {
  color: var(--tb-contact-primary);
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  color: var(--tb-contact-ink);
  font-size: 13px;
}

.newsletter {
  height: 34px;
  display: flex;
  border: 1px solid var(--tb-contact-line);
  border-radius: 5px;
  overflow: hidden;
}

.newsletter input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 9px;
  font-size: 9px;
}

.newsletter button {
  width: 36px;
  border: 0;
  color: #fff;
  background: var(--tb-contact-primary);
}

.footer-bottom {
  border-top: 1px solid var(--tb-contact-line);
  color: #7a86a4;
  font-size: 8.5px;
}

.footer-bottom div {
  display: flex;
  gap: 35px;
}

.footer-bottom a {
  color: #7a86a4;
}

@media (max-width: 1199.98px) {
  .navbar .nav-link {
    padding-inline: 8px !important;
    font-size: 11.5px;
  }

  .navbar .nav-link.active::after {
    left: 8px;
    right: 8px;
  }

  .tb-contact-floating-sales {
    left: -2%;
  }

  .tb-contact-floating-support {
    right: -2%;
  }

  .tb-contact-steps-shell {
    grid-template-columns: 1fr;
  }

  .tb-contact-steps-heading {
    max-width: 650px;
  }
}

@media (max-width: 991.98px) {
  .main-navbar {
    min-height: 64px;
  }

  .navbar-collapse {
    padding: 12px 0 18px;
  }

  .navbar .nav-link {
    padding: 10px 0 !important;
  }

  .navbar .nav-link.active::after {
    display: none;
  }

  .nav-actions .btn {
    flex: 1;
  }

  .tb-contact-hero-section {
    text-align: center;
    padding-top: 45px;
  }

  .tb-contact-hero-copy {
    margin-inline: auto;
  }

  .tb-contact-hero-actions,
  .tb-contact-hero-points {
    justify-content: center;
  }

  .tb-contact-hero-visual-wrap {
    max-width: 720px;
    margin: 4px auto 0;
  }

  .tb-contact-floating-sales {
    left: 4%;
  }

  .tb-contact-floating-support {
    right: 3%;
  }

  .tb-contact-sidebar {
    min-height: auto;
  }

  .tb-contact-office-card {
    grid-template-columns: 135px 1fr;
  }

  .tb-contact-mini-map {
    height: 100px;
  }

  .tb-contact-cta-banner {
    grid-template-columns: auto 1fr;
  }

  .tb-contact-cta-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .tb-contact-page {
    font-size: 13px;
  }

  .tb-contact-section-pad {
    padding: 32px 0;
  }

  .tb-contact-compact-top {
    padding-top: 8px;
  }

  .tb-contact-page h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .tb-contact-hero-copy {
    font-size: 16px;
  }

  .tb-contact-hero-btn {
    min-width: 135px;
    padding: 10px 18px;
  }

  .tb-contact-hero-points {
    gap: 10px !important;
  }

  .tb-contact-hero-visual-wrap {
    min-height: 330px;
  }

  .tb-contact-floating-contact {
    min-width: 165px;
    padding: 9px 10px;
  }

  .tb-contact-floating-sales {
    left: 0;
    top: 12%;
  }

  .tb-contact-floating-support {
    right: 0;
    bottom: 16%;
  }

  .tb-contact-floating-status {
    left: 9%;
    bottom: 1%;
  }

  .tb-contact-form-panel {
    padding: 29px 23px 31px;
  }

  .tb-contact-sidebar {
    padding: 29px 23px;
  }

  .tb-contact-routing-card p {
    min-height: auto;
  }

  .tb-contact-steps-shell {
    padding: 22px;
  }

  .tb-contact-steps-grid {
    grid-template-columns: 1fr;
  }

  .tb-contact-step-card {
    min-height: auto;
  }

  .tb-contact-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 18px;
  }

  .tb-contact-cta-icon {
    margin: auto;
  }

  .tb-contact-cta-actions {
    grid-column: auto;
  }

  .tb-contact-cta-notes {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom div {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {

  .tb-contact-page .container-xl,
  .main-navbar .container-xl,
  .site-footer .container-xl {
    padding-inline: 18px;
  }

  .tb-contact-page h1 {
    font-size: 39px;
  }

  .tb-contact-section-title {
    font-size: 22px;
  }

  .tb-contact-hero-section {
    min-height: auto;
  }

  .tb-contact-hero-points span {
    width: 100%;
    text-align: center;
  }

  .tb-contact-hero-visual-wrap {
    min-height: 300px;
    margin-inline: -8px;
  }

  .tb-contact-orbit-one {
    width: 330px;
    height: 210px;
  }

  .tb-contact-orbit-two {
    width: 270px;
    height: 175px;
  }

  .tb-contact-floating-contact {
    min-width: 146px;
    gap: 7px;
    padding: 8px;
  }

  .tb-contact-floating-contact strong {
    font-size: 9.5px;
  }

  .tb-contact-floating-contact small {
    font-size: 7px;
  }

  .tb-contact-float-icon {
    width: 29px;
    height: 29px;
    font-size: 14px;
  }

  .tb-contact-floating-sales {
    left: 0;
    top: 8%;
  }

  .tb-contact-floating-support {
    right: 0;
    bottom: 10%;
  }

  .tb-contact-floating-status {
    left: 1%;
    bottom: 0;
  }

  .tb-contact-path-card {
    padding: 17px 15px;
  }

  .tb-contact-form-panel,
  .tb-contact-sidebar {
    padding-inline: 18px;
  }

  .tb-contact-form-heading {
    font-size: 30px;
  }

  .tb-contact-office-card {
    grid-template-columns: 105px 1fr;
  }

  .tb-contact-mini-map {
    height: 82px;
  }

  .tb-contact-steps-shell {
    padding: 18px;
  }

  .tb-contact-cta-actions {
    grid-template-columns: 1fr;
  }

  .tb-contact-cta-notes {
    grid-column: auto;
  }
}
















/* Integrations Page CSS */
:root {
  --tb-int-navy: #09163c;
  --tb-int-body: #415070;
  --tb-int-primary: #0051e6;
  --tb-int-primary-dark: #3129da;
  --tb-int-blue: #1456f4;
  --tb-int-lavender: #f4f2ff;
  --tb-int-line: #e7e9f4;
  --tb-int-soft: #fbfbff;
  --tb-int-shadow: 0 14px 40px rgba(38, 48, 108, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tb-int-navy);
  background: #fff;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

/* .tb-int-page-shell { max-width: 920px; } */

.tb-int-tap-navbar {
  min-height: 70px;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(231, 233, 244, .65);
  transition: box-shadow .25s ease, min-height .25s ease;
}

.tb-int-tap-navbar.tb-int-scrolled {
  box-shadow: 0 8px 30px rgba(22, 31, 78, .08);
  min-height: 62px;
}

.tb-int-brand-img {
  width: 147px;
  height: auto;
  object-fit: contain;
}

.tb-int-tap-navbar .nav-link {
  color: var(--tb-int-navy);
  font-size: 13px;
  font-weight: 600;
  padding: .75rem .85rem !important;
}

.tb-int-tap-navbar .nav-link:hover,
.tb-int-tap-navbar .nav-link:focus {
  color: var(--tb-int-primary);
}

.tb-int-tap-navbar .dropdown-toggle::after {
  vertical-align: .15em;
  margin-left: .4em;
}

.tb-int-tap-navbar .dropdown-item {
  font-size: 13px;
  padding: .65rem 1rem;
}

.tb-int-login-link {
  color: var(--tb-int-navy);
  font-weight: 600;
  font-size: 13px;
}

.tb-int-tap-btn {
  --bs-btn-bg: var(--tb-int-primary);
  --bs-btn-border-color: var(--tb-int-primary);
  --bs-btn-hover-bg: var(--tb-int-primary-dark);
  --bs-btn-hover-border-color: var(--tb-int-primary-dark);
  --bs-btn-active-bg: var(--tb-int-primary-dark);
  --bs-btn-active-border-color: var(--tb-int-primary-dark);
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(77, 67, 244, .18);
}

.tb-int-hero-section {
  /* padding: 136px 0 48px; */
  background:
    radial-gradient(circle at 79% 36%, rgba(99, 86, 255, .11), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff 100%);
  border-bottom: 1px solid #efeff7;
}

.tb-int-eyebrow {
  color: #334cff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 14px;
}

.tb-int-hero-copy h1,
.tb-int-built-title,
.tb-int-section-heading h2,
.tb-int-cta-banner h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.tb-int-hero-copy h1 {
  font-size: clamp(2.65rem, 5vw, 4rem);
  line-height: 1.08;
  font-weight: 800;
  margin: 0;
}

.tb-int-hero-copy h1 span {
  color: var(--tb-int-primary);
}

.tb-int-hero-description {
  color: var(--tb-int-body);
  max-width: 500px;
  font-size: 16px;
  line-height: 1.75;
  margin: 24px 0 26px;
}

.tb-int-hero-actions .tb-int-tap-btn {
  min-width: 160px;
}

.tb-int-request-link {
  color: var(--tb-int-primary);
  font-size: 14px;
  font-weight: 650;
  text-align: left;
}

.tb-int-request-link:hover {
  color: var(--tb-int-primary-dark);
}

.tb-int-hero-visual-wrap {
  position: relative;
}

.tb-int-hero-visual-wrap::before {
  content: "";
  position: absolute;
  inset: 6% 7%;
  background: radial-gradient(circle, rgba(96, 79, 255, .16), rgba(96, 79, 255, 0) 64%);
  filter: blur(24px);
}

.tb-int-hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
}

.tb-int-section-block {
  padding: 48px 0;
}

.tb-int-section-heading {
  margin-bottom: 28px;
}

.tb-int-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.15rem);
  font-weight: 800;
  margin-bottom: 5px;
}

.tb-int-section-heading p {
  color: var(--tb-int-body);
  font-size: 14px;
  margin: 0;
}

.tb-int-integration-card {
  text-align: center;
  border: 1px solid var(--tb-int-line);
  border-radius: 10px;
  padding: 20px 10px 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 30, 76, .045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tb-int-integration-card:hover {
  transform: translateY(-5px);
  border-color: #cbc9ff;
  box-shadow: var(--tb-int-shadow);
}

.tb-int-logo-box {
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}

.tb-int-logo-box img {
  max-height: 82px;
  width: auto;
}

.tb-int-integration-card h3 {
  font-size: 15px;
  font-weight: 750;
  margin-bottom: 9px;
}

.tb-int-integration-card p {
  min-height: 32px;
  color: #6d7893;
  font-size: 11px;
  margin-bottom: 9px;
}

.tb-int-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  color: var(--tb-int-primary);
  background: #f0efff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.tb-int-status-pill.tb-int-featured {
  background: #eeeeff;
}

.tb-int-outline-tap-btn {
  --bs-btn-color: var(--tb-int-primary);
  --bs-btn-border-color: var(--tb-int-primary);
  --bs-btn-hover-bg: var(--tb-int-primary);
  --bs-btn-hover-border-color: var(--tb-int-primary);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 650;
}

.tb-int-built-section {
  background:
    radial-gradient(circle at 75% 58%, rgba(91, 77, 255, .11), transparent 32%),
    #faf9ff;
}

.tb-int-built-title {
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.11;
  margin-bottom: 22px;
}

.tb-int-built-copy {
  color: var(--tb-int-body);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.tb-int-feature-list {
  display: grid;
  gap: 13px;
}

.tb-int-feature-list li {
  color: #253455;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tb-int-feature-list i {
  color: var(--tb-int-primary);
  font-size: 15px;
}

.tb-int-dashboard-visual-wrap {
  position: relative;
  border-radius: 18px;
  padding: 8px;
}

.tb-int-dashboard-visual-wrap::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 16px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#c4beff 1.5px, transparent 1.5px);
  background-size: 13px 13px;
  opacity: .55;
  z-index: 0;
}

.tb-int-dashboard-visual-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(54, 44, 149, .12);
}

.tb-int-methods-section {
  padding-bottom: 35px;
}

.tb-int-method-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid var(--tb-int-line);
  border-radius: 11px;
  padding: 22px 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 30, 76, .04);
}

.tb-int-method-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: cover;
  border-radius: 10px;
}

.tb-int-method-card h3 {
  font-size: 15px;
  font-weight: 750;
  margin: 1px 0 7px;
}

.tb-int-method-card p {
  color: var(--tb-int-body);
  font-size: 12px;
  line-height: 1.6;
  min-height: 38px;
  margin-bottom: 8px;
}

.tb-int-method-card a {
  color: var(--tb-int-navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.tb-int-method-card a:hover {
  color: var(--tb-int-primary);
}

.tb-int-cta-section {
  padding: 0 0 28px;
}

.tb-int-cta-banner {
  position: relative;
  overflow: hidden;
  min-height: 102px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 34px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(100deg, #12134f 0%, #1b1b6a 55%, #171a58 100%);
}


.tb-int-cta-banner::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -32px;
  width: 150px;
  height: 120px;
  background-image: radial-gradient(rgba(157, 150, 255, .45) 2px, transparent 2px);
  background-size: 18px 18px;
  transform: rotate(-10deg);
}


.tb-int-cta-mark img {
  width: 50%;
}

.tb-int-cta-mark {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -.08em;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.tb-int-cta-banner>* {
  position: relative;
  z-index: 1;
}

.tb-int-cta-banner h2 {
  font-size: 23px;
  font-weight: 750;
  margin-bottom: 5px;
}

.tb-int-cta-banner p {
  max-width: 560px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.tb-int-cta-button {
  min-width: 180px;
  color: var(--tb-int-primary);
  font-size: 12px;
  font-weight: 700;
  padding: 13px 18px;
  border-radius: 5px;
}

.tb-int-site-footer {
  padding: 0 0 28px;
}

.tb-int-footer-logo {
  width: 130px;
}

.tb-int-footer-tagline {
  color: var(--tb-int-body);
  font-size: 11px;
  margin: 10px 0 18px;
}

.tb-int-social-links {
  display: flex;
  gap: 17px;
}

.tb-int-social-links a {
  color: var(--tb-int-navy);
  font-size: 13px;
}

.tb-int-site-footer h3 {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 13px;
}

.tb-int-site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tb-int-site-footer li {
  margin: 0 0 7px;
}

.tb-int-site-footer li a {
  color: #3e4b68;
  text-decoration: none;
  font-size: 10px;
}

.tb-int-site-footer li a:hover {
  color: var(--tb-int-primary);
}

.tb-int-newsletter-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--tb-int-navy);
}

.tb-int-newsletter-form {
  display: flex;
  border: 1px solid var(--tb-int-line);
  border-radius: 5px;
  overflow: hidden;
}

.tb-int-newsletter-form .form-control {
  border: 0;
  box-shadow: none;
  font-size: 10px;
  min-height: 36px;
}

.tb-int-newsletter-form button {
  width: 38px;
  border: 0;
  color: #fff;
  background: var(--tb-int-primary);
}

.form-control,
.form-select {
  border-color: #e1e4f0;
  border-radius: 8px;
  font-size: 14px;
  padding: .75rem .9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: #aaa4ff;
  box-shadow: 0 0 0 .2rem rgba(77, 67, 244, .12);
}

@media (max-width: 991.98px) {
  .tb-int-page-shell {
    max-width: 760px;
  }

  .tb-int-tap-navbar .navbar-collapse {
    padding: 14px 0 18px;
    border-top: 1px solid #efeff6;
    margin-top: 10px;
  }

  .tb-int-tap-navbar .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tb-int-hero-section {
    padding-top: 50px;
  }

  .tb-int-hero-copy {
    text-align: center;
  }

  .tb-int-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .tb-int-hero-actions {
    justify-content: center;
  }

  .tb-int-hero-visual-wrap {
    max-width: 620px;
    margin: 0 auto;
  }

  .tb-int-built-section .col-lg-4 {
    text-align: center;
  }

  .tb-int-feature-list {
    max-width: 440px;
    margin: 0 auto;
    text-align: left;
  }

  .tb-int-cta-banner {
    flex-wrap: wrap;
  }

  .tb-int-cta-button {
    margin-left: 78px;
  }
}

@media (max-width: 767.98px) {
  .tb-int-page-shell {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .tb-int-brand-img {
    width: 128px;
  }

  /* .tb-int-hero-section { padding: 104px 0 40px; } */
  .tb-int-hero-copy h1 {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
  }

  .tb-int-hero-description {
    font-size: 14px;
  }

  .tb-int-section-block {
    padding: 42px 0;
  }

  .tb-int-integration-card {
    padding: 18px 8px 15px;
  }

  .tb-int-integration-card h3 {
    font-size: 13px;
  }

  .tb-int-method-card {
    padding: 20px;
  }

  .tb-int-cta-banner {
    padding: 25px;
    gap: 16px;
  }

  .tb-int-cta-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .tb-int-cta-banner h2 {
    font-size: 20px;
  }

  .tb-int-cta-button {
    width: 100%;
    margin-left: 0;
  }

  .tb-int-site-footer {
    padding-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .tb-int-page-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tb-int-hero-actions .tb-int-tap-btn {
    width: 100%;
  }

  .tb-int-request-link {
    text-align: center;
  }

  .tb-int-logo-box {
    height: 50px;
  }

  .tb-int-logo-box img {
    max-height: 46px;
  }

  .tb-int-integration-card p {
    font-size: 10px;
  }

  .tb-int-built-title {
    font-size: 2rem;
  }

  .tb-int-dashboard-visual-wrap {
    padding: 0;
  }

  .tb-int-dashboard-visual-wrap::after {
    display: none;
  }

  .tb-int-method-card {
    gap: 13px;
  }

  .tb-int-method-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .tb-int-cta-banner {
    display: block;
    text-align: center;
  }

  .tb-int-cta-mark {
    margin: 0 auto 14px;
  }

  .tb-int-cta-button {
    margin-top: 18px;
  }
}















/* TapBudi Pets Page CSS */

.tbp2-page {
  --tbp2-primary: #0867ff;
  --tbp2-primary-dark: #0057df;
  --tbp2-ink: #071846;
  --tbp2-muted: #4f628c;
  --tbp2-soft: #f7fbff;
  --tbp2-line: #d9e5fa;
  --tbp2-radius: 18px;

  width: 100%;
  color: var(--tbp2-ink);
  background: #fff;
  overflow-x: hidden;
}

.tbp2-page,
.tbp2-page * {
  box-sizing: border-box;
}

.tbp2-page a {
  text-decoration: none;
}

.tbp2-page .container-xl {
  max-width: 1440px;
}

.tbp2-page .tbp2-section-pad {
  padding: 78px 0;
}

.tbp2-page .tbp2-bg-soft {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.tbp2-page .btn {
  font-weight: 700;
  border-radius: 8px;
}

.tbp2-page .btn-primary {
  --bs-btn-bg: var(--tbp2-primary);
  --bs-btn-border-color: var(--tbp2-primary);
  --bs-btn-hover-bg: var(--tbp2-primary-dark);
  --bs-btn-hover-border-color: var(--tbp2-primary-dark);
  box-shadow: 0 10px 24px rgba(8, 103, 255, .2);
}

.tbp2-page .btn-outline-primary {
  --bs-btn-color: var(--tbp2-primary);
  --bs-btn-border-color: #a7c3ff;
  --bs-btn-hover-bg: var(--tbp2-primary);
  --bs-btn-hover-border-color: var(--tbp2-primary);
}

.tbp2-page .tbp2-hero-section {
  padding: 62px 0 22px;
  background: radial-gradient(circle at 71% 38%, rgba(8, 103, 255, .09) 0, rgba(8, 103, 255, .05) 22%, transparent 48%), #fff;
}

.tbp2-page .tbp2-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.tbp2-page .tbp2-orb-one {
  width: 470px;
  height: 470px;
  right: 2%;
  top: 0;
  background: radial-gradient(circle, rgba(8, 103, 255, .12), transparent 68%);
}

.tbp2-page .tbp2-orb-two {
  width: 200px;
  height: 200px;
  left: -80px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(8, 103, 255, .08), transparent 70%);
}

.tbp2-page .tbp2-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--tbp2-primary);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tbp2-page .tbp2-hero-section h1 {
  font-size: clamp(2.6rem, 5.1vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 800;
  margin-bottom: 22px;
}

.tbp2-page .tbp2-hero-section h1 span {
  color: var(--tbp2-primary);
}

.tbp2-page .tbp2-hero-copy {
  font-size: 1.04rem;
  line-height: 1.75;
  color: #414967;
  max-width: 560px;
  margin-bottom: 26px;
}

.tbp2-page .tbp2-hero-section .btn-lg {
  padding: 13px 22px;
  font-size: .92rem;
}

.tbp2-page .tbp2-hero-visual {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 18px 26px rgba(24, 30, 65, .12));
}

.tbp2-page .tbp2-hero-visual img {
  width: 100%;
  mix-blend-mode: multiply;
}

.tbp2-page .tbp2-mini-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .68rem;
  font-weight: 700;
  color: #303751;
}

.tbp2-page .tbp2-mini-benefit i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--tbp2-primary);
  background: #eef5ff;
  border-radius: 50%;
  font-size: 1rem;
}

.tbp2-page .tbp2-trust-strip {
  padding: 16px 0 20px;
  background: #fff;
}

.tbp2-page .tbp2-trust-label {
  font-size: .78rem;
  font-weight: 700;
  color: #4f5673;
  margin-bottom: 12px;
}

.tbp2-page .tbp2-stat-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-right: 1px solid var(--tbp2-line);
}

.tbp2-page .tbp2-stat-item:last-child {
  border-right: 0;
}

.tbp2-page .tbp2-stat-item i {
  font-size: 1.35rem;
  color: var(--tbp2-primary);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  border-radius: 50%;
}

.tbp2-page .tbp2-stat-item strong,
.tbp2-page .tbp2-stat-item span {
  display: block;
  text-align: left;
}

.tbp2-page .tbp2-stat-item strong {
  font-size: 1rem;
}

.tbp2-page .tbp2-stat-item strong small {
  color: #f7aa00;
}

.tbp2-page .tbp2-stat-item span {
  font-size: .68rem;
  color: var(--tbp2-muted);
}

.tbp2-page .tbp2-section-heading {
  margin-bottom: 34px;
}

.tbp2-page .tbp2-section-heading h2,
.tbp2-page .tbp2-profile-row h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -.045em;
}

.tbp2-page .tbp2-section-heading h2 span {
  color: var(--tbp2-primary);
}

.tbp2-page .tbp2-how-section {
  background: #faf9fe;
}

.tbp2-page .tbp2-step-row {
  position: relative;
}

.tbp2-page .tbp2-step-row:before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 73px;
  border-top: 2px dashed #dad8fb;
  z-index: 0;
}

.tbp2-page .tbp2-step-card {
  text-align: center;
  position: relative;
  z-index: 1;
}

.tbp2-page .tbp2-step-number {
  position: absolute;
  left: 8px;
  top: 5px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tbp2-primary);
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(8, 103, 255, .25);
}

.tbp2-page .tbp2-step-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #ebeafd;
  box-shadow: 0 16px 35px rgba(17, 26, 70, .08);
  font-size: 2.4rem;
  color: var(--tbp2-primary);
}

.tbp2-page .tbp2-step-card h3 {
  font-size: 1rem;
  font-weight: 800;
}

.tbp2-page .tbp2-step-card p {
  font-size: .78rem;
  line-height: 1.6;
  color: var(--tbp2-muted);
  max-width: 190px;
  margin: 0 auto;
}

.tbp2-page .tbp2-pet-photo,
.tbp2-page .tbp2-phone-photo {
  position: relative;
  display: inline-block;
}

.tbp2-page .tbp2-pet-photo:before,
.tbp2-page .tbp2-phone-photo:before {
  content: "";
  position: absolute;
  inset: 10% -12%;
  z-index: -1;
  background: radial-gradient(circle, #eef5ff 0, rgba(8, 103, 255, .12) 50%, transparent 72%);
  border-radius: 50%;
}

.tbp2-page .tbp2-pet-photo img {
  max-height: 550px;
  object-fit: contain;
  /* mix-blend-mode: multiply; */
  border-radius: 22px;
}

.tbp2-page .tbp2-phone-photo img {
  max-height: 620px;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 22px;
}

.tbp2-page .tbp2-profile-row p {
  color: var(--tbp2-muted);
  line-height: 1.7;
}

.tbp2-page .tbp2-feature-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: .88rem;
  font-weight: 600;
}

.tbp2-page .tbp2-feature-list i {
  color: var(--tbp2-primary);
}

.tbp2-page .tbp2-feature-grid .col {
  display: flex;
}

.tbp2-page .tbp2-feature-card {
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid var(--tbp2-line);
  border-radius: 14px;
  padding: 22px 13px;
  box-shadow: 0 10px 30px rgba(17, 25, 65, .05);
  transition: .25s;
}

.tbp2-page .tbp2-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(8, 103, 255, .12);
}

.tbp2-page .tbp2-feature-card>i {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--tbp2-primary);
  font-size: 1.4rem;
}

.tbp2-page .tbp2-feature-card h3 {
  font-size: .88rem;
  font-weight: 800;
}

.tbp2-page .tbp2-feature-card p {
  font-size: .7rem;
  color: var(--tbp2-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.tbp2-page .tbp2-product-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--tbp2-line);
  border-radius: 15px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(14, 22, 61, .06);
  overflow: hidden;
}

.tbp2-page .tbp2-product-card.popular {
  border: 2px solid #0867ff;
  box-shadow: 0 18px 40px rgba(8, 103, 255, .14);
}

.tbp2-page .tbp2-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--tbp2-primary);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  padding: 5px 24px;
  border-radius: 0 0 10px 10px;
}

.tbp2-page .tbp2-product-copy {
  text-align: center;
}

.tbp2-page .tbp2-product-copy h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 4px;
  margin-top: 10px;
}

.tbp2-page .tbp2-product-copy p {
  font-size: .7rem;
  color: var(--tbp2-muted);
}

.tbp2-page .tbp2-product-image {
  width: 70%;
  /* height: 155px; */
  object-fit: cover;
  mix-blend-mode: multiply;
  margin: 0 auto;
}

.tbp2-page .tbp2-swatches {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 8px 0 18px;
}

.tbp2-page .tbp2-swatches span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .08);
}

.tbp2-page .tbp2-swatches .tbp2-black {
  background: #111;
}

.tbp2-page .tbp2-swatches .tbp2-blue {
  background: #266df2;
}

.tbp2-page .tbp2-swatches .tbp2-pink {
  background: #f05f9c;
}

.tbp2-page .tbp2-swatches .tbp2-silver {
  background: #c9c9d2;
}

.tbp2-page .tbp2-swatches .tbp2-purple {
  background: #9a74dd;
}

.tbp2-page .tbp2-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tbp2-page .tbp2-product-footer strong {
  font-size: 1.5rem;
}

.tbp2-page .tbp2-product-footer .btn {
  font-size: .72rem;
  padding: 9px 13px;
}

.tbp2-page .tbp2-service-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 16px;
}

.tbp2-page .tbp2-service-list>div {
  display: flex;
  gap: 13px;
  align-items: center;
}

.tbp2-page .tbp2-service-list i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  color: var(--tbp2-primary);
  border-radius: 50%;
  font-size: 1.25rem;
}

.tbp2-page .tbp2-service-list strong,
.tbp2-page .tbp2-service-list small {
  display: block;
}

.tbp2-page .tbp2-service-list strong {
  font-size: .84rem;
}

.tbp2-page .tbp2-service-list small {
  font-size: .7rem;
  color: var(--tbp2-muted);
  margin-top: 2px;
}

.tbp2-page .tbp2-testimonials-slider {
  position: relative;
  padding: 0 8px;
}

.tbp2-page .tbp2-testimonials-viewport {
  overflow: hidden;
}

.tbp2-page .tbp2-testimonials-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.tbp2-page .tbp2-testimonial-card {
  background: #fff;
  border: 1px solid var(--tbp2-line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(15, 24, 64, .05);
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
}

.tbp2-page .tbp2-stars {
  color: #ffb000;
  letter-spacing: 2px;
  font-size: .85rem;
}

.tbp2-page .tbp2-testimonial-card p {
  font-size: .77rem;
  line-height: 1.65;
  color: #303750;
  min-height: 78px;
}

.tbp2-page .tbp2-reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbp2-page .tbp2-reviewer>span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #5236f4, #4c35ec);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
}

.tbp2-page .tbp2-reviewer strong,
.tbp2-page .tbp2-reviewer small {
  display: block;
}

.tbp2-page .tbp2-reviewer strong {
  font-size: .72rem;
}

.tbp2-page .tbp2-reviewer small {
  font-size: .62rem;
  color: var(--tbp2-muted);
}

.tbp2-page .tbp2-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #6b7289;
  box-shadow: 0 6px 20px rgba(18, 25, 60, .14);
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  transition: opacity .2s ease, box-shadow .2s ease, color .2s ease;
}

.tbp2-page .tbp2-slider-btn:hover:not(:disabled) {
  color: var(--tbp2-primary, #0867ff);
  box-shadow: 0 8px 24px rgba(18, 25, 60, .18);
}

.tbp2-page .tbp2-slider-btn:disabled {
  opacity: .45;
  cursor: default;
  box-shadow: 0 4px 12px rgba(18, 25, 60, .08);
}

.tbp2-page .tbp2-slider-prev {
  left: -55px;
}

.tbp2-page .tbp2-slider-next {
  right: -55px;
}

.tbp2-page .tbp2-faq-section h2 {
  font-weight: 800;
}

.tbp2-page .accordion-item {
  border: 1px solid var(--tbp2-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.tbp2-page .accordion-button {
  font-size: .78rem;
  font-weight: 700;
  padding: 14px 16px;
  background: #fff;
}

.tbp2-page .accordion-button:not(.collapsed) {
  color: var(--tbp2-primary);
  background: #f7f5ff;
  box-shadow: none;
}

.tbp2-page .accordion-body {
  font-size: .8rem;
  color: var(--tbp2-muted);
}

.tbp2-page .tbp2-cta-banner {
  min-height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 34px 28px 270px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(100deg, #5337f5, #3c26d7 62%, #4e36ee);
  color: #fff;
  box-shadow: 0 16px 42px rgba(8, 103, 255, .24);
}

.tbp2-page .tbp2-cta-banner:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  right: -70px;
  top: -130px;
}

.tbp2-page .tbp2-cta-pets {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 205px;
  height: 135px;
  object-fit: cover;
  object-position: center 40%;
  /* mix-blend-mode: screen; */
}

.tbp2-page .tbp2-cta-copy {
  flex: 1;
  position: relative;
}

.tbp2-page .tbp2-cta-copy h2 {
  font-size: 1.65rem;
  font-weight: 800;
}

.tbp2-page .tbp2-cta-copy p {
  font-size: .82rem;
  max-width: 520px;
  margin-bottom: 0;
  opacity: .9;
}

.tbp2-page .tbp2-cta-actions {
  display: flex;
  gap: 12px;
  position: relative;
}

.tbp2-page .tbp2-cta-actions .btn {
  white-space: nowrap;
  font-size: .8rem;
  padding: 11px 20px;
}

.tbp2-page .tbp2-cta-actions .btn-light {
  color: var(--tbp2-primary);
}

@media (max-width:1199.98px) {
  .tbp2-page .tbp2-hero-section h1 {
    font-size: 3.7rem;
  }

  .tbp2-page .tbp2-product-image {
    height: 170px;
  }

  .tbp2-page .tbp2-slider-prev {
    left: 8px;
  }

  .tbp2-page .tbp2-slider-next {
    right: 8px;
  }

  .tbp2-page .tbp2-testimonial-card {
    flex-basis: calc((100% - 32px) / 3);
  }

  .tbp2-page .tbp2-cta-banner {
    padding-left: 235px;
  }

  .tbp2-page .tbp2-cta-pets {
    width: 210px;
  }
}

@media (max-width:991.98px) {
  .tbp2-page .tbp2-hero-section h1 {
    font-size: clamp(2.7rem, 8vw, 4rem);
  }

  .tbp2-page .tbp2-hero-copy {
    max-width: none;
  }

  .tbp2-page .tbp2-hero-visual {
    max-width: 720px;
    margin: auto;
  }

  .tbp2-page .tbp2-trust-strip .tbp2-stat-item:nth-child(2) {
    border-right: 0;
  }

  .tbp2-page .tbp2-step-row:before {
    display: none;
  }

  .tbp2-page .tbp2-cta-banner {
    padding: 32px 28px;
    min-height: unset;
    flex-wrap: wrap;
  }

  .tbp2-page .tbp2-cta-pets {
    display: none;
  }

  .tbp2-page .tbp2-cta-copy {
    flex-basis: 100%;
  }

  .tbp2-page .tbp2-cta-actions {
    width: 100%;
  }

  .tbp2-page .tbp2-cta-actions .btn {
    flex: 1;
  }

  .tbp2-page .tbp2-testimonial-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .tbp2-page .tbp2-testimonials-slider {
    padding: 0 48px;
  }

  .tbp2-page .tbp2-slider-prev {
    left: 0;
  }

  .tbp2-page .tbp2-slider-next {
    right: 0;
  }
}

@media (max-width:767.98px) {
  .tbp2-page .tbp2-section-pad {
    padding: 58px 0;
  }

  .tbp2-page .tbp2-hero-section {
    text-align: center;
  }

  .tbp2-page .tbp2-eyebrow {
    justify-content: center;
  }

  .tbp2-page .tbp2-hero-section .d-flex {
    justify-content: center;
  }

  .tbp2-page .tbp2-hero-benefits {
    text-align: left;
  }

  .tbp2-page .tbp2-trust-label {
    margin-bottom: 6px;
  }

  .tbp2-page .tbp2-stat-item {
    border-right: 0;
    border-bottom: 1px solid var(--tbp2-line);
    padding: 13px;
  }

  .tbp2-page .tbp2-stat-item:nth-last-child(-n

    /**/
    +2) {
    border-bottom: 0;
  }

  .tbp2-page .tbp2-section-heading {
    margin-bottom: 25px;
  }

  .tbp2-page .tbp2-step-card {
    margin-bottom: 16px;
  }

  .tbp2-page .tbp2-step-number {
    left: calc(50% - 70px);
  }

  .tbp2-page .tbp2-profile-row {
    text-align: center;
  }

  .tbp2-page .tbp2-feature-list {
    display: inline-block;
    text-align: left;
  }

  .tbp2-page .tbp2-product-card {
    max-width: 420px;
    margin: auto;
  }

  .tbp2-page .tbp2-service-list {
    max-width: 420px;
    margin: auto;
    background: #fff;
    border: 1px solid var(--tbp2-line);
    border-radius: 15px;
  }

  .tbp2-page .tbp2-testimonial-card p {
    min-height: auto;
  }

  .tbp2-page .tbp2-testimonial-card {
    flex-basis: 100%;
  }

  .tbp2-page .tbp2-cta-banner {
    text-align: center;
  }

  .tbp2-page .tbp2-cta-actions {
    flex-direction: column;
  }
}

@media (max-width:575.98px) {
  .tbp2-page .container-xl {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tbp2-page .tbp2-hero-section h1 {
    font-size: 2.7rem;
  }

  .tbp2-page .tbp2-hero-copy {
    font-size: .92rem;
  }

  .tbp2-page .tbp2-hero-section .btn-lg {
    width: 100%;
  }

  .tbp2-page .tbp2-mini-benefit {
    justify-content: flex-start;
  }

  .tbp2-page .tbp2-hero-visual {
    margin-top: -6px;
  }

  .tbp2-page .tbp2-feature-grid .col {
    width: 100%;
  }

  .tbp2-page .tbp2-feature-card {
    display: grid;
    grid-template-columns: 50px 1fr;
    text-align: left;
    column-gap: 12px;
    align-items: center;
  }

  .tbp2-page .tbp2-feature-card>i {
    grid-row: 1/3;
    margin: 0;
  }

  .tbp2-page .tbp2-feature-card h3,
  .tbp2-page .tbp2-feature-card p {
    margin: 0;
  }

  .tbp2-page .tbp2-product-footer strong {
    font-size: 1.35rem;
  }

  .tbp2-page .tbp2-cta-copy h2 {
    font-size: 1.4rem;
  }
}















/* Tapbudi Pay PAge CSS */

:root {
  --primary: #0068ff;
  --ink: #11183e;
  --muted: #65708e;
  --line: #e8ebf5;
}

.tbp-page,
.tbp-page * {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

.tbp-page {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: #fff;
}

.tbp-page a {
  text-decoration: none
}

.tbp-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--primary);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -5px;
  position: relative;
}

.tbp-brand-mark:before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 2px solid currentColor;
  border-radius: 10px;
  opacity: .2
}

.tbp-brand-mark span {
  margin-left: -2px
}

.tbp-page .btn {
  border-radius: 7px;
  font-weight: 700;
  font-size: 13px
}

.tbp-page .btn-primary {
  background: linear-gradient(135deg, #3428ef, #5045fa);
  border-color: var(--primary);
  box-shadow: 0 8px 20px rgba(63, 50, 238, .18)
}

.tbp-page .btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary)
}

.tbp-page .btn-lg {
  font-size: 14px;
  padding-top: .9rem;
  padding-bottom: .9rem
}

.tbp-cta-icon img {
  width: 50%;
}

.tbp-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 48px
}

.tbp-hero-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  right: 2%;
  top: -100px;
  background: radial-gradient(circle, rgba(94, 85, 255, .15), rgba(94, 85, 255, 0) 68%)
}

.tbp-eyebrow,
.tbp-section-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  color: var(--primary)
}

.tbp-hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 800;
  max-width: 690px
}

.tbp-hero h1 span {
  color: var(--primary)
}

.tbp-hero-copy {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 590px;
  margin: 25px 0
}

.tbp-hero-points span {
  font-size: 12px;
  font-weight: 600;
  color: #27304c
}

.tbp-hero-points i {
  color: var(--primary);
  margin-right: 6px
}

.tbp-hero-visual-wrap {
  position: relative;
  padding: 10px
}

.tbp-hero-visual {
  width: 100%;
  border-radius: 30px;
}

.tbp-benefits {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .86)
}

.tbp-benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
  height: 100%
}

.tbp-benefit-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f1ff;
  color: var(--primary)
}

.tbp-benefit-item strong,
.tbp-benefit-item small {
  display: block
}

.tbp-benefit-item strong {
  font-size: 12px
}

.tbp-benefit-item small {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
  margin-top: 3px
}

.tbp-section {
  padding: 72px 0
}

.tbp-section h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.04em
}

.tbp-how {
  background: linear-gradient(180deg, #fff, #fbfbff)
}

.tbp-steps {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  align-items: start;
  text-align: center
}

.tbp-step {
  position: relative
}

.tbp-step-number {
  position: absolute;
  left: -2px;
  top: -7px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: white;
  font-weight: 800;
  font-size: 12px
}

.tbp-step-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(31, 37, 76, .08);
  font-size: 30px;
  color: var(--primary)
}

.tbp-step h3 {
  font-size: 15px;
  font-weight: 800
}

.tbp-step p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6
}

.tbp-step-arrow {
  color: #c4c7df;
  padding-top: 36px
}

.tbp-person-card {
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  background: #f5f2ff
}

.tbp-person-card img {
  width: 100%;
  object-fit: cover
}

.tbp-payment-alert {
  position: absolute;
  right: 10px;
  bottom: 35px;
  min-width: 190px;
  background: white;
  border-radius: 14px;
  padding: 14px 42px 14px 16px;
  box-shadow: 0 20px 40px rgba(24, 29, 74, .16)
}

.tbp-payment-alert small,
.tbp-payment-alert strong {
  display: block
}

.tbp-payment-alert small {
  font-size: 10px;
  color: var(--muted)
}

.tbp-payment-alert strong {
  font-size: 20px;
  margin-top: 4px
}

.tbp-payment-alert i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #17ad68
}

.tbp-features {
  padding-top: 40px
}

.tbp-feature-card {
  height: 100%;
  text-align: center;
  padding: 28px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 31, 70, .04);
  transition: .25s
}

.tbp-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(25, 31, 70, .09)
}

.tbp-feature-card>i {
  font-size: 26px;
  color: var(--primary);
  margin-bottom: 18px
}

.tbp-feature-card h3 {
  font-size: 14px;
  font-weight: 800
}

.tbp-feature-card p {
  font-size: 11px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0
}

.tbp-pricing {
  background: #fff
}

.tbp-price-card {
  position: relative;
  height: 100%;
  padding: 26px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 10px 30px rgba(25, 31, 70, .04)
}

.tbp-price-card.tbp-is-popular {
  border: 1.5px solid var(--primary);
  box-shadow: 0 20px 50px rgba(63, 50, 238, .12)
}

.tbp-popular-badge {
  position: absolute;
  right: 18px;
  top: -1px;
  transform: translateY(-50%);
  background: var(--primary);
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 8px;
  font-weight: 800
}

.tbp-price-card h3 {
  font-size: 20px;
  font-weight: 800
}

.tbp-price-card>p {
  font-size: 11px;
  color: var(--muted);
  min-height: 34px
}

.tbp-price {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.04em;
  margin-top: 12px
}

.tbp-price small {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0
}

.tbp-custom-price {
  font-size: 28px
}

.tbp-billing {
  font-size: 9px;
  color: var(--muted)
}

.tbp-price-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  min-height: 145px
}

.tbp-price-card li {
  font-size: 10px;
  color: #34405e;
  margin-bottom: 11px;
  padding-left: 18px;
  position: relative
}

/* .tbp-price-card li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:800} */
.tbp-pricing-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px
}

.tbp-testimonials {
  background: #f7f8fc
}

.tbp-testimonials-heading {
  margin-bottom: 28px
}

.tbp-testimonials-heading h2 {
  margin: 8px 0 0
}

.tbp-testimonials-slider {
  position: relative;
  padding: 0 8px
}

.tbp-testimonials-viewport {
  overflow: hidden
}

.tbp-testimonials-track {
  display: flex;
  gap: 16px;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform
}

.tbp-testimonial-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25, 31, 70, .05)
}

.tbp-stars {
  color: #ffb400;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1
}

.tbp-testimonial-card p {
  font-size: 12px;
  line-height: 1.65;
  color: #3a435f;
  margin: 14px 0 20px;
  min-height: 72px
}

.tbp-reviewer {
  display: flex;
  align-items: center;
  gap: 10px
}

.tbp-reviewer img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto
}

.tbp-reviewer strong,
.tbp-reviewer small {
  display: block
}

.tbp-reviewer strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2
}

.tbp-reviewer small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px
}

.tbp-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: #6b7289;
  box-shadow: 0 6px 18px rgba(20, 26, 60, .1);
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  transition: opacity .2s ease, box-shadow .2s ease, color .2s ease
}

.tbp-slider-btn i {
  font-size: 16px
}

.tbp-slider-btn:hover:not(:disabled) {
  color: var(--primary);
  box-shadow: 0 8px 22px rgba(20, 26, 60, .14)
}

.tbp-slider-btn:disabled {
  opacity: .45;
  cursor: default;
  box-shadow: 0 4px 12px rgba(20, 26, 60, .06)
}

.tbp-slider-prev {
  left: -48px
}

.tbp-slider-next {
  right: -48px
}

.tbp-faq {
  padding-top: 45px;
  padding-bottom: 40px
}

.tbp-page .accordion-item {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  margin-bottom: 10px;
  overflow: hidden
}

.tbp-page .accordion-button {
  font-size: 11px;
  font-weight: 600;
  padding: 14px 16px;
  color: #303a5b
}

.tbp-page .accordion-button:not(.collapsed) {
  background: #f6f6ff;
  color: var(--primary);
  box-shadow: none
}

.tbp-page .accordion-body {
  font-size: 12px;
  color: var(--muted)
}

.tbp-cta-wrap {
  padding: 0 0 10px
}

.tbp-cta-panel {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(120deg, #3130e8, #5638ed);
  border-radius: 12px;
  padding: 28px 32px;
  color: white
}

.tbp-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  color: white;
  font-size: 26px;
  flex: 0 0 auto
}

.tbp-cta-copy {
  flex: 1
}

.tbp-cta-copy h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 6px
}

.tbp-cta-copy p {
  font-size: 12px;
  margin: 0;
  opacity: .88
}

.tbp-cta-actions {
  display: flex;
  gap: 14px
}

.tbp-cta-actions .tbp-page .btn {
  padding: 13px 24px
}

@media(max-width:1199.98px) {
  .tbp-benefit-item {
    border-bottom: 1px solid var(--line)
  }

  .tbp-testimonial-card {
    flex-basis: calc((100% - 32px) / 3)
  }

  .tbp-slider-prev {
    left: 0
  }

  .tbp-slider-next {
    right: 0
  }

  .tbp-testimonials-slider {
    padding: 0 48px
  }
}

@media(max-width:991.98px) {
  body {
    padding-top: 66px
  }

  .navbar-collapse {
    padding: 16px 0 22px
  }

  .nav-actions {
    margin-top: 12px
  }

  .tbp-hero {
    text-align: center;
    padding-top: 45px
  }

  .tbp-hero-copy {
    margin-left: auto;
    margin-right: auto
  }

  .tbp-hero-points {
    justify-content: center
  }

  .tbp-hero .d-flex {
    justify-content: center
  }

  .tbp-hero-visual-wrap {
    max-width: 620px;
    margin: auto
  }

  .tbp-steps {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .tbp-step-arrow {
    display: none
  }

  .tbp-step p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
  }

  .tbp-person-card {
    max-width: 500px;
    margin: auto
  }

  .tbp-cta-panel {
    flex-wrap: wrap
  }

  .tbp-cta-copy {
    min-width: calc(100% - 100px)
  }

  .tbp-cta-actions {
    width: 100%;
    justify-content: flex-end
  }

  .tbp-testimonial-card {
    flex-basis: calc((100% - 16px) / 2)
  }
}

@media(max-width:767.98px) {
  .tbp-section {
    padding: 55px 0
  }

  .tbp-benefit-item {
    padding: 16px 10px;
    align-items: flex-start
  }

  .tbp-benefit-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 auto
  }

  .tbp-hero h1 {
    font-size: 2.55rem
  }

  .tbp-hero-copy {
    font-size: 15px
  }

  .tbp-person-card img {
    height: 340px
  }

  .tbp-price-card ul {
    min-height: 0
  }

  .tbp-testimonial-card {
    flex-basis: 100%
  }

  .tbp-testimonial-card p {
    min-height: 0
  }

  .tbp-cta-panel {
    padding: 24px 20px
  }

  .tbp-cta-icon {
    display: none
  }

  .tbp-cta-copy {
    min-width: 100%;
    text-align: center
  }

  .tbp-cta-actions {
    justify-content: center;
    flex-wrap: wrap
  }

}

@media(max-width:575.98px) {
  .tbp-page .container {
    padding-left: 18px;
    padding-right: 18px
  }

  .tbp-hero {
    padding-top: 34px
  }

  .tbp-hero h1 {
    font-size: 2.2rem
  }

  .tbp-hero-points {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 12px !important
  }

  .tbp-hero .tbp-page .btn-lg {
    width: 100%
  }

  .tbp-benefit-item {
    flex-direction: column
  }

  .tbp-benefit-item strong {
    font-size: 10px
  }

  .tbp-benefit-item small {
    font-size: 9px
  }

  .tbp-payment-alert {
    right: 8px;
    bottom: 18px;
    min-width: 160px
  }

  .tbp-cta-actions .tbp-page .btn {
    width: 100%
  }
}

/* ========== Use Cases page ========== */
.tbuc-page {
  --tbuc-primary: #0867ff;
  --tbuc-primary-dark: #0057df;
  --tbuc-ink: #071846;
  --tbuc-muted: #4f628c;
  --tbuc-line: #d9e5fa;
  --tbuc-soft: #f7fbff;
  color: var(--tbuc-ink);
  background: #fff;
  font-family: "Inter", sans-serif;
}

.tbuc-page a {
  text-decoration: none
}

.tbuc-hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 12% 18%, rgba(8, 103, 255, .1), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(8, 103, 255, .08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.tbuc-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--tbuc-primary);
}

.tbuc-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 4.8vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.tbuc-hero h1 span {
  color: var(--tbuc-primary)
}

.tbuc-hero-lead {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--tbuc-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tbuc-btn {
  border-radius: 8px;
  font-weight: 700;
  padding: .85rem 1.25rem;
}

.tbuc-page .btn-primary {
  background: linear-gradient(135deg, #0867ff, #0057df);
  border-color: var(--tbuc-primary);
  box-shadow: 0 8px 20px rgba(8, 103, 255, .18);
}

.tbuc-page .btn-primary:hover {
  background: var(--tbuc-primary-dark);
  border-color: var(--tbuc-primary-dark);
}

.tbuc-page .btn-outline-primary {
  color: var(--tbuc-primary);
  border-color: var(--tbuc-primary);
  background: #fff;
}

.tbuc-page .btn-outline-primary:hover {
  background: #eef5ff;
  color: var(--tbuc-primary-dark);
  border-color: var(--tbuc-primary-dark);
}

.tbuc-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  color: #142b61;
  font-size: .9rem;
  font-weight: 600;
}

.tbuc-hero-points i {
  color: var(--tbuc-primary);
  margin-right: 6px
}

.tbuc-hero-visual {
  border-radius: 28px;
  filter: drop-shadow(0 22px 35px rgba(5, 24, 73, .08));
}

.tbuc-hero-visual img {
  width: 100%;
  display: block;
  border-radius: 28px;
}

.tbuc-section {
  padding: 72px 0
}

.tbuc-heading {
  margin-bottom: 32px
}

.tbuc-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.tbuc-heading p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--tbuc-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.tbuc-jump {
  padding-top: 40px;
  background: var(--tbuc-soft)
}

.tbuc-jump-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.tbuc-jump-card {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 16px 10px;
  border: 1px solid var(--tbuc-line);
  border-radius: 14px;
  background: #fff;
  color: var(--tbuc-ink);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 8px 22px rgba(15, 24, 64, .04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.tbuc-jump-card i {
  font-size: 1.7rem;
  color: var(--tbuc-primary)
}

.tbuc-jump-card:hover {
  transform: translateY(-3px);
  border-color: #a7c3ff;
  color: var(--tbuc-primary);
  box-shadow: 0 14px 30px rgba(8, 103, 255, .1);
}

.tbuc-cases-list {
  padding-top: 28px
}

.tbuc-case-row {
  padding: 56px 0;
  border-bottom: 1px solid var(--tbuc-line);
  scroll-margin-top: 96px;
}

.tbuc-case-row:last-child {
  border-bottom: 0
}

.tbuc-case-row-alt {
  background: linear-gradient(180deg, rgba(246, 247, 252, .65), transparent)
}

.tbuc-case-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--tbuc-primary);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tbuc-case-label i {
  font-size: 1.1rem
}

.tbuc-case-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.2;
}

.tbuc-case-copy>p {
  margin: 0 0 18px;
  color: var(--tbuc-muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 520px;
}

.tbuc-case-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.tbuc-case-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #142b61;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5;
}

.tbuc-case-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tbuc-primary);
  font-weight: 800;
}

.tbuc-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.tbuc-product-tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0057df;
  font-size: .78rem;
  font-weight: 700;
}

.tbuc-case-media {
  border-radius: 22px;
  overflow: hidden;
  background: #eef1ff;
  box-shadow: 0 18px 40px rgba(15, 24, 64, .08);
}

.tbuc-case-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.tbuc-audiences {
  background: var(--tbuc-soft)
}

.tbuc-audience-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tbuc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.tbuc-audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 24, 64, .09);
}

.tbuc-audience-card img {
  width: 100%;
  aspect-ratio: 1.35/1;
  object-fit: cover;
  display: block;
}

.tbuc-audience-card div {
  padding: 18px 16px 20px
}

.tbuc-audience-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
}

.tbuc-audience-card p {
  margin: 0;
  color: var(--tbuc-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.tbuc-faq {
  padding-top: 56px
}

.tbuc-accordion .accordion-item {
  border: 1px solid var(--tbuc-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.tbuc-accordion .accordion-button {
  font-size: .92rem;
  font-weight: 700;
  color: var(--tbuc-ink);
  box-shadow: none;
}

.tbuc-accordion .accordion-button:not(.collapsed) {
  background: #eef5ff;
  color: var(--tbuc-primary);
}

.tbuc-accordion .accordion-body {
  color: var(--tbuc-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.tbuc-cta-section {
  padding: 0 0 72px
}

.tbuc-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 34px 36px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #0867ff, #0057df);
  box-shadow: 0 20px 44px rgba(8, 103, 255, .22);
}

.tbuc-cta-copy {
  flex: 1;
  min-width: 240px
}

.tbuc-cta-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.tbuc-cta-copy p {
  margin: 0;
  opacity: .9;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 520px;
}

.tbuc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.tbuc-cta-white {
  background: #fff;
  color: var(--tbuc-primary);
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbuc-cta-white:hover {
  background: #eef5ff;
  color: var(--tbuc-primary-dark)
}

.tbuc-cta-ghost {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbuc-cta-ghost:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: #fff
}

@media (max-width:1199.98px) {
  .tbuc-jump-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (max-width:991.98px) {
  .tbuc-hero {
    padding-top: 48px;
    text-align: center
  }

  .tbuc-hero-lead {
    margin-left: auto;
    margin-right: auto
  }

  .tbuc-hero-actions,
  .tbuc-hero-points {
    justify-content: center
  }

  .tbuc-hero-visual {
    max-width: 640px;
    margin: 0 auto
  }

  .tbuc-case-copy>p {
    max-width: none
  }

  .tbuc-cta-banner {
    padding: 28px
  }
}

@media (max-width:767.98px) {
  .tbuc-section {
    padding: 56px 0
  }

  .tbuc-jump-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .tbuc-case-row {
    padding: 42px 0
  }

  .tbuc-case-media img {
    min-height: 220px
  }

  .tbuc-cta-banner {
    text-align: center;
    justify-content: center
  }

  .tbuc-cta-actions {
    width: 100%;
    justify-content: center
  }
}

@media (max-width:575.98px) {
  .tbuc-container {
    padding-left: 18px;
    padding-right: 18px
  }

  .tbuc-hero h1 {
    font-size: 2.25rem
  }

  .tbuc-cta-actions .btn {
    width: 100%
  }
}

/* ========== Product Comparison page ========== */
.tbcomp-page {
  --tbcomp-primary: #0867ff;
  --tbcomp-primary-dark: #0057df;
  --tbcomp-ink: #071846;
  --tbcomp-muted: #4f628c;
  --tbcomp-line: #d9e5fa;
  --tbcomp-soft: #f7fbff;
  color: var(--tbcomp-ink);
  background: #fff;
  font-family: "Inter", sans-serif;
}

.tbcomp-page a {
  text-decoration: none
}

.tbcomp-container {
  padding-left: 24px;
  padding-right: 24px
}

.tbcomp-hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 10% 20%, rgba(8, 103, 255, .1), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(8, 103, 255, .08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.tbcomp-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--tbcomp-primary);
}

.tbcomp-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 4.6vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.tbcomp-hero h1 span {
  color: var(--tbcomp-primary)
}

.tbcomp-hero-lead {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--tbcomp-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tbcomp-btn {
  border-radius: 8px;
  font-weight: 700;
  padding: .85rem 1.25rem;
}

.tbcomp-page .btn-primary {
  background: linear-gradient(135deg, #0867ff, #0057df);
  border-color: var(--tbcomp-primary);
  box-shadow: 0 8px 20px rgba(8, 103, 255, .18);
}

.tbcomp-page .btn-primary:hover {
  background: var(--tbcomp-primary-dark);
  border-color: var(--tbcomp-primary-dark);
}

.tbcomp-page .btn-outline-primary {
  color: var(--tbcomp-primary);
  border-color: var(--tbcomp-primary);
  background: #fff;
}

.tbcomp-page .btn-outline-primary:hover {
  background: #eef5ff;
  color: var(--tbcomp-primary-dark);
  border-color: var(--tbcomp-primary-dark);
}

.tbcomp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  color: #142b61;
  font-size: .9rem;
  font-weight: 600;
}

.tbcomp-hero-points i {
  color: var(--tbcomp-primary);
  margin-right: 6px
}

.tbcomp-hero-visual {
  border-radius: 28px;
  filter: drop-shadow(0 22px 35px rgba(5, 24, 73, .08));
}

.tbcomp-hero-visual img {
  width: 100%;
  display: block;
  border-radius: 28px;
}

.tbcomp-section {
  padding: 72px 0
}

.tbcomp-heading {
  margin-bottom: 32px
}

.tbcomp-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.tbcomp-heading p {
  margin: 0 auto;
  max-width: 640px;
  color: var(--tbcomp-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.tbcomp-chooser {
  background: var(--tbcomp-soft);
  padding-top: 48px
}

.tbcomp-need-card {
  display: block;
  height: 100%;
  padding: 22px 18px;
  border: 1px solid var(--tbcomp-line);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tbcomp-need-card:hover {
  transform: translateY(-4px);
  border-color: #a7c3ff;
  box-shadow: 0 16px 34px rgba(8, 103, 255, .1);
  color: inherit;
}

.tbcomp-need-card i {
  font-size: 1.7rem;
  color: var(--tbcomp-primary);
  margin-bottom: 12px;
  display: block;
}

.tbcomp-need-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.tbcomp-need-card p {
  margin: 0 0 14px;
  color: var(--tbcomp-muted);
  font-size: .9rem;
  line-height: 1.5;
  min-height: 44px;
}

.tbcomp-need-card strong {
  color: var(--tbcomp-primary);
  font-size: .86rem;
  font-weight: 800;
}

.tbcomp-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  border: 1px solid var(--tbcomp-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .04);
}

.tbcomp-product-card img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  margin-bottom: 14px;
}

.tbcomp-product-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.tbcomp-product-card>p {
  margin: 0 0 12px;
  color: var(--tbcomp-muted);
  font-size: .88rem;
  line-height: 1.5;
  min-height: 54px;
}

.tbcomp-product-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.tbcomp-product-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: .84rem;
  color: #142b61;
}

.tbcomp-product-card li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--tbcomp-primary);
  font-weight: 800;
}

.tbcomp-card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tbcomp-card-actions a {
  color: var(--tbcomp-primary);
  font-size: .86rem;
  font-weight: 800;
}

.tbcomp-add-btn {
  border: 1px solid var(--tbcomp-line);
  background: #fff;
  color: #142b61;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: .8rem;
  font-weight: 700;
}

.tbcomp-add-btn.is-active,
.tbcomp-add-btn:hover {
  border-color: var(--tbcomp-primary);
  color: var(--tbcomp-primary);
  background: #eef5ff;
}

.tbcomp-matrix-section {
  background: var(--tbcomp-soft)
}

.tbcomp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--tbcomp-line);
  border-radius: 14px;
  background: #fff;
}

.tbcomp-filter-label {
  font-size: .82rem;
  font-weight: 800;
  color: var(--tbcomp-ink);
  margin-right: 4px;
}

.tbcomp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid var(--tbcomp-line);
  background: #f7fbff;
  font-size: .78rem;
  font-weight: 700;
  color: #142b61;
  cursor: pointer;
}

.tbcomp-chip:has(input:checked) {
  border-color: #a7c3ff;
  background: #eef5ff;
  color: var(--tbcomp-primary);
}

.tbcomp-chip input {
  accent-color: var(--tbcomp-primary)
}

.tbcomp-reset-btn {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--tbcomp-primary);
  font-size: .8rem;
  font-weight: 800;
}

.tbcomp-table-wrap {
  border: 1px solid var(--tbcomp-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 24, 64, .05);
}

.tbcomp-table {
  --bs-table-bg: transparent;
  min-width: 980px;
  margin: 0;
}

.tbcomp-table th,
.tbcomp-table td {
  padding: 14px 16px;
  border-color: var(--tbcomp-line);
  vertical-align: middle;
  font-size: .86rem;
}

.tbcomp-table thead th {
  background: #f7fbff;
  text-align: center;
  min-width: 120px;
  font-weight: 800;
}

.tbcomp-table thead th:first-child,
.tbcomp-table tbody th {
  text-align: left;
  min-width: 180px;
  color: var(--tbcomp-ink);
  font-weight: 800;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}

.tbcomp-table thead th:first-child {
  background: #f7fbff;
  z-index: 3;
}

.tbcomp-table thead img {
  width: 52px;
  height: 42px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}

.tbcomp-table thead span {
  display: block;
  margin-bottom: 4px;
}

.tbcomp-table thead a {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  color: var(--tbcomp-primary);
}

.tbcomp-table tbody td {
  text-align: center;
  color: #142b61
}

.tbcomp-yes {
  color: var(--tbcomp-primary);
  font-size: 1.15rem;
  font-weight: 800
}

.tbcomp-dash {
  color: #4f628c
}

.tbcomp-partial {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0057df;
  font-size: .72rem;
  font-weight: 700;
}

.tbcomp-table [data-product].is-hidden {
  display: none
}

.tbcomp-table-note {
  margin: 14px 0 0;
  color: var(--tbcomp-muted);
  font-size: .84rem;
}

.tbcomp-pair-card {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid var(--tbcomp-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .04);
}

.tbcomp-pair-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.tbcomp-pair-tags span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0057df;
  font-size: .75rem;
  font-weight: 800;
}

.tbcomp-pair-tags span:nth-child(2) {
  background: transparent;
  color: var(--tbcomp-muted);
  padding: 0;
}

.tbcomp-pair-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 800;
}

.tbcomp-pair-card p {
  margin: 0 0 16px;
  color: var(--tbcomp-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.tbcomp-pair-card a {
  color: var(--tbcomp-primary);
  font-size: .9rem;
  font-weight: 800;
}

.tbcomp-faq {
  padding-top: 40px
}

.tbcomp-accordion .accordion-item {
  border: 1px solid var(--tbcomp-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.tbcomp-accordion .accordion-button {
  font-size: .92rem;
  font-weight: 700;
  color: var(--tbcomp-ink);
  box-shadow: none;
}

.tbcomp-accordion .accordion-button:not(.collapsed) {
  background: #eef5ff;
  color: var(--tbcomp-primary);
}

.tbcomp-accordion .accordion-body {
  color: var(--tbcomp-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.tbcomp-cta-section {
  padding: 0 0 72px
}

.tbcomp-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 34px 36px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #0057df, #0867ff);
  box-shadow: 0 20px 44px rgba(8, 103, 255, .22);
}

.tbcomp-cta-copy {
  flex: 1;
  min-width: 240px
}

.tbcomp-cta-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 800;
}

.tbcomp-cta-copy p {
  margin: 0;
  opacity: .9;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 520px;
}

.tbcomp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.tbcomp-cta-white {
  background: #fff;
  color: var(--tbcomp-primary);
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbcomp-cta-white:hover {
  background: #eef5ff;
  color: var(--tbcomp-primary-dark)
}

.tbcomp-cta-ghost {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbcomp-cta-ghost:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: #fff
}

@media (max-width:991.98px) {
  .tbcomp-hero {
    padding-top: 48px;
    text-align: center
  }

  .tbcomp-hero-lead {
    margin-left: auto;
    margin-right: auto
  }

  .tbcomp-hero-actions,
  .tbcomp-hero-points {
    justify-content: center
  }

  .tbcomp-hero-visual {
    max-width: 640px;
    margin: 0 auto
  }

  .tbcomp-cta-banner {
    padding: 28px
  }

  .tbcomp-reset-btn {
    margin-left: 0
  }
}

@media (max-width:767.98px) {
  .tbcomp-section {
    padding: 56px 0
  }

  .tbcomp-product-card>p,
  .tbcomp-need-card p {
    min-height: 0
  }

  .tbcomp-cta-banner {
    text-align: center;
    justify-content: center
  }

  .tbcomp-cta-actions {
    width: 100%;
    justify-content: center
  }
}

@media (max-width:575.98px) {
  .tbcomp-container {
    padding-left: 18px;
    padding-right: 18px
  }

  .tbcomp-hero h1 {
    font-size: 2.2rem
  }

  .tbcomp-cta-actions .btn {
    width: 100%
  }
}

/* ========== Product Comparison page ========== */
.tbpc-page {
  --tbpc-primary: #3f37f6;
  --tbpc-primary-dark: #2d2bd8;
  --tbpc-ink: #0d1230;
  --tbpc-muted: #5f6781;
  --tbpc-line: #e5e8f4;
  --tbpc-soft: #f6f7fc;
  color: var(--tbpc-ink);
  background: #fff;
  font-family: "Inter", sans-serif;
}

.tbpc-page a {
  text-decoration: none
}

.tbpc-container {
  padding-left: 24px;
  padding-right: 24px
}

.tbpc-hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 10% 20%, rgba(63, 55, 246, .1), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(80, 100, 255, .08), transparent 28%),
    linear-gradient(180deg, #fafbff 0%, #fff 100%);
}

.tbpc-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--tbpc-primary);
}

.tbpc-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 4.6vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.tbpc-hero h1 span {
  color: var(--tbpc-primary)
}

.tbpc-hero-lead {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--tbpc-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tbpc-btn {
  border-radius: 8px;
  font-weight: 700;
  padding: .85rem 1.25rem;
}

.tbpc-btn-sm {
  border-radius: 8px;
  font-weight: 700;
  font-size: .85rem;
  padding: .55rem 1rem;
}

.tbpc-page .btn-primary {
  background: linear-gradient(135deg, #3428ef, #5045fa);
  border-color: var(--tbpc-primary);
  box-shadow: 0 8px 20px rgba(63, 50, 238, .18);
}

.tbpc-page .btn-primary:hover {
  background: var(--tbpc-primary-dark);
  border-color: var(--tbpc-primary-dark);
}

.tbpc-page .btn-outline-primary {
  color: var(--tbpc-primary);
  border-color: var(--tbpc-primary);
  background: #fff;
}

.tbpc-page .btn-outline-primary:hover {
  background: #eef0ff;
  color: var(--tbpc-primary-dark);
  border-color: var(--tbpc-primary-dark);
}

.tbpc-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  color: #303a5b;
  font-size: .9rem;
  font-weight: 600;
}

.tbpc-hero-points i {
  color: var(--tbpc-primary);
  margin-right: 6px
}

.tbpc-hero-visual {
  border-radius: 28px;
  filter: drop-shadow(0 22px 35px rgba(5, 24, 73, .08));
}

.tbpc-hero-visual img {
  width: 100%;
  display: block;
  border-radius: 28px
}

.tbpc-section {
  padding: 72px 0
}

.tbpc-heading {
  margin-bottom: 32px
}

.tbpc-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.tbpc-heading p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--tbpc-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.tbpc-finder {
  background: var(--tbpc-soft);
  padding-top: 48px
}

.tbpc-need-card {
  display: block;
  height: 100%;
  padding: 22px 20px;
  border: 1px solid var(--tbpc-line);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  box-shadow: 0 8px 24px rgba(15, 24, 64, .04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tbpc-need-card:hover {
  transform: translateY(-3px);
  border-color: #b7c4ff;
  box-shadow: 0 14px 30px rgba(63, 55, 246, .1);
  color: inherit;
}

.tbpc-need-card i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #eef0ff;
  color: var(--tbpc-primary);
  font-size: 1.25rem;
}

.tbpc-need-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800
}

.tbpc-need-card p {
  margin: 0 0 14px;
  color: var(--tbpc-muted);
  font-size: .9rem;
  line-height: 1.55
}

.tbpc-need-card span {
  color: var(--tbpc-primary);
  font-size: .8rem;
  font-weight: 700
}

.tbpc-guides {
  padding-top: 28px
}

.tbpc-guide {
  padding: 48px 0;
  border-bottom: 1px solid var(--tbpc-line);
  scroll-margin-top: 96px;
}

.tbpc-guide:last-child {
  border-bottom: 0
}

.tbpc-guide-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--tbpc-primary);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tbpc-guide>h2 {
  margin: 0 0 24px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.tbpc-product-card {
  position: relative;
  height: 100%;
  padding: 22px 18px;
  border: 1px solid var(--tbpc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 24, 64, .04);
}

.tbpc-product-card.tbpc-is-featured {
  border-color: #a9b8ff;
  box-shadow: 0 14px 34px rgba(63, 55, 246, .12);
}

.tbpc-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--tbpc-primary);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
}

.tbpc-product-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 14px;
}

.tbpc-product-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800
}

.tbpc-product-card p {
  margin: 0 0 14px;
  color: var(--tbpc-muted);
  font-size: .9rem;
  line-height: 1.55
}

.tbpc-product-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.tbpc-product-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  color: #303a5b;
  font-size: .85rem;
}

.tbpc-product-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tbpc-primary);
  font-weight: 800;
}

.tbpc-compare-section,
.tbpc-matrix-section {
  background: var(--tbpc-soft)
}

.tbpc-select-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.tbpc-select-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 8px;
  border: 1px solid var(--tbpc-line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.tbpc-select-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tbpc-select-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.tbpc-select-card span {
  font-size: .78rem;
  font-weight: 700;
  color: var(--tbpc-ink)
}

.tbpc-select-card:has(input:checked),
.tbpc-select-card.tbpc-is-selected {
  border-color: var(--tbpc-primary);
  box-shadow: 0 0 0 2px rgba(63, 55, 246, .15);
}

.tbpc-compare-hint {
  text-align: center;
  color: var(--tbpc-muted);
  font-size: .92rem;
  margin-bottom: 18px;
}

.tbpc-side-wrap,
.tbpc-matrix-wrap {
  border: 1px solid var(--tbpc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .05);
}

.tbpc-side-table,
.tbpc-matrix-table {
  min-width: 780px;
  margin: 0;
}

.tbpc-side-table th,
.tbpc-matrix-table th,
.tbpc-side-table td,
.tbpc-matrix-table td {
  padding: 14px 12px;
  font-size: .82rem;
  border-color: var(--tbpc-line);
  vertical-align: middle;
  text-align: center;
}

.tbpc-side-table th:first-child,
.tbpc-matrix-table th:first-child,
.tbpc-side-table td:first-child,
.tbpc-matrix-table td:first-child {
  text-align: left;
  font-weight: 700;
  color: var(--tbpc-ink);
  min-width: 140px;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}

.tbpc-side-table thead th,
.tbpc-matrix-table thead th {
  background: #f3f5ff;
  font-weight: 800;
  color: var(--tbpc-ink);
  white-space: nowrap;
}

.tbpc-side-table thead img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}

.tbpc-yes {
  color: var(--tbpc-primary);
  font-size: 1.1rem;
  font-weight: 800
}

.tbpc-no {
  color: #9aa3b8;
  font-weight: 700
}

.tbpc-limited {
  color: #7a64f0;
  font-size: .75rem;
  font-weight: 700
}

.tbpc-cta-row a {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 7px;
  background: #eef0ff;
  color: var(--tbpc-primary);
  font-weight: 700;
  font-size: .78rem;
}

.tbpc-cta-row a:hover {
  background: var(--tbpc-primary);
  color: #fff
}

.tbpc-faq {
  padding-top: 56px
}

.tbpc-accordion .accordion-item {
  border: 1px solid var(--tbpc-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.tbpc-accordion .accordion-button {
  font-size: .92rem;
  font-weight: 700;
  color: var(--tbpc-ink);
  box-shadow: none;
}

.tbpc-accordion .accordion-button:not(.collapsed) {
  background: #eef0ff;
  color: var(--tbpc-primary);
}

.tbpc-accordion .accordion-body {
  color: var(--tbpc-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.tbpc-cta-section {
  padding: 0 0 72px
}

.tbpc-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 34px 36px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #3130e8, #5638ed);
  box-shadow: 0 20px 44px rgba(49, 48, 232, .22);
}

.tbpc-cta-copy {
  flex: 1;
  min-width: 240px
}

.tbpc-cta-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.tbpc-cta-copy p {
  margin: 0;
  opacity: .9;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 520px;
}

.tbpc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.tbpc-cta-white {
  background: #fff;
  color: var(--tbpc-primary);
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbpc-cta-white:hover {
  background: #f3f4ff;
  color: var(--tbpc-primary-dark)
}

.tbpc-cta-ghost {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbpc-cta-ghost:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: #fff
}

@media (max-width:1199.98px) {
  .tbpc-select-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

@media (max-width:991.98px) {
  .tbpc-hero {
    padding-top: 48px;
    text-align: center
  }

  .tbpc-hero-lead {
    margin-left: auto;
    margin-right: auto
  }

  .tbpc-hero-actions,
  .tbpc-hero-points {
    justify-content: center
  }

  .tbpc-hero-visual {
    max-width: 640px;
    margin: 0 auto
  }

  .tbpc-cta-banner {
    padding: 28px
  }
}

@media (max-width:767.98px) {
  .tbpc-section {
    padding: 56px 0
  }

  .tbpc-select-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .tbpc-guide {
    padding: 36px 0
  }

  .tbpc-cta-banner {
    text-align: center;
    justify-content: center
  }

  .tbpc-cta-actions {
    width: 100%;
    justify-content: center
  }
}

@media (max-width:575.98px) {
  .tbpc-container {
    padding-left: 18px;
    padding-right: 18px
  }

  .tbpc-hero h1 {
    font-size: 2.2rem
  }

  .tbpc-select-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .tbpc-cta-actions .btn {
    width: 100%
  }
}

/* ========== Bulk Team Order page ========== */
.tbbo-page {
  --tbbo-primary: #0867ff;
  --tbbo-primary-dark: #0057df;
  --tbbo-ink: #071846;
  --tbbo-muted: #4f628c;
  --tbbo-line: #d9e5fa;
  --tbbo-soft: #f7fbff;
  color: var(--tbbo-ink);
  background: #fff;
  font-family: "Inter", sans-serif;
}

.tbbo-page a {
  text-decoration: none
}

.tbbo-container {
  padding-left: 24px;
  padding-right: 24px
}

.tbbo-hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 12% 18%, rgba(8, 103, 255, .1), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(8, 103, 255, .08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.tbbo-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--tbbo-primary);
}

.tbbo-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 4.6vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.tbbo-hero h1 span {
  color: var(--tbbo-primary)
}

.tbbo-hero-lead {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--tbbo-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tbbo-btn {
  border-radius: 8px;
  font-weight: 700;
  padding: .85rem 1.25rem;
}

.tbbo-page .btn-primary {
  background: linear-gradient(135deg, #0867ff, #0057df);
  border-color: var(--tbbo-primary);
  box-shadow: 0 8px 20px rgba(8, 103, 255, .18);
}

.tbbo-page .btn-primary:hover {
  background: var(--tbbo-primary-dark);
  border-color: var(--tbbo-primary-dark);
}

.tbbo-page .btn-outline-primary {
  color: var(--tbbo-primary);
  border-color: var(--tbbo-primary);
  background: #fff;
}

.tbbo-page .btn-outline-primary:hover {
  background: #eef5ff;
  color: var(--tbbo-primary-dark);
  border-color: var(--tbbo-primary-dark);
}

.tbbo-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  color: #142b61;
  font-size: .9rem;
  font-weight: 600;
}

.tbbo-hero-points i {
  color: var(--tbbo-primary);
  margin-right: 6px
}

.tbbo-hero-visual {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 40px rgba(5, 24, 73, .1);
}

.tbbo-hero-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 320px
}

.tbbo-section {
  padding: 72px 0
}

.tbbo-heading {
  margin-bottom: 32px
}

.tbbo-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.tbbo-heading p {
  margin: 0 auto;
  max-width: 640px;
  color: var(--tbbo-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.tbbo-benefit-card {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid var(--tbbo-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .04);
}

.tbbo-benefit-card i {
  display: block;
  margin-bottom: 14px;
  font-size: 1.7rem;
  color: var(--tbbo-primary);
}

.tbbo-benefit-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.tbbo-benefit-card p {
  margin: 0;
  color: var(--tbbo-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.tbbo-products {
  background: var(--tbbo-soft)
}

.tbbo-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 16px;
  border: 1px solid var(--tbbo-line);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tbbo-product-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.tbbo-product-card:hover,
.tbbo-product-card:has(input:checked) {
  border-color: #a7c3ff;
  box-shadow: 0 14px 30px rgba(8, 103, 255, .1);
  transform: translateY(-3px);
}

.tbbo-product-card:has(input:checked) {
  background: #f7fbff
}

.tbbo-product-card img {
  width: 100%;
  height: 96px;
  object-fit: contain;
  margin-bottom: 12px;
}

.tbbo-product-card h3 {
  margin: 0 0 6px;
  font-size: .98rem;
  font-weight: 800;
}

.tbbo-product-card p {
  margin: 0;
  color: var(--tbbo-muted);
  font-size: .82rem;
  line-height: 1.5;
  min-height: 48px;
}

.tbbo-product-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--tbbo-line);
  display: grid;
  place-items: center;
  background: #fff;
  color: transparent;
  font-size: .9rem;
}

.tbbo-product-card:has(input:checked) .tbbo-product-check {
  background: var(--tbbo-primary);
  border-color: var(--tbbo-primary);
  color: #fff;
}

.tbbo-tier-card {
  position: relative;
  height: 100%;
  padding: 26px 20px 22px;
  border: 1px solid var(--tbbo-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 24, 64, .04);
}

.tbbo-tier-featured {
  border-color: var(--tbbo-primary);
  box-shadow: 0 18px 40px rgba(8, 103, 255, .12);
}

.tbbo-tier-badge {
  position: absolute;
  top: -11px;
  right: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--tbbo-primary);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
}

.tbbo-tier-qty {
  color: var(--tbbo-primary);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tbbo-tier-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 800;
}

.tbbo-tier-save {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--tbbo-ink);
}

.tbbo-tier-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tbbo-tier-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #142b61;
  font-size: .88rem;
}

.tbbo-tier-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tbbo-primary);
  font-weight: 800;
}

.tbbo-steps {
  background: var(--tbbo-soft)
}

.tbbo-step-card {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid var(--tbbo-line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.tbbo-step-num {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0867ff, #0057df);
  color: #fff;
  font-weight: 800;
}

.tbbo-step-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.tbbo-step-card p {
  margin: 0;
  color: var(--tbbo-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.tbbo-form-section {
  padding-top: 40px
}

.tbbo-form-shell {
  border: 1px solid var(--tbbo-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 24, 64, .06);
}

.tbbo-form-panel {
  padding: 36px 32px
}

.tbbo-form-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
}

.tbbo-form-intro {
  margin: 0 0 22px;
  color: var(--tbbo-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.tbbo-optional {
  color: var(--tbbo-muted);
  font-weight: 500;
  font-size: .85em
}

.tbbo-form-panel .form-label {
  font-size: .86rem;
  font-weight: 700;
  color: var(--tbbo-ink)
}

.tbbo-form-panel .form-control,
.tbbo-form-panel .form-select {
  border-radius: 10px;
  border-color: var(--tbbo-line);
  padding: .7rem .9rem;
  font-size: .92rem;
}

.tbbo-form-panel .form-control:focus,
.tbbo-form-panel .form-select:focus {
  border-color: #a7c3ff;
  box-shadow: 0 0 0 .2rem rgba(8, 103, 255, .12);
}

.tbbo-selected-products {
  padding: 12px 14px;
  border: 1px dashed #c5d8ff;
  border-radius: 10px;
  background: #f7fbff;
  color: #142b61;
  font-size: .88rem;
  min-height: 48px;
}

.tbbo-char-count {
  color: var(--tbbo-muted);
  font-size: .75rem;
  margin-top: 4px
}

.tbbo-submit {
  min-width: 200px
}

.tbbo-form-sidebar {
  height: 100%;
  padding: 36px 28px;
  background: linear-gradient(160deg, #0057df, #0867ff);
  color: #fff;
}

.tbbo-form-sidebar h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.tbbo-form-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.tbbo-form-sidebar li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: .92rem;
  line-height: 1.45;
}

.tbbo-form-sidebar li i {
  margin-top: 2px;
  color: #c5d8ff
}

.tbbo-sidebar-contact {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  margin-bottom: 18px;
}

.tbbo-sidebar-contact h4 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 800;
}

.tbbo-sidebar-contact p {
  margin: 0 0 8px
}

.tbbo-sidebar-contact a {
  color: #fff
}

.tbbo-sidebar-contact .btn {
  margin-top: 10px;
  border-color: rgba(255, 255, 255, .45)
}

.tbbo-sidebar-note strong {
  display: block;
  margin-bottom: 6px
}

.tbbo-sidebar-note p {
  margin: 0 0 10px;
  opacity: .9;
  font-size: .88rem;
  line-height: 1.5;
}

.tbbo-sidebar-note a {
  color: #fff;
  font-weight: 800;
  font-size: .88rem;
}

.tbbo-faq {
  padding-top: 40px
}

.tbbo-accordion .accordion-item {
  border: 1px solid var(--tbbo-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.tbbo-accordion .accordion-button {
  font-size: .92rem;
  font-weight: 700;
  color: var(--tbbo-ink);
  box-shadow: none;
}

.tbbo-accordion .accordion-button:not(.collapsed) {
  background: #eef5ff;
  color: var(--tbbo-primary);
}

.tbbo-accordion .accordion-body {
  color: var(--tbbo-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.tbbo-cta-section {
  padding: 0 0 72px
}

.tbbo-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 34px 36px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #0057df, #0867ff);
  box-shadow: 0 20px 44px rgba(8, 103, 255, .22);
}

.tbbo-cta-copy {
  flex: 1;
  min-width: 240px
}

.tbbo-cta-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 800;
}

.tbbo-cta-copy p {
  margin: 0;
  opacity: .9;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 520px;
}

.tbbo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.tbbo-cta-white {
  background: #fff;
  color: var(--tbbo-primary);
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbbo-cta-white:hover {
  background: #eef5ff;
  color: var(--tbbo-primary-dark)
}

.tbbo-cta-ghost {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 8px;
  padding: .85rem 1.2rem;
}

.tbbo-cta-ghost:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: #fff
}

@media (max-width:991.98px) {
  .tbbo-hero {
    padding-top: 48px;
    text-align: center
  }

  .tbbo-hero-lead {
    margin-left: auto;
    margin-right: auto
  }

  .tbbo-hero-actions,
  .tbbo-hero-points {
    justify-content: center
  }

  .tbbo-hero-visual {
    max-width: 640px;
    margin: 0 auto
  }

  .tbbo-form-panel {
    padding: 28px 22px
  }

  .tbbo-form-sidebar {
    padding: 28px 22px
  }

  .tbbo-cta-banner {
    padding: 28px
  }
}

@media (max-width:767.98px) {
  .tbbo-section {
    padding: 56px 0
  }

  .tbbo-product-card p {
    min-height: 0
  }

  .tbbo-cta-banner {
    text-align: center;
    justify-content: center
  }

  .tbbo-cta-actions {
    width: 100%;
    justify-content: center
  }
}

@media (max-width:575.98px) {
  .tbbo-container {
    padding-left: 18px;
    padding-right: 18px
  }

  .tbbo-hero h1 {
    font-size: 2.2rem
  }

  .tbbo-submit,
  .tbbo-cta-actions .btn {
    width: 100%
  }
}

/* Sign Up Modal */
.tb-signup-modal {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 24, 70, .18);
  overflow: hidden;
}

.tb-signup-modal .modal-header {
  padding: 1.5rem 1.5rem 0;
  align-items: flex-start;
}

.tb-signup-modal .modal-body {
  padding: 1rem 1.5rem 1.5rem
}

.tb-signup-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--tap-blue, #0867ff);
  margin: 0;
}

.tb-signup-modal .modal-title {
  color: var(--tap-navy, #071846);
  font-weight: 800;
  letter-spacing: -.02em;
}

.tb-signup-lead {
  color: var(--tap-muted, #4f628c);
  font-size: .92rem;
  line-height: 1.5;
  max-width: 34ch;
}

.tb-signup-modal .form-label {
  font-size: .82rem;
  font-weight: 700;
  color: var(--tap-navy, #071846);
  margin-bottom: .35rem;
}

.tb-signup-optional {
  font-weight: 500;
  color: #8a97b5;
  font-size: .75rem;
}

.tb-signup-modal .form-control,
.tb-signup-modal .form-select {
  border-radius: 10px;
  border-color: #d9e5fa;
  min-height: 46px;
  font-size: .92rem;
}

.tb-signup-modal .form-control:focus {
  border-color: #a7c3ff;
  box-shadow: 0 0 0 .2rem rgba(8, 103, 255, .12);
}

.tb-signup-password-group .btn {
  border-color: #d9e5fa;
  color: #526080;
  border-radius: 0 10px 10px 0;
}

.tb-signup-password-group .form-control {
  border-radius: 10px 0 0 10px;
}

.tb-signup-modal .form-check-label {
  font-size: .85rem;
  color: #405176;
}

.tb-signup-modal .form-check-label a {
  color: var(--tap-blue, #0867ff);
  font-weight: 700;
}

.tb-signup-footer {
  font-size: .86rem;
  color: #617294;
}

.tb-signup-footer a {
  color: var(--tap-blue, #0867ff);
  font-weight: 700;
}

.tb-signup-success {
  border: 0;
  background: #e8f8ef;
  color: #1b6b3a;
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 600;
}

@media (max-width:575.98px) {

  .tb-signup-modal .modal-header,
  .tb-signup-modal .modal-body {
    padding-left: 1.15rem;
    padding-right: 1.15rem
  }
}




/*====================================================
            PRODUCTS SECTION
====================================================*/

.product-shell {
  padding: 110px 0;
  background: #fff;
  overflow: hidden;
}

.product-shell .section-title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 65px;
  letter-spacing: -1px;
}

/*====================================================
                SWIPER
====================================================*/

.productSwiper {
  position: relative;
  padding: 10px 65px 70px;
}

.productSwiper .swiper-wrapper {
  align-items: stretch;
}

.productSwiper .swiper-slide {
  height: auto;
  display: flex;
}

/*====================================================
                PRODUCT CARD
====================================================*/

.product-card {
  width: 100%;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 38px 28px;
  text-align: center;
  transition: .35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}

.product-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #111, #2563eb);
  transform: scaleX(0);
  transform-origin: left;
  transition: .35s;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: #d9d9d9;
}

.product-card:hover::before {
  transform: scaleX(1);
}

/*====================================================
                PRODUCT IMAGE
====================================================*/

.product-img {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.product-img img {
  max-width: 170px;
  width: 100%;
  transition: .4s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

/*====================================================
                CONTENT
====================================================*/

.product-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.product-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/*====================================================
            NAVIGATION BUTTONS
====================================================*/

.productSwiper .swiper-button-prev,
.productSwiper .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #111;
  top: 45%;
  transform: translateY(-50%);
  transition: .3s;
  box-shadow: none;
  z-index: 20;
}

.productSwiper .swiper-button-prev {
  left: 0;
}

.productSwiper .swiper-button-next {
  right: 0;
}

.productSwiper .swiper-button-prev::after,
.productSwiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

.productSwiper .swiper-button-prev:hover, .productSwiper .swiper-button-next:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

/*====================================================
                PAGINATION
====================================================*/

.productSwiper .swiper-pagination {
  position: relative;
  margin-top: 35px;
  bottom: auto !important;
}

.productSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
  background: #cfcfcf;
  opacity: 1;
  transition: .3s;
}

.productSwiper .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
  background: #2563eb;
}

/*====================================================
            REMOVE ALL SHADOWS
====================================================*/

.product-shell,
.product-card,
.productSwiper,
.swiper,
.swiper-slide {
  box-shadow: none !important;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1200px) {

  .productSwiper {
    padding: 10px 55px 70px;
  }

  .product-card h3 {
    font-size: 26px;
  }

}

@media(max-width:991px) {

  .product-shell {
    padding: 90px 0;
  }

  .productSwiper {
    padding: 10px 45px 65px;
  }

  .product-card {
    padding: 30px 24px;
  }

  .product-img {
    height: 160px;
  }

  .product-img img {
    max-width: 150px;
  }

  .product-card h3 {
    font-size: 24px;
  }

  .product-card p {
    font-size: 15px;
  }

  .productSwiper .swiper-button-prev,
  .productSwiper .swiper-button-next {
    width: 46px;
    height: 46px;
  }

}

@media(max-width:767px) {

  .product-shell {
    padding: 70px 0;
  }

  .product-shell .section-title {
    margin-bottom: 45px;
  }

  .productSwiper {
    padding: 0 0 60px;
  }

  .product-card {
    border-radius: 20px;
    padding: 24px;
  }

  .product-img {
    height: 150px;
  }

  .product-img img {
    max-width: 140px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .productSwiper .swiper-button-prev,
  .productSwiper .swiper-button-next {
    display: none;
  }

  .productSwiper .swiper-pagination {
    margin-top: 25px;
  }

}





/*==================================================
            HOW IT WORKS SECTION
==================================================*/

.how-section {
  padding: 110px 0;
  background: #f8fafc;
  overflow: hidden;
}

.how-section .section-title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 70px;
  letter-spacing: -1px;
}

/*==================================================
                STEPS
==================================================*/

.steps-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: nowrap;
}

.step-card {
  flex: 1;
  max-width: 280px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: .35s ease;
}

.step-card:hover {
  transform: translateY(-10px);
  border-color: #d6d6d6;
}

.step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #2563eb);
  transform: scaleX(0);
  transition: .35s;
  transform-origin: left;
}

.step-card:hover::before {
  transform: scaleX(1);
}

/*==================================================
            STEP NUMBER
==================================================*/

.step-number {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*==================================================
                ICON
==================================================*/

.step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #2563eb;
  transition: .35s;
}

.step-card:hover .step-icon {
  background: #2563eb;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

/*==================================================
                CONTENT
==================================================*/

.step-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.step-card p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}

/*==================================================
            CONNECTOR ARROWS
==================================================*/

.step-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-arrow i {
  font-size: 22px;
  color: #2563eb;
}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1200px) {

  .steps-row {
    gap: 15px;
  }

  .step-arrow {
    width: 48px;
    height: 48px;
  }

  .step-card {
    padding: 35px 24px;
  }

}

@media(max-width:991px) {

  .steps-row {
    flex-wrap: wrap;
    gap: 25px;
  }

  .step-arrow {
    display: none;
  }

  .step-card {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

}

@media(max-width:767px) {

  .how-section {
    padding: 70px 0;
  }

  .step-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .step-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .step-card h3 {
    font-size: 22px;
  }

  .step-card p {
    font-size: 15px;
  }

}






/*==================================================
                    FAQ SECTION
==================================================*/

.faq-section {
  padding: 110px 0;
  background: #fff;
}

.faq-section .section-title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 60px;
  letter-spacing: -1px;
}

/*==================================================
                GRID
==================================================*/

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: start;
}

/*==================================================
            ACCORDION ITEM
==================================================*/

.tap-faq-item {
  border: none !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec !important;
  box-shadow: none !important;
  margin: 0;
  transition: .3s;
}

.tap-faq-item:hover {
  border-color: #d7d7d7 !important;
}

.tap-faq-item .accordion-button {
  background: #fff;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  padding: 24px 28px;
  box-shadow: none !important;
}

.tap-faq-item .accordion-button:not(.collapsed) {
  background: #111;
  color: #fff;
}

.tap-faq-item .accordion-button:focus {
  box-shadow: none;
}

.tap-faq-item .accordion-button::after {
  background-size: 18px;
  transition: .3s;
}

.tap-faq-item .accordion-body {
  padding: 0 28px 28px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  background: #fff;
}

.tap-faq-item .accordion-button:not(.collapsed)+.accordion-collapse .accordion-body {
  background: #111;
  color: #ddd;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:991px) {

  .faq-grid {
    grid-template-columns: 1fr;
  }

}

@media(max-width:767px) {

  .faq-section {
    padding: 70px 0;
  }

  .tap-faq-item .accordion-button {
    padding: 20px;
    font-size: 17px;
  }

  .tap-faq-item .accordion-body {
    padding: 0 20px 20px;
  }

}


/*==================================================
                PRICING SECTION
==================================================*/

.pricing-section {
  padding: 110px 0;
  background: #f8fafc;
}

.pricing-section .section-title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 70px;
  letter-spacing: -1px;
}

/*==================================================
                GRID
==================================================*/

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: stretch;
}

/*==================================================
                CARD
==================================================*/

.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  padding: 40px 32px;
  transition: .35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}

.pricing-card:hover {
  transform: translateY(-10px);
  border-color: #cfcfcf;
}

.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  transition: .35s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  border-color: #2563eb;
}

/*==================================================
            FEATURED PLAN
==================================================*/

.featured-plan {
  background: #111827;
  color: #fff;
  border: none;
  transform: scale(1.04);
}

.featured-plan:hover {
  transform: scale(1.04) translateY(-10px);
}

.featured-plan h3,
.featured-plan .price,
.featured-plan .plan-note {
  color: #fff;
}

.featured-plan li {
  color: #d1d5db;
}

.featured-plan .tap-btn {
  background: #fff;
  color: #111827;
  border: none;
}

.featured-plan .tap-btn:hover {
  background: #2563eb;
  color: #fff;
}

/*==================================================
            POPULAR BADGE
==================================================*/

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .4px;
}

/*==================================================
                HEADINGS
==================================================*/

.pricing-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.plan-note {
  color: #6b7280;
  margin-bottom: 30px;
}

/*==================================================
                PRICE
==================================================*/

.price {
  font-size: 58px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 35px;
}

.price sup {
  font-size: 26px;
  top: -18px;
}

.price span {
  display: block;
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
  margin-top: 12px;
}

/*==================================================
                FEATURES
==================================================*/

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  flex: 1;
}

.pricing-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #374151;
  font-size: 16px;
}

.pricing-card li i {
  color: #2563eb;
  font-size: 18px;
}

/*==================================================
                BUTTON
==================================================*/

.tap-btn {
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 600;
  transition: .3s;
}

.btn-outline-primary.tap-btn {
  border: 1px solid #2563eb;
  color: #2563eb;
  background: #fff;
}

.btn-outline-primary.tap-btn:hover {
  background: #2563eb;
  color: #fff;
}

.btn-primary.tap-btn {
  background: #2563eb;
  border: none;
}

.btn-primary.tap-btn:hover {
  background: #1d4ed8;
}

/*==================================================
                FOOTNOTE
==================================================*/

.pricing-footnote {
  margin-top: 50px;
  text-align: center;
  color: #6b7280;
  font-size: 16px;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:1200px) {

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-plan {
    transform: none;
  }

  .featured-plan:hover {
    transform: translateY(-10px);
  }

}

@media (max-width:768px) {

  .pricing-section {
    padding: 70px 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 32px 24px;
  }

  .pricing-card h3 {
    font-size: 26px;
  }

  .price {
    font-size: 48px;
  }

  .popular-badge {
    font-size: 12px;
  }

}


/* ============================
   Featured (Dark) Pricing Card
============================ */

.featured-plan,
.featured-plan * {
  color: #fff;
}

.featured-plan .plan-note {
  color: #e5e7eb !important;
  font-size: 18px;
  font-weight: 500;
}

.featured-plan .price {
  color: #fff !important;
}

.featured-plan .price span {
  color: #d1d5db !important;
}

.featured-plan ul li {
  color: #f3f4f6 !important;
}

.featured-plan ul li i {
  color: #60a5fa !important;
}

.featured-plan .popular-badge {
  color: #fff;
}


/*==================================================
                AUDIENCE SECTION
==================================================*/

.audience-section {
  padding: 110px 0;
  background: #fff;
}

.audience-section .section-title {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -1px;
}

.audience-section .section-subtitle {
  max-width: 720px;
  margin: -35px auto 65px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #6b7280;
}

/*==================================================
                    GRID
==================================================*/

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/*==================================================
                    CARD
==================================================*/

.audience-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #ececec;
  background: #fff;
  transition: all .35s ease;
  box-shadow: none;
}

.audience-card:hover {
  transform: translateY(-8px);
  border-color: #2563eb;
}

/*==================================================
                    IMAGE
==================================================*/

.split-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.audience-card:hover img {
  transform: scale(1.08);
}

/*==================================================
                CONTENT
==================================================*/

.audience-content {
  padding: 32px;
}

.audience-content i {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 28px;
  margin-bottom: 24px;
  transition: .35s ease;
}

.audience-card:hover .audience-content i {
  background: #2563eb;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

.audience-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
  line-height: 1.3;
}

.audience-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

/*==================================================
                REMOVE SHADOW
==================================================*/

.audience-card,
.audience-card:hover {
  box-shadow: none !important;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:1200px) {

  .audience-grid {
    gap: 24px;
  }

  .audience-content {
    padding: 28px;
  }

  .audience-content h3 {
    font-size: 26px;
  }

}

@media (max-width:991px) {

  .audience-section {
    padding: 90px 0;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .split-card img {
    height: 260px;
  }

  .audience-section .section-title {
    margin-bottom: 55px;
  }

}

@media (max-width:767px) {

  .audience-section {
    padding: 70px 0;
  }

  .audience-section .section-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .split-card img {
    height: 220px;
  }

  .audience-content {
    padding: 24px;
  }

  .audience-content i {
    width: 58px;
    height: 58px;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .audience-content h3 {
    font-size: 22px;
  }

  .audience-content p {
    font-size: 15px;
    line-height: 1.7;
  }

}



/*==================================================
                    FOOTER
==================================================*/

.tbhiw-footer {
  padding: 90px 0 35px;
  background: #fff;
  border-top: 1px solid #ececec;
}

.tbhiw-footer-brand {
  margin-bottom: 20px;
}

.tbhiw-footer-brand img {
  max-width: 170px;
  height: auto;
}

.tbhiw-tagline {
  margin-top: 18px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
  max-width: 220px;
}

/*==================================================
                FOOTER TITLES
==================================================*/

.tbhiw-footer-column h3,
.tbhiw-social-column h3 {
  margin-bottom: 24px;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}

/*==================================================
                    LINKS
==================================================*/

.tbhiw-footer-column a {
  display: block;
  margin-bottom: 14px;
  color: #303030;
  font-size: 15px;
  text-decoration: none;
  transition: .3s;
}

.tbhiw-footer-column a:hover {
  color: #2563eb;
  transform: translateX(4px);
}

/*==================================================
                SOCIAL ICONS
==================================================*/

.tbhiw-social-links {
  display: flex;
  gap: 14px;
  margin-bottom: 30px;
}

.tbhiw-social-links a {
  width: 46px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-size: 18px;
  transition: .35s ease;
}

.tbhiw-social-links a:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  transform: translateY(-4px);
}

/*==================================================
                DIVIDER
==================================================*/

.tbhiw-social-column hr {
  margin: 30px 0;
  border: none;
  height: 1px;
  background: #ececec;
}

/*==================================================
            NEWSLETTER
==================================================*/

.tbhiw-newsletter-form {
  display: flex;
  align-items: center;
  height: 56px;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.tbhiw-newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 15px;
  color: #111827;
  background: transparent;
}

.tbhiw-newsletter-form input::placeholder {
  color: #9ca3af;
}

.tbhiw-newsletter-form button {
  width: 56px;
  height: 56px;
  border: none;
  background: #2563eb;
  color: #fff;
  font-size: 18px;
  transition: .3s;
}

.tbhiw-newsletter-form button:hover {
  background: #1d4ed8;
}

.tbhiw-newsletter-message {
  margin-top: 12px;
  color: #6b7280;
  font-size: 14px;
}

/*==================================================
                COPYRIGHT
==================================================*/

.tbhiw-footer-bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.tbhiw-footer-bottom p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}

.tbhiw-footer-bottom a {
  color: #6b7280;
  text-decoration: none;
  margin-left: 20px;
  transition: .3s;
}

.tbhiw-footer-bottom a:hover {
  color: #2563eb;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:991px) {

  .tbhiw-footer {
    padding: 70px 0 30px;
  }

  .tbhiw-footer-column,
  .tbhiw-social-column {
    margin-top: 20px;
  }

}

@media (max-width:767px) {

  .tbhiw-footer {
    padding: 60px 0 25px;
  }

  .tbhiw-footer-brand img {
    max-width: 150px;
  }

  .tbhiw-footer-column h3,
  .tbhiw-social-column h3 {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .tbhiw-footer-column a {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .tbhiw-social-links {
    margin-bottom: 24px;
  }

  .tbhiw-social-links a {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .tbhiw-newsletter-form {
    height: 52px;
  }

  .tbhiw-newsletter-form button {
    width: 52px;
    height: 52px;
  }

  .tbhiw-footer-bottom {
    justify-content: center;
    text-align: center;
  }

}


/*==================================================
            MISSION / VISION SECTION
==================================================*/

.tapbudi-about-section-pad {
  padding: 110px 0;
  background: #f8fafc;
}

.tapbudi-about-compact-top {
  padding-top: 110px;
}

.tapbudi-about-section-title {
  max-width: 780px;
  margin: 0 auto 65px;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -1px;
}

/*==================================================
                CARD
==================================================*/

.tapbudi-about-info-card {
  height: 100%;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 35px 30px;
  text-align: center;
  transition: all .35s ease;
  box-shadow: none;
}

.tapbudi-about-info-card:hover {
  transform: translateY(-8px);
  border-color: #2563eb;
}

/*==================================================
                ICON
==================================================*/

.tapbudi-about-card-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 32px;
  transition: .35s ease;
}

.tapbudi-about-info-card:hover .tapbudi-about-card-icon {
  background: #2563eb;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

/*==================================================
                CONTENT
==================================================*/

.tapbudi-about-info-card h3 {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
}

.tapbudi-about-info-card p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:1200px) {

  .tapbudi-about-info-card {
    padding: 30px 25px;
  }

  .tapbudi-about-info-card h3 {
    font-size: 24px;
  }

}

@media (max-width:991px) {

  .tapbudi-about-section-pad {
    padding: 90px 0;
  }

  .tapbudi-about-section-title {
    margin-bottom: 55px;
  }

}

@media (max-width:767px) {

  .tapbudi-about-section-pad {
    padding: 70px 0;
  }

  .tapbudi-about-section-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .tapbudi-about-info-card {
    padding: 28px 22px;
  }

  .tapbudi-about-card-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .tapbudi-about-info-card h3 {
    font-size: 22px;
  }

  .tapbudi-about-info-card p {
    font-size: 15px;
  }

}


/*==================================================
            WHY TAPBUDI SECTION
==================================================*/

.tapbudi-about-section-pad {
  padding: 110px 0;
  background: #fff;
}

.tapbudi-about-compact-top {
  padding-top: 110px;
}

/*==================================================
                LEFT CONTENT
==================================================*/

.tapbudi-about-why-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 30px;
}

.tapbudi-about-left-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #111827;
  margin-bottom: 28px;
}

.tapbudi-about-why-copy p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.tapbudi-about-why-copy p:last-child {
  margin-bottom: 0;
}

/*==================================================
                METRIC CARD
==================================================*/

.tapbudi-about-metric-card {
  height: 100%;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  transition: .35s ease;
  box-shadow: none;
}

.tapbudi-about-metric-card:hover {
  transform: translateY(-8px);
  border-color: #2563eb;
}

/*==================================================
                    ICON
==================================================*/

.tapbudi-about-metric-card i {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 30px;
  transition: .35s ease;
}

.tapbudi-about-metric-card:hover i {
  background: #2563eb;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

/*==================================================
                METRIC VALUE
==================================================*/

.tapbudi-about-metric-card strong {
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1;
}

.tapbudi-about-word-metric {
  font-size: 28px !important;
}

.tapbudi-about-small-word {
  font-size: 20px !important;
  line-height: 1.4;
}

/*==================================================
                TITLE
==================================================*/

.tapbudi-about-metric-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
}

.tapbudi-about-metric-card p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:1199px) {

  .tapbudi-about-left-title {
    font-size: 42px;
  }

  .tapbudi-about-metric-card {
    padding: 28px 20px;
  }

  .tapbudi-about-metric-card strong {
    font-size: 36px;
  }

}

@media (max-width:991px) {

  .tapbudi-about-section-pad {
    padding: 90px 0;
  }

  .tapbudi-about-why-copy {
    padding-right: 0;
    text-align: center;
    margin-bottom: 35px;
  }

  .tapbudi-about-left-title {
    margin-bottom: 22px;
  }

}

@media (max-width:767px) {

  .tapbudi-about-section-pad {
    padding: 70px 0;
  }

  .tapbudi-about-left-title {
    font-size: 34px;
  }

  .tapbudi-about-why-copy p {
    font-size: 16px;
  }

  .tapbudi-about-metric-card {
    padding: 25px 18px;
  }

  .tapbudi-about-metric-card i {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .tapbudi-about-metric-card strong {
    font-size: 30px;
  }

  .tapbudi-about-word-metric {
    font-size: 22px !important;
  }

  .tapbudi-about-small-word {
    font-size: 18px !important;
  }

  .tapbudi-about-metric-card h3 {
    font-size: 20px;
  }

  .tapbudi-about-metric-card p {
    font-size: 14px;
  }

}


/*==================================================
                CORE VALUES SECTION
==================================================*/

#values {
  padding: 110px 0;
  background: #f8fafc;
}

.tapbudi-about-section-title {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -1px;
}

/*==================================================
                GRID
==================================================*/

.tapbudi-about-value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/*==================================================
                CARD
==================================================*/

.tapbudi-about-value-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  transition: .35s ease;
  box-shadow: none;
}

.tapbudi-about-value-item:hover {
  transform: translateY(-8px);
  border-color: #2563eb;
}

/*==================================================
                ICON
==================================================*/

.tapbudi-about-value-item i {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 28px;
  transition: .35s ease;
}

.tapbudi-about-value-item:hover i {
  background: #2563eb;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

/*==================================================
                CONTENT
==================================================*/

.tapbudi-about-value-item h3 {
  margin: 4px 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.tapbudi-about-value-item p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:991px) {

  #values {
    padding: 90px 0;
  }

  .tapbudi-about-value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width:767px) {

  #values {
    padding: 70px 0;
  }

  .tapbudi-about-section-title {
    margin-bottom: 45px;
  }

  .tapbudi-about-value-strip {
    grid-template-columns: 1fr;
  }

  .tapbudi-about-value-item {
    padding: 24px 22px;
    gap: 18px;
  }

  .tapbudi-about-value-item i {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .tapbudi-about-value-item h3 {
    font-size: 22px;
  }

  .tapbudi-about-value-item p {
    font-size: 15px;
  }

}



/*=============================
        SECTION
==============================*/

.tapbudi-benefits-section {

  padding: 120px 0;

  background: #fff;

}

/*=============================
        LEFT
==============================*/

.benefits-left {

  position: sticky;

  top: 120px;

}

.section-badge {

  display: inline-block;

  padding: 8px 18px;

  background: #eef4ff;

  color: #2563eb;

  border-radius: 50px;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 25px;

}

.benefits-left h2 {

  font-size: 56px;

  line-height: 1.15;

  font-weight: 700;

  margin-bottom: 25px;

}

.benefits-left p {

  font-size: 18px;

  color: #6b7280;

  line-height: 1.8;

  margin-bottom: 35px;

}

/*=============================
        RIGHT
==============================*/

.benefits-right {

  display: flex;

  flex-direction: column;

  gap: 28px;

}

/*=============================
        CARD
==============================*/

.benefit-card {

  display: flex;

  gap: 25px;

  align-items: flex-start;

  padding: 35px;

  border: 1px solid #ececec;

  border-radius: 22px;

  transition: .35s;

  background: #fff;

}

.benefit-card:hover {

  border-color: #2563eb;

  transform: translateY(-6px);

}

.benefit-card i {

  width: 68px;

  height: 68px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #eef4ff;

  color: #2563eb;

  font-size: 30px;

  flex-shrink: 0;

  transition: .35s;

}

.benefit-card:hover i {

  background: #2563eb;

  color: #fff;

}

.benefit-card h3 {

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 10px;

}

.benefit-card p {

  margin: 0;

  color: #6b7280;

  line-height: 1.8;

}

/*=============================
        RESPONSIVE
==============================*/

@media(max-width:991px) {

  .benefits-left {

    position: static;

    margin-bottom: 50px;

  }

  .benefits-left h2 {

    font-size: 42px;

  }

}

@media(max-width:767px) {

  .tapbudi-benefits-section {

    padding: 80px 0;

  }

  .benefits-left h2 {

    font-size: 34px;

  }

  .benefit-card {

    padding: 25px;

  }

}


/*==================================================
                TEAM SECTION
==================================================*/

#team {
  padding: 110px 0;
  background: #fff;
}

#team .tapbudi-about-section-title {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -1px;
}

/*==================================================
                TEAM CARD
==================================================*/

.tapbudi-about-team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  transition: .35s ease;
}

.tapbudi-about-team-card:hover {
  transform: translateY(-8px);
  border-color: #2563eb;
}

/*==========================
        IMAGE
==========================*/

.tapbudi-about-team-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: .45s ease;
}

.tapbudi-about-team-card:hover img {
  transform: scale(1.05);
}

/*==========================
        CONTENT
==========================*/

.tapbudi-about-team-card>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}

.tapbudi-about-team-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.tapbudi-about-team-card strong {
  display: block;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 15px;
  font-weight: 600;
}

.tapbudi-about-team-card p {
  flex: 1;
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
}

.tapbudi-about-team-card i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 20px;
  transition: .3s;
}

.tapbudi-about-team-card:hover i {
  background: #2563eb;
  color: #fff;
}

/*==================================================
                IMAGE
==================================================*/

.tapbudi-about-team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: .45s ease;
}

.tapbudi-about-team-card:hover img {
  transform: scale(1.06);
}

/*==================================================
                CONTENT
==================================================*/

.tapbudi-about-team-card>div {
  padding: 28px 24px 30px;
}

.tapbudi-about-team-card h3 {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
}

.tapbudi-about-team-card strong {
  display: block;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 16px;
  font-weight: 600;
}

.tapbudi-about-team-card p {
  margin-bottom: 24px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
}

/*==================================================
                LINKEDIN
==================================================*/

.tapbudi-about-team-card i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  color: #2563eb;
  font-size: 20px;
  transition: .35s ease;
  cursor: pointer;
}

.tapbudi-about-team-card:hover i {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  transform: translateY(-3px);
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:991px) {

  #team {
    padding: 90px 0;
  }

  .tapbudi-about-team-card img {
    height: 280px;
  }

}

@media (max-width:767px) {

  #team {
    padding: 70px 0;
  }

  #team .tapbudi-about-section-title {
    margin-bottom: 45px;
  }

  .tapbudi-about-team-card img {
    height: 260px;
  }

  .tapbudi-about-team-card>div {
    padding: 24px 20px;
  }

  .tapbudi-about-team-card h3 {
    font-size: 22px;
  }

  .tapbudi-about-team-card strong {
    font-size: 15px;
  }

  .tapbudi-about-team-card p {
    font-size: 14px;
  }

  .tapbudi-about-team-card i {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

}


/*=========================
        SECTION
=========================*/

#ecosystem {

  padding: 110px 0;

  background: #fff;

}

.ecosystemSlider {

  padding: 25px 15px 80px;

}

/*=========================
        CARD
=========================*/

.tapbudi-about-product-card {

  background: #fff;

  border: 1px solid #ececec;

  border-radius: 26px;

  overflow: hidden;

  transition: .45s;

  text-align: center;

  height: 100%;

}

.tapbudi-about-product-card:hover {

  transform: translateY(-10px);

  border-color: #2563eb;

}

.tapbudi-about-product-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  padding: 12px;
  transition: .5s;

}

.tapbudi-about-product-card:hover img {

  transform: scale(1.08);

}

.tapbudi-about-product-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 12px 0 10px;
  line-height: 1.3;

}

.tapbudi-about-product-card p {
  padding: 0 24px 26px;
  margin: 0;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;

}

/*=========================
        ACTIVE SLIDE (about ecosystem only)
=========================*/

.ecosystemSlider .swiper-slide {

  transition: .4s;

  opacity: .5;

  transform: scale(.9);

}

.ecosystemSlider .swiper-slide-active {

  opacity: 1;

  transform: scale(1);

}

/*=========================
        ARROWS
=========================*/

.tapbudi-about-section-pad .swiper-button-next,
.tapbudi-about-section-pad .swiper-button-prev {

  width: 52px !important;

  height: 52px !important;

  border-radius: 50% !important;

  background: #fff;

  border: 1px solid #e5e7eb;

  color: #2563eb;

  transition: .3s;

}

.tapbudi-about-section-pad .swiper-button-next:hover,
.tapbudi-about-section-pad .swiper-button-prev:hover {

  background: #2563eb !important;

  color: #fff !important;

}

.tapbudi-about-section-pad .swiper-button-next:after,
.tapbudi-about-section-pad .swiper-button-prev:after {

  font-size: 18px !important;

  font-weight: 700 !important;

}

/*=========================
        DOTS
=========================*/

.swiper-pagination-bullet {

  width: 12px;

  height: 12px;

  background: #cbd5e1;

  opacity: 1;

}

.swiper-pagination-bullet-active {

  width: 34px;

  border-radius: 20px;

  background: #2563eb;

}



/*=====================================================
Journey Section
======================================================*/

.tapbudi-journey-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top, #ffffff 0%, #f8faff 55%, #eef3ff 100%);
}

/* soft glow */

.tapbudi-journey-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(52, 103, 255, .12);
  filter: blur(120px);
  left: 50%;
  bottom: -250px;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Heading */

.tapbudi-section-heading {
  max-width: 760px;
  margin: 0 auto 80px;
}

.journey-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 100px;
  background: #eef3ff;
  color: #2962ff;
  font-size: .82rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.tapbudi-section-heading h2 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  color: #0d1633;
  margin-bottom: 20px;
}

.journey-subtitle {
  font-size: 22px;
  line-height: 1.7;
  color: #667085;
}

/* Timeline */

.tapbudi-about-journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  position: relative;
  align-items: start;
}

/* blue line */

.tapbudi-about-journey-track::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 155px;
  height: 4px;
  background: #2f63ff;
  z-index: 0;
  opacity: .9;
}

/* dots */

.tapbudi-about-journey-card::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2f63ff;
  border: 5px solid #fff;
  top: 146px;
  right: -26px;
  box-shadow: 0 0 0 4px rgba(47, 99, 255, .12);
  z-index: 5;
}

.tapbudi-about-journey-card:last-child::before {
  display: none;
}

/* Card */

.tapbudi-about-journey-card {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;

  background: #fff;
  border: 1px solid #E8ECFF;
  border-radius: 28px;

  padding: 40px 32px;

  min-height: 340px;

  box-shadow: 0 20px 50px rgba(40, 70, 150, .08);

  transition: .35s ease;
}

.tapbudi-about-journey-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(40, 70, 150, .15);
}

.journey-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #edf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.journey-icon i {
  font-size: 42px;
  color: #2962ff;
}

.year {
  display: block;
  color: #2962ff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.tapbudi-about-journey-card h3 {
  font-size: 22px;
  line-height: 1.25;
  color: #0d1633;
  margin-bottom: 18px;
  font-weight: 700;
}

.tapbudi-about-journey-card p {
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */

@media (max-width:1200px) {

  .tapbudi-about-journey-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .tapbudi-about-journey-track::before {
    display: none;
  }

  .tapbudi-about-journey-card::before {
    display: none;
  }

}

@media (max-width:768px) {

  .tapbudi-section-heading h2 {
    font-size: 44px;
  }

  .journey-subtitle {
    font-size: 18px;
  }

  .tapbudi-about-journey-track {
    grid-template-columns: 1fr;
  }

  .tapbudi-about-journey-card {
    min-height: auto;
    padding: 35px 28px;
  }

  .tapbudi-about-journey-card h3 {
    font-size: 28px;
  }

  .tapbudi-about-journey-card p {
    font-size: 17px;
  }

}


.tapbudi-faq .accordion-item {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
  transition: .3s ease;
}

.tapbudi-faq .accordion-item:hover {
  border-color: #0b7a5c;
  transform: translateY(-2px);
}

.tapbudi-faq .accordion-button {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 22px;
  color: #111;
  box-shadow: none;
}

.tapbudi-faq .accordion-button:not(.collapsed) {
  background: #06231E;
  color: #fff;
}

.tapbudi-faq .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.tapbudi-faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.tapbudi-faq .accordion-body {
  padding: 18px 22px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  background: #fff;
}


.bottom-cta {
  padding: 90px 0;
}

.cta-wrapper {
  background: linear-gradient(135deg, #0068ff 0%, #0051e6 52%, #0040bc 100%);
  border-radius: 28px;
  padding: 65px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-wrapper::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, .05);
  border-radius: 50%;
  top: -160px;
  right: -120px;
}

.cta-wrapper::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, .04);
  border-radius: 50%;
  bottom: -120px;
  left: -90px;
}

.cta-icon-wrap {
  width: 110px;
  height: 110px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.cta-icon {
  width: 70px;
}

.cta-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 40px;
  background: rgba(255, 255, 255, .15);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cta-wrapper h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
  letter-spacing: -0.03em;
}

.cta-wrapper p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .88);
  margin-bottom: 0;
  max-width: 540px;
}


.bottom-cta h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}

.bottom-cta p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 0;
}

.cta-points {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
}

.cta-points i {
  color: #7CFFB4;
}

@media(max-width:991px) {

  .cta-wrapper {
    padding: 40px 30px;
  }

  .bottom-cta h2 {
    font-size: 34px;
  }

  .cta-points {
    justify-content: center;
  }

}

/*==========================
   TapBudi Card Process
===========================*/

.tbcard-process-section {
  padding: 90px 0;
}

.tbcard-process-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.tbcard-process-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbcard-process-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbcard-process-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbcard-process-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.tbcard-process-item {

  position: relative;

  flex: 1;

  background: #fff;

  border: 1px solid #e8edf5;

  border-radius: 24px;

  padding: 38px 28px;

  text-align: center;

  transition: .35s;

  box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
}

.tbcard-process-item:hover {

  transform: translateY(-8px);

  border-color: #0068ff;

  box-shadow: 0 22px 45px rgba(0, 104, 255, .15);
}

.tbcard-process-number {

  position: absolute;

  top: 18px;

  left: 18px;

  width: 42px;

  height: 42px;

  border-radius: 50%;

  background: linear-gradient(135deg, #0068ff, #0051e6);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  font-size: 15px;
}

.tbcard-process-icon {

  width: 84px;

  height: 84px;

  margin: 10px auto 25px;

  border-radius: 22px;

  background: #eef5ff;

  color: #0068ff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 34px;
}

.tbcard-process-item h3 {

  font-size: 22px;

  font-weight: 700;

  color: #111827;

  margin-bottom: 14px;
}

.tbcard-process-item p {

  font-size: 15px;

  line-height: 1.7;

  color: #6b7280;

  margin: 0;
}

.tbcard-process-line {

  width: 42px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #0068ff;

  font-size: 28px;

  flex-shrink: 0;
}

@media(max-width:991px) {

  .tbcard-process-grid {

    flex-direction: column;
  }

  .tbcard-process-line {

    transform: rotate(90deg);

    margin: -8px 0;
  }

  .tbcard-process-item {

    width: 100%;
  }

}

@media(max-width:767px) {

  .tbcard-process-section {

    padding: 70px 0;
  }

  .tbcard-process-header h2 {

    font-size: 34px;
  }

  .tbcard-process-item {

    padding: 34px 22px;
  }

}


/*====================================
    TapBudi Features
====================================*/

.tbcard-features-section {
  padding: 90px 0;
}

.tbcard-features-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.tbcard-features-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbcard-features-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbcard-features-header p {
  max-width: 680px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbcard-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tbcard-feature-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 32px 26px;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.tbcard-feature-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbcard-feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0068ff, #0051e6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 24px;
}

.tbcard-feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbcard-feature-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

@media(max-width:1199px) {

  .tbcard-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .tbcard-features-section {
    padding: 70px 0;
  }

  .tbcard-features-header h2 {
    font-size: 34px;
  }

  .tbcard-features-grid {
    grid-template-columns: 1fr;
  }

  .tbcard-feature-card {
    padding: 28px 22px;
  }

}


/*====================================
    TapBudi Products
====================================*/

.tbcard-products-section {
  padding: 90px 0;
}

.tbcard-products-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbcard-products-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.tbcard-products-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbcard-products-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbcard-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.tbcard-product-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  overflow: hidden;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.tbcard-product-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbcard-product-image {
  background: #f8fbff;
  padding: 35px;
  text-align: center;
}

.tbcard-product-image img {
  max-width: 100%;
  height: 220px;
  object-fit: contain;
  transition: .35s;
}

.tbcard-product-card:hover .tbcard-product-image img {
  transform: scale(1.05);
}

.tbcard-product-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 28px 28px 12px;
}

.tbcard-product-card p {
  margin: 0 28px 28px;
  color: #6b7280;
  line-height: 1.7;
  font-size: 15px;
}

.tbcard-product-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 28px 28px;
  color: #0068ff;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

.tbcard-product-btn:hover {
  color: #0051e6;
}

.tbcard-product-btn i {
  transition: .3s;
}

.tbcard-product-btn:hover i {
  transform: translateX(5px);
}

@media(max-width:1199px) {

  .tbcard-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .tbcard-products-section {
    padding: 70px 0;
  }

  .tbcard-products-header h2 {
    font-size: 34px;
  }

  .tbcard-products-grid {
    grid-template-columns: 1fr;
  }

}

/*====================================
    Audience Section
====================================*/

.tbcard-audience-section {
  padding: 90px 0;
}

.tbcard-audience-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbcard-audience-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbcard-audience-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbcard-audience-header p {
  max-width: 700px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbcard-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tbcard-audience-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  overflow: hidden;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.tbcard-audience-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbcard-audience-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: .4s;
}

.tbcard-audience-card:hover img {
  transform: scale(1.06);
}

.tbcard-audience-content {
  padding: 28px;
}

.tbcard-audience-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbcard-audience-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

/* Responsive */

@media (max-width:991px) {

  .tbcard-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbcard-audience-header h2 {
    font-size: 36px;
  }

}

@media (max-width:767px) {

  .tbcard-audience-section {
    padding: 70px 0;
  }

  .tbcard-audience-grid {
    grid-template-columns: 1fr;
  }

  .tbcard-audience-card img {
    height: 220px;
  }

  .tbcard-audience-header h2 {
    font-size: 32px;
  }

}


/*====================================
    TapBudi Band Products
====================================*/

.tbband-products-section {
  padding: 90px 0;
}

.tbband-products-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbband-products-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.tbband-products-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbband-products-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbband-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.tbband-product-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  overflow: hidden;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
}

.tbband-product-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbband-product-image {
  background: #f8fbff;
  padding: 28px;
  text-align: center;
}

.tbband-product-image img {
  width: 100%;
  max-width: 170px;
  height: 170px;
  object-fit: contain;
  transition: .35s;
}

.tbband-product-card:hover .tbband-product-image img {
  transform: scale(1.06);
}

.tbband-product-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tbband-product-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbband-product-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 24px;
  flex: 1;
}

.tbband-product-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  color: #0068ff;
  transition: .3s;
}

.tbband-product-btn:hover {
  color: #0051e6;
}

.tbband-product-btn i {
  transition: .3s;
}

.tbband-product-btn:hover i {
  transform: translateX(5px);
}

@media (max-width:1400px) {

  .tbband-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width:991px) {

  .tbband-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbband-products-header h2 {
    font-size: 36px;
  }

}

@media (max-width:767px) {

  .tbband-products-section {
    padding: 70px 0;
  }

  .tbband-products-grid {
    grid-template-columns: 1fr;
  }

  .tbband-products-header h2 {
    font-size: 32px;
  }
}


/*====================================
    TapBudi Band FAQ
====================================*/

.tbbandfaq-section {
  padding: 90px 0;
}

.tbbandfaq-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbbandfaq-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbbandfaq-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbbandfaq-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbbandfaq-accordion .accordion-item {
  border: 1px solid #e8edf5;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
  transition: .35s;
}

.tbbandfaq-accordion .accordion-item:hover {
  transform: translateY(-3px);
  border-color: #0068ff;
  box-shadow: 0 18px 40px rgba(0, 104, 255, .12);
}

.tbbandfaq-accordion .accordion-button {
  background: #fff;
  color: #111827;
  font-size: 17px;
  font-weight: 600;
  padding: 22px 24px;
  box-shadow: none;
}

.tbbandfaq-accordion .accordion-button:focus {
  box-shadow: none;
}

.tbbandfaq-accordion .accordion-button:not(.collapsed) {
  background: #0068ff;
  color: #fff;
}

.tbbandfaq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0068ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.tbbandfaq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  background: #fff;
  color: #0068ff;
}

.tbbandfaq-accordion .accordion-body {
  padding: 22px 24px;
  color: #6b7280;
  line-height: 1.8;
  font-size: 15px;
}

@media(max-width:767px) {

  .tbbandfaq-section {
    padding: 70px 0;
  }

  .tbbandfaq-header h2 {
    font-size: 34px;
  }

  .tbbandfaq-header p {
    font-size: 16px;
  }

}

/*====================================
    TapBudi Band Workflow
====================================*/

.tbbandflow-section {
  padding: 90px 0;
}

.tbbandflow-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbbandflow-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbbandflow-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbbandflow-header p {
  max-width: 700px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbbandflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.tbbandflow-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 30px;
  text-align: center;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.tbbandflow-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbbandflow-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: #eef5ff;
  color: #0068ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: .35s;
}

.tbbandflow-card:hover .tbbandflow-icon {
  background: #0068ff;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

.tbbandflow-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbbandflow-card p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

@media(max-width:991px) {

  .tbbandflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tbbandflow-header h2 {
    font-size: 36px;
  }

}

@media(max-width:767px) {

  .tbbandflow-section {
    padding: 70px 0;
  }

  .tbbandflow-grid {
    grid-template-columns: 1fr;
  }

  .tbbandflow-header h2 {
    font-size: 32px;
  }

}

/*====================================
    TapBudi Band Organizations
====================================*/

.tbbandorg-section {
  padding: 90px 0;
}

.tbbandorg-header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.tbbandorg-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbbandorg-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.tbbandorg-header p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
}

/* Grid */

.tbbandorg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Card */

.tbbandorg-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tbbandorg-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 22px 45px rgba(0, 104, 255, .14);
}

.tbbandorg-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #f3f6fb;
}

.tbbandorg-media img,
.tbbandorg-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform .4s ease;
}

.tbbandorg-card:hover .tbbandorg-media img,
.tbbandorg-card:hover img {
  transform: scale(1.05);
}

.tbbandorg-content {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tbbandorg-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
}

.tbbandorg-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

/* Responsive */

@media (max-width:1199px) {

  .tbbandorg-header h2 {
    font-size: 40px;
  }

}

@media (max-width:991px) {

  .tbbandorg-section {
    padding: 80px 0;
  }

  .tbbandorg-header {
    margin-bottom: 32px;
  }

  .tbbandorg-header h2 {
    font-size: 36px;
  }

  .tbbandorg-header p {
    font-size: 16px;
  }

  .tbbandorg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

}

@media (max-width:767px) {

  .tbbandorg-section {
    padding: 70px 0;
  }

  .tbbandorg-header {
    margin-bottom: 28px;
  }

  .tbbandorg-header h2 {
    font-size: 30px;
  }

  .tbbandorg-header p {
    font-size: 15px;
  }

  .tbbandorg-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tbbandorg-media {
    aspect-ratio: 16 / 10;
  }

  .tbbandorg-content {
    padding: 20px 22px 24px;
  }

  .tbbandorg-content h3 {
    font-size: 20px;
  }

}

/*====================================
    TapBudi Band Why Choose
====================================*/

.tbbandwhy-section {
  padding: 90px 0;
}

.tbbandwhy-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbbandwhy-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tbbandwhy-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbbandwhy-header p {
  max-width: 700px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.tbbandwhy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.tbbandwhy-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 35px 28px;
  text-align: center;
  transition: .35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.tbbandwhy-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 20px 45px rgba(0, 104, 255, .15);
}

.tbbandwhy-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 22px;
  border-radius: 22px;
  background: #eef5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #0068ff;
  transition: .35s;
}

.tbbandwhy-card:hover .tbbandwhy-icon {
  background: #0068ff;
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}

.tbbandwhy-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbbandwhy-card p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

/* Responsive */

@media(max-width:1199px) {

  .tbbandwhy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .tbbandwhy-section {
    padding: 70px 0;
  }

  .tbbandwhy-header {
    margin-bottom: 45px;
  }

  .tbbandwhy-header h2 {
    font-size: 32px;
  }

  .tbbandwhy-header p {
    font-size: 15px;
  }

  .tbbandwhy-grid {
    grid-template-columns: 1fr;
  }

  .tbbandwhy-card {
    padding: 30px 24px;
  }

}


/*=========================================
    TapBudi Band Workflow
=========================================*/

.tbbandflow-section {
  padding: 90px 0;
}

.tbbandflow-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.tbbandflow-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.tbbandflow-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.tbbandflow-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
  max-width: 650px;
  margin: auto;
}

.tbbandflow-process {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.tbbandflow-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
  transition: .35s;
}

.tbbandflow-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 22px 50px rgba(0, 104, 255, .15);
}

.tbbandflow-number {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #0068ff;
}

.tbbandflow-icon {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: #eef5ff;
  color: #0068ff;
  margin: 0 auto 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  transition: .35s;
}

.tbbandflow-card:hover .tbbandflow-icon {
  background: #0068ff;
  color: #fff;
}

.tbbandflow-image img {
  width: 60px;
  height: auto;
}

.tbbandflow-card:hover .tbbandflow-image {
  background: #eef5ff;
}

.tbbandflow-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbbandflow-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

.tbbandflow-arrow {
  font-size: 34px;
  color: #0068ff;
}

/* Tablet */

@media(max-width:991px) {

  .tbbandflow-process {
    grid-template-columns: 1fr;
  }

  .tbbandflow-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }

}

/* Mobile */

@media(max-width:767px) {

  .tbbandflow-section {
    padding: 70px 0;
  }

  .tbbandflow-header {
    margin-bottom: 45px;
  }

  .tbbandflow-header h2 {
    font-size: 32px;
  }

  .tbbandflow-header p {
    font-size: 15px;
  }

  .tbbandflow-card {
    padding: 30px 22px;
  }

  .tbbandflow-icon {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }

  .tbbandflow-image img {
    width: 50px;
  }

}


/*==============================
    Why Choose
==============================*/

.tbsol-why-section {
  padding: 100px 0;
}

.tbsol-why-sticky {
  position: sticky;
  top: 120px;
}

.tbsol-why-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: #eef5ff;
  color: #0068ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tbsol-why-sticky h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
  margin-bottom: 22px;
}

.tbsol-why-sticky p {
  font-size: 17px;
  line-height: 1.9;
  color: #6b7280;
  margin: 0;
}

.tbsol-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.tbsol-why-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e8edf5;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
  transition: .35s;
}

.tbsol-why-card:hover {
  transform: translateY(-8px);
  border-color: #0068ff;
  box-shadow: 0 25px 60px rgba(0, 104, 255, .14);
}

.tbsol-why-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #eef5ff;
  color: #0068ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  transition: .35s;
}

.tbsol-why-card:hover .tbsol-why-icon {
  background: #0068ff;
  color: #fff;
  transform: rotate(-8deg);
}

.tbsol-why-card h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.tbsol-why-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.7;
  font-size: 15px;
}

/* Tablet */

@media(max-width:991px) {

  .tbsol-why-section {
    padding: 80px 0;
  }

  .tbsol-why-sticky {
    position: static;
    margin-bottom: 45px;
  }

  .tbsol-why-sticky h2 {
    font-size: 38px;
  }

}

/* Mobile */

@media(max-width:767px) {

  .tbsol-why-grid {
    grid-template-columns: 1fr;
  }

  .tbsol-why-sticky h2 {
    font-size: 32px;
  }

  .tbsol-why-sticky p {
    font-size: 15px;
  }

  .tbsol-why-card {
    padding: 24px;
  }

  .tbsol-why-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

}




/*==============================
Business Cards
==============================*/

.tbsol-business-section {
  padding: 90px 0;
}

.tbsol-business-subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 17px;
  color: #6b7280;
  line-height: 1.8;
}

.tbsol-business-card {
  height: 100%;
  background: #fff;
  border: 1px solid #E7ECF5;
  border-radius: 22px;
  overflow: hidden;
  transition: .35s;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.tbsol-business-card:hover {
  transform: translateY(-8px);
  border-color: #005BFF;
  box-shadow: 0 22px 55px rgba(0, 91, 255, .12);
}

.tbsol-business-image {
  overflow: hidden;
}

.tbsol-business-image img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  transition: .45s;
  object-position: top;
}

.tbsol-business-card:hover .tbsol-business-image img {
  transform: scale(1.06);
}

.tbsol-business-content {
  padding: 26px;
}

.tbsol-business-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #EEF4FF;
  color: #005BFF;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.tbsol-business-tag i {
  font-size: 15px;
}

.tbsol-business-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 14px;
  min-height: 62px;
}

.tbsol-business-content p {
  color: #667085;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.tbsol-business-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #005BFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.tbsol-business-content a i {
  transition: .3s;
}

.tbsol-business-content a:hover i {
  transform: translateX(5px);
}

/* Tablet */

@media(max-width:991px) {

  .tbsol-business-section {
    padding: 70px 0;
  }

  .tbsol-business-image img {
    height: 220px;
  }

  .tbsol-business-content h3 {
    min-height: auto;
    font-size: 22px;
  }

}

/* Mobile */

@media(max-width:767px) {

  .tbsol-business-section {
    padding: 60px 0;
  }

  .tbsol-business-subtitle {
    font-size: 15px;
  }

  .tbsol-business-image img {
    height: 200px;
  }

  .tbsol-business-content {
    padding: 22px;
  }

  .tbsol-business-content h3 {
    font-size: 20px;
  }

}



/*=====================================
FAQ
=====================================*/

.tbsol-accordion .accordion-item {
  border: 1px solid #E6ECF5;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  transition: .3s;
}

.tbsol-accordion .accordion-item:hover {
  border-color: #005BFF;
  box-shadow: 0 16px 40px rgba(0, 91, 255, .08);
}

.tbsol-accordion .accordion-button {
  background: #fff;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 26px;
  box-shadow: none;
  border: none;
}

.tbsol-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #005BFF;
  box-shadow: none;
}

.tbsol-accordion .accordion-button:focus {
  box-shadow: none;
}

.tbsol-accordion .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
  transition: .3s;
}

.tbsol-accordion .accordion-body {
  padding: 0 26px 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.8;
}

/* blue line when opened */

.tbsol-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #005BFF;
}

.tbsol-accordion .accordion-button:not(.collapsed)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  background: #005BFF;
  border-radius: 10px;
}

/* Mobile */

@media (max-width:991px) {

  .tbsol-accordion .accordion-button {
    font-size: 16px;
    padding: 18px 20px;
  }

  .tbsol-accordion .accordion-body {
    padding: 0 20px 20px;
    font-size: 14px;
  }

}


.tbsol-showcase-section {
  padding: 90px 0;
  background: #fff;
}

.tbsol-showcase-header {
  text-align: center;
  margin-bottom: 50px;
}

.tbsol-showcase-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.tbsol-showcase-header p {
  font-size: 17px;
  color: #6b7280;
  max-width: 700px;
  margin: auto;
}

.tbsol-showcase-slider {
  padding-bottom: 70px;
}

.tbsol-showcase-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e8eef8;
  transition: .35s;
  height: 100%;
}

.tbsol-showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.tbsol-showcase-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.tbsol-showcase-content {
  padding: 24px;
}

.tbsol-showcase-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.tbsol-showcase-title i {
  width: 48px;
  height: 48px;
  background: #0068ff;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.tbsol-showcase-title h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.tbsol-showcase-content p {
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 18px;
}

.tbsol-showcase-content a {
  color: #0068ff;
  font-weight: 700;
  text-decoration: none;
}

.tbsol-showcase-content a i {
  transition: .3s;
}

.tbsol-showcase-content a:hover i {
  margin-left: 6px;
}

/* pagination bars */

.tbsol-showcase-pagination {
  margin-top: 45px;
  text-align: center;
}

.tbsol-showcase-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 6px;
  border-radius: 30px;
  background: #d8dce4;
  opacity: 1;
  margin: 0 6px !important;
  transition: .35s;
}

.tbsol-showcase-pagination .swiper-pagination-bullet-active {
  width: 90px;
  background: #0068ff;
}

@media(max-width:991px) {

  .tbsol-showcase-header h2 {
    font-size: 34px;
  }

  .tbsol-showcase-card img {
    height: 190px;
  }

}


/* ==========================================
   TESTIMONIAL SECTION
========================================== */

.tbtest-section {
  padding: 100px 0;
  background: var(--tap-soft);
}


.tbtest-container {
  max-width: 1400px;
  margin: auto;
}



/* ==========================================
   SECTION HEADER
========================================== */

.tbtest-header {

  max-width: 800px;

  margin: 0 auto 60px;

  text-align: center;

}



.tbtest-label {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 8px 18px;

  border-radius: 50px;

  background: #eaf2ff;

  color: var(--tap-blue);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.tbtest-title {

  margin: 0 0 18px;

  color: var(--tap-navy);

  font-size: 46px;

  line-height: 1.15;

  font-weight: 800;

  letter-spacing: -1px;

}



.tbtest-subtitle {

  margin: 0 auto;

  max-width: 650px;

  color: var(--tap-muted);

  font-size: 18px;

  line-height: 1.7;

}



/* ==========================================
   SWIPER WRAPPER
========================================== */


.tbtest-swiper {

  overflow: hidden;

  padding: 10px 5px 55px;

}



/* ==========================================
   TESTIMONIAL CARD
========================================== */


.tbtest-card {

  background: var(--tap-card);

  border: 1px solid var(--tap-border);

  border-radius: var(--tb-radius-lg);

  padding: 35px;

  height: 100%;

  min-height: 350px;

  transition: .35s ease;

}



.tbtest-card:hover {

  border-color: var(--tap-blue);

  transform: translateY(-6px);

}



/* ==========================================
   CARD TOP AREA
========================================== */


.tbtest-top {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  margin-bottom: 30px;

}



.tbtest-top h3 {

  margin: 0;

  color: var(--tap-navy);

  font-size: 44px;

  line-height: 1;

  font-weight: 800;

}



.tbtest-stars {

  margin-top: 10px;

  color: #ffb400;

  font-size: 15px;

  letter-spacing: 2px;

}



.tbtest-small {

  display: block;

  margin-top: 8px;

  color: var(--tap-muted);

  font-size: 15px;

}



/* Quote Icon */


.tbtest-icon {

  width: 58px;

  height: 58px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: var(--tap-blue);

  color: var(--tb-white);

  font-size: 26px;

}



/* ==========================================
   TESTIMONIAL CONTENT
========================================== */


.tbtest-card p {

  margin: 0 0 35px;

  color: var(--tap-text);

  font-size: 17px;

  line-height: 1.75;

}



/* ==========================================
   USER PROFILE
========================================== */


.tbtest-user {

  display: flex;

  align-items: center;

  gap: 15px;

}



.tbtest-avatar {

  width: 56px;

  height: 56px;

  flex-shrink: 0;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: var(--tap-navy);

  color: var(--tb-white);

  font-size: 16px;

  font-weight: 700;

}



.tbtest-user h5 {

  margin: 0 0 5px;

  color: var(--tap-navy);

  font-size: 17px;

  font-weight: 700;

}



.tbtest-user span {

  color: var(--tap-muted);

  font-size: 14px;

}



/* ==========================================
   SWIPER PAGINATION BARS
========================================== */


.tbtest-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}



.tbtest-pagination .swiper-pagination-bullet {

  width: 45px;

  height: 5px;

  margin: 0 !important;

  border-radius: 30px;

  background: var(--tb-line);

  opacity: 1;

  transition: .3s ease;

}



.tbtest-pagination .swiper-pagination-bullet-active {

  width: 65px;

  background: var(--tap-blue);

}



/* ==========================================
   RESPONSIVE
========================================== */


@media(max-width:991px) {

  .tbtest-title {

    font-size: 38px;

  }


  .tbtest-card {

    padding: 30px;

  }

}



@media(max-width:767px) {

  .tbtest-section {

    padding: 70px 0;

  }


  .tbtest-title {

    font-size: 32px;

  }


  .tbtest-subtitle {

    font-size: 16px;

  }


  .tbtest-card {

    min-height: auto;

    padding: 25px;

  }


  .tbtest-top h3 {

    font-size: 36px;

  }

}

/* ===================================
 PREMIUM COMPARISON SECTION
=================================== */


.tbcompare-section{

    padding:100px 0;

    background:var(--tap-soft);

}


.tbcompare-container{

    max-width:1500px;

}



/* HEADER */


.tbcompare-header{

    text-align:center;

    max-width:750px;

    margin:0 auto 60px;

}



.tbcompare-badge{

    display:inline-flex;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}



.tbcompare-title{

    margin:20px 0 15px;

    font-size:46px;

    line-height:1.15;

    font-weight:800;

    color:var(--tap-navy);

}



.tbcompare-description{

    font-size:18px;

    line-height:1.7;

    color:var(--tap-muted);

}



/* TABLE BOX */


.tbcompare-table-box{

    background:white;

    border:1px solid var(--tap-border);

    border-radius:24px;

    overflow:hidden;

}




/* TABLE */


.tbcompare-table{

    min-width:1100px;

}



.tbcompare-table th{

    background:#f8fbff;

    padding:25px;

    font-size:16px;

    font-weight:700;

    color:var(--tap-navy);

    text-align:center;

    border-bottom:1px solid var(--tap-border);

}



.tbcompare-table td{

    padding:22px 25px;

    text-align:center;

    color:var(--tap-text);

    border-color:var(--tap-border);

}



.tbcompare-table td:first-child,
.tbcompare-table th:first-child{

    text-align:left;

    font-weight:700;

}



/* FEATURED COLUMN */


.popular-plan{

    background:#edf4ff !important;

}



.popular-label{

    display:inline-block;

    background:var(--tap-blue);

    color:white;

    font-size:11px;

    padding:5px 12px;

    border-radius:30px;

    margin-bottom:8px;

}




/* CHECK */


.yes{

    color:var(--tap-blue) !important;

    font-size:20px;

    font-weight:700;

}




/* MOBILE */


@media(max-width:768px){

    .tbcompare-section{

        padding:70px 0;

    }


    .tbcompare-title{

        font-size:32px;

    }


    .tbcompare-description{

        font-size:16px;

    }


}


/* ==========================================
   PREMIUM PRICING SECTION
========================================== */


.tbpricing-section{

    padding:100px 0;

    background:var(--tap-soft);

}



.tbpricing-container{

    max-width:1500px;

    margin:auto;

}



/* ==========================================
   SECTION HEADER
========================================== */


.tbpricing-header{

    max-width:800px;

    margin:0 auto 65px;

    text-align:center;

}



.tbpricing-badge{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}



.tbpricing-title{

    margin:20px 0 18px;

    color:var(--tap-navy);

    font-size:46px;

    line-height:1.15;

    font-weight:800;

    letter-spacing:-1px;

}



.tbpricing-description{

    max-width:650px;

    margin:auto;

    color:var(--tap-muted);

    font-size:18px;

    line-height:1.7;

}





/* ==========================================
   PRICING GRID
========================================== */


.tbpricing-grid{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:22px;

    align-items:stretch;

}





/* ==========================================
   PRICE CARD
========================================== */


.tbpricing-card{

    position:relative;

    background:var(--tap-card);

    border:1px solid var(--tap-border);

    border-radius:24px;

    padding:35px 30px;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    min-height:550px;

    transition:.35s ease;

}



.tbpricing-card:hover{

    border-color:var(--tap-blue);

    transform:translateY(-8px);

}





/* FEATURED CARD */

.tbpricing-featured{

    border:2px solid var(--tap-blue);

    background:#f8fbff;

}





.tbpricing-popular{

    position:absolute;

    top:-14px;

    left:50%;

    transform:translateX(-50%);

    background:var(--tap-blue);

    color:white;

    padding:7px 18px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    white-space:nowrap;

}





/* ==========================================
   CARD CONTENT
========================================== */


.tbpricing-card h3{

    margin:0 0 12px;

    color:var(--tap-navy);

    font-size:26px;

    font-weight:800;

}



.tbpricing-for{

    color:var(--tap-muted);

    font-size:15px;

    line-height:1.5;

    min-height:45px;

}





/* PRICE */


.tbpricing-price{

    margin:30px 0;

    color:var(--tap-navy);

    font-size:52px;

    font-weight:800;

    line-height:1;

}



.tbpricing-price span{

    font-size:28px;

    vertical-align:top;

}



.tbpricing-price small{

    font-size:15px;

    color:var(--tap-muted);

    font-weight:500;

}





.tbpricing-custom{

    margin:30px 0;

    font-size:40px;

    font-weight:800;

    color:var(--tap-navy);

}





/* FEATURES */


.tbpricing-card ul{

    list-style:none;

    padding:0;

    margin:0;

}



.tbpricing-card li{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:15px;

    color:var(--tap-text);

    font-size:15px;

}



.tbpricing-card li i{

    color:var(--tap-blue);

    font-size:16px;

}






/* ==========================================
   BUTTONS
========================================== */


.tbpricing-btn{

    margin-top:35px;

    width:100%;

    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:12px;

    border:1px solid var(--tap-blue);

    color:var(--tap-blue);

    text-decoration:none;

    font-weight:700;

    transition:.3s ease;

}



.tbpricing-btn:hover{

    background:var(--tap-blue);

    color:white;

}



.tbpricing-btn.active{

    background:var(--tap-blue);

    color:white;

}





/* ==========================================
   FOOT NOTE
========================================== */


.tbpricing-note{

    margin-top:45px;

    text-align:center;

    color:var(--tap-muted);

    font-size:15px;

}






/* ==========================================
   RESPONSIVE
========================================== */


@media(max-width:1400px){


    .tbpricing-grid{

        grid-template-columns:repeat(3,1fr);

    }


}



@media(max-width:991px){


    .tbpricing-grid{

        grid-template-columns:repeat(2,1fr);

    }


    .tbpricing-title{

        font-size:38px;

    }


}




@media(max-width:600px){


    .tbpricing-section{

        padding:70px 0;

    }


    .tbpricing-grid{

        grid-template-columns:1fr;

    }


    .tbpricing-title{

        font-size:32px;

    }


    .tbpricing-card{

        min-height:auto;

        padding:30px 25px;

    }


}

/* ======================================
   USE CASE SECTION
====================================== */


.tbuse-section{

    padding:100px 0;

    background:#ffffff;

}



.tbuse-container{

    max-width:1500px;

}





/* HEADER */

.tbuse-header{

    max-width:800px;

    margin:0 auto 60px;

    text-align:center;

}



.tbuse-badge{

    display:inline-flex;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}



.tbuse-title{

    margin:20px 0 15px;

    color:var(--tap-navy);

    font-size:46px;

    font-weight:800;

    line-height:1.15;

}



.tbuse-description{

    color:var(--tap-muted);

    font-size:18px;

    line-height:1.7;

}





/* CARD */


.tbuse-card{

    height:100%;

    background:#fff;

    border:1px solid var(--tap-border);

    border-radius:24px;

    overflow:hidden;

    transition:.35s ease;

}



.tbuse-card:hover{

    border-color:var(--tap-blue);

    transform:translateY(-8px);

}





/* IMAGE */


.tbuse-image{

   height: 40VH;

    overflow:hidden;

    background:var(--tap-soft);

}



.tbuse-image img{
    width: 100%;
    height: 100%;
    object-fit: COVER;
    OBJECT-POSITION: top;
    transition: .4s ease;

}



.tbuse-card:hover img{

    transform:scale(1.05);

}





/* CONTENT */


.tbuse-content{

    padding:28px;

}



.tbuse-content h3{

    display:flex;

    align-items:center;

    gap:10px;

    margin:0 0 15px;

    color:var(--tap-navy);

    font-size:21px;

    font-weight:800;

}



.tbuse-content h3 i{

    color:var(--tap-blue);

}



.tbuse-content p{

    color:var(--tap-text);

    font-size:15px;

    line-height:1.7;

    margin-bottom:22px;

}





/* META */


.tbuse-meta{

    display:flex;

    flex-direction:column;

    gap:8px;

    padding-top:18px;

    border-top:1px solid var(--tap-border);

}



.tbuse-meta span{

    color:var(--tap-muted);

    font-size:14px;

}



.tbuse-meta strong{

    color:var(--tap-blue);

}





/* RESPONSIVE */


@media(max-width:991px){

    .tbuse-title{

        font-size:38px;

    }

}



@media(max-width:767px){

    .tbuse-section{

        padding:70px 0;

    }


    .tbuse-title{

        font-size:32px;

    }


    .tbuse-image{

        height:200px;

    }

}


/* =====================================
   STICKY SCROLL BENEFITS SECTION
===================================== */


.tbbenefit-scroll-section{

    padding:120px 0;

    background:#ffffff;

}



.tbbenefit-scroll-container{

    max-width:1400px;

    display:grid;

    grid-template-columns:420px 1fr;

    gap:90px;

}



/* LEFT STICKY */


.tbbenefit-scroll-left{

    position:sticky;

    top:120px;

    height:max-content;

}



.tbbenefit-scroll-badge{

    display:inline-flex;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}



.tbbenefit-scroll-left h2{

    margin:25px 0 20px;

    font-size:48px;

    line-height:1.15;

    font-weight:800;

    color:var(--tap-navy);

}



.tbbenefit-scroll-left p{

    color:var(--tap-muted);

    font-size:18px;

    line-height:1.7;

}



.tbbenefit-scroll-btn{

    display:inline-flex;

    margin-top:25px;

    padding:14px 28px;

    border-radius:12px;

    background:var(--tap-blue);

    color:white;

    text-decoration:none;

    font-weight:700;

}




/* RIGHT CARDS */


.tbbenefit-scroll-right{

    position:relative;

}



.tbscroll-card{

    position:sticky;

    top:120px;


    min-height:280px;


    background:white;


    border:1px solid var(--tap-border);


    border-radius:28px;


    padding:45px;


    margin-bottom:40px;


    transition:.4s ease;

}



/* STACK EFFECT */

.tbscroll-card:nth-child(1){
    z-index:1;
}

.tbscroll-card:nth-child(2){
    z-index:2;
}

.tbscroll-card:nth-child(3){
    z-index:3;
}

.tbscroll-card:nth-child(4){
    z-index:4;
}

.tbscroll-card:nth-child(5){
    z-index:5;
}




.tbscroll-card:hover{

    border-color:var(--tap-blue);

}




.tbscroll-icon{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:28px;

    margin-bottom:25px;

}



.tbscroll-card h3{

    font-size:28px;

    color:var(--tap-navy);

    margin-bottom:12px;

}



.tbscroll-card p{

    color:var(--tap-muted);

    font-size:17px;

    line-height:1.7;

}





/* MOBILE */

@media(max-width:991px){


.tbbenefit-scroll-container{

    grid-template-columns:1fr;

    gap:50px;

}


.tbbenefit-scroll-left{

    position:relative;

    top:auto;

}



.tbbenefit-scroll-left h2{

    font-size:36px;

}



.tbscroll-card{

    position:relative;

    top:auto;

}


}


/* ======================================
   HARDWARE SECTION
====================================== */

.tbhardware-section{

    padding:100px 60px;

    background:#ffffff;

}


.tbhardware-container{

    max-width:1600px;

    margin:0 auto;

}




/* ======================================
   HEADER
====================================== */


.tbhardware-header{

    max-width:850px;

    margin:0 auto 60px;

    text-align:center;

}


.tbhardware-badge{

    display:inline-flex;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}


.tbhardware-title{

    margin:20px 0 15px;

    color:var(--tap-navy);

    font-size:46px;

    line-height:1.15;

    font-weight:800;

}


.tbhardware-description{

    max-width:650px;

    margin:auto;

    color:var(--tap-muted);

    font-size:18px;

    line-height:1.7;

}





/* ======================================
   PRODUCT GRID - 6 CARDS SINGLE ROW
====================================== */


.tbhardware-grid{

    display:grid;

    grid-template-columns:repeat(6, 1fr);

    gap:22px;

    align-items:stretch;

}





/* ======================================
   PRODUCT CARD
====================================== */


.tbhardware-item{

    min-width:0;

}



.tbhardware-card{

    height:100%;

    background:#ffffff;

    border:1px solid var(--tap-border);

    border-radius:24px;

    overflow:hidden;

    transition:.35s ease;

}



.tbhardware-card:hover{

    transform:translateY(-8px);

    border-color:var(--tap-blue);

}





/* ======================================
   IMAGE
====================================== */


.tbhardware-image{

    height:210px;

    padding:25px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--tap-soft);

}



.tbhardware-image img{

    width:100%;

    height:100%;

    object-fit:contain;

    transition:.35s ease;

}



.tbhardware-card:hover .tbhardware-image img{

    transform:scale(1.06);

}





/* ======================================
   CONTENT
====================================== */


.tbhardware-content{

    padding:25px;

}



.tbhardware-content h3{

    margin:0 0 10px;

    color:var(--tap-navy);

    font-size:19px;

    font-weight:800;

}



.tbhardware-content p{

    margin:0;

    min-height:48px;

    color:var(--tap-muted);

    font-size:14px;

    line-height:1.6;

}





/* ======================================
   PRICE AREA
====================================== */


.tbhardware-bottom{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-top:22px;

    padding-top:18px;

    border-top:1px solid var(--tap-border);

}



.tbhardware-bottom strong{

    color:var(--tap-blue);

    font-size:18px;

}



.tbhardware-bottom a{

    color:var(--tap-navy);

    font-size:13px;

    font-weight:700;

    text-decoration:none;

}





/* ======================================
   RESPONSIVE
====================================== */


@media(max-width:1500px){

    .tbhardware-section{

        padding-left:40px;

        padding-right:40px;

    }


    .tbhardware-grid{

        grid-template-columns:repeat(3,1fr);

    }

}




@media(max-width:991px){


    .tbhardware-section{

        padding:80px 25px;

    }


    .tbhardware-title{

        font-size:38px;

    }


    .tbhardware-grid{

        grid-template-columns:repeat(2,1fr);

    }

}




@media(max-width:600px){


    .tbhardware-section{

        padding:70px 20px;

    }


    .tbhardware-title{

        font-size:32px;

    }


    .tbhardware-grid{

        grid-template-columns:1fr;

    }


}


/* =====================================
 PRODUCT MAP SECTION
===================================== */


.tbmap-section{

    padding:100px 60px;

    background:#ffffff;

}


.tbmap-container{

    max-width:1500px;

    margin:auto;

}





/* HEADER */


.tbmap-header{

    max-width:800px;

    text-align:center;

    margin:0 auto 60px;

}



.tbmap-badge{

    display:inline-flex;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}



.tbmap-title{

    margin:20px 0 15px;

    color:var(--tap-navy);

    font-size:46px;

    font-weight:800;

}



.tbmap-description{

    color:var(--tap-muted);

    font-size:18px;

    line-height:1.7;

}





/* ROW */


.tbmap-row{

    display:grid;

    grid-template-columns:260px 60px 1fr;

    align-items:center;

    gap:25px;

    padding:28px 0;

    border-bottom:1px solid var(--tap-border);

}



.tbmap-row:last-child{

    border-bottom:0;

}





/* SOLUTION */


.tbmap-solution{

    display:flex;

    align-items:center;

    gap:15px;

    color:var(--tap-navy);

    font-size:18px;

    font-weight:800;

}



.tbmap-icon{

    width:55px;

    height:55px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eaf2ff;

    color:var(--tap-blue);

    font-size:24px;

}





/* ARROW */


.tbmap-arrow{

    color:var(--tap-blue);

    font-size:25px;

    text-align:center;

}





/* PRODUCTS */


.tbmap-products{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}



.tbmap-product{

    display:flex;

    align-items:center;

    gap:12px;

    padding:12px 18px;

    border:1px solid var(--tap-border);

    border-radius:18px;

    background:#fff;

    transition:.3s ease;

}



.tbmap-product:hover{

    border-color:var(--tap-blue);

    transform:translateY(-4px);

}



.tbmap-product img{

    width:55px;

    height:55px;

    object-fit:contain;

}



.tbmap-product span{

    color:var(--tap-text);

    font-size:15px;

    font-weight:700;

}





/* RESPONSIVE */


@media(max-width:991px){


    .tbmap-section{

        padding:80px 25px;

    }


    .tbmap-row{

        grid-template-columns:1fr;

        gap:20px;

    }


    .tbmap-arrow{

        display:none;

    }


    .tbmap-title{

        font-size:38px;

    }

}



@media(max-width:600px){

    .tbmap-title{

        font-size:32px;

    }

}

/* Business-types slider (Reviews) — scoped so product pages keep Reviews spacing */
.tbr-section:has(.tbr-business-slider){
    padding:48px 0;
    background:#fff;
}

.tbr-section:has(.tbr-business-slider) .tbr-container{
    max-width:1600px;
}

.tbr-heading{
    text-align:center;
    margin-bottom:48px;
}

.tbr-heading .tbr-subtitle{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#eef5ff;
    color:var(--tap-blue);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.tbr-heading .tbr-section-title{
    margin:20px 0 16px;
    font-size:clamp(1.75rem, 4vw, 2.75rem);
    font-weight:800;
    color:var(--tap-navy);
}

.tbr-heading .tbr-section-desc{
    max-width:700px;
    margin:auto;
    color:var(--tap-muted);
    font-size:18px;
    line-height:1.7;
}



.tbr-business-slider{

    position:relative;

    padding:10px 70px 70px;

    overflow: hidden;

}

.tbr-business-slider .swiper-wrapper {
    align-items: stretch;
}

.tbr-business-slider .swiper-slide {
    height: auto;
    opacity: 1 !important;
    transform: none !important;
}

.tbr-business-slider .tbr-image-card{
    background:#fff;
    border:1px solid var(--tap-border);
    border-radius:24px;
    overflow:hidden;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
    height:100%;
    display: flex;
    flex-direction: column;
}

.tbr-business-slider .swiper-slide-active .tbr-image-card,
.tbr-business-slider .tbr-image-card:hover{
    transform:translateY(-6px);
    border-color:var(--tap-blue);
    box-shadow: 0 16px 36px rgba(0, 104, 255, .12);
}

.tbr-business-slider .tbr-image-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display: block;
}

.tbr-business-slider .tbr-image-card-body{
    padding:24px;
    flex: 1;
}

.tbr-business-slider .tbr-image-card-body h3{
    font-size:22px;
    margin-bottom:10px;
    color:var(--tap-navy);
    font-weight:700;
}

.tbr-business-slider .tbr-image-card-body p{
    margin:0;
    color:var(--tap-muted);
    line-height:1.7;
}



/* arrows */

.tbr-business-slider .tbr-prev,
.tbr-business-slider .tbr-next{

    position:absolute;

    top:42%;

    width:52px;

    height:52px;

    border-radius:50%;

    border:1px solid var(--tap-border);

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    cursor:pointer;

    transition:.3s;

    z-index:20;

    color: var(--tap-navy);

    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);

    pointer-events: auto;

    user-select: none;

}


.tbr-business-slider .tbr-prev{

    left:8px;

}


.tbr-business-slider .tbr-next{

    right:8px;

}


.tbr-business-slider .tbr-prev:hover,
.tbr-business-slider .tbr-next:hover{

    background:var(--tap-blue);

    border-color: var(--tap-blue);

    color:#fff;

}



/* pagination */

.tbr-business-slider .tbr-pagination{

    margin-top:36px;

    text-align:center;

    position: relative;

    z-index: 5;

}


.tbr-business-slider .tbr-pagination .swiper-pagination-bullet{

    width:12px;

    height:12px;

    background:#d3def5;

    opacity:1;

    margin: 0 5px !important;

}


.tbr-business-slider .tbr-pagination .swiper-pagination-bullet-active{

    width:40px;

    border-radius:20px;

    background:var(--tap-blue);

}



/* responsive */

@media(max-width:768px){

.tbr-business-slider{

padding:10px 0 60px;

}

.tbr-business-slider .tbr-prev,
.tbr-business-slider .tbr-next{

display:none;

}

.tbr-heading .tbr-section-title{

font-size:36px;

}

}