.tb-m-single-product{
  padding:56px 0;
}

.tb-m-single-product .tb-sp{
  display:flex;
  align-items:center;
  gap:24px;
}

.tb-m-single-product .tb-sp__left{
  flex:0 1 58%;
  min-width:0;
}

.tb-m-single-product .tb-sp__right{
  flex:0 1 42%;
  min-width:0;
}

.tb-m-single-product .m-title{
  margin:0 0 10px;
  font-weight:700;
  letter-spacing:.01em;
}

.tb-m-single-product .m-desc{
  margin:0;
  color:rgba(0,0,0,.68);
}

.tb-m-single-product .tb-sp__eyebrow{
  font-size:13px;
  line-height:1.4;
  color:rgba(15,23,42,.64);
  margin:0 0 10px;
}

.tb-m-single-product .tb-sp__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}

.tb-m-single-product .tb-sp__badge{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(45,91,255,.10);
  border:1px solid rgba(45,91,255,.14);
  color:rgba(23,37,84,.92);
  font-size:13px;
  white-space:nowrap;
}

.tb-m-single-product .tb-sp__note{
  margin-top:12px;
  font-size:13px;
  line-height:1.5;
  color:rgba(15,23,42,.58);
}

.tb-m-single-product .tb-sp__right img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}

.tb-m-single-product .tb-sp__features{
  margin:14px 0 0;
  padding-left:18px;
}

.tb-m-single-product .tb-sp__features li{
  margin:6px 0;
}

.tb-m-single-product .tb-sp__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.tb-m-single-product .tb-sp__btn{
  display:inline-block;
  border-radius:999px;
  padding:12px 18px;
  line-height:1;
  text-decoration:none;
  border:1px solid var(--tb--main, #00a0d2);
  transition:opacity .2s, transform .15s, box-shadow .15s, background-color .2s, border-color .2s, color .2s;
}

.tb-m-single-product .tb-sp__btn:focus-visible{
  outline:3px solid rgba(15,23,42,.18);
  outline-offset:2px;
}

.tb-m-single-product .tb-sp__btn--primary{
  background:var(--tb--main, #00a0d2);
  color:#fff;
}

.tb-m-single-product .tb-sp__btn--secondary{
  background:transparent;
  color:var(--tb--main, #00a0d2);
}

.tb-m-single-product .tb-sp__btn:hover{
  opacity:.92;
}

.tb-m-single-product--saas .tb-sp{
  background:linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border:1px solid rgba(15,23,42,.06);
  border-radius:18px;
  padding:32px;
  box-shadow:0 18px 55px rgba(15,23,42,.08);
}

.tb-m-single-product--saas .m-title{
  font-size:34px;
  line-height:1.15;
}

.tb-m-single-product--saas .m-desc{
  font-size:16px;
  line-height:1.7;
}

.tb-m-single-product--saas .tb-sp__right img{
  border-radius:16px;
  box-shadow:0 18px 50px rgba(15,23,42,.14);
}

.tb-m-single-product--saas .tb-sp__features{
  list-style:none;
  padding-left:0;
  margin:18px 0 0;
}

.tb-m-single-product--saas .tb-sp__features li{
  position:relative;
  padding-left:28px;
  margin:10px 0;
  color:rgba(15,23,42,.78);
}

.tb-m-single-product--saas .tb-sp__features li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:.12em;
  width:20px;
  height:20px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(15,23,42,.06);
  color:var(--tb--main, #00a0d2);
  font-weight:700;
  font-size:12px;
}

.tb-m-single-product--saas .tb-sp__btn--primary{
  background:
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(0,0,0,.08)),
    var(--tb--main, #00a0d2);
  border-color:rgba(255,255,255,0);
  box-shadow:0 14px 26px rgba(15,23,42,.18);
}

.tb-m-single-product--saas .tb-sp__btn--secondary{
  background:#fff;
  color:rgba(15,23,42,.86);
  border-color:rgba(15,23,42,.14);
}

.tb-m-single-product--saas .tb-sp__btn:hover{
  opacity:1;
  transform:translateY(-1px);
}

.tb-m-single-product--saas .tb-sp__btn:active{
  transform:translateY(0);
}

.tb-m-single-product--minimal{
  padding:72px 0;
}

.tb-m-single-product--minimal .tb-sp{
  gap:56px;
  align-items:flex-start;
}

.tb-m-single-product--minimal .m-title{
  font-size:46px;
  line-height:1.08;
  margin-bottom:14px;
}

.tb-m-single-product--minimal .m-desc{
  font-size:16px;
  line-height:1.8;
  color:rgba(15,23,42,.62);
}

.tb-m-single-product--minimal .tb-sp__left{
  text-align:left;
}

.tb-m-single-product--minimal .tb-sp__features{
  list-style:none;
  padding-left:0;
  margin:18px 0 0;
}

.tb-m-single-product--minimal .tb-sp__features li{
  position:relative;
  padding-left:30px;
  margin:12px 0;
  color:rgba(15,23,42,.80);
}

.tb-m-single-product--minimal .tb-sp__features li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:.12em;
  width:20px;
  height:20px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(45,91,255,.10);
  color:rgba(45,91,255,.98);
  font-weight:800;
  font-size:12px;
}

.tb-m-single-product--minimal .tb-sp__buttons{
  margin-top:26px;
}

.tb-m-single-product--minimal .tb-sp__btn{
  border-radius:12px;
  padding:12px 18px;
}

.tb-m-single-product--minimal .tb-sp__btn--primary{
  background:var(--tb--main, #00a0d2);
  color:#fff;
  border-color:rgba(255,255,255,0);
  box-shadow:0 10px 22px rgba(15,23,42,.12);
}

.tb-m-single-product--minimal .tb-sp__btn--secondary{
  background:#fff;
  border-color:rgba(15,23,42,.14);
  color:rgba(15,23,42,.86);
}

.tb-m-single-product--minimal .tb-sp__right{
  background:rgba(45,91,255,.08);
  border:1px solid rgba(45,91,255,.14);
  border-radius:22px;
  padding:28px;
}

.tb-m-single-product--minimal .tb-sp__right img{
  box-shadow:none;
  border:0;
  border-radius:16px;
}

