:root {
  --tg-indigo: #183a7a;
  --tg-cyan: #0d8aa8;
  --tg-ink: #0f172a;
  --tg-muted: #5f6b80;
  --tg-card: #ffffff;
  --tg-border: #dce3f0;
}

body {
  color: var(--tg-ink);
}

.ui-hero .heading {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ui-hero .paragraph {
  font-size: 1.15rem;
  color: #e8ecff;
  max-width: 58ch;
}

.tg-proof-strip {
  background: linear-gradient(90deg, #0f1f4a, #1b5c8f);
  color: #fff;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.tg-proof-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tg-proof {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 1rem 1rem 0.9rem;
}

.tg-proof h3 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 0.45rem;
}

.tg-proof p {
  margin: 0;
  color: #dbe7ff;
  line-height: 1.45;
}

.tg-why-grid .section-heading .heading {
  margin-bottom: 0.4rem;
}

.tg-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tg-feature-card {
  background: var(--tg-card);
  border: 1px solid var(--tg-border);
  border-radius: 16px;
  padding: 1.15rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tg-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.tg-feature-card h4 {
  margin: 0 0 0.45rem;
  color: var(--tg-indigo);
  font-size: 1.12rem;
}

.tg-feature-card p {
  margin: 0;
  color: var(--tg-muted);
  line-height: 1.55;
}

.tg-module-band {
  background: radial-gradient(circle at 20% 0%, #f5f8ff, #ecf5ff 45%, #eaf7f5 100%);
}

.tg-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.tg-pill {
  display: inline-block;
  background: #fff;
  border: 1px solid #bcd2ef;
  border-radius: 999px;
  color: #21426f;
  font-weight: 700;
  padding: 0.55rem 0.95rem;
  letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
  .tg-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tg-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tg-proof-row,
  .tg-card-grid {
    grid-template-columns: 1fr;
  }
  .tg-proof-strip {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}

.tg-sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 9999;
  background: rgba(13, 28, 58, 0.95);
  border: 1px solid rgba(173, 204, 255, 0.35);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(8, 15, 35, 0.35);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.5rem 0.55rem 0.5rem 0.95rem;
  max-width: calc(100vw - 24px);
}

.tg-sticky-cta p {
  margin: 0;
  color: #e9f1ff;
  font-size: 0.9rem;
  line-height: 1.35;
  max-width: 52ch;
}

.tg-sticky-cta a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0e2c55;
  background: linear-gradient(135deg, #84ffd2, #b4ecff);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
}

.tg-sticky-cta a:hover {
  filter: brightness(0.96);
}

@media (max-width: 920px) {
  .tg-sticky-cta {
    width: calc(100vw - 16px);
    border-radius: 14px;
    left: 8px;
    transform: none;
    bottom: 8px;
    padding: 0.6rem;
    justify-content: space-between;
  }

  .tg-sticky-cta p {
    font-size: 0.82rem;
    max-width: 65%;
  }
}

.tg-client-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.tg-client-item {
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 14px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.tg-client-item img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
}

.tg-client-dark {
  background: #173d70;
}

@media (max-width: 1024px) {
  .tg-client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tg-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tg-module-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tg-module-card {
  background: #ffffff;
  border: 1px solid #dce5f3;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  min-height: 180px;
}

.tg-module-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e7f4ff, #e9fff6);
  color: #0d5a8a;
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.tg-module-card h4 {
  margin: 0 0 0.45rem;
  color: #0e2d53;
  font-size: 1.15rem;
}

.tg-module-card p {
  margin: 0 0 0.65rem;
  color: #52627c;
  line-height: 1.5;
}

.tg-module-card a {
  font-weight: 700;
  color: #0e5ea1;
  text-decoration: none;
}

.tg-module-card a:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .tg-module-card-grid {
    grid-template-columns: 1fr;
  }
}

.tg-about-copy p {
  color: #42516a;
  line-height: 1.75;
  margin-bottom: 0.95rem;
}

.tg-about-points {
  margin-top: 0.6rem;
  padding-left: 1.15rem;
}

.tg-about-points li {
  margin-bottom: 0.45rem;
  color: #354760;
  line-height: 1.6;
}


.tg-contact-strip {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.tg-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #ffffff;
  border: 1px solid #cfe0f7;
  color: #21436d;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.tg-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.tg-contact-list li {
  margin: 0;
}

@media (max-width: 700px) {
  .tg-contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}
