:root {
  color-scheme: light;
  --sunrise: #f97316;
  --sunrise-strong: #ea580c;
  --ember: #ef4444;
  --ink: #0f172a;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.brand-text,
.panel-title,
.metric-card strong,
.mock-metric strong {
  font-family: "Archivo", "Manrope", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.public-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #fff7ed 0%, #fff 36%, #f8fafc 100%);
}

.public-footer {
  background:
    radial-gradient(circle at 14% 0%, rgba(249, 115, 22, 0.24), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(239, 68, 68, 0.16), transparent 28%),
    linear-gradient(135deg, #030712 0%, #0f172a 58%, #111827 100%);
  color: #fff;
}

.footer-brand-panel h2 {
  margin-top: 1.8rem;
  max-width: 560px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 0.98;
}

.footer-brand-panel p {
  margin-top: 1.1rem;
  max-width: 560px;
  color: #fed7aa;
  font-size: 1rem;
  font-weight: 750;
}

.footer-lockup .brand-text {
  color: #fff;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.footer-badges span {
  border: 1px solid rgba(253, 186, 116, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.45rem 0.75rem;
  color: #ffedd5;
  font-size: 0.8rem;
  font-weight: 950;
}

.footer-title {
  margin-bottom: 1rem;
  color: #fdba74;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-contact,
.footer-location {
  border: 1px solid rgba(253, 186, 116, 0.16);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.07);
  padding: 1.15rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.footer-contact a,
.footer-links button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.65rem;
  border: 0;
  border-radius: 0.9rem;
  background: transparent;
  padding: 0.72rem 0;
  color: #fff;
  font-weight: 850;
  text-align: left;
}

.footer-contact a:hover,
.footer-links button:hover {
  color: #fdba74;
}

.footer-contact i {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.18);
  color: #fdba74;
}

.footer-links {
  margin-top: 1rem;
  border-top: 1px solid rgba(253, 186, 116, 0.16);
  padding-top: 0.8rem;
}

.footer-location address {
  color: #ffedd5;
  font-style: normal;
  font-weight: 750;
  line-height: 1.65;
}

.footer-map {
  position: relative;
  min-height: 210px;
  margin-top: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(253, 186, 116, 0.24);
  border-radius: 1.1rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 52% 44%, rgba(249, 115, 22, 0.38), transparent 16%),
    linear-gradient(135deg, #111827, #3f0f0f);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 2;
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 0 0 12px rgba(249, 115, 22, 0.12);
}

.map-line {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(253, 186, 116, 0.22);
}

.map-line.horizontal {
  height: 0.42rem;
  left: -8%;
  right: -8%;
  transform: rotate(-10deg);
}

.map-line.horizontal.one { top: 33%; }
.map-line.horizontal.two { top: 67%; transform: rotate(8deg); }

.map-line.vertical {
  top: -8%;
  bottom: -8%;
  width: 0.42rem;
  transform: rotate(16deg);
}

.map-line.vertical.one { left: 30%; }
.map-line.vertical.two { right: 24%; transform: rotate(-14deg); }

.footer-map strong,
.footer-map small {
  position: absolute;
  left: 1rem;
  z-index: 2;
}

.footer-map strong {
  bottom: 2.3rem;
  color: #fff;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 950;
}

.footer-map small {
  bottom: 1rem;
  color: #fed7aa;
  font-weight: 850;
}

.footer-bottom {
  border-top: 1px solid rgba(253, 186, 116, 0.16);
  color: #fed7aa;
  font-size: 0.83rem;
  font-weight: 750;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border: 0;
  background: transparent;
}

.brand-mark {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.26);
}

.brand-text {
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--ink);
}

.nav-pill {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-pill:hover,
.nav-pill.active {
  background: #ffedd5;
  color: #c2410c;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  padding: 0.22rem;
}

.lang-switch button {
  min-width: 2.15rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0.38rem 0.45rem;
  color: #9a3412;
  font-size: 0.76rem;
  font-weight: 950;
}

.lang-switch button.active {
  background: #ea580c;
  color: #fff;
}

.lang-switch.private {
  margin-top: 0.65rem;
  border-color: rgba(255, 237, 213, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

.lang-switch.private button {
  color: #ffedd5;
}

.lang-switch.private button.active {
  background: #fff;
  color: #c2410c;
}

.btn {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.btn:not(:disabled):hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  box-shadow: 0 14px 26px rgba(239, 68, 68, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ea580c, #dc2626);
}

.btn-ghost {
  border-color: #fed7aa;
  background: #fff;
  color: #c2410c;
}

.btn-ghost:hover {
  background: #fff7ed;
}

.btn-light {
  background: #fff;
  color: #c2410c;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: #ffedd5;
  padding: 0.4rem 0.75rem;
  color: #c2410c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow.dark {
  background: rgba(255, 237, 213, 0.16);
  color: #ffedd5;
  border: 1px solid rgba(255, 237, 213, 0.34);
  backdrop-filter: blur(10px);
}

.commercial-hero {
  position: relative;
  min-height: calc(100vh - 72px) !important;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.sub-hero {
  position: relative;
  min-height: 720px !important;
  height: 720px !important;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.sub-hero {
  min-height: 720px !important;
}

.hero-photo,
.sub-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.88), rgba(127, 29, 29, 0.5), rgba(15, 23, 42, 0.08)),
    linear-gradient(0deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.08));
}

.sub-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.86), rgba(127, 29, 29, 0.42)),
    linear-gradient(0deg, rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.1));
}

