/* ============================================================
   LUMIAR · Landing page
   One-page marketing site — harmonized with app's mood
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--lm-obsidian);
  color: var(--lm-fg-1);
  font-family: var(--lm-font-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ambient star canvas */
#stars {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: .85;
  transform-origin: center;
  animation: rotate-sky 120s linear infinite;
}

@keyframes rotate-sky {
  from { transform: scale(1.5) rotate(0deg); }
  to { transform: scale(1.5) rotate(360deg); }
}

/* place every section above the canvas */
header, section, footer { position: relative; z-index: 1; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 64px);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(13, 10, 16, .55);
  border-bottom: 1px solid var(--lm-line-whisper);
}
.nav__brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav__wordmark {
  font-family: var(--lm-font-serif);
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.30em;
  color: var(--lm-gold);
}
.nav__links {
  display: flex;
  gap: 28px;
}
.nav__links a {
  color: var(--lm-fg-3);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: color var(--lm-dur-fast) var(--lm-ease);
}
.nav__links a:hover { color: var(--lm-gold); }
.nav__cta {
  padding: 10px 18px;
  border: 1px solid var(--lm-line);
  background: rgba(28, 22, 34, .6);
  border-radius: var(--lm-r-pill);
  color: var(--lm-gold);
  text-decoration: none;
  font-family: var(--lm-font-serif);
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  transition: all var(--lm-dur-fast) var(--lm-ease);
}
.nav__cta:hover {
  background: rgba(230, 198, 91, .10);
  border-color: var(--lm-gold);
  box-shadow: var(--lm-glow-gold);
}
@media (max-width: 720px) {
  .nav__links { display: none; }
}

/* ============================================================
   EYEBROW · shared
   ============================================================ */
.eyebrow {
  font-family: var(--lm-font-serif);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lm-fg-3);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: clamp(40px, 8vh, 96px) clamp(20px, 5vw, 64px) clamp(60px, 10vh, 120px);
  background-image:
    radial-gradient(60% 80% at 90% 10%, rgba(233, 213, 255, .12) 0%, rgba(252, 231, 243, .05) 50%, rgba(18, 14, 22, 0) 100%),
    radial-gradient(70% 80% at 5% 80%, rgba(255, 237, 213, .10) 0%, rgba(253, 230, 138, .05) 50%, rgba(18, 14, 22, 0) 100%),
    radial-gradient(70% 70% at 50% 40%, rgba(45, 27, 54, .50) 0%, rgba(26, 19, 32, .25) 60%, rgba(18, 14, 22, 0) 100%);
}
.hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; }
}

.hero__copy { display: flex; flex-direction: column; gap: 24px; }
.hero__title {
  margin: 4px 0 0;
  font-family: var(--lm-font-serif);
  font-weight: 400;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--lm-gold);
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--lm-gold-light);
  text-shadow: 0 0 24px rgba(253, 230, 138, .25);
}
.hero__lede {
  margin: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--lm-fg-2);
  max-width: 52ch;
}

/* store buttons */
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.store {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 14px;
  text-decoration: none;
  background: rgba(28, 22, 34, .7);
  border: 1px solid var(--lm-line);
  color: var(--lm-gold);
  transition: all var(--lm-dur) var(--lm-ease);
  min-height: 56px;
  box-shadow: var(--lm-shadow-md);
}
.store:hover {
  background: rgba(28, 22, 34, .9);
  border-color: var(--lm-gold);
  transform: translateY(-1px);
  box-shadow: var(--lm-shadow-lg), var(--lm-glow-gold);
}
.store svg { flex-shrink: 0; color: var(--lm-gold); }
.store span { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store small {
  font-family: var(--lm-font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lm-fg-3);
}
.store strong {
  font-family: var(--lm-font-serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--lm-gold);
}

.hero__hint {
  font-size: 13px;
  color: var(--lm-fg-3);
}
.hero__hint span {
  color: var(--lm-gold);
  font-family: var(--lm-font-serif);
  letter-spacing: 0.04em;
}

/* ============================================================
   HERO · phone mockup
   ============================================================ */
.hero__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}
.phone {
  width: 320px;
  height: 660px;
  border-radius: 48px;
  background: linear-gradient(160deg, #2a2233 0%, #0d0a10 60%);
  padding: 14px;
  position: relative;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, .6),
    0 0 0 1px rgba(230, 198, 91, .12),
    0 0 80px rgba(45, 27, 54, .6);
  transform: rotateY(-6deg) rotateX(2deg);
  transition: transform 600ms var(--lm-ease);
}
.phone:hover { transform: rotateY(0deg) rotateX(0deg); }
.phone__notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 28px;
  background: #000;
  border-radius: 16px;
  z-index: 3;
}
.phone__screen {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: var(--lm-obsidian);
  background-image:
    radial-gradient(60% 100% at 90% 0%, rgba(233, 213, 255, .14) 0%, rgba(252, 231, 243, .06) 50%, rgba(18, 14, 22, 0) 100%),
    radial-gradient(70% 100% at 10% 100%, rgba(255, 237, 213, .12) 0%, rgba(253, 230, 138, .06) 50%, rgba(18, 14, 22, 0) 100%),
    radial-gradient(65% 65% at 50% 50%, rgba(45, 27, 54, .45) 0%, rgba(26, 19, 32, .20) 60%, rgba(18, 14, 22, 0) 100%);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
}

