.trz-kaca-page {
  --trz-primary: #0f4c81;
  --trz-primary-dark: #073252;
  --trz-accent: #f2b84b;
  --trz-dark: #101827;
  --trz-muted: #64748b;
  --trz-soft: #f5f8fb;
  --trz-white: #ffffff;
  --trz-border: rgba(15, 76, 129, 0.14);
  --trz-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  font-family: inherit;
  color: var(--trz-dark);
  overflow: hidden;
}

.trz-kaca-page * {
  box-sizing: border-box;
}

.trz-kaca-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.trz-kaca-hero {
  position: relative;
  padding: 92px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(242, 184, 75, 0.26), transparent 34%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 48%, #f6fbff 100%);
}

.trz-kaca-hero::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 360px;
  height: 360px;
  background: rgba(15, 76, 129, 0.09);
  border-radius: 50%;
  filter: blur(4px);
}

.trz-kaca-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}

.trz-kaca-badge,
.trz-kaca-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--trz-primary);
  background: rgba(15, 76, 129, 0.08);
  border: 1px solid rgba(15, 76, 129, 0.12);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.trz-kaca-badge span {
  width: 9px;
  height: 9px;
  background: var(--trz-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(242, 184, 75, 0.18);
}

.trz-kaca-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -1.7px;
  color: var(--trz-primary-dark);
}

.trz-kaca-lead {
  font-size: 18px;
  line-height: 1.75;
  color: #475569;
  margin: 0 0 28px;
  max-width: 720px;
}

.trz-kaca-cta-row,
.trz-kaca-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.trz-kaca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.trz-kaca-btn-primary {
  background: linear-gradient(135deg, var(--trz-primary), #0b6aa9);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 76, 129, 0.24);
}

.trz-kaca-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 18px 34px rgba(15, 76, 129, 0.3);
}

.trz-kaca-btn-secondary {
  background: #fff;
  color: var(--trz-primary);
  border-color: var(--trz-border);
}

.trz-kaca-btn-secondary:hover {
  background: #f8fbff;
  transform: translateY(-2px);
  color: var(--trz-primary-dark);
}

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

.trz-kaca-trust div {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 18px;
  padding: 16px;
  backdrop-filter: blur(10px);
}

.trz-kaca-trust strong {
  display: block;
  color: var(--trz-primary-dark);
  font-size: 15px;
  margin-bottom: 4px;
}

.trz-kaca-trust span {
  color: var(--trz-muted);
  font-size: 13px;
}

.trz-kaca-hero-card {
  position: relative;
}

.trz-kaca-card-glass {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.65)),
    linear-gradient(135deg, rgba(15,76,129,0.12), rgba(242,184,75,0.10));
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: var(--trz-shadow);
  border-radius: 30px;
  padding: 28px;
  backdrop-filter: blur(18px);
}

.trz-kaca-card-glass::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(15,76,129,0.1);
  border-radius: 24px;
  pointer-events: none;
}

.trz-kaca-card-top {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.trz-kaca-card-top span {
  color: var(--trz-muted);
  font-size: 14px;
}

.trz-kaca-card-top strong {
  font-size: 28px;
  color: var(--trz-primary-dark);
  line-height: 1.15;
}

.trz-kaca-checklist {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 12px;
}

.trz-kaca-checklist li {
  position: relative;
  padding-left: 30px;
  color: #334155;
  line-height: 1.55;
}

.trz-kaca-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(15, 76, 129, 0.12);
  color: var(--trz-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.trz-kaca-mini-form {
  position: relative;
  background: rgba(255,255,255,0.75);
  border: 1px dashed rgba(15, 76, 129, 0.22);
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.trz-kaca-mini-form p {
  margin: 0 0 11px;
  color: #475569;
  font-size: 14px;
}

.trz-kaca-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trz-kaca-tags span {
  background: #eef6ff;
  color: var(--trz-primary);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
  border-radius: 999px;
}

.trz-kaca-card-wa {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 18px;
  padding: 15px 18px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
  transition: 0.25s ease;
}

.trz-kaca-card-wa:hover {
  transform: translateY(-2px);
  color: #fff;
}

.trz-kaca-section {
  padding: 78px 0;
}

.trz-kaca-problem {
  background: #fff;
}

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

.trz-kaca-two-col h2,
.trz-kaca-heading h2,
.trz-kaca-why-grid h2,
.trz-kaca-final h2 {
  margin: 14px 0 16px;
  color: var(--trz-primary-dark);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.9px;
}

.trz-kaca-two-col p,
.trz-kaca-heading p,
.trz-kaca-why-grid p,
.trz-kaca-final p {
  color: #536173;
  line-height: 1.75;
  font-size: 16px;
}

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

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

.trz-kaca-service-card {
  background: #fff;
  border: 1px solid var(--trz-border);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  transition: 0.25s ease;
}

.trz-kaca-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--trz-shadow);
  border-color: rgba(15, 76, 129, 0.25);
}

.trz-kaca-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.12), rgba(242, 184, 75, 0.2));
  color: var(--trz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.trz-kaca-service-card h3 {
  margin: 0 0 10px;
  color: var(--trz-primary-dark);
  font-size: 21px;
}

.trz-kaca-service-card p {
  margin: 0 0 18px;
  color: #64748b;
  line-height: 1.65;
}

.trz-kaca-service-card a {
  color: var(--trz-primary);
  font-weight: 900;
  text-decoration: none;
}

.trz-kaca-service-card a:hover {
  text-decoration: underline;
}

.trz-kaca-dark {
  background:
    radial-gradient(circle at 15% 15%, rgba(242, 184, 75, 0.14), transparent 30%),
    linear-gradient(135deg, #071f35 0%, #0f4c81 100%);
  color: #fff;
}

.trz-kaca-heading-light h2,
.trz-kaca-heading-light p {
  color: #fff;
}

.trz-kaca-heading-light .trz-kaca-eyebrow {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}

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

.trz-kaca-use-item {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(10px);
}

.trz-kaca-use-item strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
}

.trz-kaca-use-item span {
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

.trz-kaca-material {
  align-items: center;
}

.trz-kaca-material-list {
  display: grid;
  gap: 14px;
}

.trz-kaca-material-list div {
  background: var(--trz-soft);
  border: 1px solid var(--trz-border);
  border-radius: 20px;
  padding: 18px;
}

.trz-kaca-material-list strong {
  display: block;
  color: var(--trz-primary-dark);
  margin-bottom: 5px;
  font-size: 17px;
}

.trz-kaca-material-list span {
  color: #64748b;
  line-height: 1.6;
}

.trz-kaca-process {
  background: var(--trz-soft);
}

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

.trz-kaca-step {
  background: #fff;
  border: 1px solid var(--trz-border);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.trz-kaca-step::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  background: rgba(15,76,129,0.06);
  border-radius: 50%;
}

.trz-kaca-step span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--trz-primary);
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}

