:root {
  --bg: #06080d;
  --bg-raised: #0c111b;
  --glass: rgba(16, 23, 36, 0.68);
  --glass-strong: rgba(18, 25, 39, 0.9);
  --line: rgba(235, 203, 113, 0.14);
  --line-soft: rgba(255, 255, 255, 0.08);
  --gold: #e5c56c;
  --gold-bright: #f4d986;
  --gold-dark: #9d6917;
  --text: #f6f3eb;
  --muted: #929aaa;
  --green: #58dfa4;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--bg);
  background-size: 72px 72px;
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    radial-gradient(circle at 74% 18%, rgba(55, 105, 185, .13), transparent 30%),
    radial-gradient(circle at 18% 14%, rgba(218, 166, 48, .09), transparent 25%),
    linear-gradient(180deg, #070a10 0%, #05070b 50%, #080b12 100%);
}

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

button, a {
  -webkit-tap-highlight-color: transparent;
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.ambient-one {
  top: -240px;
  right: -120px;
  background: rgba(62, 108, 186, .12);
}

.ambient-two {
  top: 500px;
  left: -300px;
  background: rgba(214, 155, 35, .08);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 64px;
  padding: 10px 14px 10px 20px;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: rgba(9, 13, 21, .72);
  box-shadow: 0 20px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(24px) saturate(130%);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-weight: 800;
  letter-spacing: .04em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(238, 205, 113, .7);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(238,205,113,.18), transparent),
    #0b0f17;
  box-shadow:
    inset 0 0 16px rgba(229, 197, 108, .08),
    0 0 26px rgba(229, 197, 108, .08);
  color: var(--gold);
}

.desktop-nav {
  display: flex;
  gap: 34px;
}

.desktop-nav a {
  color: var(--muted);
  font-size: .85rem;
  font-weight: 600;
  transition: color .2s ease;
}

.desktop-nav a:hover {
  color: var(--text);
}

.header-action {
  justify-self: end;
  padding: 10px 17px;
  border: 1px solid rgba(229,197,108,.26);
  border-radius: 10px;
  color: var(--gold-bright);
  font-size: .82rem;
  font-weight: 700;
}

.menu-button {
  display: none;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  min-height: 790px;
  padding-top: 112px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-right: 44px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow i,
.connection-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(88,223,164,.7);
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.hero h1 span,
.section-heading h2 span {
  background: linear-gradient(110deg, var(--gold-bright), var(--gold-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 570px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: 12px;
  font-size: .91rem;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

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

.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  border: 1px solid #f1d579;
  background:
    linear-gradient(180deg, rgba(255,255,255,.25), transparent 42%),
    linear-gradient(120deg, #d49a2b, #f0d276 53%, #bd7c18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    0 14px 34px rgba(196, 132, 24, .18);
  color: #171004;
}

.button-secondary {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(14,20,31,.68);
  color: var(--text);
  backdrop-filter: blur(16px);
}

.button-secondary:hover {
  border-color: rgba(229,197,108,.38);
}

.platform-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: #747e90;
  font-size: .73rem;
}

.platform-line span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.platform-line .available {
  color: #aeb7c7;
}

.platform-line b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(88,223,164,.65);
}

.hero-product {
  position: relative;
  min-height: 610px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 52%;
  border: 1px solid rgba(117, 154, 215, .13);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.orbit-one {
  width: 550px;
  height: 370px;
  box-shadow: 0 0 90px rgba(51,88,151,.08);
}

.orbit-two {
  width: 430px;
  height: 285px;
  border-color: rgba(229,197,108,.14);
}

.app-window {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template:
    "bar bar" 58px
    "side content" 1fr / 68px 1fr;
  width: 520px;
  height: 465px;
  overflow: hidden;
  border: 1px solid rgba(160, 185, 226, .2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(38,56,82,.42), rgba(10,15,24,.82)),
    rgba(10,15,24,.86);
  box-shadow:
    0 55px 110px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 80px rgba(67,107,174,.09);
  backdrop-filter: blur(30px) saturate(130%);
  transform: translate(-49%, -50%) perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

.window-bar {
  grid-area: bar;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(7,11,18,.35);
}

.window-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
}

.window-brand span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(229,197,108,.45);
  border-radius: 8px;
  color: var(--gold);
}

.window-controls {
  display: flex;
  gap: 7px;
}

.window-controls i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #394354;
}

.app-sidebar {
  grid-area: side;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-right: 1px solid rgba(255,255,255,.06);
}

.app-sidebar button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #667186;
}

.app-sidebar button.active {
  border: 1px solid rgba(229,197,108,.2);
  background: rgba(229,197,108,.1);
  color: var(--gold);
}

.app-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 34px;
}

