@font-face {
  font-family: 'Noto Sans Stundora';
  src: url('../Shiftly/assets/fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Stundora';
  src: url('../Shiftly/assets/fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f5fbf7;
  --bg-deep: #eaf6ef;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(247, 253, 249, 0.76);
  --line: rgba(24, 101, 69, 0.12);
  --line-strong: rgba(24, 101, 69, 0.22);
  --text: #17392c;
  --muted: #5d776b;
  --muted-strong: #3f5c50;
  --accent: #34b67c;
  --accent-strong: #238b5e;
  --accent-deep: #14573b;
  --shadow: 0 24px 70px rgba(41, 89, 65, 0.12);
  --radius-2xl: 36px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --content-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: 'Noto Sans Stundora', 'Segoe UI', sans-serif;
  font-size: 15px;
  background:
    radial-gradient(circle at 10% 8%, rgba(104, 214, 162, 0.22), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(139, 184, 233, 0.16), transparent 24%),
    linear-gradient(180deg, #fbfefd 0%, #f3faf6 38%, #eef7f1 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 90, 61, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 90, 61, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 92%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.ambient {
  position: fixed;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.34;
  pointer-events: none;
}

.ambient-left {
  top: -8rem;
  left: -10rem;
  background: radial-gradient(circle, rgba(86, 218, 151, 0.32), transparent 68%);
}

.ambient-right {
  top: 16rem;
  right: -12rem;
  background: radial-gradient(circle, rgba(118, 177, 234, 0.18), transparent 68%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 68px;
}

.announcement {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0 18px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  width: min(calc(100% - 36px), var(--content-width));
  margin-left: auto;
  margin-right: auto;
}

.announcement p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.announcement-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(93, 221, 156, 0.32), rgba(50, 176, 117, 0.2));
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  margin: 0 0 28px;
  padding: 14px 0;
  border: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.topbar-inner,
.footer-inner {
  width: min(calc(100% - 36px), var(--content-width));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand > img:first-child {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-wordmark {
  width: 150px;
  object-fit: contain;
}

.topnav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.topnav a,
.footer-links a,
.legal-nav a {
  transition: color 180ms ease;
}

.topnav a:hover,
.footer-links a:hover,
.legal-nav a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.store-badge:hover,
.download-tile:hover,
.legal-link-card:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #7adfb1 0%, #41c489 46%, #259463 100%);
  box-shadow: 0 18px 38px rgba(41, 185, 122, 0.22);
}

.button-secondary,
.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
}

.button-wide {
  width: 100%;
}

.section {
  padding: 58px 0;
  width: min(calc(100% - 36px), var(--content-width));
  margin: 0 auto;
}

.content-band {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 252, 247, 0.86));
  box-shadow: var(--shadow);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 42px;
  align-items: center;
}

.hero {
  min-height: calc(100vh - 180px);
}

.eyebrow,
.mode-kicker,
.mini-label {
  margin: 0 0 10px;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
}

.hero h1,
.section-head h2,
.download-copy h2,
.legal-hero h1,
.legal-section h2 {
  margin: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  letter-spacing: -0.045em;
  line-height: 0.97;
}

.hero h1 {
  font-size: clamp(2.45rem, 5.8vw, 4.9rem);
}

.section-head h2,
.download-copy h2,
.legal-section h2,
.legal-hero h1 {
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
}

.hero-text,
.section-head p,
.download-copy p,
.feature-card p,
.mode-copy p,
.proof-card p,
.timeline-item p,
.legal-link-card p,
.legal-intro,
.legal-card p,
.footer p,
.function-card p,
.workflow-steps span,
.mode-benefits span,
.hero-facts span {
  color: var(--muted);
}

.hero-text {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: 1rem;
  line-height: 1.8;
}

.hero-actions,
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-badges {
  margin-top: 16px;
}

.store-badge,
.download-tile {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.store-badge span:last-child,
.download-tile span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.store-badge small,
.download-tile small {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.store-badge strong,
.download-tile strong {
  font-size: 0.98rem;
}

.store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--text);
}

.store-icon svg {
  width: 26px;
  height: 26px;
}

.apple-icon {
  background: linear-gradient(135deg, rgba(34, 43, 51, 0.08), rgba(255, 255, 255, 0.4));
}

.play-icon {
  background: linear-gradient(135deg, rgba(85, 160, 244, 0.14), rgba(73, 214, 141, 0.16));
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-facts li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 144px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.hero-facts strong,
.workflow-steps strong,
.rail-card strong,
.timeline-item strong,
.mode-benefits strong,
.legal-meta strong {
  color: var(--text);
}

.glass-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 252, 247, 0.96));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-visual {
  position: relative;
}

.device-card {
  position: relative;
  padding: 22px;
  border-radius: calc(var(--radius-2xl) + 6px);
}

.device-screen {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(20, 90, 61, 0.08);
  background: #f3f8f5;
}

.device-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(20, 90, 61, 0.16));
}

.device-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
}

.status-pill.muted {
  color: var(--muted);
}

.device-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(31, 122, 82, 0.12);
  z-index: 1;
  opacity: 0.42;
}

.orbit-a {
  top: 88px;
  left: -40px;
  width: 220px;
  height: 220px;
}

.orbit-b {
  right: -30px;
  bottom: 110px;
  width: 180px;
  height: 180px;
}

.device-overlay-card,
.floating-stat {
  position: absolute;
  z-index: 2;
}

.device-overlay-card {
  left: 24px;
  right: 24px;
  bottom: 28px;
  padding: 24px;
  border-radius: 28px;
}

.device-overlay-card h2 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.device-overlay-card p {
  margin: 14px 0 0;
  color: var(--muted-strong);
  line-height: 1.65;
}

