/* SettleHQ landing — .shq-lp scope; .shq-* classes avoid collisions with theme/plugins. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@1,400;1,500;1,600&display=swap");
.shq-lp, .shq-lp *, .shq-lp *::before, .shq-lp *::after {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-ExtraBold.eot');
  src: url('../fonts/Spartan-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Spartan-ExtraBold.woff2') format('woff2'), url('../fonts/Spartan-ExtraBold.woff') format('woff'), url('../fonts/Spartan-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-SemiBold.eot');
  src: url('../fonts/Spartan-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Spartan-SemiBold.woff2') format('woff2'), url('../fonts/Spartan-SemiBold.woff') format('woff'), url('../fonts/Spartan-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --navy: #08123D;
  --navy-deep: #08123D;
  --navy-soft: #243A5C;
  --teal: #59C0AB;
  --teal-dark: #006B60;
  --teal-light: #59C0AB;
  --teal-pale: #E6F4F2;
  --gold: #59c0ab;
  --gold-light: #59c0ab;
  --gold-pale: #FBF1DC;
  --offwhite: #F8F9FA;
  --slate: #444444;
  --muted: #6B7785;
  --line: #E2E7EE;
  --line-soft: #EFF2F6;
  --paper: #FFFFFF;
  --green: #16A34A;
  --red: #DC2626;
  --warm: #FAF7F2;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --accent: 'Playfair Display', Georgia, serif;
  --container: 1180px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 22px;
  --shadow-sm: 0 1px 2px rgba(27, 46, 75, 0.05), 0 2px 6px rgba(27, 46, 75, 0.04);
  --shadow-md: 0 4px 14px rgba(27, 46, 75, 0.07), 0 12px 32px rgba(27, 46, 75, 0.08);
  --shadow-lg: 0 8px 24px rgba(27, 46, 75, 0.10), 0 24px 64px rgba(27, 46, 75, 0.12);
  --shadow-card: 0 30px 80px rgba(0, 0, 0, 0.30);
  --shadow-teal: 0 6px 20px rgba(0, 137, 123, 0.25);
}
html {
  scroll-behavior: smooth;
}
.shq-lp {
  font-family: var(--sans);
  color: var(--slate);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
#exitOverlay button.shq-exit-close {
    background: #59C0AB;
    color: #000;
}
.shq-lp img {
  max-width: 100%;
  display: block;
}
.shq-lp a {
  color: inherit;
  text-decoration: none;
}
.shq-lp button {

  cursor: pointer;
  border: none;
  background: none;
}
/* ─── REUSABLE TYPOGRAPHY ─────────────────────────── */
.shq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 15px;
 font-weight: 400;
  letter-spacing: 3.25px;
  color: var(--teal);
  text-transform: uppercase;
}
.shq-eyebrow.shq-gold {
  color: #59c0ab;
}
.shq-eyebrow.shq-white {
  color: var(--teal-light);
}
.shq-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: currentColor;
}
.shq-section-title {
  font-family: 'Spartan';
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -1.8px;
  color: var(--navy);
  margin-top: 16px;
  margin-bottom: 18px;
}
.shq-section-title .shq-it {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: var(--teal);
}
.shq-section-title .shq-gold-it {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
}
.shq-section-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--slate);
  max-width: 640px;
}
/* ════════════════════════════════════════════════════════
   HERO
   Rich, layered, animated. Two-column with quiz right.
   ════════════════════════════════════════════════════════ */
