/* TVPT-WEB v1.9.2 */

:root {
  --ink: #0b0b0c;
  --ink-soft: #171719;
  --ink-raised: #212124;
  --paper: #f5f2ea;
  --paper-raised: #fffdf7;
  --paper-muted: #e9e5da;
  --gold: #b9944f;
  --gold-dark: #816531;
  --text: #171719;
  --text-muted: #64615b;
  --line: rgba(23, 23, 25, 0.16);
  --line-dark: rgba(245, 242, 234, 0.16);
  --success: #3f6f53;
  --danger: #9b433b;
  --shadow-sm: 0 10px 30px rgba(11, 11, 12, 0.08);
  --shadow-lg: 0 28px 80px rgba(11, 11, 12, 0.18);
  --radius-sm: 0.55rem;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --container: 76rem;
  --header-height: 4.75rem;
  --transition: 180ms ease;
}

/* v1.3 · orbital interface */

body.site-v12 {
  --ink: #08080b;
  --ink-soft: #101016;
  --ink-raised: #1a1921;
  --paper: #f5f1e7;
  --paper-raised: #12121a;
  --paper-muted: #191721;
  --surface-0: #08080b;
  --surface-1: #101016;
  --surface-2: #171720;
  --on-dark: #f5f1e7;
  --on-dark-muted: #aaa7b2;
  --gold: #c9a453;
  --gold-dark: #e0ba68;
  --text: #f5f1e7;
  --text-muted: #aaa7b2;
  --line: rgba(238, 211, 145, 0.16);
  --line-dark: rgba(245, 242, 234, 0.14);
  --violet: #6d5bd0;
  --violet-soft: rgba(109, 91, 208, 0.2);
  --blue: #74a7ff;
  --shadow-sm: 0 14px 44px rgba(0, 0, 0, 0.28);
  --shadow-lg: 0 38px 120px rgba(0, 0, 0, 0.55);
  background:
    radial-gradient(circle at 16% 12%, rgba(109, 91, 208, 0.08), transparent 24rem),
    radial-gradient(circle at 84% 42%, rgba(201, 164, 83, 0.055), transparent 28rem),
    #0b0b10;
  color: var(--text);
}

.brand__mark {
  background-color: #09090c;
  background-image: url("../images/tvpt-logo-centered.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.site-v12 .site-header {
  border-bottom-color: rgba(201, 164, 83, 0.2);
  background: rgba(8, 8, 12, 0.86);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.24);
}

.site-v12 .site-header::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(109, 91, 208, 0.06) 50%, transparent);
  content: "";
  pointer-events: none;
}

.site-v12 .brand__mark {
  width: 2.85rem;
  height: 2.85rem;
  border-color: rgba(229, 191, 106, 0.52);
  box-shadow: inset 0 0 18px rgba(201, 164, 83, 0.14), 0 0 24px rgba(201, 164, 83, 0.08);
}

.site-v12 .brand__name small {
  color: rgba(245, 241, 231, 0.54);
}

.site-v12 .site-nav__link {
  color: rgba(245, 241, 231, 0.72);
}

.site-v12 .site-nav__link:hover,
.site-v12 .site-nav__link[aria-current="page"] {
  color: #f1cb73;
  text-shadow: 0 0 24px rgba(201, 164, 83, 0.24);
}

.site-v12 .section--dark {
  background:
    radial-gradient(circle at 80% 18%, rgba(109, 91, 208, 0.12), transparent 26rem),
    radial-gradient(circle at 15% 70%, rgba(201, 164, 83, 0.07), transparent 25rem),
    #08080c;
}

.site-v12 .section--raised {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.018)),
    #13121a;
}

.site-v12 .section-header__intro,
.site-v12 .lead,
.site-v12 .microcopy {
  color: var(--text-muted);
}

.site-v12 .eyebrow {
  color: #d8b25f;
}

.site-v12 .eyebrow::before {
  box-shadow: 0 0 12px currentColor;
}

.site-v12 .button {
  min-height: 3.45rem;
  border-color: rgba(239, 204, 125, 0.55);
  border-radius: 0.75rem;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.2), transparent 36%),
    linear-gradient(145deg, #d2ad5c, #ad853c);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.34), 0 10px 34px rgba(201, 164, 83, 0.14);
}

.site-v12 .button::before {
  position: absolute;
  z-index: -1;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.55rem;
  content: "";
  pointer-events: none;
}

.site-v12 .button:hover {
  border-color: #f1cf7e;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.27), transparent 38%),
    linear-gradient(145deg, #e0bd6c, #bd9344);
  box-shadow: 0 0 0 1px rgba(201, 164, 83, 0.15), 0 18px 50px rgba(201, 164, 83, 0.22), 0 0 40px rgba(201, 164, 83, 0.1);
}

.site-v12 .button--ghost {
  border-color: rgba(245, 241, 231, 0.28);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  color: var(--paper);
}

.site-v12 .button--ghost:hover {
  border-color: var(--gold);
  background: rgba(201, 164, 83, 0.1);
}

.site-v12 .button--dark {
  border-color: rgba(8, 8, 11, 0.5);
  background: linear-gradient(145deg, #17171d, #08080b);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 18px 42px rgba(0, 0, 0, 0.25);
  color: #f5f1e7;
}

.site-v12 .button--dark:hover {
  background: linear-gradient(145deg, #24232b, #0d0d11);
}

.button--signal span {
  font-size: 1.15em;
  transition: translate 260ms ease, rotate 260ms ease;
}

.button--signal:hover span {
  translate: 0.2rem -0.2rem;
  rotate: 6deg;
}

.hero--v12 {
  min-height: auto;
  background: #08080b;
}

.hero--v12::before {
  background:
    linear-gradient(90deg, rgba(8, 8, 11, 0.95) 0%, rgba(8, 8, 11, 0.8) 48%, rgba(8, 8, 11, 0.48) 100%),
    url("../images/hero-abstract.webp") center / cover no-repeat;
  filter: saturate(0.72) hue-rotate(8deg);
}

.hero--v12::after {
  background:
    radial-gradient(circle at 74% 42%, rgba(201, 164, 83, 0.17), transparent 21rem),
    radial-gradient(circle at 84% 60%, rgba(92, 75, 192, 0.16), transparent 28rem),
    linear-gradient(116deg, transparent 0 58%, rgba(201, 164, 83, 0.15) 58.08% 58.16%, transparent 58.24%);
}

.hero__grid {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(201, 164, 83, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 164, 83, 0.08) 1px, transparent 1px);
  background-size: 4.75rem 4.75rem;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, transparent 94%);
  pointer-events: none;
}

.hero--v12 .hero__inner {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - var(--header-height));
  gap: clamp(2.5rem, 7vw, 6rem);
}

.hero--v12 .hero__copy {
  max-width: 45rem;
}

.hero--v12 .hero__title {
  max-width: 44rem;
  margin-bottom: 1.25rem;
  font-size: clamp(3.1rem, 7.7vw, 6.7rem);
}

.hero__kicker {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.55rem 0.75rem;
  border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(201, 164, 83, 0.11), transparent);
  color: rgba(245, 241, 231, 0.86);
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  font-weight: 760;
}

.hero--v12 .hero__lead {
  max-width: 39rem;
  color: rgba(245, 241, 231, 0.66);
}

.hero--v12 .hero__visual {
  min-height: clamp(33rem, 92vw, 45rem);
}

.hero__image-wrap--contain {
  border: 1px solid rgba(222, 185, 99, 0.27);
  border-radius: 1.7rem 1.7rem 0.4rem 1.7rem;
  background:
    radial-gradient(circle at 50% 35%, rgba(201, 164, 83, 0.14), transparent 38%),
    linear-gradient(160deg, #181820, #08080c 70%);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.hero__image-wrap--contain::before {
  position: absolute;
  z-index: 1;
  inset: 1rem;
  border: 1px solid rgba(109, 91, 208, 0.17);
  border-radius: 1rem;
  content: "";
  pointer-events: none;
}

.hero__image-wrap--contain::after {
  z-index: 1;
  background: linear-gradient(180deg, transparent 62%, rgba(8, 8, 12, 0.78) 93%);
}

.hero__image-wrap--contain .hero__image {
  position: relative;
  z-index: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.82) contrast(1.08) brightness(0.94);
  transform: scale(0.94);
  transform-origin: center bottom;
}

.hud-corners,
.hud-corners::before,
.hud-corners::after {
  position: absolute;
  z-index: 3;
  width: 2.25rem;
  height: 2.25rem;
  content: "";
  pointer-events: none;
}

.hud-corners {
  top: 1.5rem;
  left: 1.5rem;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}

.hud-corners::before {
  top: 0;
  left: calc(100vw - min(100vw - 2rem, 34rem) + 27rem);
  border-top: 2px solid rgba(111, 159, 255, 0.75);
  border-right: 2px solid rgba(111, 159, 255, 0.75);
}

.hud-corners::after {
  top: clamp(27rem, 78vw, 38rem);
  left: 0;
  border-bottom: 2px solid rgba(111, 159, 255, 0.65);
  border-left: 2px solid rgba(111, 159, 255, 0.65);
}

.hero--v12 .hero__note {
  right: 0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
  border-color: rgba(229, 191, 106, 0.28);
  background: rgba(8, 8, 12, 0.82);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.hero--v12 .hero__logo {
  object-fit: contain;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #8fd7ad;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.status-dot::before {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #71cf99;
  box-shadow: 0 0 14px #71cf99;
  content: "";
  animation: status-pulse 1.8s ease-in-out infinite;
}

.value-strip--interactive {
  border-color: rgba(201, 164, 83, 0.18);
  background: #0d0d12;
}

.value-strip--interactive .value-grid {
  background: rgba(201, 164, 83, 0.15);
}

.value-strip--interactive .value-card {
  min-height: 11.5rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    #121219;
  color: var(--paper);
  text-decoration: none;
  transition: background 360ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 360ms ease;
}

.value-strip--interactive .value-card > span {
  color: #d6ae58;
}

.value-strip--interactive .value-card p {
  color: rgba(245, 241, 231, 0.55);
}

.value-card > i {
  position: absolute;
  right: 1.15rem;
  bottom: 1.1rem;
  color: rgba(245, 241, 231, 0.34);
  font-style: normal;
  transition: color 260ms ease, translate 260ms ease;
}

.value-strip--interactive .value-card--gold {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.3), transparent 34%),
    linear-gradient(145deg, #d1ae62, #9a7431);
  color: var(--ink);
}

.value-strip--interactive .value-card--gold p,
.value-strip--interactive .value-card--gold > span,
.value-strip--interactive .value-card--gold > i {
  color: rgba(8, 8, 11, 0.66);
}

.value-card--locked {
  filter: saturate(0.35);
}

.section--orbit {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(109, 91, 208, 0.11), transparent 26rem),
    #0b0b10;
}

