:root {
  --bg: #f5f5f5;
  --surface: #ffffff;
  --text: #101010;
  --muted: #6e6e6e;
  --line: #e1e1e1;
  --accent: #ed2f5f;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.tour-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 54px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.tour-header__inner {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 6px;
  width: min(100%, 720px);
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.lang-wrap,
.menu-wrap {
  position: relative;
}

.lang-button,
.icon-button,
.action-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.lang-button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 48px;
  height: 40px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.header-actions::-webkit-scrollbar {
  display: none;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 42px;
  height: 40px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.action-button:hover {
  background: #f1f1f1;
}

.action-button--join,
.join-now {
  color: var(--accent);
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.lang-menu,
.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.lang-menu.is-open,
.nav-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-menu {
  left: 0;
  display: flex;
  gap: 2px;
  padding: 8px;
  white-space: nowrap;
}

.lang-menu button,
.lang-menu a,
.entry-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.lang-menu button:hover,
.lang-menu a:hover,
.lang-menu button[aria-current="true"],
.lang-menu a[aria-current="true"],
.entry-lang[aria-current="true"] {
  border-color: #d5d5d5;
  background: #f3f3f3;
}

.nav-menu {
  right: 0;
  display: grid;
  width: min(86vw, 320px);
  max-height: min(72vh, 520px);
  overflow-y: auto;
  padding: 8px;
}

.nav-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu a:hover {
  background: #f5f5f5;
}

.feed {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 62px 0 24px;
}

.feed-card {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.feed-card__top {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 22px 12px 3px;
  font-size: 15px;
}

.feed-media {
  display: block;
  width: 100%;
}

img.feed-media {
  height: auto;
  max-height: none;
  background: transparent;
  object-fit: initial;
}

video.feed-media {
  max-height: 86vh;
  background: #111111;
  object-fit: contain;
}

video.feed-media[poster] {
  object-fit: contain;
}

.sfv-card {
  padding-bottom: 18px;
}

.sfv-intro {
  padding-bottom: 12px;
}

.sfv-preview-image {
  max-width: 100%;
  margin: 0 auto;
}

.sfv-preview-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sfv-age-panel {
  width: min(calc(100% - 24px), 520px);
  margin: 18px auto 0;
  padding: 26px 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow);
  text-align: center;
  scroll-margin-top: 74px;
}

.sfv-age-panel h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: 0;
}

.sfv-age-panel p {
  max-width: 430px;
  margin: 0 auto 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.sfv-enter-button,
.sfv-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
}

.sfv-enter-button {
  width: 100%;
  margin: 8px 0 28px;
  border: 0;
  background: var(--accent);
  box-shadow: 0 10px 18px rgba(237, 47, 95, .2);
}

.sfv-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.sfv-actions a {
  min-width: 0;
  flex: 1 1 0;
  border: 1px solid #111111;
  background: #111111;
  font-size: 15px;
}

.story-block {
  padding: 0 12px 8px;
}

.story-block p {
  margin: 2px 0 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.38;
}

.read-more,
.show-less {
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.show-less {
  display: inline-flex;
  margin-left: 4px;
}

.engagement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  flex-wrap: nowrap;
  min-height: 44px;
  padding: 2px 8px 7px;
  overflow-x: auto;
  color: #222222;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
  scrollbar-width: none;
}

.engagement-row::-webkit-scrollbar {
  display: none;
}

.like-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222222;
  cursor: pointer;
  font-weight: 700;
}

.like-button.is-liked {
  color: var(--accent);
}

.heart-icon {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.85)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.45));
  transition: color 140ms ease, fill 140ms ease, transform 140ms ease;
}

.like-button.is-liked .heart-icon {
  fill: var(--accent);
  stroke: var(--accent);
  filter: none;
}

.like-count {
  color: #222222;
  line-height: 1;
}

.like-button.is-popping .heart-icon {
  animation: heart-pop 380ms cubic-bezier(0.2, 1.65, 0.35, 1);
}

