/* DADION Lancers LP v3 — Daniel redline detail pass */

:root {
  --v3-red: #e83827;
  --v3-red-dark: #b92016;
  --v3-gold: #f6c55b;
  --v3-cyan: #38c9d8;
}

::selection {
  background: var(--v3-gold);
  color: var(--navy-950);
}

html {
  scrollbar-color: var(--v3-gold) var(--navy-950);
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: var(--navy-950);
}

body::-webkit-scrollbar-thumb {
  border: 3px solid var(--navy-950);
  border-radius: 99px;
  background: var(--v3-gold);
}

.section-pad {
  padding-block: 60px;
}

:where(a, button, summary):focus-visible {
  outline: 3px solid var(--v3-cyan);
  outline-offset: 4px;
}

.title-support,
.title-tail,
.title-peak {
  display: inline-block;
}

.title-support {
  font-size: 0.72em;
  font-weight: 820;
  letter-spacing: -0.028em;
}

.title-tail {
  font-size: 0.8em;
  font-weight: 850;
  letter-spacing: -0.032em;
}

.title-peak {
  position: relative;
  color: var(--orange);
  font-size: 1.08em;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.title-peak--red {
  color: var(--v3-red);
  font-size: 1.22em;
}

/* VSL: the visual now does the explanatory work. */

.vsl-layout {
  grid-template-columns: minmax(260px, 0.64fr) minmax(0, 1.36fr);
  gap: 42px;
}

.section-copy--compact h2 {
  font-size: clamp(50px, 5.2vw, 72px);
}

.section-copy--compact .title-peak {
  color: var(--v3-red);
}

.section-copy--compact > p:last-of-type {
  max-width: 420px;
}

.vsl-note {
  display: flex;
  margin-top: 22px;
  align-items: center;
  color: #34465a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.65;
  gap: 10px;
}

.vsl-note img {
  width: 34px;
  height: 34px;
  padding: 7px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--cyan-soft);
}

.vsl-poster--generated {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: var(--navy-950);
  box-shadow: 0 28px 70px rgba(2, 11, 23, 0.26);
}

.vsl-poster--generated::before {
  display: none;
}

.vsl-poster__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), filter 300ms ease;
}

.vsl-poster--generated:hover .vsl-poster__image {
  transform: scale(1.018);
  filter: brightness(0.88);
}

.vsl-poster--generated .vsl-duration {
  top: 16px;
  right: 16px;
}

.vsl-play--overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 48px;
  box-shadow: 0 14px 34px rgba(2, 11, 23, 0.3);
}

/* Immediate purchase: campaign image + live price/action. */

.quick-buy--v3 {
  display: grid;
  min-height: 190px;
  margin-top: 30px;
  padding: 16px 18px 16px 16px;
  grid-template-columns: minmax(220px, 0.78fr) minmax(210px, 0.58fr) auto;
  border: 1px solid rgba(7, 23, 42, 0.12);
  border-radius: 18px;
  background: #fff7e6;
  box-shadow: 0 22px 55px rgba(100, 68, 12, 0.16);
  gap: 22px;
}

.quick-buy__visual {
  height: 158px;
  margin: 0;
  overflow: hidden;
  border-radius: 13px;
  background: #fff9ed;
}

.quick-buy__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.quick-buy__copy p {
  color: var(--v3-red-dark);
  font-size: 12px;
  font-weight: 900;
}

.quick-buy__copy strong {
  display: flex;
  margin-top: 5px;
  align-items: baseline;
  font-size: 19px;
  line-height: 1;
  gap: 3px;
}

