.elementor-7094 .elementor-element.elementor-element-0d507fb{--display:flex;--position:absolute;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;}.elementor-7094 .elementor-element.elementor-element-0d507fb.e-con{--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-7094 .elementor-element.elementor-element-0d507fb{right:0px;}body.rtl .elementor-7094 .elementor-element.elementor-element-0d507fb{left:0px;}.elementor-7094 .elementor-element.elementor-element-b4e58cf{width:100%;max-width:100%;top:0px;}.elementor-7094 .elementor-element.elementor-element-b4e58cf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7094 .elementor-element.elementor-element-b4e58cf.elementor-element{--align-self:flex-end;--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-7094 .elementor-element.elementor-element-b4e58cf{right:0px;}body.rtl .elementor-7094 .elementor-element.elementor-element-b4e58cf{left:0px;}:root{--page-title-display:none;}@media(min-width:561px){.elementor-7094 .elementor-element.elementor-element-0d507fb{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b4e58cf *//* --- Paste this inside Elementor > Page Settings > Advanced > Custom CSS --- */
:root {
  --teal:#2B5F75;--teal-dark:#1e4455;--teal-pale:#e8f4f7;--teal-pale2:#f0f9ff;
  --gold:#C5912B;--gold-dark:#a87723;--gold-light:#d4a84b;--gold-pale:#fdf6e8;
  --orange:#D97740;--cream:#faf7f2;
  --bg:#f8f9fa;--white:#fff;--ink:#2c3e50;--muted:#6b7280;--border:#e2e8f0;
  --shadow:0 4px 20px rgba(0,0,0,.08);--shadow-lg:0 8px 40px rgba(0,0,0,.14);
  --r:8px;--r-md:12px;--r-lg:16px;
  --font:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto',sans-serif;
  --max:820px;
}

/* Base resets restricted to this layout structure to prevent global WP breakage */
.el-landing-page-wrapper {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.el-landing-page-wrapper *, 
.el-landing-page-wrapper *::before, 
.el-landing-page-wrapper *::after {
  box-sizing: border-box;
}

.el-landing-page-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.el-landing-page-wrapper a {
  color: var(--teal);
}

.el-landing-page-wrapper .container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.el-landing-page-wrapper section {
  padding: 64px 0;
}

.el-landing-page-wrapper h1 {
  font-size: clamp(30px, 5.5vw, 44px);
  color: var(--teal);
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 10px;
}

.el-landing-page-wrapper h1 span {
  color: var(--teal);
  white-space: nowrap;
}

.el-landing-page-wrapper h2 {
  font-size: clamp(22px, 4vw, 30px);
  color: var(--teal);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 14px;
}

.el-landing-page-wrapper h3 {
  font-size: 18px;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 8px;
}

.el-landing-page-wrapper p {
  font-size: 15px;
  line-height: 1.78;
  margin-bottom: 14px;
}

.el-landing-page-wrapper p:last-child {
  margin-bottom: 0;
}

.el-landing-page-wrapper .eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 10px;
}

.el-landing-page-wrapper .section-lead {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

/* PREVIEW BANNER */
.preview-banner {
  background: #1a1a2e;
  color: rgba(255,255,255,.7);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 2px solid var(--gold);
}

.preview-banner span {
  color: var(--gold-light);
}

/* BUTTONS */
.el-landing-page-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45em;
  padding: 14px 28px;
  border-radius: var(--r);
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  transition: all .2s;
}

.el-landing-page-wrapper .btn-gold {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 2px 12px rgba(197,145,43,.3);
}

.el-landing-page-wrapper .btn-gold:hover {
  background: var(--gold-dark);
  color: #fff;
  transform: translateY(-1px);
}

.el-landing-page-wrapper .btn-lg {
  font-size: 17px;
  padding: 16px 36px;
}

.el-landing-page-wrapper .btn-full {
  width: 100%;
  display: flex;
}

.el-landing-page-wrapper .btn-bubble {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  background: var(--gold);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font);
  padding: 14px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  animation: hab-pulse 2.5s infinite;
}

@keyframes hab-pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(197,145,43,.35); }
  50% { box-shadow: 0 4px 28px rgba(197,145,43,.6); }
}

/* ALERTS */
.el-landing-page-wrapper .alert {
  padding: 16px 20px;
  border-radius: 10px;
  margin: 16px 0;
}

.el-landing-page-wrapper .alert p {
  font-size: 15px;
}

.el-landing-page-wrapper .alert-info {
  background: var(--teal-pale);
  border-left: 4px solid var(--teal);
}

.el-landing-page-wrapper .alert-warning {
  background: #fff3e0;
  border-left: 4px solid var(--orange);
}

.el-landing-page-wrapper .alert-gold {
  background: var(--gold-pale);
  border-left: 4px solid var(--gold);
}

/* CARD */
.el-landing-page-wrapper .card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

/* FLOAT BUTTON */
.float-btn {
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: .45em;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  background: var(--orange);
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(217,119,64,.4);
  transition: background .25s, transform .25s, opacity .35s ease, visibility .35s;
  opacity: 0;
  transform: translateY(10px);
  animation: floatIn .4s ease 1.4s forwards, walkthroughPulse 2.6s ease-in-out 2.2s infinite;
}

.float-btn.is-hidden {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}

.float-btn:hover {
  background: #bf6630;
  color: #fff !important;
  transform: translateY(-2px);
}

.float-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@keyframes floatIn { to { opacity: 1; transform: translateY(0); } }
@keyframes walkthroughPulse {
  0%, 100% { box-shadow: 0 4px 18px rgba(217,119,64,.4); }
  50% { box-shadow: 0 4px 30px rgba(217,119,64,.78), 0 0 0 6px rgba(217,119,64,.08); }
}

/* NAV */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 800;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  padding: 13px 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nav-logo {
  font-size: 14px;
  font-weight: 800;
  color: var(--teal);
  text-decoration: none;
  line-height: 1.25;
}

.nav-logo span {
  color: var(--gold-dark);
}

.nav-cta .btn {
  padding: 9px 18px;
  font-size: 14px;
}

/* HERO */
.hero {
  background: var(--white);
  border-bottom: 3px solid var(--teal);
  padding: 52px 0 40px;
}

.hero-content::after {
  content: "";
  display: block;
  clear: both;
}

.hero-photo-float {
  float: right;
  width: clamp(240px, 38%, 330px);
  margin: 4px 0 14px 30px;
  background: linear-gradient(165deg, var(--teal-pale) 0%, #f5fafd 100%);
  border-radius: var(--r-lg);
  padding: 14px 12px 0;
  box-shadow: var(--shadow);
  border: 1px solid rgba(43,95,117,.08);
  position: relative;
  overflow: hidden;
}

.hero-photo-float img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-eye {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-eye::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
  flex-shrink: 0;
}

.hero-byline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
}

.hero-lead {
  font-size: 15px;
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 13px;
}

.hero-tagline {
  font-size: 14px;
  font-style: italic;
  border-left: 3px solid var(--gold);
  padding: 10px 16px;
  background: var(--gold-pale);
  border-radius: 0 6px 6px 0;
  margin-bottom: 26px;
  color: var(--ink);
  line-height: 1.65;
}

.hero-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 380px;
}

