#fxLandingRoot,
#fxLandingRoot * {
  box-sizing: border-box;
}

#fxLandingRoot {
  --fx-bg: #f6f9fc;
  --fx-surface: rgba(255, 255, 255, 0.84);
  --fx-surface-strong: #ffffff;
  --fx-surface-soft: rgba(239, 246, 255, 0.74);
  --fx-line: rgba(148, 163, 184, 0.34);
  --fx-line-strong: rgba(100, 116, 139, 0.34);
  --fx-text: #0f172a;
  --fx-muted: #64748b;
  --fx-muted-strong: #475569;
  --fx-primary: #b5103f;
  --fx-primary-dark: #8f0d34;
  --fx-blue: #1d4ed8;
  --fx-cyan: #06b6d4;
  --fx-green: #10b981;
  --fx-amber: #f59e0b;
  --fx-radius: 28px;
  --fx-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  padding-top: 84px;
  overflow-x: hidden;
  color: var(--fx-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(6, 182, 212, 0.13), transparent 31rem),
    radial-gradient(circle at 92% 12%, rgba(181, 16, 63, 0.12), transparent 34rem),
    linear-gradient(135deg, rgba(15, 23, 42, 0.035) 25%, transparent 25%) 0 0 / 32px 32px,
    linear-gradient(135deg, transparent 75%, rgba(16, 185, 129, 0.06) 75%) 0 0 / 32px 32px,
    var(--fx-bg);
  font-family: var(--fx-font-ui, "FacturaX Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body:has(#fxLandingRoot) {
  margin: 0;
  overflow-x: hidden;
  background: #f6f9fc;
}

body:has(#fxLandingRoot[data-fx-theme="dark"]) {
  background: #080c13;
}

#fxLandingRoot[data-fx-theme="dark"] {
  --fx-bg: #080c13;
  --fx-surface: rgba(15, 23, 42, 0.76);
  --fx-surface-strong: #0f172a;
  --fx-surface-soft: rgba(15, 23, 42, 0.58);
  --fx-line: rgba(148, 163, 184, 0.18);
  --fx-line-strong: rgba(148, 163, 184, 0.26);
  --fx-text: #f8fafc;
  --fx-muted: #9aa8bd;
  --fx-muted-strong: #cbd5e1;
  --fx-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  background:
    radial-gradient(circle at 10% 8%, rgba(6, 182, 212, 0.13), transparent 34rem),
    radial-gradient(circle at 90% 14%, rgba(181, 16, 63, 0.18), transparent 36rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%) 0 0 / 34px 34px,
    #080c13;
}

#fxLandingRoot a {
  color: inherit;
  text-decoration: none;
}

#fxLandingRoot img {
  max-width: 100%;
}

#fxLandingRoot main,
#fxLandingRoot section {
  max-width: 100%;
}

.fxlp-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.fxlp-kicker,
.fxlp-eyebrow {
  color: var(--fx-primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-kicker,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-eyebrow {
  color: #fb7185;
}

/* Shared marketing navbar */
#fxLandingHeader {
  background:
    radial-gradient(circle at 8% 0%, rgba(6, 182, 212, 0.16), transparent 24rem),
    radial-gradient(circle at 94% 0%, rgba(181, 16, 63, 0.1), transparent 26rem),
    linear-gradient(135deg, rgba(15, 23, 42, 0.034) 25%, transparent 25%) 0 0 / 32px 32px,
    rgba(246, 249, 252, 0.82) !important;
  border-color: rgba(148, 163, 184, 0.18) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055) !important;
  backdrop-filter: blur(18px);
}

#fxLandingRoot[data-fx-theme="dark"] #fxLandingHeader {
  background:
    radial-gradient(circle at 8% 0%, rgba(6, 182, 212, 0.11), transparent 24rem),
    radial-gradient(circle at 94% 0%, rgba(244, 63, 94, 0.09), transparent 26rem),
    linear-gradient(135deg, rgba(148, 163, 184, 0.035) 25%, transparent 25%) 0 0 / 32px 32px,
    rgba(8, 12, 19, 0.84) !important;
  border-color: rgba(148, 163, 184, 0.12) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
}

#fxLandingHeader .fx-brand-pill {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

#fxLandingRoot[data-fx-theme="dark"] #fxLandingHeader .fx-brand-pill {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#fxLandingHeader .fx-brand-logo {
  width: auto;
  height: clamp(54px, 4vw, 68px);
  max-width: min(100%, 220px);
  object-fit: contain;
}

.fx-landing-nav-link,
.fx-landing-mobile-link {
  border-radius: 999px;
  color: #334155;
  font-weight: 900;
  padding: 0.5rem 0.5rem;
  font-size: 0.82rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

#fxLandingHeader .fx-landing-nav-link {
  color: #334155 !important;
}

#fxLandingHeader .fx-landing-nav-shell nav {
  gap: 0.05rem;
  min-width: 0;
  max-width: 100%;
  justify-content: center;
}

#fxLandingHeader .fx-landing-actions {
  gap: 0.45rem;
  min-width: max-content;
}

#fxLandingHeader .fx-landing-login,
#fxLandingHeader .fx-landing-cta {
  padding-inline: 0.78rem !important;
}

.fx-landing-nav-link:hover,
.fx-landing-nav-link[data-active="true"],
.fx-landing-mobile-link:hover,
.fx-landing-mobile-link[data-active="true"] {
  color: var(--fx-primary);
  background: rgba(181, 16, 63, 0.08);
}

#fxLandingRoot[data-fx-theme="dark"] .fx-landing-nav-link,
#fxLandingRoot[data-fx-theme="dark"] .fx-landing-mobile-link {
  color: #dbeafe;
}

#fxLandingRoot[data-fx-theme="dark"] #fxLandingHeader .fx-landing-nav-link {
  color: #dbeafe !important;
}

#fxLandingRoot[data-fx-theme="dark"] .fx-landing-nav-link:hover,
#fxLandingRoot[data-fx-theme="dark"] .fx-landing-nav-link[data-active="true"],
#fxLandingRoot[data-fx-theme="dark"] .fx-landing-mobile-link:hover,
#fxLandingRoot[data-fx-theme="dark"] .fx-landing-mobile-link[data-active="true"] {
  color: #fda4af;
  background: rgba(244, 63, 94, 0.12);
}

#fxLandingHeader .fx-landing-login {
  color: var(--fx-text) !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(148, 163, 184, 0.42) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

#fxLandingHeader .fx-landing-cta {
  color: #fff !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--fx-primary), #e11d48) !important;
  box-shadow: 0 18px 40px rgba(181, 16, 63, 0.22) !important;
}

@media (min-width: 768px) {
  #fxLandingHeader > div:first-child {
    display: flex !important;
    width: min(1440px, calc(100% - 40px)) !important;
    max-width: none !important;
    align-items: center;
    justify-content: center !important;
    gap: clamp(0.6rem, 1.2vw, 1rem);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #fxLandingHeader > div:first-child > a:first-child {
    flex: 0 1 auto;
    min-width: 0;
  }

  #fxLandingHeader .fx-landing-nav-shell {
    flex: 0 1 auto !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #fxLandingHeader .fx-landing-actions {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  #fxLandingHeader .fx-brand-logo {
    max-width: 190px;
  }

  #fxLandingHeader .fx-landing-nav-link {
    padding-inline: 0.42rem;
    font-size: 0.78rem;
  }

  #fxLandingHeader .fx-landing-login,
  #fxLandingHeader .fx-landing-cta {
    padding-inline: 0.72rem !important;
    font-size: 0.82rem;
  }
}

.fx-theme-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.34rem 0.45rem;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.fx-theme-switch__track {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #e2e8f0;
  padding: 3px;
}

.fx-theme-switch__thumb {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.16);
  transform: translateX(0);
  transition: transform 180ms ease;
}

.fx-theme-switch[data-theme-state="dark"] .fx-theme-switch__thumb {
  transform: translateX(20px);
}

.fx-theme-switch__icon {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
}

.fx-theme-switch__icon-sun {
  background: #f59e0b;
}

.fx-theme-switch__icon-moon {
  background: #334155;
  opacity: 0;
}

.fx-theme-switch[data-theme-state="dark"] .fx-theme-switch__icon-sun {
  opacity: 0;
}

.fx-theme-switch[data-theme-state="dark"] .fx-theme-switch__icon-moon {
  opacity: 1;
}

#fxLandingRoot[data-fx-theme="dark"] .fx-theme-switch {
  background: rgba(15, 23, 42, 0.74);
  color: #cbd5e1;
}

#fxLandingRoot[data-fx-theme="dark"] .fx-theme-switch__track {
  background: #1e293b;
}

/* Buttons */
.fxlp-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0.88rem 1.15rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.fxlp-btn:hover {
  transform: translateY(-2px);
}

.fxlp-btn:active {
  transform: translateY(0) scale(0.98);
}

.fxlp-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--fx-primary), #e11d48 52%, #10b981);
  box-shadow: 0 22px 48px rgba(181, 16, 63, 0.22);
}

.fxlp-btn-ghost,
.fxlp-btn-soft {
  color: var(--fx-text);
  border-color: var(--fx-line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-btn-ghost,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-btn-soft {
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.68);
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: none;
}

/* Hero */
.fxlp-hero {
  position: relative;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: clamp(3.4rem, 6vw, 6.2rem) 0 4.8rem;
}

.fxlp-ambient {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(56px);
  pointer-events: none;
}

.fxlp-ambient-one {
  top: -190px;
  left: -160px;
  background: rgba(6, 182, 212, 0.16);
}

.fxlp-ambient-two {
  right: -210px;
  bottom: 4%;
  background: rgba(181, 16, 63, 0.12);
}

.fxlp-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(2.2rem, 5vw, 4.6rem);
  align-items: center;
}

.fxlp-hero-copy {
  min-width: 0;
}

.fxlp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  padding: 0.52rem 0.75rem;
  color: #047857;
}

.fxlp-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fx-green);
  box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.12);
}

