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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #061526;
  color: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  width: 100%;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 8%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(2, 12, 24, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.logo img {
  width: 180px;
  height: auto;
  display: block;
}

.menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.menu a:hover {
  color: #f0bc4a;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

button,
.btn-gold,
.btn-outline,
.btn-dark {
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
}

.btn-gold {
  background: linear-gradient(135deg, #f2c14d, #d89c21);
  color: #081526;
  padding: 15px 26px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(240, 188, 74, 0.35);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  min-height: 850px;
  display: flex;
  align-items: center;
  padding: 180px 8% 120px;
  background:
    linear-gradient(
      90deg,
      rgba(3, 12, 24, 1) 0%,
      rgba(3, 12, 24, 0.95) 35%,
      rgba(3, 12, 24, 0.45) 70%,
      rgba(3, 12, 24, 0.25) 100%
    ),
    url("assets/caminhao-postalbr.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  margin-bottom: 26px;
  border: 1px solid rgba(240, 188, 74, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #d8e5f5;
  font-size: 14px;
}

.hero h1 {
  font-size: 76px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 28px;
  font-weight: 800;
}

.hero h1 strong {
  color: #f0bc4a;
}

.hero p {
  font-size: 19px;
  color: #d4dde8;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
}

.features {
  width: 84%;
  margin: -80px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: rgba(5, 22, 40, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 32px;
  backdrop-filter: blur(18px);
  min-height: 190px;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 188, 74, 0.25);
}

.icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(240, 188, 74, 0.12);
  border: 1px solid rgba(240, 188, 74, 0.22);
  color: #f0bc4a;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.feature-card p {
  color: #c3d0de;
  line-height: 1.6;
}

.solutions {
  background: #f5f7fb;
  color: #081526;
  padding: 110px 8%;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 24px;
}

.solutions-text {
  padding-right: 20px;
}

.solutions-text h2 {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #081526;
}

.solutions-text p {
  color: #5a6675;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 17px;
}

.btn-dark {
  background: #081526;
  color: #fff;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.btn-dark:hover {
  background: #0d223c;
}

.solution-card {
  background: #fff;
  border-radius: 8px;
  padding: 34px 28px 70px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.solution-card:hover {
  transform: translateY(-8px);
}

.solution-card span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef3f8;
  color: #0d223c;
  font-size: 15px;
  font-weight: 800;
}

.solution-card h3 {
  margin: 24px 0 14px;
  font-size: 21px;
  color: #081526;
}

.solution-card p {
  color: #617082;
  line-height: 1.7;
}

.solution-card a {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #081526;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.8fr;
  background: #061526;
  min-height: 220px;
}

.numbers > div {
  padding: 50px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.numbers strong {
  display: block;
  font-size: 34px;
  margin-bottom: 12px;
  color: #fff;
}

.numbers span {
  color: #c8d4df;
  line-height: 1.7;
  font-size: 15px;
}

.cta-box {
  background: linear-gradient(135deg, #f2c14d, #d89c21);
  color: #081526;
}

.cta-box h3 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.cta-box a {
  background: #081526;
  color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-box a:hover {
  background: #102844;
}

.tracking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 76px 8%;
  background: #eef3f8;
  color: #081526;
}

.tracking > div {
  max-width: 760px;
}

.tracking .tag {
  color: #0d223c;
  border-color: rgba(8, 21, 38, 0.14);
  background: #fff;
}

.tracking h2 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.tracking p {
  color: #5a6675;
  font-size: 17px;
  line-height: 1.7;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 8%;
  background: #020c18;
  color: #c8d4df;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer img {
  width: 150px;
  height: auto;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
  text-align: right;
  line-height: 1.6;
}

.footer-info a {
  color: #f0bc4a;
  font-weight: 700;
}

/* SOLUTIONS PAGE */

.solutions-page {
  background: #f5f7fb;
  color: #081526;
}

.solutions-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 56px;
  padding: 170px 8% 110px;
  background:
    linear-gradient(90deg, rgba(3, 12, 24, 0.98), rgba(3, 12, 24, 0.86)),
    url("assets/caminhao-postalbr.png");
  background-size: cover;
  background-position: center right;
  color: #fff;
}

.solutions-hero-content {
  max-width: 780px;
}

.solutions-hero h1 {
  max-width: 760px;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.solutions-hero p {
  max-width: 660px;
  color: #d4dde8;
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.solutions-hero-panel {
  display: grid;
  gap: 16px;
}

.solutions-hero-panel div {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 22, 40, 0.76);
  backdrop-filter: blur(16px);
}

.solutions-hero-panel strong {
  display: block;
  color: #f0bc4a;
  font-size: 24px;
  margin-bottom: 10px;
}

.solutions-hero-panel span {
  display: block;
  color: #d4dde8;
  line-height: 1.6;
}

.audience-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 28px 8%;
  background: #081526;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.audience-band span {
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #d8e5f5;
  font-weight: 700;
  font-size: 14px;
}

.solution-directory {
  padding: 110px 8%;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading .tag {
  color: #0d223c;
  background: #fff;
  border-color: rgba(8, 21, 38, 0.12);
}

.section-heading h2 {
  font-size: 46px;
  line-height: 1.12;
  margin-bottom: 18px;
}

.section-heading p {
  color: #5a6675;
  font-size: 18px;
  line-height: 1.75;
}

.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.solution-detail-card {
  position: relative;
  min-height: 420px;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8, 21, 38, 0.08);
  box-shadow: 0 20px 50px rgba(8, 21, 38, 0.08);
}

.solution-detail-card.featured {
  background: #081526;
  color: #fff;
}

.solution-detail-card.featured p,
.solution-detail-card.featured li {
  color: #d4dde8;
}

.solution-number {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef3f8;
  color: #0d223c;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 24px;
}

.featured .solution-number {
  background: rgba(240, 188, 74, 0.14);
  color: #f0bc4a;
}

.solution-detail-card h3 {
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.solution-detail-card h4 {
  color: #d89c21;
  font-size: 17px;
  margin-bottom: 16px;
}

.solution-detail-card p {
  color: #5a6675;
  line-height: 1.7;
  margin-bottom: 26px;
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.detail-columns strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0d223c;
}

.featured .detail-columns strong {
  color: #f0bc4a;
}

.detail-columns ul {
  display: grid;
  gap: 9px;
  list-style: none;
}

.detail-columns li {
  position: relative;
  padding-left: 18px;
  color: #617082;
  line-height: 1.5;
}

.detail-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d89c21;
}

.why-postal {
  padding: 96px 8%;
  background: #eef3f8;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.why-grid span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: #081526;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(8, 21, 38, 0.06);
}

.quote-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 86px 8%;
  background: #081526;
  color: #fff;
}

.quote-cta > div {
  max-width: 760px;
}

.quote-cta h2 {
  font-size: 46px;
  line-height: 1.12;
  margin-bottom: 18px;
}

.quote-cta p {
  color: #d4dde8;
  font-size: 18px;
  line-height: 1.7;
}

/* SERVICES MODEL */

.services-hero {
  min-height: 100vh;
  padding: 140px 3.5% 90px;
  background:
    radial-gradient(circle at 24% 10%, rgba(10, 97, 232, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
  color: #081526;
}

.services-heading {
  max-width: 920px;
  margin-bottom: 38px;
}

.services-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(10, 97, 232, 0.12);
  color: #0a61e8;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.services-heading h1 {
  max-width: 860px;
  margin: 20px 0 18px;
  color: #081126;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: 0;
}

.services-heading h1 strong {
  position: relative;
  display: inline-block;
  color: #0a61e8;
}

.services-heading h1 strong::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 3px;
  height: 8px;
  border-radius: 999px;
  background: #f4b000;
  z-index: -1;
}

.services-heading p {
  max-width: 900px;
  color: #33445c;
  font-size: 18px;
  line-height: 1.8;
}

.services-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 24px;
}

.premium-service-card {
  position: relative;
  min-height: 520px;
  padding: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 21, 38, 0.08);
  box-shadow: 0 22px 70px rgba(8, 21, 38, 0.12);
  overflow: hidden;
}

.premium-service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--service-color);
}

