
/* AVANTHY HERO SAAS COMPARTILHADA — INÍCIO */

.awa-hero-v4,
.awa-hero-v4 * {
  box-sizing: border-box;
}

.awa-hero-v4 {
  --awa-navy: #00234d;
  --awa-deep: #00162f;
  --awa-blue: #0065a3;
  --awa-cyan: #009bd0;
  --awa-orange: #ff6600;
  --awa-orange-light: #ff984c;
}

.awa-hero-v4 a,
.awa-hero-v4 button {
  font: inherit;
}

.awa-hero-v4 .awa-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space:nowrap;padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);
}

.awa-hero-v4 .awa-kicker::before {
  content: "";
  width: 26px;
  height: 4px;
  background:
    linear-gradient(
      90deg,
      #ff6600,
      #ff984c
    );
  border-radius: 999px;
}

.awa-hero-v4 .awa-hero-description {
  margin: 25px 0 0;
}

.awa-hero-v4 .awa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.awa-hero-v4 .awa-button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.awa-hero-v4 .awa-button:hover,
.awa-hero-v4 .awa-button:focus-visible {
  transform: translateY(-3px);
}

.awa-hero-v4 .awa-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.awa-hero-v4 .awa-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 600;
}

.awa-hero-v4 .awa-hero-points span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff6600;
  border-radius: 50%;
}



/* ==========================================================
   HERO — PRODUTO SAAS
   ========================================================== */

.awa-hero-v4 {
  position: relative;
  display: block;
  min-height: 790px;
  padding: 70px 0 0;
  color: #fff;
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(0, 176, 235, .20),
      transparent 25%
    ),
    radial-gradient(
      circle at 11% 88%,
      transparent,
      transparent 27%
    ),
    linear-gradient(
      128deg,
      #00152e 0%,
      #002d58 48%,
      #004f7b 100%
    );
  isolation: isolate;
  overflow: hidden;
}

.awa-hero-v4::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -9%;
  bottom: -47%;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(255, 255, 255, .025),
    0 0 0 210px rgba(255, 255, 255, .018);
}

.awa-v4-grid {
  position: absolute;
  z-index: -1;
  inset: 70px 0 0;
  opacity: .17;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, .08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, .08) 1px,
      transparent 1px
    );
  background-size: 54px 54px;
  mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 42%,
      #000 85%,
      transparent
    );
}

.awa-v4-glow {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .24;
  pointer-events: none;
}

.awa-v4-glow-a {
  top: 8%;
  right: 6%;
  background: #00c8ff;
  animation: awaV4Glow 9s ease-in-out infinite;
}

.awa-v4-glow-b {
  bottom: -24%;
  left: -8%;
  display:none;
  animation: awaV4Glow 11s -4s ease-in-out infinite;
}

.awa-hero-shell {
  display: grid;
  width: min(1240px, calc(100% - 56px));
  min-height: 720px;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(28px, 4vw, 68px);
  margin-inline: auto;
  padding: 58px 0 64px;
}

.awa-hero-v4 .awa-hero-copy {
  min-width: 0;
  padding: 0;
  background: none;
}

.awa-hero-v4 .awa-kicker {
  color: #9bdfff;
}

.awa-hero-v4 .awa-kicker::before {
  box-shadow: 0 0 18px rgba(255, 102, 0, .5);
}

.awa-hero-v4 h1 {
  max-width: 670px;
  margin: 22px 0 0;
  color: #fff;
  background: none;
  font-size: clamp(44px, 4.65vw, 67px);
  font-weight: 700;
  line-height: 1.055;
  letter-spacing: -2.7px;
  -webkit-text-fill-color: currentColor;
}

.awa-hero-v4 h1 span {
  display: inline;
  color: #ff8635;
  text-shadow: 0 10px 34px rgba(255, 102, 0, .16);
}

.awa-hero-v4 .awa-hero-description {
  max-width: 610px;
  color: rgba(235, 247, 255, .72);
  font-size: 14px;
  line-height: 1.82;
}

.awa-hero-v4 .awa-button-orange {
  background:
    linear-gradient(
      135deg,
      #ff6100,
      #ff9b4d
    );
  box-shadow: 0 16px 36px rgba(255, 102, 0, .24);
}

