:root {
  color-scheme: dark;
  --ink: #030305;
  --paper: #f4f2ed;
  --muted: rgba(244, 242, 237, 0.58);
  --faint: rgba(244, 242, 237, 0.32);
  --line: rgba(255, 255, 255, 0.13);
  --glass: rgba(18, 18, 23, 0.62);
  --accent: #f5c842;
  --accent-rgb: 245, 200, 66;
  --header-h: 78px;
  --footer-h: 78px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

body {
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

::selection {
  color: #060606;
  background: var(--accent);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(3, 3, 5, 0.88), rgba(3, 3, 5, 0));
  pointer-events: none;
}

.brand,
.chapter-label,
.header-tools {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--paper);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.brand-mark {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, #fff 0 5%, transparent 6%),
    conic-gradient(from 20deg, #f5c842, #e91e8c, #2979ff, #06b6d4, #f5c842);
  box-shadow: 0 0 24px rgba(var(--accent-rgb), 0.28);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: #09090d;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.chapter-label {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  transition: color 450ms ease;
}

.header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.sound-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(10, 10, 14, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

.sound-toggle:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.sound-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(var(--accent-rgb), 0.55);
  transition: transform 300ms var(--ease), opacity 300ms ease;
}

.sound-toggle[aria-pressed="true"] .sound-icon {
  transform: scale(0.52);
  opacity: 0.55;
}

.sound-state {
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior: none;
  touch-action: pan-x;
  cursor: grab;
}

.experience::-webkit-scrollbar {
  display: none;
}

.experience.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.panel {
  --accent: #f5c842;
  --accent-rgb: 245, 200, 66;
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100dvh;
  min-height: 620px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at calc(72% + var(--mx, 0px)) calc(50% + var(--my, 0px)), rgba(var(--accent-rgb), 0.16), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(255, 255, 255, 0.045), transparent 34%),
    #030305;
}

.panel::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15), #000 72%, transparent);
}

.panel::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 48vw;
  height: 48vw;
  min-width: 540px;
  min-height: 540px;
  top: 50%;
  right: -5vw;
  border: 1px solid rgba(var(--accent-rgb), 0.13);
  border-radius: 50%;
  transform: translate3d(0, -50%, 0) scale(0.76);
  opacity: 0;
  box-shadow:
    inset 0 0 80px rgba(var(--accent-rgb), 0.06),
    0 0 110px rgba(var(--accent-rgb), 0.06);
  transition: opacity 900ms ease, transform 1200ms var(--ease);
}

.panel.is-active::after {
  opacity: 1;
  transform: translate3d(0, -50%, 0) scale(1);
}

.panel-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(290px, 0.85fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: clamp(30px, 5vw, 96px);
  width: min(1500px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: calc(var(--header-h) + 22px) clamp(24px, 6vw, 96px) calc(var(--footer-h) + 24px);
}

.panel-copy {
  position: relative;
  z-index: 6;
  max-width: 600px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
}

.panel-copy h1,
.panel-copy h2 {
  margin: 0;
  max-width: 9.4ch;
  color: #f5f3ef;
  font-size: clamp(3.4rem, 6.5vw, 7.35rem);
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

.panel-copy h2 {
  max-width: 8.6ch;
  font-size: clamp(3.1rem, 5.7vw, 6.55rem);
}

.panel-copy h1 em,
.panel-copy h2 em {
  color: var(--accent);
  font-style: normal;
  text-shadow: 0 0 42px rgba(var(--accent-rgb), 0.22);
}

.lede {
  max-width: 45ch;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.65;
}

.lede strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 580;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.chip {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.63rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding: 14px 18px 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 0.74rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: gap 350ms var(--ease), background 350ms ease, border-color 350ms ease;
}

.primary-action:hover {
  gap: 28px;
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.12);
}

.panel-visual {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(72vh, 700px);
  min-height: 470px;
  perspective: 1500px;
  opacity: 0;
  transform: translate3d(9vw, 0, 0) scale(0.92);
  transition: opacity 760ms ease, transform 1100ms var(--ease);
}

.panel.is-active .panel-visual {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.panel-copy > * {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: opacity 620ms ease, transform 850ms var(--ease);
}

.panel.is-active .panel-copy > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.panel.is-active .panel-copy > :nth-child(2) {
  transition-delay: 80ms;
}

.panel.is-active .panel-copy > :nth-child(3) {
  transition-delay: 150ms;
}

.panel.is-active .panel-copy > :nth-child(4),
.panel.is-active .panel-copy > :nth-child(5) {
  transition-delay: 210ms;
}

.device {
  position: relative;
  transform-style: preserve-3d;
  filter: drop-shadow(0 50px 70px rgba(0, 0, 0, 0.58));
}

.device-frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, #42424e, #0a0a0f 46%, #202029);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.35),
    inset 0 -1px 1px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(0, 0, 0, 0.8);
}

.device-phone {
  width: clamp(220px, 18vw, 284px);
  aspect-ratio: 9 / 19.25;
}

.device-phone .device-frame {
  border-radius: 44px;
}

.device-phone .device-frame::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 50%;
  width: 76px;
  height: 21px;
  border-radius: 999px;
  background: #000;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.device-tablet {
  width: min(44vw, 570px);
  aspect-ratio: 4 / 3;
}

.device-tablet .device-frame {
  padding: 12px;
  border-radius: 27px;
}

.device-tablet .device-frame::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #020204;
  transform: translateX(-50%);
}

.device-laptop {
  width: min(49vw, 650px);
}

.device-laptop .device-frame {
  aspect-ratio: 16 / 10;
  padding: 11px 11px 0;
  border-radius: 17px 17px 4px 4px;
}

.laptop-base {
  position: relative;
  width: 116%;
  height: 16px;
  margin-left: -8%;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, #3a3a44, #0b0b10);
  box-shadow: 0 26px 40px rgba(0, 0, 0, 0.55);
}

.laptop-base::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
  background: #08080b;
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #08080c;
}

.device-phone .screen {
  border-radius: 35px;
}

.device-tablet .screen {
  border-radius: 17px;
}

.device-laptop .screen {
  border-radius: 10px 10px 0 0;
}

.media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.07) 42%, transparent 58%) 0 0 / 220% 100%,
    radial-gradient(circle at 50% 45%, rgba(var(--accent-rgb), 0.22), transparent 48%),
    #08080c;
  animation: loading 2.2s linear infinite;
}

.media::after {
  content: "SOLARIA / CARGANDO SISTEMA";
  position: absolute;
  left: 50%;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.48rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.media.is-ready {
  animation: none;
}

.media.is-ready::after {
  display: none;
}

.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}

.media.is-ready video {
  opacity: 1;
}

@keyframes loading {
  to {
    background-position: -220% 0, 0 0, 0 0;
  }
}

.screen-vignette {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 46%, rgba(0, 0, 0, 0.25));
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: linear-gradient(145deg, rgba(35, 35, 43, 0.72), rgba(10, 10, 14, 0.52));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    inset 0 1px rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(28px) saturate(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
}

.float-card {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: translate3d(0, 34px, 70px) rotate(var(--rotate, 0deg));
  transition: opacity 700ms ease 240ms, transform 1000ms var(--ease) 240ms;
}

.panel.is-active .float-card {
  opacity: 1;
  transform: translate3d(0, 0, 70px) rotate(var(--rotate, 0deg));
}

.wallet-pass {
  right: 3%;
  bottom: 12%;
  width: min(290px, 35vw);
  overflow: hidden;
  border-radius: 22px;
  color: #111;
  background: #f4f3f0;
  --rotate: 4deg;
}

.wallet-top {
  padding: 18px 19px 10px;
}

.wallet-brand {
  color: #e60012;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.wallet-brand small {
  display: block;
  margin-top: 3px;
  color: #888;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wallet-stamps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 13px 18px;
  background: #e8e7e4;
}

.wallet-stamps i {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid #d4d3cf;
  border-radius: 50%;
  background: #fff;
}

.wallet-stamps i::after {
  content: "";
  width: 48%;
  height: 48%;
  border-radius: 3px;
  background: #e60012;
}

.wallet-meta {
  display: flex;
  gap: 26px;
  padding: 13px 18px 5px;
}

.wallet-meta span {
  display: block;
  color: #979797;
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wallet-meta b {
  display: block;
  margin-top: 3px;
  font-size: 0.9rem;
  font-weight: 550;
}

.wallet-barcode {
  height: 38px;
  margin: 11px 18px 16px;
  background: repeating-linear-gradient(90deg, #111 0 2px, #fff 2px 4px, #111 4px 7px, #fff 7px 9px, #111 9px 10px, #fff 10px 14px);
}

.signal-card {
  left: 2%;
  top: 12%;
  min-width: 210px;
  padding: 16px 17px;
  border-radius: 18px;
  --rotate: -3deg;
}

.signal-card .status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4ade80;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.signal-card .status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.signal-card strong {
  display: block;
  margin-top: 11px;
  font-size: 1.15rem;
  letter-spacing: -0.035em;
}

.signal-card small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.65rem;
}

.chat-card {
  right: 0;
  bottom: 12%;
  width: min(315px, 38vw);
  padding: 18px;
  border-radius: 22px;
  --rotate: 3deg;
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  font-size: 0.86rem;
}

.chat-head b,
.chat-head span {
  display: block;
}

.chat-head b {
  font-size: 0.78rem;
}

.chat-head span {
  margin-top: 2px;
  color: #4ade80;
  font-size: 0.56rem;
}

.bubble {
  width: 84%;
  margin-top: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
  line-height: 1.42;
}

.bubble.out {
  margin-left: auto;
  border-color: rgba(37, 211, 102, 0.27);
  background: rgba(37, 211, 102, 0.15);
}

.call-card {
  right: 0;
  bottom: 10%;
  width: min(280px, 34vw);
  padding: 22px;
  border-radius: 22px;
  text-align: center;
  --rotate: 3deg;
}

.call-avatar {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2979ff, #7b2fbe);
  box-shadow: 0 0 0 12px rgba(41, 121, 255, 0.08);
}

.call-card b,
.call-card span {
  display: block;
}

.call-card b {
  font-size: 0.88rem;
}

.call-card span {
  margin-top: 4px;
  color: #4ade80;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 35px;
  margin-top: 12px;
}

.wave i {
  width: 3px;
  height: var(--h, 35%);
  border-radius: 4px;
  background: linear-gradient(#00c2ff, #7b2fbe);
  animation: wave 900ms ease-in-out infinite alternate;
  animation-delay: var(--delay, 0ms);
}

@keyframes wave {
  to {
    height: calc(var(--h, 35%) * 1.8);
  }
}

.browser-sale {
  right: 0;
  bottom: 8%;
  min-width: 228px;
  padding: 16px 18px;
  border-radius: 18px;
  --rotate: 2deg;
}

.browser-sale span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.browser-sale strong {
  display: block;
  margin-top: 8px;
  font-size: 1.08rem;
}

.browser-sale b {
  color: #4ade80;
  font-weight: 600;
}

.automation-card {
  left: 1%;
  bottom: 5%;
  width: min(330px, 38vw);
  padding: 12px;
  border-radius: 20px;
  --rotate: -2deg;
}

.auto-row {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  color: var(--muted);
  font-size: 0.62rem;
}

.auto-row + .auto-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.auto-row i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--row-color);
  box-shadow: 0 0 10px var(--row-color);
}

.auto-row b {
  color: #fff;
}

.auto-row em {
  color: #4ade80;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 700;
}

.review-card {
  right: 0;
  bottom: 7%;
  width: min(340px, 38vw);
  padding: 22px;
  border-radius: 22px;
  --rotate: 2deg;
}

.stars {
  color: #f5c842;
  font-size: 1.05rem;
  letter-spacing: 4px;
  text-shadow: 0 0 18px rgba(245, 200, 66, 0.38);
}

.review-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  line-height: 1.5;
}

.review-card small {
  display: block;
  margin-top: 10px;
  color: #4ade80;
  font-size: 0.58rem;
  font-weight: 700;
}

.metrics-card {
  left: 0;
  bottom: 6%;
  display: flex;
  gap: 25px;
  padding: 17px 19px;
  border-radius: 20px;
  --rotate: -2deg;
}

.metric span,
.metric b {
  display: block;
}

.metric b {
  font-size: 1.15rem;
}

.metric b.up {
  color: #4ade80;
}

.metric span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
}

.hardware-card {
  right: 0;
  bottom: 6%;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(310px, 37vw);
  padding: 17px;
  border-radius: 21px;
  --rotate: 2deg;
}

.qr {
  flex: 0 0 78px;
  height: 78px;
  border: 6px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  background-image:
    repeating-linear-gradient(0deg, #0b0c14 0 6px, transparent 6px 12px),
    repeating-linear-gradient(90deg, #0b0c14 0 6px, transparent 6px 12px);
}

.hardware-card b,
.hardware-card span {
  display: block;
}

.hardware-card b {
  font-size: 0.82rem;
}

.hardware-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.4;
}

.packs-card {
  right: -1%;
  bottom: 6%;
  width: min(350px, 39vw);
  padding: 12px;
  border-radius: 22px;
  --rotate: 2deg;
}

.pack-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  padding: 11px 12px;
  border-radius: 14px;
}

.pack-row.is-hot {
  background: rgba(177, 76, 240, 0.15);
  border: 1px solid rgba(177, 76, 240, 0.24);
}

.pack-row b {
  font-size: 0.72rem;
}

.pack-row span {
  color: var(--muted);
  font-size: 0.56rem;
}

.pack-row strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  font-size: 0.83rem;
}

.opening-visual {
  transform-style: preserve-3d;
}

.opening-laptop {
  transform: translate3d(4%, 4%, -40px) rotateY(-7deg) rotateX(2deg);
}

.opening-phone {
  position: absolute;
  right: 5%;
  bottom: 2%;
  z-index: 8;
  width: clamp(170px, 14vw, 226px);
  transform: translateZ(100px) rotate(4deg);
}

.opening-card {
  left: 0;
  top: 7%;
  min-width: 225px;
  padding: 17px 18px;
  border-radius: 20px;
  --rotate: -3deg;
}

