:root {
  --lp-page: #f4f7f9;
  --lp-bg: #f7f9fb;
  --lp-ink: #101d35;
  --lp-text: #26334a;
  --lp-muted: #607086;
  --lp-card: #ffffff;
  --lp-line: #dde8ee;
  --lp-line-strong: #cfe0e7;
  --lp-teal: #078f85;
  --lp-teal-2: #0bae9f;
  --lp-mint: #effbf8;
  --lp-blue-soft: #eef6ff;
  --lp-amber: #f5b301;
  --lp-amber-soft: #fff7df;
  --lp-red: #d5694c;
  --lp-shadow: 0 24px 70px rgba(16, 29, 53, 0.08);
  --lp-shadow-soft: 0 14px 42px rgba(16, 29, 53, 0.055);
  --lp-radius: 26px;
  --lp-width: min(100% - 40px, 1240px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--lp-ink);
  background: var(--lp-page);
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(7, 143, 133, 0.07), transparent 28%),
    radial-gradient(circle at 92% 3%, rgba(245, 179, 1, 0.10), transparent 25%),
    linear-gradient(180deg, #f4f7f9 0%, #ffffff 26%, #f4f7f9 64%, #ffffff 100%);
}

/* NAV */

.nav {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 74px;
  padding: 14px clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(221, 232, 238, 0.88);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lp-ink);
  text-decoration: none;
  font-size: 21px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--lp-teal);
  border-radius: 999px;
  background: #ffffff;
  color: var(--lp-teal);
  box-shadow: 0 10px 24px rgba(7, 143, 133, 0.10);
}

.nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
}

.nav-links a,
.nav-cta {
  color: #344056;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--lp-teal);
}

.nav-cta {
  justify-self: end;
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lp-teal);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(7, 143, 133, 0.18);
}

.mobile-nav-menu {
  display: none;
}

/* SHARED */

.eyebrow,
.section-kicker,
.pattern-card-kicker,
.cmel-modal-kicker {
  margin: 0 0 12px;
  color: var(--lp-teal);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stars {
  color: var(--lp-amber);
  letter-spacing: 0.10em;
  white-space: nowrap;
  -webkit-text-fill-color: var(--lp-amber);
}

.primary-cta {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--lp-teal), var(--lp-teal-2));
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(7, 143, 133, 0.20);
}

.primary-cta::after {
  content: "→";
  margin-left: 9px;
}

/* HERO - clean, open, no outer card */

.hero-shape,
.hero-shape-one,
.hero-shape-two {
  display: none;
}



