:root {
  color-scheme: dark;
  --bg: #0b1423;
  --panel: rgba(17, 31, 51, .78);
  --panel-2: rgba(24, 45, 73, .82);
  --text: #f4f7fb;
  --muted: #bdc9da;
  --line: rgba(255,255,255,.16);
  --blue: #39a6ff;
  --cyan: #56e3ff;
  --green: #2fd680;
  --gold: #ffd27a;
  --mx: 54vw;
  --my: 28vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 12%, rgba(86, 227, 255, .18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255, 210, 122, .18), transparent 30%),
    linear-gradient(180deg, #10213a 0%, #0b1423 42%, #07101e 100%);
  color: var(--text);
  overflow-x: hidden;
  padding-bottom: 0;
}

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

main {
  flex: 1 0 auto;
}

.page-ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.page-ambient::before {
  content: "";
  position: absolute;
  inset: -20%;
  opacity: .22;
  background:
    radial-gradient(circle at 24% 20%, rgba(86,227,255,.22), transparent 30%),
    radial-gradient(circle at 78% 28%, rgba(255,210,122,.18), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(47,214,128,.14), transparent 34%);
  animation: ambientBreath 14s ease-in-out infinite alternate;
}

.page-ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 360px at var(--mx) var(--my), rgba(86,227,255,.22), transparent 58%),
    radial-gradient(circle 260px at calc(var(--mx) - 90px) calc(var(--my) + 72px), rgba(255,210,122,.16), transparent 64%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.11), transparent 42%),
    linear-gradient(180deg, transparent 0%, rgba(7,16,30,.66) 78%);
  transition: background-position .2s ease;
}

.glow {
  position: absolute;
  width: 42vw;
  height: 42vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 999px;
  filter: blur(48px);
  opacity: .38;
  mix-blend-mode: screen;
  animation: floatGlow 13s ease-in-out infinite alternate;
}

.glow-blue {
  left: -13vw;
  top: 8vh;
  background: #22a8ff;
}

.glow-gold {
  right: -15vw;
  top: 20vh;
  background: #ffc85f;
  animation-delay: -4s;
}

.glow-green {
  left: 35vw;
  bottom: -24vw;
  background: #2fd680;
  animation-delay: -8s;
  opacity: .24;
}

.topbar {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(9,19,34,.62);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: contain;
}

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

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

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

nav a.active {
  position: relative;
}

nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}

.top-cta {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #06221a;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 10px 28px rgba(47,214,128,.20);
}

.top-cta:hover {
  color: #06221a;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: clamp(148px, 18vh, 210px) clamp(20px, 7vw, 96px) 80px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .44;
  background: radial-gradient(circle at 72% 48%, rgba(86,227,255,.16), transparent 36%);
  animation: heroSweep 9s ease-in-out infinite alternate;
}

.hero-bg {
  position: absolute;
  inset: clamp(140px, 20vh, 220px) -8vw auto auto;
  width: min(820px, 80vw);
  opacity: .55;
  filter: saturate(1.18) contrast(1.05) drop-shadow(0 34px 80px rgba(32,148,255,.18));
  animation: logoFloat 7s ease-in-out infinite alternate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 26%, rgba(86,227,255,.16), transparent 34%),
    radial-gradient(circle at 82% 52%, rgba(255,210,122,.14), transparent 34%),
    linear-gradient(90deg, rgba(10,22,39,.97) 0%, rgba(10,22,39,.82) 46%, rgba(10,22,39,.30) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .92;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

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

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.actions,
.app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid var(--line);
}

.button.primary {
  color: #061018;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-color: transparent;
}

.button.secondary {
  background: rgba(255,255,255,.06);
}

.button.danger {
  color: #fff;
  border-color: rgba(255, 92, 92, .42);
  background: linear-gradient(135deg, #ff4d5e, #c91f34);
  box-shadow: 0 16px 42px rgba(255, 61, 79, .20);
}

.button.danger:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 52px rgba(255, 61, 79, .28);
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.stats span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  color: var(--muted);
}

.stats b { color: var(--text); }

.section {
  padding: 84px clamp(20px, 7vw, 96px);
  border-top: 0;
}

.features-section {
  width: min(1760px, calc(100% - 96px));
  max-width: none;
  margin: 0 auto;
  padding-top: 74px;
  padding-left: 0;
  padding-right: 0;
}

.features-head {
  max-width: 860px;
  margin-bottom: 44px;
}

.features-head h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1.02;
}

.features-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.features-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  grid-template-areas:
    "main speed"
    "main uptime"
    "support platforms";
  gap: 16px;
}

.feature-card {
  min-height: 250px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: 30px;
  background:
    radial-gradient(circle at 80% 34%, rgba(86,227,255,.10), transparent 36%),
    linear-gradient(180deg, rgba(18,31,52,.80), rgba(10,16,29,.74));
  box-shadow: 0 22px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}

