/* Empirescort landing skin — 1:1 to reference PPT. */
html, body { background: #0d0d0d; }
body.ec-body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #efefef;
  padding-bottom: 24px;
}
body.ec-body header.top,
body.ec-body .app-cta,
body.ec-body nav.tabs,
body.ec-body .stage,
body.ec-body footer.foot,
body.ec-body .dlbar { display: none !important; }

body.ec-body .gate { background: rgba(0,0,0,.82); }
body.ec-body .gate-card {
  background: #141114;
  border: 1px solid #3a1420;
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(255,64,129,.25);
  color: #f3f3f3;
}
body.ec-body .gate-logo { border-radius: 14px; }
body.ec-body .gate-pill.on,
body.ec-body .gate-enter {
  background: linear-gradient(135deg,#ff2f78,#ff4d6d);
  color: #fff;
  border-color: transparent;
}
body.ec-body .gate-leave { color: #ff88a6; }

.ec-top {
  padding: 12px 16px 10px; background: #0f0d0f;
  border-bottom: 1px solid #221319;
}
.ec-top-row {
  display: flex; align-items: center; gap: 12px;
}
.ec-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; min-width: 0; flex: 1; }
.ec-brand img { width: 48px; height: 48px; border-radius: 12px; flex: none; }
.ec-brand-t { font-weight: 900; font-size: 22px; letter-spacing: .05em; line-height: 1; color: #fff; white-space: nowrap; }
.ec-status {
  margin-left: auto; display: flex; flex-direction: column; align-items: flex-end;
  gap: 3px; flex: none; text-align: right;
}
.ec-status span {
  color: #d7ffe8; font-size: 11px; font-weight: 700; line-height: 1.25; white-space: nowrap;
}
.ec-help {
  display: inline-flex; align-items: center; gap: 8px; flex: none;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(46,204,113,.15); color: #4ee5a4; font-weight: 700; font-size: 13px;
  text-decoration: none; border: 1px solid rgba(46,204,113,.35);
}
.ec-help .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ee5a4;
  box-shadow: 0 0 8px #4ee5a4;
}
.ec-age-tag {
  margin: 10px 0 0; text-align: center; color: #ff3b7a;
  font-weight: 800; font-size: 13px; letter-spacing: .04em;
}

.ec-livesex {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  margin: 14px auto 0; padding: 14px 40px; border-radius: 12px;
  background: #ea3b6a; color: #fff; text-decoration: none; font-weight: 800; font-size: 18px;
  box-shadow: 0 10px 22px -10px rgba(234,59,106,.9);
  width: fit-content;
}
.ec-livesex-i { font-size: 18px; }

.ec-sec { padding: 22px 16px 4px; text-align: center; }
.ec-sec-dark { background: linear-gradient(180deg,#120d13,#0d0a0f); }
.ec-h2 { margin: 0 0 6px; font-size: 20px; color: #ff3b7a; font-weight: 900; }
.ec-h2-c { color: #ff3b7a; }
.ec-lead { margin: 0 0 16px; color: #d0d0d0; font-size: 13.5px; }
.ec-lead span { color: #ff3b7a; margin: 0 4px; }
.ec-lead-c { color: #cfcfcf; }

.ec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; }
@media (min-width: 720px) { .ec-grid { gap: 16px; } }

.ec-card {
  display: flex; flex-direction: column;
  background: transparent;
}
.ec-card-h {
  margin: 0 0 6px; color: #fff; font-size: 14px; font-weight: 800; line-height: 1.25;
}
.ec-card-img {
  position: relative; display: block; overflow: hidden; border-radius: 10px;
  aspect-ratio: 316/220; background: #1a1218;
  border: 1px dashed #2f1f2b;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ec-card-img:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -14px rgba(255,59,122,.55); }
.ec-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ec-card-body { padding: 10px 4px 4px; }
.ec-card-line {
  margin: 0 0 4px; color: #efefef; font-size: 12px; line-height: 1.35;
}
.ec-card-line span { color: #ff88a6; margin: 0 4px; font-weight: 700; }
.ec-card-line:nth-child(1) { color: #ffd1de; }
.ec-card-line:nth-child(3) { color: #ffe6a1; }
.ec-card-line:last-child { color: #4ee5a4; font-weight: 700; margin-top: 6px; }
@media (min-width: 720px) {
  .ec-card-h { font-size: 16px; }
  .ec-card-line { font-size: 13px; }
}
.ec-wa-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ee5a4;
  box-shadow: 0 0 8px #4ee5a4;
}

.ec-cta {
  display: block; margin: 22px 0 0; padding: 18px 20px; text-align: center;
  background: linear-gradient(135deg,#ff2f78,#ff4d6d);
  color: #fff; text-decoration: none; font-weight: 800; font-size: 15px;
  border-radius: 14px; letter-spacing: .02em;
  box-shadow: 0 18px 40px -18px rgba(255,47,120,.85);
}

.ec-live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 12px; text-align: left; }
@media (min-width: 720px) { .ec-live-grid { gap: 16px 16px; } }
.ec-live-card {
  display: flex; flex-direction: column;
  background: transparent;
}
.ec-badge {
  margin: 0 0 6px; align-self: flex-start;
  background: transparent; color: #ea3b6a; padding: 0;
  font-size: 12px; font-weight: 800; letter-spacing: .05em;
}
.ec-badge-p { color: #d34aff; }
.ec-live-img {
  display: block; overflow: hidden; border-radius: 10px;
  aspect-ratio: 316/175; background: #1a1218;
  border: 1px dashed #2f1f2b;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ec-live-img:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -14px rgba(255,59,122,.55); }
.ec-live-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.92); }

.ec-tip { margin: 22px 0 6px; text-align: center; color: #4ee5a4; font-weight: 800; font-size: 15px; }
.ec-tiphint { margin: 0 0 14px; text-align: center; color: #ffd1de; font-weight: 700; font-size: 14px; line-height: 1.5; }

.ec-tip-imgs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 4px 0 14px; text-align: left;
}
@media (min-width: 720px) { .ec-tip-imgs { gap: 16px; } }
.ec-tip-img {
  display: block; overflow: hidden; border-radius: 12px;
  aspect-ratio: 316/220; background: #1a1218;
  border: 1px dashed #2f1f2b;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ec-tip-img:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -14px rgba(255,59,122,.55); }
.ec-tip-img:active { transform: scale(.98); filter: brightness(.9); }
.ec-tip-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ec-search {
  margin: 14px 0 4px;
  display: flex; align-items: center; gap: 4px;
  background: #1a1218; border: 2px solid #ea3b6a; border-radius: 999px;
  padding: 4px 6px 4px 18px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ec-search:focus-within {
  border-color: #ff2f78;
  box-shadow: 0 0 0 4px rgba(234,59,106,.18);
}
.ec-search input {
  flex: 1; min-width: 0; height: 40px; background: transparent; border: 0;
  color: #ffe1ec; font-size: 14px; outline: none;
}
.ec-search input::placeholder { color: #ff88a6; }
.ec-search button {
  width: 42px; height: 40px; border-radius: 999px; border: 0;
  background: transparent; color: #ff88a6; font-size: 20px; cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .12s ease;
}
.ec-search button:hover { color: #ea3b6a; background: rgba(234,59,106,.12); }
.ec-search button:active { transform: scale(.94); background: rgba(234,59,106,.24); color: #fff; }
.ec-search-hint {
  margin: 6px 4px 0; color: #ff88a6; font-size: 12.5px; text-align: left;
}

/* touch feedback for every main CTA */
.ec-cta, .ec-livesex, .ec-card-img, .ec-live-img, .ec-help, .ec-brand,
.gate-enter, .gate-pill {
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
}
.ec-cta:active {
  transform: translateY(1px) scale(.985);
  filter: brightness(.92);
  box-shadow: 0 6px 16px -10px rgba(255,47,120,.9);
}
.ec-livesex:active {
  transform: translateY(1px) scale(.96);
  filter: brightness(.92);
}
.ec-card-img:active, .ec-live-img:active {
  transform: scale(.98);
  filter: brightness(.9);
}
.ec-help:active { transform: scale(.96); background: rgba(46,204,113,.28); }
.ec-brand:active { transform: scale(.98); }
.gate-enter:active { transform: scale(.97); filter: brightness(.92); }
.gate-pill { transition: transform .12s ease, background .18s ease; }
.gate-pill:active { transform: scale(.94); }

.ec-sec-l { text-align: left; }
.ec-h2-l { text-align: left; }

.ec-how-split {
  display: grid; grid-template-columns: 1fr 140px;
  gap: 14px; align-items: start;
}
@media (min-width: 720px) { .ec-how-split { grid-template-columns: 1fr 220px; gap: 22px; } }
.ec-how-l { min-width: 0; }
.ec-how-r {
  display: block; overflow: hidden; border-radius: 12px;
  aspect-ratio: 3/4; background: #1a1218;
  border: 1px dashed #2f1f2b;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ec-how-r:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -14px rgba(255,59,122,.55); }
.ec-how-r:active { transform: scale(.98); filter: brightness(.9); }
.ec-how-r img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ec-steps { list-style: none; padding: 0; margin: 14px 0 0; text-align: left; }
.ec-steps li {
  padding: 6px 0; color: #ececec; font-size: 14px; line-height: 1.5;
}

.ec-benefits {
  margin: 22px 0 0; padding: 18px 16px; background: #14101a;
  border: 1px solid #241823; border-radius: 14px; text-align: left;
}
.ec-benefits h3 { margin: 0 0 12px; color: #ff3b7a; font-size: 15px; text-align: left; font-weight: 900; }
.ec-benefits p { margin: 6px 0; color: #d5d5d5; font-size: 13px; line-height: 1.55; }

.ec-foot {
  margin: 30px 16px 24px; padding-top: 20px;
  border-top: 1px solid #241823; text-align: center;
  color: #8a8a8a; font-size: 12px;
}
.ec-foot a { color: #cfcfcf; margin: 0 8px; text-decoration: none; }

@media (max-width: 380px) {
  .ec-brand-t { font-size: 18px; }
  .ec-status span { font-size: 10px; }
  .ec-help { padding: 6px 10px; font-size: 12px; }
  .ec-h2 { font-size: 17px; }
}