.commercial-hero > .relative,
.sub-hero > .relative,
.routine-hero > .relative {
  width: 100%;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.commercial-hero > .relative {
  min-height: calc(100vh - 72px) !important;
  height: auto;
}

.home-screen {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-promise {
  background:
    radial-gradient(circle at 8% 0%, rgba(249, 115, 22, 0.12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

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

.outcome-card.premium {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-fit-compact {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.fit-row.compact {
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.home-bikram-lab {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
}

.home-bg-photo,
.member-bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.home-bg-photo {
  opacity: 0.28;
  filter: saturate(1.05) contrast(1.04);
}

.home-bg-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 237, 0.9) 48%, rgba(255, 247, 237, 0.64) 100%),
    radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.22), transparent 30%);
  pointer-events: none;
}

.home-evidence-stack {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.evidence-card.compact {
  padding: 0.9rem;
}

.bikram-rail.curated {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.bikram-rail.curated .bikram-card {
  min-height: 300px;
}

.home-conversion {
  background:
    radial-gradient(circle at 92% 12%, rgba(239, 68, 68, 0.1), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.home-trust-board {
  display: grid;
  gap: 1rem;
}

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

.objection-card.compact {
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.testimonial-card.featured {
  min-height: auto;
  border-color: #fdba74;
  background:
    radial-gradient(circle at 10% 0%, rgba(249, 115, 22, 0.18), transparent 34%),
    #fff;
}

.member-feature-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.member-feature-list div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffedd5;
  font-weight: 850;
}

.member-feature-list i {
  color: #fdba74;
}

.dashboard-mock.rich {
  padding: 1.25rem;
}

.home-mini-progress {
  display: grid;
  grid-template-columns: repeat(21, minmax(0, 1fr));
  gap: 0.25rem;
  margin-top: 1rem;
}

.home-mini-progress span {
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.home-mini-progress span.done {
  background: #fdba74;
}

.btn-hero-secondary {
  border-color: rgba(255, 237, 213, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.glass-stat {
  border: 1px solid rgba(255, 237, 213, 0.26);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.28);
  padding: 0.95rem;
  backdrop-filter: blur(12px);
}

.glass-stat strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 950;
}

.glass-stat span {
  color: #ffedd5;
  font-size: 0.78rem;
  font-weight: 850;
}

.challenge-strip {
  background:
    radial-gradient(circle at 12% 0%, rgba(253, 186, 116, 0.35), transparent 28%),
    linear-gradient(135deg, #7f1d1d, #0f172a);
  color: #fff;
}

.challenge-strip h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
  line-height: 0.98;
}

.challenge-strip p {
  margin-top: 0.7rem;
  max-width: 760px;
  color: #fed7aa;
  font-weight: 760;
}

.section-kicker {
  margin-bottom: 0.8rem;
  color: #ea580c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #fdba74;
}

.outcome-card {
  border: 1px solid #fed7aa;
  border-radius: 1.35rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.outcome-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 1rem;
  background: #fff7ed;
  color: #ea580c;
  font-size: 1.2rem;
}

.outcome-card h3 {
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 950;
}

.outcome-card p:last-child {
  margin-top: 0.6rem;
  color: #64748b;
  font-weight: 700;
}

.testimonial-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fed7aa;
  border-radius: 1.4rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.testimonial-card i {
  color: #ea580c;
  font-size: 1.6rem;
}

.testimonial-card p {
  margin: 1.3rem 0;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.35;
}

.testimonial-card strong {
  display: block;
  color: #0f172a;
  font-weight: 950;
}

.testimonial-card span {
  color: #ea580c;
  font-size: 0.85rem;
  font-weight: 900;
}

.home-fit {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background: #fff;
}

.fit-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid #fed7aa;
  border-radius: 1.1rem;
  background: #fff7ed;
  padding: 1rem;
  color: #334155;
  font-weight: 850;
}

.fit-row i {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #ea580c;
  color: #fff;
}

.objection-zone {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background: #fff;
}

.objection-card {
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: #fff7ed;
  padding: 1.2rem;
}

.objection-card h3 {
  color: #7f1d1d;
  font-size: 1.25rem;
  font-weight: 950;
}

.objection-card p {
  margin-top: 0.55rem;
  color: #475569;
  font-weight: 760;
}

.split-story {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #111827;
}

.story-image {
  min-height: calc(100vh - 72px);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  align-self: center;
  padding: clamp(2rem, 5vw, 5rem);
  color: #fff;
}

.story-copy h2 {
  margin-top: 1rem;
  max-width: 650px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 950;
  line-height: 1;
}

.story-copy > p {
  margin-top: 1.2rem;
  max-width: 620px;
  color: #fed7aa;
  font-size: 1.08rem;
  font-weight: 750;
}

.ritual-row.strong {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ritual-row.strong span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-weight: 950;
}

.ritual-row.strong p {
  color: #fff;
}

.evidence-card,
.research-card {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.evidence-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.evidence-card h3,
.research-card h3 {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.evidence-card p,
.research-card p {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 700;
}

.evidence-card a,
.research-card a {
  flex: 0 0 auto;
  color: #c2410c;
  font-size: 0.82rem;
  font-weight: 950;
}

.research-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.research-card a {
  margin-top: auto;
}

.member-preview {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 115, 22, 0.36), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #7f1d1d 72%, #111827 100%);
}

.member-bg-photo {
  opacity: 0.24;
  filter: saturate(0.9) contrast(1.05);
}

.member-bg-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(127, 29, 29, 0.78), rgba(15, 23, 42, 0.72)),
    radial-gradient(circle at 22% 0%, rgba(249, 115, 22, 0.4), transparent 34%);
  pointer-events: none;
}

.bikram-proof {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 8% 0%, rgba(249, 115, 22, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.bikram-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.bikram-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 1.55rem;
  border: 1px solid #fed7aa;
  background: #111827;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

.bikram-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 220ms ease, opacity 220ms ease;
}

.bikram-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.86));
}

.bikram-card > div {
  position: absolute;
  z-index: 1;
  inset: auto 0 0 0;
  padding: 1.2rem;
  color: #fff;
}

.bikram-card strong {
  display: block;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 3.4rem;
  font-weight: 950;
  line-height: 0.9;
}

.bikram-card span {
  display: block;
  margin-top: 0.3rem;
  color: #fdba74;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.bikram-card p {
  margin-top: 0.75rem;
  color: #ffedd5;
  font-weight: 780;
}

.bikram-card:hover img {
  transform: scale(1.04);
  opacity: 0.86;
}

.sequence-26 {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  border: 1px solid #fed7aa;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.18), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff7ed 100%);
  padding: 1.25rem;
}

.sequence-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(251, 146, 60, 0.42), transparent 28%),
    linear-gradient(150deg, #111827, #7f1d1d);
}

.sequence-visual strong {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 4.2rem;
  font-weight: 950;
  line-height: 1;
}

.heat-ring {
  position: absolute;
  border: 1px solid rgba(253, 186, 116, 0.38);
  border-radius: 999px;
}

.heat-ring.one {
  inset: 3rem;
}

.heat-ring.two {
  inset: 6.5rem 4rem 2.5rem 4rem;
}

.pose-line {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 0.48rem;
  height: 8rem;
  border-radius: 999px;
  background: #fed7aa;
  transform-origin: top center;
  box-shadow: 0 0 32px rgba(251, 146, 60, 0.35);
}

.pose-line.spine::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.3rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #fff7ed;
  transform: translateX(-50%);
}

.pose-line.arm-left {
  height: 6rem;
  transform: rotate(-58deg);
}

.pose-line.arm-right {
  height: 6rem;
  transform: rotate(58deg);
}

.pose-line.leg-left {
  top: 62%;
  height: 7.5rem;
  transform: rotate(38deg);
}

.pose-line.leg-right {
  top: 62%;
  height: 7.5rem;
  transform: rotate(-38deg);
}

.sequence-box {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
}

.sequence-box p {
  color: #9a3412;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sequence-box ol {
  counter-reset: sequence;
  list-style: none;
  margin-top: 0.8rem;
  display: grid;
  gap: 0.45rem;
  padding: 0;
  color: #0f172a;
  font-weight: 850;
}

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

.sequence-box li {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
  counter-increment: sequence;
}

.sequence-box li::before {
  content: counter(sequence);
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 950;
}

.posture-map {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}

.posture-map-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: baseline;
  justify-content: space-between;
}

.posture-map-head p {
  color: #9a3412;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.posture-map-head span {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 800;
}

.posture-groups {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.posture-group {
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  background: #fff;
  padding: 0.95rem;
}

.posture-group header {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.posture-group header > span {
  display: grid;
  min-height: 3rem;
  place-items: center;
  border-radius: 0.9rem;
  background: #ffedd5;
  color: #c2410c;
  font-family: "Archivo", "Manrope", sans-serif;
  font-weight: 950;
}

.posture-group h3 {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 950;
}

.posture-group header p {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 760;
}

.posture-group ol {
  counter-reset: posture;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.9rem;
  padding: 0;
  list-style: none;
}

.posture-group li {
  position: relative;
  min-height: 5.8rem;
  border-radius: 0.85rem;
  background: #fff7ed;
  padding: 0.75rem 0.75rem 0.75rem 2.7rem;
  counter-increment: posture;
}

.posture-group li::before {
  content: counter(posture);
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 950;
}

.posture-group li strong {
  display: block;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
}

.posture-group li small {
  display: block;
  margin-top: 0.3rem;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.35;
}

.posture-group.tone-orange header > span,
.posture-group.tone-orange li::before {
  background: #ea580c;
  color: #fff;
}

.posture-group.tone-orange li {
  background: #fff7ed;
}

.posture-group.tone-red header > span,
.posture-group.tone-red li::before {
  background: #991b1b;
  color: #fff;
}

.posture-group.tone-red li {
  background: #fef2f2;
}

.posture-group.tone-slate header > span,
.posture-group.tone-slate li::before {
  background: #0f172a;
  color: #fff;
}

.posture-group.tone-slate li {
  background: #f8fafc;
}

.routine-hero {
  position: relative;
  min-height: 720px !important;
  height: 720px !important;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.routine-hero img,
.routine-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.routine-hero img {
  object-fit: cover;
}

.routine-hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.88), rgba(127, 29, 29, 0.58), rgba(15, 23, 42, 0.2)),
    linear-gradient(0deg, rgba(15, 23, 42, 0.46), rgba(15, 23, 42, 0.12));
}

.routine-hero h1 {
  max-width: 58rem;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 950;
  line-height: 0.92;
}

.routine-hero p {
  margin-top: 1.3rem;
  max-width: 46rem;
  color: #ffedd5;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 750;
}

.routine-marker,
.routine-phase-card {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 18px 42px rgba(124, 45, 18, 0.08);
}

.routine-marker strong {
  display: block;
  color: #ea580c;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 3.1rem;
  font-weight: 950;
  line-height: 0.95;
}

.routine-marker span {
  display: block;
  margin-top: 0.45rem;
  color: #7c2d12;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.routine-marker p,
.routine-phase-card p {
  margin-top: 0.7rem;
  color: #64748b;
  font-weight: 750;
}

.routine-phases {
  background: #fff7ed;
}

.routine-phase-card i {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  background: #ea580c;
  color: #fff;
}

.routine-phase-card h3 {
  margin-top: 1rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 950;
}

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

.routine-disclaimer,
.routine-cta {
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: #fff7ed;
  padding: 1.25rem;
}

.routine-disclaimer {
  margin-top: 2rem;
}

.routine-disclaimer strong {
  color: #7c2d12;
  font-weight: 950;
}

.routine-disclaimer p {
  margin-top: 0.35rem;
  color: #64748b;
  font-weight: 750;
}

.routine-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
}

.routine-cta h2 {
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 950;
  line-height: 0.98;
}

.routine-cta p {
  margin-top: 0.8rem;
  max-width: 48rem;
  color: #64748b;
  font-weight: 750;
}

.dashboard-mock {
  border: 1px solid rgba(255, 237, 213, 0.2);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.12);
  padding: 1.1rem;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.mock-header {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.mock-header span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: #fed7aa;
}

.mock-metric,
.mock-video {
  border-radius: 1.2rem;
  background: #fff;
  padding: 1rem;
}

.mock-metric strong {
  display: block;
  color: #0f172a;
  font-size: 2.4rem;
  font-weight: 950;
}

.mock-metric small {
  color: #ea580c;
  font-weight: 900;
}

.mock-video {
  min-height: 260px;
  margin-top: 1rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(15, 23, 42, 0.45), rgba(15, 23, 42, 0.62)),
    linear-gradient(145deg, #fb923c, #7f1d1d);
  color: #fff;
  text-align: center;
}

.mock-video i {
  display: block;
  margin-bottom: 0.8rem;
  color: #fdba74;
  font-size: 3.5rem;
}

.mock-video span {
  font-size: 1.5rem;
  font-weight: 950;
}

.hero-band {
  border-bottom: 1px solid #fed7aa;
}

.hero-visual {
  min-height: 520px;
  border-radius: 2rem;
  background:
    linear-gradient(rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.18)),
    radial-gradient(circle at 70% 15%, rgba(253, 186, 116, 0.92), transparent 24%),
    linear-gradient(145deg, #fb923c 0%, #ef4444 45%, #0f172a 100%);
  padding: 1.2rem;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 26px 60px rgba(127, 29, 29, 0.2);
}

.heat-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.4rem;
  backdrop-filter: blur(16px);
}

