:root {
  --ink: #132639;
  --ink-soft: #556576;
  --cream: #f6efe2;
  --cream-strong: #fffaf2;
  --line: rgba(19, 38, 57, 0.12);
  --accent: #ea6b2d;
  --accent-strong: #cb5420;
  --teal: #1f7277;
  --navy: #112335;
  --navy-soft: #18314c;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(17, 35, 53, 0.12);
  --shadow-deep: 0 38px 120px rgba(17, 35, 53, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Trebuchet MS", "Gill Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(234, 107, 45, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(31, 114, 119, 0.12), transparent 22%),
    linear-gradient(180deg, #fff9f1 0%, var(--cream) 100%);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.site-header,
.proof-strip,
.story-card,
.feature-card-shell,
.training-panel,
.plans-panel,
.proof-panel,
.faq-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-header,
.proof-strip,
.story-card,
.feature-card-shell,
.training-panel,
.plans-panel,
.proof-panel,
.faq-panel,
.site-footer {
  background: rgba(255, 250, 242, 0.84);
  backdrop-filter: blur(14px);
  border-radius: 28px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #ff9d5a);
  color: var(--white);
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 14px 26px rgba(234, 107, 45, 0.24);
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-title,
.hero-copy h1,
.strip-heading h2,
.story-card h2,
.feature-card-shell h2,
.training-copy h2,
.closing-copy h2,
.training-card-copy h3,
.plan-card h3,
.proof-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.brand-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.brand-subtitle {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-link {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--ink);
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.primary-button {
  background: var(--accent);
  color: var(--white);
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(234, 107, 45, 0.24);
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-1px);
  background: var(--accent-strong);
  box-shadow: 0 18px 36px rgba(203, 84, 32, 0.26);
}

.ghost-button {
  background: transparent;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.site-header .ghost-button {
  border-color: var(--line);
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: 28px;
  padding: 34px;
  margin-bottom: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(234, 107, 45, 0.22), transparent 28%),
    linear-gradient(135deg, var(--navy) 0%, #172f49 100%);
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.3rem, 6vw, 5.9rem);
  line-height: 0.92;
}

.hero-subheadline,
.hero-note,
.closing-note,
.body-copy,
.training-card-copy p,
.proof-card p,
.plan-card li,
.faq-list p,
.disclosure,
.fact-card span {
  color: rgba(255, 255, 255, 0.76);
}

.hero-subheadline,
.body-copy {
  font-size: 1.08rem;
  line-height: 1.74;
}

.hero-subheadline {
  max-width: 56ch;
  margin: 20px 0 0;
}

.hero-note {
  max-width: 52ch;
  margin-top: 18px;
  font-size: 0.98rem;
  line-height: 1.7;
}

.eyebrow,
.section-label,
.fact-label {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #93d0d3;
}

.invert {
  color: #ffd8c4;
}

.badge-row,
.hero-actions,
.training-actions,
.closing-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.badge-row {
  margin: 22px 0 22px;
}

.badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.screen-card {
  overflow: hidden;
  border-radius: 28px;
  background: #0d1d2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-deep);
}

.screen-topbar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
}

.screen-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.screen-card img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fact-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fact-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.fact-card-dark {
  background: rgba(19, 38, 57, 0.48);
}

.proof-strip,
.training-panel,
.plans-panel,
.proof-panel,
.faq-panel {
  padding: 28px;
  margin-bottom: 24px;
}

.strip-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.strip-heading h2,
.story-card h2,
.feature-card-shell h2,
.training-copy h2,
.closing-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.metrics-grid,
.features-grid,
.plans-grid,
.proof-grid {
  display: grid;
  gap: 16px;
}

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

.metric-card,
.mini-feature,
.plan-card,
.proof-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.7rem;
  color: var(--ink);
}

.metric-label {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.metric-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  margin-bottom: 24px;
}

.story-card,
.feature-card-shell {
  padding: 28px;
}

.body-copy {
  color: var(--ink-soft);
}

.check-list,
.plan-points {
  margin: 18px 0 0;
  padding-left: 20px;
  line-height: 1.8;
}

.check-list li + li,
.plan-points li + li {
  margin-top: 10px;
}

.features-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.mini-feature h3,
.plan-card h3,
.proof-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.mini-feature p,
.proof-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.training-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
}

.training-media {
  min-width: 0;
}

.training-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.training-copy h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.training-video-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 35, 53, 0.98), rgba(24, 49, 76, 0.96));
  box-shadow: var(--shadow-deep);
}

.training-card-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
}

.training-card-top h3 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.05;
}

.mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.mini-link:hover,
.mini-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.video-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d1d2e;
  aspect-ratio: 16 / 9;
}

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

.training-footnote {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.training-copy .body-copy,
.disclosure,
.site-footer,
.faq-list p,
.closing-note {
  color: var(--ink-soft);
  line-height: 1.72;
}

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

.plan-card.featured {
  background: linear-gradient(180deg, rgba(234, 107, 45, 0.12), rgba(255, 255, 255, 0.88));
  border-color: rgba(234, 107, 45, 0.18);
}

.plan-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(19, 38, 57, 0.07);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.proof-card {
  position: relative;
  overflow: hidden;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 114, 119, 0.12), transparent 72%);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
}

.closing-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 30px;
  margin-bottom: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(234, 107, 45, 0.22), transparent 24%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.closing-copy {
  max-width: 62ch;
}

.closing-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.invert-button {
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer {
  padding: 0 6px;
  font-size: 0.95rem;
}

@media (max-width: 1080px) {
  .hero-panel,
  .content-grid,
  .training-panel,
  .closing-panel {
    grid-template-columns: 1fr;
    display: grid;
  }

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

  .plans-grid,
  .proof-grid,
  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 16px;
  }

  .site-header,
  .proof-strip,
  .story-card,
  .feature-card-shell,
  .training-panel,
  .plans-panel,
  .proof-panel,
  .faq-panel,
  .closing-panel {
    border-radius: 22px;
  }

  .site-header,
  .proof-strip,
  .story-card,
  .feature-card-shell,
  .training-panel,
  .plans-panel,
  .proof-panel,
  .faq-panel {
    padding: 20px;
  }

  .hero-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
  }

  .nav-link {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .training-card-top {
    flex-direction: column;
  }

  .screen-card img {
    min-height: 260px;
  }

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

  .strip-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
