:root {
  --bg: #fff;
  --text: #17182b;
  --muted: #707489;
  --border: #e7e9f2;
  --surface: #f7f8fc;
  --purple: #3b00ff;
  --purple-dark: #2500b8;
  --heart: #ff174f;
  --coral: #f2574f;
  --teal: #19a69a;
  --green: #37d97d;
  --shadow: 0 16px 40px rgba(21, 18, 58, 0.12);
  --container: 1320px;
  --pad: clamp(20px, 4vw, 40px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #fff;
  display: grid;
  place-items: center;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-shell {
  width: min(1120px, calc(100vw - 40px));
  min-height: 620px;
  position: relative;
}

.skeleton,
.post-skeleton {
  background: linear-gradient(90deg, #eef0f7 25%, #f8f9fd 40%, #eef0f7 65%);
  background-size: 240% 100%;
  animation: shimmer 1.2s linear infinite;
  border-radius: 12px;
}

.sk-logo { width: 210px; height: 56px; }
.sk-nav { position: absolute; right: 0; top: 8px; width: 360px; height: 36px; }
.sk-title { margin-top: 160px; width: 390px; height: 150px; }
.sk-copy { margin-top: 26px; width: 340px; height: 84px; }
.sk-button { margin-top: 32px; width: 260px; height: 76px; }
.sk-phone { position: absolute; right: 200px; top: 120px; width: 300px; height: 520px; border-radius: 42px; }

@keyframes shimmer {
  from { background-position: 140% 0; }
  to { background-position: -140% 0; }
}

.site-header {
  max-width: var(--container);
  margin: 0 auto;
  padding: 32px var(--pad) 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(59, 0, 255, 0.18);
}

.brand strong {
  display: block;
  color: var(--heart);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 750;
  font-size: 14px;
}

.main-nav a {
  color: var(--text);
}

.main-nav a:hover {
  color: var(--purple);
}

.language-control {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 18, 58, 0.06);
  cursor: pointer;
}

.language-emoji {
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.language-control select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.language-control:focus-within {
  outline: 3px solid rgba(59, 0, 255, 0.18);
  border-color: var(--purple);
}

.nav-download {
  color: #fff !important;
  background: var(--purple);
  padding: 18px 26px;
  border-radius: 10px;
  box-shadow: 0 14px 26px rgba(59, 0, 255, 0.24);
}

[dir="rtl"] body {
  direction: rtl;
}

[dir="rtl"] .brand,
[dir="rtl"] .phone,
[dir="rtl"] .mini-phone,
[dir="rtl"] .store-badge,
[dir="rtl"] .post-user,
[dir="rtl"] .room-card,
[dir="rtl"] .app-tabs,
[dir="rtl"] .app-filters {
  direction: ltr;
}

.menu-button {
  display: none;
}

.hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: 70px var(--pad) 76px;
  display: grid;
  grid-template-columns: minmax(360px, 0.38fr) minmax(720px, 0.62fr);
  gap: clamp(30px, 3vw, 44px);
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 540px;
}

.hero-copy p {
  max-width: 470px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 42px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 0;
}

.hero-actions .store-badges {
  margin-top: 0;
}

.store-badges-primary {
  gap: 18px;
}

.store-badge {
  min-width: 142px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  color: #fff;
  background: #050507;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(5, 5, 7, 0.18);
}

.store-badges-primary .store-badge {
  min-width: 210px;
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  box-shadow: 0 18px 38px rgba(59, 0, 255, 0.25);
}

.store-badges-primary .store-badge[data-google-play] {
  background: linear-gradient(135deg, var(--heart), var(--coral));
  box-shadow: 0 18px 38px rgba(255, 23, 79, 0.22);
}

.store-badge span:last-child {
  display: grid;
  gap: 1px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
}

.store-badges-primary .store-badge span:last-child {
  font-size: 22px;
  font-weight: 800;
}

.store-badge small {
  font-size: 9px;
  letter-spacing: 0;
  font-weight: 700;
}

.store-symbol {
  font-size: 28px;
  line-height: 1;
}

.play-symbol {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #2fd46f;
  filter: drop-shadow(7px 0 0 #f6c344) drop-shadow(3px -4px 0 #3aa7ff);
}

.store-badges-primary .play-symbol {
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 27px;
}

.proof-row {
  display: inline-grid;
  grid-template-columns: max-content 1px max-content;
  align-items: stretch;
  column-gap: 28px;
  margin-top: 46px;
}

.proof-item {
  display: grid;
  grid-template-columns: 24px max-content;
  grid-template-rows: 40px 18px;
  column-gap: 10px;
  align-items: end;
  justify-items: start;
  min-width: 112px;
}

.proof-value {
  display: contents;
}

.proof-value strong {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-size: 34px;
  line-height: 1;
}

.proof-item small {
  grid-column: 2;
  grid-row: 2;
  color: var(--muted);
  line-height: 18px;
  white-space: nowrap;
}

.star {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  color: #ffbd23;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.star-placeholder {
  visibility: hidden;
}

.proof-divider {
  width: 1px;
  height: 58px;
  background: var(--border);
}

.feature-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(300px, 350px) minmax(260px, 320px);
  grid-template-rows: 1fr auto;
  gap: 18px 34px;
  align-items: center;
  justify-content: end;
}

.phone-wrap {
  display: grid;
  place-items: center;
}

.phone {
  width: min(330px, 32vw);
  aspect-ratio: 0.56;
  min-height: 560px;
  background: #111118;
  border: 3px solid #15151d;
  border-radius: 34px;
  padding: 7px;
  box-shadow: 0 24px 54px rgba(20, 17, 52, 0.16);
  position: relative;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 31px;
  pointer-events: none;
}

.phone-top {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #121221;
  background: #fff;
  border-radius: 27px 27px 0 0;
  font-size: 12px;
  font-weight: 800;
}

.dynamic-island {
  width: 66px;
  height: 18px;
  background: #050507;
  border-radius: 999px;
}

.phone-content {
  height: calc(100% - 70px);
  background: #fff;
  overflow: hidden;
  padding: 12px 12px 8px;
  transition: opacity 180ms ease;
}

.phone-content.is-changing {
  opacity: 0.25;
}

.phone-screen {
  height: 100%;
  border-radius: 27px;
  overflow: hidden;
  background: #000;
  transition: opacity 180ms ease;
}

.phone-screen.is-changing {
  opacity: 0.25;
}

.phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-nav {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  border-radius: 0 0 27px 27px;
  border-top: 1px solid #eef0f6;
}

.phone-nav span {
  width: 17px;
  height: 17px;
  border-radius: 8px;
  background: #e8eaf2;
}

.phone-nav .active {
  background: #11121d;
}

.phone-nav .plus {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--purple);
  font-weight: 900;
  font-size: 24px;
}

.app-tabs,
.app-filters {
  display: flex;
  gap: 10px;
  align-items: center;
}

.app-tabs {
  justify-content: space-between;
  font-weight: 800;
}

.app-tabs span:first-child {
  color: var(--heart);
}

.search-dot {
  color: var(--heart);
  font-size: 20px;
}

.app-filters {
  margin: 16px 0;
  overflow: hidden;
}

.app-filters span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f0ecff;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.app-filters .hot {
  background: var(--purple);
  color: #fff;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.room-card {
  min-height: 120px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: linear-gradient(160deg, rgba(59, 0, 255, 0.8), rgba(255, 23, 79, 0.5));
  isolation: isolate;
}

.room-card img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  filter: saturate(1.1);
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72));
  z-index: 1;
}