.ritual-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 1rem;
  background: #fff7ed;
  padding: 0.8rem;
  font-weight: 850;
  color: #334155;
}

.ritual-row i {
  color: #ea580c;
}

.mini-stat {
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.9rem;
}

.mini-stat strong {
  display: block;
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 950;
}

.mini-stat span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 850;
}

.feature-card,
.benefit-card,
.plan-card,
.panel-card,
.auth-card,
.metric-card {
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.feature-card {
  padding: 1.35rem;
}

.feature-card h3,
.panel-title {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 950;
}

.feature-card p {
  margin-top: 0.55rem;
  color: #64748b;
  font-weight: 700;
}

.feature-icon {
  margin-bottom: 1rem;
  color: #ea580c;
  font-size: 1.65rem;
}

.benefit-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
}

.benefit-deep-card {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 18px 42px rgba(124, 45, 18, 0.08);
}

.benefit-deep-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 1rem;
  background: #ea580c;
  color: #fff;
  font-size: 1.25rem;
}

.benefit-deep-card h3 {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 950;
}

.benefit-deep-card p {
  margin-top: 0.5rem;
  color: #475569;
  font-weight: 750;
}

.benefit-deep-card small {
  display: inline-flex;
  margin-top: 0.85rem;
  border-radius: 999px;
  background: #fff7ed;
  padding: 0.32rem 0.7rem;
  color: #9a3412;
  font-size: 0.78rem;
  font-weight: 950;
}