.floating-stat {
  width: 210px;
  padding: 16px;
  border-radius: 20px;
}

.floating-stat span,
.rail-card span,
.legal-link-card span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.floating-stat strong {
  display: block;
  margin-top: 8px;
  line-height: 1.45;
}

.stat-a {
  top: 28px;
  right: 18px;
}

.stat-b {
  top: 188px;
  right: 44px;
}

.section-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 0;
}

.rail-card {
  padding: 18px 20px;
  border-radius: 22px;
}

.rail-card strong {
  display: block;
  margin-top: 10px;
  line-height: 1.45;
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-head p {
  margin: 14px 0 0;
  line-height: 1.75;
}

.feature-grid,
.function-grid {
  display: grid;
  gap: 18px;
}

.feature-grid-strong {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.function-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.function-card {
  min-height: 252px;
  padding: 24px;
  border-radius: var(--radius-xl);
}

.feature-index,
.function-tag,
.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 185, 125, 0.12);
  color: var(--accent-deep);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
}

.feature-index {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.function-tag {
  min-width: 52px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.feature-card h3,
.mode-copy h3,
.proof-card h3,
.function-card h3,
.workflow-panel h3 {
  margin: 18px 0 10px;
  font-size: 1.2rem;
}

.mode-shell {
  display: grid;
  gap: 20px;
}

.mode-switcher {
  display: inline-flex;
  width: fit-content;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.mode-tab {
  min-width: 156px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mode-tab.is-active {
  color: var(--text);
  background: linear-gradient(135deg, rgba(108, 228, 167, 0.24), rgba(31, 143, 95, 0.18));
}

.mode-panels {
  position: relative;
}

.mode-panel {
  display: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 28px;
  padding: 28px;
  border-radius: var(--radius-2xl);
}

.mode-panel.is-active {
  display: grid;
}

.mode-benefits {
  display: grid;
  gap: 16px;
}

.mode-benefits div,
.workflow-steps div,
.legal-meta div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.timeline-card,
.proof-card,
.workflow-panel {
  padding: 28px;
  border-radius: var(--radius-2xl);
}

.timeline-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
}

.timeline-item + .timeline-item {
  margin-top: 20px;
}

.timeline-step {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.workflow-panel {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
  margin-top: 18px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.theme-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}

.theme-tile {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  margin: 0;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(24, 101, 69, 0.08);
  box-shadow: var(--shadow);
}

.theme-tile.large {
  grid-row: span 2;
  min-height: 430px;
}

.theme-tile.wide {
  grid-column: span 2;
}

.theme-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(23, 56, 43, 0.52) 100%);
}

.theme-tile figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #f9fffc;
}

.theme-tile figcaption strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.12rem;
}

.theme-tile figcaption span {
  color: rgba(255, 255, 255, 0.86);
}

.download-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  padding: 30px;
  border-radius: var(--radius-2xl);
}

.download-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.download-tile {
  min-height: 84px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.legal-link-card {
  display: block;
  padding: 26px;
  border-radius: var(--radius-xl);
}

.legal-link-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.3rem;
}

.footer {
  margin-top: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(24, 101, 69, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  gap: 18px;
  align-items: start;
}

.footer-title {
  color: var(--text);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
}

.legal-page .page-shell {
  padding-bottom: 44px;
}

.legal-hero {
  padding: 28px;
  border-radius: var(--radius-2xl);
}

.legal-intro {
  max-width: 760px;
  margin: 18px 0 0;
  line-height: 1.78;
}

.legal-notice {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(190, 147, 22, 0.22);
  border-radius: 20px;
  background: rgba(255, 241, 205, 0.7);
  color: #7b5b14;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
}

.legal-nav,
.legal-card {
  padding: 24px;
  border-radius: var(--radius-xl);
}

.legal-nav {
  position: sticky;
  top: 112px;
  height: fit-content;
}

.legal-nav strong {
  display: block;
  margin-bottom: 14px;
}

.legal-nav a {
  display: block;
  color: var(--muted);
}

.legal-nav a + a {
  margin-top: 10px;
}

.legal-section + .legal-section {
  margin-top: 18px;
}

.legal-card ul {
  margin: 0;
  padding-left: 18px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-meta {
  display: grid;
  gap: 12px;
}

.delete-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.delete-account-form,
.delete-account-provider-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(24, 101, 69, 0.12);
  background: rgba(255, 255, 255, 0.65);
}

.delete-account-provider-card p,
.delete-account-form p {
  margin: 0;
}

.delete-account-field {
  display: grid;
  gap: 8px;
}

.delete-account-field span {
  color: var(--text);
  font-weight: 700;
}

.delete-account-field input {
  min-height: 52px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(24, 101, 69, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font: inherit;
}

.delete-account-field input:focus {
  outline: 2px solid rgba(24, 101, 69, 0.18);
  outline-offset: 2px;
}

.delete-account-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.delete-account-status {
  min-height: 24px;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 600;
}

.delete-account-status[data-tone='error'] {
  color: #b42318;
}

.delete-account-status.is-secondary {
  margin-top: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 160ms;
}

.reveal-delay-2 {
  transition-delay: 260ms;
}

@media (max-width: 1160px) {
  .section-grid,
  .feature-grid-strong,
  .function-grid,
  .experience-grid,
  .download-card,
  .delete-account-grid,
  .theme-gallery,
  .mode-panel,
  .legal-layout,
  .section-rail,
  .legal-grid,
  .footer,
  .workflow-panel,
  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .footer-inner,
  .topbar-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .theme-tile.large,
  .theme-tile.wide {
    grid-row: auto;
    grid-column: auto;
    min-height: 220px;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: 100%;
  }

  .announcement,
  .topbar {
    border-radius: 28px;
  }

  .topbar {
    position: static;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-radius: 28px;
    width: min(calc(100% - 22px), var(--content-width));
    margin-left: auto;
    margin-right: auto;
  }

  .topbar-inner,
  .footer-inner,
  .section,
  .announcement {
    width: min(calc(100% - 22px), var(--content-width));
  }

  .topnav {
    justify-content: center;
  }

  .hero h1,
  .section-head h2,
  .download-copy h2,
  .legal-hero h1,
  .legal-section h2 {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .device-screen {
    min-height: 560px;
  }

  .floating-stat {
    position: static;
    width: 100%;
    margin: 12px 0 0;
  }

  .device-overlay-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 42px 0;
  }

  .content-band {
    padding: 22px;
  }

  .device-card,
  .timeline-card,
  .proof-card,
  .feature-card,
  .function-card,
  .mode-panel,
  .download-card,
  .workflow-panel,
  .legal-link-card,
  .legal-hero,
  .legal-nav,
  .legal-card {
    padding: 20px;
  }

  .mode-tab {
    min-width: 124px;
  }

  .store-badge,
  .download-tile {
    width: 100%;
  }
}

body.landing-home {
  min-height: 100vh;
  color: #e7d7a8;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(231, 195, 106, 0.22), transparent 16%),
    radial-gradient(circle at 94% 14%, rgba(99, 126, 73, 0.22), transparent 18%),
    radial-gradient(circle at 6% 70%, rgba(53, 82, 48, 0.35), transparent 18%),
    radial-gradient(circle at 94% 74%, rgba(53, 82, 48, 0.3), transparent 18%),
    linear-gradient(180deg, #07120d 0%, #08110d 30%, #09130e 100%);
}

body.landing-home::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at left center, rgba(141, 160, 85, 0.22), transparent 18%),
    radial-gradient(circle at right center, rgba(141, 160, 85, 0.18), transparent 16%),
    linear-gradient(180deg, rgba(255, 227, 159, 0.12), transparent 20%);
  mix-blend-mode: screen;
}

body.landing-home .page-shell {
  padding-bottom: 0;
}

.landing-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 26px 32px 0;
}