.connection-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.power-ring {
  display: grid;
  width: 170px;
  height: 170px;
  margin: 18px 0;
  place-items: center;
  border: 1px solid rgba(229,197,108,.2);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(229,197,108,.1), transparent 59%),
    rgba(8,12,19,.25);
  box-shadow: 0 0 70px rgba(205,153,48,.1);
}

.power-button {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255,255,255,.05), transparent),
    #0d121c;
  box-shadow:
    inset 0 0 22px rgba(229,197,108,.08),
    0 0 28px rgba(229,197,108,.14);
}

.power-button svg {
  width: 44px;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-width: 3;
}

.app-content h3 {
  font-size: 1.05rem;
}

.app-content > p {
  margin-top: 4px;
  color: #778296;
  font-size: .72rem;
}

.server-card {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
}

.flag {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 9px;
  background: #1b2431;
  color: var(--gold);
  font-size: .66rem;
  font-weight: 800;
}

.server-card div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.server-card small,
.status-chip small {
  color: #778296;
  font-size: .61rem;
}

.server-card strong {
  font-size: .76rem;
}

.signal {
  color: var(--green);
}

.status-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(17,24,37,.76);
  box-shadow: 0 22px 55px rgba(0,0,0,.33);
  backdrop-filter: blur(22px);
}

.status-chip > div {
  display: flex;
  flex-direction: column;
}

.status-chip strong {
  font-size: .75rem;
}

.status-chip-top {
  top: 110px;
  right: -15px;
}

.status-chip-bottom {
  bottom: 94px;
  left: -18px;
}

.status-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgba(88,223,164,.1);
  color: var(--green);
}

.status-icon.shield {
  background: rgba(229,197,108,.1);
  color: var(--gold);
}

.product-section,
.steps-section,
.platforms-section,
.faq-section {
  padding-top: 110px;
  padding-bottom: 40px;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 44px;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.section-heading > p {
  max-width: 580px;
  margin-top: 16px;
  color: var(--muted);
}

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

.glass-card,
.platform-card,
.steps article,
.faq-list details {
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 55%),
    var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  overflow: hidden;
  border-radius: 18px;
}

.feature-wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: center;
}

.feature-tall {
  grid-row: span 2;
}

.feature h3 {
  margin-top: 13px;
  font-size: 1.1rem;
}

.feature p {
  max-width: 350px;
  margin-top: 7px;
  color: var(--muted);
  font-size: .83rem;
}

.feature-icon,
.step-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(229,197,108,.19);
  border-radius: 12px;
  background: rgba(229,197,108,.07);
  color: var(--gold);
}

.mini-control {
  display: flex;
  width: 230px;
  height: 175px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 17px;
  background: rgba(7,11,18,.52);
  color: #697487;
  font-size: .55rem;
}

.mini-control button {
  width: 72px;
  height: 72px;
  margin: 14px 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: #0c111a;
  color: var(--gold);
  font-size: 1.5rem;
  box-shadow: 0 0 32px rgba(229,197,108,.11);
}

.mini-control strong {
  color: var(--text);
  font-size: .65rem;
}

.device-stack {
  position: relative;
  height: 255px;
  margin-bottom: 12px;
}

.device {
  position: absolute;
  border: 1px solid rgba(142,170,216,.2);
  background:
    radial-gradient(circle at center, rgba(229,197,108,.08), transparent 40%),
    #0a0f18;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
}

.desktop-device {
  top: 20px;
  left: 3%;
  width: 94%;
  height: 155px;
  border-radius: 13px;
}

.desktop-device::after {
  position: absolute;
  bottom: -14px;
  left: 35%;
  width: 30%;
  height: 14px;
  border-radius: 0 0 4px 4px;
  background: #1a202b;
  content: "";
}

.desktop-device span,
.phone-device span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

.phone-device {
  right: 8px;
  bottom: 4px;
  width: 74px;
  height: 140px;
  border-radius: 16px;
}

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

.steps article {
  position: relative;
  min-height: 220px;
  padding: 26px;
  border-radius: 18px;
}

.steps article > span {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(229,197,108,.25);
  font-size: 2.1rem;
  font-weight: 800;
}

.steps h3 {
  margin-top: 25px;
}

.steps p {
  margin-top: 8px;
  color: var(--muted);
  font-size: .84rem;
}

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

.platform-card {
  min-height: 245px;
  padding: 26px;
  border-radius: 18px;
}

.platform-card.active {
  border-color: rgba(229,197,108,.28);
}

.platform-symbol {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 800;
}

.badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  color: #778296;
  font-size: .61rem;
  font-weight: 800;
  text-transform: uppercase;
}

.badge-live {
  background: rgba(88,223,164,.08);
  color: var(--green);
}

.platform-card h3 {
  margin-top: 12px;
  font-size: 1.3rem;
}

.platform-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: .82rem;
}

.platform-card > a {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 800;
}

.account-section {
  padding-top: 110px;
}

