.lt-stage1080-free-gateway {
  --s1080-ink: #4f2b3d;
  --s1080-muted: #75616b;
  --s1080-rose: #a84570;
  --s1080-rose-dark: #7d3152;
  --s1080-line: rgba(117, 61, 86, .16);
  --s1080-cream: #fffaf7;
  --s1080-blush: #fff1f5;
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  padding-bottom: clamp(36px, 6vw, 72px);
}

.lt-stage1080-free-gateway > section {
  margin: 0;
}

.lt-stage1080-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid var(--s1080-line);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at 86% 16%, rgba(202, 95, 137, .18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 242, 247, .92));
  box-shadow: 0 28px 72px rgba(78, 35, 55, .10);
}

.lt-stage1080-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.lt-stage1080-kicker {
  margin: 0 0 12px;
  color: var(--s1080-rose-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lt-stage1080-hero h1,
.lt-stage1080-section-head h2,
.lt-stage1080-tool-head h2,
.lt-stage1080-safety h2 {
  color: var(--s1080-ink);
  font-family: Georgia, "Times New Roman", serif;
}

.lt-stage1080-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.35rem, 5.6vw, 5rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.lt-stage1080-hero-lead {
  max-width: 62ch;
  margin: 22px 0 0;
  color: #66515d;
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  line-height: 1.72;
}

.lt-stage1080-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lt-stage1080-actions .lt-btn {
  min-height: 48px;
  justify-content: center;
}

.lt-stage1080-hero-note {
  margin: 16px 0 0;
  color: var(--s1080-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.lt-stage1080-card-fan {
  position: relative;
  min-height: 330px;
  isolation: isolate;
}

.lt-stage1080-card-fan::before {
  content: "";
  position: absolute;
  inset: 18% 2% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 69, 112, .18), transparent 69%);
  filter: blur(4px);
}

.lt-stage1080-visual-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(128px, 14vw, 168px);
  aspect-ratio: .585;
  display: grid;
  align-content: space-between;
  padding: 18px 16px;
  border: 1px solid rgba(126, 53, 84, .28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.15)),
    repeating-linear-gradient(45deg, rgba(160,73,110,.09) 0 7px, rgba(255,255,255,.42) 7px 14px),
    #f8dbe5;
  color: var(--s1080-ink);
  box-shadow: 0 22px 50px rgba(77, 32, 53, .20);
  transform-origin: 50% 92%;
}

.lt-stage1080-visual-card:nth-child(1) {
  transform: translate(-88%, -48%) rotate(-10deg);
}

.lt-stage1080-visual-card:nth-child(2) {
  z-index: 2;
  transform: translate(-50%, -54%) rotate(0);
}

.lt-stage1080-visual-card:nth-child(3) {
  transform: translate(-12%, -48%) rotate(10deg);
}

.lt-stage1080-visual-card span {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.lt-stage1080-visual-card strong {
  max-width: 9ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.94rem, 1.5vw, 1.08rem);
  line-height: 1.2;
}

.lt-stage1080-proof-grid,
.lt-stage1080-value-grid,
.lt-stage1080-position-grid,
.lt-stage1080-question-grid,
.lt-stage1080-practice-grid,
.lt-stage1080-exit-grid {
  display: grid;
  gap: 16px;
}

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

.lt-stage1080-proof-item,
.lt-stage1080-value-card,
.lt-stage1080-position-card,
.lt-stage1080-question-card,
.lt-stage1080-practice-card,
.lt-stage1080-exit-card {
  border: 1px solid var(--s1080-line);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 36px rgba(78, 35, 55, .06);
}

.lt-stage1080-proof-item {
  padding: 18px;
  border-radius: 18px;
}

.lt-stage1080-proof-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--s1080-ink);
}

.lt-stage1080-proof-item span,
.lt-stage1080-value-card p,
.lt-stage1080-position-card p,
.lt-stage1080-question-card p,
.lt-stage1080-practice-card p,
.lt-stage1080-exit-card p {
  color: var(--s1080-muted);
  line-height: 1.6;
}

.lt-stage1080-panel,
.lt-stage1080-tool-shell,
.lt-stage1080-safety {
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid var(--s1080-line);
  border-radius: clamp(24px, 3vw, 34px);
}

.lt-stage1080-panel {
  background: rgba(255, 255, 255, .78);
}

.lt-stage1080-section-head,
.lt-stage1080-tool-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.lt-stage1080-section-head h2,
.lt-stage1080-tool-head h2,
.lt-stage1080-safety h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.85rem);
  line-height: 1.08;
}

.lt-stage1080-section-head > p:last-child,
.lt-stage1080-tool-head > p:last-child,
.lt-stage1080-safety-copy > p {
  margin: 13px 0 0;
  color: var(--s1080-muted);
  line-height: 1.7;
}

.lt-stage1080-tool-shell {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 92px;
  background:
    radial-gradient(circle at 100% 0, rgba(207, 108, 147, .16), transparent 34%),
    var(--s1080-cream);
  box-shadow: 0 24px 64px rgba(78, 35, 55, .09);
}