.hero-cta-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}

.hero-cta-note strong {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

/* TRUST BAR */
.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.trust-inner {
  display: flex;
  flex-wrap: wrap;
}

.trust-item {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 8px;
  border-right: 1px solid var(--border);
  gap: 5px;
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal-pale);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon svg {
  width: 13px;
  height: 13px;
}

.trust-n {
  font-size: 19px;
  font-weight: 900;
  color: var(--teal);
  line-height: 1;
}

.trust-l {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.3;
}

/* VIDEO */
.video-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background: var(--teal-dark);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-bottom: 24px;
  border: 2px solid var(--teal);
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
}

.video-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.video-play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.video-title {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.video-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  text-align: center;
  line-height: 1.6;
  max-width: 400px;
}

.video-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, .2);
  text-decoration: none;
  margin-top: 4px;
}

/* STAT */
.stat-number {
  font-size: clamp(60px, 13vw, 96px);
  font-weight: 900;
  color: var(--teal);
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}

/* WHY LIST */
.why-list {
  list-style: none;
  margin: 20px 0;
}

.why-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 18px;
  margin-bottom: 9px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.68;
}

.why-q {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--teal-pale);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  margin-top: 1px;
}

.why-answer {
  font-size: 15px;
  font-weight: 700;
  color: var(--teal);
  padding: 16px 20px;
  background: var(--teal-pale);
  border-radius: 10px;
  border-left: 4px solid var(--teal);
  margin-top: 20px;
  line-height: 1.6;
}

