.tw-studio {
  background: #fff;
  padding: 60px 56px;
  font-family: "Poppins", sans-serif;
  color: #190750;
}
.tw-studio *, .tw-studio *::before, .tw-studio *::after {
  box-sizing: border-box;
}
.tw-studio .tw-studio-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.tw-studio .tw-studio-head {
  margin-bottom: 48px;
}
.tw-studio .tw-studio-head .tw-eyebrow {
  font: 700 12px/1 "Poppins", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3E5EE2;
  margin-bottom: 18px;
}
.tw-studio .tw-studio-head h2 {
  font: 600 44px/1.18 "Poppins", sans-serif;
  letter-spacing: -0.012em;
  color: #190750;
  margin: 0 0 18px;
  text-wrap: balance;
}
.tw-studio .tw-studio-head h2 em {
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(95deg, #3E5EE2 0%, #3E5EE2 40%, #7526C5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tw-studio .tw-studio-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #190750;
  opacity: 0.78;
  max-width: 720px;
  margin: 0;
}
.tw-studio .tw-studio-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.tw-studio .tw-studio-card {
  background: #fff;
  border: 1px solid #ECEAF4;
  border-radius: 18px;
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s ease, border-color 0.18s ease;
}
.tw-studio .tw-studio-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -16px rgba(25, 7, 80, 0.18);
  border-color: rgba(117, 38, 197, 0.22);
}
.tw-studio .tw-studio-card h3 {
  font: 700 18px/1.32 "Poppins", sans-serif;
  color: #190750;
  margin: 0;
  letter-spacing: -0.008em;
}
.tw-studio .tw-studio-card p {
  font: 400 14px/1.55 "Poppins", sans-serif;
  color: #190750;
  opacity: 0.72;
  margin: 0;
}
.tw-studio .tw-studio-card-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font: 700 18px/1 "Poppins", sans-serif;
  color: #7526C5;
  letter-spacing: -0.005em;
}
.tw-studio .tw-studio-card-tag .num {
  font-weight: 700;
}
.tw-studio .tw-studio-card-tag .lbl {
  font-weight: 700;
}
.tw-studio .tw-studio-stats {
  background: linear-gradient(135deg, #EFEEFF 0%, #ECE7FA 100%);
  border: 1px solid rgba(117, 38, 197, 0.1);
  border-radius: 20px;
  padding: 26px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.tw-studio .tw-stat {
  text-align: center;
  min-width: 0;
}
.tw-studio .tw-stat-val {
  font: 700 36px/1.05 "Poppins", sans-serif;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #3E5EE2 0%, #7526C5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tw-studio .tw-stat-cap {
  font: 500 12.5px/1.4 "Poppins", sans-serif;
  color: #190750;
  opacity: 0.7;
  margin-top: 6px;
}
.tw-studio .tw-stat-sep {
  width: 1px;
  height: 38px;
  background: rgba(25, 7, 80, 0.12);
  justify-self: center;
}
.tw-studio .tw-studio-cta {
  text-align: center;
}
.tw-studio .tw-btn {
  font: 600 14.5px/1 "Poppins", sans-serif;
  border: 0;
  padding: 14px 26px;
  border-radius: 999px;
  transition: all 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
.tw-studio .tw-btn .arr {
  display: inline-block;
  transition: transform 0.18s ease;
}
.tw-studio .tw-btn:hover .arr {
  transform: translateX(3px);
}
.tw-studio .tw-btn-primary {
  background: #3E5EE2;
  color: #fff;
  box-shadow: 0 2px 6px rgba(25, 7, 80, 0.08);
}
.tw-studio .tw-btn-primary:hover {
  background: #3452CC;
  color: #fff;
  box-shadow: 0 10px 24px rgba(62, 94, 226, 0.28);
}

@media (max-width: 1100px) {
  .tw-studio .tw-studio-cards {
    grid-template-columns: 1fr;
  }
  .tw-studio .tw-studio-stats {
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
    padding: 24px;
  }
  .tw-studio .tw-stat-sep {
    display: none;
  }
}
@media (max-width: 760px) {
  .tw-studio {
    padding: 56px 24px;
  }
  .tw-studio .tw-studio-head {
    margin-bottom: 36px;
  }
  .tw-studio .tw-studio-head h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .tw-studio .tw-studio-head p {
    font-size: 15px;
  }
  .tw-studio .tw-studio-stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px 18px;
  }
  .tw-studio .tw-stat-val {
    font-size: 30px;
  }
}