.landing-home .reveal {
  opacity: 0;
  transform: translateY(26px);
}

.landing-home .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lux-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 6px 4px 24px;
}

.lux-header-panel {
  display: contents;
}

.lux-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(214, 169, 83, 0.24);
  border-radius: 999px;
  background: rgba(14, 24, 18, 0.84);
  color: #ead8a6;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.lux-menu-toggle-label {
  line-height: 1;
}

.lux-menu-toggle-icon {
  display: inline-grid;
  gap: 4px;
}

.lux-menu-toggle-icon span {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.lux-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d7b060;
}

.lux-brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1.6px solid rgba(232, 191, 102, 0.85);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(219, 175, 94, 0.18);
}

.lux-brand-mark::before,
.lux-brand-mark::after {
  content: '';
  position: absolute;
  background: rgba(232, 191, 102, 0.85);
  border-radius: 999px;
}

.lux-brand-mark::before {
  inset: 15px 7px auto;
  height: 1.5px;
}

.lux-brand-mark::after {
  inset: 7px auto 7px 15px;
  width: 1.5px;
}

.lux-brand-name {
  font-size: 1.15rem;
  letter-spacing: 0.34em;
}

.lux-nav {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 34px;
  color: rgba(230, 215, 167, 0.84);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lux-nav a:hover,
.lux-nav button:hover,
.lux-footer-column a:hover,
.lux-socials a:hover {
  color: #f1d18b;
}

.lux-nav a,
.lux-nav button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.lux-nav button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.lux-download-button,
.lux-cta-primary,
.lux-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.lux-download-button,
.lux-cta-primary {
  background: linear-gradient(180deg, #f2d995 0%, #d6a953 100%);
  color: #1b170d;
  box-shadow: 0 16px 30px rgba(214, 169, 83, 0.22);
}

.lux-cta-secondary {
  gap: 12px;
  border: 1px solid rgba(214, 169, 83, 0.48);
  color: #e3cd95;
  background: rgba(16, 27, 21, 0.72);
}

.lux-cta-secondary::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.lux-download-button:hover,
.lux-cta-primary:hover,
.lux-cta-secondary:hover,
.lux-store-badge:hover,
.lux-carousel-arrow:hover,
.lux-socials a:hover {
  transform: translateY(-2px);
}

.lux-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.8fr);
  align-items: start;
  gap: 28px;
  min-height: auto;
  padding: 10px 0 12px;
}

.lux-kicker,
.lux-section-label {
  margin: 0 0 18px;
  color: rgba(213, 174, 89, 0.86);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.lux-hero-copy h1,
.lux-showcase-copy h2,
.lux-cta h2 {
  margin: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #f0d99d;
}

.lux-hero-copy h1 {
  font-size: clamp(4.6rem, 8vw, 7rem);
  line-height: 0.92;
}

.lux-hero-text,
.lux-showcase-copy p,
.lux-feature-item p,
.lux-benefit-item p,
.lux-testimonial-card p,
.lux-footer-brand p,
.lux-user span,
.lux-cta p {
  color: rgba(233, 223, 191, 0.8);
}

.lux-hero-text {
  max-width: 470px;
  margin: 24px 0 0;
  font-size: 1.22rem;
  line-height: 1.55;
}

.lux-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lux-proof {
  margin-top: 34px;
}

.lux-proof p {
  margin: 0 0 10px;
  font-size: 0.94rem;
  color: rgba(232, 220, 184, 0.72);
}

.lux-stars {
  display: inline-flex;
  gap: 4px;
  color: #dfb65e;
  font-size: 1rem;
}

.lux-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.lux-clock-stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-top: 6px;
}

