:root {
  color-scheme: dark;
  --bg: #05060a;
  --bg-2: #080b12;
  --panel: rgba(15, 19, 29, 0.72);
  --panel-strong: rgba(20, 26, 38, 0.9);
  --line: rgba(255, 255, 255, 0.12);
  --line-hot: rgba(255, 138, 31, 0.42);
  --text: #fbfcff;
  --muted: rgba(251, 252, 255, 0.7);
  --soft: rgba(251, 252, 255, 0.48);
  --orange: #ff7a18;
  --gold: #ffd166;
  --cyan: #35d9ff;
  --green: #55f5a3;
  --violet: #8e7bff;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 78% 9%, rgba(255, 122, 24, 0.26), transparent 340px),
    radial-gradient(circle at 12% 18%, rgba(53, 217, 255, 0.18), transparent 340px),
    linear-gradient(180deg, #090b12 0%, var(--bg) 45%, #07080c 100%);
  color: var(--text);
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 86%);
}

body[data-lang="en"] {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
}

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

img {
  height: auto;
}

.scene-glow {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.beam {
  position: absolute;
  width: 58vw;
  height: 58vw;
  border-radius: 999px;
  filter: blur(56px);
  opacity: 0.42;
  mix-blend-mode: screen;
}

.beam-a {
  top: -22vw;
  right: -14vw;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.62), transparent 66%);
}

.beam-b {
  bottom: 4vw;
  left: -20vw;
  background: radial-gradient(circle, rgba(53, 217, 255, 0.38), transparent 66%);
}

.beam-c {
  top: 36vh;
  left: 42vw;
  width: 34vw;
  height: 34vw;
  background: radial-gradient(circle, rgba(142, 123, 255, 0.35), transparent 68%);
}

.court-line {
  position: absolute;
  left: 50%;
  width: 120vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 209, 102, 0.32), transparent);
  transform-origin: center;
}

.court-line-a {
  top: 260px;
  transform: translateX(-50%) rotate(-14deg);
}

.court-line-b {
  top: 520px;
  transform: translateX(-50%) rotate(12deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 6, 10, 0.72);
  backdrop-filter: blur(24px) saturate(150%);
}

.brand {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 34px rgba(255, 122, 24, 0.22);
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.nav-links a,
.footer-links a,
.brand {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--text);
}

.language-toggle {
  min-width: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.language-toggle:hover {
  border-color: rgba(255, 209, 102, 0.45);
  transform: translateY(-1px);
}

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

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 73px 18px auto;
  z-index: 19;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(8, 10, 16, 0.94);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow: var(--shadow);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero,
.section,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 40px);
  padding-right: clamp(18px, 4vw, 40px);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
  padding-top: 58px;
  padding-bottom: 74px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -36px;
  left: -44px;
  border: 1px solid rgba(53, 217, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(53, 217, 255, 0.12);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.2vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(255, 122, 24, 0.18);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.hero-text,
.privacy-copy p,
.download-panel p,
.section-heading,
.pro-copy p {
  color: var(--muted);
  font-size: 18px;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 22px;
  text-decoration: none;
  font-weight: 900;
}

.primary-action {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #111;
  box-shadow: 0 16px 50px rgba(255, 122, 24, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(255, 122, 24, 0.42);
}

.secondary-action {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.secondary-action:hover {
  border-color: rgba(53, 217, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin: 0;
}

.trust-strip div,
.feature-grid article,
.privacy-points div,
.download-panel,
.price-card,
.pro-capabilities article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-grid article:hover,
.pro-capabilities article:hover,
.price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 209, 102, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 48px rgba(0, 0, 0, 0.28);
}

.trust-strip div {
  padding: 16px;
}

.trust-strip dt {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 950;
  line-height: 1;
}

.trust-strip div:nth-child(1) dt {
  color: var(--gold);
}

.trust-strip div:nth-child(2) dt {
  color: var(--green);
}

.trust-strip div:nth-child(3) dt {
  color: var(--cyan);
}

.trust-strip dd {
  margin: 7px 0 0;
  color: var(--soft);
  font-size: 13px;
}

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

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 24px 0 auto 10%;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 122, 24, 0.24), transparent 58%),
    conic-gradient(from 140deg, rgba(53, 217, 255, 0.34), transparent, rgba(255, 209, 102, 0.32), transparent);
  filter: blur(12px);
  opacity: 0.86;
}