.hero,
.hero-showcase {
  position: relative;
  width: var(--lp-width);
  margin: 0 auto;
  padding: clamp(12px, 2vw, 28px) 0 clamp(42px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.hero-start-anchor {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.hero-copy {
  min-width: 0;
  max-width: 620px;
}

.hero-proof {
  width: fit-content;
  margin: 0 0 20px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e7d69d;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #80560b;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 10px 26px rgba(16, 29, 53, 0.045);
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(48px, 4.65vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.032em;
  font-weight: 900;
}

.hero-title-line {
  display: block;
}

.subhead {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--lp-text);
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.5;
  font-weight: 760;
}

.subhead-secondary {
  margin-top: 9px;
}

.subhead-mobile {
  display: none;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-cta-proof {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.hero-cta-proof .stars {
  font-size: 14px;
  line-height: 1;
}

.hero-visual,
.hero-image-visual {
  min-width: 0;
  padding-top: clamp(34px, 3.2vw, 54px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-report-image-card {
  position: relative;
  width: min(100%, 580px);
  margin: 0;
  border-radius: 28px;
}

.hero-report-image-card::before {
  content: "";
  position: absolute;
  inset: 10% 3% -5%;
  z-index: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at 76% 18%, rgba(7, 143, 133, 0.16), transparent 34%),
    radial-gradient(circle at 18% 88%, rgba(245, 179, 1, 0.13), transparent 34%);
  filter: blur(22px);
  opacity: 0.72;
}

.hero-report-image-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(16, 29, 53, 0.13);
}

/* LAYOUT */

.stack-section,
.pattern-check-section,
.inside-section,
.feedback-section,
.ai-reasoning-section,
.faq-section,
.final-cta {
  width: var(--lp-width);
  margin: 34px auto 0;
}

.stack-section,
.pattern-check-section,
.ai-reasoning-section {
  display: grid;
  gap: 26px;
  align-items: stretch;
}

.stack-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
}

.pattern-check-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.85fr);
}

.ai-reasoning-section {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
}

.stack-copy,
.stack-visual,
.pattern-check-copy,
.pattern-system-card,
.inside-section,
.feedback-grid article,
.ai-reasoning-copy,
.ai-reasoning-card,
.faq-section,
.final-cta {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #ffffff;
  box-shadow: var(--lp-shadow-soft);
}

.stack-copy,
.stack-visual,
.pattern-check-copy,
.pattern-system-card,
.ai-reasoning-copy,
.ai-reasoning-card {
  padding: clamp(24px, 4vw, 42px);
}

.stack-copy h2,
.pattern-check-copy h2,
.inside-copy h2,
.feedback-section h2,
.ai-reasoning-copy h2,
.faq-section h2,
.final-cta h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.07;
  letter-spacing: -0.044em;
  font-weight: 950;
}

.stack-copy p,
.pattern-check-copy p,
.inside-copy p,
.section-head p,
.ai-reasoning-copy p,
.final-cta p {
  color: var(--lp-text);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 730;
}

.stack-copy p,
.pattern-check-copy p,
.ai-reasoning-copy p {
  max-width: 760px;
  margin: 16px 0 0;
}

/* STACK IMAGE */

.stack-visual.stack-image-visual {
  padding: clamp(18px, 2.6vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(7, 143, 133, 0.11), transparent 36%),
    radial-gradient(circle at 16% 88%, rgba(245, 179, 1, 0.13), transparent 36%),
    #ffffff;
}

.stack-energy-image-card {
  position: relative;
  width: min(100%, 560px);
  margin: 0;
  border-radius: 26px;
}

.stack-energy-image-card::before {
  content: "";
  position: absolute;
  inset: 8% 5% -4%;
  z-index: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 70% 20%, rgba(7, 143, 133, 0.14), transparent 34%),
    radial-gradient(circle at 20% 85%, rgba(140, 102, 221, 0.10), transparent 35%);
  filter: blur(20px);
  opacity: 0.75;
}

.stack-energy-image-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 24px 62px rgba(16, 29, 53, 0.12);
}

/* PATTERN CHECK */

.pattern-check-copy .pattern-check-emphasis,
.ai-reasoning-copy .ai-reasoning-emphasis {
  color: var(--lp-ink);
  font-weight: 880;
}

.pattern-check-cta {
  width: fit-content;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--lp-teal), var(--lp-teal-2));
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgba(7, 143, 133, 0.18);
}

.pattern-system-card {
  display: grid;
  gap: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 143, 133, 0.10), transparent 36%),
    #ffffff;
}

.guessing-loop-card,
.pattern-output-card {
  padding: 18px;
  border-radius: 20px;
}

.guessing-loop-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(11, 174, 159, 0.12), transparent 34%),
    #101d35;
  color: #ffffff;
}

.guessing-loop-card .pattern-card-kicker {
  color: #73efe1;
}

.guessing-loop-card h3,
.pattern-output-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.guessing-loop-card h3 {
  color: #ffffff;
}

.pattern-output-card {
  border: 1px solid #cfe9e7;
  background: var(--lp-mint);
}

.pattern-output-card h3 {
  color: var(--lp-ink);
}

.guessing-loop-card ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.guessing-loop-card li {
  padding: 11px 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef6ff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 820;
}

.guessing-loop-card small {
  display: block;
  margin-top: 14px;
  color: rgba(238, 246, 255, 0.78);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 780;
}

.pattern-chip-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pattern-chip-row span {
  padding: 8px 10px;
  border: 1px solid #cfe9e7;
  border-radius: 999px;
  background: #ffffff;
  color: var(--lp-teal);
  font-size: 12px;
  font-weight: 950;
}