.big-q {
  font-size: 20px;
  font-weight: 900;
  color: var(--teal);
  text-align: center;
  padding: 22px 28px;
  background: var(--teal-pale);
  border-radius: var(--r-md);
  margin: 24px 0;
  border: 2px solid rgba(43,95,117,.15);
  line-height: 1.3;
}

/* INLINE CTA */
.cta-card {
  background: var(--teal-dark);
  border-radius: var(--r-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.cta-card--light {
  background: #fff;
  border-left: 6px solid var(--teal);
  box-shadow: var(--shadow);
}

.cta-card--light .cta-left h3 {
  color: var(--ink);
}

.cta-card--light .cta-left p {
  color: var(--muted);
}

.cta-card--light .cta-price-note {
  color: var(--gold-dark);
}

.cta-left h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.25;
}

.cta-left p {
  font-size: 13px;
  color: rgba(255, 255, 255, .75);
  margin: 0;
}

.cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  flex-shrink: 0;
}

.cta-price-note {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: right;
}

/* CREDIBILITY */
.rick-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.rick-photo-sm {
  width: 76px;
  height: 92px;
  border-radius: 9px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.rick-photo-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.rick-name {
  font-size: 21px;
  font-weight: 900;
  color: var(--teal);
  margin-bottom: 3px;
  line-height: 1;
}

.rick-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 10px;
  line-height: 1.4;
}

.rick-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.rick-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--bg);
  border-radius: 4px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid var(--border);
}

.cred-body p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 14px;
}

.cred-alert {
  background: var(--teal-pale);
  border-left: 4px solid var(--teal);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--teal);
  line-height: 1.6;
  margin-top: 20px;
}

.book-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 18px;
  background: var(--bg);
  border-radius: 9px;
  border: 1px solid var(--border);
}

.niea-seal {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: contain;
}

.book-strip-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 3px;
}

.book-strip-sub {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
}

/* CREASE */
.crease-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.crease-photo {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
}

.crease-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.crease-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gait-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0;
}

.gait-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-md);
  overflow: hidden;
  background: linear-gradient(180deg, #fafbfc 0%, #f0f4f7 100%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.gait-card-img {
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px 8px;
  background: #fdfdfd;
  flex: 1;
}

.gait-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.gait-card-caption {
  padding: 10px 18px 12px;
  border-top: 1px solid var(--border);
  background: #fff;
  margin-top: auto;
}

.gait-card-caption-eye {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  display: block;
}

.gait-card-caption-text {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.5;
  font-weight: 600;
}

.gait-card.is-correct {
  border-top: 3px solid var(--teal);
}

.gait-card.is-wrong {
  border-top: 3px solid var(--orange);
}

.crease-slot {
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--border);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
  padding: 20px;
  font-style: italic;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
}

.crease-slot svg {
  opacity: .2;
}

.findings-list {
  margin: 26px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.findings-eye {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.findings-eye::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
  flex-shrink: 0;
}

.finding-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  transition: transform .15s ease, box-shadow .15s ease;
}

.finding-item:hover {
  transform: translateX(2px);
  box-shadow: 0 3px 10px rgba(0,0,0,.07);
}

.finding-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(217,119,64,.18);
  flex-shrink: 0;
}

.finding-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.3;
}

.finding-lead {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.finding-key {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 800;
  color: var(--ink);
}

/* YES LADDER */
.yes-intro {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.yes-sub {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.65;
}

.yes-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 36px;
  margin-bottom: 8px;
}

.yes-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.65;
}

.yes-item:last-child, .yes-item:nth-last-child(2) {
  border-bottom: none;
}

.yes-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--gold-dark);
  font-variant-numeric: tabular-nums;
}

.yes-num::before {
  content: 'No.';
  font-weight: 600;
  letter-spacing: .06em;
  margin-right: 3px;
  color: var(--muted);
}

.yes-text em {
  color: var(--teal);
  font-style: normal;
  font-weight: 700;
}

.yes-text-sub {
  display: block;
  margin-top: 5px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
}

.yes-callout {
  margin-top: 32px;
  background: var(--teal-pale);
  border-left: 6px solid var(--teal);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  padding: 32px 36px;
  color: var(--teal);
  text-align: center;
}

.yes-callout-eye {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}

.yes-callout-h {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}

.yes-callout-sub {
  font-size: 15px;
  color: var(--muted);
  font-weight: 600;
  margin: 0;
}

@media(max-width:640px) {
  .yes-items { grid-template-columns: 1fr; gap: 0; }
  .yes-item:nth-last-child(2) { border-bottom: 1px solid var(--border); }
}

/* WALKTHROUGH — teal bg */
.section-walkthrough {
  background: var(--teal);
  padding: 64px 0;
}

.section-walkthrough h2 {
  color: #fff;
}

.section-walkthrough .section-lead {
  color: rgba(255, 255, 255, .65);
}

.section-walkthrough .video-wrap {
  border-color: rgba(255, 255, 255, .2);
}

/* STEPS */
.step-list {
  list-style: none;
  position: relative;
  padding-left: 0;
}

.step-list::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 42px;
  bottom: 42px;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal), var(--teal-pale));
  z-index: 0;
}

.step-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  padding: 14px 0 28px;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.step-item:last-child {
  padding-bottom: 0;
}

.how-grid {
  display: block;
}

.how-grid::after {
  content: "";
  display: block;
  clear: both;
}

.how-figure {
  float: right;
  width: clamp(220px, 38%, 340px);
  margin: 8px 0 24px 36px;
}

.how-figure-frame {
  background: linear-gradient(180deg, #fafbfc 0%, #f0f4f7 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 14px 10px 10px;
  box-shadow: var(--shadow);
}

.how-figure-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.how-figure figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.55;
  text-align: center;
  font-style: italic;
  letter-spacing: .01em;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--teal);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 0 0 6px var(--bg);
}

.step-body {
  padding-top: 6px;
}

.step-eye {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-pale);
  border-radius: 4px;
  padding: 3px 8px;
  margin-bottom: 8px;
}

.step-body h3 {
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 6px;
  font-weight: 800;
  letter-spacing: -.005em;
}

.step-body p {
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 0;
  color: var(--muted);
}

/* INCLUDES */
.include-list {
  list-style: none;
}

.include-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.68;
}

.include-item:last-child {
  border-bottom: none;
}

.chk {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.chk svg {
  width: 10px;
  height: 10px;
}

.includes-groups {
  display: block;
  margin-top: 8px;
}

.includes-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 28px 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.includes-card.alt {
  background: var(--bg);
  border-color: transparent;
  box-shadow: none;
}

.includes-card-eye {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-pale);
  border-radius: 4px;
  padding: 4px 9px;
  margin-bottom: 8px;
}

.includes-card.alt .includes-card-eye {
  color: var(--teal);
  background: var(--teal-pale);
}

.includes-card-h {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -.005em;
}

.includes-card-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
  line-height: 1.55;
}

.includes-feat {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid rgba(43,95,117,.08);
  font-size: 14.5px;
  line-height: 1.6;
}

.includes-feat:last-child {
  border-bottom: none;
}

.includes-feat .chk {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.includes-feat .chk svg {
  width: 8px;
  height: 8px;
}

@media(max-width:640px) {
  .includes-groups { grid-template-columns: 1fr; }
}

/* COACHING */
.coaching-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.coaching-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}

.coaching-card h3 {
  font-size: 17px;
  color: var(--teal);
  margin-bottom: 8px;
}

.coaching-price {
  font-size: 32px;
  font-weight: 900;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.coaching-price-sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

/* TESTIMONIALS */
.section-testimonials {
  display: none !important;
  background: var(--bg);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 26px 28px;
  box-shadow: var(--shadow);
  border-left: 3px solid var(--teal);
}

.testimonial-source {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-pale);
  border-radius: 4px;
  padding: 4px 9px;
  margin-bottom: 14px;
}

.testimonial-source.book-reader {
  color: var(--teal);
  background: var(--teal-pale);
}

.testimonial-quote {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 14px;
  font-style: italic;
}

.testimonial-attrib {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
}

@media(max-width:640px) {
  .testimonial-grid { grid-template-columns: 1fr; }
}

/* FAQ */
.faq-item {
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  margin-bottom: 8px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.4;
  transition: background .15s;
}

.faq-q:hover {
  background: var(--teal-pale2);
}

.faq-q[aria-expanded="true"] {
  color: var(--teal);
  background: var(--teal-pale);
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: var(--teal);
  transition: all .2s;
  line-height: 1;
}

.faq-q[aria-expanded="true"] .faq-icon {
  background: var(--teal);
  color: #fff;
}

.faq-a {
  padding: 4px 22px 20px;
  font-size: 15px;
  line-height: 1.78;
  border-top: 1px solid var(--border);
}

.faq-a p {
  margin-top: 13px;
  margin-bottom: 0;
}

/* BUY */
.section-buy {
  background: var(--teal-dark);
  padding: 72px 0;
}

.buy-card {
  background: var(--white);
  border-radius: 20px;
  padding: 44px 36px;
  box-shadow: 0 8px 48px rgba(0,0,0,.22);
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.price-big {
  font-size: 80px;
  font-weight: 900;
  color: var(--teal);
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

.price-note {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 10px;
  line-height: 1.65;
}

.buy-list {
  list-style: none;
  text-align: left;
  margin: 0 auto 28px;
  max-width: 400px;
}

.buy-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 9px 0;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid var(--border);
}

.buy-list li:last-child {
  border-bottom: none;
}

.buy-support {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}

/* GUARANTEE */
.section-guarantee {
  background: var(--cream);
  padding: 60px 0;
  border-top: 1px solid #e8e0d4;
}

.guarantee-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 34px 38px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.guarantee-icon {
  font-size: 44px;
  flex-shrink: 0;
  line-height: 1;
}

.guarantee-body h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* FOOTER */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.5);
  padding: 44px 0;
  font-size: 13px;
  line-height: 1.7;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.footer-logo {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.footer-logo span {
  color: var(--gold-light);
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-legal {
  max-width: 600px;
  font-size: 12px;
}

.divider {
  height: 1px;
  background: var(--border);
}

/* RESPONSIVE */
@media(max-width:640px) {
  section { padding: 48px 0; }
  .hero-photo-float { float: none; width: 78%; max-width: 280px; margin: 0 auto 22px; }
  .crease-grid, .coaching-grid { grid-template-columns: 1fr; }
  .gait-grid { grid-template-columns: 1fr; gap: 14px; }
  .how-figure { float: none; width: 78%; max-width: 280px; margin: 0 auto 22px; }
  .cta-card { flex-direction: column; }
  .cta-right { align-items: stretch; width: 100%; }
  .guarantee-card { flex-direction: column; gap: 16px; }
  .price-big { font-size: 64px; }
  .buy-card { padding: 32px 24px; }
  .trust-item { min-width: 88px; }
  .container { padding: 0 16px; }
}

/* EXIT-INTENT POPUP */
.exit-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20,30,40,.62);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: exitFade .25s ease;
}

.exit-overlay.active {
  display: flex;
}

@keyframes exitFade { from { opacity: 0; } to { opacity: 1; } }

.exit-modal {
  background: var(--cream);
  border-radius: var(--r-lg);
  max-width: 560px;
  width: 100%;
  padding: 32px 32px 28px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
  animation: exitSlide .35s ease;
  border-top: 6px solid var(--gold);
}

@keyframes exitSlide { from { opacity: 0; transform: translateY(20px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.exit-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
  z-index: 2;
}

.exit-close:hover {
  background: rgba(0,0,0,.07);
  color: var(--ink);
}

.exit-body {
  display: flex;
  gap: 22px;
  align-items: center;
}

.exit-cover {
  flex-shrink: 0;
  width: 130px;
}

.exit-cover img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.18));
}

.exit-text {
  flex: 1;
  min-width: 0;
}

.exit-eye {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.exit-eye::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
  flex-shrink: 0;
}

.exit-h {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.22;
  margin-bottom: 10px;
  letter-spacing: -.005em;
}

.exit-h em {
  color: var(--teal);
  font-style: normal;
}

.exit-sub {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 18px;
  opacity: .82;
}

.exit-cta {
  display: block;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 13px 20px;
  border-radius: var(--r);
  text-decoration: none;
  text-align: center;
  margin-bottom: 4px;
  transition: background .15s, transform .15s;
  box-shadow: 0 4px 14px rgba(197,145,43,.32);
}

.exit-cta:hover {
  background: var(--gold-dark);
  color: #fff;
  transform: translateY(-1px);
}

.exit-secondary {
  display: block;
  color: var(--teal);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 10px 8px 2px;
  transition: color .15s;
}

.exit-secondary:hover {
  color: var(--teal-dark);
  text-decoration: underline;
}

.exit-foot {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-top: 4px;
  line-height: 1.5;
}

@media(max-width:520px) {
  .exit-body { flex-direction: column; gap: 14px; text-align: center; }
  .exit-cover { width: 120px; }
  .exit-eye { justify-content: center; }
}/* End custom CSS */