/* ==========================================================
   FONT FIX -- Space Grotesk replaces Syne
   Syne 800 weight = horizontally stretched on all screens
   Space Grotesk 700 = crisp, balanced, premium SaaS look
========================================================== */

/* 1. Override font variable globally */
:root {
  --fh: 'Space Grotesk', sans-serif;
}

/* 2. All heading elements -- enforce no stretch */
h1, h2, h3, h4, h5, h6,
.section-title,
.hero-title,
.step-title,
.feat-detail-title,
.feat-title,
.tool-title,
.price-name,
.team-name,
.cta-box h2,
.page-hero h1,
.integ-hub-name,
.drawer-logo,
.nav-logo,
.fp-val,
.stat-num,
.trust-num,
.isp-num,
.phone-val,
.price-amount,
[class*="heading"] {
  font-family: 'Space Grotesk', sans-serif !important;
  font-stretch: normal;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* 3. Hero title -- specific size tuning */
.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.9rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

/* 4. Section titles */
.section-title {
  font-size: clamp(1.8rem, 3.8vw, 2.9rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* 5. CTA box heading */
.cta-box h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* 6. Page hero h1 (inner pages) */
.page-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

/* 7. Step card title */
.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* 8. Logo mark in navbar */
.logo-mark,
.sol-logo,
.integ-hub-logo {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* 9. Stat numbers -- keep bold but not stretched */
.stat-num,
.trust-num,
.isp-num {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-stretch: normal;
}

/* 10. Price amount */
.price-amount {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* 11. Feature detail title */
.feat-detail-title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.18;
}

/* 12. Pain card headings */
.pain-card h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

/* 13. Drawer logo */
.drawer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* 14. Nav logo */
.nav-logo {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* 15. Phone mockup values */
.phone-val {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
