/* ============================================================
   Pricing page — calculator, plans, comparison table, FAQ
   Reuses landing.css + landing-fx.css (nav, buttons, orbs, dividers).
   ============================================================ */

/* page hero */
.pr-hero { padding: 150px 0 36px; position: relative; z-index: 2; }
.pr-hero-head { max-width: 760px; margin: 0 auto; text-align: center; }
.pr-hero-head .lp-eyebrow { display: inline-block; margin-bottom: 14px; }
.pr-hero-head h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 5vw, 60px); line-height: 1.06; letter-spacing: -.025em; color: var(--al-navy); margin: 0; }
.pr-hero-head h1 .al-hl { color: var(--al-blue); }
.pr-hero-head p { font-size: clamp(16px, 2vw, 19px); line-height: 1.6; color: var(--al-text-2); margin: 20px auto 0; max-width: 600px; }

/* ============================================================
   COMMITMENT CALCULATOR
   ============================================================ */
.pr-calc-sec { padding: 8px 0 56px; position: relative; z-index: 2; }
.pr-calc-sec .pr-calc { margin: 0 auto; }
.pr-calc { position: relative; z-index: 2; max-width: 1000px; margin: 44px auto 0; background: #fff; border: var(--card-border);
  border-radius: var(--radius-3xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.pr-calc-grid { display: grid; grid-template-columns: 1fr 1.05fr; }
.pr-calc-controls { padding: 38px 40px; border-right: 1px solid var(--al-line); display: flex; flex-direction: column; }
.pr-calc-title { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--al-navy); }
.pr-calc-title i { color: var(--al-blue); font-size: 22px; }
.pr-calc-sub { font-size: 14px; color: var(--al-text-2); margin: 6px 0 28px; line-height: 1.5; }
.pr-field { margin-bottom: 28px; }
.pr-field-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }
.pr-field-lbl { font-family: var(--font-display); font-size: 14.5px; font-weight: 700; color: var(--al-navy); }
.pr-field-val { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--al-blue); letter-spacing: -.02em; }
.pr-field-val small { font-size: 13px; font-weight: 600; color: var(--al-text-3); margin-left: 3px; }
.pr-range { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: var(--radius-pill);
  background: var(--al-line); outline: none; cursor: pointer; }
.pr-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--al-blue); border: 4px solid #fff; box-shadow: var(--shadow-md); cursor: pointer; transition: transform .12s; }
.pr-range::-webkit-slider-thumb:active { transform: scale(1.12); }
.pr-range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--al-blue); border: 4px solid #fff; box-shadow: var(--shadow-md); cursor: pointer; }
.pr-range-scale { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11.5px; color: var(--al-text-3); font-weight: 600; }
.pr-calc-note { font-size: 12px; color: var(--al-text-3); line-height: 1.5; margin-top: 6px; display: flex; gap: 7px; }
.pr-calc-note i { color: var(--al-blue-400); font-size: 15px; flex: none; margin-top: 1px; }

