
/* =========================================================
   URGER V2 — laboratório comercial
   ========================================================= */

.v2-page .v2-hero {
  min-height: 850px;
}

.v2-page .hero-copy h1 {
  max-width: 720px;
}

.v2-page .hero-copy h1 span {
  display: block;
  margin-top: 7px;
}

.signal-chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
  color: #72829d;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.signal-chain span {
  border: 1px solid #4777c738;
  background: #0c1930;
  border-radius: 7px;
  padding: 9px 12px;
}

.signal-chain b {
  color: #397fff;
  font-weight: 500;
}


/* HERO RADAR */

.v2-radar {
  min-height: 550px;
}

.signal-node {
  z-index: 5;
  position: absolute;

  display: flex;
  flex-direction: column;
  gap: 4px;

  min-width: 110px;

  padding: 12px 15px;

  background: #0c1931e8;
  border: 1px solid #538fff52;
  border-radius: 9px;

  color: #d1ddf1;
  font: 500 12px Inter;

  box-shadow: 0 15px 35px #0006;
}

.signal-node small {
  font-size: 8px;
  letter-spacing: .15em;
  color: #4d8fff;
}

.sn-rfb {
  top: 72px;
  left: 30px;
}

.sn-pncp {
  top: 145px;
  right: 8px;
}

.sn-company {
  bottom: 100px;
  left: 5px;
}

.sn-history {
  bottom: 62px;
  right: 30px;
}

.radar-status {
  position: absolute;
  bottom: 8px;

  display: flex;
  align-items: center;
  gap: 9px;

  color: #9baac2;
  font-size: 10px;

  border: 1px solid #5276af3a;
  background: #091425;

  border-radius: 8px;
  padding: 11px 14px;
}

.radar-status i {
  width: 7px;
  height: 7px;

  border-radius: 50%;
  background: #3fd58e;

  box-shadow: 0 0 13px #3fd58e;
}


/* PROBLEMA */

.problem-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
}

.problem-flow > b {
  display: grid;
  place-items: center;
  color: #286fe7;
}

.problem-flow article {
  min-height: 210px;
  padding: 25px;

  border-radius: 14px;
  border: 1px solid #5c80ba26;
  background: #0c1729;
}

.problem-flow article strong {
  color: #438bff;
  font: 600 11px Sora;
}

.problem-flow article h3 {
  margin: 45px 0 10px;
  font: 600 18px Sora;
}

.problem-flow article p {
  color: #8492a8;
  line-height: 1.6;
}

.problem-flow .problem-end {
  border-color: #1a73ff75;

  background:
    radial-gradient(circle at 80% 10%, #0057ff24, transparent 50%),
    #0d1b31;
}


/* CARDS */

.signal-cards .card {
  min-height: 250px;
}


/* FACILITIES CASE */

.facilities-case {
  background:
    radial-gradient(circle at 75% 20%, #0057ff13, transparent 32%),
    #080f1c;

  border-block: 1px solid #ffffff0d;
}

.case-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: start;
}

.case-badge {
  display: flex;
  flex-direction: column;
  gap: 9px;

  min-width: 250px;

  padding: 24px;

  border: 1px solid #477fd34a;
  background: #0b1930;
  border-radius: 14px;
}

.case-badge span {
  color: #4f93ff;
  font-size: 9px;
  letter-spacing: .16em;
}

.case-badge strong {
  font: 600 21px Sora;
}

.case-badge small {
  color: #7f8fa9;
}


.evidence-flow {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: stretch;
  gap: 9px;

  margin-top: 15px;
}

.evidence-flow > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;

  min-height: 155px;
  min-width: 0;

  padding: 18px;

  border-radius: 12px;
  background: #0c192d;
  border: 1px solid #476fae33;
}

.evidence-flow > i {
  display: grid;
  place-items: center;

  color: #347df6;
  font-style: normal;
}

.evidence-flow small {
  color: #347df6;
  font: 600 9px Sora;
}

.evidence-flow strong {
  font: 600 15px Sora;
}

.evidence-flow span {
  color: #7e8ca3;
  font-size: 11px;
  line-height: 1.5;
}