.opening-card strong {
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.opening-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-line {
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 180px;
  pointer-events: none;
  opacity: 0.46;
  transform: translateY(-50%);
  mix-blend-mode: screen;
}

.system-line path {
  fill: none;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.system-line .base {
  stroke: rgba(255, 255, 255, 0.08);
}

.system-line .red {
  stroke: #ef3d48;
  stroke-dasharray: 4 40;
  animation: signal 7s linear infinite;
}

.system-line .blue {
  stroke: #2979ff;
  stroke-dasharray: 3 55;
  animation: signal 9s linear infinite reverse;
}

.system-line .yellow {
  stroke: #f5c842;
  stroke-dasharray: 5 68;
  animation: signal 11s linear infinite;
}

@keyframes signal {
  to {
    stroke-dashoffset: -180;
  }
}

.journey-nav {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--footer-h);
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(480px, 2fr) minmax(140px, 0.45fr);
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 64px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(0deg, rgba(3, 3, 5, 0.96), rgba(3, 3, 5, 0.72));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.progress-count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-variant-numeric: tabular-nums;
}

.progress-current {
  font-size: 1rem;
  font-weight: 760;
}

.progress-total {
  color: var(--faint);
  font-size: 0.62rem;
}

.product-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-nav::-webkit-scrollbar {
  display: none;
}

.product-nav button {
  flex: 0 0 auto;
  padding: 9px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  font-size: 0.57rem;
  font-weight: 670;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 250ms ease, background 250ms ease;
}

.product-nav button:hover {
  color: rgba(255, 255, 255, 0.78);
}

.product-nav button[aria-current="true"] {
  color: #fff;
  background: rgba(var(--accent-rgb), 0.14);
}

.scroll-hint {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: var(--faint);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-hint i {
  display: block;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
  box-shadow: 0 0 10px var(--accent);
}

.scroll-hint i::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  transform: translateY(-3px) rotate(45deg);
}

.global-progress {
  position: fixed;
  z-index: 51;
  right: 0;
  bottom: calc(var(--footer-h) - 1px);
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.global-progress::after {
  content: "";
  display: block;
  width: calc(var(--progress, 0) * 100%);
  height: 100%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
  transition: width 100ms linear, background 350ms ease;
}

.noscript {
  position: fixed;
  z-index: 100;
  inset: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #08080b;
  text-align: center;
}

@media (max-width: 1100px) {
  .panel-inner {
    grid-template-columns: minmax(270px, 0.78fr) minmax(440px, 1.22fr);
    gap: 26px;
    padding-right: 38px;
    padding-left: 38px;
  }

  .panel-copy h1,
  .panel-copy h2 {
    font-size: clamp(3rem, 6vw, 5.3rem);
  }

  .device-laptop {
    width: min(54vw, 600px);
  }

  .device-tablet {
    width: min(50vw, 540px);
  }

  .journey-nav {
    grid-template-columns: 80px 1fr 80px;
  }

  .scroll-hint span {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 64px;
    --footer-h: 64px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .chapter-label {
    display: none;
  }

  .sound-state {
    display: none;
  }

  .sound-toggle {
    width: 36px;
    padding: 0;
    justify-content: center;
  }

  .panel {
    min-height: 540px;
  }

  .panel::after {
    min-width: 380px;
    min-height: 380px;
    right: -160px;
    top: 68%;
  }

  .panel-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(270px, 1fr);
    gap: 8px;
    align-content: center;
    padding: calc(var(--header-h) + 18px) 20px calc(var(--footer-h) + 14px);
  }

  .panel-copy {
    z-index: 15;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.55rem;
  }

  .eyebrow::before {
    width: 22px;
  }

  .panel-copy h1,
  .panel-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 13vw, 4.1rem);
    line-height: 0.9;
  }

  .lede {
    max-width: 50ch;
    margin-top: 13px;
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .chips {
    display: none;
  }

  .primary-action {
    margin-top: 15px;
    padding: 10px 14px;
    font-size: 0.58rem;
  }

  .panel-visual {
    align-self: stretch;
    height: 100%;
    min-height: 270px;
  }

  .device-phone {
    width: min(42vw, 200px);
  }

  .device-laptop {
    width: min(84vw, 470px);
  }

  .device-tablet {
    width: min(80vw, 440px);
  }

  .opening-laptop {
    transform: translate3d(-1%, 5%, -40px) rotateY(-5deg);
  }

  .opening-phone {
    right: 4%;
    bottom: -5%;
    width: min(34vw, 160px);
  }

  .float-card {
    transform: translate3d(0, 24px, 70px) rotate(var(--rotate, 0deg)) scale(0.78);
  }

  .panel.is-active .float-card {
    transform: translate3d(0, 0, 70px) rotate(var(--rotate, 0deg)) scale(0.78);
  }

  .opening-card,
  .signal-card {
    left: -8%;
    top: 3%;
  }

  .wallet-pass {
    right: -9%;
    bottom: -2%;
    width: 220px;
  }

  .chat-card,
  .call-card,
  .review-card,
  .hardware-card,
  .packs-card,
  .browser-sale {
    right: -9%;
    bottom: -3%;
    width: 235px;
  }

  .automation-card,
  .metrics-card {
    left: -8%;
    bottom: -5%;
  }

  .journey-nav {
    grid-template-columns: 52px 1fr 28px;
    gap: 8px;
    padding: 0 18px;
  }

  .product-nav {
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .product-nav button {
    padding: 8px;
    font-size: 0.52rem;
  }

  .scroll-hint i {
    width: 24px;
  }

  .system-line {
    top: 67%;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .chapter-label,
  .sound-toggle {
    display: none;
  }

  .panel-inner:has(.phone-stage) {
    grid-template-columns: minmax(350px, 1fr) minmax(270px, .72fr);
    gap: 28px;
  }

  .phone-stage {
    min-height: 0;
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 24px);
  }

  .product-phone,
  .automation-phone {
    height: min(62dvh, 620px);
  }
}

/* V16.1 — final overrides kept last to prevent earlier explorations from winning. */
.solaria-dashboard-ui {
  grid-template-columns: 128px minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
  color: #111827 !important;
  background: #f6f7f9 !important;
}

.solaria-dashboard-ui .dash-sidebar {
  display: flex !important;
  color: #667085 !important;
  background: #fff !important;
}

.solaria-dashboard-ui .dash-workspace {
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  color: #101828 !important;
}

.solaria-dashboard-ui .dash-kpis > span,
.solaria-dashboard-ui .dash-chart,
.solaria-dashboard-ui .dash-ai {
  border-color: #eaecf0 !important;
  color: #101828 !important;
  background: #fff !important;
}

.solaria-dashboard-ui .dash-ai {
  border-color: #d9d6fe !important;
  background: #f4f3ff !important;
}

.app-chat-ui {
  color: #101828 !important;
  background: #f7f8fa !important;
}

.app-chat-ui .phone-status,
.app-chat-ui .app-chat-brand {
  color: #101828 !important;
}

.app-chat-ui .app-kpis span,
.app-chat-ui .phone-bubble,
.app-chat-ui .phone-compose {
  border-color: #e4e7ec !important;
  color: #344054 !important;
  background: #fff !important;
}

.app-chat-ui .phone-bubble.out {
  color: #42307d !important;
  background: #eeecff !important;
}

@media (max-width: 760px) {
  .site-header .sound-toggle {
    width: 31px !important;
    min-width: 31px !important;
    height: 31px !important;
    display: inline-grid !important;
    place-items: center;
    padding: 0 !important;
    border-radius: 50%;
  }

  .site-header .sound-state {
    display: none !important;
  }

  .product-phone,
  .automation-phone {
    height: min(55dvh, 390px) !important;
    max-width: none !important;
  }

  #payback .phone-stage {
    transform: translate(20px, -85px) !important;
  }

  #agentes-ia .phone-stage {
    transform: translate(16px, 0) !important;
  }

  #agentes-voz .phone-stage,
  #automatizacion .phone-stage {
    transform: translate(18px, -42px) !important;
  }

  .payback-phone-ui .phone-notification {
    position: absolute !important;
    top: 39px !important;
    right: 6px !important;
    left: 6px !important;
    margin: 0 !important;
  }

  #payback .push-route {
    display: none !important;
  }

  .voice-phone-ui .voice-actions {
    margin-top: auto !important;
  }

  .voice-phone-ui .voice-actions .hangup {
    width: 46px !important;
    height: 46px !important;
  }

  #solaria-app .solaria-dashboard-ui {
    grid-template-columns: 74px minmax(0, 1fr) !important;
  }
}

/* V16 — canonical product devices: Wallet, WhatsApp, Voice and Solaria App. */
.payback-phone-ui {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 45px 12px 12px;
  overflow: hidden;
  color: #111318;
  background: #f1f2f6;
}

.payback-phone-ui .phone-status {
  position: relative;
  z-index: 40;
  color: #111318;
}

.payback-phone-ui .phone-app-title {
  position: relative;
  z-index: 20;
  margin: 3px 4px 8px;
  color: #14161b;
  font-size: .8rem;
}

