/* Alternate positioning, layered on the unchanged landing visual system. */
.landing-v2 .v2-hero-glow { top: 30px; left: -190px; }
.landing-v2 .hero-copy h1 { font-size: clamp(2.5rem, 4.4vw, 3.7rem); }
.landing-v2 .hero-lead { max-width: 510px; }
.v2-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 52px; padding-top: 30px; border-top: 1px solid #ffffff12; }
.v2-pillars > div { display: flex; align-items: flex-start; gap: 14px; }
.v2-pillar-number { color: #58d58b; font-size: .74rem; padding-top: 3px; font-weight: 700; }
.v2-pillars p { margin: 0; line-height: 1.7; font-size: .8rem; }
.v2-pillars strong, .v2-pillars p span { display: block; }
.v2-pillars strong { color: #e8eee9; font-size: .88rem; font-weight: 600; margin-bottom: 5px; }
.v2-pillars p span { color: #98a59d; }
.v2-day-card { padding: 32px; width: 100%; max-width: 480px; justify-self: center; }
.v2-day-card:hover { transform: none; }
.v2-interruption { border-left: 2px solid #ffffff18; padding: 12px 0 12px 18px; margin: 0 0 16px; }
.v2-interruption span { display: block; font-size: .95rem; line-height: 1.6; color: #e5e8e6; }
.v2-interruption small { display: block; color: #98a59d; font-size: .78rem; line-height: 1.6; margin-top: 5px; }
.landing-v2 .v2-day-payoff { border-top: 1px solid #ffffff10; padding-top: 22px; margin-top: 24px; font-size: 1.04rem; }
.v2-check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 22px; }
.v2-check-list li { display: flex; gap: 14px; align-items: flex-start; }
.v2-check-list i { color: #5ade8f; padding-top: 5px; font-size: .85rem; }
.v2-check-list strong, .v2-check-list span { display: block; }
.v2-check-list strong { font-size: .96rem; margin-bottom: 5px; }
.v2-check-list span { font-size: .93rem; color: #a6a9af; line-height: 1.7; }
.landing-v2 .v2-human-message { background: #607abd12; border-color: #849beb30; }
.landing-v2 .v2-human-message small { color: #aabdec; }
.v2-work-grid .benefit-card { display: flex; flex-direction: column; }
.v2-work-grid h3 { text-wrap: pretty; }
.v2-work-grid p { margin-bottom: 24px; }
.v2-outcome { display: block; color: #80dca2; border-top: 1px solid #ffffff0d; padding-top: 17px; margin-top: auto; line-height: 1.65; font-size: .82rem; }
.landing-v2 .v2-disclaimer { color: #95a099; font-size: .78rem !important; line-height: 1.7; }
.v2-start-steps { list-style: none; padding: 0; margin: 56px 0 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.v2-start-steps li { padding: 26px 0 0; border-top: 1px solid #2dad6252; }
.v2-start-steps p { font-size: .92rem; }
.v2-growth-path { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.v2-growth-path li { padding: 28px 24px; position: relative; }
.v2-growth-path li:not(:last-child)::after { content: '\2192'; position: absolute; right: -17px; top: 48%; color: #6ac88d; background: #0d0d0d; border: 1px solid #2dad6233; border-radius: 50%; width: 28px; height: 28px; display: grid; place-items: center; z-index: 1; }
.v2-growth-path li:hover { transform: none; }
.v2-stage { display: block; color: #9aa89f; font-size: .61rem; font-weight: 700; letter-spacing: .07em; line-height: 1.6; min-height: 24px; }
.v2-growth-path .feature-icon { color: #66d490; background: #2dad6215; border: 1px solid #2dad622b; margin: 22px 0; }
.v2-growth-path h3 { font-size: 1.1rem; }
.v2-growth-path p { font-size: .88rem; }
.v2-growth-highlight { border-color: #2dad627a; background: radial-gradient(ellipse at top right, #2dad6226, transparent 90%), #101512; }
.v2-growth-highlight .v2-stage { color: #66db95; }
.landing-v2 .v2-growth-payoff { text-align: center; line-height: 1.8; margin: 30px 0 0; }
.landing-v2 .v2-growth-payoff strong { color: #80dca2; }
.landing-v2 .v2-capacity-section { padding-top: 0; }
.v2-review-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid #ffffff0b; margin-top: 28px; padding-top: 22px; }
.v2-review-footer .copyright { margin: 0; }
.v2-review-footer a { color: #94a59a; font-size: .72rem; line-height: 1.7; text-decoration: none; }
.v2-review-footer a:hover { color: #65d491; }
.v2-review-footer i { margin-left: 5px; }
@media (max-width: 1100px) {
  .v2-growth-path li { padding: 24px 18px; }
}
@media (max-width: 959px) {
  .landing-v2 .hero-lead { margin-inline: auto; }
  .v2-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-pillars { gap: 20px; }
  .v2-pillars > div { gap: 10px; }
  .v2-growth-path { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .v2-growth-path li:nth-child(2)::after { display: none; }
  .v2-growth-path li { padding: 28px; }
  .v2-day-card { padding: 24px; }
}
@media (max-width: 700px) {
  .landing-v2 .hero-copy h1 { font-size: clamp(2.05rem, 8.5vw, 2.8rem); }
  .v2-work-grid { grid-template-columns: 1fr; }
  .v2-pillars { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  .v2-pillars > div { gap: 14px; }
  .v2-pillars strong { margin-bottom: 2px; }
  .v2-pillars p { font-size: .81rem; }
  .v2-start-steps { grid-template-columns: 1fr; gap: 26px; margin-top: 36px; }
  .v2-start-steps li { padding-top: 22px; }
  .v2-start-steps .step-number { margin-bottom: 12px; }
  .v2-growth-path { grid-template-columns: 1fr; gap: 24px; }
  .v2-growth-path li:not(:last-child)::after { display: grid; content: '\2193'; right: calc(50% - 14px); top: auto; bottom: -27px; }
  .v2-growth-path .feature-icon { margin: 14px 0 20px; }
  .v2-stage { min-height: 0; }
  .v2-review-footer { flex-direction: column; align-items: flex-start; gap: 14px; }
}