.evidence-flow .evidence-result {
  border-color: #257aff89;
  background: linear-gradient(145deg, #10264a, #0b182d);
}


.case-note {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;

  margin-top: 30px;
  padding: 30px;

  border-radius: 14px;
  border-left: 3px solid #1a73ff;
  background: #0057ff0b;
}

.case-note span {
  color: #4d91ff;

  font-size: 9px;
  letter-spacing: .15em;
}

.case-note h3 {
  margin: 8px 0 0;
  font: 600 20px/1.4 Sora;
}

.case-note p {
  margin: 0;

  color: #99a7bb;
  line-height: 1.75;
}


/* PRODUTOS */

.product-card {
  position: relative;
}

.product-label {
  display: inline-block;

  margin-bottom: 10px;

  color: #5798ff;

  font: 600 9px Sora;
  letter-spacing: .15em;
}

.product-card.featured {
  border-color: #1a73ff80;

  background:
    radial-gradient(circle at 90% 0%, #0057ff26, transparent 42%),
    linear-gradient(145deg,#0e192c,#0b1424);
}


/* PLATAFORMA */

.platform-proof {
  background: #080f1c;
  border-block: 1px solid #ffffff0d;
}

.platform-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 75px;
}

.proof-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.proof-list span {
  display: flex;
  align-items: center;
  gap: 11px;

  color: #a3b0c4;
  font-size: 13px;
}

.proof-list i {
  width: 7px;
  height: 7px;

  background: #367ffd;
  border-radius: 50%;

  box-shadow: 0 0 10px #367ffd;
}


.platform-window {
  overflow: hidden;

  border: 1px solid #315187;
  border-radius: 16px;

  background: #091322;

  box-shadow: 0 35px 80px #0006;
}

.platform-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 15px 18px;

  border-bottom: 1px solid #ffffff12;

  color: #71809a;
  font-size: 10px;
}

.platform-top > span {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #d3deed;

  letter-spacing: .14em;
  font: 600 10px Sora;
}

.platform-top img {
  width: 22px;
}

.platform-top b {
  color: #6ddca9;
  font-weight: 500;
}

.platform-top b i {
  display: inline-block;

  width: 6px;
  height: 6px;

  margin-right: 6px;

  background: #45d495;
  border-radius: 50%;
}


.platform-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 370px;
}

.platform-body aside {
  display: flex;
  flex-direction: column;
  gap: 7px;

  padding: 22px 13px;

  border-right: 1px solid #ffffff0d;

  background: #08111e;
}

.platform-body aside span {
  padding: 10px 12px;

  border-radius: 7px;

  color: #687890;
  font-size: 11px;
}

.platform-body aside .active {
  color: #dce8ff;
  background: #12305d;
}

.platform-content {
  padding: 32px;
}

.platform-content > small {
  color: #4a8cf5;

  font-size: 8px;
  letter-spacing: .14em;
}

.platform-content h3 {
  margin: 8px 0 26px;
  font: 600 25px Sora;
}

.platform-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.platform-signals span {
  display: flex;
  flex-direction: column;
  gap: 10px;

  padding: 17px;

  border: 1px solid #ffffff10;
  border-radius: 9px;

  background: #0c192b;

  color: #c6d2e2;
  font-size: 12px;
}

.platform-signals small {
  color: #687991;
  font-size: 9px;
}

.platform-recommendation {
  margin-top: 18px;

  padding: 20px;

  border-left: 2px solid #267bff;

  background: #0057ff0c;
}

.platform-recommendation small {
  display: block;
  margin-bottom: 8px;

  color: #458afa;
  font-size: 8px;
  letter-spacing: .14em;
}

.platform-recommendation strong {
  color: #b8c8dd;
  font: 500 13px/1.6 Inter;
}


/* RESPONSIVO */

