.triaz-pa {
  font-family: Arial, Helvetica, sans-serif;
  color: #162033;
  background: #ffffff;
  line-height: 1.6;
  overflow: hidden;
}

.triaz-pa * {
  box-sizing: border-box;
}

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

.pa-hero {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(255, 184, 77, 0.22), transparent 34%),
    linear-gradient(135deg, #111827 0%, #1f2937 50%, #374151 100%);
  color: #ffffff;
}

.pa-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -160px;
  width: 420px;
  height: 420px;
  background: rgba(255,255,255,0.07);
  border-radius: 50%;
}

.pa-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pa-badge,
.pa-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 158, 11, 0.14);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.28);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

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

.pa-hero p {
  max-width: 650px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  margin: 0 0 28px;
}

.pa-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.pa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.pa-btn-primary {
  background: #f59e0b;
  color: #111827;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.28);
}

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

.pa-btn-secondary {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border-color: rgba(255,255,255,0.22);
}

.pa-btn-secondary:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
}

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

.pa-btn-light:hover {
  transform: translateY(-2px);
  color: #111827;
}

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

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

.pa-trust strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

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

.pa-hero-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 30px;
  padding: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.pa-door-visual {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03));
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.13);
}

.pa-door-frame {
  position: relative;
  width: 190px;
  height: 300px;
  border: 14px solid #d1d5db;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fafc, #94a3b8);
  box-shadow: 28px 30px 0 rgba(0,0,0,0.14);
}

.pa-door-glass {
  position: absolute;
  left: 22px;
  top: 24px;
  right: 22px;
  bottom: 24px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.88), rgba(125,211,252,0.32)),
    linear-gradient(45deg, transparent 45%, rgba(255,255,255,0.45) 46%, rgba(255,255,255,0.45) 48%, transparent 49%);
  border: 1px solid rgba(15,23,42,0.15);
}

.pa-door-handle {
  position: absolute;
  right: 20px;
  top: 145px;
  width: 10px;
  height: 34px;
  background: #f59e0b;
  border-radius: 999px;
}

.pa-estimate-box {
  margin-top: 18px;
  background: #ffffff;
  color: #111827;
  border-radius: 22px;
  padding: 22px;
}

.pa-estimate-box h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 24px;
}

.pa-estimate-box p {
  color: #4b5563;
  font-size: 15px;
  margin: 0 0 16px;
}

.pa-estimate-box a {
  display: inline-flex;
  color: #111827;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid #f59e0b;
}

.pa-section {
  padding: 76px 0;
}

.pa-section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.pa-section-head h2,
.pa-split-content h2,
.pa-cta-final h2 {
  margin: 14px 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #111827;
}

.pa-section-head p,
.pa-split-content p,
.pa-cta-final p {
  color: #4b5563;
  font-size: 17px;
  margin: 0;
}

.pa-benefit-grid,
.pa-service-grid,
.pa-process-grid,
.pa-link-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.pa-benefit-card,
.pa-service-card,
.pa-process-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(17,24,39,0.06);
  transition: 0.25s ease;
}

.pa-benefit-card:hover,
.pa-service-card:hover,
.pa-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(17,24,39,0.1);
}

.pa-icon,
.pa-process-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #111827;
  color: #f59e0b;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 16px;
}

.pa-benefit-card h3,
.pa-service-card h3,
.pa-process-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
}

.pa-benefit-card p,
.pa-service-card p,
.pa-process-card p {
  color: #4b5563;
  margin: 0;
}

.pa-services,
.pa-process,
.pa-keywords {
  background: #f8fafc;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.pa-split {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 34px;
  align-items: center;
}

.pa-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: grid;
  gap: 12px;
}

.pa-check-list li {
  position: relative;
  padding-left: 32px;
  color: #374151;
}

.pa-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f59e0b;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.pa-split-box {
  background: #111827;
  color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(17,24,39,0.18);
}

.pa-split-box h3 {
  font-size: 28px;
  margin: 0 0 22px;
  color: #ffffff;
}

.pa-step-list {
  display: grid;
  gap: 16px;
}

.pa-step-list div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 16px;
  border-radius: 18px;
}

.pa-step-list span {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f59e0b;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.pa-step-list p {
  margin: 0;
  color: rgba(255,255,255,0.84);
}

.pa-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pa-tag-wrap span {
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-weight: 700;
}

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

.pa-link-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(17,24,39,0.05);
  transition: 0.25s ease;
}

.pa-link-grid a::after {
  content: "→";
  color: #f59e0b;
  font-size: 22px;
}

.pa-link-grid a:hover {
  transform: translateY(-3px);
  border-color: #f59e0b;
  color: #111827;
}

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

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

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

.pa-faq-question span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  transition: 0.2s ease;
}

.pa-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  border-top: 1px solid transparent;
}

.pa-faq-answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: #4b5563;
}

.pa-faq-item.is-open .pa-faq-answer {
  max-height: 180px;
  border-top-color: #f3f4f6;
}

.pa-faq-item.is-open .pa-faq-question span {
  background: #f59e0b;
  transform: rotate(45deg);
}

.pa-cta-final {
  margin-bottom: 80px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 28%),
    linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-radius: 34px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.pa-cta-final .pa-mini-title {
  background: rgba(255,255,255,0.22);
  color: #111827;
  border-color: rgba(17,24,39,0.14);
}

.pa-cta-final h2,
.pa-cta-final p {
  color: #111827;
}

.pa-floating-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #22c55e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(34,197,94,0.35);
  transition: 0.25s ease;
}

.pa-floating-wa:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

@media (max-width: 991px) {
  .pa-hero-grid,
  .pa-split,
  .pa-cta-final {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 640px) {
  .pa-hero {
    padding: 64px 0 46px;
  }

  .pa-hero h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

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

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

  .pa-section {
    padding: 54px 0;
  }

  .pa-door-visual {
    min-height: 300px;
  }

  .pa-door-frame {
    width: 160px;
    height: 250px;
  }

  .pa-cta-final {
    padding: 28px;
    border-radius: 24px;
  }

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