.wallet-in-phone {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-rows: auto auto auto minmax(38px, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 20px;
  color: #121317;
  background: #fff;
  box-shadow: 0 14px 32px rgba(29, 31, 39, .14);
  transform: none !important;
}

.wallet-in-phone .wallet-top {
  min-height: 62px;
  padding: 18px 16px 10px;
  background: #fff;
}

.wallet-in-phone .wallet-brand {
  display: grid;
  color: #e51c2a;
  font-size: 1.68rem;
  font-weight: 850;
  letter-spacing: -.06em;
  line-height: .9;
}

.wallet-in-phone .wallet-brand small {
  margin-top: 8px;
  color: #9a9ca3;
  font-size: .34rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.wallet-in-phone .wallet-stamps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  padding: 14px 15px;
  background: #f3f3f3;
}

.wallet-in-phone .wallet-stamps i {
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid #b9bbc0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.wallet-in-phone .wallet-stamps i::before {
  display: none;
}

.wallet-in-phone .wallet-stamps i::after {
  content: "";
  width: 66%;
  height: 66%;
  border: 0;
  border-radius: 0;
  opacity: .2;
  background:
    radial-gradient(circle at 50% 27%, #fff 0 13%, transparent 14%),
    linear-gradient(#fff, #fff) 50% 100% / 20% 24% no-repeat,
    #ef1b24;
  transform: scale(.82);
}

.wallet-in-phone .wallet-stamps i.is-filled {
  border-color: #aeb0b5;
  background: transparent;
  box-shadow: none;
  animation: stamp-land 460ms var(--ease) both;
}

.wallet-in-phone .wallet-stamps i.is-filled::after {
  border: 0;
  color: transparent;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 27%, #fff 0 13%, transparent 14%),
    linear-gradient(#fff, #fff) 50% 100% / 20% 24% no-repeat,
    #ef1b24;
  transform: scale(1);
}

.wallet-in-phone .wallet-meta {
  grid-template-columns: 1fr 1.25fr;
  gap: 13px;
  padding: 12px 14px 0;
  background: #fff;
}

.wallet-in-phone .wallet-meta span {
  overflow: hidden;
  color: #202126;
  font-size: .37rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wallet-in-phone .wallet-meta b {
  margin-top: 5px;
  color: #141519;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

.wallet-in-phone .wallet-meta b small {
  font-size: .68rem;
  font-weight: 400;
}

.wallet-in-phone .wallet-barcode {
  align-self: end;
  width: auto;
  height: 58px;
  margin: 0 22px 7px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg,
      #111 0 3%, transparent 3% 5%, #111 5% 7%, transparent 7% 9%,
      #111 9% 14%, transparent 14% 16%, #111 16% 18%, transparent 18% 22%,
      #111 22% 26%, transparent 26% 28%, #111 28% 31%, transparent 31% 35%,
      #111 35% 42%, transparent 42% 45%, #111 45% 48%, transparent 48% 52%,
      #111 52% 58%, transparent 58% 61%, #111 61% 64%, transparent 64% 69%,
      #111 69% 73%, transparent 73% 76%, #111 76% 83%, transparent 83% 87%,
      #111 87% 90%, transparent 90% 94%, #111 94% 100%);
  opacity: 1;
}

.wallet-powered {
  padding: 0 10px 13px;
  color: #1d1e22;
  font-size: .44rem;
  text-align: center;
}

.payback-phone-ui .phone-notification {
  position: absolute;
  z-index: 50;
  top: 47px;
  right: 9px;
  left: 9px;
  gap: 8px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 14px;
  color: #16171a;
  background: rgba(249, 249, 251, .94);
  box-shadow: 0 12px 30px rgba(20, 22, 29, .24);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-125%);
}

#payback.is-active .phone-notification {
  animation: notification-arrive 650ms cubic-bezier(.16, 1, .3, 1) 720ms both;
}

.payback-phone-ui .phone-notification i {
  color: #fff;
  background: #ed1b2a;
}

.payback-phone-ui .phone-notification time {
  color: #777982;
}

@keyframes notification-arrive {
  to { opacity: 1; transform: translateY(0); }
}

.push-route {
  top: 13%;
  right: 0;
  bottom: auto;
}

.agent-phone-ui {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 43px 0 0;
  overflow: hidden;
  color: #111b21;
  background:
    radial-gradient(circle at 18% 24%, rgba(18, 140, 126, .07) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 62%, rgba(18, 140, 126, .06) 0 2px, transparent 3px),
    #efeae2;
  background-size: 36px 36px, 42px 42px, auto;
}

.agent-phone-ui .phone-status {
  margin: 0;
  padding: 0 14px 7px;
  color: #fff;
  background: #075e54;
}

.whatsapp-bar {
  min-height: 28px;
  margin: 0;
  padding: 4px 13px 7px;
  color: #fff;
  background: #075e54;
  font-size: .7rem;
}

.mobile-chat-head {
  min-height: 52px;
  margin: 0;
  padding: 7px 10px;
  color: #fff;
  background: #075e54;
}

.mobile-chat-head > div:nth-child(3) b {
  font-size: .64rem;
}

.mobile-chat-head > div:nth-child(3) span {
  color: rgba(255, 255, 255, .72);
  font-size: .4rem;
}

.chat-avatar {
  color: #075e54;
  background: #fff;
}

.wa-tools {
  color: #fff;
}

.wa-encryption {
  align-self: center;
  max-width: 84%;
  margin: 8px 0 5px;
  padding: 5px 8px;
  border-radius: 8px;
  color: #667781;
  background: #fff4c5;
  font-size: .37rem;
  line-height: 1.25;
}

.agent-phone-ui .phone-bubble {
  max-width: 78%;
  margin: 4px 10px;
  padding: 8px 9px;
  border: 0;
  border-radius: 9px;
  color: #111b21;
  background: #fff;
  box-shadow: 0 1px 1px rgba(11, 20, 26, .14);
  font-size: .55rem;
  line-height: 1.35;
}

.agent-phone-ui .phone-bubble.out {
  align-self: flex-end;
  color: #111b21;
  background: #d9fdd3;
}

.agent-phone-ui .phone-bubble.in {
  align-self: flex-start;
}

.agent-phone-ui .crm-confirm {
  align-self: center;
  margin: 5px 9px 0;
  padding: 5px 8px;
  border: 1px solid rgba(18, 140, 126, .22);
  border-radius: 999px;
  color: #087b6b;
  background: rgba(255, 255, 255, .88);
  font-size: .39rem;
}

.agent-phone-ui .phone-compose {
  min-height: 44px;
  margin: auto 7px 8px;
  padding: 7px 8px 7px 12px;
  border: 0;
  border-radius: 999px;
  color: #667781;
  background: #fff;
  box-shadow: 0 1px 3px rgba(11, 20, 26, .12);
}

.agent-phone-ui .phone-compose b {
  color: #fff;
  background: #00a884;
}

.voice-phone-ui {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 45px 18px 17px;
}

.voice-phone-ui .ios-call-label {
  margin-top: 3px;
}

.voice-phone-ui .voice-orbit {
  flex: 0 0 auto;
}

.voice-phone-ui .voice-actions {
  margin-top: auto;
  padding-top: 9px;
}

.voice-actions i {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.voice-actions i b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  font-size: .8rem;
}

.voice-actions .hangup {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #ff453a;
  box-shadow: 0 10px 25px rgba(255, 69, 58, .32);
}

.voice-actions .hangup svg {
  width: 25px;
  fill: currentColor;
  transform: rotate(180deg);
}

.solaria-dashboard-ui {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 0;
  padding: 0;
  color: #111827;
  background: #f6f7f9;
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 17px 11px;
  border-right: 1px solid #e5e7eb;
  color: #667085;
  background: #fff;
}

.dash-sidebar b {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: #101828;
  font-size: .72rem;
}

.dash-sidebar .ai-presence {
  width: 20px;
  height: 20px;
}

.dash-sidebar span {
  padding: 7px 8px;
  border-radius: 7px;
  font-size: .47rem;
}

.dash-sidebar span.is-current {
  color: #111827;
  background: #f2f4f7;
  font-weight: 750;
}

.dash-workspace {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 16px;
}

.dash-top {
  color: #101828;
}

.dash-top b {
  display: grid;
  gap: 2px;
}

.dash-top b small {
  color: #98a2b3;
  font-size: .42rem;
  font-weight: 500;
}

.dash-top > span {
  border-color: #e4e7ec;
  color: #667085;
  background: #fff;
}

.dash-kpis {
  gap: 8px;
}

.dash-kpis > span,
.dash-chart,
.dash-ai {
  border: 1px solid #eaecf0;
  color: #101828;
  background: #fff;
  box-shadow: 0 5px 14px rgba(16, 24, 40, .035);
}

.dash-kpis small,
.dash-chart small,
.dash-ai small {
  color: #98a2b3;
}

.dash-kpis em {
  color: #039855;
}

.dash-chart path {
  stroke: #7f56d9;
}

.dash-chart .dash-fill {
  fill: rgba(127, 86, 217, .08);
}

.dash-ai {
  border-color: #d9d6fe;
  background: #f4f3ff;
}

.dash-ai button {
  border-color: #d9d6fe;
  color: #6941c6;
  background: #fff;
}

.app-chat-ui {
  color: #101828;
  background: #f7f8fa;
}

.app-chat-ui .phone-status,
.app-chat-ui .app-chat-brand {
  color: #101828;
}

.app-chat-ui .app-kpis span,
.app-chat-ui .phone-bubble {
  border-color: #e4e7ec;
  color: #344054;
  background: #fff;
}

.app-chat-ui .phone-bubble.out {
  color: #42307d;
  background: #eeecff;
}

.app-chat-ui .phone-compose {
  color: #667085;
  background: #fff;
}

@media (min-width: 901px) {
  .product-phone,
  .automation-phone {
    height: clamp(610px, calc(100dvh - var(--header-h) - var(--footer-h) - 20px), 760px);
  }
}

@media (max-width: 760px) {
  .site-header .sound-toggle {
    width: 31px;
    min-width: 31px;
    height: 31px;
    display: inline-grid !important;
    place-items: center;
    padding: 0;
    border-radius: 50%;
  }

  .site-header .sound-state {
    display: none;
  }

  .site-header .sound-icon {
    width: 13px;
    height: 13px;
  }

  .header-tools {
    gap: 5px;
  }

  a.header-login,
  .header-register {
    min-height: 31px;
    font-size: .45rem;
  }

  .panel:not(#sistema) .panel-copy h2 {
    max-width: 420px;
    font-size: clamp(2rem, 9.2vw, 2.65rem);
    line-height: .93;
  }

  .panel:not(#sistema) .panel-copy .lede {
    max-height: 2.85em;
    overflow: hidden;
    font-size: .67rem;
    line-height: 1.42;
  }

  .panel:not(#sistema) .learn-more {
    min-height: 31px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
  }

  .panel-visual.phone-stage {
    justify-content: center;
    transform: translate(22px, -44px);
  }

  .product-phone,
  .automation-phone {
    width: auto;
    height: min(58dvh, 438px);
    max-width: none;
    transform: perspective(900px) rotateY(-2deg) rotateZ(.2deg);
  }

  .payback-phone-ui {
    padding: 39px 8px 8px;
  }

  .payback-phone-ui .phone-app-title {
    margin: 0 3px 4px;
    font-size: .64rem;
  }

  .wallet-in-phone {
    border-radius: 14px;
  }

  .wallet-in-phone .wallet-top {
    min-height: 39px;
    padding: 10px 10px 6px;
  }

  .wallet-in-phone .wallet-brand {
    font-size: 1.05rem;
  }

  .wallet-in-phone .wallet-brand small {
    margin-top: 4px;
    font-size: .25rem;
  }

  .wallet-in-phone .wallet-stamps {
    gap: 5px 7px;
    padding: 7px 9px;
  }

  .wallet-in-phone .wallet-meta {
    gap: 7px;
    padding: 7px 8px 0;
  }

  .wallet-in-phone .wallet-meta span {
    font-size: .27rem;
  }

  .wallet-in-phone .wallet-meta b {
    margin-top: 3px;
    font-size: .72rem;
  }

  .wallet-in-phone .wallet-meta b small {
    font-size: .45rem;
  }

  .wallet-in-phone .wallet-barcode {
    height: 35px;
    margin: 0 14px 4px;
  }

  .wallet-powered {
    padding-bottom: 7px;
    font-size: .3rem;
  }

  .payback-phone-ui .phone-notification {
    top: 39px;
    right: 6px;
    left: 6px;
    padding: 6px;
    border-radius: 10px;
    font-size: .34rem;
  }

  .push-route {
    display: none;
  }

  .agent-phone-ui {
    padding-top: 39px;
  }

  .agent-phone-ui .phone-status {
    padding-bottom: 4px;
  }

  .whatsapp-bar {
    min-height: 22px;
    padding: 2px 10px 5px;
    font-size: .55rem;
  }

  .mobile-chat-head {
    min-height: 42px;
    padding: 5px 7px;
  }

  .agent-phone-ui .phone-bubble {
    margin: 3px 7px;
    padding: 6px 7px;
    font-size: .44rem;
  }

  .agent-phone-ui .phone-compose {
    min-height: 33px;
    margin: auto 5px 6px;
    font-size: .4rem;
  }

  .voice-phone-ui {
    padding: 39px 12px 10px;
  }

  .voice-actions i b {
    width: 34px;
    height: 34px;
  }

  .voice-actions .hangup {
    width: 46px;
    height: 46px;
  }

  .voice-actions .hangup svg {
    width: 21px;
  }

  #solaria-app .app-stage {
    transform: translateY(-30px);
  }

  #solaria-app .app-laptop {
    width: min(94vw, 560px);
  }

  #solaria-app .app-phone {
    width: min(38vw, 180px);
    right: 1%;
  }

  .solaria-dashboard-ui {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .dash-sidebar {
    gap: 2px;
    padding: 9px 6px;
  }

  .dash-sidebar b {
    margin-bottom: 5px;
    font-size: .4rem;
  }

  .dash-sidebar span {
    padding: 4px;
    font-size: .3rem;
  }

  .dash-workspace {
    gap: 5px;
    padding: 8px;
  }

  .dash-kpis > span {
    padding: 6px;
  }
}

@media (max-width: 760px) and (max-height: 740px) {
  .panel:not(#sistema) .panel-copy h2 {
    font-size: clamp(1.85rem, 8.6vw, 2.35rem);
  }

  .panel:not(#sistema) .panel-copy .lede {
    max-height: 2.7em;
    font-size: .62rem;
  }

  .panel-visual.phone-stage {
    transform: translate(24px, -56px);
  }

  .product-phone,
  .automation-phone {
    height: min(57dvh, 405px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #payback.is-active .phone-notification {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* V11 — final responsive corrections after canonical device geometry. */
@media (max-width: 760px) {
  .agent-phone-ui {
    width: 114%;
    height: 114%;
    transform: scale(.877);
    transform-origin: 0 0;
  }

  .push-route {
    top: 25%;
    right: auto;
    left: 43%;
    transform: scale(.58);
    transform-origin: left center;
  }

  .push-route > i {
    width: 28px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  #solaria-app .app-stage {
    width: 590px;
    justify-self: start;
    transform: translateX(-2%) scale(.62);
    transform-origin: left center;
  }

  #solaria-app .app-laptop {
    width: 560px;
  }

  #solaria-app .app-phone {
    right: 0;
    width: 185px;
  }
}

/* V9 — progressive loading, feedback and contextual help. */
.page-skeleton {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  grid-template-rows: var(--header-h, 76px) 1fr var(--footer-h, 72px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 38%, rgba(41, 121, 255, .13), transparent 32%),
    radial-gradient(circle at 26% 66%, rgba(245, 200, 66, .08), transparent 38%),
    #030305;
  opacity: 1;
  visibility: visible;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.is-booted .page-skeleton {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.skeleton-header {
  display: grid;
  grid-template-columns: 140px minmax(120px, 260px) 240px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.skeleton-header span,
.skeleton-line,
.skeleton-pills,
.skeleton-device,
.skeleton-footer,
.skeleton-store-grid i {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .035);
  background: rgba(255, 255, 255, .065);
}

.skeleton-header span::after,
.skeleton-line::after,
.skeleton-pills::after,
.skeleton-device::after,
.skeleton-store-grid i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 22%, rgba(255, 255, 255, .12) 46%, transparent 70%);
  transform: translateX(-110%);
  animation: solaria-skeleton-scan 1.45s ease-in-out infinite;
}

.skeleton-brand { width: 118px; height: 24px; border-radius: 7px; }
.skeleton-nav { justify-self: center; width: min(100%, 230px); height: 11px; border-radius: 999px; }
.skeleton-actions { justify-self: end; width: 210px; height: 34px; border-radius: 999px; }

.skeleton-stage {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(340px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 130px);
  width: min(1320px, calc(100% - 9vw));
  margin: 0 auto;
}

.skeleton-copy { display: grid; gap: 15px; }
.skeleton-line { height: 16px; border-radius: 5px; }
.skeleton-kicker { width: 28%; height: 9px; }
.skeleton-title { width: 92%; height: clamp(42px, 5vw, 72px); border-radius: 12px; }
.skeleton-title.is-short { width: 68%; }
.skeleton-body { width: 88%; height: 14px; margin-top: 12px; }
.skeleton-body.is-short { width: 64%; margin-top: 0; }
.skeleton-pills { width: 62%; height: 34px; margin-top: 12px; border-radius: 999px; }

.skeleton-device {
  justify-self: center;
  width: min(30vw, 360px);
  aspect-ratio: 9 / 19.5;
  border-radius: 52px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .45), inset 0 0 0 7px rgba(255, 255, 255, .025);
  transform: rotate(1.4deg);
}

.skeleton-footer {
  border-width: 1px 0 0;
  background: rgba(255, 255, 255, .025);
}

.store-skeleton {
  grid-template-rows: var(--header-h, 76px) auto 1fr;
}

.skeleton-store-hero {
  display: grid;
  gap: 17px;
  width: min(1180px, calc(100% - 9vw));
  padding: 82px 0 48px;
  margin: 0 auto;
}

.skeleton-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: min(1180px, calc(100% - 9vw));
  margin: 0 auto;
}

.skeleton-store-grid i {
  min-height: 320px;
  border-radius: 28px;
}

[data-media-shell].is-media-loading img {
  opacity: .18 !important;
  filter: saturate(.2);
  background:
    linear-gradient(105deg, transparent 24%, rgba(255, 255, 255, .13) 46%, transparent 68%),
    rgba(255, 255, 255, .06);
  background-size: 220% 100%, auto;
  animation: solaria-media-scan 1.55s ease-in-out infinite;
}

[data-media-shell] img {
  transition: opacity 420ms ease, filter 420ms ease, transform 700ms var(--ease);
}

[data-media-shell].is-media-error img {
  opacity: .22;
  filter: grayscale(1);
}

.ui-tooltip {
  position: fixed;
  z-index: 11000;
  width: max-content;
  max-width: min(260px, calc(100vw - 24px));
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  color: rgba(255, 255, 255, .92);
  background: rgba(8, 8, 11, .94);
  box-shadow: 0 12px 38px rgba(0, 0, 0, .42);
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.35;
  pointer-events: none;
  backdrop-filter: blur(16px);
  animation: solaria-tooltip-in 140ms ease-out both;
}

.ui-tooltip[hidden] { display: none; }

.sr-status {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.approval-card.is-approved {
  border-color: rgba(34, 197, 94, .5);
  background: rgba(34, 197, 94, .11);
}

.approval-card.is-approved > span { color: #86efac; }

.approval-card button:disabled {
  color: #031008;
  background: #86efac;
  cursor: default;
  opacity: 1;
}

.approval-card button.is-pending,
.is-optimistic {
  opacity: .72;
  cursor: progress;
}

@keyframes solaria-skeleton-scan {
  55%, 100% { transform: translateX(110%); }
}

@keyframes solaria-media-scan {
  from { background-position: 150% 0, 0 0; }
  to { background-position: -120% 0, 0 0; }
}

@keyframes solaria-tooltip-in {
  from { opacity: 0; transform: translateY(3px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 760px) {
  .skeleton-header {
    grid-template-columns: 100px 1fr;
    padding: 0 18px;
  }

  .skeleton-nav { display: none !important; }
  .skeleton-actions { width: 128px; }

  .skeleton-stage {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 28px;
    width: calc(100% - 36px);
    padding: 18px 0;
  }

  .skeleton-copy { gap: 10px; }
  .skeleton-kicker { width: 38%; }
  .skeleton-title { height: 36px; }
  .skeleton-device { width: min(51vw, 230px); border-radius: 38px; }
  .skeleton-store-hero,
  .skeleton-store-grid { width: calc(100% - 36px); }
  .skeleton-store-hero { padding: 56px 0 34px; }
  .skeleton-store-grid { grid-template-columns: 1fr; }
  .skeleton-store-grid i { min-height: 270px; }
  .skeleton-store-grid i:nth-child(n + 3) { display: none; }
  .ui-tooltip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .page-skeleton,
  [data-media-shell] img {
    transition: none;
  }

  .skeleton-header span::after,
  .skeleton-line::after,
  .skeleton-pills::after,
  .skeleton-device::after,
  .skeleton-store-grid i::after,
  [data-media-shell].is-media-loading img,
  .ui-tooltip {
    animation: none;
  }
}

/* V10 — product-authentic interfaces and the living Solaria mark. */
.brand-mark {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark i {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 45% 55% 52% 48%;
}

.brand-mark::before {
  inset: 0;
  z-index: -2;
  border: 0;
  background: conic-gradient(from 25deg, #ff3b4e, #2979ff, #06b6d4, #f5c842, #ff3b4e);
  filter: blur(2.5px);
  opacity: .95;
  animation: solaria-mark-turn 9s linear infinite;
}

.brand-mark::after {
  inset: 3px;
  z-index: -1;
  background:
    radial-gradient(circle at 52% 48%, rgba(255,255,255,.12), transparent 42%),
    rgba(5, 5, 8, .62);
  box-shadow: inset 0 0 9px rgba(41,121,255,.22);
  animation: solaria-mark-breathe 4.2s ease-in-out infinite;
}

.brand-mark i:first-of-type {
  inset: 5px;
  transform: rotate(32deg);
}

.brand-mark i:nth-of-type(2) {
  inset: 9px;
  border-color: rgba(245, 200, 66, .7);
  transform: rotate(-24deg);
}

.brand-mark b {
  color: #fff;
  font-size: .48rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, .65);
}

@keyframes solaria-mark-turn {
  to { transform: rotate(360deg); }
}

@keyframes solaria-mark-breathe {
  50% { border-radius: 58% 42% 38% 62%; transform: rotate(16deg) scale(1.08); }
}

.payback-phone-ui {
  color: #17171a;
  background: #f2f2f7;
}

.payback-phone-ui .phone-status {
  color: #111;
}

.payback-phone-ui .phone-app-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #111;
  font-size: .58rem;
  font-weight: 750;
}

.payback-phone-ui .phone-app-title span {
  justify-self: start;
  color: #147efb;
  font-size: 1rem;
}

.payback-phone-ui .phone-app-title b {
  justify-self: end;
  letter-spacing: .05em;
}

.wallet-in-phone {
  height: calc(100% - 53px);
  display: grid;
  grid-template-rows: 58px 116px 70px minmax(55px, 1fr) 45px 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 15px;
  color: #17171a;
  background: #fff;
  box-shadow: 0 12px 26px rgba(25, 25, 35, .12);
}

.wallet-in-phone .wallet-top {
  display: flex;
  align-items: center;
  padding: 0 18px;
  background: #fff;
}

.wallet-in-phone .wallet-brand {
  color: #e7192b;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -.055em;
}

.wallet-in-phone .wallet-stamps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px 12px;
  padding: 12px 17px;
  background: #f3f3f3;
}

.wallet-in-phone .wallet-stamps i {
  position: relative;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1.5px solid #aaa;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.wallet-in-phone .wallet-stamps i::before {
  display: none;
}

.wallet-in-phone .wallet-stamps i::after {
  content: "";
  width: 58%;
  height: 58%;
  border: 0;
  border-radius: 0;
  opacity: .24;
  background:
    radial-gradient(circle at 50% 31%, #fff 0 16%, transparent 17%),
    linear-gradient(90deg, transparent 39%, #fff 39% 61%, transparent 61%) center 91% / 100% 18% no-repeat,
    #ed1b2e;
  transform: scale(.9);
}

.wallet-in-phone .wallet-stamps i.is-filled {
  border-color: #aaa;
  background: transparent;
  box-shadow: none;
  animation: stamp-land 460ms var(--ease) both;
}

.wallet-in-phone .wallet-stamps i.is-filled::after {
  border: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 31%, #fff 0 16%, transparent 17%),
    linear-gradient(90deg, transparent 39%, #fff 39% 61%, transparent 61%) center 91% / 100% 18% no-repeat,
    #ed1b2e;
  transform: scale(1);
}

.wallet-in-phone .wallet-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 14px 0;
  border-top: 1px solid #eee;
}

.wallet-in-phone .wallet-meta div {
  min-width: 0;
}

.wallet-in-phone .wallet-meta span {
  display: block;
  overflow: hidden;
  color: #202124;
  font-size: .34rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wallet-in-phone .wallet-meta b {
  display: block;
  margin-top: 6px;
  color: #202124;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

.wallet-in-phone .wallet-meta b small {
  font-size: .74rem;
  font-weight: 400;
}

.wallet-in-phone .wallet-barcode {
  align-self: end;
  width: 72%;
  height: 42px;
  margin: 0 auto;
  border: 0;
  background:
    linear-gradient(90deg, #000 0 8%, transparent 8% 11%, #000 11% 13%, transparent 13% 15%, #000 15% 18%, transparent 18% 20%, #000 20% 25%, transparent 25% 27%, #000 27% 29%, transparent 29% 33%, #000 33% 40%, transparent 40% 42%, #000 42% 45%, transparent 45% 48%, #000 48% 55%, transparent 55% 59%, #000 59% 62%, transparent 62% 65%, #000 65% 71%, transparent 71% 73%, #000 73% 78%, transparent 78% 81%, #000 81% 83%, transparent 83% 87%, #000 87% 94%, transparent 94%);
}

.wallet-powered {
  color: #333;
  font-size: .36rem;
  text-align: center;
}

.payback-phone-ui .phone-notification {
  top: auto;
  right: 11px;
  bottom: 15px;
  left: 11px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  color: #111;
  background: rgba(248, 248, 250, .94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
  backdrop-filter: blur(15px);
}

.payback-phone-ui .phone-notification i {
  display: grid;
  place-items: center;
  color: #fff;
  background: #e7192b;
  font-size: .45rem;
  font-style: normal;
  font-weight: 900;
}

.payback-phone-ui .phone-notification b,
.payback-phone-ui .phone-notification span,
.payback-phone-ui .phone-notification time {
  color: #111;
}

.push-route {
  position: absolute;
  z-index: 7;
  top: 43%;
  right: 2%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}

.push-route > i {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f5c842);
}

.push-route > i::after {
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  border: solid #f5c842;
  border-width: 1px 1px 0 0;
  transform: translateY(-3px) rotate(45deg);
}

.push-route > span {
  display: grid;
  gap: 2px;
  min-width: 126px;
  padding: 10px 12px;
  border: 1px solid rgba(245, 200, 66, .25);
  border-radius: 12px;
  background: rgba(9, 9, 12, .78);
  backdrop-filter: blur(18px);
}

.push-route small { color: #f5c842; font-size: .34rem; letter-spacing: .12em; }
.push-route b { font-size: .62rem; }
.push-route em { color: rgba(255,255,255,.55); font-size: .42rem; font-style: normal; }

.agent-phone-ui {
  color: #17211b;
  background:
    radial-gradient(circle at 15% 20%, rgba(17, 94, 58, .055) 0 2px, transparent 2.5px) 0 0 / 23px 23px,
    #efeae2;
}

.agent-phone-ui .phone-status {
  color: #fff;
  background: #075e54;
}

.whatsapp-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -1px -18px 0;
  padding: 8px 16px 7px;
  color: #fff;
  background: #075e54;
  font-size: .52rem;
}

.mobile-chat-head {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 7px;
  align-items: center;
  margin: 0 -18px 9px;
  padding: 6px 11px 8px;
  color: #fff;
  background: #075e54;
}

.mobile-chat-head .chat-avatar {
  color: #075e54;
  background: #d9fdd3;
}

.mobile-chat-head b,
.mobile-chat-head span {
  color: #fff;
}

.wa-back { font-size: .9rem; }
.wa-tools { font-size: .56rem; letter-spacing: .08em; }
.wa-encryption { margin: 0 auto 10px; color: #66766c; font-size: .34rem; text-align: center; }

.agent-phone-ui .phone-bubble {
  color: #17211b;
  border: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,.07);
}

.agent-phone-ui .phone-bubble.in { background: #fff; }
.agent-phone-ui .phone-bubble.out { background: #d9fdd3; }
.agent-phone-ui .phone-compose { color: #66766c; background: #fff; }

.ios-call-label {
  color: rgba(255,255,255,.48);
  font-size: .42rem;
  text-align: center;
}

.voice-phone-ui {
  color: #fff;
  background:
    radial-gradient(circle at 50% 18%, rgba(41,121,255,.28), transparent 34%),
    linear-gradient(#181a21, #050506);
}

.voice-actions i {
  display: grid;
  justify-items: center;
  gap: 3px;
  color: rgba(255,255,255,.62);
  font-size: .31rem;
  font-style: normal;
}

.voice-actions i b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.14);
  font-size: .62rem;
}

.solaria-dashboard-ui {
  grid-template-columns: 112px 1fr;
  grid-template-rows: 1fr;
  gap: 0;
  padding: 0;
  color: #111827;
  background: #f8fafc;
}

.dash-sidebar {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 18px 10px;
  border-right: 1px solid #eef0f3;
  background: #fff;
}

.dash-sidebar > b {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: .65rem;
}

.dash-sidebar > b .ai-presence {
  width: 18px;
  height: 18px;
}

.dash-sidebar > span {
  padding: 7px 8px;
  border-radius: 6px;
  color: #8a909d;
  font-size: .39rem;
}

.dash-sidebar > span.is-current {
  color: #6d28d9;
  background: #f5f1ff;
  box-shadow: inset 2px 0 #7c3aed;
}

.dash-workspace {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 18px;
  color: #111827;
  background: #f8fafc;
}

.app-laptop .screen-vignette {
  display: none;
}

.dash-top > b {
  display: grid;
  gap: 2px;
  font-size: .72rem;
}

.dash-top > b small {
  color: #9ca3af;
  font-size: .36rem;
  font-weight: 500;
}

.dash-top > span {
  color: #6b7280;
  border-color: #e5e7eb;
  background: #fff;
}

.dash-kpis > span,
.dash-chart,
.dash-ai {
  border-color: #e9ecf1;
  background: #fff;
  box-shadow: 0 3px 12px rgba(16, 24, 40, .035);
}

.dash-kpis small,
.dash-chart small,
.dash-ai small { color: #8b93a1; }
.dash-kpis b,
.dash-ai b { color: #111827; }
.dash-kpis em { color: #059669; }
.dash-chart path { stroke: #7c3aed; }
.dash-chart .dash-fill { fill: rgba(124,58,237,.08); }
.dash-ai { background: #faf8ff; }
.dash-ai button { color: #6d28d9; border-color: #ddd0ff; background: #f0e9ff; }

@media (max-width: 760px) {
  .push-route {
    top: 18%;
    right: -8%;
    transform: scale(.76);
    transform-origin: right center;
  }

  .push-route > i { width: 34px; }

  .wallet-in-phone {
    grid-template-rows: 49px 92px 58px minmax(38px, 1fr) 34px 17px;
  }

  .wallet-in-phone .wallet-top { padding: 0 13px; }
  .wallet-in-phone .wallet-brand { font-size: 1.08rem; }
  .wallet-in-phone .wallet-stamps { gap: 6px 9px; padding: 9px 12px; }
  .wallet-in-phone .wallet-meta { padding: 9px 10px 0; }
  .wallet-in-phone .wallet-meta b { margin-top: 4px; font-size: .9rem; }
  .wallet-in-phone .wallet-meta b small { font-size: .55rem; }
  .wallet-in-phone .wallet-barcode { height: 31px; }
  .whatsapp-bar { margin-right: -15px; margin-left: -15px; }
  .mobile-chat-head { margin-right: -15px; margin-left: -15px; }
  .dash-sidebar { display: none; }
  .solaria-dashboard-ui { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark::before,
  .brand-mark::after {
    animation: none;
  }
}

/* Final conversion-control layer: keep product explanations visibly actionable. */
.panel .panel-copy .learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font: 650 .68rem/1 var(--font-sans);
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.panel .panel-copy .learn-more:hover,
.panel .panel-copy .learn-more:focus-visible {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .14);
}

.panel .panel-copy .learn-more span {
  transition: transform .25s ease;
}

.panel .panel-copy .learn-more:hover span {
  transform: translateX(3px);
}

@media (max-width: 760px) {
  .panel .panel-copy .learn-more {
    min-height: 36px;
    margin-top: 10px;
    padding-inline: 13px;
    font-size: .6rem;
  }
}

/* iPhone 17 reference geometry — 71.5 × 149.6 mm, rendered as a branded mockup. */
.panel-visual.phone-stage .product-phone,
.panel-visual.phone-stage .automation-phone {
  aspect-ratio: 71.5 / 149.6;
  width: auto;
  height: min(72dvh, 690px);
  border-radius: 48px;
}

.panel-visual.phone-stage .product-phone .device-frame,
.panel-visual.phone-stage .automation-phone .device-frame {
  border-radius: 42px;
  padding: 7px;
}

.panel-visual.phone-stage .product-phone .screen,
.panel-visual.phone-stage .automation-phone .screen {
  border-radius: 36px;
}

.panel-visual.phone-stage .product-phone .device-frame::before,
.panel-visual.phone-stage .automation-phone .device-frame::before {
  width: 31%;
  height: 25px;
  border-radius: 999px;
}

@media (max-width: 760px) {
  .panel-visual.phone-stage {
    transform: translateY(-18px);
  }

  .panel-visual.phone-stage .product-phone,
  .panel-visual.phone-stage .automation-phone {
    height: min(49dvh, 390px);
    max-width: 72vw;
    border-radius: 42px;
  }

  .panel-visual.phone-stage .product-phone .device-frame,
  .panel-visual.phone-stage .automation-phone .device-frame {
    border-radius: 37px;
    padding: 6px;
  }

  .panel-visual.phone-stage .product-phone .screen,
  .panel-visual.phone-stage .automation-phone .screen {
    border-radius: 32px;
  }
}

/* V9 — conversion controls and complete commercial information */
.learn-more {
  min-height: 38px;
  margin-top: 18px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
  transition: color 150ms ease-out, background 150ms ease-out, border-color 150ms ease-out, transform 100ms ease-out;
}

.learn-more:hover {
  color: #fff;
  border-color: rgba(var(--accent-rgb),.62);
  background: rgba(var(--accent-rgb),.13);
}

.learn-more:active {
  transform: scale(.97);
}

.learn-more span {
  color: var(--accent);
}

.packs-detail-link {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.packs-comparison-dialog {
  width: min(1120px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  color: #f7f5f0;
  background:
    radial-gradient(circle at 78% 12%, rgba(177,76,240,.18), transparent 30%),
    rgba(7,7,11,.98);
  box-shadow: 0 40px 140px rgba(0,0,0,.82);
}

.packs-comparison-dialog::backdrop {
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(12px);
}

.packs-dialog-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.packs-dialog-head h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.packs-dialog-head h2 em {
  color: #b14cf0;
  font-style: normal;
}

.packs-dialog-head > button {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.07);
  font-size: 1.45rem;
  cursor: pointer;
}

.packs-table-wrap {
  max-height: min(56dvh, 550px);
  overflow: auto;
}

.packs-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.packs-table-wrap thead {
  position: sticky;
  z-index: 3;
  top: 0;
  background: #101015;
}

.packs-table-wrap th,
.packs-table-wrap td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.075);
  text-align: center;
  font-size: .72rem;
}

.packs-table-wrap th:first-child {
  width: 48%;
  text-align: left;
}

.packs-table-wrap tbody th {
  color: rgba(255,255,255,.82);
  font-weight: 600;
}

.packs-table-wrap td {
  color: rgba(255,255,255,.6);
}

.packs-table-wrap td.is-included {
  color: #64e69a;
}

.packs-table-wrap td.is-empty {
  color: rgba(255,255,255,.2);
}

.packs-table-wrap .comparison-group th {
  padding-top: 16px;
  color: #c89aff;
  background: rgba(177,76,240,.08);
  font-size: .58rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.packs-dialog-actions {
  display: flex;
  gap: 12px;
  padding: 18px 30px 24px;
  border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 760px) {
  .learn-more {
    min-height: 34px;
    margin-top: 10px;
    padding: 0 13px;
    font-size: .57rem;
  }

  .store-panel-layout {
    padding-bottom: calc(var(--footer-h) + 18px);
  }

  .store-showcase .store-preview {
    gap: 7px;
  }

  .store-showcase .store-preview-card {
    border-radius: 15px;
  }

  .packs-comparison-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 20px;
  }

  .packs-dialog-head {
    padding: 20px 18px 15px;
  }

  .packs-dialog-head h2 {
    font-size: 2rem;
  }

  .packs-table-wrap {
    max-height: 58dvh;
  }

  .packs-table-wrap table {
    min-width: 0;
    table-layout: fixed;
  }

  .packs-table-wrap th,
  .packs-table-wrap td {
    padding: 9px 5px;
    overflow-wrap: anywhere;
    font-size: .54rem;
    line-height: 1.3;
  }

  .packs-table-wrap th:first-child {
    width: 46%;
    padding-left: 10px;
  }

  .packs-table-wrap thead th:not(:first-child) {
    font-size: .5rem;
  }

  .packs-dialog-actions {
    padding: 13px 18px 17px;
  }
}

.packs-detail-link {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.8);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}

.packs-detail-link span {
  color: #b14cf0;
  transition: transform 150ms ease-out;
}

.packs-detail-link:hover span {
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .packs-panel .packs-detail-link {
    position: absolute;
    z-index: 8;
    top: calc(var(--header-h) + 13px);
    right: 20px;
    max-width: 145px;
    justify-content: flex-end;
    font-size: .47rem;
    line-height: 1.25;
    text-align: right;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  :root {
    --header-h: 62px;
    --footer-h: 62px;
  }

  .panel {
    min-height: 520px;
  }

  .panel-inner {
    padding-top: 80px;
    padding-bottom: 82px;
  }

  .panel-visual {
    height: 68vh;
    min-height: 390px;
  }

  .panel-copy h1,
  .panel-copy h2 {
    font-size: clamp(2.8rem, 5.5vw, 5.1rem);
  }

  .lede {
    margin-top: 18px;
    font-size: 0.9rem;
  }

  .chips {
    margin-top: 18px;
  }
}

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

  .experience {
    scroll-behavior: auto;
  }
}

/* V7 — one canonical device system. These rules intentionally supersede the
   exploratory phone sizes above so every product uses credible hardware. */
.phone-stage {
  min-width: 0;
  height: calc(100dvh - var(--header-h) - var(--footer-h) - 20px);
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: visible;
  transform: translateY(-4px);
}

.product-phone,
.automation-phone {
  position: relative;
  width: auto;
  height: clamp(560px, calc(100dvh - var(--header-h) - var(--footer-h) - 24px), 760px);
  max-width: none;
  max-height: none;
  aspect-ratio: 9 / 19.5;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50px;
  background:
    linear-gradient(135deg, rgba(var(--case-rgb, 41,121,255), .55), rgba(255,255,255,.13) 42%, rgba(var(--case-rgb, 41,121,255), .2)),
    #111319;
  box-shadow:
    0 34px 78px rgba(0, 0, 0, .58),
    0 0 52px rgba(var(--case-rgb, 41,121,255), .14),
    inset 0 0 0 1px rgba(255,255,255,.12);
  transform: perspective(1200px) rotateY(-4deg) rotateZ(.35deg);
}

.product-phone::before,
.automation-phone::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 118px;
  left: -4px;
  width: 3px;
  height: 70px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(#656a75 0 24%, transparent 24% 36%, #656a75 36% 100%);
  box-shadow: 0 91px 0 #656a75;
}

.product-phone::after,
.automation-phone::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 150px;
  right: -4px;
  width: 3px;
  height: 82px;
  border-radius: 0 3px 3px 0;
  background: #656a75;
  opacity: .9;
}

.product-phone .device-frame,
.automation-phone .device-frame {
  height: 100%;
  padding: 5px;
  border-radius: 44px;
  background: linear-gradient(145deg, #30333c, #050608 26%, #171920 72%, #050608);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.13);
}

.product-phone .screen,
.automation-phone .screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 39px;
  background-color: #07080c;
}

.product-phone .device-frame::before,
.automation-phone .device-frame::before {
  z-index: 10;
  top: 12px;
  width: 88px;
  height: 25px;
  border-radius: 18px;
  background: #020203;
  box-shadow: inset 0 -1px rgba(255,255,255,.08), 0 1px 5px rgba(0,0,0,.6);
}

.phone-product-ui {
  height: 100%;
  padding: 48px 18px 18px;
}

.phone-product-ui .phone-status {
  font-size: .62rem;
  letter-spacing: .02em;
}

.mobile-chat-head {
  margin-top: 18px;
  padding-bottom: 13px;
}

.mobile-chat-head b { font-size: .82rem; }
.mobile-chat-head span { font-size: .56rem; }

.phone-bubble {
  max-width: 88%;
  padding: 10px 11px;
  border-radius: 14px;
  font-size: .65rem;
  line-height: 1.38;
}

.voice-phone-ui h3 {
  font-size: 1.25rem;
  line-height: 1.1;
}

.voice-phone-ui > p {
  max-width: 24ch;
  font-size: .65rem;
  line-height: 1.45;
}

.hero-phone {
  width: min(31vw, 390px);
  aspect-ratio: 9 / 19.5;
  transform: translateY(-2%) rotateY(-6deg) rotateZ(.8deg);
}

@media (min-width: 761px) {
  .panel-inner:has(.phone-stage) {
    grid-template-columns: minmax(390px, .84fr) minmax(500px, 1.16fr);
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  .phone-stage {
    min-height: 0;
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 14px);
  }

  .product-phone,
  .automation-phone {
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 18px);
  }
}

@media (max-width: 760px) {
  .phone-stage {
    height: 100%;
    min-height: 0;
    align-items: start;
    padding-top: 4px;
    transform: translateY(-12px);
  }

  .product-phone,
  .automation-phone {
    width: auto;
    height: min(47dvh, 420px);
    max-width: none;
    transform: perspective(900px) rotateY(-2deg) rotateZ(.2deg);
  }

  .phone-product-ui {
    padding: 43px 15px 14px;
  }

  .phone-bubble {
    padding: 8px 9px;
    font-size: .57rem;
  }

  .hero-phone {
    width: min(64vw, 272px);
  }

  #automatizacion .panel-copy h2 {
    font-size: clamp(2.4rem, 10.2vw, 3.05rem);
  }

  #automatizacion .panel-copy .lede {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #automatizacion .phone-stage {
    transform: translateY(-28px);
  }

  .growth-phone-ui {
    width: 139%;
    height: 139%;
    transform: scale(.72);
    transform-origin: 0 0;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .chapter-label,
  .sound-toggle {
    display: none;
  }

  .panel-inner:has(.phone-stage) {
    grid-template-columns: minmax(350px, 1fr) minmax(270px, .72fr);
    gap: 28px;
  }

  .phone-stage {
    min-height: 0;
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 24px);
  }

  .product-phone,
  .automation-phone {
    height: min(62dvh, 620px);
  }
}

@media (max-width: 760px) and (max-height: 740px) {
  .product-phone,
  .automation-phone {
    height: min(49dvh, 350px);
  }

  .hero-phone {
    width: min(53vw, 220px);
  }

  .phone-product-ui {
    padding: 40px 12px 10px;
  }

  .voice-orbit {
    width: 62px;
    height: 62px;
    margin: 3px auto 2px;
  }

  .voice-orbit i { inset: 17px; }
  .voice-orbit b { font-size: .95rem; }
  .voice-phone-ui h3 { margin: 7px 0 2px; font-size: .86rem; }
  .voice-phone-ui > p { font-size: .43rem; }
  .voice-wave { height: 27px; margin: 7px 0 5px; gap: 3px; }
  .voice-transcript { padding: 7px 8px; font-size: .46rem; line-height: 1.32; }
  .voice-transcript small { margin-bottom: 3px; font-size: .31rem; }
  .voice-result { gap: 6px; margin-top: 6px; padding: 6px; }
  .voice-result > span { width: 19px; height: 19px; }
  .voice-result b { font-size: .47rem; }
  .voice-result small { font-size: .36rem; }
  .voice-actions { gap: 5px; font-size: .31rem; }
  .voice-actions .hangup { width: 34px; height: 34px; }
}

/* Living gradient engine
   One fixed WebGL layer carries atmosphere across the horizontal journey.
   The existing CSS aurora remains the no-WebGL and reduced-power fallback. */
.living-gradient {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 900ms ease;
}

.gradient-webgl .living-gradient {
  opacity: 1;
}

.gradient-webgl .living-aurora {
  opacity: 0.2;
}

.gradient-webgl .panel {
  background:
    radial-gradient(circle at 50% 50%, transparent 20%, rgba(3, 3, 5, 0.13) 72%, rgba(3, 3, 5, 0.42) 100%);
}

.gradient-webgl .panel::before {
  opacity: 0.42;
}

.gradient-webgl .panel::after {
  border-color: rgba(var(--accent-rgb), 0.2);
  box-shadow:
    inset 0 0 110px rgba(var(--accent-rgb), 0.075),
    0 0 140px rgba(var(--accent-rgb), 0.08);
}

@media (max-width: 760px) {
  .gradient-webgl .living-aurora {
    opacity: 0.3;
  }

  .gradient-webgl .panel {
    background:
      linear-gradient(180deg, rgba(3, 3, 5, 0.2), rgba(3, 3, 5, 0.52)),
      radial-gradient(circle at 50% 50%, transparent 18%, rgba(3, 3, 5, 0.3) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .living-gradient {
    transition: none;
  }
}

/* Functional evidence around product devices */
.ambient-proof {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  background: rgba(8, 8, 13, 0.68);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none;
  animation: evidence-float 6s var(--ease) infinite alternate;
}

.ambient-proof > span:last-child {
  display: grid;
  gap: 2px;
}

.ambient-proof small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.42rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.ambient-proof b {
  color: #fff;
  font-size: 0.72rem;
}

.ambient-proof em {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.5rem;
  font-style: normal;
}

.proof-avatar,
.proof-check,
.proof-spark {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  color: #070709;
  background: var(--accent);
  font-size: 0.59rem;
  font-weight: 850;
  box-shadow: 0 0 28px rgba(var(--accent-rgb), 0.34);
}

.payback-return {
  left: 5%;
  bottom: 14%;
}

.reward-pulse {
  position: absolute;
  z-index: 7;
  top: 16%;
  right: 7%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: rgba(245, 200, 66, 0.92);
  box-shadow: 0 0 65px rgba(245, 200, 66, 0.32);
  pointer-events: none;
  animation: reward-drift 5.5s var(--ease) infinite alternate;
}

.reward-pulse i {
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(245, 200, 66, 0.45);
  border-radius: inherit;
  animation: reward-ring 2.6s ease-out infinite;
}

.reward-pulse b {
  margin-top: 10px;
  font-size: 1.15rem;
}

.reward-pulse span {
  margin-top: -18px;
  font-size: 0.38rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.channel-orbit {
  position: absolute;
  z-index: 4;
  width: min(58vh, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(177, 76, 240, 0.22);
  border-radius: 50%;
  pointer-events: none;
  animation: channel-orbit-spin 22s linear infinite;
}

.channel-orbit::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px dashed rgba(41, 121, 255, 0.18);
  border-radius: inherit;
}

.channel-node {
  position: absolute;
  display: grid;
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 15, 0.8);
  box-shadow: 0 0 30px rgba(177, 76, 240, 0.25);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  animation: channel-node-upright 22s linear infinite reverse;
}

.channel-wa { top: 1%; left: 48%; }
.channel-ig { right: 4%; bottom: 24%; }
.channel-web { left: 1%; bottom: 28%; border-radius: 999px; }
.chat-proof { right: 1%; bottom: 12%; }

.voice-field {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 88%;
  height: 38%;
  pointer-events: none;
  opacity: 0.5;
}

.voice-field i {
  flex: 1;
  height: 12%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(6, 182, 212, 0.08), rgba(41, 121, 255, 0.72), rgba(177, 76, 240, 0.08));
  box-shadow: 0 0 30px rgba(41, 121, 255, 0.2);
  animation: voice-field-pulse 2.2s ease-in-out infinite alternate;
}

.voice-field i:nth-child(2) { height: 48%; animation-delay: -0.7s; }
.voice-field i:nth-child(3) { height: 82%; animation-delay: -1.2s; }
.voice-field i:nth-child(4) { height: 56%; animation-delay: -0.35s; }
.voice-field i:nth-child(5) { height: 22%; animation-delay: -1.55s; }
.voice-proof { left: 3%; bottom: 13%; }

.automation-streams {
  position: absolute;
  z-index: 4;
  left: 1%;
  top: 22%;
  display: grid;
  gap: 16px;
  pointer-events: none;
}

.automation-streams span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.53rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.automation-streams i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--stream);
  box-shadow: 0 0 22px var(--stream);
}

.automation-streams span::after {
  content: "";
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, var(--stream), transparent);
  transform-origin: left center;
  animation: stream-signal 2.6s ease-in-out infinite;
}

.stream-meta { --stream: #2979ff; }
.stream-payback { --stream: #f5c842; }
.stream-whatsapp { --stream: #22c55e; }
.automation-proof { right: 1%; bottom: 11%; }

@keyframes evidence-float {
  to { transform: translate3d(0, -9px, 0) rotate(-0.7deg); }
}

@keyframes reward-drift {
  to { transform: translate3d(-8px, 10px, 0) rotate(5deg); }
}

@keyframes reward-ring {
  from { transform: scale(0.8); opacity: 0.8; }
  to { transform: scale(1.25); opacity: 0; }
}

@keyframes channel-orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes channel-node-upright {
  to { transform: rotate(360deg); }
}

@keyframes voice-field-pulse {
  to { transform: scaleY(0.36); opacity: 0.35; }
}

@keyframes stream-signal {
  0%, 100% { transform: scaleX(0.28); opacity: 0.35; }
  50% { transform: scaleX(1); opacity: 0.9; }
}

@media (max-width: 760px) {
  .ambient-proof {
    min-width: 152px;
    padding: 9px 10px;
  }

  .ambient-proof small { font-size: 0.34rem; }
  .ambient-proof b { font-size: 0.58rem; }
  .ambient-proof em { font-size: 0.4rem; }
  .proof-avatar, .proof-check, .proof-spark { width: 27px; height: 27px; flex-basis: 27px; }

  .payback-return,
  .voice-proof {
    left: 2%;
    bottom: 6%;
  }

  .chat-proof,
  .automation-proof {
    right: 1%;
    bottom: 5%;
  }

  .reward-pulse {
    top: 22%;
    right: 1%;
    width: 58px;
    height: 58px;
  }

  .reward-pulse b { font-size: 0.85rem; }
  .reward-pulse span { font-size: 0.3rem; }
  .channel-orbit { width: min(88vw, 370px); }
  .channel-node { min-width: 34px; height: 34px; font-size: 0.38rem; }
  .automation-streams { left: 0; top: 18%; gap: 10px; }
  .automation-streams span::after { width: 42px; }
  .voice-field { width: 95%; opacity: 0.35; }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-proof,
  .reward-pulse,
  .reward-pulse i,
  .channel-orbit,
  .channel-node,
  .voice-field i,
  .automation-streams span::after {
    animation: none !important;
  }
}

.catalog-image {
  display: block;
  width: calc(100% + 48px);
  height: clamp(260px, 28vw, 360px);
  margin: -24px -24px 22px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/* ══ SOLARIA V3 — navegación comercial ══ */
.header-login,
.header-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

.header-login {
  padding: 0 5px;
  color: rgba(255, 255, 255, .66);
}

.header-register {
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
}

.header-login:hover,
.header-register:hover {
  color: #fff;
  transform: translateY(-1px);
}

.header-register:hover {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), .14);
}

.action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.action-row .primary-action {
  margin-top: 0;
  text-decoration: none;
}

.secondary-action {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  color: rgba(255, 255, 255, .68);
  background: transparent;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 680;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.secondary-action:hover {
  color: #fff;
}

.phone-stage {
  min-height: 560px;
}

.product-phone {
  width: clamp(250px, 21vw, 315px);
  transform: rotateY(-4deg) rotateX(1deg);
}

.phone-product-ui {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 38px 15px 16px;
  overflow: hidden;
  color: #f7f5f0;
  background:
    radial-gradient(circle at 50% 15%, rgba(var(--accent-rgb), .25), transparent 35%),
    linear-gradient(180deg, #111119, #07070b);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px 11px;
  color: rgba(255, 255, 255, .72);
  font-size: .55rem;
  font-weight: 700;
}

.phone-app-title {
  margin: 3px 2px 13px;
  font-size: 1.3rem;
  font-weight: 760;
  letter-spacing: -.04em;
}

.wallet-in-phone {
  overflow: hidden;
  border-radius: 18px;
  color: #111;
  background: #f4f3f0;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .42);
  transform: rotate(-1.5deg);
}

.wallet-in-phone .wallet-top {
  padding: 16px 16px 9px;
}

.wallet-in-phone .wallet-brand {
  font-size: 1.3rem;
}

.wallet-in-phone .wallet-stamps {
  padding: 11px 15px;
  gap: 7px;
}

.wallet-in-phone .wallet-meta {
  padding: 11px 15px 3px;
}

.wallet-in-phone .wallet-barcode {
  height: 34px;
  margin: 10px 15px 14px;
}

.phone-notification {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: start;
  gap: 9px;
  margin-top: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(15px);
}

.phone-notification i {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  background: #f5c842;
  box-shadow: 0 0 10px #f5c842;
}

.phone-notification b,
.phone-notification span {
  display: block;
}

.phone-notification b {
  font-size: .61rem;
}

.phone-notification span,
.phone-notification time {
  color: rgba(255, 255, 255, .54);
  font-size: .49rem;
  line-height: 1.35;
}

.phone-side-stat {
  left: auto;
  right: 3%;
  top: 16%;
}

.mobile-chat-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 2px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  margin-bottom: 6px;
}

.mobile-chat-head .chat-avatar {
  width: 34px;
  height: 34px;
  font-size: .8rem;
}

.mobile-chat-head b,
.mobile-chat-head span {
  display: block;
}

.mobile-chat-head b {
  font-size: .72rem;
}

.mobile-chat-head span {
  margin-top: 2px;
  color: #4ade80;
  font-size: .48rem;
}

.phone-bubble {
  max-width: 86%;
  margin-top: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  font-size: .62rem;
  line-height: 1.42;
}

.phone-bubble.in {
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  background: rgba(255, 255, 255, .07);
}

.phone-bubble.out {
  align-self: flex-end;
  border-color: rgba(37, 211, 102, .24);
  border-bottom-right-radius: 4px;
  background: rgba(37, 211, 102, .15);
}

.crm-confirm {
  margin-top: 11px;
  padding: 8px 9px;
  border-radius: 10px;
  color: #4ade80;
  background: rgba(74, 222, 128, .08);
  font-size: .51rem;
  text-align: center;
}

.phone-compose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .04);
  font-size: .53rem;
}

.phone-compose b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
}

.voice-phone-ui {
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(41, 121, 255, .32), transparent 38%),
    linear-gradient(180deg, #10111d, #06070d);
}

.voice-phone-ui .phone-status {
  width: 100%;
}

.voice-avatar {
  display: grid;
  width: 76px;
  height: 76px;
  margin-top: 26px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2979ff, #7b2fbe);
  box-shadow: 0 0 0 14px rgba(41, 121, 255, .08), 0 0 40px rgba(41, 121, 255, .25);
  font-size: 1.6rem;
  font-weight: 800;
}

.voice-phone-ui h3 {
  margin: 22px 0 4px;
  font-size: 1rem;
}

.voice-phone-ui > p {
  margin: 0;
  color: #4ade80;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.voice-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 46px;
  margin: 22px 0 12px;
}

.voice-wave i {
  width: 3px;
  height: 35%;
  border-radius: 4px;
  background: linear-gradient(#00c2ff, #7b2fbe);
  animation: phone-wave 900ms ease-in-out infinite alternate;
}

.voice-wave i:nth-child(2n) { animation-delay: 120ms; height: 70%; }
.voice-wave i:nth-child(3n) { animation-delay: 240ms; height: 48%; }
.voice-wave i:nth-child(4n) { animation-delay: 360ms; height: 88%; }

@keyframes phone-wave {
  to { transform: scaleY(.32); }
}

.voice-transcript {
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .05);
  font-size: .59rem;
  line-height: 1.45;
}

.voice-result {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(74, 222, 128, .08);
  text-align: left;
}

.voice-result > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #07150d;
  background: #4ade80;
}

.voice-result b,
.voice-result small {
  display: block;
}

.voice-result b { font-size: .6rem; }
.voice-result small { margin-top: 2px; color: var(--muted); font-size: .48rem; }

.hangup {
  display: grid;
  width: 48px;
  height: 48px;
  margin-top: auto;
  place-items: center;
  border-radius: 50%;
  background: #ef3d48;
  font-size: 1.2rem;
  transform: rotate(45deg);
}

.automation-phone {
  width: clamp(260px, 22vw, 324px);
}

.growth-phone-ui {
  padding-right: 13px;
  padding-left: 13px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 107, 0, .22), transparent 35%),
    linear-gradient(180deg, #15100c, #080708);
}

.growth-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 2px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.growth-head > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6b00, #b14cf0);
}

.growth-head b,
.growth-head small {
  display: block;
}

.growth-head b { font-size: .68rem; }
.growth-head small { margin-top: 2px; color: var(--muted); font-size: .46rem; }

.growth-question {
  align-self: flex-end;
  max-width: 82%;
  margin-top: 12px;
  padding: 9px 11px;
  border-radius: 13px 13px 4px 13px;
  background: #7c3aed;
  font-size: .58rem;
}

.growth-answer {
  margin-top: 10px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px 13px 13px 4px;
  background: rgba(255, 255, 255, .06);
}

.growth-answer span,
.growth-answer b {
  display: block;
}

.growth-answer span {
  color: #f5c842;
  font-size: .44rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.growth-answer b {
  margin-top: 6px;
  font-size: .62rem;
  line-height: 1.35;
}

.growth-answer p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .49rem;
  line-height: 1.4;
}

.channel-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--muted);
  font-size: .48rem;
}

.channel-strip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.meta-dot { background: #2979ff; }
.push-dot { background: #f5c842; }
.wa-dot { background: #25d366; }

.approval-card {
  margin-top: 10px;
  padding: 11px;
  border: 1px solid rgba(177, 76, 240, .3);
  border-radius: 13px;
  background: rgba(177, 76, 240, .1);
}

.approval-card > span,
.approval-card > b,
.approval-card > small {
  display: block;
}

.approval-card > span {
  color: #c999ff;
  font-size: .43rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.approval-card > b { margin-top: 5px; font-size: .61rem; }
.approval-card > small { margin-top: 4px; color: var(--muted); font-size: .47rem; }

.approval-card > div {
  display: flex;
  gap: 6px;
  margin-top: 9px;
}

.approval-card button {
  flex: 1;
  padding: 7px;
  border-radius: 8px;
  color: #fff;
  background: #7c3aed;
  font-size: .49rem;
}

.approval-card button + button {
  color: var(--muted);
  background: rgba(255, 255, 255, .08);
}

.automation-explainer {
  position: absolute;
  z-index: 10;
  right: -2%;
  bottom: 9%;
  width: min(300px, 34vw);
  padding: 17px;
  border-radius: 19px;
  opacity: 0;
  transform: translate3d(0, 25px, 70px) rotate(2deg);
  transition: opacity 700ms ease 200ms, transform 900ms var(--ease) 200ms;
}

.panel.is-active .automation-explainer {
  opacity: 1;
  transform: translate3d(0, 0, 70px) rotate(2deg);
}

.automation-explainer b,
.automation-explainer span {
  display: block;
}

.automation-explainer b { font-size: .73rem; }
.automation-explainer span { margin-top: 7px; color: var(--muted); font-size: .62rem; line-height: 1.5; }

.app-stage {
  justify-content: flex-start;
}

.app-laptop {
  width: min(43vw, 600px);
  transform: translateX(-4%);
}

.app-phone {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 1%;
  width: clamp(185px, 15vw, 235px);
  transform: rotate(3deg) translateZ(70px);
}

.app-chat-ui {
  padding-right: 11px;
  padding-left: 11px;
  background:
    radial-gradient(circle at 50% 18%, rgba(6, 182, 212, .25), transparent 35%),
    linear-gradient(180deg, #0d161a, #07090b);
}

.app-chat-brand {
  padding: 5px 0 10px;
  font-size: .75rem;
  font-weight: 750;
}

.app-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 4px;
}

.app-kpis span {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, .05);
  font-size: .42rem;
}

.app-kpis b {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: .67rem;
}

.app-chat-ui .phone-bubble { font-size: .51rem; }

/* ══ Growth Packs reales ══ */
.packs-layout {
  position: relative;
  z-index: 5;
  width: min(1450px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: calc(var(--header-h) + 24px) clamp(24px, 5vw, 76px) calc(var(--footer-h) + 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.packs-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.packs-heading .eyebrow { margin-bottom: 10px; }

.packs-heading h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.8vw, 5.5rem);
  line-height: .9;
  letter-spacing: -.065em;
}

.packs-heading h2 em {
  color: var(--accent);
  font-style: normal;
}

.packs-heading > p {
  max-width: 32ch;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.real-packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.real-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: clamp(20px, 2.2vw, 31px);
  border: 1px solid var(--line);
  border-radius: 25px;
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(24px) saturate(1.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.real-pack.is-featured {
  border-color: rgba(177, 76, 240, .5);
  background: linear-gradient(160deg, rgba(177, 76, 240, .16), rgba(255, 255, 255, .055));
  box-shadow: 0 20px 70px rgba(123, 47, 190, .18), inset 0 1px rgba(255, 255, 255, .14);
}

.pack-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #d9b7ff;
  background: rgba(177, 76, 240, .18);
  font-size: .47rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.real-pack > p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pack-price {
  margin-top: 13px;
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  font-weight: 780;
  letter-spacing: -.07em;
  line-height: 1;
}

.pack-price small {
  color: var(--muted);
  font-size: .65rem;
  font-weight: 550;
  letter-spacing: 0;
}

.pack-setup {
  margin-top: 7px;
  color: #f5c842;
  font-size: .58rem;
  font-weight: 650;
}

.real-pack h3 {
  margin: 14px 0 0;
  max-width: 27ch;
  font-size: .88rem;
  line-height: 1.35;
}

.real-pack ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 15px 0 18px;
  padding: 0;
  list-style: none;
}

.real-pack li {
  position: relative;
  padding-left: 15px;
  color: var(--muted);
  font-size: .63rem;
  line-height: 1.35;
}

.real-pack li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4ade80;
}

.pack-actions {
  display: flex;
  gap: 7px;
  margin-top: auto;
}

.pack-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .58rem;
  font-weight: 720;
}

.pack-start {
  flex: 1;
  color: #09090c;
  background: #fff;
}

.pack-whatsapp {
  border: 1px solid rgba(37, 211, 102, .32);
  color: #7cf0a6;
  background: rgba(37, 211, 102, .08);
}

/* ══ Growth Packs — comparación visible dentro del recorrido ══ */
.packs-comparison-layout {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: min(1450px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: calc(var(--header-h) + 20px) clamp(24px, 5vw, 76px) calc(var(--footer-h) + 18px);
}

.packs-comparison-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 16px;
}

.packs-comparison-heading .eyebrow {
  margin-bottom: 9px;
}

.packs-comparison-heading h2 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.8rem);
  line-height: .91;
  letter-spacing: -.065em;
}

.packs-comparison-heading h2 em {
  color: #d29cff;
  font-style: normal;
}

.packs-comparison-heading > p {
  max-width: 38ch;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.5;
}

.packs-comparison-frame {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(7,7,11,.66);
  box-shadow:
    0 24px 80px rgba(0,0,0,.3),
    inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(22px) saturate(1.16);
}

.packs-comparison-panel .packs-table-wrap {
  flex: 1;
  min-height: 0;
  max-height: none;
  overscroll-behavior: contain;
  scrollbar-color: rgba(210,156,255,.55) rgba(255,255,255,.04);
  scrollbar-width: thin;
}

.packs-comparison-panel .packs-table-wrap:focus-visible {
  outline: 2px solid #d29cff;
  outline-offset: -3px;
}

.packs-comparison-panel .packs-table-wrap thead {
  background: rgba(14,12,20,.96);
  backdrop-filter: blur(18px);
}

.packs-table-wrap thead th span,
.packs-table-wrap thead th small {
  display: block;
}

.packs-table-wrap thead th small {
  margin-top: 4px;
  color: #d29cff;
  font-size: .58rem;
  font-weight: 650;
  letter-spacing: 0;
}

.packs-comparison-panel .packs-table-wrap .comparison-group th {
  background: rgba(177,76,240,.12);
}

.packs-comparison-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(10,9,14,.9);
}

.packs-comparison-footer > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.packs-comparison-footer .primary-action,
.packs-comparison-footer .secondary-action {
  min-height: 38px;
  margin-top: 0;
  padding: 0 14px;
  font-size: .56rem;
}

.comparison-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  color: rgba(255,255,255,.72);
  background: transparent;
  font: inherit;
  font-size: .58rem;
  font-weight: 700;
  cursor: pointer;
}

.comparison-back span {
  color: #d29cff;
  transition: transform 180ms ease;
}

.comparison-back:hover span {
  transform: translateX(-3px);
}

/* ══ Tienda final ══ */
.store-panel-layout {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(35px, 6vw, 100px);
  width: min(1450px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: calc(var(--header-h) + 25px) clamp(24px, 6vw, 96px) calc(var(--footer-h) + 25px);
}

.store-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  perspective: 1100px;
}

.store-preview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 210px;
  padding: 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 23px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--item) 30%, transparent), transparent 48%),
    rgba(255, 255, 255, .045);
  text-decoration: none;
  backdrop-filter: blur(25px);
  transition: transform 220ms var(--ease), border-color 220ms ease;
}