@media (max-width: 1000px) {

  .problem-flow {
    grid-template-columns: 1fr 1fr;
  }

  .problem-flow > b {
    display: none;
  }

  .evidence-flow {
    grid-template-columns: 1fr 1fr;
  }

  .evidence-flow > i {
    display: none;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 700px) {

  .signal-chain {
    gap: 8px;
  }

  .signal-chain b {
    display: none;
  }

  .v2-radar {
    min-height: 390px;
  }

  .signal-node {
    font-size: 10px;
    min-width: 90px;
  }

  .sn-rfb {
    top: 35px;
    left: 0;
  }

  .sn-pncp {
    top: 65px;
    right: 0;
  }

  .sn-company {
    bottom: 65px;
    left: 0;
  }

  .sn-history {
    bottom: 40px;
    right: 0;
  }

  .problem-flow {
    grid-template-columns: 1fr;
  }

  .case-header {
    grid-template-columns: 1fr;
  }

  .case-badge {
    min-width: 0;
  }

  .evidence-flow {
    grid-template-columns: 1fr;
  }

  .case-note {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .platform-body {
    grid-template-columns: 1fr;
  }

  .platform-body aside {
    display: none;
  }

  .platform-signals {
    grid-template-columns: 1fr;
  }

  .platform-top > small {
    display: none;
  }

}



/* =========================================================
   URGER V2 — SIGNAL ENGINE
   ========================================================= */

.signal-engine {
  position: relative;
  z-index: 2;

  padding: 105px 0 115px;

  background:
    radial-gradient(circle at 50% 5%, #0057ff15, transparent 37%),
    linear-gradient(180deg, #0a1323 0%, #08101e 100%);

  border-top: 1px solid #ffffff0d;
  border-bottom: 1px solid #ffffff0d;

  overflow: hidden;
}

.signal-engine:before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background-image:
    linear-gradient(#3d72bb09 1px, transparent 1px),
    linear-gradient(90deg, #3d72bb09 1px, transparent 1px);

  background-size: 64px 64px;

  -webkit-mask-image:
    radial-gradient(circle at 50% 45%, #000 0%, transparent 75%);

  mask-image:
    radial-gradient(circle at 50% 45%, #000 0%, transparent 75%);
}


.signal-engine-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;

  gap: 80px;
  align-items: end;

  margin-bottom: 58px;

  position: relative;
}

.signal-engine-head h2 {
  max-width: 710px;

  margin: 19px 0 0;

  letter-spacing: -.045em;

  font:
    600 clamp(34px, 4vw, 52px) / 1.14
    Sora, sans-serif;
}

.signal-engine-head h2 span {
  color: #4f91ff;
}

.signal-engine-head > p {
  max-width: 470px;

  margin: 0 0 5px;

  color: #8e9db3;

  font-size: 15px;
  line-height: 1.8;
}


.signal-machine {
  position: relative;

  padding: 38px 34px 32px;

  border: 1px solid #567ab534;

  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      #0c182be8,
      #07101ee8
    );

  box-shadow:
    inset 0 1px 0 #ffffff08;
}


/* ---------- fluxo ---------- */

.signal-machine-grid {
  display: grid;

  grid-template-columns:
    minmax(115px, 1fr)
    42px
    minmax(115px, 1fr)
    42px
    minmax(115px, 1fr)
    42px
    minmax(115px, 1fr)
    42px
    minmax(115px, 1fr)
    42px
    minmax(115px, 1fr);

  align-items: center;

  gap: 0;
}


.journey-node {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-width: 0;
  min-height: 150px;

  padding: 19px;

  color: #8492a8;

  text-align: left;

  cursor: pointer;

  background:
    linear-gradient(
      145deg,
      #0b1729,
      #091321
    );

  border:
    1px solid
    #4c72ad35;

  border-radius: 13px;

  transition:
    color .3s,
    border-color .3s,
    background .3s,
    transform .3s,
    box-shadow .3s;
}


.journey-node:hover,
.journey-node:focus-visible {
  color: #dce7f8;

  border-color: #357bea;

  outline: none;

  transform: translateY(-4px);
}


.journey-node.active {
  color: #fff;

  border-color: #2c82ff;

  background:
    radial-gradient(
      circle at 85% 10%,
      #0057ff28,
      transparent 46%
    ),
    #0c1c34;

  box-shadow:
    0 0 0 1px #1a73ff13,
    0 14px 35px #001c501f;
}


.journey-node.active:after {
  content: "";

  position: absolute;

  left: 18px;
  right: 18px;
  bottom: -1px;

  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #45cfff,
      #2677ff,
      transparent
    );

  box-shadow:
    0 0 12px #2677ff;
}


.journey-number {
  color: #4c88e8;

  font:
    600 9px
    Sora, sans-serif;

  letter-spacing: .14em;
}


.journey-icon {
  display: grid;
  place-items: center;

  width: 34px;
  height: 34px;

  margin: 15px 0 13px;

  border:
    1px solid
    #3776da50;

  border-radius: 8px;

  color: #5da0ff;

  font-size: 17px;

  background: #0e203d;
}


.journey-node strong {
  margin-bottom: 6px;

  font:
    600 14px
    Sora, sans-serif;
}


.journey-node small {
  color: #67768d;

  font-size: 10px;
}


.journey-link {
  position: relative;

  height: 2px;

  overflow: hidden;

  background: #29456e80;
}


.journey-link:after {
  content: "";

  position: absolute;

  top: -2px;
  right: -1px;

  width: 6px;
  height: 6px;

  border-top: 1px solid #4a79c3;
  border-right: 1px solid #4a79c3;

  transform: rotate(45deg);
}


.journey-link span {
  display: block;

  width: 0;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      #246eff,
      #59d7ff
    );

  box-shadow:
    0 0 11px #3faaff;

  transition:
    width .45s
    cubic-bezier(.2,.7,.2,1);
}


.journey-link.reached span {
  width: 100%;
}


/* ---------- detalhe ---------- */

.journey-detail {
  display: grid;

  grid-template-columns:
    minmax(270px, .75fr)
    minmax(300px, 1.25fr)
    minmax(180px, .45fr);

  gap: 34px;
  align-items: center;

  min-height: 148px;

  margin-top: 27px;

  padding: 24px 26px;

  border:
    1px solid
    #406fae2d;

  border-radius: 15px;

  background: #081321c9;
}


.journey-detail-brand {
  display: flex;

  align-items: center;

  gap: 18px;
}


.journey-core {
  position: relative;

  display: grid;
  place-items: center;

  flex: 0 0 66px;

  width: 66px;
  height: 66px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      #12489e45,
      transparent 68%
    );
}


.journey-core img {
  position: relative;

  z-index: 2;

  width: 39px;

  filter:
    drop-shadow(
      0 0 12px
      #1469ff80
    );
}


.journey-core-ring {
  position: absolute;

  inset: 2px;

  border:
    1px solid
    #307fff63;

  border-radius: 50%;

  animation:
    journey-breathe
    2.8s ease-in-out
    infinite;
}


.journey-detail-brand small {
  display: block;

  margin-bottom: 7px;

  color: #488ae9;

  font-size: 8px;

  letter-spacing: .14em;
}


.journey-detail-brand strong {
  display: block;

  color: #e6eefc;

  font:
    600 15px / 1.4
    Sora, sans-serif;
}


.journey-detail > p {
  margin: 0;

  color: #98a6bb;

  font-size: 13px;
  line-height: 1.75;
}


.journey-progress {
  display: flex;
  flex-direction: column;

  gap: 10px;
}


.journey-progress-bar {
  overflow: hidden;

  height: 4px;

  background: #172a45;

  border-radius: 99px;
}


.journey-progress-bar span {
  display: block;

  width: 16.666%;

  height: 100%;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      #286cff,
      #53d4ff
    );

  box-shadow:
    0 0 10px
    #2388ff;

  transition: width .4s ease;
}


.journey-progress small {
  color: #63738c;

  font-size: 9px;

  text-align: right;

  letter-spacing: .08em;

  text-transform: uppercase;
}


/* ---------- tese ---------- */

.journey-thesis {
  display: grid;

  grid-template-columns:
    auto 1fr
    170px
    auto 1fr;

  align-items: center;

  gap: 15px;

  margin-top: 25px;

  padding: 18px 22px;

  border-top:
    1px solid
    #ffffff0b;
}


.journey-thesis > span {
  color: #4c77b7;

  font:
    600 8px
    Sora, sans-serif;

  letter-spacing: .15em;
}


.journey-thesis p {
  margin: 0;

  color: #8c9bb0;

  font-size: 12px;
}


.journey-thesis-arrow {
  display: flex;

  align-items: center;

  gap: 8px;
}


.journey-thesis-arrow i {
  flex: 1;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #347df7
    );
}