.like-burst {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  color: var(--accent);
  box-shadow:
    0 -16px 0 currentColor,
    12px -10px 0 currentColor,
    16px 3px 0 currentColor,
    8px 15px 0 currentColor,
    -9px 14px 0 currentColor,
    -16px 2px 0 currentColor,
    -11px -11px 0 currentColor;
}

.like-button.is-bursting .like-burst {
  animation: like-burst 420ms ease-out;
}

.followers-follow {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
}

.online-pill {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 2px;
}

.online-label {
  margin-left: 1px;
}

.join-now {
  flex: 0 0 auto;
  margin-left: 0;
  text-decoration: none;
}

@keyframes heart-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.22) translateY(-2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes like-burst {
  0% {
    opacity: 0.9;
    transform: scale(0.35);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@media (prefers-reduced-motion: reduce) {
  .like-button.is-popping .heart-icon,
  .like-button.is-bursting .like-burst {
    animation: none;
  }
}

.site-footer {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 22px 14px 38px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin: 0 0 16px;
  text-align: center;
}

.site-footer a {
  color: #333333;
  font-weight: 700;
}

.site-footer__links a:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  color: #a6a6a6;
  font-weight: 400;
}

.site-footer__legal {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.site-footer__legal p {
  margin: 0 0 7px;
}

.site-footer__statement {
  display: inline-block;
  text-decoration: underline;
}

.follow-modal[hidden],
.push-info-modal[hidden],
.email-follow-modal[hidden],
.exit-offer-modal[hidden] {
  display: none;
}

.follow-modal,
.push-info-modal,
.email-follow-modal,
.exit-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.44);
}

.follow-modal__panel,
.push-info-modal__panel,
.email-follow-modal__panel,
.exit-offer-modal__panel,
.join-panel,
.age-card {
  width: min(100%, 380px);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.follow-modal__panel,
.push-info-modal__panel,
.email-follow-modal__panel,
.exit-offer-modal__panel {
  padding: 22px;
}

.follow-modal__panel h2,
.push-info-modal__panel h2,
.email-follow-modal__panel h2,
.exit-offer-modal__panel h2,
.join-panel h1,
.age-card h1 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: 0;
}

.follow-modal__panel p,
.push-info-modal__panel p,
.email-follow-modal__panel p,
.exit-offer-modal__panel p,
.join-panel p,
.age-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.45;
}

.exit-offer-modal {
  z-index: 92;
  padding: 18px;
  background: rgba(0, 0, 0, 0.5);
}

.exit-offer-modal__panel {
  position: relative;
  width: min(100%, 430px);
  padding: 26px 22px 22px;
  border: 1px solid rgba(237, 47, 95, 0.14);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  text-align: left;
}

.exit-offer-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: #f3f3f3;
  color: #111111;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.exit-offer-modal__eyebrow {
  margin: 0 0 8px !important;
  color: var(--accent) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exit-offer-modal__panel h2 {
  max-width: 340px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.08;
}

.exit-offer-modal__panel p:not(.exit-offer-modal__eyebrow) {
  margin-bottom: 18px;
  color: #4f4f4f;
}

.exit-offer-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0 0 10px;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
}

.exit-offer-modal__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #666666;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.email-follow-label {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  color: var(--text);
  font-weight: 800;
}

.email-follow-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  padding: 0 12px;
  color: var(--text);
  background: #ffffff;
  font-size: 16px;
}

.email-follow-input:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(237, 47, 95, 0.16);
}

.email-follow-message {
  min-height: 20px;
  margin: 0 0 12px;
  font-weight: 700;
}

.email-follow-message.is-error {
  color: #b00020;
}

.email-follow-message.is-success {
  color: #087a2a;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border: 0;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
}

.join-page {
  background: #f7f7f7;
}

.join-page--premium {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 247, 0.98)),
    #f7f7f7;
  overflow-x: hidden;
}

.join-shell {
  width: min(100%, 720px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 12px;
}

.join-shell--premium {
  width: min(100%, 680px);
  padding: 66px 12px 28px;
}

.continue-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: #222222;
  text-decoration: none;
  font-weight: 800;
}

.continue-link--premium {
  align-items: center;
  min-height: 40px;
  margin-bottom: 8px;
  padding: 0 4px;
  color: #111111;
  font-size: 15px;
}

