/* @2026 Mario Machado. */
.site-header {
  position: fixed;
  z-index: 40;
  left: 50%;
  top: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 198px 160px;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 58px;
  padding: 4px 58px;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 74, 126, 0.12);
  transform: translateX(-50%);
}

.brand img {
  width: 124px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 12px;
  font-weight: 800;
  color: #111722;
}

.nav-menu a {
  position: relative;
  padding: 15px 0 11px;
  transition: color 0.28s ease;
}

.nav-menu a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.35);
  transform-origin: center;
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  content: "";
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--blue);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.top-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border: 1.5px solid var(--blue);
  border-radius: 8px;
  color: var(--blue);
  background: var(--white);
  box-shadow: none;
}

.top-call strong {
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
}

.top-call .round-icon {
  width: 22px;
  height: 22px;
  background: transparent;
  color: var(--blue);
}

.top-budget {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--muted);
  color: var(--blue);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  width: 1536px;
  height: 996px;
  padding: 58px 64px 26px 70px;
  isolation: isolate;
}

.hero-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(430px, 640px) 1fr;
  padding-top: 54px;
}

.hero-content {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: 62px;
  line-height: 1.03;
  font-weight: 800;
}

h1 span {
  color: var(--blue);
}

h1 i {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  color: #4e9ee4;
  vertical-align: 5px;
}

.hero-copy {
  max-width: 630px;
  margin: 20px 0 26px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 250px;
  height: 58px;
  padding: 0 28px;
  border-radius: 29px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.btn span,
.btn i {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 12px 24px rgba(0, 99, 199, 0.22);
}

.btn.secondary {
  color: var(--blue);
  background: var(--white);
  border: 1.5px solid var(--blue);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 52px;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 172px;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 700;
}

.trust-item .icon-bubble {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--blue);
  background: #e8f4ff;
}

.trust-item svg {
  width: 34px;
  height: 34px;
}

.hero-photo {
  position: absolute;
  z-index: 1;
  top: 72px;
  right: 0;
  width: 826px;
  height: 500px;
  object-fit: cover;
  object-position: center right;
  opacity: 0.98;
}

.hero::before {
  position: absolute;
  z-index: 2;
  top: 72px;
  right: 618px;
  width: 372px;
  height: 500px;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}

.blue-curve {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 260px;
  width: 1040px;
  height: 206px;
  background: linear-gradient(135deg, #1495ec, #0067c8 58%, #0058b9);
  border-top-left-radius: 68% 50%;
}

.blue-curve::before {
  position: absolute;
  left: -120px;
  top: -34px;
  width: 640px;
  height: 108px;
  border-radius: 0 0 55% 45%;
  background: var(--white);
  content: "";
}

.quick-card {
  position: absolute;
  z-index: 5;
  right: 48px;
  bottom: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 408px;
  min-height: 116px;
  padding: 26px 28px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.quick-card strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.quick-card p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.whatsapp-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 19px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.whatsapp-icon svg {
  width: 34px;
  height: 34px;
}

.service-strip {
  position: absolute;
  z-index: 5;
  left: 70px;
  right: 64px;
  bottom: 238px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-height: 100px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), #006ed1);
  box-shadow: 0 18px 34px rgba(0, 98, 198, 0.22);
  overflow: hidden;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  padding: 18px 18px;
  font-size: 15px;
  font-weight: 800;
}

.service-item + .service-item {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.service-item svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.65;
  flex: 0 0 auto;
}

.hero-footer {
  position: absolute;
  z-index: 5;
  left: 70px;
  right: 64px;
  bottom: 44px;
  display: grid;
  grid-template-columns: 1fr 324px;
  gap: 30px;
  align-items: stretch;
}

.stats-card {
  display: grid;
  grid-template-columns: 1.1fr 0.85fr 0.85fr 1fr 1.15fr;
  align-items: center;
  min-height: 142px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(10px);
}

.stat-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 0 34px;
}

.stat-item + .stat-item {
  border-left: 1px solid var(--line);
}

.stat-item svg {
  width: 44px;
  height: 44px;
  color: var(--blue);
}

.stat-item strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.stat-item span {
  display: block;
  margin-top: 8px;
  color: #1d2633;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.whatsapp-cta {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  min-height: 126px;
  padding: 0 24px 0 34px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 18px 34px rgba(0, 98, 198, 0.22);
}

.whatsapp-cta > span:first-child {
  width: 62px;
  height: 62px;
}

.whatsapp-cta small {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 800;
}

.whatsapp-cta strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.whatsapp-cta i {
  width: 22px;
  height: 22px;
}