.store-preview-card:hover {
  border-color: color-mix(in srgb, var(--item) 55%, transparent);
  transform: translateY(-4px);
}

.store-preview-card > span {
  position: absolute;
  top: 18px;
  left: 19px;
  color: var(--item);
  font-size: .65rem;
  font-weight: 800;
}

.store-preview-card::after {
  content: "↗";
  position: absolute;
  top: 16px;
  right: 19px;
  color: rgba(255, 255, 255, .45);
}

.store-preview-card b {
  font-size: 1.2rem;
  letter-spacing: -.03em;
}

.store-preview-card small {
  margin-top: 5px;
  color: var(--muted);
  font-size: .62rem;
}

/* página de tienda */
html.store-document,
html.store-document body {
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #030305;
}

.store-page {
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 194, 255, .11), transparent 28%),
    radial-gradient(circle at 85% 45%, rgba(177, 76, 240, .1), transparent 27%),
    #030305;
}

.store-header {
  background: rgba(3, 3, 5, .76);
  backdrop-filter: blur(20px);
}

.store-main {
  width: min(1450px, 100%);
  margin: 0 auto;
  padding: calc(var(--header-h) + 70px) clamp(20px, 6vw, 90px) 100px;
}

.store-hero {
  max-width: 950px;
}

.store-hero h1,
.store-cta h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: .87;
  letter-spacing: -.075em;
}

