.trz-hpl-wrap {
  font-family: inherit;
  color: #1f2933;
  background: #ffffff;
}

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

.trz-hpl-hero {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(180, 128, 70, 0.18), transparent 35%),
    linear-gradient(135deg, #fff8ef 0%, #ffffff 55%, #f6efe7 100%);
  overflow: hidden;
}

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

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

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

.trz-hero-content h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 20px;
  color: #17202a;
  letter-spacing: -1.2px;
}

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

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

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

.trz-btn-primary {
  background: #b7792b;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(183, 121, 43, 0.28);
}

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

.trz-btn-secondary {
  background: #ffffff;
  color: #9a5d18;
  border-color: #efd8bb;
}

.trz-btn-secondary:hover {
  background: #fff7ec;
  color: #7a4610;
}

.trz-btn-white {
  background: #ffffff;
  color: #9a5d18;
}

.trz-btn-white:hover {
  background: #fff3df;
  color: #7a4610;
  transform: translateY(-2px);
}

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

.trz-trust-row div {
  background: rgba(255,255,255,0.78);
  border: 1px solid #f0ddc7;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(44, 30, 10, 0.05);
}

.trz-trust-row strong {
  display: block;
  color: #17202a;
  font-size: 18px;
}

.trz-trust-row span {
  display: block;
  color: #697586;
  font-size: 14px;
  margin-top: 4px;
}

.trz-hero-card {
  background: #ffffff;
  border: 1px solid #f0ddc7;
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 28px 70px rgba(74, 48, 18, 0.14);
}

.trz-card-visual {
  height: 330px;
  background:
    linear-gradient(135deg, rgba(183,121,43,0.18), rgba(255,255,255,0.6)),
    repeating-linear-gradient(90deg, #b9834f 0 18px, #a86f3b 18px 36px);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.trz-door-frame {
  width: 82%;
  height: 78%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 12px;
  background: rgba(255,255,255,0.18);
  border: 8px solid rgba(255,255,255,0.85);
  border-radius: 10px;
  transform: perspective(800px) rotateY(-5deg);
}

.trz-door-frame span {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.16), transparent),
    repeating-linear-gradient(180deg, #9c6634 0 18px, #b77b42 18px 36px);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.trz-card-info h2 {
  margin: 22px 0 8px;
  font-size: 24px;
  color: #17202a;
}

.trz-card-info p {
  margin: 0;
  color: #52606d;
  line-height: 1.7;
}

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

.trz-light {
  background: #faf7f2;
}

.trz-dark {
  background: linear-gradient(135deg, #2b1f16 0%, #5a3518 100%);
  color: #ffffff;
}

.trz-two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.trz-two-grid h2,
.trz-heading-center h2,
.trz-cta-box h2,
.trz-final-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
  color: #17202a;
}

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

.trz-two-grid p,
.trz-heading-center p {
  font-size: 17px;
  line-height: 1.75;
  color: #52606d;
  margin: 0;
}

.trz-dark .trz-two-grid p {
  color: rgba(255,255,255,0.82);
}

.trz-solution-box {
  background: #ffffff;
  border: 1px solid #f0ddc7;
  border-left: 6px solid #b7792b;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(60, 40, 15, 0.08);
}

.trz-solution-box h3 {
  margin: 0 0 12px;
  font-size: 26px;
  color: #17202a;
}

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

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

.trz-feature-card {
  background: #ffffff;
  border: 1px solid #ead8c4;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(60, 40, 15, 0.06);
  transition: all 0.25s ease;
}

.trz-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(60, 40, 15, 0.1);
}

.trz-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff0dc;
  color: #9a5d18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.trz-feature-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #17202a;
}

.trz-feature-card p {
  margin: 0;
  color: #52606d;
  line-height: 1.7;
}

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

.trz-use-grid div {
  background: #ffffff;
  border: 1px solid #ead8c4;
  border-radius: 18px;
  padding: 18px;
  font-weight: 800;
  color: #2f2a24;
  box-shadow: 0 10px 26px rgba(60, 40, 15, 0.05);
}

.trz-list-box {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  padding: 30px;
}

.trz-list-box ul {
  margin: 0;
  padding-left: 20px;
}

.trz-list-box li {
  margin-bottom: 14px;
  line-height: 1.7;
}

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

.trz-step {
  border: 1px solid #ead8c4;
  border-radius: 24px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(60, 40, 15, 0.06);
}

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

.trz-step h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: #17202a;
}

.trz-step p {
  margin: 0;
  color: #52606d;
  line-height: 1.65;
}

.trz-cta-section {
  background: #ffffff;
}

.trz-cta-box {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%),
    linear-gradient(135deg, #9a5d18, #3a2514);
  border-radius: 34px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 24px 60px rgba(58, 37, 20, 0.24);
}

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

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

.trz-link-grid a:hover {
  background: #fff0dc;
  color: #7a4610;
  transform: translateY(-3px);
}

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

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

.trz-faq-item {
  border: 1px solid #ead8c4;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(60, 40, 15, 0.04);
}

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

.trz-faq-question span {
  width: 30px;
  height: 30px;
  background: #fff0dc;
  color: #9a5d18;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  transition: all 0.25s ease;
}

.trz-faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.trz-faq-answer p {
  margin: 0;
  color: #52606d;
  line-height: 1.7;
}

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

.trz-faq-item.active .trz-faq-question span {
  background: #b7792b;
  color: #ffffff;
  transform: rotate(45deg);
}

.trz-final-cta {
  padding: 70px 0;
  text-align: center;
  background: linear-gradient(135deg, #2b1f16 0%, #8a531c 100%);
}

.trz-final-cta p {
  max-width: 620px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.7;
}

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

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

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

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

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

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

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

  .trz-btn {
    width: 100%;
  }

  .trz-trust-row,
  .trz-feature-grid,
  .trz-use-grid,
  .trz-process,
  .trz-link-grid {
    grid-template-columns: 1fr;
  }

  .trz-card-visual {
    height: 260px;
  }

  .trz-cta-box {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .trz-hero-content h1 {
    letter-spacing: -0.5px;
  }
}