:root {
  --pink: #eca1bd;
  --pink-deep: #d96f9a;
  --pink-soft: #ffd9e7;
  --pink-mist: #fff3f8;
  --white: #fffdfd;
  --ink: #5b3144;
  --muted: #916779;
  --lavender: #f3e8ff;
  --line: rgba(217, 111, 154, 0.2);
  --shadow: rgba(158, 77, 112, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 217, 231, 0.9) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, rgba(255, 217, 231, 0.9) 0 1px, transparent 1px 72px),
    #fffafd;
  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 14% 9%, rgba(236, 161, 189, 0.24), transparent 18rem),
    radial-gradient(circle at 88% 17%, rgba(243, 232, 255, 0.7), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 243, 248, 0.92));
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  z-index: 0;
  color: rgba(236, 161, 189, 0.18);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 1;
  pointer-events: none;
}

body::before {
  content: "♡";
  top: -2.5rem;
  right: 3vw;
  transform: rotate(10deg);
}

body::after {
  content: "☆";
  left: 2vw;
  bottom: -2.5rem;
  transform: rotate(-12deg);
}

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

.hero {
  --hero-x: clamp(28px, 6vw, 60px);
  --hero-nav-top: clamp(22px, 3vw, 30px);
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
  padding: var(--hero-x);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 243, 248, 0.92)),
    radial-gradient(circle at 20% 20%, rgba(236, 161, 189, 0.24), transparent 13rem);
  border: 3px solid var(--pink-soft);
  border-radius: 28px;
  box-shadow: 0 28px 70px var(--shadow);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px dashed rgba(217, 111, 154, 0.2);
  border-radius: 21px;
  pointer-events: none;
}

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

.telegram-link,
.model-menu summary {
  min-height: 42px;
  border: 2px solid var(--pink-soft);
  border-radius: 16px;
  background: rgba(255, 253, 253, 0.92);
  box-shadow: 5px 5px 0 rgba(217, 111, 154, 0.14);
}

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

.model-menu {
  position: relative;
}

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

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

.model-menu summary span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 2px 0;
  background: var(--pink-deep);
  border-radius: 999px;
}

.model-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  gap: 6px;
  min-width: 152px;
  padding: 10px;
  background: rgba(255, 253, 253, 0.98);
  border: 2px solid var(--pink-soft);
  border-radius: 18px;
  box-shadow: 8px 8px 0 rgba(217, 111, 154, 0.12);
}

.model-list a {
  display: block;
  padding: 9px 12px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  background: rgba(255, 243, 248, 0.72);
  border-radius: 12px;
}

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

.hero-copy {
  position: relative;
  z-index: 1;
  order: 1;
}

h1 {
  margin: 0;
  color: var(--pink);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(4.4rem, 13vw, 10rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: lowercase;
  text-shadow:
    0 4px 0 #ffffff,
    0 10px 0 rgba(217, 111, 154, 0.12);
}

h1::first-letter {
  text-transform: uppercase;
}

.subtitle {
  width: fit-content;
  margin: 20px 0 0;
  padding: 10px 16px;
  color: var(--ink);
  font-size: clamp(1rem, 2.4vw, 1.24rem);
  font-weight: 900;
  background: var(--pink-mist);
  border: 2px solid var(--pink-soft);
  border-radius: 18px;
  box-shadow: 5px 5px 0 rgba(236, 161, 189, 0.2);
}

.kitty {
  position: relative;
  z-index: 1;
  order: 2;
  width: 190px;
  height: 230px;
  justify-self: center;
  align-self: center;
  opacity: 0.9;
}

.face {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 62px;
  height: 138px;
  background: var(--pink-soft);
  border-radius: 48% 48% 42% 42%;
  box-shadow: inset 0 -10px 0 rgba(236, 161, 189, 0.16);
}

.ear {
  position: absolute;
  top: 18px;
  width: 72px;
  height: 108px;
  background: var(--pink-soft);
  border-radius: 58% 58% 42% 42%;
}

.ear-left {
  left: 25px;
  transform: rotate(-20deg);
}

.ear-right {
  right: 25px;
  transform: rotate(20deg);
}

.eye {
  position: absolute;
  top: 48px;
  width: 38px;
  height: 48px;
  background: var(--white);
  border-radius: 50%;
}

.eye::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 15px;
  width: 10px;
  height: 20px;
  background: var(--pink);
  border-radius: 50%;
}

.eye-left {
  left: 36px;
}

.eye-right {
  right: 36px;
}

.nose {
  position: absolute;
  left: 50%;
  top: 92px;
  width: 22px;
  height: 8px;
  background: var(--white);
  border-radius: 999px;
  transform: translateX(-50%);
}

main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0 0;
}

.photo-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(14px, 3vw, 22px);
  align-items: start;
  padding: 18px 0 0;
}

.photo-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(8px, 1.8vw, 12px);
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--pink-soft);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(158, 77, 112, 0.12);
  overflow: hidden;
}

.photo-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 70px;
  height: 18px;
  background: linear-gradient(90deg, var(--pink), var(--lavender));
  border-radius: 999px;
  opacity: 0.88;
}

.photo-card img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(1.05) contrast(1.02);
}

.photo-card-wide {
  aspect-ratio: 1.22 / 1;
}

.photo-card-wide img {
  object-position: 48% 46%;
}

.photo-card-tall {
  aspect-ratio: 1.08 / 1;
  transform: rotate(0.8deg);
}

