#triaz-ctcg-page {
  font-family: inherit;
  color: #172033;
  background: #ffffff;
}

#triaz-ctcg-page * {
  box-sizing: border-box;
}

#triaz-ctcg-page .ctcg-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

#triaz-ctcg-page .ctcg-hero {
  padding: 90px 0;
  background:
    radial-gradient(circle at top right, rgba(15, 113, 115, 0.16), transparent 34%),
    linear-gradient(135deg, #f5fbfb 0%, #edf8f7 45%, #ffffff 100%);
}

#triaz-ctcg-page .ctcg-hero-grid,
#triaz-ctcg-page .ctcg-two-col {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  align-items: center;
}

#triaz-ctcg-page .ctcg-badge,
#triaz-ctcg-page .ctcg-small-title {
  display: inline-block;
  background: #e2f4f3;
  color: #0f7173;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

#triaz-ctcg-page h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  margin: 0 0 20px;
  color: #101828;
  letter-spacing: -1.1px;
}

#triaz-ctcg-page h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  margin: 0 0 16px;
  color: #101828;
  letter-spacing: -0.7px;
}

#triaz-ctcg-page h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #101828;
}

#triaz-ctcg-page p {
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
  margin: 0 0 18px;
}

#triaz-ctcg-page .ctcg-lead {
  font-size: 19px;
  max-width: 720px;
}

#triaz-ctcg-page .ctcg-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

#triaz-ctcg-page .ctcg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

#triaz-ctcg-page .ctcg-btn-primary {
  background: #0f7173;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 113, 115, 0.24);
}

#triaz-ctcg-page .ctcg-btn-primary:hover {
  background: #0b5e60;
  color: #ffffff;
  transform: translateY(-2px);
}

#triaz-ctcg-page .ctcg-btn-secondary {
  background: #ffffff;
  color: #0f7173;
  border-color: #b9dddc;
}

#triaz-ctcg-page .ctcg-btn-secondary:hover {
  background: #eaf7f6;
  color: #0f7173;
}

#triaz-ctcg-page .ctcg-btn-light {
  background: #ffffff;
  color: #0f7173;
}

#triaz-ctcg-page .ctcg-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

#triaz-ctcg-page .ctcg-trust div {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #d8eeee;
  border-radius: 16px;
  padding: 16px;
}

#triaz-ctcg-page .ctcg-trust strong {
  display: block;
  font-size: 22px;
  color: #0f7173;
}

#triaz-ctcg-page .ctcg-trust span {
  display: block;
  font-size: 14px;
  color: #667085;
}

#triaz-ctcg-page .ctcg-hero-box {
  background: #ffffff;
  border: 1px solid #dcecec;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 24px 55px rgba(16, 42, 67, 0.14);
  position: relative;
  overflow: hidden;
}

#triaz-ctcg-page .ctcg-hero-box:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  background: #e2f4f3;
  border-radius: 50%;
}

#triaz-ctcg-page .ctcg-hero-box h2,
#triaz-ctcg-page .ctcg-hero-box p,
#triaz-ctcg-page .ctcg-hero-box ul,
#triaz-ctcg-page .ctcg-hero-box a {
  position: relative;
  z-index: 1;
}

#triaz-ctcg-page .ctcg-hero-box ul {
  padding-left: 20px;
  margin: 18px 0 24px;
}

#triaz-ctcg-page .ctcg-hero-box li {
  margin-bottom: 10px;
  color: #344054;
}

#triaz-ctcg-page .ctcg-wa-box {
  display: block;
  text-align: center;
  background: #25d366;
  color: #ffffff;
  padding: 15px 18px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
}

#triaz-ctcg-page .ctcg-wa-box:hover {
  background: #1ebc59;
  color: #ffffff;
}

#triaz-ctcg-page .ctcg-section {
  padding: 78px 0;
}

#triaz-ctcg-page .ctcg-section-head {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

#triaz-ctcg-page .ctcg-problem,
#triaz-ctcg-page .ctcg-benefit,
#triaz-ctcg-page .ctcg-faq-section {
  background: #f8fbfb;
}

#triaz-ctcg-page .ctcg-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

#triaz-ctcg-page .ctcg-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#triaz-ctcg-page .ctcg-card,
#triaz-ctcg-page .ctcg-benefit-card,
#triaz-ctcg-page .ctcg-info-box,
#triaz-ctcg-page .ctcg-step,
#triaz-ctcg-page .ctcg-internal-links {
  background: #ffffff;
  border: 1px solid #e6eeee;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.06);
}

