@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/inter-latin-variable.woff2") format("woff2");
}


:root {
  --bg: #071824;
  --bg-deep: #050f18;
  --panel: #0d2b3e;
  --panel-2: #0e2433;
  --text: #ffffff;
  --muted: #d5e0e8;
  --muted-2: #8fa1ac;
  --accent: #00bcd4;
  --accent-dark: #00a5ba;
  --gold: #f4b400;
  --container: min(1400px, 92vw);
  --surface-border: rgba(129, 190, 215, 0.3);
  --surface-border-hover: rgba(57, 211, 229, 0.72);
  --surface-radius: 16px;
  --surface-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

/* Administração e compartilhamento */

.asset-admin-page {
  background-color: #031725;
  background-image:
    linear-gradient(
      to bottom,
      rgba(3, 23, 37, 0.68),
      rgba(3, 23, 37, 0.94) 32%,
      #031725 72%
    ),
    url("../../public/background/backgroundprodutos.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #f5f9fc;
}

.asset-admin-page a {
  text-decoration: none;
}

.asset-admin-main {
  padding-bottom: 72px;
  padding-top: 116px;
}

.asset-admin-hero {
  align-items: center;
  display: grid;
  gap: clamp(36px, 5vw, 80px);
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  isolation: isolate;
  min-height: 500px;
}

.asset-admin-hero-copy {
  max-width: 620px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.asset-admin-hero-copy h1 {
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
  line-height: 1.05;
  margin: 16px 0 24px;
  overflow-wrap: break-word;
}

.asset-admin-hero-copy p {
  color: #d1dce4;
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0;
}

.asset-admin-hero-visual {
  border: 1px solid rgba(129, 190, 215, 0.38);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  min-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.asset-admin-hero-visual::after {
  background:
    linear-gradient(90deg, rgba(3, 23, 37, 0.46), rgba(3, 23, 37, 0.08) 62%),
    linear-gradient(to top, rgba(3, 23, 37, 0.28), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.asset-admin-hero-visual img,
.asset-admin-hero-visual video {
  display: block;
  filter: brightness(0.72) saturate(0.82) contrast(1.06);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.fbo-page .asset-admin-hero-visual img {
  object-fit: cover;
  object-position: center 8%;
}

.training-center-page .asset-admin-hero-visual img {
  object-fit: cover;
  object-position: center 57%;
}

.public-security-page .asset-admin-hero-visual img {
  object-fit: cover;
  object-position: center 65%;
}

.aviation-school-page .asset-admin-hero-visual img {
  object-fit: cover;
  object-position: center 35%;
}

.asset-admin-tabs {
  border: 1px solid rgba(129, 190, 215, 0.36);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 56px;
  margin-top: 44px;
  overflow: hidden;
}

.asset-admin-tabs a {
  align-items: center;
  color: #f5f9fc;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  min-height: 58px;
  padding: 14px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.asset-admin-tabs a + a {
  border-left: 1px solid rgba(129, 190, 215, 0.28);
}

.asset-admin-tabs a:hover,
.asset-admin-tabs a:focus-visible {
  background-color: #08b8d1;
  color: #031725;
}

.asset-admin-catalog {
  display: grid;
  gap: 48px;
}

.asset-admin-group {
  margin-top: 20px;
  scroll-margin-top: 112px;
}

.asset-admin-group h2 {
  color: #12c2d9;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.asset-admin-module-list {
  display: grid;
  gap: 10px;
}

.asset-admin-module {
  background-color: rgba(8, 40, 57, 0.64);
  border: 1px solid rgba(129, 190, 215, 0.32);
  border-radius: 12px;
  overflow: hidden;
}

.asset-admin-module summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 70px minmax(0, 1fr) 30px;
  list-style: none;
  min-height: 98px;
  padding: 14px 22px;
}

.asset-admin-module summary::-webkit-details-marker {
  display: none;
}

.asset-admin-module-icon {
  align-items: center;
  background-color: rgba(18, 194, 217, 0.11);
  border: 1px solid rgba(18, 194, 217, 0.62);
  border-radius: 10px;
  display: flex;
  height: 66px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 66px;
}

.asset-admin-module-icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.asset-admin-page .asset-admin-module-icon {
  background:
    linear-gradient(
      145deg,
      rgba(0, 188, 212, 0.2),
      rgba(4, 60, 82, 0.38)
    );
  border-color: rgba(54, 223, 255, 0.42);
  box-shadow:
    inset 0 0 20px rgba(54, 223, 255, 0.08),
    0 0 12px rgba(54, 223, 255, 0.06);
}

.asset-admin-page .asset-admin-module-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(77%)
    saturate(1475%)
    hue-rotate(146deg)
    brightness(104%)
    contrast(102%)
    drop-shadow(0 0 5px rgba(54, 223, 255, 0.58));
}

.asset-admin-module-heading {
  display: grid;
  gap: 5px;
}

.asset-admin-module-heading strong {
  color: #f7fbfd;
  font-size: 1.05rem;
}

.asset-admin-module-heading small {
  color: #bdcdd7;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.5;
}

.asset-admin-module-toggle {
  color: #39d3e5;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease;
}

.asset-admin-module[open] .asset-admin-module-toggle {
  transform: rotate(45deg);
}

.asset-admin-module-content {
  border-top: 1px solid rgba(129, 190, 215, 0.22);
  padding: 22px 26px 26px 88px;
}

.asset-admin-module-content ul {
  display: grid;
  gap: 10px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.asset-admin-module-content li {
  color: #d3dee5;
  font-size: 0.9rem;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.asset-admin-module-content li::before {
  color: #12c2d9;
  content: "✓";
  left: 0;
  position: absolute;
  top: 0;
}

.product-card-link {
  color: inherit;
  inset: 0;
  position: absolute;
  text-decoration: none;
}

.solution-card-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.solution-card-clickable {
  cursor: pointer;
}

.solution-card-clickable:focus-within {
  border-color: var(--accent);
  box-shadow: 0 12px 28px rgba(0, 196, 218, 0.14);
}

.solution-card-link:visited,
.product-card-link:visited {
  color: inherit;
}

@media (max-width: 1100px) {
  .asset-admin-hero {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .asset-admin-hero-copy {
    max-width: 760px;
  }

  .asset-admin-hero-visual {
    min-height: 380px;
  }

  .asset-admin-module-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .asset-admin-main {
    padding-top: 92px;
  }

  .asset-admin-hero {
    gap: 30px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .asset-admin-hero-copy {
    max-width: none;
  }

  .asset-admin-hero-visual {
    min-height: 330px;
  }

  .asset-admin-tabs {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .asset-admin-tabs a + a {
    border-left: 0;
    border-top: 1px solid rgba(129, 190, 215, 0.28);
  }
}

@media (max-width: 580px) {
  .asset-admin-main {
    padding-bottom: 52px;
  }

  .asset-admin-hero-copy h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .asset-admin-hero-visual {
    border-radius: 14px;
    min-height: 245px;
  }

  .asset-admin-module summary {
    gap: 12px;
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    padding: 13px 14px;
  }

  .asset-admin-module-icon {
    height: 52px;
    width: 52px;
  }

  .asset-admin-module-heading small {
    display: none;
  }

  .asset-admin-module-content {
    padding: 18px;
  }

  .asset-admin-module-content ul {
    grid-template-columns: 1fr;
  }
}

/* Página Trabalhe Conosco */

.careers-page {
  background: #041722;
}

.careers-main {
  padding-top: 138px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0;
  background:
    radial-gradient(
      circle at 75% 12%,
      rgba(0, 188, 212, .1),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      rgba(3, 23, 34, .78),
      rgba(6, 27, 41, .92) 55%,
      #04131d
    ),
    url('../../public/background/backgroundtrabalheconosco.webp')
      center top / cover no-repeat;
}

.careers-hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 510px;
  overflow: hidden;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.careers-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 52px;
  padding-left: 8px;
}

.careers-hero .section-label {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.careers-hero h1 {
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.careers-hero h1 span {
  color: var(--accent);
}

.careers-hero-copy > p {
  max-width: 585px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.careers-hero-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(
      90deg,
      rgba(3, 23, 34, .2),
      rgba(3, 23, 34, .45)
    ),
    url('../../public/trabalheconosco/imagemtrabalheconosco.webp?v=20260720b')
      center / cover no-repeat;
  box-shadow: inset 0 0 80px rgba(2, 16, 25, .5);
}

.careers-hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #041722 0,
      transparent 28%
    ),
    linear-gradient(
      0deg,
      #041722 0,
      transparent 25%
    );
}

.careers-benefits,
.careers-apply {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .25);
  border-radius: 14px;
  background: rgba(6, 34, 49, .72);
}

.careers-benefits {
  margin-top: -18px;
  padding-top: 30px;
  padding-right: 34px;
  padding-bottom: 28px;
  padding-left: 34px;
}

.careers-benefits h2 {
  margin-bottom: 24px;
  font-size: 21px;
}

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

.careers-benefit-grid article {
  min-width: 0;
  padding-top: 2px;
  padding-right: 28px;
  padding-bottom: 2px;
  padding-left: 28px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, .18);
}

.careers-benefit-grid article:first-child {
  padding-left: 0;
}

.careers-benefit-grid article:last-child {
  padding-right: 0;
  border: 0;
}

.careers-benefit-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(66%)
    sepia(97%)
    saturate(3427%)
    hue-rotate(144deg)
    brightness(96%);
}

.careers-benefit-grid h3 {
  margin-top: 14px;
  font-size: 14px;
}

.careers-benefit-grid p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.careers-openings {
  margin-top: 54px;
}

.careers-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.careers-section-heading h2 {
  font-size: 29px;
  margin-top: 20px;
}

.careers-section-heading p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
}

.careers-section-heading > a {
  padding-top: 11px;
  padding-right: 14px;
  padding-bottom: 11px;
  padding-left: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  transition:
    color .25s,
    border-color .25s,
    background .25s,
    box-shadow .25s,
    transform .25s;
}

.careers-section-heading small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  transition: color .25s;
}

.careers-section-heading > a:hover,
.careers-section-heading > a:focus-visible {
  border-color: var(--accent);
  background: rgba(0, 188, 212, .12);
  box-shadow: 0 10px 28px rgba(0, 188, 212, .14);
  color: var(--accent);
  transform: translateY(-3px);
}

.careers-section-heading > a:hover small,
.careers-section-heading > a:focus-visible small {
  color: #fff;
}

.jobs-list {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
  border-radius: 14px;
  background: rgba(4, 27, 40, .62);
}

.jobs-list[hidden],
.jobs-status[hidden],
.job-details[hidden] {
  display: none;
}

.job-card + .job-card {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, .24);
}

.job-card {
  content-visibility: auto;
  contain-intrinsic-size: 142px;
}

.job-summary {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  padding-top: 24px;
  padding-right: 38px;
  padding-bottom: 24px;
  padding-left: 38px;
}

.job-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(0, 188, 212, .07);
}

.job-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.job-copy h3 {
  font-size: 17px;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.job-tags span {
  padding-top: 4px;
  padding-right: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .18);
  border-radius: 5px;
  color: var(--muted);
  font-size: 11px;
}

.job-copy > p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.job-toggle,
.job-apply,
.jobs-status button {
  border: 0;
  border-radius: 7px;
  background:
    linear-gradient(
      135deg,
      #00bcd4,
      #027f9d
    );
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition:
    filter .25s,
    box-shadow .25s,
    transform .25s;
}

.job-toggle:hover,
.job-toggle:focus-visible,
.job-apply:hover,
.job-apply:focus-visible,
.jobs-status button:hover,
.jobs-status button:focus-visible {
  filter: brightness(1.14);
  box-shadow: 0 10px 26px rgba(0, 188, 212, .22);
  transform: translateY(-3px);
}

.job-toggle {
  min-width: 165px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.job-toggle span {
  margin-left: 14px;
}

.job-details {
  padding-top: 28px;
  padding-right: 38px;
  padding-bottom: 36px;
  padding-left: 128px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, .14);
  background: rgba(8, 38, 54, .75);
}

.job-introduction {
  max-width: 900px;
  margin-bottom: 25px;
  color: var(--muted);
  line-height: 1.7;
}

.job-details-grid {
  display: grid;
  grid-template-columns: repeat(
    2,
    minmax(0, 1fr)
  );
  gap: 25px 40px;
}

.job-details h4 {
  margin-bottom: 11px;
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
}

.job-details p,
.job-details li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.job-details ul {
  padding-left: 18px;
}

.job-details li::marker {
  color: var(--accent);
}

.job-apply {
  display: inline-flex;
  gap: 18px;
  margin-top: 30px;
  padding-top: 15px;
  padding-right: 22px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.jobs-status {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .24);
  border-radius: 14px;
  color: var(--muted);
  text-align: center;
}

.jobs-status a {
  color: var(--accent);
}

.jobs-spinner {
  width: 35px;
  height: 35px;
  margin-bottom: 12px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 188, 212, .2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation-name: jobs-spin;
  animation-duration: .8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.jobs-status button {
  margin-top: 18px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
}

@keyframes jobs-spin {
  to {
    transform: rotate(360deg);
  }
}

.careers-apply {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 46px;
  padding-top: 28px;
  padding-right: 40px;
  padding-bottom: 28px;
  padding-left: 40px;
  border-color: rgba(0, 188, 212, .6);
}

.careers-apply > img {
  width: 72px;
  height: 72px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
  object-fit: contain;
}

.careers-apply h2 {
  font-size: 22px;
}

.careers-apply p {
  max-width: 590px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.careers-apply > a {
  display: inline-flex;
  gap: 24px;
  padding-top: 16px;
  padding-right: 25px;
  padding-bottom: 16px;
  padding-left: 25px;
  border-radius: 7px;
  background:
    linear-gradient(
      135deg,
      #00bcd4,
      #027f9d
    );
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition:
    filter .25s,
    box-shadow .25s,
    transform .25s;
}

.careers-apply > a:hover,
.careers-apply > a:focus-visible {
  filter: brightness(1.14);
  box-shadow: 0 10px 28px rgba(0, 188, 212, .24);
  transform: translateY(-3px);
}

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

  .careers-benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 0;
  }

  .careers-benefit-grid article:nth-child(3) {
    border: 0;
  }

  .careers-benefit-grid article:nth-child(4) {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .careers-main {
    padding-top: 112px;
  }

  .careers-hero {
    grid-template-columns: 1fr;
  }

  .careers-hero-visual {
    min-height: 330px;
  }

  .careers-benefits {
    margin-top: 30px;
  }

  .job-summary {
    grid-template-columns: 58px 1fr;
    padding: 24px;
  }

  .job-toggle {
    grid-column: 2;
    justify-self: start;
  }

  .job-details {
    padding: 28px;
  }
}

@media (max-width: 680px) {
  .careers-hero-copy {
    padding-right: 0;
  }

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

  .careers-benefit-grid {
    grid-template-columns: 1fr;
  }

  .careers-benefit-grid article,
  .careers-benefit-grid article:first-child,
  .careers-benefit-grid article:nth-child(4) {
    padding-top: 18px;
    padding-right: 0;
    padding-bottom: 18px;
    padding-left: 0;
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .15);
  }

  .careers-benefit-grid article:last-child {
    border: 0;
  }

  .careers-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .job-summary {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .job-icon {
    width: 52px;
    height: 52px;
  }

  .job-toggle {
    grid-column: 1;
    width: 100%;
  }

  .job-details-grid {
    grid-template-columns: 1fr;
  }

  .careers-apply {
    grid-template-columns: 58px 1fr;
    padding: 24px;
  }

  .careers-apply > img {
    width: 58px;
    height: 58px;
  }

  .careers-apply > a {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jobs-spinner {
    animation: none;
  }
}

/* Refinamentos finais da apresentação experimental de Táxi Aéreo */
.taxi-test-nav-modules {
  margin: -3px 13px 5px 23px;
  border-left: 1px solid rgba(24, 223, 242, 0.28);
}

.taxi-test-nav-modules details {
  border-bottom: 1px solid rgba(117, 197, 214, 0.1);
}

.taxi-test-nav-modules summary {
  padding: 7px 10px;
  color: #a9c4cc;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.taxi-test-nav-modules summary::-webkit-details-marker {
  display: none;
}

.taxi-test-nav-modules summary::after {
  float: right;
  color: #18dff2;
  content: "+";
}

.taxi-test-nav-modules details[open] summary::after {
  content: "−";
}

.taxi-test-nav-modules details > div {
  display: grid;
  max-height: 178px;
  overflow-y: auto;
  padding-bottom: 5px;
  scrollbar-color: rgba(24, 223, 242, 0.45) transparent;
  scrollbar-width: thin;
}

.taxi-test-nav .taxi-test-nav-modules a {
  padding: 5px 9px 5px 14px;
  border-left: 0;
  font-size: 9px;
  line-height: 1.25;
}

.taxi-test-benefit-grid article {
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 24px rgba(255, 255, 255, 0.055);
}

.taxi-test-lead-modal[hidden] {
  display: none;
}

.taxi-test-lead-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.taxi-test-lead-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 18, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.taxi-test-lead-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(24, 223, 242, 0.48);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 188, 212, 0.14), transparent 34%),
    #061f2e;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58), 0 0 30px rgba(24, 223, 242, 0.09);
}

.taxi-test-lead-dialog h2 {
  margin: 9px 0 12px;
  color: #f7fbfd;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.12;
}

.taxi-test-lead-dialog > p {
  margin-bottom: 24px;
  color: #b8cbd1;
  line-height: 1.6;
}

.taxi-test-lead-dialog form {
  display: grid;
  gap: 15px;
}

.taxi-test-lead-dialog label,
.taxi-test-lead-dialog label span {
  display: grid;
  gap: 7px;
  color: #dcebef;
  font-size: 0.82rem;
  font-weight: 700;
}

.taxi-test-lead-dialog input {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(117, 197, 214, 0.3);
  border-radius: 9px;
  outline: 0;
  background: rgba(3, 23, 37, 0.74);
  color: #fff;
  font: inherit;
}

.taxi-test-lead-dialog input:focus {
  border-color: #18dff2;
  box-shadow: 0 0 0 3px rgba(24, 223, 242, 0.12);
}

.taxi-test-lead-dialog form .primary {
  width: 100%;
  margin-top: 5px;
}

.taxi-test-lead-close {
  position: absolute;
  top: 13px;
  right: 15px;
  border: 0;
  background: transparent;
  color: #b8cbd1;
  font-size: 28px;
  cursor: pointer;
}

@media screen and (min-width: 981px) {
  .taxi-presentation-root {
    scroll-snap-type: none;
  }

  .taxi-test-page .asset-admin-hero,
  .taxi-test-document-content > section,
  .taxi-test-module-slide,
  .taxi-test-page .footer {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .taxi-test-page .asset-admin-hero {
    grid-template-columns: minmax(360px, 0.82fr) minmax(540px, 1.18fr);
    justify-items: stretch;
    gap: clamp(42px, 5vw, 76px);
    min-height: auto;
    padding-top: clamp(122px, 13vh, 154px);
    padding-bottom: clamp(58px, 7vh, 82px);
  }

  .taxi-test-page .asset-admin-hero::after {
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 100vw;
    height: clamp(130px, 19vh, 200px);
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(3, 23, 37, .5) 48%,
      #031725 100%
    );
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .taxi-test-page .asset-admin-hero-copy {
    align-self: start;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  .taxi-test-page .asset-admin-hero-copy h1 {
    margin-top: 0;
    font-size: clamp(3.7rem, 5vw, 5.8rem);
  }

  .taxi-test-page .asset-admin-hero-copy h1 span {
    color: #18dff2;
    text-shadow: 0 0 18px rgba(24, 223, 242, .16);
  }

  .taxi-test-page .asset-admin-hero-copy h1::after {
    margin-right: 0;
    margin-left: 0;
  }

  .taxi-test-page .asset-admin-hero-copy p {
    margin-inline: 0;
  }

  .taxi-test-page .asset-admin-hero-visual {
    align-self: start;
    width: 100%;
    min-height: 0;
    height: clamp(310px, 39vh, 410px);
  }

}

@media (max-width: 980px) {
  .taxi-test-nav-modules {
    display: none;
  }

  .taxi-test-lead-dialog {
    max-height: calc(100svh - 28px);
    overflow-y: auto;
  }
}

/* Táxi Aéreo — experimental product layout */
.asset-admin-page.taxi-test-page {
  --taxi-test-bg: #031725;
  background-color: var(--taxi-test-bg);
  background-image:
    linear-gradient(
      to bottom,
      rgba(3, 23, 37, 0.56) 0,
      rgba(3, 23, 37, 0.88) 500px,
      var(--taxi-test-bg) 900px,
      var(--taxi-test-bg) 100%
    ),
    url("../../public/background/backgroundprodutos.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% auto;
}

.taxi-test-page .asset-admin-main {
  padding-bottom: 72px;
}

.taxi-test-document-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: clamp(30px, 4vw, 56px);
  margin-top: 42px;
}

.taxi-test-sidebar {
  position: sticky;
  z-index: 30;
  top: 96px;
  display: grid;
  gap: 18px;
}

.taxi-test-nav,
.taxi-test-download {
  overflow: hidden;
  border: 1px solid rgba(117, 197, 214, 0.28);
  border-radius: 14px;
  background: rgba(7, 32, 47, 0.92);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.taxi-test-nav h2 {
  padding: 19px 20px 14px;
  color: #fff;
  font-size: 15px;
}

.taxi-test-nav a {
  display: block;
  padding: 11px 18px;
  border-left: 3px solid transparent;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  transition:
    border-color 200ms ease,
    background-color 200ms ease,
    color 200ms ease;
}

.taxi-test-nav a:last-child {
  padding-bottom: 17px;
}

.taxi-test-nav a:hover,
.taxi-test-nav a:focus-visible,
.taxi-test-nav a.active {
  border-left-color: #18dff2;
  background: rgba(0, 205, 226, 0.08);
  color: #18dff2;
}

.taxi-test-download {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 17px;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.taxi-test-download > span:first-child {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #18dff2;
  border-radius: 10px;
  color: #18dff2;
  font-size: 21px;
}

.taxi-test-download small,
.taxi-test-download strong {
  display: block;
}

.taxi-test-download small {
  margin-bottom: 5px;
  color: #18dff2;
  font-size: 10px;
}

.taxi-test-download strong {
  font-size: 12px;
}

.taxi-test-download:hover {
  border-color: rgba(0, 217, 239, 0.7);
  background: rgba(0, 188, 212, 0.1);
  transform: translateY(-2px);
}

.taxi-test-document-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.taxi-test-document-content > section {
  scroll-margin-top: 112px;
}

.taxi-test-showcase,
.taxi-test-compliance {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: stretch;
  overflow: visible;
  margin-top: 0;
  padding-bottom: 40px;
}

.taxi-test-showcase-media,
.taxi-test-compliance-media {
  position: relative;
  overflow: hidden;
}

.taxi-test-showcase-media {
  min-height: 520px;
}

.taxi-test-compliance-media {
  min-height: 430px;
}

.taxi-test-showcase-media::after,
.taxi-test-compliance-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 66%, rgba(3, 23, 37, 0.22) 82%, var(--taxi-test-bg) 100%),
    linear-gradient(0deg, var(--taxi-test-bg) 0, transparent 12%, transparent 90%, rgba(3, 23, 37, 0.58) 100%);
  content: "";
  pointer-events: none;
}

.taxi-test-showcase-media img,
.taxi-test-compliance-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03) brightness(.9);
  mix-blend-mode: screen;
  opacity: .94;
  -webkit-mask-image: radial-gradient(
    ellipse 140% 100% at 34% 50%,
    #000 58%,
    rgba(0, 0, 0, 0.92) 74%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 140% 100% at 34% 50%,
    #000 58%,
    rgba(0, 0, 0, 0.92) 74%,
    transparent 100%
  );
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.taxi-test-compliance-media img {
  -webkit-mask-image: radial-gradient(
    ellipse 140% 100% at 66% 50%,
    #000 58%,
    rgba(0, 0, 0, 0.92) 74%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 140% 100% at 66% 50%,
    #000 58%,
    rgba(0, 0, 0, 0.92) 74%,
    transparent 100%
  );
}

.taxi-test-showcase:hover .taxi-test-showcase-media img,
.taxi-test-compliance:hover .taxi-test-compliance-media img {
  transform: scale(1.025);
}

.taxi-test-showcase-content,
.taxi-test-compliance-content {
  align-self: center;
  padding: clamp(26px, 3.5vw, 48px);
}

.taxi-test-showcase {
  position: relative;
  isolation: isolate;
  grid-template-columns: 1fr;
}

.taxi-test-showcase::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background:
    linear-gradient(
      to bottom,
      var(--taxi-test-bg) 0,
      rgba(3, 23, 37, 0.12) 13%,
      rgba(3, 23, 37, 0.1) 87%,
      var(--taxi-test-bg) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 23, 37, 0.98) 0,
      rgba(3, 23, 37, 0.92) 46%,
      rgba(3, 23, 37, 0.72) 60%,
      rgba(3, 23, 37, 0.12) 72%,
      rgba(3, 23, 37, 0.2) 100%
    ),
    url("../../public/taxiaereo/backtec.webp") calc(50% + 8vw) center / 1672px auto no-repeat;
  content: "";
  pointer-events: none;
  transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
}

.taxi-test-showcase-content {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.taxi-test-showcase-heading {
  min-width: 0;
}

.taxi-test-showcase h2,
.taxi-test-benefits h2,
.taxi-test-compliance h2 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.taxi-test-showcase-content > p,
.taxi-test-compliance-content > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.taxi-test-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin-top: 24px;
  list-style: none;
}

.taxi-test-feature-list li {
  position: relative;
  min-height: 46px;
  padding: 13px 4px 13px 27px;
  border-bottom: 1px solid rgba(117, 197, 214, 0.16);
  color: #d9e9ed;
  font-size: 13px;
  line-height: 1.55;
}

.taxi-test-feature-list li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  color: #18dff2;
  content: "✓";
  font-weight: 800;
  text-shadow: 0 0 9px rgba(0, 217, 239, 0.55);
}