.phone__status {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  margin-top: 6px;
  font-size: 13px;
  color: var(--lm-fg-1);
  font-weight: 600;
}
.phone__sigs { display: flex; gap: 4px; align-items: center; color: var(--lm-fg-1); }

.phone__wordmark {
  margin-top: 32px;
  font-family: var(--lm-font-serif);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.30em;
  color: var(--lm-gold);
  text-shadow: 0 0 16px rgba(230, 198, 91, .25);
}
.phone__rule {
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(230, 198, 91, .5), transparent);
  margin: 8px 0 6px;
}
.phone__tag {
  font-family: var(--lm-font-serif);
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lm-fg-3);
}

/* breathing eye assembly */
.phone__eye {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 56px auto 0;
}
.eye__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-style: dashed;
  border-width: 1px;
}
.eye__ring--1 {
  inset: 28px;
  border-color: rgba(253, 230, 138, .35);
  border-style: dashed;
  border-width: 1.2px;
  animation: spin-cw 20s linear infinite;
}
.eye__ring--2 {
  inset: 47px;
  border-color: rgba(255, 237, 213, .45);
  border-style: dashed;
  animation: spin-ccw 16s linear infinite;
}
.eye__ring--3 {
  inset: 66px;
  border-color: rgba(233, 213, 255, .42);
  border-style: dashed;
  border-width: 1.2px;
  animation: spin-cw 24s linear infinite;
}
.eye__aura {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 213, 255, .25) 0%, rgba(255, 237, 213, .12) 40%, rgba(18, 14, 22, 0) 70%);
  animation: breath 3.5s ease-in-out infinite;
  pointer-events: none;
}
.eye__core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #FDE68A 35%, rgba(233, 213, 255, .4) 65%, transparent 100%);
  animation: breath 3.5s ease-in-out infinite;
  box-shadow: 0 0 30px rgba(253, 230, 138, .6);
}
.eye__particles { position: absolute; inset: 0; pointer-events: none; }
.eye__particles span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -2.5px 0 0 -2.5px;
  box-shadow: 0 0 8px currentColor;
  animation: orbit-base 20s linear infinite;
}

/* orbit portals — nested inside .phone__eye, centered around it */
.phone__portals {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.portal {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
  width: 80px;
}
.portal--top    { top: -24px;  left: 50%; transform: translateX(-50%); }
.portal--bottom { top: 176px;  left: 50%; transform: translateX(-50%); }
.portal--left   { top: 76px;   left: -40px; }
.portal--right  { top: 76px;   right: -40px; }
.portal__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(230, 198, 91, .30);
  background: rgba(28, 22, 34, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .5), 0 0 18px rgba(230, 198, 91, .12);
  animation: float-y 3s ease-in-out infinite;
}
.portal--top    .portal__btn { animation-delay: 0s; }
.portal--right  .portal__btn { animation-delay: .4s; }
.portal--bottom .portal__btn { animation-delay: .8s; }
.portal--left   .portal__btn { animation-delay: 1.2s; }
.portal span {
  font-family: var(--lm-font-sans);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(230, 198, 91, .8);
  white-space: nowrap;
}

