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

.trz-kapal-hero {
  padding: 88px 0 76px;
  background:
    radial-gradient(circle at top left, rgba(24, 166, 199, 0.22), transparent 34%),
    linear-gradient(135deg, #071923 0%, #0d2c3a 48%, #123d51 100%);
  color: #fff;
  overflow: hidden;
}

.trz-hero-grid,
.trz-two-column,
.trz-cta-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 38px;
  align-items: center;
}

.trz-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #e7f8fc;
  color: #08728a;
  font-size: 14px;
  font-weight: 800;
}

.trz-label-light {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}

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

.trz-hero-content p,
.trz-section-title p,
.trz-two-column p,
.trz-cta-section p,
.trz-final-cta p {
  font-size: 17px;
  line-height: 1.75;
}

.trz-hero-content p {
  max-width: 720px;
  color: rgba(255,255,255,0.84);
}

.trz-hero-buttons,
.trz-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

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

.trz-btn-primary {
  background: #16a34a;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(22,163,74,0.28);
}

.trz-btn-primary:hover {
  transform: translateY(-2px);
  background: #12823c;
  color: #fff !important;
}

.trz-btn-secondary {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.24);
  color: #fff !important;
}

.trz-btn-secondary:hover {
  background: rgba(255,255,255,0.16);
  color: #fff !important;
}

.trz-btn-light {
  background: #fff;
  color: #103142 !important;
}

.trz-btn-light:hover {
  transform: translateY(-2px);
  color: #103142 !important;
}

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

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

.trz-proof div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}

.trz-proof strong {
  display: block;
  font-size: 22px;
  color: #fff;
}

.trz-proof span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.trz-hero-form-card {
  background: #fff;
  color: #10202b;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.trz-hero-form-card h2 {
  margin: 0 0 12px;
  font-size: 30px;
  color: #0f2633;
}

.trz-hero-form-card p {
  color: #526273;
  line-height: 1.7;
}

.trz-hero-form-card ul,
.trz-dark-card ul {
  padding-left: 20px;
  line-height: 1.9;
}

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

.trz-bg-soft {
  background: #f5fafc;
}

.trz-section-title {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.trz-section-title h2,
.trz-two-column h2,
.trz-cta-section h2,
.trz-final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -1px;
  color: #0f2633;
}

.trz-section-title p,
.trz-two-column p {
  color: #526273;
}

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

.trz-card,
.trz-step,
.trz-dark-card,
.trz-link-list {
  background: #fff;
  border: 1px solid #e1eef2;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(15,49,64,0.06);
}

.trz-card h3,
.trz-step h3,
.trz-dark-card h3 {
  margin: 0 0 10px;
  color: #0f2633;
  font-size: 22px;
}

.trz-card p,
.trz-step p {
  margin: 0;
  color: #526273;
  line-height: 1.7;
}

.trz-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f8fc;
  color: #08728a;
  font-weight: 900;
}

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

.trz-check-list div {
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #dcecef;
  color: #1f3340;
  font-weight: 800;
}

.trz-dark-card {
  background: #0f3140;
  color: #fff;
  border: 0;
}

.trz-dark-card h3 {
  color: #fff;
}

.trz-dark-card li {
  color: rgba(255,255,255,0.86);
}

.trz-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff8e6;
  border: 1px solid #f4d58d;
  color: #5f4309;
  line-height: 1.6;
}

.trz-cta-section {
  padding: 76px 0;
  background: linear-gradient(135deg, #08202c, #12384a);
  color: #fff;
}

.trz-cta-section h2,
.trz-final-cta h2 {
  color: #fff;
}

.trz-cta-section p {
  color: rgba(255,255,255,0.78);
}

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

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

.trz-link-list {
  display: grid;
  gap: 12px;
}

.trz-link-list a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f3fbfd;
  color: #0f6175 !important;
  text-decoration: none !important;
  font-weight: 900;
  transition: 0.22s ease;
}

.trz-link-list a:hover {
  background: #0f6175;
  color: #fff !important;
}

.trz-faq-container {
  max-width: 930px;
}

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

.trz-faq-item {
  border: 1px solid #dcecef;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,49,64,0.05);
}

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

.trz-faq-question span {
  font-size: 28px;
  line-height: 1;
  color: #0f6175;
  transition: 0.2s ease;
}

.trz-faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: #526273;
  line-height: 1.7;
}

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

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

.trz-final-cta {
  padding: 82px 0;
  text-align: center;
  background:
    linear-gradient(rgba(7,25,35,0.88), rgba(7,25,35,0.88)),
    radial-gradient(circle at center, #1b7891, #071923);
  color: #fff;
}

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

.trz-floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(22,163,74,0.35);
}

.trz-floating-wa:hover {
  background: #12823c;
  color: #fff !important;
}

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

  .trz-card-grid,
  .trz-step-grid {
    grid-template-columns: 1fr;
  }

  .trz-proof {
    grid-template-columns: 1fr;
  }

  .trz-kapal-hero {
    padding: 62px 0;
  }

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

  .trz-hero-buttons,
  .trz-cta-buttons {
    flex-direction: column;
  }

  .trz-btn {
    width: 100%;
  }

  .trz-floating-wa {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }
}