.lux-clock-glow {
  position: absolute;
  inset: 8% 10% auto;
  height: 280px;
  background: radial-gradient(circle, rgba(227, 177, 74, 0.2), transparent 64%);
  filter: blur(24px);
}

.lux-clock {
  --clock-hand-tail: 14px;
  --clock-hour-length: 82px;
  --clock-minute-length: 110px;
  position: relative;
  width: clamp(250px, 28vw, 350px);
  aspect-ratio: 1;
  border: 6px solid #c79b4c;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(17, 36, 27, 0.56), rgba(7, 17, 13, 0.94) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%);
  box-shadow:
    0 0 0 1px rgba(255, 227, 151, 0.12),
    0 0 50px rgba(225, 174, 70, 0.22),
    inset 0 0 60px rgba(3, 7, 5, 0.78);
}

.lux-clock .tick {
  position: absolute;
  top: 18px;
  left: calc(50% - 1px);
  width: 2px;
  height: 26px;
  background: linear-gradient(180deg, #f0d79c, #af7f36);
  border-radius: 999px;
  transform-origin: 50% calc(50% + 142px);
}

.tick-1 { transform: rotate(0deg); }
.tick-2 { transform: rotate(30deg); }
.tick-3 { transform: rotate(60deg); }
.tick-4 { transform: rotate(90deg); }
.tick-5 { transform: rotate(120deg); }
.tick-6 { transform: rotate(150deg); }
.tick-7 { transform: rotate(180deg); }
.tick-8 { transform: rotate(210deg); }
.tick-9 { transform: rotate(240deg); }
.tick-10 { transform: rotate(270deg); }
.tick-11 { transform: rotate(300deg); }
.tick-12 { transform: rotate(330deg); }

.lux-clock .hand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  margin-left: 0;
  border-radius: 999px;
  transform-origin: 50% calc(100% - var(--clock-hand-tail));
  background: linear-gradient(180deg, #f0d79c, #b4843e);
  box-shadow: 0 0 18px rgba(224, 173, 72, 0.24);
}

.lux-clock .hand-hour {
  height: var(--clock-hour-length);
  transform: translate(-50%, calc(-100% + var(--clock-hand-tail))) rotate(-52deg);
}

.lux-clock .hand-minute {
  height: var(--clock-minute-length);
  transform: translate(-50%, calc(-100% + var(--clock-hand-tail))) rotate(90deg);
}

.clock-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  border: 3px solid #d6aa56;
  border-radius: 50%;
  background: #09130e;
  box-shadow: 0 0 16px rgba(214, 169, 83, 0.24);
}

.lux-brand-lockup {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  letter-spacing: 0.28em;
  color: #cc9d4d;
  text-indent: 0.28em;
}

.lux-feature-band,
.lux-benefits,
.lux-testimonials,
.lux-launch,
.lux-cta,
.lux-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 18, 13, 0.98), rgba(7, 16, 12, 0.92));
}

.lux-feature-band,
.lux-benefits,
.lux-testimonials,
.lux-launch,
.lux-cta {
  margin: 0 calc(50% - 50vw);
  padding: 38px calc(50vw - 50% + 32px);
  border-top: 1px solid rgba(214, 169, 83, 0.08);
  border-bottom: 1px solid rgba(214, 169, 83, 0.08);
}

.lux-feature-band .lux-section-label,
.lux-benefits .lux-section-label,
.lux-testimonials .lux-section-label,
.lux-launch .lux-section-label {
  text-align: center;
}

.lux-feature-grid,
.lux-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lux-feature-item,
.lux-benefit-item {
  padding: 18px 26px 10px;
  text-align: center;
}

.lux-feature-item + .lux-feature-item,
.lux-benefit-item + .lux-benefit-item {
  border-left: 1px solid rgba(214, 169, 83, 0.1);
}

.lux-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  color: #d3a654;
}

.lux-icon svg {
  width: 100%;
  height: 100%;
}

.lux-feature-item h2,
.lux-benefit-item h2,
.lux-footer-column h2 {
  margin: 18px 0 10px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 2rem;
  font-weight: 500;
  color: #ead59a;
}

.lux-feature-item p,
.lux-benefit-item p {
  max-width: 220px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.6;
}

.lux-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 410px) minmax(0, 680px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(108px, 10vw, 170px);
  padding: 76px 0 70px;
}

.lux-phone-stage {
  display: flex;
  justify-content: center;
}

.lux-showcase-device {
  width: min(520px, 100%);
  height: auto;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.45));
  transform: rotate(-6deg);
}

.lux-showcase-copy {
  justify-self: end;
  width: 100%;
  max-width: 680px;
  padding-left: clamp(24px, 4vw, 88px);
}

.lux-phone-frame {
  position: relative;
  width: min(320px, 100%);
  padding: 14px;
  border-radius: 48px;
  background: linear-gradient(180deg, #2d2314, #090f0b 78%);
  border: 1px solid rgba(214, 169, 83, 0.28);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(214, 169, 83, 0.09);
  transform: rotate(-8deg);
}

.lux-phone-frame::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  width: 34%;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, 0.64);
}

.lux-phone-frame img {
  aspect-ratio: 9 / 19.5;
  width: 100%;
  border-radius: 36px;
  object-fit: cover;
  object-position: center top;
}

.lux-showcase-copy h2,
.lux-cta h2 {
  font-size: clamp(3.2rem, 5.2vw, 5.1rem);
  line-height: 0.92;
}

.lux-showcase-copy p,
.lux-cta p {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 1.08rem;
  line-height: 1.72;
}

.lux-checklist {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lux-checklist li {
  position: relative;
  padding-left: 28px;
  color: rgba(232, 220, 184, 0.82);
}

.lux-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #d4a451;
  font-weight: 700;
}