.shq-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  /*  padding: 64px 0 96px;*/
}
.shq-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 800px 500px at 100% 0%, rgba(0, 137, 123, 0.18), transparent 60%), radial-gradient(ellipse 600px 400px at 0% 100%, rgba(200, 146, 42, 0.10), transparent 60%);
  pointer-events: none;
}
/* House pattern decorative */
.shq-hero::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -100px;
  width: 600px;
  height: 800px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><path d='M30 130 L100 60 L170 130 V180 H30 V130 Z M30 180 H170' fill='none' stroke='%2300897B' stroke-width='1.2' opacity='0.15'/></svg>");
  background-size: 200px 200px;
  background-repeat: repeat;
  opacity: 0.5;
  pointer-events: none;
  transform: rotate(-2deg);
}
.shq-hero-inner {
  position: relative;
  z-index: 2;
/*  max-width: var(--container);*/
  margin: 0 auto;
/*  padding: 0 28px;*/
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
/* Hero left */
.shq-h-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 12px;
  background: rgba(0, 137, 123, 0.18);
  border: 1px solid rgba(0, 137, 123, 0.32);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;

  letter-spacing: 1.8px;
  color: var(--teal-light);
  text-transform: uppercase;
  margin-bottom: 26px;
  animation: fadeUp .6s ease both;
}
.shq-h-eyebrow .shq-pulse {
  width: 7px;
  height: 7px;
  background: var(--teal-light);
  border-radius: 50%;
  animation: dotPulse 2.4s infinite;
}
@keyframes dotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 175, 161, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(42, 175, 161, 0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.shq-h-title {
  font-family: 'Spartan';
  font-weight: bold;
  font-size: clamp(48px, 5.4vw, 75px);
  line-height: 0.96;
  letter-spacing: -2.6px;
  color: white;
  margin-bottom: 24px;
  animation: fadeUp .7s ease .1s both;
}
.shq-h-title .shq-accent {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: var(--teal-light);
  display: block;
  letter-spacing: -2px;
  margin-top: 4px;
}
.shq-h-lead {
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 28px;
  max-width: 540px;
  animation: fadeUp .7s ease .2s both;
}
.shq-h-lead strong {
  color: white;
  font-weight: 600;
  background: linear-gradient(180deg, transparent 60%, rgba(200, 146, 42, 0.50) 60%);
  padding: 0 2px;
}
.shq-h-checks {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 32px;
  justify-content: start;
  max-width: 540px;
  margin-bottom: 32px;
  animation: fadeUp .7s ease .3s both;
}
.shq-h-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}
.shq-h-check-tick {
  width: 22px;
  height: 22px;
  background: rgba(0, 137, 123, 0.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal-light);
  flex-shrink: 0;
}
/* Hero proof row */
.shq-h-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  animation: fadeUp .7s ease .4s both;
}
.shq-h-proof-stack {
  display: flex;
}
.shq-h-proof-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid var(--navy);
  margin-left: -10px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 700;
  font-size: 12.5px;
  font-family: var(--sans);
}
.shq-h-proof-avatar:first-child {
  margin-left: 0;
}
.shq-h-proof-avatar.shq-a1 {
  background: linear-gradient(135deg, #00B59C, #00897B);
}
.shq-h-proof-avatar.shq-a2 {
  background: linear-gradient(135deg, #2A4470, #1B2E4B);
}
.shq-h-proof-avatar.shq-a3 {
  background: linear-gradient(135deg, #D9A648, #C8922A);
}
.shq-h-proof-avatar.shq-a4 {
  background: linear-gradient(135deg, #6B7785, #444);
}
.shq-h-proof-text {
  font-size: 13.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}
.shq-h-proof-stars {
  color: var(--gold);
  letter-spacing: 1.5px;
  font-size: 14px;
}
.shq-h-proof-stars-text {
  color: white;
  font-weight: 600;
}
/* ════════════════════════════════════════════════════════
   QUIZ CARD — with example match preview behind it
   ════════════════════════════════════════════════════════ */
.shq-quiz-wrap {
  position: relative;
  animation: fadeUp .8s ease .15s both;
}
/* Decorative match cards stacked behind the quiz, peeking out */
.shq-quiz-decoration {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.shq-qd-card-1 {
  top: -16px;
  right: -42px;
  width: 200px;
  background: white;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  transform: rotate(4deg);
  opacity: 0.94;
}
.shq-qd-card-2 {
  bottom: -20px;
  left: -36px;
  width: 180px;
  background: white;
  border-radius: 12px;
  padding: 11px 13px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  transform: rotate(-5deg);
  opacity: 0.88;
}
.shq-qd-card-mini-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.shq-qd-card-logo {
  width: 36px;
  height: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  display: grid;
  place-items: center;
  padding: 2px;
  flex-shrink: 0;
}
.shq-qd-card-logo img {
  max-height: 16px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.shq-qd-card-name {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--navy);
}
.shq-qd-card-stars {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.5px;
}
.shq-qd-card-meta {
  font-size: 10px;
  color: var(--muted);
  font-weight: 500;
}
.shq-qd-card-fee {
  font-family: var(--sans);
  font-weight: 700;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.shq-quiz {
  position: relative;
  z-index: 2;
  background: white;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-card);
}
.shq-quiz-pill {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #59c0ab;
  color: white;
  font-family: var(--sans);
  font-size:12px;
/*  font-weight: 800;*/
  letter-spacing: 1.6px;
  padding: 11px 24px;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(200, 146, 42, 0.40);
  z-index: 3;
}
.shq-quiz-pill .shq-gift {
  margin-right: 6px;
}
.shq-quiz-inner {
  padding: 38px 32px 28px;
  border-radius: var(--r-xl);
}
.shq-quiz-headline {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.4px;
  margin-bottom: 6px;
  line-height: 1.25;
}
.shq-quiz-headline .shq-it {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: var(--teal);
}
.shq-quiz-subhead {
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.5;
}
.shq-quiz-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.shq-quiz-bar .shq-seg {
  flex: 1;
  height: 4px;
  background: var(--line);
  border-radius: 999px;
  transition: background .25s, box-shadow .25s;
}
.shq-quiz-bar .shq-seg.shq-done {
  background: var(--teal);
}
.shq-quiz-bar .shq-seg.shq-active {
  background: var(--teal);
  /*  box-shadow: 0 0 12px rgba(0,137,123,0.6);*/
}
.shq-quiz-step-meta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}
.shq-quiz-step-meta .shq-num {
  color: var(--teal);
}
.shq-quiz-q {
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.4px;
  margin-bottom: 18px;
  line-height: 1.25;
}
.shq-quiz-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.shq-quiz-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: white;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  text-align: left;
  width: 100%;
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  transition: all .15s ease;
  line-height: 1.3;
  position: relative;
}
.shq-quiz-opt::after {
  content: '→';
  position: absolute;
  right: 16px;
  color: var(--teal);
  font-weight: 700;
  opacity: 0;
  transform: translateX(-6px);
  transition: all .15s ease;
}
.shq-quiz-opt:hover {
  border-color: var(--teal);
  background: var(--teal-pale);
  transform: translateY(-1px);
}
.shq-quiz-opt:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.shq-quiz-opt-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: var(--teal-pale);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  color: var(--teal);
}
.shq-quiz-opt-text {
    flex: 1;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 600;
}
.shq-quiz-opt-text small {
  display: block;
  font-size: 12px;
  font-weight: 400;
 
  margin-top: 2px;
}
.shq-quiz-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.shq-quiz-grid-2 .shq-quiz-opt::after {
  display: none;
}
.shq-quiz-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: var(--sans);
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: white;
  color: var(--navy);
  transition: border .15s ease, box-shadow .15s ease;
  margin-bottom: 10px;
}
.shq-quiz-input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px var(--teal-pale);
}
.shq-quiz-input::placeholder {
  color: var(--muted);
}
.shq-quiz-input.shq-error {
  border-color: var(--red);
}
.shq-quiz-cta {
    width: 100%;
    padding: 12px 24px;
    background: #59c0ab !important;
    color: white;
    border-radius: 50px;
    font-family: var(--sans);
    font-size: 15px !important;
    font-weight: 700;
    letter-spacing: -0.1px;
    transition: all .15s ease;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* box-shadow: var(--shadow-teal); */
    margin-bottom: 10px;
}
.shq-quiz-cta:hover {
  background: #08123d;
  transform: translateY(-1px);
/*  box-shadow: 0 12px 30px rgba(0, 137, 123, 0.4);*/
}
.shq-quiz-cta .shq-arrow {
  transition: transform .15s;
}
.shq-quiz-cta:hover .shq-arrow {
  transform: translateX(3px);
}
.shq-quiz-fineprint {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}
.shq-lp-bridge > .shq-quiz-fineprint {
  margin-top: 0;
}
.shq-quiz-fineprint a {
  color: var(--teal);
  text-decoration: underline;
}
.shq-quiz-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
   font-size: 14px !important;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 14px;
  transition: color .15s;
}
.shq-quiz-back:hover {
  color: var(--teal);
}
.shq-quiz-step {
  display: none;
}
.shq-quiz-step.shq-active {
  display: block;
  animation: stepFade .3s ease;
}
@keyframes stepFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.shq-quiz-phone-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.shq-quiz-phone-row .shq-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--muted);
  cursor: pointer;
}
.shq-quiz-phone-row .shq-label input {
  accent-color: var(--teal);
  cursor: pointer;
}
/* ════════════════════════════════════════════════════════
   PARTNER STRIP — subdued "featured partners" treatment
   Logos appear as a representative sample, not a complete roster.
   ════════════════════════════════════════════════════════ */
