.tzo-gate-page {
  --tzo-dark: #111827;
  --tzo-text: #374151;
  --tzo-muted: #6b7280;
  --tzo-line: #e5e7eb;
  --tzo-soft: #f8fafc;
  --tzo-gold: #d8a23a;
  --tzo-gold-dark: #b98220;
  --tzo-white: #ffffff;
  --tzo-radius: 24px;
  font-family: inherit;
  color: var(--tzo-text);
  background: #ffffff;
  overflow: hidden;
}

.tzo-gate-page * {
  box-sizing: border-box;
}

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

.tzo-hero {
  position: relative;
  padding: 84px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(216, 162, 58, 0.22), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #1f2937 54%, #111827 100%);
  color: #ffffff;
}

.tzo-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px -10%;
  height: 180px;
  background: #ffffff;
  transform: rotate(-3deg);
}

.tzo-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.tzo-badge,
.tzo-section-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tzo-badge {
  color: #fff7ed;
  background: rgba(216, 162, 58, 0.18);
  border: 1px solid rgba(216, 162, 58, 0.38);
}

.tzo-section-label {
  color: var(--tzo-gold-dark);
  background: rgba(216, 162, 58, 0.12);
}

.tzo-hero h1 {
  margin: 20px 0 18px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.tzo-hero-lead {
  margin: 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

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

.tzo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.tzo-btn-primary {
  color: #111827;
  background: linear-gradient(135deg, #f7c65d, var(--tzo-gold));
  box-shadow: 0 14px 28px rgba(216, 162, 58, 0.28);
}

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

.tzo-btn-light {
  color: #111827;
  background: #ffffff;
}

.tzo-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tzo-hero-points span {
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
}

.tzo-hero-card {
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.tzo-visual-gate {
  position: relative;
  height: 360px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 36px);
  overflow: hidden;
}

.tzo-post {
  position: absolute;
  bottom: 54px;
  width: 24px;
  height: 220px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, #f3f4f6, #9ca3af);
  z-index: 4;
}

.tzo-post-left {
  left: 42px;
}

.tzo-post-right {
  right: 42px;
}

.tzo-gate-panel {
  position: absolute;
  bottom: 64px;
  width: 40%;
  height: 170px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px;
  border: 4px solid #d1d5db;
  background: linear-gradient(145deg, #1f2937, #111827);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  z-index: 3;
}

.tzo-gate-panel-left {
  left: 66px;
  border-radius: 18px 6px 6px 18px;
  animation: tzoSlideLeft 3.8s ease-in-out infinite;
}

.tzo-gate-panel-right {
  right: 66px;
  border-radius: 6px 18px 18px 6px;
  animation: tzoSlideRight 3.8s ease-in-out infinite;
}

.tzo-gate-panel span {
  border-radius: 999px;
  background: linear-gradient(180deg, #f3f4f6, #6b7280);
}

.tzo-track {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 48px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9ca3af, #f3f4f6, #9ca3af);
}

.tzo-hero-mini {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.tzo-hero-mini strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
}

.tzo-hero-mini p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

@keyframes tzoSlideLeft {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-28px); }
}

@keyframes tzoSlideRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(28px); }
}

.tzo-section {
  padding: 72px 0;
}

.tzo-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding-top: 96px;
}

.tzo-section h2 {
  margin: 14px 0 0;
  color: var(--tzo-dark);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.tzo-section p {
  color: var(--tzo-text);
  line-height: 1.8;
}

.tzo-section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.tzo-section-head p {
  max-width: 760px;
  margin-top: 14px;
}

.tzo-feature-grid,
.tzo-model-grid,
.tzo-link-grid {
  display: grid;
  gap: 18px;
}

.tzo-feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tzo-feature-card,
.tzo-model-card,
.tzo-split-box,
.tzo-quote-box {
  border: 1px solid var(--tzo-line);
  background: #ffffff;
  border-radius: var(--tzo-radius);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.tzo-feature-card {
  padding: 26px;
}

.tzo-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #111827;
  background: linear-gradient(135deg, #f7c65d, var(--tzo-gold));
  font-weight: 900;
}

.tzo-feature-card h3,
.tzo-model-card h3,
.tzo-process-item h3,
.tzo-split-box h3,
.tzo-quote-box h3 {
  margin: 18px 0 8px;
  color: var(--tzo-dark);
  font-size: 21px;
}

.tzo-feature-card p,
.tzo-model-card p,
.tzo-process-item p,
.tzo-quote-box p {
  margin: 0;
  color: var(--tzo-muted);
  line-height: 1.7;
}

.tzo-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.tzo-split-content,
.tzo-estimasi-content {
  padding: 34px;
  border-radius: 32px;
  background: var(--tzo-soft);
}

.tzo-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.tzo-check-list div {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--tzo-dark);
  font-weight: 700;
  border: 1px solid var(--tzo-line);
}

.tzo-check-list div::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: var(--tzo-gold-dark);
  font-weight: 900;
}

