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

#ttuv-section,
#ttuv-section * {
  box-sizing: border-box;
}

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

#ttuv-section .ttuv-band {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}

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

#ttuv-section .ttuv-band-tint {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 242, 234, 0.12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 80, 0.10), transparent 28%),
    linear-gradient(180deg, #f8fbfb 0%, #fff8fa 100%);
}

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

#ttuv-section h2 {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #10181d;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

#ttuv-section .ttuv-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #52606a;
  font-weight: 450;
  line-height: 1.65;
}

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

#ttuv-section .ttuv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 24, 29, 0.10);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

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

#ttuv-section .ttuv-card-tint {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(0, 180, 174, 0.18);
}

#ttuv-section .ttuv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 80, 0.34);
  box-shadow: 0 24px 58px rgba(0, 92, 96, 0.13), 0 8px 24px rgba(255, 0, 80, 0.10);
}

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

#ttuv-section .ttuv-card:hover .ttuv-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 180, 174, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

#ttuv-section .ttuv-card:hover .ttuv-i {
  transform: scale(1.08);
}

#ttuv-section .ttuv-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00c7c0 0%, #10181d 54%, #ff0050 100%);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(0, 180, 174, 0.16);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

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

#ttuv-section h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #121a20;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

#ttuv-section .ttuv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5d6972;
  font-weight: 450;
  line-height: 1.58;
}

#ttuv-section .ttuv-reveal {
  opacity: 1;
  transform: translateY(0);
}

#ttuv-section.ttuv-js-ready .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

#ttuv-section.ttuv-js-ready .ttuv-reveal.ttuv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

@media (min-width: 1024px) {
  #ttuv-section .ttuv-band {
    padding: 96px 0;
  }

  #ttuv-section .ttuv-container {
    padding: 0 28px;
  }

  #ttuv-section h2 {
    font-size: 46px;
    white-space: nowrap;
  }

  #ttuv-section .ttuv-intro {
    margin-top: 18px;
    font-size: 18px;
  }

  #ttuv-section .ttuv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 48px;
  }

  #ttuv-section .ttuv-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  #ttuv-section .ttuv-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    font-size: 30px;
  }

  #ttuv-section h3 {
    font-size: 21px;
  }

  #ttuv-section .ttuv-card p {
    margin-top: 14px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #ttuv-section .ttuv-band {
    padding: 78px 0;
  }

  #ttuv-section .ttuv-container {
    padding: 0 24px;
  }

  #ttuv-section h2 {
    font-size: 38px;
  }

  #ttuv-section .ttuv-intro {
    margin-top: 16px;
    font-size: 17px;
  }

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

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

  #ttuv-section .ttuv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    font-size: 27px;
  }

  #ttuv-section h3 {
    font-size: 20px;
  }

  #ttuv-section .ttuv-card p {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  #ttuv-section .ttuv-band {
    padding: 56px 0;
  }

  #ttuv-section .ttuv-container {
    padding: 0 16px;
  }

  #ttuv-section h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  #ttuv-section .ttuv-intro {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
  }

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

  #ttuv-section .ttuv-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  #ttuv-section .ttuv-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 22px;
  }

  #ttuv-section h3 {
    font-size: 16px;
  }

  #ttuv-section .ttuv-card p {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.48;
  }
}

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

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

  #ttuv-section h2 {
    font-size: 27px;
    line-height: 1.14;
  }

  #ttuv-section .ttuv-intro {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  #ttuv-section .ttuv-card {
    min-height: 225px;
    padding: 18px 10px;
    border-radius: 15px;
  }

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

  #ttuv-section h3 {
    font-size: 15px;
  }

  #ttuv-section .ttuv-card p {
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 1.45;
  }
}

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

  #ttuv-section .ttuv-container {
    padding: 0 10px;
  }

  #ttuv-section h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  #ttuv-section .ttuv-intro {
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.48;
  }

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

  #ttuv-section .ttuv-card {
    min-height: 218px;
    padding: 16px 8px;
    border-radius: 14px;
  }

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

  #ttuv-section h3 {
    font-size: 14px;
  }

  #ttuv-section .ttuv-card p {
    margin-top: 7px;
    font-size: 12.2px;
    line-height: 1.42;
  }
}

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

  #ttuv-section .ttuv-container {
    padding: 0 10px;
  }

  #ttuv-section h2 {
    font-size: 23px;
  }

  #ttuv-section .ttuv-intro {
    margin-top: 8px;
    font-size: 13px;
  }

  #ttuv-section .ttuv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  #ttuv-section .ttuv-card {
    min-height: 210px;
    padding: 16px 10px;
  }

  #ttuv-section .ttuv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  #ttuv-section h3 {
    font-size: 15px;
  }

  #ttuv-section .ttuv-card p {
    margin-top: 7px;
    font-size: 12.5px;
  }
}