.journey-thesis-arrow i:last-child {
  background:
    linear-gradient(
      90deg,
      #347df7,
      transparent
    );
}


.journey-thesis-arrow b {
  color: #62a1ff;

  font:
    600 8px
    Sora, sans-serif;

  letter-spacing: .14em;
}


/* ---------- animação ---------- */

@keyframes journey-breathe {
  50% {
    transform: scale(1.09);

    border-color:
      #49baffaa;

    box-shadow:
      0 0 15px
      #2678ff2b;
  }
}


/* ---------- responsivo ---------- */

@media (max-width: 1050px) {

  .signal-machine-grid {
    grid-template-columns:
      repeat(3, 1fr);

    gap: 12px;
  }

  .journey-link {
    display: none;
  }

  .journey-detail {
    grid-template-columns:
      1fr 1.2fr;
  }

  .journey-progress {
    grid-column: 1 / -1;
  }

}


@media (max-width: 720px) {

  .signal-engine {
    padding:
      75px 0 80px;
  }

  .signal-engine-head {
    grid-template-columns: 1fr;

    gap: 22px;

    margin-bottom: 35px;
  }

  .signal-machine {
    padding:
      20px 14px 18px;

    border-radius: 17px;
  }

  .signal-machine-grid {
    grid-template-columns:
      1fr 1fr;

    gap: 10px;
  }

  .journey-node {
    min-height: 135px;

    padding: 16px;
  }

  .journey-detail {
    grid-template-columns: 1fr;

    gap: 19px;

    padding: 20px;
  }

  .journey-detail > p {
    font-size: 12px;
  }

  .journey-thesis {
    grid-template-columns:
      auto 1fr;

    gap: 9px 14px;
  }

  .journey-thesis-arrow {
    grid-column: 1 / -1;

    margin: 5px 0;
  }

}


