:root {
  --black: #070409;
  --panel: rgba(18, 10, 22, 0.88);
  --panel-strong: rgba(28, 10, 31, 0.94);
  --magenta: #f737a9;
  --magenta-deep: #b90f72;
  --pink: #ff87d0;
  --cyan: #27f4ff;
  --yellow: #ffd86b;
  --ink: #fff3fb;
  --muted: #bca8b8;
  --line: rgba(247, 55, 169, 0.28);
  --shadow: rgba(247, 55, 169, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: var(--black);
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(247, 55, 169, 0.32), transparent 22rem),
    radial-gradient(circle at 82% 22%, rgba(39, 244, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 58% 86%, rgba(255, 216, 107, 0.12), transparent 26rem),
    linear-gradient(180deg, #0d0711, #070409 34rem, #050306 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(247, 55, 169, 0.08), transparent 26%, rgba(39, 244, 255, 0.07));
  mix-blend-mode: screen;
  opacity: 0.45;
}

.page {
  position: relative;
  z-index: 1;
  width: min(1060px, calc(100% - 28px));
  max-width: calc(100vw - 28px);
  margin: 0 auto;
  padding: 28px 0 54px;
  overflow-x: clip;
}

.hero {
  --hero-x: clamp(22px, 5vw, 58px);
  --hero-nav-top: clamp(18px, 3vw, 28px);
  position: relative;
  min-height: 330px;
  display: grid;
  align-items: end;
  padding: 92px var(--hero-x) clamp(28px, 5vw, 44px);
  background:
    linear-gradient(135deg, rgba(9, 4, 13, 0.92), rgba(29, 8, 35, 0.86)),
    radial-gradient(circle at 24% 26%, rgba(247, 55, 169, 0.45), transparent 14rem),
    radial-gradient(circle at 82% 16%, rgba(39, 244, 255, 0.2), transparent 18rem);
  border: 2px solid rgba(247, 55, 169, 0.58);
  box-shadow: 0 0 0 1px rgba(39, 244, 255, 0.2), 0 26px 70px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 18px;
  border: 1px solid rgba(39, 244, 255, 0.34);
}

.hero::after {
  right: -5rem;
  bottom: -7rem;
  width: 22rem;
  height: 22rem;
  border: 2px solid rgba(247, 55, 169, 0.24);
  background: repeating-conic-gradient(from 10deg, rgba(247, 55, 169, 0.22) 0 6deg, transparent 6deg 14deg);
  border-radius: 50%;
  opacity: 0.7;
}

.hero-actions {
  position: absolute;
  z-index: 5;
  top: var(--hero-nav-top);
  left: var(--hero-x);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.model-menu {
  position: relative;
}

.telegram-link,
.model-menu summary {
  min-height: 42px;
  background: rgba(7, 4, 9, 0.88);
  border: 1px solid var(--cyan);
  box-shadow: 5px 5px 0 rgba(247, 55, 169, 0.35);
}

.telegram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.model-menu summary {
  display: grid;
  place-items: center;
  width: 48px;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

.model-menu summary::-webkit-details-marker {
  display: none;
}

.model-menu summary span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0;
  background: var(--pink);
  box-shadow: 0 0 10px rgba(247, 55, 169, 0.84);
}

.model-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  gap: 6px;
  min-width: 154px;
  padding: 10px;
  background: rgba(8, 4, 10, 0.98);
  border: 1px solid var(--cyan);
  box-shadow: 8px 8px 0 rgba(247, 55, 169, 0.28);
}

.model-list a {
  display: block;
  padding: 9px 12px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  background: rgba(247, 55, 169, 0.12);
}

.model-list a:hover,
.model-list a[aria-current="page"] {
  color: var(--black);
  background: var(--cyan);
}

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

.signal {
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(39, 244, 255, 0.54);
  background: rgba(39, 244, 255, 0.08);
}

h1 {
  margin: 0;
  color: var(--pink);
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: clamp(4rem, 15vw, 10.5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    4px 0 0 rgba(39, 244, 255, 0.9),
    -4px 0 0 rgba(255, 216, 107, 0.5),
    0 0 28px rgba(247, 55, 169, 0.58);
}

.subtitle {
  width: fit-content;
  margin: 18px 0 0;
  padding: 9px 14px;
  color: var(--black);
  font-size: clamp(1rem, 2.8vw, 1.18rem);
  font-weight: 900;
  background: var(--yellow);
  box-shadow: 6px 6px 0 rgba(39, 244, 255, 0.42);
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.visual-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 8px;
  background: rgba(7, 4, 9, 0.86);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.visual-card::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 4px;
  background: linear-gradient(90deg, var(--magenta), var(--cyan), var(--yellow));
}

.visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.08);
}

.visual-pink,
.visual-black {
  aspect-ratio: 0.63 / 1;
}

.visual-pink img {
  object-position: 50% 48%;
}

.visual-black img {
  object-position: 50% 48%;
}

main {
  display: grid;
  gap: 18px;
}

.price-panel {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(247, 55, 169, 0.09), rgba(39, 244, 255, 0.05)),
    var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.price-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.primary-panel {
  background:
    linear-gradient(135deg, rgba(247, 55, 169, 0.16), rgba(39, 244, 255, 0.07)),
    var(--panel-strong);
}

.video-panel {
  border-color: rgba(255, 216, 107, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 216, 107, 0.12), rgba(247, 55, 169, 0.11)),
    var(--panel);
}