.join-back-link {
  display: inline-flex !important;
  position: relative;
  z-index: 2;
  margin: 0 auto 10px;
  width: fit-content;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.2;
}

.join-card-back-link {
  display: inline-flex !important;
  align-items: center;
  margin: 0 18px 12px;
  color: #111111;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.join-card-back-link:hover {
  text-decoration: underline;
}

.join-panel {
  padding: 24px;
}

.join-panel--premium {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 0 18px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
}

.join-teaser {
  position: relative;
  overflow: hidden;
  width: calc(100% - 32px);
  max-width: 560px;
  margin: 16px auto 0;
  background: #111111;
  aspect-ratio: 16 / 9;
}

.join-teaser--below {
  border: 1px solid #e6e6e6;
}

.join-teaser video {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: min(44vh, 360px);
  object-fit: cover;
  background: #111111;
}

.join-copy {
  padding: 0 18px 8px;
}

.join-copy h1 {
  margin: 0;
  color: #101010;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.02;
  letter-spacing: 0;
}

.join-subheadline {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 10px;
  padding: 10px 18px 14px;
}

.join-page--premium .benefits-grid {
  list-style: none;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #171717;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.25;
}

.check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  background: #2ecc71;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.join-page--premium .check-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  background: #2ecc71;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.price-block {
  display: grid;
  gap: 3px;
  margin: 0 18px 12px;
  padding: 13px 14px;
  border: 1px solid #dfeee5;
  background: #f4fbf6;
}

.price-block strong {
  color: #111111;
  font-size: 22px;
  line-height: 1;
}

.price-block span {
  color: #4d6a57;
  font-size: 13px;
  font-weight: 800;
}

.signup-button--premium {
  width: calc(100% - 36px);
  min-height: 54px;
  margin: 0 18px;
  background: var(--accent);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(237, 47, 95, 0.26);
}

.trust-line {
  margin: 10px 18px 0;
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
}

.join-note {
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 6px 0;
  color: #333333;
}

.join-legal-footer {
  max-width: 620px;
  margin: 20px auto 0;
  padding: 16px 6px 30px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.join-legal-footer p {
  margin: 0 0 8px;
}

.join-legal-footer a {
  color: #222222;
  font-weight: 800;
}

.join-page--template {
  background: #f7f7f7;
}

.join-payment-shell {
  padding-top: 84px;
}

.join-payment-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px 22px;
  overflow: hidden;
}

.join-payment-panel .join-copy {
  padding: 0 0 8px;
}

.join-payment-panel .join-copy h1 {
  margin: 0;
  color: #101010;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.join-payment-panel .join-subheadline {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.join-payment-panel .benefits-grid {
  padding: 18px 0 16px;
}

.join-payment-panel .price-block {
  margin-right: 0;
  margin-left: 0;
}

.join-payment-panel .signup-button--premium {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.join-payment-panel .trust-line {
  margin-right: 0;
  margin-left: 0;
}

.join-payment-panel .join-teaser {
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
}

.join-payment-panel .join-teaser video {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 420px;
  object-fit: contain;
}

.legal-page {
  background: #f7f7f7;
  overflow-x: hidden;
}

.legal-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 66px 12px 34px;
}

.legal-panel {
  padding: 24px 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
}

.legal-panel h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 7vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.legal-panel p {
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
}

.custodian-card {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dfeee5;
  background: #f4fbf6;
}

.custodian-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: 0;
}

.custodian-card a {
  color: #111111;
  font-weight: 800;
}

.contact-shell {
  width: min(100%, 820px);
}

.contact-panel h1,
.contact-result-panel h1 {
  margin-bottom: 18px;
}

.contact-copy {
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
}

.contact-copy p {
  margin: 0 0 12px;
}

.contact-copy a {
  color: #111111;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-copy--intro {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.contact-faq-list {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.contact-faq-list--after {
  margin: 22px 0 0;
}

.contact-faq-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.contact-faq-item h2,
.contact-form-card h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.contact-faq-item p {
  margin: 0 0 8px;
  color: #333333;
  font-size: 16px;
  line-height: 1.45;
}