.awa-button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.awa-button-ghost:hover,
.awa-button-ghost:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .35);
}

.awa-hero-v4 .awa-hero-points span {
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .13);
  backdrop-filter: blur(8px);
}

/* ==========================================================
   INTERFACE FICTÍCIA DO SISTEMA
   ========================================================== */

.awa-v4-stage {
  --mx: 0deg;
  --my: 0deg;

  position: relative;
  min-width: 0;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.awa-v4-app {
  position: relative;
  z-index: 2;
  min-height: 520px;
  overflow: hidden;
  color: #18364f;
  background: rgba(249, 252, 254, .98);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 23px;
  box-shadow:
    0 42px 100px rgba(0, 10, 26, .5),
    0 0 0 1px rgba(0, 190, 255, .10),
    0 0 58px rgba(0, 170, 230, .12);
  transform:
    rotateX(var(--my))
    rotateY(var(--mx));
  transition:
    transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.awa-v4-appbar {
  display: flex;
  height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: #fff;
  border-bottom: 1px solid #e2ebf1;
}

.awa-v4-brand,
.awa-v4-app-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.awa-v4-brandmark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(
      145deg,
      #ff5e00,
      #ff9c4d
    );
  border-radius: 10px;
  box-shadow: 0 9px 20px rgba(255, 102, 0, .22);
  font-size: 14px;
  font-weight: 800;
}

.awa-v4-brand strong,
.awa-v4-brand small {
  display: block;
}

.awa-v4-brand strong {
  color: #00234d;
  font-size: 10px;
}

.awa-v4-brand small {
  margin-top: 3px;
  color: #8aa0b1;
  font-size: 6px;
}

.awa-v4-app-actions > span {
  width: 23px;
  height: 23px;
  background: #edf4f7;
  border: 1px solid #dce7ed;
  border-radius: 7px;
}

.awa-v4-app-actions b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #00345f,
      #0089bc
    );
  border-radius: 50%;
  font-size: 7px;
}

.awa-v4-appbody {
  display: grid;
  min-height: 446px;
  grid-template-columns: 64px 1fr;
}

.awa-v4-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 22px 9px;
  background:
    linear-gradient(
      180deg,
      #00234d,
      #003e68
    );
}

.awa-v4-sidebar button {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  padding: 0;
  color: rgba(255, 255, 255, .5);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
}

.awa-v4-sidebar button.is-active {
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(0, 157, 208, .9),
      rgba(0, 101, 163, .9)
    );
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 0 22px rgba(0, 183, 235, .26);
}

.awa-v4-sidebar svg,
.awa-v4-float svg,
.awa-v4-module-icon svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.awa-v4-sidebar button:first-child svg {
  fill: currentColor;
  stroke: none;
}

.awa-v4-workspace {
  min-width: 0;
  padding: 24px 20px;
  background:
    linear-gradient(
      145deg,
      #f2f7fa,
      #fbfdfe
    );
}

.awa-v4-work-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.awa-v4-work-head small,
.awa-v4-work-head strong {
  display: block;
}

.awa-v4-work-head small {
  color: #0087bd;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 1px;
}

.awa-v4-work-head strong {
  margin-top: 4px;
  color: #00234d;
  font-size: 13px;
}

.awa-v4-work-head > span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  color: #59758a;
  background: #fff;
  border: 1px solid #dce8ee;
  border-radius: 999px;
  font-size: 6px;
}

.awa-v4-work-head > span i,
.awa-v4-live i {
  width: 6px;
  height: 6px;
  background: #2fd17e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(47, 209, 126, .12);
}

.awa-v4-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 20px;
}

.awa-v4-kpis article {
  position: relative;
  padding: 13px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #deeaef;
  border-radius: 11px;
}

.awa-v4-kpis article::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -23px;
  width: 48px;
  height: 48px;
  background: rgba(0, 145, 196, .06);
  border-radius: 50%;
}

.awa-v4-kpis small,
.awa-v4-kpis strong,
.awa-v4-kpis em {
  display: block;
  font-style: normal;
}

.awa-v4-kpis small {
  color: #7890a2;
  font-size: 6px;
}

.awa-v4-kpis strong {
  margin-top: 5px;
  color: #00234d;
  font-size: 17px;
}