.lux-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.lux-store-row.is-centered {
  justify-content: center;
}

.lux-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 18px;
  border: 1px solid rgba(214, 169, 83, 0.3);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(17, 25, 19, 0.96), rgba(9, 15, 11, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 224, 153, 0.04);
}

.landing-home .store-icon {
  width: 28px;
  height: 28px;
  color: #f2d995;
}

.lux-store-badge small,
.lux-store-badge strong {
  display: block;
}

.lux-store-badge small {
  color: rgba(233, 223, 191, 0.62);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lux-store-badge strong {
  margin-top: 2px;
  color: #f2ddb0;
  font-size: 1.2rem;
  font-weight: 600;
}

.lux-benefits {
  padding-top: 30px;
}

.lux-launch {
  padding-top: 42px;
  padding-bottom: 44px;
}

.lux-launch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lux-launch-card {
  min-height: 220px;
  padding: 28px 24px 22px;
  border: 1px solid rgba(214, 169, 83, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17, 25, 19, 0.96), rgba(10, 16, 12, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 224, 153, 0.03);
}

.lux-launch-card h2 {
  margin: 0 0 14px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 2rem;
  font-weight: 500;
  color: #ead59a;
}

.lux-launch-card p {
  margin: 0;
  color: rgba(233, 223, 191, 0.8);
  font-size: 1rem;
  line-height: 1.72;
}

.lux-testimonials {
  padding-top: 42px;
  padding-bottom: 44px;
}

.lux-testimonial-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.lux-carousel-window {
  overflow: hidden;
}

.lux-testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform 280ms ease;
  will-change: transform;
}

.lux-testimonial-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 248px;
  padding: 28px 24px 22px;
  border: 1px solid rgba(214, 169, 83, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17, 25, 19, 0.96), rgba(10, 16, 12, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 224, 153, 0.03);
}

.lux-testimonial-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.lux-testimonial-card .lux-stars {
  margin-top: 22px;
}

.lux-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.lux-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f0d99d, #bf9143);
  color: #1a170e;
  font-weight: 800;
}

.lux-user strong,
.lux-user span {
  display: block;
}

.lux-user strong {
  color: #f0d99d;
}

.lux-carousel-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(214, 169, 83, 0.38);
  border-radius: 50%;
  background: transparent;
  color: #d8b060;
  font-size: 1.8rem;
  cursor: pointer;
}

.lux-carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.lux-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.lux-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(235, 217, 167, 0.3);
  cursor: pointer;
}

.lux-dot.is-active {
  background: #d8b060;
}

.lux-cta {
  text-align: center;
  padding-top: 46px;
  padding-bottom: 42px;
}

.lux-cta p {
  margin-left: auto;
  margin-right: auto;
}

.lux-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(180px, 0.8fr) minmax(280px, 1fr);
  gap: 24px 34px;
  align-items: start;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50% + 32px) 18px;
  border-top: 1px solid rgba(214, 169, 83, 0.12);
}

.lux-legal {
  margin: 0 calc(50% - 50vw);
  padding: 54px calc(50vw - 50% + 32px) 54px;
  border-top: 1px solid rgba(214, 169, 83, 0.08);
  background: linear-gradient(180deg, rgba(8, 18, 13, 0.98), rgba(9, 18, 13, 0.94));
}

.lux-legal-head {
  max-width: 900px;
}

.lux-legal-head h2 {
  margin: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  color: #f0d99d;
}

.lux-legal-head p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(233, 223, 191, 0.8);
  font-size: 1.04rem;
  line-height: 1.7;
}

.lux-legal-notice {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(214, 169, 83, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(31, 24, 13, 0.88), rgba(14, 17, 12, 0.9));
  color: rgba(239, 222, 180, 0.88);
}

.lux-legal-notice strong {
  color: #f0d99d;
}

.lux-legal-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.lux-legal-link-card,
.lux-legal-modal {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(214, 169, 83, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 25, 19, 0.96), rgba(10, 16, 12, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 224, 153, 0.03);
}

.lux-legal-link-kicker {
  margin: 0;
  color: rgba(213, 174, 89, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lux-legal-link-card h3,
.lux-legal-modal h2,
.lux-modal-body h3 {
  margin: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f0d99d;
}

.lux-legal-link-card p,
.lux-modal-body p {
  margin: 0;
  color: rgba(233, 223, 191, 0.8);
  line-height: 1.72;
}

.lux-modal-intro {
  display: grid;
  gap: 12px;
}

.lux-modal-note,
.lux-footer-note {
  padding: 14px 16px;
  border: 1px solid rgba(214, 169, 83, 0.14);
  border-radius: 16px;
  background: rgba(255, 224, 153, 0.03);
}

.lux-modal-note strong,
.lux-footer-note strong {
  color: #f0d99d;
}

.lux-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lux-modal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(214, 169, 83, 0.3);
  border-radius: 999px;
  color: #f0d99d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lux-modal-linkbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(214, 169, 83, 0.3);
  border-radius: 999px;
  background: transparent;
  color: #f0d99d;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lux-modal-link:hover,
.lux-modal-linkbutton:hover {
  transform: translateY(-1px);
}

.lux-legal-action,
.lux-footer-linkbutton {
  padding: 0;
  border: 0;
  background: none;
  color: #f0d99d;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.lux-legal-action {
  justify-self: start;
  margin-top: 6px;
  font-weight: 700;
}

.lux-legal-action::after {
  content: ' ↗';
}

.lux-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 7, 5, 0.7);
  backdrop-filter: blur(12px);
}

.lux-modal-backdrop[hidden],
.lux-legal-modal[hidden] {
  display: none !important;
}

.lux-modal-backdrop.is-active {
  display: grid;
}

