:root {
  --bg: #070709;
  --surface: #101014;
  --surface-2: #17171d;
  --surface-3: #202028;
  --text: #f7f7fa;
  --muted: #aaa9b3;
  --subtle: #7b7a84;
  --line: rgba(255, 255, 255, 0.12);
  --purple: #7c80ff;
  --purple-soft: #a3a6ff;
  --purple-dark: #5541dd;
  --green: #66d774;
  --paper: #f4f3ef;
  --ink: #17171c;
  --paper-muted: #65646d;
  --paper-line: rgba(23, 23, 28, 0.14);
  --radius: 28px;
  --shell: min(1180px, calc(100vw - 48px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

:focus-visible {
  outline: 3px solid var(--purple-soft);
  outline-offset: 4px;
}

.legal-page :focus-visible {
  outline-color: #4630c6;
}

.shell,
.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--bg);
  background: white;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 50%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 11px 10px 14px;
  color: var(--text);
  background: rgba(13, 13, 17, 0.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px) saturate(140%);
  transform: translateX(-50%);
}

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

.brand img {
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(86, 40, 236, 0.34);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #b4b3bd;
  font-size: 13px;
  font-weight: 650;
}

.site-header nav a,
.footer-links a {
  transition: color 160ms ease;
}

.site-header nav a:hover,
.footer-links a:hover {
  color: white;
}

.store-link {
  min-height: 40px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 15px;
  color: #16161a;
  background: white;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-link:hover {
  box-shadow: 0 10px 26px rgba(107, 87, 241, 0.3);
  transform: translateY(-2px);
}

.hero {
  min-height: 940px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 90px;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 75px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-label {
  color: var(--purple-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.eyebrow i,
.eyebrow-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(102, 215, 116, 0.1), 0 0 15px rgba(102, 215, 116, 0.5);
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: clamp(64px, 6.5vw, 98px);
  line-height: 0.92;
  letter-spacing: -0.072em;
}

.hero h1 span,
.privacy-copy h2 span,
.legal-hero h1 em {
  color: var(--purple);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 33px;
  color: #b1b0ba;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.app-store-button,
.secondary-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-weight: 750;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.app-store-button:hover,
.secondary-button:hover {
  transform: translateY(-3px);
}

.app-store-button {
  min-width: 220px;
  gap: 14px;
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, #797dff, #704bea);
  box-shadow: 0 18px 42px rgba(91, 65, 226, 0.28);
}

.app-store-button img {
  border-radius: 8px;
}

.app-store-button > span {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 15px;
  line-height: 1.05;
}

.app-store-button small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.app-store-button b {
  margin-left: auto;
  font-size: 15px;
}

.secondary-button {
  gap: 26px;
  padding: 0 20px;
  color: #d0cfd7;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  font-size: 13px;
}

.secondary-button:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.store-notice {
  min-height: 18px;
  margin: 11px 0 0;
  color: #92919c;
  font-size: 12px;
}

.hero-facts {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.hero-facts strong {
  font-size: 12px;
}

.hero-facts span {
  color: #9897a1;
  font-size: 11px;
}

.hero-product {
  position: relative;
  min-height: 755px;
  display: grid;
  place-items: center;
}

.hero-product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 405px;
  height: 650px;
  background: linear-gradient(160deg, rgba(122, 111, 255, 0.15), rgba(65, 31, 154, 0.04));
  border: 1px solid rgba(143, 128, 255, 0.16);
  border-radius: 200px 200px 44px 44px;
  transform: translate(-50%, -50%);
}

.hero-glow {
  position: absolute;
  inset: 16% -20% 0;
  background: radial-gradient(ellipse, rgba(89, 43, 245, 0.3), transparent 62%);
  filter: blur(18px);
  animation: glow 6s ease-in-out infinite;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: 330px;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 7px;
  background: linear-gradient(145deg, #484751, #111116 45%, #383740);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 45px;
  box-shadow: 0 45px 95px rgba(0, 0, 0, 0.62), 0 0 60px rgba(94, 52, 240, 0.12);
}

.phone-frame img {
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 38px;
}

.status-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  color: #d9d8df;
  background: rgba(20, 20, 27, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 700;
}

.status-chip i {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--green);
}

.status-chip strong {
  color: var(--green);
}

.status-top {
  top: 24%;
  left: -8%;
}

.status-bottom {
  right: -8%;
  bottom: 18%;
}

.product-strip {
  min-height: 76px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 20px 24px;
  color: #aaa9b4;
  background: #0c0c10;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-strip i {
  width: 4px;
  height: 4px;
  background: var(--purple);
  border-radius: 50%;
}

.product-section {
  padding-top: 120px;
  padding-bottom: 130px;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 66px;
}

.section-heading .section-label {
  display: block;
  margin-bottom: 22px;
}

.section-heading h2,
.control-copy h2,
.privacy-copy h2,
.faq-heading h2,
.download-content h2,
.legal-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.screen-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.screen-card-image {
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 36px;
  background:
    radial-gradient(circle at 50% 20%, rgba(103, 79, 238, 0.22), transparent 45%),
    #0a0a0e;
  border-bottom: 1px solid var(--line);
}

.screen-card-image img {
  width: 255px;
  max-width: none;
  height: auto;
  align-self: flex-start;
  padding: 5px;
  background: #2c2c34;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 36px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.55);
}

.screen-card-copy {
  min-height: 230px;
  padding: 28px;
}

.screen-card-copy > span {
  display: block;
  margin-bottom: 35px;
  color: var(--purple-soft);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 800;
}

.screen-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
  letter-spacing: -0.045em;
}

.screen-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.control-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  overflow: hidden;
  margin-bottom: 130px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 34px;
}

.control-phone {
  min-height: 760px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 70px;
  background:
    radial-gradient(circle at 50% 35%, rgba(108, 82, 244, 0.26), transparent 42%),
    #0a0a0e;
  border-right: 1px solid var(--line);
}

.phone-frame-small {
  width: 325px;
}

.control-copy {
  align-self: center;
  padding: 64px;
}

.control-copy .section-label {
  display: block;
  margin-bottom: 22px;
}

.control-copy > p:not(.section-label) {
  max-width: 570px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.action-list {
  border-top: 1px solid var(--line);
}

.action-list > div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.action-list span {
  font-size: 13px;
  font-weight: 750;
}

.action-list small {
  color: #9998a3;
  font-size: 12px;
  line-height: 1.5;
}

.capabilities-section {
  padding: 120px 0 130px;
  background: #0c0c10;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading.compact {
  max-width: 760px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.capability-grid article {
  min-height: 260px;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: border-color 170ms ease, transform 170ms ease;
}

.capability-grid article:hover {
  border-color: rgba(124, 128, 255, 0.4);
  transform: translateY(-3px);
}

.capability-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 52px;
  color: var(--purple-soft);
  background: rgba(124, 128, 255, 0.11);
  border: 1px solid rgba(124, 128, 255, 0.18);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
}

.capability-grid h3 {
  margin-bottom: 11px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.capability-grid p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.privacy-section {
  padding: 130px 0;
}

.privacy-panel {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 75px;
  padding: 70px;
  background:
    radial-gradient(circle at 8% 100%, rgba(86, 45, 218, 0.2), transparent 34%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 34px;
}

.privacy-copy .section-label {
  display: block;
  margin-bottom: 22px;
}

.privacy-copy > p:not(.section-label) {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.67;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 7px;
  color: var(--purple-soft);
  border-bottom: 1px solid rgba(163, 166, 255, 0.4);
  font-size: 13px;
  font-weight: 750;
}

.privacy-list {
  border-top: 1px solid var(--line);
}

.privacy-list > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-list i {
  color: var(--purple-soft);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-style: normal;
}

.privacy-list span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.privacy-list strong {
  font-size: 13px;
}

.privacy-list small {
  color: #9998a2;
  font-size: 12px;
  line-height: 1.5;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 100px;
  padding-top: 35px;
  padding-bottom: 130px;
}

.faq-heading .section-label {
  display: block;
  margin-bottom: 22px;
}

.faq-heading > p:last-child {
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.faq-heading a {
  color: var(--purple-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-list,
.troubleshooting-list {
  border-top: 1px solid var(--line);
}

.faq-list details,
.troubleshooting-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary,
.troubleshooting-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  font-size: 16px;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span,
.troubleshooting-list summary span {
  color: var(--purple-soft);
  font-size: 22px;
  font-weight: 350;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span,
.troubleshooting-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p,
.troubleshooting-list details p {
  max-width: 660px;
  margin: -3px 45px 27px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.download-section {
  padding: 110px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(88, 48, 230, 0.24), transparent 34%),
    #0b0b10;
  border-top: 1px solid var(--line);
}

.download-content > img {
  margin: 0 auto 28px;
  border-radius: 23px;
  box-shadow: 0 24px 58px rgba(75, 34, 212, 0.42);
}

.download-content h2 {
  margin-bottom: 15px;
}

.download-content > p {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 16px;
}

.download-content .app-store-button {
  margin: auto;
}

footer {
  background: #070709;
  border-top: 1px solid var(--line);
}

.footer-inner {
  min-height: 170px;
  display: grid;
  grid-template-columns: 0.5fr 0.8fr 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  color: #a7a6b0;
  font-size: 12px;
  font-weight: 650;
}

.footer-meta {
  color: #8d8c96;
  font-size: 11px;
  line-height: 1.55;
}

.footer-meta p {
  margin-bottom: 6px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.2, .7, .2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes glow {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

/* Privacy and support pages */
.legal-page {
  color: var(--ink);
  background: var(--paper);
}

.legal-page footer .brand {
  color: var(--text);
}

.legal-main {
  padding-top: 1px;
}

.legal-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 170px;
  padding-bottom: 75px;
  color: white;
}

.legal-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50%;
  width: 100vw;
  background:
    radial-gradient(circle at 75% 35%, rgba(92, 52, 233, 0.3), transparent 30%),
    #09090d;
  transform: translateX(-50%);
}

.legal-hero .eyebrow {
  margin-bottom: 34px;
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 48px;
}

.legal-summary {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(180px, 0.25fr);
  gap: 70px;
  align-items: end;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.legal-summary > p:first-child {
  max-width: 700px;
  margin: 0;
  color: #b2b1bb;
  font-size: 16px;
  line-height: 1.65;
}

.effective-date {
  justify-self: end;
  margin: 0;
  color: #93929c;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: 90px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 140px;
}

.legal-aside {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 13px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--paper-line);
  border-radius: 18px;
}

.legal-aside p {
  margin: 0 0 9px;
  color: var(--purple-dark);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-aside a {
  color: var(--paper-muted);
  font-size: 12px;
  font-weight: 650;
}

.legal-aside a:hover {
  color: var(--purple-dark);
}

.legal-content > section {
  padding: 0 0 64px;
  scroll-margin-top: 110px;
}

.legal-content > section + section {
  padding-top: 64px;
  border-top: 1px solid var(--paper-line);
}

.legal-number {
  display: block;
  margin-bottom: 22px;
  color: var(--purple-dark);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 850;
}

.legal-content h2 {
  margin-bottom: 25px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.052em;
}

.legal-content h3 {
  margin: 34px 0 10px;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.legal-content p,
.legal-content li {
  color: var(--paper-muted);
  font-size: 15px;
  line-height: 1.76;
}

.legal-content a {
  color: var(--purple-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content code,
.support-content code,
.troubleshooting code {
  padding: 2px 5px;
  color: #4434a5;
  background: rgba(84, 65, 221, 0.09);
  border-radius: 5px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.88em;
}

.legal-callout {
  margin-top: 34px;
  padding: 25px;
  background: #e4e2ff;
  border: 1px solid rgba(82, 61, 199, 0.16);
  border-radius: 18px;
}

.legal-callout strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.legal-callout p {
  margin: 0;
  font-size: 14px;
}

.data-table {
  overflow: hidden;
  margin: 32px 0;
  border: 1px solid var(--paper-line);
  border-radius: 18px;
}

.data-table > div {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 24px;
  padding: 22px;
}

.data-table > div + div {
  border-top: 1px solid var(--paper-line);
}

.data-table strong {
  font-size: 13px;
  line-height: 1.5;
}

.data-table p {
  margin: 0;
  font-size: 13px;
}

.contact-section address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 25px;
  padding: 25px;
  background: white;
  border: 1px solid var(--paper-line);
  border-radius: 18px;
  font-style: normal;
}

.contact-section address strong {
  margin-bottom: 4px;
}

.contact-section address a {
  width: max-content;
  font-size: 14px;
}

.support-hero .legal-summary {
  grid-template-columns: 1fr auto;
}

.support-email {
  min-width: 270px;
  justify-self: end;
}

.support-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 85px;
  padding-bottom: 120px;
}

.support-overview article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  background: white;
  border: 1px solid var(--paper-line);
  border-radius: 22px;
}

.support-overview article > span {
  margin-bottom: auto;
  color: var(--purple-dark);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 800;
}

.support-overview h2 {
  margin: 38px 0 9px;
  font-size: 31px;
  letter-spacing: -0.05em;
}

.support-overview p {
  margin: 0;
  color: var(--paper-muted);
  font-size: 13px;
  line-height: 1.58;
}

.support-content,
.troubleshooting {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 85px;
}

.support-content {
  padding-bottom: 130px;
}

.support-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.support-heading .section-label,
.troubleshooting-heading .section-label,
.support-contact .section-label {
  display: block;
  margin-bottom: 30px;
  color: var(--purple-dark);
}

.support-heading h2,
.troubleshooting-heading h2,
.support-contact h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.setup-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--paper-line);
}

.setup-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 26px;
  padding: 34px 0 40px;
  border-bottom: 1px solid var(--paper-line);
}

.setup-steps > li > span {
  color: var(--purple-dark);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 800;
}

.setup-steps h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.setup-steps p {
  margin: 0;
  color: var(--paper-muted);
  font-size: 14px;
  line-height: 1.68;
}

.troubleshooting {
  padding-top: 115px;
  padding-bottom: 125px;
  border-top: 1px solid var(--paper-line);
}

.legal-page .troubleshooting-list {
  border-color: var(--paper-line);
}

.legal-page .troubleshooting-list details {
  border-color: var(--paper-line);
}

.legal-page .troubleshooting-list summary {
  color: var(--ink);
}

.legal-page .troubleshooting-list summary span {
  color: var(--purple-dark);
}

.legal-page .troubleshooting-list details p {
  color: var(--paper-muted);
}

.support-contact {
  min-height: 265px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 125px;
  padding: 40px;
  color: white;
  background: #101014;
  border-radius: 27px;
}

.support-contact > img {
  width: 105px;
  border-radius: 24px;
}

.support-contact .section-label {
  color: var(--purple-soft);
}

.support-contact h2 {
  margin-bottom: 11px;
  font-size: 40px;
}

.support-contact p:not(.section-label) {
  max-width: 500px;
  margin: 0;
  color: #aaa9b3;
  font-size: 13px;
  line-height: 1.58;
}

.support-contact .inline-link {
  color: var(--purple-soft);
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 155px;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-product {
    width: min(620px, 100%);
    margin: auto;
  }

  .screen-grid {
    grid-template-columns: 1fr;
  }

  .screen-card {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
  }

  .screen-card-image {
    height: 560px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .screen-card-copy {
    min-height: 0;
    align-self: center;
  }

  .control-copy {
    padding: 45px;
  }

  .privacy-panel {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: min(100% - 30px, 680px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header .store-link {
    display: none;
  }

  .site-header nav {
    gap: 17px;
  }

  .site-header nav a {
    display: none;
  }

  .site-header nav a[href*="privacy"],
  .site-header nav a[href*="support"] {
    display: block;
  }

  .control-section {
    grid-template-columns: 1fr;
  }

  .control-phone {
    min-height: 620px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .phone-frame-small {
    width: 290px;
  }

  .capability-grid,
  .faq-section,
  .legal-summary,
  .support-hero .legal-summary,
  .legal-layout,
  .support-content,
  .troubleshooting {
    grid-template-columns: 1fr;
  }

  .faq-section {
    gap: 50px;
  }

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

  .footer-meta {
    grid-column: 1 / -1;
  }

  .legal-summary {
    gap: 24px;
  }

  .effective-date,
  .support-email {
    justify-self: start;
  }

  .legal-layout {
    gap: 55px;
  }

  .legal-aside,
  .support-heading {
    position: static;
  }

  .legal-aside {
    grid-template-columns: 1fr 1fr;
  }

  .legal-aside p {
    grid-column: 1 / -1;
  }

  .support-overview {
    grid-template-columns: 1fr;
  }

  .support-overview article {
    min-height: 200px;
  }

  .support-content,
  .troubleshooting {
    gap: 50px;
  }

  .support-contact {
    grid-template-columns: auto 1fr;
  }

  .support-contact .inline-link {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: min(100% - 24px, 500px);
    --radius: 22px;
  }

  .site-header {
    top: 9px;
    min-height: 56px;
    padding: 8px 10px;
  }

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

  .brand {
    font-size: 17px;
  }

  .site-header nav {
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 125px;
    padding-bottom: 65px;
  }

  .hero h1 {
    font-size: clamp(52px, 15.5vw, 72px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .app-store-button,
  .secondary-button {
    width: 100%;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 40px;
  }

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

  .hero-product::before {
    width: 310px;
    height: 570px;
  }

  .phone-frame {
    width: min(285px, 78vw);
    padding: 5px;
    border-radius: 39px;
  }

  .phone-frame img {
    border-radius: 34px;
  }

  .status-chip {
    font-size: 9px;
  }

  .status-top {
    left: 0;
  }

  .status-bottom {
    right: 0;
  }

  .product-strip {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .product-section,
  .capabilities-section,
  .privacy-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-heading h2,
  .control-copy h2,
  .privacy-copy h2,
  .faq-heading h2,
  .download-content h2,
  .legal-hero h1 {
    font-size: clamp(42px, 12.5vw, 57px);
  }

  .section-heading > p:last-child {
    font-size: 15px;
  }

  .screen-card {
    display: block;
  }

  .screen-card-image {
    height: 500px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .screen-card-image img {
    width: 245px;
  }

  .control-section {
    margin-bottom: 90px;
    border-radius: 24px;
  }

  .control-phone {
    min-height: 580px;
    padding-top: 50px;
  }

  .control-copy,
  .privacy-panel {
    padding: 30px 25px;
  }

  .action-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article {
    min-height: 235px;
    padding: 26px;
  }

  .privacy-panel {
    gap: 38px;
    border-radius: 24px;
  }

  .faq-section {
    padding-bottom: 90px;
  }

  .download-section {
    padding: 90px 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .footer-meta {
    grid-column: auto;
  }

  .legal-hero {
    min-height: 610px;
    padding-top: 135px;
    padding-bottom: 60px;
  }

  .legal-layout {
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .legal-aside {
    grid-template-columns: 1fr;
  }

  .legal-aside p {
    grid-column: auto;
  }

  .legal-content > section {
    padding-bottom: 52px;
  }

  .legal-content > section + section {
    padding-top: 52px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 14px;
  }

  .data-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .support-overview {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .support-content {
    padding-bottom: 90px;
  }

  .setup-steps li {
    grid-template-columns: 34px 1fr;
    gap: 17px;
  }

  .troubleshooting {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .support-contact {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 90px;
    padding: 28px;
  }

  .support-contact > img {
    width: 88px;
    border-radius: 20px;
  }

  .support-contact .inline-link {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