.benefit-day {
  background:
    radial-gradient(circle at 90% 0%, rgba(249, 115, 22, 0.14), transparent 30%),
    #fff7ed;
}

.day-benefit-card {
  position: relative;
  min-height: 280px;
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.15rem;
  overflow: hidden;
}

.day-benefit-card::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: rgba(251, 146, 60, 0.14);
}

.day-benefit-card span {
  color: #ea580c;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 950;
}

.day-benefit-card h3 {
  margin-top: 1rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 950;
}

.day-benefit-card p {
  margin-top: 0.65rem;
  color: #64748b;
  font-weight: 750;
}

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

.benefit-metrics article {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: #fff;
  padding: 1rem;
}

.benefit-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 950;
}

.benefit-metrics span {
  display: block;
  margin-top: 0.25rem;
  color: #ea580c;
  font-weight: 950;
}

.benefit-metrics p {
  margin-top: 0.55rem;
  color: #64748b;
  font-weight: 750;
}

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

.benefit-truth-grid article {
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.25rem;
}

.benefit-truth-grid h2 {
  margin-top: 0.4rem;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
}

.benefit-truth-grid ul {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.benefit-truth-grid li {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  gap: 0.65rem;
  color: #475569;
  font-weight: 760;
}

.benefit-truth-grid i {
  margin-top: 0.2rem;
  color: #ea580c;
}

.plan-card {
  padding: 1.4rem;
}

.plan-card.featured {
  border-color: #fb923c;
  box-shadow: 0 22px 46px rgba(249, 115, 22, 0.16);
}

.plan-hero-stats {
  display: grid;
  max-width: 58rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.plan-hero-stats div {
  border: 1px solid rgba(255, 237, 213, 0.28);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.28);
  padding: 1rem;
  backdrop-filter: blur(12px);
}

.plan-hero-stats strong {
  display: block;
  color: #fff;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 1;
}

.plan-hero-stats span {
  display: block;
  margin-top: 0.35rem;
  color: #ffedd5;
  font-size: 0.82rem;
  font-weight: 850;
}

.commercial-plan-card {
  position: relative;
  min-height: 420px;
}

.commercial-plan-card.featured::before {
  content: "Entrada recomendada";
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  padding: 0.28rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 950;
}

.plan-includes-band,
.faq-band {
  background:
    radial-gradient(circle at 92% 0%, rgba(249, 115, 22, 0.14), transparent 30%),
    #fff7ed;
}

.plan-include-card,
.faq-trust-card,
.faq-card {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: #fff;
  padding: 1.15rem;
  box-shadow: 0 18px 42px rgba(124, 45, 18, 0.08);
}

.plan-include-card i {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  background: #ea580c;
  color: #fff;
}

.plan-include-card h3,
.faq-trust-card h3,
.faq-card h3 {
  margin-top: 0.9rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 950;
}

.faq-card h3 {
  margin-top: 0;
}

.plan-include-card p,
.faq-trust-card p,
.faq-card p {
  margin-top: 0.55rem;
  color: #64748b;
  font-weight: 750;
}

.plan-choice-stack {
  display: grid;
  gap: 0.85rem;
}

.plan-choice-stack article {
  border: 1px solid #fed7aa;
  border-radius: 1.1rem;
  background: #fff;
  padding: 1rem;
}

.plan-choice-stack h3 {
  color: var(--ink);
  font-weight: 950;
}

.plan-choice-stack p {
  margin-top: 0.35rem;
  color: #64748b;
  font-weight: 750;
}

.commercial-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 92% 0%, rgba(249, 115, 22, 0.28), transparent 28%),
    linear-gradient(135deg, #0f172a, #7f1d1d);
  padding: 1.5rem;
  color: #fff;
}

