/* ============================================================
   TaranQ — design system
   White base, purple/yellow brand accents, light & minimal.
   ============================================================ */

:root {
  --purple-dark: #3D1B5C;
  --purple: #5B2A86;
  --purple-soft: #EFE7F8;
  --yellow: #F5C400;
  --yellow-soft: #FFF6D6;
  --white: #FFFFFF;
  --bg-tint: #FBF9FD;
  --text: #231942;
  --muted: #746C82;
  --border: #E9E2F3;
  --success: #2E9E5B;
  --error: #C4463C;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 10px 30px -12px rgba(61, 27, 92, 0.18);
  --shadow-sm: 0 4px 14px -6px rgba(61, 27, 92, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.4em;
  color: var(--purple-dark);
}

p { margin: 0 0 1em; color: var(--muted); }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--purple-dark);
  color: var(--white);
}
.btn-primary:hover { background: var(--purple); box-shadow: var(--shadow-sm); }

.btn-accent {
  background: var(--yellow);
  color: var(--purple-dark);
}
.btn-accent:hover { box-shadow: var(--shadow-sm); filter: brightness(1.03); }

.btn-ghost {
  background: transparent;
  color: var(--purple-dark);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--purple); background: var(--purple-soft); }

.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav-logo { height: 46px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--purple-dark);
}
.nav-links a { color: var(--muted); }
.nav-links a:hover, .nav-links a.active { color: var(--purple-dark); }
.nav-cta { display: flex; gap: 10px; }

/* ---------- Hero ---------- */
.hero {
  padding: 88px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple);
  background: var(--purple-soft);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }

.hero h1 {
  font-size: 46px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  color: var(--purple);
  position: relative;
}
.hero-sub {
  font-size: 17px;
  max-width: 480px;
  margin-bottom: 32px;
}
.hero-ctas { display: flex; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }

.hero-strip {
  display: flex;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.hero-strip-item {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-strip-item strong { color: var(--purple-dark); font-family: var(--font-display); font-size: 15px; }

/* signature: ring visual */
.ring-card {
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.ring-wrap { position: relative; width: 176px; height: 176px; }
.ring-wrap svg { transform: rotate(-90deg); }
.ring-track { fill: none; stroke: var(--purple-soft); stroke-width: 12; }
.ring-progress {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 12;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}
.ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ring-value { font-family: var(--font-display); font-size: 40px; font-weight: 600; color: var(--purple-dark); }
.ring-caption { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.ring-note { font-size: 13px; color: var(--muted); text-align: center; }
.ring-note strong { color: var(--purple-dark); }

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section-tint { background: var(--bg-tint); }
.section-head { max-width: 560px; margin: 0 auto 40px; text-align: center; }
.section-head h2 { font-size: 30px; }

/* choice cards on home */
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.choice-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.choice-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.choice-badge {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 18px;
  margin-bottom: 18px;
}
.choice-badge.purple { background: var(--purple-dark); color: var(--white); }
.choice-badge.yellow { background: var(--yellow); color: var(--purple-dark); }
.choice-card h3 { font-size: 21px; margin-bottom: 8px; }
.choice-card p { font-size: 14.5px; margin-bottom: 20px; }
.choice-list { list-style: none; padding: 0; margin: 0 0 24px; }
.choice-list li {
  font-size: 13.5px; color: var(--muted);
  padding-left: 20px; position: relative; margin-bottom: 8px;
}
.choice-list li::before {
  content: "";
  position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--yellow);
}

/* step strip */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--white);
}
.step-num {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--purple-soft);
  -webkit-text-stroke: 1.5px var(--purple);
  margin-bottom: 10px;
}
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { font-size: 13.5px; margin: 0; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--border);
  padding: 36px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-inner img { height: 32px; }
.footer-note { font-size: 12.5px; color: var(--muted); }

/* ============================================================
   Forms
   ============================================================ */
.form-shell {
  padding: 48px 0 80px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}
.form-head { margin-bottom: 28px; }
.form-head .eyebrow { margin-bottom: 14px; }
.form-head h1 { font-size: 32px; margin-bottom: 8px; }
.form-head p { font-size: 15px; max-width: 480px; }

.field-group {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 20px;
}
.field-group-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12.5px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  margin-bottom: 18px;
}
.field:last-child { margin-bottom: 0; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 7px;
}
.field .hint {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  margin-left: 4px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--text);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--purple);
  box-shadow: 0 0 0 3px var(--purple-soft);
}
.field textarea { resize: vertical; min-height: 84px; }
.field-error {
  font-size: 12px;
  color: var(--error);
  margin-top: 6px;
  display: none;
}
.form-error-banner {
  display: none;
  background: #FDECEB;
  border: 1px solid #F3C6C1;
  color: var(--error);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea { border-color: var(--error); }
.field.invalid .field-error { display: block; }

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}
.checkbox-row input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--purple); }

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 6px;
}
.form-note { font-size: 12.5px; color: var(--muted); }

