.la-app {
  --la-night: #06111a;
  --la-ink: #091a26;
  --la-panel: #0c202d;
  --la-teal: #123848;
  --la-gold: #d5aa58;
  --la-gold-light: #f1d89c;
  --la-ivory: #f5ecd7;
  --la-mist: #a9b8bb;
  --la-line: rgba(213, 170, 88, .23);
  --la-shadow: 0 28px 90px rgba(0, 0, 0, .35);
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0;
  color: var(--la-ivory);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

html:has(.la-app), body:has(.la-app) { overflow-x: clip; background: var(--la-night, #06111a); }
body:has(.la-app) .elementor-widget-shortcode:has(.la-app),
body:has(.la-app) .elementor-widget-shortcode:has(.la-app) > .elementor-widget-container { width: 100%; max-width: none; margin: 0; padding: 0; }
body:has(.la-app) .elementor > .e-con:first-child { width: 100%; max-width: none; margin: 0; padding: 0; }

.la-app *,
.la-app *::before,
.la-app *::after { box-sizing: border-box; }
.la-app h1, .la-app h2, .la-app h3, .la-app p { margin-top: 0; }
.la-app h1, .la-app h2, .la-app h3 { text-wrap: balance; }
.la-app button, .la-app input, .la-app textarea { font: inherit; }
.la-app a { color: inherit; text-decoration: none; }
.la-app svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.la-shell {
  min-height: 720px;
  overflow: hidden;
  border-block: 1px solid var(--la-line);
  background:
    radial-gradient(circle at 76% 26%, rgba(21, 88, 100, .27), transparent 27rem),
    radial-gradient(circle at 18% 72%, rgba(43, 78, 89, .15), transparent 25rem),
    var(--la-night);
  box-shadow: var(--la-shadow);
}

.la-shell::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(241, 216, 156, .32) .7px, transparent .7px);
  background-size: 42px 42px;
  opacity: .09;
  content: "";
  mask-image: linear-gradient(120deg, transparent, #000 40%, #000 75%, transparent);
}

.la-header,
.la-path-title,
.la-path,
.la-content,
.la-footer {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.la-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  border-bottom: 1px solid rgba(241, 216, 156, .15);
}

.la-brand { display: inline-flex; align-items: center; gap: 12px; }
.la-brand > span:last-child { display: flex; flex-direction: column; }
.la-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.17rem; font-weight: 400; letter-spacing: .07em; }
.la-brand small { color: #7f949a; font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; }
.la-brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--la-gold);
  border-radius: 50%;
  color: var(--la-gold-light);
}
.la-brand__mark svg { width: 19px; height: 19px; fill: currentColor; stroke-width: .5; }
.la-header__seal {
  padding: 7px 11px;
  border: 1px solid rgba(213, 170, 88, .2);
  border-radius: 999px;
  color: #899da2;
  font-size: .66rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.la-path {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(241, 216, 156, .12);
}
.la-path-title {
  padding: 15px 0 4px;
  color: #6f858b;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.la-path__item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 12px 25px;
  border-right: 1px solid rgba(241, 216, 156, .1);
  color: #637a81;
}
.la-path__item:last-child { border-right: 0; }
.la-path__item > span {
  padding: 4px 7px;
  border: 1px solid rgba(213, 170, 88, .2);
  border-radius: 999px;
  font-size: .51rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.la-path__item div { display: flex; flex-direction: column; }
.la-path__item strong { font-family: Georgia, serif; font-size: .94rem; font-weight: 400; }
.la-path__item small { font-size: .67rem; }
.la-path__item.is-active { color: var(--la-gold-light); background: linear-gradient(90deg, rgba(213, 170, 88, .09), transparent); }
.la-path__item.is-active > span { color: var(--la-gold); }

.la-plans {
  margin: 0 auto 90px;
  padding-top: 55px;
  border-top: 1px solid rgba(241, 216, 156, .12);
}
.la-plans > header { max-width: 750px; margin-bottom: 30px; }
.la-plans > header .la-eyebrow { margin-bottom: 9px; }
.la-plans > header h2,
.la-after-free > h2 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.la-plans > header > p:last-child { color: #91a5a9; }
.la-plans__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.la-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 34px;
  border: 1px solid rgba(241, 216, 156, .17);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(15, 39, 51, .9), rgba(6, 17, 26, .88));
  box-shadow: 0 20px 65px rgba(0, 0, 0, .18);
}
.la-plan--featured {
  border-color: rgba(213, 170, 88, .62);
  background: radial-gradient(circle at 85% 15%, rgba(48, 110, 116, .31), transparent 15rem), linear-gradient(145deg, #102f3d, #07131d 75%);
  box-shadow: 0 25px 75px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(241, 216, 156, .08);
}
.la-plan__tag { width: fit-content; margin-bottom: 20px; padding: 5px 9px; border: 1px solid var(--la-line); border-radius: 999px; color: #94a8aa; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.la-plan--featured .la-plan__tag { border-color: rgba(213, 170, 88, .55); background: rgba(213, 170, 88, .1); color: var(--la-gold-light); }
.la-plan h3 { margin: 0 0 3px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.la-plan__price { margin-bottom: 18px; color: var(--la-gold-light); font-family: Georgia, serif; font-size: 2.45rem; line-height: 1.1; }
.la-plan > p { color: #9db0b2; }
.la-plan ul { display: grid; gap: 9px; margin: 5px 0 30px; padding: 0; list-style: none; }
.la-plan li { position: relative; padding-left: 20px; color: #c1cdcb; font-size: .78rem; }
.la-plan li::before { position: absolute; left: 0; color: var(--la-gold); content: "✦"; }
.la-plan .la-button { margin-top: auto; }
.la-plan > small { margin-top: 10px; color: #72878b; font-size: .65rem; }

.la-storefront {
  margin: -35px auto 90px;
  padding-top: 55px;
  border-top: 1px solid rgba(241, 216, 156, .12);
}
.la-storefront > header { max-width: 750px; margin-bottom: 30px; }
.la-storefront > header h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.la-storefront > header > p:last-child { color: #91a5a9; }
.la-storefront__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.la-store-product { overflow: hidden; border: 1px solid rgba(241, 216, 156, .17); border-radius: 23px; background: linear-gradient(145deg, rgba(15, 39, 51, .9), rgba(6, 17, 26, .88)); box-shadow: 0 20px 65px rgba(0, 0, 0, .18); }
.la-store-product__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: radial-gradient(circle at center, rgba(48, 110, 116, .32), rgba(6, 17, 26, .95)); }
.la-store-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.la-store-product:hover .la-store-product__image img { transform: scale(1.035); }
.la-store-product__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--la-gold); }
.la-store-product__placeholder svg { width: 42px; height: 42px; }
.la-store-product__body { display: flex; flex-direction: column; min-height: 260px; padding: 25px; }
.la-store-product h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; line-height: 1.1; }
.la-store-product p { margin: 0 0 18px; color: #91a5a9; font-size: .78rem; }
.la-store-product__price { margin: auto 0 18px; color: var(--la-gold-light); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.la-store-product .la-button { width: 100%; }

.la-content { min-height: 600px; }
.la-hero {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(450px, 1.1fr);
  gap: 65px;
  min-height: 690px;
  padding-block: 72px;
}
.la-hero__copy { align-self: center; max-width: 520px; }
.la-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--la-gold-light);
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.la-eyebrow svg { width: 15px; }
.la-hero h1,
.la-consultation-head h1,
.la-payment-state h1,
.la-account-head h1,
.la-account-empty h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.4vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.la-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: #b2c0c2;
  font-size: 1.03rem;
  line-height: 1.75;
}

.la-altar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.la-altar > p {
  position: absolute;
  bottom: 24px;
  color: #70878d;
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.la-orbit {
  position: absolute;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(213, 170, 88, .12);
  border-radius: 50%;
}
.la-orbit--two { width: 330px; border-style: dashed; animation: la-spin 60s linear infinite; }
.la-deck { position: relative; display: flex; justify-content: center; width: 100%; min-height: 350px; perspective: 1200px; }

.la-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 180px;
  aspect-ratio: 2 / 3;
  border: 1px solid #c3994c;
  border-radius: 14px;
  background: #0b1d29;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .45);
}
.la-card--back {
  position: absolute;
  top: 40px;
  left: 50%;
  padding: 8px;
  background:
    radial-gradient(rgba(241, 216, 156, .42) .65px, transparent .65px) 0 0 / 18px 18px,
    linear-gradient(145deg, #123546, #07141e 65%, #102c3a);
  transform: translateX(-50%);
  animation: la-rise .7s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--la-index) * 120ms);
}
.la-card--back:nth-child(1) { transform: translateX(calc(-50% - 105px)) translateY(24px) rotate(-7deg); }
.la-card--back:nth-child(2) { z-index: 2; transform: translateX(-50%) translateY(0); }
.la-card--back:nth-child(3) { transform: translateX(calc(-50% + 105px)) translateY(24px) rotate(7deg); }
.la-card__back-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding-block: 18px;
  border: 1px solid rgba(241, 216, 156, .7);
  border-radius: 9px;
  color: var(--la-gold-light);
  text-align: center;
}
.la-card__back-frame::before,
.la-card__back-frame::after {
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(213, 170, 88, .33);
  border-radius: 50%;
  content: "";
}
.la-card__back-frame::after { width: 40%; }
.la-card__back-frame svg { z-index: 1; width: 34px; height: 34px; fill: currentColor; stroke-width: .5; }
.la-card__back-frame strong { z-index: 1; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; line-height: 1.1; letter-spacing: .12em; text-transform: uppercase; }
.la-card__back-frame small { z-index: 1; font-size: .6rem; }

.la-form {
  display: grid;
  gap: 19px;
  max-width: 650px;
}
.la-themes { margin: 0; padding: 0; border: 0; }
.la-themes legend,
.la-field > span {
  display: block;
  margin-bottom: 8px;
  color: #dce3df;
  font-size: .79rem;
  font-weight: 700;
}
.la-field > span small { color: #728991; font-weight: 400; }
.la-themes > div { display: flex; flex-wrap: wrap; gap: 8px; }
.la-chip {
  min-height: 39px;
  padding: 8px 14px;
  border: 1px solid rgba(241, 216, 156, .18);
  border-radius: 999px;
  outline: none;
  background: rgba(5, 17, 26, .45);
  color: #adbbbd;
  cursor: pointer;
  font-size: .82rem;
  transition: .2s ease;
}
.la-chip:hover,
.la-chip:focus-visible,
.la-chip.is-active { border-color: var(--la-gold); background: rgba(213, 170, 88, .12); color: var(--la-gold-light); }
.la-field { display: block; }
.la-field input,
.la-field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(241, 216, 156, .2);
  border-radius: 13px;
  outline: none;
  background: rgba(4, 15, 24, .7);
  color: var(--la-ivory);
  font-size: 1rem;
  transition: .2s ease;
}
.la-field input { height: 50px; padding-inline: 15px; }
.la-field textarea { min-height: 120px; resize: vertical; padding: 14px 15px; line-height: 1.5; }
.la-field input::placeholder,
.la-field textarea::placeholder { color: #617880; }
.la-field input:focus,
.la-field textarea:focus { border-color: var(--la-gold); box-shadow: 0 0 0 3px rgba(213, 170, 88, .1); }
.la-field__hint,
.la-form__privacy {
  display: block;
  margin-top: 7px;
  color: #6f858b;
  font-size: .68rem;
}
.la-form__privacy { margin: -6px 0 0; }
.la-form__error {
  padding: 11px 13px;
  border: 1px solid rgba(205, 103, 103, .4);
  border-radius: 10px;
  background: rgba(205, 103, 103, .1);
  color: #f0b5b5;
  font-size: .82rem;
}

.la-selection { position: relative; min-height: 760px; padding: 70px 0 90px; text-align: center; }
.la-selection header { max-width: 820px; margin: 0 auto 25px; }
.la-selection header .la-eyebrow { justify-content: center; }
.la-selection h1 { margin-bottom: 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.la-selection header > p:not(.la-eyebrow) { max-width: 690px; margin: 0 auto; color: #9eb0b3; }
.la-selection blockquote { margin: 18px auto 0; color: #728a90; font-size: .78rem; font-style: normal; }
.la-choice-status { display: inline-flex; gap: 8px; align-items: baseline; margin-bottom: 24px; padding: 7px 13px; border: 1px solid var(--la-line); border-radius: 999px; background: rgba(5,17,26,.55); }
.la-choice-status strong { color: var(--la-gold-light); font-size: .73rem; }
.la-choice-status span { color: #71888e; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.la-choice-deck { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; max-width: 1160px; margin: 0 auto 35px; perspective: 1200px; }
.la-choice-card { position: relative; width: 104px; aspect-ratio: 2 / 3; padding: 0; border: 0; border-radius: 11px; outline: 0; background: transparent; cursor: pointer; transition: transform .22s ease, filter .22s ease; }
.la-choice-card:nth-child(even) { transform: translateY(8px); }
.la-choice-card:hover, .la-choice-card:focus-visible { z-index: 2; transform: translateY(-9px) rotate(-1deg); filter: brightness(1.15); }
.la-choice-card__back { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: space-around; overflow: hidden; padding: 13px 8px; border: 1px solid #c99a43; border-radius: inherit; background: radial-gradient(circle at 50% 46%, rgba(53,106,112,.55), transparent 27%), repeating-radial-gradient(circle at 50% 50%, rgba(241,216,156,.1) 0 1px, transparent 1px 13px), linear-gradient(145deg,#123848,#06111a 70%); box-shadow: 0 15px 35px rgba(0,0,0,.38); color: var(--la-gold-light); }
.la-choice-card__back::before { position: absolute; inset: 6px; border: 1px solid rgba(241,216,156,.55); border-radius: 7px; content: ""; }
.la-choice-card__back::after { position: absolute; width: 50%; aspect-ratio: 1; border: 1px solid rgba(241,216,156,.35); transform: rotate(45deg); content: ""; }
.la-choice-card__back svg { z-index: 1; width: 25px; height: 25px; fill: currentColor; stroke-width: .4; }
.la-choice-card__back i, .la-choice-card__back em { z-index: 1; font-style: normal; }
.la-choice-card__back i { font-size: .5rem; }
.la-choice-card__back em { font-family: Georgia, serif; font-size: .58rem; line-height: 1.08; letter-spacing: .12em; text-transform: uppercase; }
.la-choice-card > b { position: absolute; top: -9px; right: -9px; z-index: 4; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--la-gold-light); color: #06111a; font-size: .7rem; opacity: 0; transform: scale(.65); transition: .2s ease; }
.la-choice-card.is-selected { transform: translateY(-14px); }
.la-choice-card.is-selected .la-choice-card__back { border-color: #f5dda1; box-shadow: 0 0 0 3px rgba(213,170,88,.17), 0 20px 45px rgba(0,0,0,.5); }
.la-choice-card.is-selected > b { opacity: 1; transform: scale(1); }
.la-selection__reveal { margin-inline: auto; }
.la-selection > small { display: block; margin-top: 12px; color: #617980; font-size: .65rem; }
.la-selection__error { max-width: 720px; margin: -10px auto 22px; padding: 12px 14px; border: 1px solid rgba(205,103,103,.4); border-radius: 10px; background: rgba(205,103,103,.1); color: #f0b5b5; font-size: .78rem; }

.la-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-height: 49px;
  padding: 11px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 800;
  transition: .22s ease;
}
.la-button svg { width: 17px; }
.la-button--gold {
  background: linear-gradient(135deg, #ebc87f, #bd8c39);
  color: #07131c !important;
  box-shadow: 0 13px 36px rgba(166, 111, 28, .2);
}
.la-button--gold:hover,
.la-button--gold:focus-visible { background: linear-gradient(135deg, #f5dea8, #ce9f4b); transform: translateY(-2px); }
.la-button--outline { border-color: rgba(241, 216, 156, .3); background: transparent; color: var(--la-gold-light) !important; }
.la-button--outline:hover { background: rgba(213, 170, 88, .1); }
.la-button--muted { flex-direction: row; background: #172b35; color: #82979b; cursor: not-allowed; }
.la-button--muted small { padding-left: 5px; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.la-button.is-loading svg { animation: la-spin 1s linear infinite; }

.la-consultation-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: end;
  padding: 75px 0 35px;
}
.la-consultation-head > div:first-child { max-width: 770px; }
.la-consultation-head h1 { margin-bottom: 18px; }
.la-counter {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  min-width: 125px;
  padding: 20px;
  border: 1px solid var(--la-line);
  border-radius: 16px;
  background: rgba(10, 30, 42, .7);
}
.la-counter strong { color: var(--la-gold-light); font-family: Georgia, serif; font-size: 2.5rem; font-weight: 400; line-height: 1; }
.la-counter span { color: #7f959b; font-size: .78rem; }
.la-counter small { grid-column: 1 / -1; color: #657d84; font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.la-counter--premium { min-width: 165px; }
.la-consultation-head + .la-form { padding-bottom: 90px; }

.la-result-wrap { padding-block: 55px 90px; }
.la-progress {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.la-progress > div { display: flex; min-width: 285px; justify-content: space-between; gap: 16px; font-size: .72rem; }
.la-progress span { color: var(--la-gold-light); letter-spacing: .08em; text-transform: uppercase; }
.la-progress strong { color: #879ba0; font-weight: 400; }
.la-progress__bar { flex: 1; height: 2px; overflow: hidden; background: rgba(241, 216, 156, .13); }
.la-progress__bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--la-gold), var(--la-gold-light)); transition: width .5s ease; }

.la-reading-result__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--la-line);
}
.la-reading-result__head h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}
.la-reading-result__head blockquote { max-width: 440px; margin: 0; color: #90a3a8; font-size: .85rem; font-style: normal; text-align: right; }

.la-cards {
  display: grid;
  gap: 16px;
  justify-content: center;
  margin: 0 auto 48px;
}
.la-cards--1 { grid-template-columns: minmax(180px, 235px); }
.la-cards--3 { grid-template-columns: repeat(3, minmax(150px, 205px)); }
.la-cards--7 { grid-template-columns: repeat(7, minmax(105px, 1fr)); gap: 10px; }
.la-card--front { width: 100%; animation: la-flip-in .7s cubic-bezier(.2,.75,.2,1) both; animation-delay: calc(var(--la-index) * 90ms); }
.la-card__art { position: absolute; inset: 0; display: grid; overflow: hidden; place-items: center; background: radial-gradient(circle at 50% 40%, #1b5360, #0a1d2a 65%, #07131d); }
.la-card__art::before { position: absolute; inset: 8px; border: 1px solid rgba(241, 216, 156, .5); border-radius: 9px; content: ""; }
.la-card__art::after { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(241, 216, 156, .18); border-radius: 50%; box-shadow: 0 0 0 22px rgba(241, 216, 156, .035), 0 0 0 45px rgba(241, 216, 156, .025); content: ""; }
.la-card--image .la-card__art::after { display: none; }
.la-card--v0 .la-card__art { background: radial-gradient(circle at 50% 38%, #275c62, #0a2632 55%, #07131d); }
.la-card--v1 .la-card__art { background: radial-gradient(circle at 68% 32%, #574730, #16323b 48%, #07131d); }
.la-card--v2 .la-card__art { background: radial-gradient(circle at 35% 35%, #413354, #15333e 52%, #07131d); }
.la-card--v3 .la-card__art { background: radial-gradient(circle at 50% 33%, #684332, #18303a 52%, #07131d); }
.la-card--v4 .la-card__art { background: radial-gradient(circle at 62% 40%, #245460, #172c43 52%, #07131d); }
.la-card--v5 .la-card__art { background: radial-gradient(circle at 38% 37%, #485c40, #133039 52%, #07131d); }
.la-card__art img { width: 100%; height: 100%; object-fit: cover; }
.la-card__number { position: absolute; z-index: 3; top: 12px; left: 12px; display: grid; min-width: 29px; height: 29px; padding: 0 7px; place-items: center; border: 1px solid rgba(241,216,156,.58); border-radius: 999px; background: rgba(3,10,15,.78); color: var(--la-gold-light); font-family: Georgia, serif; font-size: .68rem; line-height: 1; box-shadow: 0 5px 18px rgba(0,0,0,.32); }
.la-cards--7 .la-card__number { top: 8px; left: 8px; min-width: 22px; height: 22px; padding: 0 5px; font-size: .5rem; }
.la-card__halo { position: absolute; width: 36%; aspect-ratio: 1; border: 1px solid rgba(241, 216, 156, .55); transform: rotate(45deg); }
.la-card__rank { position: absolute; top: 42px; z-index: 1; color: rgba(241, 216, 156, .58); font-family: Georgia, serif; font-size: clamp(.7rem, 1.4vw, 1rem); letter-spacing: .12em; text-transform: uppercase; }
.la-card__symbol { position: relative; z-index: 2; color: var(--la-gold-light); font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4.5rem); text-shadow: 0 0 32px rgba(241, 216, 156, .25); }
.la-card__arcana { position: absolute; top: 18px; color: #789096; font-size: .52rem; letter-spacing: .15em; text-transform: uppercase; }
.la-card--front figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  padding: 34px 10px 11px;
  background: linear-gradient(transparent, rgba(3, 10, 15, .97));
  text-align: center;
}
.la-card--front figcaption small { margin-bottom: 3px; color: var(--la-gold-light); font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }
.la-card--front figcaption strong { font-family: Georgia, serif; font-size: clamp(.7rem, 1.15vw, 1rem); font-weight: 400; line-height: 1.15; }
.la-cards--7 .la-card--front figcaption small { display: none; }
.la-cards--7 .la-card--front figcaption strong { font-size: .72rem; }

.la-direct-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-bottom: 28px;
  padding: 28px 30px;
  border: 1px solid rgba(213, 170, 88, .32);
  border-radius: 19px;
  background: linear-gradient(115deg, rgba(213, 170, 88, .1), rgba(9, 27, 38, .76) 55%);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .2);
}
.la-direct-answer__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--la-gold);
  border-radius: 50%;
  color: var(--la-gold-light);
}
.la-direct-answer__icon svg { fill: currentColor; stroke-width: .5; }
.la-direct-answer .la-eyebrow { margin-bottom: 8px; }
.la-verdict { display: inline-flex; margin-bottom: 10px; padding: 4px 9px; border: 1px solid rgba(241, 216, 156, .28); border-radius: 999px; color: var(--la-gold-light); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.la-direct-answer p:last-child { margin: 0; color: #edf0e8; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.5; }

.la-meaning-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 28px;
  border-top: 1px solid var(--la-line);
  border-left: 1px solid var(--la-line);
}
.la-meaning-grid section { min-height: 165px; padding: 26px; border-right: 1px solid var(--la-line); border-bottom: 1px solid var(--la-line); }
.la-meaning-grid section > span { color: #647c83; font-size: .6rem; letter-spacing: .16em; }
.la-meaning-grid h2 { margin: 16px 0 9px; color: var(--la-gold-light); font-family: Georgia, serif; font-size: 1.14rem; font-weight: 400; }
.la-meaning-grid p { margin: 0; color: #9dafb2; font-size: .86rem; line-height: 1.67; }

.la-position-details,
.la-history-inline {
  margin-bottom: 24px;
  border: 1px solid var(--la-line);
  border-radius: 14px;
  background: rgba(8, 25, 35, .58);
}
.la-position-details summary,
.la-history-inline summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 19px;
  color: #c6d0cf;
  cursor: pointer;
  font-size: .8rem;
  list-style: none;
}
.la-position-details summary::-webkit-details-marker,
.la-history-inline summary::-webkit-details-marker { display: none; }
.la-position-details[open] summary span { transform: rotate(45deg); }
.la-position-details > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); border-top: 1px solid var(--la-line); }
.la-position-details article,
.la-history-inline article { padding: 20px; border-right: 1px solid var(--la-line); }
.la-position-details article small,
.la-history-inline article small { color: var(--la-gold); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.la-position-details h3 { margin: 5px 0 8px; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.la-position-details p,
.la-history-inline p { margin: 0; color: #8fa3a7; font-size: .75rem; }
.la-history-inline > div { display: grid; gap: 1px; border-top: 1px solid var(--la-line); }
.la-history-inline article { display: grid; gap: 6px; border-bottom: 1px solid rgba(213, 170, 88, .1); }
.la-history-inline article strong { color: #d9dfdc; font-family: Georgia, serif; font-weight: 400; }
.la-history-inline summary span { color: var(--la-gold); }

.la-simple-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--la-gold-light);
  cursor: pointer;
  font-size: .78rem;
}
.la-simple-toggle:hover { color: #fff0c4; }
.la-simple-summary { margin-top: 10px; padding: 18px 20px; border-left: 2px solid var(--la-gold); background: rgba(213, 170, 88, .08); }
.la-simple-summary strong { color: var(--la-gold-light); font-family: Georgia, serif; }
.la-simple-summary p { margin: 6px 0 0; color: #c1cdcc; }
.la-disclaimer { max-width: 800px; margin: 28px 0 0; color: #657c82; font-size: .66rem; }

.la-next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 45px;
  padding: 28px 30px;
  border: 1px solid var(--la-line);
  border-radius: 18px;
  background: rgba(10, 30, 42, .7);
}
.la-next-step .la-eyebrow { margin-bottom: 8px; }
.la-next-step h2 { margin: 0; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.la-next-step p:not(.la-eyebrow) { margin: 7px 0 0; color: #8fa2a6; font-size: .8rem; }
.la-next-step--clarity { border-color: rgba(213, 170, 88, .42); background: linear-gradient(115deg, rgba(213, 170, 88, .09), rgba(10, 30, 42, .76)); }
.la-after-free { margin-top: 50px; }
.la-after-free > .la-eyebrow { margin-bottom: 8px; }
.la-after-free > .la-plans { margin-top: 35px; margin-bottom: 0; }

.la-premium-offer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 45px;
  overflow: hidden;
  margin-top: 52px;
  padding: 52px;
  border: 1px solid rgba(213, 170, 88, .4);
  border-radius: 24px;
  background: radial-gradient(circle at 82% 50%, rgba(34, 103, 111, .35), transparent 35%), linear-gradient(135deg, #0e2a38, #07131d);
  box-shadow: var(--la-shadow);
}
.la-premium-offer__copy { position: relative; z-index: 2; }
.la-premium-offer h2 { max-width: 650px; margin-bottom: 18px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.la-premium-offer__copy > p:not(.la-eyebrow) { max-width: 620px; color: #a8b9bb; }
.la-upgrade-price { display: flex; align-items: baseline; gap: 12px; margin: 22px 0 2px; }
.la-upgrade-price small { color: #84999d; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.la-upgrade-price strong { color: var(--la-gold-light); font-family: Georgia, serif; font-size: 2.15rem; font-weight: 400; }
.la-premium-offer ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 22px; margin: 28px 0; padding: 0; list-style: none; }
.la-premium-offer li { display: flex; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid rgba(213, 170, 88, .12); color: #d2dcda; font-size: .77rem; }
.la-premium-offer li span { color: var(--la-gold); font-size: .58rem; }
.la-premium-questions { display: grid; gap: 8px; margin-top: 30px; }
.la-premium-questions > strong { margin-bottom: 3px; color: var(--la-gold-light); font-family: Georgia, serif; font-weight: 400; }
.la-premium-questions a { display: grid; grid-template-columns: 1fr auto; gap: 2px 14px; align-items: center; padding: 12px 14px; border: 1px solid rgba(213, 170, 88, .2); border-radius: 11px; background: rgba(5, 17, 26, .38); transition: .2s ease; }
.la-premium-questions a:hover { border-color: var(--la-gold); background: rgba(213, 170, 88, .09); transform: translateX(3px); }
.la-premium-questions a span { color: #e2e7e1; font-size: .78rem; font-weight: 700; }
.la-premium-questions a small { grid-column: 1; overflow: hidden; color: #80959a; font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }
.la-premium-questions a svg { grid-column: 2; grid-row: 1 / 3; color: var(--la-gold-light); }
.la-seven-orbit { position: relative; align-self: center; justify-self: center; width: 320px; aspect-ratio: 1; border: 1px solid rgba(213, 170, 88, .3); border-radius: 50%; }
.la-seven-orbit::before { position: absolute; inset: 38px; border: 1px dashed rgba(213, 170, 88, .23); border-radius: 50%; content: ""; }
.la-seven-orbit > span { position: absolute; inset: 50% auto auto 50%; display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid var(--la-gold); border-radius: 50%; color: var(--la-gold-light); transform: translate(-50%, -50%); }
.la-seven-orbit > span svg { width: 30px; height: 30px; fill: currentColor; stroke-width: .5; }
.la-seven-orbit i { --angle: calc(var(--i) * 51.428deg); position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--la-gold); box-shadow: 0 0 18px rgba(241, 216, 156, .55); transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-160px); }

.la-payment-state,
.la-account-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 590px;
  text-align: center;
}
.la-payment-state__mark,
.la-account-empty > span:first-child {
  display: grid;
  width: 75px;
  height: 75px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid var(--la-gold);
  border-radius: 50%;
  color: var(--la-gold-light);
  font-family: Georgia, serif;
  font-size: 2rem;
}
.la-payment-state__mark svg { width: 30px; height: 30px; }
.la-payment-state h1,
.la-account-empty h1 { max-width: 740px; }
.la-payment-state > p:not(.la-eyebrow),
.la-account-empty > p:not(.la-eyebrow) { max-width: 600px; color: #9bafb2; }
.la-payment-state small { margin-top: 15px; color: #647c83; }

.la-account-head { padding: 72px 0 35px; }
.la-account-head h1 { margin-bottom: 15px; }
.la-account-head > p:last-child { color: #91a5a9; }
.la-account-list { display: grid; gap: 12px; padding-bottom: 90px; }
.la-account-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 105px;
  padding: 18px 22px;
  border: 1px solid var(--la-line);
  border-radius: 16px;
  background: rgba(10, 30, 42, .68);
  transition: .2s ease;
}
.la-account-card:hover { border-color: rgba(213, 170, 88, .55); transform: translateX(3px); }
.la-account-card__mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--la-gold); border-radius: 50%; color: var(--la-gold-light); }
.la-account-card__mark svg { width: 19px; fill: currentColor; stroke-width: .5; }
.la-account-card small { color: #71878d; font-size: .62rem; }
.la-account-card h2 { margin: 1px 0 0; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.la-account-card p { margin: 0; color: #879ba0; font-size: .72rem; }
.la-account-card__status { padding: 6px 10px; border-radius: 999px; background: rgba(213, 170, 88, .11); color: var(--la-gold-light); font-size: .64rem; }
.la-account-card__status.is-complete { background: rgba(86, 138, 116, .14); color: #9cd0ba; }

.la-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background: var(--la-night);
  color: #82979c;
}
.la-loading span { width: 38px; height: 38px; border: 1px solid var(--la-line); border-top-color: var(--la-gold); border-radius: 50%; animation: la-spin 1s linear infinite; }
.la-loading p { margin-top: 14px; font-size: .72rem; letter-spacing: .1em; }
.la-footer { display: flex; justify-content: space-between; gap: 25px; padding-block: 24px; border-top: 1px solid rgba(241, 216, 156, .12); color: #627a81; font-size: .63rem; }
.la-footer span:first-child { display: inline-flex; align-items: center; gap: 7px; }

@keyframes la-spin { to { transform: rotate(360deg); } }
@keyframes la-rise { from { opacity: 0; filter: blur(5px); } }
@keyframes la-flip-in { from { opacity: 0; transform: rotateY(75deg) translateY(25px); } }

@media (max-width: 980px) {
  .la-hero { grid-template-columns: 1fr; }
  .la-hero__copy { max-width: 720px; }
  .la-altar { min-height: 440px; }
  .la-cards--7 { display: flex; justify-content: flex-start; overflow-x: auto; padding: 8px 4px 25px; scroll-snap-type: x mandatory; }
  .la-cards--7 .la-card { flex: 0 0 145px; scroll-snap-align: center; }
  .la-meaning-grid { grid-template-columns: repeat(2, 1fr); }
  .la-premium-offer { grid-template-columns: 1fr; }
  .la-plans__grid { grid-template-columns: 1fr; }
  .la-storefront__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .la-seven-orbit { display: none; }
}

@media (max-width: 680px) {
  .la-header, .la-path-title, .la-path, .la-content, .la-footer { width: min(calc(100% - 28px), 1240px); }
  .la-header { min-height: 76px; }
  .la-header__seal { display: none; }
  .la-brand small { display: none; }
  .la-path { width: 100%; overflow-x: auto; grid-template-columns: repeat(3, minmax(155px, 1fr)); }
  .la-path__item { min-height: 65px; padding: 10px 14px; }
  .la-path__item > span { display: none; }
  .la-hero { gap: 25px; min-height: auto; padding-block: 48px 65px; }
  .la-hero h1, .la-consultation-head h1, .la-payment-state h1, .la-account-head h1, .la-account-empty h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .la-lead { font-size: .95rem; }
  .la-button { width: 100%; }
  .la-selection { min-height: 650px; padding: 48px 0 65px; }
  .la-choice-deck { gap: 8px 6px; }
  .la-choice-card { width: 72px; }
  .la-choice-card__back em { font-size: .48rem; }
  .la-choice-card__back svg { width: 19px; height: 19px; }
  .la-altar { min-height: 360px; }
  .la-orbit { width: 330px; }
  .la-orbit--two { width: 250px; }
  .la-card--back { width: 140px; }
  .la-card--back:nth-child(1) { transform: translateX(calc(-50% - 74px)) translateY(22px) rotate(-7deg); }
  .la-card--back:nth-child(2) { transform: translateX(-50%); }
  .la-card--back:nth-child(3) { transform: translateX(calc(-50% + 74px)) translateY(22px) rotate(7deg); }
  .la-card__back-frame strong { font-size: .74rem; }
  .la-consultation-head { grid-template-columns: 1fr; padding-top: 50px; }
  .la-counter { display: none; }
  .la-consultation-head + .la-form { padding-bottom: 65px; }
  .la-progress { align-items: flex-start; flex-direction: column; gap: 10px; }
  .la-progress > div { width: 100%; min-width: 0; }
  .la-progress__bar { width: 100%; }
  .la-reading-result__head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .la-reading-result__head blockquote { text-align: left; }
  .la-cards--3 { grid-template-columns: repeat(3, minmax(105px, 1fr)); gap: 7px; }
  .la-cards--3 .la-card--front figcaption small { display: none; }
  .la-direct-answer { grid-template-columns: 1fr; padding: 23px 20px; }
  .la-meaning-grid { grid-template-columns: 1fr; }
  .la-meaning-grid section { min-height: 150px; }
  .la-next-step { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .la-premium-offer { padding: 32px 21px; }
  .la-premium-offer ol { grid-template-columns: 1fr; }
  .la-plan { min-height: 0; padding: 27px 22px; }
  .la-storefront { margin-top: -25px; }
  .la-storefront__grid { grid-template-columns: 1fr; }
  .la-store-product__body { min-height: 0; }
  .la-account-card { grid-template-columns: auto 1fr; }
  .la-account-card__status { grid-column: 2; justify-self: start; }
  .la-footer { flex-direction: column; text-align: center; }
}

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