.triaz-ktk-page {
  font-family: inherit;
  color: #172033;
  background: #ffffff;
  overflow: hidden;
}

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

.triaz-ktk-hero {
  padding: 90px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(79, 209, 197, 0.2), transparent 34%),
    linear-gradient(135deg, #071225 0%, #10345c 48%, #007d8f 100%);
}

.triaz-ktk-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
}

.triaz-ktk-badge,
.triaz-ktk-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.triaz-ktk-badge {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.triaz-ktk-label {
  color: #006b83;
  background: rgba(0, 125, 143, 0.1);
}

.triaz-ktk-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -1.4px;
}

.triaz-ktk-hero p {
  max-width: 690px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.75;
}

.triaz-ktk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

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

.triaz-ktk-btn-primary {
  background: #16a34a;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(22, 163, 74, 0.28);
}

.triaz-ktk-btn-primary:hover {
  background: #12843d;
  color: #ffffff;
  transform: translateY(-2px);
}

.triaz-ktk-btn-outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.triaz-ktk-btn-outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.triaz-ktk-btn-white {
  background: #ffffff;
  color: #073b5c;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.triaz-ktk-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.triaz-ktk-trust span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.14);
}

.triaz-ktk-hero-box {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  color: #172033;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.triaz-ktk-hero-box h2 {
  margin: 0 0 12px;
  color: #0f2443;
  font-size: 28px;
  line-height: 1.2;
}

.triaz-ktk-hero-box p {
  margin: 0 0 18px;
  color: #526078;
  font-size: 15px;
  line-height: 1.7;
}

.triaz-ktk-hero-box ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.triaz-ktk-hero-box li {
  position: relative;
  padding: 9px 0 9px 28px;
  border-bottom: 1px solid #e8edf5;
  font-weight: 800;
}

.triaz-ktk-hero-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}

.triaz-ktk-card-wa {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  text-align: center;
  color: #ffffff;
  background: #16a34a;
  font-weight: 900;
  text-decoration: none;
}

.triaz-ktk-section {
  padding: 76px 0;
}

.triaz-ktk-soft {
  background: #f5f8fc;
}

.triaz-ktk-heading {
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}

.triaz-ktk-heading h2,
.triaz-ktk-two-col h2 {
  margin: 0 0 14px;
  color: #0f2443;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.16;
  letter-spacing: -0.8px;
}

.triaz-ktk-heading p,
.triaz-ktk-two-col p {
  margin: 0;
  color: #5b677c;
  font-size: 17px;
  line-height: 1.75;
}

.triaz-ktk-problem-grid,
.triaz-ktk-service-grid,
.triaz-ktk-why-grid,
.triaz-ktk-link-grid,
.triaz-ktk-step-grid {
  display: grid;
  gap: 22px;
}

.triaz-ktk-problem-grid {
  grid-template-columns: repeat(3, 1fr);
}

.triaz-ktk-service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.triaz-ktk-why-grid {
  grid-template-columns: repeat(4, 1fr);
}

.triaz-ktk-link-grid {
  grid-template-columns: repeat(3, 1fr);
}

.triaz-ktk-card,
.triaz-ktk-service,
.triaz-ktk-link-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e6edf6;
  box-shadow: 0 14px 36px rgba(15, 36, 67, 0.06);
}

.triaz-ktk-card h3,
.triaz-ktk-service h3 {
  margin: 0 0 10px;
  color: #0f2443;
  font-size: 21px;
}

.triaz-ktk-card p,
.triaz-ktk-service p {
  margin: 0;
  color: #5b677c;
  line-height: 1.7;
}

.triaz-ktk-two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.triaz-ktk-benefit-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.triaz-ktk-benefit-list div {
  position: relative;
  padding: 18px 18px 18px 56px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e6edf6;
}

.triaz-ktk-benefit-list div::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #16a34a;
  font-size: 14px;
  font-weight: 900;
}

.triaz-ktk-benefit-list strong {
  display: block;
  margin-bottom: 4px;
  color: #0f2443;
}

.triaz-ktk-benefit-list span {
  display: block;
  color: #5b677c;
  line-height: 1.6;
}

