/* ================= BRAND SHIFT ================= */

.pactum-hero h1 span {
  color: #f59e0b; /* amber = legal/compliance tone */
}

/* ================= TOP BAR ================= */

.topbar {
  padding: 20px 0 10px;
}

.breadcrumb {
  font-size: 13px;
  color: #6b7280;
}

.breadcrumb span {
  color: #fbbf24;
}

.product-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.product-tag img {
  width: 38px;
}

.product-tag span {
  font-size: 18px;
  font-weight: 600;
}

/* ================= HERO ================= */

.pactum-hero {
  text-align: center;
  padding: 120px 0 70px;
}

.pactum-hero h1 {
  font-size: 60px;
  line-height: 1.1;
}

.pactum-hero p {
  max-width: 620px;
  margin: 20px auto;
  color: #9ca3af;
}

.center {
  text-align: center;
}

/* ================= STRIP ================= */

.strip {
  padding: 18px 0;
  text-align: center;
  font-size: 14px;
  color: #9ca3af;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* ================= GRID ================= */

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

/* ================= CARDS ================= */

.card {
  background: linear-gradient(145deg,#0a0f1a,#020617); /* slightly darker */
  padding: 22px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.04);
  text-align: center;
  transition: all 0.25s ease;
}

.card:hover {
  border-color: rgba(245,158,11,0.4);
  transform: translateY(-4px);
}

.card strong {
  display: block;
  margin-bottom: 8px;
}

.card span {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.5;
}

/* ================= ALT SECTION ================= */

.section.alt {
  background: rgba(255,255,255,0.015);
}

/* ================= VISUAL ================= */

.visual-placeholder {
  height: 260px;
  border-radius: 12px;
  border: 1px dashed rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: 14px;
}



/* ================= CTA ================= */

.cta-final {
  text-align: center;
  padding: 80px 0;
}

.cta-final h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

/* =========================
   PACTUM BUTTON — FIXED (REAL BUTTON)
   ========================= */

.btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Pactum primary button */
.pactum-btn {
  background: linear-gradient(135deg,#f59e0b,#d97706);
  color: #000;
  box-shadow: 0 4px 14px rgba(245,158,11,0.25);
}

.pactum-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(245,158,11,0.35);
}


/* =========================
   PACTUM MOBILE HERO SIZE (MATCH STRATA / DEALOS)
   ========================= */

@media (max-width: 768px) {

  .pactum-hero h1 {
    font-size: 28px !important;   /* match Strata / DealOS */
    line-height: 1.3;
    text-align: center;
    padding: 0 16px;
  }

  .pactum-hero p {
    font-size: 14px !important;   /* match Strata / DealOS */
    line-height: 1.5;
    text-align: center;
    padding: 0 16px;
    margin-top: 12px;
  }

  .pactum-hero .cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

}

/* =========================
   PACTUM TABLE — DESKTOP FIX (3 COLUMN)
   ========================= */

.compare {
  max-width: 900px;
  margin: 40px auto;
}

.compare .row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  padding: 14px 18px;
  border-bottom: 1px solid #111;
  text-align: center;
  background: linear-gradient(145deg,#0a0f1a,#020617);
}

/* =========================
   DESKTOP ONLY FONT ALIGN (MATCH STRATA / DEALOS)
   ========================= */

@media (min-width: 769px) {

  .compare .row {
    font-size: 12.5px;
    line-height: 1.4;
  }

}

.compare .row.head {
  background: linear-gradient(90deg,#f59e0b,#d97706);
  color: #000;
  font-weight: 600;
}

/* =========================
   PACTUM MOBILE TABLE — STRUCTURED (MATCH STRATA)
   ========================= */

@media (max-width: 768px) {

  .compare .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: linear-gradient(145deg,#0a0f1a,#020617);
    border: 1px solid rgba(255,255,255,0.05);
  }

  /* LABEL */
  .compare .row > div:first-child {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
  }

  /* VALUE STACK */
  .compare .row > div:nth-child(2),
  .compare .row > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }

  /* Pactum value */
  .compare .row > div:nth-child(2)::before {
    content: "Pactum";
    color: #fbbf24;
    font-weight: 600;
  }

  /* Traditional value */
  .compare .row > div:nth-child(3)::before {
    content: "Traditional";
    color: #9ca3af;
    font-weight: 600;
  }

  .compare .row.head {
    display: none;
  }

}

/* =========================
   PACTUM HEADER ALIGNMENT (DESKTOP ONLY)
   ========================= */

@media (min-width: 769px) {

  /* Hero + section headers */
  .pactum-hero h1,
  .pactum-hero h2,
  .section h2,
  .cta-final h2 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

}