.section--orbit::before {
  position: absolute;
  top: -16rem;
  right: -18rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(201, 164, 83, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5rem rgba(109, 91, 208, 0.015), inset 0 0 0 10rem rgba(201, 164, 83, 0.012);
  content: "";
  pointer-events: none;
  animation: orbit-drift 16s ease-in-out infinite alternate;
}

.section--orbit > .container {
  position: relative;
  z-index: 1;
}

.section-header--numbered {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.service-bento--active .service-card {
  min-height: 22rem;
  border-color: rgba(225, 185, 96, 0.24);
  background:
    radial-gradient(circle at var(--spot-x, 85%) var(--spot-y, 10%), rgba(201, 164, 83, 0.13), transparent 36%),
    linear-gradient(150deg, #181820, #0e0e13);
  color: var(--paper);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 24px 70px rgba(0, 0, 0, 0.24);
}

.service-bento--active .service-card::before {
  color: rgba(245, 241, 231, 0.025);
}

.service-bento--active .service-card--primary {
  border-color: rgba(229, 190, 101, 0.48);
  background:
    radial-gradient(circle at var(--spot-x, 82%) var(--spot-y, 12%), rgba(201, 164, 83, 0.24), transparent 38%),
    linear-gradient(145deg, #201c15, #0a0a0e 72%);
}

.service-card--goldline::after {
  background: radial-gradient(26rem circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(221, 178, 82, 0.2), transparent 42%);
}

.service-card--violet {
  border-color: rgba(109, 91, 208, 0.34) !important;
  background:
    radial-gradient(circle at var(--spot-x, 82%) var(--spot-y, 12%), rgba(109, 91, 208, 0.21), transparent 38%),
    linear-gradient(145deg, #171522, #0c0c11 74%) !important;
}

.service-bento--active .service-card__tag {
  border-color: rgba(201, 164, 83, 0.28);
  color: #d8b25f;
}

.service-bento--active .card__body p {
  max-width: 33rem;
  color: rgba(245, 241, 231, 0.62);
}

.service-bento--active .card__footer {
  border-color: rgba(245, 241, 231, 0.1);
}

.service-bento--active .text-link {
  color: #d9b35e;
}

.roadmap-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px dashed rgba(160, 157, 171, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.018);
  color: var(--text-muted);
  font-size: 0.85rem;
}

.roadmap-teaser b {
  margin-right: 0.55rem;
  color: #d8b25f;
}

.site-v12 .text-link {
  color: #d8b25f;
}

.section--app-core {
  position: relative;
  overflow: hidden;
}

.section--app-core::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(112, 151, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 151, 255, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: radial-gradient(circle at center, #000, transparent 74%);
  content: "";
  pointer-events: none;
}

.section--app-core > .container {
  position: relative;
  z-index: 1;
}

.app-promise-grid {
  display: grid;
  gap: 1px;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  overflow: hidden;
  border: 1px solid rgba(215, 181, 101, 0.22);
  border-radius: var(--radius-lg);
  background: rgba(215, 181, 101, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.app-promise-grid article {
  display: grid;
  min-height: 9rem;
  align-content: center;
  gap: 0.35rem;
  padding: 1.3rem;
  background:
    radial-gradient(circle at 90% 15%, rgba(109, 91, 208, 0.12), transparent 45%),
    rgba(15, 15, 21, 0.96);
}

.app-promise-grid span {
  color: #d9b35e;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.app-promise-grid strong {
  color: var(--paper);
  font-size: 1.05rem;
}

.app-promise-grid small {
  color: rgba(245, 241, 231, 0.52);
}

.system-layout--v12 {
  align-items: center;
}

.site-v12 .app-device {
  width: 100%;
  border-color: rgba(220, 183, 96, 0.38);
  background:
    radial-gradient(circle at var(--spot-x, 78%) var(--spot-y, 12%), rgba(109, 91, 208, 0.22), transparent 34%),
    linear-gradient(160deg, #1c1924, #0a0a0e);
  box-shadow: 0 45px 130px rgba(0, 0, 0, 0.58), 0 0 70px rgba(109, 91, 208, 0.08), inset 0 1px rgba(255, 255, 255, 0.07);
}

.site-v12 .app-device__top img {
  object-fit: contain;
}

.site-v12 .app-device__screen {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025)),
    repeating-linear-gradient(0deg, transparent 0 2rem, rgba(112, 151, 255, 0.04) 2rem calc(2rem + 1px));
}

.site-v12 .app-device__bars i:nth-child(4) {
  background: linear-gradient(180deg, #86b6ff, #6350bd);
  box-shadow: 0 0 28px rgba(105, 155, 255, 0.25);
}

.system-steps__infinite {
  border: 1px solid rgba(201, 164, 83, 0.34) !important;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, rgba(201, 164, 83, 0.12), rgba(109, 91, 208, 0.08));
  padding-inline: 1rem !important;
}

.tier-module {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding-top: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid rgba(201, 164, 83, 0.2);
}

.tier-module__head {
  display: grid;
  max-width: 50rem;
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.tier-module__head > * {
  margin-bottom: 0;
}

.tier-module__head p {
  color: rgba(245, 241, 231, 0.58);
}

.tier-grid {
  display: grid;
  gap: 0.75rem;
}

.tier-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(151, 164, 192, 0.22);
  border-radius: var(--radius);
  background: #0c0c12;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.tier-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.12) 49%, transparent 67%);
  content: "";
  translate: -140% 0;
  transition: translate 850ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.tier-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.tier-card > span,
.tier-card > strong {
  position: absolute;
  z-index: 2;
  bottom: 0.8rem;
}

.tier-card > span {
  left: 0.85rem;
  color: rgba(245, 241, 231, 0.44);
  font-size: 0.62rem;
  font-weight: 850;
}

.tier-card > strong {
  right: 0.85rem;
  color: var(--paper);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px #000;
}

.tier-card--elite {
  border-color: rgba(111, 158, 255, 0.44);
  box-shadow: 0 22px 70px rgba(78, 100, 214, 0.18);
}

.tier-grid--light .tier-card {
  background: #0b0b10;
}

.section--nutrition {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 30%, rgba(201, 164, 83, 0.1), transparent 28rem),
    #0c0c11;
}

.site-v12 .nutrition-offer {
  border-color: rgba(241, 203, 115, 0.48);
  background:
    radial-gradient(circle at var(--spot-x, 90%) var(--spot-y, 5%), rgba(255, 255, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #d5b365, #a47a32);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42), 0 0 80px rgba(201, 164, 83, 0.09);
}

.site-v12 .nutrition-offer .lead {
  color: rgba(8, 8, 11, 0.72);
}

.section--results {
  position: relative;
  overflow: hidden;
  background: #0b0b10;
}

.result-grid {
  display: grid;
  gap: 1rem;
}

.result-card {
  overflow: hidden;
  border: 1px solid rgba(201, 164, 83, 0.24);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 10%), rgba(109, 91, 208, 0.13), transparent 38%),
    #111118;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.33);
}

.result-card__media {
  display: grid;
  min-height: 20rem;
  place-items: center;
  padding: clamp(0.65rem, 2vw, 1rem);
  border-bottom: 1px solid var(--line);
  background: #08080c;
}

.result-card img {
  width: 100%;
  height: auto;
  max-height: 38rem;
  object-fit: contain;
  object-position: center;
}

.result-card figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 1.2rem;
}

.result-card figcaption span {
  color: #d8b25f;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-card figcaption strong {
  font-size: 1.25rem;
}

.result-card figcaption small {
  color: var(--text-muted);
}

.split--compact {
  gap: clamp(2rem, 7vw, 5rem);
}

.media-frame--contain {
  min-height: 25rem;
  border: 1px solid rgba(201, 164, 83, 0.24);
  background: #0a0a0e;
}

.site-v12 .media-frame--contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 2rem;
}

.location-chips span {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(201, 164, 83, 0.24);
  border-radius: 999px;
  background: rgba(201, 164, 83, 0.055);
  color: rgba(245, 241, 231, 0.76);
  font-size: 0.75rem;
  font-weight: 700;
}

.location-chips--large {
  gap: 0.75rem;
  margin-bottom: 0;
}

.location-chips--large span {
  min-height: 3.2rem;
  padding: 0.8rem 1rem;
  font-size: 0.84rem;
}

.cta-band--signal {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 40%, rgba(255, 255, 255, 0.2), transparent 24rem),
    linear-gradient(125deg, #d0aa59, #9e772f);
  color: #08080b;
}

.cta-band--signal::before {
  position: absolute;
  top: 50%;
  right: -8rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(8, 8, 11, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4rem rgba(8, 8, 11, 0.025), inset 0 0 0 8rem rgba(8, 8, 11, 0.02);
  content: "";
  translate: 0 -50%;
  animation: orbit-spin 30s linear infinite;
}

.cta-band--signal .container {
  position: relative;
  z-index: 1;
}

.cta-band--signal .eyebrow,
.cta-band--signal p {
  color: rgba(8, 8, 11, 0.65);
}

.cta-band__single {
  display: grid;
  min-height: 25rem;
  place-items: center;
  align-content: center;
  gap: 1.5rem;
  padding-block: 4rem;
  text-align: center;
}

.cta-band__single > * {
  margin-bottom: 0;
}

.button--wide {
  min-width: min(100%, 22rem);
}

.page-hero--v12 {
  background:
    linear-gradient(90deg, rgba(8, 8, 12, 0.94), rgba(8, 8, 12, 0.68)),
    url("../images/hero-abstract.webp") center / cover no-repeat;
}

.page-hero--v12::before {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(201, 164, 83, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 164, 83, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(to right, #000, transparent 78%);
  content: "";
}

.page-hero--v12::after {
  border-color: rgba(201, 164, 83, 0.22);
  background: radial-gradient(circle, rgba(109, 91, 208, 0.17), transparent 68%);
}

.service-jump-wrap {
  position: sticky;
  z-index: 20;
  top: var(--header-height);
  padding-block: 0.8rem;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 17, 24, 0.9) !important;
  backdrop-filter: blur(18px);
}

.service-jump--v12 a {
  border-color: rgba(201, 164, 83, 0.2);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(245, 241, 231, 0.72);
}

.service-jump--v12 a:hover {
  border-color: rgba(201, 164, 83, 0.55);
  background: rgba(201, 164, 83, 0.12);
  color: var(--paper);
}

.included-grid--v12 {
  border-color: rgba(201, 164, 83, 0.18);
  background: rgba(201, 164, 83, 0.16);
}

.included-grid--v12 > span {
  background: #121219;
  color: var(--paper);
}

.site-v12 .package-card {
  border-color: rgba(201, 164, 83, 0.19);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 15%), rgba(201, 164, 83, 0.12), transparent 42%),
    #121219;
  color: var(--paper);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}

.site-v12 .package-card > span,
.site-v12 .package-card > small {
  color: #d3ae5c;
}

.site-v12 .package-card--popular {
  border-color: rgba(220, 180, 89, 0.58);
  box-shadow: 0 0 0 1px rgba(220, 180, 89, 0.08), 0 26px 70px rgba(201, 164, 83, 0.11);
}

.site-v12 .package-card--best {
  border-color: rgba(111, 158, 255, 0.44);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 15%), rgba(109, 91, 208, 0.25), transparent 43%),
    linear-gradient(150deg, #1d1828, #0c0c11);
  box-shadow: 0 26px 80px rgba(91, 78, 190, 0.14);
}

.service-factbar {
  display: grid;
  gap: 1px;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.service-factbar span {
  padding: 1rem;
  background: #101017;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.service-factbar b {
  display: block;
  margin-bottom: 0.15rem;
  color: #d8b25f;
}

.nutrition-price-layout {
  display: grid;
  gap: 1rem;
}

.price-focus--gold {
  border-color: rgba(229, 190, 101, 0.45);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 15%), rgba(201, 164, 83, 0.25), transparent 38%),
    linear-gradient(145deg, #201c15, #0e0e13);
}

.nutrition-ladder--panel {
  padding: 1rem;
  border: 1px solid rgba(201, 164, 83, 0.2);
  border-radius: var(--radius-lg);
  background: #111118;
}

.nutrition-ladder--panel > span {
  border-color: rgba(245, 241, 231, 0.1);
  background: rgba(255, 255, 255, 0.025);
  color: var(--paper);
}

.nutrition-ladder--panel small {
  color: rgba(245, 241, 231, 0.58);
}

.group-price-box {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.4rem, 5vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(201, 164, 83, 0.35);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 85%) var(--spot-y, 10%), rgba(109, 91, 208, 0.18), transparent 40%),
    linear-gradient(145deg, #171720, #0d0d12);
  box-shadow: var(--shadow-lg);
}

.group-price-box > div:first-child > strong {
  display: block;
  margin: 1.2rem 0 0.4rem;
  color: #e0bb68;
  font-size: clamp(3.5rem, 10vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.group-price-box p {
  color: var(--text-muted);
}

.site-v12 .group-examples {
  border-color: rgba(201, 164, 83, 0.16);
  background: rgba(201, 164, 83, 0.14);
}

.site-v12 .group-examples > span,
.site-v12 .group-examples > a {
  background: #121219;
  color: var(--paper);
}

.site-v12 .group-examples small {
  color: var(--text-muted);
}

.section--roadmap {
  position: relative;
  overflow: hidden;
}

.locked-grid {
  display: grid;
  gap: 0.8rem;
}

.locked-card {
  position: relative;
  display: grid;
  min-height: 18rem;
  align-content: end;
  gap: 0.55rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(152, 153, 163, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.028), transparent 42%),
    #101015;
  color: #9b9ba3;
  filter: grayscale(0.78) saturate(0.35);
  cursor: not-allowed;
}

.locked-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 44%, rgba(173, 177, 193, 0.08) 50%, transparent 56%);
  content: "";
  translate: 0 -120%;
  animation: lock-scan 5.5s ease-in-out infinite;
  pointer-events: none;
}

.locked-card > * {
  position: relative;
  z-index: 2;
}

.locked-card small {
  color: #797a83;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.locked-card h3,
.locked-card p {
  margin-bottom: 0;
}

.locked-card h3 {
  color: #aaaab0;
}

.locked-card p {
  min-height: 3rem;
  color: #74757d;
  font-size: 0.82rem;
}

.locked-card > b {
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.42rem 0.6rem;
  border: 1px solid rgba(154, 155, 164, 0.22);
  border-radius: 999px;
  color: #8a8b93;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lock-icon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(154, 155, 164, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
}

.lock-icon i {
  position: relative;
  width: 0.9rem;
  height: 0.72rem;
  border: 1px solid #85868d;
  border-radius: 0.18rem;
}

.lock-icon i::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0.58rem;
  height: 0.55rem;
  border: 1px solid #85868d;
  border-bottom: 0;
  border-radius: 0.45rem 0.45rem 0 0;
  content: "";
  translate: -50% 0;
}

.system-flow {
  display: grid;
  gap: 0.75rem;
}

.system-flow article {
  position: relative;
  min-height: 13rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 83, 0.18);
  border-radius: var(--radius);
  background: #111118;
}

.system-flow article::after {
  position: absolute;
  right: -0.06em;
  bottom: -0.22em;
  color: rgba(245, 241, 231, 0.025);
  content: attr(data-step);
  font-size: 8rem;
  font-weight: 900;
  line-height: 0.8;
}

.system-flow span {
  color: #d8b25f;
  font-size: 0.65rem;
  font-weight: 850;
}

.system-flow h3 {
  margin: 3rem 0 0.35rem;
}

.system-flow p {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.system-flow__infinite {
  border-color: rgba(111, 158, 255, 0.4) !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(109, 91, 208, 0.25), transparent 40%),
    #151321 !important;
  box-shadow: 0 22px 60px rgba(77, 70, 180, 0.12);
}

.site-v12 .card {
  border-color: rgba(201, 164, 83, 0.18);
  background:
    radial-gradient(circle at var(--spot-x, 85%) var(--spot-y, 10%), rgba(201, 164, 83, 0.1), transparent 38%),
    #121219;
  color: var(--paper);
}

.site-v12 .card--dark {
  border-color: rgba(245, 241, 231, 0.13);
  background:
    radial-gradient(circle at var(--spot-x, 85%) var(--spot-y, 10%), rgba(109, 91, 208, 0.15), transparent 38%),
    #111117;
}

.system-cards .card {
  min-height: 17rem;
}

.about-facts {
  display: grid;
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.about-facts span {
  display: grid;
  gap: 0.15rem;
  padding: 1rem;
  background: #111118;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.about-facts b {
  color: #d8b25f;
}

.travel-card {
  position: relative;
  min-height: 25rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(111, 158, 255, 0.3);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 75%) var(--spot-y, 25%), rgba(109, 91, 208, 0.24), transparent 38%),
    #101017;
}

.travel-card > strong,
.travel-card > p,
.travel-card > a {
  position: relative;
  z-index: 2;
}

.travel-card > strong {
  display: block;
  margin-top: 11rem;
  font-size: 1.5rem;
}

.travel-card > p {
  color: var(--text-muted);
}

.travel-card__radar {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(111, 158, 255, 0.34);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2.7rem rgba(111, 158, 255, 0.025), inset 0 0 0 5.3rem rgba(201, 164, 83, 0.02), 0 0 55px rgba(111, 158, 255, 0.08);
  translate: -50% 0;
}

.travel-card__radar::before,
.travel-card__radar::after {
  position: absolute;
  background: rgba(111, 158, 255, 0.28);
  content: "";
}

.travel-card__radar::before {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.travel-card__radar::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.travel-card__radar i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg, #e0b965, transparent);
  box-shadow: 0 0 12px rgba(224, 185, 101, 0.6);
  animation: orbit-spin 4.5s linear infinite;
}

.visit-options {
  display: grid;
  gap: 0.65rem;
  margin-top: 2rem;
}

.visit-options article {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.15rem 0.75rem;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: #111118;
}

.visit-options article > span {
  grid-row: span 2;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(201, 164, 83, 0.28);
  border-radius: 50%;
  color: #d8b25f;
}

.visit-options small {
  color: var(--text-muted);
}

