@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');

.ttvd-section-wrap,
.ttvd-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ttvd-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ttvd-section-wrap .ttvd-panel {
  width: 100% !important;
}

.ttvd-section-wrap .ttvd-panel-white {
  background: #ffffff;
}

.ttvd-section-wrap .ttvd-panel-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 45, 85, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #f5fbfb 100%);
}

.ttvd-section-wrap .ttvd-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.ttvd-section-wrap .ttvd-heading {
  margin: 0 auto;
  text-align: center;
  color: #111827;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}

.ttvd-section-wrap .ttvd-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #526071;
  line-height: 1.7;
  font-weight: 450;
}

.ttvd-section-wrap .ttvd-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.ttvd-section-wrap .ttvd-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(19, 31, 48, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.12), transparent 42%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
  background-size: 100% 100%, 160% 160%;
  background-position: center, 50% 0%;
}

.ttvd-section-wrap .ttvd-card-tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(255, 45, 85, 0.14), transparent 44%);
}

.ttvd-section-wrap .ttvd-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 45, 85, 0.34);
  box-shadow: 0 24px 62px rgba(255, 45, 85, 0.16), 0 16px 34px rgba(0, 0, 0, 0.08);
  background-position: center, 50% 28%;
}

.ttvd-section-wrap .ttvd-icon {
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #00cfc8 0%, #ff2d55 100%);
  box-shadow: 0 14px 30px rgba(255, 45, 85, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.ttvd-section-wrap .ttvd-card:hover .ttvd-icon {
  transform: translateY(-5px);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(0, 207, 200, 0.2), 0 14px 30px rgba(255, 45, 85, 0.2);
}

.ttvd-section-wrap .ttvd-i {
  line-height: 1;
  text-align: center;
}

.ttvd-section-wrap .ttvd-card h3 {
  margin: 0;
  text-align: center;
  color: #151c2b;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttvd-section-wrap .ttvd-card p {
  margin: 0 auto;
  text-align: center;
  color: #5d6878;
  line-height: 1.62;
  font-weight: 430;
}

.ttvd-section-wrap .ttvd-card.ttvd-reveal {
  opacity: 0;
  transform: translateY(16px);
}

.ttvd-section-wrap .ttvd-card.ttvd-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ttvd-section-wrap .ttvd-panel {
    padding: 88px 0;
  }

  .ttvd-section-wrap .ttvd-container {
    padding: 0 28px;
  }

  .ttvd-section-wrap .ttvd-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ttvd-section-wrap .ttvd-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .ttvd-section-wrap .ttvd-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  .ttvd-section-wrap .ttvd-card {
    min-height: 296px;
    padding: 34px 28px;
  }

  .ttvd-section-wrap .ttvd-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 26px;
    font-size: 29px;
  }

  .ttvd-section-wrap .ttvd-card h3 {
    font-size: 21px;
  }

  .ttvd-section-wrap .ttvd-card p {
    margin-top: 14px;
    font-size: 15px;
  }
}

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

  .ttvd-section-wrap .ttvd-container {
    padding: 0 24px;
  }

  .ttvd-section-wrap .ttvd-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ttvd-section-wrap .ttvd-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

  .ttvd-section-wrap .ttvd-card {
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .ttvd-section-wrap .ttvd-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 26px;
  }

  .ttvd-section-wrap .ttvd-card h3 {
    font-size: 20px;
  }

  .ttvd-section-wrap .ttvd-card p {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

  .ttvd-section-wrap .ttvd-container {
    padding: 0 16px;
  }

  .ttvd-section-wrap .ttvd-heading {
    font-size: 28px;
    max-width: 560px;
  }

  .ttvd-section-wrap .ttvd-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .ttvd-section-wrap .ttvd-card {
    min-height: 228px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .ttvd-section-wrap .ttvd-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 21px;
  }

  .ttvd-section-wrap .ttvd-card h3 {
    font-size: 16px;
  }

  .ttvd-section-wrap .ttvd-card p {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }
}

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

  .ttvd-section-wrap .ttvd-container {
    padding: 0 12px;
  }

  .ttvd-section-wrap .ttvd-heading {
    font-size: 25px;
    max-width: 340px;
  }

  .ttvd-section-wrap .ttvd-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }

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

  .ttvd-section-wrap .ttvd-card {
    min-height: 224px;
    padding: 19px 11px;
    border-radius: 16px;
  }

  .ttvd-section-wrap .ttvd-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 15px;
    font-size: 19px;
  }

  .ttvd-section-wrap .ttvd-card h3 {
    font-size: 15px;
  }

  .ttvd-section-wrap .ttvd-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .ttvd-section-wrap .ttvd-container {
    padding: 0 10px;
  }

  .ttvd-section-wrap .ttvd-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ttvd-section-wrap .ttvd-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }

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

  .ttvd-section-wrap .ttvd-card {
    min-height: 218px;
    padding: 16px 9px;
    border-radius: 14px;
  }

  .ttvd-section-wrap .ttvd-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-size: 17px;
  }

  .ttvd-section-wrap .ttvd-card h3 {
    font-size: 13.5px;
  }

  .ttvd-section-wrap .ttvd-card p {
    margin-top: 7px;
    font-size: 11.4px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ttvd-section-wrap .ttvd-grid {
    grid-template-columns: 1fr;
  }
}