.feature-main {
  grid-area: main;
  min-height: 520px;
  padding: clamp(30px, 4vw, 46px);
  background:
    radial-gradient(circle at 78% 38%, rgba(86,227,255,.13), transparent 38%),
    linear-gradient(180deg, rgba(20,34,57,.82), rgba(10,16,29,.74));
}

.features-grid .feature-card:nth-child(2) { grid-area: speed; }
.features-grid .feature-card:nth-child(3) { grid-area: uptime; }
.features-grid .feature-card:nth-child(4) { grid-area: support; }
.feature-platforms { grid-area: platforms; }

.feature-label {
  display: block;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.feature-metric {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 4px;
}

.feature-metric-main {
  align-items: baseline;
  gap: 12px;
  padding-bottom: 10px;
}

.feature-metric em {
  margin-right: -4px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 42px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.feature-metric strong {
  font-size: clamp(92px, 12vw, 150px);
  line-height: .9;
  letter-spacing: 0;
  background: linear-gradient(180deg, #fff 30%, #b8c6dd 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.feature-metric span {
  margin-bottom: 10px;
  color: var(--text);
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-metric.small {
  gap: 10px;
  margin-bottom: 20px;
}

.feature-metric.small strong {
  font-size: clamp(58px, 5vw, 82px);
}

.feature-metric.small span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 22px;
  text-transform: none;
}

.feature-card h3 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(22px, 2.2vw, 32px);
}

.feature-card p {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.6;
}

.feature-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.feature-card li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--cyan);
}

.feature-table {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.feature-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(86,227,255,.09), rgba(255,255,255,.035));
}

.feature-table span {
  color: var(--muted);
  font-weight: 800;
}

.feature-table b {
  color: var(--text);
  font-size: 16px;
  white-space: nowrap;
}

.platform-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.platform-pills span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 800;
}

.page {
  padding-top: 78px;
}

.guide-page {
  max-width: 1360px;
  margin: 0 auto;
}

.apps-page {
  max-width: 1360px;
  min-height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.legal-page {
  max-width: 1180px;
  margin: 0 auto;
}

.page-hero {
  position: relative;
  padding: 96px clamp(20px, 7vw, 96px) 64px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
  animation: none;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .98;
  max-inline-size: 12ch;
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  padding-top: 64px;
  padding-bottom: 52px;
}

.guide-hero h1 {
  margin-bottom: 16px;
}

.guide-fast {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.guide-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(86,227,255,.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(86,227,255,.18), transparent 38%),
    linear-gradient(180deg, rgba(19,37,63,.76), rgba(10,20,36,.70));
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.guide-summary div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.guide-summary b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #06221a;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.guide-summary span {
  font-weight: 900;
}

.guide-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 86px;
}

.guide-flow {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(580px, 1.22fr);
  gap: 24px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(86,227,255,.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(86,227,255,.13), transparent 34%),
    linear-gradient(180deg, rgba(19,37,63,.64), rgba(9,19,34,.48));
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}

.guide-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 22px;
}

.guide-title h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
}

.guide-title p:not(.eyebrow) {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.apps-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  padding-top: 56px;
  padding-bottom: 24px;
}

.legal-hero {
  padding-bottom: 28px;
}

.legal-hero h1 {
  max-inline-size: 14ch;
}

.legal-content {
  display: grid;
  gap: 14px;
  padding-top: 20px;
  padding-bottom: 82px;
}

.legal-content article {
  padding: 24px 28px;
}

.legal-content article h3 {
  margin-bottom: 10px;
}

.legal-content article p {
  max-width: 920px;
  margin-bottom: 0;
}

.legal-content a {
  color: var(--cyan);
  font-weight: 800;
}

.privacy-content article p + p,
.privacy-content article ul + p,
.terms-content article p + p,
.terms-content article ul + p {
  margin-top: 12px;
}

.privacy-content ul,
.terms-content ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.privacy-content li::marker,
.terms-content li::marker {
  color: var(--cyan);
}

.apps-hero h1 {
  max-inline-size: 10ch;
}

.app-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(86,227,255,.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(86,227,255,.16), transparent 38%),
    linear-gradient(180deg, rgba(19,37,63,.72), rgba(10,20,36,.68));
  box-shadow: 0 28px 80px rgba(0,0,0,.20);
  backdrop-filter: blur(14px);
}

.app-summary div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.app-summary b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #06221a;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.app-summary span {
  font-weight: 900;
}

.apps-list {
  padding-top: 14px;
  padding-bottom: 72px;
}

.apps-page .apps-list {
  padding-bottom: 28px;
}

