:root {
  --navy: #030915;
  --navy-soft: #06152a;
  --navy-card: #071a33;
  --blue: #0878ff;
  --blue-dark: #0049a8;
  --green: #14b957;
  --green-dark: #078c3b;
  --text: #111827;
  --muted: #5f6b7b;
  --line: #dce3ec;
  --paper: #f6f9fd;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

img,
svg {
  display: block;
}

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 0;
}

.site-header.container {
  width: 100%;
  max-width: none;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100% - 1180px) / 2));
  background: rgba(3, 9, 21, 0.98);
}

.site-header.container .logo img {
  width: 220px;
  height: auto;
}

.site-header.container .main-nav {
  justify-content: flex-end;
}

.site-footer.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px max(24px, calc((100% - 1180px) / 2));
  color: #ffffff;
  background: var(--navy-soft);
}

.section-shell,
.header-shell,
.footer-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 9, 21, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-shell {
  min-height: 78px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

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

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

.main-nav a {
  position: relative;
  color: #f5f8ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  content: "";
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.main-nav a.nav-cta {
  padding: 10px 13px;
  background: linear-gradient(135deg, var(--blue), #005fd0);
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(8, 120, 255, 0.22);
}

.main-nav a.nav-cta::after {
  display: none;
}

.phone-pill {
  min-width: 178px;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 8px;
  align-items: center;
  padding: 9px 12px;
  color: #f5f8ff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
}

.phone-pill svg {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  stroke-width: 1.7;
  fill: none;
}

.phone-pill span {
  color: #6fb0ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-pill strong {
  font-size: 13px;
  line-height: 1.1;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
}

.hero-section {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98) 0%, rgba(3, 9, 21, 0.92) 28%, rgba(3, 9, 21, 0.45) 58%, rgba(3, 9, 21, 0.35) 100%),
    linear-gradient(180deg, rgba(3, 9, 21, 0.35), rgba(3, 9, 21, 0.7));
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 64px));
  min-height: 510px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 560px) 1fr 184px;
  gap: 26px;
  align-items: center;
}

.hero-copy {
  padding: 44px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #1885ff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  max-width: 540px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
  color: var(--blue);
  font-size: clamp(56px, 6vw, 78px);
}

.hero-lead {
  max-width: 520px;
  margin: 22px 0 22px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
}

.hero-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px 26px;
  max-width: 560px;
  margin-bottom: 28px;
}