.room-meta {
  position: absolute;
  inset: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.live-badge {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--heart);
  font-size: 9px;
  font-weight: 900;
}

.room-meta strong {
  display: block;
  font-size: 12px;
  line-height: 1.15;
}

.room-meta small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 750;
}

.chat-screen,
.profile-screen,
.share-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.chat-bubble {
  width: fit-content;
  max-width: 78%;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f2f3f8;
  font-size: 14px;
  font-weight: 650;
}

.chat-bubble.me {
  align-self: flex-end;
  color: #fff;
  background: linear-gradient(135deg, #ff4f8f, var(--heart));
}

.feature-copy {
  width: min(100%, 320px);
  max-width: 320px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feature-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--purple);
  box-shadow: 0 16px 30px rgba(59, 0, 255, 0.2);
  font-size: 30px;
}

.feature-copy h2 {
  margin: 0;
  align-self: center;
  font-size: 30px;
  line-height: 1.1;
}

.feature-copy p {
  grid-column: 1 / -1;
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.feature-bullets {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-bullets li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--surface);
}

.bullet-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: #f0ecff;
  font-size: 11px;
}

.feature-bullets strong {
  display: block;
  font-size: 14px;
}

.feature-bullets small {
  display: none;
}

.feature-controls {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
}

.feature-tabs {
  width: min(100%, 900px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(21, 18, 58, 0.06);
}

.feature-tabs button {
  border: 0;
  min-height: 58px;
  border-radius: 10px;
  background: transparent;
  color: #3c4054;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.feature-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--purple);
  box-shadow: 0 12px 26px rgba(59, 0, 255, 0.22);
}

.community {
  border-top: 1px solid var(--border);
  padding: 58px var(--pad) 86px;
}

.community,
.download-band,
.site-footer {
  width: 100%;
}

.section-heading,
.masonry {
  max-width: var(--container);
  margin-inline: auto;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.12;
}

.section-heading p {
  margin: 10px 0 0;
  color: var(--muted);
}

.section-heading a,
.community-more button {
  color: var(--purple);
  font-weight: 850;
}

.masonry {
  column-count: 5;
  column-gap: 24px;
}

.community-more {
  max-width: var(--container);
  margin: 8px auto 0;
  display: flex;
  justify-content: center;
}

.community-more button {
  min-width: 180px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(59, 0, 255, 0.24);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.community-more button:hover {
  border-color: var(--purple);
  box-shadow: 0 12px 26px rgba(59, 0, 255, 0.12);
}

.community-more button:disabled {
  cursor: default;
  opacity: 0.64;
  box-shadow: none;
}

.community-more.is-hidden {
  display: none;
}

.post-card,
.post-skeleton {
  break-inside: avoid;
  margin: 0 0 24px;
  min-width: 0;
}

.post-card {
  width: 100%;
  animation: rise 420ms ease both;
}

.post-card.is-new {
  animation: rise 420ms ease both, newPostPulse 900ms ease 120ms both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes newPostPulse {
  0% { filter: drop-shadow(0 0 0 rgba(59, 0, 255, 0)); }
  42% { filter: drop-shadow(0 0 18px rgba(59, 0, 255, 0.22)); }
  100% { filter: drop-shadow(0 0 0 rgba(59, 0, 255, 0)); }
}

.post-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--surface);
}

.post-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76));
  pointer-events: none;
}