.awa-v4-kpis em {
  position: absolute;
  top: 12px;
  right: 11px;
  color: #15925c;
  font-size: 5.5px;
  font-weight: 700;
}

.awa-v4-panels {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 9px;
  margin-top: 10px;
}

.awa-v4-panels > article {
  min-width: 0;
  height: 235px;
  padding: 15px;
  background: #fff;
  border: 1px solid #deeaef;
  border-radius: 12px;
}

.awa-v4-panels header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.awa-v4-panels header strong {
  color: #00234d;
  font-size: 8px;
}

.awa-v4-panels header small,
.awa-v4-panels header span {
  color: #8095a5;
  font-size: 5.5px;
}

.awa-v4-chart {
  display: flex;
  height: 155px;
  align-items: flex-end;
  gap: 8px;
  padding: 15px 8px 0;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 35px,
      #edf2f5 36px
    );
}

.awa-v4-chart span {
  flex: 1;
  height: var(--h);
  background:
    linear-gradient(
      180deg,
      #00b5e4,
      #0065a3
    );
  border-radius: 4px 4px 1px 1px;
  transform-origin: bottom;
  animation:
    awaV4Bars 1.2s
    cubic-bezier(.2, .8, .2, 1)
    both;
}

.awa-v4-chart span:nth-child(4) {
  background:
    linear-gradient(
      180deg,
      #ff9b4c,
      #ff6100
    );
  box-shadow: 0 0 18px rgba(255, 102, 0, .2);
}

.awa-v4-pipeline-footer {
  display: flex;
  justify-content: space-around;
  color: #92a5b3;
  font-size: 5px;
}

.awa-v4-flow {
  display: grid;
  align-content: start;
  gap: 8px;
}

.awa-flow-card {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 10px 8px;
  background: #f5f9fb;
  border: 1px solid #e4edf2;
  border-radius: 8px;
  transition:
    transform .3s ease,
    background .3s ease,
    border .3s ease;
}

.awa-flow-card.is-active {
  background: #edf8fc;
  border-color: #bfe4f2;
  transform: translateX(-3px);
}

.awa-flow-card > i {
  width: 6px;
  height: 6px;
  background: #0087bd;
  border-radius: 50%;
}

.awa-flow-card > i.orange {
  background: #ff6b11;
}

.awa-flow-card > i.green {
  background: #26b971;
}

.awa-flow-card b,
.awa-flow-card small {
  display: block;
}

.awa-flow-card b {
  color: #173752;
  font-size: 5.8px;
}

.awa-flow-card small {
  margin-top: 2px;
  color: #8da0af;
  font-size: 4.8px;
}

.awa-flow-card em {
  color: #abc0ce;
  font-size: 5px;
  font-style: normal;
}

/* Cards flutuantes */

.awa-v4-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: #173752;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 12px;
  box-shadow:
    0 18px 45px rgba(0, 11, 26, .28),
    0 0 25px rgba(0, 180, 230, .10);
  backdrop-filter: blur(12px);
  animation:
    awaV4Float 4.6s
    ease-in-out infinite;
}

.awa-v4-float-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #003c6c,
      #00a6d8
    );
  border-radius: 9px;
}

.awa-v4-float-icon.orange {
  background:
    linear-gradient(
      135deg,
      #ff5f00,
      #ff9c4d
    );
}

.awa-v4-float small,
.awa-v4-float strong {
  display: block;
}

.awa-v4-float small {
  color: #0085b8;
  font-size: 5.2px;
  font-weight: 800;
  letter-spacing: .6px;
}

.awa-v4-float strong {
  margin-top: 3px;
  color: #00234d;
  font-size: 7px;
}

.awa-v4-float-crm {
  top: 93px;
  left: -24px;
}

.awa-v4-float-ai {
  right: -21px;
  bottom: 54px;
  animation-delay: -2.1s;
}

.awa-v4-live {
  position: absolute;
  z-index: 4;
  top: -13px;
  right: 21px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 21, 46, .78);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  box-shadow: 0 0 26px rgba(0, 190, 255, .15);
  backdrop-filter: blur(10px);
  font-size: 6px;
}

/* Órbitas decorativas */

