/* ==========================================================
   Portside Traders — custom theme layer over Bootstrap 5
   All values traced from the Figma file (1440px frame).
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Geist:wght@400;500;600;700&display=swap');

:root {
  /* --- Colour tokens (exact Figma hexes) --- */
  --ps-navy:        #1b2a4a;
  --ps-navy-deep:   #101b33;
  --ps-navy-panel:  #263a63;
  --ps-gold:        #b8964e;
  --ps-gold-tint:   rgba(184, 150, 78, 0.08);
  --ps-surface:     #f4f6f9;
  --ps-surface-2:   #eef2f6;
  --ps-border:      #e5e7eb;
  --ps-border-form: #d9d9d9;
  --ps-muted:       #6b7280;
  --ps-muted-2:     #666666;

  /* --- Type --- */
  --ps-display: 'Outfit', system-ui, sans-serif;
  --ps-body:    'Geist', system-ui, sans-serif;

  /* --- Layout --- */
  --ps-gutter: 80px;
  --ps-radius: 8px;
  --ps-radius-sm: 4px;

  /* Bootstrap overrides */
  --bs-body-font-family: 'Geist', system-ui, sans-serif;
  --bs-body-color: var(--ps-navy);
  --bs-link-color: inherit;
  --bs-link-hover-color: var(--ps-gold);
}