.post-media img {
  width: 100%;
  aspect-ratio: var(--ratio, 1 / 1);
  object-fit: cover;
}

.status-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(59, 0, 255, 0.88);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.status-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--heart);
}

.status-married,
.status-dating {
  background: rgba(255, 23, 79, 0.9);
}

.status-friends {
  background: rgba(25, 166, 154, 0.92);
}

.status-meeting {
  background: rgba(59, 0, 255, 0.9);
}

.post-caption {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 13px;
  color: #fff;
  font-weight: 850;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 760;
}

.post-user {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.avatar-stack {
  display: flex;
  align-items: center;
  min-width: 44px;
}

.avatar-stack img,
.post-user > img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface);
}

.avatar-stack img {
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(20, 17, 52, 0.14);
}

.avatar-stack img + img {
  margin-left: -10px;
}

.post-likes {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
}

.post-likes::before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--heart);
  clip-path: path("M7.5 13.5C3 10.4 1 8.3 1 5.2 1 3.3 2.4 2 4.1 2c1 0 2 .5 2.6 1.3C7.4 2.5 8.4 2 9.9 2 11.6 2 13 3.3 13 5.2c0 3.1-2 5.2-5.5 8.3Z");
}

.post-skeleton {
  height: 260px;
}

.post-skeleton.tall {
  height: 340px;
}

.post-skeleton.short {
  height: 210px;
}

.download-band {
  min-height: 330px;
  padding: 70px var(--pad) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 32%, rgba(255, 23, 79, 0.34), transparent 18%),
    linear-gradient(110deg, var(--purple) 0%, #214cff 50%, var(--teal) 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  align-items: end;
  gap: 40px;
}

