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

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

.trz-hero {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at top right, rgba(22, 88, 160, 0.18), transparent 35%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 55%, #f7fafc 100%);
}

.trz-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.trz-badge,
.trz-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0b5cab;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.trz-section-label.light {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}

.trz-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
  margin: 0 0 22px;
  color: #0b1f3a;
  letter-spacing: -1.5px;
}

.trz-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #43556b;
  margin: 0 0 28px;
}

.trz-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

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

.trz-btn-primary {
  background: #0b5cab;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(11, 92, 171, 0.22);
}

.trz-btn-primary:hover {
  background: #084982;
  color: #ffffff;
  transform: translateY(-2px);
}

.trz-btn-outline {
  background: #ffffff;
  color: #0b5cab;
  border-color: #bdd7ef;
}

.trz-btn-outline:hover {
  border-color: #0b5cab;
  transform: translateY(-2px);
}

.trz-btn-white {
  background: #ffffff;
  color: #0b5cab;
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.trz-btn-white:hover {
  transform: translateY(-2px);
  color: #084982;
}

.trz-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trz-trust div {
  background: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(17, 32, 55, 0.06);
}

.trz-trust strong {
  display: block;
  color: #0b1f3a;
  font-size: 20px;
}

.trz-trust span {
  color: #607086;
  font-size: 14px;
}

.trz-hero-card {
  background: #0b1f3a;
  color: #ffffff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 55px rgba(11, 31, 58, 0.22);
  position: relative;
}

.trz-hero-card:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  pointer-events: none;
}

.trz-card-label {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-weight: 700;
}

.trz-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.trz-hero-card li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  position: relative;
}

.trz-hero-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7bdcff;
  font-weight: 900;
}

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

.trz-card-wa:hover {
  color: #ffffff;
  background: #1ebe5b;
}

.trz-section {
  padding: 82px 0;
}

.trz-light {
  background: #f5f8fc;
}

.trz-dark {
  background:
    radial-gradient(circle at top left, rgba(72, 174, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #07172b 0%, #0b1f3a 100%);
  color: #ffffff;
}

.trz-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.trz-section h2,
.trz-cta h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.18;
  margin: 0 0 18px;
  letter-spacing: -0.8px;
  color: #0b1f3a;
}

.trz-dark h2,
.trz-cta h2 {
  color: #ffffff;
}

.trz-section p {
  font-size: 16px;
  line-height: 1.78;
  color: #52657b;
  margin: 0 0 14px;
}

.trz-dark p,
.trz-cta p {
  color: rgba(255,255,255,0.78);
}

.trz-heading-center {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.trz-benefit-grid,
.trz-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

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

.trz-benefit-card,
.trz-service-card,
.trz-mini-grid > div {
  background: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(17, 32, 55, 0.06);
  transition: 0.25s ease;
}

.trz-benefit-card:hover,
.trz-service-card:hover,
.trz-mini-grid > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 32, 55, 0.1);
}

.trz-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #0b5cab;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.trz-benefit-card h3,
.trz-service-card h3,
.trz-process-item h3,
.trz-mini-grid strong {
  font-size: 20px;
  margin: 0 0 12px;
  color: #0b1f3a;
}

.trz-benefit-card p,
.trz-service-card p,
.trz-mini-grid p {
  font-size: 15px;
  margin: 0;
}

.trz-check-list {
  display: grid;
  gap: 16px;
}

.trz-check-list div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 20px;
}

.trz-check-list strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #ffffff;
}

.trz-check-list span {
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

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

.trz-process-item {
  border: 1px solid #e7edf5;
  border-radius: 24px;
  padding: 26px;
  background: #ffffff;
  position: relative;
}

.trz-process-item span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf4ff;
  color: #0b5cab;
  font-weight: 900;
  margin-bottom: 18px;
}

.trz-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.trz-link-section {
  padding-top: 40px;
}

.trz-internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.trz-internal-links a {
  text-decoration: none;
  color: #0b5cab;
  background: #ffffff;
  border: 1px solid #d8e7f5;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.trz-internal-links a:hover {
  background: #0b5cab;
  color: #ffffff;
  transform: translateY(-2px);
}

.trz-cta {
  padding: 70px 0;
  background:
    radial-gradient(circle at top right, rgba(123, 220, 255, 0.24), transparent 34%),
    linear-gradient(135deg, #0b5cab, #082f5f);
}

.trz-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.trz-cta p {
  max-width: 720px;
  margin-bottom: 0;
}

.trz-faq-wrap {
  max-width: 900px;
}

.trz-faq {
  display: grid;
  gap: 14px;
}

.trz-faq-item {
  border: 1px solid #e2eaf3;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

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

.trz-faq-question span {
  width: 28px;
  height: 28px;
  background: #eaf4ff;
  color: #0b5cab;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
}

.trz-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  border-top: 1px solid transparent;
}

.trz-faq-answer p {
  padding: 0 22px 20px;
  margin: 0;
}

.trz-faq-item.active .trz-faq-answer {
  max-height: 240px;
  border-top-color: #eef3f8;
}

.trz-faq-item.active .trz-faq-question span {
  background: #0b5cab;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .trz-hero-grid,
  .trz-two-col,
  .trz-cta-box {
    grid-template-columns: 1fr;
  }

  .trz-benefit-grid,
  .trz-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .trz-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trz-cta-box {
    text-align: center;
  }

  .trz-cta .trz-btn {
    justify-self: center;
  }
}

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

  .trz-section {
    padding: 58px 0;
  }

  .trz-benefit-grid,
  .trz-service-grid,
  .trz-process,
  .trz-mini-grid,
  .trz-trust {
    grid-template-columns: 1fr;
  }

  .trz-hero-buttons {
    flex-direction: column;
  }

  .trz-btn {
    width: 100%;
  }

  .trz-hero-card {
    padding: 28px;
    border-radius: 24px;
  }
}