.quick-buy__copy strong span {
  margin-right: 6px;
  color: #556273;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.quick-buy__copy strong b {
  color: var(--navy-950);
  font-size: clamp(38px, 4vw, 54px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.055em;
}

.quick-buy__copy small {
  display: block;
  margin-top: 8px;
  color: #59687a;
  font-size: 10px;
  font-weight: 800;
}

.quick-buy--v3 .button {
  min-width: 218px;
  min-height: 64px;
  align-self: center;
  background: var(--navy-950);
  color: #fff;
  box-shadow: 0 14px 32px rgba(2, 11, 23, 0.24);
}

/* Generated visuals replace the old CSS mockups. */

.bundle-section .section-heading {
  max-width: 820px;
  margin-inline: auto;
}

.bundle-section,
.research-proof,
.samples-section,
.creator-process {
  padding-block: 48px;
}

.bundle-section .section-heading h2 {
  font-size: clamp(52px, 6vw, 82px);
}

.bundle-section .section-heading > p:last-child {
  max-width: 620px;
  margin-inline: auto;
}

.semantic-visual {
  position: relative;
  margin: 36px 0 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 28px 75px rgba(2, 11, 23, 0.2);
}

.semantic-visual img {
  width: 100%;
  height: auto;
}

.semantic-visual--bundle {
  width: min(100%, 1080px);
  margin-inline: auto;
  background: var(--navy-950);
}

/* Research: short headline, animated real marker asset, one analysis image. */

.research-layout--v3 {
  display: block;
}

.research-heading-v3 {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 56px;
}

.research-heading-v3 h2 {
  display: flex;
  margin: 0;
  align-items: baseline;
  flex-wrap: wrap;
  color: #fff;
  font-size: clamp(46px, 5.7vw, 78px);
  line-height: 1.04;
  gap: 0.12em 0.22em;
}

.research-count {
  font-size: 0.7em;
  font-weight: 860;
}

.deleted-word {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7em;
  font-weight: 820;
}

.deleted-word img {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: -5%;
  width: 110%;
  height: 0.42em;
  max-width: none;
  object-fit: cover;
  object-position: center;
  clip-path: inset(0 100% 0 0);
  transform: rotate(-2deg);
}

.deleted-word.is-struck img {
  animation: v3-pen-draw 820ms cubic-bezier(0.16, 1, 0.3, 1) 120ms forwards;
}

.research-peak {
  color: var(--v3-gold);
  font-size: 1em;
  font-weight: 950;
}

.research-heading-v3 p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.9;
}

.semantic-visual--research {
  width: min(100%, 1080px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  border: 1px solid rgba(255, 210, 118, 0.32);
  background: var(--navy-950);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.36);
}

