@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.tsv-premium-wrap,
.tsv-premium-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.tsv-premium-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: Arial, Helvetica, sans-serif;
}

.tsv-premium-wrap .tsv-section {
  width: 100% !important;
  overflow: hidden;
}

.tsv-premium-wrap .tsv-section-one,
.tsv-premium-wrap .tsv-section-three {
  background: #ffffff;
}

.tsv-premium-wrap .tsv-section-two {
  background: linear-gradient(180deg, #f7fffd 0%, #f4fbf8 100%);
}

.tsv-premium-wrap .tsv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.tsv-premium-wrap h2,
.tsv-premium-wrap .tsv-intro,
.tsv-premium-wrap h3,
.tsv-premium-wrap p {
  text-align: center !important;
}

.tsv-premium-wrap h2 {
  margin: 0 auto;
  color: #111b1f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tsv-premium-wrap .tsv-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #536168;
  font-weight: 400;
  line-height: 1.65;
}

.tsv-premium-wrap .tsv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.tsv-premium-wrap .tsv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d8ebe6;
  box-shadow: 0 18px 46px rgba(18, 102, 89, 0.1);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.tsv-premium-wrap .tsv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.13), transparent 44%),
    linear-gradient(135deg, rgba(255, 0, 80, 0.08), transparent 54%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.tsv-premium-wrap .tsv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00b7ad 0%, #ff2f73 100%);
  box-shadow: 0 14px 28px rgba(255, 47, 115, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.tsv-premium-wrap .tsv-i {
  display: block;
  line-height: 1;
}

.tsv-premium-wrap .tsv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172126;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-premium-wrap .tsv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #59676d;
  font-weight: 400;
  line-height: 1.58;
}

.tsv-premium-wrap .tsv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 47, 115, 0.42);
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(18, 102, 89, 0.16);
}

.tsv-premium-wrap .tsv-card:hover::before {
  opacity: 1;
}

.tsv-premium-wrap .tsv-card:hover .tsv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 183, 173, 0.24);
}

.tsv-premium-wrap .tsv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tsv-premium-wrap .tsv-reveal.tsv-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .tsv-premium-wrap .tsv-section {
    padding: 86px 0;
  }

  .tsv-premium-wrap .tsv-container {
    padding: 0 28px;
  }

  .tsv-premium-wrap h2 {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .tsv-premium-wrap .tsv-intro {
    font-size: 17px;
  }

  .tsv-premium-wrap .tsv-grid {
    gap: 24px;
    margin-top: 42px;
  }

  .tsv-premium-wrap .tsv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tsv-premium-wrap .tsv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tsv-premium-wrap .tsv-card {
    min-height: 300px;
    padding: 34px 24px 28px;
    border-radius: 22px;
  }

  .tsv-premium-wrap .tsv-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 27px;
    margin-bottom: 24px;
  }

  .tsv-premium-wrap .tsv-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .tsv-premium-wrap .tsv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tsv-premium-wrap .tsv-section {
    padding: 70px 0;
  }

  .tsv-premium-wrap .tsv-container {
    padding: 0 24px;
  }

  .tsv-premium-wrap h2 {
    font-size: 34px;
    max-width: 760px;
  }

  .tsv-premium-wrap .tsv-intro {
    font-size: 16px;
  }

  .tsv-premium-wrap .tsv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }

  .tsv-premium-wrap .tsv-card {
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .tsv-premium-wrap .tsv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 24px;
    margin-bottom: 21px;
  }

  .tsv-premium-wrap .tsv-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .tsv-premium-wrap .tsv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tsv-premium-wrap .tsv-section {
    padding: 52px 0;
  }

  .tsv-premium-wrap .tsv-container {
    padding: 0 16px;
  }

  .tsv-premium-wrap h2 {
    font-size: 28px;
    max-width: 430px;
  }

  .tsv-premium-wrap .tsv-intro {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .tsv-premium-wrap .tsv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .tsv-premium-wrap .tsv-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .tsv-premium-wrap .tsv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    font-size: 20px;
    margin-bottom: 16px;
  }

  .tsv-premium-wrap .tsv-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .tsv-premium-wrap .tsv-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tsv-premium-wrap .tsv-section {
    padding: 46px 0;
  }

  .tsv-premium-wrap .tsv-container {
    padding: 0 13px;
  }

  .tsv-premium-wrap h2 {
    font-size: 25px;
    max-width: 360px;
  }

  .tsv-premium-wrap .tsv-intro {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .tsv-premium-wrap .tsv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .tsv-premium-wrap .tsv-card {
    min-height: 224px;
    padding: 18px 11px 17px;
    border-radius: 14px;
  }

  .tsv-premium-wrap .tsv-icon {
    width: 47px;
    height: 47px;
    border-radius: 13px;
    font-size: 18px;
    margin-bottom: 14px;
  }

  .tsv-premium-wrap .tsv-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .tsv-premium-wrap .tsv-card p {
    font-size: 12.2px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tsv-premium-wrap .tsv-section {
    padding: 40px 0;
  }

  .tsv-premium-wrap .tsv-container {
    padding: 0 10px;
  }

  .tsv-premium-wrap h2 {
    font-size: 22px;
    max-width: 310px;
  }

  .tsv-premium-wrap .tsv-intro {
    font-size: 12.8px;
    line-height: 1.48;
  }

  .tsv-premium-wrap .tsv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .tsv-premium-wrap .tsv-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 12px;
  }

  .tsv-premium-wrap .tsv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .tsv-premium-wrap .tsv-card h3 {
    font-size: 13.4px;
    margin-bottom: 7px;
  }

  .tsv-premium-wrap .tsv-card p {
    font-size: 11.4px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .tsv-premium-wrap .tsv-section {
    padding: 36px 0;
  }

  .tsv-premium-wrap .tsv-container {
    padding: 0 10px;
  }

  .tsv-premium-wrap h2 {
    font-size: 21px;
  }

  .tsv-premium-wrap .tsv-intro {
    font-size: 12.5px;
  }

  .tsv-premium-wrap .tsv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .tsv-premium-wrap .tsv-card {
    min-height: 210px;
    padding: 16px 12px;
    border-radius: 12px;
  }

  .tsv-premium-wrap .tsv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .tsv-premium-wrap .tsv-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .tsv-premium-wrap .tsv-card p {
    font-size: 12px;
  }
}