/* ═══════════════════════════════════════════════════════════
   CityCalc — Partner Program page (/partners.html)
   Institutional navy/gold. One dominant offer; Free + Pro demoted.
═══════════════════════════════════════════════════════════ */

.pt-main { width: 100%; }

.pt-section { padding: 72px 24px; }
.pt-section-inner { max-width: 1080px; margin: 0 auto; }
.pt-section-inner-narrow { max-width: 760px; }
.pt-section-cream { background: var(--cream); }
.pt-section-dark { background: var(--ink); color: #fff; }

.pt-eyebrow-dark {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.pt-section-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(26px, 3vw, 36px); line-height: 1.2; color: var(--ink);
  margin-bottom: 18px; max-width: 22ch;
}
.pt-section-dark .pt-section-title { color: #fff; }

/* ─── 1. Hero ─── */
.pt-hero {
  background: radial-gradient(120% 140% at 80% -10%, #16213c 0%, var(--ink) 55%);
  color: #fff; padding: 84px 24px 76px;
}
.pt-hero-inner { max-width: 1080px; margin: 0 auto; }
.pt-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.pt-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(32px, 5vw, 56px); line-height: 1.1; max-width: 18ch; margin-bottom: 22px;
}
.pt-title em { color: var(--gold); font-style: italic; }
.pt-lede {
  font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: #cdd6e6;
  max-width: 62ch; margin-bottom: 32px;
}
.pt-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ─── Buttons ─── */
.btn-gold, .btn-dark, .btn-ghost, .btn-ghost-light, .btn-link {
  font-size: 15px; font-weight: 600; padding: 13px 24px; border-radius: 8px;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  display: inline-block; line-height: 1.2;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a3782f; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--border-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.32); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-link { background: transparent; color: var(--gold); padding: 8px 0; font-weight: 600; }
.btn-link:hover { color: #a3782f; text-decoration: underline; }
.btn-block { width: 100%; margin-top: 8px; }

/* ─── 2. Why this matters ─── */
.pt-why { padding-top: 64px; padding-bottom: 64px; }
.pt-quote {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.45; color: var(--ink);
  max-width: 40ch; margin: 0 auto; text-align: center; position: relative;
  padding-left: 0; border: none;
}
.pt-quote::before {
  content: ""; display: block; width: 44px; height: 3px; background: var(--gold);
  margin: 0 auto 28px;
}

/* ─── 3. Built for ─── */
.pt-builtfor {
  list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px; margin-top: 8px;
}
.pt-builtfor li {
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  padding: 14px 16px; font-size: 15px; font-weight: 500; color: var(--ink-2);
}
.pt-builtfor li::before { content: "—"; color: var(--gold); margin-right: 8px; }

/* ─── 4. Features ─── */
.pt-features {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px; background: var(--border); border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden; margin-top: 8px;
}
.pt-feature { background: var(--cream); padding: 22px 22px 24px; }
.pt-section-cream .pt-feature { background: #fff; }
.pt-feature h3 { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.pt-feature p { font-size: 14px; line-height: 1.55; color: var(--ink-3); }

/* ─── CTA bands ─── */
.pt-cta-band {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px; margin-top: 36px; padding: 22px 26px; border-radius: 12px;
  background: var(--ink); color: #fff;
}
.pt-cta-band span { font-size: 17px; font-weight: 500; }

/* ─── 5. Dashboard preview ─── */
.pt-dash { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 8px; }
.pt-dash-card {
  background: var(--ink); color: #fff; border-radius: 14px; padding: 26px;
  border: 1px solid rgba(255,255,255,.08);
}
.pt-dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.pt-dash-title { font-weight: 600; font-size: 16px; }
.pt-dash-tag {
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink); background: var(--gold); padding: 4px 10px; border-radius: 20px;
}
.pt-dash-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.pt-dash-tile {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 4px;
}
.pt-dash-label { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: #9fb0c9; }
.pt-dash-val { font-size: 24px; font-weight: 700; color: #fff; font-family: 'Playfair Display', serif; }
.pt-dash-sub { font-size: 12px; color: #8294af; }
.pt-dash-note { font-size: 12px; color: #8294af; margin-top: 16px; font-style: italic; }
.pt-dash-cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* ─── 6. Dominant offer ─── */
.pt-offer {
  max-width: 720px; margin: 0 auto; background: #11192e; border: 1px solid var(--gold);
  border-radius: 16px; padding: 40px; box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.pt-offer-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.pt-offer-name { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 30px; color: #fff; margin-bottom: 14px; }
.pt-offer-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: #fff; }
.pt-offer-price strong { font-size: 40px; font-weight: 700; }
.pt-offer-price span { font-size: 17px; color: #cdd6e6; }
.pt-offer-price em { font-style: normal; font-size: 14px; color: var(--gold); margin-left: 8px; }
.pt-offer-list { list-style: none; display: grid; gap: 10px; margin-bottom: 28px; }
.pt-offer-list li { font-size: 15px; color: #dde4f0; padding-left: 26px; position: relative; line-height: 1.45; }
.pt-offer-list li::before { content: "✓"; color: var(--gold); position: absolute; left: 0; font-weight: 700; }
.pt-offer-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.pt-independence-note { font-size: 13px; color: #9fb0c9; line-height: 1.55; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }

/* ─── 7. Founding callout ─── */
.pt-founding {
  background: var(--cream); border-left: 3px solid var(--gold); border-radius: 12px;
  padding: 36px 40px;
}
.pt-founding-copy { font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 60ch; margin-bottom: 24px; }

/* ─── 8. Other access options ─── */
.pt-other { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 8px; max-width: 720px; }
.pt-other-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.pt-other-card h3 { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.pt-other-price { font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.pt-other-card p { font-size: 14px; line-height: 1.55; color: var(--ink-3); margin-bottom: 14px; }
.pt-soon { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); background: var(--cream); padding: 3px 8px; border-radius: 12px; vertical-align: middle; }

/* ─── 9. FAQ ─── */
.pt-faq { display: grid; gap: 10px; margin-top: 8px; }
.pt-faq-item { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 4px 20px; }
.pt-faq-item summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-size: 16px; font-weight: 600;
  color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.pt-faq-item summary::-webkit-details-marker { display: none; }
.pt-faq-item summary::after { content: "+"; color: var(--gold); font-size: 22px; font-weight: 400; flex: none; }
.pt-faq-item[open] summary::after { content: "–"; }
.pt-faq-item p { font-size: 15px; line-height: 1.6; color: var(--ink-3); padding: 0 0 18px; }

/* ─── 10. Apply form ─── */
.pt-apply-title { font-family: 'Playfair Display', serif; font-weight: 500; font-size: clamp(24px, 3vw, 32px); color: #fff; margin-bottom: 10px; }
.pt-apply-sub { font-size: 16px; color: #cdd6e6; margin-bottom: 28px; max-width: 52ch; }
.pt-form { position: relative; }
.pt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pt-form-wide { grid-column: 1 / -1; }
.pt-form .form-label { color: #cdd6e6; }
.pt-form .form-input {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); color: #fff;
}
.pt-form .form-input:focus { border-color: var(--gold); background: rgba(255,255,255,.1); outline: none; }
.pt-form .form-input::placeholder { color: #8294af; }
.pt-form-success {
  display: none; margin-top: 16px; padding: 18px 20px; border-radius: 10px;
  background: rgba(194,148,64,.14); border: 1px solid var(--gold); color: #fff; font-size: 15px;
}

/* ─── 11. Independence guarantee ─── */
.pt-guarantee {
  margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px; line-height: 1.6; color: #9fb0c9;
}
.pt-guarantee strong { color: var(--gold); display: block; margin-bottom: 4px; font-size: 15px; }

/* ─── RTL ─── */
[dir="rtl"] .pt-builtfor li::before { margin-right: 0; margin-left: 8px; }
[dir="rtl"] .pt-offer-list li { padding-left: 0; padding-right: 26px; }
[dir="rtl"] .pt-offer-list li::before { left: auto; right: 0; }
[dir="rtl"] .pt-offer-price em { margin-left: 0; margin-right: 8px; }
[dir="rtl"] .pt-founding { border-left: none; border-right: 3px solid var(--gold); }

/* ─── Responsive ─── */
@media (max-width: 640px) {
  .pt-section { padding: 52px 18px; }
  .pt-hero { padding: 60px 18px 56px; }
  .pt-offer { padding: 28px 22px; }
  .pt-founding { padding: 28px 24px; }
  .pt-form-grid { grid-template-columns: 1fr; }
  .pt-cta-band { flex-direction: column; align-items: flex-start; }
}