/* result side */
.pr-calc-out { padding: 38px 40px; background: linear-gradient(160deg, #F4F7FF, #E9EFFF); display: flex; flex-direction: column; }
.pr-out-lead { font-size: 14px; color: var(--al-text-2); line-height: 1.55; margin-bottom: 22px; }
.pr-out-lead b { color: var(--al-navy); font-weight: 800; }
.pr-out-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pr-out-stat { background: #fff; border: var(--card-border); border-radius: var(--radius-lg); padding: 16px 16px 15px; position: relative; }
.pr-out-stat.span { grid-column: 1 / -1; border-left: 3px solid var(--al-blue); }
.pr-out-stat.warn { border-left: 3px solid var(--al-warning); }
.pr-out-num { font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--al-navy); letter-spacing: -.02em; line-height: 1; }
.pr-out-stat.warn .pr-out-num { color: var(--al-warning); }
.pr-out-stat.span .pr-out-num { color: var(--al-blue); }
.pr-out-lbl { font-size: 12.5px; color: var(--al-text-2); margin-top: 7px; line-height: 1.4; }
.pr-out-rec { margin-top: auto; padding-top: 22px; }
.pr-rec-card { display: flex; align-items: center; gap: 14px; background: var(--al-navy); border-radius: var(--radius-xl); padding: 16px 18px; }
.pr-rec-ic { width: 40px; height: 40px; border-radius: var(--radius-md); background: rgba(255,255,255,.14); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 21px; flex: none; }
.pr-rec-txt { flex: 1; }
.pr-rec-k { font-size: 12px; color: rgba(255,255,255,.7); }
.pr-rec-v { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: #fff; }
.pr-rec-v span { color: var(--al-blue-300); }
.pr-rec-card .lp-btn { flex: none; }
@media (max-width: 820px) {
  .pr-calc-grid { grid-template-columns: 1fr; }
  .pr-calc-controls { border-right: none; border-bottom: 1px solid var(--al-line); }
}

/* ============================================================
   PLANS
   ============================================================ */
.pr-plans-sec { padding: 80px 0 40px; position: relative; z-index: 2; }
.pr-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; max-width: 1080px; margin: 0 auto; }
.pr-toggle { display: flex; justify-content: center; margin: 0 0 38px; }
.pr-toggle-track { display: inline-flex; background: #fff; border: var(--card-border); border-radius: var(--radius-pill); padding: 5px; gap: 4px; box-shadow: var(--shadow-xs); }
.pr-toggle-btn { border: none; background: none; font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--al-text-2); padding: 9px 18px; border-radius: var(--radius-pill); cursor: pointer; transition: background .18s, color .18s; display: inline-flex; align-items: center; gap: 8px; }
.pr-toggle-btn.on { background: var(--al-blue); color: #fff; }
.pr-toggle-save { font-size: 10.5px; font-weight: 700; color: var(--al-success); background: rgba(31,193,107,.14); padding: 3px 8px; border-radius: var(--radius-pill); letter-spacing: .01em; line-height: 1; white-space: nowrap; }
.pr-toggle-btn.on .pr-toggle-save { background: rgba(255,255,255,.22); color: #fff; }
.pr-plan { background: #fff; border: var(--card-border); border-radius: var(--radius-2xl); padding: 30px; display: flex; flex-direction: column; position: relative; transition: transform .2s var(--ease-out), box-shadow .2s; }
.pr-plan { box-shadow: var(--shadow-md); }
.pr-plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pr-plan.featured { background: var(--al-navy); border-color: var(--al-navy); box-shadow: var(--shadow-lg); }
.pr-plan.featured .pr-plan-name, .pr-plan.featured .pr-plan-amt, .pr-plan.featured .pr-plan-li { color: #fff; }
.pr-plan.featured .pr-plan-period, .pr-plan.featured .pr-plan-desc { color: rgba(255,255,255,.72); }
.pr-plan.featured .pr-plan-li i { color: var(--al-blue-300); }
.pr-plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--al-blue); color: #fff; font-family: var(--font-display); font-size: 11.5px; font-weight: 700; padding: 6px 14px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); }
.pr-plan-name { font-family: var(--font-display); font-size: 19px; font-weight: 800; color: var(--al-navy); }
.pr-plan-desc { font-size: 13.5px; color: var(--al-text-2); margin-top: 6px; min-height: 38px; line-height: 1.45; }
.pr-plan-amt { font-family: var(--font-display); font-size: 46px; font-weight: 800; color: var(--al-navy); letter-spacing: -.02em; margin-top: 16px; line-height: 1; }
.pr-plan-period { font-size: 14px; font-weight: 600; color: var(--al-text-3); }
.pr-plan-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; flex: 1; }
.pr-plan-li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--al-navy); line-height: 1.4; }
.pr-plan-li i { color: var(--al-blue); font-size: 18px; flex: none; margin-top: 1px; }
.pr-plan .lp-btn { width: 100%; }
.pr-plan.rec-hl { outline: 2.5px solid var(--al-blue); outline-offset: 2px; }
@media (max-width: 860px) { .pr-plans { grid-template-columns: 1fr; max-width: 440px; } }

/* ============================================================
   FEATURE COMPARISON TABLE
   ============================================================ */
.pr-cmp-sec { padding: 56px 0; position: relative; z-index: 2; }
.pr-table-wrap { max-width: 1000px; margin: 0 auto; background: #fff; border: var(--card-border); border-radius: var(--radius-2xl); overflow: hidden; box-shadow: var(--shadow-md); }
.pr-table { width: 100%; border-collapse: collapse; }
.pr-table th, .pr-table td { padding: 16px 20px; text-align: left; }
.pr-table thead th { background: #fff; border-bottom: 1.5px solid var(--al-line); }
.pr-table thead .pr-th-name { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--al-navy); }
.pr-table thead .pr-th-price { font-size: 12.5px; font-weight: 600; color: var(--al-text-3); margin-top: 2px; }
.pr-table thead th:not(:first-child), .pr-table tbody td:not(:first-child) { text-align: center; width: 150px; }
.pr-table thead th.feat-col { width: auto; }
.pr-table tbody .pr-row-group td { background: var(--al-blue-50); font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--al-blue); padding: 10px 20px; }
.pr-table tbody tr.feat td { border-bottom: 1px solid var(--al-line); }
.pr-table tbody tr.feat:hover td { background: var(--al-paper); }
.pr-feat-name { font-size: 14.5px; font-weight: 600; color: var(--al-navy); }
.pr-feat-name small { display: block; font-size: 12px; font-weight: 400; color: var(--al-text-3); margin-top: 2px; }
.pr-yes { color: var(--al-success); font-size: 21px; }
.pr-no { color: var(--al-line-2); font-size: 19px; }
.pr-val { font-family: var(--font-display); font-size: 13.5px; font-weight: 700; color: var(--al-navy); }
.pr-col-hl { background: rgba(51,92,255,.04); }
@media (max-width: 720px) {
  .pr-table th, .pr-table td { padding: 12px 10px; }
  .pr-table thead th:not(:first-child), .pr-table tbody td:not(:first-child) { width: 70px; }
  .pr-table thead .pr-th-name { font-size: 13px; }
  .pr-th-price { display: none; }
  .pr-feat-name { font-size: 13px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.pr-faq-sec { padding: 64px 0 96px; position: relative; z-index: 2; }
.pr-faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pr-faq-item { background: #fff; border: var(--card-border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: border-color .2s, box-shadow .2s; }
.pr-faq-item.open { border-color: var(--al-line-2); box-shadow: var(--shadow-md); }
.pr-faq-q { width: 100%; display: flex; align-items: center; gap: 14px; text-align: left; background: none; border: none; cursor: pointer;
  padding: 20px 22px; font-family: var(--font-display); font-size: 16.5px; font-weight: 700; color: var(--al-navy); }
.pr-faq-q i { margin-left: auto; font-size: 22px; color: var(--al-blue); transition: transform .25s var(--ease-out); flex: none; }
.pr-faq-item.open .pr-faq-q i { transform: rotate(45deg); }
.pr-faq-ic { width: 34px; height: 34px; border-radius: var(--radius-sm); background: var(--al-blue-50); color: var(--al-blue); display: flex; align-items: center; justify-content: center; font-size: 18px; flex: none; }
.pr-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease-out); }
.pr-faq-item.open .pr-faq-a { max-height: 320px; }
.pr-faq-a p { padding: 0 22px 22px 22px; font-size: 15px; line-height: 1.6; color: var(--al-text-2); margin: 0; }
@media (max-width: 560px) { .pr-faq-a p { padding-left: 22px; } }