.awa-v4-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(0, 198, 255, .22);
  border-radius: 50%;
  pointer-events: none;
}

.awa-v4-orbit-one {
  top: -55px;
  right: -150px;
  width: 620px;
  height: 620px;
  animation: awaV4Spin 24s linear infinite;
}

.awa-v4-orbit-two {
  bottom: -100px;
  left: -100px;
  width: 420px;
  height: 420px;
  border-color: rgba(255, 126, 43, .17);
  animation: awaV4Spin 18s linear infinite reverse;
}

.awa-v4-orbit::before {
  content: "";
  position: absolute;
  top: 13%;
  left: 16%;
  width: 8px;
  height: 8px;
  background: #00c9ff;
  border-radius: 50%;
  box-shadow: 0 0 18px #00c9ff;
}

.awa-v4-orbit-two::before {
  background: #ff7a25;
  box-shadow: 0 0 18px #ff7a25;
}

/* ==========================================================
   ANIMAÇÕES
   ========================================================== */

@keyframes awaV4Glow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-25px, 18px, 0) scale(1.1);
  }
}

@keyframes awaV4Spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes awaV4Float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes awaV4Bars {
  from {
    opacity: .35;
    transform: scaleY(.05);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes awaV4Marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes awaV4Pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 141, 193, .05);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(0, 141, 193, .07);
  }
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1080px) {
  .awa-hero-shell {
    width: min(900px, calc(100% - 48px));
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 85px 0 95px;
  }

  .awa-hero-v4 .awa-hero-copy {
    max-width: 760px;
  }

  .awa-v4-stage {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .awa-v4-showcase-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .awa-v4-showcase-head > p {
    max-width: 700px;
  }

  .awa-process-grid::before {
    display: none;
  }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {
  .awa-hero-v4 {
    min-height: auto;
    padding-top: 70px;
  }

  .awa-hero-shell {
    width: min(100% - 30px, 700px);
    min-height: auto;
    gap: 55px;
    padding: 67px 0 78px;
  }

  .awa-hero-v4 h1 {
    font-size: clamp(39px, 11vw, 54px);
    line-height: 1.08;
    letter-spacing: -1.8px;
  }

  .awa-hero-v4 .awa-hero-description {
    font-size: 12px;
    line-height: 1.75;
  }

  .awa-v4-stage {
    padding: 0 3px;
  }

  .awa-v4-app {
    min-height: 450px;
    border-radius: 18px;
  }

  .awa-v4-appbar {
    height: 61px;
    padding: 0 14px;
  }

  .awa-v4-app-actions > span {
    display: none;
  }

  .awa-v4-appbody {
    min-height: 389px;
    grid-template-columns: 49px 1fr;
  }

  .awa-v4-sidebar {
    padding: 17px 7px;
  }

  .awa-v4-sidebar button {
    width: 32px;
    height: 32px;
  }

  .awa-v4-workspace {
    padding: 18px 11px;
  }

  .awa-v4-work-head > span {
    display: none;
  }

  .awa-v4-kpis {
    gap: 5px;
  }

  .awa-v4-kpis article {
    padding: 10px 7px;
  }

  .awa-v4-kpis em {
    display: none;
  }

  .awa-v4-kpis strong {
    font-size: 13px;
  }

  .awa-v4-panels {
    grid-template-columns: 1fr;
  }

  .awa-v4-panels > article {
    height: 205px;
  }

  .awa-v4-flow {
    display: none;
  }

  .awa-v4-chart {
    height: 130px;
  }

  .awa-v4-float {
    padding: 8px 9px;
  }

  .awa-v4-float-crm {
    top: 78px;
    left: -5px;
  }

  .awa-v4-float-ai {
    right: -4px;
    bottom: 30px;
  }

  .awa-v4-live {
    right: 10px;
  }

  .awa-v4-showcase {
    padding-bottom: 78px;
  }

  .awa-v4-showcase-head {
    padding-top: 70px;
  }

  .awa-v4-screen-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 35px;
  }

  .awa-v4-screen-main {
    min-height: 385px;
    grid-row: auto;
  }

  .awa-v4-screen-side {
    min-height: 225px;
  }

  .awa-v4-kanban {
    gap: 5px;
  }

  .awa-v4-kanban > div {
    padding: 8px 5px;
  }

  .awa-v4-kanban > div > span {
    padding: 10px 6px;
  }
}

@media (max-width: 480px) {
  .awa-hero-shell {
    width: calc(100% - 24px);
    padding-top: 54px;
  }

  .awa-hero-v4 h1 {
    font-size: 37px;
    letter-spacing: -1.35px;
  }

  .awa-hero-v4 .awa-hero-actions {
    display: grid;
  }

  .awa-hero-v4 .awa-button {
    width: 100%;
  }

  .awa-hero-v4 .awa-hero-points {
    display: grid;
  }

  .awa-v4-brand strong {
    font-size: 8px;
  }

  .awa-v4-app {
    min-height: 420px;
  }

  .awa-v4-appbody {
    min-height: 359px;
  }

  .awa-v4-workspace {
    padding: 16px 8px;
  }

  .awa-v4-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .awa-v4-kpis article:nth-child(3) {
    display: none;
  }

  .awa-v4-chart {
    gap: 5px;
  }

  .awa-v4-float-crm {
    top: 70px;
  }

  .awa-v4-float-ai {
    bottom: 22px;
  }

  .awa-v4-float strong {
    font-size: 6.2px;
  }

  .awa-v4-float-icon {
    width: 26px;
    height: 26px;
  }

  .awa-v4-showcase-head h2 {
    font-size: 31px;
  }

  .awa-v4-screen-main {
    min-height: 355px;
    padding-inline: 12px;
  }

  .awa-v4-kanban {
    grid-template-columns: 1fr 1fr;
  }

  .awa-v4-kanban > div:nth-child(3) {
    display: none;
  }

  .awa-v4-marquee-track {
    gap: 18px;
  }

  .awa-v4-screen-side {
    padding: 19px;
  }
}

/* Respeita configurações de acessibilidade */

@media (prefers-reduced-motion: reduce) {
  .awa-v4-glow,
  .awa-v4-orbit,
  .awa-v4-float,
  .awa-v4-marquee-track,
  .awa-v4-chart span,
  .awa-v4-donut {
    animation: none !important;
  }

  .awa-v4-app {
    transform: none !important;
  }
}


/* AVANTHY HERO SAAS COMPARTILHADA — FIM */

/* AVANTHY HOME PURPLE STRIP — INÍCIO */

.awa-home-purple-strip {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  min-height: 62px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 18% 50%,
      rgba(255, 255, 255, .16),
      transparent 24%
    ),
    linear-gradient(
      100deg,
      #00234D 0%,
      #003F6F 34%,
      #0065A3 67%,
      #002E55 100%
    );
  border-top: 1px solid rgba(255, 255, 255, .16);
  box-shadow:
    0 -12px 34px rgba(29, 10, 58, .18),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  text-decoration: none;
  isolation: isolate;
}