.photo-card-tall img {
  object-position: 50% 44%;
}

.price-panel {
  position: relative;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.86);
  border: 2px solid var(--pink-soft);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(158, 77, 112, 0.08);
  overflow: hidden;
}

.price-panel::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -42px;
  width: 128px;
  height: 128px;
  border: 22px solid rgba(255, 217, 231, 0.38);
  border-radius: 50%;
  pointer-events: none;
}

.primary-panel {
  background:
    linear-gradient(135deg, rgba(255, 243, 248, 0.94), rgba(255, 255, 255, 0.9)),
    var(--white);
}

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

.panel-head > div {
  min-width: 0;
}

.spark {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 900;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--pink-soft);
}

h2 {
  min-width: 0;
  margin: 0;
  color: var(--pink-deep);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.9rem, 5vw, 3.35rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

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

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

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}

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

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

.price {
  color: var(--pink-deep);
  font-size: clamp(1rem, 2.5vw, 1.14rem);
  font-weight: 900;
  white-space: nowrap;
}

.payments {
  background:
    linear-gradient(135deg, rgba(255, 217, 231, 0.54), rgba(243, 232, 255, 0.54)),
    rgba(255, 255, 255, 0.9);
}

.video-panel {
  background:
    linear-gradient(135deg, rgba(243, 232, 255, 0.62), rgba(255, 243, 248, 0.94)),
    rgba(255, 255, 255, 0.9);
}

.prefs-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 243, 248, 0.94)),
    var(--white);
}

.panel-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 900;
}

.mobile-break {
  display: none;
}

.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.92rem;
  font-weight: 900;
  list-style: none;
  background: rgba(255, 255, 255, 0.66);
  border: 2px solid var(--pink-soft);
  border-radius: 18px;
}

.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: 18px;
}

.pref-column {
  display: contents;
}

.pref-group {
  min-width: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.48);
  border: 2px solid rgba(255, 200, 221, 0.58);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(158, 77, 112, 0.07);
}

.pref-group h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.05;
  letter-spacing: 0;
}

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

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

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

.marks {
  display: inline-flex;
  gap: 3px;
  min-height: 14px;
  padding-top: 1px;
}

.dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid rgba(91, 49, 68, 0.14);
  vertical-align: -2px;
}

.dot.unknown {
  background: var(--white);
  border-color: rgba(91, 49, 68, 0.28);
}

.dot.favorite {
  background: #e859a0;
}

.dot.like {
  background: #1fec43;
}

.dot.ok {
  background: #f5f56b;
}

.dot.maybe {
  background: #dc7410;
}

.dot.no {
  background: #a00000;
}

.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(--ink);
  font-weight: 900;
  background: var(--white);
  border: 2px solid var(--pink-soft);
  border-radius: 999px;
}

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

  .hero {
    --hero-x: 18px;
    --hero-nav-top: 18px;
    min-height: 238px;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 76px var(--hero-x) 24px;
    border-radius: 22px;
  }

  .hero-actions {
    top: var(--hero-nav-top);
    left: var(--hero-x);
    right: auto;
    gap: 8px;
    max-width: none;
    justify-content: flex-start;
  }

  .telegram-link,
  .model-menu summary {
    min-height: 38px;
    box-shadow: 4px 4px 0 rgba(217, 111, 154, 0.12);
  }

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

  .model-menu summary {
    width: 40px;
  }

  .hero::before {
    inset: 10px;
    border-radius: 16px;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 5.7rem);
  }

  .subtitle {
    max-width: 100%;
  }

  .kitty {
    position: absolute;
    right: 12px;
    bottom: 16px;
    width: 116px;
    height: 150px;
    opacity: 0.2;
  }

  .face {
    left: 8px;
    right: 8px;
    top: 42px;
    height: 88px;
  }

  .ear {
    top: 12px;
    width: 44px;
    height: 68px;
  }

  .ear-left {
    left: 16px;
  }

  .ear-right {
    right: 16px;
  }

  .eye {
    top: 32px;
    width: 24px;
    height: 30px;
  }

  .eye::after {
    top: 8px;
    left: 9px;
    width: 7px;
    height: 13px;
  }

  .eye-left {
    left: 22px;
  }

  .eye-right {
    right: 22px;
  }

  .nose {
    top: 61px;
    width: 14px;
    height: 5px;
  }

  .photo-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-top: 14px;
  }

  .photo-card {
    padding: 7px;
    border-radius: 20px;
  }

  .photo-card::after {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 13px;
  }

  .photo-card img {
    border-radius: 14px;
  }

  .photo-card-wide,
  .photo-card-tall {
    aspect-ratio: 1.22 / 1;
    transform: none;
  }

  .photo-card-wide img {
    object-position: 50% 44%;
  }

  .photo-card-tall img {
    object-position: 50% 42%;
  }

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

  .pref-group {
    padding: 12px;
  }

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

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

  .price-row {
    display: block;
  }

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

  h2 {
    font-size: clamp(1.45rem, 7.4vw, 2.05rem);
    line-height: 1;
  }
}

@media (max-width: 520px) {
  .prefs-panel {
    overflow: hidden;
  }

  .prefs-panel .panel-head {
    align-items: flex-start;
    gap: 10px;
  }

  .prefs-panel h2 {
    font-size: clamp(1.32rem, 6.4vw, 1.75rem);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  .mobile-break {
    display: block;
  }

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

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

  .pref-legend li {
    white-space: normal;
  }
}
