:root {
  --navy-950: #020817;
  --navy-900: #06152d;
  --navy-800: #092653;
  --blue: #1677ff;
  --blue-2: #3aa0ff;
  --yellow: #ffd335;
  --white: #ffffff;
  --muted: #b9c9df;
  --line: rgba(116, 169, 255, 0.22);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 72% 18%, rgba(22, 119, 255, 0.22), transparent 28%),
    radial-gradient(circle at 18% 55%, rgba(27, 93, 202, 0.18), transparent 34%),
    linear-gradient(135deg, #020817 0%, #061a3a 42%, #08265a 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 96%, rgba(58,160,255,.08) 97%, transparent 100%),
    radial-gradient(circle at 92% 70%, rgba(22,119,255,.2), transparent 18%);
  opacity: .65;
}

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

button { font: inherit; }

.landing-shell {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0 70px;
  position: relative;
  z-index: 1;
}

.landing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(178px, 16vw, 254px);
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .26));
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.1vw, 38px);
  font-size: 16px;
  font-weight: 800;
  color: #edf5ff;
}

.landing-nav a:not(.nav-login):not(.nav-register) {
  opacity: .94;
}

.nav-login,
.nav-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  white-space: nowrap;
}

.nav-login {
  border: 1px solid rgba(222, 235, 255, .56);
  background: rgba(255, 255, 255, .025);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.nav-register {
  background: linear-gradient(135deg, #1682ff, #0864e7);
  box-shadow: 0 18px 44px rgba(22, 119, 255, .32);
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, .84fr) minmax(620px, 1.16fr);
  align-items: center;
  gap: 52px;
  min-height: calc(100vh - 110px);
  padding: 50px 0 34px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: #2fa0ff;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
}

.hero h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(52px, 5.2vw, 86px);
  line-height: .98;
  letter-spacing: -.075em;
  text-wrap: balance;
  text-shadow: 0 12px 34px rgba(0,0,0,.28);
}

.hero h2 {
  margin: 24px 0 0;
  max-width: 760px;
  color: var(--yellow);
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1.03;
  letter-spacing: -.07em;
  text-shadow: 0 16px 36px rgba(255, 211, 53, .13);
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #dce9fb;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.primary-cta,
.secondary-cta {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.primary-cta:hover,
.secondary-cta:hover,
.nav-register:hover,
.nav-login:hover {
  transform: translateY(-1px);
}

.primary-cta {
  border: 0;
  color: #06162e;
  background: linear-gradient(135deg, #ffe45e, var(--yellow));
  box-shadow: 0 20px 44px rgba(255, 211, 53, .28);
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(222, 235, 255, .44);
  color: #fff;
  background: rgba(255,255,255,.025);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 46px;
  color: #eaf3ff;
}

.hero-proof span {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 12px;
  align-items: center;
  min-width: 150px;
}

.hero-proof span::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(58,160,255,.4);
  background:
    radial-gradient(circle at 50% 42%, rgba(58,160,255,.34), transparent 42%),
    rgba(22,119,255,.1);
  box-shadow: 0 0 30px rgba(22,119,255,.18);
}

.hero-proof b,
.hero-proof small {
  display: block;
}

.hero-proof b {
  color: #58aeff;
  font-size: 16px;
}

.hero-proof small {
  margin-top: 2px;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 690px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 60px 0 0 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,119,255,.22), transparent 62%);
  filter: blur(18px);
  z-index: -3;
}

.panel-mockup {
  position: absolute;
  left: 0;
  top: 88px;
  z-index: 2;
  width: min(760px, 74%);
  display: grid;
  grid-template-columns: 178px 1fr;
  overflow: hidden;
  border-radius: 24px;
  background: #f6f9fe;
  color: #06162e;
  border: 1px solid rgba(87, 160, 255, .74);
  box-shadow:
    0 0 0 1px rgba(58,160,255,.18),
    0 0 54px rgba(22,119,255,.26),
    var(--shadow);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
}

.mock-sidebar {
  padding: 22px 16px;
  background: linear-gradient(180deg, #071b3a, #05132b);
  color: #dce9fb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mock-sidebar-logo {
  height: 42px;
  margin-bottom: 10px;
}

.mock-sidebar-logo img {
  height: 36px;
  width: 138px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.26));
}

.mock-sidebar span {
  padding: 11px 13px;
  border-radius: 12px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 850;
}

.mock-sidebar span.active {
  background: #2459e8;
  color: #fff;
  box-shadow: 0 10px 24px rgba(36,89,232,.28);
}

.mock-user {
  margin-top: auto;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
}

.mock-user strong,
.mock-user small {
  display: block;
}

.mock-user small {
  color: #a8b9d5;
}

.mock-content {
  padding: 26px;
  min-width: 0;
}

.mock-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.mock-topbar h3 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -.05em;
}

.mock-search {
  flex: 1;
  max-width: 360px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid #dce7f4;
  color: #8ca0ba;
  background: #fff;
  font-size: 12px;
}

.mock-table {
  border: 1px solid #dfebf8;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.mock-row {
  display: grid;
  grid-template-columns: 1.25fr .92fr 1fr 1.05fr .9fr;
  gap: 11px;
  align-items: center;
  padding: 13px 14px;
  border-bottom: 1px solid #edf3fa;
  font-size: 12px;
}

.mock-row:last-child { border-bottom: 0; }

.mock-row span { min-width: 0; }

.mock-row b,
.mock-row small {
  display: block;
}

.mock-row small {
  color: #7386a2;
  margin-top: 3px;
}

.mock-head {
  color: #60738e;
  background: #f8fbff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 950;
}