.semantic-visual--research img {
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

@keyframes v3-pen-draw {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

/* Samples: generated system illustrations carry the three key points. */

.samples-section .section-heading h2 {
  font-size: clamp(52px, 5.8vw, 78px);
}

.samples-section .section-heading .title-peak {
  color: var(--v3-red);
  font-size: 1.14em;
}

.samples-section .section-heading > p:last-child {
  margin-top: 12px;
}

.sample-tabs {
  border-radius: 18px;
}

.sample-tabs__list button {
  border-radius: 10px;
}

.sample-panel {
  min-height: 0;
  padding: 26px;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: 26px;
}

.sample-copy h3 {
  font-size: clamp(38px, 3.8vw, 52px);
}

.sample-copy > p:not(.sample-label) {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.75;
}

.sample-generated {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #f8f4eb;
  box-shadow: 0 22px 52px rgba(7, 23, 42, 0.16);
}

.sample-generated img {
  width: 100%;
  height: auto;
}

.sample-cta-bridge {
  display: flex;
  min-height: 82px;
  margin-top: 18px;
  padding: 16px 18px;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--v3-gold);
  color: var(--navy-950);
  gap: 20px;
}

.sample-cta-bridge > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sample-cta-bridge > div > img {
  width: 46px;
  height: 46px;
  padding: 9px;
  border-radius: 13px;
  background: #fff8e9;
}

.sample-cta-bridge span {
  display: flex;
  flex-direction: column;
}

.sample-cta-bridge small {
  font-size: 10px;
  font-weight: 800;
}

.sample-cta-bridge b {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.sample-cta-bridge .button {
  min-height: 56px;
  background: var(--navy-950);
  color: #fff;
  box-shadow: 0 12px 28px rgba(2, 11, 23, 0.2);
}

.sample-cta-bridge .button img {
  filter: brightness(0) invert(1);
}

/* Creator: identity, trust, and the actual workflow share one compact band. */

.creator-strip--v3 {
  padding: 22px;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  border-radius: 18px;
  background: #fffaf0;
  gap: 24px;
}

.creator-identity {
  display: grid;
  align-items: center;
  grid-template-columns: 108px 1fr;
  gap: 18px;
}

.creator-strip--v3 .creator-photo {
  width: 108px;
  height: 108px;
}

.creator-strip--v3 .creator-copy h2 {
  font-size: clamp(36px, 3.7vw, 52px);
}

.creator-strip--v3 .creator-copy .title-peak {
  color: #078fa3;
}

.creator-strip--v3 .creator-facts {
  grid-column: 1 / -1;
  gap: 0;
}

.creator-strip--v3 .creator-facts li {
  min-height: 48px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(7, 23, 42, 0.1);
  border-radius: 0;
  background: transparent;
}

.creator-strip--v3 .creator-facts li:last-child {
  border-bottom: 0;
}

.creator-workbench {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fbf3e4;
  box-shadow: 0 20px 48px rgba(66, 44, 10, 0.14);
}

.creator-workbench img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Existing end sections receive the same word hierarchy. */

.price-card .title-peak {
  color: var(--v3-gold);
  font-size: 1.14em;
}

.option-heading .title-peak {
  color: var(--v3-gold);
  font-size: 1.12em;
}

.faq-intro .title-peak {
  color: #078fa3;
  font-size: 1.12em;
}

.final-copy .title-support {
  color: #fff;
}

.final-copy .title-tail {
  color: rgba(255, 255, 255, 0.72);
}

.final-copy .title-peak {
  color: var(--v3-gold);
  font-size: 1.04em;
}

@media (max-width: 900px) {
  .vsl-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section-copy--compact {
    display: block;
  }

  .section-copy--compact > p,
  .section-copy--compact .vsl-note {
    max-width: 620px;
  }

  .quick-buy--v3 {
    grid-template-columns: minmax(190px, 0.8fr) minmax(190px, 0.65fr) auto;
  }

  .research-heading-v3 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .research-heading-v3 p {
    max-width: 720px;
  }

  .sample-panel {
    grid-template-columns: minmax(190px, 0.5fr) minmax(0, 1.5fr);
  }

  .creator-strip--v3 {
    grid-template-columns: 1fr;
  }

  .creator-identity {
    grid-template-columns: 100px 1fr;
  }
}

@media (max-width: 640px) {
  .section-pad {
    padding-block: 54px;
  }

  .title-support {
    font-size: 0.76em;
  }

  .title-tail {
    font-size: 0.84em;
  }

  .section-copy--compact h2 {
    font-size: 48px;
  }

  .vsl-note {
    margin-top: 16px;
    font-size: 10px;
  }

  .vsl-poster--generated {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .vsl-poster__image {
    object-position: center;
  }

  .vsl-play--overlay {
    right: 10px;
    bottom: 10px;
    min-height: 40px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .vsl-poster--generated .vsl-duration {
    top: 10px;
    right: 10px;
  }

  .quick-buy--v3 {
    padding: 12px;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 12px;
  }

  .quick-buy__visual {
    height: 122px;
  }

  .quick-buy__copy strong {
    display: block;
    margin-top: 2px;
  }

  .quick-buy__copy strong span {
    display: block;
    margin: 0 0 3px;
  }

  .quick-buy__copy strong b {
    font-size: 35px;
  }

  .quick-buy__copy small {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.5;
  }

  .quick-buy--v3 .button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    grid-column: 1 / -1;
  }

  .bundle-section .section-heading h2 {
    font-size: 52px;
  }

  .semantic-visual {
    margin-top: 24px;
    border-radius: 11px;
    box-shadow: 0 18px 46px rgba(2, 11, 23, 0.2);
  }

  .research-heading-v3 h2 {
    display: block;
    font-size: 48px;
    line-height: 1.08;
  }

  .research-count,
  .deleted-word,
  .research-peak {
    margin-right: 0.13em;
  }

  .research-count,
  .deleted-word {
    font-size: 0.66em;
  }

  .research-peak {
    display: block;
    margin-top: 5px;
  }

  .research-heading-v3 p {
    font-size: 11px;
    line-height: 1.75;
  }

  .samples-section .section-heading h2 {
    font-size: 54px;
  }

  .sample-panel {
    display: grid;
    padding: 16px 12px 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sample-copy h3 {
    font-size: 34px;
  }

  .sample-copy > p:not(.sample-label) {
    margin-top: 8px;
    font-size: 10px;
  }

  .sample-generated {
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 23, 42, 0.14);
  }

  .sample-cta-bridge {
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .sample-cta-bridge .button {
    width: 100%;
  }

  .creator-strip--v3 {
    padding: 14px;
    gap: 16px;
  }

  .creator-identity {
    grid-template-columns: 74px 1fr;
    gap: 12px;
  }

  .creator-strip--v3 .creator-photo {
    width: 74px;
    height: 74px;
  }

  .creator-strip--v3 .creator-copy h2 {
    font-size: 32px;
  }

  .creator-strip--v3 .creator-copy > p:last-child {
    margin-top: 7px;
    font-size: 9px;
  }

  .creator-strip--v3 .creator-facts li {
    min-height: 46px;
  }

  .creator-workbench {
    border-radius: 10px;
  }

  .price-card h2 {
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deleted-word img {
    clip-path: inset(0 0 0 0);
  }

  .deleted-word.is-struck img {
    animation: none;
  }

  .vsl-poster__image {
    transition: none;
  }
}