.service-blue {
  --service-color: #0a61e8;
}

.service-gold {
  --service-color: #f4b000;
}

.service-card-top {
  display: grid;
  grid-template-columns: 58px 78px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
}

.service-index {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--service-color);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.service-truck {
  display: flex;
  width: 64px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--service-color);
  border-radius: 8px;
  color: var(--service-color);
  font-size: 13px;
  font-weight: 900;
}

.service-card-top h2 {
  color: #081126;
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.service-card-top strong {
  color: var(--service-color);
  font-size: 16px;
}

.premium-service-card > p {
  color: #25354f;
  font-size: 17px;
  line-height: 1.75;
}

.service-divider {
  height: 1px;
  margin: 30px 0;
  background: rgba(8, 21, 38, 0.12);
}

.service-list-grid {
  display: grid;
  gap: 30px;
}

.service-list-grid.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-list-grid.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-list-group {
  padding-right: 22px;
  border-right: 1px solid rgba(8, 21, 38, 0.12);
}

.service-list-group:last-child {
  border-right: 0;
  padding-right: 0;
}

.service-list-group h3 {
  color: var(--service-color);
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.service-list-group ul {
  display: grid;
  gap: 14px;
  list-style: none;
}

.service-list-group li {
  position: relative;
  padding-left: 34px;
  color: #071126;
  font-size: 16px;
  line-height: 1.45;
}

.service-list-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--service-color);
}

.service-list-group li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .solutions {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .solutions-hero,
  .solution-detail-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .menu,
  .header-actions {
    display: none;
  }

  .header {
    min-height: 76px;
  }

  .hero {
    min-height: auto;
    padding: 150px 7% 120px;
    background-position: center;
  }

  .hero h1 {
    font-size: 52px;
  }

  .features {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .solutions,
  .numbers {
    grid-template-columns: 1fr;
  }

  .tracking,
  .footer,
  .quote-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .solutions-hero {
    padding: 140px 7% 90px;
  }

  .solutions-hero h1,
  .services-heading h1,
  .section-heading h2,
  .quote-cta h2 {
    font-size: 42px;
  }

  .detail-columns,
  .service-list-grid.two-columns,
  .service-list-grid.three-columns {
    grid-template-columns: 1fr;
  }

  .service-list-group {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 21, 38, 0.12);
    padding: 0 0 24px;
  }

  .service-list-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .footer-info {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 42px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn-gold,
  .btn-outline,
  .btn-dark,
  .tracking a {
    width: 100%;
  }

  .tag {
    font-size: 13px;
  }

  .solutions-hero h1,
  .services-heading h1,
  .section-heading h2,
  .quote-cta h2 {
    font-size: 34px;
  }

  .services-hero {
    padding: 118px 5% 64px;
  }

  .premium-service-card {
    padding: 28px;
  }

  .service-card-top {
    grid-template-columns: 52px 1fr;
  }

  .service-truck {
    display: none;
  }

  .solution-directory,
  .why-postal,
  .quote-cta {
    padding: 72px 7%;
  }

  .solution-detail-card {
    padding: 26px;
  }

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