.fxlp-hero h1 {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: var(--fx-text);
  font-size: clamp(3.1rem, 6.6vw, 6.25rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.fxlp-hero h1 .fxlp-h1-line {
  display: block;
  color: inherit;
}

.fxlp-hero h1 .fxlp-h1-accent {
  color: var(--fx-primary);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-hero h1 .fxlp-h1-accent {
  color: #fb7185;
}

.fxlp-hero-text {
  max-width: 640px;
  margin: 1.45rem 0 0;
  color: var(--fx-muted-strong);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}

.fxlp-hero-text strong {
  color: var(--fx-text);
  font-weight: 900;
}

.fxlp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.fxlp-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.fxlp-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--fx-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  padding: 0.45rem 0.74rem;
  color: var(--fx-muted-strong);
  font-size: 0.82rem;
  font-weight: 850;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-proof-row span {
  background: rgba(15, 23, 42, 0.62);
}

.fxlp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 640px;
  margin-top: 2rem;
}

.fxlp-stat {
  border: 1px solid var(--fx-line);
  border-radius: 20px;
  background: var(--fx-surface);
  padding: 1rem;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
}

.fxlp-stat strong {
  display: block;
  color: var(--fx-text);
  font-size: clamp(1.38rem, 2vw, 1.8rem);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.fxlp-stat span {
  display: block;
  margin-top: 0.18rem;
  color: var(--fx-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

/* Product mockup */
.fxlp-product-stage {
  position: relative;
  min-height: 690px;
  overflow: visible;
  perspective: 1300px;
}

.fxlp-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  pointer-events: none;
}

.fxlp-orbit-one {
  inset: 9% auto auto 4%;
  width: 210px;
  height: 210px;
  background: rgba(16, 185, 129, 0.18);
}

.fxlp-orbit-two {
  right: 8%;
  bottom: 10%;
  width: 260px;
  height: 260px;
  background: rgba(181, 16, 63, 0.12);
}

.fxlp-dashboard-card {
  position: absolute;
  top: 34px;
  right: 0;
  width: min(720px, 96%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.88)),
    var(--fx-surface-strong);
  box-shadow: 0 34px 100px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  transform: rotateX(7deg) rotateY(-14deg) rotateZ(1deg);
  transform-origin: center;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-dashboard-card {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(7, 12, 21, 0.92));
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.54);
}

.fxlp-window-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid var(--fx-line);
  padding: 0.85rem 1rem;
}

.fxlp-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.fxlp-window-bar span:nth-child(1) { background: #fb7185; }
.fxlp-window-bar span:nth-child(2) { background: #fbbf24; }
.fxlp-window-bar span:nth-child(3) { background: #34d399; }

.fxlp-window-bar p {
  margin-left: 0.5rem;
  color: var(--fx-muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fxlp-dashboard-layout {
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 420px;
}

.fxlp-dashboard-layout aside {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  border-right: 1px solid var(--fx-line);
  padding: 1.1rem;
  background: rgba(15, 23, 42, 0.025);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-dashboard-layout aside {
  background: rgba(255, 255, 255, 0.025);
}

.fxlp-dashboard-layout aside b {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--fx-primary), var(--fx-cyan));
  font-size: 0.82rem;
}

.fxlp-dashboard-layout aside span {
  width: 46px;
  height: 9px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.22);
}

.fxlp-dashboard-main {
  padding: 1.2rem;
}

.fxlp-dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--fx-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  padding: 1rem;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-dashboard-top {
  background: rgba(15, 23, 42, 0.56);
}

.fxlp-dashboard-top small,
.fxlp-kpi-grid small {
  display: block;
  color: var(--fx-muted);
  font-size: 0.75rem;
  font-weight: 850;
}

.fxlp-dashboard-top strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--fx-text);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.fxlp-dashboard-top > span {
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
  padding: 0.45rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 950;
}

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

.fxlp-kpi-grid article,
.fxlp-sale-list div {
  border: 1px solid var(--fx-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  padding: 0.78rem;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-kpi-grid article,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-sale-list div {
  background: rgba(15, 23, 42, 0.46);
}

.fxlp-kpi-grid strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--fx-text);
  font-size: 1.18rem;
  font-weight: 950;
}

.fxlp-chart {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  height: 142px;
  margin-top: 1rem;
  border: 1px solid var(--fx-line);
  border-radius: 22px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(181, 16, 63, 0.06), rgba(16, 185, 129, 0.04)),
    rgba(255, 255, 255, 0.42);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-chart {
  background: rgba(15, 23, 42, 0.52);
}

.fxlp-chart span {
  flex: 1;
  min-width: 12px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #e11d48, var(--fx-primary));
}

.fxlp-sale-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.fxlp-sale-list div {
  display: flex;
  justify-content: space-between;
  color: var(--fx-muted-strong);
  font-size: 0.84rem;
  font-weight: 900;
}

.fxlp-sale-list b {
  color: #047857;
}

.fxlp-phone-card {
  position: absolute;
  left: -14px;
  bottom: -4px;
  z-index: 4;
  width: 318px;
  height: 650px;
  border: 9px solid #0f172a;
  border-radius: 44px;
  background: #f6f9fc;
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.24);
  padding: 0.95rem 0.82rem 4.85rem;
  overflow: hidden;
  transform: rotateZ(-4deg) translateZ(80px);
}

.fxlp-phone-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: inherit;
  background: rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.fxlp-phone-card.is-notifications-open::after {
  opacity: 1;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-card {
  background: #0b1220;
  border-color: #020617;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.62);
}

.fxlp-phone-notch {
  width: 72px;
  height: 5px;
  margin: 0 auto 0.95rem;
  border-radius: 999px;
  background: #cbd5e1;
}

.fxlp-phone-app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 48px;
}

.fxlp-phone-app-header strong {
  display: block;
  color: var(--fx-text);
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.fxlp-phone-app-header small {
  display: block;
  margin-top: 0.08rem;
  color: var(--fx-muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.fxlp-phone-app-header button {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-app-header button {
  background: #111827;
  color: #f8fafc;
}

.fxlp-phone-app-header button ion-icon {
  font-size: 1.04rem;
}

.fxlp-phone-app-header button span {
  position: absolute;
  top: -8px;
  right: -7px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.63rem;
  font-weight: 950;
}

.fxlp-phone-badges span,
.fxlp-phone-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  padding: 0.18rem 0.5rem;
  font-size: 0.56rem;
  font-weight: 950;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.fxlp-phone-sales {
  display: grid;
  gap: 0.78rem;
  margin-top: 5.4rem;
}

.fxlp-phone-view:not(.is-active) {
  display: none !important;
}

.fxlp-phone-view.is-active {
  animation: fxPhoneViewIn 220ms ease both;
}

@keyframes fxPhoneViewIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fxlp-phone-sale {
  position: relative;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 24px;
  background: #fff;
  padding: 0.9rem 0.86rem 0.82rem;
  min-height: 138px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fxlp-phone-sale:hover,
.fxlp-phone-sale:focus-visible {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.13);
  outline: 0;
  transform: translateY(-1px);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-sale {
  background: #111827;
}

.fxlp-phone-status {
  position: absolute;
  top: 0.9rem;
  right: 0.86rem;
  background: #64748b;
  font-size: 0.5rem;
  color: #fff;
}

.fxlp-phone-sale.muted .fxlp-phone-status {
  background: #10b981;
}

.fxlp-phone-sale.is-sunat-accepted .fxlp-phone-status {
  background: #10b981;
}

.fxlp-phone-badges {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.26rem;
  max-width: calc(100% - 76px);
}

.fxlp-phone-badges span:first-child {
  background: #0ea5e9;
}

.fxlp-phone-badges span:nth-child(2) {
  background: #8b5cf6;
}

.fxlp-phone-badges span:nth-child(3) {
  background: #f59e0b;
}

.fxlp-phone-sale.muted .fxlp-phone-badges span:nth-child(2) {
  background: #10b981;
}

.fxlp-phone-sale strong {
  display: block;
  margin-top: 0.72rem;
  color: var(--fx-text);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: -0.015em;
}

.fxlp-phone-sale small {
  display: block;
  margin-top: 0.25rem;
  color: var(--fx-muted);
  font-weight: 700;
}

.fxlp-phone-sale b {
  display: block;
  margin-top: 1.25rem;
  color: var(--fx-text);
  font-size: 1.13rem;
  font-weight: 950;
  text-align: right;
}

.fxlp-phone-dashboard-view,
.fxlp-phone-products-view,
.fxlp-phone-reports-view,
.fxlp-phone-more-view {
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.fxlp-phone-products-view.is-active,
.fxlp-phone-reports-view.is-active,
.fxlp-phone-more-view.is-active {
  display: grid;
}

.fxlp-phone-products-view.is-active {
  height: 456px;
  max-height: 456px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  align-content: start;
  padding: 0.06rem 0.14rem 4.75rem 0.04rem;
  scrollbar-width: none;
}

.fxlp-phone-reports-view.is-active {
  height: 456px;
  max-height: 456px;
  min-height: 0;
  align-content: start;
  gap: 0.64rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.04rem 0.14rem 4.8rem 0.04rem;
  scrollbar-width: none;
}

.fxlp-phone-products-view::-webkit-scrollbar {
  display: none;
}

.fxlp-phone-reports-view::-webkit-scrollbar {
  display: none;
}

.fxlp-phone-dashboard-view.is-active {
  display: grid;
  max-height: 456px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.06rem 0.14rem 1rem 0.04rem;
  scrollbar-width: none;
}

.fxlp-phone-dashboard-view::-webkit-scrollbar {
  display: none;
}

.fxlp-phone-dashboard-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.46rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(226, 232, 240, 0.55);
  padding: 0.54rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 16px 30px rgba(15, 23, 42, 0.06);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-actions {
  border-color: rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.fxlp-phone-dashboard-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 0;
  border-radius: 11px;
  background: rgba(241, 245, 249, 0.9);
  color: #334155;
  font-size: 0.58rem;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.fxlp-phone-dashboard-actions button:first-child {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.2);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-actions button {
  background: rgba(30, 41, 59, 0.88);
  color: #dbeafe;
  box-shadow: none;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-actions button:first-child {
  background: rgba(37, 99, 235, 0.2);
  color: #bfdbfe;
}

.fxlp-phone-dashboard-metrics {
  display: grid;
  gap: 0.58rem;
}

.fxlp-phone-dashboard-metrics article,
.fxlp-phone-dashboard-panel {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-metrics article,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-panel {
  border-color: rgba(148, 163, 184, 0.13);
  background: rgba(17, 24, 39, 0.92);
  box-shadow: none;
}

.fxlp-phone-dashboard-metrics article {
  position: relative;
  min-height: 98px;
  padding: 0.78rem 0.78rem 0.7rem;
}

.fxlp-phone-dashboard-metrics ion-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  padding: 0.27rem;
  font-size: 0.74rem;
  box-shadow: 0 9px 18px rgba(37, 99, 235, 0.16);
}

.fxlp-phone-dashboard-metrics .is-green ion-icon {
  background: #10b981;
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.18);
}

.fxlp-phone-dashboard-metrics .is-indigo ion-icon {
  background: #2563eb;
}

.fxlp-phone-dashboard-metrics .is-cyan ion-icon {
  background: #0ea5e9;
  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.18);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-metrics ion-icon {
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe;
  box-shadow: none;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-metrics .is-green ion-icon {
  background: rgba(16, 185, 129, 0.16);
  color: #a7f3d0;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-metrics .is-cyan ion-icon {
  background: rgba(14, 165, 233, 0.16);
  color: #bae6fd;
}

.fxlp-phone-dashboard-metrics small,
.fxlp-phone-dashboard-panel header span,
.fxlp-phone-dashboard-list small {
  display: block;
  color: var(--fx-muted);
  font-size: 0.55rem;
  font-weight: 830;
  line-height: 1.22;
}

.fxlp-phone-dashboard-metrics small {
  margin-top: 0.52rem;
}

.fxlp-phone-dashboard-metrics strong {
  display: block;
  margin-top: 0.12rem;
  color: var(--fx-text);
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.fxlp-phone-dashboard-metrics span {
  display: block;
  margin-top: 0.18rem;
  color: #2563eb;
  font-size: 0.5rem;
  font-weight: 950;
}

.fxlp-phone-dashboard-metrics .is-green span {
  color: #059669;
}

.fxlp-phone-dashboard-panel {
  padding: 0.78rem;
}

.fxlp-phone-dashboard-panel header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.7rem;
}

.fxlp-phone-dashboard-panel header strong {
  display: block;
  color: var(--fx-text);
  font-size: 0.67rem;
  font-weight: 950;
  line-height: 1.15;
}

.fxlp-phone-dashboard-panel header button {
  border: 0;
  background: transparent;
  color: #2563eb;
  font-size: 0.52rem;
  font-weight: 950;
}

.fxlp-phone-dashboard-chart {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 0.34rem;
  height: 142px;
  margin-top: 0.78rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px) 0 0 / 100% 31px,
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px) 0 0 / 32px 100%,
    rgba(248, 250, 252, 0.74);
  padding: 0.7rem 0.58rem 0.48rem;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-chart {
  border-color: rgba(148, 163, 184, 0.12);
  background:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px) 0 0 / 100% 31px,
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px) 0 0 / 32px 100%,
    rgba(15, 23, 42, 0.68);
}

.fxlp-phone-chart-bar {
  display: block;
  align-self: end;
  appearance: none;
  width: 100%;
  height: var(--bar-height, 8%);
  min-height: 4px;
  border: 0;
  padding: 0;
  border-radius: 7px 7px 2px 2px;
  background: #2563eb;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.18);
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.fxlp-phone-chart-bar:hover,
.fxlp-phone-chart-bar:focus-visible,
.fxlp-phone-chart-bar.is-active {
  outline: 0;
  transform: translateY(-2px);
  background: linear-gradient(180deg, #38bdf8, #2563eb);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.24);
}

.fxlp-phone-chart-tooltip {
  position: absolute;
  left: var(--fx-chart-tip-left, 50%);
  top: var(--fx-chart-tip-top, 45%);
  z-index: 2;
  min-width: 74px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  padding: 0.38rem 0.5rem;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.22);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, -112%) scale(0.96);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.fxlp-phone-chart-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -112%) scale(1);
}

.fxlp-phone-chart-tooltip strong,
.fxlp-phone-chart-tooltip span {
  display: block;
  line-height: 1.08;
}

.fxlp-phone-chart-tooltip strong {
  font-size: 0.58rem;
  font-weight: 950;
}

.fxlp-phone-chart-tooltip span {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.5rem;
  font-weight: 850;
}

.fxlp-phone-dashboard-list {
  display: grid;
  gap: 0.26rem;
  margin-top: 0.58rem;
}

.fxlp-phone-dashboard-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 42px;
  border-radius: 12px;
  background: rgba(241, 245, 249, 0.82);
  padding: 0.48rem 0.58rem;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-list div {
  background: rgba(15, 23, 42, 0.72);
}

.fxlp-phone-dashboard-list span {
  display: block;
  color: var(--fx-text);
  font-size: 0.6rem;
  font-weight: 950;
  line-height: 1.12;
}

.fxlp-phone-dashboard-list b {
  color: var(--fx-text);
  font-size: 0.58rem;
  font-weight: 950;
  white-space: nowrap;
}

.fxlp-phone-dashboard-stock .fxlp-phone-dashboard-list b {
  color: #d97706;
}

.fxlp-phone-dashboard-empty > div {
  display: grid;
  min-height: 58px;
  margin-top: 0.58rem;
  place-items: center;
  border-radius: 12px;
  background: rgba(241, 245, 249, 0.86);
  color: var(--fx-muted);
  font-size: 0.56rem;
  font-weight: 820;
  text-align: center;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-dashboard-empty > div {
  background: rgba(15, 23, 42, 0.72);
}

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

.fxlp-phone-kpis article,
.fxlp-phone-product,
.fxlp-phone-feed article,
.fxlp-phone-report-list article,
.fxlp-phone-more-view article {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-kpis article,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-product,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-feed article,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-list article,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-view article {
  border-color: rgba(148, 163, 184, 0.14);
  background: rgba(17, 24, 39, 0.92);
}

.fxlp-phone-kpis article {
  border-radius: 18px;
  padding: 0.72rem 0.68rem;
}

.fxlp-phone-kpis small,
.fxlp-phone-feed span {
  display: block;
  color: var(--fx-muted);
  font-size: 0.56rem;
  font-weight: 850;
  line-height: 1.25;
}

.fxlp-phone-kpis strong {
  display: block;
  margin-top: 0.12rem;
  color: var(--fx-text);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.fxlp-phone-mini-chart {
  display: flex;
  align-items: end;
  gap: 0.34rem;
  height: 98px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.7));
  padding: 0.85rem;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-mini-chart {
  border-color: rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(15, 23, 42, 0.78));
}

.fxlp-phone-mini-chart span {
  flex: 1;
  border-radius: 999px 999px 7px 7px;
  background: linear-gradient(180deg, #e11d48, #10b981);
}

.fxlp-phone-feed,
.fxlp-phone-report-list,
.fxlp-phone-more-view {
  display: grid;
  gap: 0.58rem;
}

.fxlp-phone-feed article,
.fxlp-phone-report-list article,
.fxlp-phone-more-view article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  min-height: 54px;
  border-radius: 18px;
  padding: 0.62rem 0.68rem;
}

.fxlp-phone-feed ion-icon,
.fxlp-phone-report-list ion-icon,
.fxlp-phone-more-view ion-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  padding: 0.36rem;
}

.fxlp-phone-feed strong,
.fxlp-phone-report-list span,
.fxlp-phone-more-view span {
  display: block;
  color: var(--fx-text);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1.2;
}

.fxlp-phone-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "top top"
    "name price"
    "label category";
  align-items: center;
  gap: 0.16rem 0.62rem;
  min-height: 88px;
  border-radius: 22px;
  padding: 0.62rem 0.7rem 0.58rem;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fxlp-phone-product:hover,
.fxlp-phone-product:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

.fxlp-phone-product-top {
  grid-area: top;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.42rem;
  min-width: 0;
}

.fxlp-phone-product-code,
.fxlp-phone-product-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border-radius: 999px;
  color: #fff;
  padding: 0.18rem 0.48rem;
  font-size: 0.52rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.fxlp-phone-product-code {
  background: #0ea5e9;
}

.fxlp-phone-product-pills {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.24rem;
  min-width: 0;
}

.fxlp-phone-product-pills span:first-child {
  background: #10b981;
}

.fxlp-phone-product-pills span:last-child {
  background: #0ea5e9;
}

.fxlp-phone-product strong {
  grid-area: name;
  display: block;
  align-self: end;
  margin-top: 0.22rem;
  color: var(--fx-text);
  font-size: 0.72rem;
  font-weight: 950;
}

.fxlp-phone-product em {
  grid-area: label;
  display: block;
  align-self: start;
  color: var(--fx-muted);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.fxlp-phone-product small {
  grid-area: category;
  display: block;
  justify-self: end;
  align-self: start;
  margin-top: 0;
  color: var(--fx-muted);
  font-size: 0.49rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
}

.fxlp-phone-product b {
  grid-area: price;
  display: block;
  align-self: end;
  margin-top: 0.22rem;
  color: var(--fx-text);
  font-size: 1.02rem;
  font-weight: 950;
  text-align: right;
}

.fxlp-phone-report-hero {
  display: grid;
  gap: 0.16rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.11), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  padding: 0.78rem 0.72rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.fxlp-phone-report-hero span,
.fxlp-phone-report-group-head span {
  color: #2563eb;
  font-size: 0.5rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.fxlp-phone-report-hero strong {
  color: var(--fx-text);
  font-size: 0.87rem;
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.fxlp-phone-report-hero p {
  margin: 0;
  color: var(--fx-muted);
  font-size: 0.54rem;
  font-weight: 780;
  line-height: 1.35;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-hero {
  border-color: rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(15, 23, 42, 0.9));
  box-shadow: none;
}

.fxlp-phone-report-group {
  display: grid;
  gap: 0.36rem;
}

.fxlp-phone-report-group + .fxlp-phone-report-group {
  margin-top: 0.18rem;
}

.fxlp-phone-report-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.48rem;
  padding-inline: 0.16rem;
}

.fxlp-phone-report-group-head span {
  color: #64748b;
  font-size: 0.46rem;
}

.fxlp-phone-report-group-head small {
  color: #94a3b8;
  font-size: 0.46rem;
  font-weight: 900;
  line-height: 1;
}

.fxlp-phone-report-list article {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.54rem;
  min-height: 58px;
  border-radius: 16px;
  padding: 0.54rem 0.58rem;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fxlp-phone-report-list article:hover,
.fxlp-phone-report-list article:focus-within {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

.fxlp-phone-report-list .fxlp-phone-report-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  padding: 0;
  font-size: 0.88rem;
  line-height: 1;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.16);
}

.fxlp-phone-report-list .fxlp-phone-report-icon ion-icon {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  padding: 0;
}

.fxlp-phone-report-icon.is-blue {
  background: #2563eb;
}

.fxlp-phone-report-icon.is-red {
  background: #ef4444;
  box-shadow: 0 12px 22px rgba(239, 68, 68, 0.16);
}

.fxlp-phone-report-icon.is-amber {
  background: #f59e0b;
  box-shadow: 0 12px 22px rgba(245, 158, 11, 0.18);
}

.fxlp-phone-report-icon.is-green {
  background: #10b981;
  box-shadow: 0 12px 22px rgba(16, 185, 129, 0.16);
}

.fxlp-phone-report-list div {
  min-width: 0;
}

.fxlp-phone-report-list strong {
  display: block;
  overflow: hidden;
  color: var(--fx-text);
  font-size: 0.6rem;
  font-weight: 950;
  line-height: 1.14;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxlp-phone-report-list small {
  display: block;
  overflow: hidden;
  margin-top: 0.13rem;
  color: var(--fx-muted);
  font-size: 0.48rem;
  font-weight: 780;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-list .fxlp-phone-report-icon {
  box-shadow: none;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-icon.is-blue {
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-icon.is-red {
  background: rgba(239, 68, 68, 0.16);
  color: #fecaca;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-icon.is-amber {
  background: rgba(245, 158, 11, 0.17);
  color: #fde68a;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-report-icon.is-green {
  background: rgba(16, 185, 129, 0.16);
  color: #a7f3d0;
}

.fxlp-phone-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.96);
  padding: 0.55rem 0.36rem 0.72rem;
  box-shadow: 0 -16px 34px rgba(15, 23, 42, 0.08);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-nav {
  background: rgba(15, 23, 42, 0.96);
  border-color: rgba(148, 163, 184, 0.12);
}

.fxlp-phone-nav button {
  display: grid;
  place-items: center;
  gap: 0.18rem;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #475569;
  font-size: 0.52rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
}

.fxlp-phone-nav button:hover,
.fxlp-phone-nav button:focus-visible {
  color: #b91c1c;
  outline: 0;
  transform: translateY(-1px);
}

.fxlp-phone-nav ion-icon {
  box-sizing: border-box;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 999px;
  padding: 0.26rem;
  font-size: 1.02rem;
  background: transparent;
  color: currentColor;
  transition: background 160ms ease, color 160ms ease;
}

.fxlp-phone-nav b {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxlp-phone-nav .is-active {
  color: #b91c1c;
}

.fxlp-phone-nav .is-active ion-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 999px;
  background: rgba(254, 226, 226, 0.96);
  color: #b91c1c;
}

.fxlp-phone-support {
  position: absolute;
  right: 0.78rem;
  bottom: 4.9rem;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  padding: 0.42rem 0.7rem;
  font-size: 0.62rem;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.32);
}

.fxlp-phone-notifications {
  position: absolute;
  left: 1.02rem;
  right: 1.02rem;
  top: 5.8rem;
  z-index: 13;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.1), transparent 9.5rem),
    radial-gradient(circle at 98% 0%, rgba(16, 185, 129, 0.12), transparent 10rem),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.2);
  padding: 0.82rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transform-origin: top center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-notifications {
  border-color: rgba(148, 163, 184, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.1), transparent 9.5rem),
    radial-gradient(circle at 98% 0%, rgba(16, 185, 129, 0.08), transparent 10rem),
    rgba(15, 23, 42, 0.98);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.56);
}

.fxlp-phone-card.is-notifications-open .fxlp-phone-notifications {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.fxlp-phone-card.is-notifications-open .fxlp-phone-sales,
.fxlp-phone-card.is-notifications-open .fxlp-phone-view,
.fxlp-phone-card.is-notifications-open .fxlp-phone-nav,
.fxlp-phone-card.is-notifications-open .fxlp-phone-app-header,
.fxlp-phone-card.is-notifications-open .fxlp-phone-support {
  filter: blur(2px);
  opacity: 0.38;
  pointer-events: none;
}

.fxlp-phone-notifications-handle {
  display: none;
}

.fxlp-phone-notifications-handle::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.42);
  transform: translateX(-50%);
}

.fxlp-phone-notifications-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 0.3rem 0.65rem;
  align-items: center;
}

.fxlp-phone-notifications-head span {
  color: #2563eb;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fxlp-phone-notifications-head strong {
  color: var(--fx-text);
  font-size: 1.03rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.fxlp-phone-notifications-head button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  grid-row: 1 / span 2;
  grid-column: 2;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.9);
  color: #0f172a;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-notifications-head button {
  background: rgba(15, 23, 42, 0.76);
  color: #f8fafc;
}

.fxlp-phone-notification-list {
  display: grid;
  gap: 0.52rem;
  margin-top: 0.72rem;
}

.fxlp-phone-notification-list article {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0.54rem;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.9);
  padding: 0.56rem 0.66rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-notification-list article {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.14);
}

.fxlp-phone-notification-list ion-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 9px;
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
  padding: 0.22rem;
}

.fxlp-phone-notification-list article:nth-child(2) ion-icon {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.fxlp-phone-notification-list strong {
  display: block;
  color: var(--fx-text);
  font-size: 0.66rem;
  font-weight: 950;
  line-height: 1.15;
}

.fxlp-phone-notification-list span {
  display: block;
  margin-top: 0.1rem;
  color: var(--fx-muted);
  font-size: 0.56rem;
  font-weight: 760;
  line-height: 1.25;
}

.fxlp-phone-sale-sheet,
.fxlp-phone-product-sheet,
.fxlp-phone-more-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  max-height: 72%;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(6, 182, 212, 0.13), transparent 12rem),
    radial-gradient(circle at 94% 4%, rgba(16, 185, 129, 0.12), transparent 12rem),
    rgba(255, 255, 255, 0.985);
  box-shadow: 0 -30px 58px rgba(15, 23, 42, 0.2);
  padding: 1.25rem 0.82rem 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 18px));
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-sale-sheet,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-product-sheet,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-sheet {
  border-color: rgba(148, 163, 184, 0.16);
  background:
    radial-gradient(circle at 14% 0%, rgba(6, 182, 212, 0.09), transparent 12rem),
    radial-gradient(circle at 94% 4%, rgba(16, 185, 129, 0.08), transparent 12rem),
    rgba(15, 23, 42, 0.985);
  box-shadow: 0 -30px 64px rgba(0, 0, 0, 0.56);
}

