/*
 * 新版白名单页面视觉样式。只在已迁移页面加载，不影响受保护的旧下载页。
 * 颜色、间距和手机适配在此维护；不要在 CSS 中写 APK 或客服链接。
 */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&family=Noto+Sans+Thai:wght@400;500;600;700;800&family=Noto+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0f1d2f;
  --ink-soft: #344054;
  --muted: #667085;
  --teal: #20b5b2;
  --teal-deep: #087c7a;
  --teal-soft: #e7f8f7;
  --gold: #ffc400;
  --gold-deep: #e6a900;
  --gold-soft: #fff7cf;
  --cream: #fffdf6;
  --mist: #f3f8f8;
  --paper: #ffffff;
  --line: #dfe9e9;
  --line-dark: rgba(255, 255, 255, 0.18);
  --success: #06c755;
  --shadow-sm: 0 8px 24px rgba(17, 50, 66, 0.07);
  --shadow-md: 0 24px 70px rgba(15, 47, 61, 0.13);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --container: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 9%, rgba(32, 181, 178, 0.08), transparent 23rem),
    radial-gradient(circle at 7% 31%, rgba(255, 196, 0, 0.08), transparent 26rem),
    var(--cream);
  font-family: "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.uuw-lang-th {
  font-family: "Noto Sans Thai", sans-serif;
}

.uuw-lang-vi,
.uuw-lang-en {
  font-family: "Noto Sans", sans-serif;
}