.store-hero h1 em,
.store-cta h2 em {
  color: #b14cf0;
  font-style: normal;
}

.store-hero > p:not(.eyebrow) {
  max-width: 55ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.store-back {
  margin-top: 30px;
  text-decoration: none;
}

.store-catalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 100px;
}

.catalog-card {
  min-height: 520px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(25px);
}

.catalog-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--item) 38%, transparent), transparent 43%),
    #08080b;
}

.catalog-visual::before,
.catalog-visual::after {
  content: "";
  position: absolute;
  width: 44%;
  height: 68%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .035));
  box-shadow: 0 28px 60px rgba(0, 0, 0, .4);
  transform: rotate(-8deg);
}

.catalog-visual::after {
  transform: translate(36%, 10%) rotate(8deg);
}

.catalog-visual span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: -.04em;
}

.review-object span { color: #f5c842; letter-spacing: 4px; }
.counter-object { flex-direction: column; gap: 14px; }
.counter-object i { position: relative; z-index: 2; width: 85px; height: 85px; background: repeating-linear-gradient(0deg, #111 0 7px, #fff 7px 13px), repeating-linear-gradient(90deg, transparent 0 7px, #111 7px 13px); border: 7px solid #fff; }
.custom-object { gap: 9px; }
.custom-object span { padding: 10px 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .08); font-size: .7rem; }

.catalog-card > p {
  margin: 22px 0 0;
  color: var(--item);
  font-size: .6rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.catalog-card h2 {
  margin: 8px 0 0;
  font-size: 1.65rem;
  letter-spacing: -.04em;
}

.catalog-card > div:not(.catalog-visual) {
  max-width: 52ch;
  margin-top: 9px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.55;
}

.catalog-price {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 760;
  letter-spacing: -.025em;
}

.catalog-card > a {
  display: inline-flex;
  margin-top: 18px;
  color: #fff;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 700;
}

.store-cta {
  margin-top: 140px;
  padding-top: 80px;
  border-top: 1px solid var(--line);
}

.store-cta .primary-action {
  text-decoration: none;
}

@media (max-width: 980px) {
  .real-packs {
    grid-template-columns: 1fr;
    overflow-y: auto;
    padding-right: 4px;
  }

  .real-pack {
    min-height: 0;
  }

  .packs-heading {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .packs-heading > p {
    display: none;
  }

  .store-panel-layout {
    grid-template-columns: .85fr 1.15fr;
    gap: 28px;
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 760px) {
  .header-register {
    min-height: 32px;
    padding: 0 11px;
    font-size: .54rem;
  }

  .site-header .sound-toggle {
    display: none;
  }

  .action-row {
    margin-top: 15px;
  }

  .secondary-action {
    min-height: 40px;
    padding: 0 10px;
    font-size: .56rem;
  }

  .phone-stage {
    min-height: 275px;
  }

  .product-phone,
  .automation-phone {
    width: min(40vw, 190px);
  }

  .phone-side-stat,
  .automation-explainer {
    display: none;
  }

  .panel:not(#sistema) .panel-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10.4vw, 3.05rem);
    line-height: .91;
  }

  .panel:not(#sistema) .panel-copy .lede {
    margin-top: 10px;
    font-size: .7rem;
    line-height: 1.42;
  }

  .panel:not(#sistema) .panel-inner {
    grid-template-rows: auto minmax(275px, 1fr);
    align-content: start;
    padding-top: calc(var(--header-h) + 15px);
  }

  .panel:not(#sistema) .panel-visual {
    margin-top: 5px;
  }

  .app-laptop {
    width: min(82vw, 470px);
    transform: translate(-4%, 7%);
  }

  .app-phone {
    right: -2%;
    bottom: -8%;
    width: min(34vw, 155px);
  }

  .packs-layout {
    justify-content: flex-start;
    padding: calc(var(--header-h) + 15px) 18px calc(var(--footer-h) + 12px);
  }

  .packs-heading h2 {
    font-size: 2.35rem;
  }

  .packs-heading {
    margin-bottom: 10px;
  }

  .real-packs {
    gap: 7px;
    overflow: visible;
  }

  .real-pack {
    min-height: 0;
    padding: 11px 13px;
    border-radius: 16px;
  }

  .pack-price {
    margin-top: 6px;
    font-size: 1.72rem;
  }

  .pack-setup {
    margin-top: 3px;
  }

  .real-pack h3 {
    margin-top: 5px;
    font-size: .66rem;
  }

  .real-pack ul {
    display: none;
  }

  .pack-actions {
    margin-top: 8px;
  }

  .pack-actions a {
    min-height: 30px;
    padding: 0 10px;
    font-size: .52rem;
  }

  .pack-badge {
    top: 10px;
    right: 10px;
    padding: 4px 6px;
  }

  .packs-comparison-layout {
    padding: calc(var(--header-h) + 13px) 14px calc(var(--footer-h) + 10px);
  }

  .packs-comparison-heading {
    align-items: flex-start;
    margin-bottom: 9px;
  }

  .packs-comparison-heading h2 {
    max-width: 11ch;
    font-size: 2.15rem;
  }

  .packs-comparison-heading > p {
    display: none;
  }

  .packs-comparison-frame {
    border-radius: 17px;
  }

  .packs-comparison-frame::before {
    content: "Desliza ↔ para comparar planes";
    display: block;
    flex: 0 0 auto;
    padding: 7px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.58);
    background: rgba(10,9,14,.9);
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .packs-comparison-panel .packs-table-wrap table {
    width: 720px;
    min-width: 720px;
    table-layout: fixed;
  }

  .packs-comparison-panel .packs-table-wrap th:first-child {
    position: sticky;
    z-index: 2;
    left: 0;
    width: 290px;
    background: rgba(13,12,18,.98);
    box-shadow: 1px 0 rgba(255,255,255,.09);
  }

  .packs-comparison-panel .packs-table-wrap .comparison-group th {
    position: static;
    background: rgba(177,76,240,.16);
  }

  .packs-comparison-footer {
    padding: 8px 9px;
  }

  .packs-comparison-footer > div {
    gap: 5px;
  }

  .packs-comparison-footer .primary-action,
  .packs-comparison-footer .secondary-action,
  .comparison-back {
    min-height: 34px;
    padding: 0 9px;
    font-size: .49rem;
  }

  .packs-comparison-footer .secondary-action {
    display: none;
  }

  .store-panel-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: center;
    gap: 15px;
    padding: calc(var(--header-h) + 20px) 20px calc(var(--footer-h) + 12px);
  }

  .store-preview {
    gap: 8px;
  }

  .store-preview-card {
    min-height: 116px;
    padding: 13px;
    border-radius: 16px;
  }

  .store-preview-card > span,
  .store-preview-card::after {
    top: 10px;
  }

  .store-preview-card > span { left: 12px; }
  .store-preview-card::after { right: 12px; }
  .store-preview-card b { font-size: .82rem; }
  .store-preview-card small { font-size: .5rem; }

  .scroll-hint span {
    display: none;
  }

  .store-main {
    padding-top: calc(var(--header-h) + 45px);
  }

  .store-hero h1,
  .store-cta h2 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .store-catalog {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .catalog-card {
    min-height: 0;
  }

  .catalog-visual {
    height: 230px;
  }
}

/* ══ SOLARIA V4 — encuadre, progresión y profundidad ══ */
.panel-inner {
  min-height: 0;
}

.phone-stage {
  height: 100%;
  min-height: 0;
  overflow: visible;
}

.product-phone {
  width: auto;
  height: min(68dvh, 650px);
  max-width: min(30vw, 330px);
  transform: rotateY(-7deg) rotateX(2deg) rotateZ(-1deg);
}

.panel.is-active .product-phone {
  animation: phone-breathe 5s ease-in-out infinite;
}

@keyframes phone-breathe {
  0%, 100% { transform: rotateY(-7deg) rotateX(2deg) rotateZ(-1deg) translateY(0); }
  50% { transform: rotateY(-3deg) rotateX(0deg) rotateZ(.5deg) translateY(-8px); }
}

.wallet-in-phone {
  transform:
    translateY(calc((1 - var(--payback-progress, 1)) * 34px))
    rotate(calc(-5deg + var(--payback-progress, 1) * 3.5deg));
  transition: transform 120ms linear;
}

.wallet-stamps i {
  transition: background 300ms ease, border-color 300ms ease, transform 450ms var(--ease), box-shadow 300ms ease;
}

.wallet-stamps i.is-filled {
  border-color: rgba(17, 17, 17, .85);
  background: #f5c842;
  box-shadow: 0 5px 15px rgba(245, 200, 66, .28);
  transform: scale(1.08) rotate(-4deg);
}

.wallet-stamps i.is-filled::after {
  opacity: 1;
  transform: rotate(-12deg) scale(1);
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.learn-more span {
  color: var(--accent);
  transition: transform 250ms var(--ease);
}

.learn-more:hover span {
  transform: translateX(7px);
}

.detail-dialog {
  width: min(920px, calc(100vw - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  color: #f7f5f0;
  background: rgba(8,8,12,.96);
  box-shadow: 0 40px 130px rgba(0,0,0,.8);
}

.detail-dialog[open] {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
}

.detail-dialog::backdrop {
  background: rgba(0,0,0,.76);
  backdrop-filter: blur(16px);
}

.detail-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 1.4rem;
  cursor: pointer;
}

.detail-media {
  min-height: 480px;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb),.28), transparent 28%),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255,255,255,.03) 40px),
    #050508;
}

.detail-media span {
  color: var(--muted);
  font-size: .58rem;
  letter-spacing: .2em;
}

.detail-content {
  align-self: center;
  padding: clamp(30px, 5vw, 70px);
}

.detail-content h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.detail-content > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.detail-content ul {
  display: grid;
  gap: 9px;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
}

.detail-content li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--accent);
}