.awa-home-purple-strip::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80px;
  right: 12%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, .025),
    0 0 0 90px rgba(255, 255, 255, .018);
}

.awa-home-purple-strip::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 25%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, .18),
      transparent
    );
  transform: skewX(-25deg);
  animation:
    awaPurpleStripLight 7s
    ease-in-out infinite;
  pointer-events: none;
}

.awa-purple-strip-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1240px, calc(100% - 56px));
  min-height: 62px;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-inline: auto;
}

.awa-purple-new {
  padding: 6px 9px;
  color: #4b247a;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(23, 6, 43, .15);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.awa-purple-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .1),
    0 8px 20px rgba(30, 10, 60, .13);
}

.awa-purple-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.awa-purple-copy {
  min-width: 0;
}

.awa-purple-copy strong,
.awa-purple-copy small {
  display: block;
}

.awa-purple-copy strong {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.awa-purple-copy small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .72);
  font-size: 7px;
}

.awa-purple-action {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  font-size: 8px;
  font-weight: 700;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.awa-purple-action i {
  font-size: 14px;
  font-style: normal;
  transition: transform 180ms ease;
}

.awa-home-purple-strip:hover .awa-purple-action,
.awa-home-purple-strip:focus-visible .awa-purple-action {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-1px);
}

.awa-home-purple-strip:hover .awa-purple-action i,
.awa-home-purple-strip:focus-visible .awa-purple-action i {
  transform: translateX(3px);
}