.tzo-split-box {
  padding: 32px;
}

.tzo-split-box ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.tzo-split-box li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.tzo-model-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tzo-model-card {
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(216, 162, 58, 0.08), transparent 46%),
    #ffffff;
}

.tzo-process-section {
  border-top: 1px solid var(--tzo-line);
  border-bottom: 1px solid var(--tzo-line);
}

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

.tzo-process-item {
  position: relative;
  padding: 26px;
  border-radius: var(--tzo-radius);
  background: #111827;
  overflow: hidden;
}

.tzo-process-item::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -44px;
  top: -44px;
  border-radius: 999px;
  background: rgba(216, 162, 58, 0.22);
}

.tzo-process-item span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #111827;
  background: #f7c65d;
  font-weight: 900;
}

.tzo-process-item h3 {
  color: #ffffff;
}

.tzo-process-item p {
  color: rgba(255,255,255,0.72);
}

.tzo-estimasi {
  display: grid;
  grid-template-columns: 1fr 0.46fr;
  gap: 24px;
  align-items: stretch;
}

.tzo-estimasi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.tzo-estimasi-grid div {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--tzo-line);
}

.tzo-estimasi-grid strong {
  color: var(--tzo-dark);
}

.tzo-estimasi-grid p {
  margin: 6px 0 0;
  color: var(--tzo-muted);
  line-height: 1.6;
}

.tzo-quote-box {
  padding: 30px;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #ffffff;
}

.tzo-quote-box h3 {
  color: #ffffff;
}

.tzo-quote-box p {
  margin-bottom: 22px;
  color: rgba(255,255,255,0.78);
}

.tzo-link-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tzo-link-grid a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px;
  border-radius: 18px;
  color: var(--tzo-dark);
  text-decoration: none;
  font-weight: 800;
  background: var(--tzo-soft);
  border: 1px solid var(--tzo-line);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.tzo-link-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 162, 58, 0.7);
}

.tzo-faq-list {
  display: grid;
  gap: 12px;
}

.tzo-faq-item {
  border: 1px solid var(--tzo-line);
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

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

.tzo-faq-question span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(216, 162, 58, 0.15);
  color: var(--tzo-gold-dark);
  transition: transform 0.2s ease;
}

.tzo-faq-answer {
  display: none;
  padding: 0 22px 22px;
  color: var(--tzo-muted);
  line-height: 1.75;
}

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

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

.tzo-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 42px 0 90px;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(216, 162, 58, 0.34), transparent 34%),
    linear-gradient(135deg, #111827, #1f2937);
  color: #ffffff;
}

.tzo-final-cta h2 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.tzo-final-cta p {
  max-width: 740px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
}

.tzo-floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #111827;
  background: linear-gradient(135deg, #f7c65d, var(--tzo-gold));
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

@media (max-width: 1024px) {
  .tzo-hero-grid,
  .tzo-intro,
  .tzo-split,
  .tzo-estimasi,
  .tzo-final-cta {
    grid-template-columns: 1fr;
  }

  .tzo-feature-grid,
  .tzo-model-grid,
  .tzo-process,
  .tzo-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tzo-final-cta {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .tzo-container {
    width: min(100% - 22px, 1180px);
  }

  .tzo-hero {
    padding: 58px 0 54px;
  }

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

  .tzo-btn {
    width: 100%;
  }

  .tzo-visual-gate {
    height: 280px;
  }

  .tzo-post-left {
    left: 22px;
  }

  .tzo-post-right {
    right: 22px;
  }

  .tzo-gate-panel {
    width: 41%;
    height: 140px;
    gap: 6px;
    padding: 10px;
  }

  .tzo-gate-panel-left {
    left: 42px;
  }

  .tzo-gate-panel-right {
    right: 42px;
  }

  .tzo-section {
    padding: 52px 0;
  }

  .tzo-feature-grid,
  .tzo-model-grid,
  .tzo-process,
  .tzo-link-grid,
  .tzo-check-list,
  .tzo-estimasi-grid {
    grid-template-columns: 1fr;
  }

  .tzo-split-content,
  .tzo-estimasi-content,
  .tzo-quote-box,
  .tzo-final-cta {
    padding: 24px;
    border-radius: 24px;
  }

  .tzo-floating-wa {
    right: 12px;
    bottom: 12px;
  }
}