.mock-row em,
.client-card-head em,
.demo-row em,
.demo-ficha em {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.ok { background: #dcfce7; color: #087436; }
.warn { background: #fff1db; color: #d85a00; }
.blue { background: #e7f0ff; color: #0f62d8; }
.new { background: #edf2f8; color: #50647e; }

.client-card-preview {
  position: absolute;
  left: 330px;
  bottom: 26px;
  z-index: 4;
  width: 360px;
  padding: 20px;
  border-radius: 22px;
  color: #06162e;
  background: rgba(255,255,255,.96);
  border: 1px solid #dbe8f6;
  box-shadow: 0 26px 66px rgba(0,0,0,.23);
}

.client-card-preview > button {
  position: absolute;
  top: 13px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #8a9db8;
  font-size: 22px;
}

.client-card-preview p {
  margin: 0 0 14px;
  color: #435875;
  font-size: 13px;
  font-weight: 950;
}

.client-card-head {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
}

.client-card-head > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #fff;
  background: #367bff;
  font-weight: 950;
}

.client-card-head strong,
.client-card-head small {
  display: block;
}

.client-card-head small {
  color: #657891;
  margin-top: 3px;
}

.client-card-grid,
.client-modules {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

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

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

.client-card-grid span,
.client-modules span,
.next-action {
  padding: 12px 10px;
  border-radius: 14px;
  background: #f7fbff;
  border: 1px solid #e0ebf7;
}

.client-card-grid b,
.client-card-grid small,
.client-modules small,
.next-action strong,
.next-action small {
  display: block;
}

.client-card-grid b {
  color: #6c7f98;
  font-size: 11px;
}

.client-card-grid small,
.client-modules small,
.next-action small {
  color: #4c617d;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.35;
}

.client-modules span {
  text-align: center;
  font-weight: 900;
  color: #176ee9;
  font-size: 11px;
}

.next-action {
  margin-top: 14px;
}

.pablo-hero {
  position: absolute;
  right: -10px;
  bottom: -18px;
  z-index: 3;
  height: clamp(560px, 58vw, 790px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 56px rgba(0,0,0,.38));
}

.system-flow,
.contact-section,
.benefits {
  padding-top: 82px;
  text-align: center;
}

.system-flow h2,
.contact-section h2,
.benefits h2 {
  margin: 0 auto 28px;
  max-width: 820px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.05;
  letter-spacing: -.06em;
}

.flow-grid,
.benefit-grid,
.contact-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

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

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

.contact-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.flow-grid article,
.benefit-grid article,
.contact-card {
  text-align: left;
  padding: 24px;
  min-height: 150px;
  border-radius: 22px;
  color: #eff6ff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 60px rgba(0,0,0,.13);
}

.flow-grid span,
.contact-card span {
  color: var(--yellow);
  font-weight: 950;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flow-grid strong,
.benefit-grid strong,
.contact-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.flow-grid small,
.benefit-grid p,
.contact-card small {
  display: block;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact-card strong {
  word-break: break-word;
}

/* Demo modal */
.demo-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 24px;
}

.demo-overlay.open {
  display: grid;
  place-items: center;
}

.demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,8,23,.72);
  backdrop-filter: blur(10px);
}

.demo-modal {
  position: relative;
  width: min(1120px, calc(100vw - 42px));
  max-height: min(780px, calc(100vh - 42px));
  overflow: hidden;
  border-radius: 28px;
  background: #f3f7fc;
  color: #06162e;
  border: 1px solid rgba(255,255,255,.44);
  box-shadow: 0 34px 120px rgba(0,0,0,.42);
}

.demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: #fff;
  border-bottom: 1px solid #dfebf7;
}

.demo-header p {
  margin: 0 0 5px;
  color: #1677ff;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

.demo-header h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.04em;
}

.demo-header button {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  border: 1px solid #d9e5f3;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
}

.demo-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  height: 650px;
  max-height: calc(100vh - 122px);
}

.demo-side {
  padding: 18px 12px;
  background: #071832;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.demo-side img {
  width: 145px;
  height: auto;
  margin: 2px 8px 16px;
}

.demo-side button {
  padding: 13px 14px;
  border: 0;
  border-radius: 13px;
  color: #dbeafe;
  background: transparent;
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}

.demo-side button.active,
.demo-side button:hover {
  color: #fff;
  background: #2459e8;
}

.demo-main {
  overflow: auto;
  padding: 24px;
}

.demo-title h3,
.demo-ficha h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -.05em;
}

.demo-title p {
  margin: 6px 0 18px;
  color: #536982;
}

.demo-table {
  border: 1px solid #dce7f4;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.demo-row {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr 1.05fr .9fr .55fr;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #e9f0f8;
  align-items: center;
  text-align: left;
  background: #fff;
  color: #06162e;
  cursor: pointer;
}

.demo-row:last-child {
  border-bottom: 0;
}

.demo-row b,
.demo-row small {
  display: block;
}

.demo-row small {
  color: #7890ac;
  margin-top: 4px;
}

.demo-head {
  background: #f8fbff;
  color: #536781;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
  cursor: default;
}

.back {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid #dce7f4;
  background: #fff;
  color: #06162e;
  cursor: pointer;
  font-weight: 850;
}

.ficha-head {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dce7f4;
}

.ficha-head > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #367bff;
  color: #fff;
  font-weight: 950;
}

.ficha-head p {
  margin: 4px 0 0;
  color: #60748e;
}

.ficha-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.ficha-grid article {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dce7f4;
}

.ficha-grid p {
  color: #60748e;
}

.ficha-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ficha-actions button {
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #1677ff;
  font-weight: 900;
}

.placeholder-demo {
  min-height: 320px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #526781;
  background: #fff;
  border: 1px solid #dce7f4;
  font-weight: 900;
}

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

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

  .panel-mockup {
    left: 0;
    width: min(840px, 86%);
  }

  .pablo-hero {
    right: 4%;
  }
}