.phone__hint {
  position: absolute;
  bottom: 28px;
  left: 24px;
  right: 24px;
  text-align: center;
  font-family: var(--lm-font-serif);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(230, 198, 91, .5);
  line-height: 1.6;
}

@keyframes breath {
  0%, 100% { transform: scale(.92); opacity: .75; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes spin-cw { to { transform: rotate(360deg); } }
@keyframes spin-ccw { to { transform: rotate(-360deg); } }
@keyframes float-y {
  0%, 100% { transform: translateY(-3px); }
  50%      { transform: translateY(3px); }
}

@keyframes orbit-base {
  from { transform: rotate(0deg) translateX(75px) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(75px) rotate(-360deg); }
}

/* ============================================================
   SECTIONS · shared
   ============================================================ */
.section {
  padding: clamp(80px, 12vh, 140px) clamp(20px, 5vw, 64px);
  max-width: 1240px;
  margin: 0 auto;
}
.section--alt {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(45, 27, 54, .35) 0%, rgba(18, 14, 22, 0) 70%),
    rgba(13, 10, 16, .35);
  border-top: 1px solid var(--lm-line-whisper);
  border-bottom: 1px solid var(--lm-line-whisper);
  max-width: none;
  padding-left: clamp(20px, 5vw, 64px);
  padding-right: clamp(20px, 5vw, 64px);
}
.section--alt > * { max-width: 1240px; margin-left: auto; margin-right: auto; }

.section__head {
  text-align: center;
  margin: 0 auto 64px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section__head h2 {
  font-family: var(--lm-font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0.02em;
  color: var(--lm-gold);
  margin: 0;
  line-height: 1.1;
  text-wrap: balance;
}
.section__head p {
  margin: 4px 0 0;
  font-size: 16px;
  color: var(--lm-fg-2);
  line-height: 1.7;
  max-width: 56ch;
  text-wrap: pretty;
}

/* ============================================================
   CANAIS · channel cards grid
   ============================================================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.ch-card {
  background: rgba(28, 22, 34, .55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--lm-line-soft);
  border-radius: var(--lm-r-3xl);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all var(--lm-dur) var(--lm-ease);
  position: relative;
  overflow: hidden;
}
.ch-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(230,198,91,0) 0%, rgba(230,198,91,.18) 50%, rgba(230,198,91,0) 100%);
  opacity: 0;
  transition: opacity var(--lm-dur) var(--lm-ease);
  pointer-events: none;
  z-index: -1;
}
.ch-card:hover {
  border-color: var(--lm-line);
  transform: translateY(-4px);
  box-shadow: var(--lm-shadow-lg), var(--lm-glow-gold);
}
.ch-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--lm-line);
  background: rgba(28, 22, 34, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  box-shadow: 0 0 18px rgba(230, 198, 91, .12);
}
.ch-card h3 {
  margin: 0;
  font-family: var(--lm-font-serif);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--lm-gold);
}
.ch-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--lm-fg-2);
}
.ch-card__sample {
  margin-top: auto;
  padding: 10px 14px;
  background: rgba(13, 10, 16, .5);
  border: 1px solid var(--lm-line-whisper);
  border-radius: var(--lm-r-md);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: var(--lm-fg-3);
  letter-spacing: 0.02em;
  font-style: italic;
  display: block;
}

/* ============================================================
   AS 4 CHAVES
   ============================================================ */
.keys {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 72px;
}
.key {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px;
}
.key__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--lm-line);
  border-radius: 50%;
  font-family: var(--lm-font-serif);
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--lm-gold);
  background: rgba(28, 22, 34, .5);
  margin-bottom: 4px;
}
.key h4 {
  margin: 0;
  font-family: var(--lm-font-serif);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--lm-gold);
}
.key p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--lm-fg-2);
  max-width: 28ch;
}