.phone-frame {
  position: absolute;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 42px;
  background: linear-gradient(160deg, #1a2030 0%, #0d1018 100%);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 72px rgba(255, 122, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 32%, transparent 68%, rgba(53, 217, 255, 0.1));
  mix-blend-mode: screen;
}

.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 3;
  width: 28%;
  height: 24px;
  border-radius: 0 0 14px 14px;
  background: #0a0c12;
  transform: translateX(-50%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 33px;
  background: #000;
  aspect-ratio: 1320 / 2868;
}

.phone-screen picture,
.phone-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-screen img {
  aspect-ratio: 1320 / 2868;
  object-fit: contain;
  object-position: top center;
}

.phone-main {
  right: 11%;
  top: 0;
  width: min(314px, 58vw);
  z-index: 2;
}

.phone-side {
  left: 1%;
  bottom: 18px;
  width: min(248px, 44vw);
  opacity: 0.82;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section {
  padding-top: 82px;
  padding-bottom: 82px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

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

.section-heading-center .section-heading,
.section-heading-center p {
  margin-left: auto;
  margin-right: auto;
}

.highlights-section {
  padding-top: 48px;
}

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

.highlight-card {
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 102, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 50px rgba(0, 0, 0, 0.3);
}

.highlight-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--orange);
  background: rgba(255, 122, 24, 0.12);
  border: 1px solid rgba(255, 122, 24, 0.28);
}

.highlight-icon svg {
  width: 24px;
  height: 24px;
}

.highlight-icon-gold {
  color: var(--gold);
  background: rgba(255, 209, 102, 0.12);
  border-color: rgba(255, 209, 102, 0.28);
}

.highlight-icon-violet {
  color: var(--violet);
  background: rgba(142, 123, 255, 0.12);
  border-color: rgba(142, 123, 255, 0.28);
}

.highlight-icon-cyan {
  color: var(--cyan);
  background: rgba(53, 217, 255, 0.12);
  border-color: rgba(53, 217, 255, 0.28);
}

.highlight-icon-green {
  color: var(--green);
  background: rgba(85, 245, 163, 0.12);
  border-color: rgba(85, 245, 163, 0.28);
}

.highlight-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.highlight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

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

.flow-step {
  position: relative;
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.flow-step:hover {
  transform: translateY(-3px);
  border-color: rgba(53, 217, 255, 0.28);
}

.flow-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 11px;
  color: var(--cyan);
  background: rgba(53, 217, 255, 0.1);
  border: 1px solid rgba(53, 217, 255, 0.24);
}

.flow-icon svg {
  width: 22px;
  height: 22px;
}

.flow-number {
  display: block;
  margin-bottom: 8px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.flow-step h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.feature-grid article {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.feature-grid article::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: 0.55;
}

.feature-number {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--cyan);
  font-weight: 950;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.pro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 30px;
  align-items: center;
  overflow: hidden;
}

.pro-orbit {
  position: absolute;
  inset: 40px auto auto 40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(53, 217, 255, 0.22);
  box-shadow:
    0 0 0 36px rgba(53, 217, 255, 0.035),
    0 0 90px rgba(53, 217, 255, 0.18);
  pointer-events: none;
}

.pro-copy {
  position: relative;
  padding: 34px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 122, 24, 0.2), rgba(53, 217, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-hot);
}

.pro-copy p {
  margin-bottom: 0;
}

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

.pro-capabilities article {
  padding: 22px;
}

.pro-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: var(--gold);
  background: rgba(255, 209, 102, 0.1);
  border: 1px solid rgba(255, 209, 102, 0.24);
}

.pro-icon svg {
  width: 20px;
  height: 20px;
}

.pro-capabilities span {
  display: none;
}

.pro-capabilities strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.pro-capabilities p {
  margin: 0;
  color: var(--muted);
}

.pricing-section {
  padding-top: 52px;
}

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

.price-card {
  position: relative;
  min-height: 240px;
  padding: 26px;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: -60px -50px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(53, 217, 255, 0.18);
  filter: blur(18px);
}

