@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@600;800;900&display=swap");

:root {
  --cyan: #08adff;

  --container: 1400px;
  --pad-x: 70px;

  --shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  --pill: 999px;

  --statBlue: #000e26;
  --spBlue: #02429e;

  --lastBlue: #000e28;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    "Public Sans",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  background: #fff;
}

.container {
  width: min(var(--container), 100% - (var(--pad-x) * 2));
  margin: 0 auto;
}

.header {
  height: 105px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 46px;
}

.brand img {
  width: 255px;
  display: block;
}

.menu {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 54px;
}

.menu a {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 500;
}

.login {
  margin-left: auto;
  text-decoration: none;
  background: #071a35;
  color: #fff;
  padding: 10px 30px;
  border-radius: var(--pill);
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hero {
  position: relative;
  height: 720px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__inner {
  position: relative;
  height: 100%;
  padding-top: 150px;
  color: #fff;
}

.hero__title {
  margin: 0 0 24px;
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 1.08;
  font-size: 54px;
}

.hero__title span {
  color: var(--cyan);
}

.hero__desc {
  margin: 0 0 46px;
  max-width: 580px;
  font-size: 19px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.hero__desc strong {
  color: #fff;
  font-weight: 800;
}

.hero__mini {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.hero__actions {
  display: flex;
  gap: 18px;
}

.btn {
  height: 46px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--pill);
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow);
}

.btn--transportador {
  font-weight: 700;
  background: #0b63ff;
  color: #fff;
}
.btn--agente {
  background: #25c5ff;
  color: #001a2e;
}

.expansao {
  padding: 105px 0 95px;
  background: #fff;
}

.expansao__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: start;
}

.expansao__heading {
  position: relative;
  margin-bottom: 18px;
}

.expansao__tracos {
  position: absolute;
  left: 0;
  top: 8px;
  width: 48px;
  height: auto;
}

.expansao__title {
  margin: 0;
  font-family: "Alexandria", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #06142a;
  font-size: 36px;
  line-height: 1.08;
  text-transform: uppercase;
}

.expansao__title .t1 {
  font-weight: 700;
  display: block;
  padding-left: 66px;
}
.expansao__title .t2 {
  font-weight: 700;
  display: block;
}

.expansao__text {
  margin: 73px 0 65px;
  max-width: 560px;
  color: #22324a;
  font-size: 14px;
  line-height: 1.6;
}

.expansao__grid {
  display: grid;
  grid-template-columns: 300px 200px;
  grid-template-rows: 64px 64px;
  gap: 22px 26px;
  align-items: center;
}

.stat {
  height: 64px;
  border-radius: 999px;
  background: var(--statBlue);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 22px;
  gap: 8px;
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.18);
}

.stat__num {
  font-family: "Alexandria", sans-serif;
  font-weight: 900;
  font-size: 24px;
}

.stat__label {
  font-size: 14px;
  opacity: 0.92;
}

.expansao__logo {
  width: 260px;
  height: auto;
}

.expansao__right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.expansao__mapa {
  width: 560px;
  height: auto;
  display: block;
}

.sp-badge {
  position: absolute;
  right: 60px;
  bottom: 150px;
  background: var(--spBlue);
  color: #fff;
  border-radius: 999px;
  height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.22);
}

.sp-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #19b8ff;
  box-shadow: 0 0 0 6px rgba(25, 184, 255, 0.12);
}

.sp-text {
  font-size: 22px;
  letter-spacing: 0.2px;
}
.sp-text strong {
  font-family: "Alexandria", sans-serif;
  font-weight: 900;
}

.lastmile-wrap {
  background: var(--lastBlue);
  padding: 58px 0;
}

.lastmile {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.1fr;
  align-items: center;
  column-gap: 80px;
}

.lastmile__title {
  margin: 0;
  font-family: "Alexandria", sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
}

.lm-accent {
  color: var(--cyan);
}

.lastmile__tracos {
  width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lastmile__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  max-width: 430px;
}

.lm-accent-para {
  color: #08adff;
  font-weight: 800;
}

