:root {
  color-scheme: dark;
  --bg: #0b0717;
  --bg-deep: #07040f;
  --surface: rgba(29, 22, 51, 0.72);
  --surface-strong: #1a1430;
  --surface-soft: rgba(255, 255, 255, 0.045);
  --border: rgba(190, 170, 255, 0.16);
  --border-bright: rgba(177, 147, 255, 0.35);
  --text: #f8f6ff;
  --muted: #b9b1cc;
  --muted-strong: #d4cde3;
  --purple: #8b5cf6;
  --purple-bright: #a78bfa;
  --magenta: #ec4899;
  --blue: #58a7ff;
  --green: #3ddc97;
  --shadow: 0 24px 80px rgba(3, 1, 12, 0.48);
  --container: 1180px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --header-height: 76px;
  font-family:
    Inter, Manrope, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(97, 55, 179, 0.17), transparent 32rem),
    var(--bg);
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(167, 139, 250, 0.85);
  outline-offset: 4px;
}

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

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

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

.section {
  position: relative;
  padding-block: 88px;
}

.section-tight {
  padding-block: 64px;
}

.section-surface {
  border-block: 1px solid rgba(255, 255, 255, 0.035);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent),
    rgba(18, 12, 35, 0.56);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(11, 7, 23, 0.72);
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--border);
  background: rgba(11, 7, 23, 0.92);
  box-shadow: 0 12px 36px rgba(4, 2, 11, 0.28);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.brand-logo {
  border-radius: 13px;
  box-shadow: 0 8px 26px rgba(139, 92, 246, 0.34);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.header-nav a {
  transition: color 160ms ease;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  color: white;
  background: linear-gradient(135deg, #9b77ff 0%, #7348ee 58%, #6535dc 100%);
  box-shadow: 0 15px 35px rgba(114, 71, 238, 0.35);
}

.button-primary:hover {
  box-shadow: 0 18px 45px rgba(114, 71, 238, 0.5);
}

.button-secondary,
.button-ghost {
  border-color: var(--border-bright);
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
}

.button-secondary:hover,
.button-ghost:hover {
  border-color: rgba(190, 169, 255, 0.6);
  background: rgba(255, 255, 255, 0.075);
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 13px;
  font-size: 13px;
}

.telegram-mark {
  display: inline-grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: #081324;
  background: #6bb6ff;
  font-size: 13px;
  font-weight: 900;
}

.hero {
  min-height: auto;
  padding-top: 68px;
  padding-bottom: 34px;
  overflow: hidden;
}

.hero-glow,
.final-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.hero-glow-one {
  top: 8%;
  right: -14rem;
  width: 38rem;
  height: 38rem;
  background: radial-gradient(circle, rgba(111, 65, 223, 0.25), transparent 67%);
}

.hero-glow-two {
  bottom: 2%;
  left: -15rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(220, 65, 148, 0.12), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 54px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: #bba5ff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(61, 220, 151, 0.1), 0 0 20px rgba(61, 220, 151, 0.6);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--text);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 8vw, 5.8rem);
  font-weight: 900;
}

h1 em {
  display: block;
  color: transparent;
  background: linear-gradient(96deg, #c2adff 0%, #8c68ff 43%, #fb78b9 110%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.hero-lead {
  max-width: 710px;
  margin: 0 0 30px;
  color: var(--muted-strong);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.7;
}

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

.action-item {
  display: grid;
  min-width: min(100%, 218px);
  gap: 7px;
}

.action-item-primary {
  min-width: min(100%, 250px);
}

.action-item small {
  color: #8f879f;
  font-size: 11px;
  text-align: center;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding: 7px 11px 7px 27px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.028);
  font-size: 12px;
  font-weight: 650;
}

.trust-list li::before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.hero-preview {
  position: relative;
  max-width: 590px;
  margin-inline: auto;
}

.hero-preview::before {
  position: absolute;
  z-index: -1;
  inset: -18px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(236, 72, 153, 0.05));
  filter: blur(18px);
  content: "";
}

.preview-window {
  padding: 22px;
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(41, 31, 71, 0.88), rgba(19, 13, 36, 0.94)),
    var(--surface-strong);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.preview-topline,
.preview-source,
.preview-step {
  display: flex;
  align-items: center;
}

.preview-topline {
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-label,
.preview-status {
  font-size: 12px;
  font-weight: 760;
}

.preview-label {
  color: #c7b8ee;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.preview-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a7f3d0;
}

.preview-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(61, 220, 151, 0.7);
}

.preview-source {
  gap: 13px;
  padding: 18px 0 16px;
}

.source-icon {
  display: grid;
  width: 39px;
  height: 39px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(172, 146, 255, 0.3);
  border-radius: 12px;
  color: #c4b0ff;
  background: rgba(139, 92, 246, 0.1);
  font-weight: 900;
}

.preview-source small,
.preview-source code {
  display: block;
}

.preview-source small {
  margin-bottom: 2px;
  color: #8f879f;
  font-size: 11px;
}

.preview-source code {
  max-width: 240px;
  overflow: hidden;
  color: #dbd4e8;
  font-family: inherit;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-steps {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.preview-step {
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.preview-step > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: none;
  place-items: center;
  border-radius: 10px;
  color: #cab8ff;
  background: rgba(139, 92, 246, 0.16);
  font-size: 12px;
  font-weight: 800;
}

.preview-step strong,
.preview-step small {
  display: block;
}

.preview-step strong {
  margin-bottom: 1px;
  font-size: 13px;
}

.preview-step small {
  color: #9990ab;
  font-size: 11px;
}

.preview-progress {
  height: 5px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.preview-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple-bright), var(--magenta));
  animation: preview-progress 5s ease-in-out infinite;
}

.preview-note {
  margin: 12px 0 0;
  color: #8d849e;
  font-size: 10px;
  line-height: 1.5;
}

.platform-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 42px;
}