.shq-partners {
  background: white;
  /*  padding: 28px 0;*/
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.shq-partners-inner {

  margin: 0 auto;
 
}
.shq-partners-eyebrow {
  text-align: center;
  font-family: 'Spartan';
  /*  font-family: var(--sans);*/
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.2px;
  color: #08123D;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.shq-partners-eyebrow::before, .shq-partners-eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: #08123D;
}
.shq-partners-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  flex-wrap: wrap;
  opacity: 0.85;
}
.shq-partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: transparent;
    border: none;
    transition: opacity .25s;
    min-width: 0;
    height: 92px;
    flex: 0 1 auto;
    max-width: 265px;
}
a.shq-partner-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.shq-partner-card:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
  border-radius: 4px;
}
.shq-partner-card img {
/*  max-height: 50px;*/
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter .25s, opacity .25s;
}
.shq-partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
/* ════════════════════════════════════════════════════════
   THE WA REALITY — tension/consequence section
   ════════════════════════════════════════════════════════ */
.shq-reality {
  background: var(--navy);
  color: white;
  /*  padding: 110px 0;*/
  position: relative;
  overflow: hidden;
}
.shq-reality::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><path d='M30 120 L90 60 L150 120 V160 H30 V120 Z M30 160 H150' fill='none' stroke='%23C8922A' stroke-width='1.2' opacity='0.20'/></svg>");
  background-size: 180px 180px;
  background-repeat: repeat;
  opacity: 0.6;
  pointer-events: none;
}
.shq-reality-inner {
  position: relative;
  z-index: 2;
/*  max-width: var(--container);*/
  margin: 0 auto;
/*  padding: 0 28px;*/
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.shq-reality-title {
  /*  font-family: var(--sans);*/
  font-size: clamp(38px, 4vw, 60px);
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -2px;
  color: white;
  margin: 16px 0 28px;
}
.shq-reality-title .shq-gold-it {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: #59c0ab;
}
.shq-reality-body {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
}
.shq-reality-body p {
  margin-bottom: 16px;
}
.shq-reality-body strong {
  color: white;
  font-weight: 600;
}
.shq-reality-body em {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}
/* Stat card */
.shq-reality-stat {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(200, 146, 42, 0.10) 0%, rgba(0, 137, 123, 0.06) 100%), var(--navy-deep);
  overflow: hidden;
  border: 1px solid rgba(200, 146, 42, 0.18);
}
.shq-reality-stat::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'><path d='M20 100 L70 50 L120 100 V130 H20 V100 Z M20 130 H120' fill='none' stroke='%23C8922A' stroke-width='1.5' opacity='0.30'/></svg>");
  background-size: 140px 140px;
  background-repeat: repeat;
}
.shq-reality-stat-eyebrow {
  position: absolute;
  top: 32px;
  left: 32px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #59c0ab;
  text-transform: uppercase;
}
.shq-reality-stat-content {
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 36px;
}
.shq-reality-stat-num {
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(120px, 12vw, 168px);
  line-height: 0.85;
  color: #59c0ab;
  letter-spacing: -8px;
  font-variant-numeric: tabular-nums;
}
.shq-reality-stat-label {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 38px);
  color: white;
  letter-spacing: -0.5px;
  margin-top: 8px;
  line-height: 1.05;
}
.shq-reality-stat-meta {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 18px;
  line-height: 1.5;
}
/* ════════════════════════════════════════════════════════
   WHAT YOU GET — preview of the match email
   ════════════════════════════════════════════════════════ */
