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

.ttpv26,
.ttpv26 * {
  box-sizing: border-box;
  min-width: 0;
}

.ttpv26 {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  --ttpv-primary: #00b8b8;
  --ttpv-secondary: #ff2d6f;
  --ttpv-accent: #17151f;
  --ttpv-tint: #f4fbfa;
  --ttpv-text: #17151f;
  --ttpv-muted: #5f6673;
  --ttpv-border: rgba(0, 184, 184, 0.18);
  --ttpv-shadow: rgba(18, 22, 34, 0.11);
  --ttpv-glow: rgba(255, 45, 111, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ttpv-text);
}

.ttpv26 .ttpv26-section {
  width: 100% !important;
  overflow: hidden;
}

.ttpv26 .ttpv26-section-white {
  background: #ffffff !important;
}

.ttpv26 .ttpv26-section-tint {
  background:
    radial-gradient(circle at 12% 15%, rgba(0, 184, 184, 0.08), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(255, 45, 111, 0.07), transparent 30%),
    var(--ttpv-tint);
}

.ttpv26 .ttpv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ttpv26 .ttpv26-heading {
  margin: 0 auto;
  text-align: center !important;
  color: var(--ttpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: capitalize;
}

.ttpv26 .ttpv26-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center !important;
  color: var(--ttpv-muted);
  line-height: 1.7;
  font-weight: 500;
}

.ttpv26 .ttpv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ttpv26 .ttpv26-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  border: 1px solid var(--ttpv-border);
  box-shadow: 0 18px 44px var(--ttpv-shadow);
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ttpv26 .ttpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 184, 184, 0.08), rgba(255, 45, 111, 0.08));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: -1;
}

.ttpv26 .ttpv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 45, 111, 0.34);
  box-shadow: 0 24px 58px rgba(18, 22, 34, 0.16), 0 0 0 4px var(--ttpv-glow);
}

.ttpv26 .ttpv26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.ttpv26 .ttpv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(0, 184, 184, 0.16), rgba(255, 45, 111, 0.15)),
    #ffffff;
  border: 1px solid rgba(0, 184, 184, 0.2);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.72), 0 14px 28px rgba(0, 184, 184, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttpv26 .ttpv26-card:hover .ttpv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.78), 0 18px 34px rgba(255, 45, 111, 0.16);
}

.ttpv26 .ttpv26-i {
  background: linear-gradient(135deg, var(--ttpv-primary), var(--ttpv-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.ttpv26 .ttpv26-card h3 {
  margin: 0;
  text-align: center !important;
  color: var(--ttpv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv26 .ttpv26-card p {
  margin: 0;
  text-align: center !important;
  color: var(--ttpv-muted);
  font-weight: 500;
  line-height: 1.62;
}

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

.ttpv26 .ttpv26-card.ttpv26-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ttpv26 .ttpv26-section {
    padding: 86px 0;
  }

  .ttpv26 .ttpv26-container {
    padding: 0 28px;
  }

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

  .ttpv26 .ttpv26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ttpv26 .ttpv26-grid {
    margin-top: 42px;
    gap: 24px;
  }

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

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

  .ttpv26 .ttpv26-card {
    min-height: 296px;
    padding: 34px 24px;
    border-radius: 22px;
  }

  .ttpv26 .ttpv26-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 22px;
  }

  .ttpv26 .ttpv26-i {
    font-size: 30px;
  }

  .ttpv26 .ttpv26-card h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .ttpv26 .ttpv26-card p {
    font-size: 15px;
  }
}

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

  .ttpv26 .ttpv26-container {
    padding: 0 24px;
  }

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

  .ttpv26 .ttpv26-intro {
    margin-top: 16px;
    font-size: 16px;
  }

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

  .ttpv26 .ttpv26-card {
    min-height: 268px;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .ttpv26 .ttpv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 18px;
  }

  .ttpv26 .ttpv26-i {
    font-size: 27px;
  }

  .ttpv26 .ttpv26-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .ttpv26 .ttpv26-card p {
    font-size: 14px;
  }
}

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

  .ttpv26 .ttpv26-container {
    padding: 0 16px;
  }

  .ttpv26 .ttpv26-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .ttpv26 .ttpv26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

  .ttpv26 .ttpv26-grid,
  .ttpv26 .ttpv26-grid-3,
  .ttpv26 .ttpv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .ttpv26 .ttpv26-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .ttpv26 .ttpv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }

  .ttpv26 .ttpv26-i {
    font-size: 22px;
  }

  .ttpv26 .ttpv26-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .ttpv26 .ttpv26-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .ttpv26 .ttpv26-container {
    padding: 0 12px;
  }

  .ttpv26 .ttpv26-heading {
    font-size: 24px;
    max-width: 350px;
  }

  .ttpv26 .ttpv26-intro {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.52;
  }

  .ttpv26 .ttpv26-grid,
  .ttpv26 .ttpv26-grid-3,
  .ttpv26 .ttpv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }

  .ttpv26 .ttpv26-card {
    min-height: 222px;
    padding: 20px 11px;
    border-radius: 15px;
  }

  .ttpv26 .ttpv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .ttpv26 .ttpv26-i {
    font-size: 20px;
  }

  .ttpv26 .ttpv26-card h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .ttpv26 .ttpv26-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .ttpv26 .ttpv26-container {
    padding: 0 10px;
  }

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

  .ttpv26 .ttpv26-intro {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.48;
  }

  .ttpv26 .ttpv26-grid,
  .ttpv26 .ttpv26-grid-3,
  .ttpv26 .ttpv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

  .ttpv26 .ttpv26-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }

  .ttpv26 .ttpv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 11px;
  }

  .ttpv26 .ttpv26-i {
    font-size: 18px;
  }

  .ttpv26 .ttpv26-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ttpv26 .ttpv26-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ttpv26 .ttpv26-section {
    padding: 38px 0;
  }

  .ttpv26 .ttpv26-container {
    padding: 0 10px;
  }

  .ttpv26 .ttpv26-heading {
    font-size: 21px;
  }

  .ttpv26 .ttpv26-intro {
    margin-top: 10px;
    font-size: 12px;
  }

  .ttpv26 .ttpv26-grid,
  .ttpv26 .ttpv26-grid-3,
  .ttpv26 .ttpv26-grid-4 {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }

  .ttpv26 .ttpv26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ttpv26 .ttpv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 11px;
  }

  .ttpv26 .ttpv26-i {
    font-size: 18px;
  }

  .ttpv26 .ttpv26-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ttpv26 .ttpv26-card p {
    font-size: 12px;
  }
}