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

.ttfv-premium-section,
.ttfv-premium-section * {
  box-sizing: border-box;
}

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

.ttfv-premium-section .ttfv-band {
  width: 100% !important;
  overflow: hidden;
}

.ttfv-premium-section .ttfv-band-white {
  background: #ffffff;
}

.ttfv-premium-section .ttfv-band-tint {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 242, 234, 0.13), transparent 34%),
    radial-gradient(circle at 82% 26%, rgba(255, 0, 80, 0.10), transparent 30%),
    #f8fbfb;
}

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

.ttfv-premium-section .ttfv-heading {
  margin: 0 auto;
  max-width: 980px;
  color: #11131a;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.ttfv-premium-section .ttfv-heading span {
  display: inline;
}

.ttfv-premium-section .ttfv-intro {
  margin: 16px auto 0;
  max-width: 760px;
  color: #5a6170;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.ttfv-premium-section .ttfv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.ttfv-premium-section .ttfv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 23, 31, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.10), rgba(255, 0, 80, 0.08));
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 17, 24, 0.08);
  text-align: center;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ttfv-premium-section .ttfv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.11));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ttfv-premium-section .ttfv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 190, 184, 0.34);
  box-shadow: 0 24px 58px rgba(255, 0, 80, 0.13), 0 14px 34px rgba(0, 242, 234, 0.12);
}

.ttfv-premium-section .ttfv-card:hover::before {
  opacity: 1;
}

.ttfv-premium-section .ttfv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 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(21, 23, 31, 0.08), 0 12px 28px rgba(0, 242, 234, 0.16);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ttfv-premium-section .ttfv-card:hover .ttfv-icon {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(255, 0, 80, 0.18), 0 16px 34px rgba(255, 0, 80, 0.16);
}

.ttfv-premium-section .ttfv-i {
  display: block;
  color: #0bbfbb;
  line-height: 1;
  text-align: center;
  background: linear-gradient(135deg, #00beba, #ff0050);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttfv-premium-section .ttfv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #15171f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.ttfv-premium-section .ttfv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #626978;
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
}

.ttfv-premium-section .ttfv-card.ttfv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

@media (min-width: 1024px) {
  .ttfv-premium-section .ttfv-band {
    padding: 84px 0;
  }

  .ttfv-premium-section .ttfv-container {
    padding: 0 28px;
  }

  .ttfv-premium-section .ttfv-heading {
    font-size: 42px;
  }

  .ttfv-premium-section .ttfv-intro {
    font-size: 17px;
  }

  .ttfv-premium-section .ttfv-grid {
    gap: 24px;
    margin-top: 42px;
  }

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

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

  .ttfv-premium-section .ttfv-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .ttfv-premium-section .ttfv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .ttfv-premium-section .ttfv-i {
    font-size: 31px;
  }

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

  .ttfv-premium-section .ttfv-card p {
    font-size: 15px;
  }
}

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

  .ttfv-premium-section .ttfv-container {
    padding: 0 24px;
  }

  .ttfv-premium-section .ttfv-heading {
    font-size: 34px;
  }

  .ttfv-premium-section .ttfv-intro {
    font-size: 16px;
  }

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

  .ttfv-premium-section .ttfv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ttfv-premium-section .ttfv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }

  .ttfv-premium-section .ttfv-i {
    font-size: 28px;
  }

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

  .ttfv-premium-section .ttfv-card p {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttfv-premium-section .ttfv-band {
    padding: 48px 0;
  }

  .ttfv-premium-section .ttfv-container {
    padding: 0 16px;
  }

  .ttfv-premium-section .ttfv-heading {
    font-size: 28px;
  }

  .ttfv-premium-section .ttfv-heading span {
    display: block;
  }

  .ttfv-premium-section .ttfv-intro {
    font-size: 14px;
    line-height: 1.55;
  }

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

  .ttfv-premium-section .ttfv-card {
    min-height: 232px;
    padding: 22px 15px;
    border-radius: 18px;
  }

  .ttfv-premium-section .ttfv-card:hover {
    transform: translateY(-4px);
  }

  .ttfv-premium-section .ttfv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .ttfv-premium-section .ttfv-i {
    font-size: 23px;
  }

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

  .ttfv-premium-section .ttfv-card p {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttfv-premium-section .ttfv-band {
    padding: 44px 0;
  }

  .ttfv-premium-section .ttfv-container {
    padding: 0 14px;
  }

  .ttfv-premium-section .ttfv-heading {
    font-size: 25px;
  }

  .ttfv-premium-section .ttfv-heading span {
    display: block;
  }

  .ttfv-premium-section .ttfv-intro {
    font-size: 13.5px;
    line-height: 1.52;
  }

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

  .ttfv-premium-section .ttfv-card {
    min-height: 224px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .ttfv-premium-section .ttfv-card:hover {
    transform: translateY(-3px);
  }

  .ttfv-premium-section .ttfv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .ttfv-premium-section .ttfv-i {
    font-size: 21px;
  }

  .ttfv-premium-section .ttfv-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ttfv-premium-section .ttfv-card p {
    font-size: 12px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttfv-premium-section .ttfv-band {
    padding: 38px 0;
  }

  .ttfv-premium-section .ttfv-container {
    padding: 0 10px;
  }

  .ttfv-premium-section .ttfv-heading {
    font-size: 22px;
  }

  .ttfv-premium-section .ttfv-heading span {
    display: block;
  }

  .ttfv-premium-section .ttfv-intro {
    font-size: 12.5px;
    line-height: 1.48;
  }

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

  .ttfv-premium-section .ttfv-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 15px;
  }

  .ttfv-premium-section .ttfv-card:hover {
    transform: translateY(-2px);
  }

  .ttfv-premium-section .ttfv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .ttfv-premium-section .ttfv-i {
    font-size: 19px;
  }

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

  .ttfv-premium-section .ttfv-card p {
    font-size: 11.5px;
    line-height: 1.4;
  }
}