:root {
  --bg: #050505;
  --bg-soft: #090909;
  --card: #141416;
  --raised: #1a1a1d;
  --text: #f5f5f5;
  --muted: #a0a0a6;
  --inactive: #68686e;
  --yellow: #efff00;
  --yellow-hover: #f7ff6a;
  --line: rgba(255, 255, 255, 0.07);
  --danger: #ff453a;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 82% 8%, rgba(239, 255, 0, 0.055), transparent 24rem), var(--bg);
  color: var(--text);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.45rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.container { width: min(100% - 40px, 1280px); margin-inline: auto; }
.narrow { width: min(100%, 820px); }
.section { position: relative; padding: clamp(72px, 9vw, 136px) 0; }
.section.tight { padding-top: 0; }
.page-main { overflow: hidden; }
.page-main--compact { padding-top: 74px; }
.eyebrow {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: -80px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--yellow);
  color: #050505;
  font-weight: 800;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 74px;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}
.site-header--scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(18px);
}
.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 800; }
.brand__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 30px rgba(239, 255, 0, 0.18);
  color: #050505;
}
.desktop-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 0.93rem; }
.desktop-nav a { transition: color 0.2s ease; }
.desktop-nav a:hover { color: var(--text); }
.site-header__actions { display: flex; align-items: center; gap: 12px; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:focus-visible,
.icon-button:focus-visible,
.faq-item button:focus-visible,
.switch:focus-visible,
summary:focus-visible,
.text-link:focus-visible {
  outline: 3px solid rgba(239, 255, 0, 0.5);
  outline-offset: 3px;
}
.button--primary {
  border-color: var(--yellow);
  background: var(--yellow);
  box-shadow: 0 0 34px rgba(239, 255, 0, 0.16);
  color: #050505;
}
.button--primary:hover:not(:disabled) {
  background: var(--yellow-hover);
  box-shadow: 0 0 42px rgba(239, 255, 0, 0.23);
}
.button--secondary { background: #121214; color: var(--text); }
.button--secondary:hover:not(:disabled) { border-color: rgba(239, 255, 0, 0.45); }
.button--wide { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: 0.48; }
.icon-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--card);
  cursor: pointer;
}
.menu-button { display: none; }
.text-link { color: var(--yellow); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.mobile-menu-backdrop {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.72);
}
.mobile-menu {
  width: 100%;
  max-height: 92dvh;
  overflow: auto;
  padding: 18px 20px calc(22px + env(safe-area-inset-bottom));
  border: 1px solid var(--line);
  border-radius: 28px 28px 0 0;
  background: #0d0d0f;
  box-shadow: var(--shadow);
}
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu nav { display: grid; margin: 22px 0; }
.mobile-menu nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 1.45rem; font-weight: 700; }

.hero { display: flex; min-height: min(930px, 100svh); align-items: center; padding-top: 120px; }
.hero-glow {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: rgba(239, 255, 0, 0.07);
  filter: blur(100px);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 105px);
}
.hero-copy { position: relative; z-index: 3; }
.hero-description { max-width: 58ch; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 24px; color: var(--muted); font-size: 0.82rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 17px; color: var(--yellow); }
.hero-visual { position: relative; display: grid; min-height: 690px; place-items: center; }
.hero-phone { position: absolute; z-index: 3; right: 4%; bottom: 0; transform: rotate(2deg); }
.hero-clock { position: absolute; z-index: 1; top: 1%; left: -4%; }
.hero-mobile-clock { display: none; }
.floating-step {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(239, 255, 0, 0.18);
  border-radius: 16px;
  background: rgba(20, 20, 22, 0.94);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.38);
  font-size: 0.85rem;
  font-weight: 700;
}
.floating-step svg { color: var(--yellow); }
.step-one { top: 17%; left: 4%; }
.step-two { top: 23%; right: 0; }
.step-three { top: 44%; left: -2%; }
.step-four { top: 51%; right: -1%; }

.analog-clock {
  position: relative;
  width: min(30vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 255, 0, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle at 42% 36%, #151515, #050505 64%);
  box-shadow: inset 0 0 50px rgba(239, 255, 0, 0.035), 0 0 45px rgba(239, 255, 0, 0.14);
  animation: clockBreath 6s ease-in-out infinite;
}
.analog-clock--compact { width: 180px; }
.analog-clock__ticks { position: absolute; inset: 7%; }
.analog-clock__ticks span { position: absolute; inset: 0; }
.analog-clock__ticks span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 7px;
  background: rgba(239, 255, 0, 0.65);
  content: "";
}
.analog-clock__ticks span:nth-child(5n + 1)::before { width: 2px; height: 12px; background: var(--yellow); }
.clock-number { position: absolute; color: var(--yellow); font-weight: 700; }
.n12 { top: 8%; left: 50%; transform: translateX(-50%); }
.n3 { top: 50%; right: 9%; transform: translateY(-50%); }
.n6 { bottom: 7%; left: 50%; transform: translateX(-50%); }
.n9 { top: 50%; left: 9%; transform: translateY(-50%); }
.analog-clock__brand {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--yellow);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1;
  text-shadow: 0 0 25px rgba(239, 255, 0, 0.32);
}
.clock-hand {
  position: absolute;
  z-index: 2;
  bottom: 50%;
  left: 50%;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 12px rgba(239, 255, 0, 0.3);
  transform-origin: 50% 100%;
}
.clock-hand.hour { width: 4px; height: 26%; transform: translateX(-50%) rotate(-52deg); }
.clock-hand.minute { width: 2px; height: 36%; transform: translateX(-50%) rotate(48deg); animation: minuteMove 90s linear infinite; }
.clock-pin {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #292710;
  border-radius: 50%;
  background: #726e27;
  transform: translate(-50%, -50%);
}