.lux-legal-modal {
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
}

.lux-modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(214, 169, 83, 0.12);
}

.lux-modal-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(214, 169, 83, 0.22);
  border-radius: 50%;
  background: rgba(255, 224, 153, 0.02);
  color: #f0d99d;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.lux-modal-body {
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

body.modal-open {
  overflow: hidden;
}

.lux-legal-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: rgba(233, 223, 191, 0.8);
}

.lux-legal-list li + li {
  margin-top: 10px;
}

.lux-legal-list strong {
  color: #f0d99d;
}

.lux-legal-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.lux-legal-meta div {
  padding: 14px 16px;
  border: 1px solid rgba(214, 169, 83, 0.12);
  border-radius: 16px;
  background: rgba(255, 224, 153, 0.02);
}

.lux-legal-meta strong,
.lux-legal-meta span {
  display: block;
}

.lux-legal-meta strong {
  margin-bottom: 6px;
  color: #f0d99d;
}

.lux-legal-meta span {
  color: rgba(233, 223, 191, 0.76);
  line-height: 1.55;
}

.lux-legal-meta strong,
.lux-legal-meta span {
  display: block;
}

.lux-legal-meta strong {
  color: #f0d99d;
}

.lux-legal-meta span {
  margin-top: 6px;
  color: rgba(232, 220, 184, 0.76);
}

.lux-footer-brand p,
.lux-footer-copy {
  margin: 12px 0 0;
}

.lux-footer-column {
  display: grid;
  gap: 8px;
}

.lux-footer-column-panel {
  padding: 16px 18px 18px;
  border: 1px solid rgba(214, 169, 83, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 25, 19, 0.78), rgba(10, 16, 12, 0.72));
}