.shq-outcome {
  background: var(--warm);
  position: relative;
  overflow: hidden;
}
.shq-outcome::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0, 137, 123, 0.08), transparent 70%);
}
.shq-outcome-inner {
/*  max-width: var(--container);*/
  margin: 0 auto;
/*  padding: 0 28px;*/
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.shq-outcome-text {}
.shq-outcome-list {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 0;
}
.shq-outcome-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.shq-outcome-list-icon {
  width: 32px;
  height: 32px;
  background: var(--teal-pale);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  flex-shrink: 0;
}
.shq-outcome-list-text {
  font-size: 15.5px;
  color: var(--slate);
  line-height: 1.5;
}
.shq-outcome-list-text strong {
  color: var(--navy);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}
/* Match preview — the showpiece */
.shq-match-preview {
  position: relative;
  background: white;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.shq-mp-header {
  background: var(--navy);
  color: white;
  padding: 16px 22px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.shq-mp-header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 10px;
  border-radius: 6px;
}
.shq-mp-header-logo img {
  height: 18px;
  width: auto;
  display: block;
}
.shq-mp-header-text {
  flex: 1;
  line-height: 1.3;
}
.shq-mp-header-eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-light);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.shq-mp-header-subject {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-top: 2px;
  letter-spacing: -0.1px;
}
.shq-mp-header-step {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.shq-mp-body {
  padding: 24px 22px;
}
.shq-mp-greeting {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.shq-mp-intro {
  font-size: 13px;
  color: var(--slate);
  margin-bottom: 18px;
  line-height: 1.5;
}
.shq-mp-firms {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shq-mp-firm {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: white;
  transition: all .25s;
  position: relative;
}
.shq-mp-firm.shq-top {
  border-color: var(--teal);
  background: var(--teal-pale);
  box-shadow: 0 4px 16px rgba(0, 137, 123, 0.10);
}
.shq-mp-firm.shq-top::before {
  content: 'Top match';
  position: absolute;
  top: -9px;
  right: 12px;
  background: var(--gold);
  color: white;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}
.shq-mp-firm-mark {
  width: 56px;
  height: 38px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  padding: 4px;
}
.shq-mp-firm.shq-top .shq-mp-firm-mark {
  background: white;
  border-color: rgba(0, 137, 123, 0.3);
}
.shq-mp-firm-mark img {
  max-height: 26px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.shq-mp-firm-info {
  flex: 1;
  min-width: 0;
}
.shq-mp-firm-name {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.shq-mp-firm-spec {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
  line-height: 1.3;
}
.shq-mp-firm-stars {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-top: 3px;
}
.shq-mp-firm-fee {
  text-align: right;
  flex-shrink: 0;
}
.shq-mp-firm-fee-action {
  font-family: var(--sans);
  font-size: 12px;
 
  color: var(--teal);
  letter-spacing: 0.2px;
  white-space: nowrap;
  padding: 8px 15px;
  background: var(--teal-pale);
  border-radius: 50px;
}
a.shq-mp-firm-fee-action {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a.shq-mp-firm-fee-action:hover {
  filter: brightness(0.95);
}
.shq-mp-firm.shq-top .shq-mp-firm-fee-action {
  background: var(--teal);
  color: white;
}
.shq-mp-cta-row {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}
.shq-mp-cta-row strong {
  color: var(--teal);
  font-weight: 700;
}
.shq-mp-corner-tag {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--gold);
  color: white;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  padding: 8px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  transform: rotate(-3deg);
  box-shadow: 0 6px 18px rgba(200, 146, 42, 0.4);
  z-index: 3;
}
/* ════════════════════════════════════════════════════════
   HOW IT WORKS — 3 step process
   ════════════════════════════════════════════════════════ */
.shq-how {
  background: white;
  /*  padding: 110px 0;*/
}
.shq-how-inner {
/*  max-width: var(--container);*/
  margin: 0 auto;
/*  padding: 0 28px;*/
}
.shq-how-header {
  max-width: 760px;
  margin-bottom: 64px;
}
.shq-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.shq-how-grid::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 0;
  right: 14%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, var(--line) 0, var(--line) 6px, transparent 6px, transparent 12px);
  z-index: 0;
}
.shq-how-step {
  position: relative;
  z-index: 2;
}
.shq-how-num {
  width: 76px;
  height: 76px;
  background: white;
  border: 2px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  position: relative;
  transition: all .25s;
}
.shq-how-step:hover .shq-how-num {
  border-color: var(--teal);
  box-shadow: var(--shadow-md);
}
.shq-how-num-inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--teal-pale);
  display: grid;
  place-items: center;
  color: var(--teal);
}
.shq-how-num-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 28px;
  height: 28px;
  background: var(--navy);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 13px;
  border: 3px solid white;
}
.shq-how-step-title {

  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.shq-how-step-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--slate);
  margin-bottom: 14px;
}
.shq-how-step-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--offwhite);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--slate);
}
.shq-how-step-meta-icon {
  color: var(--teal);
}
/* ════════════════════════════════════════════════════════
   TESTIMONIALS
   ════════════════════════════════════════════════════════ */
