/* ===========================================================================
   Pricing page — scoped styles (pr-*). Reuses the global system in styles.css
   (nav, .page, .section, .container) and the footer in footer.css.
   Tokens match the site: Inter + Asap, Signal Blue #057AFF, 16px cards,
   rgba(34,34,34,.1) hairlines, black pill buttons, sky-blue gradient.
   =========================================================================== */

/* ---- Shared black pill button (matches .nav__cta / .hero__cta) ---- */
.pr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 11px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.pr-btn span { font-size: 15px; font-weight: 500; line-height: 22px; color: #fff; white-space: nowrap; }
.pr-btn:hover { background: #141414; transform: translateY(-1px); }
.pr-btn--lg { padding: 13px 24px; border-radius: 12px; flex: 0 0 auto; }
.pr-btn--lg span { font-size: 16px; }

/* =========================================================================
   Header — sky band with the floating nav overlaid
   ========================================================================= */
.pr-hero { position: relative; overflow: hidden; padding: 150px 0 70px; }
.pr-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg,
    rgb(199, 231, 255) 0%,
    rgb(159, 209, 255) 42%,
    rgba(150, 203, 255, 0.4) 74%,
    #ffffff 100%);
}
.pr-hero__inner { position: relative; z-index: 1; text-align: center; }
.pr-eyebrow {
  font-family: 'Asap', sans-serif; font-weight: 600; font-size: 15px;
  letter-spacing: 0.02em; color: #057AFF; margin: 0 0 14px;
}
.pr-hero__title {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 46px; line-height: 54px; letter-spacing: -1px;
  color: #000; margin: 0 auto; max-width: 800px;
}
.pr-hero__sub {
  font-weight: 500; font-size: 19px; line-height: 29px;
  color: rgba(0, 0, 0, 0.7); margin: 16px auto 0; max-width: 620px;
}

/* =========================================================================
   Entry — start with an audit
   ========================================================================= */
.pr-entry { background: #fff; padding: 48px 0 14px; }
.pr-entry__card {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  background: linear-gradient(180deg, #eaf3ff 0%, #f6faff 100%);
  border: 1px solid rgba(5, 122, 255, 0.18);
  border-radius: 16px;
  padding: 30px 34px;
}
.pr-entry__copy { min-width: 0; }
.pr-entry__tag {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.03em;
  color: #057AFF; background: #e1efff; border-radius: 80px; padding: 5px 12px; margin-bottom: 12px;
}
.pr-entry__title {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 26px;
  line-height: 32px; letter-spacing: -0.5px; color: #000; margin: 0;
}
.pr-entry__text { font-size: 16px; line-height: 25px; color: rgba(0, 0, 0, 0.72); margin: 8px 0 0; max-width: 560px; }

/* =========================================================================
   Plans — three cards
   ========================================================================= */
.pr-plans { background: #fff; padding: 30px 0 80px; }
.pr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }

.pr-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 16px; padding: 30px 26px;
}
.pr-card--pop { border-color: #057AFF; box-shadow: 0 18px 44px -20px rgba(5, 122, 255, 0.45); }
.pr-badge {
  position: absolute; top: -12px; left: 26px;
  background: #057AFF; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.02em;
  border-radius: 80px; padding: 5px 13px;
}

.pr-card__head { margin-bottom: 18px; }
.pr-card__name { font-family: 'Asap', sans-serif; font-weight: 700; font-size: 22px; color: #000; margin: 0; }
.pr-card__who { font-size: 14px; line-height: 21px; color: rgba(0, 0, 0, 0.6); margin: 5px 0 0; }

.pr-price {
  display: flex; align-items: baseline; gap: 4px;
  padding-bottom: 18px; border-bottom: 1px solid rgba(34, 34, 34, 0.08); margin-bottom: 18px;
}
.pr-price__amt { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 38px; letter-spacing: -1px; color: #000; }
.pr-price__per { font-size: 15px; font-weight: 500; color: rgba(0, 0, 0, 0.5); }
.pr-price__talk { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 26px; letter-spacing: -0.5px; color: #000; }

.pr-card__desc { font-size: 14.5px; line-height: 23px; color: rgba(0, 0, 0, 0.72); margin: 0 0 18px; }

.pr-feats { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 11px; flex: 1 1 auto; }
.pr-feats li { position: relative; padding-left: 27px; font-size: 14px; line-height: 21px; color: rgba(0, 0, 0, 0.82); }
.pr-feats__lead { padding-left: 0 !important; font-size: 13px; font-weight: 600; color: #000; }
.pr-tick { position: absolute; left: 0; top: 2px; width: 17px; height: 17px; border-radius: 50%; background: #e1efff; }
.pr-tick::after {
  content: ''; position: absolute; left: 6px; top: 3.5px; width: 4px; height: 8px;
  border: solid #057AFF; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.pr-card__cta { width: 100%; }

/* =========================================================================
   Positioning
   ========================================================================= */
.pr-pos { background: #fafafa; padding: 74px 0; }
.pr-pos__inner { max-width: 680px; margin: 0 auto; text-align: center; }
.pr-pos__eyebrow {
  font-family: 'Asap', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.06em;
  text-transform: uppercase; color: #057AFF; margin: 0 0 14px;
}
.pr-pos__heading {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 30px; line-height: 38px;
  letter-spacing: -0.6px; color: #000; margin: 0 0 18px;
}
.pr-pos__para { font-size: 17px; line-height: 28px; color: rgba(0, 0, 0, 0.7); margin: 0; }
.pr-pos__para + .pr-pos__para { margin-top: 14px; }

/* =========================================================================
   FAQ
   ========================================================================= */
.pr-faq { background: #fff; padding: 80px 0; }
.pr-faq__heading {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 30px; line-height: 38px;
  letter-spacing: -0.6px; color: #000; text-align: center; margin: 0 0 34px;
}
.pr-faq__list { max-width: 760px; margin: 0 auto; }
.pr-faq__item { padding: 22px 0; border-top: 1px solid rgba(34, 34, 34, 0.1); }
.pr-faq__item:last-child { border-bottom: 1px solid rgba(34, 34, 34, 0.1); }
.pr-faq__q { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 18px; line-height: 25px; color: #000; margin: 0 0 8px; }
.pr-faq__a { font-size: 15.5px; line-height: 25px; color: rgba(0, 0, 0, 0.7); margin: 0; }

/* =========================================================================
   Final CTA
   ========================================================================= */
.pr-final { background: linear-gradient(180deg, #ffffff 0%, #eaf3ff 100%); padding: 80px 0 90px; text-align: center; }
.pr-final__heading {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 38px; line-height: 46px;
  letter-spacing: -0.95px; color: #000; margin: 0;
}
.pr-final__sub { font-size: 17px; line-height: 27px; color: rgba(0, 0, 0, 0.7); margin: 14px auto 26px; max-width: 520px; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
  .pr-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; gap: 20px; }
  .pr-badge { left: 50%; transform: translateX(-50%); }
}

@media (max-width: 720px) {
  .pr-entry__card { flex-direction: column; align-items: flex-start; gap: 18px; }
  .pr-entry .pr-btn { width: 100%; }
}

@media (max-width: 700px) {
  .pr-hero { padding: 128px 0 56px; }
  .pr-hero__title { font-size: 32px; line-height: 40px; letter-spacing: -0.5px; }
  .pr-hero__sub { font-size: 17px; line-height: 27px; }
  .pr-pos__heading, .pr-faq__heading, .pr-final__heading { font-size: 26px; line-height: 33px; letter-spacing: -0.5px; }
  .pr-pos, .pr-faq, .pr-final { padding: 60px 0; }
}
