.trz-cermin-page {
  font-family: Arial, sans-serif;
  color: #1f2937;
  background: #ffffff;
  line-height: 1.6;
}

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

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

.trz-hero {
  padding: 86px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 45%, #eef2ff 100%);
  overflow: hidden;
}

.trz-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: center;
}

.trz-badge,
.trz-heading span,
.trz-dark-box span {
  display: inline-block;
  background: #dbeafe;
  color: #1d4ed8;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

.trz-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -1.2px;
  color: #111827;
  margin: 0 0 20px;
}

.trz-hero p {
  font-size: 18px;
  color: #4b5563;
  margin: 0 0 28px;
  max-width: 650px;
}

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

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

.trz-btn-primary {
  background: #16a34a;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.24);
}

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

.trz-btn-secondary {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}

.trz-btn-secondary:hover {
  background: #f3f4f6;
  color: #111827;
  transform: translateY(-2px);
}

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

.trz-trust span {
  background: #ffffff;
  color: #374151;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.trz-hero-visual {
  position: relative;
}

.trz-mirror-card {
  min-height: 440px;
  border-radius: 32px;
  border: 12px solid #e5e7eb;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.85), rgba(219,234,254,0.55)),
    radial-gradient(circle at 30% 20%, #ffffff 0%, #dbeafe 35%, #bfdbfe 75%);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.15);
  position: relative;
  overflow: hidden;
}

.trz-mirror-shine {
  position: absolute;
  top: -110px;
  left: -90px;
  width: 230px;
  height: 720px;
  background: rgba(255,255,255,0.55);
  transform: rotate(28deg);
}

.trz-mirror-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.7);
}

.trz-mirror-text strong {
  display: block;
  font-size: 22px;
  color: #111827;
  margin-bottom: 5px;
}

.trz-mirror-text span {
  color: #4b5563;
}

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

.trz-section-light {
  background: #f9fafb;
}

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

.trz-heading h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.17;
  letter-spacing: -0.7px;
  color: #111827;
  margin: 0 0 14px;
}

.trz-heading p {
  color: #6b7280;
  font-size: 17px;
  margin: 0;
}

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

.trz-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.25s ease;
}

.trz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.trz-icon {
  width: 52px;
  height: 52px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
}

.trz-card h3 {
  font-size: 21px;
  line-height: 1.3;
  color: #111827;
  margin: 0 0 10px;
}

.trz-card p {
  color: #6b7280;
  margin: 0;
}

.trz-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: stretch;
}

.trz-dark-box {
  background: linear-gradient(135deg, #111827, #1e3a8a);
  color: #ffffff;
  border-radius: 30px;
  padding: 38px;
}

.trz-dark-box span {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}

.trz-dark-box h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  margin: 0 0 16px;
}

.trz-dark-box p {
  color: #dbeafe;
  margin: 0 0 24px;
}

.trz-list-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.trz-list-box h3 {
  color: #111827;
  font-size: 26px;
  margin: 0 0 18px;
}

.trz-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.trz-check-list li {
  position: relative;
  padding: 11px 0 11px 34px;
  color: #374151;
}

.trz-check-list li:before {
  content: "✓";
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #dcfce7;
  color: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
}

.trz-step {
  width: 46px;
  height: 46px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.trz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.trz-tags span {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #374151;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
}

.trz-cta-box {
  background: linear-gradient(135deg, #1d4ed8, #111827);
  color: #ffffff;
  border-radius: 34px;
  text-align: center;
  padding: 56px 34px;
}

.trz-cta-box h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 0 0 14px;
}

.trz-cta-box p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #dbeafe;
  font-size: 18px;
}

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

.trz-link-grid a {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  text-decoration: none;
  padding: 18px;
  border-radius: 18px;
  font-weight: 800;
  text-align: center;
  transition: all 0.25s ease;
}

.trz-link-grid a:hover {
  background: #eff6ff;
  color: #1d4ed8;
  transform: translateY(-2px);
}

.trz-faq {
  max-width: 900px;
  margin: 0 auto;
}

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

.trz-faq-question {
  width: 100%;
  background: #ffffff;
  color: #111827;
  border: 0;
  cursor: pointer;
  text-align: left;
  padding: 20px 56px 20px 22px;
  font-size: 17px;
  font-weight: 900;
  position: relative;
}

.trz-faq-question:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 15px;
  font-size: 30px;
  color: #2563eb;
}

.trz-faq-item.active .trz-faq-question:after {
  content: "−";
}

.trz-faq-answer {
  display: none;
  padding: 0 22px 22px;
  color: #6b7280;
}

.trz-faq-item.active .trz-faq-answer {
  display: block;
}

.trz-floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  background: #16a34a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.34);
}

.trz-floating-wa:hover {
  background: #15803d;
  color: #ffffff;
}

@media (max-width: 900px) {
  .trz-hero-grid,
  .trz-grid-3,
  .trz-split,
  .trz-link-grid {
    grid-template-columns: 1fr;
  }

  .trz-hero {
    padding: 56px 0;
  }

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

  .trz-mirror-card {
    min-height: 340px;
  }

  .trz-dark-box,
  .trz-list-box,
  .trz-cta-box {
    padding: 28px 22px;
  }

  .trz-floating-wa {
    right: 12px;
    bottom: 12px;
    padding: 12px 15px;
    font-size: 14px;
  }
}