.taxi-test-benefits {
  position: relative;
  isolation: isolate;
  overflow: visible;
  margin-top: 44px;
  padding: 0 0 40px;
}

.taxi-test-benefits::before {
  position: absolute;
  z-index: -1;
  top: -42px;
  bottom: -360px;
  left: 50%;
  width: 100vw;
  background-image:
    linear-gradient(
      to bottom,
      var(--taxi-test-bg) 0,
      rgba(3, 23, 37, 0.2) 14%,
      rgba(3, 23, 37, 0.26) 68%,
      rgba(3, 23, 37, 0.7) 88%,
      var(--taxi-test-bg) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 23, 37, 0.34),
      transparent 17%,
      transparent 83%,
      rgba(3, 23, 37, 0.34)
    ),
    url("../../public/taxiaereo/background-beneficios.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
  transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
}

.taxi-test-benefits-content {
  position: relative;
  z-index: 1;
}

.taxi-test-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.taxi-test-benefit-grid article {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 0;
  min-height: 112px;
  padding: 19px 18px;
  border: 1px solid rgba(117, 197, 214, 0.28);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 49, 67, 0.78), rgba(5, 27, 41, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 260ms ease, transform 260ms ease;
}

.taxi-test-benefit-grid article:hover {
  border-color: rgba(0, 217, 239, 0.62);
  transform: translateY(-4px);
}

.taxi-test-benefit-grid strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(24, 223, 242, 0.56);
  border-radius: 50%;
  background: rgba(0, 188, 212, 0.12);
  color: #18dff2;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(0, 217, 239, 0.32);
}

.taxi-test-benefit-grid span {
  color: #e5f0f2;
  font-size: 13px;
  line-height: 1.55;
}

.taxi-test-implementation {
  position: relative;
  isolation: isolate;
  margin-top: 52px;
}

.taxi-test-compliance {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  margin-top: 44px;
}

.taxi-test-compliance::before,
.taxi-test-services::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
  transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
}

.taxi-test-compliance::before {
  background-image:
    linear-gradient(
      to bottom,
      var(--taxi-test-bg) 0,
      rgba(3, 23, 37, 0.12) 13%,
      rgba(3, 23, 37, 0.1) 87%,
      var(--taxi-test-bg) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 23, 37, 0.98) 0,
      rgba(3, 23, 37, 0.91) 46%,
      rgba(3, 23, 37, 0.7) 60%,
      rgba(3, 23, 37, 0.12) 72%,
      rgba(3, 23, 37, 0.2) 100%
    ),
    url("../../public/taxiaereo/confanac.webp");
  background-position: center, center, calc(50% + 8vw) center;
  background-size: 100% 100%, 100% 100%, 1672px auto;
}

.taxi-test-compliance-content > p + p {
  margin-top: 17px;
}

.taxi-test-compliance-list {
  display: grid;
  gap: 0;
  margin-top: 22px;
}

.taxi-test-compliance-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(86, 204, 224, 0.2);
}

.taxi-test-compliance-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(24, 223, 242, 0.48);
  border-radius: 12px;
  background: rgba(0, 188, 212, 0.08);
  box-shadow: inset 0 0 22px rgba(0, 188, 212, 0.06);
}

.taxi-test-compliance-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(80%) sepia(76%) saturate(2527%) hue-rotate(137deg) brightness(98%) contrast(94%);
}

.taxi-test-compliance-item h3 {
  margin: 0 0 7px;
  color: #18dff2;
  font-size: 0.93rem;
  line-height: 1.3;
}

.taxi-test-compliance-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.taxi-test-compliance-regulations {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(86, 204, 224, 0.3);
  border-radius: 12px;
  background: rgba(6, 38, 54, 0.58);
}

.taxi-test-compliance-media::after {
  background:
    linear-gradient(270deg, transparent 66%, rgba(3, 23, 37, 0.22) 82%, var(--taxi-test-bg) 100%),
    linear-gradient(0deg, var(--taxi-test-bg) 0, transparent 12%, transparent 90%, rgba(3, 23, 37, 0.58) 100%);
}

@media (max-width: 1180px) {
  .taxi-test-document-layout {
    grid-template-columns: 1fr;
  }

  .taxi-test-sidebar {
    position: static;
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .taxi-test-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .taxi-test-nav h2 {
    grid-column: 1 / -1;
  }

  .taxi-test-nav a:last-child {
    padding-bottom: 11px;
  }

  .taxi-test-showcase,
  .taxi-test-compliance {
    grid-template-columns: 1fr;
  }

  .taxi-test-showcase-media,
  .taxi-test-compliance-media {
    min-height: 360px;
  }

  .taxi-test-showcase-media::after,
  .taxi-test-compliance-media::after {
    background:
      linear-gradient(0deg, var(--taxi-test-bg) 0, transparent 24%, transparent 88%, rgba(3, 23, 37, 0.42) 100%),
      linear-gradient(90deg, rgba(3, 23, 37, 0.16), transparent 12%, transparent 88%, rgba(3, 23, 37, 0.16));
  }

  .taxi-test-showcase-media img,
  .taxi-test-compliance-media img {
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0,
      #000 10%,
      #000 78%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0,
      #000 10%,
      #000 78%,
      transparent 100%
    );
  }

  .taxi-test-compliance-content {
    order: 2;
  }

  .taxi-test-compliance-media {
    order: 1;
  }

  .taxi-test-showcase-content,
  .taxi-test-compliance-content,
  .taxi-test-services-content {
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(3, 23, 37, 0.92), rgba(3, 23, 37, 0.74));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
  }

  .taxi-test-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .asset-admin-page.taxi-test-page {
    background-image:
      linear-gradient(
        to bottom,
        rgba(3, 23, 37, 0.58) 0,
        rgba(3, 23, 37, 0.92) 300px,
        var(--taxi-test-bg) 520px,
        var(--taxi-test-bg) 100%
      ),
      url("../../public/background/backgroundprodutos.webp");
    background-size: 100% 100%, auto 560px;
  }

  .taxi-test-document-layout {
    margin-top: 40px;
  }

  .taxi-test-benefits::before {
    bottom: -300px;
    background-position: center top;
  }

  .taxi-test-sidebar {
    grid-template-columns: 1fr;
  }

  .taxi-test-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taxi-test-page .asset-admin-main {
    padding-bottom: 48px;
  }

  .taxi-test-showcase,
  .taxi-test-compliance {
    margin-top: 34px;
    padding-bottom: 32px;
  }

  .taxi-test-showcase-media,
  .taxi-test-compliance-media {
    min-height: 230px;
  }

  .taxi-test-showcase-content,
  .taxi-test-compliance-content,
  .taxi-test-services-content {
    padding: 28px 22px;
  }

  .taxi-test-showcase::before,
  .taxi-test-compliance::before,
  .taxi-test-services::before {
    background-position: center, center, center;
  }

  .taxi-test-feature-list,
  .taxi-test-benefit-grid {
    grid-template-columns: 1fr;
  }

  .taxi-test-benefits {
    margin-top: 36px;
    padding: 0 0 32px;
  }

  .taxi-test-benefit-grid article {
    min-height: 88px;
  }

  .taxi-test-compliance {
    margin-top: 36px;
  }
}

.taxi-test-services {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
  margin-top: 44px;
  padding-bottom: 40px;
}

.taxi-test-services::before {
  background-image:
    linear-gradient(
      to bottom,
      var(--taxi-test-bg) 0,
      rgba(3, 23, 37, 0.12) 13%,
      rgba(3, 23, 37, 0.1) 87%,
      var(--taxi-test-bg) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 23, 37, 0.98) 0,
      rgba(3, 23, 37, 0.91) 46%,
      rgba(3, 23, 37, 0.7) 60%,
      rgba(3, 23, 37, 0.12) 72%,
      rgba(3, 23, 37, 0.2) 100%
    ),
    url("../../public/taxiaereo/prestserv.webp");
  background-position: center, center, calc(50% + 8vw) center;
  background-size: 100% 100%, 100% 100%, 1672px auto;
}

.taxi-test-showcase-content,
.taxi-test-compliance-content,
.taxi-test-services-content {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.taxi-test-services-accent {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.taxi-test-services-accent::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 66%, rgba(3, 23, 37, 0.22) 82%, var(--taxi-test-bg) 100%),
    linear-gradient(0deg, var(--taxi-test-bg) 0, transparent 12%, transparent 90%, rgba(3, 23, 37, 0.58) 100%);
  content: "";
}

.taxi-test-services-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) brightness(.9) contrast(1.03);
  mix-blend-mode: screen;
  opacity: .94;
  -webkit-mask-image: radial-gradient(
    ellipse 140% 100% at 34% 50%,
    #000 58%,
    rgba(0, 0, 0, 0.92) 74%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 140% 100% at 34% 50%,
    #000 58%,
    rgba(0, 0, 0, 0.92) 74%,
    transparent 100%
  );
}

.taxi-test-services-content {
  align-self: center;
  padding: clamp(28px, 4vw, 48px);
}

.taxi-test-services h2,
.taxi-test-section-heading h2 {
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.taxi-test-services-list {
  display: grid;
  gap: 4px;
  margin-top: 28px;
  list-style: none;
}

.taxi-test-services-list li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(117, 197, 214, 0.16);
  color: #d9e9ed;
  font-size: 14px;
  line-height: 1.55;
}

.taxi-test-services-list li::before {
  display: none;
}

.taxi-test-services-list li > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(80%)
    sepia(76%)
    saturate(2527%)
    hue-rotate(137deg)
    brightness(98%)
    contrast(94%)
    drop-shadow(0 0 7px rgba(24, 223, 242, 0.68));
}

.taxi-test-services-list li > img:not([src$="gestao.webp"]) {
  width: 38px;
  height: 38px;
}

.taxi-test-services-list li > img[src$="gestao.webp"] {
  width: 26px;
  height: 26px;
}

.taxi-test-services-list li > img[src$="atualizacao.webp"] {
  width: 32px;
  height: 32px;
}

.taxi-test-services-list li > span {
  display: block;
}

.taxi-test-implementation-flow {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 18px;
  padding: 18px 22px 20px;
  border: 1px solid rgba(86, 204, 224, 0.3);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(5, 31, 47, 0.94), rgba(5, 29, 44, 0.84));
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.taxi-test-implementation-flow > h3 {
  margin: 0 0 15px;
  color: #18dff2;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.taxi-test-implementation-flow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taxi-test-implementation-flow ol::before {
  position: absolute;
  top: 19px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 223, 242, 0.58) 8%, rgba(24, 223, 242, 0.58) 92%, transparent);
  content: "";
}

.taxi-test-implementation-flow li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.taxi-test-implementation-flow li > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #18dff2;
  border-radius: 50%;
  background: #07283a;
  color: #18dff2;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(24, 223, 242, 0.12);
}

.taxi-test-implementation-flow strong {
  display: block;
  margin: 2px 0 5px;
  color: #18dff2;
  font-size: 0.78rem;
  line-height: 1.3;
}

.taxi-test-implementation-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.taxi-test-modules,
.taxi-test-plans {
  position: relative;
  isolation: isolate;
  margin-top: 52px;
}

.taxi-test-modules::before,
.taxi-test-plans::before {
  position: absolute;
  z-index: -1;
  top: -54px;
  bottom: -54px;
  left: 50%;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
  transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
}

.taxi-test-modules::before {
  background-image:
    radial-gradient(circle at 76% 42%, rgba(0, 188, 212, 0.09), transparent 34%),
    radial-gradient(circle at 18% 68%, rgba(129, 190, 215, 0.05), transparent 28%),
    linear-gradient(to bottom, transparent, rgba(7, 32, 47, 0.68) 22%, rgba(7, 32, 47, 0.68) 78%, transparent);
}

.taxi-test-plans::before {
  background-image:
    linear-gradient(
      to bottom,
      var(--taxi-test-bg) 0,
      rgba(3, 23, 37, 0.28) 18%,
      rgba(3, 23, 37, 0.34) 82%,
      var(--taxi-test-bg) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 23, 37, 0.38),
      transparent 18%,
      transparent 82%,
      rgba(3, 23, 37, 0.38)
    ),
    url("../../public/taxiaereo/background-planos.webp");
}

@media (max-width: 1180px) {
  .taxi-test-showcase::before,
  .taxi-test-compliance::before,
  .taxi-test-services::before,
  .taxi-test-benefits::before,
  .taxi-test-modules::before,
  .taxi-test-plans::before {
    transform: translateX(-50%);
  }
}

.taxi-test-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.taxi-test-plans > .taxi-test-section-heading {
  padding-right: 170px;
}

.taxi-test-currency {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  display: grid;
  justify-items: end;
  gap: 6px;
}

.taxi-test-currency-trigger {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 5px;
  min-width: 102px;
  min-height: 36px;
  padding: 4px 8px;
  border: 1px solid rgba(129, 190, 215, .42);
  border-radius: 11px;
  background: rgba(5, 28, 42, .88);
  color: #f2fafb;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.taxi-test-currency-trigger:hover,
.taxi-test-currency-trigger[aria-expanded="true"] {
  border-color: rgba(0, 217, 239, .8);
  background: rgba(7, 42, 57, .95);
}

.taxi-test-currency-symbol {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0, 188, 212, .13);
  color: #18dff2;
  font-size: 10px;
}

.taxi-test-currency-arrow {
  color: #8cd9e4;
  transition: transform 180ms ease;
}

.taxi-test-currency-trigger[aria-expanded="true"] .taxi-test-currency-arrow {
  transform: rotate(180deg);
}

.taxi-test-currency-menu {
  position: absolute;
  top: 39px;
  right: 0;
  width: 154px;
  padding: 3px;
  border: 1px solid rgba(129, 190, 215, .36);
  border-radius: 12px;
  background: rgba(4, 25, 38, .98);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
}

.taxi-test-currency-menu[hidden] {
  display: none;
}

.taxi-test-currency-menu button {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-height: 29px;
  padding: 4px 6px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #e8f4f6;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}

.taxi-test-currency-menu button:hover,
.taxi-test-currency-menu button.is-selected {
  background: rgba(0, 188, 212, .13);
  color: #18dff2;
}

.taxi-test-currency-menu button > span:first-child {
  color: #18dff2;
  font-weight: 800;
  text-align: center;
}

.taxi-test-currency-menu small {
  color: #88a6af;
  font-size: 8px;
  font-weight: 800;
}

.taxi-test-currency-status {
  max-width: 180px;
  color: #88a6af;
  font-size: 9px;
  line-height: 1.3;
  text-align: right;
}

.taxi-test-section-heading > p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.taxi-test-module-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
  padding: 6px;
  border: 1px solid rgba(117, 197, 214, 0.28);
  border-radius: 15px;
  background: rgba(5, 29, 43, 0.72);
}

.taxi-test-module-tabs button {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #bcd0d7;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.taxi-test-module-tabs button:hover,
.taxi-test-module-tabs button:focus-visible {
  color: #fff;
  transform: translateY(-2px);
}

.taxi-test-module-tabs button.is-active {
  border-color: rgba(24, 223, 242, 0.7);
  background: linear-gradient(135deg, rgba(0, 188, 212, 0.28), rgba(8, 59, 76, 0.65));
  color: #fff;
  box-shadow: 0 0 22px rgba(0, 188, 212, 0.1);
}

.taxi-test-module-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.taxi-test-module-categories a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  min-height: 280px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(86, 204, 224, 0.34);
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  isolation: isolate;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.taxi-test-module-categories a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(to top, rgba(3, 23, 37, 0.98), rgba(3, 23, 37, 0.18) 74%),
    linear-gradient(135deg, rgba(0, 188, 212, 0.16), transparent 54%);
  content: "";
}

.taxi-test-module-categories a:hover,
.taxi-test-module-categories a:focus-visible {
  border-color: rgba(24, 223, 242, 0.78);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.34), 0 0 26px rgba(0, 188, 212, 0.12);
  transform: translateY(-5px);
}

.taxi-test-module-categories img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.76) saturate(0.86) contrast(1.04);
  transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
}

.taxi-test-module-categories a:hover img,
.taxi-test-module-categories a:focus-visible img {
  transform: scale(1.04);
}

.taxi-test-module-categories strong {
  position: relative;
  z-index: 1;
  max-width: 210px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
}

.taxi-test-module-categories a > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 223, 242, 0.72);
  border-radius: 50%;
  background: rgba(0, 188, 212, 0.16);
  color: #18dff2;
  font-size: 22px;
}

.taxi-test-module-slides {
  display: block;
}

.taxi-test-module-slide {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  min-height: 680px;
  margin-top: 52px;
  padding: clamp(44px, 6vw, 78px);
  overflow: hidden;
  border: 1px solid rgba(86, 204, 224, 0.3);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 32%, rgba(0, 188, 212, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(7, 38, 55, 0.96), rgba(3, 23, 37, 0.98));
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  scroll-margin-top: 100px;
}

.taxi-test-module-slide::before {
  position: absolute;
  z-index: -1;
  right: -6%;
  bottom: -8%;
  width: 58%;
  height: 56%;
  background: url("../../public/taxiaereo/circuit-accent.svg") right bottom / contain no-repeat;
  content: "";
  opacity: 0.3;
}

.taxi-test-module-slide-heading {
  min-width: 0;
}

.taxi-test-module-slide-icon {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin: 24px 0;
  border: 1px solid rgba(24, 223, 242, 0.58);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(0, 188, 212, 0.2), rgba(4, 60, 82, 0.4));
  box-shadow: inset 0 0 28px rgba(54, 223, 255, 0.1), 0 0 22px rgba(54, 223, 255, 0.1);
}

.taxi-test-module-slide-icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(77%)
    saturate(1475%)
    hue-rotate(146deg)
    brightness(104%)
    contrast(102%)
    drop-shadow(0 0 7px rgba(54, 223, 255, 0.62));
}

.taxi-test-module-slide h2 {
  margin: 0;
  color: #f7fbfd;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.taxi-test-module-slide-heading > p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.taxi-test-module-slide-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taxi-test-module-slide-features li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 13px 14px 13px 42px;
  border: 1px solid rgba(86, 204, 224, 0.24);
  border-radius: 11px;
  background: rgba(5, 36, 52, 0.74);
  color: #dcebef;
  font-size: 12px;
  line-height: 1.4;
}

.taxi-test-module-slide-features li::before {
  position: absolute;
  left: 15px;
  color: #18dff2;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(24, 223, 242, 0.52);
}

.taxi-test-page #taxi-modules .asset-admin-group > h2 {
  display: none;
}

.taxi-test-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.taxi-test-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 34px 30px 28px;
  border: 1px solid rgba(117, 197, 214, 0.32);
  border-radius: 17px;
  background:
    radial-gradient(circle at 90% 0, rgba(0, 205, 226, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(12, 49, 67, 0.82), rgba(5, 27, 41, 0.95));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.taxi-test-plan-card[data-extra-module-key] {
  appearance: none;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  min-height: 220px;
  color: #edf8fa;
  font: inherit;
  text-align: left;
}

.taxi-test-plan-card[data-extra-module-key] > strong {
  max-width: 280px;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.22;
}

.taxi-test-plan-card[data-extra-module-key] > small {
  color: #18dff2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.taxi-test-extra-module-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(0, 217, 239, .65);
  border-radius: 15px;
  background: rgba(0, 217, 239, .08);
  color: #18dff2;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 0 24px rgba(0, 217, 239, .1);
}

.taxi-test-extra-module-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(88%)
    saturate(1833%)
    hue-rotate(132deg)
    brightness(103%)
    contrast(101%)
    drop-shadow(0 0 7px rgba(24, 223, 242, .55));
}

.taxi-test-plan-card[data-extra-module-key]:focus-visible {
  outline: 2px solid #18dff2;
  outline-offset: 4px;
}

.taxi-test-plan-card[data-extra-module-key].is-selected > small {
  color: #effdff;
}

.taxi-test-plan-card:hover {
  border-color: rgba(0, 217, 239, 0.58);
  transform: translateY(-4px);
}