.phone {
  position: relative;
  width: 315px;
  height: 640px;
  padding: 10px;
  border-radius: 48px;
  background: linear-gradient(135deg, #54545a, #0c0c0d 22%, #020202 78%, #6d6d72);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
}
.phone::before { position: absolute; inset: 1px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 47px; content: ""; pointer-events: none; }
.phone__island { position: absolute; z-index: 3; top: 20px; left: 50%; width: 92px; height: 25px; border-radius: 99px; background: #000; transform: translateX(-50%); }
.phone__screen { height: 100%; overflow: hidden; padding: 25px 17px 17px; border-radius: 40px; background: linear-gradient(160deg, #070707, #010101); }
.phone__top { display: flex; justify-content: space-between; margin: 2px 3px 30px; font-size: 0.72rem; font-weight: 700; }
.phone__title { display: flex; align-items: center; justify-content: space-between; margin: 0 5px 18px; color: var(--yellow); }
.phone__alarm { display: flex; align-items: flex-start; justify-content: space-between; padding: 17px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, #18181a, #101012); }
.phone__alarm small, .phone__alarm p { color: var(--yellow); }
.phone__alarm strong { display: block; margin: 7px 0; color: var(--yellow); font-size: 2.3rem; line-height: 1.1; }
.phone__alarm p { margin: 0; font-size: 0.68rem; }
.phone-switch { position: relative; width: 38px; height: 22px; border-radius: 20px; background: var(--yellow); }
.phone-switch::after { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; border-radius: 50%; background: #1a1a1a; content: ""; }
.phone-label { display: block; margin: 22px 4px 10px; color: var(--muted); }
.phone-list { display: grid; gap: 8px; }
.phone-list span { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #151517; font-size: 0.78rem; }
.phone-list svg { color: var(--yellow); }
.phone__nav { position: absolute; right: 17px; bottom: 19px; left: 17px; display: flex; justify-content: space-around; padding: 14px 0 5px; border-top: 1px solid var(--line); background: rgba(8, 8, 8, 0.94); }
.phone__nav span { display: grid; place-items: center; gap: 3px; color: var(--muted); font-size: 0.56rem; }
.phone__nav span:first-child { color: var(--yellow); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr); gap: 34px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 16ch; margin: 0; }
.section-heading > p:not(.eyebrow) { max-width: 58ch; margin: 0; color: var(--muted); }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.split-layout { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.split-layout .section-heading { display: block; margin: 0; }
.split-layout .section-heading p { margin-top: 20px; }

.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comparison-card { min-height: 310px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.comparison-card.accent { border-color: rgba(239, 255, 0, 0.3); background: linear-gradient(145deg, rgba(239, 255, 0, 0.055), #141416 46%); }
.comparison-screen { display: grid; gap: 10px; }
.comparison-screen strong { margin: 16px 0; font-size: 3.2rem; font-weight: 500; }
.comparison-screen button { min-height: 48px; border: 1px solid var(--line); border-radius: 14px; background: #1a1a1d; color: var(--muted); }
.comparison-steps { display: grid; gap: 10px; margin-top: 20px; }
.comparison-steps span { display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: #1a1a1d; }
.comparison-steps svg { color: var(--yellow); }

.constructor-demo { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr); gap: 18px; }
.constructor-editor, .scenario-preview { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.switch { position: relative; width: 54px; height: 30px; padding: 0; border: 1px solid var(--line); border-radius: 999px; background: #2a2a2e; cursor: pointer; }
.switch span { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--muted); transition: transform 0.2s ease, background 0.2s ease; }
.switch--on { border-color: var(--yellow); background: rgba(239, 255, 0, 0.16); }
.switch--on span { background: var(--yellow); transform: translateX(24px); }
.scenario-chain { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.scenario-chain li { display: grid; grid-template-columns: 32px 34px 1fr; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #19191c; }
.scenario-chain b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(239, 255, 0, 0.1); color: var(--yellow); font-size: 0.8rem; }
.scenario-chain svg, .preview-step svg { color: var(--yellow); }
.preview-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding: 16px; border-radius: 18px; background: #19191c; }
.preview-top strong { color: var(--yellow); font-size: 2.3rem; font-weight: 500; }
.preview-top button { display: grid; width: 48px; height: 48px; place-items: center; border: 0; border-radius: 50%; background: var(--yellow); color: #050505; cursor: pointer; }
.preview-step { display: grid; grid-template-columns: 44px 64px 1fr; align-items: center; gap: 12px; padding: 10px 4px; border-bottom: 1px solid var(--line); }
.preview-step svg { width: 32px; height: 32px; padding: 6px; border: 1px solid rgba(239, 255, 0, 0.2); border-radius: 11px; background: rgba(239, 255, 0, 0.04); }
.preview-step b { font-size: 0.84rem; }
.preview-step span { color: var(--muted); }
.shuffle-badge { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--yellow); font-size: 0.82rem; font-weight: 800; }

.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mode-grid--focused { margin-top: 18px; }
.mode-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.mode-card.accent { border-color: rgba(239, 255, 0, 0.32); background: linear-gradient(145deg, rgba(239, 255, 0, 0.06), #141416 50%); }
.mode-card > svg { width: 34px; height: 34px; color: var(--yellow); }
.mode-card h3 { margin: 24px 0 12px; }
.mode-card p { max-width: 54ch; margin: 0; color: var(--muted); }
.showcase-frame { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #0c0c0d; box-shadow: var(--shadow); }
.showcase-frame img { width: 100%; }

.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.security-grid article { display: flex; min-height: 130px; align-items: flex-end; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.security-grid article svg { flex: 0 0 auto; color: var(--yellow); }
.security-grid article span { font-weight: 700; }

.download-focus { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: clamp(38px, 7vw, 100px); align-items: center; }
.download-focus__copy p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.release-card { padding: 26px; border: 1px solid rgba(239, 255, 0, 0.2); border-radius: 28px; background: linear-gradient(145deg, rgba(239, 255, 0, 0.045), #111113 45%); box-shadow: var(--shadow); }
.release-head { display: flex; align-items: center; justify-content: space-between; color: var(--yellow); font-weight: 800; }
.release-meta { display: grid; margin: 24px 0; }
.release-meta > div { display: flex; justify-content: space-between; gap: 25px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.release-meta dt { color: var(--muted); }
.release-meta dd { margin: 0; text-align: right; }
.release-meta .hash { display: block; }
.release-meta .hash dd { margin-top: 8px; color: #c7c7cb; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 0.74rem; text-align: left; word-break: break-all; }

.faq-section { display: grid; grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr); gap: clamp(32px, 7vw, 100px); align-items: start; }
.faq-section .section-heading { display: block; position: sticky; top: 110px; margin: 0; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.faq-item h3 { margin: 0; font-size: 1rem; }
.faq-item button { display: flex; width: 100%; min-height: 64px; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button svg { flex: 0 0 auto; color: var(--yellow); transition: transform 0.2s ease; }
.faq-item.open button svg { transform: rotate(180deg); }
.faq-answer { padding: 0 18px 18px; }
.faq-answer p { margin: 0; color: var(--muted); }

.final-cta { padding-top: 40px; }
.final-cta__card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: clamp(28px, 5vw, 62px); border: 1px solid rgba(239, 255, 0, 0.25); border-radius: 30px; background: radial-gradient(circle at 90% 20%, rgba(239, 255, 0, 0.1), transparent 22rem), var(--card); }
.final-cta__card h2 { max-width: 16ch; margin: 0; }
.final-cta__card .button { flex: 0 0 auto; }

.site-footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: #030303; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 42px; }
.footer-grid > div { display: grid; align-content: start; justify-items: start; gap: 8px; }
.footer-grid p, .footer-grid a { margin: 0; color: var(--muted); font-size: 0.9rem; }
.footer-grid a:hover { color: var(--text); }
.footer-grid b { margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--inactive); font-size: 0.78rem; }

.install-steps { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; }
.install-steps li { display: grid; grid-template-columns: 40px 30px 1fr; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.install-steps b, .install-steps svg { color: var(--yellow); }
.maker-grid { display: grid; gap: 9px; }
.maker-grid details { padding: 0 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--card); }
.maker-grid summary { padding: 16px 0; cursor: pointer; font-weight: 700; }
.maker-grid p { color: var(--muted); }
.legal-page .legal-intro { color: var(--muted); font-size: 1.15rem; }
.legal-page section { margin-top: 42px; }
.legal-page section h2 { font-size: clamp(1.55rem, 3vw, 2.3rem); }
.legal-page section p { color: #b8b8bd; }
.error-page, .loading-page { display: grid; min-height: 100svh; place-items: center; align-content: center; gap: 16px; padding: 90px 20px; text-align: center; }
.error-page h1 { margin: 0 auto; }
.loading-ring { width: 50px; height: 50px; border: 3px solid #242427; border-top-color: var(--yellow); border-radius: 50%; animation: spin 1s linear infinite; }
.mobile-sticky { display: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes clockBreath { 50% { box-shadow: inset 0 0 50px rgba(239, 255, 0, 0.06), 0 0 65px rgba(239, 255, 0, 0.2); } }
@keyframes minuteMove { to { transform: translateX(-50%) rotate(408deg); } }

@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-copy p { margin-right: auto; margin-left: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: 100%; max-width: 680px; min-height: 680px; margin: auto; }
  .hero-clock { left: 3%; }
  .hero-phone { right: 10%; }
  .split-layout, .download-focus { grid-template-columns: 1fr; gap: 36px; }
  .section-heading { grid-template-columns: 1fr; }
  .constructor-demo { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; }
  .faq-section .section-heading { position: static; }
}

@media (max-width: 767px) {
  .container { width: min(100% - 32px, 1280px); }
  .section { padding: 76px 0; }
  .site-header { height: 66px; }
  .header-download { min-height: 42px; padding: 0 16px; }
  .page-main--compact { padding-top: 66px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .hero { padding-top: 92px; }
  .hero-grid { display: block; }
  .hero-mobile-clock { display: grid; place-items: center; margin: 0 auto 24px; }
  .hero-mobile-clock .analog-clock { width: min(76vw, 320px); }
  .hero-clock { display: none; }
  .hero-copy .eyebrow { display: none; }
  .hero-description { font-size: 1.02rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; min-height: 54px; }
  .trust-row { display: grid; justify-items: start; margin-top: 24px; text-align: left; }
  .hero-visual { min-height: 600px; margin-top: 35px; }
  .hero-phone { position: relative; right: auto; bottom: auto; transform: none; }
  .floating-step { display: none; }
  .phone { width: min(87vw, 315px); }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { max-width: 14ch; }
  .comparison, .mode-grid { grid-template-columns: 1fr; }
  .comparison-card { min-height: 0; }
  .mode-card { min-height: 0; }
  .showcase-frame { margin-inline: -16px; border-radius: 18px; }
  .security-grid { grid-template-columns: 1fr; }
  .security-grid article { min-height: 100px; }
  .download-focus { gap: 28px; }
  .release-card { padding: 20px; }
  .release-meta > div { display: block; }
  .release-meta dd { margin-top: 5px; text-align: left; }
  .final-cta__card { display: grid; }
  .final-cta__card .button { width: 100%; min-height: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 4px; }
  .install-steps li { grid-template-columns: 31px 25px 1fr; }
  .mobile-sticky {
    position: fixed;
    z-index: 80;
    right: 16px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 16px;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(22px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .mobile-sticky.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

@media (max-width: 479px) {
  .container { width: min(100% - 28px, 1280px); }
  .header-download { padding: 0 13px; font-size: 0.8rem; }
  .brand > span:last-child { display: none; }
  .comparison-card { padding: 18px; }
  .constructor-editor, .scenario-preview { padding: 18px; }
  .preview-step { grid-template-columns: 42px 54px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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

/* Legal center */
.footer-grid--legal { grid-template-columns: 1.1fr 0.65fr 1.25fr; }
.footer-owner small { color: var(--inactive); font-size: 0.78rem; line-height: 1.45; }
.footer-legal-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
.footer-legal-links b { grid-column: 1 / -1; }

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: clamp(40px, 6vw, 92px);
}
.legal-article { min-width: 0; max-width: 850px; }
.legal-header { padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-header h1 { max-width: 820px; margin-bottom: 20px; }
.legal-page .legal-intro { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.75; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: var(--inactive); font-size: 0.82rem; }
.legal-article > section { margin-top: 46px; scroll-margin-top: 100px; }
.legal-article section h2 { margin-bottom: 16px; font-size: clamp(1.35rem, 2.7vw, 1.9rem); line-height: 1.2; }
.legal-article section p,
.legal-article section li { color: #bdbdc3; line-height: 1.75; }
.legal-article section p { margin: 0 0 14px; }
.legal-article section ul,
.legal-article section ol { display: grid; gap: 10px; margin: 0; padding-left: 1.3rem; }
.legal-article section li::marker { color: var(--accent); font-weight: 700; }
.legal-note { margin-top: 18px; padding: 18px 20px; border: 1px solid rgba(239,255,0,.18); border-radius: 18px; background: rgba(239,255,0,.04); color: #d8d8dc; line-height: 1.65; }
.legal-sidebar { position: sticky; top: 96px; display: grid; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); }
.legal-sidebar nav { display: grid; gap: 5px; }
.legal-sidebar nav a { padding: 10px 12px; border-radius: 12px; color: var(--muted); font-size: 0.9rem; line-height: 1.35; }
.legal-sidebar nav a:hover { background: rgba(255,255,255,.04); color: var(--text); }
.legal-sidebar nav a[aria-current="page"] { background: rgba(239,255,0,.1); color: var(--accent); }
.legal-support { display: inline-flex; justify-content: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); font-size: 0.88rem; }
.legal-contacts { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); }
.legal-contacts dl { display: grid; gap: 0; margin: 0; }
.legal-contacts dl div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }
.legal-contacts dl div:first-child { border-top: 0; }
.legal-contacts dt { color: var(--inactive); }
.legal-contacts dd { margin: 0; color: var(--text); overflow-wrap: anywhere; }
.legal-contacts a { color: var(--accent); }

/* Compact analytics notice */
.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(680px, calc(100vw - 36px));
  padding: 16px 16px 16px 20px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(20,20,22,.96);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
}
.analytics-consent p { margin: 0; color: #c9c9ce; font-size: 0.9rem; line-height: 1.55; }
.analytics-consent a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent__button { flex: 0 0 auto; min-width: 74px; min-height: 46px; padding-inline: 20px; }

@media (max-width: 900px) {
  .footer-grid--legal { grid-template-columns: 1fr 1fr; }
  .footer-owner { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; order: -1; }
  .legal-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .footer-grid--legal { grid-template-columns: 1fr; }
  .footer-owner { grid-column: auto; }
  .footer-legal-links { grid-template-columns: 1fr; }
  .legal-page { padding-top: 34px; }
  .legal-sidebar nav { grid-template-columns: 1fr; }
  .legal-contacts dl div { grid-template-columns: 1fr; gap: 4px; }
  .analytics-consent { left: 16px; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); flex-direction: column; align-items: stretch; width: auto; }
  .analytics-consent__button { width: 100%; }
}


/* === Budos v2.5.6 premium redesign overrides === */
.desktop-nav { display: none !important; }
.site-header { border-bottom: 1px solid transparent; }
.site-header__inner { justify-content: space-between; }
.site-header__actions { margin-left: auto; }
.site-header--scrolled { background: rgba(5, 5, 5, 0.72); backdrop-filter: blur(22px); border-color: rgba(255,255,255,0.07); }
.hero { min-height: min(980px, 100svh); }
.hero::before {
  position: absolute;
  inset: 10% auto auto 50%;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,255,0,0.08), rgba(239,255,0,0.01) 45%, transparent 70%);
  filter: blur(20px);
  transform: translateX(-5%);
  content: "";
  pointer-events: none;
}
.hero-copy h1 { max-width: 8.6ch; margin-bottom: 1.1rem; text-wrap: balance; }
.hero-description { max-width: 34rem; color: #c3c3ca; }
.hero-disclaimer { max-width: 34rem; margin-top: 18px; color: rgba(245,245,245,0.43); font-size: 0.82rem; }
.hero-actions { margin: 36px 0 24px; }
.hero-actions .button { min-width: 216px; }
.trust-row { gap: 12px; color: #d6d6dc; font-size: 0.88rem; }
.trust-row--single { display: flex; }
.trust-row--single span { padding: 10px 14px; border: 1px solid rgba(239,255,0,0.15); border-radius: 999px; background: rgba(239,255,0,0.05); }
.hero-visual { min-height: 740px; }
.hero-phone { right: 5%; bottom: 2%; animation: heroPhoneFloat 8s ease-in-out infinite; }
.hero-clock { top: 4%; left: 0; }
.floating-step { background: rgba(14, 14, 16, 0.85); backdrop-filter: blur(18px); }
.step-one { top: 20%; left: 8%; }
.step-two { top: 22%; right: 3%; }
.step-three { top: 46%; left: 2%; }
.step-four { top: 50%; right: 2%; }
.analog-clock { background: radial-gradient(circle at 44% 38%, #171717 0%, #080808 58%, #030303 100%); box-shadow: inset 0 0 120px rgba(239,255,0,0.04), 0 0 75px rgba(239,255,0,0.16); }
.n12 { top: 12%; left: 50%; transform: translateX(-50%); }
.n3 { top: 50%; right: 13%; transform: translateY(-50%); }
.n6 { bottom: 11%; left: 50%; transform: translateX(-50%); }
.n9 { top: 50%; left: 13%; transform: translateY(-50%); }
.clock-hand.minute { animation-duration: 60s; }
.why-budos__grid { gap: 20px; }
.why-budos__card { min-height: 100%; border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01)); box-shadow: var(--shadow); }
.why-budos__card p { color: #f1f1f2; }
.why-budos__note,
.why-budos__card p + p {
  color: #c8c8cf !important;
  font-size: 1.06rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  line-height: 1.45 !important;
}
.why-budos__cta { background: linear-gradient(145deg, rgba(239,255,0,0.08), rgba(255,255,255,0.02)); border-color: rgba(239,255,0,0.22); box-shadow: 0 32px 90px rgba(0,0,0,0.4); }
.why-budos__cta p { color: #d7d7dd; }
.security-grid { gap: 16px; }
.security-grid--centered article {
  display: grid;
  min-height: 168px;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 26px 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.012));
  box-shadow: var(--shadow);
}
.security-grid--centered article svg { width: 28px; height: 28px; }
.security-grid--centered article span { max-width: 15ch; }
.section--download-premium { padding-top: clamp(78px, 9vw, 150px); }
.download-hero-copy { max-width: 45rem; margin-bottom: 32px; }
.download-hero-copy p:not(.eyebrow) { color: var(--muted); }
.os-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.os-spotlight {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 560px;
  align-content: space-between;
  padding: 26px;
  border: 1px solid rgba(239,255,0,0.12);
  border-radius: 32px;
  background: radial-gradient(circle at top, rgba(239,255,0,0.08), transparent 28%), linear-gradient(180deg, rgba(18,18,20,0.96), rgba(8,8,9,1));
  box-shadow: 0 34px 120px rgba(0,0,0,0.48);
}
.os-spotlight::after {
  position: absolute;
  inset: auto -30% -35% auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,255,0,0.12), transparent 70%);
  filter: blur(35px);
  content: "";
  pointer-events: none;
}
.os-spotlight__visual {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
}
.os-spotlight__halo {
  position: absolute;
  width: min(70%, 290px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(239,255,0,0.16);
  box-shadow: inset 0 0 40px rgba(239,255,0,0.04), 0 0 60px rgba(239,255,0,0.08);
  animation: osHaloSpin 14s linear infinite;
}
.os-spotlight__coin {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(48vw, 220px);
  max-width: 220px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(160deg, rgba(28,28,31,0.95), rgba(8,8,9,0.98));
  box-shadow: 0 30px 80px rgba(0,0,0,0.45), inset 0 0 20px rgba(255,255,255,0.05);
  transform-style: preserve-3d;
  animation: osCoinFloat 7.5s ease-in-out infinite;
}
.os-spotlight__coin span {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.os-spotlight__coin--android span { color: var(--yellow); }
.os-spotlight__coin--ios span { color: #f5f5f5; }
.os-spotlight__pill {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background: rgba(17,17,19,0.9);
  backdrop-filter: blur(18px);
  color: #f5f5f5;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(0,0,0,0.38);
}
.os-spotlight__pill--one { top: 18%; left: 10%; animation: badgeDrift 8s ease-in-out infinite; }
.os-spotlight__pill--two { right: 9%; bottom: 20%; animation: badgeDrift 8s ease-in-out infinite reverse; }
.os-spotlight__content { position: relative; z-index: 2; }
.os-spotlight__content h3 { margin: 10px 0 12px; font-size: clamp(2rem, 3vw, 2.6rem); }
.os-spotlight__content p:not(.eyebrow) { max-width: 26rem; color: #b8b8bf; }
.os-spotlight__content .button { margin-top: 20px; min-width: 208px; }
.android-download-premium .container { max-width: 1260px; }
.android-download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.android-step-panel { display: grid; gap: 22px; }
.android-step-panel .platform-page__lead { max-width: 42rem; color: #c3c3ca; }
.android-step-panel .install-steps { margin: 8px 0 0; }
.android-step-panel .install-steps li { border-radius: 18px; background: rgba(20,20,22,0.86); box-shadow: 0 18px 40px rgba(0,0,0,0.28); }
.android-step-panel .button { width: 100%; max-width: 440px; }
.android-preview-stack { display: grid; gap: 18px; }
.android-release-summary {
  padding: 28px;
  border: 1px solid rgba(239,255,0,0.14);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(239,255,0,0.06), rgba(17,17,19,0.98) 50%);
  box-shadow: var(--shadow);
}
.android-release-summary h3 { margin: 8px 0 18px; }
.release-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.release-summary-grid article {
  padding: 16px 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10,10,12,0.7);
}
.release-summary-grid span { display: block; color: var(--muted); font-size: 0.82rem; }
.release-summary-grid strong { display: block; margin-top: 6px; font-size: 1rem; line-height: 1.4; word-break: break-word; }
.android-release-summary .release-card__fineprint { margin: 18px 0 0; color: var(--muted); font-size: 0.92rem; }
@keyframes heroPhoneFloat {
  0%, 100% { transform: rotate(2deg) translate3d(0, 0, 0); }
  50% { transform: rotate(0deg) translate3d(0, -12px, 0); }
}
@keyframes osCoinFloat {
  0%, 100% { transform: perspective(1200px) rotateY(-18deg) rotateX(10deg) translateY(0); }
  50% { transform: perspective(1200px) rotateY(18deg) rotateX(-8deg) translateY(-16px); }
}
@keyframes osHaloSpin {
  from { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.04); }
  to { transform: rotate(360deg) scale(1); }
}
@keyframes badgeDrift {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@media (max-width: 1023px) {
  .os-selector,
  .android-download-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: left; }
  .hero-copy h1, .hero-copy p { margin-left: 0; margin-right: 0; }
  .hero-actions, .trust-row { justify-content: flex-start; }
  .security-grid--centered article { min-height: 150px; }
}
@media (max-width: 767px) {
  .hero { min-height: auto; }
  .hero::before { display: none; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-copy p { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .trust-row { justify-items: center; text-align: center; }
  .trust-row--single span { justify-content: center; }
  .hero-visual { min-height: 570px; }
  .os-spotlight { min-height: 490px; padding: 22px; }
  .os-spotlight__visual { min-height: 260px; }
  .os-spotlight__coin { width: min(58vw, 220px); }
  .release-summary-grid { grid-template-columns: 1fr; }
  .android-release-summary { padding: 22px; }
  .android-step-panel .button { max-width: none; }
}
@media (max-width: 479px) {
  .hero-phone { right: auto; }
  .trust-row--single span { width: 100%; justify-content: center; }
  .os-spotlight__pill--one { left: 4%; }
  .os-spotlight__pill--two { right: 4%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-phone,
  .os-spotlight__halo,
  .os-spotlight__coin,
  .os-spotlight__pill,
  .analog-clock { animation: none !important; }
}

/* v257 premium refresh */
.hero-actions { margin-bottom: 0; }
.hero-copy h1 { max-width: 8.2ch; }
.hero-visual { min-height: 720px; }
.n12 { top: 10.8%; }
.n3 { right: 10.2%; }
.n6 { bottom: 9.2%; }
.n9 { left: 10.2%; }
.clock-hand.minute { animation-duration: 40s; }

.section--download-premium { padding-top: clamp(72px, 7vw, 126px); }
.download-hero-copy { max-width: 48rem; margin-bottom: 38px; }
.os-selector--totems { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.os-spotlight {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 565px;
  align-content: space-between;
  padding: 28px;
  border: 1px solid rgba(239,255,0,0.14);
  border-radius: 34px;
  background: radial-gradient(circle at 50% 0%, rgba(239,255,0,0.1), transparent 34%), linear-gradient(180deg, rgba(16,16,18,0.98), rgba(7,7,8,1));
  box-shadow: 0 34px 120px rgba(0,0,0,0.5);
}
.os-spotlight::before,
.os-spotlight::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.os-spotlight::before {
  inset: 0;
  background: linear-gradient(130deg, rgba(255,255,255,0.08), transparent 30%, transparent 70%, rgba(239,255,0,0.04));
  opacity: .65;
}
.os-spotlight::after {
  right: -15%;
  bottom: -18%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,255,0,0.18), transparent 66%);
  filter: blur(42px);
}
.os-spotlight__visual { position: relative; display: grid; min-height: 340px; place-items: center; }
.os-spotlight__halo {
  position: absolute;
  width: min(68%, 290px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(239,255,0,0.18);
  box-shadow: inset 0 0 46px rgba(239,255,0,0.04), 0 0 70px rgba(239,255,0,0.08);
  animation: osHaloSpin 12s linear infinite;
}
.os-spotlight__orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 999px;
  transform-origin: center;
}
.os-spotlight__orbit--one {
  width: min(72%, 312px);
  height: min(50%, 198px);
  transform: translate(-50%, -50%) rotate(12deg);
  animation: orbitPulse 7s ease-in-out infinite;
}
.os-spotlight__orbit--two {
  width: min(58%, 248px);
  height: min(78%, 248px);
  transform: translate(-50%, -50%) rotate(-20deg);
  animation: orbitPulse 7s ease-in-out infinite reverse;
}
.os-emblem {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(48vw, 236px);
  max-width: 236px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(160deg, rgba(30,30,34,0.96), rgba(8,8,10,0.98));
  box-shadow: 0 36px 90px rgba(0,0,0,0.46), inset 0 1px 0 rgba(255,255,255,0.05), inset 0 -20px 32px rgba(0,0,0,0.32);
  transform-style: preserve-3d;
  animation: osTotemSpin 5.8s linear infinite, osTotemFloat 7s ease-in-out infinite;
}
.os-emblem::before {
  position: absolute;
  inset: 10px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 42%, rgba(239,255,0,0.05));
  content: "";
  transform: translateZ(18px);
}
.os-emblem--android { box-shadow: 0 36px 90px rgba(0,0,0,0.46), 0 0 65px rgba(61,220,132,0.16), inset 0 1px 0 rgba(255,255,255,0.05), inset 0 -20px 32px rgba(0,0,0,0.32); }
.os-emblem--ios { box-shadow: 0 36px 90px rgba(0,0,0,0.46), 0 0 65px rgba(255,255,255,0.12), inset 0 1px 0 rgba(255,255,255,0.05), inset 0 -20px 32px rgba(0,0,0,0.32); }
.os-emblem__logo {
  position: relative;
  z-index: 2;
  width: 65%;
  height: 65%;
  transform: translateZ(36px);
  filter: drop-shadow(0 10px 28px rgba(0,0,0,0.35));
}
.os-emblem--android { color: #3ddc84; }
.os-emblem--ios { color: #f5f5f5; }
.os-spotlight__pill { z-index: 3; }
.os-spotlight__pill--one { top: 16%; left: 8%; }
.os-spotlight__pill--two { right: 7%; bottom: 18%; }
.os-spotlight__content { position: relative; z-index: 2; }
.os-spotlight__content h3 { margin: 10px 0 12px; font-size: clamp(2.1rem, 3vw, 2.7rem); }
.os-spotlight__content p:not(.eyebrow) { max-width: 28rem; color: #b8b8bf; }
.os-spotlight__content .button { margin-top: 20px; min-width: 208px; }

.android-download-stage { padding-top: clamp(34px, 4vw, 70px); padding-bottom: clamp(34px, 4vw, 60px); }
.android-download-stage .container { max-width: 1280px; }
.android-download-stage__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.86fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
}
.android-download-stage__copy { display: grid; gap: 18px; }
.android-download-stage__copy h1 {
  margin: 0;
  max-width: 6.4ch;
  font-size: clamp(3.4rem, 5.2vw, 5.5rem);
  line-height: .92;
  letter-spacing: -0.05em;
}
.android-download-stage__copy .platform-page__lead { max-width: 36rem; margin: 0; color: #c3c3ca; font-size: 1.03rem; }
.android-download-stage__copy .install-steps { gap: 14px; margin: 2px 0 0; }
.android-download-stage__copy .install-steps li {
  min-height: 74px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(20,20,22,0.88);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}
.android-download-stage__copy .install-steps span:last-child { font-size: .98rem; line-height: 1.45; }
.android-download-stage__copy .button { width: 100%; max-width: 460px; }
.android-download-stage__stack { display: grid; gap: 16px; align-items: start; }
.android-download-stage__stack .android-settings-preview {
  min-height: auto;
  padding: 24px 22px 24px;
  border-radius: 28px;
}
.android-download-stage__stack .android-settings-preview h2 {
  max-width: 9ch;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 3.3vw, 3.25rem);
  line-height: .95;
}
.android-download-stage__stack .android-settings-preview__toggle-row { margin-bottom: 16px; }
.android-release-summary--compact { padding: 22px; border-radius: 28px; }
.android-release-summary--compact h3 { margin: 8px 0 16px; }
.release-summary-grid--compact { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.release-summary-grid--compact article { padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(10,10,12,0.72); }
.release-summary-grid--compact span { display: block; color: var(--muted); font-size: .8rem; }
.release-summary-grid--compact strong { display: block; margin-top: 6px; line-height: 1.45; font-size: .98rem; word-break: break-word; }
.android-release-summary__fineprint { margin: 14px 0 0; color: var(--muted); font-size: .92rem; }
.download-page-premium .download-hero-copy { max-width: 42rem; }

@keyframes osTotemSpin {
  from { transform: perspective(1400px) rotateX(10deg) rotateY(0deg); }
  to { transform: perspective(1400px) rotateX(10deg) rotateY(360deg); }
}
@keyframes osTotemFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}
@keyframes orbitPulse {
  0%, 100% { opacity: .42; }
  50% { opacity: .85; }
}

@media (max-width: 1180px) {
  .os-selector--totems,
  .android-download-stage__layout { grid-template-columns: 1fr; }
  .android-download-stage__copy h1,
  .android-download-stage__copy .platform-page__lead { max-width: none; }
  .android-download-stage__stack { max-width: 520px; }
}
@media (max-width: 767px) {
  .hero-visual { min-height: 570px; }
  .os-spotlight { min-height: 520px; padding: 22px; }
  .os-spotlight__visual { min-height: 272px; }
  .os-emblem { width: min(58vw, 220px); }
  .android-download-stage__copy h1 { font-size: clamp(3.05rem, 13vw, 4.5rem); }
  .android-download-stage__copy .button { max-width: none; }
  .android-download-stage__stack .android-settings-preview h2 { font-size: clamp(2rem, 11vw, 2.8rem); }
}
@media (max-width: 479px) {
  .os-spotlight__pill--one { left: 5%; }
  .os-spotlight__pill--two { right: 5%; }
  .release-summary-grid--compact { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .os-spotlight__orbit,
  .os-emblem { animation: none !important; }
}

/* v259 premium refinement */
.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(34px, 4.5vw, 74px);
}
.hero-copy {
  max-width: 46rem;
}
.hero-copy h1 {
  max-width: 10.4ch;
}
.hero-description {
  max-width: 62ch;
}
.n9 {
  left: 11.6%;
  top: 50.2%;
  transform: translateY(-50%);
}

.why-budos__note {
  margin-top: 1.35rem;
  color: #f5f5f7;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  font-weight: 750;
  line-height: 1.48;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.section--download-premium {
  padding-top: clamp(76px, 8vw, 126px);
}
.section--download-premium .download-hero-copy {
  margin-bottom: clamp(26px, 4vw, 42px);
}
.section--download-premium .download-hero-copy h2,
.download-page-premium .download-hero-copy h1 {
  max-width: 10.5ch;
  margin: 0;
}
.os-selector--totems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 54px);
  align-items: start;
}
.os-spotlight--bare {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  align-content: start;
  justify-items: center;
}
.os-spotlight--bare::before,
.os-spotlight--bare::after,
.os-spotlight__halo,
.os-spotlight__orbit,
.os-spotlight__pill {
  display: none !important;
}
.os-spotlight__visual--bare {
  display: grid;
  width: 100%;
  min-height: clamp(280px, 28vw, 390px);
  place-items: center;
}
.os-object {
  position: relative;
  display: grid;
  width: min(30vw, 330px);
  height: min(30vw, 330px);
  place-items: center;
  transform-style: preserve-3d;
  will-change: transform;
  animation: osObjectSpin 4.6s linear infinite, osObjectFloat 6s ease-in-out infinite;
}
.os-object::before,
.os-object::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.os-object::before {
  inset: auto 14% 2%;
  height: 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  filter: blur(16px);
  transform: translateZ(-40px) rotateX(88deg);
}
.os-object::after {
  inset: 18% 18%;
  border-radius: 50%;
  filter: blur(32px);
  opacity: .4;
  transform: translateZ(-48px);
}
.os-object--android {
  color: #38de84;
}
.os-object--android::after {
  background: radial-gradient(circle, rgba(56, 222, 132, 0.32), transparent 66%);
}
.os-object--ios {
  color: #f7f7fb;
}
.os-object--ios::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 66%);
}
.os-object .os-emblem__logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}
.os-object--android .os-emblem__logo {
  width: 92%;
  height: 92%;
}
.os-object--ios .os-emblem__logo {
  width: 70%;
  height: 70%;
}
.os-spotlight__content--bare {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}
.os-spotlight__content--bare .eyebrow,
.os-spotlight__content--bare p {
  display: none;
}
.os-spotlight__content--bare h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.04;
}
.os-spotlight__button {
  min-width: clamp(220px, 18vw, 260px);
  justify-content: center;
  text-align: center;
}

@keyframes osObjectSpin {
  from {
    transform: perspective(1300px) rotateX(11deg) rotateY(0deg);
  }
  to {
    transform: perspective(1300px) rotateX(11deg) rotateY(360deg);
  }
}
@keyframes osObjectFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.94fr);
    gap: clamp(28px, 4vw, 52px);
  }
  .os-selector--totems {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .os-spotlight__visual--bare {
    min-height: 300px;
  }
  .os-object {
    width: min(50vw, 310px);
    height: min(50vw, 310px);
  }
}

@media (max-width: 767px) {
  .hero-copy {
    max-width: none;
  }
  .hero-copy h1 {
    max-width: 8.3ch;
  }
  .n9 {
    left: 10.8%;
  }
  .section--download-premium .download-hero-copy h2,
  .download-page-premium .download-hero-copy h1 {
    max-width: 8.6ch;
  }
  .os-spotlight__visual--bare {
    min-height: 250px;
  }
  .os-object {
    width: min(62vw, 242px);
    height: min(62vw, 242px);
  }
  .os-spotlight__content--bare h3 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }
  .os-spotlight__button {
    width: 100%;
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .os-object {
    animation: none !important;
  }
}


/* v260 mobile-density and OS polish */
.why-budos__note {
  color: #ffffff !important;
  font-weight: 820 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.018em !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.06);
}

.os-object {
  width: min(34vw, 392px);
  height: min(34vw, 392px);
  animation: osObjectBob 3.8s ease-in-out infinite;
}
.os-object::before {
  inset: auto 16% 4%;
  height: 24px;
  background: rgba(0, 0, 0, 0.66);
  filter: blur(18px);
  transform: none;
}
.os-object::after {
  inset: 17% 17%;
  opacity: 0.48;
  filter: blur(36px);
  transform: none;
}
.os-object--android::after {
  background: radial-gradient(circle, rgba(84, 255, 111, 0.34), transparent 64%);
}
.os-object--ios::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 64%);
}
.os-object .os-emblem__logo {
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.34));
}
.os-object--android .os-emblem__logo {
  width: 100%;
  height: 100%;
}
.os-object--ios .os-emblem__logo {
  width: 76%;
  height: 76%;
}
.os-spotlight__visual--bare {
  min-height: clamp(320px, 30vw, 430px);
}

@keyframes osObjectBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@media (max-width: 767px) {
  .security-grid.security-grid--centered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .security-grid--centered article {
    min-height: 136px;
    padding: 18px 12px;
    gap: 10px;
    border-radius: 18px;
  }
  .security-grid--centered article span {
    max-width: 11ch;
    font-size: 0.92rem;
    line-height: 1.35;
  }
  .os-object {
    width: min(68vw, 300px);
    height: min(68vw, 300px);
  }
  .os-spotlight__visual--bare {
    min-height: 260px;
  }
}

@media (max-width: 420px) {
  .security-grid.security-grid--centered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .security-grid--centered article {
    min-height: 128px;
    padding: 16px 10px;
  }
  .security-grid--centered article svg {
    width: 24px;
    height: 24px;
  }
  .security-grid--centered article span {
    font-size: 0.88rem;
  }
  .os-object {
    width: min(72vw, 260px);
    height: min(72vw, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .os-object {
    animation: none !important;
  }
}

/* v261 SEO journal and readability polish */
.desktop-nav--compact {
  display: flex !important;
  margin-left: auto;
  margin-right: 24px;
}
.desktop-nav--compact a {
  color: #c6c6cd;
  font-weight: 700;
}
.desktop-nav--compact a:hover {
  color: var(--yellow);
}

.why-budos__note {
  display: inline;
  color: #ffffff !important;
  font-weight: 820 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.018em !important;
  text-decoration-line: underline;
  text-decoration-color: rgba(239, 255, 0, 0.82);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  text-decoration-skip-ink: auto;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.security-grid--centered article {
  align-content: center;
  place-items: center;
}
.security-grid--centered article span {
  display: grid;
  min-height: 2.8em;
  place-items: center;
  margin: 0;
  text-align: center;
  text-wrap: balance;
}

.footer-grid--expanded {
  grid-template-columns: minmax(180px, 0.9fr) minmax(150px, 0.75fr) minmax(230px, 1.15fr) minmax(260px, 1.35fr);
}
.footer-articles-links a {
  max-width: 28ch;
}

.articles-hero {
  padding-bottom: clamp(42px, 5vw, 72px);
}
.articles-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
}
.articles-hero h1 {
  max-width: 12ch;
  margin-bottom: 0;
}
.articles-hero__lead {
  max-width: 34rem;
  margin: 0 0 8px;
  color: #bcbcc3;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}
.articles-feed {
  padding-top: 0;
}
.article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(21, 21, 24, 0.96), rgba(10, 10, 11, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}
.article-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  margin-bottom: 24px;
}
.article-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  background: #080808;
}
.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(.22, .61, .36, 1), filter 0.55s ease;
}
.article-card:hover .article-card__image img {
  transform: scale(1.035);
  filter: saturate(1.08);
}
.article-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}
.article-card__meta,
.article-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}
.article-card__meta span:first-child {
  color: var(--yellow);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-card h2 {
  margin: 14px 0 14px;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}
.article-card p {
  color: #b8b8bf;
}
.article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 12px;
  color: var(--yellow);
  font-weight: 800;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.article-index-cta {
  padding-top: 36px;
}
.article-index-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(239, 255, 0, 0.2);
  border-radius: 30px;
  background: radial-gradient(circle at 85% 10%, rgba(239, 255, 0, 0.11), transparent 34%), #101011;
}
.article-index-cta__inner h2 {
  max-width: 15ch;
  margin-bottom: 0;
}

.article-page__header {
  padding-bottom: clamp(44px, 6vw, 78px);
}
.article-page__header-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.9rem;
}
.breadcrumbs a:hover {
  color: var(--yellow);
}
.article-page__header h1 {
  max-width: 11ch;
  margin: 12px 0 22px;
}
.article-page__intro {
  max-width: 42rem;
  color: #c7c7ce;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}
.article-page__cover {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.5);
}
.article-page__cover img {
  width: 100%;
  height: auto;
}
.article-page__layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  padding-bottom: clamp(80px, 10vw, 150px);
}
.article-page__toc {
  position: sticky;
  top: 110px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(14, 14, 16, 0.86);
  backdrop-filter: blur(16px);
}
.article-page__toc nav {
  display: grid;
  gap: 11px;
  margin-top: 15px;
}
.article-page__toc a {
  color: #9d9da5;
  font-size: 0.88rem;
  line-height: 1.4;
}
.article-page__toc a:hover {
  color: var(--yellow);
}
.article-page__content {
  min-width: 0;
}
.article-page__content > section {
  padding: 0 0 clamp(44px, 6vw, 76px);
}
.article-page__content h2 {
  max-width: 16ch;
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.45rem);
}
.article-page__content p,
.article-page__content li {
  color: #c3c3ca;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}
.article-page__content ul {
  display: grid;
  gap: 10px;
  padding-left: 1.3rem;
}
.article-page__content li::marker {
  color: var(--yellow);
}
.article-section-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.article-takeaway {
  margin: 10px 0 clamp(50px, 7vw, 88px);
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(239, 255, 0, 0.28);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(239, 255, 0, 0.08), rgba(15, 15, 17, 0.98));
}
.article-takeaway p:last-child {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 750;
  line-height: 1.48;
}
.article-product-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 4vw, 44px) !important;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #111113;
}
.article-product-callout h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}
.article-product-callout p {
  max-width: 42rem;
  margin-bottom: 0;
}
.article-sources {
  padding-top: clamp(44px, 6vw, 70px) !important;
  border-top: 1px solid var(--line);
}
.article-sources h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.article-sources a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-sources p:last-child {
  margin-top: 24px;
  color: #8f8f98;
  font-size: 0.9rem;
}

@media (max-width: 1100px) {
  .footer-grid--expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-page__header-grid,
  .article-card--featured {
    grid-template-columns: 1fr;
  }
  .article-page__cover {
    max-width: 760px;
  }
  .article-page__layout {
    grid-template-columns: 1fr;
  }
  .article-page__toc {
    position: static;
  }
}

@media (max-width: 767px) {
  .desktop-nav--compact {
    display: none !important;
  }
  .security-grid--centered article {
    display: grid;
    grid-template-rows: auto minmax(3.1em, auto);
    min-height: 142px;
    align-content: center;
    justify-content: center;
    place-items: center;
    text-align: center;
  }
  .security-grid--centered article span {
    min-height: 3.1em;
    align-content: center;
    justify-content: center;
    line-height: 1.28;
  }
  .footer-grid--expanded,
  .articles-grid,
  .articles-hero__grid {
    grid-template-columns: 1fr;
  }
  .article-card--featured {
    display: block;
  }
  .article-index-cta__inner,
  .article-product-callout {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-index-cta__inner .button,
  .article-product-callout .button {
    width: 100%;
  }
  .article-page__header-grid {
    gap: 28px;
  }
  .article-page__header h1 {
    max-width: 9.8ch;
  }
  .article-page__cover {
    border-radius: 24px;
  }
  .article-page__toc {
    padding: 18px;
  }
}

/* v261 final specificity fix */
.why-budos__card p.why-budos__note {
  position: relative;
  display: inline;
  color: #ffffff !important;
  font-weight: 850 !important;
  line-height: 1.52 !important;
  letter-spacing: -0.018em !important;
  background-image: linear-gradient(90deg, rgba(239, 255, 0, 0.94), rgba(170, 255, 0, 0.68));
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 0.02em);
  background-size: 100% 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 0.16em;
}

/* v262 media showcase, hero rebalance and viewport videos */
.hero {
  min-height: min(980px, 100svh);
  padding-bottom: clamp(88px, 9vw, 132px);
  background: linear-gradient(180deg, #050505 0%, #050505 74%, rgba(239, 255, 0, 0.05) 100%);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: clamp(34px, 5vw, 80px);
  justify-items: center;
}
.hero-copy {
  width: 100%;
  max-width: 46rem;
}
.hero-copy h1 {
  max-width: 11.8ch !important;
  text-wrap: balance;
}
.hero-description,
.hero-disclaimer {
  max-width: 38rem;
}
.hero-visual {
  width: 100%;
  max-width: 640px;
  min-height: 760px;
  margin-inline: auto;
}
.hero-phone {
  left: 3%;
  right: auto;
  bottom: 1%;
  transform: none;
}
.hero-clock {
  top: 3%;
  left: 42%;
}
.step-one { top: 14%; left: 0; }
.step-two { top: 18%; right: 0; }
.step-three { top: 47%; left: -1%; }
.step-four { top: 56%; right: 2%; }

.why-budos {
  margin-top: -1px;
  background: linear-gradient(180deg, rgba(239, 255, 0, 0.08) 0%, rgba(8, 8, 9, 0.98) 18%, #050505 100%);
}
.section-heading h2,
.section--download-premium .download-hero-copy h2,
.download-page-premium .download-hero-copy h1 {
  max-width: none !important;
  text-wrap: balance;
}

.section--modes {
  background: radial-gradient(circle at 18% 4%, rgba(239, 255, 0, 0.05), transparent 26%), #050505;
}
.mode-showcase-list {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}
.mode-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(239, 255, 0, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(239, 255, 0, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(15, 15, 17, 0.98), rgba(7, 7, 8, 1));
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
}
.mode-showcase--reverse > :first-child {
  order: 2;
}
.mode-showcase--reverse > :last-child {
  order: 1;
}
.mode-showcase__media,
.mode-showcase__media--stack {
  display: grid;
  gap: 18px;
}
.mode-showcase__frame,
.mode-showcase__video-card,
.mode-callout {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(22, 22, 24, 0.98), rgba(10, 10, 11, 1));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}
.mode-showcase__frame {
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 18px);
}
.mode-showcase__frame img {
  width: min(100%, 385px);
  height: auto;
  border-radius: 24px;
}
.mode-showcase__frame--compact img {
  width: min(100%, 340px);
}
.mode-showcase__video-card {
  padding: 10px;
}
.mode-showcase__content h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 2.9rem);
}
.mode-showcase__content > p {
  margin: 0;
  color: #d5d5dc;
  font-size: clamp(1rem, 1.15vw, 1.13rem);
}
.mode-callouts {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.mode-callout {
  padding: 18px 20px;
}
.mode-callout b {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.05rem;
}
.mode-callout p {
  margin-bottom: 0;
  color: #cdced5;
}
.mode-callout__answer {
  color: #ffffff !important;
  font-weight: 780;
  text-decoration-line: underline;
  text-decoration-color: rgba(239, 255, 0, 0.82);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.mode-callout--video {
  padding: 16px;
}
.mode-showcase__video {
  display: block;
  width: 100%;
  background: #000;
  border: 0;
  border-radius: 20px;
}
.mode-showcase__video[data-playback-state="paused"] {
  filter: saturate(0.9) contrast(1.02);
}
.mode-showcase__video[data-playback-state="playing"] {
  box-shadow: 0 0 0 1px rgba(239, 255, 0, 0.18), 0 24px 60px rgba(0, 0, 0, 0.36);
}

.security-grid--centered article {
  grid-template-rows: auto minmax(3.25em, auto);
}
.security-grid--centered article span {
  display: flex;
  width: 100%;
  min-height: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }
  .hero-phone {
    left: 2%;
  }
  .hero-clock {
    left: 36%;
  }
  .mode-showcase {
    grid-template-columns: 1fr;
  }
  .mode-showcase--reverse > :first-child,
  .mode-showcase--reverse > :last-child {
    order: initial;
  }
}

@media (max-width: 767px) {
  .hero {
    background: linear-gradient(180deg, #050505 0%, #050505 82%, rgba(239, 255, 0, 0.04) 100%);
  }
  .hero-copy h1 {
    max-width: 9.5ch !important;
  }
  .hero-visual {
    min-height: 590px;
  }
  .hero-phone {
    left: auto;
  }
  .hero-clock {
    left: auto;
  }
  .mode-showcase {
    padding: 18px;
    border-radius: 26px;
  }
  .mode-showcase__frame,
  .mode-showcase__video-card,
  .mode-callout {
    border-radius: 22px;
  }
  .mode-showcase__frame img,
  .mode-showcase__frame--compact img {
    width: min(100%, 360px);
  }
  .security-grid--centered article {
    min-height: 144px;
    grid-template-rows: auto minmax(3.4em, auto);
  }
  .security-grid--centered article span {
    font-size: 0.93rem;
    line-height: 1.3;
  }
}

/* v263 compact modes + refreshed android mascot + richer desktop nav */
.desktop-nav--compact {
  gap: clamp(16px, 1.8vw, 34px);
  justify-content: center;
  flex-wrap: wrap;
}
.desktop-nav--compact a {
  font-size: 0.98rem;
}

.section--modes .section-heading {
  margin-bottom: clamp(22px, 3vw, 32px);
}
.mode-showcase-list {
  gap: clamp(16px, 2vw, 22px);
}
.mode-showcase {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  padding: clamp(18px, 2vw, 24px);
  align-items: start;
  border-radius: 28px;
}
.mode-showcase__media--stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.mode-showcase__media > .mode-showcase__frame:only-child,
.mode-showcase__media > .mode-showcase__video-card:only-child,
.mode-showcase__media--stack > .mode-showcase__frame:only-child,
.mode-showcase__media--stack > .mode-showcase__video-card:only-child {
  grid-column: 1 / -1;
}
.mode-showcase__frame,
.mode-showcase__video-card,
.mode-callout {
  border-radius: 22px;
}
.mode-showcase__frame {
  padding: 10px;
}
.mode-showcase__frame img {
  width: 100%;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
}
.mode-showcase__frame--compact img {
  max-height: 300px;
}
.mode-showcase__video {
  max-height: 360px;
  min-height: 220px;
  object-fit: cover;
}
.mode-showcase__content h3 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2.2vw, 2.3rem);
}
.mode-showcase__content > p {
  font-size: 1rem;
  line-height: 1.58;
}
.mode-callouts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.mode-callout {
  padding: 15px 16px;
}
.mode-callout b {
  margin-bottom: 8px;
}
.mode-callout p {
  line-height: 1.5;
}
.mode-callout--video {
  grid-column: 1 / -1;
}

.os-object__image {
  display: block;
  width: min(100%, 250px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.36)) drop-shadow(0 0 24px rgba(184, 255, 55, 0.18));
}
.os-object__image--android {
  width: min(100%, 270px);
}
.os-object--android {
  width: clamp(220px, 25vw, 300px);
  height: clamp(260px, 30vw, 350px);
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.os-object--android::before,
.os-object--android::after {
  display: none;
}
.os-object--ios {
  transform: translateY(10px);
}

@media (max-width: 1180px) {
  .mode-showcase {
    grid-template-columns: 1fr;
  }
  .mode-showcase__media--stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .desktop-nav--compact a {
    font-size: 0.92rem;
  }
  .mode-showcase {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
  .mode-showcase__media--stack,
  .mode-callouts {
    grid-template-columns: 1fr;
  }
  .mode-showcase__frame img,
  .mode-showcase__frame--compact img,
  .mode-showcase__video {
    max-height: none;
  }
  .os-object__image--android {
    width: min(100%, 220px);
  }
}

/* v264 responsive Drive artwork + embedded meme video */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.section--modes {
  padding-top: clamp(56px, 6vw, 96px);
  padding-bottom: clamp(72px, 8vw, 126px);
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 255, 0, 0.055), transparent 34%),
    #050505;
}
.mode-gallery {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  max-width: 1380px;
}
.mode-gallery__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 255, 0, 0.14);
  border-radius: clamp(22px, 2.6vw, 36px);
  background: #050505;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  isolation: isolate;
}
.mode-gallery__panel::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
  content: "";
  pointer-events: none;
}
.mode-gallery__panel--intro {
  border-color: rgba(239, 255, 0, 0.2);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.5),
    0 0 70px rgba(239, 255, 0, 0.035);
}
.mode-gallery__panel picture,
.mode-gallery__panel img {
  display: block;
  width: 100%;
}
.mode-gallery__panel > picture,
.mode-gallery__panel--video {
  padding-top: clamp(38px, 4.6vw, 68px);
  background:
    radial-gradient(circle at 50% 100%, rgba(239, 255, 0, 0.025), transparent 42%),
    #020202;
}
.mode-gallery__panel img {
  height: auto;
  image-rendering: auto;
}

.mode-video-stage {
  --video-top: 25.08%;
  --video-left: 49.64%;
  --video-width: 44.5%;
  --video-height: 47.8%;
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  background: #020202;
}
.mode-video-stage__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mode-video-stage__overlay img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.mode-video-stage__video {
  position: absolute;
  top: var(--video-top);
  left: var(--video-left);
  z-index: 1;
  width: var(--video-width);
  height: var(--video-height);
  border: 0;
  border-radius: 22px;
  background: #000;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(239, 255, 0, 0.12);
}
.mode-video-stage__video[data-playback-state="playing"] {
  filter: saturate(1.06) contrast(1.03);
}
.mode-video-stage__action {
  position: absolute;
  top: calc(var(--video-top) + var(--video-height) - 12px);
  left: calc(var(--video-left) + var(--video-width) - 12px);
  z-index: 4;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(239, 255, 0, 0.42);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.86);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.42), 0 0 24px rgba(239, 255, 0, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  transform: translate(-100%, -100%);
  backdrop-filter: blur(14px);
  touch-action: manipulation;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.mode-video-stage__action:hover {
  border-color: rgba(239, 255, 0, 0.74);
  background: rgba(12, 12, 12, 0.94);
  transform: translate(-100%, calc(-100% - 2px));
}
.mode-video-stage__action:focus-visible {
  outline: 3px solid rgba(239, 255, 0, 0.72);
  outline-offset: 3px;
}
.mode-video-stage__action[hidden] {
  display: none !important;
}
.mode-video-stage__action svg {
  flex: 0 0 auto;
  color: var(--yellow);
}

.os-object__image--android {
  width: min(100%, 245px) !important;
  max-height: 330px;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 28px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 22px rgba(173, 255, 47, 0.16));
}
.os-object--android {
  width: clamp(220px, 24vw, 300px) !important;
  height: clamp(280px, 29vw, 360px) !important;
}