.sample {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(28, 22, 34, .45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--lm-line);
  border-radius: var(--lm-r-3xl);
  padding: 40px clamp(24px, 4vw, 48px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sample::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  right: -10%;
  height: 200px;
  background: radial-gradient(circle, rgba(253, 230, 138, .08) 0%, transparent 70%);
  pointer-events: none;
}
.sample__eyebrow {
  font-family: var(--lm-font-serif);
  font-size: 10px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--lm-fg-4);
  margin-bottom: 12px;
}
.sample__title {
  font-family: var(--lm-font-serif);
  font-size: clamp(20px, 2.6vw, 28px);
  letter-spacing: 0.18em;
  color: var(--lm-gold);
  text-shadow: 0 0 24px rgba(230, 198, 91, .25);
  margin-bottom: 14px;
}
.sample__rule { width: 56px; height: 1px; background: rgba(230, 198, 91, .35); margin: 0 auto 28px; }
.sample__direct {
  font-size: 15px;
  line-height: 1.7;
  color: var(--lm-fg-2);
  margin: 0 auto 20px;
  max-width: 50ch;
}
.sample__inverted {
  font-family: var(--lm-font-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  color: var(--lm-fg-1);
  border-left: 2px solid rgba(230, 198, 91, .35);
  padding-left: 16px;
  text-align: left;
  max-width: 46ch;
  margin: 0 auto 24px;
}
.sample__inspiration {
  background: rgba(230, 198, 91, .04);
  border: 1px solid var(--lm-line-soft);
  border-radius: var(--lm-r-lg);
  padding: 16px 20px;
  margin: 0 auto 28px;
  max-width: 46ch;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: var(--lm-gold);
}
.sample__inspiration span {
  display: block;
  font-family: var(--lm-font-serif);
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(230, 198, 91, .5);
  margin-bottom: 6px;
  font-weight: 600;
}
.sample__truth {
  border-top: 1px solid var(--lm-line-soft);
  border-bottom: 1px solid var(--lm-line-soft);
  padding: 20px 0;
  margin-top: 8px;
}
.sample__truth span {
  display: block;
  font-family: var(--lm-font-serif);
  font-size: 9px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(230, 198, 91, .4);
  margin-bottom: 10px;
}
.sample__truth em {
  font-family: var(--lm-font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--lm-gold);
  letter-spacing: 0.02em;
}

/* ============================================================
   SCREENSHOTS GALLERY
   ============================================================ */
.screens-section { padding-bottom: clamp(60px, 8vh, 100px); }
.screens {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 12px 4px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--lm-fg-5) transparent;
}
.screens img {
  height: clamp(380px, 60vh, 580px);
  border-radius: 28px;
  border: 1px solid var(--lm-line-soft);
  scroll-snap-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
  flex: none;
}
.screens::-webkit-scrollbar { height: 4px; }
.screens::-webkit-scrollbar-track { background: transparent; }
.screens::-webkit-scrollbar-thumb { background: var(--lm-fg-5); border-radius: 2px; }

