@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-2026,
.ttpv-2026 * {
  box-sizing: border-box;
}

.ttpv-2026 {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: inherit;
  --ttpv-primary: #ff3b5f;
  --ttpv-secondary: #12d8c8;
  --ttpv-accent: #111827;
  --ttpv-soft: #f7fbfb;
  --ttpv-text: #17202a;
  --ttpv-muted: #667085;
  --ttpv-border: rgba(17, 24, 39, 0.1);
  --ttpv-shadow: rgba(255, 59, 95, 0.14);
}

.ttpv-2026 .ttpv-2026-section {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}

.ttpv-2026 .ttpv-2026-section-white {
  background: #ffffff;
}

.ttpv-2026 .ttpv-2026-section-tint {
  background:
    radial-gradient(circle at 18% 12%, rgba(18, 216, 200, 0.13), transparent 28%),
    linear-gradient(180deg, #f8fcfb 0%, #fff7f9 100%);
}

.ttpv-2026 .ttpv-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0;
}

.ttpv-2026 .ttpv-2026-heading,
.ttpv-2026 .ttpv-2026-intro,
.ttpv-2026 .ttpv-2026-card-title,
.ttpv-2026 .ttpv-2026-card-text {
  text-align: center !important;
}

.ttpv-2026 .ttpv-2026-heading {
  margin: 0 auto;
  color: var(--ttpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.ttpv-2026 .ttpv-2026-heading::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ttpv-primary), var(--ttpv-secondary));
}

.ttpv-2026 .ttpv-2026-intro {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--ttpv-muted);
  line-height: 1.68;
  font-weight: 500;
}

.ttpv-2026 .ttpv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.ttpv-2026 .ttpv-2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  border: 1px solid var(--ttpv-border);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top, rgba(255, 59, 95, 0.08), transparent 48%);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}

.ttpv-2026 .ttpv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 59, 95, 0.1), rgba(18, 216, 200, 0.08), transparent 62%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ttpv-2026 .ttpv-2026-card-tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(18, 216, 200, 0.14), transparent 54%);
}

.ttpv-2026 .ttpv-2026-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 59, 95, 0.32);
  box-shadow: 0 24px 58px var(--ttpv-shadow), 0 0 0 1px rgba(18, 216, 200, 0.08);
}

.ttpv-2026 .ttpv-2026-card:hover::before {
  opacity: 1;
}

.ttpv-2026 .ttpv-2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--ttpv-primary), #fb7185 46%, var(--ttpv-secondary)),
    #ff3b5f;
  box-shadow: 0 14px 28px rgba(255, 59, 95, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
  text-align: center !important;
}

.ttpv-2026 .ttpv-2026-card:hover .ttpv-2026-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(18, 216, 200, 0.24), 0 12px 30px rgba(255, 59, 95, 0.2);
}

.ttpv-2026 .ttpv-2026-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}

.ttpv-2026 .ttpv-2026-card-title {
  position: relative;
  margin: 0;
  color: var(--ttpv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-2026 .ttpv-2026-card-text {
  position: relative;
  margin: 0;
  color: var(--ttpv-muted);
  font-weight: 500;
  line-height: 1.62;
}

.ttpv-2026.ttpv-2026-js .ttpv-2026-card {
  opacity: 0;
  transform: translateY(18px);
}

.ttpv-2026.ttpv-2026-js .ttpv-2026-card.ttpv-2026-visible {
  opacity: 1;
  transform: translateY(0);
}

.ttpv-2026.ttpv-2026-js .ttpv-2026-card.ttpv-2026-visible:hover {
  transform: translateY(-8px) scale(1.012);
}

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

  .ttpv-2026 .ttpv-2026-container {
    padding: 0 28px;
  }

  .ttpv-2026 .ttpv-2026-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ttpv-2026 .ttpv-2026-intro {
    font-size: 17px;
  }

  .ttpv-2026 .ttpv-2026-grid {
    margin-top: 44px;
    gap: 24px;
  }

  .ttpv-2026 .ttpv-2026-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttpv-2026 .ttpv-2026-card {
    min-height: 300px;
    padding: 36px 30px 32px;
  }

  .ttpv-2026 .ttpv-2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .ttpv-2026 .ttpv-2026-card-title {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .ttpv-2026 .ttpv-2026-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttpv-2026 .ttpv-2026-section {
    padding: 76px 0;
  }

  .ttpv-2026 .ttpv-2026-container {
    padding: 0 24px;
  }

  .ttpv-2026 .ttpv-2026-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ttpv-2026 .ttpv-2026-intro {
    font-size: 16px;
  }

  .ttpv-2026 .ttpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
    gap: 20px;
  }

  .ttpv-2026 .ttpv-2026-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .ttpv-2026 .ttpv-2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 25px;
    border-radius: 20px;
  }

  .ttpv-2026 .ttpv-2026-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ttpv-2026 .ttpv-2026-card-text {
    font-size: 14.5px;
  }
}

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

  .ttpv-2026 .ttpv-2026-container {
    padding: 0 16px;
  }

  .ttpv-2026 .ttpv-2026-heading {
    font-size: 27px;
    max-width: 410px;
  }

  .ttpv-2026 .ttpv-2026-heading::after {
    width: 58px;
    height: 3px;
    margin-top: 14px;
  }

  .ttpv-2026 .ttpv-2026-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 14px;
  }

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

  .ttpv-2026 .ttpv-2026-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .ttpv-2026 .ttpv-2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    font-size: 21px;
    border-radius: 16px;
  }

  .ttpv-2026 .ttpv-2026-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ttpv-2026 .ttpv-2026-card-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttpv-2026 .ttpv-2026-section {
    padding: 48px 0;
  }

  .ttpv-2026 .ttpv-2026-container {
    padding: 0 12px;
  }

  .ttpv-2026 .ttpv-2026-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .ttpv-2026 .ttpv-2026-heading::after {
    width: 54px;
    height: 3px;
    margin-top: 12px;
  }

  .ttpv-2026 .ttpv-2026-intro {
    font-size: 13.8px;
    line-height: 1.54;
    margin-top: 13px;
  }

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

  .ttpv-2026 .ttpv-2026-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .ttpv-2026 .ttpv-2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    font-size: 19px;
    border-radius: 15px;
  }

  .ttpv-2026 .ttpv-2026-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ttpv-2026 .ttpv-2026-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttpv-2026 .ttpv-2026-section {
    padding: 42px 0;
  }

  .ttpv-2026 .ttpv-2026-container {
    padding: 0 10px;
  }

  .ttpv-2026 .ttpv-2026-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ttpv-2026 .ttpv-2026-heading::after {
    width: 48px;
    height: 3px;
    margin-top: 11px;
  }

  .ttpv-2026 .ttpv-2026-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
  }

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

  .ttpv-2026 .ttpv-2026-card {
    min-height: 216px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }

  .ttpv-2026 .ttpv-2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 18px;
    border-radius: 14px;
  }

  .ttpv-2026 .ttpv-2026-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ttpv-2026 .ttpv-2026-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}