.taxi-test-plan-card.is-selected {
  border-color: rgba(0, 217, 239, 0.8);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(0, 188, 212, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.taxi-test-plan-card h3 {
  margin-top: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.taxi-test-plan-card > p {
  min-height: 48px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.taxi-test-plan-price {
  display: grid;
  gap: 7px;
  margin: 0 0 22px;
}

.taxi-test-plan-price small {
  color: var(--muted);
  font-size: 12px;
}

.taxi-test-plan-price strong {
  color: #18dff2;
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1;
  text-shadow: 0 0 14px rgba(0, 217, 239, 0.24);
}

.taxi-test-plan-card ul {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  list-style: none;
}

.taxi-test-plan-card li {
  position: relative;
  padding-left: 24px;
  color: #d9e9ed;
  font-size: 14px;
}

.taxi-test-plan-card li::before {
  position: absolute;
  left: 0;
  color: #18dff2;
  content: "✓";
  font-weight: 800;
}

.taxi-test-plan-select,
.taxi-test-base-proposal,
.taxi-test-custom-total > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  display: grid;
  place-items: center;
  min-height: 48px;
  margin-top: auto;
  border: 1px solid rgba(0, 217, 239, 0.7);
  border-radius: 9px;
  color: #edf8fa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.taxi-test-custom-total > a img {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, .35));
}

.taxi-test-custom-total > a span {
  white-space: nowrap;
}

.taxi-test-base-proposal[hidden] {
  display: none;
}

.taxi-test-plan-select {
  width: 100%;
  margin-top: 10px;
  background: transparent;
  cursor: pointer;
}

.taxi-test-plan-select[hidden] {
  display: none;
}

.taxi-test-plan-card.is-selected .taxi-test-plan-select,
.taxi-test-plan-select:hover,
.taxi-test-base-proposal:hover,
.taxi-test-custom-total > a:hover {
  background: linear-gradient(135deg, #19cce1, #08a8c0);
  color: #03202f;
  transform: translateY(-2px);
}

.taxi-test-base-proposal {
  margin-top: 10px;
  background: linear-gradient(135deg, #19cce1, #08a8c0);
  color: #03202f;
}

.taxi-test-customization {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  margin-top: 22px;
  padding: 32px;
  border: 1px solid rgba(117, 197, 214, 0.3);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(12, 49, 67, 0.7), rgba(5, 27, 41, 0.9));
}

.taxi-test-customization h3 {
  font-size: 24px;
  line-height: 1.25;
}

.taxi-test-custom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.taxi-test-addon-button {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 17px;
  border: 1px solid rgba(117, 197, 214, 0.2);
  border-radius: 11px;
  background: rgba(4, 24, 37, 0.68);
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.taxi-test-addon-button:hover:not(:disabled) {
  border-color: rgba(0, 217, 239, 0.62);
  transform: translateY(-2px);
}

.taxi-test-addon-button[aria-pressed="true"] {
  border-color: #18dff2;
  background: rgba(0, 188, 212, 0.13);
  box-shadow: 0 0 22px rgba(0, 188, 212, 0.09);
}

.taxi-test-addon-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.taxi-test-addon-button strong {
  color: #18dff2;
  font-size: 17px;
}

.taxi-test-addon-button span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.taxi-test-addon-button small {
  margin-top: 5px;
  color: #18dff2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.taxi-test-addon-stepper {
  display: grid;
  gap: 6px;
  padding: 17px;
  border: 1px solid rgba(117, 197, 214, 0.2);
  border-radius: 11px;
  background: rgba(4, 24, 37, 0.68);
  transition: background-color 200ms ease, border-color 200ms ease;
}

.taxi-test-addon-stepper.is-active {
  border-color: #18dff2;
  background: rgba(0, 188, 212, 0.13);
  box-shadow: 0 0 22px rgba(0, 188, 212, 0.09);
}

.taxi-test-addon-stepper.is-disabled {
  opacity: 0.48;
}

.taxi-test-addon-stepper > strong {
  color: #18dff2;
  font-size: 17px;
}

.taxi-test-addon-stepper > span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.taxi-test-stepper-controls {
  display: grid;
  grid-template-columns: 38px minmax(44px, 1fr) 38px;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}

.taxi-test-stepper-controls button {
  width: 38px;
  height: 34px;
  border: 1px solid rgba(0, 217, 239, .55);
  border-radius: 8px;
  background: rgba(0, 188, 212, .09);
  color: #18dff2;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
}

.taxi-test-stepper-controls button:hover:not(:disabled) {
  background: #18dff2;
  color: #03202f;
}

.taxi-test-stepper-controls button:disabled {
  cursor: not-allowed;
  opacity: .34;
}

.taxi-test-stepper-controls output {
  color: #f4fbfc;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.taxi-test-custom-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .42fr);
  gap: 34px;
  margin-top: 18px;
  padding: 30px 32px;
  border: 1px solid rgba(0, 217, 239, 0.72);
  border-radius: 17px;
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 217, 239, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(12, 49, 67, 0.92), rgba(5, 27, 41, 0.98));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .26), 0 0 28px rgba(0, 188, 212, .09);
}

.taxi-test-custom-result[hidden] {
  display: none;
}

.taxi-test-custom-result h3 {
  margin-top: 6px;
  font-size: 27px;
  text-transform: uppercase;
}

.taxi-test-custom-result p {
  max-width: 680px;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.65;
}

.taxi-test-custom-selections {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}

.taxi-test-custom-selections li {
  padding: 7px 10px;
  border: 1px solid rgba(0, 217, 239, .3);
  border-radius: 999px;
  color: #d9f6f8;
  font-size: 11px;
}

.taxi-test-custom-total {
  display: grid;
  align-content: center;
  gap: 9px;
  padding-left: 30px;
  border-left: 1px solid rgba(117, 197, 214, .22);
}

.taxi-test-custom-total > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 0 22px;
  background: linear-gradient(135deg, #19cce1, #08a8c0);
  color: #03202f;
}

.taxi-test-custom-total small {
  color: var(--muted);
}

.taxi-test-custom-total > strong {
  color: #18dff2;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

@media (max-width: 980px) {
  .taxi-test-services,
  .taxi-test-customization {
    grid-template-columns: 1fr;
  }

  .taxi-test-services-accent {
    min-height: 300px;
  }

  .taxi-test-services-accent::after {
    background:
      linear-gradient(0deg, var(--taxi-test-bg) 0, transparent 24%, transparent 88%, rgba(3, 23, 37, 0.42) 100%),
      linear-gradient(90deg, rgba(3, 23, 37, 0.16), transparent 12%, transparent 88%, rgba(3, 23, 37, 0.16));
  }

  .taxi-test-services-accent img {
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0,
      #000 10%,
      #000 78%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0,
      #000 10%,
      #000 78%,
      transparent 100%
    );
  }

  .taxi-test-plan-grid {
    grid-template-columns: 1fr;
  }

  .taxi-test-custom-result {
    grid-template-columns: 1fr;
  }

  .taxi-test-custom-total {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(117, 197, 214, .22);
    border-left: 0;
  }

  .taxi-test-plan-card {
    min-height: 0;
  }

  .taxi-test-module-categories {
    grid-template-columns: 1fr;
  }

  .taxi-test-module-categories a {
    min-height: 230px;
  }

  .taxi-test-module-slide {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 28px;
    margin-top: 38px;
    padding: 34px 24px;
  }

  .taxi-test-module-slide-icon {
    width: 88px;
    height: 88px;
    margin: 20px 0;
  }

  .taxi-test-module-slide-icon img {
    width: 66px;
    height: 66px;
  }

  .taxi-test-module-slide-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .taxi-test-services,
  .taxi-test-modules,
  .taxi-test-plans {
    margin-top: 38px;
  }

  .taxi-test-currency {
    position: relative;
    top: auto;
    right: auto;
    justify-items: stretch;
    margin-bottom: 24px;
  }

  .taxi-test-currency-trigger {
    justify-self: end;
    width: 116px;
  }

  .taxi-test-currency-menu {
    top: 39px;
    width: 154px;
  }

  .taxi-test-currency-status {
    max-width: none;
    text-align: left;
  }

  .taxi-test-plans > .taxi-test-section-heading {
    padding-right: 0;
  }

  .taxi-test-services {
    padding-bottom: 32px;
  }

  .taxi-test-services-accent {
    min-height: 220px;
  }

  .taxi-test-services-content {
    padding: 28px 22px;
  }

  .taxi-test-services-list li {
    padding-right: 0;
  }

  .taxi-test-plan-card,
  .taxi-test-customization,
  .taxi-test-custom-result {
    padding: 26px 22px;
  }

  .taxi-test-custom-grid {
    grid-template-columns: 1fr;
  }

  .taxi-test-module-tabs {
    grid-template-columns: 1fr;
  }

  .taxi-test-module-slide-features {
    grid-template-columns: 1fr;
  }

  .taxi-test-page .taxi-test-module-slide-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
  }

  .taxi-test-page .taxi-test-module-slide-heading > .section-label {
    grid-column: 1 / -1;
    margin: 0;
  }

  .taxi-test-page .taxi-test-module-slide-heading > h2 {
    grid-column: 1;
    grid-row: 2;
  }

  .taxi-test-page .taxi-test-module-slide-icon {
    grid-column: 2;
    grid-row: 2;
    width: 82px;
    height: 82px;
    margin: 0;
  }

  .taxi-test-page .taxi-test-module-slide-icon img {
    width: 62px;
    height: 62px;
  }

  .taxi-test-page .taxi-test-module-slide-heading > p {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
  }
}

/* Modo apresentação da página experimental de Táxi Aéreo */
@media screen and (min-width: 981px) {
  .taxi-presentation-root {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
    scroll-snap-type: y mandatory;
  }

  .taxi-test-page .asset-admin-main {
    padding-bottom: 0;
  }

  .taxi-test-page .asset-admin-hero,
  .taxi-test-document-content > section {
    position: relative;
    box-sizing: border-box;
    min-height: 100svh;
    isolation: isolate;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .taxi-test-document-content > section::before {
    top: 0;
    bottom: 0;
  }

  .taxi-test-page .asset-admin-hero {
    position: relative;
    display: grid;
    align-content: center;
    grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
    gap: clamp(42px, 5vw, 78px);
    isolation: isolate;
    padding-top: clamp(118px, 13vh, 158px);
    padding-bottom: clamp(64px, 8vh, 96px);
  }

  .taxi-test-page .asset-admin-hero::before {
    display: none;
  }

  .taxi-test-page .asset-admin-hero::after {
    display: none;
  }

  .taxi-test-page .asset-admin-hero-visual {
    min-height: clamp(460px, 60vh, 620px);
    border-color: rgba(105, 206, 224, 0.46);
    border-radius: 24px;
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.38),
      0 0 38px rgba(0, 188, 212, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .taxi-test-page .asset-admin-hero-visual::after {
    background:
      linear-gradient(
        90deg,
        rgba(3, 23, 37, 0.34),
        rgba(3, 23, 37, 0.04) 48%,
        rgba(3, 23, 37, 0.1)
      ),
      linear-gradient(to top, rgba(3, 23, 37, 0.34), transparent 42%);
  }

  .taxi-test-page .asset-admin-hero-visual video {
    filter: brightness(0.82) saturate(0.92) contrast(1.04);
    object-position: center;
    transition: transform 900ms cubic-bezier(.22, 1, .36, 1);
  }

  .taxi-test-page .asset-admin-hero:hover .asset-admin-hero-visual video {
    transform: scale(1.018);
  }

  .taxi-test-page .asset-admin-hero-copy {
    max-width: 700px;
  }

  .taxi-test-page .asset-admin-hero-copy h1 {
    margin: 0 0 26px;
    font-size: clamp(3.8rem, 5.5vw, 6.2rem);
  }

  .taxi-test-page .asset-admin-hero-copy h1::after {
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 25px;
    background: linear-gradient(90deg, #18dff2, transparent);
    content: "";
  }

  .taxi-test-page .asset-admin-hero-copy p {
    max-width: 660px;
    font-size: clamp(1.02rem, 1.15vw, 1.22rem);
    line-height: 1.72;
  }

  .taxi-test-page .asset-admin-hero {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: clamp(24px, 3.5vh, 38px);
    padding-top: clamp(104px, 11vh, 132px);
    padding-bottom: clamp(40px, 5vh, 62px);
  }

  .taxi-test-page .asset-admin-hero-copy {
    width: min(920px, 92%);
    max-width: none;
    text-align: center;
  }

  .taxi-test-page .asset-admin-hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(3.2rem, 4.8vw, 5.4rem);
  }

  .taxi-test-page .asset-admin-hero-copy h1::after {
    margin-right: auto;
    margin-left: auto;
  }

  .taxi-test-page .asset-admin-hero-copy p {
    max-width: 820px;
    margin-inline: auto;
  }

  .taxi-test-page .asset-admin-hero-visual {
    width: min(980px, 88%);
    min-height: clamp(300px, 41vh, 430px);
  }

  .taxi-test-document-layout {
    align-items: stretch;
    margin-top: 0;
  }

  .taxi-test-sidebar {
    align-self: start;
    margin-top: clamp(110px, 13vh, 150px);
  }

  .taxi-test-document-content > section {
    display: grid;
    align-content: center;
    margin-top: 0;
    padding-top: clamp(112px, 13vh, 150px);
    padding-bottom: clamp(70px, 9vh, 108px);
    scroll-margin-top: 0;
  }

  .taxi-test-plans .taxi-test-currency {
    top: clamp(112px, 13vh, 150px);
  }

  .taxi-test-document-content > section::after {
    display: none;
  }

  .taxi-test-document-content > section:nth-child(even)::after {
    display: none;
  }

  .taxi-test-showcase-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(480px, 1.22fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: clamp(34px, 4.2vw, 58px);
    border: 1px solid rgba(86, 204, 224, 0.3);
    border-radius: 18px;
    background:
      linear-gradient(
        135deg,
        rgba(5, 31, 47, 0.96),
        rgba(5, 29, 44, 0.88)
      );
    box-shadow:
      0 24px 65px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .taxi-test-showcase-heading {
    align-self: center;
  }

  .taxi-test-showcase-content h2::after {
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 26px;
    background: linear-gradient(90deg, #18dff2, transparent);
    content: "";
  }

  .taxi-test-showcase h2 {
    max-width: 760px;
    font-size: clamp(40px, 4vw, 60px);
    text-wrap: balance;
  }

  .taxi-test-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    margin-top: 0;
  }

  .taxi-test-feature-list li {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px 10px 44px;
    border: 1px solid rgba(67, 184, 207, 0.25);
    border-radius: 9px;
    background: rgba(5, 36, 52, 0.72);
    font-size: 0.78rem;
  }

  .taxi-test-feature-list li::before {
    top: 50%;
    left: 14px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid #18dff2;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .taxi-test-benefits-content {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    padding: clamp(34px, 4vw, 54px);
    border: 1px solid rgba(86, 204, 224, 0.3);
    border-radius: 20px;
    background:
      linear-gradient(
        135deg,
        rgba(5, 31, 47, 0.94),
        rgba(5, 29, 44, 0.84)
      );
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .taxi-test-benefits-content h2 {
    max-width: 760px;
    text-wrap: balance;
  }

  .taxi-test-benefits-content h2::after {
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 25px;
    background: linear-gradient(90deg, #18dff2, transparent);
    content: "";
  }

  .taxi-test-benefit-grid {
    gap: 14px;
    margin-top: 28px;
  }

  .taxi-test-benefit-grid article {
    align-content: center;
    min-height: 148px;
    padding: 24px 22px;
    background:
      linear-gradient(
        145deg,
        rgba(10, 48, 66, 0.82),
        rgba(4, 27, 41, 0.9)
      );
  }

  .taxi-test-benefit-grid strong {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .taxi-test-benefit-grid span {
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.48;
  }

  .taxi-test-implementation {
    display: grid;
    align-content: center;
  }

  .taxi-test-implementation .taxi-test-section-heading {
    margin-bottom: 34px;
  }

  .taxi-test-implementation .taxi-test-implementation-flow {
    margin-top: 0;
    padding: clamp(34px, 4vw, 52px);
  }

  .taxi-test-implementation .taxi-test-implementation-flow ol {
    gap: 20px;
  }

  .taxi-test-implementation .taxi-test-implementation-flow li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .taxi-test-implementation .taxi-test-implementation-flow li > span {
    width: 52px;
    height: 52px;
    font-size: 1rem;
  }

  .taxi-test-implementation .taxi-test-implementation-flow ol::before {
    top: 25px;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 1px;
  }

  .taxi-test-implementation .taxi-test-implementation-flow strong {
    margin-top: 4px;
    font-size: 0.94rem;
  }

  .taxi-test-implementation .taxi-test-implementation-flow p {
    font-size: 0.78rem;
  }

  .taxi-test-compliance-content {
    width: min(62%, 740px);
    max-width: none;
    margin-right: auto;
    margin-left: 0;
    padding: clamp(36px, 4.2vw, 58px);
    border: 1px solid rgba(86, 204, 224, 0.32);
    border-radius: 20px;
    background:
      linear-gradient(
        135deg,
        rgba(5, 31, 47, 0.95),
        rgba(5, 29, 44, 0.87)
      );
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .taxi-test-compliance-content h2::after {
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 25px;
    background: linear-gradient(90deg, #18dff2, transparent);
    content: "";
  }

  .taxi-test-compliance-list {
    margin-top: 18px;
  }

  .taxi-test-compliance-item {
    min-height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .taxi-test-page #taxi-modules.asset-admin-catalog {
    gap: 22px;
  }

  .taxi-test-page #taxi-modules .asset-admin-group {
    margin-top: 0;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .taxi-test-page #taxi-modules .asset-admin-module {
    overflow: visible;
  }

  .taxi-test-page #taxi-modules .asset-admin-module summary {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
    min-height: 92px;
    padding: 12px 14px;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-icon {
    width: 52px;
    height: 52px;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-heading strong {
    font-size: 0.9rem;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-heading small {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.72rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-toggle {
    display: none;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-content {
    position: absolute;
    z-index: 50;
    top: calc(100% - 1px);
    left: 0;
    display: none;
    width: min(650px, 76vw);
    overflow: visible;
    pointer-events: none;
    padding: 14px 16px;
    border: 1px solid rgba(24, 223, 242, 0.48);
    border-radius: 0 14px 14px 14px;
    background: rgba(3, 25, 39, 0.98);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42), 0 0 24px rgba(0, 188, 212, 0.1);
    backdrop-filter: blur(18px);
  }

  .taxi-test-page #taxi-modules .asset-admin-module:nth-child(3n) .asset-admin-module-content {
    right: 0;
    left: auto;
    border-radius: 14px 0 14px 14px;
  }

  .taxi-test-page #taxi-modules .asset-admin-module:nth-child(n + 7) .asset-admin-module-content {
    top: auto;
    bottom: calc(100% - 1px);
    border-radius: 14px 14px 0 0;
  }

  .taxi-test-page #taxi-modules .asset-admin-module:hover,
  .taxi-test-page #taxi-modules .asset-admin-module:focus-within {
    z-index: 40;
    border-color: rgba(24, 223, 242, 0.68);
  }

  .taxi-test-page #taxi-modules .asset-admin-module:hover > .asset-admin-module-content,
  .taxi-test-page #taxi-modules .asset-admin-module:focus-within > .asset-admin-module-content,
  .taxi-test-page #taxi-modules .asset-admin-module[open] > .asset-admin-module-content {
    display: block;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-content ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px 14px;
  }

  .taxi-test-page #taxi-modules .asset-admin-module-content li {
    padding-left: 17px;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .taxi-test-compliance,
  .taxi-test-services {
    grid-template-columns: 1fr;
  }

  .taxi-test-compliance-content {
    width: min(62%, 740px);
    margin-right: auto;
    margin-left: 0;
    padding: clamp(36px, 4.2vw, 58px);
  }

  .taxi-test-compliance-content h2 {
    max-width: 680px;
    font-size: clamp(40px, 4vw, 60px);
    text-wrap: balance;
  }

  .taxi-test-compliance-content > p {
    max-width: 680px;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .taxi-test-services-content {
    width: 100%;
    max-width: none;
    margin-right: auto;
    padding: clamp(34px, 4vw, 52px);
    border: 1px solid rgba(86, 204, 224, 0.3);
    border-radius: 20px;
    background:
      linear-gradient(
        135deg,
        rgba(5, 31, 47, 0.95),
        rgba(5, 29, 44, 0.86)
      );
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .taxi-test-services h2 {
    font-size: clamp(40px, 4vw, 60px);
    text-wrap: balance;
  }

  .taxi-test-services h2::after {
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 25px;
    background: linear-gradient(90deg, #18dff2, transparent);
    content: "";
  }

  .taxi-test-services-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }

  .taxi-test-services-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 142px;
    padding: 76px 14px 18px;
    border: 1px solid rgba(86, 204, 224, 0.26);
    border-radius: 12px;
    background:
      linear-gradient(
        145deg,
        rgba(10, 48, 66, 0.8),
        rgba(4, 27, 41, 0.9)
      );
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.48;
  }

  .taxi-test-services-list li > img {
    position: absolute;
    top: 62px;
    left: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -100%);
  }

  .taxi-test-services-list li > img:not([src$="gestao.webp"]) {
    width: 46px;
    height: 46px;
    transform: translate(-50%, calc(-100% + 7px));
  }

  .taxi-test-services-list li > img[src$="gestao.webp"] {
    width: 30px;
    height: 30px;
  }

  .taxi-test-services-list li > img[src$="atualizacao.webp"] {
    width: 38px;
    height: 38px;
    transform: translate(-50%, calc(-100% + 3px));
  }

  .taxi-test-showcase h2,
  .taxi-test-benefits h2,
  .taxi-test-compliance h2,
  .taxi-test-services h2,
  .taxi-test-section-heading h2 {
    max-width: 800px;
    font-size: clamp(38px, 3.7vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .taxi-test-benefits-content,
  .taxi-test-section-heading {
    width: 100%;
    max-width: 1040px;
  }

  .taxi-test-section-heading {
    margin-bottom: 24px;
  }

  .taxi-test-module-tabs {
    margin-bottom: 20px;
  }

  .taxi-test-modules,
  .taxi-test-plans {
    align-content: center !important;
  }

  .taxi-test-module-slide {
    box-sizing: border-box;
    min-height: 100svh;
    margin-top: 0;
    padding-top: clamp(112px, 13vh, 150px);
    padding-bottom: clamp(70px, 9vh, 108px);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scroll-margin-top: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .taxi-test-page .footer {
    scroll-snap-align: start;
  }
}

@media screen and (min-width: 981px) and (max-width: 1180px) {
  .taxi-test-services-content {
    width: 100%;
  }

  .taxi-test-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1181px) {
  .taxi-test-services {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
  }

  .taxi-test-services-content {
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .taxi-test-implementation-flow {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-self: stretch;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 24px 20px;
  }

  .taxi-test-implementation-flow ol {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .taxi-test-implementation-flow ol::before {
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 19px;
    width: 1px;
    height: auto;
    background: linear-gradient(transparent, rgba(24, 223, 242, 0.58) 8%, rgba(24, 223, 242, 0.58) 92%, transparent);
  }

  .taxi-test-implementation-flow li {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
  }

  .taxi-test-implementation-flow strong {
    font-size: 0.8rem;
  }

  .taxi-test-implementation-flow p {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 980px) {
  .taxi-test-implementation-flow ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .taxi-test-implementation-flow ol::before {
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 19px;
    width: 1px;
    height: auto;
    background: linear-gradient(transparent, rgba(24, 223, 242, 0.58) 8%, rgba(24, 223, 242, 0.58) 92%, transparent);
  }

  .taxi-test-implementation-flow strong {
    font-size: 0.84rem;
  }

  .taxi-test-implementation-flow p {
    font-size: 0.76rem;
  }
}

@media print {
  @page {
    size: A4 landscape;
    margin: 0;
  }

  html,
  body {
    width: 297mm;
    margin: 0 !important;
    background: #031725 !important;
    scroll-snap-type: none !important;
  }

  .taxi-test-page {
    background: #031725 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .taxi-test-page *,
  .taxi-test-page *::before,
  .taxi-test-page *::after {
    animation: none !important;
    transition: none !important;
  }

  .taxi-test-showcase-media img,
  .taxi-test-compliance-media img,
  .taxi-test-services-accent img {
    mix-blend-mode: normal;
    opacity: 1;
  }

  .taxi-test-page .header,
  .taxi-test-page .footer,
  .taxi-test-page .whatsapp-float,
  .taxi-test-sidebar,
  .taxi-test-module-tabs,
  .taxi-test-currency,
  .taxi-test-plan-select,
  .taxi-test-base-proposal,
  .taxi-test-custom-total > a,
  .taxi-test-addon-button small {
    display: none !important;
  }

  .taxi-test-page .asset-admin-main {
    padding: 0;
  }

  .taxi-test-page .asset-admin-hero {
    position: relative;
    display: grid;
    align-content: end;
    width: 297mm;
    max-width: none;
    min-height: 210mm;
    overflow: hidden;
    margin: 0;
    padding: 24mm 22mm 20mm;
    page-break-after: always;
    break-after: page;
    background:
      linear-gradient(180deg, rgba(3, 23, 37, 0.16), rgba(3, 23, 37, 0.98) 82%),
      url("../../public/back/taxiback.webp") center / cover no-repeat;
  }

  .taxi-test-page .asset-admin-hero::before {
    position: absolute;
    top: 14mm;
    left: 22mm;
    width: 58mm;
    height: 15mm;
    background: url("../../public/logos/logocavok.webp") left center / contain no-repeat;
    content: "";
  }

  .taxi-test-page .asset-admin-hero::after {
    display: none;
  }

  .taxi-test-document-content > section::after {
    display: none;
  }

  .taxi-test-page .asset-admin-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 172mm;
  }

  .taxi-test-page .asset-admin-hero-copy::before {
    display: block;
    margin-bottom: 7mm;
    color: #17d8ed;
    content: "SISTEMA DE GESTÃO PARA TÁXI AÉREO";
    font-size: 10pt;
    font-weight: 800;
    letter-spacing: .15em;
  }

  .taxi-test-page .asset-admin-hero h1 {
    max-width: 170mm;
    margin: 0 0 6mm;
    font-size: 38pt;
    line-height: 1;
  }

  .taxi-test-page .asset-admin-hero p {
    max-width: 165mm;
    margin: 0;
    color: #d5e4e9;
    font-size: 12pt;
    line-height: 1.55;
  }

  .taxi-test-page .asset-admin-hero-visual {
    display: none;
  }

  .taxi-test-document-layout {
    display: block;
    width: 297mm;
    max-width: none;
    margin: 0;
  }

  .taxi-test-document-content {
    width: 100%;
  }

  .taxi-test-document-content > section {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: 297mm;
    min-height: 210mm;
    overflow: hidden;
    margin: 0 !important;
    padding: 16mm 18mm !important;
    page-break-after: always;
    break-after: page;
    background-color: #031725;
  }

  .taxi-test-module-slide {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: center;
    gap: 8mm;
    width: 297mm;
    min-height: 210mm;
    overflow: hidden;
    margin: 0 !important;
    padding: 16mm 18mm !important;
    border: 0;
    border-radius: 0;
    page-break-after: always;
    break-after: page;
    background-color: #031725;
  }

  .taxi-test-module-slide-icon {
    width: 25mm;
    height: 25mm;
    margin: 7mm 0;
  }

  .taxi-test-module-slide-icon img {
    width: 19mm;
    height: 19mm;
  }

  .taxi-test-module-slide h2 {
    font-size: 28pt;
  }

  .taxi-test-module-slide-heading > p {
    font-size: 9pt;
  }

  .taxi-test-module-slide-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3mm;
  }

  .taxi-test-module-slide-features li {
    min-height: 13mm;
    padding: 3mm 3mm 3mm 9mm;
    font-size: 7.5pt;
  }

  .taxi-test-module-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm;
  }

  .taxi-test-module-categories a {
    min-height: 92mm;
  }

  .taxi-test-document-content > section::before {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }

  .taxi-test-showcase,
  .taxi-test-compliance,
  .taxi-test-services {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8mm;
  }

  .taxi-test-showcase {
    grid-template-columns: 1fr;
  }

  .taxi-test-showcase-content {
    width: 56%;
    max-width: none;
    margin-right: auto;
  }

  .taxi-test-compliance-content {
    width: 54%;
    margin-left: auto;
  }

  .taxi-test-services-content {
    width: 58%;
    margin-right: auto;
  }

  .taxi-test-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 4mm;
  }

  .taxi-test-showcase-media,
  .taxi-test-compliance-media,
  .taxi-test-services-accent {
    min-height: 112mm;
  }

  .taxi-test-showcase-media img,
  .taxi-test-compliance-media img,
  .taxi-test-services-accent img {
    -webkit-mask-image: radial-gradient(ellipse 92% 88% at center, #000 48%, transparent 100%);
    mask-image: radial-gradient(ellipse 92% 88% at center, #000 48%, transparent 100%);
  }

  .taxi-test-showcase-content,
  .taxi-test-compliance-content,
  .taxi-test-services-content {
    padding: 0;
  }

  .taxi-test-showcase-content,
  .taxi-test-compliance-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .taxi-test-benefits-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .taxi-test-showcase-content h2::after,
  .taxi-test-benefits-content h2::after,
  .taxi-test-compliance-content h2::after,
  .taxi-test-services-content h2::after {
    display: none;
  }


  .taxi-test-showcase h2,
  .taxi-test-benefits h2,
  .taxi-test-compliance h2,
  .taxi-test-services h2,
  .taxi-test-section-heading h2 {
    font-size: 24pt;
    line-height: 1.08;
  }

  .taxi-test-feature-list,
  .taxi-test-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taxi-test-benefit-grid {
    margin-top: 8mm;
  }

  .taxi-test-benefit-grid article {
    min-height: 27mm;
    padding: 5mm;
  }

  .taxi-test-compliance-content {
    order: 1;
  }

  .taxi-test-compliance-media {
    order: 2;
  }

  .taxi-test-services-list li {
    font-size: 10pt;
  }

  .taxi-test-modules {
    min-height: 0 !important;
    overflow: visible !important;
    page-break-after: auto !important;
    break-after: auto !important;
  }

  #taxi-modules .asset-admin-group[hidden] {
    display: block !important;
  }

  .taxi-test-modules .taxi-test-section-heading {
    min-height: 34mm;
    padding-top: 2mm;
    padding-bottom: 6mm;
  }

  .asset-admin-group {
    margin: 0 -18mm;
    padding: 10mm 18mm;
    page-break-before: always;
    break-before: page;
    background:
      radial-gradient(circle at 90% 5%, rgba(0, 217, 239, .1), transparent 35%),
      #031725;
  }

  #taxi-modules .asset-admin-group:first-child {
    page-break-before: auto;
    break-before: auto;
  }

  .asset-admin-group h2 {
    display: block !important;
    margin-bottom: 5mm;
    font-size: 14pt;
  }

  #taxi-modules .asset-admin-module-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 3mm;
  }

  .asset-admin-module {
    margin: 0;
    break-inside: avoid;
    background: rgba(8, 40, 57, .92);
  }

  .asset-admin-module summary {
    min-height: 14mm;
    grid-template-columns: 11mm minmax(0, 1fr);
    gap: 3mm;
    padding: 2mm 3mm;
  }

  .asset-admin-module-icon {
    width: 10mm;
    height: 10mm;
  }

  .asset-admin-module-toggle {
    display: none;
  }

  .asset-admin-module-heading strong {
    font-size: 8.5pt;
  }

  .asset-admin-module-heading small {
    font-size: 6.8pt;
    line-height: 1.3;
  }

  .asset-admin-module-content li {
    font-size: 6.6pt;
    line-height: 1.3;
  }

  .asset-admin-module-content {
    padding: 2.5mm 3mm 3mm;
  }

  .asset-admin-module-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2mm 3mm;
  }

  .asset-admin-module-content li {
    padding-left: 3.5mm;
  }

  .taxi-test-plans {
    min-height: 210mm !important;
    overflow: visible !important;
    page-break-before: always;
    break-before: page;
  }

  .taxi-test-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4mm;
  }

  .taxi-test-plan-card {
    min-height: 78mm;
    padding: 6mm 5mm;
    break-inside: avoid;
    box-shadow: none;
  }

  .taxi-test-customization {
    margin-top: 5mm;
    padding: 5mm;
    break-inside: avoid;
  }

  .taxi-test-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taxi-test-page a {
    color: inherit;
    text-decoration: none;
  }
}

/* Dados institucionais carregados do Google Sheets */

.dynamic-data-loading {
  min-height: 120px;
  overflow: hidden;
  position: relative;
}

.dynamic-data-loading::after {
  animation: dynamic-data-skeleton 1.4s ease-in-out infinite;
  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.025) 15%,
      rgba(92, 218, 232, 0.11) 48%,
      rgba(255, 255, 255, 0.025) 80%
    ),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(129, 190, 215, 0.18);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.client-logo-fallback {
  align-items: center;
  color: currentColor;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.35;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.client-showcase-card .client-logo-fallback {
  color: #173244;
}

.dynamic-data-message {
  border: 1px solid rgba(129, 190, 215, 0.28);
  border-radius: 12px;
  color: var(--muted);
  margin-top: 24px;
  padding: 18px 20px;
  text-align: center;
}

@keyframes dynamic-data-skeleton {
  0%, 100% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dynamic-data-loading::after {
    animation: none;
  }
}

/* Reusable legal-document page */
.policy-page {
  background: #031724;
}

.policy-main {
  padding-bottom: 56px;
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 188, 212, .08), transparent 28%),
    linear-gradient(rgba(3, 23, 36, .92), rgba(3, 23, 36, .98)),
    url('../../public/background/background.webp') center top / cover no-repeat;
}

.policy-page[data-policy-document="declaration"] .policy-main {
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 188, 212, .08), transparent 28%),
    linear-gradient(rgba(3, 23, 36, .82), rgba(3, 23, 36, .96)),
    url('../../public/background/backgrounddeclaracao.webp') center top / cover no-repeat;
}

.policy-page[data-policy-document="privacy-policy"] .policy-main {
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 188, 212, .08), transparent 28%),
    linear-gradient(rgba(3, 23, 36, .82), rgba(3, 23, 36, .96)),
    url('../../public/background/backgroundpolitica.webp') center top / cover no-repeat;
}

.policy-page[data-policy-document="lgpd"] .policy-main {
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 188, 212, .08), transparent 28%),
    linear-gradient(rgba(3, 23, 36, .82), rgba(3, 23, 36, .96)),
    url('../../public/background/backgroundlgpd.webp') center top / cover no-repeat;
}