@media (min-width: 1024px) {
  .os-object__image--android {
    width: min(100%, 320px) !important;
    max-height: 430px;
  }
  .os-object--android {
    width: clamp(286px, 31vw, 390px) !important;
    height: clamp(364px, 37.7vw, 468px) !important;
  }
  .os-spotlight--android .os-spotlight__visual--bare {
    min-height: clamp(390px, 37vw, 500px);
  }
}

@media (max-width: 767px) {
  .section--modes {
    padding-top: 42px;
    padding-bottom: 82px;
  }
  .mode-gallery {
    gap: 22px;
  }
  .mode-gallery__panel > picture,
  .mode-gallery__panel--video {
    padding-top: clamp(44px, 11vw, 72px);
  }
  .mode-gallery__panel {
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
  }
  .mode-video-stage {
    --video-top: 69.12%;
    --video-left: 8.05%;
    --video-width: 84.2%;
    --video-height: 27.9%;
    aspect-ratio: 923 / 1705;
  }
  .mode-video-stage__video {
    border-radius: 17px;
  }
  .mode-video-stage__action {
    top: calc(var(--video-top) + var(--video-height) - 8px);
    left: calc(var(--video-left) + var(--video-width) - 8px);
    min-height: 38px;
    gap: 7px;
    padding: 0 12px;
    font-size: 0.72rem;
  }
  .os-object__image--android {
    width: min(100%, 210px) !important;
    max-height: 290px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .os-object--android {
    animation: none !important;
  }
}

/* v265 hero alignment, app-like phone preview and wider mode artwork */
.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
  align-items: center;
}
.hero-visual {
  max-width: 760px;
  min-height: 780px;
}
.hero-clock {
  top: 8%;
  left: 0 !important;
}
.hero-phone {
  left: auto !important;
  right: 0 !important;
  bottom: 1% !important;
  animation: heroPhoneFloatV265 6.6s ease-in-out infinite;
}
.step-one { top: 17%; left: 6%; }
.step-two { top: 18%; right: 2%; }
.step-three { top: 50%; left: 0; }
.step-four { top: 52%; right: 0; }
.floating-step {
  border-color: rgba(239, 255, 0, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}
.floating-step span {
  max-width: 12ch;
  line-height: 1.2;
}

.phone {
  width: 326px;
  height: 676px;
  padding: 10px;
  border-radius: 50px;
  background: linear-gradient(135deg, #56565d, #111114 16%, #020202 78%, #6c6c71);
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.64);
}
.phone::before {
  inset: 1px;
  border-radius: 49px;
}
.phone__screen {
  position: relative;
  padding: 22px 18px 18px;
  border-radius: 41px;
  background: linear-gradient(180deg, #070708 0%, #010101 100%);
}
.phone__top {
  margin: 0 2px 30px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.74rem;
  font-weight: 800;
}
.phone__header {
  margin: 0 6px 18px;
}
.phone__heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f5f5f5;
  font-size: 1.05rem;
}
.phone__heading svg {
  color: rgba(255, 255, 255, 0.92);
}
.phone__heading b {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}
.phone__alarm {
  padding: 18px 18px 17px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(24, 24, 27, 0.98), rgba(11, 11, 13, 1));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.phone__alarm small {
  color: rgba(239, 255, 0, 0.9);
  font-size: 0.76rem;
  font-weight: 700;
}
.phone__alarm strong {
  margin: 8px 0 6px;
  color: #f6f64a;
  font-size: 2.75rem;
  letter-spacing: -0.04em;
}
.phone__alarm p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}
.phone-switch {
  width: 42px;
  height: 24px;
  margin-top: 4px;
  background: #efff00;
  box-shadow: 0 0 16px rgba(239, 255, 0, 0.22);
}
.phone-switch::after {
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  background: #1a1a1a;
}
.phone__helper {
  margin: 16px 4px 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}
