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

.tlv-premium-link-viewer,
.tlv-premium-link-viewer * {
  box-sizing: border-box;
}

.tlv-premium-link-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1a1d24;
  font-family: Arial, Helvetica, sans-serif;
}

.tlv-premium-link-viewer .tlv-section {
  width: 100% !important;
  text-align: center;
}

.tlv-premium-link-viewer .tlv-section-one,
.tlv-premium-link-viewer .tlv-section-three {
  background: #ffffff;
}

.tlv-premium-link-viewer .tlv-section-two {
  background: linear-gradient(180deg, #f7fffd 0%, #fff7fb 100%);
}

.tlv-premium-link-viewer .tlv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.tlv-premium-link-viewer h2,
.tlv-premium-link-viewer h3,
.tlv-premium-link-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.tlv-premium-link-viewer h2 {
  color: #10131a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.tlv-premium-link-viewer .tlv-intro {
  color: #5c6472;
  line-height: 1.7;
  margin-top: 0;
}

.tlv-premium-link-viewer .tlv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.tlv-premium-link-viewer .tlv-card {
  position: relative;
  z-index: 1;
  display: block;
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e4edf0;
  box-shadow: 0 18px 42px rgba(13, 34, 38, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tlv-premium-link-viewer .tlv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.17), transparent 42%), radial-gradient(circle at 50% 100%, rgba(255, 0, 80, 0.12), transparent 46%);
  transition: opacity 260ms ease;
}

.tlv-premium-link-viewer .tlv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 184, 178, 0.34);
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(9, 28, 32, 0.14);
}

.tlv-premium-link-viewer .tlv-card:hover::before {
  opacity: 1;
}

.tlv-premium-link-viewer .tlv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00c7c7 0%, #ff2f72 100%);
  box-shadow: 0 14px 30px rgba(255, 47, 114, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.tlv-premium-link-viewer .tlv-card:hover .tlv-icon {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(0, 199, 199, 0.22), 0 14px 28px rgba(255, 47, 114, 0.16);
}

.tlv-premium-link-viewer .tlv-i {
  line-height: 1;
}

.tlv-premium-link-viewer .tlv-card h3 {
  color: #141821;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0;
}

.tlv-premium-link-viewer .tlv-card p {
  color: #5d6570;
  line-height: 1.6;
  margin-bottom: 0;
}

.tlv-premium-link-viewer .tlv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tlv-premium-link-viewer .tlv-reveal.tlv-visible {
  opacity: 1;
  transform: translateY(0);
}

.tlv-premium-link-viewer .tlv-card.tlv-reveal {
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

@media (min-width: 1024px) {
  .tlv-premium-link-viewer .tlv-section {
    padding: 82px 0;
  }

  .tlv-premium-link-viewer .tlv-container {
    padding: 0 28px;
  }

  .tlv-premium-link-viewer h2 {
    font-size: 42px;
    margin-bottom: 18px;
  }

  .tlv-premium-link-viewer .tlv-intro {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 38px;
  }

  .tlv-premium-link-viewer .tlv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tlv-premium-link-viewer .tlv-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tlv-premium-link-viewer .tlv-grid {
    gap: 24px;
  }

  .tlv-premium-link-viewer .tlv-card {
    min-height: 300px;
    padding: 36px 28px 32px;
    border-radius: 22px;
  }

  .tlv-premium-link-viewer .tlv-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .tlv-premium-link-viewer .tlv-card h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .tlv-premium-link-viewer .tlv-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tlv-premium-link-viewer .tlv-section {
    padding: 68px 0;
  }

  .tlv-premium-link-viewer .tlv-container {
    padding: 0 24px;
  }

  .tlv-premium-link-viewer h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .tlv-premium-link-viewer .tlv-intro {
    max-width: 680px;
    font-size: 16px;
    margin-bottom: 32px;
  }

  .tlv-premium-link-viewer .tlv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .tlv-premium-link-viewer .tlv-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .tlv-premium-link-viewer .tlv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .tlv-premium-link-viewer .tlv-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .tlv-premium-link-viewer .tlv-card p {
    font-size: 15px;
  }
}

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

  .tlv-premium-link-viewer .tlv-container {
    padding: 0 16px;
  }

  .tlv-premium-link-viewer h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .tlv-premium-link-viewer .tlv-intro {
    max-width: 520px;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .tlv-premium-link-viewer .tlv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tlv-premium-link-viewer .tlv-card {
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .tlv-premium-link-viewer .tlv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .tlv-premium-link-viewer .tlv-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .tlv-premium-link-viewer .tlv-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .tlv-premium-link-viewer .tlv-container {
    padding: 0 12px;
  }

  .tlv-premium-link-viewer h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .tlv-premium-link-viewer .tlv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .tlv-premium-link-viewer .tlv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .tlv-premium-link-viewer .tlv-card {
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }

  .tlv-premium-link-viewer .tlv-icon {
    width: 47px;
    height: 47px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 19px;
  }

  .tlv-premium-link-viewer .tlv-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .tlv-premium-link-viewer .tlv-card p {
    font-size: 12.2px;
    line-height: 1.44;
  }
}

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

  .tlv-premium-link-viewer .tlv-container {
    padding: 0 10px;
  }

  .tlv-premium-link-viewer h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .tlv-premium-link-viewer .tlv-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .tlv-premium-link-viewer .tlv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .tlv-premium-link-viewer .tlv-card {
    min-height: 215px;
    padding: 17px 9px 16px;
    border-radius: 13px;
  }

  .tlv-premium-link-viewer .tlv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 11px;
    font-size: 17px;
  }

  .tlv-premium-link-viewer .tlv-card h3 {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .tlv-premium-link-viewer .tlv-card p {
    font-size: 11.5px;
    line-height: 1.4;
  }
}