.download-copy {
  max-width: var(--container);
  margin-left: max(var(--pad), calc((100vw - var(--container)) / 2 + var(--pad)));
  padding-bottom: 62px;
}

.download-copy h2 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.15;
}

.download-copy .store-badges {
  margin-top: 28px;
}

.download-phone {
  position: relative;
  height: 330px;
}

.mini-phone {
  position: absolute;
  left: 30px;
  bottom: -70px;
  width: 310px;
  height: 455px;
  padding: 22px;
  color: var(--text);
  background: #fff;
  border: 7px solid #111;
  border-radius: 42px;
  transform: rotate(-12deg);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.mini-top {
  font-size: 12px;
  font-weight: 900;
}

.mini-phone strong {
  display: block;
  margin-top: 10px;
  color: var(--heart);
  font-size: 28px;
}

.mini-tabs {
  display: flex;
  gap: 20px;
  margin: 14px 0;
  font-weight: 750;
}

.mini-tabs span:first-child {
  color: var(--heart);
}

.mini-phone img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
}

.floating-heart {
  position: absolute;
  right: 70px;
  top: 110px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff6c98, var(--heart));
  transform: rotate(45deg);
  border-radius: 18px 18px 0 18px;
  box-shadow: 0 20px 40px rgba(255, 23, 79, 0.3);
}

.floating-heart::before,
.floating-heart::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: inherit;
}

.floating-heart::before { left: -35px; top: 0; }
.floating-heart::after { left: 0; top: -35px; }

.contact-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 88px var(--pad) 72px;
}

.contact-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(21, 18, 58, 0.06);
}

.contact-card a {
  color: var(--purple);
  font-weight: 820;
}

.contact-card a:hover {
  color: var(--heart);
}

.contact-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.contact-region-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.contact-region-icon img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  display: block;
}

.contact-region-crescent {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--heart));
  border: 0;
  font-size: 22px;
}

.contact-card-head strong {
  display: block;
  color: var(--text);
  font-size: 17px;
  line-height: 1.1;
}

.contact-card-head small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.contact-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--surface);
  font-size: 13px;
}

.contact-email span {
  color: var(--muted);
  font-weight: 800;
}

.channel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.channel-pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 6px 11px 6px 7px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.channel-pill span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.channel-icon::before {
  display: block;
}