.fxlp-phone-card.is-sale-detail-open .fxlp-phone-sale-sheet {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(var(--fx-sale-sheet-drag-y, 0));
}

.fxlp-phone-card.is-sale-detail-dragging .fxlp-phone-sale-sheet {
  transition: none;
  transform: translateY(var(--fx-sale-sheet-drag-y, 0)) !important;
}

.fxlp-phone-card.is-product-detail-open .fxlp-phone-product-sheet {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(var(--fx-product-sheet-drag-y, 0));
}

.fxlp-phone-card.is-product-detail-dragging .fxlp-phone-product-sheet {
  transition: none;
  transform: translateY(var(--fx-product-sheet-drag-y, 0)) !important;
}

.fxlp-phone-card.is-more-sheet-open .fxlp-phone-more-sheet {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(var(--fx-more-sheet-drag-y, 0));
}

.fxlp-phone-card.is-more-sheet-dragging .fxlp-phone-more-sheet {
  transition: none;
  transform: translateY(var(--fx-more-sheet-drag-y, 0)) !important;
}

.fxlp-phone-card.is-sale-detail-open .fxlp-phone-sales,
.fxlp-phone-card.is-sale-detail-open .fxlp-phone-view,
.fxlp-phone-card.is-sale-detail-open .fxlp-phone-support,
.fxlp-phone-card.is-sale-detail-open .fxlp-phone-nav,
.fxlp-phone-card.is-product-detail-open .fxlp-phone-view,
.fxlp-phone-card.is-product-detail-open .fxlp-phone-support,
.fxlp-phone-card.is-product-detail-open .fxlp-phone-nav,
.fxlp-phone-card.is-more-sheet-open .fxlp-phone-view,
.fxlp-phone-card.is-more-sheet-open .fxlp-phone-support,
.fxlp-phone-card.is-more-sheet-open .fxlp-phone-nav {
  filter: blur(2px);
  opacity: 0.34;
  pointer-events: none;
}

