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

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

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

.trz-hero {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at top right, rgba(255, 184, 77, .22), transparent 35%),
    linear-gradient(135deg, #101928 0%, #1f344f 58%, #f4a62a 160%);
  color: #ffffff;
}

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

.trz-badge,
.trz-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2px;
}

.trz-badge {
  background: rgba(255,255,255,.14);
  color: #fff;
  margin-bottom: 18px;
}

.trz-mini-title {
  background: #fff1d8;
  color: #b66b00;
  margin-bottom: 14px;
}

.trz-mini-title.light {
  background: rgba(255,255,255,.14);
  color: #ffffff;
}

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

.trz-hero-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,.88);
  max-width: 680px;
  margin: 0 0 22px;
}

.trz-promo-box {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 22px;
  padding: 20px;
  margin: 24px 0;
  max-width: 620px;
  backdrop-filter: blur(8px);
}

.trz-promo-label {
  display: inline-block;
  background: #f4a62a;
  color: #111827;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.trz-promo-box strong {
  display: block;
  font-size: 25px;
  margin-bottom: 6px;
  color: #ffffff;
}

.trz-promo-box p {
  margin: 0 0 6px;
  color: rgba(255,255,255,.88);
}

.trz-promo-box small {
  color: rgba(255,255,255,.75);
}

.trz-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

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

.trz-btn-primary {
  background: #25d366;
  color: #092315 !important;
  box-shadow: 0 16px 32px rgba(37, 211, 102, .24);
}

.trz-btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(.97);
}

.trz-btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}

.trz-btn-secondary:hover {
  background: rgba(255,255,255,.16);
}

.trz-btn-white {
  background: #ffffff;
  color: #162033 !important;
}

.trz-btn-full {
  width: 100%;
  background: #f4a62a;
  color: #151515 !important;
  margin-top: 16px;
}

.trz-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
}

.trz-hero-card {
  background: #ffffff;
  color: #162033;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.trz-card-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 18px;
}

.trz-card-top span {
  color: #6b7280;
  font-size: 14px;
}

.trz-card-top strong {
  font-size: 28px;
  color: #111827;
}

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

.trz-hero-card li {
  position: relative;
  padding: 11px 0 11px 28px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

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

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

.trz-light {
  background: #f8fafc;
}

.trz-dark {
  background: #111827;
  color: #ffffff;
}

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

.trz-section-head h2,
.trz-two-col h2,
.trz-promo-big h2,
.trz-final-cta h2 {
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.18;
  letter-spacing: -.8px;
  margin: 0 0 14px;
}

.trz-section-head p,
.trz-two-col p,
.trz-promo-big p,
.trz-final-cta p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.trz-dark .trz-two-col p,
.trz-promo-big p,
.trz-promo-big small {
  color: rgba(255,255,255,.82);
}

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

.trz-feature,
.trz-service-card,
.trz-step {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}

.trz-feature h3,
.trz-service-card h3,
.trz-step h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: #162033;
}

.trz-feature p,
.trz-service-card p,
.trz-step p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

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

.trz-service-card {
  position: relative;
  overflow: hidden;
}

.trz-service-card:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #f4a62a;
}

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

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

.trz-benefit-list div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
}

.trz-benefit-list strong {
  color: #f4a62a;
  font-size: 22px;
}

.trz-benefit-list p {
  margin: 0;
  color: rgba(255,255,255,.84);
  line-height: 1.65;
}

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

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

.trz-promo-section {
  background: linear-gradient(135deg, #f4a62a 0%, #c97708 100%);
  color: #ffffff;
}

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

.trz-area-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trz-area-box span {
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-weight: 700;
  color: #334155;
}

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

.trz-link-grid a {
  display: block;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #162033 !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
  transition: .25s ease;
}

.trz-link-grid a:hover {
  transform: translateY(-2px);
  border-color: #f4a62a;
}

.trz-faq {
  max-width: 860px;
  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%;
  border: 0;
  background: #ffffff;
  color: #162033;
  padding: 20px 22px;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.trz-faq-question span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff1d8;
  color: #b66b00;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

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

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

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

.trz-faq-item.is-open .trz-faq-question span {
  transform: rotate(45deg);
}

.trz-final-cta {
  padding: 82px 0;
  background: #101928;
  color: #ffffff;
  text-align: center;
}

.trz-final-cta p {
  max-width: 700px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.82);
}

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

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

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

  .trz-promo-big {
    text-align: left;
  }
}

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

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

  .trz-grid-3,
  .trz-services,
  .trz-process,
  .trz-link-grid {
    grid-template-columns: 1fr;
  }

  .trz-cta-wrap,
  .trz-btn {
    width: 100%;
  }

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

  .trz-section-head {
    text-align: left;
  }
}
.trz-faq-answer {
  display: none;
}

.trz-faq-item.is-open .trz-faq-answer {
  display: block !important;
}

.trz-faq-question {
  cursor: pointer;
}

.trz-faq-question span {
  transition: transform .25s ease;
}

.trz-faq-item.is-open .trz-faq-question span {
  transform: rotate(45deg);
}