.contact-panel--v12 {
  border: 1px solid rgba(201, 164, 83, 0.3);
  background:
    radial-gradient(circle at 86% 12%, rgba(109, 91, 208, 0.22), transparent 34%),
    linear-gradient(145deg, #171720, #0b0b0f);
  box-shadow: var(--shadow-lg);
}

.site-v12 .site-footer {
  border-top: 1px solid rgba(201, 164, 83, 0.15);
  background:
    radial-gradient(circle at 8% 12%, rgba(201, 164, 83, 0.08), transparent 22rem),
    #09090d;
}

.site-v12 .mobile-cta {
  border-color: rgba(240, 204, 125, 0.6);
  background: linear-gradient(145deg, #d4af61, #a77e34);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.38), 0 0 28px rgba(201, 164, 83, 0.14);
}

@keyframes status-pulse {
  0%, 100% { opacity: 0.45; scale: 0.8; }
  50% { opacity: 1; scale: 1; }
}

@keyframes orbit-drift {
  from { transform: translate3d(0, 0, 0) rotate(-3deg); }
  to { transform: translate3d(-2rem, 2.5rem, 0) rotate(5deg); }
}

@keyframes orbit-spin {
  to { rotate: 360deg; }
}

@keyframes lock-scan {
  0%, 34% { translate: 0 -120%; opacity: 0; }
  45% { opacity: 1; }
  66% { translate: 0 120%; opacity: 0.6; }
  100% { translate: 0 120%; opacity: 0; }
}

@media (hover: hover) and (pointer: fine) {
  .value-strip--interactive .value-card:hover {
    z-index: 2;
    transform: translateY(-0.4rem);
    background:
      radial-gradient(circle at 85% 15%, rgba(201, 164, 83, 0.12), transparent 40%),
      #17171f;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  }

  .value-strip--interactive .value-card--gold:hover {
    background:
      radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.38), transparent 34%),
      linear-gradient(145deg, #dfbd70, #a47b33);
  }

  .value-card:hover > i {
    color: #d8b25f;
    translate: 0.18rem -0.18rem;
  }

  .tier-card:hover::after {
    translate: 140% 0;
  }

  .tier-card:hover img {
    transform: scale(1.045);
    filter: brightness(1.1) saturate(1.08);
  }

  .locked-card.motion-card:hover {
    --motion-lift: -2px;
    border-color: rgba(159, 161, 171, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), inset 0 0 45px rgba(170, 172, 183, 0.025);
  }
}

@media (min-width: 36rem) {
  .app-promise-grid,
  .tier-grid,
  .locked-grid,
  .system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .result-grid,
  .service-factbar,
  .about-facts,
  .visit-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hero--v12 .hero__inner {
    grid-template-columns: minmax(0, 1.03fr) minmax(25rem, 0.97fr);
  }

  .hero--v12 .hero__visual {
    min-height: min(45rem, calc(100svh - 7rem));
  }

  .hero__image-wrap--contain .hero__image {
    transform: scale(0.92);
  }

  .service-bento--active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .service-bento--active .service-card--primary {
    grid-column: span 6;
    min-height: 29rem;
  }

  .service-bento--active .service-card:nth-child(2),
  .service-bento--active .service-card:nth-child(3) {
    grid-column: span 3;
    min-height: 29rem;
  }

  .app-promise-grid,
  .tier-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .system-layout--v12 {
    grid-template-columns: minmax(24rem, 0.9fr) minmax(0, 1.1fr);
  }

  .result-grid,
  .nutrition-price-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .result-card__media {
    min-height: 34rem;
  }

  .service-factbar,
  .about-facts,
  .visit-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .locked-card:last-child {
    grid-column: 2 / 3;
  }

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

  .system-flow__infinite {
    grid-column: auto;
  }

  .group-price-box {
    grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
    align-items: end;
  }

  .group-price-box > .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 47.999rem) {
  .service-jump-wrap {
    position: static;
  }

  .service-jump--v12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-jump--v12 a {
    min-height: 3.2rem;
    font-size: 0.72rem;
  }

  .status-dot {
    display: none;
  }

  .result-card__media {
    min-height: 16rem;
  }
}

@media (max-width: 24rem) {
  .service-jump--v12,
  .app-promise-grid,
  .tier-grid,
  .locked-grid,
  .system-flow,
  .result-grid,
  .service-factbar,
  .about-facts,
  .visit-options {
    grid-template-columns: 1fr;
  }

  .hero--v12 .hero__visual {
    min-height: 29rem;
  }

  .hero--v12 .hero__note span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .status-dot::before,
  .section--orbit::before,
  .cta-band--signal::before,
  .locked-card::before,
  .travel-card__radar i {
    animation: none !important;
  }

  .tier-card::after {
    display: none;
  }
}

/* v1.4 · clearer booking, pricing and social proof */

#leistungskatalog,
#personal-training,
#ernaehrungsplanung,
#gruppentraining,
#trainingsplaene-online {
  scroll-margin-top: calc(var(--header-height) + 4.5rem);
}

.service-jump-wrap {
  padding-block: 0.38rem;
  border-color: rgba(221, 187, 111, 0.28);
  background: rgba(31, 30, 38, 0.96) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.035);
}

.service-jump--v12 a {
  min-height: 2.75rem;
  padding: 0.48rem 0.75rem;
  border-color: rgba(221, 187, 111, 0.3);
  background: rgba(255, 255, 255, 0.055);
  color: #f0eadf;
}

.package-card--booking {
  min-height: 17.5rem;
  color: var(--on-dark);
  text-decoration: none;
  cursor: pointer;
}

.package-card__cta {
  display: block;
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(245, 241, 231, 0.12);
  color: #e0bb68;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.045em;
}

.package-card--booking:focus-visible {
  outline: 3px solid #f0c973;
  outline-offset: 3px;
}

.booking-trust {
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(1.35rem, 4vw, 2.35rem);
  border: 1px solid rgba(111, 158, 255, 0.34);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 10%, rgba(91, 75, 192, 0.22), transparent 36%),
    linear-gradient(145deg, #171621, #0d0d13);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.24);
}

.booking-trust__head h3 {
  max-width: 48rem;
  margin-bottom: 0.55rem;
  color: var(--on-dark);
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
}

.booking-trust__head p {
  max-width: 48rem;
  color: var(--on-dark-muted);
}

.booking-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 241, 231, 0.12);
  border-radius: var(--radius);
  background: rgba(245, 241, 231, 0.12);
  list-style: none;
}

.booking-steps li {
  display: grid;
  gap: 0.3rem;
  min-height: 8.5rem;
  align-content: center;
  padding: 1rem;
  background: rgba(13, 13, 19, 0.94);
}

.booking-steps li > span {
  color: #d8b25f;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.booking-steps strong {
  color: var(--on-dark);
}

.booking-steps small {
  color: var(--on-dark-muted);
  line-height: 1.5;
}

.booking-trust__promise {
  margin: 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid #d8b25f;
  background: rgba(201, 164, 83, 0.09);
  color: var(--on-dark-muted);
}

.booking-trust__promise strong {
  color: var(--on-dark);
}

.nutrition-ladder__intro {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  padding: 0.75rem 0.25rem 1rem;
  border-bottom: 1px solid rgba(245, 241, 231, 0.14);
}

.nutrition-ladder__intro > span {
  color: #d8b25f;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nutrition-ladder__intro > strong {
  color: var(--on-dark);
  font-size: 1.05rem;
}

.nutrition-ladder__intro > small {
  color: var(--on-dark-muted);
  line-height: 1.5;
}

.nutrition-ladder--panel > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.2rem 1rem;
}

.nutrition-ladder--panel > span > strong {
  grid-column: 2;
  grid-row: 1;
}

.nutrition-ladder--panel > span > em {
  grid-column: 1 / -1;
  color: #ddb966;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 780;
}

.nutrition-ladder--panel .is-best > em {
  color: #e6c876;
}

.group-pricing-note {
  margin-bottom: 0.55rem;
  color: #ddd6c9 !important;
  font-size: 0.76rem;
  font-weight: 760;
}

.app-gift-banner {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid rgba(229, 190, 101, 0.42);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 20%, rgba(201, 164, 83, 0.2), transparent 38%),
    linear-gradient(145deg, #1e1a15, #101016);
  box-shadow: 0 24px 70px rgba(201, 164, 83, 0.08);
}

.app-gift-banner > span {
  color: #d8b25f;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-gift-banner > strong {
  color: var(--on-dark);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

.app-gift-banner > p {
  max-width: 54rem;
  margin: 0;
  color: var(--on-dark-muted);
}

.about-portrait,
.home-portrait {
  width: min(100%, 24rem);
  min-height: 0 !important;
  justify-self: center;
}

.about-portrait::before,
.home-portrait::before {
  padding-top: 178%;
}

.result-subtitle {
  margin: 0 0 1rem;
  color: #e7dfd1;
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
}

.result-subtitle--spaced {
  margin-top: clamp(3rem, 7vw, 5.5rem);
}

.result-grid--three .result-card__media {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.result-card--practice .result-card__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: 0;
}

.result-card--practice .result-card__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.google-proof-wrap {
  padding-block: 0.75rem;
  border-top: 1px solid rgba(201, 164, 83, 0.15);
  border-bottom: 1px solid rgba(201, 164, 83, 0.15);
  background: #0b0b10;
}

.google-proof {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(111, 158, 255, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 20%), rgba(91, 75, 192, 0.2), transparent 38%),
    #121219;
  color: var(--on-dark);
  text-decoration: none;
}

.google-proof__brand,
.google-rating-card__brand > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(111, 158, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #e7c56f;
  font-size: 1.25rem;
  font-weight: 900;
}

.google-proof > div {
  display: grid;
  gap: 0.18rem;
}

.google-proof > div:last-child {
  text-align: right;
}

.google-proof small {
  color: var(--on-dark-muted);
}

.google-proof strong {
  color: var(--on-dark);
  font-size: 1.15rem;
}

.google-proof strong span {
  color: #e6bd5d;
  letter-spacing: 0.05em;
}

.review-layout {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.google-rating-card {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.4rem, 5vw, 2.5rem);
  border: 1px solid rgba(111, 158, 255, 0.38);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 82%) var(--spot-y, 14%), rgba(91, 75, 192, 0.26), transparent 40%),
    linear-gradient(145deg, #171722, #0c0c12);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.36), 0 0 60px rgba(91, 75, 192, 0.08);
}

.google-rating-card__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.google-rating-card__brand div {
  display: grid;
}

.google-rating-card__brand strong,
.google-rating-card__score > strong {
  color: var(--on-dark);
}

.google-rating-card__brand small,
.google-rating-card > p,
.google-rating-card__score small {
  color: var(--on-dark-muted);
}

.google-rating-card__score {
  display: grid;
  gap: 0.25rem;
}

.google-rating-card__score > strong {
  font-size: clamp(4.2rem, 10vw, 7.5rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.google-rating-card__score > span {
  color: #e6bd5d;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  letter-spacing: 0.09em;
}

.review-copy h2 {
  max-width: 40rem;
}

.review-facts,
.contact-routing {
  display: grid;
  gap: 1px;
  margin-top: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 83, 0.17);
  border-radius: var(--radius);
  background: rgba(201, 164, 83, 0.15);
}

.review-facts span,
.contact-routing span {
  padding: 1rem;
  background: #111118;
  color: var(--on-dark-muted);
  font-size: 0.82rem;
}

.review-facts b,
.contact-routing b {
  display: block;
  margin-bottom: 0.18rem;
  color: #d8b25f;
}

.review-direct {
  display: grid;
  justify-items: start;
  gap: 1rem;
}

.review-direct h2,
.review-direct p {
  max-width: 52rem;
}

.review-direct > small {
  color: var(--on-dark-muted);
}

@media (hover: hover) and (pointer: fine) {
  .package-card--booking:hover {
    border-color: rgba(236, 198, 110, 0.82);
    box-shadow: 0 30px 85px rgba(201, 164, 83, 0.16);
    transform: translateY(-0.35rem);
  }

  .google-proof:hover {
    border-color: rgba(137, 174, 255, 0.62);
    box-shadow: 0 18px 55px rgba(76, 73, 175, 0.15);
  }
}

@media (min-width: 48rem) {
  .booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-facts,
  .contact-routing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .site-v12 .site-nav__list {
    gap: 0;
  }

  .site-v12 .site-nav__link {
    padding-inline: 0.55rem;
    font-size: 0.76rem;
  }

  .service-factbar--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .review-layout {
    grid-template-columns: minmax(24rem, 0.9fr) minmax(0, 1.1fr);
  }

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

@media (max-width: 47.999rem) {
  .service-jump-wrap {
    position: sticky;
    top: var(--header-height);
  }

  .service-jump--v12 {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .service-jump--v12::-webkit-scrollbar {
    display: none;
  }

  .service-jump--v12 a {
    flex: 0 0 auto;
    min-height: 2.65rem;
    white-space: nowrap;
  }

  .google-proof {
    grid-template-columns: auto 1fr;
  }

  .google-proof > div:last-child {
    grid-column: 1 / -1;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(245, 241, 231, 0.1);
    text-align: left;
  }
}

@media print {
  body.site-v12 {
    background: #fff;
    color: #000;
  }

  .locked-card,
  .tier-card,
  .package-card,
  .result-card,
  .group-price-box {
    break-inside: avoid;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1.5rem);
}

body {
  margin: 0;
  min-width: 20rem;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 8vw, 6.4rem);
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
}

h4 {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  border-radius: var(--radius-sm);
  background: var(--paper-raised);
  color: var(--ink);
  font-weight: 700;
  transition: transform var(--transition);
}

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

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 2rem, 52rem);
  margin-inline: auto;
}

