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

#tflv-premium-section,
#tflv-premium-section * {
  box-sizing: border-box;
  min-width: 0;
}

#tflv-premium-section {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
  --tflv-primary: #00a99d;
  --tflv-secondary: #ff315a;
  --tflv-accent: #111827;
  --tflv-soft: #f3fbf9;
  --tflv-soft-two: #fff5f7;
  --tflv-border: rgba(0, 169, 157, 0.18);
  --tflv-text: #18202a;
  --tflv-muted: #64707d;
  --tflv-shadow: rgba(17, 24, 39, 0.12);
}

#tflv-premium-section .tflv-section {
  width: 100% !important;
  overflow: hidden;
}

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

#tflv-premium-section .tflv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 169, 157, 0.11), transparent 32%),
    linear-gradient(180deg, #f6fffd 0%, #fff7f8 100%);
}

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

#tflv-premium-section .tflv-heading {
  margin: 0 auto;
  color: var(--tflv-text);
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

#tflv-premium-section .tflv-intro {
  margin: 0 auto;
  color: var(--tflv-muted);
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
}

#tflv-premium-section .tflv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

#tflv-premium-section .tflv-card {
  position: relative;
  display: block;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(0, 169, 157, 0.08), rgba(255, 49, 90, 0.08));
  border: 1px solid var(--tflv-border);
  box-shadow: 0 16px 38px var(--tflv-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 360ms ease;
  overflow: hidden;
}

#tflv-premium-section .tflv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 169, 157, 0.12), transparent 38%, rgba(255, 49, 90, 0.1));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

#tflv-premium-section .tflv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 49, 90, 0.38);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.16);
}

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

#tflv-premium-section .tflv-card:hover .tflv-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 169, 157, 0.24);
}

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

#tflv-premium-section .tflv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tflv-primary), var(--tflv-secondary));
  transition: transform 280ms ease, box-shadow 280ms ease;
}

#tflv-premium-section .tflv-i {
  display: block;
  line-height: 1;
  transition: transform 280ms ease;
}

#tflv-premium-section .tflv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--tflv-text);
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

#tflv-premium-section .tflv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--tflv-muted);
  text-align: center;
  line-height: 1.65;
  font-weight: 500;
}

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

#tflv-premium-section .tflv-reveal.tflv-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  #tflv-premium-section .tflv-section {
    padding: 86px 24px;
  }

  #tflv-premium-section .tflv-container {
    padding: 0 18px;
  }

  #tflv-premium-section .tflv-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  #tflv-premium-section .tflv-intro {
    max-width: 760px;
    font-size: 17px;
    padding-top: 16px;
  }

  #tflv-premium-section .tflv-grid {
    gap: 24px;
    margin-top: 44px;
  }

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

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

  #tflv-premium-section .tflv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }

  #tflv-premium-section .tflv-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  #tflv-premium-section .tflv-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  #tflv-premium-section .tflv-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #tflv-premium-section .tflv-section {
    padding: 70px 22px;
  }

  #tflv-premium-section .tflv-container {
    padding: 0 12px;
  }

  #tflv-premium-section .tflv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  #tflv-premium-section .tflv-intro {
    max-width: 680px;
    font-size: 16px;
    padding-top: 14px;
  }

  #tflv-premium-section .tflv-grid,
  #tflv-premium-section .tflv-grid-three,
  #tflv-premium-section .tflv-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }

  #tflv-premium-section .tflv-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  #tflv-premium-section .tflv-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  #tflv-premium-section .tflv-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  #tflv-premium-section .tflv-card-text {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  #tflv-premium-section .tflv-section {
    padding: 54px 14px;
  }

  #tflv-premium-section .tflv-container {
    padding: 0 6px;
  }

  #tflv-premium-section .tflv-heading {
    font-size: 27px;
    max-width: 430px;
  }

  #tflv-premium-section .tflv-intro {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 12px;
  }

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

  #tflv-premium-section .tflv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  #tflv-premium-section .tflv-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  #tflv-premium-section .tflv-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #tflv-premium-section .tflv-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  #tflv-premium-section .tflv-section {
    padding: 48px 12px;
  }

  #tflv-premium-section .tflv-container {
    padding: 0 4px;
  }

  #tflv-premium-section .tflv-heading {
    font-size: 24px;
    max-width: 350px;
  }

  #tflv-premium-section .tflv-intro {
    max-width: 360px;
    font-size: 13px;
    line-height: 1.55;
    padding-top: 10px;
  }

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

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

  #tflv-premium-section .tflv-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  #tflv-premium-section .tflv-card-title {
    font-size: 15px;
    margin-bottom: 7px;
  }

  #tflv-premium-section .tflv-card-text {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  #tflv-premium-section .tflv-section {
    padding: 42px 10px;
  }

  #tflv-premium-section .tflv-container {
    padding: 0 2px;
  }

  #tflv-premium-section .tflv-heading {
    font-size: 22px;
    max-width: 300px;
  }

  #tflv-premium-section .tflv-intro {
    max-width: 310px;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 9px;
  }

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

  #tflv-premium-section .tflv-card {
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  #tflv-premium-section .tflv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  #tflv-premium-section .tflv-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  #tflv-premium-section .tflv-card-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  #tflv-premium-section .tflv-section {
    padding: 38px 10px;
  }

  #tflv-premium-section .tflv-grid,
  #tflv-premium-section .tflv-grid-three,
  #tflv-premium-section .tflv-grid-four {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  #tflv-premium-section .tflv-heading {
    font-size: 21px;
  }

  #tflv-premium-section .tflv-intro {
    font-size: 12px;
    padding-top: 9px;
  }

  #tflv-premium-section .tflv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  #tflv-premium-section .tflv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  #tflv-premium-section .tflv-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  #tflv-premium-section .tflv-card-text {
    font-size: 12px;
  }
}