body {
  font-family: var(--ps-body);
  color: var(--ps-navy);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 { font-family: var(--ps-display); color: var(--ps-navy); margin: 0; }
p { margin: 0; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }

/* ---- Container matches the 1440 frame w/ 80px gutters ---- */
.container, .container-fluid.ps-shell {
  max-width: 1440px;
  padding-left: var(--ps-gutter);
  padding-right: var(--ps-gutter);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* ---- Section rhythm (Figma: 80px vertical padding) ---- */
.ps-section    { padding-top: 80px; padding-bottom: 80px; }
.ps-section-sm { padding-top: 48px; padding-bottom: 48px; }
.bg-surface    { background: var(--ps-surface); }
.bg-navy-deep  { background: var(--ps-navy-deep); }

/* ---- Section headers ---- */
.ps-eyebrow {
  font-family: var(--ps-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ps-gold);
}
.ps-section-header { text-align: center; margin-bottom: 48px; }
.ps-section-header > * + * { margin-top: 12px; }
.ps-section-header h2 { font-size: 36px; font-weight: 700; line-height: 44px; }
.ps-section-header .lead-copy {
  max-width: 720px;
  margin-left: auto; margin-right: auto;
  font-size: 16px; line-height: 24px; color: var(--ps-muted);
}

/* ==========================================================
   BUTTONS
   ========================================================== */
.ps-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: var(--ps-display);
  font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: .02em;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.ps-btn:hover { transform: translateY(-1px); }
.ps-btn:focus-visible { outline: 2px solid var(--ps-gold); outline-offset: 3px; }
.ps-btn-gold          { background: var(--ps-gold); color: #fff; border-color: var(--ps-gold); }
.ps-btn-gold:hover    { color: #fff; box-shadow: 0 10px 20px rgba(184,150,78,.28); }
.ps-btn-ghost-white   { background: transparent; color: #fff; border-color: #fff; }
.ps-btn-ghost-white:hover { background: rgba(255,255,255,.12); color: #fff; }
.ps-btn-ghost-gold    { background: transparent; color: var(--ps-gold); border: 1.5px solid var(--ps-gold); }
.ps-btn-ghost-gold:hover { background: var(--ps-gold-tint); color: var(--ps-gold); }

/* Form submit — Figma: 48px tall, gold fill, NAVY label */
.ps-btn-submit {
  width: 100%; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ps-gold); color: var(--ps-navy);
  border: none; border-radius: var(--ps-radius-sm);
  font-family: var(--ps-body); font-weight: 700; font-size: 14px;
  box-shadow: 0 10px 12px rgba(184,150,78,.2);
  transition: filter .15s ease;
}
.ps-btn-submit:hover { filter: brightness(1.04); }

/* ==========================================================
   NAVBAR  (Figma: 80px tall, white)
   ========================================================== */
.ps-nav {
  position: sticky; top: 0; z-index: 1030;
  background: #fff; border-bottom: 1px solid var(--ps-border);
}
.ps-nav .container { display: flex; align-items: center; height: 80px; gap: 24px; }
.ps-nav-logo img { width: 100%; max-height:80px; }
.ps-nav-links { display: flex; gap: 24px; margin-left: auto; margin-right: auto; }
.ps-nav-links a {
  font-family: var(--ps-body); font-weight: 500; font-size: 14px;
  color: var(--ps-navy); padding: 4px 0; transition: color .15s ease;
}
.ps-nav-links a:hover { color: var(--ps-gold); }
.ps-nav-links a.active { color: var(--ps-gold); font-weight: 700; }

.ps-nav-phone {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  width: 177px; height: 44.5px; padding: 0 14px;
  background: var(--ps-gold); color: #fff;
  border-radius: var(--ps-radius-sm);
  font-weight: 600; font-size: 13px; white-space: nowrap;
}
.ps-nav-phone:hover { color: #fff; filter: brightness(1.05); }
.ps-nav-phone svg { width: 20px; height: 20px; flex: none; }

.ps-nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; padding: 8px; margin-left: auto;
}
.ps-nav-toggle span { width: 24px; height: 2px; background: var(--ps-navy); border-radius: 2px; }

/* ==========================================================
   HERO
   ========================================================== */
.ps-hero {
  position: relative;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  color: #fff; background-size: cover; background-position: center;
  padding: 80px var(--ps-gutter);
}
/* .ps-hero::before { content: ''; position: absolute; inset: 0; background: rgba(27,42,74,.85); } */
.ps-hero > * { position: relative; z-index: 1; }
.ps-hero h1 { color: #fff; font-size: 48px; font-weight: 800; }

.ps-hero-inner { min-height: 320px; }
.ps-hero-inner.is-short { min-height: 240px; }

.ps-hero-home { min-height: 620px; }
.ps-hero-home::before { background: rgba(27,42,74,.65); }
.ps-hero-home h1 { font-size: 56px; line-height: 64px; max-width: 760px; }
.ps-hero-home .hero-sub {
  font-size: 18px; line-height: 26px; opacity: .9;
  max-width: 760px; margin-top: 24px;
}
.ps-hero-actions { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; justify-content: center; }

/* ==========================================================
   CARDS
   ========================================================== */
.ps-card {
  background: #fff; border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); padding: 24px; height: 100%;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.02));
  transition: transform .18s ease, box-shadow .18s ease;
}
.ps-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(27,42,74,.07); }
.ps-card h3 { font-size: 18px; font-weight: 600; margin-top: 16px; }
.ps-card p  { font-size: 14px; line-height: 20px; color: var(--ps-muted); margin-top: 16px; }

.ps-icon-box {
  width: 48px; height: 48px; padding: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ps-gold-tint); border-radius: 6px;
}
.ps-icon-box svg { width: 24px; height: 24px; stroke: var(--ps-gold); }

/* Step items — home "How It Works" (64px badge) */
.ps-step { text-align: center; }
.ps-step-badge {
  width: 64px; height: 64px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  background: var(--ps-navy); border: 2px solid var(--ps-gold); border-radius: 50%;
  font-family: var(--ps-display); font-weight: 700; font-size: 24px; color: var(--ps-gold);
}
.ps-step h3 { font-size: 20px; font-weight: 600; margin-top: 20px; }
.ps-step p  { font-size: 14px; line-height: 22px; color: var(--ps-muted); margin-top: 20px; }

/* Step cards — How It Works page (48px badge, 32px padding) */
.ps-step-card { padding: 32px; }
.ps-step-card .badge-sm {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ps-navy); border: 2px solid var(--ps-gold); border-radius: 50%;
  font-family: var(--ps-display); font-weight: 700; font-size: 18px; color: var(--ps-gold);
}
.ps-step-card h3 { font-size: 20px; font-weight: 600; margin-top: 20px; }
.ps-step-card p  { font-size: 14px; line-height: 22px; color: var(--ps-muted); margin-top: 8px; }

.ps-feature-card { padding: 32px; }
.ps-feature-card h3 { font-size: 20px; font-weight: 600; margin-top: 20px; }
.ps-feature-card p  { font-size: 14px; line-height: 22px; color: var(--ps-muted); margin-top: 12px; }

/* ==========================================================
   FORMS
   ========================================================== */
.ps-form-card {
  background: #fff; border: 1px solid #e6e6e6;
  border-radius: 6px; padding: 24px;
}
.ps-form-card.is-lg { padding: 40px; border-color: var(--ps-border); border-radius: var(--ps-radius); }

.ps-field { margin-bottom: 12px; }
.ps-form-card.is-lg .ps-field { margin-bottom: 16px; }
.ps-field label {
  display: block; margin-bottom: 6px;
  font-weight: 600; font-size: 11px; color: var(--ps-navy);
}
.ps-form-card.is-lg .ps-field label { font-size: 13px; }
.ps-field .ps-input,
.ps-field select,
.ps-field textarea {
  width: 100%; height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--ps-border-form); border-radius: var(--ps-radius-sm);
  font-family: var(--ps-body); font-size: 13px; color: var(--ps-navy);
  background: #fff;
}
.ps-form-card.is-lg .ps-field .ps-input,
.ps-form-card.is-lg .ps-field select,
.ps-form-card.is-lg .ps-field textarea { padding: 10px 16px; font-size: 14px; }
.ps-field textarea { height: 96px; resize: vertical; line-height: 20px; }
.ps-form-card.is-lg .ps-field textarea { height: 120px; }
.ps-field ::placeholder { color: var(--ps-muted); }
.ps-field .ps-input:focus,
.ps-field select:focus,
.ps-field textarea:focus {
  outline: none; border-color: var(--ps-gold);
  box-shadow: 0 0 0 3px rgba(184,150,78,.14);
}

/* Buyer / Seller tabs — 120px per tab, 3px gold underline */
.ps-tabbar { display: flex;justify-content: center; margin-bottom: 24px; }
.ps-tab {
  width: 50%;
  height: 40px;
  background: none;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--ps-body);
  font-weight: 600;
  font-size: 15px;
  color: var(--ps-navy); /* inactive tab bhi dark blue */
  position: relative;
}

.ps-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ps-border-form);
}