/* sticky sidebar */
.sidebar { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.sidebar .ring-card { padding: 26px; }
.sidebar-tips {
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}
.sidebar-tips h4 {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--purple-dark);
  margin-bottom: 12px;
}
.sidebar-tips ul { margin: 0; padding-left: 18px; }
.sidebar-tips li { font-size: 12.5px; color: var(--muted); margin-bottom: 8px; }

/* success state */
.success-panel {
  display: none;
  text-align: center;
  padding: 64px 24px;
  max-width: 560px;
  margin: 0 auto;
}
.success-panel.show { display: block; }
.success-badge {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--purple-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin: 0 auto 24px;
}
.success-panel h2 { font-size: 26px; }
.success-summary {
  text-align: left;
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 13.5px;
}
.success-summary dt { font-weight: 600; color: var(--purple-dark); display: inline; }
.success-summary dd { margin: 0 0 6px; display: inline; color: var(--muted); }
.success-summary .row { margin-bottom: 6px; }
.success-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.form-shell.hidden { display: none; }

/* ============================================================
   Directory
   ============================================================ */
.dir-head {
  padding: 56px 0 24px;
}
.dir-stats {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.dir-stat {
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 22px;
  min-width: 150px;
}
.dir-stat .n { font-family: var(--font-display); font-size: 26px; color: var(--purple-dark); }
.dir-stat .l { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }

.dir-tabs {
  display: flex;
  gap: 8px;
  margin: 28px 0 24px;
  border-bottom: 1px solid var(--border);
}
.dir-tab {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
}
.dir-tab.active { color: var(--purple-dark); border-color: var(--yellow); }

.dir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 40px;
}
.profile-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
}
.profile-card .top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  color: var(--white); background: var(--purple);
  flex-shrink: 0;
}
.profile-card.business .avatar { background: var(--purple-dark); }
.profile-card h4 { margin: 0; font-size: 16px; color: var(--text); font-family: var(--font-body); font-weight: 700; }
.profile-card .role { font-size: 12px; color: var(--muted); }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.tag {
  font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: 999px;
  background: var(--purple-soft); color: var(--purple);
}
.tag.yellow { background: var(--yellow-soft); color: #8A6A00; }
.profile-meta { font-size: 12.5px; color: var(--muted); display: flex; flex-direction: column; gap: 4px; }
.profile-meta span strong { color: var(--text); }

.empty-state {
  text-align: center;
  padding: 60px 24px;
  border: 1.5px dashed var(--border);
  border-radius: var(--radius);
  color: var(--muted);
}
.empty-state h3 { color: var(--purple-dark); margin-bottom: 8px; font-size: 18px; }

.dir-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.text-btn {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px 10px;
}
.text-btn:hover { color: var(--error); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .dir-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 34px; }
}
@media (max-width: 560px) {
  .nav-links { display: none; }
  .dir-grid { grid-template-columns: 1fr; }
  .hero-strip { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}

/* ============================================================
   Dark sections (About/Problem, Trust Engine)
   ============================================================ */
.section-dark {
  background: var(--purple-dark);
  padding: 72px 0;
  color: var(--white);
}
.section-dark .section-head h2,
.section-dark h2 { color: var(--white); }
.section-dark .section-head p,
.section-dark p { color: #CBB8E0; }
.section-dark .eyebrow { background: rgba(255,255,255,0.1); color: var(--yellow); }

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.about-lede {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 0;
}
.about-list { display: flex; flex-direction: column; gap: 22px; }
.about-item { display: flex; gap: 16px; }
.about-item .n {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--yellow);
  border: 1px solid rgba(245,196,0,0.4);
  border-radius: 50%;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.about-item h4 { color: var(--white); font-size: 15.5px; margin-bottom: 4px; font-family: var(--font-body); font-weight: 700; }
.about-item p { color: #CBB8E0; font-size: 13.5px; margin: 0; }

/* pain columns reused on dark bg */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.pain-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px;
}
.pain-card .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  color: var(--yellow); text-transform: uppercase; margin-bottom: 18px; display: block;
}
.pain-row { margin-bottom: 18px; }
.pain-row:last-child { margin-bottom: 0; }
.pain-row h4 { color: var(--white); font-size: 14.5px; margin-bottom: 4px; font-family: var(--font-body); font-weight: 700; }
.pain-row p { color: #CBB8E0; font-size: 12.5px; margin: 0; }

/* ---------- Trust engine (dark) ---------- */
.trust-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
  margin-top: 12px;
}
.trust-inputs { display: flex; flex-direction: column; gap: 20px; }
.trust-input { display: flex; gap: 16px; align-items: flex-start; }
.trust-input .badge {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 13px; color: var(--white);
  flex-shrink: 0;
}
.trust-input.top .badge { background: var(--yellow); color: var(--purple-dark); border-color: var(--yellow); }
.trust-input h4 { color: var(--white); font-size: 14.5px; margin-bottom: 3px; font-family: var(--font-body); font-weight: 700; }
.trust-input p { color: #CBB8E0; font-size: 12.5px; margin: 0; }

.tier-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.tier-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 18px 20px;
}
.tier-box .tier-title { font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--yellow); margin-bottom: 10px; }
.tier-chip {
  font-size: 12.5px; color: #E6DAF3; padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.tier-chip:last-child { border-bottom: none; }

/* ============================================================
   Dashboard preview mockup
   ============================================================ */
.dash-toggle {
  display: inline-flex;
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 32px;
  gap: 4px;
}
.dash-toggle button {
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13.5px;
  padding: 9px 22px;
  border-radius: 999px;
  cursor: pointer;
  color: var(--muted);
}
.dash-toggle button.active { background: var(--purple-dark); color: var(--white); }

.mock-window {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}
.mock-chrome {
  background: var(--bg-tint);
  border-bottom: 1px solid var(--border);
  padding: 10px 16px;
  display: flex;
  gap: 6px;
}
.mock-chrome span { width: 9px; height: 9px; border-radius: 50%; background: var(--border); }
.mock-body { display: grid; grid-template-columns: 190px 1fr; min-height: 420px; }
.mock-sidebar {
  background: var(--purple-dark);
  padding: 20px 16px;
  display: none;
}
.mock-sidebar .mock-logo { color: var(--white); font-family: var(--font-display); font-size: 15px; margin-bottom: 22px; }
.mock-nav-item {
  font-size: 12px; color: #C9B8DE; padding: 9px 10px; border-radius: 8px; margin-bottom: 4px;
}
.mock-nav-item.active { background: var(--yellow); color: var(--purple-dark); font-weight: 700; }
.mock-main { padding: 24px 28px; }
.mock-greeting {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  border-radius: 12px;
  padding: 20px 24px;
  color: var(--white);
  margin-bottom: 20px;
}
.mock-greeting .hi { font-size: 11px; color: #D8C7EE; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.mock-greeting .name { font-family: var(--font-display); font-size: 19px; }
.mock-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.mock-stat-card {
  border: 1px solid var(--border); border-radius: 10px; padding: 14px;
}
.mock-stat-card .v { font-family: var(--font-display); font-size: 19px; color: var(--purple-dark); }
.mock-stat-card .l { font-size: 10.5px; color: var(--muted); margin-top: 2px; }
.mock-section-title { font-size: 12.5px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.mock-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mock-mini-card { border: 1px solid var(--border); border-radius: 10px; padding: 12px; }
.mock-mini-card .dot { width: 26px; height: 26px; border-radius: 50%; background: var(--purple-soft); margin-bottom: 8px; }
.mock-mini-card .t { font-size: 11.5px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.mock-mini-card .s { font-size: 10px; color: var(--muted); }
.mock-mini-card .pill {
  display: inline-block; margin-top: 8px; font-size: 9.5px; font-weight: 700;
  background: var(--yellow-soft); color: #8A6A00; padding: 3px 8px; border-radius: 999px;
}
@media (min-width: 640px) { .mock-sidebar { display: block; } }

/* ============================================================
   Pricing
   ============================================================ */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.price-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  background: var(--white);
}
.price-card.featured {
  background: var(--purple-dark);
  border-color: var(--purple-dark);
  position: relative;
}
.price-card .tier-name { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.price-card.featured .tier-name { color: var(--yellow); }
.price-card .amount { font-family: var(--font-display); font-size: 32px; color: var(--text); }
.price-card.featured .amount { color: var(--white); }
.price-card .per { font-size: 12.5px; color: var(--muted); margin-bottom: 20px; display: block; }
.price-card.featured .per { color: #D8C7EE; }
.price-list { list-style: none; padding: 0; margin: 0 0 22px; }
.price-list li {
  font-size: 13px; color: var(--muted); padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.price-card.featured .price-list li { color: #E6DAF3; border-color: rgba(255,255,255,0.12); }
.price-list li:last-child { border-bottom: none; }
.price-foot { font-size: 11.5px; color: var(--purple); font-weight: 600; }
.price-card.featured .price-foot { color: var(--yellow); }

.pricing-footnote {
  margin-top: 28px;
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  font-size: 13px;
  color: var(--muted);
}
.pricing-footnote strong { color: var(--text); }

/* ============================================================
   Resource Centre
   ============================================================ */
.resource-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.resource-visual {
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.resource-task {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.resource-task:last-child { margin-bottom: 0; }
.resource-task .check {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; flex-shrink: 0;
}
.resource-task.done .check { background: var(--yellow); color: var(--purple-dark); }
.resource-task.pending .check { border: 1.5px solid var(--border); color: transparent; }
.resource-task .txt { font-size: 13px; color: var(--text); font-weight: 600; }
.resource-task .pts { margin-left: auto; font-size: 11px; color: var(--purple); font-weight: 700; }
.resource-list { display: flex; flex-direction: column; gap: 20px; }
.resource-item h4 { font-size: 15.5px; margin-bottom: 5px; }
.resource-item p { font-size: 13.5px; margin: 0; }


@media (max-width: 860px) {
  .about-grid, .trust-layout, .resource-layout { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .tier-row { grid-template-columns: 1fr; }
  .mock-stats { grid-template-columns: repeat(2, 1fr); }
  .mock-cards-row { grid-template-columns: 1fr; }
}