.lt-stage1080-tool-shell .lt-live-tool {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(142, 66, 99, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
}

.lt-stage1080-tool-shell .lt-tool-form > label {
  color: var(--s1080-ink);
  font-weight: 800;
}

.lt-stage1080-tool-shell .lt-tool-form > small {
  display: block;
  max-width: 72ch;
  margin-top: 10px;
  color: var(--s1080-muted);
  line-height: 1.55;
}

.lt-stage1080-tool-shell .lt-tool-actions {
  margin-top: 18px;
}

.lt-stage1080-tool-footnote {
  max-width: 900px;
  margin: 18px auto 0;
  color: var(--s1080-muted);
  font-size: .9rem;
  line-height: 1.55;
  text-align: center;
}

.lt-stage1080-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lt-stage1080-value-card,
.lt-stage1080-position-card,
.lt-stage1080-question-card,
.lt-stage1080-practice-card,
.lt-stage1080-exit-card {
  padding: 22px;
  border-radius: 20px;
}

.lt-stage1080-value-card span,
.lt-stage1080-position-card > span,
.lt-stage1080-practice-card > span {
  display: inline-grid;
  min-width: 34px;
  min-height: 34px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--s1080-blush);
  color: var(--s1080-rose-dark);
  font-size: .76rem;
  font-weight: 800;
}

.lt-stage1080-value-card h3,
.lt-stage1080-position-card h3,
.lt-stage1080-question-card h3,
.lt-stage1080-practice-card h3,
.lt-stage1080-exit-card h3 {
  margin: 0;
  color: var(--s1080-ink);
  font-size: 1.08rem;
}

.lt-stage1080-value-card p,
.lt-stage1080-position-card p,
.lt-stage1080-question-card p,
.lt-stage1080-practice-card p,
.lt-stage1080-exit-card p {
  margin: 9px 0 0;
}

.lt-stage1080-position-grid,
.lt-stage1080-question-grid,
.lt-stage1080-practice-grid,
.lt-stage1080-exit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lt-stage1080-position-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #fff, #fff4f7);
}

.lt-stage1080-position-card::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -36px;
  bottom: -40px;
  border-radius: 50%;
  background: rgba(185, 82, 123, .08);
}

.lt-stage1080-question-card {
  background: linear-gradient(145deg, #fff, #fff9f7);
}

.lt-stage1080-question-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  line-height: 1.38;
}

.lt-stage1080-question-note {
  margin: 20px 0 0;
  padding: 16px 18px;
  border-left: 3px solid rgba(168, 69, 112, .5);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 243, 247, .72);
  color: var(--s1080-muted);
  line-height: 1.65;
}

.lt-stage1080-practice-card {
  background: #fff;
}

.lt-stage1080-completion {
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(151, 65, 101, .17);
  border-radius: 18px;
  background: var(--s1080-blush);
  color: #654653;
  line-height: 1.65;
}

.lt-stage1080-safety {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  background: linear-gradient(145deg, #fff8f5, #fff);
}

.lt-stage1080-safety-card {
  padding: 24px;
  border: 1px solid rgba(133, 63, 92, .18);
  border-radius: 20px;
  background: #fff;
}

.lt-stage1080-safety-card strong {
  display: block;
  color: var(--s1080-ink);
  font-size: 1.04rem;
}

.lt-stage1080-safety-card p {
  margin: 9px 0 0;
  color: var(--s1080-muted);
  line-height: 1.65;
}

.lt-stage1080-exit-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.lt-stage1080-exit-card:hover,
.lt-stage1080-exit-card:focus-visible {
  border-color: rgba(168, 69, 112, .38);
  box-shadow: 0 20px 44px rgba(78, 35, 55, .11);
  transform: translateY(-3px);
}

.lt-stage1080-exit-card span {
  margin-top: auto;
  padding-top: 18px;
  color: var(--s1080-rose-dark);
  font-weight: 800;
}

@media (max-width: 980px) {
  .lt-stage1080-hero {
    grid-template-columns: minmax(0, 1fr) minmax(190px, .55fr);
  }

  .lt-stage1080-proof-grid,
  .lt-stage1080-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lt-stage1080-free-gateway {
    gap: 22px;
  }

  .lt-stage1080-hero {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    border-radius: 26px;
  }

  .lt-stage1080-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }

  .lt-stage1080-card-fan {
    min-height: 245px;
  }

  .lt-stage1080-visual-card {
    width: 126px;
  }

  .lt-stage1080-panel,
  .lt-stage1080-tool-shell,
  .lt-stage1080-safety {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .lt-stage1080-position-grid,
  .lt-stage1080-question-grid,
  .lt-stage1080-practice-grid,
  .lt-stage1080-exit-grid,
  .lt-stage1080-safety {
    grid-template-columns: 1fr;
  }

  .lt-stage1080-exit-card {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .lt-stage1080-proof-grid,
  .lt-stage1080-value-grid {
    grid-template-columns: 1fr;
  }

  .lt-stage1080-actions {
    display: grid;
  }

  .lt-stage1080-actions .lt-btn {
    width: 100%;
  }

  .lt-stage1080-tool-shell .lt-live-tool {
    padding: 18px 14px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-stage1080-exit-card {
    transition: none;
  }
}