#triaz-ctcg-page .ctcg-check {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

#triaz-ctcg-page .ctcg-check li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  color: #344054;
  line-height: 1.6;
}

#triaz-ctcg-page .ctcg-check li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f7173;
  font-weight: 900;
}

#triaz-ctcg-page .ctcg-info-box {
  background: linear-gradient(145deg, #ffffff, #f1fbfa);
}

#triaz-ctcg-page .ctcg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

#triaz-ctcg-page .ctcg-tags span {
  background: #e2f4f3;
  color: #0f7173;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

#triaz-ctcg-page .ctcg-benefit-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #0f7173;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}

#triaz-ctcg-page .ctcg-area-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

#triaz-ctcg-page .ctcg-area-grid div {
  background: #ffffff;
  border: 1px solid #dcecec;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  font-weight: 900;
  color: #0f7173;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

#triaz-ctcg-page .ctcg-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#triaz-ctcg-page .ctcg-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e2f4f3;
  color: #0f7173;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

#triaz-ctcg-page .ctcg-highlight {
  background: #e2f4f3;
  border-left: 5px solid #0f7173;
  border-radius: 18px;
  padding: 22px;
  margin-top: 26px;
}

#triaz-ctcg-page .ctcg-highlight strong {
  display: block;
  color: #101828;
  font-size: 18px;
  margin-bottom: 8px;
}

#triaz-ctcg-page .ctcg-highlight p {
  margin-bottom: 0;
}

#triaz-ctcg-page .ctcg-internal-links a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #e6eeee;
  color: #0f7173;
  text-decoration: none;
  font-weight: 900;
}

#triaz-ctcg-page .ctcg-internal-links a:hover {
  color: #0b5e60;
}

#triaz-ctcg-page .ctcg-faq-wrap {
  max-width: 850px;
  margin: 0 auto;
}

#triaz-ctcg-page .ctcg-faq-item {
  background: #ffffff;
  border: 1px solid #dcecec;
  border-radius: 18px;
  margin-bottom: 14px;
  overflow: hidden;
}

#triaz-ctcg-page .ctcg-faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  color: #101828;
  cursor: pointer;
}

#triaz-ctcg-page .ctcg-faq-question span {
  font-size: 24px;
  color: #0f7173;
  transition: 0.25s ease;
  margin-left: 18px;
}

#triaz-ctcg-page .ctcg-faq-answer {
  display: none;
  padding: 0 22px 20px;
}

#triaz-ctcg-page .ctcg-faq-answer p {
  margin-bottom: 0;
}

#triaz-ctcg-page .ctcg-faq-item.ctcg-active .ctcg-faq-answer {
  display: block;
}

#triaz-ctcg-page .ctcg-faq-item.ctcg-active .ctcg-faq-question span {
  transform: rotate(45deg);
}

#triaz-ctcg-page .ctcg-final-cta {
  padding: 82px 0;
  background: linear-gradient(135deg, #0f7173, #102a43);
  text-align: center;
}

#triaz-ctcg-page .ctcg-final-cta h2,
#triaz-ctcg-page .ctcg-final-cta p {
  color: #ffffff;
}

#triaz-ctcg-page .ctcg-final-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
}

@media (max-width: 991px) {
  #triaz-ctcg-page .ctcg-hero-grid,
  #triaz-ctcg-page .ctcg-two-col,
  #triaz-ctcg-page .ctcg-grid-3,
  #triaz-ctcg-page .ctcg-grid-4,
  #triaz-ctcg-page .ctcg-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  #triaz-ctcg-page .ctcg-area-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  #triaz-ctcg-page .ctcg-hero {
    padding: 62px 0;
  }

  #triaz-ctcg-page .ctcg-section {
    padding: 58px 0;
  }

  #triaz-ctcg-page .ctcg-hero-grid,
  #triaz-ctcg-page .ctcg-two-col,
  #triaz-ctcg-page .ctcg-grid-3,
  #triaz-ctcg-page .ctcg-grid-4,
  #triaz-ctcg-page .ctcg-process-grid,
  #triaz-ctcg-page .ctcg-trust {
    grid-template-columns: 1fr;
  }

  #triaz-ctcg-page .ctcg-area-grid {
    grid-template-columns: 1fr 1fr;
  }

  #triaz-ctcg-page .ctcg-cta-group {
    flex-direction: column;
  }

  #triaz-ctcg-page .ctcg-btn {
    width: 100%;
  }

  #triaz-ctcg-page h1 {
    font-size: 34px;
  }
}