.triaz-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.triaz-hero-aluminium {
  padding: 90px 0;
  background:
    linear-gradient(135deg, rgba(7, 31, 55, 0.92), rgba(12, 67, 103, 0.9)),
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 35%);
  color: #ffffff;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 45px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 193, 7, 0.15);
  color: #f7c948;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

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

.hero-content p {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.btn-primary,
.btn-secondary,
.btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.btn-primary {
  background: #f7c948;
  color: #111827;
  box-shadow: 0 12px 30px rgba(247, 201, 72, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #ffd95a;
  color: #111827;
}

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

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.16);
  color: #ffffff;
}

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

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

.trust-points strong {
  display: block;
  font-size: 22px;
  color: #ffffff;
}

.trust-points span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
}

.hero-card {
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}

.hero-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #0f2f4a;
}

.hero-card p {
  margin: 0 0 20px;
  line-height: 1.7;
  color: #4b5563;
}

.hero-card ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #edf0f3;
  color: #1f2937;
  font-weight: 700;
}

.hero-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #0c8f55;
  font-weight: 900;
}

.btn-card {
  width: 100%;
  background: #0f2f4a;
  color: #ffffff;
}

.btn-card:hover {
  background: #14486f;
  color: #ffffff;
}

.triaz-section {
  padding: 80px 0;
  background: #ffffff;
}

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

.section-heading h2,
.benefit-grid h2,
.why-content h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.18;
  color: #0f2f4a;
  letter-spacing: -0.8px;
}

.section-heading p,
.benefit-grid p,
.why-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #4b5563;
}

.intro-section {
  background: #f8fafc;
}

.intro-box {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 15px 40px rgba(15, 47, 74, 0.06);
}

.intro-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: #374151;
}

.layanan-section {
  background: #ffffff;
}

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

.service-card {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 47, 74, 0.06);
  transition: 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(15, 47, 74, 0.1);
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #0f2f4a;
}

.service-card p {
  margin: 0;
  line-height: 1.75;
  color: #4b5563;
}

.benefits-section {
  background: #f8fafc;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.benefit-item {
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.benefit-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f2f4a;
}

.benefit-item p {
  margin: 0;
  line-height: 1.7;
  color: #4b5563;
}

.process-section {
  background: #ffffff;
}

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

.process-card {
  padding: 26px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.process-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #0f2f4a;
  color: #ffffff;
  font-weight: 900;
}

.process-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f2f4a;
}

.process-card p {
  margin: 0;
  line-height: 1.7;
  color: #4b5563;
}

.why-section {
  background: #0f2f4a;
  color: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.why-content h2,
.why-content p {
  color: #ffffff;
}

.why-content p {
  color: rgba(255,255,255,0.86);
}

.check-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 10px 0 10px 34px;
  color: rgba(255,255,255,0.92);
  line-height: 1.6;
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #f7c948;
  font-weight: 900;
}

.why-highlight {
  padding: 34px;
  border-radius: 26px;
  background: #ffffff;
  color: #111827;
}

.why-highlight h3 {
  margin: 0 0 12px;
  font-size: 30px;
  color: #0f2f4a;
}

.why-highlight p {
  margin: 0 0 22px;
  line-height: 1.75;
  color: #4b5563;
}

.area-section {
  background: #f8fafc;
}

.faq-section {
  background: #ffffff;
}

.faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  border: none;
  background: #f8fafc;
  color: #0f2f4a;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

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

.faq-answer p {
  margin: 0;
  color: #4b5563;
  line-height: 1.75;
}

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

.triaz-final-cta {
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(15,47,74,0.96), rgba(8,80,116,0.94));
}

.triaz-final-cta h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
  color: #ffffff;
}

.triaz-final-cta p {
  max-width: 850px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
}

@media (max-width: 992px) {
  .hero-grid,
  .benefit-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 640px) {
  .triaz-hero-aluminium {
    padding: 60px 0;
  }

  .triaz-section {
    padding: 60px 0;
  }

  .service-grid,
  .process-grid,
  .benefit-list,
  .trust-points {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .intro-box,
  .why-highlight {
    padding: 24px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }
}