.pattern-output-grid {
  margin-top: 16px;
  display: grid;
  gap: 9px;
}

.pattern-output-grid div {
  padding: 13px;
  border: 1px solid #cfe9e7;
  border-radius: 15px;
  background: #ffffff;
}

.pattern-output-grid strong,
.pattern-output-grid small {
  display: block;
}

.pattern-output-grid strong {
  color: var(--lp-ink);
  font-size: 14px;
  font-weight: 950;
}

.pattern-output-grid small {
  margin-top: 4px;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.34;
  font-weight: 760;
}

/* INSIDE REPORT */

.inside-section {
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 143, 133, 0.10), transparent 36%),
    #ffffff;
  box-shadow: var(--lp-shadow);
}

.inside-copy {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

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

.inside-card {
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: 20px;
  background: #ffffff;
}

.inside-card.paid {
  border-color: #cfe9e7;
  background: var(--lp-mint);
}

.inside-card > span {
  width: fit-content;
  padding: 8px 11px;
  display: inline-flex;
  border-radius: 999px;
  background: var(--lp-blue-soft);
  color: #0b63ce;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.inside-card.paid > span {
  background: #ffffff;
  color: var(--lp-teal);
}

.inside-card h3 {
  margin: 16px 0;
  color: var(--lp-ink);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.inside-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.inside-card li {
  position: relative;
  padding-left: 24px;
  color: var(--lp-text);
  font-size: 14px;
  line-height: 1.34;
  font-weight: 800;
}

.inside-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lp-teal);
  font-weight: 950;
}

/* FEEDBACK */

.feedback-section {
  padding: clamp(34px, 5vw, 56px) 0 0;
}

.section-head {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.56fr);
  gap: 28px;
  align-items: end;
}

.section-head.centered {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.feedback-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 0.92fr 1.12fr 0.92fr;
  gap: 16px;
  align-items: center;
}

.feedback-grid article {
  padding: 20px;
}

.featured-feedback {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(16, 29, 53, 0.11);
}

.feedback-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.feedback-top strong,
.feedback-top small {
  display: block;
}

.feedback-top strong {
  font-size: 16px;
  font-weight: 950;
}

.feedback-top small {
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 800;
}

.feedback-top b {
  color: var(--lp-amber);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--lp-ink);
  font-size: 13px;
  font-weight: 900;
}

.feedback-grid p {
  margin: 18px 0 0;
  color: var(--lp-text);
  font-size: 16px;
  line-height: 1.48;
  font-weight: 760;
}

/* AI REASONING */

.ai-reasoning-card {
  display: grid;
  gap: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 143, 133, 0.11), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(245, 179, 1, 0.10), transparent 34%),
    #ffffff;
}

.ai-reasoning-step {
  position: relative;
  padding: 18px 18px 18px 66px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.ai-reasoning-step span {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--lp-mint);
  color: var(--lp-teal);
  font-size: 12px;
  font-weight: 950;
}

.ai-reasoning-step strong,
.ai-reasoning-step small {
  display: block;
}