@media (max-width: 390px) {

  .signal-machine-grid {
    grid-template-columns: 1fr;
  }

  .journey-node {
    min-height: auto;
  }

}


@media (prefers-reduced-motion: reduce) {

  .journey-core-ring {
    animation: none;
  }

  .journey-link span,
  .journey-progress-bar span,
  .journey-node {
    transition: none;
  }

}



/* =========================================================
   PRODUCT TOUR
   ========================================================= */

.product-tour {
  background:
    radial-gradient(circle at 75% 10%, #0e5cff13, transparent 35%),
    #080f1c;

  border-block: 1px solid #ffffff0d;
}


.product-tour-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;

  gap: 80px;
  align-items: end;

  margin-bottom: 48px;
}


.product-tour-heading h2 {
  margin: 18px 0 0;

  max-width: 720px;

  font:
    600 clamp(36px,4.2vw,56px)/1.12
    Sora, sans-serif;

  letter-spacing: -.045em;
}


.product-tour-heading h2 span {
  color: #4f91ff;
}


.product-tour-intro {
  padding-bottom: 5px;
}


.product-tour-intro > span {
  color: #4f8ff5;

  font:
    600 9px Sora;

  letter-spacing: .16em;
}


.product-tour-intro p {
  color: #93a1b6;

  margin: 12px 0 0;

  font-size: 15px;
  line-height: 1.75;
}


/* shell */

.product-tour-shell {
  display: grid;

  grid-template-columns: 245px minmax(0,1fr);

  overflow: hidden;

  border:
    1px solid
    #456ca92e;

  border-radius: 20px;

  background: #091321;

  box-shadow:
    0 32px 80px #0005;
}


/* menu lateral */

.product-tour-nav {
  padding: 19px 12px;

  background: #07101d;

  border-right:
    1px solid
    #ffffff0d;
}


.product-tour-tab {
  width: 100%;

  display: grid;

  grid-template-columns: 31px 1fr;

  align-items: center;

  gap: 11px;

  padding: 15px 12px;

  margin-bottom: 5px;

  cursor: pointer;

  color: #7d8ba0;

  text-align: left;

  background: transparent;

  border: 1px solid transparent;

  border-radius: 10px;

  transition:
    background .25s,
    color .25s,
    border-color .25s;
}


.product-tour-tab > span {
  display: grid;

  place-items: center;

  width: 28px;
  height: 28px;

  border-radius: 8px;

  color: #4c88e8;

  background: #0e1e36;

  font:
    600 9px Sora;
}