/* ============================================================
   TEMPLO INTERIOR · pricing tiers
   ============================================================ */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.tiers--3 {
  max-width: 1180px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (min-width: 980px) {
  .tiers--3 { grid-template-columns: 1fr 1.05fr 1fr; align-items: stretch; }
}
.tier__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  background: var(--lm-gold);
  color: var(--lm-obsidian);
  border-radius: var(--lm-r-pill);
  font-family: var(--lm-font-serif);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(230, 198, 91, .35);
  white-space: nowrap;
}
.tier__price--small {
  font-size: 22px;
  line-height: 1.3;
}
.tier__price--small span {
  display: block;
  margin-left: 0;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.10em;
}
.tier__sub {
  font-family: var(--lm-font-serif);
  font-size: 11px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(230, 198, 91, .55);
  margin-top: -8px;
}
.tier {
  background: rgba(28, 22, 34, .55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--lm-line-soft);
  border-radius: var(--lm-r-3xl);
  padding: 36px clamp(24px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.tier--featured {
  border-color: rgba(230, 198, 91, .45);
  background:
    linear-gradient(180deg, rgba(45, 27, 54, .4) 0%, rgba(28, 22, 34, .55) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(230, 198, 91, .08);
}
.tier__eyebrow {
  font-family: var(--lm-font-serif);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lm-fg-3);
}
.tier h3 {
  font-family: var(--lm-font-serif);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--lm-gold);
  margin: 0;
}
.tier__price {
  font-family: var(--lm-font-serif);
  font-size: 32px;
  color: var(--lm-gold);
  letter-spacing: 0.02em;
}
.tier__price span {
  font-size: 14px;
  color: var(--lm-fg-3);
  letter-spacing: 0.08em;
  margin-left: 4px;
}
.tier ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tier li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--lm-fg-2);
}
.tier li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lm-gold);
  box-shadow: 0 0 8px rgba(230, 198, 91, .5);
}
.tier li strong { color: var(--lm-gold); font-weight: 500; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-family: var(--lm-font-serif);
  font-size: 12px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  transition: all var(--lm-dur) var(--lm-ease);
  align-self: stretch;
}
.tier .btn { margin-top: auto; }
.btn--primary {
  background: var(--lm-gold);
  color: var(--lm-obsidian);
  border: 1px solid var(--lm-gold);
  font-weight: 600;
  box-shadow: 0 0 24px rgba(230, 198, 91, .25);
}
.btn--primary:hover {
  background: var(--lm-gold-light);
  box-shadow: 0 0 40px rgba(230, 198, 91, .4);
  transform: translateY(-1px);
}
.btn--ghost {
  background: transparent;
  color: var(--lm-gold);
  border: 1px solid var(--lm-line);
}
.btn--ghost:hover {
  background: rgba(230, 198, 91, .06);
  border-color: var(--lm-gold);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq details {
  border-bottom: 1px solid var(--lm-line-soft);
  padding: 20px 0;
  transition: all var(--lm-dur) var(--lm-ease);
}
.faq summary {
  cursor: pointer;
  font-family: var(--lm-font-serif);
  font-size: 17px;
  letter-spacing: 0.02em;
  color: var(--lm-gold);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--lm-font-serif);
  font-size: 22px;
  color: var(--lm-fg-3);
  font-weight: 300;
  transition: transform var(--lm-dur) var(--lm-ease);
}
.faq details[open] summary::after { transform: rotate(45deg); color: var(--lm-gold); }
.faq summary:hover { color: var(--lm-gold-light); }
.faq p {
  margin: 12px 0 4px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--lm-fg-2);
}
.faq p strong { color: var(--lm-gold); font-weight: 500; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta {
  padding: clamp(80px, 14vh, 160px) clamp(20px, 5vw, 64px);
  text-align: center;
  background:
    radial-gradient(60% 80% at 50% 50%, rgba(45, 27, 54, .55) 0%, rgba(18, 14, 22, 0) 70%),
    radial-gradient(70% 100% at 20% 100%, rgba(255, 237, 213, .08) 0%, rgba(18, 14, 22, 0) 60%),
    radial-gradient(70% 100% at 80% 0%, rgba(233, 213, 255, .08) 0%, rgba(18, 14, 22, 0) 60%);
}
.cta__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cta h2 {
  margin: 0;
  font-family: var(--lm-font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.5vw, 54px);
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--lm-gold);
  text-wrap: balance;
  text-shadow: 0 0 32px rgba(230, 198, 91, .2);
}
.cta p {
  margin: 0;
  font-size: 16px;
  color: var(--lm-fg-2);
}
.cta .store-row { margin-top: 12px; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot {
  padding: 60px clamp(20px, 5vw, 64px) 32px;
  border-top: 1px solid var(--lm-line-whisper);
  background: rgba(13, 10, 16, .6);
}
.foot__top {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--lm-line-whisper);
}
.foot__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.foot__brand img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
}
.foot__wordmark {
  font-family: var(--lm-font-serif);
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.30em;
  color: var(--lm-gold);
}
.foot__tag {
  font-family: var(--lm-font-serif);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--lm-fg-3);
  margin-top: 4px;
}
.foot__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.foot__links a {
  color: var(--lm-fg-3);
  text-decoration: none;
  font-size: 13px;
  transition: color var(--lm-dur-fast) var(--lm-ease);
}
.foot__links a:hover { color: var(--lm-gold); }
.foot__bottom {
  max-width: 1240px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: var(--lm-fg-4);
}
.foot__legal a {
  color: var(--lm-fg-3);
  text-decoration: none;
  margin: 0 4px;
}
.foot__legal a:hover { color: var(--lm-gold); }
