/* ============================================================
   Prosight · Who We Serve — shared styles
   Design-system parity with root index.html
   Fraunces (display) + DM Sans (UI), single-blue accent #2563EB
   ============================================================ */

:root {
  --bg:        #FAFAF9;
  --bg-card:   #FFFFFF;
  --bg-hover:  #F5F4F2;
  --ink:       #0F1419;
  --text:      #1A1916;
  --text-2:    #6B6860;
  --text-3:    #A8A49E;
  --border:    #E5E2DC;
  --border-md: #D1CEC7;
  --blue:       #2563EB;
  --blue-dk:    #1D4ED8;
  --blue-light: #EFF4FF;
  --blue-mid:   #BFCFFF;
  --green:   #16A34A;
  --green-bg:#F0FDF4;
  --amber:   #D97706;
  --amber-bg:#FFFBEB;
  --red:     #DC2626;
  --red-bg:  #FEF2F2;
  --f-display: 'Fraunces', serif;
  --f-ui:      'DM Sans', sans-serif;
  --radius:    10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow:    0 10px 30px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.04);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--f-ui); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.wrap     { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap-sm  { max-width: 920px; margin: 0 auto; padding: 0 24px; }
.wrap-xl  { max-width: 1320px; margin: 0 auto; padding: 0 24px; }

.f-display { font-family: var(--f-display); font-weight: 600; letter-spacing: -0.015em; }

/* ── Top nav — identical to homepage ───────────────────────── */
.topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(250,250,250,0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s ease;
}
.topnav__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1024px) { .topnav__inner { height: 80px; padding: 0 32px; } }
.brand { display: flex; align-items: center; gap: 0; font-family: 'Sora', system-ui, sans-serif; }
.brand svg { display: block; }
.topnav__links { display: none; align-items: center; gap: 32px; }
@media (min-width: 1024px) { .topnav__links { display: flex; } .topnav__cta { display: flex !important; } }
.topnav__links a { font-family: 'Sora', system-ui, sans-serif; font-size: 13.5px; color: #5A5A5A; transition: color .15s; }
.topnav__links a:hover, .topnav__links a[aria-current] { color: #0A0A0A; }
.topnav__cta { display: none; align-items: center; gap: 16px; }
.topnav__cta .contact-link { font-family: 'Sora', system-ui, sans-serif; font-size: 13.5px; color: #5A5A5A; transition: color .15s; }
.topnav__cta .contact-link:hover { color: #0A0A0A; }
.topnav__cta .book-demo { font-family: 'Sora', system-ui, sans-serif; background: #0066FF; color: #fff; font-size: 13.5px; font-weight: 500; padding: 10px 20px; border-radius: 8px; transition: all .15s; }
.topnav__cta .book-demo:hover { background: rgba(0,102,255,0.9); }

/* Offset the page so content doesn't sit under the fixed nav */
body { padding-top: 64px; }
@media (min-width: 1024px) { body { padding-top: 80px; } }

.btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border-radius: 6px; font-size: 13.5px; font-weight: 500; transition: all .12s; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dk); transform: translateY(-1px); }
.btn-ghost { color: var(--text-2); border-color: var(--border-md); background: #fff; }
.btn-ghost:hover { color: var(--blue); border-color: var(--blue); }
.btn-lg { padding: 12px 24px; font-size: 14.5px; border-radius: 8px; }

/* ── Crumbs ─────────────────────────────────────────────────── */
.crumbs { font-size: 12.5px; color: var(--text-3); padding: 22px 0 6px; }
.crumbs a { color: var(--text-2); }
.crumbs a:hover { color: var(--blue); }
.crumbs span { margin: 0 7px; color: var(--text-3); }

/* ── Hero ───────────────────────────────────────────────────── */
.hero { position: relative; padding: 0 0 72px; }
.hero__media { position: relative; width: 100%; aspect-ratio: 21/9; overflow: hidden; border-radius: 16px; background: #0F1419; box-shadow: var(--shadow); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.92; }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15,20,25,0.82) 0%, rgba(15,20,25,0.55) 48%, rgba(15,20,25,0.22) 100%);
}
.hero__text { position: absolute; left: 5%; bottom: 7%; right: 10%; color: #fff; max-width: 680px; }
.hero__eyebrow { display: inline-block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #BFCFFF; background: rgba(37,99,235,0.18); border: 1px solid rgba(191,207,255,0.35); padding: 5px 12px; border-radius: 20px; margin-bottom: 18px; }
.hero__h1 { font-family: var(--f-display); font-size: clamp(30px, 4vw, 52px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 14px; }
.hero__sub { font-size: 16px; color: rgba(255,255,255,0.82); max-width: 580px; margin-bottom: 22px; }
.hero__cta { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__cta .btn-ghost { color: #fff; background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.22); }
.hero__cta .btn-ghost:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.5); }

/* ── Sections ───────────────────────────────────────────────── */
.sec { padding: 72px 0; border-top: 1px solid var(--border); }
.sec-first { border-top: none; padding-top: 24px; }
.sec__eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 12px; }
.sec__h2 { font-family: var(--f-display); font-size: clamp(26px, 2.8vw, 38px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.15; color: var(--text); margin-bottom: 14px; }
.sec__lead { font-size: 16.5px; color: var(--text-2); max-width: 720px; line-height: 1.6; }
.sec__h3 { font-family: var(--f-display); font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 10px; }

/* ── Challenge (pain) cards ─────────────────────────────────── */
.pains { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 34px; }
.pain { background: #fff; border: 1px solid var(--border); border-left: 3px solid var(--red); border-radius: var(--radius-sm); padding: 22px 24px; }
.pain__stat { font-family: var(--f-display); font-size: 32px; font-weight: 600; color: var(--red); line-height: 1; margin-bottom: 8px; }
.pain__h { font-size: 14.5px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.pain__p { font-size: 13px; color: var(--text-2); line-height: 1.55; }

/* ── Pillars (capabilities) ─────────────────────────────────── */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 34px; }
.pillar { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 26px 24px; transition: border-color .12s, transform .12s; }
.pillar:hover { border-color: var(--blue-mid); transform: translateY(-2px); }
.pillar__icon { width: 40px; height: 40px; border-radius: 8px; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pillar__h { font-family: var(--f-display); font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.pillar__p { font-size: 13.5px; color: var(--text-2); line-height: 1.55; }

/* ── Split image+content blocks ─────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; aspect-ratio: 4/5; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); background: #0F1419; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 10px; }
.split__h { font-family: var(--f-display); font-size: 28px; font-weight: 600; color: var(--text); letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 14px; }
.split__p { font-size: 15px; color: var(--text-2); line-height: 1.65; margin-bottom: 14px; }
.split__list { list-style: none; padding: 0; margin: 16px 0 0; }
.split__list li { position: relative; padding-left: 26px; font-size: 14px; color: var(--text); margin-bottom: 10px; line-height: 1.5; }
.split__list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: var(--blue-light); box-shadow: inset 0 0 0 4px var(--blue); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 28px; } .split--reverse .split__media { order: 0; } }

/* ── Ecosystem strip ────────────────────────────────────────── */
.ecosystem { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; margin-top: 30px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.eco__cell { padding: 28px 24px; border-right: 1px solid var(--border); }
.eco__cell:last-child { border-right: none; }
.eco__label { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; color: var(--text-3); margin-bottom: 10px; }
.eco__h { font-family: var(--f-display); font-size: 19px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.eco__p { font-size: 13px; color: var(--text-2); line-height: 1.5; }
@media (max-width: 720px) { .eco__cell { border-right: none; border-bottom: 1px solid var(--border); } .eco__cell:last-child { border-bottom: none; } }

/* ── Compliance / DPDP strip ────────────────────────────────── */
.compliance { background: #0F1419; color: #fff; border-radius: 14px; padding: 40px 48px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.compliance__eyebrow { color: #BFCFFF; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
.compliance__h { font-family: var(--f-display); font-size: 26px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }
.compliance__p { font-size: 14.5px; color: rgba(255,255,255,0.78); line-height: 1.6; }
.compliance__badges { display: flex; flex-direction: column; gap: 10px; }
.cbadge { display: flex; gap: 12px; align-items: flex-start; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 14px 16px; }
.cbadge__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); margin-top: 7px; flex-shrink: 0; }
.cbadge__h { font-size: 13.5px; font-weight: 500; color: #fff; margin-bottom: 2px; }
.cbadge__p { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.4; }
@media (max-width: 860px) { .compliance { grid-template-columns: 1fr; padding: 32px 24px; } }

/* ── Case study ─────────────────────────────────────────────── */
.casestudy { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.casestudy__media { position: relative; min-height: 380px; background: #0F1419; }
.casestudy__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.casestudy__body { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
.casestudy__eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 12px; }
.casestudy__quote { font-family: var(--f-display); font-size: 22px; font-weight: 500; line-height: 1.35; color: var(--text); margin-bottom: 20px; letter-spacing: -0.01em; }
.casestudy__who { font-size: 13px; color: var(--text-2); margin-bottom: 24px; }
.casestudy__who strong { color: var(--text); font-weight: 500; }
.casestudy__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.casestudy__metric .k { font-family: var(--f-display); font-size: 28px; font-weight: 600; color: var(--blue); line-height: 1; }
.casestudy__metric .v { font-size: 11.5px; color: var(--text-2); margin-top: 4px; line-height: 1.3; }
@media (max-width: 860px) { .casestudy { grid-template-columns: 1fr; } .casestudy__media { min-height: 240px; } .casestudy__body { padding: 28px 24px; } }

/* ── Resources ──────────────────────────────────────────────── */
.resources { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 30px; }
.resource { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 22px 24px; transition: border-color .12s; cursor: pointer; display: flex; flex-direction: column; gap: 8px; }
.resource:hover { border-color: var(--blue); }
.resource__tag { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); font-weight: 600; }
.resource__h { font-size: 14.5px; font-weight: 500; color: var(--text); line-height: 1.4; }
.resource__arrow { margin-top: auto; color: var(--blue); font-size: 12.5px; font-weight: 500; }

/* ── CTA band ───────────────────────────────────────────────── */
.ctaband { position: relative; padding: 64px 48px; border-radius: 16px; overflow: hidden; background: linear-gradient(120deg, #0F1419 0%, #1E2A3A 100%); color: #fff; text-align: center; }
.ctaband::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(37,99,235,0.28), transparent 55%), radial-gradient(circle at 80% 30%, rgba(37,99,235,0.18), transparent 50%); pointer-events: none; }
.ctaband > * { position: relative; }
.ctaband__h { font-family: var(--f-display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 600; line-height: 1.2; letter-spacing: -0.015em; margin-bottom: 12px; }
.ctaband__p { font-size: 15px; color: rgba(255,255,255,0.72); max-width: 580px; margin: 0 auto 24px; }
.ctaband .btn-primary { background: #fff; color: var(--ink); }
.ctaband .btn-primary:hover { background: #f1f0ee; color: var(--ink); }
.ctaband .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.3); background: transparent; }
.ctaband .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.ctaband__row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────────────────────────── */
footer.site { padding: 60px 0 36px; background: #0F1419; color: rgba(255,255,255,0.64); font-size: 13px; border-top: none; }
footer.site h5 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.45); font-weight: 600; margin-bottom: 14px; }
footer.site a { color: rgba(255,255,255,0.72); display: block; padding: 4px 0; transition: color .1s; }
footer.site a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer__brand { font-family: var(--f-display); font-size: 20px; color: #fff; font-weight: 600; margin-bottom: 10px; }
.footer__tagline { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.55; max-width: 320px; }
.footer__credits { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 22px; margin-top: 6px; font-size: 11px; color: rgba(255,255,255,0.38); line-height: 1.7; }
.footer__credits a { display: inline; color: rgba(255,255,255,0.55); text-decoration: underline; padding: 0; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); margin-top: 22px; font-size: 12px; color: rgba(255,255,255,0.4); }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* ── Hub page — industry tile grid ──────────────────────────── */
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 38px; }
.hub-tile { position: relative; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); display: block; transition: transform .2s, box-shadow .2s; }
.hub-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hub-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hub-tile:hover img { transform: scale(1.05); }
.hub-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,20,25,0) 40%, rgba(15,20,25,0.9) 100%); }
.hub-tile__text { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; color: #fff; z-index: 2; }
.hub-tile__eyebrow { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.16em; color: #BFCFFF; font-weight: 600; margin-bottom: 6px; }
.hub-tile__h { font-family: var(--f-display); font-size: 22px; font-weight: 600; letter-spacing: -0.015em; margin-bottom: 6px; }
.hub-tile__p { font-size: 13px; color: rgba(255,255,255,0.82); line-height: 1.45; }
.hub-tile__arrow { position: absolute; top: 20px; right: 20px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; color: #fff; z-index: 2; transition: background .15s; }
.hub-tile:hover .hub-tile__arrow { background: var(--blue); }

/* ── Modals (Contact Sales / Book Demo) ─────────────────────── */
.ps-modal-backdrop {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10, 14, 20, 0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: none; align-items: flex-start; justify-content: center;
  padding: 60px 20px 40px; overflow-y: auto;
  font-family: 'Sora', system-ui, sans-serif;
}
.ps-modal-backdrop.is-open { display: flex; animation: psModalFade .18s ease-out; }
@keyframes psModalFade { from { opacity: 0; } to { opacity: 1; } }
.ps-modal {
  position: relative; background: #fff; border-radius: 16px;
  width: 100%; max-width: 560px; padding: 36px 36px 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.24);
  animation: psModalRise .22s cubic-bezier(.2,.9,.3,1.2);
}
.ps-modal--demo { max-width: 640px; }
@keyframes psModalRise { from { transform: translateY(18px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.ps-modal__close {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: #F4F4F2; border: none; color: #5A5A5A;
  font-size: 22px; line-height: 1; cursor: pointer; transition: all .12s;
}
.ps-modal__close:hover { background: #E8E8E4; color: #0A0A0A; }
.ps-modal__eyebrow { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #0066FF; font-weight: 600; margin-bottom: 10px; }
.ps-modal__h { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 600; color: #0A0A0A; letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 8px; }
.ps-modal__sub { font-size: 14px; color: #5A5A5A; line-height: 1.55; margin-bottom: 22px; }
.ps-modal__foot { margin-top: 18px; padding-top: 18px; border-top: 1px solid #E8E8E4; text-align: right; }

.ps-contact-grid { display: grid; gap: 14px; }
.ps-contact-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; background: #FAFAF9; border: 1px solid #E8E8E4; border-radius: 10px; }
.ps-contact-ico { font-size: 18px; line-height: 1.3; flex-shrink: 0; }
.ps-contact-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: #A8A49E; font-weight: 600; margin-bottom: 3px; }
.ps-contact-val { font-size: 14.5px; color: #0A0A0A; font-weight: 500; }
a.ps-contact-val { color: #0066FF; }
a.ps-contact-val:hover { text-decoration: underline; }

.ps-form { display: grid; gap: 14px; }
.ps-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 540px) { .ps-form__row { grid-template-columns: 1fr; } }
.ps-field { display: flex; flex-direction: column; gap: 5px; }
.ps-field span { font-size: 12px; font-weight: 500; color: #5A5A5A; }
.ps-field input, .ps-field select, .ps-field textarea {
  font: inherit; font-size: 14px; padding: 10px 12px;
  background: #fff; color: #0A0A0A;
  border: 1px solid #E8E8E4; border-radius: 8px; outline: none; transition: border-color .12s, box-shadow .12s;
}
.ps-field textarea { resize: vertical; min-height: 72px; font-family: inherit; }
.ps-field input:focus, .ps-field select:focus, .ps-field textarea:focus {
  border-color: #0066FF; box-shadow: 0 0 0 3px rgba(0,102,255,0.12);
}
.ps-form__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 8px; flex-wrap: wrap; }
.ps-form__tiny { font-size: 11.5px; color: #A8A49E; line-height: 1.45; max-width: 340px; }

.ps-btn { font-family: 'Sora', system-ui, sans-serif; font-size: 13.5px; font-weight: 500; padding: 10px 20px; border-radius: 8px; border: none; cursor: pointer; transition: all .12s; }
.ps-btn--primary { background: #0066FF; color: #fff; }
.ps-btn--primary:hover { background: #0055DD; transform: translateY(-1px); }

.ps-form__thanks { text-align: center; padding: 10px 0 6px; }
.ps-form__check { width: 56px; height: 56px; border-radius: 50%; background: #F0FDF4; color: #16A34A; font-size: 28px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.ps-form__thanks h4 { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; color: #0A0A0A; margin-bottom: 6px; }
.ps-form__thanks p { font-size: 14px; color: #5A5A5A; line-height: 1.55; }
.ps-form__thanks a { color: #0066FF; font-weight: 500; }

/* ── Why Prosight for India band (hub) ──────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 32px; }
.why { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.why__h { font-family: var(--f-display); font-size: 16.5px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.why__p { font-size: 13px; color: var(--text-2); line-height: 1.55; }
.why__tag { display: inline-block; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 10px; }
