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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@supports (-webkit-touch-callout: none) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #eef1f6;
  background: #07090f;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
}

html[data-lang="zh-Hant"] body {
  font-family: -apple-system, "PingFang HK", "PingFang TC", "Noto Sans TC", sans-serif;
}

html[data-lang="zh-Hans"] body {
  font-family: -apple-system, "PingFang SC", "Noto Sans SC", sans-serif;
}

html[data-lang="ja"] body {
  font-family: -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

html[data-lang="th"] body {
  font-family: -apple-system, "Thonburi", "Sarabun", sans-serif;
}

html[data-lang="ar"] body {
  font-family: -apple-system, "SF Arabic", "Geeza Pro", "Tahoma", sans-serif;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  letter-spacing: 0;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

a,
button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(227, 28, 61, 0.2);
}

a {
  color: #ff8a97;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 8px;
  z-index: 80;
  padding: 8px 12px;
  background: #fff;
  color: #07090f;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: env(safe-area-inset-top);
  background: rgba(7, 9, 15, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transform: translateZ(0);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(100% - 24px, 1120px);
  margin-inline: auto;
  min-height: 56px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.brand-name {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-short {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  min-width: 44px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #eef1f6;
  cursor: pointer;
}

.lang-btn img {
  width: 18px;
  height: 18px;
}

.lang-btn span {
  font-size: 12px;
  font-weight: 700;
}

.lang-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(100% - 24px, 1120px);
  margin-inline: auto;
  padding: 10px 0 12px;
}

.lang-chip {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #c9d0dc;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.lang-chip[aria-current="true"] {
  background: #fff;
  color: #07090f;
  border-color: #fff;
}

.text-link {
  color: #c9d0dc;
  text-decoration: none;
  font-size: 14px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 650;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  text-align: center;
}

.btn-primary {
  background: #e31c3d;
  color: #fff;
}

.btn-primary:hover {
  background: #c41633;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.btn-header {
  min-height: 40px;
  padding: 8px 14px;
  background: #e31c3d;
  color: #fff;
  font-size: 14px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px 0 12px;
  background:
    radial-gradient(1200px 420px at 80% -10%, rgba(227, 28, 61, 0.18), transparent 55%),
    linear-gradient(180deg, #0c1018 0%, #07090f 72%);
  display: flex;
  flex-direction: column;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.hero-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.28;
  filter: saturate(1.05);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 15, 0.35) 0%, rgba(7, 9, 15, 0.88) 72%, #07090f 100%);
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #d5dbe6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e31c3d;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.06em;
}

h1,
h2,
h3 {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

h1 {
  margin: 0;
  font-size: clamp(2.05rem, 8.4vw, 3.6rem);
  font-weight: 750;
}

.lede {
  margin: 10px 0 0;
  max-width: 34rem;
  color: #c5ccd8;
  font-size: 0.98rem;
}

.hero-cta {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.hero .btn-ghost,
.final-cta .btn-ghost {
  background: transparent;
  color: #d7deea;
  border-color: transparent;
  min-height: 44px;
}

.hero-note {
  margin: 10px 0 0;
  color: #9aa3b5;
  font-size: 13px;
}

.hero-proof {
  margin: 16px 0 0;
}

.hero-proof li {
  padding: 12px 8px;
}

.hero-proof .num {
  font-size: clamp(1.15rem, 4.6vw, 1.7rem);
}

.terminal {
  margin: 22px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #10151f;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.terminal-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #161c28;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a4456;
}

.dot:first-child {
  background: #e31c3d;
}

.terminal-title {
  margin-left: 8px;
  font-size: 12px;
  color: #d7deea;
}

.terminal-live {
  margin-left: auto;
  font-size: 11px;
  color: #8d97a8;
}

.terminal-body {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
}

.watch {
  padding: 12px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: #0d121b;
}

.watch-label,
.chart-meta span,
.chart-tools span {
  color: #8b95a8;
  font-size: 11px;
}

.watch-label {
  margin: 0 0 8px;
}

.watch ul,
.portfolio-list,
.asset-pills,
.proof-grid,
.price-cards,
.trust-list,
.tool-chips {
  list-style: none;
  margin: 0;
  padding: 0;
}

.watch li,
.portfolio-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  padding: 6px 0;
  min-width: 0;
}

.watch span,
.portfolio-list span {
  color: #dce3ee;
}

.up {
  color: #3ee0a0;
}

.down {
  color: #ff6b7d;
}

.chart-pane {
  min-width: 0;
  padding: 12px;
}

.chart-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.chart-meta strong {
  font-size: 15px;
}

.chart-meta b {
  margin-left: auto;
  font-size: 15px;
}

.candles {
  width: 100%;
  height: 112px;
}

.candles .grid {
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 1;
}

.candles .wick line {
  stroke: #8d97a8;
  stroke-width: 1.2;
}

.candles .up {
  fill: #3ee0a0;
}

.candles .dn {
  fill: #e31c3d;
}

.chart-tools {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.chart-tools span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.symbol-note {
  margin: 8px 0 0;
  color: #7d8798;
  font-size: 12px;
}

.peek {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 0 4px;
  color: #9aa3b5;
  font-size: 13px;
}

.chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #e31c3d;
  border-bottom: 2px solid #e31c3d;
  transform: rotate(45deg);
  animation: peek 1.6s ease-in-out infinite;
}

@keyframes peek {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(45deg);
  }
}

.proof {
  padding: 8px 0 28px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.proof-grid li,
.price-cards li,
.compare-card,
.panel-card,
.start-steps li,
.trust-list li {
  min-width: 0;
  background: #121826;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
}

.proof-grid li {
  padding: 16px 10px;
  text-align: center;
}

.num {
  margin: 0;
  font-size: clamp(1.35rem, 5vw, 2.2rem);
  font-weight: 750;
  letter-spacing: -0.04em;
}

.proof-grid p:last-child,
.price-note,
.section-copy,
.compare-card li,
.faq p,
.start-steps p,
.trust-list span,
.helper,
.site-footer {
  color: #b4bcc9;
}

.proof-grid p:last-child {
  margin: 6px 0 0;
  font-size: 12px;
}

.explorer,
.assets-strip,
.lifecycle,
.pricing,
.compare,
.shot,
.start,
.trust,
.faq,
.final-cta,
.why,
.features {
  padding: 36px 0;
}

.section-kicker {
  margin: 0 0 8px;
  color: #e31c3d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(1.55rem, 6vw, 2.4rem);
}

.section-copy {
  margin: 10px 0 0;
  max-width: 38rem;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 20px 0 12px;
}

.tab {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: transparent;
  color: #d5dbe6;
  cursor: pointer;
}

.tab[aria-selected="true"] {
  background: #fff;
  color: #07090f;
  border-color: #fff;
}

.panel[hidden] {
  display: none;
}

.panel-card {
  padding: 18px;
}

.panel-card h3,
.compare-card h3,
.start-steps h3,
.trust-list strong {
  margin: 0;
  font-size: 1.15rem;
}

.panel-card header p {
  margin: 6px 0 14px;
  color: #b4bcc9;
}

.mini-chart .bars {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 96px;
  padding: 8px;
  border-radius: 12px;
  background: #0c111a;
}

.mini-chart i {
  display: block;
  flex: 1;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  background: #e31c3d;
}

.mini-chart i.up {
  background: #3ee0a0;
}

.tool-chips,
.asset-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tool-chips li,
.asset-pills li {
  padding: 8px 12px;
  border-radius: 999px;
  background: #1a2231;
  font-size: 13px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.data-table th,
.data-table td {
  padding: 10px 6px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.data-table .is-atm {
  background: rgba(227, 28, 61, 0.12);
}

.order-demo {
  display: grid;
  gap: 10px;
}

.order-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.order-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.fake-buy,
.fake-sell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
}

.fake-buy {
  background: #2f6bff;
}

.fake-sell {
  background: #e31c3d;
}

.portfolio-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.assets-strip {
  background: #0b0f16;
}

.steps,
.start-steps {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 12px;
  padding: 16px;
  border-radius: 16px;
  background: #121826;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.step-n {
  grid-row: 1 / span 2;
  color: #e31c3d;
  font-weight: 800;
}

.steps h3,
.steps p {
  margin: 0;
}

.price-cards {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.price-cards li {
  padding: 18px;
}

.price-kicker {
  margin: 0;
  color: #9aa3b5;
  font-size: 13px;
}

.price-cards a {
  display: inline-block;
  margin-top: 10px;
  min-height: 44px;
  padding-top: 10px;
}

.compare-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.compare-card {
  padding: 18px;
}

.compare-card.is-focus {
  border-color: rgba(227, 28, 61, 0.55);
  box-shadow: inset 0 0 0 1px rgba(227, 28, 61, 0.25);
}

.compare-tag {
  margin: 0 0 8px;
  color: #e31c3d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.shot-frame {
  margin: 16px 0 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.shot-frame img {
  width: 100%;
  height: auto;
}

.start .btn {
  width: 100%;
  margin-top: 20px;
}

.helper {
  margin: 14px 0 0;
  font-size: 14px;
}

.trust-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.trust-list li {
  padding: 16px;
  display: grid;
  gap: 6px;
}

.faq-list {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.faq details {
  background: #121826;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 4px 16px;
}

.faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 650;
}

.faq p {
  margin: 0 0 14px;
}

.final-cta {
  background:
    radial-gradient(600px 180px at 50% 0%, rgba(227, 28, 61, 0.2), transparent 70%),
    #0c1018;
  text-align: center;
}

.final-cta p {
  margin: 12px auto 0;
  max-width: 28rem;
  color: #c5ccd8;
}

.final-cta .hero-cta {
  max-width: 420px;
  margin-inline: auto;
}

.site-footer {
  padding: 28px 0 calc(28px + env(safe-area-inset-bottom));
  font-size: 12px;
  line-height: 1.55;
}

.footer-brand {
  color: #d7deea;
  margin: 0 0 12px;
}

.disclosures {
  margin: 0;
  padding-left: 18px;
}

.copyright {
  margin: 16px 0 72px;
}

.sticky-action {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 8px 16px max(12px, env(safe-area-inset-bottom));
  background: rgba(7, 9, 15, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateZ(0);
}

.sticky-hint {
  margin: 0 0 6px;
  text-align: center;
  font-size: 12px;
  color: #9aa3b5;
}

.sticky-action .btn {
  width: 100%;
}

.sticky-action[hidden] {
  display: none;
}

.why,
.features {
  padding: 36px 0;
}

.why-list,
.feat-grid {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.why-list li {
  position: relative;
  min-width: 0;
  padding: 14px 14px 14px 42px;
  border-radius: 14px;
  background: #121826;
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 600;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 16px;
  height: 9px;
  border-left: 2.5px solid #e31c3d;
  border-bottom: 2.5px solid #e31c3d;
  transform: rotate(-45deg);
}

html[dir="rtl"] .why-list li {
  padding: 14px 42px 14px 14px;
}

html[dir="rtl"] .why-list li::before {
  left: auto;
  right: 14px;
}

.feat-grid li {
  min-width: 0;
  padding: 18px;
  border-radius: 16px;
  background: #121826;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.feat-grid h3 {
  margin: 0 0 8px;
}

.feat-grid p {
  margin: 0;
  color: #b4bcc9;
}

.product-stack {
  position: relative;
  margin-top: 22px;
  min-height: 210px;
}

.product-stack .shot-frame {
  margin: 0;
}

.product-stack .is-back {
  position: absolute;
  inset: 0 8% auto;
  transform: rotate(-4deg) scale(0.96);
  opacity: 0.45;
  filter: blur(0.4px);
}

.product-stack .is-front {
  position: relative;
  z-index: 1;
}

.asset-pills {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  margin-top: 14px;
  padding-bottom: 4px;
}

.asset-pills::-webkit-scrollbar {
  display: none;
}

.asset-pills li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.lang-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.45);
}

.lang-backdrop[hidden],
.lang-sheet[hidden] {
  display: none;
}

.lang-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  padding: 12px 16px max(20px, env(safe-area-inset-bottom));
  background: #121826;
  border-radius: 18px 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateZ(0);
  max-height: min(78dvh, 640px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.lang-sheet-title {
  margin: 4px 0 10px;
  text-align: center;
  font-weight: 700;
}

.lang-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lang-option {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: #1a2231;
  color: #fff;
  text-align: start;
  padding: 0 16px;
  cursor: pointer;
}

.lang-option[aria-current="true"] {
  background: #fff;
  color: #07090f;
}

body.lang-open {
  overflow: hidden;
}

body.lang-open .sticky-action {
  display: none;
}

@media (min-width: 480px) {
  .hero-cta {
    grid-template-columns: 1fr 1fr;
  }

  .hero .btn-ghost,
  .final-cta .btn-ghost {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
  }

  .start .btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    width: min(100% - 32px, 1120px);
    margin-inline: auto;
    padding: 40px 0 28px;
  }

  .hero .container:first-of-type,
  .hero .container:nth-of-type(2) {
    width: 100%;
  }

  .peek {
    grid-column: 1 / -1;
  }

  .terminal-body {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .proof-grid,
  .price-cards,
  .compare-grid,
  .start-steps,
  .trust-list,
  .why-list,
  .feat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 1024px) {
  .steps,
  .feat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .hero-cta,
  .final-cta .hero-cta {
    max-width: 460px;
  }

  .lang-sheet {
    left: auto;
    right: 16px;
    inset-inline-start: auto;
    inset-inline-end: 16px;
    bottom: auto;
    top: calc(env(safe-area-inset-top) + 64px);
    width: min(280px, calc(100% - 32px));
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 4rem;
  }
}

@media (max-width: 430px) {
  .text-link {
    display: none;
  }

  .brand-full {
    display: none;
  }

  .brand-short {
    display: inline;
  }

  .brand-name {
    max-width: none;
  }

  .lang-btn-text {
    display: none;
  }

  .lang-chip {
    font-size: 11px;
    padding: 0 10px;
  }
}

@media (max-width: 359px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }

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

@media (orientation: landscape) and (max-height: 500px) {
  .hero {
    min-height: auto;
    padding-top: 16px;
  }

  .candles {
    height: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .chevron {
    animation: none;
  }

  .hero-stage img {
    filter: none;
  }
}