@keyframes awaPurpleStripLight {
  0%,
  68% {
    left: -40%;
  }

  100% {
    left: 135%;
  }
}

/* Tablet */

@media (max-width: 760px) {
  .awa-purple-strip-content {
    width: min(100% - 30px, 700px);
  }

  .awa-purple-copy small {
    display: none;
  }
}

/* Mobile */

@media (max-width: 520px) {
  .awa-home-purple-strip {
    min-height: 68px;
  }

  .awa-purple-strip-content {
    width: calc(100% - 24px);
    min-height: 68px;
    grid-template-columns: auto auto 1fr;
    gap: 9px;
  }

  .awa-purple-icon {
    width: 31px;
    height: 31px;
  }

  .awa-purple-copy strong {
    font-size: 8px;
    line-height: 1.35;
  }

  .awa-purple-action {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .awa-home-purple-strip::after {
    animation: none !important;
  }
}

/* AVANTHY HOME PURPLE STRIP — FIM */

/* AVANTHY HOME HERO SPACING FIX — INÍCIO */

/*
 * A faixa deixa de ficar sobreposta à hero e passa
 * a participar normalmente do fluxo da página.
 */

.awa-hero-v4 .awa-home-purple-strip {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  min-height: 66px;
  flex: none;
}

/* Organiza a área principal da hero no desktop. */

.awa-hero-v4 .awa-hero-shell {
  min-height: 700px;
  padding-top: 52px;
  padding-bottom: 48px;
}

.awa-hero-v4 .awa-hero-copy {
  padding-block: 14px;
}

.awa-hero-v4 .awa-hero-description {
  margin-top: 22px;
}

.awa-hero-v4 .awa-hero-actions {
  margin-top: 27px;
}

.awa-hero-v4 .awa-hero-points {
  margin-top: 23px;
}

/* Faixa comercial sem o selo Destaque. */

.awa-hero-v4 .awa-purple-strip-content {
  min-height: 66px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 15px;
  padding: 10px 0;
}

.awa-hero-v4 .awa-purple-icon {
  flex: none;
}

.awa-hero-v4 .awa-purple-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 2px;
}

.awa-hero-v4 .awa-purple-copy strong {
  font-size: 10px;
  line-height: 1.4;
}

.awa-hero-v4 .awa-purple-copy small {
  margin-top: 0;
  font-size: 7px;
  line-height: 1.5;
}

/*
 * Mantém uma transição limpa entre a faixa e
 * a primeira seção posterior à hero.
 */

