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

.ttpv-profile-viewer-wrap,
.ttpv-profile-viewer-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

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

.ttpv-profile-viewer-wrap .ttpv-section {
  width: 100% !important;
}

.ttpv-profile-viewer-wrap .ttpv-section-one,
.ttpv-profile-viewer-wrap .ttpv-section-three {
  background: #ffffff;
}

.ttpv-profile-viewer-wrap .ttpv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.16), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f5fbfb 100%);
}

.ttpv-profile-viewer-wrap .ttpv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ttpv-profile-viewer-wrap h2,
.ttpv-profile-viewer-wrap h3,
.ttpv-profile-viewer-wrap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ttpv-profile-viewer-wrap h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #10131a;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.ttpv-profile-viewer-wrap .ttpv-intro {
  max-width: 760px;
  margin-top: 0;
  color: #5d6472;
  line-height: 1.7;
  font-weight: 450;
}

.ttpv-profile-viewer-wrap .ttpv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ttpv-profile-viewer-wrap .ttpv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.36), rgba(255, 0, 80, 0.28)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 19, 30, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 360ms ease;
  overflow: hidden;
}

.ttpv-profile-viewer-wrap .ttpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.08), rgba(255, 0, 80, 0.07), transparent 58%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ttpv-profile-viewer-wrap .ttpv-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 58px rgba(255, 0, 80, 0.13), 0 18px 42px rgba(0, 242, 234, 0.1);
}

.ttpv-profile-viewer-wrap .ttpv-card:hover::before {
  opacity: 1;
}

.ttpv-profile-viewer-wrap .ttpv-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14)),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06), 0 14px 28px rgba(0, 242, 234, 0.13);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ttpv-profile-viewer-wrap .ttpv-card:hover .ttpv-icon {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 1px rgba(255, 0, 80, 0.16), 0 18px 34px rgba(255, 0, 80, 0.13);
}

.ttpv-profile-viewer-wrap .ttpv-i {
  color: #111827;
  background: linear-gradient(135deg, #00c8c8 0%, #111827 42%, #ff0050 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttpv-profile-viewer-wrap .ttpv-card h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  color: #14171f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttpv-profile-viewer-wrap .ttpv-card p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #636b78;
  line-height: 1.62;
  font-weight: 430;
}

.ttpv-profile-viewer-wrap .ttpv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ttpv-profile-viewer-wrap .ttpv-reveal.ttpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .ttpv-profile-viewer-wrap .ttpv-section {
    padding: 92px 0;
  }

  .ttpv-profile-viewer-wrap .ttpv-container {
    padding: 0 28px;
  }

  .ttpv-profile-viewer-wrap h2 {
    font-size: 44px;
    white-space: nowrap;
  }

  .ttpv-profile-viewer-wrap .ttpv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ttpv-profile-viewer-wrap .ttpv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttpv-profile-viewer-wrap .ttpv-grid {
    gap: 24px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

  .ttpv-profile-viewer-wrap .ttpv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .ttpv-profile-viewer-wrap .ttpv-i {
    font-size: 31px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card h3 {
    font-size: 21px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttpv-profile-viewer-wrap .ttpv-section {
    padding: 74px 0;
  }

  .ttpv-profile-viewer-wrap .ttpv-container {
    padding: 0 24px;
  }

  .ttpv-profile-viewer-wrap h2 {
    font-size: 36px;
  }

  .ttpv-profile-viewer-wrap .ttpv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ttpv-profile-viewer-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card {
    min-height: 264px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .ttpv-profile-viewer-wrap .ttpv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .ttpv-profile-viewer-wrap .ttpv-i {
    font-size: 28px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card h3 {
    font-size: 19px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttpv-profile-viewer-wrap .ttpv-section {
    padding: 54px 0;
  }

  .ttpv-profile-viewer-wrap .ttpv-container {
    padding: 0 16px;
  }

  .ttpv-profile-viewer-wrap h2 {
    font-size: 29px;
    max-width: 430px;
  }

  .ttpv-profile-viewer-wrap .ttpv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

  .ttpv-profile-viewer-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .ttpv-profile-viewer-wrap .ttpv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

  .ttpv-profile-viewer-wrap .ttpv-i {
    font-size: 23px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card h3 {
    font-size: 16px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card p {
    font-size: 13.2px;
    line-height: 1.48;
  }
}

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

  .ttpv-profile-viewer-wrap .ttpv-container {
    padding: 0 13px;
  }

  .ttpv-profile-viewer-wrap h2 {
    font-size: 25px;
    max-width: 350px;
  }

  .ttpv-profile-viewer-wrap .ttpv-intro {
    font-size: 13.6px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

  .ttpv-profile-viewer-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card {
    min-height: 218px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .ttpv-profile-viewer-wrap .ttpv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }

  .ttpv-profile-viewer-wrap .ttpv-i {
    font-size: 20px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card h3 {
    font-size: 14.8px;
    margin-bottom: 8px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card p {
    font-size: 12.4px;
    line-height: 1.44;
  }
}

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

  .ttpv-profile-viewer-wrap .ttpv-container {
    padding: 0 10px;
  }

  .ttpv-profile-viewer-wrap h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .ttpv-profile-viewer-wrap .ttpv-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

  .ttpv-profile-viewer-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card {
    min-height: 210px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .ttpv-profile-viewer-wrap .ttpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }

  .ttpv-profile-viewer-wrap .ttpv-i {
    font-size: 18px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card h3 {
    font-size: 13.6px;
    margin-bottom: 7px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card p {
    font-size: 11.7px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .ttpv-profile-viewer-wrap .ttpv-section {
    padding: 34px 0;
  }

  .ttpv-profile-viewer-wrap .ttpv-container {
    padding: 0 10px;
  }

  .ttpv-profile-viewer-wrap h2 {
    font-size: 21px;
  }

  .ttpv-profile-viewer-wrap .ttpv-intro {
    font-size: 12.5px;
    margin-bottom: 16px;
  }

  .ttpv-profile-viewer-wrap .ttpv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .ttpv-profile-viewer-wrap .ttpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }

  .ttpv-profile-viewer-wrap .ttpv-i {
    font-size: 18px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card h3 {
    font-size: 14px;
  }

  .ttpv-profile-viewer-wrap .ttpv-card p {
    font-size: 12px;
  }
}