.policy-hero {
  position: relative;
  min-height: 0;
  padding: 150px 0 82px;
  overflow: hidden;
  background: transparent;
}

.policy-hero::after {
  content: none;
}

.policy-hero-content {
  position: relative;
  z-index: 1;
}

.policy-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--accent);
  font-size: 13px;
}

.policy-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.policy-breadcrumb strong {
  color: rgba(255, 255, 255, .78);
  font-weight: 500;
}

.policy-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
}

.policy-hero p {
  max-width: 780px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
}

.policy-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: rgba(7, 32, 47, .94);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
}

.policy-meta article,
.policy-meta .policy-download {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  text-decoration: none;
}

.policy-meta > :last-child {
  border-right: 0;
}

.policy-meta-icon {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--accent);
  border-radius: 10px;
  color: var(--accent);
  font-size: 22px;
}

.policy-meta small,
.policy-meta strong {
  display: block;
}

.policy-meta small {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.policy-meta strong {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.policy-download {
  transition: background .25s;
}

.policy-download:hover {
  background: rgba(0, 188, 212, .1);
}

.policy-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 42px;
}

.policy-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 20px;
  max-height: calc(100vh - 116px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 188, 212, .55) transparent;
}

.policy-toc,
.policy-help,
.policy-document-shell {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  background: rgba(7, 31, 46, .82);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.policy-toc {
  overflow: hidden;
}

.policy-toc h2,
.policy-help h2 {
  color: #fff;
  font-size: 16px;
}

.policy-toc h2 {
  padding: 20px 20px 15px;
}

.policy-toc ol {
  max-height: 52vh;
  margin: 0;
  padding: 0 0 10px;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: thin;
}

.policy-toc a {
  display: block;
  padding: 10px 18px;
  border-left: 3px solid transparent;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s, border-color .2s, background .2s;
}

.policy-toc a:hover,
.policy-toc a.active {
  border-left-color: var(--accent);
  background: rgba(0, 188, 212, .08);
  color: var(--accent);
}

.policy-help {
  padding: 22px;
}

.policy-help p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.policy-help a,
.policy-error button,
.policy-commitment > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--accent), #058da8);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s, filter .25s;
}

.policy-help a:hover,
.policy-error button:hover,
.policy-commitment > a:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.policy-document-shell {
  min-width: 0;
  padding: clamp(24px, 4vw, 52px);
}

.policy-loading,
.policy-error {
  padding: 44px 20px;
  color: var(--muted);
  text-align: center;
}

.policy-loading::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  border: 3px solid rgba(0, 188, 212, .2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: policy-spinner .8s linear infinite;
}

@keyframes policy-spinner {
  to { transform: rotate(360deg); }
}

.policy-error button {
  margin-top: 18px;
}

.policy-document {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.policy-document > div:first-child,
.policy-document > .c18,
.policy-document > .c19:empty,
.policy-document hr[style*="page-break"],
.policy-document hr.policy-page-break {
  display: none !important;
}

.policy-document .c50,
.policy-document .c30 {
  display: none;
}

.policy-document h1,
.policy-document h2,
.policy-document h3 {
  scroll-margin-top: 110px;
  color: #fff !important;
  font-family: inherit !important;
  font-style: normal !important;
  text-align: left !important;
}

.policy-document h1 {
  margin: 42px 0 16px !important;
  padding: 22px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: clamp(21px, 2.2vw, 28px) !important;
  line-height: 1.3 !important;
}

.policy-document h1:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0;
}

.policy-document p,
.policy-document li,
.policy-document span,
.policy-document td,
.policy-document th {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.policy-document p {
  margin: 0 0 15px !important;
  padding: 0 !important;
  text-align: left !important;
}

.policy-document ul,
.policy-document ol {
  display: block !important;
  margin: 12px 0 22px !important;
  padding-left: 24px !important;
  list-style-position: outside !important;
}

.policy-document ul {
  list-style: disc !important;
}

.policy-document ol {
  list-style: decimal !important;
}

.policy-document li {
  margin: 8px 0 !important;
  padding: 0 0 0 4px !important;
}

.policy-document li::before {
  content: none !important;
}

.policy-document a {
  color: var(--accent) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-document table {
  width: 100% !important;
  margin: 20px 0 30px !important;
  border-collapse: collapse !important;
  color: var(--muted);
}

.policy-document th,
.policy-document td {
  width: auto !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  background: rgba(255, 255, 255, .025);
  vertical-align: top;
}

.policy-document strong,
.policy-document b {
  color: #fff !important;
}

.policy-document .sumario-container {
  margin: 25px 0;
  padding: 24px;
  border: 1px solid rgba(0, 188, 212, .22);
  border-radius: 10px;
  background: rgba(0, 188, 212, .04);
}

.policy-document .sumario-item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 8px 0;
  text-decoration: none;
}

.policy-document .sumario-pontos {
  flex: 1;
  border-bottom: 1px dotted rgba(255, 255, 255, .2);
  transform: translateY(-6px);
}

.policy-commitment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 26px 42px;
  border: 1px solid rgba(0, 188, 212, .5);
  border-radius: 14px;
  background: linear-gradient(100deg, rgba(0, 188, 212, .08), rgba(8, 45, 62, .72));
}

.policy-commitment-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 34px;
}

.policy-commitment h2 {
  color: #fff;
  font-size: 21px;
}

.policy-commitment p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .policy-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-meta > :nth-child(2) {
    border-right: 0;
  }

  .policy-meta > :nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-sidebar {
    position: static;
    max-height: none;
  }

  .policy-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 320px;
  }

  .policy-help {
    display: none;
  }
}

@media (max-width: 680px) {
  .policy-main {
    background-attachment: scroll;
  }

  .clients-page,
  .contact-page {
    background-attachment: scroll;
  }

  .policy-hero {
    min-height: 0;
    padding: 112px 0 58px;
  }

  .policy-breadcrumb {
    margin-bottom: 22px;
  }

  .policy-meta {
    grid-template-columns: 1fr;
    margin-top: -20px;
  }

  .policy-meta article,
  .policy-meta .policy-download {
    min-height: 88px;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .policy-meta > :last-child {
    border-bottom: 0;
  }

  .policy-layout {
    margin-top: 28px;
  }

  .policy-toc ol {
    display: block;
  }

  .policy-document-shell {
    padding: 22px 18px;
  }

  .policy-document {
    font-size: 14px;
  }

  .policy-document table {
    display: block;
    overflow-x: auto;
  }

  .policy-commitment {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: center;
  }

  .policy-commitment-icon {
    margin: auto;
  }

  .policy-commitment > a {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

img,
video {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  padding: 22px 0;
  transition: background .35s, padding .35s, box-shadow .35s;
}

.header.header-scrolled {
  padding: 14px 0;
  background: rgba(7, 24, 36, .97);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
}

.header-wrapper {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1410px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 20px;
}

.logo {
  position: relative;
  display: block;
  width: 180px;
  height: 52px;
  overflow: hidden;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform .35s ease;
}

.header-scrolled .logo img {
  transform: scale(.96);
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.nav a,
.products-button {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: .25s;
}

.nav a:hover,
.products-button:hover {
  color: var(--accent);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.arrow {
  font-size: 10px;
  transition: .25s;
}

.language-dropdown {
  position: relative;
}

.products-button {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-dropdown.open .arrow {
  transform: rotate(180deg);
}

.language {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: .25s;
}

.language:hover {
  border-color: var(--accent);
  background: rgba(255, 255, 255, .05);
}

.language img,
.language-menu img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
  min-width: 100px;
  overflow: hidden;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: .25s;
}

.language-dropdown.open .language-menu,
.language-dropdown:hover .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-menu button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: .2s;
}

.language-menu button:hover {
  background: var(--accent);
  color: var(--bg);
}

.hero {
  min-height: 0;
  display: block;
  padding: 122px 0 72px;
  color: #fff;
  background:
    linear-gradient(to bottom, rgba(7, 24, 36, .65) 0%, rgba(7, 24, 36, .85) 45%, var(--bg) 75%, var(--bg) 100%),
    url("../../public/background/background.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  padding-top: 0;
}

.hero-content,
.hero-image {
  min-width: 0;
}

.hero-tag,
.section-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.05;
  font-weight: 800;
}

.hero-content .accent,
.hero-content h1 span:last-child {
  color: var(--accent);
}

.hero-content p {
  max-width: 660px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .25s;
}

.primary {
  border: 1px solid rgba(54, 54, 54, .54);
  background: var(--accent);
  color: #fff;
}

.secondary {
  border: 1px solid rgba(255, 255, 255, .4);
  background: transparent;
  color: #fff;
}

.primary:hover,
.secondary:hover {
  transform: translateY(-4px);
  background: var(--accent-dark);
}

.system-video-trigger {
  cursor: pointer;
  font: inherit;
}

.system-video-open {
  overflow: hidden;
}

.system-video-modal[hidden] {
  display: none;
}

.system-video-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(18px, 4vw, 50px);
  position: fixed;
  z-index: 10000;
}

.system-video-backdrop {
  backdrop-filter: blur(8px);
  background: rgba(1, 13, 22, 0.84);
  inset: 0;
  position: absolute;
}

.system-video-dialog {
  background: #061d2a;
  border: 1px solid rgba(0, 196, 218, 0.48);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58);
  max-width: 1120px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.system-video-header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px 20px;
}

.system-video-header h2 {
  color: #ffffff;
  font-size: clamp(17px, 2vw, 23px);
}

.system-video-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 40px;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
  width: 40px;
}

.system-video-close:hover,
.system-video-close:focus-visible {
  background: rgba(0, 196, 218, 0.2);
  border-color: var(--accent);
  transform: rotate(5deg) scale(1.05);
}

.system-video-frame {
  aspect-ratio: 16 / 9;
  background: #000000;
  width: 100%;
}

.system-video-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}

.hero-dashboard-stage {
  --dashboard-rotate-x: 0deg;
  --dashboard-rotate-y: 0deg;
  --dashboard-shift-x: 0px;
  --dashboard-shift-y: 0px;
  isolation: isolate;
  max-width: 840px;
  padding: 52px 28px 58px;
  position: relative;
  width: 100%;
}

.hero-dashboard-stage::before {
  animation: dashboard-ambient-glow 6s ease-in-out infinite;
  background: radial-gradient(circle, rgba(0, 196, 218, .3) 0%, rgba(0, 196, 218, .08) 42%, transparent 72%);
  content: "";
  filter: blur(18px);
  inset: 12% 8% 10%;
  position: absolute;
  z-index: -2;
}

.hero-dashboard-stage::after {
  background-image:
    linear-gradient(rgba(88, 220, 235, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 220, 235, .08) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 5% 0 0;
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%);
  opacity: .52;
  position: absolute;
  z-index: -1;
}

.hero-dashboard-motion {
  position: relative;
  transform:
    perspective(1200px)
    rotateX(var(--dashboard-rotate-x))
    rotateY(var(--dashboard-rotate-y))
    translate3d(var(--dashboard-shift-x), var(--dashboard-shift-y), 0);
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
  z-index: 2;
}

.hero-dashboard-motion picture {
  animation: dashboard-breathe 6s ease-in-out infinite;
  display: block;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .42));
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.dashboard {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  aspect-ratio: 1537 / 1023;
  object-fit: contain;
  margin: 0 auto;
}

.hero-dashboard-sheen {
  animation: dashboard-sheen 5.5s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 32%, rgba(175, 247, 255, .18) 48%, transparent 63%);
  inset: 8% 6% 13%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateX(-75%);
  z-index: 3;
}

.hero-dashboard-orbit {
  border: 1px solid rgba(0, 196, 218, .2);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-dashboard-orbit::after {
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 196, 218, .9);
  content: "";
  height: 7px;
  left: 13%;
  position: absolute;
  top: 11%;
  width: 7px;
}

.hero-dashboard-orbit-one {
  animation: dashboard-orbit 18s linear infinite;
  inset: 4% 8% 5%;
}

.hero-dashboard-orbit-two {
  animation: dashboard-orbit 24s linear infinite reverse;
  inset: 14% 18% 15%;
  opacity: .65;
}

.hero-status-chip {
  align-items: center;
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, rgba(11, 48, 67, .9), rgba(4, 27, 40, .76));
  border: 1px solid rgba(94, 222, 236, .42);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .08);
  color: #e9fcff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .25px;
  padding: 9px 14px;
  position: absolute;
  white-space: nowrap;
  z-index: 4;
}

.hero-status-realtime {
  animation: dashboard-chip-float 4.6s ease-in-out infinite;
  right: 2%;
  top: 14%;
}

.hero-status-integrated {
  animation: dashboard-chip-float 5.2s .7s ease-in-out infinite;
  bottom: 15%;
  left: 0;
}

.hero-status-secure {
  animation: dashboard-chip-float 4.8s 1.2s ease-in-out infinite;
  bottom: 4%;
  right: 9%;
}

.hero-status-dot {
  animation: dashboard-live-pulse 1.8s ease-out infinite;
  background: #42f5b3;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(66, 245, 179, .12), 0 0 12px rgba(66, 245, 179, .8);
  height: 7px;
  width: 7px;
}

.hero-status-symbol {
  align-items: center;
  color: var(--accent);
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  height: 16px;
  justify-content: center;
  width: 16px;
}