.apps-list article {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.apps-list article p {
  max-width: 680px;
}

.apps-list .button {
  width: min(260px, 100%);
  margin-top: 12px;
}

.apps-page ~ footer,
.guide-page ~ footer {
  min-height: clamp(120px, 14vh, 180px);
  margin-top: auto;
  padding-top: 34px;
  padding-bottom: 42px;
}

.section-head.compact {
  margin-bottom: 18px;
}

.section-head.compact h2 {
  margin-bottom: 0;
}

.quick-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.quick-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.quick-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  color: #06221a;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.quick-steps span {
  font-weight: 800;
}

.guide-steps {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.guide-steps div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  min-height: 104px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(24,45,73,.82), rgba(12,27,47,.70));
  box-shadow: none;
  grid-column: span 2;
}

.guide-steps div:nth-child(4) {
  grid-column: 2 / span 2;
}

.guide-steps div:nth-child(5) {
  grid-column: 4 / span 2;
}

.guide-steps div span {
  font-size: 16px;
  font-weight: 850;
}

.guide-note {
  max-width: none;
  margin-top: 18px;
  padding: 20px 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47,214,128,.13), transparent 36%),
    rgba(255,255,255,.055);
}

.guide-note h3 {
  margin-bottom: 10px;
}

.guide-note p {
  max-width: 920px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  align-items: stretch;
}

.faq-list article {
  min-height: 210px;
}

.faq-list article:nth-child(1),
.faq-list article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(86,227,255,.16), transparent 34%),
    linear-gradient(180deg, var(--panel), rgba(16,24,39,.66));
}

.faq-list article:last-child {
  grid-column: 1 / -1;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.faq-list article:last-child .button {
  width: min(360px, 100%);
  align-self: center;
}

.faq-list .faq-support-card {
  width: min(760px, 100%);
  justify-self: center;
  min-height: 132px;
  padding: 26px;
}

.faq-list .faq-support-card .button {
  width: min(320px, 100%);
}

article,
.plan {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, var(--panel), rgba(16,24,39,.62)),
    radial-gradient(circle at 100% 0%, rgba(86,227,255,.10), transparent 34%);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 20px 70px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
}

.price-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-card h2 {
  font-size: clamp(46px, 7vw, 74px);
  white-space: nowrap;
}

.price-card.featured {
  border-color: rgba(86,227,255,.46);
  background:
    linear-gradient(180deg, rgba(22,49,82,.88), rgba(16,24,39,.66)),
    radial-gradient(circle at 100% 0%, rgba(86,227,255,.18), transparent 42%);
}

@media (min-width: 821px) {
  .pricing-grid .yearly-card {
    grid-column: 1 / -1;
    width: min(100%, calc((100% - 16px) / 2));
    justify-self: center;
  }
}

.badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
}

article p,
.apps p,
.plan p {
  color: var(--muted);
  line-height: 1.55;
}

.icon {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 900;
}

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

.steps.wide {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.steps div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--panel-2), rgba(18,35,60,.70));
  border: 1px solid var(--line);
}

.steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  background: var(--blue);
}

.apps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  background:
    radial-gradient(circle at 12% 35%, rgba(86,227,255,.16), transparent 28%),
    linear-gradient(135deg, rgba(32,148,255,.18), rgba(47,214,128,.11));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 18% 42%, rgba(86,227,255,.13), transparent 30%),
    linear-gradient(135deg, rgba(32,148,255,.12), rgba(47,214,128,.09));
}

.split p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.55;
}

.actions.compact {
  margin-top: 0;
  min-width: 260px;
}

.note {
  margin-top: 18px;
  max-width: 820px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.note p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.guide-section .steps.guide-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.guide-section .steps.guide-steps > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  min-height: 112px;
  padding: 18px;
  grid-column: span 2;
}

.guide-section .steps.guide-steps > div:nth-child(4) {
  grid-column: 2 / span 2;
}

.guide-section .steps.guide-steps > div:nth-child(5) {
  grid-column: 4 / span 2;
}

.guide-section .steps.guide-steps > div span {
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.guide-section .note.guide-note {
  width: min(860px, 100%);
  max-width: none;
  margin: 18px auto 0;
}

.guide-section .note.guide-note p {
  max-width: none;
}

.plan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
}

.price {
  font-size: 38px;
  font-weight: 900;
  white-space: nowrap;
}

footer {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
  min-height: clamp(120px, 14vh, 180px);
  margin-top: auto;
  padding: 34px clamp(20px, 7vw, 96px) 42px;
  color: var(--muted);
  border-top: 0;
}

footer .brand {
  display: none;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.bottom-nav {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 18px;
  width: min(620px, calc(100% - 28px));
  min-height: 54px;
  transform: translateX(-50%);
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(86,227,255,.14), transparent 44%),
    rgba(8, 18, 32, .66);
  box-shadow: 0 22px 70px rgba(0,0,0,.32);
  backdrop-filter: blur(22px);
}

