@font-face {
  font-family: "Helvetica Now Text";
  src: url("assets/fonts/HelveticaNowTextRegular_normal_normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("assets/fonts/HelveticaNowTextLight_normal_normal.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("assets/fonts/HelveticaNowTextBold_normal_normal.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("assets/fonts/HelveticaNowTextBold_normal_normal.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #1f242b;
  --surface: #383b47;
  --surface-soft: #454958;
  --surface-elevated: rgba(69, 73, 88, 0.76);
  --line: rgba(237, 238, 233, 0.12);
  --text: #edeee9;
  --muted: rgba(237, 238, 233, 0.72);
  --soft-text: rgba(237, 238, 233, 0.5);
  --paper: #eeefe9;
  --amber: #ffd289;
  --brown: #c79b73;
  --mint: #9de6c6;
  --rose: #ffafb9;
  --sky: #a3d2ff;
  --violet: #d9b6ff;
  --olive: #a6b593;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    "Helvetica Now Text",
    "SF Pro Display",
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(199, 155, 115, 0.22), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 210, 137, 0.18), transparent 22%),
    radial-gradient(circle at 50% 45%, rgba(163, 210, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #cb8563 0%, #9ea9a1 48%, #1f242b 100%);
}

body.lang-menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(31, 36, 43, 0.08), rgba(31, 36, 43, 0.78)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 18%);
}

html[lang="ar"] body {
  font-family: "Geeza Pro", "Noto Sans Arabic", "Arial", sans-serif;
}

html[lang="bn"] body {
  font-family: "Bangla Sangam MN", "Noto Sans Bengali", sans-serif;
}

html[lang="hi"] body {
  font-family: "Kohinoor Devanagari", "Noto Sans Devanagari", sans-serif;
}

html[lang="zh-Hans"] body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", sans-serif;
}

html[lang="ja"] body {
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

html[lang="ko"] body {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 calc(88px + env(safe-area-inset-bottom));
}

.not-found {
  min-height: calc(100vh - 40px);
  display: grid;
  place-items: center;
}

.not-found-card {
  width: min(720px, 100%);
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: rgba(31, 36, 43, 0.58);
  backdrop-filter: blur(16px);
}

.not-found-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 800;
}

.not-found-brand .brand-mark {
  width: 42px;
  height: 42px;
}

.not-found-eyebrow {
  color: var(--amber);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.not-found h1 {
  margin-top: 14px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.not-found p {
  max-width: 34ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.site-header,
.hero,
.story-grid,
.language-section,
.pro-section,
.reviews-section,
.cta-section {
  backdrop-filter: blur(16px);
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(31, 36, 43, 0.56);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 800;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-mark img,
.brand-symbol {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.16));
}

#features,
#details,
#languages,
#privacy,
#reviews,
#cta {
  scroll-margin-top: 120px;
}

.site-nav {
  display: inline-flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.lang-switcher {
  position: relative;
}

.lang-button,
.button {
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.lang-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--text);
  background: rgba(237, 238, 233, 0.06);
  border-color: var(--line);
  font: inherit;
  cursor: pointer;
}

.lang-button:hover,
.button:hover,
.lang-option:hover {
  transform: translateY(-1px);
}

.lang-button-code {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--bg);
  font-size: 0.82rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--sky), #d7ecff);
}

.lang-menu {
  position: absolute;
  inset-block-start: calc(100% + 12px);
  inset-inline-end: 0;
  width: min(360px, calc(100vw - 28px));
  padding: 14px;
  display: flex;
  flex-direction: column;
  max-height: min(72vh, 640px);
  border: 1px solid rgba(237, 238, 233, 0.14);
  border-radius: 26px;
  background: rgba(31, 36, 43, 0.96);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lang-menu[hidden] {
  display: none;
}

.lang-menu-head {
  padding: 6px 8px 12px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lang-list {
  display: grid;
  gap: 8px;
}

.lang-list {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(163, 210, 255, 0.55) transparent;
  padding-inline-end: 18px;
}

.lang-list::-webkit-scrollbar {
  width: 10px;
}

.lang-list::-webkit-scrollbar-track {
  background: transparent;
}

.lang-list::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: rgba(163, 210, 255, 0.55);
  background-clip: padding-box;
}

.lang-list::-webkit-scrollbar-thumb:hover {
  background: rgba(163, 210, 255, 0.72);
  background-clip: padding-box;
}

.lang-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 22px 10px 12px;
  border: 0;
  border-radius: 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
  text-align: start;
  cursor: pointer;
}