.section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.section--compact {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.section--dark {
  background: var(--ink);
  color: var(--paper);
}

.section--raised {
  background: var(--paper-raised);
}

.section--muted {
  background: var(--paper-muted);
}

.section-header {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-header > * {
  margin-bottom: 0;
}

.section-header__intro {
  max-width: 42rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.section--dark .section-header__intro,
.on-dark-muted {
  color: rgba(245, 242, 234, 0.7);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  margin-bottom: 1rem;
  color: var(--gold-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.section--dark .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--gold);
}

.lead {
  max-width: 44rem;
  color: var(--text-muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.on-dark {
  color: var(--paper);
}

.muted {
  color: var(--text-muted);
}

.microcopy {
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-dark);
  font-weight: 750;
  text-decoration: none;
}

.text-link::after {
  content: "\2192";
  transition: transform var(--transition);
}

.text-link:hover::after {
  transform: translateX(0.25rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

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

.button--dark {
  background: var(--ink);
  color: var(--paper);
}

.button--dark:hover {
  background: var(--ink-raised);
}

.button--light {
  background: var(--paper);
  color: var(--ink);
}

.button--light:hover {
  background: #fff;
}

.button--ghost {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.button--ghost:hover {
  border-color: var(--gold);
  background: rgba(185, 148, 79, 0.09);
}

.button--full {
  width: 100%;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(11, 11, 12, 0.94);
  color: var(--paper);
  backdrop-filter: blur(16px);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold-dark), #f0d08a, var(--gold));
  content: "";
  pointer-events: none;
}

.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--paper);
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(185, 148, 79, 0.62);
  border-radius: 0.65rem;
  background: var(--ink) url("../images/tvpt-logo-mark.webp") center / cover no-repeat;
  color: transparent;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.brand__name {
  display: grid;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand__name small {
  color: rgba(245, 242, 234, 0.56);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.nav-toggle {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 0.6rem;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle__lines,
.nav-toggle__lines::before,
.nav-toggle__lines::after {
  width: 1.25rem;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle__lines {
  position: relative;
}

.nav-toggle__lines::before,
.nav-toggle__lines::after {
  position: absolute;
  left: 0;
}

.nav-toggle__lines::before {
  top: -0.4rem;
}

.nav-toggle__lines::after {
  top: 0.4rem;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines::before {
  transform: translateY(0.4rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines::after {
  transform: translateY(-0.4rem) rotate(-45deg);
}

.site-nav {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.5rem 1rem 2rem;
  transform: translateX(100%);
  background: var(--ink);
  transition: transform 240ms ease, visibility 240ms;
}

.site-nav[data-open="true"] {
  visibility: visible;
  transform: translateX(0);
}

html:not(.js) .site-header {
  position: static;
  height: auto;
}

html:not(.js) .site-header__inner {
  height: auto;
  flex-wrap: wrap;
  padding-block: 0.75rem;
}

html:not(.js) .nav-toggle {
  display: none;
}

html:not(.js) .site-nav {
  position: static;
  visibility: visible;
  width: 100%;
  height: auto;
  padding: 0;
  transform: none;
  background: transparent;
}

html:not(.js) .site-nav__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(.js) .site-nav__link {
  min-height: 2.75rem;
  padding-inline: 0.35rem;
  font-size: 0.85rem;
}

.site-nav__list {
  display: grid;
  gap: 0.25rem;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(245, 242, 234, 0.78);
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  color: var(--gold);
}

.site-nav__cta {
  margin-top: 1rem;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.88) 0%, rgba(11, 11, 12, 0.62) 52%, rgba(11, 11, 12, 0.38) 100%),
    url("../images/hero-abstract.webp") center / cover no-repeat;
  content: "";
}

.hero__inner {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  align-items: center;
  gap: 2.5rem;
  padding-block: clamp(3rem, 8vw, 7rem);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 50rem;
}

.hero__title span {
  color: var(--gold);
}

.hero__lead {
  max-width: 42rem;
  color: rgba(245, 242, 234, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero__visual {
  position: relative;
  min-height: 22rem;
}

.hero__visual::before {
  position: absolute;
  inset: 8% -18% -20% 10%;
  border: 1px solid rgba(185, 148, 79, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(185, 148, 79, 0.13), transparent 64%);
  content: "";
}

.hero__image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 var(--radius-lg);
  background: var(--ink-soft);
  box-shadow: var(--shadow-lg);
}

.hero__image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(11, 11, 12, 0.72));
  content: "";
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(0.78) contrast(1.06);
}

.hero__note {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(245, 242, 234, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(11, 11, 12, 0.72);
  backdrop-filter: blur(10px);
}

.hero__note strong {
  display: block;
  font-size: 0.9rem;
}

.hero__note span {
  color: rgba(245, 242, 234, 0.62);
  font-size: 0.75rem;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper-raised);
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.trust-item {
  display: grid;
  min-height: 6rem;
  align-content: center;
  gap: 0.25rem;
  padding: 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item:nth-child(2n) {
  border-right: 0;
}

.trust-item strong {
  font-size: 0.9rem;
}

.trust-item span {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid--2,
.grid--3,
.grid--4 {
  grid-template-columns: 1fr;
}

.card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-raised);
}

.card--dark {
  border-color: var(--line-dark);
  background: var(--ink-soft);
  color: var(--paper);
}

.card--gold {
  border-color: transparent;
  background: var(--gold);
  color: var(--ink);
}

.card__number {
  margin-bottom: 2.25rem;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.card--dark .card__number {
  color: var(--gold);
}

.card__body {
  flex: 1;
}

.card__body p {
  color: var(--text-muted);
}

.card--dark .card__body p {
  color: rgba(245, 242, 234, 0.68);
}

.card__footer {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.card--dark .card__footer {
  border-color: var(--line-dark);
}

.card--dark .text-link {
  color: var(--gold);
}

.service-card {
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.service-card__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 2rem;
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-card__price {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.service-card__link {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.service-card__link:focus-visible {
  outline-offset: -5px;
}

.service-card .text-link {
  pointer-events: none;
}

.steps {
  display: grid;
  gap: 0;
  counter-reset: method;
}

.step {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 2rem 0 2rem 4rem;
  border-top: 1px solid var(--line-dark);
  counter-increment: method;
}

.step::before {
  position: absolute;
  top: 2rem;
  left: 0;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(185, 148, 79, 0.55);
  border-radius: 50%;
  color: var(--gold);
  content: counter(method, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 850;
}

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

.step p {
  color: rgba(245, 242, 234, 0.65);
}

.split {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
  box-shadow: var(--shadow-lg);
}

.media-frame::before {
  display: block;
  padding-top: 112%;
  content: "";
}

.media-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}

.media-frame--landscape::before {
  padding-top: 68%;
}

.feature-list,
.check-list,
.plain-list,
.footer-list,
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 650;
}

.feature-list li::after {
  color: var(--gold-dark);
  content: "\2713";
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 0.75rem;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  content: "\2713";
  font-weight: 900;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.image-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.image-tile {
  position: relative;
  min-height: 16rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink-soft);
}

.image-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
  transition: transform 400ms ease;
}

.image-tile:hover img {
  transform: scale(1.025);
}

.image-tile figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(245, 242, 234, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(11, 11, 12, 0.75);
  color: var(--paper);
  font-size: 0.75rem;
  line-height: 1.4;
  backdrop-filter: blur(8px);
}

.app-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--ink-soft), #101011);
}

.app-panel::before {
  position: absolute;
  top: -8rem;
  right: -8rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 148, 79, 0.16), transparent 68%);
  content: "";
}

.app-panel__inner {
  position: relative;
  display: grid;
  gap: 2rem;
  padding: clamp(1.5rem, 5vw, 4rem);
}

.app-panel__inner--single {
  grid-template-columns: 1fr;
}

.tool-grid {
  display: grid;
  gap: 1rem;
}

.tool-card {
  display: grid;
  min-height: 12rem;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(245, 242, 234, 0.04);
}

.tool-card p {
  color: rgba(245, 242, 234, 0.6);
  font-size: 0.86rem;
}

.tool-card__status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tool-card__status::before {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stat {
  padding: 1.25rem;
  background: var(--paper-raised);
}

.stat strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--gold-dark);
  font-size: 1.5rem;
}

.stat span {
  color: var(--text-muted);
  font-size: 0.78rem;
}

.price-preview {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
}

.price-preview__item {
  display: grid;
  gap: 0.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--paper-raised);
}

.price-preview__item span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-preview__item strong {
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  letter-spacing: -0.035em;
}

.price-preview__item small {
  color: var(--text-muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 780;
  list-style: none;
}

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

.faq-item summary::after {
  flex: 0 0 auto;
  color: var(--gold-dark);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "\2212";
}

.faq-item__content {
  max-width: 48rem;
  padding: 0 0 1.5rem;
  color: var(--text-muted);
}

.cta-band {
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
}

.cta-band__inner {
  display: grid;
  align-items: center;
  gap: 1.5rem;
  padding-block: clamp(3rem, 7vw, 5rem);
}

.cta-band h2 {
  max-width: 48rem;
  margin-bottom: 0;
}

.cta-band p {
  max-width: 40rem;
  margin-bottom: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.page-hero::after {
  position: absolute;
  top: -14rem;
  right: -12rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(185, 148, 79, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 148, 79, 0.1), transparent 67%);
  content: "";
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 31rem;
  align-content: end;
  padding-block: clamp(4rem, 9vw, 7rem);
}

.page-hero h1 {
  max-width: 65rem;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
}

.page-hero p {
  max-width: 45rem;
  margin-bottom: 0;
  color: rgba(245, 242, 234, 0.7);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 2.25rem;
  padding: 0;
  color: rgba(245, 242, 234, 0.55);
  font-size: 0.75rem;
  list-style: none;
}

.breadcrumb li:not(:last-child)::after {
  margin-left: 0.45rem;
  color: var(--gold);
  content: "/";
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--paper);
}

.service-detail {
  display: grid;
  gap: 1.5rem;
}

.service-detail__item {
  display: grid;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.service-detail__label {
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-detail__item p {
  color: var(--text-muted);
}

.pricing-switcher {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-raised);
}

.pricing-switcher__label {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.segmented-control button {
  min-height: 3rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: transparent;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
}

.segmented-control button:hover {
  border-color: var(--gold);
}

.segmented-control button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.js .customer-price[hidden] {
  display: none;
}

.price-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-raised);
}

.price-card--featured {
  border-color: var(--gold-dark);
  box-shadow: var(--shadow-sm);
}

.price-card__label {
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.price-card__price {
  margin: 1.5rem 0 0.25rem;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1;
}

.price-card__price small {
  font-size: 0.9rem;
  letter-spacing: 0;
}

.price-card__meta {
  min-height: 3rem;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.price-card .check-list {
  flex: 1;
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 0.88rem;
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-raised);
}

.price-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.price-table--fluid {
  min-width: 0;
}

.table-caption {
  padding: 1rem;
  text-align: left;
}

.space-top {
  margin-top: 1rem;
}

.space-top-lg {
  margin-top: 1.5rem;
}

.button-row--center {
  justify-content: center;
}

.price-table th,
.price-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-table strong {
  white-space: nowrap;
}

.notice {
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--gold-dark);
  background: rgba(185, 148, 79, 0.12);
  color: var(--text-muted);
  font-size: 0.88rem;
}

.notice--danger {
  border-color: var(--danger);
  background: rgba(155, 67, 59, 0.1);
  color: var(--text);
}

.legal-content {
  display: grid;
  gap: 2.5rem;
}

.legal-content section {
  max-width: 50rem;
}

.legal-content h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.legal-content h3 {
  margin-top: 1.5rem;
  font-size: 1.05rem;
}

.legal-content p,
.legal-content li {
  color: var(--text-muted);
}

.contact-panel {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--paper);
}

.contact-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-dark);
}

.contact-list li {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-list span {
  color: rgba(245, 242, 234, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list a {
  width: fit-content;
  color: var(--paper);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-list a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  color: rgba(245, 242, 234, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.social-list a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.site-footer {
  padding-block: 4rem 2rem;
  background: var(--ink-soft);
  color: var(--paper);
}

.site-footer__grid {
  display: grid;
  gap: 2.5rem;
}

.site-footer__brand p {
  max-width: 24rem;
  margin-top: 1rem;
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.86rem;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.site-footer h3 {
  margin-bottom: 1rem;
  color: rgba(245, 242, 234, 0.48);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-list {
  display: grid;
  gap: 0.6rem;
}

.footer-list a {
  color: rgba(245, 242, 234, 0.78);
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-list a:hover {
  color: var(--gold);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-dark);
  color: rgba(245, 242, 234, 0.72);
  font-size: 0.72rem;
}

.mobile-cta {
  position: fixed;
  z-index: 90;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  left: 0.75rem;
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 11, 12, 0.2);
  border-radius: 0.7rem;
  background: var(--gold);
  box-shadow: 0 10px 35px rgba(11, 11, 12, 0.25);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.not-found {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  place-items: center;
  padding-block: 4rem;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}

.not-found__code {
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: clamp(5rem, 22vw, 13rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

/* v1.1 · system-first layout */

.hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 62%, rgba(185, 148, 79, 0.08) 62.1% 62.2%, transparent 62.3%),
    radial-gradient(circle at 76% 38%, rgba(185, 148, 79, 0.12), transparent 22%);
  content: "";
  pointer-events: none;
}

.hero[data-hero-parallax]::before {
  transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.045);
  will-change: transform;
}

.hero__logo {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  border: 1px solid rgba(240, 208, 138, 0.32);
  border-radius: 0.7rem;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(185, 148, 79, 0.2);
}

.hero__note > div {
  flex: 1;
}

.value-strip {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid var(--line);
  background: var(--paper-raised);
}

.value-grid {
  display: grid;
  gap: 1px;
  padding-block: 1px;
  background: var(--line);
}

.value-card {
  position: relative;
  display: grid;
  min-height: 10.5rem;
  align-content: end;
  gap: 0.2rem;
  padding: 1.3rem;
  overflow: hidden;
  background: var(--paper-raised);
}

.value-card > span {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  color: var(--gold-dark);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.value-card h3,
.value-card p {
  margin: 0;
}

.value-card h3 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.value-card p {
  color: var(--text-muted);
  font-size: 0.79rem;
}

.value-card--gold {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.28), transparent 34%),
    var(--gold);
  color: var(--ink);
}

.value-card--gold > span,
.value-card--gold p {
  color: rgba(11, 11, 12, 0.68);
}

.service-bento {
  display: grid;
  gap: 0.9rem;
}

.service-bento .service-card {
  min-height: 19rem;
  isolation: isolate;
}

.service-bento .service-card::before {
  position: absolute;
  z-index: 0;
  right: -0.08em;
  bottom: -0.28em;
  color: rgba(11, 11, 12, 0.045);
  content: attr(data-index);
  font-size: clamp(8rem, 20vw, 14rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.8;
  pointer-events: none;
}

.service-card--primary {
  border-color: rgba(185, 148, 79, 0.45);
  background:
    radial-gradient(circle at 84% 15%, rgba(185, 148, 79, 0.2), transparent 34%),
    linear-gradient(145deg, #1d1d20, #0d0d0e);
  color: var(--paper);
  box-shadow: var(--shadow-lg);
}

.service-card--primary::before {
  color: rgba(245, 242, 234, 0.035) !important;
}

.service-card--primary .card__body p {
  max-width: 34rem;
  color: rgba(245, 242, 234, 0.68);
}

.service-card--primary .service-card__tag {
  border-color: rgba(185, 148, 79, 0.42);
  color: var(--gold);
}

.service-card--primary .card__footer {
  border-color: var(--line-dark);
}

.service-card--primary .text-link {
  color: var(--gold);
}

.system-layout {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.app-device {
  position: relative;
  max-width: 31rem;
  margin-inline: auto;
  padding: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(240, 208, 138, 0.3);
  border-radius: 2rem;
  background:
    radial-gradient(circle at var(--spot-x, 78%) var(--spot-y, 12%), rgba(185, 148, 79, 0.24), transparent 35%),
    #151517;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.46), inset 0 1px rgba(255, 255, 255, 0.06);
}

.app-device::before {
  display: block;
  padding-top: 118%;
  content: "";
}

.app-device__top,
.app-device__screen {
  position: absolute;
  z-index: 2;
  right: 0.85rem;
  left: 0.85rem;
}

.app-device__top {
  top: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 4.1rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line-dark);
  color: var(--paper);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.app-device__top img {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.55rem;
}

.app-device__live {
  margin-left: auto;
  padding: 0.28rem 0.48rem;
  border: 1px solid rgba(185, 148, 79, 0.45);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.56rem;
}

.app-device__screen {
  top: 5.6rem;
  bottom: 0.85rem;
  display: grid;
  align-content: space-between;
  gap: clamp(0.65rem, 3vw, 1.4rem);
  padding: clamp(1.2rem, 5vw, 2.1rem);
  border: 1px solid rgba(245, 242, 234, 0.08);
  border-radius: 1.25rem;
  background: rgba(245, 242, 234, 0.035);
}

.app-device__screen > span {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.app-device__screen > strong {
  max-width: 12rem;
  color: var(--paper);
  font-size: clamp(1.5rem, 5vw, 2.45rem);
  line-height: 1;
}

.app-device__bars {
  display: flex;
  min-height: clamp(5rem, 26vw, 8rem);
  align-items: end;
  gap: 0.55rem;
}

.app-device__bars i {
  flex: 1;
  border-radius: 0.35rem 0.35rem 0 0;
  background: linear-gradient(180deg, #e3c581, var(--gold-dark));
  box-shadow: 0 0 24px rgba(185, 148, 79, 0.15);
  transform-origin: bottom;
  animation: app-bars 3.2s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
}

.app-device__bars i:nth-child(1) { height: 38%; }
.app-device__bars i:nth-child(2) { height: 62%; animation-delay: -1.2s; }
.app-device__bars i:nth-child(3) { height: 78%; animation-delay: -2.1s; }
.app-device__bars i:nth-child(4) { height: 100%; animation-delay: -0.6s; }

.motion-ready .app-device__bars i {
  animation-play-state: paused;
}

.motion-ready .app-device.is-visible .app-device__bars i {
  animation-play-state: running;
}

@keyframes app-bars {
  0% { transform: scaleY(0.9); opacity: 0.7; }
  100% { transform: scaleY(1); opacity: 1; }
}

@keyframes hero-enter {
  from {
    opacity: 0;
    translate: 0 1.4rem;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes hero-visual-enter {
  from {
    opacity: 0;
    transform: translate3d(2.5rem, 1rem, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.js .hero__copy > *,
.js .page-hero__inner > * {
  animation: hero-enter 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js .hero__copy > :nth-child(2),
.js .page-hero__inner > :nth-child(2) { animation-delay: 70ms; }
.js .hero__copy > :nth-child(3),
.js .page-hero__inner > :nth-child(3) { animation-delay: 130ms; }
.js .hero__copy > :nth-child(4),
.js .page-hero__inner > :nth-child(4) { animation-delay: 190ms; }

.js .hero__visual {
  animation: hero-visual-enter 1050ms 140ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.app-device__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 0.65rem;
  background: var(--line-dark);
}

.app-device__stats span {
  padding: 0.7rem 0.35rem;
  background: rgba(11, 11, 12, 0.82);
  color: rgba(245, 242, 234, 0.56);
  font-size: 0.58rem;
  text-align: center;
}

.system-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-dark);
}

.system-steps article {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.system-steps article > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.system-steps h3,
.system-steps p {
  margin-bottom: 0;
}

.system-steps p {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.86rem;
}

.nutrition-offer {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(1.4rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid rgba(185, 148, 79, 0.38);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 90%) var(--spot-y, 5%), rgba(240, 208, 138, 0.32), transparent 32%),
    linear-gradient(135deg, #c6a65f, var(--gold));
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}

.nutrition-offer .eyebrow,
.nutrition-offer .lead {
  color: rgba(11, 11, 12, 0.7);
}

.nutrition-ladder {
  display: grid;
  gap: 0.5rem;
}

.nutrition-ladder > span {
  display: flex;
  min-height: 3.7rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(11, 11, 12, 0.14);
  border-radius: 0.65rem;
  background: rgba(255, 253, 247, 0.3);
}

.nutrition-ladder small {
  color: rgba(11, 11, 12, 0.58);
  font-weight: 750;
}

.nutrition-ladder strong {
  font-size: 1rem;
}

.nutrition-ladder .is-best {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.nutrition-ladder .is-best small {
  color: rgba(245, 242, 234, 0.6);
}

.page-hero--compact .page-hero__inner {
  min-height: 23rem;
  padding-block: clamp(3rem, 7vw, 5rem);
}

.service-jump {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.service-jump a {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--paper-raised);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color var(--transition), background var(--transition), color var(--transition);
}

.service-jump a::after {
  color: var(--gold-dark);
  content: "↓";
}

.service-jump a:hover {
  border-color: var(--gold-dark);
  background: var(--ink);
  color: var(--paper);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.included-grid > span {
  position: relative;
  min-height: 4.5rem;
  padding: 1.1rem 1rem 1rem 2.6rem;
  background: var(--paper-raised);
  font-size: 0.82rem;
  font-weight: 730;
}

.included-grid > span::before {
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  color: var(--gold-dark);
  content: "✓";
  font-weight: 900;
}

.included-grid--dark {
  border-color: var(--line-dark);
  background: var(--line-dark);
}

.included-grid--dark > span {
  background: var(--ink-soft);
  color: var(--paper);
}

.included-grid--dark > span::before {
  color: var(--gold);
}

.pt-package-grid {
  display: grid;
  gap: 0.75rem;
}

.package-card {
  position: relative;
  display: grid;
  min-height: 15.5rem;
  align-content: space-between;
  gap: 0.55rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-raised);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), border-color var(--transition), box-shadow var(--transition);
}

.package-card > span {
  color: var(--gold-dark);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card h3 {
  margin: auto 0 0;
  font-size: 1.2rem;
}

.package-card > strong {
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.package-card > small {
  min-height: 2.6rem;
  color: var(--text-muted);
  font-size: 0.72rem;
}

.package-card--popular {
  border-color: var(--gold-dark);
  box-shadow: var(--shadow-sm);
}

.package-card--best {
  border-color: var(--gold);
  background:
    radial-gradient(circle at 88% 12%, rgba(185, 148, 79, 0.2), transparent 34%),
    var(--ink);
  color: var(--paper);
}

.package-card--best > span,
.package-card--best > small {
  color: var(--gold);
}

.pt-detail-footer {
  display: grid;
  justify-items: start;
  gap: 1rem;
  margin-top: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-muted);
}

.nutrition-mini {
  display: grid;
  width: 100%;
  gap: 1.25rem;
}

.nutrition-mini.motion-card {
  position: relative;
  padding: clamp(1.2rem, 4vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-muted);
}

.nutrition-mini h3 {
  max-width: 36rem;
  margin-bottom: 0;
}

.nutrition-mini .nutrition-ladder > span {
  background: var(--paper-raised);
}

.nutrition-mini .nutrition-ladder .is-best {
  background: var(--ink);
}

.service-price-layout {
  display: grid;
  align-items: stretch;
  gap: 1rem;
}

.price-focus {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-height: 22rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(185, 148, 79, 0.36);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 15%), rgba(185, 148, 79, 0.2), transparent 35%),
    var(--ink-soft);
  color: var(--paper);
}

.price-focus > span {
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-focus > strong {
  font-size: clamp(3.2rem, 9vw, 6.5rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.price-focus > small {
  color: rgba(245, 242, 234, 0.58);
}

.price-focus > div {
  margin: 0.8rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
  color: rgba(245, 242, 234, 0.72);
}

.benefit-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
}

.benefit-banner span {
  color: rgba(245, 242, 234, 0.66);
}

.benefit-banner a {
  margin-left: auto;
  color: var(--gold);
}

.group-formula {
  display: grid;
  gap: 0.3rem;
  margin-top: 2rem;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(185, 148, 79, 0.38);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--spot-x, 85%) var(--spot-y, 10%), rgba(185, 148, 79, 0.18), transparent 40%),
    var(--ink);
  color: var(--paper);
}

.group-formula > span,
.group-formula > small {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.74rem;
}

.group-formula > strong {
  margin-block: 0.3rem;
  color: var(--gold);
  font-size: clamp(2.8rem, 8vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.group-examples {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0.65rem 0 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--line);
}

.group-examples > span,
.group-examples > a {
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 0.35rem;
  background: var(--paper-raised);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.group-examples > a:hover,
.group-examples > a:focus-visible {
  z-index: 1;
  background: rgba(201, 164, 83, 0.2);
  color: var(--gold-light);
  transform: translateY(-1px);
}

.group-examples b {
  font-size: 0.78rem;
}

.group-examples small {
  color: var(--text-muted);
  font-size: 0.65rem;
}

.group-formula--pricing {
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.group-formula--pricing .price-focus {
  min-height: 17rem;
}

.group-formula--pricing > .group-examples {
  margin: 0;
}

/* v1.1 · premium interaction layer */

.motion-card {
  position: relative;
  --motion-rx: 0deg;
  --motion-ry: 0deg;
  --motion-lift: 0px;
  transform: perspective(1000px) rotateX(var(--motion-rx)) rotateY(var(--motion-ry)) translateY(var(--motion-lift));
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), border-color 240ms ease, box-shadow 420ms ease;
}

.motion-card::after {
  position: absolute;
  z-index: 1;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(26rem circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(240, 208, 138, 0.17), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.motion-card--dark::after {
  background: radial-gradient(28rem circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(240, 208, 138, 0.2), transparent 44%);
}

.motion-card > :not(.service-card__link, .portfolio-card__link, .app-device__top, .app-device__screen) {
  position: relative;
  z-index: 2;
}

.service-card.motion-card .service-card__link {
  z-index: 3;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translate3d(var(--mag-x, 0), var(--mag-y, 0), 0);
  box-shadow: 0 0 0 rgba(185, 148, 79, 0);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), background var(--transition), border-color var(--transition), box-shadow 320ms ease;
}

.button::after {
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 28%;
  transform: rotate(18deg) translateX(-260%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
  pointer-events: none;
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-ready .motion-reveal {
  opacity: 0;
  translate: 0 1.35rem;
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    translate 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 240ms ease,
    box-shadow 420ms ease;
  transition-delay:
    calc(var(--reveal-index, 0) * 70ms),
    calc(var(--reveal-index, 0) * 70ms),
    0ms,
    0ms,
    0ms;
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .motion-card {
    will-change: transform;
  }

  .motion-card:hover {
    --motion-lift: -6px;
    border-color: rgba(185, 148, 79, 0.68);
    box-shadow: 0 26px 70px rgba(11, 11, 12, 0.2);
  }

  .motion-card:hover::after {
    opacity: 1;
  }

  .service-card.motion-card:hover {
    transform: perspective(1000px) rotateX(var(--motion-rx)) rotateY(var(--motion-ry)) translateY(var(--motion-lift));
  }

  .button:hover {
    transform: translate3d(var(--mag-x, 0), calc(var(--mag-y, 0) - 2px), 0);
    box-shadow: 0 14px 35px rgba(185, 148, 79, 0.2);
  }

  .button:hover::after {
    transform: rotate(18deg) translateX(650%);
  }

  .package-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-dark);
    box-shadow: var(--shadow-sm);
  }
}

@media (min-width: 36rem) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .segmented-control {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-switcher {
    align-items: center;
    grid-template-columns: auto 1fr;
  }

  .price-preview,
  .tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-preview__item:nth-child(odd) {
    border-right: 0;
  }
}

@media (min-width: 48rem) {
  .container,
  .container--narrow {
    width: min(100% - 3rem, var(--container));
  }

  .container--narrow {
    max-width: 52rem;
  }

  .grid--2,
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .value-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-jump {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nutrition-mini {
    grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
    align-items: end;
  }

  .section-header {
    grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
    align-items: end;
  }

  .section-header .eyebrow {
    grid-column: 1 / -1;
  }

  .trust-strip__inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .trust-item,
  .trust-item:nth-child(2n) {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .trust-item:last-child {
    border-right: 0;
  }

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

  .image-grid.image-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-grid--feature .image-tile:nth-child(1),
  .image-grid--feature .image-tile:nth-child(4) {
    grid-row: span 2;
    min-height: 32.75rem;
  }

  .stat-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .cta-band__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cta-band__inner .button-row {
    margin-top: 0;
  }

  .service-detail__item {
    grid-template-columns: 9rem 1fr;
  }

  .site-footer__grid {
    grid-template-columns: 1.1fr 1fr;
  }
}

@media (max-width: 24rem) {
  .container,
  .container--narrow {
    width: min(100% - 1.25rem, var(--container));
  }

  .site-header__inner {
    gap: 0.5rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand__mark {
    width: 2.4rem;
    height: 2.4rem;
  }

  .brand__name small {
    display: none;
  }

  .nav-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .hero__title,
  .page-hero h1 {
    font-size: 2.5rem;
  }

  .service-jump,
  .included-grid,
  .group-examples {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 64rem) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    visibility: visible;
    width: auto;
    height: auto;
    padding: 0;
    transform: none;
    background: transparent;
  }

  .site-nav__list {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }

  .site-nav__link {
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    border: 0;
    font-size: 0.82rem;
  }

  .site-nav__cta {
    margin: 0 0 0 0.5rem;
  }

  .site-nav__cta .button {
    min-height: 2.75rem;
    padding: 0.65rem 0.9rem;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  }

  .hero__visual {
    min-height: 39rem;
  }

  .service-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .service-bento .service-card--primary {
    grid-column: span 7;
    min-height: 28rem;
  }

  .service-bento .service-card:nth-child(2) {
    grid-column: span 5;
    min-height: 28rem;
  }

  .service-bento .service-card:nth-child(3),
  .service-bento .service-card:nth-child(4) {
    grid-column: span 6;
  }

  .system-layout,
  .nutrition-offer,
  .service-price-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #personal-training .included-grid,
  .pt-package-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #online-coaching .included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
  }

  .nutrition-mini .nutrition-ladder {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .nutrition-mini .nutrition-ladder > span {
    min-height: 5.2rem;
    align-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .group-formula--pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group-formula--pricing > .group-examples {
    grid-column: 1 / -1;
  }

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

  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .split--reverse > :first-child {
    order: 2;
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .step {
    padding: 5rem 1.5rem 1.5rem 0;
    border-top: 1px solid var(--line-dark);
  }

  .step::before {
    top: -1.25rem;
  }

  .app-panel__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
  }

  .price-preview {
    grid-template-columns: repeat(4, 1fr);
  }

  .price-preview__item:nth-child(n) {
    border-right: 0;
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .site-footer__nav {
    grid-column: span 2;
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-cta {
    display: none;
  }
}

@media (max-width: 63.999rem) {
  body:has(.mobile-cta) {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-card,
  .service-card.motion-card:hover,
  .button,
  .button:hover,
  .hero[data-hero-parallax]::before {
    transform: none !important;
    will-change: auto;
  }

  .package-card:hover,
  .image-tile:hover img {
    transform: none !important;
  }

  .button::after {
    display: none;
  }

  .app-device__bars i {
    animation: none !important;
  }

  .motion-ready .motion-reveal {
    opacity: 1;
    translate: none;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .button-row,
  .cta-band,
  .site-footer {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .section,
  .section--compact {
    padding-block: 1.5rem;
  }

  .card,
  .price-card,
  .price-table-wrap {
    break-inside: avoid;
    background: #fff;
    box-shadow: none;
  }

  .motion-reveal,
  .motion-card {
    opacity: 1 !important;
    translate: none !important;
    transform: none !important;
  }
}

/* v1.3 cascade lock: keep the orbital layer above legacy base rules. */

.site-v12 .brand__mark {
  background: #09090c url("../images/tvpt-logo-centered.webp") center / contain no-repeat;
}

.site-v12 .hero--v12 {
  min-height: auto;
  background: #08080b;
}

.site-v12 .hero--v12::before {
  background:
    linear-gradient(90deg, rgba(8, 8, 11, 0.95) 0%, rgba(8, 8, 11, 0.8) 48%, rgba(8, 8, 11, 0.48) 100%),
    url("../images/hero-abstract.webp") center / cover no-repeat;
  filter: saturate(0.72) hue-rotate(8deg);
}

.site-v12 .hero--v12::after {
  background:
    radial-gradient(circle at 74% 42%, rgba(201, 164, 83, 0.17), transparent 21rem),
    radial-gradient(circle at 84% 60%, rgba(92, 75, 192, 0.16), transparent 28rem),
    linear-gradient(116deg, transparent 0 58%, rgba(201, 164, 83, 0.15) 58.08% 58.16%, transparent 58.24%);
}

.site-v12 .hero__image-wrap--contain {
  border: 1px solid rgba(222, 185, 99, 0.27);
  border-radius: 1.7rem 1.7rem 0.4rem 1.7rem;
  background:
    radial-gradient(circle at 50% 35%, rgba(201, 164, 83, 0.14), transparent 38%),
    linear-gradient(160deg, #181820, #08080c 70%);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.site-v12 .hero__image-wrap--contain::after {
  z-index: 1;
  background: linear-gradient(180deg, transparent 62%, rgba(8, 8, 12, 0.78) 93%);
}

.site-v12 .value-strip--interactive {
  border-color: rgba(201, 164, 83, 0.18);
  background: #0d0d12;
}

.site-v12 .media-frame--contain {
  min-height: 25rem;
  border: 1px solid rgba(201, 164, 83, 0.24);
  background: #0a0a0e;
}

.site-v12 .cta-band--signal {
  background:
    radial-gradient(circle at 88% 40%, rgba(255, 255, 255, 0.2), transparent 24rem),
    linear-gradient(125deg, #d0aa59, #9e772f);
  color: #08080b;
}

.site-v12 .page-hero--v12 {
  background:
    linear-gradient(90deg, rgba(8, 8, 12, 0.94), rgba(8, 8, 12, 0.68)),
    url("../images/hero-abstract.webp") center / cover no-repeat;
}

.site-v12 .page-hero--v12::after {
  border-color: rgba(201, 164, 83, 0.22);
  background: radial-gradient(circle, rgba(109, 91, 208, 0.17), transparent 68%);
}

.site-v12 .included-grid--v12 {
  border-color: rgba(201, 164, 83, 0.18);
  background: rgba(201, 164, 83, 0.16);
}

.site-v12 .included-grid--v12 > span {
  background: #121219;
  color: var(--paper);
}

.site-v12 .price-focus--gold {
  border-color: rgba(229, 190, 101, 0.45);
  background:
    radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 15%), rgba(201, 164, 83, 0.25), transparent 38%),
    linear-gradient(145deg, #201c15, #0e0e13);
}

.site-v12 .nutrition-ladder--panel > span {
  border-color: rgba(245, 241, 231, 0.1);
  background: rgba(255, 255, 255, 0.025);
  color: var(--paper);
}

.site-v12 .nutrition-ladder--panel small {
  color: rgba(245, 241, 231, 0.58);
}

.site-v12 .contact-panel--v12 {
  border: 1px solid rgba(201, 164, 83, 0.3);
  background:
    radial-gradient(circle at 86% 12%, rgba(109, 91, 208, 0.22), transparent 34%),
    linear-gradient(145deg, #171720, #0b0b0f);
  box-shadow: var(--shadow-lg);
}

/* v1.3 · contrast-safe cosmic interface */

html {
  color-scheme: dark;
}

.site-v12 .brand__mark {
  background: #b9934d url("../images/tvpt-logo-centered-v2.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 193, 0.42),
    0 0 0 1px rgba(201, 164, 83, 0.32),
    0 0 28px rgba(201, 164, 83, 0.18);
}

.site-v12,
.site-v12 .hero,
.site-v12 .page-hero,
.site-v12 .section--dark,
.site-v12 .section--raised,
.site-v12 .section--orbit,
.site-v12 .section--results,
.site-v12 .section--nutrition,
.site-v12 .site-header,
.site-v12 .site-footer,
.site-v12 .not-found {
  color: var(--on-dark);
}

.site-v12 .hero__note strong,
.site-v12 .hero__note span,
.site-v12 .page-hero h1,
.site-v12 .brand,
.site-v12 .brand__name,
.site-v12 .site-nav__link,
.site-v12 .site-footer,
.site-v12 .footer-list a,
.site-v12 .social-list a,
.site-v12 .breadcrumb a:hover,
.site-v12 .button--ghost {
  color: var(--on-dark);
}

.site-v12 .hero__note span,
.site-v12 .section-header__intro,
.site-v12 .page-hero p,
.site-v12 .site-footer__brand p,
.site-v12 .card__body p,
.site-v12 .system-flow p,
.site-v12 .system-steps p,
.site-v12 .app-promise-grid small,
.site-v12 .contact-list span,
.site-v12 .visit-options small,
.site-v12 .result-card figcaption small {
  color: var(--on-dark-muted);
}

.site-v12 .skip-link {
  background: #f5f1e7;
  color: #08080b;
}

.site-v12 .service-jump a,
.site-v12 .included-grid--v12 > span,
.site-v12 .package-card,
.site-v12 .package-card h3,
.site-v12 .package-card > strong,
.site-v12 .price-focus,
.site-v12 .price-focus > strong,
.site-v12 .nutrition-ladder--panel > span,
.site-v12 .nutrition-ladder--panel strong,
.site-v12 .group-examples > span,
.site-v12 .group-examples > a,
.site-v12 .group-examples b,
.site-v12 .group-price-box,
.site-v12 .contact-panel,
.site-v12 .contact-panel strong,
.site-v12 .contact-list a,
.site-v12 .app-device__top,
.site-v12 .app-device__screen > strong,
.site-v12 .app-device__stats span,
.site-v12 .tier-card > strong,
.site-v12 .system-flow h3,
.site-v12 .system-cards h3,
.site-v12 .travel-card > strong,
.site-v12 .visit-options strong,
.site-v12 .about-facts,
.site-v12 .location-chips span {
  color: var(--on-dark);
}

.site-v12 .package-card > small,
.site-v12 .service-factbar span,
.site-v12 .nutrition-ladder--panel small,
.site-v12 .group-examples small,
.site-v12 .price-focus > small,
.site-v12 .price-focus > div,
.site-v12 .travel-card > p {
  color: var(--on-dark-muted);
}

.site-v12 .nutrition-ladder .is-best,
.site-v12 .package-card--best,
.site-v12 .included-grid--dark > span,
.site-v12 .card--dark,
.site-v12 .service-card--primary,
.site-v12 .benefit-banner,
.site-v12 .group-formula {
  color: var(--on-dark);
}

.site-v12 .nutrition-offer,
.site-v12 .nutrition-offer h2,
.site-v12 .nutrition-offer strong,
.site-v12 .cta-band--signal,
.site-v12 .cta-band--signal h2,
.site-v12 .cta-band--signal .eyebrow,
.site-v12 .cta-band--signal p,
.site-v12 .card--gold {
  color: #08080b;
}

.site-v12 .hero__title {
  max-width: 48rem;
  text-wrap: balance;
}

.site-v12 .hero__title span {
  color: #d9b45f;
  text-shadow: 0 0 38px rgba(201, 164, 83, 0.22);
}

.site-v12 .hero__kicker {
  color: #eee7d8;
}

.site-v12 .hero__visual {
  width: min(100%, 31rem);
  max-width: 31rem;
  min-height: 0;
  aspect-ratio: 0.615;
  justify-self: center;
}

.site-v12 .hero__image-wrap--contain {
  background: #09090d;
  animation: hero-frame-glow 7s ease-in-out infinite;
}

.site-v12 .hero__image-wrap--contain .hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.84) contrast(1.08) brightness(0.97);
  transform: none;
}

.site-v12 .hero__image-wrap--contain::before {
  inset: 0.72rem;
  border-color: rgba(218, 180, 94, 0.24);
}

.site-v12 .hero__image-wrap--contain::after {
  background: linear-gradient(180deg, transparent 72%, rgba(8, 8, 12, 0.42) 100%);
}

.site-v12 .hero__note {
  background: rgba(7, 7, 11, 0.9);
  color: var(--on-dark);
}

.site-v12 .hero__logo,
.site-v12 .app-device__top img {
  background: #b9934d;
  object-fit: cover;
}

.section--portfolio {
  position: relative;
  overflow: hidden;
}

.section--portfolio > .container {
  position: relative;
  z-index: 2;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 0.8rem;
}

.portfolio-card {
  position: relative;
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 83, 0.2);
  border-radius: 1rem;
  background:
    radial-gradient(circle at var(--spot-x, 86%) var(--spot-y, 12%), rgba(201, 164, 83, 0.11), transparent 42%),
    linear-gradient(150deg, #17171f, #0e0e14);
  color: var(--on-dark);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 20px 55px rgba(0, 0, 0, 0.22);
}

.portfolio-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(240, 207, 132, 0.12), transparent) -150% 0 / 50% 100% no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 100% 2rem;
  content: "";
  pointer-events: none;
  animation: portfolio-scan 7.5s ease-in-out infinite;
}

.portfolio-card > * {
  position: relative;
  z-index: 2;
}

.portfolio-card__top {
  display: flex;
  min-height: 2.4rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  color: #d6b15f;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.portfolio-card__top b {
  text-align: right;
}

.portfolio-card h3 {
  margin: auto 0 0.45rem;
  color: var(--on-dark);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
}

.portfolio-card p {
  min-height: 2.6rem;
  margin-bottom: 0;
  color: var(--on-dark-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.portfolio-card__action {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(245, 241, 231, 0.1);
  color: #d8b25f;
  font-size: 0.72rem;
  font-weight: 800;
}

.portfolio-card__link {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: block;
  border-radius: inherit;
}

.portfolio-card.motion-card > .portfolio-card__link {
  position: absolute;
  z-index: 5;
  inset: 0;
}

.portfolio-card__link:focus-visible {
  outline-offset: -5px;
}

.portfolio-card--active {
  border-color: rgba(220, 181, 92, 0.46);
}

.portfolio-card--gold {
  background:
    radial-gradient(circle at var(--spot-x, 82%) var(--spot-y, 12%), rgba(225, 185, 91, 0.24), transparent 42%),
    linear-gradient(145deg, #211d16, #0e0e13 72%);
  box-shadow: 0 25px 75px rgba(201, 164, 83, 0.12), inset 0 1px rgba(255, 255, 255, 0.06);
}

.portfolio-card--violet {
  border-color: rgba(111, 158, 255, 0.42);
  background:
    radial-gradient(circle at var(--spot-x, 82%) var(--spot-y, 12%), rgba(99, 81, 199, 0.28), transparent 44%),
    linear-gradient(145deg, #181624, #0d0d13 72%);
}

.portfolio-card--locked {
  border-color: rgba(164, 166, 177, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 45%),
    #101016;
  filter: saturate(0.42);
  color: #d3d4da;
  cursor: not-allowed;
}

.portfolio-card--locked::before {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(175, 178, 194, 0.1) 50%, transparent 58%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 100% 2rem;
  translate: 0 -105%;
  animation: portfolio-lock-scan 6s ease-in-out infinite;
}

.portfolio-card--locked h3 {
  padding-right: 2.6rem;
  color: #d3d4da;
}

.portfolio-card--locked p {
  color: #a2a3ad;
}

.portfolio-card--locked .portfolio-card__top {
  color: #a7a8b0;
}

.portfolio-card .lock-icon {
  top: 1rem;
  right: 1rem;
  width: 2.35rem;
  height: 2.35rem;
}

.cosmos-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cosmos-canvas--hero {
  z-index: 2;
  opacity: 0.78;
  mix-blend-mode: screen;
}

.cosmos-canvas--section {
  z-index: 0;
  opacity: 0.58;
  mix-blend-mode: screen;
}

.page-hero--v12 .page-hero__inner,
.section--app-core > .container {
  position: relative;
  z-index: 3;
}

.app-promise-grid--six article {
  min-height: 8.5rem;
}

.app-core-copy {
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 2px solid #d7b15e;
  background: linear-gradient(90deg, rgba(201, 164, 83, 0.1), transparent);
  color: #e8e2d7;
  font-size: 0.92rem;
}

.rating-purpose {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 clamp(3rem, 7vw, 6rem);
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(111, 158, 255, 0.34);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 15%, rgba(91, 75, 192, 0.24), transparent 38%),
    linear-gradient(145deg, #161521, #0d0d13);
  box-shadow: 0 28px 80px rgba(61, 57, 150, 0.12);
}

.rating-purpose span {
  color: #d8b25f;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rating-purpose strong {
  max-width: 52rem;
  color: var(--on-dark);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.rating-purpose p {
  max-width: 48rem;
  color: var(--on-dark-muted);
}

.result-card {
  position: relative;
}

.result-card__media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(109, 91, 208, 0.11), transparent 55%),
    #08080c;
}

.result-card__media::before {
  position: absolute;
  z-index: 2;
  inset: 0.65rem;
  border: 1px solid rgba(201, 164, 83, 0.16);
  border-radius: 0.8rem;
  content: "";
  pointer-events: none;
}

.result-card__media::after {
  position: absolute;
  z-index: 3;
  top: -25%;
  bottom: -25%;
  left: -30%;
  width: 16%;
  transform: rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(122, 169, 255, 0.12), transparent);
  content: "";
  pointer-events: none;
  animation: result-scan 9s ease-in-out infinite;
}

.result-card__media img {
  position: relative;
  z-index: 1;
}

.result-card figcaption {
  background:
    linear-gradient(90deg, rgba(201, 164, 83, 0.055), transparent),
    #111118;
}

@keyframes hero-frame-glow {
  0%, 100% { box-shadow: 0 38px 110px rgba(0, 0, 0, 0.52), 0 0 0 rgba(201, 164, 83, 0); }
  50% { box-shadow: 0 42px 125px rgba(0, 0, 0, 0.58), 0 0 48px rgba(201, 164, 83, 0.12); }
}

@keyframes portfolio-scan {
  0%, 35% { background-position: -150% 0, 0 0; }
  58%, 100% { background-position: 320% 0, 0 0; }
}

@keyframes portfolio-lock-scan {
  0%, 35% { translate: 0 -105%; opacity: 0; }
  47% { opacity: 0.8; }
  67%, 100% { translate: 0 105%; opacity: 0; }
}

@keyframes result-scan {
  0%, 45% { left: -30%; opacity: 0; }
  55% { opacity: 1; }
  75%, 100% { left: 125%; opacity: 0; }
}

@media (hover: hover) and (pointer: fine) {
  .portfolio-card--active:hover {
    border-color: rgba(232, 196, 111, 0.78);
    box-shadow: 0 30px 90px rgba(201, 164, 83, 0.16), 0 0 35px rgba(201, 164, 83, 0.08);
  }

  .portfolio-card--locked:hover {
    border-color: rgba(175, 177, 188, 0.34);
  }
}

@media (min-width: 64rem) {
  .site-v12 .hero--v12 .hero__inner {
    grid-template-columns: minmax(0, 1.18fr) minmax(23rem, 0.72fr);
  }

  .site-v12 .hero__visual {
    justify-self: end;
  }

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

@media (max-width: 63.999rem) {
  .site-v12 .hero__visual {
    justify-self: center;
  }
}

@media (max-width: 35.999rem) {
  .page-contact .mobile-cta {
    display: none;
  }

  .page-contact {
    padding-bottom: 0;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card {
    min-height: 13.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cosmos-canvas {
    display: none;
  }

  .site-v12 .hero__image-wrap--contain,
  .portfolio-card::before,
  .result-card__media::after {
    animation: none !important;
  }
}

/* v1.4 cascade lock */

.site-v12 .service-jump-wrap {
  padding-block: 0.35rem;
  border-color: rgba(221, 187, 111, 0.28);
  background: rgba(31, 30, 38, 0.96) !important;
}

.site-v12 .service-jump--v12 a {
  min-height: 2.7rem;
  padding-block: 0.42rem;
  border-color: rgba(221, 187, 111, 0.3);
  background: rgba(255, 255, 255, 0.055);
  color: #f0eadf;
}

.site-v12 .package-card--booking {
  min-height: 17.5rem;
  color: var(--on-dark);
  text-decoration: none;
}

@media (min-width: 64rem) {
  .site-v12 .site-nav__list {
    gap: 0;
  }

  .site-v12 .site-nav__link {
    padding-inline: 0.55rem;
    font-size: 0.76rem;
  }
}

@media (max-width: 47.999rem) {
  .site-v12 .service-jump-wrap {
    position: sticky;
    top: var(--header-height);
  }

  .site-v12 .service-jump--v12 {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .site-v12 .service-jump--v12::-webkit-scrollbar {
    display: none;
  }

  .site-v12 .service-jump--v12 a {
    flex: 0 0 auto;
    min-height: 2.6rem;
    white-space: nowrap;
  }

  .page-reviews .mobile-cta {
    display: none;
  }

  .page-reviews {
    padding-bottom: 0;
  }
}

/* v1.5 · precise routing, full-frame portraits and embedded trust */

html {
  scroll-behavior: auto;
}

html.anchor-adjusting {
  scroll-behavior: auto !important;
}

#leistungskatalog,
#personal-training,
#ernaehrungsplanung,
#gruppentraining,
#trainingsplaene-online,
#bewertungen {
  scroll-margin-top: 0;
}

.site-v12 .nutrition-ladder > a {
  display: flex;
  min-height: 3.7rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(11, 11, 12, 0.14);
  border-radius: 0.65rem;
  background: rgba(255, 253, 247, 0.3);
  color: inherit;
  text-decoration: none;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition), translate var(--transition);
}

.site-v12 .nutrition-ladder > a:hover {
  border-color: rgba(11, 11, 12, 0.5);
  background: rgba(255, 253, 247, 0.46);
  box-shadow: 0 12px 28px rgba(7, 7, 10, 0.16);
  translate: 0 -2px;
}

.site-v12 .nutrition-ladder > a:focus-visible {
  outline: 3px solid #fff1bd;
  outline-offset: 3px;
}

.site-v12 .nutrition-ladder--panel > a {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.7fr) minmax(9.5rem, 0.8fr) minmax(12rem, 1.35fr);
  border-color: rgba(245, 241, 231, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--paper);
}

.site-v12 .nutrition-ladder--panel > a:hover {
  border-color: rgba(229, 190, 101, 0.55);
  background: rgba(229, 190, 101, 0.08);
}

.site-v12 .nutrition-ladder--panel > a > small {
  color: rgba(245, 241, 231, 0.72);
}

.site-v12 .nutrition-ladder--panel > a > strong {
  color: var(--paper);
  text-align: center;
}

.site-v12 .nutrition-ladder--panel > a > em {
  color: #e1bc65;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

.site-v12 .nutrition-ladder--panel > a.is-best {
  border-color: rgba(118, 159, 255, 0.48);
  background: linear-gradient(110deg, #12121a, #242042);
}

.site-v12 .home-portrait,
.site-v12 .about-portrait {
  min-height: 0 !important;
  overflow: hidden;
  justify-self: center;
  background: transparent;
}

.site-v12 .home-portrait {
  width: min(100%, 22rem);
  aspect-ratio: 640 / 1136;
}

.site-v12 .about-portrait {
  width: min(100%, 20rem);
  aspect-ratio: 604 / 1079;
}

.site-v12 .home-portrait::before,
.site-v12 .about-portrait::before {
  display: none !important;
  content: none !important;
}

.site-v12 .home-portrait > img,
.site-v12 .about-portrait > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-v12 .card--link {
  color: inherit;
  text-decoration: none;
}

.site-v12 .card--link .card-link-cue {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #e1bc65;
  font-size: 0.75rem;
  font-weight: 900;
}

.site-v12 .card--link:focus-visible {
  outline: 3px solid #e6bd5d;
  outline-offset: 4px;
}

.site-v12 .section--reviews-embedded {
  background:
    radial-gradient(circle at 82% 8%, rgba(93, 75, 194, 0.18), transparent 30%),
    linear-gradient(180deg, #101017, #09090e);
}

.site-v12 .review-copy h3 {
  max-width: 38rem;
  margin: 0.65rem 0 1rem;
  color: var(--on-dark);
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.site-v12 .review-action-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-top: clamp(2rem, 6vw, 4rem);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 1px solid rgba(229, 190, 101, 0.42);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(229, 190, 101, 0.18), transparent 30%),
    #15131a;
}

.site-v12 .review-action-panel h3 {
  margin: 0.55rem 0 0.6rem;
  color: var(--on-dark);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.site-v12 .review-action-panel p {
  max-width: 42rem;
  color: var(--on-dark-muted);
}

.site-v12 .review-qr {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  padding: 0.8rem;
  border: 1px solid rgba(229, 190, 101, 0.36);
  border-radius: 1rem;
  background: #fff;
  color: #111118;
  text-decoration: none;
}

.site-v12 .review-qr img {
  width: 8.25rem;
  height: 8.25rem;
  image-rendering: pixelated;
}

.site-v12 .review-qr span {
  font-size: 0.72rem;
  font-weight: 900;
}

.site-v12 .travel-card--photo {
  display: flex;
  min-height: 35rem;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(229, 190, 101, 0.38);
  background: #0a0a0e;
}

.site-v12 .travel-card--photo .travel-card__image,
.site-v12 .travel-card--photo .travel-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.site-v12 .travel-card--photo .travel-card__image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.86) contrast(1.04);
}

.site-v12 .travel-card--photo .travel-card__overlay {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 7, 10, 0.04) 18%, rgba(7, 7, 10, 0.42) 52%, rgba(7, 7, 10, 0.96) 88%);
}

.site-v12 .travel-card--photo > strong {
  margin-top: auto;
  color: var(--on-dark);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

.site-v12 .travel-card--photo > p {
  color: rgba(245, 241, 231, 0.82);
}

.site-v12 .travel-card--photo > a {
  color: #f1ca70;
}

@media (min-width: 52rem) {
  .site-v12 .review-layout {
    grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  }

  .page-about .section--orbit + .section--dark .system-cards .card {
    min-height: 19rem;
  }
}

@media (max-width: 51.999rem) {
  .site-v12 .review-action-panel {
    grid-template-columns: 1fr;
  }

  .site-v12 .review-qr {
    justify-self: start;
  }
}

@media (max-width: 39.999rem) {
  .site-v12 .nutrition-ladder--panel > a {
    grid-template-columns: 1fr auto;
  }

  .site-v12 .nutrition-ladder--panel > a > strong {
    text-align: right;
  }

  .site-v12 .nutrition-ladder--panel > a > em {
    grid-column: 1 / -1;
    text-align: left;
  }

  .site-v12 .home-portrait,
  .site-v12 .about-portrait {
    width: min(100%, 20rem);
  }

  .site-v12 .travel-card--photo {
    min-height: 31rem;
  }
}

/* v1.6 · reliable cards, transparent bundle prices and direct customer voices */

.site-v12 .nutrition-ladder > a {
  display: grid;
  grid-template-columns: minmax(5.2rem, 0.72fr) auto minmax(6.4rem, 0.86fr) minmax(8.2rem, 1fr);
  gap: 0.55rem;
}

.site-v12 .nutrition-ladder > a > i {
  align-self: center;
  color: currentColor;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  opacity: 0.58;
}

.site-v12 .nutrition-part {
  display: grid;
  align-content: center;
  gap: 0.1rem;
}

.site-v12 .nutrition-part b,
.site-v12 .nutrition-part small {
  display: block;
}

.site-v12 .nutrition-part b {
  color: inherit;
  font-size: 0.71rem;
  font-weight: 900;
}

.site-v12 .nutrition-part small {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 720;
  opacity: 0.72;
}

.site-v12 .nutrition-ladder > a > strong {
  justify-self: end;
  text-align: right;
}

.site-v12 .nutrition-ladder--panel > a {
  grid-template-columns: minmax(5.5rem, 0.8fr) auto minmax(6.5rem, 0.9fr) minmax(8rem, 1fr);
}

.site-v12 .nutrition-ladder--panel > a > em {
  display: grid;
  justify-items: end;
  gap: 0.08rem;
}

.site-v12 .nutrition-ladder--panel > a > em b {
  color: var(--paper);
  font-size: 0.83rem;
}

.site-v12 .nutrition-ladder--panel > a > em small {
  color: #e1bc65;
  font-size: 0.65rem;
  font-weight: 850;
}

.site-v12 .review-wall-head {
  display: grid;
  align-items: end;
  gap: 1rem;
  margin: clamp(3rem, 7vw, 5.5rem) 0 1.3rem;
}

.site-v12 .review-wall-head h3 {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--on-dark);
  font-size: clamp(1.65rem, 4vw, 2.7rem);
}

.site-v12 .review-wall-head p {
  max-width: 34rem;
  margin: 0;
  color: var(--on-dark-muted);
}

.site-v12 .review-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  align-items: start;
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 6vw, 4rem);
}

.site-v12 .customer-review {
  display: grid;
  gap: 0.72rem;
  padding: 1.15rem;
  border: 1px solid rgba(229, 190, 101, 0.2);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 94% 4%, rgba(102, 83, 192, 0.14), transparent 42%),
    linear-gradient(145deg, #171720, #0d0d12);
  color: var(--on-dark);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.site-v12 .customer-review header {
  display: flex;
  align-items: center;
  gap: 0.68rem;
}

.site-v12 .customer-review header > span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(229, 190, 101, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(229, 190, 101, 0.24), rgba(101, 83, 194, 0.2));
  color: #f3d17f;
  font-size: 0.77rem;
  font-weight: 900;
}

.site-v12 .customer-review header div {
  display: grid;
  gap: 0.08rem;
}

.site-v12 .customer-review header strong {
  color: var(--on-dark);
  font-size: 0.84rem;
}

.site-v12 .customer-review header small {
  color: var(--on-dark-muted);
  font-size: 0.66rem;
}

.site-v12 .review-stars {
  color: #f3c65d;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.site-v12 .customer-review > em {
  width: max-content;
  max-width: 100%;
  padding: 0.24rem 0.48rem;
  border: 1px solid rgba(229, 190, 101, 0.22);
  border-radius: 999px;
  color: #dfbd6d;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-v12 .customer-review blockquote {
  margin: 0;
}

.site-v12 .customer-review blockquote p {
  margin: 0;
  color: rgba(245, 241, 231, 0.9);
  font-size: 0.82rem;
  line-height: 1.62;
}

.site-v12 .review-owner-reply {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.25rem;
  padding: 0.7rem 0.75rem;
  border-left: 2px solid #d5ae57;
  background: rgba(229, 190, 101, 0.055);
}

.site-v12 .review-owner-reply strong {
  color: #e3bd67;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-v12 .review-owner-reply p {
  margin: 0;
  color: var(--on-dark-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.site-v12 .travel-card--photo {
  justify-content: flex-start;
  align-items: flex-end;
}

.site-v12 .travel-card--photo .travel-card__overlay {
  background:
    radial-gradient(circle at 88% 13%, rgba(7, 7, 10, 0.86), rgba(7, 7, 10, 0.36) 34%, transparent 58%),
    linear-gradient(180deg, rgba(7, 7, 10, 0.16), rgba(7, 7, 10, 0.03) 54%, rgba(7, 7, 10, 0.36));
}

.site-v12 .travel-card__copy {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(72%, 22rem);
  justify-items: end;
  gap: 0.62rem;
  margin-left: auto;
  text-align: right;
}

.site-v12 .travel-card__copy strong {
  color: var(--on-dark);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
}

.site-v12 .travel-card__copy p {
  margin: 0;
  color: rgba(245, 241, 231, 0.88);
  font-size: 0.76rem;
  line-height: 1.58;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.95);
}

.site-v12 .travel-card__copy a {
  color: #f1ca70;
}

@media (min-width: 52rem) {
  .site-v12 .review-wall-head {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  }
}

@media (max-width: 47.999rem) {
  .site-v12 .nutrition-ladder > a,
  .site-v12 .nutrition-ladder--panel > a {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .site-v12 .nutrition-ladder > a > strong,
  .site-v12 .nutrition-ladder--panel > a > em {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 31.999rem) {
  .site-v12 .travel-card__copy {
    width: 76%;
  }
}

/* v1.7 · fixed navigation, desktop app access and VIP long-term packages */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.site-header__inner,
.site-nav,
.site-nav__list {
  min-width: 0;
}

.site-nav {
  overflow-x: hidden;
}

.site-nav__app {
  margin-top: 0.75rem;
}

.site-nav__app-link {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  overflow: hidden;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(240, 204, 119, 0.58);
  border-radius: 0.72rem;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(193, 151, 66, 0.3), rgba(90, 73, 159, 0.16));
  color: #f5d782;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), 0 0 26px rgba(203, 163, 75, 0.1);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 220ms ease, color 220ms ease, box-shadow 280ms ease, transform 220ms ease;
}

.site-nav__app-link::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(244, 205, 112, 0.34), transparent 64%);
  content: "";
  transition: opacity 280ms ease;
}

.site-nav__app-link span {
  color: #ffe59b;
  text-shadow: 0 0 12px rgba(240, 199, 95, 0.72);
}

.site-nav__app-link:hover,
.site-nav__app-link:focus-visible {
  border-color: #f2ce77;
  color: #fff2c5;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(222, 177, 75, 0.12), 0 0 32px rgba(222, 177, 75, 0.2);
  transform: translateY(-1px);
}

.site-nav__app-link:hover::before,
.site-nav__app-link:focus-visible::before {
  opacity: 1;
}

.portfolio-card--vip {
  border-color: rgba(236, 195, 99, 0.52);
  background:
    radial-gradient(circle at var(--spot-x, 82%) var(--spot-y, 12%), rgba(236, 195, 99, 0.24), transparent 40%),
    radial-gradient(circle at 15% 90%, rgba(102, 81, 196, 0.22), transparent 48%),
    linear-gradient(145deg, #211b14, #11101a 72%);
  box-shadow: 0 25px 75px rgba(201, 164, 83, 0.12), inset 0 1px rgba(255, 255, 255, 0.07);
}

.vip-offer {
  position: relative;
  margin-top: clamp(1.25rem, 4vw, 2.5rem);
  padding: clamp(1.2rem, 4vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(229, 188, 91, 0.34);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 6%, rgba(109, 91, 208, 0.22), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(209, 166, 70, 0.13), transparent 38%),
    linear-gradient(145deg, #17151b, #0b0b10);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 30px 85px rgba(0, 0, 0, 0.25);
}

.vip-offer::before {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(232, 192, 99, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 192, 99, 0.045) 1px, transparent 1px);
  background-size: 2.8rem 2.8rem;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(110deg, #000, transparent 78%);
}

.vip-offer > * {
  position: relative;
  z-index: 1;
}

.vip-offer__head {
  display: grid;
  max-width: 48rem;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.vip-offer__head h3,
.vip-offer__head p {
  margin: 0;
}

.vip-offer__head h3 {
  color: var(--on-dark);
  font-size: clamp(1.55rem, 3.5vw, 2.6rem);
  letter-spacing: -0.04em;
}

.vip-offer__head p {
  color: var(--on-dark-muted);
}

.vip-package-grid {
  display: grid;
  gap: 0.85rem;
}

.vip-package-card {
  display: grid;
  min-height: 24rem;
  align-content: start;
  gap: 0.58rem;
  padding: clamp(1.2rem, 3vw, 1.75rem);
  overflow: hidden;
  border: 1px solid rgba(222, 177, 75, 0.34);
  border-radius: 1rem;
  background:
    radial-gradient(circle at var(--spot-x, 84%) var(--spot-y, 12%), rgba(222, 177, 75, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(39, 31, 22, 0.96), rgba(14, 14, 20, 0.98));
  color: var(--on-dark);
  text-decoration: none;
}

.vip-package-card--prime {
  border-color: rgba(143, 126, 236, 0.46);
  background:
    radial-gradient(circle at var(--spot-x, 84%) var(--spot-y, 12%), rgba(117, 96, 222, 0.26), transparent 44%),
    linear-gradient(145deg, #1c182c, #0d0d13);
}

.vip-package-card > span {
  color: #e2b95f;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vip-package-card > strong {
  margin-top: 1.1rem;
  color: var(--on-dark);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.vip-package-card > b {
  color: #f0c96d;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 1;
}

.vip-package-card > small {
  color: var(--on-dark-muted);
}

.vip-package-card ul {
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(245, 241, 231, 0.1);
  color: rgba(245, 241, 231, 0.8);
  font-size: 0.78rem;
  list-style: none;
}

.vip-package-card li::before {
  margin-right: 0.45rem;
  color: #e3b95c;
  content: "✓";
  font-weight: 900;
}

.vip-package-card > em {
  margin-top: auto;
  padding-top: 1rem;
  color: #e5bc60;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 850;
}

@media (min-width: 48rem) {
  .vip-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .site-nav {
    overflow: visible;
  }

  .site-nav__list {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .site-nav__app {
    margin: 0 0 0 0.25rem;
  }

  .site-nav__app-link {
    min-height: 2.65rem;
    padding: 0.55rem 0.76rem;
    font-size: 0.7rem;
  }

  .site-v12 .site-nav__link {
    padding-inline: 0.48rem;
    font-size: 0.72rem;
  }

  .site-nav__cta {
    margin-left: 0.3rem;
  }

  .site-nav__cta .button {
    min-height: 2.65rem;
    padding-inline: 0.78rem;
    white-space: nowrap;
  }

  .service-jump--v12 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

/* App demonstrations: full controls, restrained motion and a premium software frame. */
.technology-demo {
  --demo-accent: 218, 177, 83;
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.65rem);
  margin: clamp(3rem, 8vw, 6.5rem) 0;
  padding: clamp(1rem, 2.7vw, 1.8rem);
  overflow: hidden;
  border: 1px solid rgba(var(--demo-accent), 0.36);
  border-radius: clamp(1.1rem, 2.4vw, 1.75rem);
  background:
    radial-gradient(circle at var(--spot-x, 84%) var(--spot-y, 8%), rgba(var(--demo-accent), 0.18), transparent 34%),
    radial-gradient(circle at 8% 95%, rgba(95, 77, 197, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(27, 24, 28, 0.98), rgba(8, 8, 12, 0.99));
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.42),
    0 0 70px rgba(var(--demo-accent), 0.06),
    inset 0 1px rgba(255, 255, 255, 0.07);
}

.technology-demo--desktop {
  --demo-accent: 113, 153, 255;
}

.technology-demo::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(var(--demo-accent), 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--demo-accent), 0.055) 1px, transparent 1px);
  background-size: 3.25rem 3.25rem;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(135deg, #000, transparent 75%);
}

.technology-demo__intro {
  display: grid;
  align-items: end;
  gap: 0.85rem 2rem;
}

.technology-demo__intro > div {
  display: grid;
  gap: 0.45rem;
}

.technology-demo__intro h3,
.technology-demo__intro p {
  margin: 0;
}

.technology-demo__intro h3 {
  max-width: 42rem;
  color: var(--on-dark);
  font-size: clamp(1.55rem, 3.7vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.technology-demo__intro p {
  max-width: 42rem;
  color: var(--on-dark-muted);
  font-size: clamp(0.9rem, 1.5vw, 1.04rem);
  line-height: 1.65;
}

.technology-demo__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--demo-accent), 0.34);
  border-radius: clamp(0.8rem, 1.8vw, 1.2rem);
  background: #030305;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 1px rgba(255, 255, 255, 0.08);
}

.technology-demo__frame::after {
  position: absolute;
  z-index: 2;
  inset: 2.55rem 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--demo-accent), 0.5), transparent);
  content: "";
  pointer-events: none;
}

.technology-demo__bar {
  display: flex;
  min-height: 2.6rem;
  align-items: center;
  gap: 0.42rem;
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(30, 29, 36, 0.98), rgba(15, 15, 20, 0.98));
}

.technology-demo__bar span {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid rgba(var(--demo-accent), 0.55);
  border-radius: 50%;
  background: rgba(var(--demo-accent), 0.16);
  box-shadow: 0 0 10px rgba(var(--demo-accent), 0.18);
}

.technology-demo__bar b,
.technology-demo__bar i {
  color: rgba(245, 241, 231, 0.57);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.technology-demo__bar b {
  margin-left: 0.42rem;
}

.technology-demo__bar i {
  margin-left: auto;
  color: rgb(var(--demo-accent));
}

.technology-demo__bar i::before {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #69d9a3;
  box-shadow: 0 0 10px rgba(105, 217, 163, 0.65);
  content: "";
}

.technology-demo__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
  color-scheme: dark;
  object-fit: contain;
}

.technology-demo--mobile .technology-demo__frame {
  width: min(100%, 14.5rem);
  margin-inline: auto;
}

.technology-demo--mobile .technology-demo__video {
  aspect-ratio: 13 / 27;
}

.technology-demo--mobile .technology-demo__intro {
  display: flex;
  align-items: stretch;
  align-self: center;
  flex-direction: column;
  gap: 0.95rem;
}

.technology-demo--mobile .technology-demo__lead {
  max-width: 44rem;
  color: rgba(245, 241, 231, 0.88);
}

.technology-demo__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.technology-demo__features li {
  display: grid;
  gap: 0.22rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(var(--demo-accent), 0.18);
  border-radius: 0.75rem;
  background: linear-gradient(145deg, rgba(var(--demo-accent), 0.075), rgba(255, 255, 255, 0.018));
}

.technology-demo__features li:last-child {
  grid-column: 1 / -1;
}

.technology-demo__features strong {
  color: rgb(var(--demo-accent));
  font-size: 0.69rem;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.technology-demo__features span {
  color: var(--on-dark-muted);
  font-size: 0.78rem;
  line-height: 1.42;
}

.technology-demo__access {
  max-width: 44rem;
  padding: 0.7rem 0.85rem;
  border-left: 2px solid rgb(var(--demo-accent));
  border-radius: 0 0.55rem 0.55rem 0;
  background: rgba(var(--demo-accent), 0.075);
  color: var(--on-dark-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.technology-demo__access strong {
  color: var(--on-dark);
}

.technology-demo__video:focus-visible {
  outline: 3px solid rgba(var(--demo-accent), 0.9);
  outline-offset: -3px;
}

@media (min-width: 52rem) {
  .technology-demo__intro {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.75fr);
  }

  .technology-demo--mobile {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 16rem);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    padding: clamp(1.5rem, 2.4vw, 2.15rem) clamp(1.5rem, 3vw, 2.6rem);
  }

  .technology-demo--mobile .technology-demo__intro {
    grid-template-columns: none;
  }

  .technology-demo--mobile .technology-demo__frame {
    justify-self: center;
    margin-inline: 0;
  }
}

@media (max-width: 35.999rem) {
  .technology-demo {
    margin-inline: -0.35rem;
    padding: 0.75rem;
  }

  .technology-demo__bar b {
    display: none;
  }

  .technology-demo__features {
    grid-template-columns: 1fr;
  }

  .technology-demo__features li:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-demo {
    scroll-behavior: auto;
  }
}

/* v1.9.2 · direct WhatsApp contact */

.button--whatsapp,
.site-v12 .button--whatsapp {
  border-color: rgba(117, 255, 177, 0.45);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(145deg, #0f7d42, #075e54);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 12px 34px rgba(7, 94, 84, 0.22);
  color: #fff;
}

.button--whatsapp:hover,
.site-v12 .button--whatsapp:hover {
  border-color: rgba(165, 255, 204, 0.78);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(145deg, #0f8249, #087166);
  box-shadow: 0 0 0 1px rgba(37, 211, 102, 0.14), 0 18px 46px rgba(7, 94, 84, 0.32);
  color: #fff;
}

.button--whatsapp:focus-visible,
.contact-routing__whatsapp:focus-visible {
  outline: 3px solid rgba(117, 255, 177, 0.95);
  outline-offset: 3px;
}

.button__icon {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.contact-routing > .contact-routing__whatsapp {
  position: relative;
  display: grid;
  gap: 0.3rem;
  padding: 1rem 3.6rem 1rem 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 20%, rgba(117, 255, 177, 0.2), transparent 7rem),
    linear-gradient(145deg, #10291e, #0b1815);
  color: rgba(245, 241, 231, 0.78);
  font-size: 0.82rem;
  line-height: 1.55;
  text-decoration: none;
  transition: background 220ms ease, box-shadow 220ms ease;
}

.contact-routing__whatsapp::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(117, 255, 177, 0.34);
  border-radius: 50%;
  background: rgba(18, 140, 74, 0.9) url("../images/whatsapp-mark.svg") center / 1.3rem no-repeat;
  box-shadow: 0 0 24px rgba(37, 211, 102, 0.18);
  content: "";
  translate: 0 -50%;
}

.contact-routing__whatsapp b {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #8ef0b7;
}

.contact-routing__whatsapp b img {
  display: none;
}

.contact-routing__whatsapp small {
  color: rgba(245, 241, 231, 0.68);
  font-size: inherit;
}

.contact-routing__whatsapp:hover {
  background:
    radial-gradient(circle at 92% 20%, rgba(117, 255, 177, 0.28), transparent 8rem),
    linear-gradient(145deg, #133526, #0b1e19);
  box-shadow: inset 0 0 0 1px rgba(117, 255, 177, 0.12);
}

@media (max-width: 35.999rem) {
  .page-contact .button-row .button {
    width: 100%;
  }

  .contact-routing > .contact-routing__whatsapp {
    min-height: 5.5rem;
    align-content: center;
  }
}