.lux-footer-column h2 {
  margin: 0 0 6px;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lux-footer-column a,
.lux-footer-linkbutton,
.lux-footer-copy,
.lux-footer-brand p {
  color: rgba(232, 220, 184, 0.72);
  font-size: 0.9rem;
}

.lux-footer-column p {
  margin: 0 0 12px;
  color: rgba(232, 220, 184, 0.62);
  font-size: 0.86rem;
  line-height: 1.65;
}

.lux-footer-copy {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid rgba(214, 169, 83, 0.08);
  text-align: center;
}

.legal-page.landing-home .section-head h2 {
  color: #f0d99d;
}

.legal-page.landing-home .section-head p {
  color: rgba(233, 223, 191, 0.8);
}

.legal-page.landing-home .legal-hero,
.legal-page.landing-home .legal-nav,
.legal-page.landing-home .legal-card,
.legal-page.landing-home .delete-account-form,
.legal-page.landing-home .delete-account-provider-card {
  border-color: rgba(214, 169, 83, 0.14);
  background: linear-gradient(180deg, rgba(17, 25, 19, 0.9), rgba(10, 16, 12, 0.84));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
}

.legal-page.landing-home .legal-hero h1 {
  color: #f0d99d;
}

.legal-page.landing-home .legal-section h2 {
  color: var(--text);
}

.legal-page.landing-home .legal-intro,
.legal-page.landing-home .legal-card p,
.legal-page.landing-home .legal-card li,
.legal-page.landing-home .legal-meta span,
.legal-page.landing-home .legal-card a,
.legal-page.landing-home .legal-nav a {
  color: rgba(232, 220, 184, 0.76);
}

.legal-page.landing-home .legal-nav strong,
.legal-page.landing-home .legal-meta strong {
  color: #f0d99d;
}

.legal-page.landing-home .legal-nav a:hover {
  color: #f1d18b;
}

.legal-page.landing-home .legal-notice {
  border-color: rgba(214, 169, 83, 0.2);
  background: rgba(87, 64, 16, 0.24);
  color: #f0d8a1;
}

.legal-page.landing-home .delete-account-field span {
  color: #f0d99d;
}

.legal-page.landing-home .delete-account-field input {
  border-color: rgba(214, 169, 83, 0.18);
  background: rgba(7, 16, 12, 0.92);
  color: #f5e7bb;
}

.legal-page.landing-home .delete-account-field input:focus {
  outline: 2px solid rgba(214, 169, 83, 0.22);
}

.legal-page.landing-home .delete-account-field input::placeholder {
  color: rgba(232, 220, 184, 0.4);
}

.legal-page.landing-home .button-primary {
  background: linear-gradient(180deg, #f2d995 0%, #d6a953 100%);
  color: #1b170d;
  box-shadow: 0 16px 30px rgba(214, 169, 83, 0.22);
}

.legal-page.landing-home .button-secondary,
.legal-page.landing-home .button-ghost {
  border-color: rgba(214, 169, 83, 0.32);
  background: rgba(16, 27, 21, 0.72);
  color: #e3cd95;
}

.legal-page.landing-home .delete-account-status {
  color: rgba(232, 220, 184, 0.7);
}

.legal-page.landing-home .delete-account-status[data-tone='error'] {
  color: #ff9f90;
}

@media (max-width: 1180px) {
  .lux-showcase {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lux-showcase-copy {
    justify-self: start;
    max-width: none;
    padding-left: 0;
  }

  .lux-feature-grid,
  .lux-benefit-grid,
  .lux-launch-grid,
  .lux-legal-links,
  .lux-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-footer {
    padding-bottom: 24px;
  }

  .lux-testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 760px) {
  .lux-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 10px;
    text-align: center;
  }

  .lux-hero-visual {
    justify-content: center;
  }

  .lux-clock {
    --clock-hand-tail: 12px;
    --clock-hour-length: 66px;
    --clock-minute-length: 88px;
    width: min(68vw, 270px);
    border-width: 5px;
  }

  .lux-clock .tick {
    top: 16px;
    height: 20px;
    transform-origin: 50% calc(50% + 108px);
  }

  .lux-clock-stage {
    gap: 10px;
    margin-top: 0;
  }

  .lux-clock-glow {
    height: 220px;
  }

  .lux-brand-lockup {
    font-size: clamp(1.3rem, 6.5vw, 1.9rem);
  }

  .lux-showcase {
    grid-template-columns: minmax(110px, 0.42fr) minmax(0, 0.58fr);
    align-items: end;
    gap: 24px;
    padding: 56px 0 52px;
  }

  .lux-showcase-device {
    width: min(300px, 74vw);
    transform: none;
  }
}

@media (max-width: 860px) {
  .landing-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lux-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    gap: 12px 16px;
    padding: 4px 0 12px;
    position: sticky;
    top: 0;
    z-index: 40;
    margin-bottom: 16px;
    backdrop-filter: blur(18px);
  }

  .lux-topbar::before {
    content: '';
    position: absolute;
    inset: -8px -10px auto;
    height: calc(100% + 16px);
    border: 1px solid rgba(214, 169, 83, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 19, 14, 0.96), rgba(12, 22, 16, 0.9));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }

  .lux-menu-toggle {
    display: inline-flex;
    justify-self: end;
    min-width: 46px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .lux-menu-toggle[aria-expanded='true'] .lux-menu-toggle-icon span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .lux-menu-toggle[aria-expanded='true'] .lux-menu-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .lux-menu-toggle[aria-expanded='true'] .lux-menu-toggle-icon span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .lux-header-panel {
    display: grid;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    grid-column: 1 / -1;
    gap: 12px;
    max-height: 0;
    padding: 0 14px;
    overflow: hidden;
    border: 0 solid transparent;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(14, 24, 18, 0.96), rgba(11, 20, 15, 0.92));
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease, border-width 180ms ease;
  }

  .lux-header-panel.is-open {
    max-height: 280px;
    padding: 12px 14px 14px;
    border-width: 1px;
    border-color: rgba(214, 169, 83, 0.14);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 224, 153, 0.03);
    opacity: 1;
    pointer-events: auto;
  }

  .lux-nav {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
    justify-self: stretch;
  }

  .lux-nav a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(214, 169, 83, 0.1);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .lux-topbar .lux-download-button {
    min-height: 42px;
    padding: 0 18px;
    width: 100%;
    font-size: 0.74rem;
  }

  .lux-hero-copy h1 {
    font-size: clamp(2.8rem, 11vw, 4.3rem);
  }

  .lux-hero-copy,
  .lux-showcase-copy {
    max-width: none;
  }

  .lux-hero-copy {
    display: grid;
    justify-items: center;
  }

  .lux-hero-text,
  .lux-showcase-copy p,
  .lux-cta p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }

  .lux-hero-text {
    max-width: 32rem;
    margin-top: 22px;
  }

  .lux-hero-actions,
  .lux-store-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .lux-hero-actions {
    width: min(100%, 320px);
    margin-top: 26px;
  }

  .lux-cta-primary,
  .lux-cta-secondary,
  .lux-store-badge {
    width: 100%;
  }

  .lux-cta-primary,
  .lux-cta-secondary {
    min-height: 46px;
    padding: 0 18px;
  }

  .lux-kicker,
  .lux-section-label {
    margin-bottom: 14px;
    font-size: 0.76rem;
    letter-spacing: 0.24em;
  }

  .lux-kicker {
    text-align: center;
  }

  .lux-feature-band,
  .lux-benefits,
  .lux-testimonials,
  .lux-cta,
  .lux-legal,
  .lux-footer {
    padding-left: calc(50vw - 50% + 16px);
    padding-right: calc(50vw - 50% + 16px);
  }

  .lux-feature-grid,
  .lux-legal-meta,
  .lux-legal-links,
  .lux-launch-grid,
  .lux-footer {
    grid-template-columns: 1fr;
  }

  .lux-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(214, 169, 83, 0.1);
    border-left: 1px solid rgba(214, 169, 83, 0.08);
  }

  .lux-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-feature-band .lux-section-label,
  .lux-launch .lux-section-label {
    text-align: center;
  }

  .lux-benefits .lux-section-label {
    text-align: left;
  }

  .lux-feature-item + .lux-feature-item,
  .lux-benefit-item + .lux-benefit-item {
    border-left: 0;
    border-top: 1px solid rgba(214, 169, 83, 0.1);
  }

  .lux-feature-item {
    min-height: 100%;
    padding: 18px 14px 14px;
    text-align: center;
    border-right: 1px solid rgba(214, 169, 83, 0.08);
    border-bottom: 1px solid rgba(214, 169, 83, 0.1);
  }

  .lux-feature-item:nth-child(2n),
  .lux-feature-item:last-child {
    border-right: 0;
  }

  .lux-feature-item + .lux-feature-item {
    border-top: 0;
  }

  .lux-feature-item:nth-child(n + 3) {
    border-top: 1px solid rgba(214, 169, 83, 0.1);
  }

  .lux-benefit-item {
    padding: 18px 0 6px;
    text-align: left;
  }

  .lux-feature-item p,
  .lux-benefit-item p {
    max-width: none;
  }

  .lux-feature-item h2 {
    font-size: clamp(1.45rem, 4vw, 1.8rem);
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .lux-feature-item p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .lux-showcase-copy {
    justify-self: start;
    padding-left: 0;
  }

  .lux-showcase-copy p,
  .lux-checklist,
  .lux-store-row {
    max-width: 26rem;
  }

  .lux-checklist {
    gap: 10px;
    margin-top: 24px;
  }

  .lux-launch-card {
    min-height: 0;
    padding: 24px 20px 20px;
  }

  .lux-launch-card h2 {
    margin-bottom: 10px;
    font-size: 1.55rem;
  }

  .lux-launch-card p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .lux-footer {
    gap: 18px;
  }

  .lux-footer-column,
  .lux-footer-column-panel {
    justify-items: start;
  }

  .lux-showcase-copy h2,
  .lux-cta h2,
  .lux-legal-head h2,
  .lux-feature-item h2,
  .lux-benefit-item h2 {
    font-size: clamp(2.3rem, 9vw, 3.5rem);
  }

  .lux-modal-backdrop {
    padding: 14px;
  }

  .lux-legal-modal {
    width: calc(100vw - 12px);
    max-height: calc(100vh - 16px);
    padding: 20px;
  }

  .lux-testimonial-shell {
    grid-template-columns: 1fr;
  }

  .lux-carousel-arrow {
    display: none;
  }

  .lux-testimonial-card {
    flex-basis: 100%;
  }

  .lux-footer-copy {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .lux-menu-toggle-label {
    display: none;
  }

  .lux-hero-copy h1 {
    font-size: clamp(2.1rem, 11.2vw, 2.9rem);
    line-height: 1.01;
  }

  .lux-hero-text,
  .lux-showcase-copy p,
  .lux-cta p,
  .lux-checklist li,
  .lux-feature-item p,
  .lux-benefit-item p,
  .lux-launch-card p {
    font-size: 0.97rem;
    line-height: 1.58;
  }

  .lux-feature-band,
  .lux-benefits,
  .lux-launch,
  .lux-cta,
  .lux-footer {
    margin: 0 calc(50% - 50vw);
  }

  .lux-footer {
    gap: 14px;
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .lux-footer-brand,
  .lux-footer-column,
  .lux-footer-column-panel {
    padding: 16px 16px 18px;
    border: 1px solid rgba(214, 169, 83, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(12, 21, 16, 0.84), rgba(10, 17, 13, 0.72));
    box-shadow: inset 0 0 0 1px rgba(255, 224, 153, 0.02);
  }

  .lux-footer-column {
    gap: 0;
  }

  .lux-footer-column h2 {
    margin-bottom: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .lux-footer-brand p {
    margin-top: 10px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .lux-footer-column a,
  .lux-footer-linkbutton {
    display: block;
    padding: 9px 0;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .lux-footer-column a + a,
  .lux-footer-linkbutton + .lux-footer-linkbutton {
    border-top: 1px solid rgba(214, 169, 83, 0.08);
  }

  .lux-footer-column-panel {
    padding-top: 14px;
  }

  .lux-footer-copy {
    padding-top: 2px;
    border-top: 0;
    text-align: center;
    font-size: 0.84rem;
    color: rgba(232, 220, 184, 0.62);
  }

  .lux-showcase {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .lux-showcase-copy h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 0.98;
  }

  .lux-phone-stage,
  .lux-showcase-device {
    display: none;
  }

  .lux-showcase-copy {
    max-width: 100%;
  }

  .lux-topbar {
    gap: 8px 10px;
  }

  .lux-topbar::before {
    inset: -6px -8px auto;
    border-radius: 18px;
  }

  .lux-brand {
    gap: 10px;
  }

  .lux-brand-mark {
    width: 28px;
    height: 28px;
  }

  .lux-brand-mark::before {
    inset: 12px 6px auto;
  }

  .lux-brand-mark::after {
    inset: 6px auto 6px 12px;
  }

  .lux-brand-name {
    font-size: 0.92rem;
    letter-spacing: 0.18em;
  }

  .lux-topbar .lux-download-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.68rem;
  }

  .lux-menu-toggle {
    min-height: 38px;
    min-width: 38px;
    padding: 0;
    gap: 0;
    font-size: 0.7rem;
  }

  .lux-header-panel {
    top: calc(100% + 8px);
  }

  .lux-clock {
    --clock-hand-tail: 10px;
    --clock-hour-length: 50px;
    --clock-minute-length: 66px;
    width: min(58vw, 210px);
  }

  .lux-clock .tick {
    top: 14px;
    height: 16px;
    transform-origin: 50% calc(50% + 84px);
  }

  .lux-feature-grid,
  .lux-benefit-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .lux-feature-item,
  .lux-benefit-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0 14px;
    align-items: start;
    padding: 20px 0;
    text-align: left;
    border-right: 0;
  }

  .lux-feature-item .lux-icon,
  .lux-benefit-item .lux-icon {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    margin-top: 2px;
  }

  .lux-feature-item h2,
  .lux-benefit-item h2 {
    margin: 0 0 6px;
    font-size: 1.28rem;
    line-height: 1.1;
  }

  .lux-feature-item p,
  .lux-benefit-item p {
    margin: 0;
  }

  .lux-feature-item + .lux-feature-item,
  .lux-benefit-item + .lux-benefit-item,
  .lux-feature-item:nth-child(n + 3),
  .lux-benefit-item:nth-child(n + 3) {
    border-top: 1px solid rgba(214, 169, 83, 0.1);
  }

  .lux-benefit-item {
    padding-bottom: 20px;
  }

  .lux-feature-band .lux-section-label,
  .lux-benefits .lux-section-label,
  .lux-launch .lux-section-label,
  .lux-showcase-copy .lux-section-label {
    text-align: left;
  }

  .lux-hero-actions {
    width: 100%;
    max-width: 300px;
  }

  .lux-checklist {
    gap: 9px;
  }

  .lux-launch-card h2 {
    font-size: 1.42rem;
  }

  .lux-launch-card {
    padding: 24px 20px 20px;
  }

  .lux-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lux-modal-link,
  .lux-modal-linkbutton {
    width: 100%;
  }
}