.shq-testimonials {
  background: var(--navy);
  color: white;
  /*  padding: 110px 0;*/
  position: relative;
  overflow: hidden;
}
.shq-testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 0%, rgba(0, 137, 123, 0.14), transparent 50%), radial-gradient(circle at 85% 100%, rgba(200, 146, 42, 0.12), transparent 50%);
}
.shq-t-inner {
  position: relative;
  z-index: 2;
/*  max-width: var(--container);*/
  margin: 0 auto;
/*  padding: 0 28px;*/
}
.shq-t-header {
  max-width: 760px;
  margin-bottom: 56px;
}
.shq-t-header .shq-section-title {
  color: white;
}
.shq-t-header .shq-section-title .shq-it {
  color: #59c0ab;
}
.shq-t-header .shq-section-lead {
  color: rgba(255, 255, 255, 0.72);
}
.shq-t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.shq-t-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.shq-t-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--teal-light);
  border-radius: 0 0 4px 0;
}
.shq-t-card.shq-gold::before {
  background: var(--gold);
}
.shq-t-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 137, 123, 0.4);
  transform: translateY(-3px);
}
.shq-t-mark {
  font-family: var(--accent);
  font-style: italic;
  font-size: 56px;
  line-height: 0.5;
  color: var(--teal-light);
  font-weight: 600;
  height: 22px;
  margin-bottom: 18px;
}
.shq-t-card.shq-gold .shq-t-mark {
  color: var(--gold);
}
.shq-t-stars {
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.shq-t-text {
  font-family: var(--accent);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: white;
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}
.shq-t-text em {
  font-weight: 500;
  color: #59c0ab;
  font-style: italic;
}
.shq-t-card.shq-gold .shq-t-text em {
  color: var(--teal-light);
}
.shq-t-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.shq-t-author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-light), var(--teal-dark));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 700;
  font-size: 13px;
  font-family: var(--sans);
}
.shq-t-card.shq-gold .shq-t-author-avatar {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}
.shq-t-author-info {
  flex: 1;
}
.shq-t-author-name {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.1px;
}
.shq-t-author-meta {
  font-family: var(--sans);
  font-style: normal;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}
