.lt-stage1081-free-gateway {
  gap: clamp(24px, 3.2vw, 38px);
}

.lt-stage1081-free-gateway .lt-stage1080-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: clamp(30px, 4.5vw, 58px);
  padding: clamp(34px, 4.5vw, 56px);
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 88% 10%, rgba(202, 95, 137, .13), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(255, 246, 249, .94));
  box-shadow: 0 22px 58px rgba(78, 35, 55, .09);
}

.lt-stage1081-free-gateway .lt-stage1080-hero-copy {
  max-width: 690px;
}

.lt-stage1081-free-gateway .lt-stage1080-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.65rem, 4.65vw, 4.15rem);
  line-height: 1.01;
}

.lt-stage1081-free-gateway .lt-stage1080-hero-lead {
  max-width: 56ch;
  margin-top: 18px;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.65;
}

.lt-stage1081-free-gateway .lt-stage1080-actions {
  margin-top: 23px;
}

.lt-stage1081-hero-art {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(123, 60, 87, .16);
  border-radius: 26px;
  background: #f8e8e2;
  box-shadow: 0 22px 54px rgba(76, 36, 54, .16);
}

.lt-stage1081-hero-art::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 18px;
  pointer-events: none;
}

.lt-stage1081-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.lt-stage1081-free-gateway .lt-stage1080-proof-grid {
  gap: 0;
  padding: 0 clamp(6px, 1.6vw, 20px);
  border-top: 1px solid var(--s1080-line);
  border-bottom: 1px solid var(--s1080-line);
}

.lt-stage1081-free-gateway .lt-stage1080-proof-item {
  min-width: 0;
  padding: 18px clamp(12px, 2vw, 24px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lt-stage1081-free-gateway .lt-stage1080-proof-item + .lt-stage1080-proof-item {
  border-left: 1px solid var(--s1080-line);
}

.lt-stage1081-free-gateway .lt-stage1080-proof-item strong {
  font-size: .94rem;
}

.lt-stage1081-free-gateway .lt-stage1080-proof-item span {
  font-size: .86rem;
  line-height: 1.48;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4.5vw, 58px);
  align-items: start;
  padding: clamp(30px, 4.5vw, 50px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(207, 108, 147, .11), transparent 34%),
    linear-gradient(145deg, #fffaf7, #fff7f9);
  box-shadow: 0 20px 52px rgba(78, 35, 55, .08);
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage1080-tool-head {
  max-width: 490px;
  margin: 8px 0 0;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage1080-tool-head h2 {
  font-size: clamp(1.95rem, 3.2vw, 2.75rem);
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-live-tool {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(22px, 3.4vw, 32px);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(78, 35, 55, .07);
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-input {
  min-height: 124px;
  border-radius: 14px;
  background: #fffdfc;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: end;
  margin-top: 20px;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-control {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--s1080-ink);
  font-size: .9rem;
  font-weight: 750;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-control select {
  min-width: 168px;
  min-height: 42px;
  padding: 0 38px 0 13px;
  border: 1px solid rgba(168, 69, 112, .28);
  border-radius: 12px;
  background-color: #fff;
  color: var(--s1080-ink);
  font: inherit;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle {
  display: inline-flex;
  min-height: 42px;
  grid-template-columns: none;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  cursor: pointer;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 20px;
  box-sizing: border-box;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-grid;
  place-content: center;
  border: 1.5px solid rgba(125, 49, 82, .5);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(78, 35, 55, .08);
  cursor: pointer;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle input[type="checkbox"]::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg) scale(0);
  transition: transform .12s ease-out;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle input[type="checkbox"]:checked {
  border-color: var(--s1080-rose-dark);
  background: var(--s1080-rose-dark);
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle input[type="checkbox"]:checked::before {
  transform: translateY(-1px) rotate(-45deg) scale(1);
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle input[type="checkbox"]:focus-visible,
.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-control select:focus-visible {
  outline: 3px solid rgba(168, 69, 112, .2);
  outline-offset: 3px;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-tool-actions {
  margin-top: 20px;
  width: 100% !important;
  max-width: none !important;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-draw-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage1080-tool-footnote {
  max-width: 46ch;
  margin: 0;
  align-self: end;
  text-align: left;
}

.lt-stage1081-free-gateway .lt-stage1081-tool-shell:has(.lt-reading-result-area:not([hidden])) .lt-live-tool {
  grid-column: 1 / -1;
}

.lt-stage1081-free-gateway .lt-stage1080-panel {
  padding: clamp(32px, 4vw, 48px) clamp(4px, 2vw, 24px);
  border: 0;
  border-top: 1px solid var(--s1080-line);
  border-radius: 0;
  background: transparent;
}

.lt-stage1081-free-gateway .lt-stage1080-value-card,
.lt-stage1081-free-gateway .lt-stage1080-position-card,
.lt-stage1081-free-gateway .lt-stage1080-question-card,
.lt-stage1081-free-gateway .lt-stage1080-practice-card,
.lt-stage1081-free-gateway .lt-stage1080-exit-card {
  box-shadow: 0 10px 28px rgba(78, 35, 55, .05);
}

@media (max-width: 980px) {
  .lt-stage1081-free-gateway .lt-stage1080-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    padding: 34px;
  }

  .lt-stage1081-free-gateway .lt-stage1080-hero h1 {
    font-size: clamp(2.55rem, 5.8vw, 3.7rem);
  }

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

  .lt-stage1081-free-gateway .lt-stage1080-proof-item:nth-child(3) {
    border-left: 0;
  }

  .lt-stage1081-free-gateway .lt-stage1080-proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--s1080-line);
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell {
    grid-template-columns: 1fr;
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage1080-tool-footnote {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .lt-stage1081-free-gateway .lt-stage1080-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 20px 20px;
  }

  .lt-stage1081-free-gateway .lt-stage1080-hero h1 {
    max-width: none;
    font-size: clamp(2.05rem, 9.2vw, 2.65rem);
    line-height: 1.04;
  }

  .lt-stage1081-hero-art {
    border-radius: 20px;
  }

  .lt-stage1081-hero-art::after {
    inset: 8px;
    border-radius: 14px;
  }

  .lt-stage1081-hero-art img {
    aspect-ratio: 16 / 10;
    object-position: 50% 39%;
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell {
    gap: 22px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-live-tool {
    padding: 20px 15px;
    border-radius: 18px;
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-controls {
    align-items: start;
  }
}

@media (max-width: 520px) {
  .lt-stage1081-free-gateway .lt-stage1080-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lt-stage1081-free-gateway .lt-stage1080-actions .lt-btn {
    min-width: 0;
    padding-inline: 12px;
    font-size: .86rem;
  }

  .lt-stage1081-free-gateway .lt-stage1080-proof-grid {
    grid-template-columns: 1fr;
  }

  .lt-stage1081-free-gateway .lt-stage1080-proof-item + .lt-stage1080-proof-item {
    border-top: 1px solid var(--s1080-line);
    border-left: 0;
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-controls {
    display: grid;
  }

  .lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-control select {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-stage1081-free-gateway .lt-stage1081-tool-shell .lt-stage108-toggle input[type="checkbox"]::before {
    transition: none;
  }
}