@media (max-width: 920px) {
  .landing-shell {
    width: min(100% - 28px, 1500px);
  }

  .landing-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-nav {
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .nav-login,
  .nav-register {
    min-height: 44px;
    padding: 0 18px;
  }

  .hero {
    gap: 20px;
    padding-top: 32px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero h2 {
    font-size: 38px;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .panel-mockup,
  .client-card-preview,
  .pablo-hero {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .panel-mockup {
    grid-template-columns: 1fr;
  }

  .mock-sidebar {
    flex-direction: row;
    overflow-x: auto;
  }

  .mock-sidebar-logo,
  .mock-user {
    display: none;
  }

  .mock-row,
  .demo-row {
    grid-template-columns: 1fr;
  }

  .mock-head,
  .demo-head {
    display: none;
  }

  .pablo-hero {
    width: min(360px, 80vw);
    height: auto;
    justify-self: center;
  }

  .client-card-grid,
  .client-modules,
  .flow-grid,
  .benefit-grid,
  .contact-grid,
  .ficha-grid {
    grid-template-columns: 1fr;
  }

  .demo-body {
    grid-template-columns: 1fr;
    height: auto;
  }

  .demo-side {
    flex-direction: row;
    overflow-x: auto;
  }

  .demo-side img {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand {
    width: 190px;
  }

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

  .primary-cta,
  .secondary-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-proof {
    gap: 16px;
  }

  .mock-content {
    padding: 18px;
  }

  .mock-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* LANDING V10B SIZE TUNING START */
/*
  Ajuste visual posterior a validacion:
  - Hero menos gigante.
  - Pablo no corta tanto la escena.
  - Panel y ficha demo con escala mas realista.
  - Botones/header mas proporcionados.
*/

.landing-shell {
  width: min(1440px, calc(100% - 72px));
  padding-top: 24px;
  padding-bottom: 56px;
}

.landing-header {
  gap: 22px;
}

.brand {
  width: clamp(168px, 14vw, 224px);
}

.landing-nav {
  gap: clamp(16px, 1.9vw, 30px);
  font-size: 14px;
}

.nav-login,
.nav-register {
  min-height: 46px;
  padding: 0 24px;
}

.hero {
  grid-template-columns: minmax(380px, .88fr) minmax(560px, 1.12fr);
  gap: 42px;
  min-height: calc(100vh - 96px);
  padding: 36px 0 20px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 18px;
  font-size: 12px;
}

.hero h1 {
  max-width: 610px;
  font-size: clamp(44px, 4.45vw, 70px);
  line-height: .985;
  letter-spacing: -.068em;
}

.hero h2 {
  max-width: 660px;
  margin-top: 18px;
  font-size: clamp(34px, 3.25vw, 56px);
  line-height: 1.04;
  letter-spacing: -.062em;
}

.hero-lead {
  max-width: 600px;
  margin-top: 22px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.62;
}

.hero-actions {
  gap: 12px;
  margin-top: 26px;
}

.primary-cta,
.secondary-cta {
  min-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}

.hero-proof {
  margin-top: 32px;
  gap: 20px;
}

.hero-proof span {
  min-width: 138px;
  grid-template-columns: 38px auto;
  gap: 10px;
}

.hero-proof span::before {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}

.hero-proof b {
  font-size: 14px;
}

.hero-proof small {
  font-size: 12px;
}

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

.hero-visual::before {
  inset: 46px 0 0 60px;
}

.panel-mockup {
  top: 78px;
  width: min(680px, 72%);
  grid-template-columns: 154px 1fr;
  border-radius: 22px;
  transform: perspective(1100px) rotateY(-3deg) rotateX(.8deg);
}

.mock-sidebar {
  padding: 18px 14px;
  gap: 8px;
}

.mock-sidebar-logo {
  height: 36px;
  margin-bottom: 8px;
}

.mock-sidebar-logo img {
  height: 30px;
  width: 118px;
}

.mock-sidebar span {
  padding: 9px 11px;
  border-radius: 11px;
  font-size: 12px;
}

.mock-user {
  padding: 10px 12px;
  border-radius: 14px;
}

.mock-content {
  padding: 20px;
}

.mock-topbar {
  gap: 14px;
  margin-bottom: 15px;
}

.mock-topbar h3 {
  font-size: 23px;
}

.mock-search {
  max-width: 310px;
  padding: 11px 13px;
  border-radius: 12px;
  font-size: 11px;
}

.mock-table {
  border-radius: 14px;
}

.mock-row {
  grid-template-columns: 1.22fr .88fr .96fr .98fr .86fr;
  gap: 9px;
  padding: 10px 12px;
  font-size: 10.8px;
}

.mock-head {
  font-size: 9px;
}

.mock-row em,
.client-card-head em,
.demo-row em,
.demo-ficha em {
  padding: 6px 8px;
  font-size: 10px;
}

.client-card-preview {
  left: 286px;
  bottom: 20px;
  width: 326px;
  padding: 16px;
  border-radius: 20px;
}

.client-card-preview p {
  margin-bottom: 11px;
  font-size: 12px;
}

.client-card-preview > button {
  top: 9px;
  right: 11px;
  font-size: 20px;
}

.client-card-head {
  grid-template-columns: 46px 1fr auto;
  gap: 10px;
}

.client-card-head > span {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  font-size: 13px;
}

.client-card-head strong {
  font-size: 14px;
}

.client-card-head small {
  font-size: 11px;
}

.client-card-grid,
.client-modules {
  gap: 8px;
  margin-top: 12px;
}

.client-card-grid span,
.client-modules span,
.next-action {
  padding: 10px 8px;
  border-radius: 12px;
}

.client-card-grid b,
.client-card-grid small,
.client-modules small,
.next-action strong,
.next-action small {
  font-size: 10px;
}

.pablo-hero {
  right: -18px;
  bottom: 0;
  height: clamp(470px, 43vw, 625px);
}

@media (max-width: 1280px) {
  .landing-shell {
    width: min(1320px, calc(100% - 56px));
  }

  .hero {
    grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr);
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(42px, 4.7vw, 64px);
  }

  .hero h2 {
    font-size: clamp(32px, 3.6vw, 52px);
  }

  .panel-mockup {
    width: min(640px, 73%);
  }

  .client-card-preview {
    left: 248px;
    width: 306px;
  }

  .pablo-hero {
    height: clamp(430px, 43vw, 570px);
    right: -28px;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .panel-mockup {
    left: 0;
    width: min(660px, 72%);
  }

  .client-card-preview {
    left: 260px;
  }

  .pablo-hero {
    right: 0;
    height: min(560px, 58vw);
  }
}

@media (max-width: 780px) {
  .landing-shell {
    width: min(100% - 28px, 1440px);
    padding-top: 18px;
  }

  .landing-header {
    align-items: flex-start;
  }

  .brand {
    width: 174px;
  }

  .landing-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 12px;
    font-size: 13px;
    padding-bottom: 4px;
  }

  .nav-login,
  .nav-register {
    min-height: 40px;
    padding: 0 18px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero h2 {
    font-size: 34px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
    min-height: 46px;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .pablo-hero {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    width: min(330px, 82vw);
    margin: 0 auto;
    order: 1;
  }

  .panel-mockup {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    grid-template-columns: 1fr;
    transform: none;
    order: 2;
  }

  .mock-sidebar {
    display: none;
  }

  .client-card-preview {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    order: 3;
  }
}
/* LANDING V10B SIZE TUNING END */

/* DEMO 360 D1 START */
body.demo360-open{overflow:hidden}
.demo360-overlay{--b:#1769e0;--n:#071a38;--t:#17243a;--m:#69788d;--bd:#dfe7f1;--bg:#f4f7fb}
.demo360-modal{width:min(1480px,calc(100vw - 28px));height:min(880px,calc(100vh - 28px));max-height:calc(100vh - 28px);display:grid;grid-template-rows:auto auto 1fr;border-radius:24px;background:#fff;color:var(--t);overflow:hidden;box-shadow:0 28px 90px rgba(2,15,35,.34)}
.demo360-header{min-height:92px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--bd)}
.demo360-header span{display:block;color:var(--b);font-size:10px;font-weight:900;letter-spacing:.08em}
.demo360-header h2{margin:5px 0 3px;color:var(--n);font-size:27px}.demo360-header p{margin:0;color:var(--m);font-size:13px}
.demo360-header-actions{display:flex;gap:8px}.demo360-header-actions button{min-height:40px;padding:0 14px;border:1px solid var(--bd);border-radius:11px;background:#fff;color:var(--t);font-weight:800;cursor:pointer}.demo360-header-actions button:last-child{width:40px;padding:0;border-radius:50%;font-size:23px}
.demo360-progress{padding:12px 24px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;border-bottom:1px solid var(--bd);background:#f9fbfe}
.demo360-progress>div{position:relative;display:flex;align-items:center;gap:8px;color:#9aa7b8;min-width:0}.demo360-progress>div:not(:last-child):after{content:"";position:absolute;left:31px;right:-4px;top:13px;height:2px;background:#dce4ee}
.demo360-progress span{position:relative;z-index:1;width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border:2px solid #dce4ee;border-radius:50%;background:#fff;font-size:11px;font-weight:900}
.demo360-progress small{position:relative;z-index:1;padding-right:7px;background:#f9fbfe;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.demo360-progress .done,.demo360-progress .active{color:var(--b)}.demo360-progress .done span{border-color:#149b62;background:#149b62;color:#fff}.demo360-progress .done:after{background:#149b62}.demo360-progress .active span{border-color:var(--b);box-shadow:0 0 0 4px rgba(23,105,224,.11)}
.demo360-shell{min-height:0;display:grid;grid-template-columns:230px 1fr}.demo360-side{min-height:0;padding:20px 15px;display:flex;flex-direction:column;background:linear-gradient(180deg,#071a38,#0a2550);color:#fff}
.demo360-side>img{width:150px;margin:0 7px 20px;filter:brightness(0) invert(1)}.demo360-actor{padding:12px;margin-bottom:16px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.08)}
.demo360-actor span,.demo360-actor strong{display:block}.demo360-actor span{color:#a9bddc;font-size:9px;font-weight:900;letter-spacing:.08em}.demo360-actor strong{margin-top:4px;font-size:12px}
.demo360-side nav{display:grid;gap:6px}.demo360-side nav button{min-height:42px;padding:0 13px;border:0;border-radius:10px;background:transparent;color:#cbd8ec;text-align:left;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.demo360-side nav button:hover,.demo360-side nav button.active{background:rgba(255,255,255,.12);color:#fff}
.demo360-side>small{margin-top:auto;padding:13px;border:1px solid rgba(117,202,168,.2);border-radius:12px;background:rgba(22,137,88,.14);color:#b9c8dc;font-size:10px;line-height:1.45}
.demo360-main{min-width:0;min-height:0;padding:24px;overflow:auto;background:var(--bg);outline:none}.demo360-finance-mode .demo360-side{background:linear-gradient(180deg,#102c52,#0b203d)}
.d360-page{max-width:1160px;margin:0 auto}.d360-intro,.d360-success{min-height:100%;max-width:1080px;margin:0 auto;display:grid;place-items:center;align-content:center}.d360-intro{grid-template-columns:1.2fr .8fr;gap:32px}
.d360-intro h3,.d360-success h3{margin:13px 0 10px;color:var(--n);font-size:clamp(30px,4vw,52px);line-height:1.03;letter-spacing:-.035em}.d360-intro p,.d360-success>p{color:var(--m);font-size:16px;line-height:1.6}
.d360-pill{display:inline-flex;width:fit-content;min-height:27px;align-items:center;padding:0 9px;border:1px solid #bed4f4;border-radius:999px;background:#eaf3ff;color:#0c4fb6;font-size:10px;font-weight:900}
.d360-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.d360-primary,.d360-secondary{min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;font:inherit;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}.d360-primary{border:1px solid var(--b);background:var(--b);color:#fff}.d360-secondary{border:1px solid var(--bd);background:#fff;color:var(--t)}.full{width:100%}
.d360-trust{display:flex;flex-wrap:wrap;gap:15px;margin-top:17px;color:#617086;font-size:11px;font-weight:800}.d360-flow,.d360-card,.d360-table,.d360-consult,.d360-client-strip,.d360-notify{border:1px solid var(--bd);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(18,47,89,.05)}
.d360-flow{padding:24px}.d360-flow ol{margin:18px 0 0;padding:0;display:grid;gap:12px;list-style:none}.d360-flow li{display:flex;align-items:center;gap:10px;color:#536176;font-size:12px;font-weight:800}.d360-flow li b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#eaf3ff;color:var(--b)}
.d360-head{margin-bottom:19px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.d360-head h3,.d360-file h3{margin:5px 0;color:var(--n);font-size:25px}.d360-head p,.d360-file p{margin:0;color:var(--m);font-size:12px}.d360-head i{padding:8px 11px;border-radius:999px;background:#edf1f6;color:#627086;font-size:10px;font-style:normal;font-weight:900;white-space:nowrap}.d360-head i.ok{background:#def7ea;color:#087747}
.d360-card{padding:18px}.d360-card h4,.d360-form h4{margin:0 0 14px;color:var(--n);font-size:14px}.d360-form h4:not(:first-child){margin-top:20px;padding-top:18px;border-top:1px solid #edf1f5}
.d360-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.d360-form label{display:grid;gap:6px;color:#46546a;font-size:10px;font-weight:900}.d360-form input,.d360-form select,.d360-form textarea{width:100%;min-height:41px;padding:8px 11px;border:1px solid #cfdae8;border-radius:9px;background:#fff;color:var(--t);font:inherit;font-size:12px;outline:none}.d360-form textarea{min-height:70px;resize:vertical}.d360-form input:focus,.d360-form select:focus,.d360-form textarea:focus{border-color:var(--b);box-shadow:0 0 0 3px rgba(23,105,224,.1)}
.d360-docs{margin-top:19px;padding:14px;display:flex;flex-wrap:wrap;gap:8px;border-radius:12px;background:#f4f8fd}.d360-docs strong{width:100%;font-size:12px}.d360-docs span,.d360-send span{padding:6px 8px;border-radius:7px;background:#fff;color:#347056;font-size:10px;font-weight:800}.d360-form-actions{margin-top:19px;display:flex;justify-content:flex-end;gap:9px}
.d360-empty{min-height:300px;padding:30px;display:grid;place-items:center;align-content:center;gap:9px;border:1px dashed #cbd7e6;border-radius:17px;background:rgba(255,255,255,.72);text-align:center}.d360-empty strong{color:var(--n);font-size:16px}.d360-empty p{margin:0 0 8px;color:var(--m);font-size:12px}
.d360-table{overflow:hidden}.d360-table .row{width:100%;min-height:64px;padding:10px 14px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr .7fr;align-items:center;gap:10px;border:0;border-bottom:1px solid #edf1f5;background:#fff;color:var(--t);text-align:left;font:inherit}.d360-table button.row{cursor:pointer}.d360-table button.row:hover{background:#f7faff}.d360-table .header{min-height:40px;background:#f5f8fc;color:#7b889b;font-size:9px;font-weight:900;text-transform:uppercase}.d360-table strong,.d360-table small{display:block}.d360-table small{margin-top:3px;color:var(--m);font-size:10px}.d360-table .link{color:var(--b);font-size:11px;font-weight:900}
.d360-badge{display:inline-flex;width:fit-content;min-height:25px;align-items:center;padding:0 8px;border-radius:999px;font-style:normal;font-size:9px;font-weight:900;white-space:nowrap}.d360-badge.ready{background:#e4f0ff;color:#155dad}.d360-badge.waiting{background:#fff0d7;color:#9e5b00}.d360-badge.offer,.d360-badge.formal{background:#e9e5ff;color:#5446b4}
.d360-back{margin-bottom:13px;padding:0;border:0;background:transparent;color:var(--b);font:inherit;font-size:11px;font-weight:900;cursor:pointer}.d360-file{padding:18px;margin-bottom:16px;display:flex;align-items:center;gap:13px;border:1px solid var(--bd);border-radius:17px;background:#fff}.d360-file.compact{padding:0 0 14px;border:0;border-bottom:1px solid #edf1f5;border-radius:0;box-shadow:none}.d360-file>.d360-badge{margin-left:auto}
.d360-avatar{width:49px;height:49px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(135deg,#1f74e8,#0c4ba8);color:#fff;font-weight:900}.d360-avatar.small{width:39px;height:39px;border-radius:11px;font-size:11px}
.d360-summary{margin-bottom:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.d360-summary article{min-height:70px;padding:13px;display:grid;gap:6px;border:1px solid var(--bd);border-radius:13px;background:#fff}.d360-summary span{color:var(--m);font-size:9px;font-weight:900;text-transform:uppercase}.d360-summary strong{color:var(--n);font-size:12px}
.d360-cols{display:grid;grid-template-columns:.8fr 1.2fr;gap:13px}.d360-card dl,.d360-mail dl,.d360-pdf dl{margin:0;display:grid;gap:8px}.d360-card dl>div,.d360-mail dl>div,.d360-pdf dl>div{padding-bottom:8px;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #edf1f5}.d360-card dt,.d360-mail dt,.d360-pdf dt{color:var(--m);font-size:10px}.d360-card dd,.d360-mail dd,.d360-pdf dd{margin:0;font-size:11px;font-weight:900;text-align:right}
.d360-timeline{display:grid;gap:8px}.d360-timeline>div{display:grid;grid-template-columns:45px 1fr;gap:8px;font-size:10px}.d360-timeline span,.d360-muted{color:var(--m)}.d360-next{margin-top:14px;min-height:70px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #bed5f5;border-radius:14px;background:#eef6ff}.d360-next strong,.d360-next span{display:block}.d360-next strong{font-size:11px}.d360-next span{margin-top:3px;color:#5f718a;font-size:10px}
.d360-buckets{margin-bottom:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.d360-buckets article{min-height:75px;padding:14px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--bd);border-radius:13px;background:#fff}.d360-buckets article.active{border-color:#9fc4f7;background:#f1f7ff}.d360-buckets span{color:#59677b;font-size:11px;font-weight:800}.d360-buckets b{font-size:23px}
.d360-consult{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.d360-consult h4{margin:6px 0 3px;font-size:17px}.d360-consult p{margin:0;color:var(--m);font-size:11px}.d360-consult>div:last-child{display:flex;align-items:center;gap:9px}.d360-notify{margin-bottom:14px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;border-color:#b8d7c8;background:#effbf5}.d360-notify p{margin:3px 0 0;color:#547062;font-size:10px}.d360-notify button{border:0;background:transparent;color:#087747;font-weight:900;cursor:pointer}
.d360-fin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.d360-bank{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#eaf3ff;font-size:18px}.d360-fin-grid h4{margin:13px 0 4px}.d360-fin-grid p{min-height:34px;margin:0 0 12px;color:var(--m);font-size:11px}.d360-fin-grid em{display:block;margin-top:12px;padding:7px;border-radius:7px;background:#e8f8ef;color:#087747;font-size:9px;font-style:normal;font-weight:900;text-align:center}
.d360-extension h3{font-size:24px}.d360-extension p{color:var(--m);line-height:1.6}.d360-extension>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px}.d360-extension>div span{padding:8px 10px;border-radius:8px;background:#edf4fd;font-size:10px;font-weight:800}
.d360-client-strip{margin-bottom:14px;padding:12px 14px;display:flex;align-items:center;gap:11px}.d360-client-strip>div{flex:1}.d360-client-strip strong,.d360-client-strip small{display:block}.d360-client-strip small{margin-top:3px;color:var(--m);font-size:10px}
.d360-options{display:grid;gap:9px}.d360-options label{min-height:76px;padding:11px 13px;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:11px;border:1px solid var(--bd);border-radius:12px;background:#fff;cursor:pointer}.d360-options label.selected{border-color:var(--b);box-shadow:0 0 0 3px rgba(23,105,224,.1)}.d360-options p{margin:3px 0;color:var(--m);font-size:10px}.d360-options small{font-size:9px;color:#7d8998}.d360-options em{color:#149b62;font-size:9px;font-style:normal;font-weight:900}.d360-send{margin-top:13px;padding:11px;display:flex;flex-wrap:wrap;gap:8px;border-radius:11px;background:#eef7f3}
.d360-success{text-align:center}.d360-success .icon{width:62px;height:62px;margin-bottom:15px;display:grid;place-items:center;border-radius:50%;background:#dcf7e9;color:#149b62;font-size:29px;font-weight:900}.d360-success h3{font-size:clamp(28px,3.5vw,43px)}.d360-checks{width:100%;margin:18px 0 22px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.d360-checks span{padding:11px;border:1px solid var(--bd);border-radius:10px;background:#fff;color:#3d5d4e;font-size:10px;font-weight:800}
.d360-role{margin-bottom:14px;padding:11px 14px;border-radius:12px;background:#102c52;color:#fff}.d360-role span,.d360-role strong{display:block}.d360-role span{color:#abc1df;font-size:9px}.d360-role strong{margin-top:3px;font-size:13px}
.d360-mail{max-width:900px;margin:0 auto;overflow:hidden;border:1px solid #d8e1ed;border-radius:16px;background:#fff;box-shadow:0 18px 55px rgba(8,31,61,.12)}.d360-mail .toolbar{padding:13px 15px;border-bottom:1px solid #e7edf4;background:#f5f7fa;color:#6a788b;font-size:10px}.d360-mail .content{padding:21px}.d360-mail .content>span{color:var(--b);font-size:9px;font-weight:900}.d360-mail h3{margin:6px 0;font-size:22px}.d360-mail .content>small{color:var(--m)}.d360-mail article{max-width:650px;margin-top:18px;padding:20px;border:1px solid #e2e8f0;border-radius:13px}.d360-mail article>p{font-size:12px}.d360-attach{margin-top:14px;padding:10px;display:flex;align-items:center;gap:10px;border:1px solid var(--bd);border-radius:9px;background:#f8fafc}.d360-attach>b{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#e34949;color:#fff;font-size:9px}.d360-attach strong,.d360-attach small{display:block}.d360-attach strong{font-size:10px}.d360-attach small{margin-top:3px;color:var(--m);font-size:9px}.d360-hash{width:100%;min-height:46px;margin-top:15px;border:0;border-radius:10px;background:var(--b);color:#fff;font-weight:900;cursor:pointer}
.d360-portal-head{margin-bottom:14px;padding:16px;display:flex;justify-content:space-between;gap:18px;border-radius:15px;background:linear-gradient(135deg,#0b2447,#153f73);color:#fff}.d360-portal-head span{color:#8fd5b5;font-size:10px;font-weight:900}.d360-portal-head h3{margin:7px 0 3px;font-size:22px}.d360-portal-head p{margin:0;color:#b9cbe1;font-size:10px}.d360-portal-head>b{align-self:flex-start;padding:7px 9px;border:1px solid rgba(255,255,255,.18);border-radius:8px;font-size:8px}.d360-portal-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:13px}
.d360-pdf-overlay{position:absolute;inset:0;z-index:40;padding:22px;display:grid;place-items:center;background:rgba(2,12,29,.76)}.d360-pdf{position:relative;width:min(620px,100%);min-height:650px;padding:45px;border-radius:6px;background:#fff}.d360-pdf>button{position:absolute;top:10px;right:10px;width:36px;height:36px;border:0;border-radius:50%;background:#0b2447;color:#fff;font-size:21px;cursor:pointer}.d360-pdf>span{color:var(--b);font-size:9px;font-weight:900}.d360-pdf h3{margin:20px 0 4px;font-size:25px}.d360-pdf hr{margin:20px 0;border:0;border-top:1px solid var(--bd)}.watermark{display:block;margin-top:130px;padding:13px;border:2px dashed #d4dce7;color:#a3adba;font-size:15px;text-align:center;transform:rotate(-7deg)}
.d360-offer-summary,.d360-offer-detail{width:100%;margin:18px 0 21px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.d360-offer-summary>div,.d360-offer-detail>div{padding:13px;border:1px solid var(--bd);border-radius:11px;background:#fff}.d360-offer-summary span,.d360-offer-summary strong,.d360-offer-detail span,.d360-offer-detail strong{display:block}.d360-offer-summary span,.d360-offer-detail span{color:var(--m);font-size:9px;text-transform:uppercase}.d360-offer-summary strong,.d360-offer-detail strong{margin-top:6px;font-size:12px}
.d360-final{max-width:900px}.d360-metrics{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.d360-metrics article{padding:14px;border-radius:12px;background:#0c2851;color:#fff}.d360-metrics b,.d360-metrics span{display:block}.d360-metrics b{font-size:24px}.d360-metrics span{color:#b8c9df;font-size:9px}.d360-link{border:0;background:transparent;color:var(--b);font-weight:900;cursor:pointer}
@media(max-width:980px){.demo360-shell{grid-template-columns:180px 1fr}.d360-intro{grid-template-columns:1fr;align-content:start}.d360-fin-grid,.d360-portal-grid{grid-template-columns:1fr}}
@media(max-width:720px){.demo360-overlay{padding:0}.demo360-modal{width:100vw;height:100vh;max-height:100vh;border-radius:0}.demo360-header{min-height:80px;padding:13px}.demo360-header p,.demo360-header-actions button:first-child{display:none}.demo360-progress{padding:9px 12px;overflow-x:auto}.demo360-progress{min-width:620px}.demo360-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.demo360-side{padding:8px 10px;display:block;overflow-x:auto;white-space:nowrap}.demo360-side>img,.demo360-actor,.demo360-side>small{display:none}.demo360-side nav{display:flex}.demo360-side nav button{min-width:max-content;min-height:36px}.demo360-main{padding:15px 11px 25px}.d360-grid,.d360-summary,.d360-cols,.d360-buckets,.d360-checks,.d360-offer-summary,.d360-offer-detail,.d360-metrics{grid-template-columns:1fr}.d360-table{overflow-x:auto}.d360-table .row{min-width:720px}.d360-head,.d360-next,.d360-consult,.d360-portal-head{align-items:flex-start;flex-direction:column}.d360-consult>div:last-child{width:100%;justify-content:space-between}.d360-options label{grid-template-columns:auto 1fr auto}.d360-options .d360-bank{display:none}.d360-pdf{min-height:570px;padding:32px 22px}}
/* DEMO 360 D1 END */

/* DEMO 360 D2B START */
.demo360-modal{position:relative}
.d360-guide-layer{position:absolute;inset:0;z-index:30;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .18s ease}
.d360-guide-layer.visible{opacity:1;visibility:visible}
.d360-guide-spotlight{position:absolute;z-index:1;border:2px solid #3b82f6;border-radius:16px;box-shadow:0 0 0 9999px rgba(3,15,34,.10),0 0 0 5px rgba(59,130,246,.12),0 14px 34px rgba(3,30,73,.14);transition:left .22s ease,top .22s ease,width .22s ease,height .22s ease;box-sizing:border-box;pointer-events:none}
.d360-guide-card{position:absolute;z-index:2;width:348px;max-height:calc(100% - 28px);padding:16px;border:1px solid #c9daf2;border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 18px 50px rgba(3,18,43,.19);overflow:auto;pointer-events:auto;color:#17243a;backdrop-filter:blur(8px)}
.d360-guide-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.d360-guide-top>span{color:#1769e0;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.d360-guide-top-actions{display:flex;align-items:center;gap:9px}.d360-guide-top-actions>button{padding:0;border:0;background:transparent;color:#6b7b90;font-size:9px;font-weight:850;cursor:pointer}.d360-guide-top-actions>button:first-child{padding:6px 8px;border:1px solid #c8daf5;border-radius:8px;background:#f3f7fd;color:#1769e0}
.d360-guide-card>h3{margin:10px 0 13px;color:#071a38;font-size:21px;line-height:1.15;letter-spacing:-.02em}
.d360-guide-block,.d360-guide-proof{margin-top:9px;padding:11px 12px;border:1px solid #e1e8f2;border-radius:12px;background:#f8fafc}
.d360-guide-block>span,.d360-guide-proof>span{display:block;margin-bottom:5px;color:#6c7a8d;font-size:8px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}
.d360-guide-block>p,.d360-guide-proof>p{margin:0;color:#33435a;font-size:11px;line-height:1.5}
.d360-guide-block.current{border-color:#bfdbfe;background:#eff6ff}.d360-guide-block.current>span{color:#1d4ed8}
.d360-guide-block.crm{border-color:#c8ead8;background:#f0fbf5}.d360-guide-block.crm>span{color:#087747}
.d360-guide-block.next{border-color:#fde0b1;background:#fff8eb}.d360-guide-block.next>span{color:#9a5a00}
.d360-guide-proof{border-color:#d8d2ff;background:#f4f2ff}.d360-guide-proof>span{color:#5b4abb}.d360-guide-proof>p{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9.5px}
.d360-guide-footer{margin-top:13px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e6ecf3}
.d360-guide-footer small{max-width:190px;color:#758398;font-size:9px;line-height:1.35}
.d360-guide-footer button{min-height:37px;padding:0 13px;border:0;border-radius:10px;background:#1769e0;color:#fff;font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(23,105,224,.2)}
.d360-guide-resume{position:absolute;right:18px;bottom:18px;z-index:25;min-height:39px;padding:0 14px;border:1px solid #bcd3f3;border-radius:999px;background:#fff;color:#1769e0;font-size:10px;font-weight:900;box-shadow:0 12px 28px rgba(3,30,73,.18);cursor:pointer}
.d360-guide-resume[hidden]{display:none}
.d360-guide-target-pulse{animation:d360GuidePulse 1.25s ease}
@keyframes d360GuidePulse{0%,100%{filter:none}35%,70%{filter:drop-shadow(0 0 10px rgba(23,105,224,.9));transform:translateZ(0) scale(1.015)}}
@media(max-width:760px){
  .d360-guide-card{width:auto!important;left:12px!important;right:12px!important;top:auto!important;bottom:12px!important;max-height:46vh;padding:14px;border-radius:16px}
  .d360-guide-card>h3{font-size:18px}
  .d360-guide-block,.d360-guide-proof{padding:9px 10px}
  .d360-guide-block>p,.d360-guide-proof>p{font-size:10px}
  .d360-guide-footer{position:sticky;bottom:-14px;margin-left:-14px;margin-right:-14px;margin-bottom:-14px;padding:10px 14px;background:#fff;border-radius:0 0 16px 16px}
  .d360-guide-footer small{display:none}
  .d360-guide-resume{right:12px;bottom:12px}
  .d360-guide-spotlight{border-radius:12px}
}
/* DEMO 360 D2B END */

/* DEMO 360 D2D START */
.d360-guide-layer.free-mode .d360-guide-spotlight{
  box-shadow:0 0 0 9999px rgba(3,15,34,.025),0 0 0 5px rgba(59,130,246,.11),0 12px 28px rgba(3,30,73,.10)
}
.d360-guide-layer.focus-mode .d360-guide-spotlight{
  box-shadow:0 0 0 9999px rgba(3,15,34,.16),0 0 0 6px rgba(59,130,246,.15),0 18px 42px rgba(3,30,73,.16)
}
.d360-guide-card[data-guide-mode="free"]::before{
  content:"MODO LIBRE";
  display:inline-flex;
  margin-bottom:8px;
  padding:4px 7px;
  border-radius:999px;
  background:#eef7f2;
  color:#087747;
  font-size:8px;
  font-weight:950;
  letter-spacing:.07em
}
.d360-guide-card[data-guide-mode="focus"]::before{
  content:"MODO ENFOQUE";
  display:inline-flex;
  margin-bottom:8px;
  padding:4px 7px;
  border-radius:999px;
  background:#eef4ff;
  color:#1769e0;
  font-size:8px;
  font-weight:950;
  letter-spacing:.07em
}
.d360-guide-card[data-guide-mode="free"] .d360-guide-block,
.d360-guide-card[data-guide-mode="free"] .d360-guide-proof{
  background:rgba(255,255,255,.84)
}
.d360-guide-card[data-guide-mode="free"] .d360-guide-footer small::after{
  content:" Podés usar cualquier control visible."
}
@media(max-width:760px){
  .d360-guide-layer.free-mode .d360-guide-spotlight{
    box-shadow:0 0 0 9999px rgba(3,15,34,.015),0 0 0 4px rgba(59,130,246,.10)
  }
  .d360-guide-layer.focus-mode .d360-guide-spotlight{
    box-shadow:0 0 0 9999px rgba(3,15,34,.11),0 0 0 5px rgba(59,130,246,.13)
  }
  .d360-guide-card{max-height:42vh}
}
/* DEMO 360 D2D END */
/* DEMO 360 D3 SELLER FIRST START */
.demo360-progress{
  grid-template-columns:repeat(7,minmax(0,1fr))
}
.demo360-seller-mode .demo360-side{
  background:linear-gradient(180deg,#102d4d,#0a213c)
}
.d360-role.seller{
  background:linear-gradient(135deg,#0d3558,#14547a)
}
.d360-check-option{
  min-height:43px;
  padding:9px 11px;
  display:flex!important;
  align-items:center;
  gap:9px;
  border:1px solid #cfdae8;
  border-radius:9px;
  background:#f8fbff;
  color:#243b57!important
}
.d360-check-option input{
  width:18px!important;
  min-height:18px!important;
  margin:0;
  padding:0;
  accent-color:#1769e0
}
.d360-check-option span{
  font-size:11px;
  font-weight:850
}
.d360-seller-panel .d360-empty{
  min-height:245px
}
.d360-seller-panel .d360-role{
  margin-bottom:18px
}
.d360-final .d360-metrics{
  grid-template-columns:repeat(5,minmax(0,1fr))
}
.demo360-overlay .d360-guide-card{
  max-width:min(348px,calc(100% - 24px))
}
@media(max-width:900px){
  .demo360-progress{
    min-width:760px
  }
  .d360-final .d360-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(max-width:720px){
  .demo360-progress{
    min-width:760px
  }
  .d360-final .d360-metrics{
    grid-template-columns:1fr
  }
}
/* DEMO 360 D3 SELLER FIRST END */
/* DEMO 360 D4 DRAGGABLE GUIDE START */
.d360-guide-top{
  cursor:grab;
  user-select:none;
  touch-action:none
}
.d360-guide-top:active,
.d360-guide-card.d360-guide-dragging .d360-guide-top{
  cursor:grabbing
}
.d360-guide-drag-title{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px
}
.d360-guide-grip{
  color:#7a8da8;
  font-size:14px;
  font-weight:950;
  letter-spacing:-4px;
  line-height:1;
  transform:rotate(90deg)
}
.d360-guide-top-actions{
  flex-wrap:wrap;
  justify-content:flex-end
}
.d360-guide-top-actions button{
  touch-action:manipulation
}
.d360-guide-card.d360-guide-dragged{
  left:var(--d360-drag-x)!important;
  top:var(--d360-drag-y)!important;
  right:auto!important;
  bottom:auto!important;
  width:min(348px,calc(100% - 24px))!important;
  max-width:calc(100% - 24px);
  transition:none!important
}
.d360-guide-card.d360-guide-dragging{
  z-index:4;
  box-shadow:0 28px 76px rgba(3,18,43,.30);
  cursor:grabbing
}
#d360GuideResetPosition[hidden]{
  display:none
}
@media(max-width:760px){
  .d360-guide-card.d360-guide-dragged{
    width:calc(100% - 24px)!important;
    max-height:42vh
  }
}
/* DEMO 360 D4 DRAGGABLE GUIDE END */
/* DEMO 360 D5 SESSION TIMER START */
.demo360-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap
}
.d360-session-timer{
  min-width:116px;
  min-height:40px;
  padding:6px 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  border:1px solid #bfd7f7;
  border-radius:12px;
  background:#eef6ff;
  color:#164f94;
  box-shadow:0 7px 18px rgba(23,105,224,.10)
}
.d360-session-timer[hidden]{
  display:none
}
.d360-session-timer span{
  font-size:8px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap
}
.d360-session-timer strong{
  min-width:43px;
  font-variant-numeric:tabular-nums;
  font-size:14px;
  font-weight:950;
  text-align:right
}
.d360-session-timer.warning{
  border-color:#f3ce87;
  background:#fff8e8;
  color:#945b00
}
.d360-session-timer.critical{
  border-color:#f0a5a5;
  background:#fff1f1;
  color:#b42318;
  animation:d360SessionPulse 1.1s ease-in-out infinite
}
.d360-session-timer.expired{
  border-color:#e6a4a4;
  background:#fff1f1;
  color:#a61b1b;
  animation:none
}
@keyframes d360SessionPulse{
  0%,100%{box-shadow:0 7px 18px rgba(180,35,24,.08)}
  50%{box-shadow:0 7px 25px rgba(180,35,24,.26)}
}
.d360-session-expired{
  min-height:420px;
  padding:44px 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center
}
.d360-session-expired h3{
  max-width:620px;
  margin:0;
  color:#10213b;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.025em
}
.d360-session-expired>p{
  max-width:650px;
  margin:0;
  color:#60718a;
  font-size:14px;
  line-height:1.6
}
.d360-session-expired-info{
  max-width:560px;
  margin:8px 0;
  padding:15px 18px;
  display:grid;
  gap:5px;
  border:1px solid #c9dcf5;
  border-radius:14px;
  background:#f4f8fe
}
.d360-session-expired-info strong{
  color:#164f94;
  font-size:13px
}
.d360-session-expired-info span{
  color:#60718a;
  font-size:11px
}
@media(max-width:760px){
  .demo360-header-actions{
    gap:7px
  }
  .d360-session-timer{
    min-width:105px;
    min-height:36px;
    padding:5px 9px
  }
  .d360-session-timer span{
    font-size:7px
  }
  .d360-session-timer strong{
    font-size:13px
  }
  .d360-session-expired{
    min-height:360px;
    padding:30px 18px
  }
  .d360-session-expired h3{
    font-size:24px
  }
}
/* DEMO 360 D5 SESSION TIMER END */
/* DEMO 360 D6 MULTIRESOLUTION RESPONSIVE START */
.demo360-overlay.open{
  padding:8px!important;
  align-items:center!important;
  justify-content:center!important
}
.demo360-modal{
  width:min(1480px,calc(100vw - 16px));
  height:min(880px,calc(100vh - 16px));
  height:min(880px,calc(100dvh - 16px));
  max-height:calc(100vh - 16px);
  max-height:calc(100dvh - 16px)
}
.demo360-side{
  overflow-y:auto;
  overscroll-behavior:contain
}
.demo360-main{
  overscroll-behavior:contain;
  scrollbar-gutter:stable
}
.d360-guide-card{
  max-height:var(--d360-guide-max-height,calc(100% - 24px));
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  contain:layout paint
}
.d360-guide-spotlight.is-hidden{
  opacity:0;
  visibility:hidden
}
.d360-guide-spotlight{
  transition:left .18s ease,top .18s ease,width .18s ease,height .18s ease,opacity .12s ease
}
.d360-guide-card.d360-guide-dragged{
  max-height:var(--d360-guide-max-height,calc(100% - 24px))!important
}
@media(max-width:1180px) and (min-width:721px){
  .demo360-shell{grid-template-columns:190px 1fr}
  .demo360-main{padding:18px}
  .demo360-header{padding-left:18px;padding-right:18px}
  .demo360-side{padding-left:12px;padding-right:12px}
  .demo360-side>img{width:138px;margin-left:5px}
  .d360-page{max-width:none}
}
@media(max-width:1020px) and (min-width:721px){
  .demo360-shell{grid-template-columns:160px 1fr}
  .demo360-main{padding:14px}
  .demo360-side{padding:13px 9px}
  .demo360-side>img{width:124px;margin:0 5px 13px}
  .demo360-actor{padding:9px;margin-bottom:10px}
  .demo360-side nav{gap:3px}
  .demo360-side nav button{min-height:36px;padding:0 9px;font-size:10px}
  .demo360-side>small{padding:9px;font-size:8px}
  .d360-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .d360-cols{grid-template-columns:1fr}
  .d360-head h3,.d360-file h3{font-size:22px}
}
@media(max-height:700px) and (min-width:721px){
  .demo360-overlay.open{padding:5px!important}
  .demo360-modal{
    width:calc(100vw - 10px);
    height:calc(100vh - 10px);
    height:calc(100dvh - 10px);
    max-height:calc(100vh - 10px);
    max-height:calc(100dvh - 10px);
    border-radius:17px
  }
  .demo360-header{
    min-height:64px;
    padding:8px 15px;
    gap:12px
  }
  .demo360-header>div:first-child>span{font-size:8px}
  .demo360-header h2{margin:2px 0 0;font-size:22px}
  .demo360-header p{display:none}
  .demo360-header-actions{gap:6px;flex-wrap:nowrap}
  .demo360-header-actions button{min-height:34px;padding:0 11px;font-size:11px}
  .demo360-header-actions button:last-child{width:34px;font-size:20px}
  .d360-session-timer{min-width:105px;min-height:34px;padding:4px 8px}
  .d360-session-timer span{font-size:7px}
  .d360-session-timer strong{font-size:13px}
  .demo360-progress{padding:6px 14px;gap:5px}
  .demo360-progress span{width:23px;height:23px;font-size:9px}
  .demo360-progress small{font-size:8px}
  .demo360-progress>div:not(:last-child):after{left:27px;top:11px}
  .demo360-main{padding-top:13px;padding-bottom:16px}
  .demo360-side{padding-top:11px;padding-bottom:10px}
  .demo360-side>img{margin-bottom:10px}
  .demo360-side>small{display:none}
  .d360-head{margin-bottom:12px}
  .d360-head h3,.d360-file h3{font-size:21px}
  .d360-card{padding:14px}
  .d360-empty{min-height:220px;padding:20px}
  .d360-summary article{min-height:58px;padding:10px}
  .d360-options label{min-height:62px;padding:8px 10px}
  .d360-form-actions{margin-top:13px}
  .d360-guide-card{
    padding:12px;
    border-radius:15px
  }
  .d360-guide-card>h3{
    margin:7px 0 9px;
    font-size:18px
  }
  .d360-guide-top-actions{gap:6px}
  .d360-guide-top-actions>button{font-size:8px}
  .d360-guide-top-actions>button:first-child{padding:5px 7px}
  .d360-guide-block,.d360-guide-proof{
    margin-top:6px;
    padding:8px 9px
  }
  .d360-guide-block>p,.d360-guide-proof>p{
    font-size:9.5px;
    line-height:1.42
  }
  .d360-guide-footer{
    margin-top:8px;
    padding-top:8px
  }
  .d360-guide-footer small{
    font-size:8px;
    line-height:1.3
  }
  .d360-guide-footer button{
    min-height:34px;
    padding:0 11px
  }
}
@media(max-height:560px) and (min-width:721px){
  .demo360-header{
    min-height:56px;
    padding-top:6px;
    padding-bottom:6px
  }
  .demo360-header>div:first-child>span{display:none}
  .demo360-header h2{font-size:20px}
  .demo360-progress{padding-top:4px;padding-bottom:4px}
  .demo360-side>img{width:112px}
  .demo360-actor{display:none}
  .d360-guide-card>h3{font-size:17px}
  .d360-guide-block.crm{display:none}
  .d360-guide-card[data-guide-mode="focus"] .d360-guide-block.crm{display:block}
  .d360-guide-footer small{max-width:150px}
}
@media(max-width:760px){
  .demo360-overlay.open{padding:0!important}
  .demo360-modal{
    width:100vw;
    height:100vh;
    height:100dvh;
    max-height:100vh;
    max-height:100dvh
  }
  .d360-guide-card{
    max-height:min(46vh,var(--d360-guide-max-height,46vh))
  }
}
/* DEMO 360 D6 MULTIRESOLUTION RESPONSIVE END */
