/* ============================================================
   Pricing page styles — pricing/index.html only
   ============================================================ */

/* ── Pricing hero ── */
.prh {
  background: var(--navy);
  border-bottom: 1px solid var(--line);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.prh::before {
  content: "";
  position: absolute;
  top: -160px; right: -120px;
  width: 540px; height: 540px;
  background: rgba(var(--accent-rgb),0.16);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}
.prh::after {
  content: "";
  position: absolute;
  bottom: -200px; left: -80px;
  width: 460px; height: 460px;
  background: rgba(var(--accent-rgb),0.10);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
}
.prh-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
.prh-eyebrow { margin-bottom: 18px; }
.prh h1 {
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  line-height: 1.08;
}
.prh h1 span { color: var(--accent); }
.prh-lead {
  font-size: 18px;
  color: var(--muted);
  margin: 0 auto 32px;
  line-height: 1.65;
}
.prh-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  font-size: 13px;
  color: var(--dim);
}
.prh-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.prh-trust span::before {
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background: rgba(var(--accent-rgb),0.15);
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  flex-shrink: 0;
  color: var(--accent); /* drives currentColor in the data-URI SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8l3.5 3.5 6.5-6.5'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ── Q&A cards ── */
.inline-qa {
  max-width: 980px;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
.qa-card {
  background: var(--navy-2);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 30px 34px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.qa-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb),0.42);
}
.qa-card h3 {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}
.qa-card p {
  max-width: 860px;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* ── 2-Tier Pricing Cards ── */
.tiers-section {
  padding: 88px 0 0;
}
.tiers-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
  align-items: stretch;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.tier-card {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 52px 40px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tier-card:hover {
  border-color: rgba(var(--accent-rgb),0.35);
  box-shadow: 0 8px 32px rgba(var(--accent-rgb),0.08);
}
.tier-card.tier-featured {
  border-color: rgba(var(--accent-rgb),0.45);
  background: rgba(var(--accent-rgb),0.018);
  box-shadow: 0 12px 40px rgba(var(--accent-rgb),0.08);
  padding-top: 52px;
}
.tier-card.tier-featured:hover {
  box-shadow: 0 16px 48px rgba(var(--accent-rgb),0.12);
}
.tier-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.tier-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  text-align: center;
}
.tier-price {
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
}
.tier-price-num {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--white);
}
.tier-featured .tier-price-num { color: var(--accent); }
.tier-price-mo {
  font-size: 17px;
  font-weight: 600;
  color: var(--muted);
}
.tier-setup {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}
.tier-divider {
  height: 1px;
  background: transparent;
  margin-bottom: 14px;
}
.tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tier-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
}
.tier-features li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  color: var(--accent); /* drives currentColor in the data-URI SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='currentColor' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7l3.5 3.5 6.5-6.5'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.tier-features li strong {
  color: var(--off);
  font-weight: 600;
}
.tier-feature-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tier-feature-sub {
  font-size: 13px;
  color: var(--dim);
  line-height: 1.45;
}
.tier-includes {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 18px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  text-align: center;
  white-space: nowrap;
}
.tier-includes::before {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(var(--accent-rgb),0.25);
}
.tier-includes::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(var(--accent-rgb),0.25);
}
.tier-includes-base {
  color: var(--muted);
}
.tier-includes-base::before,
.tier-includes-base::after {
  background: var(--line);
}
.tier-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 16px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  letter-spacing: 0.01em;
}
.tier-cta-ghost {
  border: 1.5px solid var(--line-2);
  color: var(--white);
  background: transparent;
}
.tier-cta-ghost:hover {
  border-color: rgba(var(--accent-rgb),0.5);
  color: var(--accent);
}
.tier-cta-primary {
  background: var(--accent);
  color: #0E0C0A;
  border: 1.5px solid var(--accent);
}
.tier-cta-primary:hover { background: var(--accent-light); border-color: var(--accent-light); }

/* ── ROI / "The math" note — prominent value argument ── */
.roi-note {
  margin-top: 36px;
  padding: 22px 28px;
  border-left: 4px solid var(--accent);
  background: rgba(var(--accent-rgb), 0.06);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 15px;
  color: var(--off);
  line-height: 1.7;
}
.roi-note strong {
  display: block;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  .roi-note { padding: 18px 20px; font-size: 14px; line-height: 1.65; }
  .roi-note strong { font-size: 15px; }
}
@media (prefers-color-scheme: light) {
  .roi-note { background: rgba(var(--accent-rgb), 0.07); }
}

/* ── Not-included note — disclaimer, lower visual weight ── */
.not-included-note {
  margin-top: 16px;
  padding: 16px 22px;
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--dim);
  border-radius: var(--radius-md);
  background: var(--navy-2);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  text-align: left;
}
.not-included-note strong {
  color: var(--off);
  font-weight: 600;
}
@media (max-width: 640px) {
  .not-included-note { padding: 14px 18px; }
}

/* ── Scope of work section ── */
.scope-section {
  padding: 88px 0 0;
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.scope-card {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
}
.scope-card h3 {
  color: var(--white);
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 10px 0 14px;
}
.scope-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 22px;
}
.scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.scope-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.scope-list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  color: var(--accent); /* drives currentColor in the data-URI SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='currentColor' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7l3.5 3.5 6.5-6.5'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.scope-note {
  margin-top: 22px;
  color: var(--dim);
  font-size: 13px;
  line-height: 1.6;
}

/* ── Mobile ── */
@media (max-width: 820px) {
  .tiers-inner { grid-template-columns: 1fr; max-width: 480px; }
  .tier-card { padding: 46px 28px 36px; }
  .scope-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .p