:root {
  --obsidian: #090806;
  --midnight: #12100d;
  --panel: rgba(21, 18, 13, 0.9);
  --panel-strong: rgba(15, 12, 8, 0.96);
  --line: rgba(212, 176, 104, 0.24);
  --line-strong: rgba(226, 193, 121, 0.52);
  --gold: #d3a851;
  --gold-bright: #f0d79f;
  --gold-deep: #b5822d;
  --cream: #f3ead7;
  --sand: #d8cfbd;
  --muted: #a99d88;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.22);
  --radius-xl: 1.8rem;
  --radius-lg: 1.3rem;
  --radius-md: 1rem;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  color: var(--cream);
  font-family: "Lato", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(70, 48, 14, 0.45) 0%, transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(120, 86, 27, 0.18) 0%, transparent 26%),
    linear-gradient(180deg, #060504 0%, #0d0b08 28%, #090806 100%);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.page-shell {
  overflow: clip;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 1rem clamp(1rem, 4vw, 2.6rem) 4.5rem;
  background:
    linear-gradient(124deg, rgba(6, 5, 4, 0.92) 7%, rgba(6, 5, 4, 0.78) 45%, rgba(10, 8, 5, 0.88) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 5, 4, 0.8) 100%),
    url("https://freedomescapexcelerator.com/hosted/images/d2/30f7b6a9f84b73bab27065bc0534f0/3.png") center top / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 16%, transparent 16% 36%, rgba(255, 255, 255, 0.03) 36% 54%, transparent 54% 100%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 80%, rgba(211, 168, 81, 0.24) 0%, transparent 22%),
    radial-gradient(circle at 16% 110%, rgba(211, 168, 81, 0.18) 0%, transparent 28%);
  pointer-events: none;
  z-index: -1;
}

.hero-ribbon,
.nav,
.hero-grid,
.hero-banner,
main,
.footer {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin-inline: auto;
}

.hero-ribbon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(11, 9, 7, 0.66);
  backdrop-filter: blur(14px);
  font-family: "Open Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.hero-ribbon p {
  margin: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0 1rem;
}

.brand {
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: var(--sand);
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-cta {
  padding: 0.9rem 1.2rem;
  font-size: 0.8rem;
  color: var(--obsidian);
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 40px rgba(211, 168, 81, 0.22);
}

.btn {
  padding: 1rem 1.45rem;
  font-size: 0.82rem;
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.btn-gold {
  color: var(--obsidian);
  background: linear-gradient(125deg, #f2ddb0 0%, #d9b36c 45%, #b67e2f 100%);
  box-shadow: 0 16px 46px rgba(211, 168, 81, 0.24);
}

.btn-ghost {
  color: var(--cream);
  border: 1px solid var(--line-strong);
  background: rgba(12, 10, 7, 0.4);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.8rem;
  padding-top: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.hero-copy-centered {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.hero-copy {
  display: grid;
  align-content: start;
}

.eyebrow,
.section-kicker,
.countdown-kicker,
.caption-kicker,
.stat-kicker,
.price-kicker {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 0.98;
}

h1 {
  margin-top: 1rem;
  max-width: 16ch;
  margin-inline: auto;
  font-size: clamp(2.9rem, 6vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: pretty;
}

h1 span {
  color: var(--gold-bright);
}

.hero-copy h1 {
  max-width: 10.8ch;
  margin-inline: 0;
}

.hero-lead {
  max-width: 760px;
  margin: 1.2rem auto 0;
  color: #eadfc9;
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.hero-copy .hero-lead {
  max-width: 34rem;
  margin: 1rem 0 0;
}

.hero-subline {
  margin: 0.35rem 0 0;
  color: var(--gold-bright);
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
}

.hero-value {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.hero-value span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(226, 193, 121, 0.22);
  border-radius: 999px;
  background: rgba(11, 9, 7, 0.62);
  font-family: "Open Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--sand);
}

.hero-guarantee {
  margin: 1.25rem 0 0;
  color: var(--gold-bright);
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 1rem;
  align-items: start;
}

.hero-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.hero-points p {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(226, 193, 121, 0.22);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(24, 19, 13, 0.82), rgba(14, 12, 9, 0.66));
  box-shadow: var(--shadow-soft);
  line-height: 1.55;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.8rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.hero-meta-stack {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(226, 193, 121, 0.2);
  border-radius: 999px;
  background: rgba(11, 9, 7, 0.56);
  font-family: "Open Sans", sans-serif;
  font-size: 0.77rem;
  color: var(--sand);
}

.meta-pill span {
  color: var(--gold-bright);
  font-weight: 800;
}

.countdown-card,
.video-card,
.portrait-card,
.story-card,
.desire-card,
.problem-card,
.dream-visual,
.program-card,
.host-card,
.bonus-card,
.price-card,
.metric-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(24, 20, 15, 0.88), rgba(13, 11, 8, 0.96));
  box-shadow: var(--shadow);
}

.countdown-card {
  padding: 1.55rem;
}

.video-card {
  overflow: hidden;
  padding: 0;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #090806;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.as-seen-on {
  display: block;
  width: 100%;
  padding: 1rem 1.15rem 1.2rem;
  border-top: 1px solid rgba(226, 193, 121, 0.14);
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.94), rgba(11, 9, 7, 0.98));
}

.hero-points-inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 1rem;
  border-top: 1px solid rgba(226, 193, 121, 0.14);
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.94), rgba(11, 9, 7, 0.98));
}

.hero-points-inline p {
  height: 100%;
  padding: 0.9rem 1rem;
  text-align: center;
}

.hero-offer-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(24, 20, 15, 0.92), rgba(13, 11, 8, 0.98));
  box-shadow: var(--shadow);
}

.mentor-mini {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
}

.mentor-mini img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top center;
  border-radius: 1rem;
  border: 1px solid rgba(226, 193, 121, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.countdown-copy {
  margin: 0.95rem 0 0;
  color: var(--sand);
  line-height: 1.7;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.countdown-grid div {
  padding: 1rem 0.7rem;
  border-radius: 1rem;
  background: rgba(7, 6, 4, 0.64);
  border: 1px solid rgba(226, 193, 121, 0.16);
  text-align: center;
}

.countdown-grid span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.5rem);
  font-weight: 900;
  color: var(--gold-bright);
}

.countdown-grid p {
  margin: 0.3rem 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.portrait-card {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  min-height: 520px;
}

.portrait-glow {
  position: absolute;
  inset: auto -20% -15% 20%;
  height: 55%;
  background: radial-gradient(circle, rgba(211, 168, 81, 0.3) 0%, transparent 72%);
  pointer-events: none;
}

.portrait-card img {
  position: relative;
  display: block;
  width: min(100%, 420px);
  margin: 0 auto;
}

.portrait-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(11, 9, 7, 0.82);
  border: 1px solid rgba(226, 193, 121, 0.18);
  backdrop-filter: blur(16px);
}

.caption-name {
  margin: 0.4rem 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.caption-copy {
  margin: 0.55rem 0 0;
  color: var(--sand);
  line-height: 1.55;
}

.hero-cta {
  margin-top: 1.25rem;
}

.hero-cta .btn {
  width: auto;
}

.hero-note {
  margin: 1rem 0 0;
  color: var(--sand);
  line-height: 1.6;
  text-align: center;
}

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.8rem;
  padding: 1.05rem 1.2rem;
  border: 1px solid rgba(226, 193, 121, 0.24);
  border-radius: 1.1rem;
  background: linear-gradient(90deg, rgba(211, 168, 81, 0.18), rgba(16, 12, 8, 0.78));
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cream);
}

.hero-banner p {
  margin: 0;
}

.countdown-inline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  min-width: min(100%, 21rem);
}

.countdown-inline div {
  padding: 0.7rem 0.65rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(226, 193, 121, 0.18);
  background: rgba(9, 7, 5, 0.68);
  text-align: center;
}

.countdown-inline strong {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--gold-bright);
  line-height: 1;
}

.countdown-inline span {
  display: block;
  margin-top: 0.35rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

main {
  padding: 0 clamp(1rem, 4vw, 2.6rem) 4rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -1.9rem;
}

.proof-gallery {
  max-width: var(--max);
  margin-inline: auto;
  margin-top: 4.75rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.proof-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(11, 9, 7, 0.84);
  box-shadow: var(--shadow-soft);
}

.proof-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metric-card {
  padding: 1.5rem 1.2rem;
  text-align: center;
}

.metric-value {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
  color: var(--gold-bright);
}

.metric-label {
  margin: 0.65rem 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}

.section-grid,
.section-frame,
.problem-band,
.final-cta {
  max-width: var(--max);
  margin-inline: auto;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 4.75rem;
}

.section-frame {
  margin-top: 5rem;
}

.story-card,
.desire-card,
.dream-copy,
.dream-visual,
.host-copy,
.offer-copy,
.offer-cards {
  padding: 1.7rem;
}

.story-card h2,
.desire-card h2,
.dream-copy h2,
.host-copy h2,
.offer-copy h2,
.section-head h2,
.final-card h2 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.story-sub {
  margin: 0.95rem 0 0;
  color: var(--gold-bright);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.story-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.story-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.story-list span,
.card-index {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: linear-gradient(140deg, #f4dfb4, #bb8431);
  color: #120e09;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}

.story-list p,
.story-copy,
.dream-copy p,
.host-copy p,
.offer-copy p,
.program-card p,
.bonus-card p,
.price-copy,
.faq-answer p,
.section-head p {
  margin: 0;
  color: var(--sand);
  line-height: 1.75;
}

.value-tag {
  margin-top: 1rem !important;
  color: var(--gold-bright) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.check-list,
.feature-list,
.mini-list {
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.check-list li,
.feature-list li,
.mini-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--cream);
  line-height: 1.6;
}

.check-list li::before,
.feature-list li::before,
.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #f4dfb4, #bb8431);
  box-shadow: 0 0 0 0.2rem rgba(211, 168, 81, 0.12);
}

.problem-band {
  margin-top: 5rem;
}

.section-head {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.section-head p:not(.section-kicker) {
  margin-top: 1rem;
}

.problem-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  margin-top: 1.8rem;
}

.problem-card {
  padding: 1.5rem;
}

.problem-card p + p {
  margin-top: 1rem;
}

.problem-card.accent {
  background:
    linear-gradient(140deg, rgba(211, 168, 81, 0.16), rgba(15, 11, 8, 0.96) 55%),
    linear-gradient(180deg, rgba(24, 20, 15, 0.88), rgba(13, 11, 8, 0.96));
}

.quote {
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--gold-bright);
}

.dream-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(18, 15, 11, 0.84), rgba(11, 9, 7, 0.94));
  box-shadow: var(--shadow);
}

.dream-visual {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.dream-poster {
  padding: 1rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 10%, rgba(211, 168, 81, 0.18) 0%, transparent 38%),
    linear-gradient(180deg, rgba(19, 15, 10, 0.88), rgba(11, 9, 7, 0.96));
  box-shadow: var(--shadow);
}

.dream-poster img {
  display: block;
  width: 100%;
  border-radius: calc(var(--radius-xl) - 0.4rem);
}

.dream-stat {
  padding: 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(12, 10, 7, 0.82);
}

.dream-stat h3 {
  margin-top: 0.55rem;
  font-size: 2rem;
}

.dream-stat p {
  margin-top: 0.75rem;
  color: var(--sand);
  line-height: 1.7;
}

.program-grid,
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.9rem;
}

.program-card,
.bonus-card {
  padding: 1.35rem;
}

.program-card h3,
.bonus-card h3,
.price-card h3 {
  margin-top: 1rem;
  font-size: 1.55rem;
  line-height: 1.12;
}

.program-card p,
.bonus-card p,
.price-card p {
  margin-top: 0.9rem;
}

.host-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(211, 168, 81, 0.14) 0%, transparent 34%),
    linear-gradient(180deg, rgba(18, 15, 11, 0.84), rgba(11, 9, 7, 0.94));
  box-shadow: var(--shadow);
}

.host-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.host-card {
  padding: 1rem;
}

.host-card-inner {
  display: grid;
  gap: 1rem;
  height: 100%;
  border-radius: calc(var(--radius-xl) - 0.2rem);
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(23, 18, 12, 0.96), rgba(12, 9, 7, 0.96)),
    url("https://freedomescapexcelerator.com/hosted/images/ae/34b3c227ed48a1885dc5ce2d98e311/White-tear2.png") center / cover;
}

.host-card img {
  display: block;
  width: min(100%, 380px);
  margin-inline: auto;
}

.host-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.host-stats div {
  padding: 1rem 0.8rem;
  border-radius: 1rem;
  text-align: center;
  background: rgba(8, 7, 5, 0.7);
  border: 1px solid rgba(226, 193, 121, 0.16);
}

.host-stats span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--gold-bright);
}

.host-stats p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-family: "Open Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.value,
.offer-note {
  color: var(--gold-bright);
  font-family: "Open Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-cards {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.offer-stack {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.offer-stack div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(12, 10, 7, 0.62);
  border: 1px solid rgba(226, 193, 121, 0.14);
}

.offer-stack span {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(211, 168, 81, 0.12);
  border: 1px solid rgba(226, 193, 121, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.offer-stack p {
  text-align: right;
}

.price-card {
  padding: 1.5rem;
}

.price-card.featured {
  background:
    linear-gradient(140deg, rgba(211, 168, 81, 0.14), rgba(16, 12, 8, 0.96) 42%),
    linear-gradient(180deg, rgba(24, 20, 15, 0.88), rgba(13, 11, 8, 0.96));
  border-color: rgba(226, 193, 121, 0.42);
}

.price-strike {
  color: rgba(243, 234, 215, 0.4);
  text-decoration: line-through;
  margin-right: 0.45rem;
}

.price-card .btn {
  margin-top: 1.15rem;
  width: 100%;
}

.faq-list {
  max-width: 920px;
  margin: 1.8rem auto 0;
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.88), rgba(12, 10, 7, 0.96));
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--cream);
  padding: 1.25rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-symbol {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 1px solid rgba(226, 193, 121, 0.22);
  font-family: "Open Sans", sans-serif;
  color: var(--gold-bright);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  overflow: hidden;
  padding: 0 1.35rem 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 1.25rem;
}

.faq-item.is-open .faq-symbol {
  transform: rotate(45deg);
}

.final-cta {
  margin-top: 5rem;
  padding-bottom: 1rem;
}

.final-card {
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(226, 193, 121, 0.34);
  background:
    linear-gradient(135deg, rgba(18, 15, 10, 0.98), rgba(8, 7, 5, 0.98)),
    url("https://freedomescapexcelerator.com/hosted/images/ae/34b3c227ed48a1885dc5ce2d98e311/White-tear2.png") center / cover;
  text-align: center;
  box-shadow: var(--shadow);
}

.final-card p:not(.section-kicker) {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--sand);
  line-height: 1.75;
}

.btn-xl {
  width: min(100%, 520px);
  margin-top: 1.5rem;
}

.footer {
  padding: 1.2rem 1rem 0;
  margin-top: 2.5rem;
  text-align: center;
}

.footer p {
  margin: 0.65rem auto 0;
  max-width: 900px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.82rem;
}

.social-proof {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(92vw, 328px);
  border-radius: 1rem;
  border: 1px solid rgba(226, 193, 121, 0.36);
  background: rgba(12, 10, 7, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
  z-index: 40;
}

.proof-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid rgba(226, 193, 121, 0.14);
}

.dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #6ad28d;
  box-shadow: 0 0 0 0 rgba(106, 210, 141, 0.7);
  animation: pulse 1.8s infinite;
}

.proof-head p,
.proof-badge {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.proof-status {
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.proof-minimize {
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 1.1rem;
  cursor: pointer;
}

.proof-preview {
  display: none;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0.9rem;
  cursor: pointer;
}

.proof-preview-badge {
  display: inline-flex;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 193, 121, 0.2);
  background: rgba(211, 168, 81, 0.12);
  font-family: "Open Sans", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.proof-preview-text {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--cream);
}

.proof-body {
  display: grid;
  gap: 0.72rem;
  padding: 0.9rem;
}

.proof-topline {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.proof-avatar {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #140f09;
  background: linear-gradient(145deg, #f1dcaf, #ba8632);
}

.proof-meta p,
.proof-time,
.proof-summary,
.proof-message {
  margin: 0;
}

.proof-source {
  margin-top: 0.16rem;
  color: var(--muted);
  font-size: 0.73rem;
}

.proof-message {
  color: var(--cream);
  line-height: 1.5;
  font-size: 0.92rem;
}

.proof-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.proof-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--obsidian);
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
}

.proof-progress {
  height: 0.25rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(226, 193, 121, 0.1);
}

.proof-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, #f3deaf, #b9802d);
}

.social-proof.minimized .proof-body,
.social-proof.minimized .proof-head .proof-status {
  display: none;
}

.social-proof.minimized .proof-preview {
  display: block;
}

.mobile-sticky-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: none;
  z-index: 38;
}

.mobile-sticky-cta .btn {
  width: 100%;
}

.mobile-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(106, 210, 141, 0.6);
  }

  100% {
    box-shadow: 0 0 0 0.75rem rgba(106, 210, 141, 0);
  }
}

@keyframes timer {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .hero-stage,
  .problem-layout,
  .section-grid,
  .program-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-links {
    display: none;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .host-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-bottom: 3.5rem;
    background-position: 68% 0;
  }

  .hero-ribbon {
    border-radius: 1rem;
    padding: 0.85rem 1rem;
  }

  .nav {
    gap: 0.9rem;
  }

  .brand {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }

  .nav-cta {
    padding: 0.8rem 0.9rem;
  }

  .hero-grid {
    padding-top: 1.6rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .countdown-inline,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-row,
  .host-actions {
    flex-direction: column;
  }

  .cta-row .btn,
  .host-actions .btn {
    width: 100%;
  }

  .countdown-grid,
  .metrics {
    grid-template-columns: 1fr 1fr;
  }

  .story-card,
  .desire-card,
  .dream-copy,
  .dream-visual,
  .host-copy,
  .offer-copy,
  .offer-cards,
  .countdown-card,
  .price-card,
  .program-card,
  .bonus-card {
    padding: 1.25rem;
  }

  .hero-points-inline {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .offer-stack div {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-stack p {
    text-align: left;
  }

  .faq-toggle {
    font-size: 1rem;
  }

  .social-proof {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 5.2rem;
    width: auto;
  }

  .proof-preview {
    display: block;
  }

  .social-proof:not(.minimized) .proof-preview {
    display: none;
  }

  .mobile-sticky-cta {
    display: block;
    transition: opacity 220ms ease, transform 220ms ease;
  }
}

@media (max-width: 560px) {
  main {
    padding-inline: 1rem;
  }

  .hero {
    padding-inline: 1rem;
  }

  .hero-meta {
    display: grid;
  }

  .mentor-mini {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .metrics,
  .countdown-grid,
  .countdown-inline,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-inline: 0;
  }
}
