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

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

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

.trz-ext-hero {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(255, 176, 0, 0.24), transparent 34%),
    linear-gradient(135deg, #081526 0%, #132845 52%, #f4f7fb 52%, #ffffff 100%);
}

.trz-ext-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.trz-ext-badge,
.trz-ext-section-head span,
.trz-ext-mini-title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff3d0;
  color: #8a5b00;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

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

.trz-ext-lead {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.75;
  max-width: 680px;
}

.trz-ext-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.trz-ext-hero-points span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.trz-ext-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.trz-ext-btn,
.trz-ext-final-cta a,
.trz-ext-highlight-box a,
.trz-ext-card-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.trz-ext-btn-primary,
.trz-ext-final-cta a,
.trz-ext-highlight-box a,
.trz-ext-card-bottom a {
  background: #f6a800;
  color: #121212;
  box-shadow: 0 14px 30px rgba(246, 168, 0, 0.28);
}

.trz-ext-btn-primary:hover,
.trz-ext-final-cta a:hover,
.trz-ext-highlight-box a:hover,
.trz-ext-card-bottom a:hover {
  transform: translateY(-2px);
  background: #ffbd24;
}

.trz-ext-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.trz-ext-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

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

.trz-ext-trust div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.trz-ext-trust strong {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.trz-ext-trust small {
  color: rgba(255, 255, 255, 0.72);
}

.trz-ext-hero-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(15, 30, 50, 0.18);
  border: 1px solid rgba(20, 35, 55, 0.08);
}

.trz-ext-card-top {
  display: grid;
  gap: 6px;
  margin-bottom: 22px;
}

.trz-ext-card-top span {
  color: #f6a800;
  font-weight: 800;
}

.trz-ext-card-top strong {
  font-size: 21px;
  line-height: 1.35;
}

.trz-ext-visual {
  height: 310px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(19, 40, 69, 0.96), rgba(19, 40, 69, 0.76)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.trz-ext-house {
  width: 280px;
  height: 220px;
  position: relative;
}

.trz-ext-roof {
  width: 210px;
  height: 70px;
  background: #f6a800;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: 0 auto;
}

.trz-ext-building {
  width: 230px;
  height: 120px;
  background: #ffffff;
  margin: -1px auto 0;
  border-radius: 12px 12px 4px 4px;
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 16px;
  align-items: end;
  padding: 20px;
}

.trz-ext-window {
  height: 52px;
  border-radius: 10px;
  background: #c7d8e8;
  border: 4px solid #132845;
}

.trz-ext-door {
  height: 76px;
  border-radius: 12px 12px 0 0;
  background: #132845;
}

.trz-ext-gate {
  width: 280px;
  height: 35px;
  margin: 12px auto 0;
  border-radius: 10px;
  background: repeating-linear-gradient(90deg, #f6a800 0 12px, #132845 12px 20px);
}

.trz-ext-card-bottom {
  margin-top: 22px;
}

.trz-ext-card-bottom p {
  margin: 0 0 14px;
  color: #4c5b70;
  line-height: 1.7;
}

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

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

.trz-ext-section-head h2,
.trz-ext-split h2,
.trz-ext-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #132033;
}

.trz-ext-section-head p,
.trz-ext-split p,
.trz-ext-final-cta p {
  margin: 0;
  color: #5b687a;
  line-height: 1.8;
  font-size: 16px;
}

.trz-ext-soft {
  background: #f4f7fb;
}

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

.trz-ext-problem-card,
.trz-ext-service-card,
.trz-ext-step {
  background: #ffffff;
  border: 1px solid rgba(19, 32, 51, 0.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 16px 36px rgba(15, 30, 50, 0.06);
  transition: 0.25s ease;
}

.trz-ext-problem-card:hover,
.trz-ext-service-card:hover,
.trz-ext-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(15, 30, 50, 0.1);
}

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

.trz-ext-problem-card p,
.trz-ext-service-card p,
.trz-ext-step p {
  margin: 0;
  color: #5b687a;
  line-height: 1.75;
}

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

.trz-ext-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.trz-ext-check-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.trz-ext-check-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f4f7fb;
  color: #253044;
  line-height: 1.6;
}

.trz-ext-check-list b {
  color: #f6a800;
}

.trz-ext-highlight-box {
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(246,168,0,0.26), transparent 36%),
    #132845;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(19, 40, 69, 0.22);
}

.trz-ext-highlight-box h3 {
  margin: 0 0 14px;
  font-size: 30px;
  color: #ffffff;
}

.trz-ext-highlight-box p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
}

.trz-ext-dark {
  background: #101b2c;
}

.trz-ext-light-head h2,
.trz-ext-light-head p {
  color: #ffffff;
}

.trz-ext-light-head p {
  color: rgba(255, 255, 255, 0.72);
}

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

.trz-ext-area-grid div {
  padding: 18px;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-weight: 700;
}

.trz-ext-step strong {
  width: 52px;
  height: 52px;
  display: flex;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #fff3d0;
  color: #8a5b00;
  font-size: 22px;
  margin-bottom: 18px;
}

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

.trz-ext-link-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px;
  text-align: center;
  border-radius: 18px;
  background: #ffffff;
  color: #132845;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(19, 32, 51, 0.08);
  box-shadow: 0 12px 28px rgba(15, 30, 50, 0.05);
  transition: 0.25s ease;
}

.trz-ext-link-grid a:hover {
  background: #132845;
  color: #ffffff;
  transform: translateY(-3px);
}

.trz-ext-final-cta {
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(19, 40, 69, 0.94), rgba(19, 40, 69, 0.86)),
    radial-gradient(circle at top right, rgba(246, 168, 0, 0.35), transparent 34%);
  text-align: center;
}

.trz-ext-final-cta h2 {
  color: #ffffff;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.trz-ext-final-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 740px;
  margin: 0 auto 26px;
}

.trz-ext-faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.trz-ext-faq-item {
  border: 1px solid rgba(19, 32, 51, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 30, 50, 0.05);
}

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

.trz-ext-faq-question span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #fff3d0;
  color: #8a5b00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.25s ease;
}

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

.trz-ext-faq-answer p {
  margin: 0;
  color: #5b687a;
  line-height: 1.75;
}

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

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

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

  .trz-ext-hero {
    background: linear-gradient(135deg, #081526 0%, #132845 100%);
  }

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

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

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

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

  .trz-ext-hero h1 {
    font-size: 36px;
  }

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

  .trz-ext-trust,
  .trz-ext-problem-grid,
  .trz-ext-service-grid,
  .trz-ext-step-grid,
  .trz-ext-area-grid,
  .trz-ext-link-grid {
    grid-template-columns: 1fr;
  }

  .trz-ext-cta-row {
    flex-direction: column;
  }

  .trz-ext-btn,
  .trz-ext-final-cta a,
  .trz-ext-highlight-box a,
  .trz-ext-card-bottom a {
    width: 100%;
  }

  .trz-ext-hero-card,
  .trz-ext-highlight-box {
    padding: 22px;
    border-radius: 24px;
  }

  .trz-ext-visual {
    height: 240px;
  }

  .trz-ext-house {
    transform: scale(0.78);
  }
}