.commercial-final-cta h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  font-weight: 950;
  line-height: 0.98;
}

.commercial-final-cta p:not(.section-kicker) {
  margin-top: 0.75rem;
  max-width: 48rem;
  color: #fed7aa;
  font-weight: 760;
}

.faq-group + .faq-group {
  margin-top: 2.5rem;
}

.faq-group header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.faq-group header i {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 0.9rem;
  background: #ea580c;
  color: #fff;
}

.faq-group header h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 950;
}

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

.auth-card {
  width: 100%;
  max-width: 30rem;
  padding: 1.5rem;
}

.register-experience {
  min-height: calc(100vh - 72px);
  background:
    radial-gradient(circle at 12% 0%, rgba(249, 115, 22, 0.22), transparent 28%),
    linear-gradient(135deg, #fff7ed 0%, #fff 42%, #fee2e2 100%);
}

.register-copy {
  position: sticky;
  top: 6rem;
  border-radius: 2rem;
  background:
    linear-gradient(rgba(15, 23, 42, 0.68), rgba(127, 29, 29, 0.78)),
    url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=1200&q=82") center/cover;
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3rem);
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 24px 58px rgba(127, 29, 29, 0.18);
}

.register-copy h1 {
  margin-top: 1rem;
  max-width: 680px;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 950;
  line-height: 0.95;
}

