.lt-stage1079-free-entry {
  position: relative;
  overflow: hidden;
}

.lt-stage1079-free-entry::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 91, 133, .16), rgba(201, 91, 133, 0) 70%);
  pointer-events: none;
}

.lt-stage1079-free-entry .lt-stage804-section-head {
  max-width: 720px;
  margin-inline: auto;
}

.lt-stage1079-free-entry-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 820px;
  margin: 26px auto 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(116, 60, 86, .16);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,246,249,.92));
  box-shadow: 0 20px 52px rgba(79, 36, 56, .09);
}

.lt-stage1079-free-entry-card strong {
  display: block;
  margin-bottom: 8px;
  color: #4c263c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.lt-stage1079-free-entry-card p {
  max-width: 58ch;
  margin: 0;
  color: #6b5863;
  line-height: 1.65;
}

.lt-stage1079-free-entry-card .lt-stage804-button {
  white-space: nowrap;
}

.lt-stage1079-free-hero .lt-tool-form > label {
  font-weight: 700;
}

.lt-stage1079-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 4px;
}

.lt-stage1079-hero-chips span {
  padding: 7px 11px;
  border: 1px solid rgba(153, 71, 105, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #664453;
  font-size: .84rem;
  line-height: 1.2;
}

.lt-stage1079-free-hero .lt-tool-form > small {
  display: block;
  max-width: 70ch;
  margin-top: 10px;
  color: #755f6c;
  line-height: 1.55;
}

.lt-stage762-guest-memory-offer {
  border-color: rgba(180, 65, 111, .22);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,244,248,.95));
}

.lt-stage762-guest-memory-offer > ul {
  display: grid;
  gap: 7px;
}

@media (max-width: 720px) {
  html body.lt-en-shell .lt-mobile-top-actions {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: calc(7px + env(safe-area-inset-top, 0px)) 16px 7px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.lt-en-shell .lt-mobile-top-actions::-webkit-scrollbar {
    display: none !important;
  }

  html body.lt-en-shell .lt-mobile-top-actions__item {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    min-height: 40px !important;
    padding: 4px 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .lt-stage1079-free-entry-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .lt-stage1079-free-entry-card .lt-stage804-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