.product-tour-tab div {
  min-width: 0;
}


.product-tour-tab strong {
  display: block;

  color: inherit;

  margin-bottom: 4px;

  font:
    600 12px Sora;
}


.product-tour-tab small {
  color: #59677c;

  font-size: 9px;
}


.product-tour-tab:hover,
.product-tour-tab:focus-visible {
  color: #fff;

  border-color: #326fd05c;

  outline: none;

  background: #0d1a30;
}


.product-tour-tab.active {
  color: #fff;

  border-color: #287aff75;

  background:
    linear-gradient(
      90deg,
      #0e2850,
      #0a1728
    );
}


.product-tour-tab.active > span {
  color: #fff;

  background: #1768ef;

  box-shadow:
    0 0 18px #1768ef4d;
}


/* conteúdo */

.product-tour-main {
  min-width: 0;

  padding: 27px;
}


.product-tour-copy {
  display: grid;

  grid-template-columns:
    1fr 280px;

  gap: 45px;

  align-items: end;

  margin-bottom: 24px;
}


.product-tour-copy small {
  color: #478bf3;

  font-size: 8px;

  letter-spacing: .15em;
}


.product-tour-copy h3 {
  max-width: 670px;

  margin: 8px 0 9px;

  font:
    600 23px/1.35
    Sora;
}


.product-tour-copy p {
  max-width: 720px;

  margin: 0;

  color: #91a0b6;

  font-size: 13px;

  line-height: 1.72;
}


.product-tour-question {
  padding:
    15px 17px;

  border-left:
    2px solid
    #267aff;

  background: #0057ff0c;
}


.product-tour-question strong {
  display: block;

  margin-top: 7px;

  color: #c9d6e9;

  font:
    500 12px/1.5
    Inter;
}


/* browser */

.product-browser {
  overflow: hidden;

  border:
    1px solid
    #476d9f45;

  border-radius: 13px;

  background: #f7faff;

  box-shadow:
    0 22px 55px #0005;
}


.product-browser-top {
  display: grid;

  grid-template-columns:
    100px 1fr 130px;

  align-items: center;

  min-height: 42px;

  padding: 0 14px;

  color: #738198;

  background: #0b1525;

  border-bottom:
    1px solid
    #3d5a8538;

  font-size: 9px;
}


.browser-dots {
  display: flex;

  gap: 6px;
}


.browser-dots i {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #41516a;
}


.browser-dots i:first-child {
  background: #e26c71;
}


.browser-dots i:nth-child(2) {
  background: #d5a94c;
}


.browser-dots i:nth-child(3) {
  background: #4fa77a;
}


.product-browser-top > span {
  text-align: center;
}


.product-demo-state {
  display: flex;

  justify-content: flex-end;
  align-items: center;

  gap: 7px;

  color: #7291c4;
}


.product-demo-state i {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #42cf90;

  box-shadow:
    0 0 9px
    #42cf90;
}


.product-browser-screen {
  position: relative;

  display: grid;

  place-items: center;

  min-height: 450px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f8fbff,
      #eef4fc
    );
}


.product-browser-screen img {
  display: block;

  width: 100%;

  height: auto;

  max-height: 650px;

  object-fit: contain;

  transition:
    opacity .22s,
    transform .4s;
}


.product-browser-screen.switching img {
  opacity: .18;

  transform: scale(.992);
}


.product-image-loading {
  position: absolute;

  color: #54627a;

  font-size: 13px;
}


.product-expand {
  position: absolute;

  right: 17px;
  bottom: 17px;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  min-height: 38px;

  padding: 0 13px;

  color: #dbe7f8;

  cursor: pointer;

  border:
    1px solid
    #8bb3f13b;

  border-radius: 8px;

  background: #071426e6;

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  font:
    500 10px Inter;

  transition:
    background .2s,
    border-color .2s;
}


.product-expand:hover {
  border-color: #438eff;

  background: #0d2444;
}


/* footer do preview */

.product-tour-bottom {
  display: grid;

  grid-template-columns:
    130px 1fr auto;

  gap: 20px;

  align-items: center;

  margin-top: 18px;
}


.tour-flow {
  display: flex;

  gap: 6px;
}