.register-copy p {
  margin-top: 1rem;
  max-width: 620px;
  color: #ffedd5;
  font-size: 1.05rem;
  font-weight: 750;
}

.register-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.register-proof div {
  border: 1px solid rgba(255, 237, 213, 0.22);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.24);
  padding: 0.9rem;
  backdrop-filter: blur(10px);
}

.register-proof strong {
  display: block;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 950;
}

.register-proof span {
  color: #fed7aa;
  font-size: 0.78rem;
  font-weight: 850;
}

.wizard-card {
  border: 1px solid #fed7aa;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.wizard-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.wizard-top p {
  color: #ea580c;
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.wizard-top h2 {
  margin-top: 0.25rem;
  color: #0f172a;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 950;
}

.wizard-progress {
  height: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: #ffedd5;
  margin: 1rem 0 1.3rem;
}

.wizard-progress span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ef4444);
  transition: width 180ms ease;
}

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

.md-span-2 {
  grid-column: span 2;
}

.check-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  background: #fff7ed;
  padding: 1rem;
  margin-top: 1rem;
}

.check-card input {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #ea580c;
}

.check-card strong {
  display: block;
  color: #0f172a;
  font-weight: 950;
}

.check-card small {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font-weight: 700;
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid #ffedd5;
  margin-top: 1.4rem;
  padding-top: 1rem;
}

.payment-approved {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid #bbf7d0;
  border-radius: 1rem;
  background: #f0fdf4;
  color: #166534;
  padding: 1rem;
}

.payment-approved i {
  font-size: 1.5rem;
}

.payment-approved strong {
  display: block;
  font-weight: 950;
}

.payment-approved span {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
}

.form-row {
  display: block;
  margin-top: 1rem;
}

.form-row span {
  display: block;
  margin-bottom: 0.35rem;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 900;
}

.field {
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid #fed7aa;
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.7rem 0.85rem;
  color: var(--ink);
  outline: none;
}

.field:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.16);
}

.field-error {
  display: block;
  margin-top: 0.35rem;
  color: #dc2626;
  font-size: 0.78rem;
  font-weight: 850;
}

.app-shell {
  min-height: 100vh;
  display: flex;
  background: #fff7ed;
}

.private-stack {
  display: grid;
  gap: 1rem;
}

.morning-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 1rem;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(253, 186, 116, 0.42), transparent 30%),
    linear-gradient(135deg, #7f1d1d, #0f172a);
  color: #fff;
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 22px 48px rgba(127, 29, 29, 0.18);
}

.morning-hero h1 {
  max-width: 840px;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 950;
  line-height: 0.96;
}

.morning-hero p {
  margin-top: 1rem;
  max-width: 680px;
  color: #ffedd5;
  font-weight: 750;
}

.next-class-card {
  align-self: stretch;
  border: 1px solid rgba(255, 237, 213, 0.24);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  padding: 1rem;
  backdrop-filter: blur(12px);
}

.next-class-card span {
  display: block;
  color: #fdba74;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.next-class-card strong {
  display: block;
  margin-top: 0.7rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 950;
  line-height: 1.1;
}

.next-class-card small {
  display: block;
  margin-top: 0.75rem;
  color: #fed7aa;
  font-weight: 750;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 0.75rem;
}

.day-card {
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  background: #fff;
  padding: 0.85rem;
}

.day-card.tomada {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.day-card span {
  display: block;
  color: #ea580c;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.day-card strong {
  display: block;
  margin-top: 0.25rem;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 950;
}

.day-card small {
  margin-top: 0.6rem;
}

.day-card p {
  margin-top: 0.55rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
}

.milestone-row,
.badge-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  background: #fff7ed;
  padding: 1rem;
}