.fxlp-phone-sheet-handle {
  position: absolute;
  top: 0.38rem;
  left: 50%;
  width: 126px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  transform: translateX(-50%);
  cursor: grab;
  touch-action: none;
}

.fxlp-phone-sheet-handle::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 98px;
  height: 4px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.44);
  transform: translateX(-50%);
}

.fxlp-phone-sheet-handle:active {
  cursor: grabbing;
}

.fxlp-phone-more-sheet {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  max-height: 82%;
  background: rgba(255, 255, 255, 0.992);
  box-shadow: 0 -28px 56px rgba(15, 23, 42, 0.18);
  padding: 1.72rem 0.66rem 0.72rem;
}

.fxlp-phone-more-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0 0.7rem;
}

.fxlp-phone-more-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
}

.fxlp-phone-more-brand > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 48%),
    linear-gradient(135deg, #eff6ff 0%, #e0f7ff 58%, #ecfdf5 100%);
  color: #2563eb;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.fxlp-phone-more-brand ion-icon {
  font-size: 0.82rem;
}

.fxlp-phone-more-brand strong,
.fxlp-phone-more-brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxlp-phone-more-brand strong {
  color: var(--fx-text);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.fxlp-phone-more-brand small {
  width: fit-content;
  margin-top: 0.16rem;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.92);
  color: #2563eb;
  font-size: 0.43rem;
  font-weight: 860;
  line-height: 1;
  padding: 0.16rem 0.34rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.fxlp-phone-more-head > button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--fx-text);
  box-shadow: none;
}

