#triaz-pintu-lipat-aluminium {
  --tpla-primary: #7c3aed;
  --tpla-dark: #111827;
  --tpla-text: #1f2937;
  --tpla-muted: #6b7280;
  --tpla-soft: #f5f3ff;
  --tpla-border: #e5e7eb;
  --tpla-white: #ffffff;
  --tpla-radius: 24px;
  --tpla-shadow: 0 20px 50px rgba(17, 24, 39, 0.12);
  font-family: inherit;
  color: var(--tpla-text);
  background: #ffffff;
  overflow: hidden;
}

#triaz-pintu-lipat-aluminium * {
  box-sizing: border-box;
}

#triaz-pintu-lipat-aluminium a {
  text-decoration: none;
}

.tpla-seo-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.tpla-section {
  padding: 86px 0;
}

.tpla-hero {
  padding: 100px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.16), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #f5f3ff 48%, #eef2ff 100%);
}

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

.tpla-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.1);
  color: var(--tpla-primary);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.tpla-hero h1,
.tpla-section h2,
.tpla-final-cta h2 {
  margin: 0;
  color: var(--tpla-dark);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.tpla-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  max-width: 760px;
}

.tpla-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--tpla-muted);
  margin: 22px 0 0;
  max-width: 700px;
}

.tpla-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.tpla-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.tpla-btn-primary {
  background: var(--tpla-primary);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.28);
}

.tpla-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.34);
}

.tpla-btn-secondary {
  background: #ffffff;
  color: var(--tpla-dark);
  border-color: var(--tpla-border);
}

.tpla-btn-secondary:hover {
  border-color: var(--tpla-primary);
  color: var(--tpla-primary);
  transform: translateY(-2px);
}

.tpla-btn-light {
  background: #ffffff;
  color: var(--tpla-primary);
}

.tpla-btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 255, 255, 0.18);
}

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

.tpla-trust div {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(229, 231, 235, 0.8);
  border-radius: 18px;
  padding: 16px;
}

.tpla-trust strong {
  display: block;
  color: var(--tpla-dark);
  font-size: 20px;
}

.tpla-trust span {
  display: block;
  color: var(--tpla-muted);
  font-size: 13px;
  margin-top: 4px;
}

.tpla-hero-visual {
  position: relative;
}

.tpla-door-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 32px;
  box-shadow: var(--tpla-shadow);
  border: 1px solid rgba(229, 231, 235, 0.8);
  transform: rotate(1deg);
}

.tpla-door-frame {
  height: 420px;
  border: 12px solid #374151;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 8px;
  background: #111827;
  overflow: hidden;
}

.tpla-door-panel {
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(199, 210, 254, 0.4)),
    repeating-linear-gradient(90deg, #9ca3af 0, #9ca3af 2px, transparent 2px, transparent 64px);
  border: 4px solid #4b5563;
  position: relative;
}

.tpla-door-panel:after {
  content: "";
  position: absolute;
  inset: 20px 12px;
  border: 2px solid rgba(55, 65, 81, 0.35);
  border-radius: 8px;
}

.tpla-door-label {
  margin-top: 20px;
  background: #f9fafb;
  border-radius: 18px;
  padding: 18px;
}

.tpla-door-label strong,
.tpla-door-label span {
  display: block;
}

.tpla-door-label strong {
  color: var(--tpla-dark);
  font-size: 18px;
}

.tpla-door-label span {
  color: var(--tpla-muted);
  margin-top: 5px;
}

.tpla-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 42px;
}

.tpla-heading span {
  color: var(--tpla-primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.tpla-heading h2,
.tpla-section h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin-top: 12px;
}

.tpla-heading p,
.tpla-section p {
  color: var(--tpla-muted);
  line-height: 1.75;
  font-size: 16px;
}

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

.tpla-card,
.tpla-benefit,
.tpla-model,
.tpla-estimator,
.tpla-feature-box,
.tpla-step {
  background: #ffffff;
  border: 1px solid var(--tpla-border);
  border-radius: var(--tpla-radius);
  padding: 26px;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.tpla-card h3,
.tpla-benefit h3,
.tpla-model h3,
.tpla-step h3,
.tpla-feature-box h3 {
  margin: 0 0 10px;
  color: var(--tpla-dark);
  font-size: 21px;
}

.tpla-card p,
.tpla-benefit p,
.tpla-model p,
.tpla-step p {
  margin: 0;
  color: var(--tpla-muted);
  line-height: 1.7;
}

.tpla-dark {
  background: var(--tpla-dark);
  color: #ffffff;
}

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

.tpla-dark p {
  color: #d1d5db;
}

.tpla-solution-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.tpla-checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 13px;
}

.tpla-checklist li {
  position: relative;
  padding-left: 32px;
  line-height: 1.65;
  color: #f3f4f6;
}

.tpla-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--tpla-primary);
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.tpla-feature-box {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}