.uuw-lang-th h1,
.uuw-lang-th h2,
.uuw-lang-th h3,
.uuw-lang-th h4,
.uuw-lang-th .eyebrow,
.uuw-lang-th .metric-value {
  font-family: "Noto Sans Thai", sans-serif;
  letter-spacing: -0.02em;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
.brand-name,
.eyebrow,
.metric-value {
  font-family: "Manrope", "Noto Sans SC", sans-serif;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 74px;
  border-bottom: 1px solid rgba(15, 29, 47, 0.07);
  background: rgba(255, 253, 246, 0.88);
  backdrop-filter: blur(18px) saturate(140%);
}

.header-inner {
  width: min(calc(100% - 40px), 1240px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 190px;
}

.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(255, 196, 0, 0.24);
}

.brand-name {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-name .wallet {
  color: var(--teal-deep);
}

.pro-pill {
  align-self: flex-start;
  margin-top: -3px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #5f4600;
  background: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.desktop-nav a {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--teal-deep);
  background: rgba(32, 181, 178, 0.1);
}

.header-tools {
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.language-button,
.menu-button {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.language-button {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.language-button::-webkit-details-marker {
  display: none;
}

.language-button svg {
  width: 17px;
  height: 17px;
}

.language-switcher {
  position: relative;
}

.language-switcher[open] .language-button {
  border-color: rgba(32, 181, 178, 0.42);
  color: var(--teal-deep);
  background: #fff;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 130;
  width: 176px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 50px rgba(15, 29, 47, 0.14);
}

.language-menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border-radius: 11px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.language-menu a:hover,
.language-menu a.is-active {
  color: var(--teal-deep);
  background: var(--teal-soft);
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.menu-button svg,
.icon-button svg {
  width: 20px;
  height: 20px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.btn-gold {
  color: #332800;
  background: linear-gradient(135deg, #ffd322, var(--gold));
  box-shadow: 0 13px 26px rgba(255, 196, 0, 0.26);
}

.btn-gold:hover {
  box-shadow: 0 17px 34px rgba(255, 196, 0, 0.34);
}

.btn-teal {
  color: #fff;
  background: linear-gradient(135deg, #20bbb7, #149d9a);
  box-shadow: 0 13px 28px rgba(32, 181, 178, 0.25);
}

.btn-line {
  color: #fff;
  background: var(--success);
  box-shadow: 0 13px 28px rgba(6, 199, 85, 0.21);
}

.btn-telegram {
  color: #fff;
  background: #229ed9;
  box-shadow: 0 13px 28px rgba(34, 158, 217, 0.22);
}

.btn-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.8);
}

.btn-dark {
  color: #fff;
  background: var(--ink);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.mobile-menu {
  position: fixed;
  inset: 64px 0 0;
  z-index: 99;
  display: none;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(255, 253, 246, 0.98);
  backdrop-filter: blur(18px);
}

.mobile-menu.is-open {
  display: block;
  animation: menu-in 180ms ease-out both;
}

.mobile-menu nav {
  display: grid;
  gap: 8px;
}

.mobile-menu nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
  font-weight: 700;
}

.mobile-menu nav a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.mobile-menu .menu-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.mobile-menu .menu-actions.has-three {
  grid-template-columns: 0.7fr 0.9fr 1.25fr;
}

@keyframes menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero {
  position: relative;
  overflow: hidden;
}

.home-hero {
  padding: 54px 0 58px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  align-items: center;
  gap: 70px;
}

.hero-copy {
  padding: 22px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.display-title {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.display-title .highlight {
  position: relative;
  display: inline-block;
  color: var(--teal-deep);
}

.display-title .highlight::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  z-index: -1;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 196, 0, 0.52);
  content: "";
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 27px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.micro-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.micro-proof span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(32, 181, 178, 0.09);
  content: "";
}

.app-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 75% 16%, rgba(255, 227, 108, 0.88), transparent 31%),
    linear-gradient(145deg, #e8fbfa, #faffff 56%, #fff4bc);
  box-shadow: var(--shadow-md);
  isolation: isolate;
}

.app-stage::before,
.app-stage::after {
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(8, 124, 122, 0.14);
  border-top: 0;
  border-radius: 0 0 160px 160px;
  content: "";
}

.app-stage::before {
  top: 44px;
  left: 30px;
  width: 230px;
  height: 230px;
  transform: rotate(14deg);
}

.app-stage::after {
  right: 18px;
  bottom: 36px;
  width: 180px;
  height: 180px;
  border-color: rgba(255, 196, 0, 0.28);
  transform: rotate(-22deg);
}

.phone-frame {
  position: relative;
  width: 268px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(15, 29, 47, 0.09);
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 30px 72px rgba(15, 52, 68, 0.2);
  transform: rotate(2.1deg);
}

.phone-frame img {
  width: 100%;
  border-radius: 31px;
}

.floating-note {
  position: absolute;
  z-index: 3;
  max-width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.floating-note .dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(32, 181, 178, 0.12);
}

.floating-note.note-top {
  top: 72px;
  right: 34px;
}

.floating-note.note-bottom {
  bottom: 74px;
  left: 31px;
}

.mascot-accent {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  width: 82px;
  filter: drop-shadow(0 12px 18px rgba(83, 54, 15, 0.18));
  transform: rotate(4deg);
  pointer-events: none;
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -10px;
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.trust-item {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 26px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon,
.feature-icon,
.value-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: var(--teal-deep);
  background: var(--teal-soft);
}

.trust-icon {
  width: 43px;
  height: 43px;
}

.trust-icon svg,
.feature-icon svg,
.value-icon svg {
  width: 22px;
  height: 22px;
}

.trust-item strong {
  display: block;
  margin-bottom: 1px;
  color: var(--ink);
  font-size: 14px;
}

.trust-item span {
  color: var(--muted);
  font-size: 12px;
}

.section {
  position: relative;
  padding: 92px 0;
}

.section-tight {
  padding: 68px 0;
}

.section-mist {
  border-top: 1px solid rgba(15, 29, 47, 0.04);
  border-bottom: 1px solid rgba(15, 29, 47, 0.04);
  background: var(--mist);
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.section-copy {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-title,
.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-dark .section-copy,
.section-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 250px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 35px rgba(26, 63, 74, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.feature-card::after {
  position: absolute;
  right: -30px;
  bottom: -56px;
  width: 130px;
  height: 130px;
  border: 15px solid rgba(32, 181, 178, 0.07);
  border-top: 0;
  border-radius: 0 0 90px 90px;
  content: "";
  transform: rotate(-20deg);
}

.feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
}

.feature-card:nth-child(2) .feature-icon {
  color: #8d6900;
  background: var(--gold-soft);
}

.feature-card h3 {
  margin-bottom: 9px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 72px;
}

.screenshot-stack {
  position: relative;
  min-height: 610px;
}

.screen-card {
  position: absolute;
  width: 270px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.screen-card img {
  border-radius: 27px;
}

.screen-card.screen-a {
  top: 0;
  right: 0;
  z-index: 2;
  transform: rotate(3deg);
}

.screen-card.screen-b {
  bottom: 0;
  left: 8px;
  z-index: 1;
  transform: rotate(-4deg);
}

.bullet-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 31px;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 12px;
  color: var(--ink-soft);
}

.bullet-list .check {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-deep);
  background: var(--teal-soft);
  font-size: 13px;
  font-weight: 900;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.step-card:not(:last-child)::after {
  position: absolute;
  top: 43px;
  right: -19px;
  z-index: 2;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  content: "";
}

.step-no {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 15px;
  color: var(--ink);
  background: var(--gold);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.step-card h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.step-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.app-preview-band {
  overflow: hidden;
}

.preview-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.preview-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.preview-card img {
  width: 100%;
  aspect-ratio: 0.62;
  object-fit: cover;
  object-position: top;
}

.preview-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(15, 29, 47, 0.1);
  backdrop-filter: blur(10px);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 44px 48px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 210, 34, 0.45), transparent 15rem),
    linear-gradient(135deg, #0a7775, #0f9895);
  box-shadow: 0 26px 70px rgba(8, 124, 122, 0.22);
}

.cta-panel::after {
  position: absolute;
  right: -72px;
  bottom: -125px;
  width: 300px;
  height: 300px;
  border: 32px solid rgba(255, 255, 255, 0.11);
  border-top: 0;
  border-radius: 0 0 190px 190px;
  content: "";
  transform: rotate(21deg);
}

.cta-panel h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.cta-panel p {
  position: relative;
  z-index: 2;
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.cta-actions {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.page-hero {
  position: relative;
  padding: 74px 0 72px;
  overflow: hidden;
}

.page-hero::before {
  position: absolute;
  top: -190px;
  right: -110px;
  width: 560px;
  height: 560px;
  border: 58px solid rgba(32, 181, 178, 0.1);
  border-top: 0;
  border-radius: 0 0 320px 320px;
  content: "";
  transform: rotate(25deg);
}

.page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
  align-items: center;
  gap: 70px;
}

.page-title {
  margin-bottom: 19px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.page-lead {
  max-width: 650px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 18px;
}

.hero-mini-stack {
  position: relative;
  min-height: 420px;
}

.mini-phone {
  position: absolute;
  top: 0;
  right: 10px;
  width: 220px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 31px;
  background: #fff;
  box-shadow: var(--shadow-md);
  transform: rotate(4deg);
}

.mini-phone img {
  border-radius: 25px;
}

.mini-info-card {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width: 230px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
}

.mini-info-card .metric-value {
  display: block;
  margin-bottom: 4px;
  color: var(--teal-deep);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.mini-info-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.bento-card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}

.bento-card h3 {
  max-width: 390px;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bento-card p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.bento-card.large {
  grid-column: span 7;
  min-height: 430px;
  background: linear-gradient(145deg, #e8fbfa, #fff);
}

.bento-card.medium {
  grid-column: span 5;
}

.bento-card.half {
  grid-column: span 6;
}

.bento-card.gold {
  background: linear-gradient(145deg, #fff9d9, #fff);
}

.bento-card.dark {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.bento-card.dark h3 {
  color: #fff;
}

.bento-card.dark p {
  color: rgba(255, 255, 255, 0.68);
}

.bento-screen {
  position: absolute;
  right: 28px;
  bottom: -120px;
  width: 255px;
  padding: 6px;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow-md);
  transform: rotate(2deg);
}

.bento-screen img {
  border-radius: 24px;
}

.mini-dashboard {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.dashboard-cell {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
}

.dashboard-cell strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 20px;
}

.dashboard-cell span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.product-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-nav-card {
  --product-accent: var(--teal);
  --product-soft: rgba(32, 181, 178, 0.1);
  position: relative;
  min-height: 238px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--product-soft), rgba(255, 255, 255, 0.96) 52%);
  box-shadow: 0 12px 35px rgba(26, 63, 74, 0.05);
}

.product-nav-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--product-accent);
  content: "";
}

.product-nav-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 165px;
  height: 165px;
  border: 20px solid var(--product-soft);
  border-radius: 50%;
  content: "";
}

.product-nav-card.is-trade {
  --product-accent: #e6ad00;
  --product-soft: rgba(255, 196, 0, 0.12);
}

.product-nav-card.is-activity {
  --product-accent: #3f7bdc;
  --product-soft: rgba(63, 123, 220, 0.1);
}

.product-nav-card.is-profile {
  --product-accent: var(--ink);
  --product-soft: rgba(15, 34, 56, 0.08);
}

.product-nav-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 32px;
}

.product-nav-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: var(--product-accent);
  background: var(--product-soft);
}

.product-nav-icon svg {
  width: 23px;
  height: 23px;
}

.product-nav-index {
  color: var(--product-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.product-nav-card h3,
.product-nav-card p {
  position: relative;
  z-index: 1;
}

.product-nav-card h3 {
  max-width: 460px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.product-nav-card p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.journey {
  display: grid;
  gap: 18px;
}

.journey-step {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 250px;
  align-items: center;
  gap: 28px;
  min-height: 210px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.journey-number {
  color: var(--teal);
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.journey-copy h3 {
  margin-bottom: 7px;
  font-size: 23px;
}

.journey-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.journey-visual {
  height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: var(--mist);
}

.journey-visual img {
  width: 150px;
  align-self: start;
}

.download-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 48px;
  padding: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 70, 0.65);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 83% 22%, rgba(32, 181, 178, 0.17), transparent 15rem),
    linear-gradient(145deg, #fff4a9, #fffdf5 58%);
  box-shadow: var(--shadow-md);
}

.download-hero-card h1 {
  margin-bottom: 15px;
  font-size: clamp(39px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.download-hero-card p {
  max-width: 610px;
  color: var(--ink-soft);
}

.download-device {
  position: relative;
  display: grid;
  place-items: center;
}

.download-device .phone-frame {
  width: 220px;
  transform: rotate(2deg);
}

.version-chip {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(15, 29, 47, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.copy-link-button {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.copy-link-button.is-copied {
  border-color: rgba(32, 181, 178, 0.4);
  color: var(--teal-deep);
  background: var(--teal-soft);
}

.download-unavailable {
  max-width: 620px;
  margin-top: 24px;
  padding: 17px 19px;
  border: 1px solid rgba(34, 158, 217, 0.25);
  border-radius: 17px;
  color: #174d68;
  background: rgba(226, 245, 253, 0.76);
  font-size: 13px;
}

.video-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 4px;
}

.video-guide-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

#vi-install-video {
  scroll-margin-top: 88px;
}

.video-guide-card video {
  width: 100%;
  max-height: 420px;
  display: block;
  background: #0b1320;
  object-fit: contain;
}

.video-guide-copy {
  padding: 17px 18px 19px;
}

.video-guide-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 15px;
}

.video-guide-copy span {
  color: var(--muted);
  font-size: 12px;
}

.support-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support-buttons .btn {
  min-width: 150px;
}

/* Thai installation troubleshooting mirrors the proven download-page pattern. */
.th-troubleshooting {
  padding: 56px 0;
  background: #f9fafb;
}

.th-troubleshooting-inner {
  max-width: 768px;
}

.th-troubleshooting-head {
  margin-bottom: 24px;
  text-align: center;
}

.th-troubleshooting-head h2 {
  margin-bottom: 5px;
  color: #111827;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.th-troubleshooting-head p {
  margin-bottom: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.th-device-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 24px;
  padding: 4px;
  border-radius: 12px;
  background: #f3f4f6;
}

.th-device-tab {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  color: #6b7280;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.th-device-tab svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.th-device-tab.is-active {
  color: #111827;
  background: #fff;
  box-shadow: 0 5px 16px rgba(17, 24, 39, 0.1), 0 0 0 1px rgba(17, 24, 39, 0.05);
}

.th-device-panel {
  display: none;
}

.th-device-panel.is-active {
  display: block;
}

.th-install-accordion {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.th-install-accordion.is-open {
  border-color: #fde68a;
  box-shadow: 0 7px 22px rgba(146, 107, 0, 0.08);
}

.th-install-question {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 0;
  color: #1f2937;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease;
}

.th-install-question:hover {
  background: #f9fafb;
}

.th-install-accordion.is-open .th-install-question {
  background: #fffbeb;
}

.th-question-label {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.th-alert-icon,
.th-question-chevron {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #9ca3af;
}

.th-alert-icon {
  margin-top: 2px;
}

.th-question-chevron {
  transition: transform 260ms ease, color 180ms ease;
}

.th-install-accordion.is-open .th-alert-icon,
.th-install-accordion.is-open .th-question-chevron {
  color: #ca8a04;
}

.th-install-accordion.is-open .th-question-chevron {
  transform: rotate(180deg);
}

.th-install-answer {
  display: none;
  overflow: hidden;
  border-top: 1px solid transparent;
  background: rgba(255, 251, 235, 0.55);
}

.th-install-accordion.is-open .th-install-answer {
  display: block;
  border-top-color: #fef3c7;
}

.th-install-answer-inner {
  padding: 16px;
  color: #374151;
  font-size: 14px;
  line-height: 1.65;
}

.th-install-answer-inner p,
.th-install-answer-inner li,
.th-install-answer-inner span,
.th-video-hint {
  text-align: left;
  text-justify: auto;
  word-spacing: normal;
  letter-spacing: 0;
}

.th-install-answer-inner > p {
  margin-bottom: 13px;
}

.th-video-block {
  margin-bottom: 16px;
  scroll-margin-top: 88px;
}

.th-video-shell {
  position: relative;
  width: min(100%, 240px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 9px;
  background: #000;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.16);
}

.th-video-launch {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #000;
  cursor: pointer;
}

.th-video-launch img,
.th-video-shell video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.th-video-launch img {
  object-fit: cover;
  opacity: 0.92;
  transition: opacity 180ms ease, transform 260ms ease;
}

.th-video-launch:hover img {
  opacity: 1;
  transform: scale(1.015);
}

.th-video-cover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.16);
  transition: background 180ms ease;
}

.th-video-launch:hover .th-video-cover {
  background: rgba(0, 0, 0, 0.08);
}

.th-play-button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.th-play-button svg {
  width: 25px;
  height: 25px;
  margin-left: 2px;
}

.th-video-hint {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.th-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.th-check-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}

.th-check {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  margin-top: 3px;
  border: 1.5px solid #22c55e;
  border-radius: 50%;
  color: #16a34a;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.th-ios-empty {
  padding: 48px 22px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.th-ios-empty-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: #9ca3af;
  background: #f3f4f6;
}

.th-ios-empty-icon svg {
  width: 32px;
  height: 32px;
}

.th-ios-empty h3 {
  margin-bottom: 5px;
  color: #1f2937;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 18px;
}

.th-ios-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 14px;
}

.th-help-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 15px 16px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  color: #1e40af;
  background: #eff6ff;
}

.th-help-notice p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.th-help-actions {
  display: flex;
  gap: 7px;
  flex: 0 0 auto;
}

.th-help-actions a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: #229ed9;
  font-size: 12px;
  font-weight: 800;
}

.th-help-actions a:first-child {
  background: #06c755;
}

.os-tabs {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 auto 30px;
  padding: 6px;
  border-radius: 17px;
  background: #e9efef;
}

.os-tab {
  min-height: 48px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.os-tab.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 7px 20px rgba(15, 29, 47, 0.08);
}

.os-panel {
  display: none;
}

.os-panel.is-active {
  display: block;
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.install-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.install-card .step-no {
  margin-bottom: 20px;
}

.install-card h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.install-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid #f3df7c;
  border-radius: 16px;
  color: #5f4c0c;
  background: #fff9da;
  font-size: 13px;
}

.notice svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 8px;
}

.faq-sidebar a {
  padding: 12px 15px;
  border-radius: 13px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.faq-sidebar a:hover,
.faq-sidebar a.is-active {
  color: var(--teal-deep);
  background: var(--teal-soft);
}

.faq-group {
  margin-bottom: 38px;
}

.faq-group-title {
  margin-bottom: 14px;
  font-size: 22px;
}

.accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.accordion + .accordion {
  margin-top: 10px;
}

.accordion-button {
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 19px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.accordion-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--muted);
  transition: transform 200ms ease;
}

.accordion.is-open .accordion-button svg {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.accordion-content-inner {
  padding: 0 19px 20px;
  color: var(--muted);
  font-size: 14px;
}

.accordion-content-inner p:last-child {
  margin-bottom: 0;
}

.faq-search {
  position: relative;
  max-width: 660px;
  margin-top: 27px;
}

.faq-search input {
  width: 100%;
  height: 58px;
  padding: 0 54px 0 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  outline: none;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.faq-search svg {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 20px;
  height: 20px;
  color: var(--muted);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.value-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.value-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
}

.value-card:nth-child(2) .value-icon {
  color: #8d6900;
  background: var(--gold-soft);
}

.value-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.value-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.market-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 64px;
  padding: 50px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--ink);
}

.market-band h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 37px;
  line-height: 1.2;
}

.market-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.market-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.market-item {
  min-height: 130px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.market-item strong {
  display: block;
  color: var(--gold);
  font-size: 18px;
}

.market-item span {
  color: rgba(255, 255, 255, 0.61);
  font-size: 11px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.contact-grid.three-channels {
  grid-template-columns: repeat(3, 1fr);
}

.contact-channel-card {
  position: relative;
  min-height: 350px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}

.contact-channel-card.line {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #06c755, #04a747);
  box-shadow: 0 24px 65px rgba(6, 199, 85, 0.18);
}

.contact-channel-card.telegram {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #2aabee, #168ac2);
  box-shadow: 0 24px 65px rgba(34, 158, 217, 0.18);
}

.contact-channel-card h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.contact-channel-card.line h2,
.contact-channel-card.telegram h2 {
  color: #fff;
}

.contact-channel-card p {
  color: var(--muted);
  font-size: 14px;
}

.contact-channel-card.line p,
.contact-channel-card.telegram p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-channel-card .contact-actions {
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.contact-primary,
.contact-secondary {
  position: relative;
  min-height: 380px;
  padding: 38px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.contact-primary {
  color: #fff;
  background: linear-gradient(145deg, #06c755, #04a747);
  box-shadow: 0 24px 65px rgba(6, 199, 85, 0.19);
}

.contact-primary::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 42px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-radius: 0 0 200px 200px;
  content: "";
}

.contact-secondary {
  border: 1px solid var(--line);
  background: #fff;
}

.contact-primary h2,
.contact-secondary h2 {
  margin-bottom: 10px;
  font-size: 31px;
}

.contact-primary h2 {
  color: #fff;
}

.contact-primary p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-secondary p {
  color: var(--muted);
}

.contact-actions {
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: 38px;
  z-index: 2;
}

.contact-actions .btn {
  width: 100%;
}

.support-checklist {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.support-checklist span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 14px;
}

.support-checklist span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.site-footer {
  padding: 60px 0 95px;
  color: rgba(255, 255, 255, 0.68);
  background: #0c1828;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 70px;
}

.footer-brand .brand-name {
  color: #fff;
}

.footer-brand p {
  max-width: 400px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-col h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.footer-col a {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal-in 680ms cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

.reveal.delay-1 { animation-delay: 90ms; }
.reveal.delay-2 { animation-delay: 170ms; }
.reveal.delay-3 { animation-delay: 250ms; }

@keyframes reveal-in {
  to { opacity: 1; transform: translateY(0); }
}

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

  .menu-button {
    display: inline-flex;
  }

  .hero-grid,
  .page-hero-grid {
    gap: 42px;
  }

  .feature-grid,
  .steps-grid,
  .install-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid .feature-card:last-child,
  .steps-grid .step-card:last-child,
  .install-grid .install-card:last-child {
    grid-column: 1 / -1;
  }

  .step-card:nth-child(2)::after {
    display: none;
  }

  .preview-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .preview-card:last-child {
    display: none;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 0;
  }

  .container,
  .header-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    height: 64px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .brand-name {
    font-size: 16px;
  }

  .header-inner {
    gap: 6px;
  }

  .language-button {
    min-width: 38px;
    height: 38px;
    gap: 4px;
    padding: 0 9px;
    font-size: 11px;
  }

  .language-button svg {
    width: 15px;
    height: 15px;
  }

  .language-switcher {
    display: block;
  }

  .language-menu {
    top: calc(100% + 8px);
    right: -14px;
    width: 188px;
    padding: 7px;
    border-radius: 15px;
  }

  .language-menu a {
    min-height: 42px;
    font-size: 13px;
  }

  .header-tools {
    min-width: 0;
    gap: 7px;
  }

  .header-download {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .menu-button {
    min-width: 38px;
    height: 38px;
  }

  .home-hero {
    padding: 28px 0 36px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-layout,
  .download-hero-card,
  .market-band,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid.three-channels,
  .video-guide-grid {
    grid-template-columns: 1fr;
  }

  .mobile-menu .menu-actions.has-three {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-menu .menu-actions.has-three .btn:last-child {
    grid-column: 1 / -1;
  }

  .hero-copy {
    padding: 0;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .display-title,
  .page-title {
    margin-bottom: 14px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.12;
  }

  .display-title .highlight::after {
    height: 8px;
  }

  .hero-lead,
  .page-lead {
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 9px;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding: 0 13px;
    font-size: 13px;
  }

  .micro-proof {
    gap: 8px 14px;
    margin-top: 17px;
    font-size: 11px;
  }

  .app-stage {
    min-height: 365px;
    border-radius: 31px;
  }

  .phone-frame {
    width: 190px;
    padding: 5px;
    border-radius: 28px;
  }

  .phone-frame img {
    border-radius: 23px;
  }

  .floating-note {
    max-width: 140px;
    padding: 9px 11px;
    border-radius: 13px;
    font-size: 9px;
  }

  .floating-note.note-top {
    top: 35px;
    right: 12px;
  }

  .floating-note.note-bottom {
    bottom: 31px;
    left: 12px;
  }

  .mascot-accent {
    right: 11px;
    bottom: 9px;
    width: 58px;
  }

  .trust-strip {
    margin-top: 14px;
  }

  .trust-strip-inner {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 68px;
    padding: 13px 17px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .section,
  .section-tight {
    padding: 58px 0;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-copy {
    font-size: 14px;
  }

  .feature-grid,
  .steps-grid,
  .install-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid .feature-card:last-child,
  .steps-grid .step-card:last-child,
  .install-grid .install-card:last-child {
    grid-column: auto;
  }

  .feature-card {
    min-height: 194px;
    padding: 22px;
  }

  .feature-icon {
    margin-bottom: 25px;
  }

  .feature-card h3 {
    font-size: 18px;
  }

  .split-layout {
    gap: 35px;
  }

  .screenshot-stack {
    min-height: 430px;
  }

  .screen-card {
    width: 190px;
    padding: 5px;
    border-radius: 27px;
  }

  .screen-card img {
    border-radius: 22px;
  }

  .step-card {
    padding: 22px;
  }

  .step-card::after {
    display: none;
  }

  .step-no {
    margin-bottom: 18px;
  }

  .preview-track {
    width: max-content;
    grid-template-columns: repeat(4, 170px);
  }

  .preview-scroll {
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .preview-scroll::-webkit-scrollbar {
    display: none;
  }

  .preview-card:last-child {
    display: block;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 29px 24px;
    border-radius: 27px;
  }

  .cta-panel h2 {
    font-size: 28px;
  }

  .cta-panel p {
    font-size: 13px;
  }

  .cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cta-actions .btn {
    padding: 0 12px;
    font-size: 12px;
  }

  .page-hero {
    padding: 42px 0 48px;
  }

  .page-hero-grid {
    gap: 30px;
  }

  .hero-mini-stack {
    min-height: 340px;
  }

  .mini-phone {
    width: 180px;
  }

  .mini-info-card {
    bottom: 20px;
    width: 185px;
    padding: 17px;
  }

  .mini-info-card .metric-value {
    font-size: 23px;
  }

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

  .bento-card,
  .bento-card.large,
  .bento-card.medium,
  .bento-card.half {
    grid-column: auto;
    min-height: 300px;
    padding: 23px;
    border-radius: 25px;
  }

  .bento-card.large {
    min-height: 390px;
  }

  .bento-card h3 {
    font-size: 22px;
  }

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

  .product-nav-card {
    min-height: 220px;
    padding: 23px;
    border-radius: 25px;
  }

  .product-nav-meta {
    margin-bottom: 25px;
  }

  .product-nav-card h3 {
    font-size: 21px;
  }

  .bento-screen {
    right: 22px;
    width: 205px;
  }

  .journey-step {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    min-height: auto;
    padding: 21px;
  }

  .journey-number {
    font-size: 37px;
  }

  .journey-copy h3 {
    font-size: 19px;
  }

  .journey-visual {
    grid-column: 1 / -1;
    height: 210px;
  }

  .journey-visual img {
    width: 176px;
  }

  .download-hero-card {
    gap: 24px;
    padding: 27px 22px;
    border-radius: 29px;
  }

  .download-hero-card h1 {
    font-size: 38px;
  }

  .download-device .phone-frame {
    width: 180px;
  }

  .download-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .download-actions .btn,
  .download-actions .copy-link-button {
    width: 100%;
  }

  .version-chip {
    right: 16px;
    bottom: 26px;
  }

  .th-troubleshooting {
    padding: 38px 0;
  }

  .th-troubleshooting-head {
    margin-bottom: 20px;
  }

  .th-troubleshooting-head h2 {
    font-size: 24px;
  }

  .th-troubleshooting-head p {
    font-size: 13px;
  }

  .th-device-tabs {
    margin-bottom: 20px;
  }

  .th-device-tab {
    min-height: 46px;
    gap: 6px;
    padding: 8px 6px;
    font-size: 12px;
  }

  .th-install-question {
    min-height: 58px;
    padding: 14px;
  }

  .th-question-label {
    gap: 10px;
    font-size: 14px;
  }

  .th-install-answer-inner {
    padding: 14px;
    font-size: 13px;
  }

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

  .th-help-notice {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
    text-align: center;
  }

  .th-help-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .th-help-actions a {
    min-height: 38px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-sidebar {
    position: static;
    display: flex;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .faq-sidebar::-webkit-scrollbar {
    display: none;
  }

  .faq-sidebar a {
    white-space: nowrap;
  }

  .accordion-button {
    min-height: 62px;
    padding: 15px 16px;
    font-size: 14px;
  }

  .accordion-content-inner {
    padding: 0 16px 18px;
    font-size: 13px;
  }

  .market-band {
    gap: 30px;
    padding: 28px 23px;
    border-radius: 26px;
  }

  .market-band h2 {
    font-size: 28px;
  }

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

  .market-item {
    min-height: 82px;
  }

  .contact-primary,
  .contact-secondary,
  .contact-channel-card {
    min-height: 340px;
    padding: 27px;
    border-radius: 26px;
  }

  .contact-primary h2,
  .contact-secondary h2 {
    font-size: 27px;
  }

  .contact-actions {
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .site-footer {
    padding: 46px 0 120px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 8px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(15, 29, 47, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -12px 30px rgba(15, 29, 47, 0.08);
    backdrop-filter: blur(18px);
  }

  .mobile-cta .btn {
    min-height: 48px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .header-inner {
    gap: 5px;
  }

  .brand {
    gap: 6px;
  }

  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .brand-name {
    font-size: 14px;
  }

  .header-tools {
    gap: 5px;
  }

  .language-button {
    padding: 0 7px;
    font-size: 10px;
  }

  .header-download {
    padding: 0 9px;
    font-size: 10px;
  }

  .hero-actions .btn {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .brand-name {
    display: none;
  }
}

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

@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .mobile-menu {
    top: 110px;
  }
}