.contact-faq-item p:last-child {
  margin-bottom: 0;
}

.contact-faq-item a {
  color: #111111;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-faq-item--removal {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.contact-form-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.contact-form {
  display: grid;
  gap: 15px;
  margin: 0;
}

.contact-field {
  display: grid;
  gap: 7px;
}

.contact-field label {
  color: #111111;
  font-size: 16px;
  font-weight: 800;
}

.contact-field label span {
  color: var(--muted);
  font-weight: 600;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
}

.contact-field input {
  min-height: 44px;
  padding: 9px 11px;
}

.contact-field textarea {
  min-height: 170px;
  padding: 11px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(214, 63, 92, 0.18);
}

.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-captcha {
  min-height: 65px;
}

.contact-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 48px;
  border: 0;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.contact-submit-button:hover {
  background: #c73053;
}

.contact-submit-link {
  margin-top: 12px;
}

.contact-copy--after {
  padding-top: 16px;
  border-top: 1px solid #ededed;
}

.contact-result-success {
  color: #13813a !important;
  font-weight: 800;
}

.contact-result-error {
  color: #b0002b !important;
  font-weight: 800;
}

.password-shell {
  width: min(100%, 820px);
}

.password-panel h1 {
  margin-bottom: 10px;
}

.password-lead {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--muted) !important;
  font-weight: 600;
}

.password-provider-card,
.password-help-card {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.password-provider-card h2,
.password-help-card h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.password-provider-card p,
.password-help-card p {
  margin: 0 0 12px;
}

.statement-code {
  display: flex;
  max-width: 100%;
  width: fit-content;
  margin: 2px 0 14px;
  padding: 9px 11px;
  border: 1px solid #dfeee5;
  background: #f4fbf6;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  word-break: break-word;
}

.password-action-list {
  display: grid;
  gap: 10px;
}

.password-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  padding: 0 16px;
  background: var(--accent);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.password-action:hover {
  background: #c73053;
}

.password-action--support {
  background: #111111;
}

.password-action--support:hover {
  background: #333333;
}

.video-faq-shell {
  width: min(100%, 900px);
}

.video-faq-panel h1 {
  margin-bottom: 10px;
}

.video-faq-lead {
  max-width: 680px;
  margin-bottom: 20px;
  color: var(--muted) !important;
  font-weight: 700;
}

.video-faq-list {
  display: grid;
  gap: 14px;
}

.video-faq-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.faq-number,
.step-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 7px;
  background: #2ecc71;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.video-faq-item h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.video-faq-item p {
  margin: 0 0 10px;
}

.video-faq-item a {
  color: #111111;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.download-steps {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.download-steps div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.step-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  font-size: 13px;
}

.video-faq-item--support {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.video-faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 18px;
  background: var(--accent);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.video-faq-button:hover {
  background: #c73053;
}

.terms-shell {
  width: min(100%, 920px);
}

.terms-panel h1 {
  margin-bottom: 10px;
}

.terms-lead {
  margin: 0 0 8px;
  color: #111111 !important;
  font-size: 19px !important;
  font-weight: 900;
}

.terms-intro {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--muted) !important;
  font-weight: 700;
}

.terms-list {
  display: grid;
  gap: 14px;
}

.terms-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.terms-item h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.terms-item p {
  margin: 0 0 10px;
}

.terms-item p:last-child {
  margin-bottom: 0;
}

.terms-check-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 12px;
}

.terms-check-list div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.terms-item--final {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.privacy-shell {
  width: min(100%, 920px);
}

.privacy-panel h1 {
  margin-bottom: 10px;
}

.effective-date {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 11px;
  border: 1px solid #dfeee5;
  background: #f4fbf6;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.privacy-intro {
  max-width: 780px;
  color: var(--muted) !important;
  font-weight: 700;
}

.privacy-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.privacy-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.privacy-item h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.privacy-item p {
  margin: 0 0 10px;
}

.privacy-item p:last-child {
  margin-bottom: 0;
}

.privacy-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 10px 0 12px;
}