.price-card.featured {
  border-color: rgba(255, 209, 102, 0.62);
  background:
    linear-gradient(150deg, rgba(255, 209, 102, 0.18), rgba(255, 122, 24, 0.12)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 76px rgba(255, 122, 24, 0.18);
}

.plan-name,
.best-value {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 950;
}

.plan-name {
  margin-bottom: 28px;
  color: var(--cyan);
  border: 1px solid rgba(53, 217, 255, 0.32);
  background: rgba(53, 217, 255, 0.08);
}

.best-value {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #17100a;
  background: linear-gradient(135deg, var(--gold), var(--orange));
}

.price-card strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.price-card small {
  color: var(--muted);
  font-size: 18px;
  font-weight: 900;
}

.price-card p {
  margin: 0;
  color: var(--muted);
}

.privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 28px;
  align-items: stretch;
}

.privacy-copy {
  padding: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(85, 245, 163, 0.14), rgba(53, 217, 255, 0.08));
  border: 1px solid rgba(85, 245, 163, 0.25);
}

.privacy-copy p {
  margin-bottom: 0;
}

.privacy-points {
  display: grid;
  gap: 14px;
}

.privacy-points div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: start;
  padding: 22px;
}

.privacy-icon {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: var(--green);
  background: rgba(85, 245, 163, 0.1);
  border: 1px solid rgba(85, 245, 163, 0.24);
}

.privacy-icon svg {
  width: 20px;
  height: 20px;
}

.privacy-points strong,
.privacy-points span {
  display: block;
}

.privacy-points strong {
  grid-column: 2;
  margin-bottom: 0;
}

.privacy-points span {
  grid-column: 2;
  color: var(--muted);
}

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

.screen-device {
  margin: 0;
  padding: 18px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.screen-device:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 217, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 56px rgba(0, 0, 0, 0.32);
}

.screen-phone {
  position: relative;
  width: min(220px, 100%);
  margin: 0 auto;
  padding: 7px;
}

.screen-phone.phone-frame {
  position: relative;
  inset: auto;
  opacity: 1;
}

.screen-phone.phone-frame::after {
  border-radius: 28px;
}

.screen-phone .phone-screen {
  border-radius: 24px;
}

.screen-phone .phone-notch {
  top: 11px;
  height: 18px;
}

.screen-grid figcaption {
  padding: 14px 4px 2px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 28px;
  margin-bottom: 68px;
  padding-top: 34px;
  padding-bottom: 34px;
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.16), rgba(53, 217, 255, 0.08)),
    var(--panel-strong);
}

.download-panel h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.download-panel p {
  margin-bottom: 0;
}

.download-meta {
  display: grid;
  gap: 12px;
  align-content: center;
}

.download-meta span {
  display: block;
  border-left: 3px solid var(--orange);
  padding: 10px 0 10px 14px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 40px;
  border-top: 1px solid var(--line);
}

.footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(255, 122, 24, 0.28);
}

.site-footer p {
  margin: 10px 0 0;
  color: var(--soft);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 26px;
  color: var(--muted);
}

@media (prefers-reduced-motion: no-preference) {
  .beam-a,
  .beam-b,
  .beam-c {
    animation: floatGlow 14s ease-in-out infinite alternate;
  }

  .beam-b {
    animation-duration: 18s;
  }

  .beam-c {
    animation-duration: 22s;
  }

  .phone-main {
    animation: floatPhone 7s ease-in-out infinite alternate;
  }

  .phone-side {
    animation: floatPhone 8.5s ease-in-out infinite alternate-reverse;
  }
}

@keyframes floatPhone {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14px);
  }
}

@keyframes floatGlow {
  from {
    transform: translate3d(-18px, -10px, 0) scale(0.98);
  }
  to {
    transform: translate3d(24px, 18px, 0) scale(1.06);
  }
}

@media (max-width: 1060px) {
  .nav-links {
    gap: 16px;
  }

  .hero,
  .privacy-band,
  .download-panel,
  .pro-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .feature-grid,
  .flow-grid,
  .highlights-grid,
  .screen-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .menu-toggle {
    display: flex;
  }

  .site-header {
    gap: 12px;
  }

  .brand {
    width: 44px;
    height: 44px;
  }

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

  .language-toggle {
    min-width: 78px;
    padding: 8px 12px;
  }

  .hero {
    padding-top: 42px;
  }

  .trust-strip,
  .pro-capabilities,
  .feature-grid,
  .flow-grid,
  .highlights-grid,
  .screen-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

  .phone-main {
    right: 0;
    width: 64vw;
  }

  .phone-side {
    left: 0;
    width: 50vw;
  }

  .privacy-copy,
  .pro-copy,
  .feature-grid article,
  .price-card {
    padding: 22px;
  }

  .price-card {
    min-height: 210px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