.phone-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.phone-mode-grid span {
  display: grid;
  min-height: 88px;
  align-content: space-between;
  gap: 8px;
  padding: 14px 12px;
  border: 1px solid rgba(239, 255, 0, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 22, 24, 0.95), rgba(10, 10, 11, 1));
  color: #f5f5f5;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.phone-mode-grid svg {
  color: #efff00;
}
.phone__fab {
  position: absolute;
  right: 18px;
  bottom: 104px;
  z-index: 3;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 0;
  border-radius: 20px;
  background: #efff00;
  color: #050505;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}
.phone__nav {
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 14px 12px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(7, 7, 8, 0.94), rgba(4, 4, 5, 0.98));
}
.phone__nav span {
  gap: 5px;
  padding: 6px 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
  font-weight: 700;
}
.phone__nav span svg {
  color: currentColor;
}
.phone__nav span.is-active {
  color: #f5f5f5;
}
.phone__nav span.is-active svg {
  color: #c9c6df;
}

.section--modes .container {
  width: min(100% - 16px, 1440px);
}
.mode-gallery {
  max-width: 1440px;
  margin-inline: auto;
}
.mode-gallery__panel picture {
  overflow: hidden;
}
.mode-gallery__panel:not(.mode-gallery__panel--video) img {
  transform: none;
  transform-origin: center;
}
.mode-gallery__panel--intro img {
  transform: none;
}
.mode-gallery__panel img {
  transition: transform 0.3s ease;
}