.fxlp-phone-more-search {
  position: relative;
  display: block;
  margin: 0 0 0.72rem;
}

.fxlp-phone-more-search ion-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  color: #64748b;
  font-size: 0.72rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.fxlp-phone-more-search input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--fx-text);
  font-size: 0.56rem;
  font-weight: 760;
  outline: none;
  padding: 0 0.74rem 0 2.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.fxlp-phone-more-search input::placeholder {
  color: #64748b;
  opacity: 0.92;
}

.fxlp-phone-more-menu {
  display: grid;
  align-content: start;
  gap: 0.72rem;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 0 0.5rem;
  scrollbar-color: rgba(148, 163, 184, 0.32) transparent;
  scrollbar-width: thin;
}

.fxlp-phone-more-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.fxlp-phone-more-menu::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.fxlp-phone-more-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.28);
}

.fxlp-phone-more-menu::-webkit-scrollbar-track {
  background: transparent;
}

.fxlp-phone-more-menu > section {
  display: grid;
  gap: 0.34rem;
}

.fxlp-phone-more-menu > section > span {
  color: #94a3b8;
  font-size: 0.43rem;
  font-weight: 950;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.fxlp-phone-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem 0.46rem;
}

.fxlp-phone-more-grid button {
  display: grid;
  min-height: 63px;
  align-content: start;
  justify-items: start;
  gap: 0.42rem;
  border: 0;
  border-radius: 10px;
  background: #f3f4f6;
  color: var(--fx-text);
  padding: 0.62rem 0.64rem;
  text-align: left;
  box-shadow: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.fxlp-phone-more-grid button:hover,
.fxlp-phone-more-grid button:focus-visible {
  background: #eef2f7;
  box-shadow: none;
  transform: translateY(-1px);
}

.fxlp-phone-more-grid ion-icon {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: transparent;
  color: #0f172a;
  padding: 0;
  box-shadow: none;
}

.fxlp-phone-more-grid strong {
  color: var(--fx-text);
  font-size: 0.49rem;
  font-weight: 900;
  line-height: 1.18;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-sheet {
  background: rgba(15, 23, 42, 0.992);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-brand > span,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-head > button,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-search input,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-grid button {
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-brand > span,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-head > button {
  background:
    radial-gradient(circle at 30% 18%, rgba(125, 211, 252, 0.16), transparent 48%),
    rgba(15, 23, 42, 0.84);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-brand small {
  border-color: rgba(125, 211, 252, 0.16);
  background: rgba(14, 165, 233, 0.10);
  color: #bae6fd;
  box-shadow: none;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-search input {
  background: rgba(15, 23, 42, 0.76);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-grid button {
  background: rgba(30, 41, 59, 0.72);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-grid button:hover,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-grid button:focus-visible {
  border-color: rgba(125, 211, 252, 0.24);
  background: rgba(51, 65, 85, 0.82);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-more-grid ion-icon {
  background: transparent;
  color: #e2e8f0;
  box-shadow: none;
}

.fxlp-phone-sheet-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.18rem 0.7rem;
  align-items: start;
  padding-right: 0;
}

.fxlp-phone-sheet-head > span {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  width: max-content;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-sheet-head > span {
  border: 1px solid rgba(96, 165, 250, 0.32);
  background: rgba(37, 99, 235, 0.16);
  color: #bfdbfe;
  box-shadow: none;
}

.fxlp-phone-sheet-head > button {
  position: absolute;
  top: -0.06rem;
  right: 0;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.92);
  color: #0f172a;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-sheet-head > button {
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
}

.fxlp-phone-sheet-head strong {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  gap: 0.28rem;
  align-items: center;
  color: var(--fx-text);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.fxlp-phone-sheet-head b {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
  color: var(--fx-text);
  font-size: 1rem;
  font-weight: 950;
  white-space: nowrap;
}

.fxlp-phone-sheet-head small {
  display: grid;
  grid-column: 1;
  grid-row: 3;
  gap: 0.12rem;
  color: var(--fx-muted);
  font-size: 0.6rem;
  font-weight: 850;
  text-transform: uppercase;
}

.fxlp-phone-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.48rem;
  margin-top: 0.78rem;
}

.fxlp-phone-action-grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-height: 38px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 0.64rem;
  font-weight: 950;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-action-grid button {
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.16);
}

.fxlp-phone-action-grid ion-icon {
  font-size: 0.95rem;
}

.fxlp-phone-action-grid .is-muted {
  background: rgba(226, 232, 240, 0.9);
}

.fxlp-phone-action-grid .is-muted.is-accepted {
  border-color: transparent;
  background: #10b981;
  color: #fff;
  box-shadow: 0 16px 28px rgba(16, 185, 129, 0.26);
}

.fxlp-phone-action-grid .is-edit {
  border-color: transparent;
  background: #2563eb;
  color: #fff;
}

.fxlp-phone-action-grid .is-delete {
  border-color: transparent;
  background: #ef4444;
  color: #fff;
}

.fxlp-phone-product-detail-head {
  position: relative;
  display: block;
  min-height: 64px;
  padding-right: 0;
}

.fxlp-phone-product-detail-head > div {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
  padding-right: 6.25rem;
}

.fxlp-phone-product-detail-head span {
  display: inline-flex;
  width: max-content;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  padding: 0.18rem 0.5rem;
  font-size: 0.5rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-product-detail-head span {
  border: 1px solid rgba(96, 165, 250, 0.32);
  background: rgba(37, 99, 235, 0.16);
  color: #bfdbfe;
}

.fxlp-phone-demo-toast span {
  color: #2563eb;
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fxlp-phone-product-detail-head strong {
  color: var(--fx-text);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.fxlp-phone-product-detail-head small {
  color: var(--fx-muted);
  font-size: 0.62rem;
  font-weight: 850;
}

.fxlp-phone-product-detail-head > button {
  position: absolute;
  top: -0.02rem;
  right: -0.08rem;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.92);
  color: #0f172a;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-product-detail-head > button {
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
}

.fxlp-phone-product-detail-head b {
  position: absolute;
  right: 0;
  top: 2.42rem;
  color: var(--fx-text);
  font-size: 1.02rem;
  font-weight: 950;
  white-space: nowrap;
}

.fxlp-phone-product-detail-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.42rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.fxlp-phone-product-detail-actions button {
  min-height: 39px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 950;
}

.fxlp-phone-product-detail-actions .is-edit {
  background: #2563eb;
}

.fxlp-phone-product-detail-actions .is-delete {
  background: #ef4444;
}

.fxlp-phone-demo-toast {
  position: absolute;
  left: 50%;
  top: 116px;
  z-index: 9;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.82rem;
  align-items: center;
  width: min(230px, calc(100% - 2.4rem));
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--fx-text);
  padding: 0.62rem 0.82rem;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px) scale(0.96);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-phone-demo-toast {
  background: rgba(15, 23, 42, 0.94);
  border-color: rgba(16, 185, 129, 0.22);
}

.fxlp-phone-demo-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.fxlp-phone-demo-toast ion-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
  padding: 0.28rem;
}

.fxlp-phone-demo-toast strong {
  display: block;
  margin-top: 0.08rem;
  color: var(--fx-text);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.18;
}

.fxlp-float-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.85rem 1rem;
  color: var(--fx-text);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(18px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-float-card {
  background: rgba(15, 23, 42, 0.82);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42);
}

.fxlp-float-card ion-icon {
  font-size: 1.55rem;
  color: var(--fx-green);
}

.fxlp-float-card small {
  display: block;
  color: var(--fx-muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fxlp-float-card strong {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.82rem;
  font-weight: 950;
}

.fxlp-float-card-sunat {
  top: 136px;
  left: 22px;
}

.fxlp-product-stage:not([data-fx-phone-active-view="ventas"]) .fxlp-float-card-sunat {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(8px) scale(0.96);
}

.fxlp-float-card-stock {
  right: 12px;
  bottom: 98px;
}

/* Sections */
.fxlp-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.fxlp-section-soft {
  border-block: 0;
  background:
    radial-gradient(circle at 0% 20%, rgba(6, 182, 212, 0.08), transparent 26rem),
    rgba(255, 255, 255, 0.34);
}

#fxLandingRoot main > section {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-section-soft {
  background:
    radial-gradient(circle at 0% 20%, rgba(6, 182, 212, 0.11), transparent 26rem),
    rgba(15, 23, 42, 0.3);
}

.fxlp-section-head {
  display: grid;
  gap: 0.8rem;
  max-width: 780px;
  margin-bottom: 2.2rem;
}

.fxlp-section-head h2,
.fxlp-flow-copy h2,
.fxlp-pricing-head h2,
.fxlp-proof-card h2,
.fxlp-faq-grid h2,
.fxlp-final-card h2 {
  margin: 0;
  color: var(--fx-text);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.fxlp-section-head > p {
  margin: 0;
  color: var(--fx-primary);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fxlp-section-head > span,
.fxlp-flow-copy > span,
.fxlp-pricing-head span,
.fxlp-proof-card span,
.fxlp-faq-grid > div > span,
.fxlp-final-card span {
  color: var(--fx-muted-strong);
  font-size: 1.02rem;
  line-height: 1.7;
}

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

.fxlp-feature-card,
.fxlp-price-card,
.fxlp-proof-card,
.fxlp-final-card,
.fxlp-faq-list details {
  border: 1px solid var(--fx-line);
  background: var(--fx-surface);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-feature-card,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-price-card,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-proof-card,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-final-card,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-faq-list details {
  box-shadow: none;
}

.fxlp-feature-card {
  min-height: 230px;
  border-radius: 24px;
  padding: 1.35rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fxlp-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181, 16, 63, 0.28);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.11);
}

.fxlp-feature-card ion-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 17px;
  background: rgba(181, 16, 63, 0.09);
  color: var(--fx-primary);
  padding: 0.65rem;
}

.fxlp-feature-card:nth-child(2n) ion-icon {
  background: rgba(6, 182, 212, 0.1);
  color: #0891b2;
}

.fxlp-feature-card:nth-child(3n) ion-icon {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}

.fxlp-feature-card h3 {
  margin: 1.25rem 0 0;
  color: var(--fx-text);
  font-size: 1.1rem;
  font-weight: 950;
}

.fxlp-feature-card p {
  margin: 0.55rem 0 0;
  color: var(--fx-muted-strong);
  font-size: 0.94rem;
  line-height: 1.65;
}

/* Flow */
.fxlp-flow-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.fxlp-flow-copy {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 1rem;
}

.fxlp-flow-copy .fxlp-btn {
  width: fit-content;
  margin-top: 0.8rem;
}

.fxlp-flow-steps {
  display: grid;
  gap: 1rem;
}

.fxlp-flow-steps article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1rem;
  border: 1px solid var(--fx-line);
  border-radius: 24px;
  background: var(--fx-surface);
  padding: 1.1rem;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.fxlp-flow-steps b {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--fx-primary), var(--fx-cyan));
  font-weight: 950;
}

.fxlp-flow-steps h3 {
  margin: 0;
  color: var(--fx-text);
  font-size: 1.08rem;
  font-weight: 950;
}

.fxlp-flow-steps p {
  margin: 0.34rem 0 0;
  color: var(--fx-muted-strong);
  line-height: 1.6;
}

/* Pricing */
.fxlp-pricing-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.fxlp-pricing-head > div:first-child {
  display: grid;
  gap: 0.75rem;
  max-width: 690px;
}

.fxlp-price-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  border: 1px solid var(--fx-line);
  border-radius: 999px;
  background: var(--fx-surface);
  padding: 0.35rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.fxlp-price-switch button {
  min-width: 104px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--fx-muted-strong);
  padding: 0.72rem 1rem;
  font-weight: 950;
}

.fxlp-price-switch button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--fx-primary), #e11d48);
  box-shadow: 0 14px 28px rgba(181, 16, 63, 0.18);
}

.fxlp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.fxlp-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 620px;
  border-radius: 30px;
  padding: 1.35rem;
  overflow: hidden;
}

.fxlp-price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 16% 0%, rgba(181, 16, 63, 0.09), transparent 16rem);
}