.lang-option.is-active {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(163, 210, 255, 0.28);
}

.lang-code {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--bg);
  font-size: 0.8rem;
  font-weight: 800;
  background: #c9def0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  font-weight: 800;
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.9rem;
}

.button-primary {
  color: var(--bg);
  background: linear-gradient(135deg, var(--amber), #ffdf9a);
  box-shadow: 0 18px 40px rgba(255, 210, 137, 0.22);
}

.button-secondary,
.button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(237, 238, 233, 0.06);
}

.button-full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: center;
  padding: 60px 28px 28px;
  margin-top: 24px;
  border-radius: 40px;
  border: 1px solid rgba(237, 238, 233, 0.16);
  background:
    linear-gradient(180deg, rgba(31, 36, 43, 0.08), rgba(31, 36, 43, 0.34)),
    rgba(31, 36, 43, 0.22);
  overflow: hidden;
}

.hero-copy {
  max-width: 560px;
}

.eyebrow {
  color: rgba(31, 36, 43, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--amber);
}

.hero h1,
.section-heading h2,
.cta-card h2 {
  margin-top: 16px;
  font-size: clamp(2.35rem, 4.1vw, 4.45rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
  text-wrap: balance;
}

.hero-text,
.section-heading p,
.story-card p,
.review-card p,
.quote-text,
.cta-card p {
  color: var(--muted);
  line-height: 1.55;
}

.hero-text {
  max-width: 52ch;
  margin-top: 18px;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-points {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.hero-points li {
  position: relative;
  padding-inline-start: 18px;
  color: rgba(237, 238, 233, 0.88);
}

.hero-points li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

.hero-visual {
  position: relative;
  min-height: 760px;
}

.scene-badge {
  position: absolute;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.badge-left {
  inset-block-start: 12px;
  inset-inline-start: 0;
  max-width: 220px;
  font-size: clamp(2rem, 2.9vw, 3.4rem);
}

.badge-center {
  inset-inline-start: 27%;
  inset-block-end: 12px;
  max-width: 220px;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
}

.badge-right {
  inset-block-start: 12px;
  inset-inline-end: 4px;
  max-width: 260px;
  font-size: clamp(1.9rem, 2.7vw, 3.2rem);
  text-align: end;
}

.phone {
  position: absolute;
  width: 270px;
  height: 560px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: float 7s ease-in-out infinite;
}

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

.phone-left {
  inset-inline-start: 24px;
  inset-block-start: 145px;
  transform: rotate(-3deg);
}

.phone-center {
  inset-inline-start: 170px;
  inset-block-start: 98px;
  width: 292px;
  height: 610px;
  transform: rotate(1deg);
  animation-delay: -2s;
}

.phone-right {
  inset-inline-end: 8px;
  inset-block-start: 150px;
  transform: rotate(3deg);
  animation-delay: -4s;
}

.phone-notch {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 18px;
  width: 112px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050607;
  z-index: 2;
}

.phone-screen {
  height: 100%;
  padding: 20px 16px 16px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at bottom center, rgba(217, 182, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #242831, #1c2029);
}

.phone-screen-image {
  overflow: visible;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.phone-shot {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  filter: none;
}

.status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  color: var(--soft-text);
  font-size: 0.78rem;
}

.avatar-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(237, 238, 233, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.avatar-soft {
  background: linear-gradient(135deg, #8597b6, #cad8ef);
}

.avatar-warm {
  background: linear-gradient(135deg, #b16b49, #e2b38f);
}

.avatar-rose {
  background: linear-gradient(135deg, #642835, #f79aaa);
}

.segmented-control {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--soft-text);
  font-weight: 800;
}

.segmented-control .active {
  color: var(--text);
}

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

.memory-card {
  min-height: 94px;
  border-radius: 18px;
  background: var(--surface);
}

.memory-card-photo {
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(135deg, #2e0d17, #7a1a21 52%, #ffb66b 120%);
}

.memory-card-portrait {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 35%),
    linear-gradient(135deg, #bcd1de, #5f6774 76%, #1d1f28);
}

.memory-card-map {
  background:
    linear-gradient(135deg, rgba(31, 36, 43, 0.18), transparent),
    linear-gradient(135deg, #4c5c7b, #61879d);
}

.memory-card-purple {
  background:
    radial-gradient(circle at 58% 34%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(135deg, #76389a, #d27df2);
}

.memory-card-dog {
  background:
    radial-gradient(circle at 54% 22%, rgba(255, 255, 255, 0.22), transparent 16%),
    linear-gradient(135deg, #7e8eb0, #c9d1e5);
}

.memory-card.tall {
  min-height: 146px;
}

.memory-card.wide {
  grid-column: span 2;
  min-height: 112px;
}

.tabbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
  padding: 12px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft-text);
  text-align: center;
  font-size: 0.68rem;
}

.tab.active {
  color: var(--text);
  font-weight: 800;
}

.modal-card {
  margin-top: 100px;
  padding: 18px;
  border-radius: 26px;
  background: #252933;
  box-shadow: var(--shadow);
}

.phone-kicker,
.phone-title {
  font-size: 1.1rem;
  font-weight: 800;
}

.phone-note {
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--soft-text);
  line-height: 1.45;
}

.template-preview {
  height: 190px;
  margin-top: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 52% 36%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(135deg, #8e35c5, #d06fe6);
}

.template-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.mini-card {
  height: 88px;
  border-radius: 18px;
}

.template-map {
  background: linear-gradient(135deg, #4c5c7b, #6d89a4);
}

.template-photo {
  background: linear-gradient(135deg, #6d290e, #cd6c24);
}

.mini-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  margin-top: 16px;
  border-radius: 14px;
  color: var(--bg);
  font-weight: 800;
  background: linear-gradient(135deg, #ffc08e, #ffd289);
}

.phone-panel {
  margin-top: 20px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.map-panel {
  position: relative;
  height: 150px;
  margin-top: 10px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #465575, #62879a);
  background-size: 28px 28px, 28px 28px, auto;
}

.pin {
  position: absolute;
  inset-inline-start: 58%;
  inset-block-start: 38%;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #f17f8d;
  box-shadow: 0 0 0 6px rgba(241, 127, 141, 0.12);
}

.insight-card {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.insight-card strong {
  display: block;
  margin-bottom: 4px;
}

.insight-card p {
  color: var(--soft-text);
  font-size: 0.78rem;
  line-height: 1.4;
}

.insight-dot {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(157, 230, 198, 0.12);
}

.bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 8px;
  height: 120px;
  margin-top: 16px;
}

.bars span {
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--amber), rgba(255, 210, 137, 0.34));
}

.story-grid,
.pro-section,
.reviews-section,
.cta-section {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: rgba(31, 36, 43, 0.58);
}

.story-card,
.review-card,
.quote-card,
.price-card {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(237, 238, 233, 0.08);
  background: rgba(69, 73, 88, 0.52);
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.section-heading p {
  max-width: 58ch;
  margin-top: 16px;
}

.story-cards,
.reviews-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

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

.story-card {
  min-height: 230px;
}

.story-index {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--soft-text);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.story-card h3,
.review-card h3,
.quote-title,
.pro-list strong {
  margin-bottom: 10px;
  font-size: 1.18rem;
  font-weight: 800;
}

.pro-list p {
  color: var(--muted);
  line-height: 1.55;
}

.language-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 20px;
  width: 100%;
  align-items: stretch;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.language-maincard,
.language-sidecard {
  padding: 24px 28px;
  border-radius: 36px;
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.language-maincard {
  background: rgba(31, 36, 43, 0.58);
}

.language-maincard .section-heading,
.language-section .section-heading {
  max-width: 100%;
}

.language-maincard .section-heading h2,
.language-section .section-heading h2 {
  max-width: 11ch;
}

.language-maincard .section-heading p,
.language-section .section-heading p {
  max-width: 48ch;
}

.language-sidecard {
  display: grid;
  align-content: start;
  gap: 16px;
  background:
    radial-gradient(circle at top right, rgba(163, 210, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(31, 36, 43, 0.58);
}

.language-sidecard h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.language-sidecard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.language-sidecard .small-label {
  justify-self: start;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  min-height: 40px;
  padding: 0 28px;
  color: var(--bg);
}

.language-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.language-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(237, 238, 233, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(237, 238, 233, 0.08);
}

.pro-shell {
  margin-top: 28px;
}

.pro-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 20px;
}

.pro-copy {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(237, 238, 233, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(69, 73, 88, 0.58);
}

.offer,
.small-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--bg);
  font-size: 0.78rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffc08e, #ffd289);
}

.pro-list {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.pro-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(237, 238, 233, 0.08);
}

.pro-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--bg);
  font-size: 0.72rem;
  font-weight: 800;
}

.accent-amber {
  background: var(--amber);
}

.accent-sky {
  background: var(--sky);
}

.accent-mint {
  background: var(--mint);
}

.accent-rose {
  background: var(--rose);
}

.accent-olive {
  background: var(--olive);
}

.pro-aside {
  display: grid;
  gap: 20px;
}

.quote-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.quote-header .quote-title {
  margin-bottom: 0;
}

.shield-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.shield-badge img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(94%)
    sepia(14%)
    saturate(419%)
    hue-rotate(336deg)
    brightness(102%)
    contrast(94%)
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}

.price-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.price-card .small-label {
  justify-self: start;
  width: auto;
  min-width: 0;
  padding: 0 28px;
}

.legal-links {
  display: grid;
  gap: 12px;
}

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

.review-note {
  margin-top: 20px;
  color: var(--amber);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card {
  min-height: 300px;
}

.stars {
  margin: 14px 0 16px;
  color: #ffaa00;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.review-author {
  display: inline-block;
  margin-top: 18px;
  color: var(--soft-text);
  font-style: italic;
}

.cta-card {
  padding: 42px;
  border-radius: 30px;
  border: 1px solid rgba(237, 238, 233, 0.08);
  background:
    radial-gradient(circle at top right, rgba(157, 230, 198, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 210, 137, 0.1), rgba(163, 210, 255, 0.06)),
    rgba(69, 73, 88, 0.55);
  text-align: center;
}

.cta-card .eyebrow,
.section-heading .eyebrow {
  color: var(--amber);
}

.cta-card p {
  max-width: 44ch;
  margin: 16px auto 0;
}

.cta-card .hero-actions {
  justify-content: center;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0 6px;
  color: rgba(237, 238, 233, 0.62);
  font-size: 0.9rem;
}

.footer-meta {
  display: grid;
  gap: 8px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
}

.footer-brand-mark {
  width: 40px;
  height: 40px;
}

.footer-brand-name {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.footer-copy,
.footer-support {
  color: rgba(237, 238, 233, 0.62);
  font-size: 0.9rem;
}

.footer-support {
  width: fit-content;
  transition: color 180ms ease;
}

.footer-support:hover {
  color: rgba(237, 238, 233, 0.9);
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.download-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 42px;
  padding: 0 22px 0 15px;
  border: 0;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(237, 238, 233, 0.12);
  pointer-events: none;
  cursor: default;
}

.download-pill-header {
  min-height: 42px;
  background: rgba(237, 238, 233, 0.06);
  box-shadow: inset 0 0 0 1px var(--line);
}

.download-pill-footer {
  min-height: 38px;
  padding: 0 4px;
  color: rgba(237, 238, 233, 0.82);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.download-pill-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.download-pill-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(94%)
    sepia(14%)
    saturate(419%)
    hue-rotate(336deg)
    brightness(102%)
    contrast(94%);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 4px;
  color: rgba(237, 238, 233, 0.82);
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.legal-page {
  min-height: 100vh;
}

.legal-main {
  margin-top: 24px;
}

.legal-card {
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: rgba(31, 36, 43, 0.62);
  backdrop-filter: blur(16px);
}

.legal-card + .legal-card {
  margin-top: 20px;
}

.legal-card h1,
.legal-card h2 {
  letter-spacing: -0.04em;
}

.legal-card h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.65;
}

.legal-card p + p,
.legal-card p + ul,
.legal-card ul + p {
  margin-top: 16px;
}

.legal-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.legal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--bg);
  font-size: 0.78rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffc08e, #ffd289);
}

.legal-home {
  margin-top: 24px;
}

.reveal {
  animation: reveal-up 700ms ease both;
}

@keyframes float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html[dir="rtl"] body {
  text-align: right;
}

html[dir="rtl"] .hero-points li {
  padding-inline-end: 18px;
  padding-inline-start: 0;
}

html[dir="rtl"] .hero-points li::before {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

html[dir="rtl"] .badge-right {
  text-align: start;
}

@media (max-width: 1180px) {
  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 820px;
  }

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

@media (max-width: 920px) {
  .page-shell {
    width: min(100% - 20px, 1240px);
    padding-top: 10px;
  }

  .site-header {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    padding: 34px 18px 18px;
  }

  .hero-visual {
    min-height: 1480px;
  }

  .scene-badge {
    position: static;
    display: block;
    margin-bottom: 12px;
    text-align: left;
  }

  .phone {
    inset-inline-start: 50%;
    inset-inline-end: auto;
    transform: translateX(-50%) rotate(0deg);
  }

  .phone-left {
    inset-block-start: 80px;
  }

  .phone-center {
    inset-block-start: 455px;
  }

  .phone-right {
    inset-block-start: 920px;
  }

  .story-cards,
  .language-section,
  .pro-card,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .not-found-card {
    padding: 22px 18px;
    border-radius: 28px;
  }

  .not-found-actions {
    flex-direction: column;
  }

  .not-found-actions .button {
    width: 100%;
  }

  .site-header {
    padding: 14px 16px;
    top: 10px;
    gap: 14px;
    align-items: flex-start;
  }

  .brand {
    justify-content: flex-start;
    width: 100%;
  }

  .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .lang-switcher,
  .button,
  .button-small {
    width: 100%;
  }

  .download-pill-header {
    width: 100%;
    justify-content: center;
  }

  .lang-switcher {
    width: auto;
  }

  .lang-button {
    width: auto;
    min-width: 0;
    padding: 0 10px 0 16px;
    gap: 10px;
    white-space: nowrap;
  }

  .lang-menu {
    position: fixed;
    inset-block-start: 88px;
    inset-inline: 14px;
    width: auto;
    max-height: calc(100dvh - 108px);
  }

  .hero,
  .story-grid,
  .pro-section,
  .reviews-section,
  .cta-section {
    padding: 18px;
    border-radius: 28px;
  }

  .language-maincard,
  .language-sidecard {
    padding: 18px;
    border-radius: 28px;
  }

  .story-cards {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    position: relative;
    display: block;
    width: calc(100% + 20px);
    min-height: 860px;
    margin-top: 18px;
    margin-inline: -10px;
    padding: 0;
    overflow: hidden;
  }

  .phone {
    position: absolute;
    inset: auto;
    width: min(43.5vw, 155px);
    height: auto;
    animation: none;
  }

  .phone-center {
    width: min(43.5vw, 155px);
    inset-inline-start: 40%;
    inset-block-start: 270px;
    transform: rotate(-4.14deg);
    z-index: 3;
  }

  .phone-left {
    inset-inline-start: 9%;
    inset-block-start: 67px;
    transform: rotate(4.18deg);
    z-index: 2;
  }

  .phone-right {
    inset-inline-start: 9%;
    inset-block-start: 487px;
    transform: rotate(3.81deg);
    z-index: 4;
  }

  .scene-badge {
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    text-align: left;
    line-height: 1.03;
    letter-spacing: -0.33px;
    z-index: 5;
  }

  .badge-left,
  .badge-center,
  .badge-right {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
  }

  .badge-left {
    inset-inline-start: 52%;
    inset-block-start: 139px;
    width: 175px;
  }

  .badge-center {
    inset-inline-start: -2%;
    inset-block-start: 414px;
    width: 183px;
    text-align: center;
  }

  .badge-right {
    inset-inline-start: 54%;
    inset-block-start: 647px;
    width: 175px;
  }

  .site-footer {
    align-items: flex-start;
    gap: 28px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .footer-meta {
    justify-items: start;
    text-align: left;
    width: 100%;
    row-gap: 4px;
  }

  .footer-links {
    width: fit-content;
    margin-inline: auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }

  .download-pill-footer {
    justify-content: center;
    margin-inline: 0;
  }

  .footer-links a {
    padding: 0;
  }

  .cta-card {
    padding: 28px 18px;
  }

  .legal-card {
    padding: 24px 18px;
    border-radius: 28px;
  }
}