.payments {
  border-color: rgba(39, 244, 255, 0.34);
}

.panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin: 0 0 18px;
}

.spark {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 900;
  background: var(--cyan);
  box-shadow: 5px 5px 0 var(--magenta);
}

h2 {
  min-width: 0;
  margin: 0;
  color: var(--pink);
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow: 2px 0 0 rgba(39, 244, 255, 0.64);
}

.price-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid rgba(247, 55, 169, 0.2);
}

.price-row:last-child {
  border-bottom: 0;
}

.service {
  min-width: 0;
  color: var(--ink);
  font-size: clamp(1rem, 2.4vw, 1.1rem);
  font-weight: 800;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.price {
  color: var(--cyan);
  font-size: clamp(1rem, 2.4vw, 1.12rem);
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(39, 244, 255, 0.42);
}

.payment-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-list li {
  padding: 10px 14px;
  color: var(--black);
  font-weight: 900;
  background: var(--yellow);
  box-shadow: 5px 5px 0 rgba(247, 55, 169, 0.34);
  overflow-wrap: anywhere;
}

.prefs-panel {
  background:
    linear-gradient(135deg, rgba(247, 55, 169, 0.13), rgba(39, 244, 255, 0.07), rgba(255, 216, 107, 0.06)),
    var(--panel-strong);
}

.pref-legend {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 22px;
  padding: 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  list-style: none;
  background: rgba(7, 4, 9, 0.54);
  border: 1px solid rgba(39, 244, 255, 0.28);
}

.pref-legend li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.prefs-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pref-group {
  min-width: 0;
  padding: 14px;
  background: rgba(7, 4, 9, 0.44);
  border: 1px solid rgba(247, 55, 169, 0.24);
  box-shadow: 6px 6px 0 rgba(39, 244, 255, 0.08);
}

.pref-group h3 {
  margin: 0 0 4px;
  color: var(--pink);
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.92rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 0 0 rgba(39, 244, 255, 0.68);
}

.pref-role {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.25;
}

.pref-group ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pref-group li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.marks {
  display: inline-flex;
  gap: 4px;
  min-height: 15px;
  padding-top: 2px;
}

.dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 243, 251, 0.2);
  vertical-align: -2px;
}

.dot.unknown {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.7);
}

.dot.favorite {
  background: #ef5ba8;
}

.dot.like {
  background: #24f63e;
}

.dot.ok {
  background: #fff75a;
}

.dot.maybe {
  background: #e67800;
}

.dot.no {
  background: #a40000;
}

@media (max-width: 760px) {
  .page {
    width: min(100% - 18px, 560px);
    padding-top: 9px;
  }

  .hero {
    --hero-x: 18px;
    --hero-nav-top: 18px;
    min-height: 260px;
    padding: 76px var(--hero-x) 26px;
  }

  .model-menu summary {
    width: 42px;
    min-height: 38px;
  }

  .telegram-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .signal {
    margin-bottom: 12px;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5.1rem);
  }

  .visual-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 12px 0;
  }

  .visual-pink,
  .visual-black {
    aspect-ratio: 0.56 / 1;
  }

  .visual-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .price-row {
    display: block;
  }

  .service,
  .price {
    display: block;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .price {
    margin-top: 5px;
  }

  h2 {
    font-size: clamp(1.45rem, 7.2vw, 1.95rem);
    word-break: break-word;
  }

  .prefs-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .pref-group {
    padding: 12px;
  }

  .pref-group li {
    font-size: 0.88rem;
  }

  .pref-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    font-size: 0.82rem;
  }

  .payment-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  .price-panel {
    padding: 18px;
  }

  .panel-head {
    align-items: flex-start;
  }

  .spark {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}