.milestone-row.done {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.milestone-row > strong {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 1rem;
  background: #ea580c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 950;
}

.milestone-row.done > strong {
  background: #16a34a;
}

.milestone-row p,
.badge-row p {
  color: #0f172a;
  font-weight: 950;
}

.milestone-row span,
.badge-row small {
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 750;
}

.badge-row.locked {
  opacity: 0.58;
  filter: grayscale(0.45);
}

.feedback-panel,
.profile-hero,
.profile-tabs,
.ranking-podium {
  border: 1px solid #fed7aa;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 50px rgba(124, 45, 18, 0.08);
}

.feedback-panel {
  padding: 1.25rem;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.rating-star {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 0.8rem;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #fdba74;
}

.rating-star.active {
  background: #ea580c;
  color: #fff;
  border-color: #ea580c;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
}

.profile-hero h1 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 0.95;
}

.profile-hero p {
  margin-top: 0.75rem;
  max-width: 48rem;
  color: #64748b;
  font-weight: 750;
}

.profile-summary {
  border-radius: 1rem;
  background: #fff7ed;
  padding: 1.25rem;
}

.profile-summary span,
.profile-summary small {
  display: block;
  color: #9a3412;
  font-weight: 900;
}

.profile-summary strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 950;
}

.profile-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.65rem;
}

.profile-tabs button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  border-radius: 0.85rem;
  padding: 0.7rem 0.9rem;
  color: #9a3412;
  font-size: 0.85rem;
  font-weight: 950;
}

.profile-tabs button.active,
.profile-tabs button:hover {
  background: #ea580c;
  color: #fff;
}

.ranking-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.podium-card {
  border-radius: 1rem;
  background: #fff7ed;
  padding: 1rem;
}

.podium-card.current {
  background: #ecfdf5;
}

.podium-card span {
  color: #ea580c;
  font-size: 0.8rem;
  font-weight: 950;
}

.podium-card h2 {
  margin-top: 0.25rem;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 950;
}

.podium-card p {
  color: #64748b;
  font-weight: 800;
}

.podium-card strong {
  display: block;
  margin-top: 0.75rem;
  color: #7c2d12;
  font-weight: 950;
}

.ranking-current td {
  background: #ecfdf5;
}