.trz-kaca-step h3 {
  margin: 0 0 10px;
  color: var(--trz-primary-dark);
  font-size: 19px;
}

.trz-kaca-step p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.trz-kaca-why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

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

.trz-kaca-benefit {
  background: #fff;
  border: 1px solid var(--trz-border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.trz-kaca-benefit strong {
  display: block;
  color: var(--trz-primary-dark);
  font-size: 18px;
  margin-bottom: 7px;
}

.trz-kaca-benefit span {
  color: #64748b;
  line-height: 1.6;
}

.trz-kaca-links {
  background: #fbfdff;
  border-top: 1px solid rgba(15,76,129,0.08);
  border-bottom: 1px solid rgba(15,76,129,0.08);
}

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

.trz-kaca-link-grid a {
  display: flex;
  align-items: center;
  min-height: 54px;
  background: #fff;
  border: 1px solid var(--trz-border);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--trz-primary-dark);
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.trz-kaca-link-grid a:hover {
  background: var(--trz-primary);
  color: #fff;
  transform: translateY(-2px);
}

.trz-kaca-faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.trz-kaca-faq-item {
  border: 1px solid var(--trz-border);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.trz-kaca-faq-question {
  width: 100%;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--trz-primary-dark);
  font-size: 17px;
  font-weight: 900;
}

.trz-kaca-faq-question span {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: rgba(15,76,129,0.1);
  color: var(--trz-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.trz-kaca-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.trz-kaca-faq-answer p {
  margin: 0;
  padding: 0 22px 20px;
  color: #64748b;
  line-height: 1.7;
}

.trz-kaca-faq-item.is-open .trz-kaca-faq-question span {
  transform: rotate(45deg);
  background: var(--trz-primary);
  color: #fff;
}

.trz-kaca-final {
  padding: 74px 0;
  background: linear-gradient(135deg, #f4f9ff, #ffffff);
}

.trz-kaca-final-card {
  background:
    radial-gradient(circle at top right, rgba(242, 184, 75, 0.2), transparent 36%),
    linear-gradient(135deg, #ffffff, #f8fbff);
  border: 1px solid var(--trz-border);
  border-radius: 32px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  box-shadow: var(--trz-shadow);
}

.trz-kaca-floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.34);
  transition: 0.25s ease;
}

.trz-kaca-floating-wa:hover {
  transform: translateY(-3px) scale(1.04);
  color: #fff;
}

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

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

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

  .trz-kaca-hero {
    padding-top: 70px;
  }
}

@media (max-width: 700px) {
  .trz-kaca-container {
    width: min(100% - 24px, 1180px);
  }

  .trz-kaca-section {
    padding: 56px 0;
  }

  .trz-kaca-hero {
    padding: 54px 0 50px;
  }

  .trz-kaca-hero h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .trz-kaca-lead {
    font-size: 16px;
  }

  .trz-kaca-trust,
  .trz-kaca-service-grid,
  .trz-kaca-use-grid,
  .trz-kaca-step-grid,
  .trz-kaca-benefit-grid,
  .trz-kaca-link-grid {
    grid-template-columns: 1fr;
  }

  .trz-kaca-card-glass {
    padding: 22px;
    border-radius: 24px;
  }

  .trz-kaca-final-card {
    padding: 26px;
    border-radius: 24px;
  }

  .trz-kaca-btn {
    width: 100%;
  }

  .trz-kaca-floating-wa {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
  }
}