.fxlp-price-card.is-featured {
  border-color: rgba(181, 16, 63, 0.28);
  box-shadow: 0 34px 88px rgba(181, 16, 63, 0.14);
  transform: translateY(-12px);
}

.fxlp-price-card.is-featured::after {
  content: "Recomendado";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  padding: 0.42rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 950;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-price-card.is-featured::after {
  color: #86efac;
}

.fxlp-price-top {
  position: relative;
  z-index: 1;
}

.fxlp-price-top span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(181, 16, 63, 0.08);
  color: var(--fx-primary);
  padding: 0.42rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 950;
}

.fxlp-price-top h3 {
  margin: 1rem 0 0;
  color: var(--fx-text);
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.fxlp-price-top p,
.fxlp-price-note {
  color: var(--fx-muted-strong);
  line-height: 1.6;
}

.fxlp-price-top p {
  min-height: 78px;
  margin: 0.6rem 0 0;
  font-size: 0.94rem;
}

.fxlp-price-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 1.2rem;
}

.fxlp-price-value small {
  color: var(--fx-muted);
  font-size: 1.2rem;
  font-weight: 950;
}

.fxlp-price-value strong {
  color: var(--fx-text);
  font-size: clamp(3.2rem, 5vw, 4.5rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.fxlp-price-value em {
  color: var(--fx-muted);
  font-style: normal;
  font-weight: 850;
}

.fxlp-price-note {
  min-height: 28px;
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  font-weight: 850;
}

.fxlp-price-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.fxlp-price-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--fx-muted-strong);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.45;
}

.fxlp-price-card li ion-icon {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--fx-green);
  font-size: 1.1rem;
}

.fxlp-price-card .fxlp-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
}

/* Proof + FAQ */
.fxlp-section-proof {
  padding-top: 1rem;
}

.fxlp-proof-card,
.fxlp-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  border-radius: 34px;
  padding: clamp(1.4rem, 4vw, 2.2rem);
}

.fxlp-proof-card > div:first-child,
.fxlp-final-card > div:first-child {
  display: grid;
  gap: 0.75rem;
}

.fxlp-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 0.75rem;
}

.fxlp-proof-metrics article {
  min-width: 120px;
  border: 1px solid var(--fx-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  padding: 1rem;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-proof-metrics article {
  background: rgba(15, 23, 42, 0.48);
}

.fxlp-proof-metrics strong {
  display: block;
  color: var(--fx-text);
  font-size: 1.65rem;
  font-weight: 950;
}

.fxlp-proof-metrics span {
  display: block;
  margin-top: 0.25rem;
  color: var(--fx-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.fxlp-faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.fxlp-faq-grid > div:first-child {
  display: grid;
  gap: 0.8rem;
}

.fxlp-faq-list {
  display: grid;
  gap: 0.78rem;
}

.fxlp-faq-list details {
  border-radius: 20px;
  padding: 1.05rem 1.15rem;
}

.fxlp-faq-list summary {
  cursor: pointer;
  color: var(--fx-text);
  font-weight: 950;
}

.fxlp-faq-list p {
  margin: 0.75rem 0 0;
  color: var(--fx-muted-strong);
  line-height: 1.6;
}

.fxlp-final-cta {
  padding: 0 0 clamp(4rem, 7vw, 6rem);
}

.fxlp-final-card {
  background:
    radial-gradient(circle at 92% 10%, rgba(16, 185, 129, 0.16), transparent 18rem),
    radial-gradient(circle at 0% 80%, rgba(181, 16, 63, 0.12), transparent 18rem),
    var(--fx-surface);
}

.fxlp-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Footer */
.fxlp-footer {
  border-top: 0;
  background: transparent;
  padding: 1rem 0 2.25rem;
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-footer {
  background: transparent;
}

.fxlp-footer-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(330px, 0.62fr) minmax(172px, 0.34fr);
  gap: 0.72rem;
  align-items: stretch;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 0%, rgba(16, 185, 129, 0.1), transparent 18rem),
    radial-gradient(circle at 0% 100%, rgba(6, 182, 212, 0.075), transparent 18rem),
    rgba(255, 255, 255, 0.54);
  padding: 0.75rem;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-footer-grid {
  border-color: rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 94% 0%, rgba(16, 185, 129, 0.08), transparent 18rem),
    radial-gradient(circle at 0% 100%, rgba(6, 182, 212, 0.07), transparent 18rem),
    rgba(15, 23, 42, 0.32);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.fxlp-footer-logo {
  width: min(260px, 100%);
  height: auto;
  object-fit: contain;
}

.fxlp-footer-brand-block,
.fxlp-footer-contact-card,
.fxlp-footer-social-card {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.66);
  padding: clamp(0.9rem, 1vw, 1.05rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.fxlp-footer-brand-block {
  display: grid;
  grid-template-columns: minmax(180px, 270px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-footer-brand-block,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-footer-contact-card,
#fxLandingRoot[data-fx-theme="dark"] .fxlp-footer-social-card {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.fxlp-footer p {
  max-width: 520px;
  margin: 0;
  color: var(--fx-muted-strong);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.45;
}

.fxlp-footer small {
  display: block;
  margin-top: 0.45rem;
  color: var(--fx-muted);
  font-weight: 800;
}

.fxlp-footer strong {
  display: block;
  margin-bottom: 0.72rem;
  color: var(--fx-text);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fxlp-footer a {
  display: block;
  color: var(--fx-muted-strong);
  font-weight: 800;
  line-height: 1.8;
}

.fxlp-footer a:hover {
  color: var(--fx-primary);
}

.fxlp-contact-link {
  display: flex !important;
  align-items: center;
  gap: 0.68rem;
  min-height: 46px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.58rem 0.68rem;
  color: var(--fx-text) !important;
  font-size: clamp(0.88rem, 0.88vw, 1rem);
  font-weight: 900 !important;
  line-height: 1.2 !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fxlp-contact-link + .fxlp-contact-link {
  margin-top: 0.45rem;
}

.fxlp-contact-link:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 185, 129, 0.34);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.075);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-contact-link {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(8, 12, 19, 0.42);
}

.fxlp-contact-link ion-icon {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  color: #fff;
  border-radius: 999px;
  background: var(--fx-green);
  padding: 0.28rem;
  font-size: 1rem;
}

.fxlp-contact-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxlp-socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(42px, 1fr));
  gap: 0.5rem;
}

.fxlp-socials a {
  display: grid;
  width: 100%;
  min-width: 42px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #0f172a !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fxlp-socials a:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
}

#fxLandingRoot[data-fx-theme="dark"] .fxlp-socials a {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(8, 12, 19, 0.42);
  color: #f8fafc !important;
}

.fxlp-socials ion-icon {
  font-size: 1.22rem;
}

.fxlp-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 20px;
  color: #fff !important;
  background: #10b981;
  box-shadow: 0 20px 42px rgba(16, 185, 129, 0.32);
}

.fxlp-whatsapp ion-icon {
  font-size: 1.8rem;
}

/* Reveal */
[data-fx-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-fx-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Trial modal */
#fxTrialModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#fxTrialModal.fx-open {
  display: flex;
}

#fxTrialModal .fx-trial-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.46);
  backdrop-filter: blur(10px);
}

#fxTrialModal .fx-trial-card {
  position: relative;
  width: min(560px, 100%);
  border: 1px solid var(--fx-line) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(16, 185, 129, 0.12), transparent 18rem),
    var(--fx-surface-strong) !important;
  color: var(--fx-text) !important;
  box-shadow: var(--fx-shadow) !important;
}

#fxTrialModal h3,
#fxTrialModal label,
#fxTrialModal p,
#fxTrialModal span {
  color: var(--fx-text) !important;
}

#fxTrialModal p,
#fxTrialModal .fx-trial-terms span {
  color: var(--fx-muted-strong) !important;
}

#fxTrialModal .fx-trial-terms {
  display: flex !important;
  align-items: center !important;
  gap: 0.72rem !important;
  min-height: 50px;
  margin-top: 0.82rem;
  border: 1px solid rgba(148, 163, 184, 0.24) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(240, 253, 250, 0.72)) !important;
  padding: 0.72rem 0.82rem !important;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.055) !important;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

#fxTrialModal .fx-trial-terms:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 185, 129, 0.34) !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.085) !important;
}