/* ════════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════════ */
.shq-faq {
  background: var(--offwhite);
  /*  padding: 110px 0;*/
}
.shq-faq-inner {
/*  max-width: var(--container);*/
  margin: 0 auto;
/*  padding: 0 28px;*/
}
.shq-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.shq-faq-side .shq-section-title {
/*  font-size: clamp(30px, 3.6vw, 44px);*/
}
.shq-faq-side-cta {
  margin-top: 32px;
  padding: 24px 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 16px;
}
.shq-faq-side-cta-icon {
  width: 44px;
  height: 44px;
  background: var(--teal-pale);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--teal);
  flex-shrink: 0;
}
.shq-faq-side-cta-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.45;
  color: var(--slate);
}
.shq-faq-side-cta-text strong {
  color: var(--navy);
  font-weight: 700;
  display: block;
  font-size: 14.5px;
  margin-bottom: 2px;
}
.shq-faq-side-cta-text a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: underline;
}
.shq-faq-list {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.shq-faq-item {
  border-bottom: 1px solid var(--line);
}
.shq-faq-item:last-child {
  border-bottom: none;
}
.shq-faq-q {
  width: 100%;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700 !important;
  color: var(--navy);
  letter-spacing: -0.3px;
  line-height: 1.35;
  cursor: pointer;
	font-family: 'Spartan';
  transition: background .15s;
}
.shq-faq-q:hover {
  background: var(--offwhite);
}
.shq-faq-q-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: 1.5px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--slate);
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    transition: all .2s ease;
}
.shq-faq-item.shq-open .shq-faq-q-icon {
  background: var(--teal);
  color: white;
  border-color: var(--teal);
  transform: rotate(45deg);
}
.shq-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.shq-faq-item.shq-open .shq-faq-a {
  max-height: 320px;
}
.shq-faq-a-inner {
  padding: 0 26px 22px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--slate);
}
.shq-faq-a-inner strong {
  color: var(--navy);
  font-weight: 700;
}
/* ════════════════════════════════════════════════════════
   FINAL CTA
   ════════════════════════════════════════════════════════ */
