/* Public-site enhancement layer. The authenticated portal does not load this file. */
body.marketing-fluid {
  --pointer-x: 68vw;
  --pointer-y: 18vh;
  --fluid-radius: 22px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(14, 111, 160, 0.035) calc(100% - 1px)),
    var(--paper);
  background-size: min(8vw, 112px) 100%, auto;
}

body.marketing-fluid::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(520px circle at var(--pointer-x) var(--pointer-y), rgba(21, 147, 208, 0.09), transparent 66%),
    radial-gradient(460px circle at 8% 68%, rgba(197, 138, 27, 0.045), transparent 70%);
}

.site-progress {
  --page-progress: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--blue), #53bce8 76%, #e0ad31);
  transform: scaleX(var(--page-progress));
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(21, 147, 208, 0.34);
}

body.marketing-fluid .nav {
  background: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(221, 226, 232, 0.55);
}

body.marketing-fluid .nav.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 38px rgba(8, 56, 90, 0.07);
}

body.marketing-fluid .nav__brand img,
body.marketing-fluid .footer__brand img {
  filter: drop-shadow(0 7px 12px rgba(21, 147, 208, 0.2));
}

body.marketing-fluid .nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--blue);
  transition: right 260ms var(--ease-out);
}

body.marketing-fluid .nav__link:hover::before { right: 0; }

body.marketing-fluid .btn {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  isolation: isolate;
}

body.marketing-fluid .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, 0.28) 50%, transparent 78%);
  transform: translateX(-140%);
  transition: transform 640ms var(--ease-out);
}

body.marketing-fluid .btn:hover::before { transform: translateX(140%); }
body.marketing-fluid .btn:active { transform: translateY(1px) scale(0.985); }

body.marketing-fluid[data-hero="split"] .hero {
  position: relative;
  min-height: min(760px, calc(100dvh - 64px));
  display: grid;
  align-items: center;
  isolation: isolate;
}

body.marketing-fluid[data-hero="split"] .hero::before,
body.marketing-fluid[data-hero="split"] .hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

body.marketing-fluid[data-hero="split"] .hero::before {
  width: min(44vw, 640px);
  aspect-ratio: 1;
  right: -6vw;
  top: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 147, 208, 0.16), rgba(21, 147, 208, 0.035) 45%, transparent 70%);
  filter: blur(4px);
}