.platform-row > span {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  gap: 8px;
  padding: 7px 13px 7px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #c4bbd4;
  background: rgba(255, 255, 255, 0.028);
  font-size: 12px;
  font-weight: 680;
}

.platform-row i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #f4efff;
  background: rgba(255, 255, 255, 0.055);
  font-style: normal;
  font-weight: 850;
}

.platform-row i svg {
  width: 16px;
  height: 16px;
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading-left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.use-cases h2,
.final-card h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 6vw, 3.7rem);
  font-weight: 860;
}

.section-heading > p:last-child,
.final-card > p,
.use-cases > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.ways-grid {
  display: grid;
  gap: 18px;
}

.way-card,
.step-card,
.feature-card,
.comparison,
.use-cases,
.final-card {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 18px 55px rgba(4, 2, 14, 0.2);
}

.way-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.way-card-main {
  border-color: rgba(167, 139, 250, 0.38);
  background:
    radial-gradient(circle at 90% 0%, rgba(139, 92, 246, 0.17), transparent 43%),
    var(--surface);
}

.way-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(167, 139, 250, 0.32);
  border-radius: 15px;
  color: #d2c6ff;
  background: rgba(139, 92, 246, 0.13);
  font-size: 25px;
  font-weight: 800;
}

.way-icon-telegram {
  color: #a9d6ff;
  background: rgba(88, 167, 255, 0.12);
}

.card-badge {
  width: fit-content;
  padding: 5px 9px;
  margin: 0 0 14px;
  border-radius: 999px;
  color: #ccbfff;
  background: rgba(139, 92, 246, 0.12);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-badge-muted {
  color: #b8d9f8;
  background: rgba(88, 167, 255, 0.1);
}

.way-card h3,
.step-card h3,
.feature-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.way-card > p:not(.card-badge),
.step-card p,
.feature-card p {
  color: var(--muted);
}

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

.way-card li {
  position: relative;
  padding-left: 22px;
}

.way-card li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 800;
}

.way-card .button {
  width: 100%;
  margin-top: auto;
}

.steps-grid,
.features-grid {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.step-card,
.feature-card {
  padding: 25px;
  border-radius: var(--radius-md);
}

.step-number {
  display: block;
  margin-bottom: 42px;
  color: #a98cff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.step-card p,
.feature-card p {
  margin-bottom: 0;
}

.feature-card > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(167, 139, 250, 0.28);
  border-radius: 14px;
  color: #cebfff;
  background: rgba(139, 92, 246, 0.11);
  font-size: 13px;
  font-weight: 850;
}

.use-cases {
  display: grid;
  gap: 30px;
  padding: 30px;
  border-radius: var(--radius-lg);
}

.use-cases h2 {
  margin-bottom: 14px;
}

.use-cases-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--muted);
}

.use-cases ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.use-cases li {
  position: relative;
  padding: 13px 15px 13px 46px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 14px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.025);
}

.use-cases li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: rgba(61, 220, 151, 0.09);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.lifestyle-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.75fr);
  gap: 14px;
  min-height: 420px;
}

.lifestyle-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: #100b20;
  box-shadow: 0 20px 48px rgba(3, 1, 12, 0.34);
}

.lifestyle-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 36%, rgba(8, 4, 18, 0.88) 100%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.12), transparent 52%);
  content: "";
  pointer-events: none;
}

.lifestyle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.lifestyle-photo-wide img {
  object-position: center;
}

.lifestyle-photo-tall img {
  object-position: center 44%;
}

.lifestyle-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.lifestyle-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 2px;
}

.lifestyle-photo figcaption strong {
  color: var(--text);
  font-size: 16px;
}