@keyframes heroPhoneFloatV265 {
  0%, 100% { transform: rotate(5deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-3deg) translate3d(0, -18px, 0); }
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    max-width: 700px;
    min-height: 720px;
  }
  .hero-clock {
    left: 4% !important;
  }
  .hero-phone {
    right: 6% !important;
  }
}

@media (max-width: 767px) {
  .section--modes .container {
    width: min(100% - 8px, 1440px);
  }
  .hero-visual {
    min-height: 620px;
    max-width: 560px;
  }
  .hero-phone {
    right: auto !important;
    left: auto !important;
  }
  .phone {
    width: min(84vw, 332px);
    height: auto;
    aspect-ratio: 326 / 676;
  }
  .phone__top {
    margin-bottom: 26px;
  }
  .phone__alarm strong {
    font-size: 2.45rem;
  }
  .phone-mode-grid span {
    min-height: 80px;
  }
  .phone__fab {
    right: 16px;
    bottom: 98px;
    width: 52px;
    height: 52px;
  }
  .mode-gallery__panel:not(.mode-gallery__panel--video) img {
    transform: none;
  }
  .mode-gallery__panel--intro img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone {
    animation: none !important;
  }
}

/* v265 retained overlay safeguards */
.download-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 170;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 4, 5, 0.72);
  backdrop-filter: blur(16px);
}
.download-modal-backdrop[hidden],
.waitlist-step[hidden] {
  display: none !important;
}
.mobile-menu {
  max-height: calc(100dvh - 24px);
}
@media (max-width: 767px) {
  .platform-choice-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.download-modal-backdrop[hidden] {
  display: none !important;
}
.waitlist-step[hidden] {
  display: none !important;
}

/* v266 restore advantages layout, enlarge mobile media and repair video interaction */
.why-budos {
  background:
    radial-gradient(circle at 12% 18%, rgba(239, 255, 0, 0.07), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 76%);
}
.why-budos .section-heading {
  grid-template-columns: minmax(0, 1fr);
}
.why-budos .section-heading h2 {
  max-width: 18ch !important;
}
.why-budos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.why-budos__card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 410px;
  align-content: start;
  gap: 28px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(239, 255, 0, 0.045), #121214 42%, #0f0f11);
  box-shadow: none;
}
.why-budos__card::after {
  position: absolute;
  right: -58px;
  bottom: -76px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(239, 255, 0, 0.08);
  border-radius: 50%;
  content: "";
}
.why-budos__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(239, 255, 0, 0.22);
  border-radius: 18px;
  background: rgba(239, 255, 0, 0.075);
  color: var(--yellow);
}
.why-budos__icon svg {
  width: 30px;
  height: 30px;
}
.why-budos__card p:not(.why-budos__note) {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c2c2c7;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 400;
  line-height: 1.72;
}
.why-budos__card p.why-budos__note {
  position: relative;
  z-index: 1;
  display: inline;
  margin-top: 22px;
  color: #ffffff !important;
  font-size: 1.06rem !important;
  font-weight: 850 !important;
  line-height: 1.52 !important;
  letter-spacing: -0.018em !important;
  background-image: linear-gradient(90deg, rgba(239, 255, 0, 0.94), rgba(170, 255, 0, 0.68));
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 0.02em);
  background-size: 100% 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 0.16em;
  text-decoration: none;
}
.why-budos__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 18px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(239, 255, 0, 0.22);
  border-radius: 28px;
  background: radial-gradient(circle at 90% 20%, rgba(239, 255, 0, 0.1), transparent 20rem), var(--card);
  box-shadow: none;
}
.why-budos__cta p {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 750;
  line-height: 1.38;
}
.why-budos__cta .button {
  flex: 0 0 auto;
}


