.trz-cw-page {
  font-family: inherit;
  color: #17202a;
  background: #ffffff;
  overflow: hidden;
}

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

.trz-cw-hero {
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(23, 83, 120, 0.18), transparent 34%),
    linear-gradient(135deg, #07131f 0%, #10293d 48%, #eef6fb 48%, #ffffff 100%);
}

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

.trz-cw-hero-content {
  color: #ffffff;
}

.trz-cw-badge,
.trz-cw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(18, 118, 168, 0.12);
  color: #0f6c99;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.trz-cw-hero .trz-cw-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.trz-cw-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -1.8px;
  color: #ffffff;
}

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

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

.trz-cw-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: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.trz-cw-btn:hover {
  transform: translateY(-2px);
}

.trz-cw-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0f88c8, #075b89);
  box-shadow: 0 14px 34px rgba(15, 136, 200, 0.28);
}

.trz-cw-btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

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

.trz-cw-trust div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.trz-cw-trust strong {
  display: block;
  font-size: 20px;
  color: #ffffff;
}

.trz-cw-trust span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
}

.trz-cw-hero-card {
  min-height: 520px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,255,255,0.2)),
    repeating-linear-gradient(90deg, rgba(12,42,62,0.18) 0 2px, transparent 2px 82px),
    repeating-linear-gradient(0deg, rgba(12,42,62,0.16) 0 2px, transparent 2px 92px),
    linear-gradient(135deg, #d8ecf6, #ffffff);
  box-shadow: 0 28px 70px rgba(3, 21, 34, 0.25);
  position: relative;
  overflow: hidden;
}

.trz-cw-hero-card::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(6, 47, 75, 0.16);
  border-radius: 28px;
}

.trz-cw-glass-box {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 44px rgba(13, 55, 79, 0.16);
}

.trz-cw-glass-box span {
  color: #0f6c99;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.trz-cw-glass-box h2 {
  margin: 10px 0 10px;
  font-size: 30px;
  line-height: 1.15;
  color: #102131;
}

.trz-cw-glass-box p {
  margin: 0;
  color: #50606d;
  line-height: 1.7;
}

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

.trz-cw-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.trz-cw-section-head h2,
.trz-cw-two-col h2,
.trz-cw-final-cta h2 {
  margin: 14px 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -1px;
  color: #102131;
}

.trz-cw-section-head p,
.trz-cw-two-col p,
.trz-cw-final-cta p {
  font-size: 17px;
  line-height: 1.75;
  color: #586774;
}

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

.trz-cw-card,
.trz-cw-material,
.trz-cw-step,
.trz-cw-highlight,
.trz-cw-proof-box {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7eef3;
  box-shadow: 0 16px 38px rgba(18, 39, 56, 0.08);
}

.trz-cw-card h3,
.trz-cw-material h3,
.trz-cw-step h3,
.trz-cw-highlight h3,
.trz-cw-proof-box h3 {
  margin: 0 0 10px;
  color: #102131;
  font-size: 21px;
}

.trz-cw-card p,
.trz-cw-material p,
.trz-cw-step p,
.trz-cw-highlight p,
.trz-cw-proof-box p {
  margin: 0;
  color: #5b6975;
  line-height: 1.7;
}

.trz-cw-dark {
  background: #07131f;
  color: #ffffff;
}

.trz-cw-dark h2,
.trz-cw-dark h3 {
  color: #ffffff;
}

.trz-cw-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.trz-cw-dark .trz-cw-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #c9efff;
}

.trz-cw-two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 38px;
  align-items: center;
}

.trz-cw-checklist {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.trz-cw-checklist li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.trz-cw-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0f88c8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.trz-cw-highlight,
.trz-cw-proof-box {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.trz-cw-highlight .trz-cw-btn,
.trz-cw-proof-box .trz-cw-btn {
  margin-top: 22px;
}

.trz-cw-material a,
.trz-cw-mini-links a {
  display: inline-flex;
  margin-top: 16px;
  color: #0f6c99;
  font-weight: 800;
  text-decoration: none;
}

.trz-cw-material a:hover,
.trz-cw-mini-links a:hover {
  text-decoration: underline;
}

.trz-cw-soft {
  background: #f3f8fb;
}

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

.trz-cw-use-grid div {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2edf3;
  color: #102131;
  font-weight: 800;
  text-align: center;
}

.trz-cw-step span {
  display: inline-flex;
  margin-bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  background: #e8f5fb;
  color: #0f6c99;
  font-weight: 900;
}

.trz-cw-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trz-cw-mini-links a {
  margin: 0;
  padding: 11px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

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

.trz-cw-faq-item {
  border: 1px solid #e3edf4;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(18, 39, 56, 0.06);
}

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

.trz-cw-faq-question span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef7fc;
  color: #0f6c99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}

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

.trz-cw-faq-answer p {
  margin: 0;
  color: #586774;
  line-height: 1.75;
}

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

.trz-cw-faq-item.is-open .trz-cw-faq-question span {
  background: #0f88c8;
  color: #ffffff;
}

.trz-cw-final-cta {
  padding: 76px 0;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(15, 136, 200, 0.22), transparent 38%),
    linear-gradient(135deg, #07131f, #12324a);
  color: #ffffff;
}

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

.trz-cw-final-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.trz-cw-final-cta .trz-cw-btn {
  margin-top: 22px;
}

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

  .trz-cw-hero {
    background: linear-gradient(135deg, #07131f 0%, #10293d 100%);
  }

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

  .trz-cw-hero-card {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .trz-cw-hero,
  .trz-cw-section {
    padding: 56px 0;
  }

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

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

  .trz-cw-cta-row,
  .trz-cw-trust {
    grid-template-columns: 1fr;
  }

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

  .trz-cw-benefit-grid,
  .trz-cw-material-grid,
  .trz-cw-process-grid,
  .trz-cw-use-grid {
    grid-template-columns: 1fr;
  }

  .trz-cw-hero-card {
    min-height: 360px;
  }

  .trz-cw-glass-box {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }

  .trz-cw-glass-box h2 {
    font-size: 24px;
  }
}