body.marketing-fluid[data-hero="split"] .hero::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 8%;
  background-image: radial-gradient(rgba(14, 111, 160, 0.28) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

body.marketing-fluid .hero--split .headline {
  max-width: 13ch;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 0.98;
}

body.marketing-fluid .hero--split .headline em {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06em;
}

body.marketing-fluid .hero--split .headline em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.08em;
  background: linear-gradient(90deg, var(--blue), #e0ad31);
  transform: scaleX(0.72);
  transform-origin: left;
  opacity: 0.7;
}

body.marketing-fluid .hero--split .preview-card {
  overflow: hidden;
  padding: 26px 28px 22px;
  border: 1px solid rgba(113, 189, 224, 0.2);
  border-radius: 28px;
  color: #f5fbff;
  background:
    linear-gradient(rgba(113, 189, 224, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 189, 224, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(21, 147, 208, 0.32), transparent 34%),
    linear-gradient(145deg, #0d3047 0%, #071722 72%);
  background-size: 30px 30px, 30px 30px, auto, auto;
  box-shadow:
    0 38px 80px rgba(8, 56, 90, 0.2),
    0 12px 28px rgba(8, 56, 90, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.marketing-fluid .hero--split .preview-card::before {
  content: "";
  inset: 0;
  top: auto;
  left: 0;
  height: 36%;
  padding: 0;
  background: linear-gradient(180deg, transparent, rgba(21, 147, 208, 0.055));
}

body.marketing-fluid .hero--split .preview-card::after {
  content: "";
  position: absolute;
  inset: -100% 0 auto;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(105, 204, 244, 0.08), transparent);
  animation: dashboard-scan 7s ease-in-out infinite;
  pointer-events: none;
}

.preview-card__status,
.preview-card__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8eb6c9;
}

.preview-card__status { margin-bottom: 26px; }
.preview-card__status span:first-child { color: #d6f4ff; }
.preview-card__status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #56c99c;
  box-shadow: 0 0 0 5px rgba(86, 201, 156, 0.1), 0 0 18px rgba(86, 201, 156, 0.65);
  animation: live-pulse 2.4s ease-in-out infinite;
}

body.marketing-fluid .preview-kpis {
  position: relative;
  z-index: 1;
  border-bottom-color: rgba(157, 205, 228, 0.13);
}

body.marketing-fluid .preview-kpi__label { color: #82a9bd; }
body.marketing-fluid .preview-kpi__val { color: #f5fbff; }
body.marketing-fluid .preview-kpi__delta { color: #6ed9ad; }
body.marketing-fluid .preview-kpi__delta.neg { color: #f08578; }
body.marketing-fluid .preview-card .chart .grid { stroke: rgba(149, 200, 224, 0.11); }
body.marketing-fluid .preview-card .chart .axis { stroke: rgba(149, 200, 224, 0.2); }
body.marketing-fluid .preview-card .chart .label,
body.marketing-fluid .preview-card .chart .num { fill: #7697a8; }
body.marketing-fluid .preview-card .chart .line { stroke: #65c8f1; stroke-width: 2.4; }
body.marketing-fluid .preview-card .chart .area { fill: rgba(21, 147, 208, 0.17); }
body.marketing-fluid .preview-card .chart .dot { fill: #dff6ff; }
body.marketing-fluid .preview-card .chart-pulse {
  fill: rgba(101, 200, 241, 0.12);
  stroke: rgba(101, 200, 241, 0.8);
  transform-origin: 510px 65px;
  animation: chart-pulse 2.2s ease-out infinite;
}

.preview-card__footer {
  padding-top: 15px;
  border-top: 1px solid rgba(157, 205, 228, 0.12);
}
.preview-card__footer strong { color: #d6f4ff; font-weight: 500; }

body.marketing-fluid .ticker {
  position: relative;
  border: 0;
  background: linear-gradient(90deg, #071722, #0a2d42 50%, #071722);
  box-shadow: 0 14px 42px rgba(8, 56, 90, 0.12);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

body.marketing-fluid .ticker__item b { color: #5ac5ef; }
body.marketing-fluid .ticker__sep { color: #d9a936; font-size: 8px; }

body.marketing-fluid .section {
  position: relative;
  overflow: clip;
}

body.marketing-fluid .section--paper {
  background:
    radial-gradient(circle at 92% 0%, rgba(21, 147, 208, 0.07), transparent 30rem),
    linear-gradient(180deg, #f7f9fa, #f3f6f8);
}

body.marketing-fluid .section-head h2 { max-width: 16ch; }
body.marketing-fluid .section-head__lede { max-width: 62ch; }

body.marketing-fluid .capas {
  gap: 12px;
  border: 0;
}

body.marketing-fluid .capa {
  min-height: 300px;
  border: 1px solid var(--rule);
  border-radius: var(--fluid-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 147, 208, 0.09), transparent 44%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(8, 56, 90, 0.045);
  transition: transform 420ms var(--ease-out), border-color 320ms ease, box-shadow 420ms var(--ease-out);
}

body.marketing-fluid .capa::before {
  left: 22px;
  top: 18px;
  width: 42px;
  height: 2px;
}

body.marketing-fluid .capa:hover {
  transform: translateY(-8px);
  border-color: rgba(21, 147, 208, 0.28);
  box-shadow: 0 28px 58px rgba(8, 56, 90, 0.1);
}

body.marketing-fluid .capa__num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--blue-tint);
  border: 1px solid var(--blue-pale);
}

body.marketing-fluid #impacto .impacto-grid {
  position: relative;
  overflow: hidden;
  gap: 0;
  padding: 34px;
  border: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 0%, rgba(21, 147, 208, 0.32), transparent 36%),
    linear-gradient(140deg, #0c324b, #071722 72%);
}

body.marketing-fluid #impacto .section-head + .impacto-grid { border-radius: 28px 28px 0 0; }
body.marketing-fluid #impacto .impacto-grid + .impacto-grid {
  border-radius: 0 0 28px 28px;
  border-top: 1px solid rgba(177, 218, 237, 0.12) !important;
}

body.marketing-fluid #impacto .impacto { border-left-color: rgba(177, 218, 237, 0.14); }
body.marketing-fluid #impacto .impacto__label { color: #8eb6c9; }
body.marketing-fluid #impacto .impacto__value { color: #f6fbfe; }
body.marketing-fluid #impacto .impacto__sub { color: #a9c2ce; }

body.marketing-fluid .timeline__row {
  position: relative;
  padding-inline: 18px;
  transition: background 240ms ease, transform 320ms var(--ease-out);
}

body.marketing-fluid .timeline__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
  box-shadow: 0 0 0 0 rgba(21, 147, 208, 0);
  transition: box-shadow 260ms ease;
}

body.marketing-fluid .timeline__row:hover {
  transform: translateX(8px);
  background: linear-gradient(90deg, var(--blue-tint), transparent 76%);
}

body.marketing-fluid .timeline__row:hover::before { box-shadow: 0 0 0 7px rgba(21, 147, 208, 0.11); }

body.marketing-fluid .modulos {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(8, 56, 90, 0.07);
}

body.marketing-fluid .modulo {
  min-height: 178px;
  background: rgba(255, 255, 255, 0.95);
}

body.marketing-fluid .modulo:hover {
  z-index: 1;
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 147, 208, 0.16), transparent 46%),
    var(--blue-tint);
  box-shadow: inset 0 0 0 1px rgba(21, 147, 208, 0.18);
}

body.marketing-fluid .section--ink {
  background:
    linear-gradient(rgba(102, 159, 187, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 159, 187, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 72% 16%, rgba(21, 147, 208, 0.23), transparent 34%),
    #071722;
  background-size: 38px 38px, 38px 38px, auto, auto;
}

body.marketing-fluid .pricing-teaser {
  gap: 16px;
  border: 0;
  background: transparent;
}

body.marketing-fluid .plan {
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(8, 56, 90, 0.055);
  transition: transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out);
}

body.marketing-fluid .plan:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 64px rgba(8, 56, 90, 0.11);
}

body.marketing-fluid .plan--featured {
  border-color: rgba(93, 187, 228, 0.28);
  background:
    radial-gradient(circle at 90% 4%, rgba(21, 147, 208, 0.34), transparent 34%),
    linear-gradient(145deg, #0c3048, #071722 74%);
}

body.marketing-fluid .alert-flow {
  position: relative;
  border: 0;
  background: linear-gradient(90deg, var(--blue-pale), var(--rule), var(--blue-pale)) center 48px / calc(100% - 25%) 1px no-repeat;
}

body.marketing-fluid .alert-flow__step {
  position: relative;
  min-height: 220px;
  border: 0;
  padding: 24px;
}

body.marketing-fluid .alert-flow__step span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--blue-pale);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-deep);
  box-shadow: 0 10px 30px rgba(8, 56, 90, 0.08);
  transition: background 280ms ease, color 280ms ease, transform 360ms var(--ease-out);
}

body.marketing-fluid .alert-flow__step:hover span {
  transform: scale(1.08);
  background: var(--blue);
  color: #fff;
}

body.marketing-fluid .schedule-note {
  border: 1px solid var(--blue-pale);
  border-left-width: 3px;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 14px 34px rgba(8, 56, 90, 0.045);
}

body.marketing-fluid .cta-final {
  position: relative;
  overflow: hidden;
  margin-block: 72px;
  padding: 110px var(--page-pad);
  border: 1px solid var(--rule);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 147, 208, 0.14), transparent 46%),
    linear-gradient(180deg, #fbfdfe, #f4f8fa);
  box-shadow: 0 28px 72px rgba(8, 56, 90, 0.08);
}

body.marketing-fluid .cta-final::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -210px;
  background: url('/img/logo-mark.png') center / contain no-repeat;
  opacity: 0.035;
  transform: rotate(-12deg);
  pointer-events: none;
}

body.marketing-fluid .footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(21, 147, 208, 0.2), transparent 30%),
    linear-gradient(150deg, #0b2638, #07131d 66%);
}

.marketing-fluid-js .capa,
.marketing-fluid-js .alert-flow__step,
.marketing-fluid-js .footer__col {
  opacity: 0;
  transform: translateY(18px);
}

.marketing-fluid-js .capa.fluid-in,
.marketing-fluid-js .alert-flow__step.fluid-in,
.marketing-fluid-js .footer__col.fluid-in {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 720ms var(--ease-out) var(--fluid-delay, 0ms),
    transform 720ms var(--ease-out) var(--fluid-delay, 0ms),
    border-color 320ms ease,
    box-shadow 420ms var(--ease-out);
}

@keyframes dashboard-scan {
  0%, 18% { transform: translateY(0); opacity: 0; }
  35% { opacity: 1; }
  72%, 100% { transform: translateY(430%); opacity: 0; }
}

@keyframes live-pulse {
  0%, 100% { opacity: 0.65; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes chart-pulse {
  from { opacity: 0.8; transform: scale(0.45); }
  to { opacity: 0; transform: scale(2.2); }
}

@media (max-width: 1120px) {
  body.marketing-fluid .nav__links { display: none; }
  body.marketing-fluid .nav__date { margin-left: auto; }
}

@media (max-width: 960px) {
  body.marketing-fluid[data-hero="split"] .hero { min-height: auto; }
  body.marketing-fluid .hero--split .hero-grid { gap: 44px; }
  body.marketing-fluid .hero--split .headline { max-width: 16ch; }
  body.marketing-fluid .capas { gap: 12px; }
  body.marketing-fluid .alert-flow {
    background: linear-gradient(180deg, var(--blue-pale), var(--rule), var(--blue-pale)) 48px center / 1px calc(100% - 24%) no-repeat;
  }
  body.marketing-fluid .alert-flow__step:nth-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 560px) {
  body.marketing-fluid { background-size: 72px 100%, auto; }
  body.marketing-fluid[data-hero="split"] .hero { padding-top: 34px; }
  body.marketing-fluid[data-hero="split"] .hero::after { display: none; }
  body.marketing-fluid .hero--split .headline { font-size: clamp(42px, 13vw, 58px); }
  body.marketing-fluid .hero--split .preview-card { padding: 22px 18px 18px; border-radius: 22px; }
  body.marketing-fluid .preview-kpis { gap: 8px; }
  body.marketing-fluid .preview-kpi__val { font-size: 21px; }
  body.marketing-fluid .preview-kpi__label,
  body.marketing-fluid .preview-kpi__delta { font-size: 8px; }
  .preview-card__footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  body.marketing-fluid .capas { grid-template-columns: 1fr; }
  body.marketing-fluid .modulos { grid-template-columns: 1fr; }
  body.marketing-fluid .modulo { min-width: 0; }
  body.marketing-fluid .modulo__desc { overflow-wrap: anywhere; }
  body.marketing-fluid #impacto .impacto-grid { padding: 26px 22px; gap: 26px 16px; }
  body.marketing-fluid #impacto .impacto { border-left: 0; }
  body.marketing-fluid .cta-final { margin: 32px 14px; padding: 76px 24px; border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  body.marketing-fluid::before { background-position: center; }
  body.marketing-fluid .preview-card::after,
  body.marketing-fluid .preview-card__status i,
  body.marketing-fluid .preview-card .chart-pulse { animation: none; }
  .marketing-fluid-js .capa,
  .marketing-fluid-js .alert-flow__step,
  .marketing-fluid-js .footer__col { opacity: 1; transform: none; }
}