@media (max-width: 1023px) {
  .why-budos__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .why-budos__card {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .why-budos .section-heading h2 {
    max-width: 12ch !important;
  }
  .why-budos__card {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 22px;
    border-radius: 22px;
  }
  .why-budos__card p:not(.why-budos__note) {
    font-size: 1rem;
    line-height: 1.62;
  }
  .why-budos__cta {
    display: grid;
    gap: 24px;
    padding: 24px;
    border-radius: 22px;
  }
  .why-budos__cta p {
    font-size: 1.2rem;
  }
  .why-budos__cta .button {
    width: 100%;
    min-height: 54px;
  }

  .mode-gallery__panel--video .mode-video-stage {
    transform: none;
    transform-origin: center;
  }
}

@media (max-width: 374px) {
  .why-budos__card,
  .why-budos__cta {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* v268 aligned platform choice, Android source selector and premium APK guide */
.os-selector--totems {
  align-items: stretch;
}
.os-spotlight--bare {
  display: grid;
  grid-template-rows: clamp(390px, 31vw, 470px) auto;
  height: 100%;
  align-content: stretch;
}
.os-spotlight__visual--bare {
  min-height: 0 !important;
  height: 100%;
}
.os-object,
.os-object--android,
.os-object--ios {
  width: 100% !important;
  height: 100% !important;
  transform: none;
}
.os-object__image--android {
  width: auto !important;
  height: clamp(260px, 21vw, 330px) !important;
  max-width: none !important;
  max-height: none !important;
}
.os-object--ios .os-emblem__logo {
  width: auto !important;
  height: clamp(334px, 27vw, 424px) !important;
  max-width: none;
  max-height: calc(100% - 8px);
}
.os-spotlight__content--bare {
  grid-template-rows: minmax(58px, auto) 56px;
  align-content: start;
  width: 100%;
}
.os-spotlight__content--bare h3 {
  display: grid;
  min-height: 58px;
  place-items: center;
}
.os-spotlight__button {
  min-height: 56px;
  align-self: start;
}

.android-source-modal {
  width: min(720px, calc(100vw - 32px));
}
.android-source-modal > h2 {
  max-width: 13ch;
}
.android-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.android-source-card {
  position: relative;
  display: grid;
  min-height: 150px;
  place-items: center;
  gap: 14px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(28, 28, 31, 0.98), rgba(11, 11, 13, 0.98));
  color: #fff;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 50px rgba(0, 0, 0, 0.28);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.android-source-card::before {
  position: absolute;
  inset: -45% 25% auto;
  height: 130px;
  border-radius: 50%;
  background: rgba(239, 255, 0, 0.13);
  filter: blur(34px);
  content: "";
}
.android-source-card:hover,
.android-source-card:focus-visible {
  z-index: 1;
  border-color: rgba(239, 255, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 62px rgba(0, 0, 0, 0.38);
}
.android-source-card__icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: var(--yellow);
  color: #050505;
  box-shadow: 0 12px 34px rgba(239, 255, 0, 0.2);
}
.android-source-card b {
  position: relative;
  font-size: 1.08rem;
}
.android-source-card--rustore {
  background: #090909;
}
.android-source-card--rustore img {
  position: relative;
  display: block;
  width: min(188px, 100%);
  height: auto;
}

.android-install-premium {
  padding-top: clamp(42px, 5vw, 78px);
  padding-bottom: clamp(72px, 8vw, 124px);
}
.android-install-premium .container {
  max-width: 1320px;
}
.android-install-premium__layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(38px, 5vw, 80px);
  align-items: start;
}
.android-install-premium__copy {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 20px;
}
.android-install-premium__copy h1 {
  max-width: 6.4ch;
  margin: 0;
  font-size: clamp(3.7rem, 5.4vw, 6rem);
  line-height: .9;
  letter-spacing: -.055em;
}
.android-install-premium__copy .platform-page__lead {
  max-width: 42rem;
  margin: 0;
  color: #c5c5ca;
  font-size: 1.03rem;
  line-height: 1.65;
}
.install-steps--premium {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 8px 0 4px;
}
.install-steps--premium::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 31px;
  width: 1px;
  background: linear-gradient(var(--yellow), rgba(239, 255, 0, 0.12));
  content: "";
}
.install-step {
  position: relative;
  display: grid !important;
  grid-template-columns: 44px 46px minmax(0, 1fr) !important;
  min-height: 76px !important;
  gap: 14px !important;
  padding: 14px 18px 14px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, rgba(24, 24, 27, .96), rgba(13, 13, 15, .96)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 20px 48px rgba(0,0,0,.22) !important;
}
.install-step__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(239, 255, 0, .38);
  border-radius: 14px;
  background: #101100;
  color: var(--yellow);
  font-size: .94rem;
  font-weight: 900;
  box-shadow: 0 0 0 6px #111113;
}
.install-step__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: rgba(239, 255, 0, .075);
  color: var(--yellow);
}
.install-step__icon svg,
.android-release-summary__verified svg,
.android-phone-card__system-action svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.install-step__text {
  align-self: center;
  color: #f6f6f7;
  font-size: 1rem;
  font-weight: 690;
  line-height: 1.42;
}
.android-install-premium__copy .install-download-button {
  width: 100%;
  min-height: 58px;
  margin-top: 4px;
}
.android-install-premium__aside {
  display: grid;
  gap: 18px;
}
.android-flow-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  align-items: center;
  min-height: 520px;
  padding: clamp(22px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(239, 255, 0, .18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 18%, rgba(239, 255, 0, .1), transparent 18rem),
    radial-gradient(circle at 85% 80%, rgba(112, 255, 142, .08), transparent 18rem),
    linear-gradient(150deg, #141416, #070708);
  box-shadow: 0 36px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.045);
}
.android-flow-preview__arrow {
  display: grid;
  place-items: center;
  color: var(--yellow);
}
.android-flow-preview__arrow svg {
  width: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.android-phone-card {
  position: relative;
  min-width: 0;
  min-height: 410px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: #f5f5f7;
  color: #151517;
  box-shadow: 0 28px 70px rgba(0,0,0,.42), inset 0 0 0 5px #09090a;
}
.android-phone-card__status {
  display: flex;
  justify-content: space-between;
  padding: 7px 12px 11px;
  color: #f5f5f5;
  font-size: .65rem;
  font-weight: 750;
  background: #09090a;
  border-radius: 19px 19px 9px 9px;
}
.android-phone-card__browser-bar,
.android-phone-card__settings-head {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  min-height: 58px;
  gap: 7px;
  padding: 8px 10px;
  border-bottom: 1px solid #dedee2;
  font-size: .78rem;
}
.android-phone-card__browser-bar strong {
  text-align: center;
}
.android-phone-card__download,
.android-phone-card__source {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 22px 8px 0;
  padding: 14px;
  border: 1px solid #dedee2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.07);
}
.android-phone-card__download strong,
.android-phone-card__source strong,
.android-phone-card__download small,
.android-phone-card__source small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.android-phone-card__download strong {
  font-size: .68rem;
}
.android-phone-card__download small,
.android-phone-card__source small {
  margin-top: 3px;
  color: #6e6e76;
  font-size: .66rem;
}
.android-phone-card__app-mark,
.android-phone-card__browser-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--yellow);
  color: #050505;
  font-size: 1.05rem;
  font-weight: 950;
}
.android-phone-card__system-action {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 144px 8px 0;
  padding: 14px;
  border-radius: 16px;
  background: #151517;
  color: #fff;
  font-size: .76rem;
  line-height: 1.35;
}
.android-phone-card__system-action > span {
  color: var(--yellow);
}
.android-phone-card__settings-head {
  grid-template-columns: 24px minmax(0, 1fr);
  line-height: 1.22;
}
.android-phone-card__source {
  margin-top: 18px;
}
.android-phone-card__toggle-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  margin: 20px 8px 0;
  padding: 18px 14px;
  border-radius: 18px;
  background: #fff;
  font-size: .78rem;
  line-height: 1.3;
}
.android-phone-card__toggle {
  display: block;
  width: 46px;
  height: 26px;
  padding: 3px;
  border-radius: 999px;
  background: #66d56f;
}
.android-phone-card__toggle span {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.22);
}
.android-release-summary--premium {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(239, 255, 0, .2);
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(21,21,23,.98), rgba(10,10,11,.98));
  box-shadow: 0 28px 72px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
}
.android-release-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.android-release-summary__head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.android-release-summary__verified {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 17px;
  background: var(--yellow);
  color: #050505;
}
.release-summary-grid--premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.release-summary-grid--premium article {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 17px;
  background: rgba(4,4,5,.5);
}
.release-summary-grid--premium span {
  display: block;
  color: #92929a;
  font-size: .76rem;
}
.release-summary-grid--premium strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: .96rem;
  line-height: 1.42;
}
.release-summary-grid__hash {
  grid-column: 1 / -1;
}
.release-summary-grid__hash strong {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .78rem;
}