@keyframes dashboard-breathe {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes dashboard-ambient-glow {
  0%, 100% {
    opacity: .62;
    transform: scale(.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes dashboard-sheen {
  0%, 52% {
    opacity: 0;
    transform: translateX(-75%);
  }
  66% {
    opacity: .8;
  }
  84%, 100% {
    opacity: 0;
    transform: translateX(75%);
  }
}

@keyframes dashboard-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dashboard-chip-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes dashboard-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 245, 179, .55);
  }
  70%, 100% {
    box-shadow: 0 0 0 7px rgba(66, 245, 179, 0);
  }
}

/* Entrada suave dos elementos visíveis ao abrir a página */
@keyframes page-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes page-rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dashboard-enter {
  from {
    opacity: 0;
    transform: translateX(36px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.header {
  animation: page-fade-in .55s ease-out both;
}

.hero-tag,
.hero-content h1,
.hero-content p,
.hero-content .buttons,
.hero-image,
.feature {
  animation: page-rise-in .7s cubic-bezier(.22, 1, .36, 1) both;
}

.hero-tag { animation-delay: .1s; }
.hero-content h1 { animation-delay: .18s; }
.hero-content p { animation-delay: .28s; }
.hero-content .buttons { animation-delay: .38s; }

.hero-image {
  animation-name: dashboard-enter;
  animation-delay: .24s;
  animation-duration: .85s;
}

.feature:nth-child(1) { animation-delay: .48s; }
.feature:nth-child(2) { animation-delay: .58s; }
.feature:nth-child(3) { animation-delay: .68s; }
.feature:nth-child(4) { animation-delay: .78s; }

@media (prefers-reduced-motion: reduce) {
  .header,
  .hero-tag,
  .hero-content h1,
  .hero-content p,
  .hero-content .buttons,
  .hero-image,
  .feature {
    animation: none;
  }

  .hero-dashboard-stage::before,
  .hero-dashboard-motion picture,
  .hero-dashboard-sheen,
  .hero-dashboard-orbit,
  .hero-status-chip,
  .hero-status-dot {
    animation: none;
  }
}

/* Entrada suave das páginas internas */

.clients-hero-copy,
.clients-hero-visual,
.clients-stats,
.clients-showcase,
.client-testimonials,
.clients-cta,
.asset-admin-hero-copy,
.asset-admin-hero-visual,
.asset-admin-tabs,
.asset-admin-catalog,
.careers-hero-copy,
.careers-hero-visual,
.careers-benefits,
.careers-openings,
.careers-apply,
.policy-hero-content,
.policy-meta,
.policy-sidebar,
.policy-document-shell,
.policy-commitment {
  animation: page-rise-in 700ms cubic-bezier(.22, 1, .36, 1) both;
}

.clients-hero-visual,
.asset-admin-hero-visual,
.careers-hero-visual {
  animation-name: dashboard-enter;
  animation-duration: 850ms;
  animation-delay: 120ms;
}

.clients-stats,
.asset-admin-tabs,
.careers-benefits,
.policy-meta {
  animation-delay: 180ms;
}

.clients-showcase,
.asset-admin-catalog,
.careers-openings,
.policy-sidebar,
.policy-document-shell {
  animation-delay: 260ms;
}

.client-testimonials,
.careers-apply,
.policy-commitment {
  animation-delay: 340ms;
}

.clients-cta {
  animation-delay: 420ms;
}

@media (prefers-reduced-motion: reduce) {
  .clients-hero-copy,
  .clients-hero-visual,
  .clients-stats,
  .clients-showcase,
  .client-testimonials,
  .clients-cta,
  .asset-admin-hero-copy,
  .asset-admin-hero-visual,
  .asset-admin-tabs,
  .asset-admin-catalog,
  .careers-hero-copy,
  .careers-hero-visual,
  .careers-benefits,
  .careers-openings,
  .careers-apply,
  .policy-hero-content,
  .policy-meta,
  .policy-sidebar,
  .policy-document-shell,
  .policy-commitment {
    animation: none;
  }
}

.features {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  margin-top: -50px;
  background: var(--bg);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.feature-icon img {
  width: 98px;
  height: 64px;
  object-fit: contain;
}

.feature h3 {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 18px;
}

.feature p {
  color: #c8d3db;
  font-size: 14px;
  line-height: 1.6;
}

.stats {
  padding: 20px 0 70px;
  background: var(--bg);
}

.stats-wrapper {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 60px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: var(--panel);
}

.stats-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .06;
  z-index: 1;
}

.stats-text,
.stats-grid {
  position: relative;
  z-index: 2;
}

.stats-text p {
  color: #fff;
  font-size: clamp(25px, 2.4vw, 20px);
  font-weight: 700;
  line-height: 1.45;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.stat strong {
  display: block;
  color: #fff;
  font-size: clamp(32px, 3.3vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.stat > div > span:not([data-counter]) {
  display: block;
  margin-top: 6px;
  color: #c8d3db;
  font-size: 15px;
  line-height: 1.4;
  margin-left: 4px;
}

.stat strong span:not([data-counter]) {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.products {
  padding: 80px 0;
  margin-top: -100px;
  background: var(--bg);
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 40px;
}

.products h2,
.dark-title {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
}

.products-navigation {
  display: flex;
  gap: 14px;
}

.nav-button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: .3s;
}

.nav-button:hover {
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-3px);
}

.products-carousel {
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

.products-grid {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: products-carousel-scroll 72s linear infinite;
}

.products-carousel:hover .products-grid,
.products-carousel:focus-within .products-grid {
  animation-play-state: paused;
}

@keyframes products-carousel-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.product-card {
  position: relative;
  flex: 0 0 clamp(185px, 15vw, 220px);
  width: clamp(185px, 15vw, 220px);
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  cursor: pointer;
  transition: .35s;
}

.product-card:hover {
  border-color: var(--accent);
  box-shadow: 0 20px 45px rgba(201, 212, 0, 0.577);
  transform: translateY(-8px);
}

.product-image {
  position: absolute;
  inset: 0;
}

.product-image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 24, 36, .98) 10%, rgba(7, 24, 36, .72) 45%, rgba(7, 24, 36, .05) 100%);
}

.product-icon {
  position: absolute;
  left: 20px;
  bottom: 120px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--accent);
}

.product-icon img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}

.product-card h3 {
  position: absolute;
  left: 20px;
  right: 14px;
  z-index: 2;
}

.product-card h3 {
  bottom: 95px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .products-carousel {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    scrollbar-width: thin;
  }

  .products-grid {
    animation: none;
  }
}

.clients {
  overflow: hidden;
  padding: 60px 0;
  margin-top: -80px;
  background: var(--bg);
}

.section-label.dark {
  margin-bottom: 8px;
}

.dark-title {
  margin-bottom: 32px;
  font-size: 26px;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee-scroll 120s linear infinite;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.client-logo {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.efb {
  padding: 120px 0;
  margin-top: -100px;
  margin-bottom: -80px;
  scroll-margin-top: -300px;
  background:
    linear-gradient(to bottom, var(--bg) 0%, rgba(7, 24, 36, .85) 25%, var(--bg) 85%, var(--bg) 100%),
    url("../../public/background/background2.webp");
  background-size: cover;
  background-position: center;
}

.efb-container {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 80px;
  align-items: center;
}

.efb-content {
  max-width: 700px;
}

.efb h2 {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 800;
  line-height: 1;
}

.efb-description,
.efb-footer {
  color: var(--muted);
}

.efb-description {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
}

.efb-list {
  list-style: none;
  margin: 0 0 40px;
}

.efb-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  margin-bottom: 22px;
  padding-left: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.efb-list li::before {
  content: "✓";
  display: block;
  width: 24px;
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.efb-footer {
  margin-bottom: 30px;
  font-size: 19px;
}

.store-button {
  width: 200px;
  transition: .3s;
}

.store-button:hover {
  transform: translateY(-4px);
}

.efb-image {
  display: flex;
  justify-content: center;
}

.efb-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 1298 / 1212;
  object-fit: contain;
  transition: .35s;
}

.efb-image img:hover {
  transform: scale(1.03);
}

.fleet-management {
  background:
    linear-gradient(to bottom, var(--bg) 0%, rgba(7, 24, 36, .85) 25%, var(--bg) 85%, var(--bg) 100%),
    url("../../public/gerenciamento/backgroundgerenciamento.webp?v=20260720a") center / cover no-repeat,
    var(--bg);
  margin-top: -80px;
  overflow: hidden;
  padding: 68px 0 88px;
  scroll-margin-top: -300px;
}

.fleet-management-container {
  align-items: center;
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
}

.fleet-management-image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.fleet-management-image img {
  display: block;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.48));
  height: auto;
  max-width: 820px;
  transition: transform 350ms ease;
  width: 115%;
}

.fleet-management-image img:hover {
  transform: translateY(-5px) scale(1.015);
}

.fleet-management-content {
  max-width: 650px;
}

.fleet-management-content h2 {
  color: #ffffff;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 18px 0 28px;
}

.fleet-management-description {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 0 32px;
}

.fleet-management-list {
  display: grid;
  gap: 17px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.fleet-management-list li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  padding-left: 34px;
  position: relative;
}

.fleet-management-list li::before {
  color: var(--accent);
  content: "✓";
  font-size: 1.35rem;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: -3px;
}

.fleet-management-footer {
  color: #ffffff;
  font-size: 1.05rem;
  margin: 0 0 28px;
}

.fleet-management-button {
  align-items: center;
  background: linear-gradient(135deg, #037483, #087fa6);
  border: 1px solid rgba(77, 226, 244, 0.62);
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  height: 52px;
  min-height: 52px;
  padding: 8px 24px;
  text-transform: uppercase;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.fleet-management-button:hover,
.fleet-management-button:focus-visible {
  box-shadow: 0 14px 30px rgba(0, 188, 212, 0.24);
  background: linear-gradient(135deg, #04a7bd, #087fa6);
  transform: translateY(-3px);
}

.fleet-management-button img {
  display: block;
  height: 50px;
  object-fit: contain;
  width: 50px;
}

@media (max-width: 1100px) {
  .fleet-management-container {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .fleet-management-image img {
    max-width: 780px;
    width: 100%;
  }

  .fleet-management-content {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .fleet-management {
    padding: 54px 0 68px;
  }

  .fleet-management-container {
    gap: 30px;
  }

  .fleet-management-content h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .fleet-management-description {
    font-size: 1rem;
  }

  .fleet-management-list {
    gap: 14px;
  }

  .fleet-management-list li {
    font-size: 0.94rem;
    padding-left: 30px;
  }
}

.fleet-page {
  background: var(--bg);
}

.fleet-page-main {
  background:
    radial-gradient(circle at 78% 36%, rgba(0, 188, 212, 0.12), transparent 34%),
    linear-gradient(to bottom, rgba(7, 24, 36, 0.18), var(--bg) 92%),
    url("../../public/gerenciamento/backgroundgerenciamento.webp?v=20260720a") center top / cover no-repeat;
  min-height: 100vh;
  overflow: hidden;
  padding: 130px 0 70px;
}

.fleet-page-hero {
  align-items: center;
  display: grid;
  gap: clamp(36px, 4.8vw, 82px);
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
  min-height: calc(100vh - 200px);
}

.fleet-page-copy {
  max-width: 650px;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.fleet-page-copy h1 {
  color: #ffffff;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 20px 0 30px;
}

.fleet-page-copy h1 span {
  color: var(--accent);
  display: block;
}

.fleet-page-description {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 0 30px;
  max-width: 620px;
  overflow-wrap: anywhere;
}

.fleet-page .fleet-management-button {
  text-decoration: none;
}

.fleet-page .fleet-management-list li {
  overflow-wrap: anywhere;
  white-space: normal;
}

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

.fleet-page-secondary {
  align-items: center;
  background: rgba(6, 29, 43, 0.72);
  border: 1px solid rgba(130, 190, 211, 0.62);
  border-radius: 14px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  gap: 12px;
  height: 52px;
  justify-content: center;
  padding: 8px 24px;
  text-transform: uppercase;
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.fleet-page-secondary:hover,
.fleet-page-secondary:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px);
}

.fleet-page-play {
  color: var(--accent);
  font-size: 1.45rem;
  line-height: 1;
}

.fleet-page-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.fleet-page-visual::before {
  animation: fleet-laptop-glow 5.5s ease-in-out infinite;
  background: rgba(0, 188, 212, 0.23);
  border-radius: 50%;
  content: "";
  filter: blur(70px);
  height: 54%;
  position: absolute;
  width: 78%;
  z-index: -1;
}

.fleet-page-visual img {
  --fleet-position-x: -24px;
  --fleet-position-y: 18px;
  animation: fleet-laptop-float 5.5s ease-in-out infinite;
  cursor: pointer;
  display: block;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.46));
  height: auto;
  max-width: 950px;
  transform-origin: center;
  transition: filter 300ms ease, transform 300ms ease;
  will-change: filter, transform;
  width: 116%;
}

.fleet-page-chip {
  align-items: center;
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, rgba(11, 48, 67, 0.9), rgba(4, 27, 40, 0.76));
  border: 1px solid rgba(94, 222, 236, 0.42);
  border-radius: 999px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.08);
  color: #e9fcff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.25px;
  padding: 9px 14px;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  width: max-content;
  z-index: 3;
}

.fleet-page-chip-realtime {
  animation: fleet-chip-float 4.8s ease-in-out infinite;
  right: -2%;
  top: 12%;
}

.fleet-page-chip-schedule {
  animation: fleet-chip-float 5.2s 0.7s ease-in-out infinite;
  left: -2%;
  top: 48%;
}

.fleet-page-chip-finance {
  animation: fleet-chip-float 5s 1.2s ease-in-out infinite;
  bottom: 4%;
  right: 4%;
}

.fleet-page-visual:hover img {
  animation: none;
  filter:
    brightness(1.035)
    drop-shadow(0 38px 64px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 20px rgba(0, 188, 212, 0.12));
  transform:
    translate(
      var(--fleet-position-x),
      calc(var(--fleet-position-y) - 12px)
    )
    scale(1.025);
}

@keyframes fleet-laptop-float {
  0%,
  100% {
    transform: translate(var(--fleet-position-x), var(--fleet-position-y));
  }

  50% {
    transform:
      translate(
        var(--fleet-position-x),
        calc(var(--fleet-position-y) - 10px)
      );
  }
}

@keyframes fleet-laptop-glow {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.94);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes fleet-chip-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@media (max-width: 1100px) {
  .fleet-page-main {
    padding-top: 115px;
  }

  .fleet-page-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .fleet-page-copy {
    max-width: 760px;
    min-width: 0;
    width: 100%;
  }

  .fleet-page-visual img {
    --fleet-position-x: 0px;
    --fleet-position-y: 0px;
    max-width: 820px;
    width: 100%;
  }

  .fleet-page-visual {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fleet-page-visual img {
    grid-column: 1 / -1;
  }

  .fleet-page-chip {
    justify-self: center;
    position: static;
    width: max-content;
  }
}

@media (max-width: 680px) {
  .fleet-page-main {
    padding: 98px 0 54px;
  }

  .fleet-page-hero {
    gap: 26px;
    min-width: 0;
  }

  .fleet-page-copy {
    max-width: calc(100vw - 40px);
  }

  .fleet-page-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    margin: 16px 0 24px;
  }

  .fleet-page-description {
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
  }

  .fleet-page .fleet-management-list,
  .fleet-page-actions {
    max-width: 100%;
    width: 100%;
  }

  .fleet-page .fleet-management-list li {
    max-width: 100%;
  }

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

  .fleet-page-actions .fleet-management-button,
  .fleet-page-secondary {
    min-width: 0;
    width: 100%;
  }

  .fleet-page-visual {
    grid-template-columns: 1fr;
  }

  .fleet-page-chip {
    max-width: calc(100vw - 40px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .fleet-page-copy {
    animation: page-rise-in 700ms cubic-bezier(.22, 1, .36, 1) both;
  }

  .fleet-page-visual {
    animation: dashboard-enter 780ms 100ms cubic-bezier(.22, 1, .36, 1) both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fleet-page-visual::before,
  .fleet-page-visual img,
  .fleet-page-chip {
    animation: none;
  }
}

.cta-banner {
  background: var(--panel);
  padding: 64px 0;
}

.cta-content {
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
}

.cta-icon {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
}

.cta-icon img {
  width: 68px;
  height: 68px;
  filter: brightness(0) invert(1);
}

.cta-text {
  flex: 1 1 420px;
  min-width: 0;
}

.cta-text h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 800;
  line-height: 1.2;
}

.cta-text p {
  color: #c8d3db;
  font-size: 16px;
  line-height: 1.65;
}

.cta-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 30px;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: .25s;
}

.cta-button:hover {
  background: var(--accent-dark);
  transform: translateX(4px);
}

.footer {
  padding: 56px 0 0;
  background: var(--bg-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(240px, 1.25fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-logo {
  width: 130px;
  height: auto;
  aspect-ratio: 880 / 190;
  object-fit: contain;
  margin-bottom: 16px;
}

.footer-brand p {
  max-width: 320px;
  margin-bottom: 20px;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  transition: .25s;
}

.footer-social a:hover {
  background: var(--accent);
}

.footer-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.footer-column h4 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.footer-column .footer-heading-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .22s, transform .22s;
}

.footer-column .footer-heading-link:hover,
.footer-column .footer-heading-link:focus-visible {
  color: var(--accent);
  transform: translateY(-3px);
}

.footer-column a {
  margin-bottom: 9px;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: .2s;
}

.footer-column a:hover {
  color: var(--accent);
}

.footer-subheading {
  margin: 3px 0 5px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-item img {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  opacity: .7;
}

.footer-bottom {
  padding: 22px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-content span,
.footer-bottom-links a {
  color: #6b7c87;
  font-size: 13px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 20px;
}

.footer-bottom-links a {
  text-decoration: none;
  transition: .2s;
}

.footer-bottom-links a:hover {
  color: var(--accent);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 3000;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  background: transparent;
  transition: .25s;
}

.whatsapp-float:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.whatsapp-float img {
  width: 64px;
  height: 64px;
  display: block;
}

@media (max-width: 1180px) {
  .header-wrapper {
    grid-template-columns: 180px 1fr auto;
    width: calc(100% - 36px);
  }

  .nav {
    gap: 24px;
  }

  .hero {
    min-height: auto;
    padding: 122px 0 72px;
  }

  .hero-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding-top: 0;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-image {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .hero-dashboard-stage {
    max-width: 780px;
  }

  .features {
    margin-top: 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-wrapper,
  .efb-container {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 900px) {
  .header {
    padding: 16px 0;
    background: rgba(7, 24, 36, .94);
  }

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

  .menu-toggle {
    display: flex;
    justify-self: center;
    position: relative;
    z-index: 2;
  }

  .nav {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(7, 24, 36, .96);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .nav.open {
    display: flex;
  }

  .logo {
    justify-self: start;
  }

  .language-dropdown {
    justify-self: end;
  }

  .nav > a,
  .products-button {
    padding: 14px;
  }

  .products-dropdown {
    width: 100%;
  }

  .products-dropdown .products-menu {
    display: none;
  }

  .dashboard {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .features,
  .products,
  .clients,
  .efb {
    margin-top: 0;
  }

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

@media (max-width: 680px) {
  .header-wrapper {
    width: calc(100% - 24px);
    gap: 12px;
  }

  .logo img {
    width: 100%;
  }

  .logo {
    width: 135px;
    height: 44px;
  }

  .language {
    width: auto;
    padding: 10px 12px;
  }

  #current-language-label {
    display: none;
  }

  .hero {
    padding: 106px 0 56px;
  }

  .hero-dashboard-stage {
    padding: 38px 8px 62px;
  }

  .hero-status-chip {
    font-size: 11px;
    padding: 8px 11px;
  }

  .hero-status-realtime {
    right: 0;
    top: 7%;
  }

  .hero-status-integrated {
    bottom: 14%;
    left: 0;
  }

  .hero-status-secure {
    bottom: 3%;
    right: 4%;
  }

  .buttons,
  .products-header,
  .cta-content {
    flex-direction: column;
    align-items: stretch;
  }

  .primary,
  .secondary,
  .cta-button {
    width: 100%;
  }

  .features-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    gap: 14px;
  }

  .feature-icon img {
    width: 72px;
    height: 52px;
  }

  .stats-wrapper {
    padding: 28px;
  }

  .stat img {
    width: 54px;
    height: 54px;
  }

  .product-card {
    min-height: 290px;
  }

  .client-logo {
    width: 150px;
    height: 80px;
  }

  .efb {
    padding: 80px 0;
  }

  .cta-content {
    text-align: center;
  }

  .cta-banner {
    padding: 44px 0;
  }

  .cta-banner .cta-content {
    gap: 22px;
    min-height: 0;
  }

  .cta-banner .cta-text {
    flex: none;
    width: 100%;
  }

  .cta-banner .cta-text h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .cta-banner .cta-text p {
    font-size: 15px;
  }

  .cta-banner .cta-button {
    justify-content: center;
    padding: 16px 20px;
    text-align: center;
    white-space: normal;
  }

  .cta-icon {
    margin: 0 auto;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float img {
    width: 54px;
    height: 54px;
  }
}


/*_______________
Página Sobre nós
________________*/


.about-page {
  background:
    linear-gradient(
      to bottom,
      rgba(7, 24, 36, 0.72) 0,
      rgba(7, 24, 36, 0.88) 28vw,
      rgba(7, 24, 36, 0.98) 46vw,
      var(--bg-deep) 56vw,
      var(--bg-deep) 100%
    ),
    url("../../public/about/aircraft-sunrise.webp") top center / 100% auto no-repeat,
    var(--bg-deep);
}

.about-page .nav .active { color: var(--accent); }

.about-main {
  display: flex;
  flex-direction: column;
  padding: 150px 0 30px;
}

.about-history {
  order: 1;
}

.about-stats {
  order: 2;
}

.about-group {
  order: 3;
}

.about-difference {
  order: 5;
}

.about-cta {
  order: 6;
}

.about-copy .section-label,
.about-copy h1,
.about-copy > p,
.about-pillars,
.about-hero-card,
.about-stats,
.history-copy,
.values-grid article,
.about-history-visual,
.about-group-heading,
.about-company-card,
.about-difference,
.about-cta {
  animation: page-rise-in .7s cubic-bezier(.22, 1, .36, 1) both;
}

.about-copy .section-label { animation-delay: .08s; }
.about-copy h1 { animation-delay: .16s; }
.about-copy > p:first-of-type { animation-delay: .24s; }
.about-copy > p:nth-of-type(2) { animation-delay: .32s; }
.about-pillars { animation-delay: .4s; }
.about-hero-card { animation: dashboard-enter .85s cubic-bezier(.22, 1, .36, 1) .22s both; }
.about-stats { animation-delay: .48s; }
.history-copy { animation-delay: .12s; }
.values-grid article:nth-child(1) { animation-delay: .18s; }
.values-grid article:nth-child(2) { animation-delay: .26s; }
.values-grid article:nth-child(3) { animation-delay: .34s; }
.values-grid article:nth-child(4) { animation-delay: .42s; }
.about-history-visual { animation-delay: .48s; }
.about-group-heading { animation-delay: .12s; }
.about-company-card:nth-child(1) { animation-delay: .18s; }
.about-company-card:nth-child(2) { animation-delay: .26s; }
.about-company-card:nth-child(3) { animation-delay: .34s; }
.about-difference { animation-delay: .18s; }
.about-cta { animation-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .logo img {
    transition: none;
  }
  .about-copy .section-label,
  .about-copy h1,
  .about-copy > p,
  .about-pillars,
  .about-hero-card,
  .about-stats,
  .history-copy,
  .values-grid article,
  .about-history-visual,
  .about-group-heading,
  .about-company-card,
  .about-difference,
  .about-cta {
    animation: none;
  }
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 70px;
}

.about-copy h1 {
  max-width: 650px;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.about-copy h1 span { 
  color: var(--accent); 

}
.about-copy > p, 
.history-copy p, 
.about-difference p { 
  color: var(--muted); 
  font-size: 16px; 
  line-height: 1.7; 
  margin-top: 22px; 
}

.about-pillars { 
  display: flex; 
  gap: 32px; 
  margin-top: 42px; 
}

.about-pillars > div { 
  display: flex;
   align-items: center;
   gap: 12px;
   color: var(--muted);
   font-size: 13px;
   line-height: 1.45; 
      
}

.about-pillars img { 
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(62%)
    sepia(85%)
    saturate(1570%)
    hue-rotate(141deg)
    brightness(108%)
    contrast(104%)
    drop-shadow(0 0 7px rgba(0, 224, 242, 0.52));
  opacity: 1;
  transition:
    filter 280ms ease,
    transform 280ms ease;
}

.about-pillars > div:hover img {
  filter:
    brightness(0)
    saturate(100%)
    invert(62%)
    sepia(85%)
    saturate(1570%)
    hue-rotate(141deg)
    brightness(116%)
    contrast(104%)
    drop-shadow(0 0 11px rgba(0, 224, 242, 0.78));
  transform: scale(1.06);
}

.about-hero-card {
  align-self: start;
  aspect-ratio: 16 / 9;
  justify-self: end;
  margin-top: 34px;
  position: relative; 
  min-height: 0;
  overflow: hidden; 
  border: 1px solid rgba(117, 197, 214, 0.38);
  border-radius: 18px; 
  background: rgba(14,43,62,.48);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.06),
    0 16px 38px rgba(0, 0, 0, 0.25),
    0 0 26px rgba(0, 188, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease;
  width: 82%;
}

.about-hero-card:hover {
  border-color: rgba(0, 188, 212, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.12),
    0 20px 46px rgba(0, 0, 0, 0.31),
    0 0 36px rgba(0, 188, 212, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.about-hero-card > img {
   width: 100%; 
   height: 100%;
   min-height: 570px;
   object-fit: cover; 
}

.about-hero-card > video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: none;
  width: 100%;
}

.about-stats {
   display: grid;
   grid-template-columns: repeat(6, minmax(0, 1fr));
   margin-top: 34px; 
   padding: 24px 12px;
   border: 1px 
   solid rgba(255,255,255,.22); 
   border-radius: 16px; 
   background: rgba(14,43,62,.48);
}

.about-stats > div {
   display: flex;
   min-width: 0;
   min-height: 150px;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 8px;
   padding: 18px 12px;
   border-right: 1px 
   solid rgba(255,255,255,.2); 
}

.about-stats > div:last-child { 
  border: 0; 
}

.about-stats img { 
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(62%)
    sepia(85%)
    saturate(1570%)
    hue-rotate(141deg)
    brightness(108%)
    contrast(104%)
    drop-shadow(0 0 7px rgba(0, 224, 242, 0.52));
  transition:
    filter 280ms ease,
    transform 280ms ease;
}

.about-stats > div:hover img {
  filter:
    brightness(0)
    saturate(100%)
    invert(62%)
    sepia(85%)
    saturate(1570%)
    hue-rotate(141deg)
    brightness(116%)
    contrast(104%)
    drop-shadow(0 0 11px rgba(0, 224, 242, 0.78));
  transform: scale(1.06);
}

.about-stats strong { 
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1;
  white-space: nowrap;
}

.about-stats small { 
  font-size: 13px; 
  font-weight: 500; 
}

.about-stats span { 
  color: var(--muted); 
  font-size: 14px; 
  line-height: 1.45; 
  text-align: center; 
}

.about-history { 
  display: grid; 
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr);
  align-items: start;
  gap: clamp(42px, 5vw, 78px);
  padding-top: 0; 
  padding-bottom: 80px; 
}

.history-copy h2, 
.about-difference h2 { 
  font-size: clamp(30px, 3vw, 44px); 
  line-height: 1.16; 
}

.about-history-timeline {
  position: relative;
  display: grid;
  gap: 26px;
  margin-top: 32px;
}

.about-history-timeline::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 6px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(0, 217, 239, 0.92),
    rgba(0, 188, 212, 0.25)
  );
  content: "";
}

.history-copy .about-history-timeline p {
  position: relative;
  margin-top: 0;
  padding-left: 38px;
}

.about-history-timeline strong {
  color: #18dff2;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 217, 239, 0.28);
}

.about-history-timeline p::before {
  position: absolute;
  top: 0.65em;
  left: 1px;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(7, 31, 45, 0.92);
  border-radius: 50%;
  background: #00d9ef;
  box-shadow:
    0 0 0 3px rgba(0, 217, 239, 0.08),
    0 0 12px rgba(0, 217, 239, 0.65);
  content: "";
  transform: translateY(-50%);
}

.about-history-side {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.about-history-side > .section-label {
  margin-bottom: 2px;
}

.values-grid { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 18px; 
}

.values-grid article { 
  display: flex; 
  gap: 20px; 
  min-height: 190px; 
  padding: 28px; 
  border: 1px solid rgba(117, 197, 214, 0.38);
  border-radius: 15px; 
  background: rgba(14,43,62,.45);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(0, 188, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.values-grid article:hover {
  border-color: rgba(0, 188, 212, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(0, 188, 212, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.values-grid article > img {
  flex: 0 0 42px;
  filter:
    brightness(0)
    saturate(100%)
    invert(62%)
    sepia(85%)
    saturate(1570%)
    hue-rotate(141deg)
    brightness(108%)
    contrast(104%)
    drop-shadow(0 0 7px rgba(0, 224, 242, 0.52));
  width: 42px;
  height: 42px;
  object-fit: contain;
  transition:
    filter 280ms ease,
    transform 280ms ease;
}

.values-grid article:hover > img {
  filter:
    brightness(0)
    saturate(100%)
    invert(62%)
    sepia(85%)
    saturate(1570%)
    hue-rotate(141deg)
    brightness(116%)
    contrast(104%)
    drop-shadow(0 0 11px rgba(0, 224, 242, 0.78));
  transform: scale(1.06);
}

.value-icon { 
  flex: 0 0 auto; 
  color: var(--accent); 
  font-size: 42px; 
  line-height: 1; 
}

.values-grid h3 { 
  margin-bottom: 10px; 
  font-size: 18px; 
}

.values-grid p { 
  color: var(--muted); 
  font-size: 13px; 
  line-height: 1.7; 
}

.values-grid .about-values-list {
  display: grid;
  gap: 4px;
}

.values-grid .about-values-list span {
  position: relative;
  display: block;
  padding-left: 15px;
}

.values-grid .about-values-list span::before {
  position: absolute;
  top: 0.78em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 7px rgba(0, 217, 239, 0.65);
  content: "";
  transform: translateY(-50%);
}

.about-history-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-top: 34px;
  border: 1px solid rgba(0, 210, 232, 0.55);
  border-radius: 16px;
  background: rgba(4, 22, 34, 0.85);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(0, 188, 212, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-history-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(2, 18, 29, 0.24),
    transparent 38%
  );
  content: "";
  pointer-events: none;
}

.about-history-visual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-group {
  padding-bottom: 32px;
}

.about-group-heading {
  margin: 0 0 20px;
  text-align: left;
}

.about-company-list {
  display: grid;
  gap: 24px;
}

.about-company-card {
  align-items: stretch;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 188, 212, 0.09), transparent 32%),
    linear-gradient(135deg, rgba(14, 43, 62, 0.76), rgba(6, 29, 43, 0.88));
  border: 1px solid rgba(117, 197, 214, 0.25);
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  min-height: 390px;
  overflow: hidden;
  padding: 28px;
}

.about-company-technology {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 188, 212, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(6, 29, 43, 0.88), rgba(14, 43, 62, 0.76));
}

.about-company-prime {
  background:
    radial-gradient(circle at 15% 18%, rgba(244, 188, 35, 0.09), transparent 34%),
    linear-gradient(135deg, rgba(14, 43, 62, 0.76), rgba(6, 29, 43, 0.88));
}

.about-company-content {
  align-content: center;
  display: grid;
  justify-items: start;
  min-width: 0;
  padding: 16px 12px;
}

.about-company-logo {
  height: 58px;
  margin-bottom: 22px;
  max-width: 265px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.about-company-prime .about-company-logo {
  height: 66px;
}

.about-company-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-company-content h3 {
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.15;
  margin-top: 10px;
}

.about-company-content > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 580px;
}

.about-company-features {
  display: grid;
  gap: 12px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin-top: 26px;
  width: 100%;
}

.about-company-features li {
  align-items: center;
  color: #e5f4f7;
  display: flex;
  font-size: 12px;
  gap: 9px;
  line-height: 1.4;
}

.about-company-features li::before {
  border: 1px solid rgba(0, 188, 212, 0.72);
  border-radius: 50%;
  color: var(--accent);
  content: "✓";
  display: inline-grid;
  flex: 0 0 20px;
  font-size: 11px;
  height: 20px;
  place-items: center;
  width: 20px;
}

.about-company-media {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(0, 188, 212, 0.08), rgba(5, 24, 36, 0.18)),
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent 18px,
      rgba(255, 255, 255, 0.018) 18px,
      rgba(255, 255, 255, 0.018) 19px
    );
  border: 1px solid rgba(117, 197, 214, 0.38);
  border-radius: 15px;
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(0, 188, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: center;
  min-height: 330px;
  overflow: hidden;
  position: relative;
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.about-company-card:hover .about-company-media {
  border-color: rgba(0, 188, 212, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(0, 188, 212, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.about-company-media::before {
  border: 1px solid rgba(0, 188, 212, 0.18);
  border-radius: 50%;
  content: "";
  height: 190px;
  position: absolute;
  width: 190px;
}

.about-company-media span {
  color: rgba(203, 227, 232, 0.52);
  font-size: 12px;
  letter-spacing: 0.06em;
  position: relative;
  text-transform: uppercase;
}

.about-company-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.about-difference { display: grid; 
  grid-template-columns: .9fr 1.1fr; 
  gap: 55px; 
  align-items: center; 
  padding: 42px 48px; 
  border: 0;
  border-radius: 16px; 
  background: rgba(14,43,62,.35);
}

.about-difference > img { 
  width: 100%; 
  height: 385px; 
  object-fit: cover; 
  border-radius: 14px; 
}

.about-difference > video {
  border: 1px solid rgba(117, 197, 214, 0.38);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(0, 188, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  width: 94%;
  max-height: 350px;
  justify-self: end;
  object-fit: cover;
  border-radius: 18px;
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.about-difference > video:hover {
  border-color: rgba(0, 188, 212, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 188, 212, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(0, 188, 212, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.about-difference ul { 
  margin-top: 24px; 
  list-style: none; 
}

.about-difference li { 
  margin-top: 13px; 
  color: var(--muted); 
  font-size: 14px; 
}

.about-difference li::before { 
  content: "✓"; 
  display: inline-grid; 
  place-items: center; 
  width: 20px; 
  height: 20px; 
  margin-right: 12px; 
  border: 1px solid var(--accent); 
  border-radius: 50%; 
  color: var(--accent); 
  font-size: 11px; 
}

.about-cta { 
  display: grid; 
  grid-template-columns: auto 1fr auto; 
  align-items: center; 
  gap: 34px; 
  margin-top: 34px; 
  margin-bottom: 48px; 
  padding: 28px 44px; 
  border: 1px solid rgba(255,255,255,.24); 
  border-radius: 16px; 
  background: linear-gradient(90deg, rgba(13,43,62,.82), rgba(0,188,212,.08)); 
}

.about-cta-icon { 
  display: grid; 
  place-items: center; 
  width: 92px; 
  height: 92px; 
  border: 1px solid rgba(255,255,255,.75); 
  border-radius: 50%; 
}

.about-cta-icon img { 
  width: 48px; 
}

.about-cta h2 { 
  margin-bottom: 7px; 
  font-size: 25px; 
}

.about-cta p { 
  color: var(--muted); 
  font-size: 13px; 
  line-height: 1.5; 
}

.about-cta .cta-button { 
  min-width: 290px; 
  text-align: center; 
}

@media (max-width: 1180px) {
  .about-intro { grid-template-columns: 1fr; }
  .about-hero-card {
    margin-top: 0;
    min-height: 400px;
    width: 100%;
  }
  .about-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-stats > div { min-height: 145px; }
  .about-stats > div:nth-child(3) { border-right: 0; }
  .about-history { grid-template-columns: 1fr; gap: 45px; }

  .about-history-visual {
    margin-top: 0;
  }

  .about-company-card,
  .about-company-technology {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .about-main { 
    padding-top: 115px;
}

  .about-intro {
    gap: 38px; 
}

  .about-pillars {
   flex-direction: column; 
   gap: 16px; 
}

  .about-hero-card {
    aspect-ratio: 16 / 9;
    min-height: 0;
    width: 100%;
  }

  .about-hero-card > video {
    object-fit: contain;
    object-position: center;
  }

  .about-hero-card > img {
    min-height: 0;
  }

  .about-stats {
   grid-template-columns: repeat(2, minmax(0, 1fr));
   padding: 12px;
}

  .about-stats > div { 
   min-height: 135px;
   padding: 16px 8px;
}

  .about-stats > div:nth-child(2n) {
   border-right: 0; 
}

  .about-stats > div:nth-child(3) {
   border-right: 1px solid rgba(255,255,255,.2);
}

  .values-grid, .about-difference {
   grid-template-columns: 1fr; 
}

  .about-history {
    gap: 38px;
    padding-top: 8px;
    padding-bottom: 60px;
  }

  .about-history-timeline {
    gap: 22px;
    margin-top: 26px;
  }

  .history-copy .about-history-timeline p {
    padding-left: 30px;
  }

  .about-history-visual {
    aspect-ratio: 16 / 9;
    border-radius: 13px;
  }

  .about-history-visual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .about-group {
    padding-bottom: 30px;
  }

  .about-company-card,
  .about-company-technology {
    gap: 20px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px;
  }

  .about-company-technology .about-company-content {
    order: -1;
  }

  .about-company-content {
    padding: 10px 4px;
  }

  .about-company-media {
    min-height: 260px;
  }

  .about-company-features {
    grid-template-columns: 1fr;
  }

  .values-grid article > img {
   flex-basis: 36px;
   width: 36px;
   height: 36px;
  }

  .about-difference { 
   padding: 28px 22px; 
}

  .about-difference > img {
   height: 280px; 
}

  .about-difference > video {
   width: 100%;
   max-height: 280px;
  }

  .about-cta {
   grid-template-columns: 1fr; 
   padding: 28px; 
   text-align: center; 
}

  .about-cta-icon {
   margin: auto; 
}

  .about-cta .cta-button { 
   min-width: 0; 
}

}

/* Página de produtos */ .products-page {
   background: linear-gradient(to bottom,rgba(7,24,36,.68),rgba(7,24,36,.94) 35%,var(--bg-deep) 70%),url("../../public/background/backgroundprodutos.webp") top center/100% auto no-repeat,var(--bg-deep);
}
.products-page .nav .active {
   color: var(--accent);
}
.products-main {
   padding-top: 150px;
}
.products-hero {
   display:grid;
   grid-template-columns:.85fr 1.15fr;
   gap:70px;
   align-items:center;
   padding-bottom:55px;
}
.products-hero-copy h1 {
   max-width:620px;
   font-size:clamp(40px,4.2vw,66px);
   line-height:1.08;
   letter-spacing:-.035em;
}
.products-hero-copy h1 span {
   color:var(--accent);
}
.products-hero-copy>p {
   max-width:650px;
   margin-top:24px;
   color:var(--muted);
   font-size:17px;
   line-height:1.7;
}
.products-pillars {
   display:flex;
   gap:34px;
   margin-top:40px;
}
.products-pillars>div {
   display:flex;
   align-items:center;
   gap:12px;
   color:var(--muted);
   font-size:13px;
   line-height:1.45;
}
.products-pillars img {
   width:44px;
   height:44px;
   object-fit:contain;
}
.products-hero-visual {
   position:relative;
   display:grid;
   place-items:center;
   min-height:520px;
   overflow:hidden;
   padding:30px;
   border:1px solid rgba(255,255,255,.25);
   border-radius:18px;
   background:rgba(5,20,30,.45);
   box-shadow:0 25px 45px rgba(0,0,0,.22);
}
.products-hero-visual::after {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 1;
   background: linear-gradient(135deg, rgba(7, 24, 36, .12), rgba(7, 24, 36, .58));
   pointer-events: none;
}
.products-hero-visual video {
   position:absolute;
   inset:0;
   width:100%;
   height:100%;
   min-height:520px;
   display:block;
   object-fit:cover;
}
.products-hero-notebook {
   position:relative;
   z-index:2;
   width:min(900px,112%);
   max-width:none;
   filter:drop-shadow(0 28px 28px rgba(0,0,0,.5));
}
.solutions-panel {
   padding:40px 28px 28px;
   border:1px solid rgba(255,255,255,.24);
   border-radius:17px;
   background:rgba(11,39,56,.72);
}
.solutions-heading {
   display:block;
   padding:0 14px 28px;
}
.solutions-heading h2 {
   font-size:clamp(28px,3vw,42px);
   line-height:1.15;
}
.solutions-heading>p {
   max-width:620px;
   color:var(--muted);
   font-size:15px;
   line-height:1.65;
}
.solution-cards {
   display:grid;
   grid-template-columns:repeat(5,minmax(0,1fr));
   gap:18px;
}
.solution-cards article {
   position:relative;
   min-width:0;
   overflow:hidden;
   padding:0 18px 12px;
   border:1px solid rgba(255,255,255,.27);
   border-radius:15px;
   background:rgba(7,31,46,.9);
   scroll-margin-top:110px;
   transition:transform .3s,border-color .3s,box-shadow .3s;
}
.solution-cards article:hover {
   transform:translateY(-7px);
   border-color:var(--accent);
   box-shadow:0 18px 36px rgba(0,0,0,.25);
}
.solution-cards .solution-card-link {
   display:grid;
   grid-template-columns:52px minmax(0,1fr);
   column-gap:12px;
   align-items:center;
}
.solution-cover {
    grid-column: 1 / -1;
    display: block;
    width: calc(100% + 56px);
    max-width: none;
    height: clamp(138px, 10vw, 190px);
    margin-left: -18px;
    object-fit: cover;
    object-position: center;
}
.solution-icon {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: start;
    position: relative;
    width: 44px;
    height: 44px;
    margin-top: 10px;
    padding: 1px;
    object-fit: contain;
    border: 1px solid var(--accent);
    border-radius: 13px;
    background: rgba(4,42,57,.96);
}
.solution-cards h3 {
   grid-column:2;
   grid-row:2;
   align-items:center;
   align-self:stretch;
   display:flex;
   margin-top:10px;
   font-size:17px;
   line-height:1.25;
   min-height:2.5em;
}

.other-products {
  background: rgba(11, 39, 56, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 17px;
  margin-top: 38px;
  padding: 30px 28px 28px;
}

.other-products > h2 {
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  margin-bottom: 24px;
}

.other-products-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.products-main .about-difference {
  margin-top: 38px;
}

.other-product-card {
  background:
    linear-gradient(135deg, rgba(0, 174, 218, 0.12), rgba(0, 116, 158, 0.04) 58%),
    rgba(5, 30, 44, 0.92);
  border: 1px solid rgba(0, 196, 218, 0.34);
  border-radius: 15px;
  display: grid;
  grid-template-columns: minmax(180px, 44%) minmax(0, 1fr);
  min-height: 260px;
  overflow: hidden;
  position: relative;
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.other-product-card:hover {
  border-color: var(--accent);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  transform: translateY(-6px);
}

.other-product-card-management {
  background:
    linear-gradient(135deg, rgba(244, 180, 0, 0.13), rgba(244, 180, 0, 0.035) 58%),
    rgba(5, 30, 44, 0.92);
  border-color: rgba(236, 185, 0, 0.34);
}

.other-product-card-management:hover {
  border-color: var(--gold);
}

.other-product-image {
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.other-product-image::after {
  background: linear-gradient(90deg, transparent 55%, rgba(5, 30, 44, 0.96) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.other-product-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 350ms ease;
  width: 100%;
}

.other-product-card-efb .other-product-image img {
  object-fit: contain;
  transform: scale(1.08);
}

.other-product-card:hover .other-product-image img {
  transform: scale(1.045);
}

.other-product-card-efb:hover .other-product-image img {
  transform: scale(1.12);
}

.other-product-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
  position: relative;
}

.other-product-icon {
  background: rgba(0, 196, 218, 0.13);
  border-radius: 0 0 0 12px;
  height: 54px;
  object-fit: contain;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
}

.other-product-card-management .other-product-icon {
  background: rgba(236, 185, 0, 0.14);
}

.other-product-content h3 {
  color: #ffffff;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.15;
  max-width: 280px;
  padding-right: 26px;
}

.other-product-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 14px 0 22px;
  max-width: 320px;
}

.other-product-button {
  align-items: center;
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: var(--accent);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
  padding: 11px 17px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.other-product-card-management .other-product-button {
  border-color: var(--gold);
  color: var(--gold);
}

.other-product-button:hover,
.other-product-button:focus-visible {
  background: var(--accent);
  color: #041923;
  transform: translateY(-2px);
}

.other-product-card-management .other-product-button:hover,
.other-product-card-management .other-product-button:focus-visible {
  background: var(--gold);
  color: #071824;
}

.product-benefits {
   display:grid;
   grid-template-columns:repeat(4,1fr);
   margin-top:38px;
   padding:30px 22px;
   border:1px solid rgba(255,255,255,.24);
   border-radius:16px;
   background:rgba(11,39,56,.72);
}
.product-benefits article {
   display:flex;
   gap:18px;
   min-width:0;
   padding:8px 30px;
   border-right:1px solid rgba(255,255,255,.2);
}
.product-benefits article:last-child {
   border:0;
}
.product-benefits img {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    object-fit: contain;
}
.product-benefits h3 {
   margin-bottom:8px;
   font-size:15px;
}
.product-benefits p {
   color:var(--muted);
   font-size:12px;
   line-height:1.6;
}
.home-product-benefits {
   margin-top:-25px;
   margin-bottom:70px;
}
.product-cta {
   margin-top:38px;
}
.product-clients {
   margin-top:30px;
   padding:38px 0 48px;
   background:#f4f6f8;
   color:#071824;
}
.product-clients .section-label {
   margin-bottom:8px;
}
.product-clients h2 {
   font-size:24px;
}
.product-client-logos {
   display:grid;
   grid-template-columns:repeat(5,1fr);
   gap:12px;
   margin-top:24px;
}
.product-client-logos>div {
   display:grid;
   place-items:center;
   height:120px;
   padding:22px;
   border-radius:10px;
   background:#fff;
   box-shadow:0 8px 25px rgba(7,24,36,.06);
}
.product-client-logos img {
   max-width:150px;
   max-height:70px;
   object-fit:contain;
}
.products-hero-copy .section-label,.products-hero-copy h1,.products-hero-copy>p,.products-pillars,.products-hero-visual,.solutions-panel,.other-products,.product-benefits,.product-cta {
   animation:page-rise-in .7s cubic-bezier(.22,1,.36,1) both;
}
.products-hero-copy h1 {
   animation-delay:.1s;
}
.products-hero-copy>p {
   animation-delay:.18s;
}
.products-pillars {
   animation-delay:.26s;
}
.products-hero-visual {
   animation:dashboard-enter .85s cubic-bezier(.22,1,.36,1) .18s both;
}
.solutions-panel {
   animation-delay:.34s;
}
.product-benefits {
   animation-delay:.5s;
}
.other-products {
   animation-delay:.42s;
}
.product-cta {
   animation-delay:.58s;
}
@media (max-width:1180px) {
   .products-hero {
    grid-template-columns:1fr;
    gap:40px
  }
  .products-hero-visual {
    min-height:450px
  }
  .solution-cards {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .solution-cover {
    height:clamp(160px,18vw,210px)
  }
  .product-benefits {
    grid-template-columns:repeat(2,1fr);
    gap:25px 0
  }
  .other-product-card {
    grid-template-columns:minmax(150px, 40%) minmax(0, 1fr)
  }
  .product-benefits article:nth-child(2) {
    border-right:0
  }
}
@media (max-width:760px) {
   .products-main {
    padding-top:115px
  }
  .products-hero {
    padding-bottom:38px
  }
  .products-hero-copy h1 {
    font-size:38px
  }
  .products-pillars {
    flex-direction:column;
    gap:16px
  }
  .products-hero-visual {
    min-height:320px;
    padding:15px
  }
  .products-hero-visual video {
    min-height:320px
  }
  .products-hero-notebook {
    width:122%
  }
  .solutions-panel {
    padding:28px 16px 16px
  }
  .solutions-heading {
    grid-template-columns:1fr;
    gap:18px;
    padding:0 4px 28px
  }
  .solution-cards {
    grid-template-columns:1fr
  }
  .solution-cover {
    height:clamp(190px,56vw,280px)
  }
  .solution-cards p {
    min-height:0
  }
  .other-products {
    padding:24px 16px 16px
  }
  .other-products-grid {
    grid-template-columns:1fr
  }
  .other-product-card {
    grid-template-columns:minmax(120px, 38%) minmax(0, 1fr);
    min-height:230px
  }
  .other-product-image {
    min-height:230px
  }
  .other-product-content {
    padding:28px 20px
  }
  .product-benefits {
    grid-template-columns:1fr;
    padding:20px 18px
  }
  .product-benefits article,.product-benefits article:nth-child(2) {
    padding:18px 6px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18)
  }
  .product-benefits article:last-child {
    border-bottom:0
  }
}

@media (max-width: 520px) {
  .other-product-card {
    grid-template-columns: 1fr;
  }

  .other-product-image {
    min-height: 210px;
  }

  .other-product-image::after {
    background: linear-gradient(180deg, transparent 55%, rgba(5, 30, 44, 0.96) 100%);
  }

  .other-product-content {
    padding: 26px 20px 24px;
  }
}

@media (prefers-reduced-motion:reduce) {
   .products-hero-copy .section-label,.products-hero-copy h1,.products-hero-copy>p,.products-pillars,.products-hero-visual,.solutions-panel,.other-products,.product-benefits,.product-cta {
    animation:none
  }
}

/* Página de clientes */

.clients-page {
  background:
    linear-gradient(to bottom, rgba(7, 24, 36, .72), rgba(7, 24, 36, .94) 48%, var(--bg-deep) 100%),
    url("../../public/background/backgroundclientes.webp") top center / cover no-repeat,
    var(--bg-deep);
}

.clients-page .nav .active {
  color: var(--accent);
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.clients-main {
  padding-top: 150px;
}

.clients-hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 62px;
  align-items: center;
  min-height: 470px;
}

.clients-hero-copy h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(42px, 4.5vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.035em;
}

.clients-hero-copy h1 span {
  color: var(--accent);
}

.clients-hero-copy p {
  max-width: 560px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.clients-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 46px;
}

.clients-hero-visual {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-dashboard {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  height: auto;
  aspect-ratio: 1537 / 1023;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(0, 0, 0, .48));
}

.clients-phone {
  position: absolute;
  right: -12px;
  bottom: -18px;
  z-index: 3;
  width: min(180px, 26%);
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .5));
}

.clients-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
  padding: 28px 46px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 16px;
  background: rgba(8, 42, 58, .72);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.clients-stats article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

.clients-stats img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(62%) sepia(85%) saturate(1570%) hue-rotate(141deg) brightness(98%) contrast(101%);
}

.clients-stats strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.clients-stats span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.clients-showcase {
  margin-top: 44px;
}

.clients-section-heading h2,
.client-testimonials h2 {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.15;
  font-weight: 800;
}

.clients-section-heading h2 span,
.client-testimonials h2 span {
  color: var(--accent);
}

.segment-tabs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  background: rgba(8, 31, 45, .58);
}

.segment-tabs button {
  position: relative;
  min-height: 58px;
  padding: 12px 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: .25s;
}

.segment-tabs button::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.segment-tabs button:hover,
.segment-tabs button.active {
  color: #fff;
}

.segment-tabs button.active::after {
  background: var(--accent);
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.client-showcase-card {
  position: relative;
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 36, .18);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  transition: opacity .25s, transform .25s, border-color .25s;
}

.client-showcase-card.hidden {
  display: none;
}

.client-showcase-card.is-revealing {
  animation: client-card-reveal .42s ease-out both;
  animation-delay: var(--card-delay, 0ms);
}

.client-showcase-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}

.client-showcase-card img {
  display: block;
  width: min(100%, 160px);
  height: 62px;
  object-fit: contain;
}

.client-showcase-card img:not([src]),
.client-logo img:not([src]) {
  opacity: 0;
}

.client-showcase-card::after {
  content: attr(data-client-name);
  position: absolute;
  inset: auto 0 0;
  padding: 10px 14px;
  background: rgba(0, 181, 201, 0.773);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .25s, transform .25s;
}

.client-showcase-card:hover::after,
.client-showcase-card:focus-within::after {
  opacity: 1;
  transform: translateY(0);
}

@keyframes client-card-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }

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

@media (prefers-reduced-motion: reduce) {
  .client-showcase-card.is-revealing {
    animation: none;
  }
}

.clients-showcase-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.clients-showcase-action[hidden] {
  display: none;
}

.client-testimonials {
  margin-top: 62px;
}

.testimonial-grid {
  display: grid;
  grid-auto-columns: calc((100% - 44px) / 3);
  grid-auto-flow: column;
  gap: 22px;
  margin-top: 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(9, 50, 68, .9), rgba(5, 23, 35, .88));
  scroll-snap-align: start;
}

.quote-mark {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 48px;
  line-height: .7;
  font-weight: 800;
}

.testimonial-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  white-space: pre-line;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-top: 28px;
}

.testimonial-footer strong,
.testimonial-footer span {
  display: block;
}

.testimonial-footer strong {
  color: #fff;
  font-size: 14px;
}

.testimonial-footer span {
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 12px;
}

.testimonial-logo-glow {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(7, 24, 36, .18);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  display: flex;
  flex: 0 0 128px;
  height: 66px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 10px;
}

.testimonial-logo-glow::before {
  content: none;
}

.testimonial-logo-glow img {
  max-width: 104px;
  max-height: 46px;
  object-fit: contain;
  filter: none;
}

.other-product-button img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(77%)
    saturate(1475%)
    hue-rotate(146deg)
    brightness(104%)
    contrast(102%)
    drop-shadow(0 0 6px rgba(54, 223, 255, .48));
  transition: transform 220ms ease;
}

.other-product-button:hover img,
.other-product-button:focus-visible img {
  transform: scale(1.1);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.testimonial-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  cursor: pointer;
  transition: background-color .2s, transform .2s;
}

.testimonial-dots button:hover,
.testimonial-dots button:focus-visible {
  transform: scale(1.2);
}

.testimonial-dots button.active {
  background: var(--accent);
}

.clients-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  margin-top: 58px;
  margin-bottom: 28px;
  padding: 32px 42px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 17px;
  background:
    linear-gradient(120deg, rgba(9, 50, 68, .92), rgba(8, 36, 52, .8)),
    url("../../public/background/background2.webp") center / cover;
}

.clients-cta-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
}

.clients-cta-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.clients-cta h2 {
  color: #fff;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.15;
}

.clients-cta p {
  max-width: 620px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

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

  .clients-hero-visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .clients-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-grid {
    grid-auto-columns: calc((100% - 22px) / 2);
  }

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

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

  .clients-cta {
    grid-template-columns: auto 1fr;
  }

  .clients-cta .cta-button {
    grid-column: 2;
    width: max-content;
  }
}

@media (max-width: 760px) {
  .clients-main {
    padding-top: 118px;
  }

  .clients-hero {
    gap: 34px;
  }

  .clients-hero-actions,
  .clients-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .clients-phone {
    width: 28%;
    right: 0;
  }

  .clients-stats,
  .client-logo-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-auto-columns: 100%;
  }

  .testimonial-logo-glow {
    flex-basis: 108px;
    height: 60px;
  }

  .testimonial-logo-glow img {
    max-height: 42px;
    max-width: 90px;
  }

  .clients-stats {
    padding: 24px;
  }

  .clients-stats article {
    justify-content: flex-start;
  }

  .segment-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .segment-tabs button {
    min-height: 52px;
    font-size: 13px;
  }

  .client-showcase-card {
    min-height: 104px;
  }

  .clients-cta {
    text-align: center;
    padding: 28px 22px;
  }

  .clients-cta-icon {
    margin: 0 auto;
  }

  .clients-cta .cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .segment-tabs {
    grid-template-columns: 1fr;
  }
}

/* Página de contato */
.contact-page {
  background:
    linear-gradient(rgba(5, 23, 35, .82), rgba(5, 23, 35, .96)),
    url("../../public/background/backgroundcontato.webp") center top / cover no-repeat;
}

.contact-page .nav .active {
  color: var(--accent);
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.contact-main {
  padding: 145px 0 60px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(460px, 1.1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.contact-intro {
  padding: 28px 8px 0;
}

.contact-intro h1 {
  max-width: 500px;
  color: #fff;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.035em;
}

.contact-intro h1 span {
  color: var(--accent);
}

.contact-intro > p {
  max-width: 500px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.contact-intro-benefits {
  display: grid;
  gap: 22px;
  margin-top: 42px;
  list-style: none;
}

.contact-intro-benefits li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #edf7fb;
  font-size: 16px;
}

.contact-intro-benefits img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.contact-panel {
  border: 1px solid rgba(163, 199, 218, .35);
  border-radius: 16px;
  background: rgba(7, 31, 46, .94);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .18);
}

.contact-panel-heading h2,
.contact-section-heading h2 {
  color: #fff;
  font-size: 23px;
  line-height: 1.25;
}

.contact-panel-heading p,
.contact-section-heading p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 30px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.contact-form label:not(.contact-consent) {
  display: grid;
  gap: 8px;
  color: #f4f8fb;
  font-size: 13px;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(174, 207, 224, .2);
  border-radius: 7px;
  outline: 0;
  background: rgba(255, 255, 255, .065);
  color: #fff;
  font: inherit;
  font-size: 14px;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.contact-form input,
.contact-form select {
  min-height: 46px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 120px;
  padding: 14px;
  line-height: 1.55;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9aabb6;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 3px rgba(0, 188, 212, .12);
}

.contact-form select option {
  background: var(--panel-2);
  color: #fff;
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.contact-consent input {
  flex: 0 0 16px;
  width: 16px;
  min-height: 16px;
  margin-top: 1px;
  accent-color: var(--accent);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 360px);
  min-height: 50px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(100deg, #009db5, var(--accent));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, filter .2s;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-form-actions .contact-submit {
  flex: 1 1 240px;
  width: auto;
}

.contact-submit-secondary {
  border: 1px solid rgba(0, 217, 239, .58);
  background: rgba(4, 34, 50, .72);
}

.contact-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.contact-submit img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, .35));
}

.contact-form-status {
  min-height: 18px;
  color: var(--accent);
  font-size: 13px;
}

.contact-channels {
  padding: 30px 24px;
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  text-decoration: none;
  transition: transform .2s;
}

.contact-channel:last-child {
  border-bottom: 0;
}

.contact-channel:hover {
  transform: translateX(4px);
}

.contact-channel > img {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.contact-channel span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.contact-channel strong {
  font-size: 15px;
}

.contact-channel small {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 12px;
}

.contact-channel em {
  color: var(--muted-2);
  font-size: 11px;
  font-style: normal;
}

.contact-departments {
  margin-top: 34px;
  padding: 28px 30px 30px;
}

.department-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.department-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  white-space: normal;
  cursor: pointer;
}

.department-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
}

.department-tabs button.active {
  color: #fff;
}

.department-tabs button.active::after {
  background: var(--accent);
}

.department-tabs img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.department-panels {
  padding: 30px 14px 8px;
}

.department-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, .9fr);
  gap: 50px;
  align-items: center;
}

.department-panel[hidden] {
  display: none;
}

.department-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.department-list .department-panel {
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(163, 199, 218, .24);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(10, 47, 64, .72), rgba(5, 25, 38, .7));
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.department-list .department-panel:hover {
  border-color: rgba(0, 188, 212, .62);
  box-shadow: 0 16px 34px rgba(0, 188, 212, .09);
  transform: translateY(-3px);
}

.department-list .department-summary > img {
  flex-basis: 58px;
  width: 58px;
  height: 58px;
  padding: 11px;
}

.department-list .department-summary h3 {
  font-size: 19px;
}

.department-list .department-contact {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.department-list .department-panel:last-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 1fr) minmax(340px, 1fr);
}

.department-summary {
  display: flex;
  align-items: center;
  gap: 22px;
}

.department-summary > img {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  padding: 14px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  object-fit: contain;
}

.department-summary h3 {
  color: #fff;
  font-size: 22px;
}

.department-summary p {
  max-width: 530px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.department-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.department-contact a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.department-contact img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.department-contact span {
  display: grid;
  min-width: 0;
  gap: 5px;
  overflow-wrap: anywhere;
  font-size: 13px;
}

.department-contact small {
  color: var(--muted-2);
  font-size: 11px;
}

.contact-information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.contact-location,
.contact-faq {
  padding: 28px;
}

.location-content {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) minmax(260px, 1.15fr);
  gap: 24px;
  margin-top: 22px;
}

.location-content address {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
}

.location-content address strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
}

.location-content address a {
  margin-top: 8px;
  color: var(--accent);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-map {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: #112d3f;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  filter: saturate(.82) contrast(1.02);
}

.contact-map > a {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 217, 239, .58);
  border-radius: 7px;
  background: rgba(3, 23, 37, .9);
  color: #eafcff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.taxi-test-contact {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: min(760px, calc(100vh - 82px));
  padding: clamp(62px, 8vw, 110px) 0;
}

.taxi-test-contact::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  left: calc((100vw - 100%) / -2);
  background:
    linear-gradient(90deg, rgba(3, 23, 37, .97) 0%, rgba(3, 23, 37, .78) 38%, rgba(3, 23, 37, .48) 68%, rgba(3, 23, 37, .84) 100%),
    linear-gradient(180deg, #031725 0%, transparent 14%, transparent 84%, #031725 100%),
    url("../../public/taxiaereo/imgbackfaleconosco.webp") center / cover no-repeat;
  content: "";
}

.taxi-test-contact::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  left: calc((100vw - 100%) / -2);
  background: radial-gradient(circle at 72% 48%, transparent 0%, rgba(3, 23, 37, .16) 44%, rgba(3, 23, 37, .55) 100%);
  content: "";
  pointer-events: none;
}

.taxi-test-contact-copy h2 {
  max-width: 620px;
  margin-top: 12px;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: 1.02;
}

.taxi-test-contact-copy > .section-label {
  font-size: clamp(16px, 1.4vw, 21px);
  letter-spacing: .1em;
}

.taxi-test-contact-copy h2 span {
  color: #18dff2;
}

.taxi-test-contact-copy p {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.taxi-test-contact .contact-form {
  width: 100%;
}

@media (max-width: 980px) {
  .taxi-test-contact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .taxi-test-contact::before {
    background:
      linear-gradient(180deg, #031725 0%, rgba(3, 23, 37, .72) 18%, rgba(3, 23, 37, .72) 82%, #031725 100%),
      url("../../public/taxiaereo/imgbackfaleconosco.webp") center / cover no-repeat;
  }
}

@media (max-width: 560px) {
  .contact-form-actions {
    display: grid;
  }

  .contact-form-actions .contact-submit {
    width: 100%;
  }
}

.map-road {
  position: absolute;
  display: block;
  height: 4px;
  border: 1px solid rgba(198, 220, 231, .36);
  background: #203f52;
  transform-origin: left center;
}

.road-one {
  top: 25%;
  left: -5%;
  width: 120%;
  transform: rotate(18deg);
}

.road-two {
  top: 74%;
  left: -8%;
  width: 125%;
  transform: rotate(-12deg);
}

.road-three {
  top: -10%;
  left: 62%;
  width: 120%;
  transform: rotate(78deg);
}

.map-label {
  position: absolute;
  color: rgba(226, 239, 246, .7);
  font-size: 10px;
  letter-spacing: 1.4px;
}

.map-label-one {
  right: 12%;
  bottom: 20%;
}

.map-label-two {
  top: 18%;
  left: 10%;
}

.map-pin {
  position: absolute;
  top: 46%;
  left: 55%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  background: var(--accent);
  color: #073047;
  font-size: 18px;
  transform: rotate(-45deg);
  box-shadow: 0 8px 20px rgba(0, 188, 212, .35);
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.faq-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.faq-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 800;
}

.faq-list {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  position: relative;
  padding: 16px 46px 16px 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--accent);
  font-size: 22px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.faq-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
}

.faq-help div {
  display: grid;
  gap: 5px;
}

.faq-help strong {
  color: #fff;
  font-size: 14px;
}

.faq-help span {
  color: var(--muted-2);
  font-size: 11px;
}

.faq-help a {
  flex: 0 0 auto;
  padding: 12px 16px;
  border: 1px solid var(--accent);
  border-radius: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-cta {
  margin-top: 24px;
}

.contact-intro,
.contact-form,
.contact-channels,
.contact-departments,
.contact-information,
.contact-cta {
  animation: page-rise-in .7s cubic-bezier(.22, 1, .36, 1) both;
}

.contact-form {
  animation-delay: .08s;
}

.contact-channels {
  animation-delay: .16s;
}

.contact-departments {
  animation-delay: .22s;
}

.contact-information {
  animation-delay: .3s;
}

.contact-cta {
  animation-delay: .38s;
}

@media (max-width: 1180px) {
  .contact-hero {
    grid-template-columns: minmax(260px, .8fr) minmax(450px, 1.2fr);
  }

  .contact-channels {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 24px;
  }

  .contact-channels .contact-panel-heading {
    grid-column: 1 / -1;
  }

  .contact-channel {
    border-bottom: 0;
  }

  .contact-information {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .contact-main {
    padding-top: 118px;
  }

  .contact-hero {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    padding: 10px 0 8px;
  }

  .contact-intro h1,
  .contact-intro > p {
    max-width: 720px;
  }

  .contact-intro-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }

  .contact-channels {
    grid-column: auto;
  }

  .department-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .department-list {
    grid-template-columns: 1fr;
  }

  .department-list .department-panel:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .department-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .contact-main {
    padding: 104px 0 42px;
  }

  .contact-intro h1 {
    font-size: 40px;
  }

  .contact-intro > p {
    font-size: 16px;
  }

  .contact-intro-benefits,
  .contact-channels,
  .contact-form-grid,
  .department-contact,
  .location-content {
    grid-template-columns: 1fr;
  }

  .contact-form,
  .contact-channels,
  .contact-departments,
  .contact-location,
  .contact-faq {
    padding: 22px 18px;
  }

  .contact-channel {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .contact-channel:last-child {
    border-bottom: 0;
  }

  .department-panels {
    padding: 26px 0 4px;
  }

  .department-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .department-summary {
    align-items: flex-start;
  }

  .department-summary > img {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    padding: 11px;
  }

  .contact-map {
    min-height: 240px;
  }

  .faq-help {
    align-items: stretch;
    flex-direction: column;
  }

  .faq-help a {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .contact-intro h1 {
    font-size: 34px;
  }

  .contact-intro-benefits {
    gap: 16px;
  }

  .contact-submit {
    width: 100%;
  }

  .department-summary {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-intro,
  .contact-form,
  .contact-channels,
  .contact-departments,
  .contact-information,
  .contact-cta {
    animation: none;
  }
}

/* Página de módulos */
.modules-page {
  background:
    linear-gradient(rgba(5, 23, 35, .82), rgba(5, 23, 35, .97)),
    url("../../public/background/backgroundprodutos.webp") center top / cover no-repeat;
}

.modules-main {
  padding: 145px 0 60px;
}

.modules-hero {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(38px, 5vw, 80px);
  align-items: center;
  min-height: 510px;
}

.modules-hero-copy h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.04em;
}

.modules-hero-copy h1 span {
  color: var(--accent);
}

.modules-hero-copy > p {
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.modules-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.modules-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 440px;
}

.modules-dashboard {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  aspect-ratio: 1537 / 1023;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .48));
}

.modules-efb {
  position: absolute;
  right: -2%;
  bottom: -3%;
  width: min(190px, 27%);
  height: auto;
  aspect-ratio: 1298 / 1212;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .5));
}

.modules-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
  padding: 26px 20px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: rgba(7, 35, 51, .78);
}

.modules-benefits article {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 8px 25px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.modules-benefits article:last-child {
  border-right: 0;
}

.modules-benefits img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.modules-benefits h2 {
  color: var(--accent);
  font-size: 15px;
}

.modules-benefits p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.modules-catalog {
  margin-top: 54px;
}

.modules-section-heading h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
}

.modules-group {
  margin-top: 30px;
}

.modules-group + .modules-group {
  margin-top: 44px;
}

.modules-group-title {
  color: var(--accent);
  font-size: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.modules-accordion-list {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 15px;
  background: rgba(7, 31, 46, .78);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .16);
}

.module-accordion {
  scroll-margin-top: 115px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.module-accordion:last-child {
  border-bottom: 0;
}

.module-accordion summary {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 34px;
  align-items: center;
  min-height: 82px;
  color: #fff;
  list-style: none;
  cursor: pointer;
  transition: background .25s;
}

.module-accordion summary::-webkit-details-marker {
  display: none;
}

.module-accordion summary:hover,
.module-accordion[open] summary {
  background: rgba(0, 188, 212, .07);
}

.module-summary-icon {
  display: grid;
  place-items: center;
  align-self: stretch;
  width: 82px;
  min-height: 82px;
  overflow: hidden;
  background: var(--module-icon-bg, rgba(0, 188, 212, .24));
}

.module-summary-icon img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.modules-page .module-summary-icon {
  background:
    linear-gradient(
      145deg,
      rgba(0, 188, 212, 0.24),
      rgba(4, 60, 82, 0.42)
    );
  border-right: 1px solid rgba(54, 223, 255, 0.34);
  box-shadow: inset 0 0 24px rgba(54, 223, 255, 0.08);
}

.modules-page .module-summary-icon img,
.modules-page .modules-benefits img,
.modules-page .modules-cta .about-cta-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(77%)
    saturate(1475%)
    hue-rotate(146deg)
    brightness(104%)
    contrast(102%)
    drop-shadow(0 0 5px rgba(54, 223, 255, 0.58));
}

.modules-page .modules-benefits img {
  background: rgba(0, 188, 212, 0.1);
  border: 1px solid rgba(54, 223, 255, 0.3);
  border-radius: 10px;
  padding: 5px;
}

.modules-page .modules-cta .about-cta-icon {
  background: rgba(0, 188, 212, 0.1);
  box-shadow:
    inset 0 0 24px rgba(54, 223, 255, 0.08),
    0 0 22px rgba(54, 223, 255, 0.08);
}

.module-summary-copy {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 15px 20px;
}

.module-summary-copy strong {
  font-size: 18px;
}

.module-summary-copy small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.module-chevron {
  align-self: center;
  color: #fff;
  display: grid;
  font-size: 0;
  height: 34px;
  justify-self: center;
  place-items: center;
  transition: color .25s;
  width: 34px;
}

.module-chevron::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .25s ease;
  width: 8px;
}

.module-accordion[open] .module-chevron {
  color: var(--accent);
}

.module-accordion[open] .module-chevron::before {
  transform: rotate(225deg);
}

.module-content {
  padding: 22px 32px 22px 96px;
  background: rgba(2, 20, 31, .26);
}

.module-content ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 28px;
  list-style: none;
}

.module-content li {
  position: relative;
  padding-left: 27px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.module-content li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 10px;
}

.module-accordion:target {
  box-shadow: inset 4px 0 0 var(--accent);
}

.modules-cta {
  margin-top: 34px;
}

.modules-hero-copy,
.modules-hero-visual,
.modules-benefits,
.modules-catalog,
.modules-cta {
  animation: page-rise-in .7s cubic-bezier(.22, 1, .36, 1) both;
}

.modules-hero-visual {
  animation: dashboard-enter .85s cubic-bezier(.22, 1, .36, 1) .12s both;
}

.modules-benefits {
  animation-delay: .18s;
}

.modules-catalog {
  animation-delay: .25s;
}

.modules-cta {
  animation-delay: .32s;
}

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

  .modules-hero-copy {
    max-width: 820px;
  }

  .modules-hero-visual {
    width: 100%;
    max-width: 820px;
    min-height: 410px;
    margin: 0 auto;
  }

  .modules-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
  }

  .modules-benefits article:nth-child(2) {
    border-right: 0;
  }

  .module-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .modules-main {
    padding: 108px 0 42px;
  }

  .modules-hero {
    gap: 28px;
  }

  .modules-hero-copy h1 {
    font-size: 40px;
  }

  .modules-hero-copy > p {
    font-size: 16px;
  }

  .modules-hero-actions {
    flex-direction: column;
  }

  .modules-hero-visual {
    min-height: 280px;
  }

  .modules-efb {
    right: 0;
    width: 28%;
  }

  .modules-benefits {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .modules-benefits article,
  .modules-benefits article:nth-child(2) {
    padding: 16px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .modules-benefits article:last-child {
    border-bottom: 0;
  }

  .module-accordion summary {
    grid-template-columns: 58px minmax(0, 1fr) 28px;
    min-height: 76px;
  }

  .module-summary-icon {
    width: 58px;
    min-height: 76px;
  }

  .module-summary-icon img {
    width: 58px;
    height: 58px;
  }

  .module-summary-copy {
    padding: 13px 12px;
  }

  .module-summary-copy strong {
    font-size: 16px;
  }

  .module-summary-copy small {
    font-size: 12px;
  }

  .module-content {
    padding: 20px 18px;
  }

  .module-content ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .modules-hero-copy h1 {
    font-size: 34px;
  }

  .modules-hero-visual {
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modules-hero-copy,
  .modules-hero-visual,
  .modules-benefits,
  .modules-catalog,
  .modules-cta {
    animation: none;
  }
}

/* Sistema visual compartilhado: superfícies, ações e microinterações */

.products h2,
.solutions-heading h2,
.other-products > h2,
.client-testimonials h2,
.contact-section-heading h2,
.modules-section-heading h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.section-label {
  letter-spacing: 0.09em;
}

.product-card,
.solution-cards article,
.other-product-card,
.product-benefits,
.asset-admin-module,
.contact-panel {
  border-color: var(--surface-border);
  border-radius: var(--surface-radius);
}

.product-card,
.solution-cards article,
.other-product-card,
.product-benefits article,
.asset-admin-module,
.contact-panel,
.client-showcase-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
}

.asset-admin-module,
.contact-panel {
  position: relative;
}

.product-card::before,
.solution-cards article::before,
.other-product-card::before,
.product-benefits article::before,
.asset-admin-module::before,
.contact-panel::before,
.client-showcase-card::before {
  background: radial-gradient(
    260px circle at var(--pointer-x) var(--pointer-y),
    rgba(77, 220, 236, 0.13),
    transparent 68%
  );
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 240ms ease;
  z-index: 5;
}

.product-card:hover::before,
.solution-cards article:hover::before,
.other-product-card:hover::before,
.product-benefits article:hover::before,
.asset-admin-module:hover::before,
.contact-panel:hover::before,
.client-showcase-card:hover::before {
  opacity: 1;
}

.product-card {
  min-height: 280px;
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: var(--surface-border-hover);
  box-shadow: 0 20px 48px rgba(0, 188, 212, 0.17);
  transform: translateY(-7px);
}

.product-card .product-image > img:first-child {
  transition: filter 360ms ease, transform 500ms cubic-bezier(.2, .8, .2, 1);
}

.product-card:hover .product-image > img:first-child,
.product-card:focus-within .product-image > img:first-child {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.product-card .product-icon {
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.product-card:hover .product-icon,
.product-card:focus-within .product-icon {
  box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.13), 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px) rotate(-2deg);
}

.product-card-content {
  bottom: 18px;
  align-items: center;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  row-gap: 4px;
  left: 20px;
  position: absolute;
  right: 14px;
  z-index: 6;
}

.product-card-content .product-icon,
.product-card-content h3,
.product-card-content .product-card-cta {
  bottom: auto;
  left: auto;
  position: static;
  right: auto;
}

.product-card-content h3 {
  align-items: center;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.2;
  min-height: 42px;
}

.product-card-content .product-icon {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.product-card-cta {
  align-items: center;
  bottom: 18px;
  color: var(--accent);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  left: 20px;
  letter-spacing: 0.06em;
  position: absolute;
  text-transform: uppercase;
  z-index: 6;
}

.product-card-content .product-card-cta {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}

.product-card-cta span {
  font-size: 16px;
  transition: transform 220ms ease;
}

.product-card:hover .product-card-cta span,
.product-card:focus-within .product-card-cta span {
  transform: translateX(5px);
}

.solution-cards article {
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.solution-cards article:hover,
.solution-cards article:focus-within {
  border-color: var(--surface-border-hover);
  box-shadow: var(--surface-shadow);
  transform: translateY(-7px);
}

.solution-cover {
  transition: filter 360ms ease, transform 500ms cubic-bezier(.2, .8, .2, 1);
}

.solution-cards article:hover .solution-cover,
.solution-cards article:focus-within .solution-cover {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.035);
}

.solution-card-link::after {
  align-items: center;
  background: rgba(4, 31, 46, 0.78);
  border: 1px solid rgba(104, 225, 239, 0.5);
  border-radius: 50%;
  color: var(--accent);
  content: "→";
  display: flex;
  font-size: 17px;
  height: 34px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(-6px);
  transition: background-color 220ms ease, opacity 220ms ease, transform 220ms ease;
  width: 34px;
  z-index: 6;
}

.solution-card-link:hover::after,
.solution-card-link:focus-visible::after {
  background: var(--accent);
  color: #041923;
  opacity: 1;
  transform: translateX(0);
}

.solution-icon,
.other-product-icon,
.product-benefits img {
  transition: filter 260ms ease, transform 260ms ease;
}

.solution-cards article:hover .solution-icon,
.solution-cards article:focus-within .solution-icon,
.other-product-card:hover .other-product-icon,
.other-product-card:focus-within .other-product-icon,
.product-benefits article:hover img {
  transform: translateY(-3px) scale(1.04);
}

.product-benefits {
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.14);
}

.product-benefits article {
  overflow: hidden;
  position: relative;
  transition: background-color 240ms ease;
}

.product-benefits article:hover {
  background: rgba(0, 188, 212, 0.055);
}

.primary,
.secondary,
.cta-button,
.other-product-button {
  position: relative;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease,
    transform 240ms ease;
}

.primary:hover,
.primary:focus-visible,
.secondary:hover,
.secondary:focus-visible,
.cta-button:hover,
.cta-button:focus-visible {
  box-shadow: 0 12px 28px rgba(0, 188, 212, 0.22);
  transform: translateY(-3px);
}

.cta-button > span:last-child {
  transition: transform 220ms ease;
}

.cta-button:hover > span:last-child,
.cta-button:focus-visible > span:last-child {
  transform: translateX(4px);
}

.nav a,
.footer-column a,
.footer-bottom-links a {
  text-underline-offset: 4px;
}

.nav a:focus-visible,
.product-card-link:focus-visible,
.solution-card-link:focus-visible,
.other-product-button:focus-visible,
.primary:focus-visible,
.secondary:focus-visible,
.cta-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (hover: none) {
  .solution-card-link::after {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  .solution-card-link::after {
    height: 32px;
    width: 32px;
  }

  .product-card {
    min-height: 290px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-grid {
    scroll-behavior: auto;
  }

  .product-card,
  .product-image > img,
  .product-icon,
  .product-card-cta span,
  .solution-cards article,
  .solution-cover,
  .solution-icon,
  .solution-card-link::after,
  .other-product-icon,
  .product-benefits img,
  .cta-button > span,
  .other-product-button > span {
    transition-duration: 0.01ms;
  }

  .product-card:hover,
  .solution-cards article:hover,
  .primary:hover,
  .secondary:hover,
  .cta-button:hover {
    transform: none;
  }
}

@media screen and (min-width: 981px) {
  html.taxi-presentation-root {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
    scroll-snap-type: y mandatory;
  }

  .taxi-test-page .asset-admin-hero,
  .taxi-test-page .taxi-test-document-content > section,
  .taxi-test-page .taxi-test-module-slide,
  .taxi-test-page .footer {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .taxi-test-page .asset-admin-hero {
    grid-template-columns: minmax(360px, 0.82fr) minmax(540px, 1.18fr);
    justify-items: stretch;
    gap: clamp(42px, 5vw, 76px);
    min-height: 100svh;
    padding-top: clamp(122px, 13vh, 154px);
    padding-bottom: clamp(58px, 7vh, 82px);
  }

  .taxi-test-page .asset-admin-hero-copy {
    align-self: start;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  .taxi-test-page .asset-admin-hero-copy h1 {
    margin-top: 0;
    font-size: clamp(3.7rem, 5vw, 5.8rem);
  }

  .taxi-test-page .asset-admin-hero-copy h1 span {
    color: #18dff2;
    text-shadow: 0 0 18px rgba(24, 223, 242, .16);
  }

  .taxi-test-page .asset-admin-hero-copy h1::after {
    margin-right: 0;
    margin-left: 0;
  }

  .taxi-test-page .asset-admin-hero-copy p {
    margin-inline: 0;
  }

  .taxi-test-page .asset-admin-hero-visual {
    align-self: start;
    width: 100%;
    min-height: 0;
    height: clamp(310px, 39vh, 410px);
  }

  .taxi-test-page .asset-admin-hero::after {
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 100vw;
    height: clamp(130px, 19vh, 200px);
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(3, 23, 37, .5) 48%,
      #031725 100%
    );
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .taxi-test-page .taxi-test-document-content > section {
    min-height: 100svh;
    padding-top: clamp(96px, 11vh, 128px);
    padding-bottom: clamp(72px, 9vh, 104px);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .taxi-test-page .taxi-test-plans .taxi-test-currency {
    top: clamp(96px, 11vh, 128px);
  }

  .taxi-test-page .taxi-test-implementation::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background:
      linear-gradient(
        to bottom,
        rgba(3, 23, 37, .72),
        rgba(3, 23, 37, .08) 18%,
        rgba(3, 23, 37, .08) 82%,
        rgba(3, 23, 37, .76)
      ),
      linear-gradient(
        90deg,
        rgba(3, 23, 37, .84),
        rgba(3, 23, 37, .2) 22%,
        rgba(0, 188, 212, .035) 58%,
        rgba(3, 23, 37, .3)
      ),
      url("../../public/taxiaereo/backetapas.webp") center / cover no-repeat;
    content: "";
    pointer-events: none;
    transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
  }

  .taxi-test-page .taxi-test-implementation-flow ol::before {
    display: none;
  }

  .taxi-test-page .taxi-test-implementation-flow li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: -20px;
    left: 14px;
    width: 24px;
    height: 24px;
    color: #18dff2;
    content: "↓";
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-shadow:
      0 0 8px rgba(24, 223, 242, .65),
      0 0 16px rgba(24, 223, 242, .26);
  }

  .taxi-test-page .taxi-test-modules::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background:
      linear-gradient(
        to bottom,
        rgba(3, 23, 37, .74),
        rgba(3, 23, 37, .1) 16%,
        rgba(3, 23, 37, .08) 82%,
        rgba(3, 23, 37, .78)
      ),
      linear-gradient(
        90deg,
        rgba(3, 23, 37, .74),
        rgba(3, 23, 37, .16) 26%,
        rgba(0, 188, 212, .025) 64%,
        rgba(3, 23, 37, .28)
      ),
      url("../../public/taxiaereo/backmodulos.webp") center / cover no-repeat;
    content: "";
    pointer-events: none;
    transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
  }

  .taxi-test-page .taxi-test-module-slides {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: clamp(24px, 3vh, 34px);
    padding: clamp(72px, 8vh, 94px) 0 clamp(84px, 10vh, 116px);
  }

  .taxi-test-page .taxi-test-module-slides::before {
    position: absolute;
    z-index: -3;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background-color: #031725;
    background-image:
      linear-gradient(
        to bottom,
        rgba(3, 23, 37, .78),
        rgba(3, 23, 37, .16) 9%,
        rgba(3, 23, 37, .16) 91%,
        rgba(3, 23, 37, .82)
      ),
      linear-gradient(
        90deg,
        rgba(3, 23, 37, .7),
        rgba(3, 23, 37, .16) 30%,
        rgba(3, 23, 37, .12) 70%,
        rgba(3, 23, 37, .42)
      ),
      url("../../public/taxiaereo/backtodosmodulos.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    pointer-events: none;
    transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
  }

  .taxi-test-page .taxi-test-module-slide {
    box-sizing: border-box;
    display: grid;
    align-content: stretch;
    grid-template-columns: 1fr;
    overflow: visible;
    min-height: 0;
    height: auto;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-margin-top: 94px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .taxi-test-page .taxi-test-module-slide-panel {
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
    gap: clamp(24px, 3vw, 42px);
    align-items: center;
    width: 100%;
    min-height: clamp(430px, 54vh, 520px);
    padding: clamp(30px, 3.7vw, 50px);
    overflow: hidden;
    border: 1px solid rgba(86, 204, 224, .46);
    border-radius: 22px;
    background: linear-gradient(
      135deg,
      rgba(7, 38, 55, .92),
      rgba(3, 23, 37, .88)
    );
    box-shadow:
      0 28px 74px rgba(0, 0, 0, .4),
      0 0 34px rgba(0, 188, 212, .08),
      inset 0 1px 0 rgba(255, 255, 255, .07);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .taxi-test-page .taxi-test-module-slide::before {
    display: none;
  }

  .taxi-test-page .taxi-test-module-slide-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding-right: clamp(12px, 1.4vw, 22px);
    border-right: 0;
  }

  .taxi-test-page .taxi-test-module-slide-icon {
    margin: 18px 0 22px;
  }

  .taxi-test-page .taxi-test-module-slide-heading > p {
    margin-top: 16px;
  }

  .taxi-test-page .taxi-test-module-slide-features {
    align-content: center;
    align-self: stretch;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .taxi-test-page .taxi-test-module-slide-features li {
    background: rgba(7, 42, 58, .82);
  }

  .taxi-test-page .taxi-test-module-slide::after {
    display: none;
  }

  .taxi-test-page .taxi-test-module-slide + .taxi-test-module-slide {
    margin-top: 0;
  }
}

/* Benefícios com a mesma composição visual do bloco de conformidade. */
@media screen and (min-width: 981px) {
  .taxi-test-page .taxi-test-benefits {
    position: relative;
    isolation: isolate;
    display: grid;
    align-content: center;
    overflow: visible;
    margin-top: 0;
  }

  .taxi-test-page .taxi-test-benefits::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background-image:
      linear-gradient(
        to bottom,
        var(--taxi-test-bg) 0,
        rgba(3, 23, 37, .12) 13%,
        rgba(3, 23, 37, .1) 87%,
        var(--taxi-test-bg) 100%
      ),
      linear-gradient(
        90deg,
        rgba(3, 23, 37, 1) 0,
        rgba(3, 23, 37, .99) 42%,
        rgba(3, 23, 37, .94) 52%,
        rgba(3, 23, 37, .74) 63%,
        rgba(3, 23, 37, .14) 76%,
        rgba(3, 23, 37, .2) 100%
      ),
      url("../../public/taxiaereo/background-beneficios.webp");
    background-position: center, center, calc(50% + 10vw) center;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 90vw auto;
    transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
  }

  .taxi-test-page .taxi-test-benefits-content {
    width: min(62%, 740px);
    max-width: none;
    margin-right: auto;
    margin-left: 0;
    padding: clamp(36px, 4.2vw, 58px);
    border: 1px solid rgba(86, 204, 224, .32);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(5, 31, 47, .95), rgba(5, 29, 44, .87));
    box-shadow:
      0 26px 70px rgba(0, 0, 0, .3),
      inset 0 1px 0 rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .taxi-test-page .taxi-test-benefits-content h2 {
    max-width: 680px;
    font-size: clamp(40px, 4vw, 60px);
    text-wrap: balance;
  }

  .taxi-test-page .taxi-test-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }

  .taxi-test-page .taxi-test-benefit-grid article {
    align-content: center;
    min-height: 82px;
    padding: 14px 16px;
    background: rgba(7, 42, 58, .78);
  }

  /* Uniformiza a transição inferior dos backgrounds da apresentação. */
  .taxi-test-page .taxi-test-showcase::after,
  .taxi-test-page .taxi-test-benefits::after,
  .taxi-test-page .taxi-test-compliance::after,
  .taxi-test-page .taxi-test-services::after {
    position: absolute;
    z-index: 0;
    right: auto;
    bottom: -1px;
    left: 50%;
    display: block;
    width: 100vw;
    height: clamp(190px, 24vh, 300px);
    background: linear-gradient(
      to bottom,
      rgba(3, 23, 37, 0) 0,
      rgba(3, 23, 37, .12) 24%,
      rgba(3, 23, 37, .48) 58%,
      rgba(3, 23, 37, .86) 84%,
      var(--taxi-test-bg) 100%
    );
    content: "";
    pointer-events: none;
    transform: translateX(calc(-50% - 120px - clamp(15px, 2vw, 28px)));
  }

  .taxi-test-page .taxi-test-benefits-content {
    z-index: 2;
  }
}

/* Apresentação Táxi Aéreo: fluxo horizontal das etapas de implantação. */
.taxi-test-page .taxi-test-implementation {
  align-content: center;
}

.taxi-test-page .taxi-test-implementation .taxi-test-section-heading {
  margin-bottom: 30px;
}

.taxi-test-page .taxi-test-implementation .taxi-test-section-heading p {
  max-width: none;
  margin-top: 18px;
  color: #cbd9e1;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
}

.taxi-test-page .taxi-test-implementation-flow {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: clamp(34px, 3.5vw, 50px) clamp(24px, 3.2vw, 46px) clamp(38px, 4vw, 56px);
  border-color: rgba(79, 205, 229, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(5, 34, 52, 0.94), rgba(3, 25, 41, 0.88));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.taxi-test-page .taxi-test-implementation-flow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(16px, 2.4vw, 34px);
  margin: 0;
  padding: 0;
}

.taxi-test-page .taxi-test-implementation-flow ol::before {
  position: absolute;
  top: 64px;
  right: 7%;
  bottom: auto;
  left: 7%;
  display: block;
  width: auto;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(24, 223, 242, 0.58) 0 6px,
    transparent 6px 10px
  );
  content: "";
}

.taxi-test-page .taxi-test-implementation-flow li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 0;
  text-align: center;
}

.taxi-test-page .taxi-test-implementation-flow li::before {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39e2f2;
  box-shadow: 0 0 14px rgba(57, 226, 242, 0.8);
  content: "";
  transform: translateX(-50%);
}

.taxi-test-page .taxi-test-implementation-flow li:not(:last-child)::after {
  display: none;
}

.taxi-test-page .taxi-test-step-number {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  border: 1px solid rgba(57, 226, 242, 0.46);
  border-radius: 50%;
  background: rgba(6, 43, 62, 0.96);
  color: #52deed;
  font-size: 0.96rem;
  font-weight: 750;
  box-shadow: 0 0 20px rgba(24, 223, 242, 0.08);
}

.taxi-test-page .taxi-test-step-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 18px;
  border: 1px solid rgba(57, 226, 242, 0.62);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(17, 101, 126, 0.26), rgba(3, 28, 43, 0.88) 68%);
  box-shadow:
    inset 0 0 22px rgba(24, 223, 242, 0.08),
    0 0 20px rgba(24, 223, 242, 0.07);
}

.taxi-test-page .taxi-test-step-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(61%)
    saturate(2024%)
    hue-rotate(139deg)
    brightness(101%)
    contrast(96%)
    drop-shadow(0 0 7px rgba(54, 223, 255, 0.5));
}

.taxi-test-page .taxi-test-step-copy {
  min-width: 0;
}

.taxi-test-page .taxi-test-implementation-flow .taxi-test-step-copy strong {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  color: #f4f9fb;
  font-size: clamp(0.9rem, 1.15vw, 1.08rem);
  line-height: 1.25;
}

.taxi-test-page .taxi-test-implementation-flow .taxi-test-step-copy strong::after {
  position: absolute;
  right: 22%;
  bottom: -13px;
  left: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #18dff2, transparent);
  content: "";
}

.taxi-test-page .taxi-test-implementation-flow .taxi-test-step-copy p {
  max-width: 190px;
  margin: 0 auto;
  color: #c7d5dd;
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  line-height: 1.55;
}

.taxi-test-implementation-commitment {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 28px;
  border: 1px solid rgba(79, 205, 229, 0.28);
  border-radius: 15px;
  background:
    linear-gradient(100deg, rgba(6, 39, 57, 0.94), rgba(4, 28, 44, 0.84));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.taxi-test-implementation-commitment > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(57, 226, 242, 0.55);
  border-radius: 50%;
  background: rgba(10, 64, 83, 0.32);
}

.taxi-test-implementation-commitment img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(61%)
    saturate(2024%)
    hue-rotate(139deg)
    brightness(101%)
    contrast(96%)
    drop-shadow(0 0 6px rgba(54, 223, 255, 0.48));
}

.taxi-test-implementation-commitment strong {
  display: block;
  margin-bottom: 5px;
  color: #4bddeb;
  font-size: 1rem;
}

.taxi-test-implementation-commitment p {
  margin: 0;
  color: #cbd8df;
  font-size: 0.84rem;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .taxi-test-page .taxi-test-implementation-flow {
    padding: 26px 20px;
  }

  .taxi-test-page .taxi-test-implementation-flow ol {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .taxi-test-page .taxi-test-implementation-flow ol::before,
  .taxi-test-page .taxi-test-implementation-flow li::before {
    display: none;
  }

  .taxi-test-page .taxi-test-implementation-flow li {
    display: grid;
    grid-template-columns: 44px 66px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(79, 205, 229, 0.16);
    text-align: left;
  }

  .taxi-test-page .taxi-test-implementation-flow li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .taxi-test-page .taxi-test-step-number,
  .taxi-test-page .taxi-test-step-icon {
    margin: 0;
  }

  .taxi-test-page .taxi-test-step-number {
    width: 40px;
    height: 40px;
  }

  .taxi-test-page .taxi-test-step-icon {
    width: 62px;
    height: 62px;
  }

  .taxi-test-page .taxi-test-step-icon img {
    width: 38px;
    height: 38px;
  }

  .taxi-test-page .taxi-test-implementation-flow .taxi-test-step-copy strong {
    margin-bottom: 14px;
    font-size: 0.98rem;
  }

  .taxi-test-page .taxi-test-implementation-flow .taxi-test-step-copy strong::after {
    right: 60%;
    bottom: -8px;
    left: 0;
  }

  .taxi-test-page .taxi-test-implementation-flow .taxi-test-step-copy p {
    max-width: none;
    margin: 0;
    font-size: 0.8rem;
  }

  .taxi-test-implementation-commitment {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 16px 18px;
  }

  .taxi-test-implementation-commitment > span {
    width: 48px;
    height: 48px;
  }

  .taxi-test-implementation-commitment img {
    width: 31px;
    height: 31px;
  }
}