.awa-hero-v4 + .executive-overview {
  padding-top: 76px;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1080px) {
  .awa-hero-v4 .awa-hero-shell {
    gap: 52px;
    padding-top: 65px;
    padding-bottom: 58px;
  }

  .awa-hero-v4 .awa-purple-strip-content {
    width: min(900px, calc(100% - 48px));
  }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {
  .awa-hero-v4 .awa-hero-shell {
    gap: 46px;
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .awa-hero-v4 .awa-hero-copy {
    padding-block: 0;
  }

  .awa-hero-v4 .awa-hero-description {
    margin-top: 20px;
  }

  .awa-hero-v4 .awa-hero-actions {
    margin-top: 25px;
  }

  .awa-hero-v4 .awa-hero-points {
    margin-top: 22px;
  }

  .awa-hero-v4 .awa-home-purple-strip {
    min-height: auto;
  }

  .awa-hero-v4 .awa-purple-strip-content {
    width: min(100% - 30px, 700px);
    min-height: 74px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    padding: 12px 0;
  }

  .awa-hero-v4 .awa-purple-copy {
    display: block;
  }

  .awa-hero-v4 .awa-purple-copy strong {
    font-size: 9px;
    line-height: 1.45;
  }

  .awa-hero-v4 .awa-purple-copy small {
    display: block;
    margin-top: 3px;
    font-size: 6.5px;
    line-height: 1.5;
  }

  .awa-hero-v4 .awa-purple-action {
    display: none;
  }

  .awa-hero-v4 + .executive-overview {
    padding-top: 66px;
  }
}

/* ==========================================================
   CELULARES PEQUENOS
   ========================================================== */

@media (max-width: 480px) {
  .awa-hero-v4 .awa-hero-shell {
    gap: 40px;
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .awa-hero-v4 .awa-purple-strip-content {
    width: calc(100% - 24px);
    min-height: 80px;
    padding: 13px 0;
  }

  .awa-hero-v4 .awa-purple-icon {
    width: 34px;
    height: 34px;
  }

  .awa-hero-v4 .awa-purple-copy strong {
    font-size: 8.5px;
  }

  .awa-hero-v4 .awa-purple-copy small {
    font-size: 6.2px;
  }

  .awa-hero-v4 + .executive-overview {
    padding-top: 58px;
  }
}

/* AVANTHY HOME HERO SPACING FIX — FIM */

/* AVANTHY HERO STRIP TYPOGRAPHY — INÍCIO */

/* Remove o neon laranja inferior esquerdo da hero. */

.awa-hero-v4 .awa-v4-glow-b {
  display: none !important;
  opacity: 0 !important;
  animation: none !important;
}

/* Aumenta e melhora a leitura da faixa comercial. */

.awa-hero-v4 .awa-home-purple-strip {
  min-height: 76px;
}

.awa-hero-v4 .awa-purple-strip-content {
  min-height: 76px;
  gap: 16px;
  padding: 12px 0;
}

.awa-hero-v4 .awa-purple-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.awa-hero-v4 .awa-purple-icon svg {
  width: 20px;
  height: 20px;
}

.awa-hero-v4 .awa-purple-copy {
  column-gap: 13px;
  row-gap: 3px;
}

.awa-hero-v4 .awa-purple-copy strong {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -.1px;
}

.awa-hero-v4 .awa-purple-copy small {
  font-size: 9px;
  line-height: 1.55;
}

.awa-hero-v4 .awa-purple-action {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 9px;
}

.awa-hero-v4 .awa-purple-action i {
  font-size: 16px;
}

/* Tablet */

@media (max-width: 760px) {
  .awa-hero-v4 .awa-home-purple-strip {
    min-height: 84px;
  }

  .awa-hero-v4 .awa-purple-strip-content {
    min-height: 84px;
    gap: 12px;
    padding: 14px 0;
  }

  .awa-hero-v4 .awa-purple-copy strong {
    font-size: 11px;
    line-height: 1.45;
  }

  .awa-hero-v4 .awa-purple-copy small {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.5;
  }
}

/* Celulares menores */

@media (max-width: 480px) {
  .awa-hero-v4 .awa-home-purple-strip {
    min-height: 90px;
  }

  .awa-hero-v4 .awa-purple-strip-content {
    min-height: 90px;
    gap: 11px;
    padding: 15px 0;
  }

  .awa-hero-v4 .awa-purple-icon {
    width: 38px;
    height: 38px;
  }

  .awa-hero-v4 .awa-purple-copy strong {
    font-size: 10.5px;
    line-height: 1.45;
  }

  .awa-hero-v4 .awa-purple-copy small {
    font-size: 7.8px;
    line-height: 1.5;
  }
}

/* AVANTHY HERO STRIP TYPOGRAPHY — FIM */

.awa-home-purple-strip::after{display:none!important}
.awa-purple-icon,.awa-purple-action{background:#FF6600!important;border-color:#FF984C!important}
.awa-home-purple-strip{background:linear-gradient(105deg,#B74300,#E85C00 55%,#FF7A1A)!important}
.awa-purple-icon{color:#fff!important;background:#00234D!important}
.awa-home-purple-strip{background:linear-gradient(100deg,#432171,#6636A5 50%,#8552CF)!important}
.awa-purple-icon{color:#fff!important;background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.25)!important}







/* AWA HERO SEO LOCAL */
.awa-hero-local{
  display:inline-flex!important;
  align-items:center;
  max-width:100%;
  padding:9px 15px!important;
  border:1px solid rgba(174,220,248,.25)!important;
  border-left:3px solid #ff6600!important;
  border-radius:8px 999px 999px 8px!important;
  color:#d9efff!important;
  background:rgba(0,35,77,.38)!important;
  box-shadow:0 10px 30px rgba(0,20,48,.14);
  backdrop-filter:blur(10px);
  font-size:.72rem!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  line-height:1.3!important;
  text-transform:uppercase;
  animation:awaHeroSeo 4s ease-in-out infinite;
}
.awa-hero-local:before{display:none!important}
@keyframes awaHeroSeo{
  50%{border-color:rgba(174,220,248,.42);box-shadow:0 12px 34px rgba(0,101,163,.18)}
}
@media(max-width:560px){
  .awa-hero-local{
    width:auto!important;
    padding:8px 12px!important;
    border-radius:8px 18px 18px 8px!important;
    font-size:.62rem!important;
    letter-spacing:.08em!important;
    white-space:normal!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .awa-hero-local{animation:none!important}
}
/* FIM AWA HERO SEO LOCAL */


/* AWA SEO MARQUEE */
.awa-home-purple-strip{cursor:default}
.awa-purple-strip-content{
  display:flex;
  align-items:center;
  gap:18px;
}
.awa-seo-marquee{
  flex:1;
  min-width:0;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
.awa-seo-track{
  display:flex;
  width:max-content;
  animation:awaSeoMarquee 30s linear infinite;
}
.awa-seo-group{
  display:flex;
  align-items:center;
  gap:18px;
  padding-right:18px;
  white-space:nowrap;
}
.awa-seo-group span{
  color:rgba(255,255,255,.88);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.025em;
}
.awa-seo-group i{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#ff8a32;
  box-shadow:0 0 0 4px rgba(255,138,50,.12);
}
.awa-purple-action{
  flex:none;
  color:#fff!important;
  text-decoration:none;
  white-space:nowrap;
}
.awa-seo-marquee:hover .awa-seo-track{
  animation-play-state:paused;
}
@keyframes awaSeoMarquee{
  to{transform:translateX(-50%)}
}
@media(max-width:620px){
  .awa-purple-strip-content{gap:10px}
  .awa-purple-icon{display:none!important}
  .awa-seo-group{gap:14px;padding-right:14px}
  .awa-seo-group span{font-size:.7rem}
  .awa-purple-action{
    padding:9px 11px!important;
    font-size:.69rem!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .awa-seo-track{animation:none}
  .awa-seo-marquee{overflow:auto}
}
/* FIM AWA SEO MARQUEE */



/* AWA HERO LOCAL NOTE */
.awa-hero-local-note{
  display:block;
  width:max-content;
  max-width:100%;
  margin:7px 0 0 7px;
  color:rgba(214,232,244,.48);
  font-size:.62rem;
  font-weight:400;
  letter-spacing:.025em;
  line-height:1.4;
  text-transform:none;
}
.awa-hero-local-note:before,
.awa-hero-local-note i{
  display:none!important;
}
@media(max-width:520px){
  .awa-hero-local-note{
    margin:7px 0 0 5px;
    font-size:.56rem;
    color:rgba(214,232,244,.44);
  }
}
/* FIM AWA HERO LOCAL NOTE */



/* AWA ORGANIZAÇÃO TÍTULO HERO — INÍCIO */
.awa-hero-copy h1,
.awa-hero-content h1,
.hero-content h1,
.avanthy-hero h1{
  max-width:760px;
  margin-top:20px;
  margin-bottom:20px;
  font-size:clamp(2.8rem,5vw,4.65rem);
  font-weight:700;
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.awa-hero-copy h1 span,
.awa-hero-content h1 span,
.hero-content h1 span,
.avanthy-hero h1 span{
  line-height:inherit;
}

@media(max-width:768px){
  .awa-hero-copy h1,
  .awa-hero-content h1,
  .hero-content h1,
  .avanthy-hero h1{
    max-width:600px;
    margin-top:17px;
    margin-bottom:17px;
    font-size:clamp(2.15rem,10.5vw,3.1rem);
    line-height:1.08;
    letter-spacing:-.035em;
  }
}

@media(max-width:420px){
  .awa-hero-copy h1,
  .awa-hero-content h1,
  .hero-content h1,
  .avanthy-hero h1{
    max-width:350px;
    font-size:2.25rem;
    line-height:1.09;
    letter-spacing:-.03em;
  }
}
/* AWA ORGANIZAÇÃO TÍTULO HERO — FIM */
