* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
body.theme-dark { background: #0d0d10; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
:where(h1, h2, h3, h4, h5, h6) strong {
  color: transparent;
  background: var(--heading-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.announcement {
  position: relative; z-index: 50; display: flex; min-height: 34px; align-items: center;
  justify-content: center; padding: 7px 24px; color: white; background: var(--gradient);
  font-size: 13px; font-weight: 700; text-align: center; letter-spacing: -.01em;
}
.announcement:hover { filter: saturate(1.15) brightness(1.04); }

.site-header { position: relative; z-index: 30; color: white; }
.site-header--light { color: var(--ink); background: rgba(255, 255, 255, .9); border-bottom: 1px solid var(--line); }
.site-header__inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-link { display: inline-flex; flex: none; }
.brand-link img { width: 244px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { opacity: .74; transition: opacity .2s ease; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 12px 20px; color: white; border-radius: 999px; background: var(--gradient); box-shadow: 0 8px 24px rgba(220, 64, 111, .2); }
.menu-toggle { display: none; color: currentColor; border: 0; background: transparent; }

.home-hero-wrap { position: relative; color: white; background: #0d0d10; overflow: hidden; }
.product-hero { position: relative; min-height: 720px; overflow: hidden; }
.product-hero::after, .audit-page::after, .final-cta::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 5%, rgba(255,255,255,.035), transparent 42%);
}
.hero-glow, .audit-glow {
  position: absolute; pointer-events: none; border-radius: 50%; filter: blur(64px); opacity: .85;
}
.hero-glow--pink { width: 760px; height: 560px; left: -240px; bottom: -340px; background: rgba(223, 43, 131, .6); }
.hero-glow--amber { width: 680px; height: 560px; right: -300px; bottom: -250px; background: rgba(239, 143, 48, .42); }
.product-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding: 62px 0 0; text-align: center; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #68626a;
  font-size: 12px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase;
}
.eyebrow > span { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--pink); }
.eyebrow--light { color: rgba(255,255,255,.62); }
.eyebrow--light > span { background: var(--mint); box-shadow: 0 0 16px rgba(35, 214, 171, .55); }
.product-hero h1 { max-width: 880px; margin: 0; color: white; font-size: clamp(46px, 5.25vw, 76px); font-weight: 800; letter-spacing: -.055em; line-height: .99; }
.product-hero__lede { max-width: 870px; margin: 28px auto 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.55; }
.hero-audit-form {
  display: grid; grid-template-columns: 1fr 1fr auto; width: min(910px, 100%); margin: 28px auto 0;
  padding: 7px; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 999px;
  background: rgba(255,255,255,.94); box-shadow: 0 18px 60px rgba(0,0,0,.28); backdrop-filter: blur(18px);
}
.hero-audit-form label { min-width: 0; }
.hero-audit-form label + label { border-left: 1px solid #ded9db; }
.hero-audit-form input { width: 100%; height: 50px; padding: 0 18px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.hero-audit-form input::placeholder { color: #777079; }
.hero-audit-form button { min-width: 280px; border: 0; border-radius: 999px; color: white; background: #ee1453; font-weight: 700; cursor: pointer; }
.hero-audit-form button:hover { background: #db0d49; }
.hero-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.hero-chips span, .audit-note {
  display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.78);
  background: rgba(12,12,16,.72); font-size: 12px; box-shadow: 0 7px 24px rgba(0,0,0,.16);
}
.dot { width: 7px; height: 7px; display: inline-block; flex: none; border-radius: 50%; }
.dot--mint { background: var(--mint); box-shadow: 0 0 12px rgba(35,214,171,.6); }
.dot--violet { background: var(--violet); box-shadow: 0 0 12px rgba(137,115,244,.6); }
.dot--amber { background: var(--amber); box-shadow: 0 0 12px rgba(246,184,75,.55); }

.trusted-strip { width: 100%; margin-top: 72px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.08); }
.trusted-strip > p { margin: 0 0 19px; color: rgba(255,255,255,.42); font-size: 11px; text-align: center; }
.trusted-strip__logos { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 34px; }
.trusted-strip__logo { display: flex; min-width: 0; align-items: center; justify-content: center; }
.trusted-strip__logo img { width: auto; max-width: 130px; height: 38px; object-fit: contain; filter: grayscale(1); opacity: .87; }

.section { padding: 108px 0; }
.section--white { background: white; }
.section--soft { background: var(--soft); }
.section--dark { color: white; background: #111014; }
.section-heading { max-width: 780px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .split-section h2, .final-cta h2, .white-proof h2 {
  margin: 0; font-size: clamp(38px, 4.2vw, 62px); font-weight: 800; letter-spacing: -.052em; line-height: 1.03;
}
.section-heading > p:last-child { max-width: 760px; margin: 26px auto 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.benefit-card { min-height: 270px; padding: 32px; border-radius: 18px; }
.benefit-card--rose { background: #faeeee; }
.benefit-card--violet { background: #f0eefc; }
.benefit-card--mint { background: #e9f8f3; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: rgba(255,255,255,.55); font-size: 24px; font-weight: 800; }
.benefit-card h3 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.025em; }
.benefit-card p { margin: 16px 0 0; color: #686069; font-size: 15px; line-height: 1.65; }
.split-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.large-copy p { margin: 0 0 28px; color: #554f56; font-size: clamp(20px, 2.1vw, 28px); line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #d52b65; font-size: 15px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.process-section { position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; width: 600px; height: 500px; right: -260px; bottom: -330px; border-radius: 50%; background: rgba(238,140,76,.2); filter: blur(70px); }
.process-section .section-heading { position: relative; z-index: 1; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.15); }
.process-grid article { min-height: 270px; padding: 34px 28px 0; border-left: 1px solid rgba(255,255,255,.12); }
.process-grid article:first-child { padding-left: 0; border-left: 0; }
.process-grid article > span { color: rgba(255,255,255,.35); font-size: 13px; font-weight: 700; }
.process-grid h3 { margin: 38px 0 0; font-size: 22px; font-weight: 750; letter-spacing: -.02em; }
.process-grid p { margin: 16px 0 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.65; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.case-grid article { padding: 38px; border: 1px solid var(--line); border-radius: 20px; }
.case-grid strong { display: block; font-size: 52px; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.case-grid span { display: block; margin-top: 8px; color: #d72d66; font-size: 14px; font-weight: 700; }
.case-grid p { margin: 28px 0 0; color: var(--muted); line-height: 1.6; }
.final-cta { position: relative; overflow: hidden; color: white; background: #0d0d10; }
.final-cta__inner { position: relative; z-index: 2; display: flex; min-height: 560px; flex-direction: column; align-items: center; justify-content: center; padding: 90px 0; text-align: center; }
.final-cta__inner > img { width: 72px; margin-bottom: 32px; border-radius: 20px; }
.final-cta p:not(.eyebrow) { max-width: 640px; margin: 24px 0 32px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.6; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border-radius: 999px; color: white; font-size: 15px; font-weight: 750; }
.button--gradient { background: var(--gradient); box-shadow: 0 14px 34px rgba(204,62,114,.24); }
.button--gradient:hover { filter: saturate(1.15) brightness(1.04); transform: translateY(-1px); }
.button--large { min-width: 330px; min-height: 60px; font-size: 17px; }

.site-footer { color: white; background: #0c0c0f; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-footer img { width: 210px; }
.site-footer__inner > div { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.56); font-size: 13px; }

/* Dark audit landing */
.audit-page { position: relative; min-height: calc(100vh - 34px); overflow: hidden; color: white; background: #0d0d10; }
.audit-glow--pink { width: 720px; height: 720px; left: -340px; bottom: -360px; background: rgba(211,50,128,.58); }
.audit-glow--amber { width: 660px; height: 650px; right: -300px; top: 150px; background: rgba(225,142,49,.32); }
.audit-shell { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding: 48px 0 0; }
.audit-logo img { width: 250px; }
.audit-heading { max-width: 980px; margin: 60px auto 0; text-align: center; }
.audit-heading h1 { margin: 0; font-size: clamp(40px, 4.5vw, 62px); font-weight: 800; letter-spacing: -.055em; line-height: 1.08; }
.audit-heading p { max-width: 740px; margin: 28px auto 0; color: rgba(255,255,255,.64); font-size: 19px; line-height: 1.5; }
.audit-note { width: min(740px, 100%); margin-top: 30px; justify-content: flex-start; padding: 11px 16px; }
.audit-card { width: min(660px, 100%); margin-top: 22px; padding: 34px 38px 26px; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.form-kicker { margin: 0; color: #6e6770; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.audit-card h2 { margin: 10px 0 20px; font-size: 22px; font-weight: 800; letter-spacing: -.025em; }
.audit-card label { display: block; margin-top: 11px; }
.audit-card input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid transparent; border-radius: 10px; outline: 0; color: var(--ink); background: #f5f4f2; }
.audit-card input:focus { border-color: #df487d; box-shadow: 0 0 0 3px rgba(223,72,125,.12); }
.audit-card button { width: 100%; height: 54px; margin-top: 13px; border: 0; border-radius: 999px; color: white; background: #ed1450; font-weight: 750; cursor: pointer; }
.audit-card button:hover { background: #d90d47; }
.audit-card__microcopy { margin: 14px 0 0; color: #878087; font-size: 12px; text-align: center; }
.form-message { margin: 14px 0 0; padding: 12px 14px; border-radius: 9px; font-size: 13px; line-height: 1.5; text-align: center; }
.form-message.is-success { color: #0a6c57; background: #e7f8f2; }
.form-message.is-error { color: #8f2449; background: #fff0f4; }
.audit-trust-wrap { position: relative; z-index: 2; margin-top: 76px; padding: 0 0 34px; background: rgba(6,6,8,.48); border-top: 1px solid rgba(255,255,255,.08); }
.audit-trust-wrap .trusted-strip { margin-top: 0; padding-top: 34px; border-top: 0; }

/* White VSL landing */
.white-landing { color: var(--ink); background: white; }
.white-minimal-header { display: flex; min-height: 116px; align-items: center; justify-content: center; background: white; border-bottom: 1px solid var(--line); }
.white-minimal-header img { width: 250px; }
.white-hero { padding: 54px 0 110px; text-align: center; background: linear-gradient(180deg, #fff 0%, #fbfaf9 100%); }
.white-hero__inner { display: flex; flex-direction: column; align-items: center; }
.white-hero .eyebrow { justify-content: center; }
.white-hero h1 { max-width: 980px; margin: 0; font-size: clamp(42px, 4.25vw, 60px); font-weight: 800; letter-spacing: -.055em; line-height: 1.05; }
.white-hero__lede { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.video-frame { width: min(940px, 100%); margin: 52px auto 36px; overflow: hidden; border: 1px solid #e1dadd; border-radius: 18px; background: #0d0d10; box-shadow: var(--shadow); }
.video-frame wistia-player { display: block; width: 100%; }
.cta-note { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: #756e76; font-size: 13px; }
.white-proof { padding: 110px 0; border-top: 1px solid var(--line); }
.proof-list { max-width: 950px; margin: 58px auto 0; border-top: 1px solid var(--line); }
.proof-list article { display: grid; grid-template-columns: 1fr 230px; gap: 60px; align-items: center; padding: 45px 0; border-bottom: 1px solid var(--line); }
.proof-list strong { display: block; font-size: 38px; font-weight: 800; letter-spacing: -.04em; }
.proof-list span { display: block; margin-top: 6px; color: #d72d66; font-size: 14px; font-weight: 700; }
.proof-list p { margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.proof-list img { max-width: 190px; max-height: 80px; justify-self: center; object-fit: contain; filter: brightness(0); opacity: .72; }

/* Campaign landing pages */
.lp-page { min-height: 100vh; color: var(--ink); background: white; }
.lp-shell { width: min(960px, calc(100% - 48px)); margin-inline: auto; }
.lp-shell--wide { width: min(1180px, calc(100% - 48px)); }
.lp-header { display: flex; min-height: 112px; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); background: white; }
.lp-header img { width: 220px; }
.lp-hero { padding: 72px 0 104px; text-align: center; background: linear-gradient(180deg, #fff 0%, #fbfaf9 100%); }
.lp-eyebrow { margin: 0 0 22px; color: var(--rose); font-size: 11px; font-weight: 800; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.lp-hero h1 { max-width: 980px; margin: 0 auto; font-size: clamp(44px, 5vw, 70px); font-weight: 800; letter-spacing: -.058em; line-height: 1.02; }
.lp-lede { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: 19px; line-height: 1.58; }
.lp-video { width: min(900px, 100%); margin: 48px auto 0; overflow: hidden; border: 1px solid #dfd9dc; border-radius: 22px; background: #0d0d10; box-shadow: var(--shadow); }
.lp-video wistia-player { display: block; width: 100%; }
.lp-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px; margin-top: 34px; padding: 0 30px; border-radius: 999px; color: white; background: var(--gradient); box-shadow: 0 14px 36px rgba(201,69,127,.24); font-size: 16px; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.lp-button:hover { transform: translateY(-2px); filter: saturate(1.12) brightness(1.04); }
.lp-button--secondary { margin-top: 24px; color: var(--ink); border: 1px solid var(--line); background: white; box-shadow: 0 10px 30px rgba(25,13,20,.08); }
.lp-microcopy { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0 0; color: #746e75; font-size: 13px; }
.lp-form-note { display: flex; width: min(780px, 100%); min-height: 52px; align-items: center; justify-content: center; gap: 9px; margin: 34px auto 0; padding: 13px 18px; border: 1px solid #eadde2; border-radius: 13px; color: #5f5860; background: #fff8fa; font-size: 13px; line-height: 1.5; }
.lp-form-frame { width: min(820px, 100%); margin: 22px auto 0; padding: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.lp-form-slot { min-height: 530px; }
.lp-form-slot .tf-v1-widget, .lp-form-slot iframe { width: 100% !important; height: 530px !important; }
.lp-form-slot iframe { display: block; border: 0; }
.lp-proof { padding: 110px 0; border-top: 1px solid var(--line); background: var(--soft); }
.lp-proof--closing { padding: 88px 0; }
.lp-proof--closing .lp-final-cta { margin-top: 0; }
.lp-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.lp-heading h2, .lp-final-cta h2 { margin: 0; font-size: clamp(40px, 4.5vw, 62px); font-weight: 800; letter-spacing: -.052em; line-height: 1.04; }
.lp-heading > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.lp-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 58px; }
.lp-proof-card { display: flex; min-width: 0; min-height: 390px; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 16px 45px rgba(25,13,20,.055); }
.lp-proof-card > strong { font-size: 38px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.lp-proof-card > span { margin-top: 10px; color: var(--rose); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lp-proof-card p { margin: 24px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.lp-proof-card img { width: auto; max-width: 170px; max-height: 66px; margin: auto auto 0; object-fit: contain; filter: brightness(0); opacity: .74; }
.lp-final-cta { margin-top: 80px; padding: 72px 32px; border-radius: 26px; color: white; background: #101014; text-align: center; box-shadow: var(--shadow-dark); }
.lp-final-cta h2 { max-width: 760px; margin-inline: auto; }
.lp-footer { display: flex; min-height: 250px; flex-direction: column; align-items: center; justify-content: center; padding: 54px 24px; text-align: center; border-top: 1px solid var(--line); background: white; }
.lp-footer > img { width: 180px; }
.lp-footer > div { display: flex; gap: 9px; margin-top: 24px; color: #625c63; font-size: 12px; }
.lp-footer p { max-width: 700px; margin: 20px auto 0; color: #9a949b; font-size: 10px; line-height: 1.55; }

/* Apply / qualification landing */
.apply-page { min-height: 100vh; color: #1a2333; background: #fbfbfc; }
.apply-header { display: flex; min-height: 154px; align-items: center; justify-content: center; background: white; border-bottom: 1px solid #e8e9ed; }
.apply-header img { width: 212px; }
.apply-content { padding: 58px 0 96px; background: linear-gradient(180deg, #fff 0%, #fbfbfc 100%); }
.apply-shell { width: min(760px, calc(100% - 40px)); margin-inline: auto; text-align: center; }
.apply-shell h1 { max-width: 680px; margin: 0 auto; font-size: clamp(38px, 4vw, 52px); font-weight: 800; letter-spacing: -.055em; line-height: 1.06; }
.apply-duration { display: inline-flex; min-height: 48px; align-items: center; gap: 7px; margin: 32px 0 40px; padding: 0 26px; border-radius: 999px; color: white; background: var(--gradient); font-size: 15px; font-weight: 750; box-shadow: 0 12px 30px rgba(201,69,127,.18); }
.apply-form-frame { position: relative; width: 100%; min-height: 640px; padding: 15px 10px 8px; overflow: hidden; border: 1px solid #e1e3e8; border-radius: 16px; background: white; box-shadow: 0 18px 55px rgba(26,35,51,.08); }
.apply-form-frame::before { content: ""; position: absolute; z-index: 1; top: 14px; left: 18px; right: 18px; height: 3px; border-radius: 999px; background: var(--gradient); opacity: .65; }
.apply-form-slot { width: 100%; height: 610px; }
.apply-form-slot iframe { border-radius: 10px; }
.apply-footer { padding: 54px 20px 62px; border-top: 1px solid #e8e9ed; background: white; }
.apply-footer__inner { max-width: 760px; margin-inline: auto; text-align: center; }
.apply-footer img { width: 176px; margin: 0 auto 26px; }
.apply-footer__links { display: flex; justify-content: center; gap: 9px; color: #4f5765; font-size: 12px; }
.apply-footer__links a:hover { color: var(--rose); }
.apply-footer p { max-width: 620px; margin: 22px auto 0; color: #9297a0; font-size: 10px; line-height: 1.55; }

/* Insights */
.insights-page, .article-page { background: white; }
.insights-hero, .article-header { padding: 110px 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.insights-hero h1, .article-header h1 { max-width: 950px; margin: 0; font-size: clamp(52px, 6vw, 86px); font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.insights-hero > div > p:last-child, .article-header .article-shell > p:last-child { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 20px; line-height: 1.6; }
.insights-list .site-shell { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.insights-list article { padding: 34px; border: 1px solid var(--line); border-radius: 18px; }
.insights-list article > p { margin: 0; color: #8b848c; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.insights-list h2 { margin: 22px 0 0; font-size: 30px; font-weight: 800; letter-spacing: -.035em; line-height: 1.15; }
.insights-list article > div { margin: 16px 0 28px; color: var(--muted); line-height: 1.65; }
.article-shell { width: min(760px, calc(100% - 48px)); margin-inline: auto; }
.article-body { padding: 86px 0 100px; color: #3f3940; font-size: 19px; line-height: 1.75; }
.article-body h2 { margin: 58px 0 20px; color: var(--ink); font-size: 36px; line-height: 1.15; letter-spacing: -.04em; }
.article-body p { margin: 0 0 25px; }
.article-body ul { margin: 26px 0; padding-left: 24px; }
.article-cta { padding: 72px 0; background: #111014; color: white; }
.article-cta h2 { margin: 0; font-size: 40px; letter-spacing: -.04em; }
.article-cta p { margin: 16px 0 28px; color: rgba(255,255,255,.6); }
.not-found { min-height: calc(100vh - 100px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 24px; text-align: center; }
.not-found img { width: 80px; margin-bottom: 28px; }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { margin: 0; font-size: clamp(42px, 6vw, 74px); letter-spacing: -.055em; }
.not-found > p:not(.eyebrow) { margin: 20px 0 30px; color: var(--muted); }

@media (max-width: 920px) {
  .lp-proof-grid { grid-template-columns: 1fr; }
  .lp-proof-card { min-height: 0; }
}

@media (max-width: 760px) {
  .lp-shell, .lp-shell--wide { width: min(100% - 32px, 1180px); }
  .lp-header { min-height: 88px; }
  .lp-header img { width: 190px; }
  .lp-hero { padding: 56px 0 76px; }
  .lp-hero h1 { font-size: clamp(39px, 11vw, 50px); overflow-wrap: anywhere; hyphens: auto; }
  .lp-lede { font-size: 16px; }
  .lp-video { margin-top: 38px; border-radius: 16px; }
  .lp-button { width: 100%; min-height: 56px; padding-inline: 20px; }
  .lp-form-note { align-items: flex-start; text-align: left; }
  .lp-form-frame { padding: 8px; border-radius: 16px; }
  .lp-form-slot { min-height: 580px; }
  .lp-form-slot .tf-v1-widget, .lp-form-slot iframe { height: 580px !important; }
  .lp-proof { padding: 78px 0; }
  .lp-heading { text-align: left; }
  .lp-heading h2, .lp-final-cta h2 { font-size: 40px; overflow-wrap: anywhere; hyphens: auto; }
  .lp-heading > p:last-child { margin-left: 0; }
  .lp-final-cta { margin-top: 54px; padding: 54px 22px; }
}

@media (max-width: 980px) {
  .site-nav { gap: 20px; }
  .brand-link img { width: 210px; }
  .hero-audit-form { grid-template-columns: 1fr 1fr; border-radius: 24px; }
  .hero-audit-form button { grid-column: 1 / -1; min-height: 50px; margin-top: 7px; }
  .trusted-strip__logos { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .benefit-grid, .case-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .split-section { grid-template-columns: 1fr; gap: 42px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .audit-heading { margin-top: 44px; }
}

@media (max-width: 720px) {
  .site-shell, .article-shell { width: min(100% - 32px, 1180px); }
  .announcement { min-height: 42px; font-size: 11px; }
  .site-header__inner { min-height: 78px; }
  .brand-link img { width: 178px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; width: 40px; height: 40px; place-content: center; border: 1px solid currentColor; border-radius: 50%; opacity: .82; }
  .menu-toggle > span:not(.sr-only) { width: 16px; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 68px; right: 16px; display: none; width: min(280px, calc(100vw - 32px)); flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border-radius: 16px; color: var(--ink); background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 15px; }
  .site-nav .nav-cta { margin-top: 6px; color: white; text-align: center; }
  .product-hero { min-height: 0; }
  .product-hero__content { padding-top: 50px; }
  .product-hero h1 { font-size: 47px; }
  .product-hero__lede { font-size: 16px; }
  .hero-audit-form { grid-template-columns: 1fr; padding: 7px; border-radius: 18px; }
  .hero-audit-form label + label { border-top: 1px solid #ded9db; border-left: 0; }
  .hero-audit-form button { grid-column: auto; min-width: 0; min-height: 52px; }
  .hero-chips { align-items: center; flex-direction: column; }
  .trusted-strip { margin-top: 52px; }
  .trusted-strip__logos { grid-template-columns: repeat(2, 1fr); gap: 25px; }
  .section { padding: 76px 0; }
  .section-heading h2, .split-section h2, .final-cta h2, .white-proof h2 { font-size: 40px; }
  .benefit-grid { margin-top: 38px; }
  .benefit-card { padding: 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:nth-child(3) { min-height: 0; padding: 30px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid h3 { margin-top: 20px; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; padding: 40px 0; }
  .site-footer__inner > div { align-items: flex-start; flex-direction: column; gap: 12px; }
  .audit-shell { padding-top: 36px; }
  .audit-logo img { width: 210px; }
  .audit-heading { margin-top: 42px; }
  .audit-heading h1 { font-size: 38px; }
  .audit-heading p { font-size: 16px; }
  .audit-note { align-items: flex-start; border-radius: 14px; line-height: 1.5; }
  .audit-card { padding: 28px 20px 22px; }
  .audit-trust-wrap { margin-top: 52px; }
  .white-hero { padding: 68px 0 78px; }
  .white-minimal-header { min-height: 90px; }
  .white-minimal-header img { width: 210px; }
  .white-hero { padding-top: 48px; }
  .white-hero h1 { font-size: 42px; }
  .video-frame { margin-top: 38px; border-radius: 12px; }
  .button--large { width: 100%; min-width: 0; }
  .proof-list article { grid-template-columns: 1fr; gap: 26px; padding: 36px 0; }
  .proof-list img { justify-self: start; }
  .apply-header { min-height: 104px; }
  .apply-header img { width: 184px; }
  .apply-content { padding: 48px 0 68px; }
  .apply-shell { width: min(100% - 24px, 760px); }
  .apply-shell h1 { font-size: 39px; }
  .apply-duration { margin: 26px 0 32px; }
  .apply-form-frame { min-height: 660px; padding-inline: 4px; border-radius: 12px; }
  .apply-form-slot { height: 630px; }
  .insights-hero, .article-header { padding: 76px 0; }
  .insights-hero h1, .article-header h1 { font-size: 50px; }
  .insights-list .site-shell { grid-template-columns: 1fr; }
  .article-body { padding: 58px 0 76px; font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