.lifestyle-photo figcaption span {
  color: rgba(235, 229, 248, 0.72);
  font-size: 12px;
}

.comparison {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--border);
}

.comparison-row > div {
  padding: 17px 18px;
  color: var(--muted-strong);
}

.comparison-row > div + div {
  border-left: 1px solid var(--border);
}

.comparison-head {
  background: rgba(139, 92, 246, 0.09);
}

.comparison-head > div {
  color: var(--text);
  font-weight: 800;
}

.center-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.faq-layout {
  display: grid;
  gap: 38px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.faq-list details[open] {
  border-color: rgba(167, 139, 250, 0.34);
  background: rgba(139, 92, 246, 0.06);
}

.faq-list summary {
  position: relative;
  padding: 18px 48px 18px 18px;
  color: var(--text);
  cursor: pointer;
  font-weight: 740;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #bba7ff;
  content: "+";
  font-size: 23px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 48px 18px 18px;
  margin: 0;
  color: var(--muted);
}

.final-cta {
  overflow: hidden;
}

.final-glow {
  bottom: -22rem;
  left: 50%;
  width: 52rem;
  height: 40rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(123, 77, 238, 0.25), transparent 67%);
}

.final-card {
  position: relative;
  z-index: 1;
  padding: 44px 24px;
  border-color: rgba(167, 139, 250, 0.35);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.17), transparent 57%),
    rgba(26, 19, 48, 0.86);
  text-align: center;
}

.final-card > p {
  max-width: 690px;
  margin-inline: auto;
}

.site-footer {
  padding: 48px 0 26px;
  border-top: 1px solid var(--border);
  background: var(--bg-deep);
}

.footer-main {
  display: grid;
  gap: 34px;
}

.footer-brand {
  margin-bottom: 15px;
}

.footer-main > div > p {
  max-width: 440px;
  margin: 0;
  color: #9990aa;
  font-size: 13px;
}

.footer-links {
  display: grid;
  gap: 11px;
  align-content: start;
  color: var(--muted);
  font-size: 13px;
}

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

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-top: 25px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.footer-meta p {
  margin: 0;
  color: #756d82;
  font-size: 11px;
}

.not-found {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding-block: 40px;
  background:
    radial-gradient(circle at 50% 35%, rgba(123, 77, 238, 0.2), transparent 32rem),
    var(--bg);
}

.not-found-card {
  max-width: 620px;
  padding: 42px 26px;
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-lg);
  background: rgba(26, 19, 48, 0.82);
  box-shadow: var(--shadow);
  text-align: center;
}

.not-found-card .brand {
  justify-content: center;
}

.not-found-code {
  margin: 36px 0 2px;
  color: #b69fff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.not-found-card h1 {
  margin-bottom: 15px;
  font-size: clamp(2.35rem, 9vw, 4rem);
}

.not-found-card > p:not(.not-found-code) {
  margin: 0 auto 26px;
  color: var(--muted);
}

.not-found-card .button {
  min-width: 190px;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes preview-progress {
  0% {
    transform: scaleX(0.06);
  }

  58%,
  82% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0.06);
  }
}

@media (min-width: 680px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .ways-grid,
  .steps-grid,
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .way-card {
    padding: 34px;
  }

  .final-card {
    padding: 58px 42px;
  }

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

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

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  }

  .ways-grid {
    grid-template-columns: 1.18fr 0.82fr;
  }

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

  .use-cases {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    padding: 42px;
  }

  .faq-layout {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
  }

  .section-heading-left {
    position: sticky;
    top: calc(var(--header-height) + 28px);
  }
}

@media (max-width: 899px) {
  .header-nav {
    display: none;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .trust-list {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

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

@media (max-width: 580px) {
  :root {
    --header-height: 68px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding-block: 66px;
  }

  .section-tight {
    padding-block: 50px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 26px;
  }

  h1 {
    font-size: clamp(2.5rem, 12.5vw, 3.6rem);
  }

  .hero-actions,
  .action-item,
  .action-item-primary,
  .action-item .button {
    width: 100%;
  }

  .preview-window {
    padding: 17px;
    border-radius: 22px;
  }

  .preview-step {
    padding: 10px;
  }

  .preview-source code {
    max-width: 190px;
  }

  .platform-row {
    margin-top: 30px;
  }

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

  .way-card,
  .step-card,
  .feature-card,
  .use-cases {
    padding: 22px;
  }

  .lifestyle-collage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lifestyle-photo {
    min-height: 250px;
  }

  .lifestyle-photo-tall {
    min-height: 320px;
  }

  .comparison-row > div {
    padding: 14px 12px;
    font-size: 12px;
  }

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

  .final-card {
    padding: 38px 20px;
  }

  .footer-main,
  .footer-meta {
    text-align: left;
  }
}

@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;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