.hero-checks span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-checks i {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.hero-checks i::before {
  content: "✓";
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  min-width: 280px;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.btn svg,
.quick-button svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
}

.btn strong,
.btn small {
  display: block;
}

.btn strong {
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.btn small {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.btn-budget {
  background: linear-gradient(135deg, #0b2f67, #0b6bdc);
  border: 1px solid rgba(78, 160, 255, 0.6);
}

.hero-proof {
  grid-column: 3;
  width: 184px;
  justify-self: end;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(4, 15, 31, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-proof div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-proof div:last-child {
  border-bottom: 0;
}

.hero-proof svg {
  width: 34px;
  height: 34px;
  stroke: #ffffff;
  stroke-width: 1.8;
  fill: none;
}

.hero-proof span {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.brand-strip-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 26px;
}

.brand-strip p {
  margin: 0;
  color: #07152b;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(84px, 1fr));
  gap: 22px;
  align-items: center;
}

.brand-logos span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #193868;
  font-weight: 950;
  text-transform: none;
  white-space: nowrap;
}

.brand-logos small {
  display: block;
  margin-left: 5px;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.atlas {
  color: #d3222a !important;
  font-size: 13px;
}

.otis {
  color: #0d2b67 !important;
  font-size: 28px;
}

.tke {
  color: #bd1a7e !important;
  font-size: 26px;
}

.hyundai,
.thyssen,
.infolev,
.villarta {
  font-size: 17px;
}

.sur {
  color: #1d5798 !important;
  font-size: 32px;
}

.services-section,
.projects-section,
.reviews-section {
  background: #ffffff;
}

.services-section {
  padding: 20px 0 28px;
}

.section-title {
  text-align: center;
}

.section-title h2,
.projects-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  color: #101a2e;
  font-size: 20px;
  font-weight: 950;
  text-transform: uppercase;
}

.section-title h2::after,
.projects-heading h2::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 42px;
  height: 3px;
  content: "";
  background: var(--blue);
  transform: translateX(-50%);
  border-radius: 999px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.service-card {
  min-height: 104px;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 15px 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
}

.service-card svg {
  width: 42px;
  height: 42px;
  grid-row: span 2;
  stroke: #113d86;
  stroke-width: 1.6;
  fill: none;
}

.service-card h3 {
  margin: 0 0 6px;
  color: #07152b;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.service-card p {
  margin: 0;
  color: #5f6b7b;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
}

.projects-section {
  padding: 0 0 22px;
}

.projects-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.projects-heading h2 {
  margin: 0;
}

.projects-heading h2::after {
  display: none;
}

.projects-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: #08162c;
  background: #f2f6fb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.projects-heading a span {
  color: var(--blue);
  font-size: 21px;
  line-height: 0;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  aspect-ratio: 2.16 / 1;
  border-radius: 7px;
  background: #d9dee6;
  box-shadow: 0 12px 24px rgba(8, 18, 36, 0.14);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag {
  position: absolute;
  bottom: 0;
  min-width: 64px;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.tag-before {
  left: 0;
  background: rgba(58, 64, 73, 0.9);
  border-radius: 0 6px 0 0;
}

.tag-after {
  right: 0;
  background: var(--blue);
  border-radius: 6px 0 0 0;
}

.split-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(8, 18, 36, 0.22);
  font-size: 23px;
  font-weight: 950;
  transform: translate(-50%, -50%);
}

.stats-band {
  background: #041a36;
  color: #ffffff;
}

.stats-grid {
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.stat-item {
  min-height: 72px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item svg {
  width: 42px;
  height: 42px;
  grid-row: span 2;
  stroke: #ffffff;
  stroke-width: 1.6;
  fill: none;
}

.stat-item strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.stat-item span {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.reviews-section {
  padding: 26px 0 32px;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 210px repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 10px;
}

.google-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  min-height: 150px;
  color: #162238;
}

.google-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
}

.google-mark span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #4285f4;
  background: #ffffff;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 950;
}

.google-card strong {
  font-size: 20px;
  font-weight: 900;
}

.google-card > span {
  color: #4e5d70;
  font-size: 14px;
  font-weight: 700;
}

.google-card b {
  margin-top: 8px;
  color: #172033;
  font-size: 18px;
}

.google-card small {
  color: #15223b;
  font-size: 15px;
  font-weight: 800;
}

.review-card {
  position: relative;
  min-height: 150px;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.09);
}

.review-card::after {
  position: absolute;
  right: 20px;
  top: 12px;
  content: "”";
  color: #edf1f6;
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

.review-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url("../img/depoimentos/clientes.png");
  background-size: 300% 100%;
  border: 2px solid #eef3f9;
}

.avatar-one {
  background-position: left center;
}

.avatar-two {
  background-position: center center;
}

.avatar-three {
  background-position: right center;
}

.review-head strong {
  display: block;
  color: #172033;
  font-size: 13px;
  font-weight: 950;
}

.review-head span {
  display: block;
  margin-top: 4px;
  color: #ffc107;
  font-size: 14px;
}

.review-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #243044;
  font-size: 14px;
  line-height: 1.45;
}

.review-card b {
  color: #14213a;
  font-size: 14px;
}

.quick-cta {
  min-height: 138px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto minmax(330px, 42vw);
  align-items: center;
  background: #053778;
  color: #ffffff;
  overflow: hidden;
}

.quick-copy {
  justify-self: end;
  width: min(520px, calc(100% - 48px));
  padding: 22px 26px 22px 0;
}

.quick-copy h2 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-copy p {
  margin: 0;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.4;
}

.quick-button {
  min-width: 230px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-right: 30px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--green);
  border-radius: 7px;
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.quick-image {
  align-self: stretch;
  min-height: 138px;
  background-image:
    linear-gradient(90deg, rgba(5, 55, 120, 0.25), rgba(5, 55, 120, 0)),
    url("../img/veiculos/frota-sp.png");
  background-size: cover;
  background-position: center;
}

.site-footer {
  color: #ffffff;
  background: var(--navy-soft);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.95fr 1fr 230px;
  gap: 30px;
  padding: 38px 0 28px;
}

.footer-brand img {
  width: 240px;
}

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 20px;
  color: #d7e1ef;
  font-size: 14px;
  line-height: 1.55;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  color: #d7e1ef;
  font-size: 14px;
  line-height: 1.3;
}

.footer-map {
  width: 100%;
  min-height: 160px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  width: min(1180px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 14px 0 18px;
  color: #d7e1ef;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98), rgba(3, 23, 50, 0.9) 50%, rgba(5, 55, 120, 0.72)),
    url("../img/hero-tecnico.png");
  background-size: cover;
  background-position: center;
}

.page-hero-grid {
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: center;
  padding: 56px 0;
}

.page-hero-copy h1,
.quote-copy h1 {
  margin: 0;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
}

.page-hero-copy p,
.quote-copy p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #dfe9f7;
  font-size: 18px;
  line-height: 1.55;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.page-actions .btn,
.quote-copy .btn {
  min-width: 0;
  min-height: 52px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.hero-metrics {
  display: grid;
  gap: 12px;
}

.hero-metrics div {
  min-height: 92px;
  padding: 18px;
  background: rgba(4, 15, 31, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
}

.hero-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: #b9cbe3;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
}

.modern-hero {
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98), rgba(3, 23, 50, 0.88) 54%, rgba(4, 77, 146, 0.68)),
    url("../img/antes-depois/cabina.png");
  background-size: cover;
  background-position: center;
}

.norms-hero,
.blog-hero {
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98), rgba(4, 22, 44, 0.9) 52%, rgba(8, 120, 255, 0.56)),
    url("../img/veiculos/frota-sp.png");
  background-size: cover;
  background-position: center;
}

