:root {
  --mt-ink: #0a0c0d;
  --mt-ink-soft: #202427;
  --mt-paper: #f7f5f0;
  --mt-paper-bright: #fff;
  --mt-muted: #666c70;
  --mt-line: rgba(10, 12, 13, .16);
  --mt-blue: #149fd0;
  --mt-blue-dark: #087ba5;
  --mt-blue-wash: #e9f6fb;
  --mt-shell: min(100% - 48px, 1320px);
  --mt-reading: 820px;
  --mt-radius: 2px;
  --mt-ease: cubic-bezier(.22, 1, .36, 1);
  --mt-section: clamp(88px, 10vw, 168px);
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body.mt-premium {
  margin: 0;
  color: var(--mt-ink);
  background-color: var(--mt-paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.mt-premium *,
body.mt-premium *::before,
body.mt-premium *::after {
  box-sizing: border-box;
}

body.mt-premium img,
body.mt-premium video,
body.mt-premium canvas,
body.mt-premium svg {
  max-width: 100%;
}

body.mt-premium a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

body.mt-premium :focus-visible {
  outline: 3px solid var(--mt-blue);
  outline-offset: 4px;
}

body.mt-premium .shell {
  width: var(--mt-shell);
  margin-inline: auto;
}

body.mt-premium main > section {
  position: relative;
}

body.mt-premium main > section:not(.hero):not(.service-hero):not(.result-band):not(.client-logos):not(.visual-band):not(.pullquote) {
  padding-block: var(--mt-section);
}

/* Header */
body.mt-premium .topbar {
  min-height: 88px;
  background: rgba(247, 245, 240, .92);
  border-bottom: 1px solid var(--mt-line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 100;
}

body.mt-premium .topbar .nav {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

body.mt-premium .brand {
  grid-column: 2;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

body.mt-premium .brand-logo {
  width: clamp(150px, 13vw, 210px);
  height: auto;
  display: block;
}

body.mt-premium .nav-links {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: flex;
  gap: clamp(18px, 2.2vw, 36px);
  align-items: center;
}

body.mt-premium .nav-links a {
  position: relative;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .01em;
  text-decoration: none;
}

body.mt-premium .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--mt-ink);
  transition: right .35s var(--mt-ease);
}

body.mt-premium .nav-links a:hover::after {
  right: 0;
}

body.mt-premium .nav-cta,
body.mt-premium .menu-button {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

/* Type */
body.mt-premium h1,
body.mt-premium h2,
body.mt-premium h3,
body.mt-premium blockquote,
body.mt-premium .section-title {
  text-wrap: balance;
}

body.mt-premium h1,
body.mt-premium .hero h1,
body.mt-premium .service-hero h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(58px, 7.7vw, 132px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
  text-align: center;
}

body.mt-premium h1 em,
body.mt-premium h2 em,
body.mt-premium .section-title em {
  color: var(--mt-blue);
  font-weight: 400;
}

body.mt-premium .section-title,
body.mt-premium section > .shell > h2,
body.mt-premium .letter-heading h2,
body.mt-premium .system-map-head h2 {
  max-width: 1100px;
  margin: 0 auto clamp(28px, 4vw, 58px);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 6.1vw, 96px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  text-align: center;
}

body.mt-premium .lead,
body.mt-premium .hero-copy,
body.mt-premium .problem-copy {
  max-width: 800px;
  margin-inline: auto;
  color: var(--mt-muted);
  font-size: clamp(20px, 1.65vw, 28px);
  line-height: 1.55;
  text-align: center;
}

body.mt-premium .eyebrow,
body.mt-premium .hero-index,
body.mt-premium .seo-guarantee-badge,
body.mt-premium .guarantee-badge,
body.mt-premium .result-item > span,
body.mt-premium .step-index,
body.mt-premium .signal-number {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.mt-premium .eyebrow {
  margin: 0 auto 26px;
  color: var(--mt-blue-dark);
  text-align: center;
}

body.mt-premium .eyebrow::before,
body.mt-premium .eyebrow::after {
  display: none !important;
}

/* Buttons and forms */
body.mt-premium .btn,
body.mt-premium button.btn {
  min-height: 64px;
  padding: 17px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  background: var(--mt-ink);
  border: 1px solid var(--mt-ink);
  border-radius: 999px;
  font: 700 15px/1.15 "DM Sans", Arial, sans-serif;
  text-decoration: none;
  box-shadow: none;
  transition: transform .3s var(--mt-ease), background-color .3s ease, color .3s ease;
}

body.mt-premium .btn:hover {
  color: var(--mt-ink);
  background: var(--mt-paper-bright);
  transform: translateY(-3px);
}

body.mt-premium .hero-actions,
body.mt-premium .final-cta .hero-actions {
  justify-content: center;
}

body.mt-premium input,
body.mt-premium textarea,
body.mt-premium select {
  font: inherit;
}

body.mt-premium .hero-optin-fields {
  max-width: 920px;
  margin-inline: auto;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--mt-ink);
  border-radius: 999px;
}

body.mt-premium .hero-optin-fields input {
  min-height: 64px;
  padding-inline: 28px;
  border: 0;
  background: transparent;
  outline: none;
}

body.mt-premium .hero-optin-note,
body.mt-premium .hero-consent {
  max-width: 920px;
  margin-inline: auto;
  color: var(--mt-muted);
  font-size: 14px;
}

/* Heroes */
body.mt-premium .hero,
body.mt-premium .service-hero {
  min-height: min(920px, 92svh);
  padding: clamp(110px, 13vw, 190px) 0 clamp(90px, 11vw, 150px);
  display: grid;
  place-items: center;
  background-color: var(--mt-paper);
  overflow: hidden;
}

body.mt-premium .service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(247, 245, 240, .9), rgba(247, 245, 240, .97)),
    var(--hero-image) center/cover no-repeat;
  z-index: 0;
}

body.mt-premium .hero::after,
body.mt-premium .service-hero::after {
  content: "";
  position: absolute;
  width: min(60vw, 860px);
  aspect-ratio: 1;
  right: -25%;
  top: 5%;
  border: 1px solid rgba(20, 159, 208, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(20, 159, 208, .025), 0 0 0 18vw rgba(20, 159, 208, .018);
  pointer-events: none;
}

body.mt-premium .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

/* Legacy reveal states must never hide primary sales copy. */
body.mt-premium [data-reveal].revealed,
body.mt-premium .hero-content[data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

body.mt-premium .hero-globe {
  display: none !important;
}

body.mt-premium .hero::after {
  display: none !important;
}

body.mt-premium .hero-copy {
  margin-top: clamp(32px, 4vw, 58px);
}

body.mt-premium .hero-actions {
  margin-top: 36px;
}

body.mt-premium .hero-proof {
  max-width: 980px;
  margin: 34px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  color: var(--mt-muted);
  font-size: 14px;
}

body.mt-premium .hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.mt-premium .hero-proof svg {
  width: 17px;
  color: var(--mt-blue);
}

/* Horizontal proof bands */
body.mt-premium .result-band {
  padding: 0;
  background: var(--mt-ink);
  color: #fff;
}

body.mt-premium .result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body.mt-premium .result-item {
  min-height: 190px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

body.mt-premium .result-item:last-child {
  border-right: 0;
}

body.mt-premium .result-item span {
  color: var(--mt-blue);
}

body.mt-premium .result-item strong {
  max-width: 330px;
  font: 400 clamp(25px, 2vw, 34px)/1.12 "Instrument Serif", Georgia, serif;
}

/* Long-form letters */
body.mt-premium .longform-layout,
body.mt-premium .letter-layout {
  display: block !important;
}

body.mt-premium .longform-heading,
body.mt-premium .letter-heading {
  max-width: 1120px;
  margin: 0 auto clamp(56px, 7vw, 104px);
}

body.mt-premium .longform-copy,
body.mt-premium .long-copy {
  width: min(100%, var(--mt-reading));
  margin-inline: auto !important;
  color: var(--mt-ink-soft);
  font-size: clamp(21px, 1.65vw, 29px) !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

body.mt-premium .longform-copy p,
body.mt-premium .long-copy p {
  margin: 0 0 1.35em !important;
  text-align: left !important;
}

body.mt-premium .longform-copy h2,
body.mt-premium .longform-copy h3,
body.mt-premium .long-copy h2,
body.mt-premium .long-copy h3 {
  margin: 2.2em 0 .72em;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.05;
  text-align: left;
}

body.mt-premium .longform-callout {
  width: calc(100% + clamp(0px, 8vw, 140px));
  margin: clamp(70px, 9vw, 130px) 0 clamp(70px, 9vw, 130px) clamp(-70px, -4vw, 0px);
  padding: clamp(42px, 6vw, 86px);
  color: #fff;
  background: var(--mt-ink);
  border-left: 5px solid var(--mt-blue);
  font: 400 clamp(35px, 4.6vw, 72px)/1.03 "Instrument Serif", Georgia, serif;
}

body.mt-premium .longform-callout em {
  display: block;
  color: var(--mt-blue);
}

body.mt-premium .spoken-line {
  padding-left: 1.4em;
  border-left: 1px solid var(--mt-line);
}

/* Cards and lists */
body.mt-premium .scope-grid,
body.mt-premium .steps,
body.mt-premium .pain-list,
body.mt-premium .guarantee-steps,
body.mt-premium .measurement-list {
  gap: 0;
  border-top: 1px solid var(--mt-line);
  border-left: 1px solid var(--mt-line);
}

body.mt-premium .scope-item,
body.mt-premium .step,
body.mt-premium .pain-item,
body.mt-premium .guarantee-step,
body.mt-premium .measurement-item {
  min-width: 0;
  padding: clamp(34px, 4vw, 64px);
  background: rgba(255, 255, 255, .38);
  border: 0;
  border-right: 1px solid var(--mt-line);
  border-bottom: 1px solid var(--mt-line);
  box-shadow: none;
  transition: background-color .35s ease, transform .35s var(--mt-ease);
}

body.mt-premium .scope-item:hover,
body.mt-premium .step:hover,
body.mt-premium .pain-item:hover {
  background: var(--mt-paper-bright);
  transform: translateY(-5px);
}

body.mt-premium .scope-item h3,
body.mt-premium .step h3,
body.mt-premium .pain-item h3,
body.mt-premium .guarantee-step h3,
body.mt-premium .measurement-item h3 {
  margin: 22px 0 14px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(31px, 2.8vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}

body.mt-premium .scope-item p,
body.mt-premium .step p,
body.mt-premium .pain-item p,
body.mt-premium .guarantee-step p,
body.mt-premium .measurement-item p {
  color: var(--mt-muted);
  font-size: 17px;
  line-height: 1.65;
}

body.mt-premium .breakdown-list {
  border-top: 1px solid var(--mt-ink);
}

body.mt-premium .breakdown-row {
  padding: clamp(32px, 4vw, 56px) 0;
  display: grid;
  grid-template-columns: 90px minmax(220px, .8fr) 1.2fr;
  gap: 36px;
  align-items: start;
  border-bottom: 1px solid var(--mt-line);
}

body.mt-premium .breakdown-row h3 {
  margin: 0;
  font: 400 clamp(32px, 3vw, 50px)/1.05 "Instrument Serif", Georgia, serif;
}

body.mt-premium .breakdown-row p {
  margin: 0;
  color: var(--mt-muted);
}

/* Dark visual anchors and guarantee */
body.mt-premium .problem,
body.mt-premium .system-map,
body.mt-premium .visual-band,
body.mt-premium .pullquote,
body.mt-premium .seo-guarantee,
body.mt-premium .performance-guarantee {
  color: #f7f5f0;
  background-color: #07090a;
  background-image: repeating-linear-gradient(135deg, transparent 0 64px, rgba(20, 159, 208, .13) 64px 65px);
}

body.mt-premium .problem .section-title,
body.mt-premium .system-map .section-title,
body.mt-premium .system-map-head h2,
body.mt-premium .visual-band .section-title,
body.mt-premium .pullquote blockquote,
body.mt-premium .seo-guarantee .section-title,
body.mt-premium .performance-guarantee .section-title {
  color: #fff;
}

body.mt-premium .problem p,
body.mt-premium .system-map p,
body.mt-premium .visual-band p,
body.mt-premium .pullquote p,
body.mt-premium .seo-guarantee p,
body.mt-premium .performance-guarantee p {
  color: rgba(255, 255, 255, .68);
}

body.mt-premium .seo-guarantee-inner {
  max-width: 1160px;
  margin-inline: auto;
  padding: clamp(54px, 7vw, 100px);
  border: 1px solid rgba(255, 255, 255, .4);
  outline: 1px solid rgba(20, 159, 208, .42);
  outline-offset: -12px;
  background: rgba(7, 9, 10, .84);
}

body.mt-premium .guarantee-intro {
  width: min(100%, var(--mt-reading));
  margin: 0 auto clamp(52px, 6vw, 84px);
  font-size: clamp(19px, 1.4vw, 24px);
}

body.mt-premium .guarantee-kicker {
  color: var(--mt-blue);
  text-align: center;
}

body.mt-premium .guarantee-steps {
  border-color: rgba(255, 255, 255, .2);
}

body.mt-premium .guarantee-step {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(255, 255, 255, .18);
}

body.mt-premium .guarantee-step span {
  color: var(--mt-blue);
}

body.mt-premium .guarantee-step h3 {
  color: #fff;
}

body.mt-premium .pullquote {
  padding-block: clamp(90px, 12vw, 180px);
}

body.mt-premium .pullquote blockquote {
  max-width: 1150px;
  margin: 0 auto 28px;
  font: 400 clamp(50px, 7vw, 112px)/.95 "Instrument Serif", Georgia, serif;
  text-align: center;
}

/* Client logos */
body.mt-premium .client-logos {
  padding: 46px 0;
  background: #fff;
  border-block: 1px solid var(--mt-line);
}

body.mt-premium .client-logos h2 {
  margin: 0 0 24px;
  font: 700 12px/1.2 "DM Sans", Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.mt-premium .client-logo {
  min-width: 240px;
  height: 96px;
  display: grid;
  place-items: center;
  opacity: .68;
  filter: grayscale(1) contrast(1.25);
  transition: opacity .3s ease, filter .3s ease;
}

body.mt-premium .client-logo:hover {
  opacity: 1;
  filter: grayscale(0) contrast(1.1);
}

body.mt-premium .client-logo img {
  max-width: 190px;
  max-height: 70px;
  object-fit: contain;
}

/* FAQ */
body.mt-premium .faq-list {
  max-width: 980px;
  margin-inline: auto;
  border-top: 1px solid var(--mt-ink);
}

body.mt-premium .faq-item {
  border-bottom: 1px solid var(--mt-line);
}

body.mt-premium .faq-question,
body.mt-premium .faq-item summary {
  width: 100%;
  padding: 30px 0;
  color: var(--mt-ink);
  background: none;
  border: 0;
  font: 500 clamp(20px, 1.7vw, 28px)/1.35 "DM Sans", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

body.mt-premium .faq-answer {
  max-width: 800px;
  padding: 0 0 34px;
  color: var(--mt-muted);
  font-size: 18px;
  line-height: 1.75;
}

/* Final CTA and footer */
body.mt-premium .final-cta,
body.mt-premium .offer {
  padding-block: clamp(100px, 13vw, 190px);
  text-align: center;
}

body.mt-premium .final-cta .shell,
body.mt-premium .offer .shell {
  max-width: 1100px;
}

body.mt-premium footer,
body.mt-premium .footer {
  color: rgba(255, 255, 255, .75);
  background: var(--mt-ink);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

body.mt-premium footer a,
body.mt-premium .footer a {
  text-decoration: none;
}

/* Motion */
body.mt-premium.mt-motion [data-reveal],
body.mt-premium.mt-motion .mt-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s var(--mt-ease), transform .9s var(--mt-ease);
}

body.mt-premium.mt-motion [data-reveal].is-visible,
body.mt-premium.mt-motion .mt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.mt-premium.mt-motion .result-item,
body.mt-premium.mt-motion .scope-item,
body.mt-premium.mt-motion .step,
body.mt-premium.mt-motion .breakdown-row {
  transition-delay: calc(var(--mt-order, 0) * 90ms);
}

/* Funnel pages */
body.mt-premium.linear-sales-page .sales-letter,
body.mt-premium.linear-sales-page .letter-copy,
body.mt-premium.linear-sales-page .long-copy {
  max-width: var(--mt-reading);
  margin-inline: auto;
}

body.mt-premium.linear-sales-page .sales-letter p,
body.mt-premium.linear-sales-page .letter-copy p {
  font-size: clamp(21px, 1.65vw, 29px);
  line-height: 1.72;
  text-align: left;
}

/* Report opt-in: strong direct-response hierarchy without oversized display copy */
body.mt-premium .optin-header {
  min-height: 88px;
  padding: 0 24px;
  display: grid;
  place-items: center;
  background: #07090a;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.mt-premium .optin-header .brand-logo {
  width: clamp(156px, 14vw, 214px);
  filter: brightness(0) invert(1);
}

body.mt-premium .report-hero {
  padding: clamp(96px, 10vw, 150px) 0 clamp(80px, 9vw, 132px);
  color: #fff;
  background:
    radial-gradient(circle at 50% 22%, rgba(20, 159, 208, .12), transparent 34%),
    #07090a;
  overflow: hidden;
}

body.mt-premium .report-hero .hero-shell {
  width: var(--mt-shell);
  max-width: 1320px;
  margin-inline: auto;
  text-align: center;
}

body.mt-premium .report-hero .hero-kicker {
  max-width: 780px;
  margin: 0 auto 32px;
  color: var(--mt-blue);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.mt-premium .report-hero h1 {
  max-width: 1140px;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.043em;
  text-transform: none;
}

body.mt-premium .report-hero h1 em {
  display: inline;
  color: var(--mt-blue);
  font-style: italic;
}

body.mt-premium .report-hero .hero-subtitle {
  max-width: 820px;
  margin: clamp(34px, 4vw, 56px) auto 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(20px, 1.55vw, 27px);
  line-height: 1.55;
}

body.mt-premium .report-hero .report-visual {
  max-width: 1080px;
  margin: clamp(58px, 7vw, 96px) auto 0;
}

body.mt-premium .report-hero .cta-cluster {
  max-width: 820px;
  margin: clamp(50px, 6vw, 80px) auto 0;
}

body.mt-premium .report-hero .report-cta {
  width: min(100%, 760px);
  min-height: 86px;
  padding: 18px 32px;
  color: #fff;
  background: var(--mt-blue-dark);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 2px;
  box-shadow: none;
}

body.mt-premium .report-hero .privacy-note,
body.mt-premium .report-hero .trust-line {
  color: rgba(255, 255, 255, .62);
}

body.mt-premium .report-hero .trust-line {
  max-width: 900px;
  margin: 36px auto 0;
  font-size: 15px;
}

body.mt-premium .letter-section .sales-letter {
  width: min(100% - 30px, var(--mt-reading));
  margin-inline: auto;
}

body.mt-premium .letter-section .sales-letter > p {
  font-size: clamp(21px, 1.65vw, 29px);
  line-height: 1.72;
  text-align: left;
}

/* Responsive */
@media (max-width: 1040px) {
  body.mt-premium .topbar .nav {
    grid-template-columns: auto 1fr auto;
  }

  body.mt-premium .brand {
    grid-column: 2;
  }

  body.mt-premium .nav-links,
  body.mt-premium .nav-cta {
    display: none;
  }

  body.mt-premium .menu-button {
    display: inline-flex;
  }

  body.mt-premium .result-grid,
  body.mt-premium .scope-grid,
  body.mt-premium .steps,
  body.mt-premium .pain-list,
  body.mt-premium .guarantee-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mt-premium .result-item:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  body.mt-premium .breakdown-row {
    grid-template-columns: 60px 1fr;
  }

  body.mt-premium .breakdown-row p {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  :root {
    --mt-shell: min(100% - 30px, 1320px);
    --mt-section: clamp(72px, 20vw, 104px);
  }

  body.mt-premium {
    font-size: 17px;
  }

  body.mt-premium .topbar,
  body.mt-premium .topbar .nav {
    min-height: 74px;
  }

  body.mt-premium .hero,
  body.mt-premium .service-hero {
    min-height: auto;
    padding: 110px 0 82px;
  }

  body.mt-premium h1,
  body.mt-premium .hero h1,
  body.mt-premium .service-hero h1 {
    font-size: clamp(50px, 16vw, 76px);
    line-height: .95;
  }

  body.mt-premium .section-title,
  body.mt-premium section > .shell > h2,
  body.mt-premium .letter-heading h2,
  body.mt-premium .system-map-head h2 {
    font-size: clamp(43px, 13vw, 66px);
  }

  body.mt-premium .hero-copy,
  body.mt-premium .lead,
  body.mt-premium .problem-copy {
    font-size: 19px;
  }

  body.mt-premium .hero-optin-fields {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  body.mt-premium .hero-optin-fields input,
  body.mt-premium .hero-optin-fields .btn {
    width: 100%;
    min-height: 62px;
    margin-top: 10px;
    border: 1px solid var(--mt-ink);
    border-radius: 999px;
  }

  body.mt-premium .result-grid,
  body.mt-premium .scope-grid,
  body.mt-premium .steps,
  body.mt-premium .pain-list,
  body.mt-premium .guarantee-steps,
  body.mt-premium .measurement-list {
    grid-template-columns: 1fr;
  }

  body.mt-premium .result-item,
  body.mt-premium .result-item:last-child {
    grid-column: auto;
    min-height: 150px;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  body.mt-premium .longform-copy,
  body.mt-premium .long-copy,
  body.mt-premium.linear-sales-page .sales-letter p,
  body.mt-premium.linear-sales-page .letter-copy p {
    font-size: 20px !important;
    line-height: 1.68 !important;
  }

  body.mt-premium .longform-callout {
    width: 100%;
    margin-inline: 0;
    padding: 36px 28px;
    font-size: 39px;
  }

  body.mt-premium .breakdown-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.mt-premium .breakdown-row p {
    grid-column: auto;
  }

  body.mt-premium .seo-guarantee-inner {
    padding: 42px 24px;
    outline-offset: -8px;
  }

  body.mt-premium .client-logo {
    min-width: 190px;
  }

  body.mt-premium .report-hero {
    padding-top: 74px;
  }

 

  body.mt-premium .report-hero .hero-kicker {
    font-size: 11px;
  }

  body.mt-premium .report-hero .hero-subtitle {
    font-size: 19px;
  }

body.mt-premium .report-hero .report-cta {
    min-height: 76px;
    padding-inline: 20px;
  }
}

/* Independent MarkenTal proof library: large, editorial and outcome-led. */
body.mt-premium .mt-case-studies {
  position: relative;
  overflow: hidden;
  padding-block: var(--mt-section);
  background:
    linear-gradient(135deg, rgba(20, 159, 208, .045) 0 1px, transparent 1px 42px),
    var(--mt-paper);
  background-size: 42px 42px;
}

body.mt-premium .mt-case-studies::after {
  content: "";
  position: absolute;
  width: min(42vw, 680px);
  aspect-ratio: 1;
  right: -18vw;
  top: -28%;
  border: 1px solid rgba(20, 159, 208, .18);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(20, 159, 208, .035),
    0 0 0 108px rgba(20, 159, 208, .02);
  pointer-events: none;
}

body.mt-premium .mt-case-studies__head {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto clamp(54px, 7vw, 96px);
  text-align: center;
}

body.mt-premium .mt-case-studies__label {
  margin: 0 0 22px;
  color: var(--mt-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.mt-premium .mt-case-studies__head .lead {
  max-width: 850px;
  margin: 30px auto 0;
}

body.mt-premium .mt-case-studies__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.mt-premium .mt-case-card {
  position: relative;
  min-height: 490px;
  padding: clamp(30px, 4.5vw, 64px);
  border: 1px solid rgba(10, 12, 13, .16);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transition:
    transform .55s cubic-bezier(.2, .8, .2, 1),
    border-color .35s ease,
    box-shadow .55s ease;
}

body.mt-premium .mt-case-card:hover {
  transform: translateY(-8px);
  border-color: rgba(20, 159, 208, .5);
  box-shadow: 0 34px 90px rgba(8, 23, 31, .12);
}

body.mt-premium .mt-case-card--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 85% 10%, rgba(20, 159, 208, .22), transparent 34%),
    #080b0d;
}

body.mt-premium .mt-case-card--wide {
  grid-column: 1 / -1;
  min-height: 400px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, .96), rgba(240, 250, 254, .88));
}

body.mt-premium .mt-case-card__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .62;
}

body.mt-premium .mt-case-card__metric {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: auto;
  padding-top: 58px;
}

body.mt-premium .mt-case-card__metric strong {
  color: var(--mt-blue);
  font-family: var(--mt-display);
  font-size: clamp(76px, 9vw, 142px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.06em;
}

body.mt-premium .mt-case-card__metric span {
  max-width: 230px;
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.1;
}

body.mt-premium .mt-case-card > p {
  max-width: 640px;
  margin: 36px 0 0;
  color: var(--mt-muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
}

body.mt-premium .mt-case-card--dark > p {
  color: rgba(255, 255, 255, .68);
}

body.mt-premium .mt-case-card__signal {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 44px;
  margin-top: 34px;
}

body.mt-premium .mt-case-card__signal i {
  width: 9px;
  height: calc(12px + var(--signal, 1) * 5px);
  background: var(--mt-blue);
  animation: mt-signal 1.4s ease-in-out infinite alternate;
}

body.mt-premium .mt-case-card__signal i:nth-child(2) { --signal: 3; animation-delay: -.7s; }
body.mt-premium .mt-case-card__signal i:nth-child(3) { --signal: 5; animation-delay: -.2s; }
body.mt-premium .mt-case-card__signal i:nth-child(4) { --signal: 2; animation-delay: -.9s; }
body.mt-premium .mt-case-card__signal i:nth-child(5) { --signal: 4; animation-delay: -.4s; }

body.mt-premium .mt-case-card__orderflow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  color: var(--mt-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.mt-premium .mt-case-card__orderflow b {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(10, 12, 13, .12);
}

body.mt-premium .mt-case-card__orderflow b::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mt-blue);
  transform: translateX(-100%);
  animation: mt-orderflow 2.8s ease-in-out infinite;
}

body.mt-premium .mt-case-card__orderflow b:nth-of-type(2)::after {
  animation-delay: 1.15s;
}

body.mt-premium .mt-case-card__link {
  width: fit-content;
  margin-top: 42px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--mt-ink);
  font-weight: 800;
  text-decoration: none;
}

body.mt-premium .mt-case-card__link span {
  display: inline-block;
  margin-left: 12px;
  transition: transform .25s ease;
}

body.mt-premium .mt-case-card__link:hover span {
  transform: translateX(6px);
}

@keyframes mt-signal {
  to { transform: scaleY(.42); opacity: .46; }
}

@keyframes mt-orderflow {
  0%, 15% { transform: translateX(-100%); }
  55%, 100% { transform: translateX(100%); }
}

@media (max-width: 860px) {
  body.mt-premium .mt-case-studies__grid {
    grid-template-columns: 1fr;
  }

  body.mt-premium .mt-case-card,
  body.mt-premium .mt-case-card--wide {
    grid-column: auto;
    min-height: 400px;
  }
}

@media (max-width: 560px) {
  body.mt-premium .mt-case-card {
    min-height: 350px;
    padding: 28px;
  }

  body.mt-premium .mt-case-card__top {
    display: grid;
    gap: 8px;
  }

  body.mt-premium .mt-case-card__metric strong {
    font-size: clamp(72px, 26vw, 104px);
  }

  body.mt-premium .mt-case-card__orderflow {
    grid-template-columns: 1fr;
  }

  body.mt-premium .mt-case-card__orderflow b {
    width: 2px;
    height: 24px;
  }
}

/* Long-form sales-letter flow: no isolated callouts or section labels. */
.flowing-copy .section-eyebrow,
.flowing-copy .reviews-kicker,
.flowing-copy .final-availability {
  display: none !important;
}

.flowing-copy .copy-staccato {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.flowing-copy .copy-staccato p,
.flowing-copy .copy-prose > blockquote {
  margin: 0 0 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #25272b;
  font: 400 32px/1.5 "DM Sans", Arial, sans-serif;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .copy-prose > blockquote {
  font-weight: 700;
}

.flowing-copy .offer-band {
  padding: 0 24px 96px;
  background: #fff;
  color: #25272b;
  text-align: left;
}

.flowing-copy .offer-band-shell {
  width: min(767px, 100%);
  max-width: 767px;
  margin: 0 auto;
}

.flowing-copy .offer-copy {
  max-width: none;
  margin: 0 0 34px;
  color: #25272b;
  font: 700 32px/1.5 "DM Sans", Arial, sans-serif;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .offer-band .privacy-note {
  justify-content: flex-start;
  color: #686b70;
}

.inline-letter-cta {
  margin-top: 12px;
}

.flowing-copy .copy-prose .inline-letter-cta > p:first-child {
  margin: 0 0 34px;
  font-size: 32px;
  line-height: 1.5;
}

.flowing-copy .copy-prose .inline-letter-cta .privacy-note {
  justify-content: flex-start;
  margin: 16px 0 0;
  color: #686b70;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.flowing-copy .discover--twelve {
  padding-top: 110px;
  padding-bottom: 110px;
}

.flowing-copy .discover--twelve .discover-shell {
  width: min(960px, 100%) !important;
  max-width: 960px !important;
}

.flowing-copy .discover--twelve h2 {
  max-width: 900px;
  margin: 0 auto 76px;
  font: 400 clamp(58px, 5vw, 86px)/.98 "Anton", Impact, sans-serif;
  letter-spacing: -.025em;
  text-align: center;
  text-transform: uppercase;
}

.reference-discover-list {
  display: grid;
  max-width: 767px;
  margin: 0 auto;
  padding: 0;
  gap: 52px;
  list-style: none;
}

.reference-discover-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.reference-discover-list li > svg {
  width: 46px;
  height: 46px;
  margin-top: 4px;
  padding: 8px;
  border-radius: 50%;
  background: #22a8df;
  color: #fff;
  stroke-width: 4;
}

.reference-discover-list p,
.inline-reference-cta p {
  margin: 0;
  color: #25272b;
  font: 400 32px/1.5 "DM Sans", Arial, sans-serif;
}

.reference-discover-list strong {
  font-weight: 700;
}

.inline-reference-cta {
  max-width: 767px;
  margin: 76px auto 0;
}

.inline-reference-cta p {
  margin-bottom: 34px;
  font-weight: 700;
}

.reference-ebook {
  width: min(820px, 94vw);
  margin: 50px auto 12px;
}

@media (max-width: 560px) {
  .flowing-copy .copy-staccato p,
  .flowing-copy .copy-prose > blockquote,
  .flowing-copy .offer-copy,
  .reference-discover-list p,
  .inline-reference-cta p {
    margin-bottom: 38px;
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  .flowing-copy .offer-band {
    padding: 0 20px 72px;
  }

  .flowing-copy .copy-prose .inline-letter-cta > p:first-child {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.55;
  }

  .flowing-copy .discover--twelve {
    padding: 78px 20px;
  }

  .flowing-copy .discover--twelve h2 {
    margin-bottom: 54px;
    font-size: 48px;
  }

  .reference-discover-list {
    gap: 42px;
  }

  .reference-discover-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
  }

  .reference-discover-list li > svg {
    width: 38px;
    height: 38px;
    padding: 7px;
  }

  .inline-reference-cta {
    margin-top: 58px;
  }

  .reference-ebook {
    width: min(480px, 96vw);
    margin-top: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.mt-premium *,
  body.mt-premium *::before,
  body.mt-premium *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 12-step report long-form layout */
.optin-page--twelve {
  background: #f4f4f1;
}

.optin-page--twelve main h2,
.optin-page--twelve main h3 {
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.optin-page--twelve .report-hero--copy {
  min-height: 100vh;
  padding: 150px 28px 116px;
}

.optin-page--twelve .report-hero--copy .hero-shell {
  width: min(1600px, 100%) !important;
}

.optin-page--twelve .report-hero--copy h1 {
  max-width: 1580px;
}

.optin-page--twelve .report-hero--copy .hero-subtitle {
  max-width: 940px;
  margin-top: 38px;
}

.optin-page--twelve .report-hero--copy .cta-cluster {
  margin-top: 44px;
}

.copy-section,
.credibility-section,
.fit-section,
.guide-section,
.faq-section--report {
  padding: clamp(88px, 9vw, 150px) 28px;
}

.copy-section--paper,
.guide-section,
.faq-section--report {
  background: #f4f4f1;
}

.copy-shell,
.problem-shell,
.vision-shell,
.fit-shell,
.urgency-shell,
.guide-shell,
.guarantee-shell,
.faq-shell {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.copy-prose {
  color: #25272b;
}

.copy-prose > p,
.copy-prose > ol,
.copy-prose > blockquote,
.copy-prose > .copy-staccato {
  width: min(100%, 800px);
  margin-right: auto;
  margin-left: auto;
}

.copy-prose > p {
  margin-top: 0;
  margin-bottom: 34px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(20px, 1.4vw, 24px) !important;
  line-height: 1.72 !important;
}

.copy-prose > h2 {
  max-width: 1040px;
  margin: 24px auto 58px;
  font-size: clamp(58px, 6vw, 96px) !important;
  line-height: .95 !important;
  text-align: center;
}

.copy-prose > h3 {
  width: min(100%, 800px);
  margin: 82px auto 24px;
  font-size: clamp(36px, 3.2vw, 52px) !important;
  line-height: 1 !important;
}

.copy-date,
.copy-salutation {
  font-size: 15px !important;
}

.copy-date {
  color: #77797e;
  text-transform: uppercase;
}

.copy-salutation {
  margin-top: 58px !important;
  font-weight: 700;
}

.copy-staccato {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
  padding: 34px 38px;
  border-left: 7px solid var(--optin-blue);
  background: #fff;
}

.copy-staccato p {
  margin: 0;
  font: 400 clamp(34px, 3.3vw, 48px)/1.12 "Anton", Impact, sans-serif;
  text-transform: uppercase;
}

.copy-staccato p + p {
  margin-top: 10px;
}

.copy-prose > blockquote {
  margin-top: 58px;
  margin-bottom: 58px;
  padding: 45px 0;
  border-block: 2px solid #191b1f;
  font: 400 clamp(44px, 5vw, 74px)/1 "Anton", Impact, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.section-eyebrow {
  margin: 0 0 22px;
  color: var(--optin-blue);
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3 !important;
  text-align: center;
  text-transform: uppercase;
}

.offer-band {
  padding: clamp(90px, 10vw, 150px) 28px;
  background: #101216;
  color: #fff;
  text-align: center;
}

.offer-band-shell {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.offer-band h2,
.urgency-section h2,
.final-offer--twelve h2 {
  margin: 0 auto 42px;
  font-size: clamp(60px, 6.6vw, 108px) !important;
  line-height: .93 !important;
}

.offer-band .report-cta,
.urgency-section .report-cta,
.final-offer--twelve .report-cta {
  width: min(760px, 100%);
  margin-inline: auto;
}

.offer-band .privacy-note,
.final-offer--twelve .privacy-note {
  justify-content: center;
}

.credibility-section {
  background: #fff;
}

.credibility-section h2,
.discover--twelve h2,
.problem-section > .problem-shell > h2,
.vision-section h2,
.fit-section h2,
.guarantee-section h2,
.faq-section--report h2,
.reviews-section--twelve h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(60px, 6.2vw, 100px) !important;
  line-height: .94 !important;
  text-align: center;
}

.credibility-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 80px;
  align-items: start;
  margin-top: 72px;
}

.credibility-photo {
  margin: 40px auto 0;
  max-width: 320px;
}

.credibility-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}

.copy-prose--compact > p {
  width: 100%;
  font-size: 21px !important;
}

.credibility-facts {
  border-block: 1px solid #d7d8da;
}

.credibility-facts div {
  display: grid;
  grid-template-columns: minmax(150px, .75fr) 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #d7d8da;
}

.credibility-facts div:last-child {
  border-bottom: 0;
}

.credibility-facts strong {
  color: var(--optin-blue);
  font: 400 clamp(42px, 4vw, 62px)/.9 "Anton", Impact, sans-serif;
}

.credibility-facts span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.discover--twelve {
  padding: clamp(100px, 10vw, 160px) 28px;
  background: #f4f4f1;
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 78px;
  border-top: 1px solid #cecfd2;
  border-left: 1px solid #cecfd2;
}

.learning-grid article {
  min-height: 420px;
  padding: 44px;
  border-right: 1px solid #cecfd2;
  border-bottom: 1px solid #cecfd2;
  background: rgba(255, 255, 255, .5);
}

.learning-grid article > span,
.problem-stack article > span {
  color: var(--optin-blue);
  font: 400 18px/1 "Anton", Impact, sans-serif;
}

.learning-grid h3 {
  margin: 70px 0 24px;
  font-size: clamp(35px, 3vw, 48px) !important;
  line-height: 1 !important;
}

.learning-grid p,
.problem-stack p,
.fit-card li,
.urgency-section > .urgency-shell > p,
.final-offer--twelve > .final-shell > p:not(.final-availability):not(.privacy-note) {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.problem-section {
  padding: clamp(100px, 10vw, 160px) 28px;
  background: #fff;
}

.problem-stack {
  margin-top: 78px;
  border-top: 1px solid #d4d5d7;
}

.problem-stack article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 34px;
  padding: 44px 0;
  border-bottom: 1px solid #d4d5d7;
}

.problem-stack h3 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3vw, 48px) !important;
  line-height: 1 !important;
}

.problem-stack p {
  max-width: 850px;
  margin: 0;
  color: #5d6065;
}

.problem-conclusion {
  max-width: 980px;
  margin: 70px auto 0;
  font: 400 clamp(36px, 4vw, 58px)/1.08 "Anton", Impact, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.vision-section {
  padding: clamp(110px, 12vw, 180px) 28px;
  background: #111318;
  color: #fff;
}

.vision-section .section-eyebrow {
  color: #43c1f4;
}

.copy-prose--light {
  margin-top: 68px;
}

.copy-prose--light > p {
  color: #d2d4d8;
}

.fit-section {
  background: #f4f4f1;
}

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

.fit-card {
  padding: clamp(38px, 4vw, 58px);
  border: 1px solid #d2d3d5;
  background: #fff;
}

.fit-card--no {
  background: #17191d;
  color: #fff;
}

.fit-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #e6f7ef;
  color: #008e61;
}

.fit-card--no .fit-icon {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.fit-card h3 {
  margin: 38px 0 30px;
  font-size: clamp(35px, 3.2vw, 50px) !important;
  line-height: 1 !important;
}

.fit-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding-left: 22px;
}

.fit-card--no li {
  color: #c8cbd0;
}

.urgency-section {
  padding: clamp(100px, 11vw, 170px) 28px;
  background: var(--optin-blue);
  color: #fff;
  text-align: center;
}

.urgency-section > .urgency-shell > p {
  max-width: 780px;
  margin: 0 auto 42px;
  font-size: 21px !important;
}

.guide-shell {
  width: min(1060px, 100%);
}

.guide-shell .section-eyebrow {
  width: 100%;
}

.guide-intro {
  margin-bottom: 70px !important;
  font-size: 25px !important;
  font-weight: 600;
}

.guide-list {
  display: grid;
  gap: 18px;
  padding-left: 26px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.65;
}

.reviews-section--twelve {
  padding: clamp(100px, 10vw, 160px) 28px;
}

.guarantee-section {
  padding: clamp(100px, 11vw, 170px) 28px;
  background: #fff;
  text-align: center;
}

.guarantee-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #e7f7f0;
  color: #008e61;
}

.guarantee-icon svg {
  width: 38px;
  height: 38px;
}

.guarantee-section .copy-prose {
  max-width: 800px;
  margin: 58px auto 0;
  text-align: left;
}

.faq-shell {
  width: min(1080px, 100%);
}

.report-faq {
  margin-top: 72px;
  border-top: 1px solid #cfd0d2;
}

.report-faq details {
  border-bottom: 1px solid #cfd0d2;
}

.report-faq summary {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  font: 400 clamp(28px, 2.6vw, 40px)/1.1 "Anton", Impact, sans-serif;
  list-style: none;
  text-transform: uppercase;
}

.report-faq summary::-webkit-details-marker {
  display: none;
}

.report-faq summary svg {
  transition: transform .25s ease;
}

.report-faq details[open] summary svg {
  transform: rotate(45deg);
}

.report-faq details p {
  max-width: 850px;
  margin: -4px 0 30px;
  color: #5e6166;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.final-offer--twelve {
  padding: clamp(110px, 12vw, 190px) 28px;
  background: #111318;
  color: #fff;
  text-align: center;
}

.final-offer--twelve .final-shell {
  width: min(1200px, 100%) !important;
}

.final-offer--twelve > .final-shell > p:not(.final-availability):not(.privacy-note) {
  max-width: 820px;
  margin: 34px auto 44px;
  color: #d0d2d6;
  font-size: 21px !important;
}

.footer-disclaimer {
  max-width: 880px;
  margin: 28px auto 0;
  padding: 0 24px 36px;
  color: #85878b;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  .optin-page--twelve .report-hero--copy {
    min-height: auto;
    padding: 118px 18px 88px;
  }

  .credibility-layout,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .credibility-layout {
    gap: 48px;
  }

  .learning-grid {
    grid-template-columns: 1fr;
  }

  .learning-grid article {
    min-height: 0;
  }
}

@media (max-width: 560px) {
 

  .copy-section,
  .credibility-section,
  .discover--twelve,
  .problem-section,
  .vision-section,
  .fit-section,
  .urgency-section,
  .guide-section,
  .reviews-section--twelve,
  .guarantee-section,
  .faq-section--report,
  .final-offer--twelve {
    padding-right: 18px;
    padding-left: 18px;
  }

  .copy-prose > h2,
  .credibility-section h2,
  .discover--twelve h2,
  .problem-section > .problem-shell > h2,
  .vision-section h2,
  .fit-section h2,
  .guarantee-section h2,
  .faq-section--report h2,
  .reviews-section--twelve h2,
  .offer-band h2,
  .urgency-section h2,
  .final-offer--twelve h2 {
    font-size: 48px !important;
  }

  .copy-prose > p {
    font-size: 18px !important;
  }

  .copy-staccato {
    padding: 27px 22px;
  }

  .copy-staccato p {
    font-size: 31px;
  }

  .copy-prose > blockquote {
    font-size: 39px;
  }

  .credibility-facts div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .learning-grid article {
    padding: 32px 24px;
  }

  .learning-grid h3 {
    margin-top: 44px;
  }

  .problem-stack article {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fit-card {
    padding: 34px 26px;
  }

  .report-faq summary {
    font-size: 28px;
  }
}
/* Opt-in page refinement: keeps the established Instrument Serif + DM Sans typography. */
.optin-page {
  --optin-blue: #1796c9;
  --optin-ink: #101216;
  --optin-paper: #f4f4f1;
}

.optin-page.mt-premium .report-hero h1 {
  max-width: 1580px;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.012em;
  text-transform: uppercase !important;
  text-shadow: 0 5px 0 rgba(0, 0, 0, .22), 0 16px 34px rgba(0, 0, 0, .22);
}

.optin-page.mt-premium .report-hero h1 em {
  display: inline;
  color: inherit !important;
  font-family: inherit !important;
  font-style: normal !important;
  text-shadow: inherit !important;
}

.optin-page .hero-subtitle {
  max-width: 900px;
  font-size: clamp(21px, 1.65vw, 28px) !important;
  line-height: 1.48 !important;
}

.reviews-kicker {
  margin: 0 0 20px;
  color: var(--optin-blue);
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3 !important;
  text-align: center;
  text-transform: uppercase;
}

.rating-summary {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  color: #505258;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
}

.rating-summary strong {
  color: #17191c;
  font-size: 18px;
}

.tp-stars {
  display: inline-grid;
  grid-template-columns: repeat(5, 34px);
  gap: 3px;
}

.tp-stars span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #00b67a;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.tp-stars--small {
  grid-template-columns: repeat(5, 27px);
}

.tp-stars--small span {
  width: 27px;
  height: 27px;
  font-size: 18px;
}

.optin-page .metric-principles > div {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 28px !important;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  text-align: center;
}

.optin-page .metric-principles .metric-index {
  color: var(--optin-blue);
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: .08em;
}

.optin-page .metric-principles strong {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-top: 28px;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  font-weight: 400;
  text-align: center;
}

.optin-page .metric-principles strong b {
  color: var(--optin-blue);
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 400;
  line-height: .9;
}

.optin-page .metric-principles p {
  max-width: 310px;
  margin: 22px auto 0;
  color: #66686c;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif !important;
  font-size: clamp(20px, 1.55vw, 25px) !important;
  font-weight: 400;
  line-height: 1.35 !important;
  text-align: center;
}

.optin-page .reviews-section {
  background: #f5f5f3;
}

.optin-page .rating-summary--reviews {
  margin-top: 34px;
}

.optin-page .reviews-section .review-grid {
  align-items: stretch;
  gap: 18px;
  margin-top: 50px;
}

.optin-page .reviews-section .review-card,
.optin-page .reviews-section .review-card--blue {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  padding: 38px !important;
  border: 1px solid #d9d9d5;
  border-radius: 2px;
  background: #fff;
  color: #17191c;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

.review-card-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.review-date {
  color: #777a80;
  font-size: 12px;
}

.optin-page .reviews-section .review-card blockquote {
  margin: 34px 0 42px;
  color: #17191c;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(20px, 1.55vw, 25px) !important;
  font-weight: 600;
  line-height: 1.5 !important;
  text-transform: none;
}

.optin-page .reviews-section .review-card figcaption {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: auto;
}

.review-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  background: #e9f8f2;
  color: #007f57;
  font-size: 13px;
  font-weight: 800;
}

.optin-page .reviews-section .review-card figcaption small,
.optin-page .reviews-section .review-card--blue figcaption small {
  color: #777a80;
}

.optin-page .objection-quotes {
  width: min(100%, 800px);
  margin: 52px auto;
  padding: 34px 40px;
  border-left: 7px solid var(--optin-blue);
  background: #f0f1f2;
}

.optin-page .objection-quotes p {
  max-width: none !important;
  margin: 0 !important;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(30px, 3vw, 43px) !important;
  line-height: 1.14 !important;
  text-transform: uppercase;
}

.optin-page .objection-quotes p + p {
  margin-top: 15px !important;
}

.optin-page .sales-letter > p,
.optin-page .discover-list p,
.optin-page .about-shell p {
  font-size: clamp(20px, 1.65vw, 26px) !important;
  line-height: 1.58 !important;
}

.optin-page .reviews-section .section-heading {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 900px) {
 

  .optin-page .reviews-section .review-card {
    min-height: 0;
  }

  .optin-page .metric-principles > div {
    min-height: 330px;
  }
}

@media (max-width: 520px) {
 

  .optin-page .hero-subtitle {
    font-size: 17px !important;
  }

  .rating-summary {
    flex-direction: column;
  }

  .tp-stars {
    grid-template-columns: repeat(5, 30px);
  }

  .tp-stars span {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .tp-stars--small {
    grid-template-columns: repeat(5, 25px);
  }

  .tp-stars--small span {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .optin-page .objection-quotes {
    padding: 26px 22px;
  }

  .optin-page .objection-quotes p {
    font-size: 29px !important;
  }
}

@media (max-width: 560px) {
 
}

/* Continuous sales-letter presentation inspired by classic direct response pages. */
.flowing-copy .copy-section,
.flowing-copy .credibility-section,
.flowing-copy .discover--twelve,
.flowing-copy .problem-section,
.flowing-copy .vision-section,
.flowing-copy .fit-section,
.flowing-copy .guide-section {
  padding: 64px 24px;
  background: #f4f4f1;
  color: #25272b;
}

.flowing-copy .copy-section {
  padding-top: 120px;
}

.flowing-copy .guide-section {
  padding-top: 110px;
  padding-bottom: 130px;
}

.flowing-copy .copy-shell,
.flowing-copy .discover-shell,
.flowing-copy .problem-shell,
.flowing-copy .vision-shell,
.flowing-copy .fit-shell,
.flowing-copy .guide-shell {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
}

.flowing-copy .section-eyebrow {
  margin-bottom: 14px;
  text-align: left;
}

.flowing-copy .copy-prose > p,
.flowing-copy .copy-prose > ol,
.flowing-copy .copy-prose > blockquote,
.flowing-copy .copy-prose > .copy-staccato {
  width: 100%;
}

.flowing-copy .copy-prose > p,
.flowing-copy .learning-grid p,
.flowing-copy .problem-stack p,
.flowing-copy .fit-card li {
  font-size: 20px !important;
  line-height: 1.72 !important;
}

.flowing-copy .letter-opening {
  margin-top: 56px !important;
  margin-bottom: 36px !important;
  font-size: 24px !important;
}

.flowing-copy .credibility-section h2,
.flowing-copy .discover--twelve h2,
.flowing-copy .problem-section > .problem-shell > h2,
.flowing-copy .vision-section h2,
.flowing-copy .fit-section h2,
.flowing-copy .guide-section h2 {
  max-width: 820px;
  margin: 0 0 42px;
  font-size: clamp(44px, 4.2vw, 64px) !important;
  line-height: .98 !important;
  text-align: left;
}

.flowing-copy .credibility-layout {
  display: block;
  margin-top: 0;
}

.flowing-copy .copy-prose--compact > p {
  font-size: 20px !important;
}

.flowing-copy .credibility-facts {
  margin-top: 58px;
}

.flowing-copy .credibility-facts div {
  grid-template-columns: 180px 1fr;
}

.flowing-copy .learning-grid {
  display: block;
  margin-top: 54px;
  border: 0;
}

.flowing-copy .learning-grid article {
  min-height: 0;
  margin: 0 0 62px;
  padding: 0;
  border: 0;
  background: transparent;
}

.flowing-copy .learning-grid article:last-child {
  margin-bottom: 0;
}

.flowing-copy .learning-grid h3 {
  margin: 14px 0 18px;
  font-size: clamp(32px, 3vw, 44px) !important;
}

.flowing-copy .problem-stack {
  margin-top: 54px;
  border: 0;
}

.flowing-copy .problem-stack article {
  display: block;
  margin-bottom: 58px;
  padding: 0;
  border: 0;
}

.flowing-copy .problem-stack h3 {
  margin: 14px 0 18px;
  font-size: clamp(32px, 3vw, 44px) !important;
}

.flowing-copy .problem-conclusion {
  margin: 72px 0 0;
  font-size: clamp(34px, 3.6vw, 50px);
  text-align: left;
}

.flowing-copy .copy-prose--light {
  margin-top: 0;
}

.flowing-copy .copy-prose--light > p {
  color: #25272b;
}

.flowing-copy .fit-grid {
  display: block;
  margin-top: 54px;
}

.flowing-copy .fit-card,
.flowing-copy .fit-card--no {
  margin: 0 0 68px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #25272b;
}

.flowing-copy .fit-card:last-child {
  margin-bottom: 0;
}

.flowing-copy .fit-card--no li {
  color: #25272b;
}

.flowing-copy .fit-card h3 {
  margin: 22px 0 28px;
  font-size: clamp(32px, 3vw, 44px) !important;
}

.flowing-copy .fit-card ul {
  gap: 14px;
}

.flowing-copy .guide-shell .section-eyebrow {
  text-align: left;
}

.flowing-copy .guide-shell .guide-intro {
  margin-bottom: 54px !important;
}

@media (max-width: 560px) {
  .flowing-copy .copy-section,
  .flowing-copy .credibility-section,
  .flowing-copy .discover--twelve,
  .flowing-copy .problem-section,
  .flowing-copy .vision-section,
  .flowing-copy .fit-section,
  .flowing-copy .guide-section {
    padding: 46px 20px;
  }

  .flowing-copy .copy-section {
    padding-top: 82px;
  }

  .flowing-copy .credibility-section h2,
  .flowing-copy .discover--twelve h2,
  .flowing-copy .problem-section > .problem-shell > h2,
  .flowing-copy .vision-section h2,
  .flowing-copy .fit-section h2,
  .flowing-copy .guide-section h2 {
    font-size: 42px !important;
  }

  .flowing-copy .copy-prose > p,
  .flowing-copy .learning-grid p,
  .flowing-copy .problem-stack p,
  .flowing-copy .fit-card li {
    font-size: 18px !important;
  }

  .flowing-copy .credibility-facts div {
    grid-template-columns: 1fr;
  }
}

/* Close visual alignment with the supplied long-form reference. */
.flowing-copy.mt-premium .optin-header {
  position: absolute;
  border-bottom: 0;
  background: #6d6d6d;
}

.flowing-copy .report-hero--copy {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  background: #6d6d6d !important;
  background-image: none !important;
}

.flowing-copy .report-hero--copy::before {
  display: none;
}

.flowing-copy .report-hero--copy .hero-kicker {
  border-color: transparent;
  background: #464646;
  color: #fff;
}

.flowing-copy .report-hero--copy .hero-kicker span {
  background: #ff4036;
  box-shadow: 0 0 0 5px rgba(255, 64, 54, .2);
}

.optin-page--twelve.mt-premium.flowing-copy .report-hero--copy h1 {
  max-width: 1320px;
  color: #fff;
  font-size: clamp(72px, 5.5vw, 94px) !important;
  line-height: .95 !important;
  text-shadow: 0 5px 3px rgba(0, 0, 0, .3);
}

.flowing-copy .report-hero--copy .hero-subtitle {
  max-width: 930px;
  margin-top: 42px;
  color: #fff;
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.twelve-book-mockup {
  position: relative;
  width: min(720px, 90vw);
  height: 390px;
  margin: 44px auto 8px;
}

.twelve-page {
  position: absolute;
  bottom: 15px;
  width: 280px;
  height: 310px;
  border: 1px solid #d7d7d7;
  background:
    linear-gradient(#fff 0 0) padding-box,
    #fff;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .22);
}

.twelve-page::before,
.twelve-page::after {
  position: absolute;
  right: 34px;
  left: 34px;
  height: 2px;
  background: #d9dadb;
  box-shadow: 0 18px #d9dadb, 0 36px #d9dadb, 0 54px #d9dadb, 0 72px #d9dadb;
  content: "";
}

.twelve-page::before { top: 54px; }
.twelve-page::after { top: 160px; }
.twelve-page--left { left: 34px; transform: rotate(-7deg); }
.twelve-page--right { right: 34px; transform: rotate(7deg); }

.twelve-book {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: grid;
  width: 260px;
  height: 360px;
  align-content: center;
  padding: 30px;
  background: #111;
  color: #fff;
  box-shadow: 22px 28px 35px rgba(0, 0, 0, .38);
  text-align: center;
  transform: translateX(-50%) perspective(900px) rotateY(-4deg);
}

.twelve-book::after {
  position: absolute;
  top: 5px;
  right: -10px;
  bottom: -5px;
  width: 10px;
  background: #292929;
  content: "";
}

.twelve-book strong {
  font: 400 150px/.75 "Anton", Impact, sans-serif;
}

.twelve-book span {
  margin-top: 30px;
  font: 400 23px/1.05 "Anton", Impact, sans-serif;
  text-transform: uppercase;
}

.flowing-copy .copy-section,
.flowing-copy .credibility-section,
.flowing-copy .discover--twelve,
.flowing-copy .problem-section,
.flowing-copy .vision-section,
.flowing-copy .fit-section,
.flowing-copy .guide-section {
  background: #fff;
}

.flowing-copy .copy-shell,
.flowing-copy .discover-shell,
.flowing-copy .problem-shell,
.flowing-copy .vision-shell,
.flowing-copy .fit-shell,
.flowing-copy .guide-shell {
  width: min(767px, 100%) !important;
  max-width: 767px !important;
}

.flowing-copy .copy-prose > p,
.flowing-copy .learning-grid p,
.flowing-copy .problem-stack p,
.flowing-copy .fit-card li {
  margin-bottom: 56px;
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.flowing-copy .copy-prose--compact > p {
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.flowing-copy .letter-opening {
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.flowing-copy .learning-grid article,
.flowing-copy .problem-stack article,
.flowing-copy .fit-card {
  margin-bottom: 86px;
}

@media (max-width: 560px) {
  .flowing-copy .report-hero--copy {
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .optin-page--twelve.mt-premium.flowing-copy .report-hero--copy h1 {
    font-size: 46px !important;
  }

  .flowing-copy .report-hero--copy .hero-subtitle {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .twelve-book-mockup {
    height: 270px;
    margin-top: 34px;
  }

  .twelve-page {
    width: 170px;
    height: 210px;
  }

  .twelve-page--left { left: 8px; }
  .twelve-page--right { right: 8px; }

  .twelve-book {
    width: 170px;
    height: 250px;
  }

  .twelve-book strong {
    font-size: 100px;
  }

  .twelve-book span {
    margin-top: 20px;
    font-size: 16px;
  }

  .flowing-copy .copy-prose > p,
  .flowing-copy .learning-grid p,
  .flowing-copy .problem-stack p,
  .flowing-copy .fit-card li,
  .flowing-copy .copy-prose--compact > p,
  .flowing-copy .letter-opening {
    margin-bottom: 38px;
    font-size: 22px !important;
    line-height: 1.55 !important;
  }
}

/* Guarantee continues as part of the letter. */
.flowing-copy .guarantee-section--letter {
  padding: 96px 24px;
  background: #fff;
  color: #25272b;
  text-align: left;
}

.flowing-copy .guarantee-section--letter .guarantee-shell {
  width: min(767px, 100%);
  max-width: 767px;
  margin: 0 auto;
}

.flowing-copy .guarantee-section--letter .copy-prose > p {
  max-width: none;
  margin: 0 0 56px;
  color: #25272b;
  font: 400 32px/1.5 "DM Sans", Arial, sans-serif;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .guarantee-section--letter .copy-prose > p:last-child {
  margin-bottom: 0;
}

.flowing-copy .guarantee-section--letter strong {
  font-weight: 700;
}

@media (max-width: 560px) {
  .flowing-copy .guarantee-section--letter {
    padding: 72px 20px;
  }

  .flowing-copy .guarantee-section--letter .copy-prose > p {
    margin-bottom: 38px;
    font-size: 22px;
    line-height: 1.55;
  }
}

/* Visible handoff from the hero into the supplied long-form letter. */
.flowing-copy .read-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 42px;
  padding: 12px 4px;
  border-bottom: 2px solid rgba(255, 255, 255, .72);
  color: #fff;
  font: 700 15px/1 "DM Sans", Arial, sans-serif;
  letter-spacing: .16em;
  text-decoration: none;
}

.flowing-copy .read-more-link svg {
  width: 19px;
  height: 19px;
  transition: transform .2s ease;
}

.flowing-copy .read-more-link:hover svg,
.flowing-copy .read-more-link:focus-visible svg {
  transform: translateY(4px);
}

.flowing-copy #readmore {
  scroll-margin-top: 20px;
}

@media (max-width: 560px) {
  .flowing-copy .read-more-link {
    margin-top: 32px;
    font-size: 13px;
  }
}

/* Final template alignment: King Kong-style hierarchy with MarkenTal copy. */
.optin-page--twelve.flowing-copy {
  overflow-x: hidden;
  background: #fff;
  color: #25272b;
  font-family: "DM Sans", Arial, sans-serif;
}

.optin-page--twelve.flowing-copy .optin-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: 92px;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  border: 0;
  background: transparent;
}

.optin-page--twelve.flowing-copy .optin-header .brand-logo {
  width: 190px;
  max-height: 38px;
  object-fit: contain;
}

.flowing-copy .report-hero--copy {
  padding-top: 158px;
}

.flowing-copy .hero-kicker {
  max-width: 760px;
  min-height: 44px;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .03em;
}

.flowing-copy .copy-section,
.flowing-copy .credibility-section,
.flowing-copy .discover--twelve,
.flowing-copy .problem-section,
.flowing-copy .vision-section,
.flowing-copy .fit-section,
.flowing-copy .letter-cta-section,
.flowing-copy .guide-section,
.flowing-copy .guarantee-section--letter {
  padding: 118px 24px;
  background: #fff;
  color: #25272b;
  text-align: left;
}

.flowing-copy .copy-shell,
.flowing-copy .credibility-section .copy-shell,
.flowing-copy .discover-shell,
.flowing-copy .problem-shell,
.flowing-copy .vision-shell,
.flowing-copy .fit-shell,
.flowing-copy .letter-cta-section .copy-shell,
.flowing-copy .guide-shell,
.flowing-copy .guarantee-shell {
  width: min(767px, 100%) !important;
  max-width: 767px !important;
  margin-right: auto;
  margin-left: auto;
}

.flowing-copy .copy-prose > p,
.flowing-copy .copy-prose--compact > p,
.flowing-copy .problem-stack p,
.flowing-copy .problem-conclusion,
.flowing-copy .section-intro-copy,
.flowing-copy .fit-card li,
.flowing-copy .guide-intro,
.flowing-copy .letter-cta-section p,
.flowing-copy .guarantee-section--letter .copy-prose > p {
  margin: 0 0 48px;
  color: #25272b;
  font: 400 32px/1.5 "DM Sans", Arial, sans-serif !important;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .copy-prose > p:last-child,
.flowing-copy .problem-conclusion:last-child,
.flowing-copy .letter-cta-section p:last-of-type,
.flowing-copy .guarantee-section--letter .copy-prose > p:last-child {
  margin-bottom: 0;
}

.flowing-copy .credibility-section h2,
.flowing-copy .discover--twelve h2,
.flowing-copy .problem-section h2,
.flowing-copy .vision-section h2,
.flowing-copy .fit-section h2,
.flowing-copy .guide-section h2,
.flowing-copy .reviews-section--twelve h2,
.flowing-copy .final-offer--twelve h2 {
  width: min(100%, 1050px);
  max-width: 1050px;
  margin: 0 auto 72px;
  font: 400 clamp(58px, 5vw, 86px)/.98 "Anton", Impact, sans-serif !important;
  letter-spacing: -.025em;
  text-align: center;
  text-transform: uppercase;
}

.flowing-copy .credibility-section .copy-prose,
.flowing-copy .vision-section .copy-prose {
  width: 100%;
  max-width: none;
  margin: 0;
}

.flowing-copy .credibility-layout,
.flowing-copy .fit-grid {
  display: block;
}

.flowing-copy .credibility-facts,
.flowing-copy .fit-icon,
.flowing-copy .problem-stack article > span {
  display: none !important;
}

.flowing-copy .reference-discover-list {
  max-width: 767px;
  gap: 54px;
}

.flowing-copy .reference-discover-list p {
  margin: 0;
  color: #25272b;
  font: 400 32px/1.5 "DM Sans", Arial, sans-serif !important;
}

.flowing-copy .problem-stack,
.flowing-copy .fit-grid {
  margin-top: 64px;
}

.flowing-copy .problem-stack article,
.flowing-copy .fit-card {
  display: block;
  margin: 0 0 62px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.flowing-copy .problem-stack h3,
.flowing-copy .fit-card h3,
.flowing-copy .guide-section h3 {
  margin: 0 0 20px;
  color: #25272b;
  font: 700 32px/1.35 "DM Sans", Arial, sans-serif !important;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .fit-card ul {
  margin: 0;
  padding-left: 34px;
}

.flowing-copy .fit-card li {
  margin-bottom: 24px;
  padding-left: 6px;
}

.flowing-copy .letter-cta-section .report-cta {
  margin-top: 8px;
}

.flowing-copy .guide-section h3 {
  margin-top: 70px;
}

.flowing-copy .proof-logo-strip {
  padding: 50px 0 42px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #f5f5f3;
}

.flowing-copy .proof-logo-label {
  margin: 0 0 30px;
  color: #25272b;
  font: 700 16px/1.2 "DM Sans", Arial, sans-serif;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.flowing-copy .reviews-section--twelve {
  padding: 118px 28px;
}

.flowing-copy .final-offer--twelve {
  padding: 118px 24px;
}

.flowing-copy .final-offer--twelve .final-shell {
  width: min(1180px, 100%);
}

.flowing-copy .letter-footer {
  min-height: 93px;
  padding: 26px 24px;
  background: #000;
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
}

.flowing-copy .letter-footer .footer-inner {
  display: flex;
  width: min(1180px, 100%);
  min-height: 41px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 0;
}

.flowing-copy .letter-footer p,
.flowing-copy .letter-footer nav,
.flowing-copy .letter-footer a {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.flowing-copy .letter-footer nav {
  display: flex;
  gap: 10px;
}

@media (max-width: 700px) {
  .optin-page--twelve.flowing-copy .optin-header {
    height: 76px;
    padding: 18px 20px;
  }

  .optin-page--twelve.flowing-copy .optin-header .brand-logo {
    width: 150px;
    max-height: 30px;
  }

  .flowing-copy .report-hero--copy {
    padding-top: 112px;
  }

  .flowing-copy .hero-kicker {
    min-height: 0;
    padding: 10px 16px;
    font-size: 13px;
  }

  .flowing-copy .copy-section,
  .flowing-copy .credibility-section,
  .flowing-copy .discover--twelve,
  .flowing-copy .problem-section,
  .flowing-copy .vision-section,
  .flowing-copy .fit-section,
  .flowing-copy .letter-cta-section,
  .flowing-copy .guide-section,
  .flowing-copy .guarantee-section--letter {
    padding: 76px 20px;
  }

  .flowing-copy .copy-prose > p,
  .flowing-copy .copy-prose--compact > p,
  .flowing-copy .problem-stack p,
  .flowing-copy .problem-conclusion,
  .flowing-copy .section-intro-copy,
  .flowing-copy .fit-card li,
  .flowing-copy .guide-intro,
  .flowing-copy .letter-cta-section p,
  .flowing-copy .guarantee-section--letter .copy-prose > p,
  .flowing-copy .reference-discover-list p {
    margin-bottom: 36px;
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  .flowing-copy .credibility-section h2,
  .flowing-copy .discover--twelve h2,
  .flowing-copy .problem-section h2,
  .flowing-copy .vision-section h2,
  .flowing-copy .fit-section h2,
  .flowing-copy .guide-section h2,
  .flowing-copy .reviews-section--twelve h2,
  .flowing-copy .final-offer--twelve h2 {
    margin-bottom: 48px;
    font-size: 46px !important;
  }

  .flowing-copy .problem-stack h3,
  .flowing-copy .fit-card h3,
  .flowing-copy .guide-section h3 {
    font-size: 24px !important;
  }

  .flowing-copy .reference-discover-list {
    gap: 42px;
  }

  .flowing-copy .letter-footer .footer-inner {
    min-height: 0;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* The reference uses Inter for all readable copy. */
.optin-page--twelve.flowing-copy,
.optin-page--twelve.flowing-copy p,
.optin-page--twelve.flowing-copy li,
.optin-page--twelve.flowing-copy button,
.optin-page--twelve.flowing-copy label,
.optin-page--twelve.flowing-copy input,
.optin-page--twelve.flowing-copy .hero-kicker,
.optin-page--twelve.flowing-copy .problem-stack h3,
.optin-page--twelve.flowing-copy .fit-card h3,
.optin-page--twelve.flowing-copy .guide-section h3,
.optin-page--twelve.flowing-copy .letter-footer,
.optin-page--twelve.flowing-copy .letter-footer a {
  font-family: Inter, Arial, sans-serif !important;
}

/* Bottom read-more continuation, matching the reference placement. */
.flowing-copy .read-more-details {
  border: 0;
  background: #fff;
}

.flowing-copy .read-more-details > summary {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 24px;
  border-top: 1px solid #2a2d31;
  border-bottom: 1px solid #2a2d31;
  background: #101318;
  color: #fff;
  cursor: pointer;
  font: 700 18px/1.2 Inter, Arial, sans-serif;
  letter-spacing: .14em;
  list-style: none;
  text-align: center;
}

.flowing-copy .read-more-details > summary::-webkit-details-marker {
  display: none;
}

.flowing-copy .read-more-details > summary svg {
  width: 21px;
  height: 21px;
  transition: transform .25s ease;
}

.flowing-copy .read-more-details[open] > summary svg {
  transform: rotate(180deg);
}

.flowing-copy .read-more-details > summary:hover,
.flowing-copy .read-more-details > summary:focus-visible {
  background: #181c22;
}

.flowing-copy .extended-copy-shell {
  width: min(767px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0;
}

.flowing-copy .extended-copy-shell > section {
  margin: 0 0 110px;
}

.flowing-copy .extended-copy-shell > section:last-child {
  margin-bottom: 0;
}

.flowing-copy .extended-copy-shell h2 {
  margin: 0 0 42px;
  color: #25272b;
  font: 700 32px/1.4 Inter, Arial, sans-serif !important;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .extended-copy-shell p,
.flowing-copy .extended-copy-shell blockquote {
  margin: 0 0 48px;
  padding: 0;
  border: 0;
  color: #25272b;
  font: 400 32px/1.5 Inter, Arial, sans-serif !important;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.flowing-copy .extended-copy-shell blockquote {
  padding: 34px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.flowing-copy .extended-copy-shell blockquote strong {
  display: inline-block;
  margin-bottom: 14px;
}

.flowing-copy .extended-copy-shell blockquote small {
  display: inline-block;
  margin-top: 16px;
  color: #70747a;
  font-size: 18px;
}

.flowing-copy .extended-copy-shell .placeholder-notice {
  padding: 16px 18px;
  border: 1px solid #d5a400;
  background: #fff8d9;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.flowing-copy .extended-cta {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 25px 32px;
  border: 1px solid #22a8df;
  border-radius: 5px;
  background: #1685b4;
  color: #fff;
  font: 700 24px/1.3 Inter, Arial, sans-serif;
  text-decoration: none;
}

.flowing-copy .extended-cta:hover,
.flowing-copy .extended-cta:focus-visible {
  background: #126f97;
}

.flowing-copy .extended-cta svg {
  flex: 0 0 auto;
}

.flowing-copy .modal-download {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 26px 0 14px;
  padding: 17px 22px;
  border-radius: 5px;
  background: #1685b4;
  color: #fff;
  font: 700 17px/1.3 Inter, Arial, sans-serif;
  text-decoration: none;
}

.flowing-copy .modal-download:hover,
.flowing-copy .modal-download:focus-visible {
  background: #126f97;
}

.flowing-copy .modal-download svg {
  width: 20px;
  height: 20px;
}

/* Strong 3D ebook presentation using the current 44-page report. */
.flowing-copy .reference-ebook {
  --book-width: 390px;
  --sheet-width: 315px;
  width: min(1000px, 96vw);
  height: 700px;
  margin: 54px auto 20px;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.flowing-copy .reference-ebook::after {
  right: 24%;
  bottom: 34px;
  left: 22%;
  height: 42px;
  background: rgba(0, 0, 0, .42);
  filter: blur(24px);
  transform: perspective(500px) rotateX(66deg);
}

.flowing-copy .reference-ebook .ebook-sheet {
  width: var(--sheet-width);
  aspect-ratio: 993 / 1404;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 2px;
  opacity: 1;
  box-shadow: 0 22px 38px rgba(0, 0, 0, .34);
}

.flowing-copy .reference-ebook .ebook-sheet img {
  object-fit: cover;
  object-position: center top;
}

.flowing-copy .reference-ebook .ebook-sheet--left-top {
  top: 118px;
  left: 70px;
  transform: translate3d(-12px, 0, -120px) rotate(-8deg) rotateY(7deg);
}

.flowing-copy .reference-ebook .ebook-sheet--right-top {
  top: 118px;
  right: 70px;
  transform: translate3d(12px, 0, -120px) rotate(8deg) rotateY(-7deg);
}

.flowing-copy .reference-ebook .ebook-sheet--left-bottom {
  z-index: 2;
  top: 205px;
  bottom: auto;
  left: 58px;
  transform: translate3d(-5px, 0, -70px) rotate(-3.5deg) rotateY(5deg);
}

.flowing-copy .reference-ebook .ebook-sheet--right-bottom {
  z-index: 2;
  top: 205px;
  right: 58px;
  bottom: auto;
  transform: translate3d(5px, 0, -70px) rotate(3.5deg) rotateY(-5deg);
}

.flowing-copy .reference-ebook .ebook-book {
  top: 50%;
  width: var(--book-width);
  aspect-ratio: 993 / 1404;
  filter: drop-shadow(28px 38px 30px rgba(0, 0, 0, .5));
  transform: translate(-50%, -50%) rotateX(.8deg) rotateY(-7deg) rotateZ(-1.15deg);
  transform-origin: 46% 50%;
}

.flowing-copy .reference-ebook .ebook-book::before {
  right: -18%;
  bottom: -30px;
  left: -10%;
  height: 30px;
  background: rgba(0, 0, 0, .5);
  filter: blur(13px);
}

.flowing-copy .reference-ebook .ebook-book::after {
  top: 5px;
  right: -22px;
  width: 10px;
  height: calc(100% + 4px);
  border-radius: 0 2px 2px 0;
  background: linear-gradient(90deg, #05080a, #151a1e 55%, #020304);
  box-shadow: inset 1px 0 rgba(255, 255, 255, .1), 5px 5px 12px rgba(0, 0, 0, .38);
  transform: translateZ(-15px) skewY(-2deg);
}

.flowing-copy .reference-ebook .ebook-back-cover {
  top: 7px;
  right: -24px;
  bottom: -15px;
  left: 13px;
  border: 2px solid #020507;
  border-radius: 1px 3px 3px 1px;
  background: linear-gradient(105deg, #11161a, #030506 76%);
  box-shadow: 16px 18px 30px rgba(0, 0, 0, .42);
  transform: translateZ(-16px);
}

.flowing-copy .reference-ebook .ebook-page-edge--side {
  top: 11px;
  right: -12px;
  bottom: 2px;
  width: 9px;
  border-color: #b9b6ad;
  background-color: #e8e5dd;
  background-image: repeating-linear-gradient(to bottom, #f3f1eb 0, #f3f1eb 3px, #c9c5bb 4px, #e6e2d9 5px);
  box-shadow: inset 3px 0 4px rgba(0, 0, 0, .25);
  transform: translateZ(-8px) skewY(-2deg);
}

.flowing-copy .reference-ebook .ebook-page-edge--bottom {
  right: -10px;
  bottom: -9px;
  left: 13px;
  height: 8px;
  border-color: #b9b6ad;
  background-color: #e8e5dd;
  background-image: repeating-linear-gradient(to right, #f3f1eb 0, #f3f1eb 4px, #c9c5bb 5px, #e6e2d9 6px);
  box-shadow: inset 0 3px 4px rgba(0, 0, 0, .2);
  transform: translateZ(-7px) skewX(-3deg);
}

.flowing-copy .reference-ebook .ebook-cover {
  border: 3px solid #06090b;
  border-radius: 3px 2px 2px 3px;
  box-shadow: inset 6px 0 12px rgba(255, 255, 255, .035), inset -10px 0 18px rgba(0, 0, 0, .3), 0 15px 28px rgba(0, 0, 0, .34);
  object-fit: cover;
  transform: translateZ(14px);
}

.flowing-copy .reference-ebook .ebook-front-hinge {
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 18px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(255, 255, 255, .08) 42%, rgba(0, 0, 0, .18));
  box-shadow: inset -1px 0 rgba(255, 255, 255, .1), 4px 0 9px rgba(0, 0, 0, .22);
  transform: translateZ(16px);
}

@media (hover: hover) {
  .flowing-copy .reference-ebook:hover .ebook-book {
    transform: translate(-50%, calc(-50% - 7px)) rotateX(.35deg) rotateY(-4deg) rotateZ(-.55deg);
  }
}

@media (max-width: 700px) {
  .flowing-copy .reference-ebook {
    --book-width: 190px;
    --sheet-width: 148px;
    width: calc(100vw - 16px);
    height: 390px;
    margin-top: 38px;
    perspective: 1200px;
  }

  .flowing-copy .reference-ebook .ebook-sheet--left-top {
    top: 68px;
    left: 12px;
  }

  .flowing-copy .reference-ebook .ebook-sheet--right-top {
    top: 68px;
    right: 12px;
  }

  .flowing-copy .reference-ebook .ebook-sheet--left-bottom {
    top: 115px;
    left: 8px;
  }

  .flowing-copy .reference-ebook .ebook-sheet--right-bottom {
    top: 115px;
    right: 8px;
  }

  .flowing-copy .reference-ebook .ebook-page-edge--side {
    right: -8px;
    width: 7px;
  }

  .flowing-copy .reference-ebook .ebook-page-edge--bottom {
    right: -7px;
    bottom: -7px;
    height: 6px;
  }

  .flowing-copy .reference-ebook .ebook-back-cover {
    right: -15px;
    bottom: -10px;
  }

  .flowing-copy .reference-ebook .ebook-book::after {
    right: -14px;
    width: 7px;
  }
}

@media (max-width: 700px) {
  .flowing-copy .read-more-details > summary {
    min-height: 82px;
    padding: 24px 20px;
    font-size: 15px;
  }

  .flowing-copy .extended-copy-shell {
    width: min(100% - 40px, 767px);
    padding: 76px 0;
  }

  .flowing-copy .extended-copy-shell > section {
    margin-bottom: 76px;
  }

  .flowing-copy .extended-copy-shell h2 {
    margin-bottom: 30px;
    font-size: 24px !important;
    line-height: 1.4 !important;
  }

  .flowing-copy .extended-copy-shell p,
  .flowing-copy .extended-copy-shell blockquote {
    margin-bottom: 36px;
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  .flowing-copy .extended-copy-shell blockquote {
    padding: 26px 0;
  }

  .flowing-copy .extended-copy-shell .placeholder-notice {
    font-size: 16px !important;
  }

  .flowing-copy .extended-cta {
    min-height: 76px;
    padding: 22px 24px;
    font-size: 20px;
  }
}


/* Case study block (Dirigierakademie MMP) — marketing-lecks-report.html */
.case-study-section {
  padding: 56px 28px;
}

.case-study-card {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(880px, 100%);
  margin: 0 auto;
  padding: 32px 36px;
  background: #f4f4f1;
  border: 1px solid #dedede;
  border-radius: 6px;
}

.case-study-logo {
  flex: 0 0 auto;
  width: 90px;
  height: auto;
}

.case-study-kicker {
  margin: 0 0 8px;
  color: var(--mt-blue-dark, #1a3a5c);
  font: 700 13px/1.2 "DM Sans", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-study-text h3 {
  margin: 0 0 10px;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
}

.case-study-text p {
  margin: 0;
  color: #25272b;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .case-study-card {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 28px 22px;
  }
}