#fxTrialModal .fx-trial-terms:has(input:focus-visible) {
  border-color: rgba(37, 99, 235, 0.48) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 18px 38px rgba(15, 23, 42, 0.085) !important;
}

#fxLandingRoot[data-fx-theme="dark"] #fxTrialModal .fx-trial-terms {
  border-color: rgba(148, 163, 184, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.84), rgba(6, 78, 59, 0.18)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
}

#fxTrialModal .fx-trial-terms input {
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  appearance: none;
  border: 1.5px solid rgba(100, 116, 139, 0.38) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(15, 23, 42, 0.08) !important;
  cursor: pointer;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

#fxTrialModal .fx-trial-terms input::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  margin: 6px auto 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(-45deg) scale(0.72);
  transition: opacity 140ms ease, transform 140ms ease;
}

#fxTrialModal .fx-trial-terms input:checked {
  border-color: rgba(16, 185, 129, 0.68) !important;
  background: linear-gradient(135deg, #10b981, #0ea5e9) !important;
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.22) !important;
}

#fxTrialModal .fx-trial-terms input:checked::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

#fxTrialModal .fx-trial-terms span {
  display: block;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

#fxTrialModal .fx-trial-terms a {
  color: #2563eb !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

#fxTrialModal .fx-trial-terms a:hover {
  color: #0f766e !important;
}

#fxLandingRoot[data-fx-theme="dark"] #fxTrialModal .fx-trial-terms a {
  color: #7dd3fc !important;
}

#fxTrialModal input {
  min-height: 52px !important;
  border: 1px solid var(--fx-line) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--fx-text) !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06) !important;
}

#fxLandingRoot[data-fx-theme="dark"] #fxTrialModal input {
  background: rgba(15, 23, 42, 0.72) !important;
}

#fxTrialModal button[type="submit"] {
  color: #fff !important;
  background: linear-gradient(135deg, var(--fx-primary), #10b981) !important;
  box-shadow: 0 18px 42px rgba(181, 16, 63, 0.18) !important;
}

#fxTrialModal button[data-fx-close-trial] {
  color: var(--fx-text) !important;
  border-color: var(--fx-line) !important;
  background: rgba(255, 255, 255, 0.68) !important;
}

#fxLandingRoot[data-fx-theme="dark"] #fxTrialModal button[data-fx-close-trial] {
  background: rgba(15, 23, 42, 0.68) !important;
}

.fx-trial-status-ok {
  border-color: rgba(16, 185, 129, 0.35) !important;
  background: rgba(16, 185, 129, 0.1) !important;
  color: #047857 !important;
}

.fx-trial-status-error {
  border-color: rgba(239, 68, 68, 0.35) !important;
  background: rgba(239, 68, 68, 0.1) !important;
  color: #b91c1c !important;
}

.fx-trial-status-info {
  border-color: rgba(59, 130, 246, 0.32) !important;
  background: rgba(59, 130, 246, 0.1) !important;
  color: #1d4ed8 !important;
}

