:root {
  --prx-bg: #070d12;
  --prx-surface: #101922;
  --prx-surface-elevated: #162433;
  --prx-border: rgba(201, 231, 219, 0.2);
  --prx-text: #edf4f1;
  --prx-text-muted: #9fb0b4;
  --prx-accent: #2fd38a;
  --prx-primary: #1e4fd8;
  --prx-primary-deep: #1944ac;
}

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

body.prx-marketing.prx-apple {
  margin: 0;
  min-height: 100vh;
  height: auto !important;
  color: var(--prx-text);
  background:
    radial-gradient(760px 380px at 12% 3%, rgba(30, 79, 216, 0.17), transparent 62%),
    radial-gradient(700px 420px at 88% -2%, rgba(47, 211, 138, 0.14), transparent 66%),
    linear-gradient(180deg, #060c11 0%, #081019 56%, #060d13 100%);
  font-family: "Inter", "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.55;
}

html {
  background: #060d13 !important;
}

main {
  display: block;
}

a {
  color: #c6d9ff;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: #e2edff;
}

.shell {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.prx-skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  transform: translateY(-160%);
  background: #0f1b29;
  color: #f4faf7;
  border: 1px solid var(--prx-border);
  border-radius: 10px;
  padding: 0.5rem 0.72rem;
  z-index: 1000;
}

.prx-skip-link:focus {
  transform: translateY(0);
}

.prx-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8, 15, 22, 0.88);
  border-bottom: 1px solid rgba(201, 231, 219, 0.12);
  backdrop-filter: blur(8px);
}

.prx-site-header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 74px;
  padding-block: 0.64rem;
}

.prx-site-header .brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.prx-logo-mark {
  border-radius: 12px;
  border: 1px solid rgba(201, 231, 219, 0.24);
}

.prx-site-header .brand-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.15;
}

.prx-site-header .brand-text strong {
  font-size: 1rem;
  color: #f1f7f4;
}

.prx-site-header .brand-sub {
  margin-top: 0.18rem;
  color: var(--prx-text-muted);
  font-size: 0.8rem;
}

.prx-main-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: 0.5rem;
}

.prx-main-nav a {
  text-decoration: none;
  color: #dcebe6;
  font-size: 0.93rem;
}

.prx-main-nav a:hover,
.prx-main-nav a:focus-visible {
  color: #f0fbf7;
}

.prx-menu-toggle {
  display: none;
  border: 1px solid var(--prx-border);
  background: rgba(14, 24, 34, 0.82);
  color: #eef7f3;
  border-radius: 10px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  line-height: 1;
  font-size: 1.1rem;
}

.prx-menu-toggle span {
  display: inline-block;
  transform: translateY(1px);
}

.prx-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.prx-waitlist-label-short {
  display: none;
}

.prx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.58rem 0.96rem;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.prx-btn-primary {
  background: linear-gradient(100deg, var(--prx-primary), #2b67ef);
  border-color: rgba(43, 103, 239, 0.66);
  color: #f5f8ff;
}

.prx-btn-primary:hover,
.prx-btn-primary:focus-visible {
  background: linear-gradient(100deg, var(--prx-primary-deep), #2356d3);
  color: #ffffff;
}

.prx-btn-secondary {
  background: rgba(17, 28, 39, 0.6);
  border-color: rgba(201, 231, 219, 0.28);
  color: #eaf4f0;
}

.prx-btn-secondary:hover,
.prx-btn-secondary:focus-visible {
  border-color: rgba(201, 231, 219, 0.48);
}

.glass-card,
.glass-panel {
  border-radius: 18px;
  border: 1px solid rgba(201, 231, 219, 0.17);
  background: linear-gradient(160deg, rgba(17, 28, 36, 0.88), rgba(13, 21, 29, 0.8));
  box-shadow: 0 14px 32px rgba(2, 8, 12, 0.34);
}

.prx-prelaunch-banner {
  border-top: 1px solid rgba(201, 231, 219, 0.12);
  border-bottom: 1px solid rgba(201, 231, 219, 0.12);
  background: rgba(11, 19, 27, 0.72);
}

.prx-prelaunch-banner__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.64rem;
  color: #d8ece4;
  font-size: 0.86rem;
  text-align: center;
}

.prx-prelaunch-banner__label {
  border: 1px solid rgba(47, 211, 138, 0.38);
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  background: rgba(47, 211, 138, 0.16);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prx-site-footer {
  border-top: 1px solid rgba(201, 231, 219, 0.12);
  padding: 2rem 0 2.5rem;
  color: var(--prx-text-muted);
}

.prx-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.prx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  font-size: 0.84rem;
}

@media (max-width: 1024px) {
  .prx-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .prx-main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    z-index: 30;
    margin: 0;
    padding: 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(201, 231, 219, 0.22);
    background: rgba(10, 18, 26, 0.97);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
    grid-auto-rows: minmax(36px, auto);
    gap: 0.5rem;
  }

  .prx-main-nav.is-open {
    display: grid;
  }

  .prx-site-header-inner {
    position: relative;
  }

  .prx-header-actions {
    margin-left: auto;
  }

  .prx-site-header .brand-sub {
    display: none;
  }

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

@media (max-width: 600px) {
  .shell {
    width: min(100%, calc(100% - 20px));
  }

  .prx-site-header-inner {
    min-height: 66px;
    gap: 0.65rem;
  }

  .prx-site-header .brand-text strong {
    font-size: 0.96rem;
  }

  .prx-header-actions {
    gap: 0.45rem;
  }

  .prx-header-actions .prx-btn-secondary {
    display: none;
  }

  .prx-btn {
    padding: 0.54rem 0.84rem;
    font-size: 0.92rem;
  }

  .prx-prelaunch-banner__inner {
    min-height: 44px;
    font-size: 0.8rem;
    flex-wrap: wrap;
    padding-block: 0.45rem;
  }

  .prx-prelaunch-banner__countdown {
    width: 100%;
  }

  .prx-footer-grid {
    grid-template-columns: 1fr;
  }

  .prx-waitlist-label-full {
    display: none;
  }

  .prx-waitlist-label-short {
    display: inline;
  }
}