@media (max-width: 1180px) {
  .os-spotlight--bare {
    grid-template-rows: 370px auto;
  }
  .os-object__image--android {
    height: 286px !important;
  }
  .os-object--ios .os-emblem__logo {
    height: 368px !important;
  }
  .android-install-premium__layout {
    grid-template-columns: 1fr;
  }
  .android-install-premium__copy {
    position: static;
  }
}

@media (max-width: 767px) {
  .os-spotlight--bare {
    grid-template-rows: 280px auto;
  }
  .os-object__image--android {
    height: 216px !important;
  }
  .os-object--ios .os-emblem__logo {
    height: 278px !important;
  }
  .os-spotlight__content--bare {
    grid-template-rows: minmax(54px, auto) 56px;
  }
  .android-source-grid {
    grid-template-columns: 1fr;
  }
  .android-source-card {
    min-height: 126px;
  }
  .android-install-premium__copy h1 {
    font-size: clamp(3.2rem, 17vw, 4.7rem);
  }
  .install-step {
    grid-template-columns: 38px 42px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding-right: 13px !important;
  }
  .install-step__number {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .install-steps--premium::before {
    left: 27px;
  }
  .install-step__icon {
    width: 42px;
    height: 42px;
  }
  .install-step__text {
    font-size: .92rem;
  }
  .android-flow-preview {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .android-flow-preview__arrow {
    transform: rotate(90deg);
  }
  .android-phone-card {
    width: min(100%, 320px);
    margin-inline: auto;
  }
  .release-summary-grid--premium {
    grid-template-columns: 1fr;
  }
  .release-summary-grid__hash {
    grid-column: auto;
  }
}

/* v2.5.20 optical alignment: equalise the visible Android and Apple mark bounds. */
.os-object__image--android {
  height: clamp(265px, 21.3vw, 335px) !important;
  transform: translateY(-11px);
}

@media (max-width: 1180px) {
  .os-object__image--android {
    height: 291px !important;
    transform: translateY(-9px);
  }
}

@media (max-width: 767px) {
  .os-object__image--android {
    height: 221px !important;
    transform: translateY(-7px);
  }
}


/* v269 payment result pages and explicit video sound control */
.payment-status {
  min-height: calc(100dvh - 74px);
  display: grid;
  place-items: center;
  padding: clamp(56px, 9vw, 112px) 0;
}
.payment-status__container {
  display: grid;
  place-items: center;
}
.payment-status__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  width: min(100%, 720px);
  min-height: 470px;
  place-items: center;
  align-content: center;
  gap: 30px;
  padding: clamp(34px, 7vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  background: linear-gradient(155deg, rgba(24, 24, 27, 0.98), rgba(7, 7, 8, 0.99));
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: center;
}
.payment-status__glow {
  position: absolute;
  z-index: -1;
  width: min(72vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 255, 0, 0.16), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}
.payment-status--fail .payment-status__glow {
  background: radial-gradient(circle, rgba(255, 69, 58, 0.14), transparent 68%);
}
.payment-status__icon {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(239, 255, 0, 0.3);
  border-radius: 34px;
  background: rgba(239, 255, 0, 0.08);
  color: var(--yellow);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.payment-status--fail .payment-status__icon {
  border-color: rgba(255, 69, 58, 0.32);
  background: rgba(255, 69, 58, 0.08);
  color: #ff6b63;
}
.payment-status__icon svg {
  width: 54px;
  height: 54px;
}
.payment-status__card h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 5.2rem);
  line-height: 0.98;
  text-wrap: balance;
}
.payment-status__action {
  min-width: 220px;
  min-height: 56px;
}
@media (max-width: 767px) {
  .payment-status {
    min-height: calc(100dvh - 74px);
    padding: 28px 0 54px;
  }
  .payment-status__card {
    min-height: 420px;
    gap: 26px;
    border-radius: 28px;
  }
  .payment-status__icon {
    width: 92px;
    height: 92px;
    border-radius: 28px;
  }
  .payment-status__icon svg {
    width: 44px;
    height: 44px;
  }
  .payment-status__action {
    width: 100%;
  }
}

/* v270: restore the iOS choice glyph and keep the waitlist presentation independent of stale cached bundles. */
.platform-choice-card__icon--ios {
  position: relative;
  font-size: 0;
  line-height: 1;
}
.platform-choice-card__icon--ios::before {
  width: 20px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 5px;
  content: "";
}
.platform-choice-card__icon--ios::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.ios-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
}
.ios-page-grid > div > p:not(.eyebrow) {
  max-width: 66ch;
  color: #b9b9be;
}
.waitlist-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(239, 255, 0, 0.22);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(239, 255, 0, 0.05), #111113 50%);
  box-shadow: var(--shadow);
}
.waitlist-card h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.waitlist-form { display: grid; gap: 16px; margin-top: 24px; }
.waitlist-form input[type="email"],
.waitlist-form input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: #09090a;
  color: var(--text);
  outline: none;
}
.waitlist-form input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(239, 255, 0, 0.12);
}
.waitlist-form input[aria-invalid="true"] { border-color: var(--danger); }
.waitlist-form[aria-busy="true"] button { opacity: 0.55; pointer-events: none; }
.field-label { font-weight: 800; }
.consent-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #bdbdc2;
  font-size: 0.86rem;
  line-height: 1.48;
}
.consent-check input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--yellow);
}
.consent-check a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.code-input {
  text-align: center;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.32em;
}
.form-status {
  min-height: 1.6em;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.form-status[data-kind="error"] { color: #ff827b; }
.form-status[data-kind="success"] { color: var(--yellow); }
.release-card__fineprint,
.waitlist-card__fineprint {
  margin: 15px 0;
  color: var(--muted);
  font-size: 0.82rem;
}
@media (max-width: 1023px) {
  .ios-page-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 767px) {
  .waitlist-card { padding: 21px; }
}
.payment-status__message {
  max-width: 38rem;
  margin: -10px 0 0;
  color: #c8c8ce;
  font-size: clamp(1.02rem, 2vw, 1.24rem);
  line-height: 1.65;
  text-wrap: balance;
}

/* v271: self-contained download chooser and spacious iOS waitlist layout. */
.download-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(18px, 4vw, 32px);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(14px);
}
.download-modal-backdrop[hidden] {
  display: none !important;
}
.download-modal {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(239, 255, 0, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(239, 255, 0, 0.09), transparent 18rem),
    linear-gradient(155deg, rgba(20, 20, 23, 0.99), rgba(8, 8, 10, 0.99));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.download-modal h2 {
  max-width: 12ch;
  margin-right: 52px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.02;
}
.download-modal > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}
.download-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.download-modal__note {
  margin: 22px 0 0;
  font-size: 0.9rem;
}
.platform-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.platform-choice-grid--page {
  margin-top: 40px;
}
.platform-choice-card {
  display: flex;
  min-width: 0;
  min-height: 128px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(29, 29, 32, 0.98), rgba(13, 13, 15, 0.98));
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.platform-choice-card:hover,
.platform-choice-card:focus-visible {
  border-color: rgba(239, 255, 0, 0.4);
  transform: translateY(-3px);
}
.platform-choice-card--android {
  background: linear-gradient(145deg, rgba(239, 255, 0, 0.08), rgba(20, 20, 22, 0.99) 55%);
}
.platform-choice-card__icon {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: var(--yellow);
  color: #050505;
  font-weight: 900;
}
.platform-choice-card__icon svg {
  width: 29px;
  height: 29px;
}
.platform-choice-card__icon--ios {
  position: relative;
  font-size: 0;
  line-height: 1;
}
.platform-choice-card__icon--ios::before {
  width: 20px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 5px;
  content: "";
}
.platform-choice-card__icon--ios::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}
.platform-choice-card > span:last-child {
  display: grid;
  min-width: 0;
  gap: 5px;
}
.platform-choice-card b {
  font-size: 1.1rem;
  line-height: 1.2;
}
.platform-choice-card small {
  color: var(--muted);
  line-height: 1.35;
}