.shq-final {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: white;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.shq-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 700px 350px at 50% 0%, rgba(0, 137, 123, 0.20), transparent 60%), radial-gradient(ellipse 500px 250px at 50% 100%, rgba(200, 146, 42, 0.12), transparent 60%);
}
.shq-final::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><path d='M30 130 L100 60 L170 130 V180 H30 V130 Z' fill='none' stroke='%2300897B' stroke-width='1' opacity='0.10'/></svg>");
  background-size: 240px 240px;
  background-position: center;
  opacity: 0.4;
}
.shq-final-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
}
.shq-final-eyebrow {
  font-family: var(--sans);
  font-size: 14px;

  letter-spacing: 5.25px;
  color: #59c0ab;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.shq-final h2 {
  font-family: var(--sans);
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -2.4px;
  color: white;
  margin-bottom: 22px;
}
.shq-final h2 .shq-accent {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: var(--teal-light);
}
.shq-final-lead {
  font-family: var(--accent);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 36px;
  letter-spacing: -0.2px;
}
.shq-final-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: var(--teal);
  color: white;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  transition: all .15s ease;
	position:relative;
	    overflow: hidden;
    z-index: 1;
    transition: transform 0.2s ease;
}


/*
.shq-final-btn:hover::before {
    left: 0;
}
.shq-final-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #59C0AB;
    transition: left 0.4s ease;
    z-index: -1;
}
*/
.shq-final-btn:hover {
  background: var(--teal);
 color:#fff;
  box-shadow: none !important;
}
.shq-final-btn .shq-arrow {
  transition: transform .15s ease;
}
.shq-final-btn:hover .shq-arrow {
  transform: translateX(4px);
}
.shq-final-fineprint {
  margin-top: 26px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.shq-final-fineprint span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.shq-final-fineprint .shq-f-tick {
  color: var(--teal-light);
}
/* ════════════════════════════════════════════════════════
   STICKY MOBILE CTA
   ════════════════════════════════════════════════════════ */
.shq-sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 12px 16px 16px;
  background: white;
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 16px rgba(27, 46, 75, 0.08);
}
.shq-sticky-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background: var(--teal);
  color: white;
  border-radius: 12px;
  font-family: var(--sans);
  font-size: 15.5px;
  font-weight: 700;
}
.shq-sticky-mobile-sub {
  text-align: center;
  margin-top: 6px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}
/* ════════════════════════════════════════════════════════
   EXIT-INTENT MODAL
   ════════════════════════════════════════════════════════ */