/* Compatibility for tutoriales and shared blocks */
.fx-card-hover {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fx-card-hover:hover {
  transform: translateY(-3px);
}

.fx-gradient-text {
  background: linear-gradient(135deg, var(--fx-primary), #06b6d4, #10b981);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.fx-tutorial-hero-shell,
.fx-tutorial-chip {
  border-color: var(--fx-line) !important;
  background: var(--fx-surface) !important;
  color: var(--fx-text) !important;
  box-shadow: var(--fx-shadow) !important;
}

.fx-tutorial-hero-section,
.fx-tutorial-list-section,
.fx-tutorial-footer {
  border: 0 !important;
}

.fx-tutorial-list-section,
.fx-tutorial-footer {
  background: transparent !important;
}

#fxLandingRoot[data-fx-theme="dark"] .fx-tutorial-list-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(6, 182, 212, 0.08), transparent 24rem),
    rgba(8, 12, 19, 0.18) !important;
}

#fxLandingRoot[data-fx-theme="dark"] .fx-tutorial-footer {
  background: rgba(8, 12, 19, 0.18) !important;
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-hero-shell h1,
#fxLandingRoot[data-fx-theme="light"] article[id^="tutorial-"] h2,
#fxLandingRoot[data-fx-theme="light"] footer .text-white {
  color: #0f172a !important;
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-hero-kicker {
  color: #2563eb !important;
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-hero-copy,
#fxLandingRoot[data-fx-theme="light"] article[id^="tutorial-"] p,
#fxLandingRoot[data-fx-theme="light"] footer .text-slate-400,
#fxLandingRoot[data-fx-theme="light"] footer .text-slate-300 {
  color: #475569 !important;
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-chip {
  border-color: rgba(148, 163, 184, 0.32) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07) !important;
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-chip ion-icon {
  width: 1rem;
  height: 1rem;
  padding: 0.22rem;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #fff !important;
  background: #2563eb;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-chip:nth-child(2) ion-icon {
  background: #10b981;
  box-shadow: 0 10px 22px rgba(16, 185, 129, 0.24);
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-chip:nth-child(3) ion-icon {
  background: #8b5cf6;
  box-shadow: 0 10px 22px rgba(139, 92, 246, 0.24);
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-list-section {
  background: transparent !important;
}

.fx-tutorial-list-section > div {
  padding-top: clamp(3.25rem, 7vw, 4.5rem) !important;
}

#fxLandingRoot[data-fx-theme="light"] article[id^="tutorial-"] {
  border-color: rgba(148, 163, 184, 0.3) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(6, 182, 212, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08) !important;
}

#fxLandingRoot[data-fx-theme="light"] article[id^="tutorial-"] .text-slate-400 {
  color: #64748b !important;
}

#fxLandingRoot[data-fx-theme="light"] article[id^="tutorial-"] .text-blue-100 {
  color: #1d4ed8 !important;
}

#fxLandingRoot[data-fx-theme="light"] article[id^="tutorial-"] a,
#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-hero-shell a {
  color: #0f172a !important;
  border-color: rgba(148, 163, 184, 0.3) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

#fxLandingRoot[data-fx-theme="light"] .fx-tutorial-hero-shell a[data-fx-open-trial] {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
}

@media (max-width: 1180px) {
  .fxlp-hero-grid {
    grid-template-columns: 1fr;
  }

  .fxlp-product-stage {
    min-height: 600px;
  }

  .fxlp-dashboard-card {
    right: 4%;
    width: min(680px, 92%);
  }

  .fxlp-phone-card {
    left: 6%;
  }
}

@media (max-width: 980px) {
  .fxlp-feature-grid,
  .fxlp-pricing-grid {
    grid-template-columns: 1fr;
  }

  .fxlp-price-card {
    min-height: auto;
  }

  .fxlp-price-card.is-featured {
    transform: none;
  }

  .fxlp-flow-grid,
  .fxlp-faq-grid,
  .fxlp-proof-card,
  .fxlp-final-card,
  .fxlp-footer-grid {
    grid-template-columns: 1fr;
  }

  .fxlp-footer-brand-block {
    grid-template-columns: minmax(160px, 250px) minmax(0, 1fr);
  }

  .fxlp-flow-copy {
    position: static;
  }

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

@media (max-width: 767.98px) {
  #fxLandingRoot {
    padding-top: 74px;
  }

  .fxlp-footer {
    padding: 0.75rem 0 1.6rem;
  }

  .fxlp-footer-grid {
    gap: 0.62rem;
    border-radius: 26px;
    padding: 0.62rem;
  }

  .fxlp-footer-brand-block {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .fxlp-footer-logo {
    width: min(270px, 84vw);
  }

  .fxlp-footer p {
    font-size: 1rem;
  }

  .fxlp-contact-link span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .fx-tutorial-list-section > div {
    padding-top: 2.85rem !important;
  }

  #fxLandingHeader {
    background: linear-gradient(135deg, #effcff 0%, #f8fbff 54%, #fff4f8 100%) !important;
    border-color: rgba(148, 163, 184, 0.2) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
    backdrop-filter: none;
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxLandingHeader {
    background: linear-gradient(135deg, #09111d 0%, #080c13 58%, #111827 100%) !important;
    border-color: rgba(148, 163, 184, 0.14) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26) !important;
  }

  #fxLandingHeader .fx-brand-logo {
    height: 54px;
    max-width: min(68vw, 270px);
  }

  #fxLandingHeader [data-fx-mobile-toggle] {
    display: inline-flex !important;
    position: fixed !important;
    top: 18px !important;
    right: 14px !important;
    transform: none !important;
    z-index: 9999 !important;
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(148, 163, 184, 0.32) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #0f172a !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxLandingHeader [data-fx-mobile-toggle] {
    border-color: rgba(148, 163, 184, 0.2) !important;
    background: rgba(15, 23, 42, 0.92) !important;
    color: #f8fafc !important;
  }

  .fxlp-container.fxlp-hero-grid {
    width: calc(100vw - 28px);
    max-width: 1180px;
    margin-inline: auto;
  }

  #fxMobileMenu {
    position: fixed;
    inset: auto 0 0;
    z-index: 9998;
    display: block !important;
    width: 100%;
    max-height: min(82vh, 620px);
    border: 1px solid var(--fx-line) !important;
    border-bottom: 0 !important;
    border-radius: 30px 30px 0 0;
    background:
      radial-gradient(circle at 12% 0%, rgba(6, 182, 212, 0.17), transparent 16rem),
      radial-gradient(circle at 96% 2%, rgba(181, 16, 63, 0.1), transparent 16rem),
      linear-gradient(135deg, rgba(15, 23, 42, 0.034) 25%, transparent 25%) 0 0 / 32px 32px,
      linear-gradient(135deg, transparent 75%, rgba(16, 185, 129, 0.065) 75%) 0 0 / 32px 32px,
      rgba(246, 249, 252, 0.98);
    box-shadow: 0 -28px 70px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
    will-change: transform;
  }

  #fxMobileMenu.hidden {
    display: block !important;
  }

  #fxMobileMenu.fx-mobile-sheet-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(var(--fx-sheet-drag-y, 0));
  }

  #fxMobileMenu.fx-mobile-sheet-dragging {
    transition: none;
  }

  .fx-mobile-sheet-handle {
    position: absolute;
    top: 4px;
    left: 50%;
    width: min(168px, 46vw);
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    transform: translateX(-50%);
    cursor: grab;
    touch-action: none;
  }

  .fx-mobile-sheet-handle::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    width: min(138px, 38vw);
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.22), rgba(100, 116, 139, 0.48), rgba(148, 163, 184, 0.22));
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.56);
    transform: translateX(-50%);
  }

  .fx-mobile-sheet-handle:active {
    cursor: grabbing;
  }

  .fx-mobile-sheet-content {
    max-height: calc(min(82vh, 620px) - 18px);
    overflow-y: auto;
    padding-top: 1.85rem !important;
    padding-inline: 1rem !important;
    padding-bottom: calc(1.15rem + env(safe-area-inset-bottom, 0px)) !important;
    scrollbar-width: thin;
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu {
    background:
      radial-gradient(circle at 12% 0%, rgba(6, 182, 212, 0.09), transparent 16rem),
      radial-gradient(circle at 96% 2%, rgba(244, 63, 94, 0.08), transparent 16rem),
      linear-gradient(135deg, rgba(148, 163, 184, 0.034) 25%, transparent 25%) 0 0 / 32px 32px,
      rgba(8, 12, 19, 0.98);
  }

  #fxLandingRoot[data-fx-theme="dark"] .fx-mobile-sheet-handle {
    background: transparent;
  }

  #fxLandingRoot[data-fx-theme="dark"] .fx-mobile-sheet-handle::before {
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.18), rgba(203, 213, 225, 0.42), rgba(148, 163, 184, 0.18));
    box-shadow: none;
  }

  #fxMobileMenu .fx-landing-mobile-link {
    display: flex;
    align-items: center;
    min-height: 54px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 253, 250, 0.74));
    color: #0f172a !important;
    padding: 0.9rem 1rem;
    font-size: 0.92rem;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
  }

  #fxMobileMenu .fx-landing-mobile-link:hover,
  #fxMobileMenu .fx-landing-mobile-link[data-active="true"] {
    color: var(--fx-primary) !important;
    border-color: rgba(181, 16, 63, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 242, 0.78));
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu .fx-landing-mobile-link {
    border-color: rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.72);
    color: #f8fafc !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu .fx-landing-mobile-link:hover,
  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu .fx-landing-mobile-link[data-active="true"] {
    color: #fecdd3 !important;
    border-color: rgba(251, 113, 133, 0.22);
    background: rgba(127, 29, 29, 0.22);
  }

  #fxMobileMenu .mt-3 a,
  #fxMobileMenu .fx-landing-login {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px !important;
    color: #0f172a !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(148, 163, 184, 0.32) !important;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
  }

  #fxMobileMenu .mt-3 a[data-fx-open-trial],
  #fxMobileMenu .fx-landing-cta {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu .mt-3 a,
  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu .fx-landing-login {
    color: #f8fafc !important;
    background: rgba(15, 23, 42, 0.76) !important;
  }

  #fxLandingRoot[data-fx-theme="dark"] #fxMobileMenu .mt-3 a[data-fx-open-trial] {
    color: #fff !important;
    background: linear-gradient(135deg, var(--fx-primary), #10b981) !important;
  }

  .fxlp-container {
    width: calc(100vw - 28px);
    max-width: 1180px;
  }

  .fxlp-hero-copy,
  .fxlp-hero-text,
  .fxlp-hero-actions,
  .fxlp-stats {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .fxlp-hero-copy {
    text-align: center;
  }

  .fxlp-eyebrow {
    margin-inline: auto;
    justify-content: center;
  }

  .fxlp-hero {
    padding-top: 2.7rem;
    min-height: auto;
    overflow: clip;
  }

  .fxlp-hero h1 {
    max-width: min(100%, 39rem);
    margin-inline: auto;
    font-size: clamp(1.96rem, 8.35vw, 2.82rem);
    letter-spacing: -0.024em;
    line-height: 1.04;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: balance;
  }

  .fxlp-hero h1 .fxlp-h1-line {
    display: inline;
    max-width: 100%;
  }

  .fxlp-hero h1 .fxlp-h1-line::after {
    content: " ";
  }

  .fxlp-hero h1 .fxlp-h1-line:last-child::after {
    content: "";
  }

  .fxlp-hero-text {
    margin-inline: auto;
    overflow-wrap: break-word;
  }

  .fxlp-proof-row {
    display: none;
  }

  .fxlp-hero-actions,
  .fxlp-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fxlp-btn {
    width: 100%;
    max-width: 100%;
  }

  .fxlp-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .fxlp-stat {
    min-width: 0;
    border-radius: 16px;
    padding: 0.68rem;
  }

  .fxlp-stat strong {
    font-size: clamp(1.02rem, 5vw, 1.2rem);
  }

  .fxlp-stat span {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .fxlp-product-stage {
    min-height: 570px;
    overflow: hidden;
    margin-top: 0.4rem;
    width: 100%;
    max-width: 100%;
    contain: paint;
  }

  .fxlp-dashboard-card {
    top: 12px;
    right: auto;
    left: 50%;
    width: min(620px, 112%);
    transform: translateX(-47%) scale(0.82) rotateX(7deg) rotateY(-12deg);
    transform-origin: top center;
  }

  .fxlp-phone-card {
    left: 50%;
    bottom: 0;
    width: min(292px, calc(100vw - 44px));
    height: 548px;
    transform: translateX(-50%) rotateZ(-3deg);
  }

  .fxlp-phone-sales {
    margin-top: 1.15rem;
  }

  .fxlp-phone-dashboard-view.is-active {
    max-height: 352px;
    gap: 0.5rem;
    margin-top: 0.82rem;
    padding: 0.02rem 0.08rem 0.82rem 0.02rem;
  }

  .fxlp-phone-products-view.is-active {
    height: 352px;
    max-height: 352px;
    padding-bottom: 4.35rem;
  }

  .fxlp-phone-reports-view.is-active {
    height: 352px;
    max-height: 352px;
    gap: 0.5rem;
    margin-top: 0.82rem;
    padding: 0.02rem 0.08rem 4.35rem 0.02rem;
  }

  .fxlp-phone-report-hero {
    border-radius: 16px;
    padding: 0.68rem 0.64rem;
  }

  .fxlp-phone-report-hero strong {
    font-size: 0.78rem;
  }

  .fxlp-phone-report-list article {
    grid-template-columns: 31px minmax(0, 1fr);
    min-height: 52px;
    border-radius: 14px;
    padding: 0.48rem 0.52rem;
  }

  .fxlp-phone-report-list .fxlp-phone-report-icon {
    width: 31px;
    height: 31px;
    border-radius: 11px;
  }

  .fxlp-phone-report-list .fxlp-phone-report-icon ion-icon {
    width: 15px;
    height: 15px;
  }

  .fxlp-phone-report-list strong {
    font-size: 0.55rem;
  }

  .fxlp-phone-report-list small {
    font-size: 0.44rem;
  }

  .fxlp-phone-dashboard-actions {
    gap: 0.38rem;
    border-radius: 16px;
    padding: 0.46rem;
  }

  .fxlp-phone-dashboard-actions button {
    min-height: 31px;
    border-radius: 10px;
    font-size: 0.52rem;
  }

  .fxlp-phone-dashboard-metrics {
    gap: 0.48rem;
  }

  .fxlp-phone-dashboard-metrics article {
    min-height: 88px;
    border-radius: 16px;
    padding: 0.62rem 0.66rem;
  }

  .fxlp-phone-dashboard-metrics ion-icon {
    width: 21px;
    height: 21px;
    border-radius: 8px;
    font-size: 0.68rem;
    padding: 0.24rem;
  }

  .fxlp-phone-dashboard-metrics small {
    margin-top: 0.44rem;
    font-size: 0.5rem;
  }

  .fxlp-phone-dashboard-metrics strong {
    font-size: 0.98rem;
  }

  .fxlp-phone-dashboard-panel {
    border-radius: 16px;
    padding: 0.64rem;
  }

  .fxlp-phone-dashboard-chart {
    height: 126px;
    border-radius: 13px;
  }

  .fxlp-phone-dashboard-list div {
    min-height: 38px;
    border-radius: 11px;
  }

  .fxlp-float-card {
    display: none;
  }

  .fxlp-section {
    padding: 3.3rem 0;
  }

  .fxlp-section-head h2,
  .fxlp-flow-copy h2,
  .fxlp-pricing-head h2,
  .fxlp-proof-card h2,
  .fxlp-faq-grid h2,
  .fxlp-final-card h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .fxlp-pricing-head {
    align-items: stretch;
    flex-direction: column;
  }

  .fxlp-price-switch {
    width: 100%;
  }

  .fxlp-price-switch button {
    min-width: 0;
  }

  .fxlp-flow-steps article {
    grid-template-columns: 1fr;
  }

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

  .fxlp-whatsapp {
    width: 48px;
    height: 48px;
    border-radius: 17px;
  }

  #fxLandingRoot.fx-mobile-menu-open .fxlp-whatsapp {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.92);
  }
}

@media (max-width: 420px) {
  .fxlp-hero h1 {
    max-width: calc(100vw - 18px);
    font-size: clamp(1.78rem, 8.7vw, 2.22rem);
    letter-spacing: -0.015em;
    line-height: 1.06;
  }

  .fxlp-dashboard-card {
    transform: translateX(-47%) scale(0.72) rotateX(7deg) rotateY(-12deg);
  }

  .fxlp-phone-card {
    width: min(286px, calc(100vw - 38px));
    height: 536px;
  }

  .fxlp-product-stage {
    min-height: 590px;
  }
}

@media (max-width: 540px) {
  .fxlp-container,
  .fxlp-container.fxlp-hero-grid {
    width: min(calc(100vw - 28px), 362px);
    margin-left: 14px;
    margin-right: 14px;
  }

  .fxlp-container.fxlp-hero-grid {
    width: calc(100vw - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }

  #fxLandingHeader [data-fx-mobile-toggle] {
    right: auto !important;
    left: min(calc(100vw - 56px), 334px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #fxLandingRoot *,
  #fxLandingRoot *::before,
  #fxLandingRoot *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  [data-fx-reveal] {
    opacity: 1;
    transform: none;
  }
}