.privacy-check-list div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.privacy-item--contact,
.privacy-item--final {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.privacy-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 18px;
  background: var(--accent);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.privacy-contact-button:hover {
  background: #c73053;
}

.cancel-shell {
  width: min(100%, 820px);
}

.cancel-panel h1 {
  margin-bottom: 10px;
}

.cancel-lead {
  max-width: 660px;
  margin-bottom: 20px;
  color: var(--muted) !important;
  font-weight: 700;
}

.cancel-list {
  display: grid;
  gap: 14px;
}

.cancel-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.cancel-item h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.cancel-action-list {
  display: grid;
  gap: 10px;
}

.cancel-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  max-width: 100%;
  min-height: 44px;
  padding: 0 18px;
  background: var(--accent);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.cancel-action:hover {
  background: #c73053;
}

.cancel-item--support {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.cancel-action--support {
  background: #111111;
}

.cancel-action--support:hover {
  background: #333333;
}

.comments-shell {
  width: min(100%, 940px);
}

.comments-panel h1 {
  margin-bottom: 10px;
}

.comments-lead {
  max-width: 680px;
  margin-bottom: 20px;
  color: var(--muted) !important;
  font-weight: 700;
}

.comments-proof {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #dfeee5;
  background: #f4fbf6;
}

.comments-proof h2 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.comments-cta {
  padding: 20px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  text-align: center;
}

.comments-cta p {
  margin: 0 0 12px;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.comments-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  min-height: 54px;
  padding: 14px 22px;
  background: #d34561;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
}

.comments-cta span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.comments-cta--final {
  margin-top: 18px;
  border-color: #dfeee5;
  background: #f4fbf6;
}

.reviews-list {
  display: grid;
  gap: 14px;
}

.review-card,
.short-review {
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.review-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
}

.review-card--featured {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.quote-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 7px;
  background: #2ecc71;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.review-card h2,
.short-reviews-title {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.review-source {
  display: inline-flex;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

a.review-source {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-card p {
  margin: 0 0 10px;
}

.review-card p:last-child {
  margin-bottom: 0;
}

.short-reviews-title {
  margin-top: 22px;
}

.short-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.short-review {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 16px;
}

.short-review p {
  grid-column: 2;
  margin: 0 0 8px;
}

.short-review strong {
  grid-column: 2;
  color: #111111;
  font-size: 15px;
}

.dmca-shell {
  width: min(100%, 880px);
}

.dmca-panel h1 {
  margin-bottom: 10px;
}

.dmca-lead {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--muted) !important;
  font-weight: 700;
}

.dmca-list {
  display: grid;
  gap: 14px;
}

.dmca-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.dmca-item h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.dmca-item p {
  margin: 0 0 10px;
}

.dmca-item--final {
  border-color: #dfeee5;
  background: #f4fbf6;
}

.dmca-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 18px;
  background: var(--accent);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.dmca-action:hover {
  background: #c73053;
}

@media (max-width: 620px) {
  .contact-submit-button {
    width: 100%;
  }

  .contact-field textarea {
    min-height: 150px;
  }

  .contact-faq-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .contact-faq-item h2,
  .contact-form-card h2 {
    font-size: 18px;
  }

  .contact-form-card {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .password-provider-card,
  .password-help-card {
    padding: 15px;
  }

  .password-action {
    width: 100%;
  }

  .video-faq-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .video-faq-item h2 {
    font-size: 18px;
  }

  .video-faq-button {
    width: 100%;
  }

  .terms-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .terms-item h2 {
    font-size: 18px;
  }

  .privacy-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .privacy-item h2 {
    font-size: 18px;
  }

  .privacy-check-list {
    grid-template-columns: 1fr;
  }

  .privacy-contact-button {
    width: 100%;
  }

  .cancel-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .cancel-item h2 {
    font-size: 18px;
  }

  .cancel-action {
    width: 100%;
  }

  .review-card,
  .short-review {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .review-card h2,
  .short-reviews-title {
    font-size: 18px;
  }

  .comments-proof {
    padding: 15px;
  }

  .comments-proof h2,
  .comments-cta p {
    font-size: 18px;
  }

  .comments-benefits {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .comments-cta {
    padding: 16px 14px;
  }

  .comments-cta a {
    min-height: 50px;
    font-size: 16px;
  }

  .short-reviews-grid {
    grid-template-columns: 1fr;
  }

  .dmca-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .dmca-item h2 {
    font-size: 18px;
  }

  .dmca-action {
    width: 100%;
  }
}

@media (min-width: 780px) {
  .join-shell--premium {
    width: min(100%, 620px);
    padding-top: 18px;
  }

  .join-back-link {
    margin-left: 0;
  }

  .join-panel--premium {
    padding-top: 22px;
  }

  .join-copy h1 {
    font-size: 38px;
  }

  .benefits-grid {
    gap: 10px 14px;
  }

  .benefit-item {
    font-size: 14.5px;
  }
}

@media (max-width: 520px) {
  .join-payment-shell {
    padding-top: 70px;
  }

  .join-payment-panel {
    padding: 18px 14px 18px;
  }

  .join-payment-panel .join-copy h1 {
    font-size: 32px;
  }

  .join-payment-panel .join-subheadline {
    font-size: 14px;
  }

  .join-payment-panel .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px 6px;
    padding-top: 14px;
  }

  .join-payment-panel .benefit-item {
    gap: 6px;
    font-size: 12.5px;
  }

  .join-payment-panel .check-badge {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

.join-note h2 {
  margin: 0 0 6px;
  font-size: 19px;
  letter-spacing: 0;
}

.join-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.age-page {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.age-preview {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #fff;
}

.age-preview::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100vw, 990px);
  background: url("../../imgs/deflor_index_nonnude.jpg") center center / contain no-repeat;
  filter: blur(4px);
  transform: translateX(-50%);
}

.age-preview::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100vw, 990px);
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
}

.mock-header,
.mock-feed {
  display: none;
}

.mock-header {
  height: 54px;
}

.mock-feed {
  height: 48vh;
}

.age-gate {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 18px;
}

.age-card {
  padding: 24px;
  text-align: center;
}

.entry-languages {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 18px 0;
}

.plain-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 390px) {
  .tour-header__inner {
    padding: 0 6px;
  }

  .lang-button,
  .action-button {
    font-size: 12px;
  }

  .action-button {
    padding: 0 4px;
  }

  .engagement-row {
    gap: 3px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11.5px;
  }

  .heart-icon {
    width: 20px;
    height: 20px;
  }

  .join-shell--premium {
    padding: 8px 8px 22px;
  }

  .join-panel--premium {
    padding-top: 14px;
  }

  .join-copy {
    padding-right: 14px;
    padding-left: 14px;
  }

  .join-card-back-link {
    margin-right: 14px;
    margin-left: 14px;
    font-size: 15px;
  }

  .join-copy h1 {
    font-size: 29px;
  }

  .join-subheadline {
    font-size: 14px;
  }

  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px 6px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .benefit-item {
    gap: 6px;
    font-size: 12.5px;
  }

  .check-badge {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 5px;
    font-size: 14px;
  }

  .price-block {
    margin-right: 14px;
    margin-left: 14px;
    padding: 11px 12px;
  }

  .price-block strong {
    font-size: 20px;
  }

  .signup-button--premium {
    width: calc(100% - 28px);
    margin-right: 14px;
    margin-left: 14px;
  }

  .trust-line {
    margin-right: 14px;
    margin-left: 14px;
  }

  .join-teaser {
    width: calc(100% - 28px);
  }
}

@media (max-width: 620px) {
  .sfv-age-panel {
    width: min(calc(100% - 20px), 420px);
    margin: 14px auto 0;
    padding: 22px 16px;
  }

  .sfv-age-panel h2 {
    font-size: 22px;
  }

  .sfv-age-panel p {
    font-size: 15px;
  }

  .sfv-enter-button,
  .sfv-actions a {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    font-size: 17px;
  }

  .sfv-enter-button {
    margin-bottom: 24px;
  }

  .sfv-actions {
    flex-direction: column;
    gap: 10px;
  }
}