.ai-reasoning-step strong {
  color: var(--lp-ink);
  font-size: 17px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.ai-reasoning-step small {
  margin-top: 6px;
  color: var(--lp-muted);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 760;
}

.ai-reasoning-step.highlight {
  border-color: #cfe9e7;
  background: var(--lp-mint);
}

.ai-reasoning-step.highlight span {
  background: #ffffff;
}

/* FAQ + FINAL CTA */

.faq-section {
  padding: clamp(24px, 4vw, 40px);
}

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

.faq-grid details {
  padding: 20px;
  border: 1px solid var(--lp-line);
  border-radius: 20px;
  background: #ffffff;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--lp-ink);
  font-size: 16px;
  font-weight: 950;
}

.faq-grid p {
  margin: 12px 0 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.final-cta {
  margin-bottom: 36px;
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
  border-color: #cfe9e7;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 179, 1, 0.12), transparent 36%),
    linear-gradient(135deg, #ffffff, #effbf8);
  box-shadow: var(--lp-shadow);
}

.final-cta p {
  max-width: 680px;
  margin: 14px auto 24px;
}

.final-cta small {
  display: block;
  margin-top: 14px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 800;
}

/* MODAL */

.cmel-modal[aria-hidden="true"] {
  display: none;
}

.cmel-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  padding: 16px;
  display: grid;
  place-items: center;
  background: rgba(16, 29, 53, 0.42);
  backdrop-filter: blur(14px);
}

.cmel-modal-card {
  width: min(100%, 680px);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  border: 1px solid var(--lp-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(16, 29, 53, 0.24);
}

.cmel-modal-inner {
  padding: clamp(24px, 4vw, 38px);
}

.cmel-modal-inner h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.cmel-modal-copy {
  margin: 12px 0 0;
  color: var(--lp-text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 730;
}

.cmel-choice-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cmel-choice-card {
  padding: 18px;
  display: block;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--lp-ink);
  text-decoration: none;
}

.cmel-choice-card:hover {
  border-color: #cfe9e7;
  background: var(--lp-mint);
}

.cmel-choice-card strong,
.cmel-choice-card span {
  display: block;
}

.cmel-choice-card strong {
  font-size: 18px;
  font-weight: 950;
}

.cmel-choice-card span {
  margin-top: 8px;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 760;
}

.cmel-modal-secondary {
  width: 100%;
  min-height: 46px;
  margin-top: 14px;
  border: 0;
  border-radius: 14px;
  background: #f1f5f7;
  color: var(--lp-muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .hero-showcase,
  .inside-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual,
  .hero-image-visual {
    padding-top: 0;
    justify-content: flex-start;
  }

  .hero-report-image-card {
    width: min(100%, 650px);
  }
}

@media (max-width: 900px) {
  .stack-section,
  .pattern-check-section,
  .ai-reasoning-section,
  .inside-grid,
  .feedback-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .featured-feedback {
    transform: none;
  }

  .section-head {
    display: block;
  }
}

@media (max-width: 760px) {
  :root {
    --lp-width: min(100% - 24px, 1180px);
  }

  .page {
    background:
      linear-gradient(180deg, #f4f7f9 0%, #ffffff 34%, #f4f7f9 100%);
  }

  .nav {
    min-height: 58px;
    padding: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .brand {
    gap: 9px;
    font-size: 16px;
    letter-spacing: -0.045em;
  }

  .brand span:last-child {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-width: 1.6px;
    font-size: 15px;
  }

  .nav-cta {
    display: none;
  }

  .mobile-nav-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-nav-menu summary {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 1px solid #cfe9e7;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(16, 29, 53, 0.08);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-menu summary span {
    width: 17px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--lp-ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-nav-menu[open] summary span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-nav-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-menu[open] summary span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-nav-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(260px, calc(100vw - 24px));
    padding: 10px;
    display: grid;
    gap: 6px;
    border: 1px solid var(--lp-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(16, 29, 53, 0.16);
    backdrop-filter: blur(18px);
  }

  .mobile-nav-panel a {
    min-height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    color: var(--lp-ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
  }

  .mobile-nav-panel a:hover {
    background: var(--lp-mint);
    color: var(--lp-teal);
  }

  .mobile-nav-panel .mobile-nav-primary {
    margin-top: 4px;
    justify-content: center;
    background: linear-gradient(135deg, var(--lp-teal), var(--lp-teal-2));
    color: #ffffff;
  }

  .hero,
  .hero-showcase {
    padding: 6px 0 24px;
    text-align: center;
  }

  .hero-copy {
    margin: 0 auto;
    text-align: center;
  }

  .hero-proof {
    margin: 0 auto 14px;
    padding: 8px 12px;
    gap: 7px;
    border-color: #cfe9e7;
    background: rgba(239, 251, 248, 0.92);
    color: var(--lp-teal);
    font-size: 12px;
  }

  .hero-proof .stars {
    display: none;
  }

  .hero-proof::before {
    content: "✦";
    color: var(--lp-teal);
    font-size: 13px;
    line-height: 1;
  }

  .eyebrow {
    margin: 0 auto 10px;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.17em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.6vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.024em;
    font-weight: 900;
  }

  .hero-copy > .subhead:not(.subhead-mobile) {
    display: none;
  }

  .subhead-mobile {
    display: block;
    margin-top: 14px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.42;
    font-weight: 760;
  }

  .hero-actions {
    width: 100%;
    margin-top: 18px;
    justify-content: center;
  }

  .primary-cta,
  .pattern-check-cta {
    width: 100%;
    min-height: 50px;
    border-radius: 13px;
    font-size: 15px;
  }

  .hero-cta-proof {
    justify-content: center;
    width: 100%;
    margin-top: 11px;
    text-align: center;
    font-size: 13px;
  }

  .hero-visual,
  .hero-image-visual {
    display: none;
  }

  .stack-copy,
  .stack-visual,
  .pattern-check-copy,
  .pattern-system-card,
  .inside-section,
  .feedback-grid article,
  .ai-reasoning-copy,
  .ai-reasoning-card,
  .faq-section,
  .final-cta {
    border-radius: 22px;
  }

  .stack-copy,
  .stack-visual,
  .pattern-check-copy,
  .pattern-system-card,
  .ai-reasoning-copy,
  .ai-reasoning-card,
  .faq-section {
    padding: 20px;
  }

  .stack-copy h2,
  .pattern-check-copy h2,
  .inside-copy h2,
  .feedback-section h2,
  .ai-reasoning-copy h2,
  .faq-section h2,
  .final-cta h2 {
    font-size: clamp(32px, 9.5vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.038em;
  }

  .inside-section {
    padding: 20px;
  }

  .feedback-section {
    padding-top: 28px;
  }

  .cmel-modal {
    padding: 12px;
  }

  .cmel-modal-card {
    width: min(100%, 360px);
    max-height: calc(100dvh - 24px);
    border-radius: 24px;
  }

  .cmel-modal-inner {
    padding: 18px;
  }

  .cmel-modal-inner h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .cmel-modal-copy {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .cmel-choice-grid {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cmel-choice-card {
    padding: 13px 10px;
    border-radius: 16px;
  }

  .cmel-choice-card strong {
    font-size: 16px;
    line-height: 1.05;
  }

  .cmel-choice-card span {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.28;
    font-weight: 760;
  }

  .cmel-modal-secondary {
    min-height: 40px;
    margin-top: 10px;
    border-radius: 13px;
  }
}

@media (max-width: 370px) {
  .brand {
    font-size: 15px;
  }

  .brand span:last-child {
    max-width: 188px;
  }

  .mobile-nav-menu summary {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }
}

/* CMEL_HOME_MEDICAL_DISCLAIMER_START */
.hero-medical-disclaimer {
  width: min(100%, 680px);
  margin: 10px auto 0;
  color: #6f7d91;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 640px) {
  .hero-medical-disclaimer {
    width: min(100%, 310px);
    margin-top: 9px;
    font-size: 9.5px;
    line-height: 1.42;
  }
}
/* CMEL_HOME_MEDICAL_DISCLAIMER_END */

/* CMEL_HERO_VIDEO_V2_START */

.cmel-hero-video-v2 {
  grid-template-areas:
    "copy video"
    "disclaimer disclaimer";
  align-items: center;
}

.cmel-hero-video-v2 .hero-copy {
  grid-area: copy;
}

.cmel-hero-video-v2 .hero-video-visual {
  grid-area: video;
  min-width: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cmel-hero-expectation {
  max-width: 590px;
  margin: 14px 0 0;
  color: var(--lp-text);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 780;
}

.cmel-hero-video-card {
  position: relative;
  width: min(100%, 580px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lp-line-strong);
  border-radius: 28px;
  background: transparent;
  box-shadow: 0 24px 70px rgba(16, 29, 53, 0.13);
}

.cmel-hero-video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: initial !important;
  object-position: initial !important;
  margin: 0 !important;
  background: transparent !important;
}

.cmel-hero-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 64px;
  height: 64px;
  padding: 0;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(16, 29, 53, 0.22);
  cursor: pointer;
}

.cmel-hero-play-button[hidden] {
  display: none !important;
}

.cmel-hero-play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid var(--lp-ink);
}

.cmel-hero-play-button:hover,
.cmel-hero-play-button:focus-visible {
  transform: translate(-50%, -50%) scale(1.05);
}

.cmel-hero-disclaimer {
  grid-area: disclaimer;
  max-width: 920px;
  margin: 4px auto 0;
  text-align: center;
}

@media (max-width: 980px) {
  .cmel-hero-video-v2 {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "video"
      "disclaimer";
    gap: 22px;
  }

  .cmel-hero-video-v2 .hero-video-visual {
    width: 100%;
    min-height: 0;
    padding-top: 0;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    justify-content: center;
  }

  .cmel-hero-video-card {
    width: min(100%, 660px);
  }
}

@media (max-width: 720px) {
  .cmel-hero-video-v2 .hero-actions {
    margin-top: 24px;
  }

  .cmel-hero-video-v2 .primary-cta {
    width: 100%;
    padding-inline: 16px;
    text-align: center;
  }

  .cmel-hero-expectation {
    text-align: center;
  }

  .cmel-hero-video-v2 .hero-cta-proof {
    justify-content: center;
  }

  .cmel-hero-video-card {
    width: 100%;
    border-radius: 20px;
  }

  .cmel-hero-play-button {
    width: 56px;
    height: 56px;
  }

  .cmel-hero-play-icon {
    margin-left: 3px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 15px;
  }

  .cmel-hero-disclaimer {
    text-align: left;
  }
}

/* CMEL_HERO_VIDEO_V2_END */

/* CMEL_HERO_VIDEO_V2_END */

/* CMEL_HERO_EXPECTATION_MOBILE_V1 */

@media (max-width: 720px) {
  .cmel-hero-expectation {
    margin-top: 12px;
    color: var(--lp-muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
  }
}

/* CMEL_INSIDE_PLAN_PRICE_V1_START */

.inside-plan-price {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #cfe9e7;
  border-radius: 16px;
  background: #ffffff;
}

.inside-plan-price strong,
.inside-plan-price small {
  display: block;
}

.inside-plan-price strong {
  color: var(--lp-teal);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.inside-plan-price small {
  margin-top: 7px;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

/* CMEL_INSIDE_PLAN_PRICE_V1_END */

/* CMEL_TRANSFORMATION_CARD_V1_START */

.pattern-transformation-card {
  display: flex;
  flex-direction: column;
}

.pattern-transformation-grid {
  flex: 1;
}

.pattern-transformation-close {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 15px;
  background: var(--lp-teal);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 950;
}

/* CMEL_TRANSFORMATION_CARD_V1_END */

/* CMEL_TRANSFORMATION_AND_TESTIMONIAL_POLISH_V1_START */

/* Closing statement — text, not a button */
.pattern-transformation-close {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--lp-teal) !important;
  text-align: left !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 950 !important;
}

.avatar {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 2px solid var(--lp-teal) !important;
  border-radius: 50% !important;
  background: var(--lp-mint) !important;
  color: var(--lp-teal) !important;

  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-align: center !important;

  box-shadow: 0 6px 16px rgba(7, 143, 133, 0.12) !important;
}
/* CMEL_TRANSFORMATION_AND_TESTIMONIAL_POLISH_V1_END */

/* CMEL_SINGLE_PAID_OFFER_V1_START */

.inside-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.inside-card-featured {
  width: 100%;
  padding: clamp(24px, 3vw, 32px);
}

.inside-card-featured ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 12px;
}

@media (max-width: 720px) {
  .inside-card-featured ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* CMEL_SINGLE_PAID_OFFER_V1_END */

/* CMEL_TRANSFORMATION_MOBILE_TEXT_V1_START */

@media (max-width: 767px) {
  .pattern-transformation-grid strong {
    display: block;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
  }

  .pattern-transformation-grid small {
    display: block;
    margin-top: 5px;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* CMEL_TRANSFORMATION_MOBILE_TEXT_V1_END */