.shq-exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 35, 57, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.shq-exit-overlay.shq-show {
  display: flex;
  animation: fadeOverlay .25s ease;
}
@keyframes fadeOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shq-exit-modal {
  background: white;
  border-radius: var(--r-xl);
  max-width: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
  animation: liftUp .35s cubic-bezier(.4, 0, .2, 1);
  box-shadow: var(--shadow-card);
}
@keyframes liftUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.shq-exit-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: var(--offwhite);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--slate);
  z-index: 2;
}
.shq-exit-close:hover {
  background: var(--line);
  color: var(--navy);
}
.shq-exit-banner {
  background: #08123D;
  color: white;
  padding: 32px 36px 28px;
  position: relative;
  overflow: hidden;
}
.shq-exit-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 400px 200px at 100% 50%, rgba(200, 146, 42, 0.20), transparent 60%);
}
.shq-exit-banner-eyebrow {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #59C0AB;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    padding: 17px 22px;
    color: #231F20 !important;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: none !important;
    margin-bottom: 0px;
    font-weight: 300;
    border-radius: 10px;
    outline: none;
    border: 1px solid #929292 !important;
}
#gform_submit_button_6 {
    background: #08123d !important;
    padding: 15px 40px !important;
    border-radius: 40px !important;
    font-size: 15px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 500 !important;
    display: inline-block !important;
    outline: none !important;
    border: none !important;
    line-height: normal !important;
    height: auto !important;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.shq-exit-banner-title {
  position: relative;
  z-index: 2;
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.8px;
  line-height: 1.15;
}
.shq-exit-banner-title .shq-it {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  color: var(--teal-light);
}
.shq-exit-body {
  padding: 28px 36px 32px;
}
.shq-exit-body p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--slate);
  margin-bottom: 18px;
}
.shq-exit-body .shq-checklist {
  list-style: none;
  margin-bottom: 22px;
}
.shq-exit-body .shq-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--slate);
  margin-bottom: 8px;
}
.shq-exit-body .shq-checklist .shq-tick {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 3px;
}
.shq-exit-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shq-exit-input {
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
  font-family: var(--sans);
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: white;
  color: var(--navy);
}
.shq-exit-input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px var(--teal-pale);
}
.shq-exit-cta {
  padding: 14px 20px;
  background: var(--navy);
  color: white;
  border-radius: var(--r-md);
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 700;
}
.shq-exit-cta:hover {
  background: var(--navy-soft);
}
.shq-exit-fineprint {
  font-size: 11.5px;
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}
/* ════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .shq-hero {
    padding: 48px 0 72px;
  }
  .shq-hero-inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .shq-quiz-wrap {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
  .shq-qd-card-1, .shq-qd-card-2 {
    display: none;
  }
  .shq-reality-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .shq-reality-stat {
    aspect-ratio: 16/9;
  }
  .shq-reality-stat-num {
    font-size: 96px;
  }
  .shq-reality::before {
    display: none;
  }
  .shq-outcome-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .shq-how-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .shq-how-grid::before {
    display: none;
  }
  .shq-t-grid {
    grid-template-columns: 1fr;
  }
  .shq-faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .shq-reality, .shq-outcome, .shq-how, .shq-testimonials, .shq-faq, .shq-final {
    padding: 80px 0;
  }
  .shq-partners-row {
    gap: 16px;
  }
  .shq-partner-card {
    min-width: 0;
  }
	.shq-partner-card {
    height: 78px;
    max-width: 180px;
}
}

@media (min-width: 1200px) {
.partners-logoslider .slick-prev {
    left: -45px !important;
}

}

@media (max-width: 640px) {
  .shq-hero-inner {
   padding-left: 10px;
    padding-right: 10px;
    gap: 48px;
  }
  .shq-h-title {
    letter-spacing: -1.6px;
  }
  .shq-h-checks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .shq-lp .shq-partners-inner, .shq-lp .shq-reality-inner, .shq-lp .shq-outcome-inner, .shq-lp .shq-how-inner, .shq-lp .shq-t-inner, .shq-lp .shq-faq-inner, .shq-lp .shq-final-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shq-quiz-inner {
    padding: 32px 22px 24px;
  }
  .shq-reality-stat-content {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }
  .shq-reality-stat-eyebrow {
    left: 24px;
    top: 24px;
  }
  .shq-partners-row {
    justify-content: center;
  }
  .shq-faq-q {
    padding: 18px 20px;
    font-size: 15px;
  }
  .shq-faq-a-inner {
    padding: 0 20px 20px;
  }
  .shq-sticky-mobile {
    display: block;
  }
  body.shq-landing-page {
    padding-bottom: 90px;
  }
  .shq-reality, .shq-outcome, .shq-how, .shq-testimonials, .shq-faq, .shq-final {
    padding: 64px 0;
  }
	 .shq-reality-stat {
    aspect-ratio: 9/9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shq-lp, .shq-lp *, .shq-lp *::before, .shq-lp *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
/* Nested intros: no class on <p> — parent block carries layout */
.shq-outcome-text > p, .shq-how-header > p {
  font-size: 18px;
  line-height: 1.55;
  color: var(--slate);
  max-width: 640px;
}
.shq-t-header > p {
  font-size: 18px;
  line-height: 1.55;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
}
/* Hero → compare bridge mini-quiz */
.shq-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.shq-quiz-opt.shq-selected {
  border-color: var(--teal);
  background: var(--teal-pale);
}
.shq-lp-bridge-err {
  color: var(--red);
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.4;
}
.partners-slider{
	width: 100%;
}

.partners-slider .partner-slide{
	padding: 10px;
	box-sizing: border-box;
}

.partners-slider .slick-track{
	display: flex !important;
	align-items: center;
}

.partners-slider .slick-slide{
	height: inherit !important;
}

.shq-partner-card{
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 20px;
}

.shq-partner-card img{
	max-width: 100%;
	height: auto;
	display: block;
}
.partners-logoslider .slick-arrow {
    background: var(--paper);
    color: var(--navy);
    border-color: rgba(248, 249, 250, 0.1);
}
.partners-logoslider .slick-prev {
    left: 0px;
}
.partners-logoslider .slick-next {
    right: 0px;
}
.partners-logoslider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px -8px rgba(9, 18, 61, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--navy);
    transition: all .2s;
    z-index: 5;
}
.stickybutton {
  position: fixed;
  bottom: 0;
  width: 100%;
  border: none;
  background: #59c0ab;
  z-index: 99;
  text-align: center;
  padding: 10px;
}
.stickybutton .footbutton {
  color: white;
  border-radius: 0;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-weight: bold;
}