/* ============================================================================
   Ask Dolores — For Attorneys
   Extends landing.css + landing.extra.css with attorney-page specifics:
     · hero stat band
     · pricing tier cards
     · platform mock (case list)
   ============================================================================ */

/* ── trust pill above the H1 ──────────────────────────────────────────────── */
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--jg-border);
  border-radius: var(--jg-r-pill);
  padding: 8px 16px 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--jg-text-2);
  box-shadow: var(--jg-shadow-sm);
  margin-bottom: 22px;
  white-space: nowrap;
}
.trust-pill > * { flex-shrink: 0; }
.trust-pill b { color: var(--jg-text); font-weight: 800; white-space: nowrap; }
.trust-pill .tp-dots {
  display: inline-flex;
  margin-right: 2px;
}
.trust-pill .tp-dots span {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  margin-left: -6px;
  display: inline-block;
}
.trust-pill .tp-dots span:first-child { margin-left: 0; }
.trust-pill .tp-dots span:nth-child(1) { background: linear-gradient(135deg, #6B5FCF, #5B8DEE); }
.trust-pill .tp-dots span:nth-child(2) { background: linear-gradient(135deg, #14B8A6, #0EA5E9); }
.trust-pill .tp-dots span:nth-child(3) { background: linear-gradient(135deg, #B8923A, #E2B85C); }
.trust-pill .tp-dots span:nth-child(4) { background: linear-gradient(135deg, #475569, #0F172A); }

/* ── hero stat band (below CTA) ───────────────────────────────────────────── */
.hero-stats {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 36px;
  border-top: 1px solid var(--jg-border);
  max-width: 720px;
}
.hero-stats .hs-num {
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--jg-text);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.hero-stats .hs-num em {
  font-style: normal;
  background: var(--jg-gradient-primary);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-stats .hs-lbl {
  font-size: 13px;
  color: var(--jg-text-2);
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (max-width: 980px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
}

/* ── hero CTA row (primary + ghost) ───────────────────────────────────────── */
.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-cta-row .cta-ghost {
  background: transparent;
  font-weight: 600;
  white-space: nowrap;
}
.hero-cta-row .cta-ghost b {
  color: var(--jg-text);
  font-weight: 800;
  margin-right: 4px;
}
.hero-cta-row .cta-ghost .ghost-sub {
  color: var(--jg-text-3);
  font-size: 13px;
}

/* ============================================================================
   PLATFORM MOCK (attorney case-management dashboard preview)
   Mounted inside .hero-show (reuses the rail / dock / cap framework)
   ============================================================================ */
.hero-show.atty .scene-eyebrow { color: var(--jg-violet); }
.case-row {
  display: grid;
  grid-template-columns: 24px 1fr auto auto;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--jg-border);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 12px;
  position: relative;
}
.case-row + .case-row { margin-top: 8px; }
.case-row .cr-status {
  width: 8px; height: 8px;
  border-radius: 50%;
  margin: 0 auto;
}
.case-row.live .cr-status { background: var(--jg-success); box-shadow: 0 0 0 3px rgba(16,185,129,0.18); }
.case-row.queue .cr-status { background: var(--jg-warning); box-shadow: 0 0 0 3px rgba(245,158,11,0.18); }
.case-row.draft .cr-status { background: var(--jg-text-3); box-shadow: 0 0 0 3px rgba(148,163,184,0.18); }
.case-row .cr-name {
  font-weight: 700;
  color: var(--jg-text);
  letter-spacing: -0.01em;
}
.case-row .cr-meta {
  font-size: 10px;
  font-weight: 600;
  color: var(--jg-text-3);
  letter-spacing: 0.04em;
  margin-top: 1px;
}
.case-row .cr-type {
  font-family: var(--jg-font-mono, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 700;
  color: var(--jg-text-2);
  background: var(--jg-bg-subtle);
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid var(--jg-border);
}
.case-row .cr-prog {
  width: 70px;
  height: 5px;
  background: var(--jg-bg-muted);
  border-radius: 999px;
  overflow: hidden;
}
.case-row .cr-prog i {
  display: block; height: 100%;
  background: var(--jg-gradient-primary);
  border-radius: 999px;
}
.case-row.draft .cr-prog i { background: var(--jg-text-3); }

/* sticky toolbar at top of the platform mock */
.platform-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.platform-toolbar .pt-chip {
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.platform-toolbar .pt-chip.on {
  background: var(--jg-violet-soft);
  color: var(--jg-violet);
}
.platform-toolbar .pt-chip.off {
  background: var(--jg-bg-subtle);
  color: var(--jg-text-3);
  border: 1px solid var(--jg-border);
}
.platform-toolbar .pt-count {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  color: var(--jg-text-3);
  letter-spacing: 0.06em;
}

/* ============================================================================
   PRICING SECTION
   ============================================================================ */
.pricing { background: var(--jg-bg-subtle); }
.price-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.price-card {
  background: #fff;
  border: 1px solid var(--jg-border);
  border-radius: var(--jg-r-xl);
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 240ms var(--jg-ease);
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--jg-shadow-lg); }
.price-card .pc-tag {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jg-text-3);
  margin-bottom: 14px;
}
.price-card .pc-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 14px;
}
.price-card .pc-amt {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--jg-text);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.price-card .pc-per {
  font-size: 16px;
  font-weight: 700;
  color: var(--jg-text-3);
  letter-spacing: -0.01em;
}
.price-card .pc-desc {
  font-size: 14px;
  color: var(--jg-text-2);
  line-height: 1.55;
  margin: 0 0 22px;
  min-height: 88px;
}
.price-card .pc-divide {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jg-text-3);
  margin-bottom: 12px;
}
.price-card .pc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
  flex: 1;
}
.price-card .pc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--jg-text);
  line-height: 1.45;
}
.price-card .pc-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  margin-top: 2px;
  background: var(--jg-violet-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.5l3 3 5-7' stroke='%236B5FCF' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.price-card .pc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-family: var(--jg-font-display);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: var(--jg-r-pill);
  border: 1.5px solid var(--jg-border-strong);
  background: #fff;
  color: var(--jg-text);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms var(--jg-ease);
}
.price-card .pc-cta:hover {
  border-color: var(--jg-violet);
  color: var(--jg-violet);
}

/* Featured tier (middle): violet gradient background, white CTA */
.price-card.featured {
  background: linear-gradient(180deg, var(--jg-navy-900), #1a2540);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 30px 60px rgba(15,23,42,0.18), 0 6px 20px rgba(15,23,42,0.08);
}
.price-card.featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 18px; right: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--jg-gradient-primary);
  color: #fff;
}
.price-card.featured .pc-tag { color: rgba(255,255,255,0.55); }
.price-card.featured .pc-amt {
  background: var(--jg-gradient-on-dark);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-card.featured .pc-per { color: rgba(255,255,255,0.5); }
.price-card.featured .pc-desc { color: rgba(255,255,255,0.7); }
.price-card.featured .pc-divide { color: rgba(255,255,255,0.45); }
.price-card.featured .pc-list li { color: rgba(255,255,255,0.92); }
.price-card.featured .pc-list li::before {
  background: rgba(255,255,255,0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.5l3 3 5-7' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.price-card.featured .pc-cta {
  background: #fff;
  color: var(--jg-navy-900);
  border-color: transparent;
}
.price-card.featured .pc-cta:hover {
  background: var(--jg-gradient-primary);
  color: #fff;
}

@media (max-width: 980px) {
  .price-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card.featured::before { top: 14px; }
}

/* ============================================================================
   ROI BAND (alternating strip between sections)
   ============================================================================ */
.roi-band {
  margin-top: 80px;
  background: var(--jg-navy-900);
  border-radius: var(--jg-r-2xl);
  padding: 48px 56px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.roi-band::after {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(107,95,207,0.25), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}
.roi-band .rb-eyebrow {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}
.roi-band h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  line-height: 1.1;
  color: #fff;
}
.roi-band h2 .grad {
  background: var(--jg-gradient-on-dark);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roi-band p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  max-width: 48ch;
  line-height: 1.55;
}
.roi-band .rb-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  position: relative;
  z-index: 1;
}
.roi-band .rb-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--jg-r-lg);
  padding: 20px;
}
.roi-band .rb-stat .num {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: var(--jg-gradient-on-dark);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.roi-band .rb-stat .lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 880px) {
  .roi-band { grid-template-columns: 1fr; padding: 36px; gap: 32px; }
}

/* ── hero badge variant: replace the violet eyebrow with the trust pill ── */
.hero .trust-pill { margin-bottom: 0; }

/* ── nav: keep links on one line at mid widths ───────────────────────────── */
.nav-links a { white-space: nowrap; }
@media (max-width: 1020px) {
  .nav-links { gap: 22px; }
  .nav-links a { font-size: 13px; }
}
@media (max-width: 940px) {
  .nav-links { display: none; }
}