.triaz-ktk-highlight {
  padding: 34px;
  border-radius: 30px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f2443, #007d8f);
  box-shadow: 0 24px 60px rgba(0, 125, 143, 0.22);
}

.triaz-ktk-highlight h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 28px;
}

.triaz-ktk-highlight ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
}

.triaz-ktk-highlight li {
  position: relative;
  break-inside: avoid;
  padding: 10px 0 10px 24px;
  color: rgba(255, 255, 255, 0.9);
}

.triaz-ktk-highlight li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #8ee6ad;
  font-size: 24px;
  line-height: 1;
}

.triaz-ktk-service span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: #007d8f;
  background: rgba(0, 125, 143, 0.1);
  font-weight: 900;
}

.triaz-ktk-dark {
  color: #ffffff;
  background: #071225;
}

.triaz-ktk-heading-light h2 {
  color: #ffffff;
}

.triaz-ktk-heading-light p {
  color: rgba(255, 255, 255, 0.72);
}

.triaz-ktk-step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.triaz-ktk-step {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.triaz-ktk-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #007d8f;
  background: #ffffff;
  font-weight: 900;
}

.triaz-ktk-step h3 {
  margin: 0 0 10px;
  color: #ffffff;
}

.triaz-ktk-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.triaz-ktk-cta {
  padding: 48px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #006b83, #0f8fb3);
}

.triaz-ktk-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.triaz-ktk-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 40px);
}

.triaz-ktk-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.triaz-ktk-link-card {
  display: block;
  text-decoration: none;
  transition: 0.25s ease;
}

.triaz-ktk-link-card:hover {
  transform: translateY(-4px);
  border-color: #007d8f;
}

.triaz-ktk-link-card strong {
  display: block;
  margin-bottom: 6px;
  color: #0f2443;
  font-size: 18px;
}

.triaz-ktk-link-card span {
  display: block;
  color: #5b677c;
  line-height: 1.55;
}

.triaz-ktk-faq-wrap {
  max-width: 920px;
}

.triaz-ktk-faq-list {
  display: grid;
  gap: 14px;
}

.triaz-ktk-faq-item {
  border: 1px solid #e6edf6;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 36, 67, 0.05);
}

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

.triaz-ktk-faq-question span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #007d8f;
  background: #edfafd;
  font-size: 20px;
  line-height: 1;
}

.triaz-ktk-faq-answer {
  display: none;
  padding: 0 22px 22px;
}

.triaz-ktk-faq-answer p {
  margin: 0;
  color: #5b677c;
  line-height: 1.75;
}

.triaz-ktk-faq-item.is-open .triaz-ktk-faq-answer {
  display: block;
}

.triaz-ktk-faq-item.is-open .triaz-ktk-faq-question span {
  color: #ffffff;
  background: #007d8f;
}

.triaz-ktk-final {
  padding: 86px 0;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #071225, #10345c);
}

.triaz-ktk-final h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
}

.triaz-ktk-final p {
  max-width: 720px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .triaz-ktk-hero-grid,
  .triaz-ktk-two-col,
  .triaz-ktk-cta-grid {
    grid-template-columns: 1fr;
  }

  .triaz-ktk-problem-grid,
  .triaz-ktk-service-grid,
  .triaz-ktk-why-grid,
  .triaz-ktk-link-grid,
  .triaz-ktk-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .triaz-ktk-cta-grid {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .triaz-ktk-hero {
    padding: 64px 0;
  }

  .triaz-ktk-section {
    padding: 58px 0;
  }

  .triaz-ktk-problem-grid,
  .triaz-ktk-service-grid,
  .triaz-ktk-why-grid,
  .triaz-ktk-link-grid,
  .triaz-ktk-step-grid {
    grid-template-columns: 1fr;
  }

  .triaz-ktk-hero-actions {
    flex-direction: column;
  }

  .triaz-ktk-btn {
    width: 100%;
  }

  .triaz-ktk-hero-box {
    padding: 24px;
  }

  .triaz-ktk-highlight ul {
    columns: 1;
  }
}