.waitlist-card {
  padding: clamp(26px, 4vw, 38px);
}
.waitlist-card h2 {
  margin-bottom: 0;
}
.waitlist-form {
  gap: 24px;
  margin-top: 30px;
}
.waitlist-step {
  display: grid;
  gap: 18px;
}
.field-label {
  margin-bottom: -4px;
}
.consent-check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  color: #c8c8cd;
  font-size: 0.9rem;
  line-height: 1.55;
}
.consent-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
}
.consent-check span {
  min-width: 0;
}
.waitlist-step > .button {
  min-height: 56px;
  margin-top: 8px;
}
.waitlist-card__fineprint {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  line-height: 1.58;
}

@media (max-width: 767px) {
  .download-modal-backdrop {
    place-items: end center;
    padding: 12px 0 0;
  }
  .download-modal {
    width: 100%;
    max-height: calc(100dvh - 12px);
    padding: 28px 20px calc(26px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 28px 28px 0 0;
  }
  .download-modal h2 {
    max-width: 11ch;
    margin-top: 12px;
    margin-right: 48px;
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }
  .download-modal__close {
    top: 16px;
    right: 16px;
  }
  .platform-choice-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
  }
  .platform-choice-card {
    min-height: 104px;
    gap: 14px;
    padding: 18px;
  }
  .platform-choice-card__icon {
    width: 52px;
    height: 52px;
  }
  .download-modal__note {
    margin-top: 20px;
  }
  .waitlist-card {
    padding: 24px 20px;
    border-radius: 26px;
  }
  .waitlist-card h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.08;
  }
  .waitlist-form {
    gap: 24px;
    margin-top: 28px;
  }
  .waitlist-step {
    gap: 18px;
  }
  .consent-check {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 17px;
    font-size: 0.9rem;
    line-height: 1.55;
  }
  .waitlist-step > .button {
    margin-top: 8px;
  }
  .waitlist-card__fineprint {
    margin-top: 28px;
    padding-top: 22px;
  }
}

/* v2.5.39 site identity: use the current Budos launcher/avatar in every header/mobile-menu brand mark. */
.brand__mark {
  background: #fefefe url('/logo-512.png?v=2.5.39') center / cover no-repeat !important;
  color: transparent !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(239, 255, 0, 0.18);
}