.app-chat-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.app-chat-brand span {
  display: grid;
}

.app-chat-brand small {
  color: var(--muted);
  font-size: .48rem;
  font-weight: 500;
}

.ai-presence {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border-radius: 48% 52% 55% 45%;
  background:
    radial-gradient(circle at 35% 30%, #fff, transparent 16%),
    conic-gradient(from 20deg, #00c2ff, #b14cf0, #f5c842, #00c2ff);
  box-shadow: 0 0 22px rgba(177,76,240,.55);
  animation: ai-morph 4s ease-in-out infinite;
}

/* Canonical Solaria identity: the living core from Solaria App. */
.brand .solaria-global-mark {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .12),
    0 0 24px rgba(177, 76, 240, .5),
    0 0 42px rgba(0, 194, 255, .22);
}

.brand:hover .solaria-global-mark,
.brand:focus-visible .solaria-global-mark {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .2),
    0 0 30px rgba(177, 76, 240, .66),
    0 0 52px rgba(0, 194, 255, .3);
}

.solaria-dashboard-ui {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 24px;
  color: #f7f5f0;
  background:
    radial-gradient(circle at 80% 0%, rgba(6,182,212,.18), transparent 32%),
    linear-gradient(145deg, #11141a, #07080c);
}

.dash-top,
.dash-ai {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-top b {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dash-top .ai-presence,
.dash-ai .ai-presence {
  width: 19px;
  height: 19px;
}

.dash-top > span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .48rem;
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.dash-kpis > span,
.dash-chart,
.dash-ai {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
}

.dash-kpis > span {
  display: grid;
  gap: 3px;
  padding: 10px;
}

.dash-kpis small,
.dash-chart small,
.dash-ai small {
  color: var(--muted);
  font-size: .39rem;
  letter-spacing: .08em;
}

.dash-kpis b {
  font-size: 1.05rem;
}

.dash-kpis em {
  color: #65e9cb;
  font-size: .42rem;
  font-style: normal;
}

.dash-chart {
  min-height: 0;
  padding: 12px;
}

.dash-chart svg {
  width: 100%;
  height: calc(100% - 14px);
  overflow: visible;
}

.dash-chart path {
  fill: none;
  stroke: #45d7ef;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.dash-chart .dash-fill {
  fill: rgba(69,215,239,.09);
  stroke: none;
}

.dash-ai {
  gap: 9px;
  padding: 10px 12px;
}

.dash-ai > span {
  display: grid;
  flex: 1;
  gap: 2px;
}

.dash-ai b {
  font-size: .58rem;
}

.dash-ai button {
  padding: 6px 9px;
  border: 1px solid rgba(69,215,239,.25);
  border-radius: 999px;
  color: #8feeff;
  background: rgba(69,215,239,.08);
  font-size: .42rem;
}

@keyframes ai-morph {
  50% { border-radius: 58% 42% 38% 62%; transform: rotate(18deg) scale(1.08); }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .header-tools {
    gap: 8px;
  }

  a.header-login {
    display: inline-flex !important;
    min-height: 30px;
    padding: 0 3px;
    font-size: .49rem;
  }

  .header-register {
    min-height: 30px;
    padding: 0 9px;
    font-size: .49rem;
  }

  .panel:not(#sistema) .panel-inner {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 5px;
  }

  .panel-visual.phone-stage {
    min-height: 0;
    height: 100%;
  }

  .product-phone,
  .automation-phone {
    width: auto;
    height: min(42dvh, 330px);
    max-width: 52vw;
  }

  .payback-phone-ui {
    padding: 27px 8px 8px;
  }

  .payback-phone-ui .phone-status {
    padding-bottom: 5px;
  }

  .payback-phone-ui .phone-app-title {
    margin: 1px 2px 6px;
    font-size: .95rem;
  }

  .wallet-in-phone {
    border-radius: 12px;
  }

  .wallet-in-phone .wallet-top {
    padding: 8px 9px 5px;
  }

  .wallet-in-phone .wallet-brand {
    font-size: .86rem;
  }

  .wallet-in-phone .wallet-brand small {
    margin-top: 2px;
    font-size: .35rem;
  }

  .wallet-in-phone .wallet-stamps {
    gap: 3px;
    padding: 5px 8px;
  }

  .wallet-in-phone .wallet-stamps i {
    border-width: 1px;
  }

  .wallet-in-phone .wallet-meta {
    gap: 14px;
    padding: 5px 8px 1px;
  }

  .wallet-in-phone .wallet-meta b {
    font-size: .65rem;
  }

  .wallet-in-phone .wallet-barcode {
    height: 17px;
    margin: 4px 8px 7px;
  }

  .payback-phone-ui .phone-notification {
    gap: 5px;
    margin-top: 7px;
    padding: 6px;
    border-radius: 9px;
    font-size: .42rem;
  }

  .learn-more {
    margin-top: 11px;
    font-size: .56rem;
  }

  .detail-dialog[open] {
    display: block;
    overflow-y: auto;
  }

  .detail-media {
    min-height: 155px;
  }

  .detail-content {
    padding: 26px 24px 32px;
  }

  .detail-content h2 {
    font-size: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .panel.is-active .product-phone,
  .ai-presence {
    animation: none;
  }
}

/* ══ Solaria V5 — art direction and fit corrections ══ */
.panel {
  background:
    radial-gradient(circle at 75% 45%, rgba(var(--accent-rgb), .105), transparent 29%),
    radial-gradient(circle at 18% 84%, rgba(255, 255, 255, .025), transparent 24%),
    #030305;
}

.panel-inner {
  grid-template-columns: minmax(390px, .88fr) minmax(500px, 1.12fr);
  gap: clamp(24px, 4vw, 70px);
  padding-top: calc(var(--header-h) + 18px);
  padding-bottom: calc(var(--footer-h) + 18px);
}

.panel-copy {
  max-width: 610px;
}

.panel-visual.phone-stage {
  width: min(100%, 720px);
  justify-self: center;
}

.product-phone,
.automation-phone {
  height: min(73dvh, 700px);
  max-height: calc(100dvh - var(--header-h) - var(--footer-h) - 30px);
  max-width: 360px;
}

.product-phone .device-frame {
  border: 1px solid rgba(255, 255, 255, .22);
  background:
    linear-gradient(145deg, rgba(255,255,255,.27), rgba(255,255,255,.04) 26%, rgba(0,0,0,.76) 65%),
    #11131a;
  box-shadow:
    inset 0 0 0 5px rgba(255,255,255,.025),
    inset 0 -20px 40px rgba(0,0,0,.55),
    0 32px 80px rgba(0,0,0,.66);
}

.product-phone::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12px;
  border: 2px solid rgba(var(--case-rgb), .34);
  border-radius: 53px;
  background:
    linear-gradient(135deg, rgba(var(--case-rgb), .16), rgba(255,255,255,.035) 35%, rgba(var(--case-rgb), .06));
  box-shadow:
    0 0 42px rgba(var(--case-rgb), .18),
    inset 0 0 24px rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
}

.case-yellow { --case-rgb: 245, 200, 66; }
.case-violet { --case-rgb: 177, 76, 240; }
.case-blue { --case-rgb: 41, 121, 255; }
.case-orange { --case-rgb: 255, 107, 0; }

/* hero: generated Solaria object */
.solaria-hero-art {
  position: relative;
  align-self: stretch;
  isolation: isolate;
}

.solaria-hero-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7% -4% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 42%, rgba(245,200,66,.24), transparent 25%),
    radial-gradient(circle at 72% 62%, rgba(41,121,255,.15), transparent 28%),
    radial-gradient(circle at 36% 68%, rgba(255,59,78,.12), transparent 25%);
  filter: blur(40px);
}

.solaria-hero-art > img {
  width: 124%;
  max-width: none;
  height: 100%;
  margin-left: -12%;
  object-fit: cover;
  object-position: 62% center;
  opacity: .88;
  filter: saturate(.9) contrast(1.09);
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 64% 61% at 62% 50%, #000 27%, rgba(0,0,0,.92) 46%, transparent 78%);
}

.hero-signal {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  background: rgba(5,5,8,.55);
  backdrop-filter: blur(18px);
  font-size: .52rem;
  font-weight: 720;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(var(--signal-rgb));
  box-shadow: 0 0 14px rgb(var(--signal-rgb));
}

.hero-signal-red { --signal-rgb: 255, 59, 78; top: 21%; left: 12%; }
.hero-signal-blue { --signal-rgb: 41, 121, 255; top: 48%; right: 2%; }
.hero-signal-yellow { --signal-rgb: 245, 200, 66; bottom: 16%; left: 18%; }

.solaria-hero-art .opening-card {
  top: auto;
  right: auto;
  bottom: 9%;
  left: 4%;
  min-width: 210px;
}

.panel.is-active .hero-signal {
  animation: signal-arrive 800ms var(--ease) both;
}

.panel.is-active .hero-signal-blue { animation-delay: 120ms; }
.panel.is-active .hero-signal-yellow { animation-delay: 240ms; }

@keyframes signal-arrive {
  from { opacity: 0; transform: translateY(8px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Payback: each visit lands like a tactile stamp, then unlocks the reward */
.wallet-in-phone {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 42px rgba(0,0,0,.32);
}

.wallet-stamps {
  gap: 7px;
  padding: 13px 15px;
  background:
    radial-gradient(circle at 80% 20%, rgba(245,200,66,.19), transparent 35%),
    #e7e6e2;
}

.wallet-stamps i {
  position: relative;
  overflow: visible;
  border: 1px dashed #bbb7ad;
  border-radius: 13px 9px 14px 10px;
  background: rgba(255,255,255,.78);
  transform: rotate(calc((var(--stamp-turn, 0) - .5) * 4deg));
}

.wallet-stamps i:nth-child(odd) { --stamp-turn: 0; }
.wallet-stamps i:nth-child(even) { --stamp-turn: 1; }

.wallet-stamps i::before {
  content: attr(data-visit);
  position: absolute;
  top: 4px;
  left: 5px;
  color: #aaa59a;
  font: 700 .33rem/1 Inter, sans-serif;
}

.wallet-stamps i::after {
  content: "✦";
  width: 58%;
  height: 58%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230,0,18,.32);
  border-radius: 8px 6px 9px 6px;
  color: #e60012;
  background: rgba(230,0,18,.06);
  font: 800 .72rem/1 Inter, sans-serif;
  opacity: .14;
  transform: rotate(-10deg) scale(.74);
}

.wallet-stamps i.is-filled {
  border-color: rgba(230,0,18,.4);
  background: #f5c842;
  box-shadow: 0 7px 16px rgba(245,200,66,.3);
  animation: stamp-land 460ms var(--ease) both;
}

.wallet-stamps i.is-filled::after {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
  opacity: 1;
  transform: rotate(-8deg) scale(1);
}

@keyframes stamp-land {
  0% { transform: translateY(-14px) scale(1.32) rotate(8deg); opacity: 0; }
  65% { transform: translateY(2px) scale(.94) rotate(-5deg); opacity: 1; }
  100% { transform: translateY(0) scale(1.04) rotate(-2deg); }
}

.reward-unlocked {
  margin: 0 12px 8px;
  padding: 8px 9px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 7px;
  border-radius: 10px;
  color: #342600;
  background: linear-gradient(135deg, #fff1a8, #f5c842);
  opacity: calc(var(--payback-progress, 0) * 1.3 - .3);
  transform: translateY(calc((1 - var(--payback-progress, 0)) * 8px)) scale(calc(.94 + var(--payback-progress, 0) * .06));
}

.reward-unlocked span { grid-row: 1 / 3; align-self: center; font-size: 1rem; }
.reward-unlocked b { font-size: .48rem; }
.reward-unlocked small { color: rgba(52,38,0,.66); font-size: .37rem; }

/* Voice: intelligence as a live call, not a generic contact screen */
.voice-phone-ui {
  background:
    radial-gradient(circle at 50% 24%, rgba(41,121,255,.32), transparent 30%),
    radial-gradient(circle at 80% 75%, rgba(0,194,255,.12), transparent 28%),
    linear-gradient(180deg, #0a1327, #05070e 70%);
}

.voice-orbit {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 12px auto 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(95,175,255,.32);
  border-radius: 50%;
  box-shadow: inset 0 0 24px rgba(41,121,255,.18), 0 0 35px rgba(41,121,255,.18);
}

.voice-orbit::before,
.voice-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(95,175,255,.2);
  border-radius: 50%;
  inset: -9px;
}

.voice-orbit::after { inset: 12px; border-style: dashed; animation: voice-spin 9s linear infinite; }
.voice-orbit i { position: absolute; inset: 23px; border-radius: 44% 56%; background: conic-gradient(#2979ff,#00c2ff,#b14cf0,#2979ff); filter: blur(6px); }
.voice-orbit b { position: relative; z-index: 2; font-size: 1.25rem; }

@keyframes voice-spin { to { transform: rotate(360deg); } }

.live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #54e7a0;
  box-shadow: 0 0 10px #54e7a0;
}

.voice-transcript {
  text-align: left;
}

.voice-transcript small {
  display: block;
  margin-bottom: 6px;
  color: #7cbcff;
  font-size: .38rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.voice-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.42);
  font-size: .37rem;
  font-style: normal;
  text-align: center;
}

.voice-actions i { font-style: normal; }
.voice-actions .hangup { position: static; margin: 0; }

/* Automation: all important content stays inside the safe viewport */
.automation-phone {
  transform: rotateY(-5deg) rotateZ(1deg) translateX(-5%);
}

.automation-explainer {
  right: 0;
  bottom: 12%;
  width: min(250px, 29vw);
  padding: 14px 15px;
  transform: translate3d(0, 18px, 70px) rotate(1deg);
}

.panel.is-active .automation-explainer {
  transform: translate3d(0, 0, 70px) rotate(1deg);
}

/* Store: generated product still life + concise shoppable overlay */
.store-panel-layout {
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(26px, 4vw, 62px);
}

.store-showcase {
  position: relative;
  height: min(72dvh, 690px);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: rgba(255,255,255,.025);
  box-shadow: 0 35px 90px rgba(0,0,0,.55);
}

.store-showcase > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .78;
  filter: saturate(.9) contrast(1.05);
}

.store-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(3,3,5,.2) 48%, rgba(3,3,5,.96) 100%);
  pointer-events: none;
}

.store-showcase .store-preview {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.store-showcase .store-preview-card {
  min-height: 86px;
  padding: 12px;
  border-radius: 15px;
  background: rgba(8,8,12,.58);
}

.store-showcase .store-preview-card > span,
.store-showcase .store-preview-card::after {
  top: 9px;
}

.store-showcase .store-preview-card > span { left: 11px; }
.store-showcase .store-preview-card::after { right: 11px; }
.store-showcase .store-preview-card b { font-size: .74rem; }
.store-showcase .store-preview-card small { font-size: .43rem; }

@media (max-width: 1100px) {
  .panel-inner {
    grid-template-columns: minmax(340px, .9fr) minmax(420px, 1.1fr);
    gap: 18px;
  }

  .panel-copy h1,
  .panel-copy h2 {
    font-size: clamp(3.7rem, 6.2vw, 5.5rem);
  }

  .product-phone,
  .automation-phone {
    height: min(66dvh, 610px);
  }

  .automation-explainer { right: 1%; width: 210px; }
}

@media (max-width: 760px) {
  .panel-inner {
    grid-template-columns: 1fr;
  }

  .panel:not(#sistema) .panel-inner {
    grid-template-rows: auto minmax(0, 1fr);
    padding-top: calc(var(--header-h) + 10px);
  }

  .panel:not(#sistema) .panel-copy .chips {
    display: none;
  }

  .panel:not(#sistema) .panel-copy h2 {
    font-size: clamp(2.1rem, 9.6vw, 2.8rem);
  }

  .panel:not(#sistema) .panel-copy .lede {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .product-phone,
  .automation-phone {
    height: min(45dvh, 380px);
    max-width: 58vw;
  }

  .product-phone::after {
    inset: -7px;
    border-radius: 42px;
  }

  .solaria-hero-art {
    min-height: 43dvh;
  }

  .solaria-hero-art > img {
    width: 130%;
    height: 115%;
    margin-left: -15%;
    object-position: 68% center;
  }

  .hero-signal { padding: 6px 8px; font-size: .42rem; }
  .hero-signal-red { left: 2%; }
  .hero-signal-blue { right: 0; }
  .hero-signal-yellow { left: 6%; bottom: 9%; }

  .voice-orbit {
    width: 58px;
    height: 58px;
    margin-top: 5px;
  }

  .voice-result { margin-top: 6px; }
  .voice-actions { gap: 5px; }

  .store-panel-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .store-showcase {
    min-height: 0;
    height: 100%;
    border-radius: 20px;
  }

  .store-showcase .store-preview {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .store-showcase .store-preview-card {
    min-height: 60px;
    padding: 8px;
  }

  .store-showcase .store-preview-card b { font-size: .58rem; }
  .store-showcase .store-preview-card small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .panel.is-active .hero-signal,
  .wallet-stamps i.is-filled,
  .voice-orbit::after {
    animation: none;
  }
}

/* ══ Solaria V6 — living atmosphere, integrated devices, reliable fit ══ */
.living-aurora {
  position: fixed;
  z-index: 2;
  inset: -18vmax;
  overflow: hidden;
  pointer-events: none;
  opacity: .82;
  mix-blend-mode: screen;
}

.living-aurora i {
  position: absolute;
  width: 56vmax;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(110px);
  will-change: transform;
}

.aurora-red {
  top: 4%;
  left: 8%;
  background: radial-gradient(circle, rgba(255, 34, 67, .23), rgba(255, 34, 67, 0) 66%);
  animation: aurora-red 24s ease-in-out infinite alternate;
}

.aurora-blue {
  right: 5%;
  bottom: 0;
  background: radial-gradient(circle, rgba(41, 121, 255, .28), rgba(0, 194, 255, 0) 68%);
  animation: aurora-blue 29s ease-in-out infinite alternate;
}

.aurora-yellow {
  top: 30%;
  left: 43%;
  width: 42vmax !important;
  background: radial-gradient(circle, rgba(245, 200, 66, .18), rgba(245, 200, 66, 0) 66%);
  animation: aurora-yellow 21s ease-in-out infinite alternate;
}

@keyframes aurora-red {
  to { transform: translate3d(44vw, 20vh, 0) scale(1.16); }
}

@keyframes aurora-blue {
  to { transform: translate3d(-36vw, -27vh, 0) scale(.88); }
}

@keyframes aurora-yellow {
  to { transform: translate3d(-26vw, 28vh, 0) scale(1.2); }
}

.panel {
  background:
    radial-gradient(circle at 76% 43%, rgba(var(--accent-rgb), .1), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.018), transparent 38%),
    rgba(3, 3, 5, .88);
}

.phone-stage {
  transform: translateY(-12px);
}

.product-phone,
.automation-phone {
  height: min(78dvh, 740px);
  max-height: calc(100dvh - var(--header-h) - var(--footer-h) - 16px);
  max-width: 390px;
}

/* The hero phone is native DOM so it belongs to the scene instead of looking pasted on. */
.solaria-hero-art {
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.hero-phone {
  --case-rgb: 245, 200, 66;
  position: relative;
  z-index: 2;
  width: min(28vw, 350px);
  aspect-ratio: .515;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 58px;
  background:
    linear-gradient(145deg, rgba(255,59,78,.28), rgba(41,121,255,.2) 44%, rgba(245,200,66,.25)),
    rgba(255,255,255,.055);
  box-shadow:
    0 45px 100px rgba(0,0,0,.65),
    0 0 80px rgba(41,121,255,.14),
    inset 0 0 30px rgba(255,255,255,.11);
  backdrop-filter: blur(24px);
  transform: translateY(-1.5%) rotateY(-9deg) rotateZ(1.5deg);
  animation: hero-device-float 7s ease-in-out infinite;
}

.hero-phone-frame {
  width: 100%;
  height: 100%;
  padding: 7px;
  border-radius: 49px;
  background: linear-gradient(145deg, #292c36, #06070a 34%, #151822);
}

.hero-phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 18px 17px;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 34%, rgba(41,121,255,.27), transparent 28%),
    radial-gradient(circle at 70% 61%, rgba(245,200,66,.14), transparent 25%),
    linear-gradient(180deg, #0c101c, #050609);
}

.hero-app-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}

.hero-app-head > span { font-size: .72rem; font-weight: 780; }
.hero-app-head small { display: block; margin-top: 2px; color: rgba(255,255,255,.45); font-size: .38rem; font-weight: 500; }

.hero-living-core {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 28px auto 22px;
  display: grid;
  place-items: center;
}

.hero-living-core::before,
.hero-living-core::after,
.hero-living-core i {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 44% 56% 52% 48%;
}

.hero-living-core::before { background: conic-gradient(from 20deg, rgba(255,59,78,.7), rgba(41,121,255,.7), rgba(245,200,66,.65), rgba(255,59,78,.7)); filter: blur(15px); opacity: .55; }
.hero-living-core::after { inset: 20px; border-style: dashed; animation: hero-core-spin 12s linear infinite; }
.hero-living-core i:nth-child(1) { inset: 8px; transform: rotate(38deg); }
.hero-living-core i:nth-child(2) { inset: 31px; transform: rotate(-27deg); border-color: rgba(245,200,66,.45); }
.hero-living-core i:nth-child(3) { inset: 45px; background: rgba(255,255,255,.08); box-shadow: 0 0 30px rgba(41,121,255,.35); }
.hero-living-core b { position: relative; z-index: 2; font-size: 1.5rem; }

.hero-phone-screen > p {
  margin: 0 0 7px;
  color: #f5c842;
  font-size: .43rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-phone-screen > h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.15;
}

.hero-metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 15px;
}

.hero-metric-row span,
.hero-chat {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 13px;
  background: rgba(255,255,255,.05);
}

.hero-metric-row span { padding: 10px; }
.hero-metric-row small { display: block; color: rgba(255,255,255,.4); font-size: .34rem; letter-spacing: .1em; }
.hero-metric-row b { display: block; margin-top: 3px; font-size: .8rem; }
.hero-chat { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; margin-top: 9px; padding: 9px; font-size: .42rem; }

@keyframes hero-device-float {
  50% { transform: translateY(-4%) rotateY(-4deg) rotateZ(-.4deg); }
}

@keyframes hero-core-spin { to { transform: rotate(360deg); } }

.automation-phone {
  transform: rotateY(-3deg) rotateZ(.5deg);
}

.store-showcase {
  height: min(74dvh, 710px);
  min-height: 460px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.store-showcase::after { display: none; }

.store-showcase .store-preview {
  position: static;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.store-showcase .store-preview-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0 12px 13px;
  align-content: end;
  border-radius: 19px;
  background: rgba(9,9,13,.74);
}

.store-showcase .store-preview-card img {
  position: absolute;
  inset: 0 0 36%;
  width: 100%;
  height: 64%;
  object-fit: cover;
  opacity: .9;
  transition: transform 700ms var(--ease), opacity 400ms ease;
}

.store-showcase .store-preview-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 34% 0 0;
  background: linear-gradient(transparent, rgba(7,7,10,.96) 38%);
}

.store-showcase .store-preview-card > span,
.store-showcase .store-preview-card b,
.store-showcase .store-preview-card small {
  position: relative;
  z-index: 2;
}

.store-showcase .store-preview-card:hover img { transform: scale(1.06); opacity: 1; }
.store-showcase .store-preview-card > span { top: auto; left: auto; margin-bottom: 7px; }
.store-showcase .store-preview-card::after { top: 13px; right: 13px; z-index: 2; }
.store-showcase .store-preview-card b { font-size: .78rem; }
.store-showcase .store-preview-card small { font-size: .45rem; }

@media (max-height: 760px) and (min-width: 761px) {
  .panel-inner { padding-top: calc(var(--header-h) + 10px); padding-bottom: calc(var(--footer-h) + 8px); }
  .panel-copy .eyebrow { margin-bottom: 12px; }
  .panel-copy .lede { margin-top: 14px; }
  .panel-copy .chips { margin-top: 13px; }
  .panel-copy .learn-more { margin-top: 14px; }
  .product-phone,
  .automation-phone { height: calc(100dvh - var(--header-h) - var(--footer-h) - 12px); }
}

@media (max-width: 760px) {
  .living-aurora i { filter: blur(75px); }
  .phone-stage { transform: translateY(-8px); }
  .product-phone,
  .automation-phone { height: min(44dvh, 390px); max-width: 64vw; }
  .hero-phone { width: min(57vw, 245px); border-radius: 43px; padding: 7px; }
  .hero-phone-frame { border-radius: 37px; padding: 5px; }
  .hero-phone-screen { border-radius: 32px; padding: 12px; }
  .hero-living-core { width: 78px; height: 78px; margin: 13px auto 10px; }
  .hero-phone-screen > h3 { font-size: .72rem; }
  .hero-metric-row { margin-top: 8px; }
  .hero-chat { display: none; }
  .solaria-hero-art .opening-card { bottom: 2%; left: -5%; }
  .store-showcase { min-height: 0; height: 100%; }
  .store-showcase .store-preview { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .store-showcase .store-preview-card { min-height: 0; padding: 0 8px 8px; }
  .store-showcase .store-preview-card img { height: 62%; }
  .store-showcase .store-preview-card > span { display: none; }
  .store-showcase .store-preview-card b { font-size: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .living-aurora i,
  .hero-phone,
  .hero-living-core::after {
    animation: none;
  }
}

/* V8 — final canonical device geometry (must remain last in the cascade). */
.phone-stage {
  min-width: 0;
  width: min(100%, 760px);
  height: calc(100dvh - var(--header-h) - var(--footer-h) - 18px);
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: visible;
  transform: translateY(-4px);
}

.product-phone,
.automation-phone {
  width: auto;
  height: clamp(560px, calc(100dvh - var(--header-h) - var(--footer-h) - 22px), 760px);
  max-width: none;
  max-height: none;
  aspect-ratio: 9 / 19.5;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50px;
  background:
    linear-gradient(135deg, rgba(var(--case-rgb, 41,121,255), .48), rgba(255,255,255,.15) 42%, rgba(var(--case-rgb, 41,121,255), .2)),
    #111319;
  box-shadow:
    0 34px 78px rgba(0,0,0,.58),
    0 0 52px rgba(var(--case-rgb, 41,121,255), .14),
    inset 0 0 0 1px rgba(255,255,255,.12);
  transform: perspective(1200px) rotateY(-4deg) rotateZ(.35deg);
}

.product-phone::before,
.automation-phone::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 118px;
  left: -4px;
  width: 3px;
  height: 70px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(#656a75 0 24%, transparent 24% 36%, #656a75 36% 100%);
  box-shadow: 0 91px 0 #656a75;
}

.product-phone::after,
.automation-phone::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: auto;
  top: 150px;
  right: -4px;
  width: 3px;
  height: 82px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: #656a75;
  box-shadow: none;
  backdrop-filter: none;
  opacity: .9;
}

.product-phone .device-frame,
.automation-phone .device-frame {
  height: 100%;
  padding: 5px;
  border: 0;
  border-radius: 44px;
  background: linear-gradient(145deg, #30333c, #050608 26%, #171920 72%, #050608);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.13);
}

.product-phone .screen,
.automation-phone .screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 39px;
}

.product-phone .device-frame::before,
.automation-phone .device-frame::before {
  z-index: 10;
  top: 12px;
  width: 88px;
  height: 25px;
  border-radius: 18px;
  background: #020203;
}

.phone-product-ui {
  padding: 48px 18px 18px;
}

.hero-phone {
  width: min(31vw, 390px);
  aspect-ratio: 9 / 19.5;
  transform: translateY(-2%) rotateY(-6deg) rotateZ(.8deg);
}

@media (min-width: 761px) {
  .panel-inner:has(.phone-stage) {
    grid-template-columns: minmax(390px, .84fr) minmax(500px, 1.16fr);
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  .phone-stage {
    min-height: 0;
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 14px);
  }

  .product-phone,
  .automation-phone {
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 18px);
  }
}

@media (max-width: 760px) {
  .phone-stage {
    width: 100%;
    height: 100%;
    min-height: 0;
    align-items: start;
    padding-top: 2px;
    transform: none;
  }

  .product-phone,
  .automation-phone {
    width: auto;
    height: min(47dvh, 420px);
    max-width: none;
    transform: perspective(900px) rotateY(-2deg) rotateZ(.2deg);
  }

  .phone-product-ui {
    padding: 43px 15px 14px;
  }

  .hero-phone {
    width: min(64vw, 272px);
  }
}

@media (max-width: 760px) and (max-height: 740px) {
  .product-phone,
  .automation-phone {
    height: min(49dvh, 350px);
  }

  .phone-product-ui {
    padding: 40px 12px 10px;
  }

  .voice-orbit {
    width: 62px;
    height: 62px;
    margin: 3px auto 2px;
  }

  .voice-orbit i { inset: 17px; }
  .voice-orbit b { font-size: .95rem; }
  .voice-phone-ui h3 { margin: 7px 0 2px; font-size: .86rem; }
  .voice-phone-ui > p { font-size: .43rem; }
  .voice-wave { height: 27px; margin: 7px 0 5px; gap: 3px; }
  .voice-transcript { padding: 7px 8px; font-size: .46rem; line-height: 1.32; }
  .voice-transcript small { margin-bottom: 3px; font-size: .31rem; }
  .voice-result { gap: 6px; margin-top: 6px; padding: 6px; }
  .voice-result > span { width: 19px; height: 19px; }
  .voice-result b { font-size: .47rem; }
  .voice-result small { font-size: .36rem; }
  .voice-actions { gap: 5px; font-size: .31rem; }
  .voice-actions .hangup { width: 34px; height: 34px; }

  .hero-phone {
    width: min(56vw, 235px);
  }
}

@media (max-width: 760px) {
  .phone-stage {
    transform: translateY(-34px);
  }

  #automatizacion .panel-copy h2 {
    font-size: 2.25rem;
    line-height: .92;
  }

  #payback .panel-copy h2 {
    font-size: 2.25rem;
    line-height: .92;
  }

  #payback .panel-copy .lede,
  #automatizacion .panel-copy .lede {
    display: block;
    max-height: 2.8em;
    overflow: hidden;
  }

  #automatizacion .phone-stage {
    transform: translateY(-28px);
  }

  .growth-phone-ui {
    width: 139%;
    height: 139%;
    transform: scale(.72);
    transform-origin: 0 0;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .chapter-label,
  .sound-toggle {
    display: none;
  }

  .panel-inner:has(.phone-stage) {
    grid-template-columns: minmax(350px, 1fr) minmax(270px, .72fr);
    gap: 28px;
  }

  .phone-stage {
    min-height: 0;
    height: calc(100dvh - var(--header-h) - var(--footer-h) - 24px);
  }

  .product-phone,
  .automation-phone {
    height: min(62dvh, 620px);
  }
}