.beneficios {
  padding: 70px 0;
  background: #fff;
}

.beneficios--transportador {
  padding-top: 30px;
  padding-bottom: 70px;
}

.beneficios__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.beneficios__inner--rev {
  gap: 40px;
}

.beneficios__img-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.beneficios__img {
  width: 100%;
  max-width: 580px;
  height: auto;
  display: block;
  object-fit: contain;
}

.beneficios--transportador .beneficios__img-wrap {
  justify-content: center;
  overflow: visible;
}
.beneficios--transportador .beneficios__img {
  width: 110%;
  max-width: none;
  transform: translateX(-190px);
}

.beneficios__tag {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #02429e;
}

.beneficios__title {
  margin: 0 0 20px;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.12;
  color: #000e28;
  text-transform: uppercase;
}

.beneficios__title--dark {
  color: #06142a;
  font-size: 36px;
}

.beneficios__desc {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.55;
  color: #000f28;
}

.beneficios__list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.beneficios__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.beneficios__check {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 1px;
  object-fit: contain;
}

.beneficios__item strong {
  font-size: 14px;
  font-weight: 700;
  color: #000f28;
}
.beneficios__item p {
  margin: 0;
  font-size: 12.5px;
  color: #464646;
  line-height: 1.4;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 30px;
  border-radius: var(--pill);
  font-family: "Public Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow);
  background: #07acff;
  color: #000e28;
  border: 1.2px solid #fff;
}

.btn-cta:hover {
  background: #00a0f0;
}
.btn-cta--cyan {
  background: #066cff;
  color: #fff;
}

.como-funciona {
  position: relative;
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
  background-color: #001433;
  margin-bottom: 120px;
}

.como-funciona::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    url("assets/vector/Vector.png"), url("assets/vector/Vector\(1\).png"),
    url("assets/vector/Vector\(2\).png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.como-funciona__inner {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.como-funciona__top {
  display: flex;
  align-items: center;
  gap: 120px;
  margin-bottom: 60px;
}
.como-funciona__logo {
  width: 260px;
}

.como-funciona__title {
  margin: 0;
  font-family: "Alexandria", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.como-funciona__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.cf-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.cf-card__title {
  font-weight: 800;
  font-size: 15px;
  color: #02429e;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.cf-card__title span {
  color: #02429e;
  margin-right: 6px;
}

.cf-card p {
  margin: 0;
  font-size: 15px;
  color: #000e28;
  line-height: 1.6;
}

.depoimentos {
  padding: 90px 0 110px;
  background: #fff;
}

.depoimentos__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.depoimentos__tracos {
  width: 52px;
  height: auto;
  display: block;
}

.depoimentos__title {
  margin: 0;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000e28;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
}

.dep-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 28px 24px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(10, 99, 255, 0.06);
  min-height: 240px;
}

.dep-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.dep-stars img {
  height: 16px;
  width: auto;
  display: block;
  object-fit: contain;
}

.dep-text {
  margin: 0 0 22px;
  color: #0a1a2e;
  font-size: 14px;
  line-height: 1.65;
  max-width: 320px;
}

.dep-name {
  color: #08adff;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
}
.dep-name:hover {
  text-decoration: underline;
}

.footer {
  background: #001433;
  color: rgba(255, 255, 255, 0.82);
  padding-top: 56px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 420px 1fr 320px;
  align-items: center;
  gap: 40px;
  padding-bottom: 44px;
}

.footer__logo {
  width: 360px;
  height: auto;
  display: block;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
  color: #ffffff;
}

.footer__nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.footer__contact a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

.footer__contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer__bars {
  height: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__bars .bar {
  display: block;
  height: 100%;
}

.footer__bars .b1 {
  background: #02429e;
}

.footer__bars .b2 {
  background: #066cff;
}

.footer__bars .b3 {
  background: #08adff;
}

.como-funciona {
  margin-bottom: 80px;
}

.depoimentos {
  padding: 55px 0 85px;
}

.depoimentos__head {
  margin-bottom: 28px;
}