.tpla-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tpla-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

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

.tpla-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--tpla-soft);
  color: var(--tpla-primary);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.tpla-soft {
  background: var(--tpla-soft);
}

.tpla-model {
  overflow: hidden;
  padding: 0;
}

.tpla-model h3,
.tpla-model p {
  padding-left: 24px;
  padding-right: 24px;
}

.tpla-model h3 {
  margin-top: 22px;
}

.tpla-model p {
  padding-bottom: 26px;
}

.tpla-model-img {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.tpla-model-1 {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.68), rgba(124, 58, 237, 0.28)),
    repeating-linear-gradient(90deg, #dbeafe 0, #dbeafe 58px, #374151 58px, #374151 64px);
}

.tpla-model-2 {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(17, 24, 39, 0.48)),
    repeating-linear-gradient(90deg, #9ca3af 0, #9ca3af 42px, #111827 42px, #111827 49px);
}

.tpla-model-3 {
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.3), rgba(17, 24, 39, 0.7)),
    repeating-linear-gradient(90deg, #e5e7eb 0, #e5e7eb 34px, #4b5563 34px, #4b5563 42px);
}

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

.tpla-step span {
  width: 42px;
  height: 42px;
  background: var(--tpla-primary);
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.tpla-estimator-section {
  background:
    radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.16), transparent 34%),
    #f9fafb;
}

.tpla-estimator-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.tpla-estimator label {
  display: block;
  font-weight: 800;
  color: var(--tpla-dark);
  margin: 0 0 8px;
}

.tpla-input-group {
  display: flex;
  align-items: center;
  border: 1px solid var(--tpla-border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #ffffff;
}

.tpla-input-group input {
  width: 100%;
  border: 0;
  padding: 16px;
  font-size: 16px;
  outline: none;
}

.tpla-input-group span {
  padding: 0 16px;
  color: var(--tpla-muted);
  font-weight: 700;
}

.tpla-full {
  width: 100%;
}

.tpla-result {
  margin: 18px 0;
  padding: 18px;
  border-radius: 18px;
  background: var(--tpla-soft);
  color: var(--tpla-dark);
  font-weight: 800;
  line-height: 1.6;
}

.tpla-internal {
  background: #ffffff;
}

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

.tpla-link-grid a {
  padding: 18px;
  background: #f9fafb;
  border: 1px solid var(--tpla-border);
  color: var(--tpla-dark);
  font-weight: 800;
  border-radius: 18px;
  transition: all 0.25s ease;
}

.tpla-link-grid a:hover {
  color: var(--tpla-primary);
  border-color: var(--tpla-primary);
  transform: translateY(-2px);
}

.tpla-faq-section {
  background: #f9fafb;
}

.tpla-faq {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

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

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

.tpla-faq-question span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--tpla-soft);
  color: var(--tpla-primary);
  border-radius: 50%;
  flex: 0 0 auto;
}

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

.tpla-faq-answer p {
  margin: 0;
}

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

.tpla-faq-item.is-active .tpla-faq-question span {
  background: var(--tpla-primary);
  color: #ffffff;
}

.tpla-final-cta {
  padding: 84px 0;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 30%),
    linear-gradient(135deg, #4c1d95, #7c3aed);
  color: #ffffff;
}

.tpla-final-cta h2 {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
}

.tpla-final-cta p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 720px;
  margin: 18px auto 30px;
  font-size: 17px;
  line-height: 1.75;
}

.tpla-floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  background: #22c55e;
  color: #ffffff !important;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.35);
}

.tpla-floating-wa:hover {
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .tpla-hero-grid,
  .tpla-solution-grid,
  .tpla-estimator-grid {
    grid-template-columns: 1fr;
  }

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

  .tpla-door-frame {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .tpla-section {
    padding: 64px 0;
  }

  .tpla-hero {
    padding: 72px 0 62px;
  }

  .tpla-hero-grid {
    gap: 32px;
  }

  .tpla-hero p {
    font-size: 16px;
  }

  .tpla-hero-cta {
    flex-direction: column;
  }

  .tpla-btn {
    width: 100%;
  }

  .tpla-trust,
  .tpla-problem-grid,
  .tpla-benefit-grid,
  .tpla-model-grid,
  .tpla-process,
  .tpla-link-grid {
    grid-template-columns: 1fr;
  }

  .tpla-door-card {
    padding: 18px;
    transform: none;
  }

  .tpla-door-frame {
    height: 300px;
    border-width: 8px;
  }

  .tpla-floating-wa {
    left: 16px;
    right: 16px;
    text-align: center;
  }
}