.bottom-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.bottom-nav a:hover,
.bottom-nav a.active {
  color: var(--text);
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}

@media (max-width: 820px) {
  body {
    padding-bottom: 86px;
  }

  .topbar {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 86vh;
    padding-top: 98px;
  }

  .hero-bg {
    width: 112vw;
    opacity: .30;
    right: -34vw;
    bottom: 2vh;
  }

  .grid.three,
  .steps,
  .steps.wide,
  .pricing-grid,
  .apps-list,
  .faq-list,
  .features-grid,
  .apps,
  .plan,
  .split {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-areas:
      "main"
      "speed"
      "uptime"
      "support"
      "platforms";
  }

  .features-section {
    width: auto;
    padding-top: 52px;
    padding-left: clamp(20px, 7vw, 96px);
    padding-right: clamp(20px, 7vw, 96px);
  }

  .features-head {
    margin-bottom: 24px;
  }

  .feature-card,
  .feature-main {
    min-height: auto;
    padding: 22px;
  }

  .feature-metric strong {
    font-size: 78px;
  }

  .feature-metric.small strong {
    font-size: 58px;
  }

  .feature-metric span {
    white-space: normal;
  }

  .faq-list article:last-child {
    display: block;
    grid-column: auto;
  }

  .section-head {
    display: block;
  }

  .page {
    padding-top: 70px;
  }

  .page-hero {
    padding-top: 74px;
    padding-bottom: 44px;
  }

  .guide-hero {
    display: block;
    padding-top: 46px;
    padding-bottom: 26px;
  }

  .apps-hero {
    display: block;
    padding-top: 46px;
    padding-bottom: 22px;
  }

  .guide-summary {
    margin-top: 22px;
  }

  .app-summary {
    margin-top: 22px;
  }

  .guide-section {
    padding-top: 28px;
  }

  .apps-list {
    padding-top: 20px;
  }

  .apps-page .apps-list {
    padding-bottom: 28px;
  }

  .page-hero h1 {
    max-inline-size: 11ch;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .page-hero .lead {
    font-size: 18px;
  }

  .quick-steps {
    grid-template-columns: 1fr;
  }

  .guide-steps {
    grid-template-columns: 1fr;
  }

  .section:last-of-type {
    padding-bottom: 132px;
  }

  .button,
  .actions .button,
  .app-buttons .button {
    width: 100%;
  }

  footer {
    display: block;
    margin-top: 28px;
    min-height: auto;
    padding-bottom: 110px;
  }

  .apps-page ~ footer,
  .guide-page ~ footer {
    margin-top: 28px;
    padding-top: 20px;
    padding-bottom: 110px;
  }

  .footer-links {
    margin-top: 16px;
    flex-wrap: wrap;
  }

  .bottom-nav {
    display: grid;
    bottom: 10px;
    width: calc(100% - 18px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 50px;
    padding: 6px;
  }

  .bottom-nav a {
    min-height: 38px;
    padding: 0 4px;
    font-size: 10px;
  }
}

@keyframes ambientBreath {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.05) translate3d(18px, -14px, 0); }
}

@keyframes floatGlow {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(28px, -22px, 0) scale(1.08); }
}

@keyframes logoFloat {
  from { transform: translate3d(0, 0, 0) rotate(-1deg); }
  to { transform: translate3d(-18px, -16px, 0) rotate(1deg); }
}

@keyframes heroSweep {
  from { transform: translate3d(-24px, 0, 0); }
  to { transform: translate3d(24px, 0, 0); }
}

@media (max-width: 1120px) {
  .guide-flow {
    grid-template-columns: 1fr;
  }

  .guide-title {
    padding-bottom: 4px;
  }

  .guide-steps div:nth-child(4),
  .guide-steps div:nth-child(5) {
    grid-column: span 2;
  }

  .guide-section .steps.guide-steps > div:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .guide-section .steps.guide-steps > div:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 820px) {
  .guide-section {
    width: calc(100% - 28px);
    padding-top: 18px;
    padding-bottom: 118px;
  }

  .guide-flow {
    padding: 14px;
  }

  .guide-steps {
    grid-template-columns: 1fr;
  }

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

  .guide-steps div,
  .guide-steps div:nth-child(4),
  .guide-steps div:nth-child(5) {
    grid-column: auto;
  }

  .guide-section .steps.guide-steps > div,
  .guide-section .steps.guide-steps > div:nth-child(4),
  .guide-section .steps.guide-steps > div:nth-child(5) {
    grid-column: auto;
    min-height: 62px;
  }

  .guide-title {
    padding: 12px;
  }

  .guide-title h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .guide-title p:not(.eyebrow) {
    font-size: 16px;
  }

  .guide-steps div {
    min-height: 62px;
    padding: 12px;
  }

  .guide-steps div span {
    font-size: 15px;
  }
}

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