.page-section {
  padding: 56px 0;
  background: #ffffff;
}

.tinted-section {
  background: #f5f8fc;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.split-layout h2 {
  margin: 0 0 18px;
  color: #07152b;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
}

.split-layout p {
  margin: 0 0 15px;
  color: #4d5d72;
  font-size: 17px;
  line-height: 1.62;
}

.info-panel,
.value-card,
.lift-card,
.article-card,
.form-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.info-panel {
  padding: 26px;
}

.info-panel h3,
.value-card h3,
.lift-card h3 {
  margin: 0 0 14px;
  color: #07152b;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.45;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  content: "✓";
  color: #ffffff;
  background: var(--green);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
}

.value-grid,
.content-grid,
.process-list,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.value-card,
.lift-card {
  padding: 24px;
}

.value-card p,
.lift-card p {
  margin: 0;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.56;
}

.service-grid-large {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.service-grid-large .service-card {
  min-height: 172px;
  grid-template-columns: 54px 1fr;
  align-items: start;
  padding: 24px;
}

.service-grid-large .service-card svg {
  width: 46px;
  height: 46px;
}

.service-grid-large .service-card h3 {
  font-size: 15px;
}

.service-grid-large .service-card p {
  font-size: 14px;
  font-weight: 600;
}

.process-list article {
  min-height: 180px;
  padding: 26px;
  color: #ffffff;
  background: #06152a;
  border-radius: 7px;
}

.process-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 950;
}

.process-list h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.process-list p {
  margin: 0;
  color: #d7e1ef;
  line-height: 1.55;
}

.page-projects {
  padding: 48px 0;
}

.article-card {
  overflow: hidden;
}

.article-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.article-card div {
  padding: 22px;
}

.article-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 0 0 10px;
  color: #07152b;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 950;
}

.article-card p {
  margin: 0 0 16px;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.52;
}

.article-card a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-hero {
  min-height: 620px;
  padding: 48px 0 18px;
  background:
    linear-gradient(135deg, rgba(8, 120, 255, 0.08), rgba(255, 255, 255, 0.88) 42%, rgba(20, 185, 87, 0.08)),
    #f7faff;
}

.contact-title h1 {
  margin: 0;
  color: #07152b;
  font-size: clamp(36px, 4.7vw, 56px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

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

.contact-title p {
  max-width: 560px;
  margin: 18px auto 0;
  color: #536278;
  font-size: 18px;
  line-height: 1.45;
}

.contact-layout {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-top: 34px;
}

.contact-panel {
  padding: 28px 28px 24px;
  color: #ffffff;
  background: #06152a;
  border-radius: 7px;
  box-shadow: 0 16px 34px rgba(3, 9, 21, 0.18);
}

.contact-panel h2,
.form-panel h2 {
  position: relative;
  margin: 0 0 32px;
  color: inherit;
  font-size: 21px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.contact-panel h2::after,
.form-panel h2::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 62px;
  height: 3px;
  content: "";
  background: var(--blue);
  border-radius: 999px;
  transform: translateX(-50%);
}

.contact-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-item:first-of-type {
  border-top: 0;
}

.contact-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), #005fd0);
  border-radius: 7px;
}

.contact-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 1.8;
  fill: none;
}

.contact-item strong,
.contact-item a,
.contact-item span {
  display: block;
}

.contact-item strong {
  margin-bottom: 6px;
  font-size: 15px;
}

.contact-item a,
.contact-item span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}