.ps-tab.active {
  color: var(--ps-navy);
  font-weight: 700;
}

.ps-tab.active::after {
  height: 3px;
  background: var(--ps-gold);
}

/* Feature checklist (home, left column) */
.ps-checklist-title { font-family: var(--ps-body); font-weight: 700; font-size: 28px; line-height: 36px; }
.ps-checklist-intro { font-size: 14px; line-height: 22px; color: var(--ps-muted-2); margin-top: 24px; }
.ps-check-item { display: flex; gap: 12px; margin-top: 24px; }
.ps-check-dot {
  width: 22px; height: 22px; flex: none; border-radius: 50%;
  background: var(--ps-gold); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.ps-check-dot{color: #fff !important;}
.ps-check-item strong { display: block; font-size: 14px; font-weight: 600; }
.ps-check-item span   { display: block; font-size: 12px; line-height: 18px; color: var(--ps-muted-2); margin-top: 2px; display: flex;
    align-items: center; justify-content: center;  }

.ps-brief-band { background: linear-gradient(to right, var(--ps-surface), var(--ps-surface-2)); }

/* ==========================================================
   TESTIMONIALS / STATS / PARTNERS
   ========================================================== */
.ps-quote-card {
  background: #fff; border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); padding: 32px; height: 100%;
  display: flex; flex-direction: column; justify-content: space-between;
}
.ps-quote-card .quote { font-size: 14px; line-height: 22px; color: var(--ps-muted); }
.ps-quote-person { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.ps-quote-person img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: none; }
.ps-quote-person strong { display: block; font-family: var(--ps-display); font-weight: 600; font-size: 14px; }
.ps-quote-person span   { display: block; font-size: 12px; color: var(--ps-gold); margin-top: 2px; }

.ps-reach {
  position: relative; color: #fff;
  background-size: cover; background-position: center;
}
/* .ps-reach::before { content: ''; position: absolute; inset: 0; background: rgba(16,27,51,.8); } */
.ps-reach.is-deep::before { background: rgba(16,27,51,.9); }
.ps-reach > * { position: relative; z-index: 1; }
.ps-reach h2 { color: #fff; font-size: 36px; font-weight: 800; }
.ps-reach .reach-sub { max-width: 640px; margin: 16px auto 0; font-size: 15px; line-height: 22px; opacity: .8; }
.ps-stat { text-align: center; }
.ps-stat strong { display: block; font-family: var(--ps-display); font-weight: 800; font-size: 40px; color: var(--ps-gold); }
.ps-stat.is-lg strong { font-size: 48px; }
.ps-stat span { display: block; font-size: 14px; opacity: .9; margin-top: 8px; }

.ps-partner {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  opacity: .6; font-family: var(--ps-display); font-weight: 700; font-size: 16px;
}
.ps-partner svg { width: 24px; height: 24px; stroke: var(--ps-navy); flex: none; }

/* ==========================================================
   FOOTER  (Figma: #101b33, 430px)
   ========================================================== */
.ps-footer { background: var(--ps-navy-deep); color: #fff; padding: 64px 0 32px; }
.ps-footer-logo img {width: auto; object-fit: contain; }
.ps-footer-about { font-size: 13px; line-height: 20px; opacity: .6; max-width: 280px; margin-top: 24px; }
.ps-footer h4 {
  font-family: var(--ps-display); font-weight: 700; font-size: 14px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--ps-gold);
  margin-bottom: 16px;
}
.ps-footer li { font-size: 13px; opacity: .7; margin-bottom: 16px; }
.ps-footer li a:hover { opacity: 1; color: var(--ps-gold); }

.ps-newsletter {
  display: flex; align-items: center; gap: 8px;
  background: var(--ps-navy-panel); border-radius: var(--ps-radius-sm); padding: 6px;
}
.ps-newsletter input {
  flex: 1; min-width: 0; background: transparent; border: 0;
  color: #fff; font-size: 13px; padding: 8px;
}
.ps-newsletter input::placeholder { color: rgba(255,255,255,.6); }
.ps-newsletter input:focus { outline: none; }
.ps-newsletter button {
  background: var(--ps-gold); border: 0; border-radius: var(--ps-radius-sm);
  padding: 8px 16px; display: flex; align-items: center; justify-content: center;
}
.ps-newsletter button svg { width: 14px; height: 14px; stroke: var(--ps-navy); }

.ps-footer-divider { border-top: 1px solid rgba(255,255,255,.15); margin: 48px 0 32px; }
.ps-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.ps-footer-bottom p { font-size: 12px; opacity: .5; }
.ps-social { display: flex; gap: 16px; }
.ps-social a {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ps-navy-panel);
  display: flex; align-items: center; justify-content: center;
  transition: background .15s ease;
}
.ps-social a:hover { background: var(--ps-gold); }
.ps-social svg { width: 16px; height: 16px; stroke: #fff; }

/* ==========================================================
   ABOUT PAGE
   ========================================================== */
.ps-story-img { border: 1px solid var(--ps-border); border-radius: var(--ps-radius); overflow: hidden; }
.ps-story-img img { width: 100%; height: 480px; object-fit: cover; display: block; }
.ps-eyebrow-rule { display: flex; align-items: center; gap: 8px; }
.ps-eyebrow-rule .rule { width: 24px; height: 2px; background: var(--ps-gold); flex: none; }
.ps-story h2 { font-size: 36px; font-weight: 800; margin-top: 24px; }
.ps-story p  { font-size: 16px; line-height: 26px; color: var(--ps-muted); margin-top: 24px; }
.ps-signature { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.ps-signature .ring {
  width: 56px; height: 56px; flex: none; border-radius: 50%;
  background: var(--ps-gold-tint);
  display: flex; align-items: center; justify-content: center;
}
.ps-signature .ring svg { width: 24px; height: 24px; stroke: var(--ps-gold); }
.ps-signature strong { display: block; font-family: var(--ps-display); font-weight: 700; font-size: 18px; }
.ps-signature span   { display: block; font-size: 14px; font-weight: 600; color: var(--ps-gold); margin-top: 4px; }

.ps-mv-card {
  background: #fff; border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); padding: 40px; height: 100%;
}
.ps-mv-head { display: flex; align-items: center; gap: 16px; }
.ps-mv-head .ps-icon-box { width: 52px; height: 52px; border-radius: 8px; }
.ps-mv-head .ps-icon-box svg { width: 28px; height: 28px; }
.ps-mv-head .kicker { font-weight: 700; font-size: 12px; text-transform: uppercase; color: var(--ps-gold); }
.ps-mv-head h3 { font-size: 24px; font-weight: 800; margin-top: 4px; }
.ps-mv-card p { font-size: 16px; line-height: 26px; color: var(--ps-muted); margin-top: 24px; }

/* ==========================================================
   CONTACT PAGE
   ========================================================== */
.ps-info-card {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); padding: 20px;
}
.ps-info-card .ps-icon-box { width: 44px; height: 44px; flex: none; }
.ps-info-card .ps-icon-box svg { width: 20px; height: 20px; }
.ps-info-card strong { display: block; font-family: var(--ps-display); font-weight: 700; font-size: 14px; }
.ps-info-card span   { display: block; font-size: 15px; color: var(--ps-muted); margin-top: 4px; }

.ps-social-lg { display: flex; gap: 12px; }
.ps-social-lg a {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ps-navy);
  display: flex; align-items: center; justify-content: center;
  transition: background .15s ease;
}
.ps-social-lg a:hover { background: var(--ps-gold); }
.ps-social-lg svg { width: 20px; height: 20px; stroke: #fff; }

.ps-map-band {
  position: relative; min-height: 360px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  background-size: cover; background-position: center;
  padding: 64px var(--ps-gutter);
}
/* .ps-map-band::before { content: ''; position: absolute; inset: 0; background: rgba(16,27,51,.9); } */
.ps-map-band > * { position: relative; z-index: 1; }
.ps-map-band .ps-icon-box { border-radius: 99px; }
.ps-map-band h2 { color: #fff; font-size: 28px; font-weight: 700; margin-top: 12px; }
.ps-map-band p  { max-width: 560px; font-size: 14px; opacity: .7; margin-top: 12px; }

.ps-office-card {
  background: #fff; border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); overflow: hidden; height: 100%;
}
.ps-office-card > img { width: 100%; height: 180px; object-fit: cover; display: block; }
.ps-office-body { padding: 24px; }
.ps-office-body h3 { font-size: 20px; font-weight: 700; }
.ps-office-list { margin-top: 16px; }
.ps-office-list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; line-height: 20px; color: var(--ps-muted); margin-bottom: 10px;
}
.ps-office-list svg { width: 16px; height: 16px; flex: none; stroke: var(--ps-gold); margin-top: 2px; }

.ps-faq {
  background: #fff; border: 1px solid var(--ps-border);
  border-radius: 6px; margin-bottom: 14px; overflow: hidden;
}
.ps-faq-q {
  width: 100%; padding: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; text-align: left;
  font-family: var(--ps-display); font-weight: 600; font-size: 16px; color: var(--ps-navy);
}
.ps-faq-q svg { width: 16px; height: 16px; flex: none; stroke: var(--ps-gold); transition: transform .2s ease; }
.ps-faq.open .ps-faq-q svg { transform: rotate(45deg); }
.ps-faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease, padding .28s ease; padding: 0 20px; }
.ps-faq.open .ps-faq-a { max-height: 240px; padding: 0 20px 20px; }
.ps-faq-a p { font-size: 14px; line-height: 22px; color: var(--ps-muted); }

/* ==========================================================
   CTA BANNER
   ========================================================== */
.ps-cta {
  position: relative; text-align: center; color: #fff;
  background-size: cover; background-position: center;
  padding: 96px var(--ps-gutter);
}
/* .ps-cta::before { content: ''; position: absolute; inset: 0; background: rgba(27,42,74,.8); } */
.ps-cta > * { position: relative; z-index: 1; }
.ps-cta h2 { color: #fff; font-size: 36px; font-weight: 800; }
.ps-cta p  { max-width: 720px; margin: 16px auto 0; font-size: 16px; line-height: 24px; opacity: .8; }
.ps-cta .ps-btn { text-transform: none; font-family: var(--ps-body); font-size: 15px; padding: 12px 32px; border-radius: 4px; }
.ps-cta .ps-btn-gold { color: var(--ps-navy); }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
   @media (max-width:1280px){
    .ps-checklist-title{
      font-size: 25px;
    }
   }
@media (max-width: 1199.98px) {
  :root { --ps-gutter: 48px; }
  .ps-hero-home h1 { font-size: 44px; line-height: 52px; }
}

@media (max-width: 991.98px) {
  :root { --ps-gutter: 32px; }
  .ps-nav-toggle {margin-left: 0;}
  .ps-nav-links { display: none; }
  .ps-nav-toggle { display: flex; }
  .ps-nav-phone span { display: none; }
  .ps-nav-phone { width: auto; padding: 0 12px; }
  .ps-nav .container { gap: 12px; }
  .ps-nav-logo { margin-right: auto; }

  .ps-nav.is-open .ps-nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 80px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--ps-border);
    padding: 8px var(--ps-gutter) 20px;
    box-shadow: 0 12px 24px rgba(27,42,74,.08);
  }
  .ps-nav.is-open .ps-nav-links a { padding: 14px 0; border-bottom: 1px solid var(--ps-border); font-size: 15px; }

  .ps-story-img img { height: 380px; }
  .ps-section-header h2, .ps-reach h2, .ps-cta h2, .ps-story h2 { font-size: 30px; line-height: 38px; }
  .ps-form-card {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  :root { --ps-gutter: 20px; }
  .ps-section { padding-top: 56px; padding-bottom: 56px; }
  .ps-hero { padding: 64px var(--ps-gutter); }
  .ps-hero h1 { font-size: 32px; }
  .ps-hero-home { min-height: 480px; }
  .ps-hero-home h1 { font-size: 32px; line-height: 40px; }
  .ps-hero-home .hero-sub { font-size: 16px; line-height: 24px; }
  .ps-hero-actions { flex-direction: column; width: 100%; }
  .ps-hero-actions .ps-btn { width: 100%; }
  .ps-cta { padding: 64px var(--ps-gutter); }
  .ps-cta .ps-btn { width: 100%; }
  .ps-mv-card, .ps-form-card.is-lg { padding: 24px; }
  .ps-step-card, .ps-feature-card, .ps-quote-card { padding: 24px; }
  .ps-checklist-title { font-size: 24px; line-height: 32px; }
  .ps-stat strong, .ps-stat.is-lg strong { font-size: 32px; }
  .ps-footer-bottom { flex-direction: column; align-items: flex-start; }
  .ps-story-img img { height: 260px; }
  .ps-tabbar { width: 100%; }
  .ps-tab { flex: 1; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .ps-card:hover, .ps-btn:hover { transform: none; }
}

/* ---- Gutter helpers matching Figma gaps ---- */
.g-20 { --bs-gutter-x: 20px; --bs-gutter-y: 20px; }
.g-24 { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }
.g-32 { --bs-gutter-x: 32px; --bs-gutter-y: 32px; }
.g-48 { --bs-gutter-x: 48px; --bs-gutter-y: 48px; }
.g-64 { --bs-gutter-x: 64px; --bs-gutter-y: 64px; }
