/* Nelu ED treatments landing — dark theme */

.etx-page {
  --etx-bg: #0a0a0a;
  --etx-fg: #f7f6f3;
  --etx-fg-soft: rgba(247, 246, 243, 0.7);
  --etx-card: rgba(247, 246, 243, 0.06);
  --etx-border: rgba(247, 246, 243, 0.15);
  --etx-border-soft: rgba(247, 246, 243, 0.5);
  --etx-accent: #f05a00;
  --etx-accent-deep: #c44500;
  margin: 0;
  position: relative;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--etx-bg);
  color: var(--etx-fg);
  font-family: var(--font-body);
  -webkit-overflow-scrolling: touch;
}

.etx-page .skip-link:focus {
  background: var(--etx-fg);
  color: var(--etx-bg);
}

html:has(.etx-page) {
  height: auto;
  overflow-x: hidden;
}

.etx-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 36px;
  padding: 0.55rem 1rem;
  background: linear-gradient(100deg, #f05a00 15%, #ffd61a 172%);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.etx-banner strong {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.etx-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px 14px;
  border-bottom: 1px solid var(--etx-border-soft);
}

.etx-logo {
  display: block;
  width: 54px;
  line-height: 0;
}

.etx-logo img {
  display: block;
  width: 54px;
  height: auto;
  filter: brightness(0) invert(1);
}

.etx-exit {
  color: var(--etx-fg);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.etx-exit:hover {
  opacity: 0.85;
}

.etx-main {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px 72px;
}

.etx-glow {
  position: absolute;
  top: -80px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(240, 90, 0, 0.4) 0%,
    transparent 70%
  );
}

.etx-hero {
  display: grid;
  gap: 20px;
  padding: 24px 0 20px;
  animation: etx-in 0.32s ease both;
}

.etx-hero__title {
  margin: 0 0 18px;
  max-width: none;
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 8vw, 2.85rem);
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.08;
}

.etx-hero__title em {
  font-style: normal;
  font-weight: 500;
  color: var(--etx-accent);
}

.etx-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.etx-hero__actions .etx-btn {
  width: 100%;
}

.etx-usps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.etx-usps li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--etx-fg-soft);
}

.etx-usps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--etx-accent);
}

.etx-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.etx-btn:hover {
  transform: translateY(-1px);
}

.etx-btn--primary {
  background: var(--etx-fg);
  color: var(--etx-bg);
}

.etx-btn--ghost {
  background: transparent;
  color: var(--etx-fg);
  border-color: var(--etx-border);
}

.etx-options {
  padding-top: 8px;
}

.etx-track-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.etx-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: visible;
  padding: 0;
}

.etx-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--etx-border);
  border-radius: 20px;
  background: var(--etx-card);
  overflow: hidden;
}

.etx-card__media {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 32px 20px 16px;
  overflow: hidden;
  background: #050505;
}

.etx-card__media::before {
  content: "";
  position: absolute;
  inset: -10% -8%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 62% 58% at 50% 48%,
      rgba(240, 90, 0, 0.22) 0%,
      rgba(240, 90, 0, 0.08) 40%,
      transparent 70%
    );
}

.etx-card__img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 92%;
  max-height: 220px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.etx-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: var(--etx-accent);
  color: #fff;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.etx-badge--quiet {
  background: #0a0a0a;
  color: #fff;
}

.etx-rx {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.etx-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px 18px;
}

.etx-card__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.etx-card__usp {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--etx-fg-soft);
}

.etx-card__price {
  margin: 6px 0 0;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.etx-card__price strong {
  font-weight: 600;
  color: var(--etx-accent);
}

.etx-card__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--etx-fg-soft);
}

.etx-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.etx-card__actions .etx-btn {
  min-height: 44px;
  padding: 0.7rem 0.8rem;
  font-size: 14px;
}

.etx-more {
  margin-top: 4px;
}

.etx-more[hidden] {
  display: none;
}

.etx-more ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--etx-fg-soft);
}

.etx-safety-link {
  margin-top: auto;
  padding-top: 12px;
  color: var(--etx-fg-soft);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.etx-nav {
  display: none;
}

.etx-nav__bar {
  width: 88px;
  height: 3px;
  border-radius: 999px;
  background: rgba(247, 246, 243, 0.18);
  overflow: hidden;
}

.etx-nav__bar span {
  display: block;
  height: 100%;
  width: 33%;
  background: var(--etx-fg);
  border-radius: inherit;
  transform: translateX(0);
  transition: transform 0.2s ease, width 0.2s ease;
}

.etx-nav__btn {
  appearance: none;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--etx-border);
  border-radius: 50%;
  background: transparent;
  color: var(--etx-fg);
  cursor: pointer;
}

.etx-nav__btn svg {
  width: 16px;
  height: 16px;
}

.etx-nav__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.etx-legal {
  max-width: 52rem;
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--etx-fg-soft);
}

@keyframes etx-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .etx-page {
    background: #050505;
  }

  .etx-header {
    padding: 22px 24px 16px;
  }

  .etx-main {
    padding: 8px 24px 64px;
  }

  .etx-glow {
    top: -120px;
    right: -145px;
    width: 400px;
    height: 400px;
  }

  .etx-hero {
    gap: 28px;
    padding: 36px 0;
  }

  .etx-hero__title {
    max-width: 16ch;
  }

  .etx-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .etx-hero__actions .etx-btn {
    width: auto;
  }

  .etx-card__actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .etx-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.7fr);
    align-items: end;
    gap: 48px;
    padding: 48px 0 40px;
  }

  .etx-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    overflow: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  .etx-hero,
  .etx-btn,
  .etx-nav__bar span {
    animation: none;
    transition: none;
  }
}