.app-sidebar {
  position: sticky;
  top: 0;
  width: 280px;
  height: 100vh;
  flex-shrink: 0;
  overflow-y: auto;
  background:
    radial-gradient(circle at 30% 0%, rgba(249, 115, 22, 0.55), transparent 25%),
    linear-gradient(180deg, #1e1410 0%, #7f1d1d 100%);
  color: #fff;
  padding: 1rem;
}

.app-nav-link {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.9rem;
  padding: 0.75rem 0.85rem;
  color: #ffedd5;
  font-weight: 900;
  text-align: left;
}

.app-nav-link:hover,
.app-nav-link.active {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.panel-card {
  padding: 1.25rem;
}

.metric-card {
  padding: 1rem;
}

.metric-card span,
.info-box span {
  display: block;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 2.2rem;
  font-weight: 950;
}

.metric-card small {
  color: #ea580c;
  font-weight: 900;
}

.video-frame {
  min-height: 440px;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 50% 8%, rgba(251, 146, 60, 0.55), transparent 28%),
    linear-gradient(145deg, #111827, #7f1d1d);
  display: grid;
  place-items: center;
  padding: 2rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 950;
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid #ffedd5;
  padding: 0.9rem 1rem;
  text-align: left;
}

.data-table th {
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.info-box {
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  padding: 1rem;
}

.info-box strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink);
  font-weight: 950;
}

.toast {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.toast-success { background: #16a34a; }
.toast-warning { background: #f59e0b; color: #111827; }
.toast-info { background: #0f172a; }

.admin-shell {
  min-height: 100vh;
  display: flex;
  background: #f8fafc;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  width: 292px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: auto;
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 115, 22, 0.45), transparent 28%),
    linear-gradient(180deg, #030712 0%, #111827 100%);
  color: #fff;
  padding: 1rem;
}

.admin-role-card {
  margin: 1.2rem 0;
  border: 1px solid rgba(253, 186, 116, 0.2);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.admin-role-card span,
.admin-role-card small {
  display: block;
  color: #fed7aa;
  font-size: 0.78rem;
  font-weight: 850;
}

.admin-role-card strong {
  display: block;
  margin: 0.35rem 0;
  font-weight: 950;
}

.admin-nav-link {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.9rem;
  padding: 0.78rem 0.85rem;
  color: #ffedd5;
  font-weight: 900;
  text-align: left;
}

.admin-nav-link:hover,
.admin-nav-link.active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.admin-main {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.admin-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 85% 0%, rgba(249, 115, 22, 0.32), transparent 34%),
    linear-gradient(135deg, #111827, #7f1d1d);
  color: #fff;
  padding: clamp(1.4rem, 4vw, 3rem);
}

.admin-hero p {
  color: #fdba74;
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-hero h1 {
  margin-top: 0.55rem;
  max-width: 780px;
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 4.6rem);
  font-weight: 950;
  line-height: 0.98;
}

.admin-hero span {
  display: block;
  margin-top: 0.85rem;
  max-width: 720px;
  color: #ffedd5;
  font-weight: 760;
}

.admin-role-chip {
  flex: 0 0 auto;
  border: 1px solid rgba(253, 186, 116, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.7rem 0.9rem;
  color: #ffedd5;
  font-weight: 950;
}

.admin-metrics,
.admin-chart-grid,
.admin-grid-two,
.admin-role-grid,
.admin-city-grid {
  display: grid;
  gap: 1rem;
}

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

.admin-metrics article,
.admin-panel,
.admin-login-card {
  border: 1px solid #fed7aa;
  border-radius: 1.15rem;
  background: #fff;
  padding: 1.15rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.admin-metrics span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-metrics strong {
  display: block;
  margin-top: 0.4rem;
  color: #0f172a;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 2.5rem;
  font-weight: 950;
}

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

.admin-panel h2 {
  margin-bottom: 1rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
}

.admin-panel.dark {
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 68, 68, 0.25), transparent 34%),
    #111827;
  color: #fff;
  border-color: #334155;
}

.admin-panel.dark h2 {
  color: #fff;
}

.admin-panel.dark p {
  color: #fed7aa;
  font-weight: 750;
}

.admin-grid-two {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
}

.admin-video-preview {
  display: grid;
  min-height: 220px;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, #030712, #7f1d1d);
  color: #fff;
  text-align: center;
  padding: 1rem;
  word-break: break-all;
}

.admin-video-preview i {
  color: #ef4444;
  font-size: 4rem;
}

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

.admin-city-grid div {
  border-radius: 1rem;
  background: #fff7ed;
  padding: 1rem;
}

.admin-city-grid strong,
.admin-city-grid span {
  display: block;
}

.admin-city-grid strong {
  color: #7c2d12;
  font-weight: 950;
}

.admin-city-grid span {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 800;
}

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

.permission-pill {
  display: inline-flex;
  margin: 0.12rem;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 900;
}

.permission-pill.yes {
  background: #dcfce7;
  color: #166534;
}

.permission-pill.no {
  background: #f1f5f9;
  color: #94a3b8;
}

.admin-login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 115, 22, 0.2), transparent 30%),
    linear-gradient(135deg, #030712, #111827);
  padding: 1rem;
}

.admin-login-card {
  width: min(460px, 100%);
}

.admin-login-card h1 {
  margin-top: 0.35rem;
  color: #0f172a;
  font-size: 2.4rem;
  font-weight: 950;
}

.admin-login-card > p:not(.text-sm) {
  margin: 0.5rem 0 1.2rem;
  color: #64748b;
  font-weight: 750;
}

.admin-login-card small {
  display: block;
  margin-top: 1rem;
  color: #64748b;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 900px) {
  .admin-shell {
    display: block;
  }

  .admin-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }

  .admin-metrics,
  .admin-chart-grid,
  .admin-grid-two,
  .admin-role-grid,
  .admin-city-grid {
    grid-template-columns: 1fr;
  }

  .admin-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-shell {
    display: block;
  }

  .app-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }

  .app-sidebar nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .register-experience,
  .sequence-26,
  .routine-cta,
  .home-outcome-grid,
  .home-objection-grid,
  .benefit-truth-grid,
  .plan-hero-stats,
  .commercial-final-cta,
  .faq-grid,
  .wizard-top,
  .morning-hero,
  .next-class-card,
  .evidence-card,
  .profile-hero,
  .ranking-podium {
    grid-template-columns: 1fr;
  }

  .register-copy {
    position: relative;
    min-height: 520px;
  }

  .wizard-grid {
    grid-template-columns: 1fr;
  }

  .md-span-2 {
    grid-column: span 1;
  }

  .wizard-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wizard-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .challenge-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.65rem;
  }

  .day-card {
    min-width: 160px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .split-story {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 360px;
  }

  .bikram-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .bikram-card {
    min-width: 78vw;
  }

  .sequence-visual {
    min-height: 320px;
  }

  .pose-list {
    grid-template-columns: 1fr;
  }

  .posture-group header,
  .posture-group ol {
    grid-template-columns: 1fr;
  }

  .routine-hero {
    min-height: 640px !important;
    height: auto !important;
  }

  .sub-hero {
    min-height: 640px !important;
    height: auto !important;
  }

  .commercial-hero {
    min-height: 640px !important;
    height: auto !important;
  }

  .commercial-hero > .relative,
  .sub-hero > .relative,
  .routine-hero > .relative {
    min-height: 640px !important;
    height: auto;
  }

  .home-screen,
  .home-fit,
  .objection-zone,
  .home-bikram-lab,
  .bikram-proof,
  .member-preview {
    min-height: auto;
  }

  .outcome-card.premium,
  .bikram-rail.curated .bikram-card {
    min-height: 260px;
  }

  .home-mini-progress {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .benefit-metrics {
    grid-template-columns: 1fr;
  }

  .benefit-deep-card {
    grid-template-columns: 1fr;
  }

  .evidence-card a {
    display: inline-flex;
    margin-top: 0.75rem;
  }
}