.contact-item small {
  display: block;
  margin-top: 5px;
  color: #d7e1ef;
  font-size: 13px;
}

.small-button {
  width: fit-content;
  margin-top: 10px;
  padding: 10px 16px;
  background: var(--blue);
  border-radius: 6px;
  font-size: 12px !important;
  font-weight: 950;
  text-transform: uppercase;
}

.form-panel {
  padding: 28px 34px 30px;
  color: #07152b;
}

.site-form {
  margin-top: 8px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
}

.site-form label {
  display: grid;
  gap: 9px;
}

.site-form label span {
  color: #07152b;
  font-size: 14px;
  font-weight: 900;
}

.site-form input,
.site-form select,
.site-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: #182338;
  background: #ffffff;
  border: 1px solid #cfd8e5;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.site-form textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(8, 120, 255, 0.16);
}

.full-field {
  grid-column: 1 / -1;
}

.form-submit {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), #0055c5);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.form-submit svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.form-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.quote-hero {
  min-height: 650px;
  padding: 54px 0;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 9, 21, 0.98), rgba(3, 23, 50, 0.9) 50%, rgba(8, 120, 255, 0.62)),
    url("../img/hero-tecnico.png");
  background-size: cover;
  background-position: center;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: 36px;
  align-items: center;
}

.quote-copy .check-list li {
  color: #dfe9f7;
}

.quote-form-panel {
  align-self: stretch;
}

@media (max-width: 1160px) {
  .header-shell {
    grid-template-columns: 210px minmax(0, 1fr) auto;
  }

  .main-nav {
    gap: 12px;
  }

  .hero-layout {
    grid-template-columns: minmax(360px, 540px) 1fr;
  }

  .hero-proof {
    grid-column: 2;
  }

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

  .reviews-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .google-card {
    grid-column: span 2;
  }

  .footer-shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-map {
    max-width: 360px;
  }
}

@media (max-width: 1240px) {
  .phone-pill {
    display: none;
  }
}

@media (max-width: 980px) {
  .header-shell {
    min-height: 72px;
    grid-template-columns: 210px 1fr auto;
  }

  .menu-toggle {
    display: inline-grid;
    grid-column: 3;
    gap: 5px;
  }

  .phone-pill {
    display: none;
  }

  .main-nav {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    background: #06152a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
  }

  .main-nav a.nav-cta {
    width: 100%;
    text-align: center;
  }

  .main-nav.open {
    display: flex;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-proof {
    width: 100%;
    grid-column: 1;
    justify-self: stretch;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .hero-proof div {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .brand-strip-inner {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .brand-logos {
    grid-template-columns: repeat(4, 1fr);
  }

  .project-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .quick-cta {
    grid-template-columns: 1fr;
  }

  .quick-copy {
    justify-self: center;
    padding: 26px 0 12px;
  }

  .quick-button {
    width: min(280px, calc(100% - 48px));
    margin: 0 auto 24px;
  }

  .quick-image {
    min-height: 210px;
  }

  .page-hero-grid,
  .split-layout,
  .contact-layout,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .value-grid,
  .content-grid,
  .process-list,
  .article-grid,
  .service-grid-large {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-layout {
    align-items: stretch;
  }
}

@media (max-width: 700px) {
  .section-shell,
  .header-shell,
  .footer-shell,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 190px;
  }

  .hero-section,
  .hero-layout {
    min-height: auto;
  }

  .hero-bg {
    object-position: 63% center;
  }

  .hero-layout {
    width: min(100% - 28px, 1180px);
  }

  .hero-copy {
    padding: 34px 0 18px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy h1 span {
    font-size: 50px;
  }

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

  .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .brand-logos,
  .service-grid,
  .reviews-layout,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .google-card {
    grid-column: auto;
  }

  .service-card {
    min-height: 98px;
  }

  .service-grid-large .service-card {
    min-height: 0;
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .projects-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero-grid {
    min-height: 0;
    padding: 42px 0;
  }

  .page-hero-copy h1,
  .quote-copy h1 {
    font-size: 31px;
  }

  .page-hero-copy p,
  .quote-copy p,
  .contact-title p {
    font-size: 16px;
  }

  .hero-metrics,
  .value-grid,
  .content-grid,
  .process-list,
  .article-grid,
  .service-grid-large,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    gap: 18px;
  }

  .contact-panel,
  .form-panel {
    padding: 22px 18px;
  }

  .contact-item {
    grid-template-columns: 48px 1fr;
  }

  .contact-icon {
    width: 48px;
    height: 48px;
  }

  .quote-hero {
    padding: 38px 0;
  }
}