.channel-icon-ig {
  background: radial-gradient(circle at 32% 105%, #feda75 0 20%, #fa7e1e 35%, #d62976 58%, #962fbf 78%, #4f5bd5 100%);
}

.channel-icon-ig::before {
  content: "◎";
  font-size: 17px;
}

.channel-icon-fb {
  background: #1877f2;
  border-radius: 50%;
}

.channel-icon-fb::before {
  content: "f";
  font-size: 18px;
  font-family: Arial, sans-serif;
}

.channel-icon-tt {
  background: #111;
  text-shadow: 1px 0 #25f4ee, -1px 0 #fe2c55;
}

.channel-icon-tt::before {
  content: "♪";
  font-size: 16px;
}

.channel-icon-line {
  background: #06c755;
  border-radius: 50%;
}

.channel-icon-line::before {
  content: "";
  width: 13px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 5px 5px 0 -3px #fff;
}

.channel-icon-lemon {
  background: #d7f428;
  color: #17182b;
  border-radius: 50%;
}

.channel-icon-lemon::before {
  content: "8";
  font-size: 15px;
}

.channel-icon-wa {
  background: #25d366;
  border-radius: 50%;
}

.channel-icon-wa::before {
  content: "☎";
  font-size: 13px;
}

.channel-icon-sc {
  background: #fffc00;
  color: #111;
  border-radius: 50%;
}

.channel-icon-sc::before {
  content: "◔";
  font-size: 16px;
}

.channel-fb span { color: #1877f2; }
.channel-ig span { color: #d62976; }
.channel-tt span { color: #111; }
.channel-line span { color: #078c3b; }
.channel-lemon span { color: #6f8f00; }
.channel-wa span { color: #128c4a; }
.channel-sc span { color: #5c5200; }

.channel-pill:hover {
  background: #fff;
  box-shadow: 0 10px 22px rgba(21, 18, 58, 0.1);
}

.site-footer {
  max-width: var(--container);
  margin: 0 auto;
  padding: 34px var(--pad) 42px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
}

.footer-brand {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
}

.footer-brand img {
  border-radius: 10px;
}

.footer-brand strong {
  color: var(--heart);
  font-size: 30px;
  line-height: 1;
}

.footer-brand p {
  margin: 8px 0 0;
  max-width: 190px;
  color: var(--muted);
  font-size: 13px;
}

.legal-links {
  display: grid;
  gap: 18px;
  font-size: 13px;
  font-weight: 720;
}

.footer-meta {
  justify-self: end;
  align-self: end;
  text-align: right;
}

.footer-address {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.sticky-download {
  display: none;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

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

  .feature-stage {
    grid-template-columns: minmax(280px, 340px) minmax(240px, 320px);
    min-height: auto;
    justify-content: center;
  }

  .phone {
    width: min(330px, 48vw);
    min-height: 560px;
  }

  .masonry {
    column-count: 4;
    column-gap: 20px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-top: 18px;
  }

  .brand strong {
    font-size: 28px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 16px;
  }

  .language-control {
    margin: 8px 16px;
  }

  .nav-download {
    text-align: center;
  }

  .menu-button {
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
  }

  .menu-button span {
    width: 20px;
    height: 2px;
    background: var(--text);
  }

  .hero {
    padding-top: 38px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

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

  .phone {
    width: min(330px, 88vw);
    min-height: 560px;
  }

  .feature-copy {
    width: 100%;
    max-width: 680px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0 18px;
  }

  .feature-copy p,
  .feature-bullets {
    grid-column: 1 / -1;
  }

  .feature-copy h2 {
    margin: 0;
    align-self: center;
  }

  .feature-copy p {
    margin-top: 18px;
  }

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

  .feature-tabs {
    display: flex;
    overflow-x: auto;
    justify-content: start;
    scrollbar-width: none;
  }

  .feature-tabs::-webkit-scrollbar {
    display: none;
  }

  .feature-tabs button {
    min-width: 108px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .masonry {
    column-count: 3;
    column-gap: 16px;
  }

  .download-band {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .download-copy {
    margin: 0;
    padding: 0 var(--pad) 20px;
  }

  .download-phone {
    height: 220px;
  }

  .mini-phone {
    left: 50%;
    width: 240px;
    height: 370px;
  }

  .contact-section {
    padding-top: 64px;
    padding-bottom: 52px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-card {
    padding: 16px;
  }

  .channel-list {
    gap: 8px;
  }

  .channel-pill {
    max-width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    justify-self: start;
    text-align: left;
  }

  .sticky-download {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 12px;
    color: #fff;
    background: var(--purple);
    font-weight: 850;
    box-shadow: 0 20px 40px rgba(59, 0, 255, 0.28);
    transform: translateY(100px);
    transition: transform 220ms ease;
  }

  .sticky-download.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .hero-copy h1 {
    font-size: 38px;
  }

  .store-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .store-badge {
    min-width: 0;
    padding-inline: 10px;
  }

  .store-badge span:last-child {
    font-size: 14px;
  }

  .store-badges-primary .store-badge {
    min-width: 0;
    height: 62px;
  }

  .store-badges-primary .store-badge span:last-child {
    font-size: 15px;
  }

  .phone {
    min-height: 540px;
    padding: 10px;
  }

  .room-card,
  .room-card img {
    min-height: 108px;
  }

  .masonry {
    column-count: 2;
    column-gap: 12px;
  }
}

.legal-body {
  background: var(--surface);
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.legal-nav a[aria-current="page"] {
  color: var(--purple);
}

.legal-page {
  max-width: var(--container);
  margin: 0 auto;
  padding: 28px var(--pad) 72px;
}

.legal-page-intro {
  margin-bottom: 24px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.legal-back:hover {
  color: var(--purple);
}

.legal-page-intro h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.legal-document.contentbox {
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.legal-document .subtitle {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
}

.legal-document .info {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #262626;
}

.legal-document .secondinfo {
  margin-bottom: 26px;
}

.legal-document .content-main > .subtitle:first-child {
  margin-top: 0;
}

.legal-footer {
  border-top: 1px solid var(--border);
  background: #fff;
}

@media (max-width: 820px) {
  .legal-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .legal-nav.is-open {
    display: grid;
  }

  .legal-nav a {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