.account-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 54px;
  border: 1px solid rgba(229,197,108,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 10%, rgba(229,197,108,.08), transparent 35%),
    linear-gradient(120deg, rgba(21,29,44,.85), rgba(10,14,22,.88));
  box-shadow: var(--shadow);
}

.account-panel h2 {
  max-width: 620px;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
}

.account-panel p {
  max-width: 650px;
  margin-top: 15px;
  color: var(--muted);
}

.account-actions {
  display: flex;
  min-width: 290px;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.account-actions span {
  color: #747e90;
  font-size: .68rem;
  text-align: center;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.faq-list details {
  min-height: 72px;
  padding: 0 20px;
  border-radius: 14px;
}

.faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: .88rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--gold);
  font-size: 1.2rem;
}

.faq-list details p {
  padding: 0 0 20px;
  color: var(--muted);
  font-size: .8rem;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 100px auto 0;
  padding: 32px 0;
  border-top: 1px solid var(--line-soft);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-top {
  padding-bottom: 28px;
}

.footer-top p {
  color: var(--muted);
  font-size: .78rem;
}

.footer-top > a:last-child {
  color: var(--gold);
  font-size: .8rem;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  color: #657084;
  font-size: .72rem;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

@media (max-width: 1000px) {
  .desktop-nav {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 155px;
  }

  .hero-copy {
    max-width: 720px;
    padding-right: 0;
  }

  .hero-product {
    min-height: 590px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .feature-wide,
  .feature-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .feature-wide {
    grid-column: span 2;
  }

  .device-stack {
    height: 190px;
  }
}

@media (max-width: 760px) {
  body {
    background-size: 48px 48px;
  }

  .site-header {
    top: 10px;
    grid-template-columns: 1fr auto;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 8px 10px 8px 13px;
    border-radius: 15px;
  }

  .brand {
    font-size: .85rem;
  }

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

  .desktop-nav,
  .header-action {
    display: none;
  }

  .menu-button {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
  }

  .menu-button span {
    width: 18px;
    height: 1px;
    background: var(--text);
  }

  .site-header.menu-open {
    grid-template-rows: auto auto;
  }

  .site-header.menu-open .desktop-nav {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 4px;
    padding: 13px 0 4px;
  }

  .site-header.menu-open .desktop-nav a {
    padding: 9px;
    border-radius: 8px;
    background: rgba(255,255,255,.025);
  }

  .section {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: auto;
    padding-top: 130px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero-text {
    font-size: .92rem;
  }

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

  .button {
    width: 100%;
  }

  .platform-line {
    gap: 10px 14px;
    font-size: .65rem;
  }

  .hero-product {
    min-height: 470px;
    margin-top: 28px;
  }

  .app-window {
    width: 340px;
    max-width: 94vw;
    height: 380px;
    grid-template:
      "bar bar" 50px
      "side content" 1fr / 52px 1fr;
    transform: translate(-50%, -50%);
  }

  .app-content {
    padding: 18px 16px;
  }

  .power-ring {
    width: 132px;
    height: 132px;
    margin: 13px 0;
  }

  .power-button {
    width: 82px;
    height: 82px;
  }

  .power-button svg {
    width: 35px;
  }

  .status-chip {
    min-width: 170px;
    padding: 10px;
  }

  .status-chip-top {
    top: 18px;
    right: -3px;
  }

  .status-chip-bottom {
    bottom: 12px;
    left: 0;
  }

  .orbit-one {
    width: 380px;
    height: 270px;
  }

  .orbit-two {
    width: 300px;
    height: 210px;
  }

  .product-section,
  .steps-section,
  .platforms-section,
  .faq-section,
  .account-section {
    padding-top: 78px;
  }

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

  .section-heading h2 {
    font-size: 2.25rem;
  }

  .feature-grid,
  .steps,
  .platform-cards,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .feature-wide {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .mini-control {
    width: 100%;
  }

  .feature {
    min-height: 220px;
  }

  .feature-tall {
    min-height: 410px;
  }

  .steps article {
    min-height: 190px;
  }

  .account-panel {
    flex-direction: column;
    align-items: stretch;
    padding: 30px 22px;
  }

  .account-actions {
    min-width: 0;
  }

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

  .footer-bottom div {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .app-window {
    animation: float 7s ease-in-out infinite;
  }

  .status-chip-top {
    animation: float-small 6s ease-in-out infinite reverse;
  }

  .status-chip-bottom {
    animation: float-small 5s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translate(-49%, -50%) perspective(1000px) rotateY(-4deg) rotateX(1deg) translateY(0); }
    50% { transform: translate(-49%, -50%) perspective(1000px) rotateY(-4deg) rotateX(1deg) translateY(-8px); }
  }

  @keyframes float-small {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .app-window {
    animation-name: float-mobile;
  }

  @keyframes float-mobile {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-6px); }
  }
}