.tour-flow span {
  width: 22px;
  height: 3px;

  border-radius: 99px;

  background: #263650;

  transition:
    width .25s,
    background .25s;
}


.tour-flow span.active {
  width: 40px;

  background:
    linear-gradient(
      90deg,
      #287aff,
      #54d2ff
    );
}


.product-tour-bottom p {
  margin: 0;

  color: #536176;

  font-size: 9px;

  text-align: center;
}


.tour-arrows {
  display: flex;

  align-items: center;

  gap: 10px;

  color: #64748c;

  font-size: 9px;
}


.tour-arrows button {
  width: 36px;
  height: 36px;

  color: #9aacbf;

  cursor: pointer;

  background: #0d1929;

  border: 1px solid #415d8538;

  border-radius: 8px;
}


.tour-arrows button:hover {
  color: #fff;

  border-color: #377ff0;
}


/* história */

.product-tour-story {
  display: grid;

  grid-template-columns:
    1fr 55px
    1fr 55px
    1fr 55px
    1fr;

  gap: 0;

  align-items: center;

  margin-top: 25px;

  padding: 23px 27px;

  border:
    1px solid
    #3c629b29;

  border-radius: 14px;

  background: #091525;
}


.product-tour-story > div {
  min-width: 0;
}


.product-tour-story div > span {
  color: #4286f4;

  font:
    600 9px Sora;
}


.product-tour-story strong {
  display: block;

  margin: 7px 0 5px;

  font:
    600 13px Sora;
}


.product-tour-story small {
  color: #65758c;

  font-size: 9px;

  line-height: 1.5;
}


.product-tour-story > i {
  height: 1px;

  margin: 0 10px;

  background:
    linear-gradient(
      90deg,
      #244b82,
      #4089f6
    );
}


/* modal */

.product-tour-modal {
  width:
    min(1500px, calc(100% - 40px));

  max-height:
    calc(100% - 40px);

  padding: 0;

  overflow: hidden;

  border:
    1px solid
    #3d5e903f;

  border-radius: 15px;

  background: #07101d;

  box-shadow:
    0 40px 100px #000a;
}


.product-tour-modal::backdrop {
  background: #030812d9;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}


.product-tour-modal-head {
  display: flex;

  justify-content: space-between;
  align-items: center;

  padding:
    13px 17px;

  color: #9cacbf;

  font-size: 11px;

  border-bottom:
    1px solid
    #ffffff12;
}


.product-tour-modal-head button {
  width: 38px;
  height: 38px;

  cursor: pointer;

  color: #fff;

  border: 0;
  border-radius: 8px;

  background: #132039;

  font-size: 23px;
}


.product-tour-modal > img {
  display: block;

  width: 100%;
  height: auto;

  max-height:
    calc(100vh - 100px);

  object-fit: contain;

  background: #fff;
}


/* responsivo */

@media (max-width: 900px) {

  .product-tour-heading {
    grid-template-columns: 1fr;

    gap: 22px;
  }

  .product-tour-shell {
    grid-template-columns: 1fr;
  }

  .product-tour-nav {
    display: grid;

    grid-template-columns:
      repeat(4, 1fr);

    gap: 6px;

    border-right: 0;

    border-bottom:
      1px solid
      #ffffff0d;
  }

  .product-tour-tab {
    grid-template-columns: 1fr;

    margin: 0;

    text-align: center;
  }

  .product-tour-tab > span {
    margin: auto;
  }

  .product-tour-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-tour-story {
    grid-template-columns:
      1fr 1fr;

    gap: 25px;
  }

  .product-tour-story > i {
    display: none;
  }

}


@media (max-width: 600px) {

  .product-tour-nav {
    overflow-x: auto;

    grid-template-columns:
      repeat(4, 145px);
  }

  .product-tour-main {
    padding: 16px;
  }

  .product-browser-top {
    grid-template-columns:
      60px 1fr;
  }

  .product-demo-state {
    display: none;
  }

  .product-browser-screen {
    min-height: 230px;
  }

  .product-tour-bottom {
    grid-template-columns:
      1fr auto;
  }

  .product-tour-bottom p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .product-tour-story {
    grid-template-columns: 1fr;
  }

}

