/* =============================================================
   TecEye — landing page estática, sem build step
   Direção: B2B técnico/industrial. Tipografia forte, linhas finas,
   sem gradiente decorativo, sem glass, sem glow.
   ============================================================= */

:root {
  /* Tokens da marca — amostrados do logo oficial (assets/new_logo.png) */
  --brand:        #001965;  /* navy do lettering TecEye */
  --brand-soft:   #12307F;
  --cyan:         #00BFFC;  /* ciano da barra do logo */
  --cyan-deep:    #0090FB;
  --ink:          #0F172A;
  --ink-deep:     #070B22;
  --action:       #0B5ED7;
  --action-dark:  #084BAE;

  --white:        #FFFFFF;
  --surface:      #F5F7FA;
  --surface-2:    #EDF1F7;
  --border:       #D9E0EA;

  --text:         #172033;
  --muted:        #5A6679;
  --muted-dark:   #A7B2CA;

  /* Sobre fundo escuro */
  --on-dark:      #E8ECF7;
  --accent-dark:  #00BFFC;
  --hairline:     rgba(0, 191, 252, .18);

  --radius:       16px;
  --radius-lg:    22px;
  --shadow:       0 20px 50px rgba(15, 23, 42, .08);
  --shadow-sm:    0 4px 14px rgba(15, 23, 42, .06);
  --max:          1180px;
  --header-h:     78px;
}

/* ---------------------------- base ---------------------------- */
* { box-sizing: border-box; }
[id] { scroll-margin-top: calc(var(--header-h) + 18px); }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(11, 94, 215, .55); outline-offset: 3px; border-radius: 4px; }

.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-alt { background: var(--surface); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: fixed; left: 1rem; top: -6rem; z-index: 999;
  padding: .8rem 1.1rem; background: var(--ink); color: #fff;
  border-radius: 10px; text-decoration: none; font-weight: 700;
}
.skip-link:focus { top: 1rem; }

/* ------------------------ tipografia ------------------------- */
h1, h2, h3 {
  color: var(--ink);
  line-height: 1.06;
  letter-spacing: -.035em;
  margin-top: 0;
  font-weight: 800;
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.15rem); margin-bottom: 1.35rem; letter-spacing: -.045em; }
h2 { font-size: clamp(1.95rem, 3.6vw, 3rem); margin-bottom: 1.1rem; }
h3 { font-size: 1.2rem; margin-bottom: .5rem; letter-spacing: -.02em; }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--brand);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--accent-dark); }

.lead { font-size: clamp(1.06rem, 1.6vw, 1.28rem); color: #4A5568; max-width: 56ch; }
.lead-dark { font-size: clamp(1.04rem, 1.5vw, 1.2rem); color: var(--muted-dark); max-width: 52ch; }

.section-heading { max-width: 62ch; margin-bottom: 3rem; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.section-heading.compact { margin-bottom: 0; }
.section-heading.center { max-width: 60ch; margin-inline: auto; text-align: center; }

.prose { color: #46536B; font-size: 1.06rem; }
.prose p { margin-top: 0; }

.panel-kicker {
  margin: 0; color: var(--accent-dark);
  text-transform: uppercase; letter-spacing: .16em;
  font-size: .69rem; font-weight: 800;
}
.panel-kicker.dark { color: var(--brand); }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .87em; background: var(--surface-2);
  padding: .12em .42em; border-radius: 5px;
}

/* -------------------------- botões --------------------------- */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border: 1.5px solid transparent; border-radius: 10px;
  padding: .85rem 1.4rem;
  text-decoration: none; cursor: pointer;
  font-weight: 750; font-size: .95rem; letter-spacing: -.01em;
  background: var(--action); color: #fff;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.button-pill { border-radius: 999px; }
.button:hover { background: var(--action-dark); }

.button-accent { background: var(--action); color: #fff; }
.button-accent:hover { background: #1E74EE; }

.button-primary { background: var(--brand); }
.button-primary:hover { background: var(--brand-soft); }

.button-ghost { background: transparent; color: var(--on-dark); border-color: rgba(255,255,255,.32); }
.button-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.55); }

.button-outline { background: transparent; color: var(--brand); border-color: #BFC9DB; }
.button-outline:hover { background: var(--surface); border-color: var(--brand); }

.button-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.button-outline-light:hover { background: rgba(255,255,255,.1); }

.button.is-unavailable,
.button[aria-disabled="true"] { opacity: .55; cursor: not-allowed; }

.actions { display: flex; gap: .75rem; flex-wrap: wrap; margin: 2.2rem 0 1.1rem; }
.actions.center { justify-content: center; margin-bottom: 0; }

/* ------------------------- cabeçalho ------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-stuck { border-bottom-color: var(--border); box-shadow: var(--shadow-sm); }

.nav-wrap {
  min-height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; min-width: 0; }
.brand img { width: 166px; height: auto; }
.brand-tag {
  color: var(--muted); font-size: .76rem; letter-spacing: .04em;
  white-space: nowrap; padding-left: .8rem; border-left: 1px solid var(--border);
}

.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav > a:not(.button) {
  text-decoration: none; color: #3A4759; font-weight: 650; font-size: .93rem;
  padding: .3rem 0; border-bottom: 2px solid transparent;
}
.main-nav > a:not(.button):hover { color: var(--brand); border-bottom-color: var(--brand); }
.main-nav .button { padding: .62rem 1.15rem; font-size: .88rem; }

/* CTA do header: botão do WhatsApp + atalho de e-mail para o formulário. */
.nav-cta { display: inline-flex; align-items: center; gap: .5rem; }
.button .icon { width: 16px; height: 16px; flex: none; }

/* 45px = altura calculada de .main-nav .button (padding .62rem + font .88rem).
   Fixo de propósito: aspect-ratio perde para o dimensionamento por conteúdo
   do flex e o círculo saía 40x45. Se mudar o padding do botão, ajuste aqui. */
.icon-button {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 45px; height: 45px;
  border: 1.5px solid var(--border); border-radius: 999px;
  background: var(--white); color: var(--brand);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.icon-button:hover { border-color: var(--brand); background: var(--surface); }
.icon-button .icon { width: 19px; height: 19px; }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--border); background: #fff; border-radius: 10px; cursor: pointer;
}
.nav-toggle-bars { display: grid; gap: 4px; }
.nav-toggle-bars i { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

/* --------------------------- hero ---------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink-deep); color: var(--on-dark);
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(4.5rem, 9vw, 7.5rem);
}
/* linha técnica fina, sem glow */
.hero-rule {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,191,252,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,191,252,.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(120% 90% at 78% 18%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(120% 90% at 78% 18%, #000 0%, transparent 72%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center;
}
.hero h1 { color: #fff; max-width: 16ch; }
.hero h1 .accent { color: var(--accent-dark); }
.hero .lead { color: var(--muted-dark); }
.hero-note { color: #7E8CAC; font-size: .9rem; margin: 0; }

.hero-card {
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.035);
  padding: 1.9rem;
}
.hero-card-top { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.4rem; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .pulse { animation: pulse 2.4s ease-in-out infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
}
.hero-specs { list-style: none; margin: 0; padding: 0; display: grid; }
.hero-specs li {
  display: grid; gap: .15rem;
  padding: 1rem 0; border-top: 1px solid var(--hairline);
}
.hero-specs li:first-child { border-top: 0; padding-top: 0; }
.hero-specs li:last-child { padding-bottom: 0; }
.hero-specs strong { color: #fff; font-size: 1rem; letter-spacing: -.02em; }
.hero-specs span { color: #8E9BB8; font-size: .87rem; line-height: 1.45; }

/* ----------------------- faixa de logos ---------------------- */
.logo-band { padding: 3.2rem 0 3rem; border-bottom: 1px solid var(--border); background: var(--white); }
.logo-band-title {
  margin: 0 0 1.8rem; text-align: center;
  color: var(--muted); font-size: .74rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.logo-band-note {
  margin: 1.8rem auto 0; max-width: 62ch; text-align: center;
  color: #7A8697; font-size: .78rem; line-height: 1.55;
}

.marquee {
  overflow: hidden; position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex; align-items: center;
  gap: clamp(2.2rem, 5vw, 4rem);
  width: max-content;
  padding-inline: 1.25rem;
}

/* Keyframes no topo, fora de media query: a animação precisa existir
   mesmo sob reduced-motion, senão o botão de play não tem o que ligar. */
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* O JS liga isto. Sob reduced-motion começa desligado. */
.marquee-track.is-playing { animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track.is-playing,
.marquee:focus-within .marquee-track.is-playing { animation-play-state: paused; }

/* Parado, a faixa continua explorável na mão. */
.marquee { overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.marquee::-webkit-scrollbar { display: none; }
.marquee:has(.is-playing) { overflow-x: hidden; }

.marquee-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; margin-top: 1.6rem;
}
.logo-band-note { margin: 0; }

.marquee-toggle {
  display: inline-flex; align-items: center; gap: .5rem; flex: none;
  padding: .5rem .9rem; cursor: pointer;
  border: 1px solid var(--border); border-radius: 999px; background: var(--white);
  color: var(--muted); font-size: .78rem; font-weight: 700;
  transition: color .18s ease, border-color .18s ease;
}
.marquee-toggle:hover { color: var(--brand); border-color: var(--brand); }
.marquee-icon { width: 9px; height: 11px; flex: none; }
/* rodando (aria-pressed=false) mostra ❚❚; pausado mostra ▶ */
.marquee-toggle[aria-pressed="false"] .marquee-icon {
  background:
    linear-gradient(currentColor 0 0) 0 0 / 34% 100% no-repeat,
    linear-gradient(currentColor 0 0) 100% 0 / 34% 100% no-repeat;
}
.marquee-toggle[aria-pressed="true"] .marquee-icon {
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.logo-item { display: inline-flex; align-items: center; justify-content: center; height: 34px; flex: none; }
.logo-item img { max-height: 34px; width: auto; filter: grayscale(1); opacity: .58; transition: opacity .2s ease, filter .2s ease; }
.logo-item:hover img { filter: grayscale(0); opacity: 1; }
.logo-word {
  color: #8894A8; font-weight: 800; font-size: 1.02rem;
  letter-spacing: .1em; white-space: nowrap;
}

/* --------------------------- stats --------------------------- */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  margin-top: 3.5rem;
}
.stat {
  padding: 2rem 1.6rem 0;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: 0; }
.stat strong {
  display: block; color: var(--brand);
  font-size: clamp(2.6rem, 4.5vw, 3.4rem); font-weight: 800;
  letter-spacing: -.05em; line-height: 1; margin-bottom: .7rem;
}
.stat span { color: var(--muted); font-size: .92rem; display: block; max-width: 26ch; }

/* ------------------------- serviços -------------------------- */
.service-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.service-card {
  display: flex; flex-direction: column;
  padding: 2rem 1.9rem 1.8rem;
  background: #EFF4FD;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: background .18s ease, border-color .18s ease;
}
.service-card:hover { background: #E6EDFB; border-color: #CBD9F5; }
.service-card h3 {
  color: var(--brand);
  font-size: 1.42rem; letter-spacing: -.03em; margin-bottom: .7rem;
}
.service-card p { color: #47536A; margin: 0; font-size: .97rem; }

.service-link {
  margin-top: 1.8rem;
  display: inline-flex; align-items: center; gap: .45rem;
  color: var(--brand); font-weight: 800; font-size: .88rem;
  text-decoration: none;
}
.service-link .arrow { transition: transform .18s ease; }
.service-link:hover { color: var(--action); }
.service-link:hover .arrow { transform: translateX(4px); }

/* --------------------- listas e destaques -------------------- */
.split-grid {
  display: grid; grid-template-columns: .85fr 1.15fr;
  gap: clamp(2.5rem, 7vw, 5.5rem); align-items: start;
}
.about-grid {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(2.5rem, 7vw, 5.5rem); align-items: start;
}

.feature-list { list-style: none; margin: 0; padding: 0; display: grid; }
.feature-list li {
  display: grid; gap: .3rem;
  padding: 1.5rem 0 1.5rem 2rem; position: relative;
  border-bottom: 1px solid var(--border);
}
.feature-list li:first-child { padding-top: 0; }
.feature-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: 1.95rem;
  width: .55rem; height: .55rem; border: 2px solid var(--action); transform: rotate(45deg);
}
.feature-list li:first-child::before { top: .45rem; }
.feature-list strong { color: var(--ink); font-size: 1.06rem; letter-spacing: -.02em; }
.feature-list span { color: var(--muted); }

.chip-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.chip-list span {
  padding: .68rem .95rem; border: 1px solid var(--border);
  background: var(--white); border-radius: 999px;
  font-weight: 650; font-size: .92rem; color: #3A4759;
}

/* -------------------------- processo ------------------------- */
.steps {
  list-style: none; padding: 0; margin: 0;
  counter-reset: step;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border); border-left: 1px solid var(--border);
  background: var(--white);
}
/* display:flex tira o li do fluxo de list-item, então o contador é próprio. */
.steps li {
  min-height: 180px; padding: 1.6rem;
  counter-increment: step;
  border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  display: flex; flex-direction: column; gap: .45rem;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--brand); font-weight: 800; font-size: .74rem;
  letter-spacing: .12em; margin-bottom: 1.1rem;
}
.steps strong { color: var(--ink); font-size: 1.08rem; letter-spacing: -.02em; }
.steps span { color: var(--muted); font-size: .94rem; }

/* --------------------- seções escuras ------------------------ */
.fleet-section { background: var(--ink-deep); color: var(--on-dark); }
.fleet-section h2 { color: #fff; }
.fleet-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 7vw, 5.5rem); align-items: center;
}
.check-list { list-style: none; padding: 0; margin: 0; display: grid; }
.check-list li {
  padding: 1.05rem 0 1.05rem 1.9rem; position: relative;
  border-bottom: 1px solid var(--hairline); color: var(--on-dark);
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 1.42rem;
  width: .55rem; height: .55rem; border: 2px solid var(--accent-dark); transform: rotate(45deg);
}

/* ------------------------ equipamentos ----------------------- */
.equip-layout {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(2.5rem, 6vw, 4.5rem); align-items: start;
}
.equip-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.equip-group {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.6rem; background: var(--white);
}
.equip-group h3 {
  color: var(--brand); font-size: .8rem; letter-spacing: .13em;
  text-transform: uppercase; margin-bottom: 1.2rem;
}
.equip-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
.equip-group li {
  display: grid; gap: .12rem; font-weight: 750; color: var(--ink);
  padding-bottom: .85rem; border-bottom: 1px solid var(--border);
}
.equip-group li:last-child { padding-bottom: 0; border-bottom: 0; }
.equip-group li span { font-weight: 500; font-size: .85rem; color: var(--muted); letter-spacing: .01em; }

.equip-records { border-left: 3px solid var(--brand); padding-left: 1.5rem; }
.equip-records ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .95rem; }
.equip-records li { position: relative; padding-left: 1.45rem; color: #3A4759; font-size: .96rem; }
.equip-records li::before {
  content: ""; position: absolute; left: 0; top: .58rem;
  width: .48rem; height: .48rem; border: 2px solid var(--action); transform: rotate(45deg);
}

/* -------------------------- galeria -------------------------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.shot { margin: 0; }
.shot-frame {
  position: relative; aspect-ratio: 4 / 3;
  border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden;
}
.shot-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: var(--surface-2); }
.shot.is-empty .shot-frame > img { display: none; }
.shot-ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #9AA7BD; font-size: .7rem; font-weight: 800; letter-spacing: .24em;
  background-color: var(--surface-2);
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 24px 24px;
}
.shot figcaption { margin-top: .8rem; color: #3A4759; font-weight: 700; font-size: .9rem; }

/* ---------------------------- sobre -------------------------- */
.pending-note {
  border-left: 3px solid var(--action); padding: .2rem 0 .2rem 1.1rem;
  color: var(--muted); font-size: .92rem;
}

/* ----------------------------- faq --------------------------- */
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: start; }
.faq-list details { border-top: 1px solid var(--border); }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary {
  cursor: pointer; color: var(--ink); font-weight: 750; font-size: 1.03rem;
  padding: 1.2rem 2.5rem 1.2rem 0; position: relative; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: .35rem; top: 50%; transform: translateY(-50%);
  color: var(--brand); font-size: 1.5rem; font-weight: 400; line-height: 1;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); margin: 0 0 1.3rem; max-width: 68ch; }

/* -------------------------- orçamento ------------------------ */
.quote-section { background: var(--surface); }
.quote-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: start; }
.form-privacy { color: #7A8697 !important; font-size: .87rem !important; border-left: 3px solid var(--border); padding-left: 1rem; }

.quote-form {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: var(--shadow);
}
.quote-form fieldset { border: 0; margin: 0 0 1.9rem; padding: 0; }
.quote-form fieldset:last-of-type { margin-bottom: 1.2rem; }
.quote-form legend {
  padding: 0 0 1rem; color: var(--brand);
  font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.1rem; }
.form-grid .span-2 { grid-column: 1 / -1; }
.quote-form label {
  display: grid; gap: .4rem; margin-bottom: 1rem;
  color: #3A4759; font-weight: 650; font-size: .88rem;
}
.form-grid label { margin-bottom: 0; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; border: 1px solid #CBD5E1; border-radius: 9px;
  padding: .78rem .85rem; color: var(--ink); background: var(--white);
  font-weight: 500; font-size: .95rem;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  border-color: var(--action); outline: 3px solid rgba(11,94,215,.14); outline-offset: 0;
}
.quote-form :is(input, select, textarea).is-invalid { border-color: #DC2626; background: #FEF2F2; }
.opt { font-weight: 500; color: var(--muted); }

/* Honeypot. Fora da tela em vez de display:none — bot costuma pular
   campo com display:none, e é justamente ele que queremos que preencha. */
.hp-field {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}

.form-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.4rem; }
.form-status { min-height: 1.5em; margin: 1rem 0 0; color: var(--muted); font-size: .88rem; }
.form-status.is-error { color: #B91C1C; }

/* -------------------------- cta final ------------------------ */
.cta-section {
  background: var(--brand); color: #fff;
  padding: clamp(4rem, 8vw, 6rem) 0;
}
.cta-inner { max-width: 44ch; margin-inline: auto; text-align: center; }
.cta-inner h2 { color: #fff; margin-bottom: 1rem; }
.cta-inner > p { color: #C6CDF5; font-size: 1.08rem; margin: 0; }

/* --------------------------- rodapé -------------------------- */
.site-footer { background: var(--ink-deep); color: var(--muted-dark); padding: 4rem 0 2.5rem; font-size: .92rem; }
.site-footer h3 { color: #fff; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.1rem; }
.site-footer a { color: var(--muted-dark); text-decoration: none; }
.site-footer a:hover { color: #fff; }

.footer-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  padding-bottom: 2.6rem; margin-bottom: 2.8rem;
  border-bottom: 1px solid var(--hairline);
}
.footer-cta-label { margin: 0 0 .2rem; color: #7E8CAC; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-phone { margin: 0; color: #fff; font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 750; letter-spacing: -.02em; }
.footer-phone code { background: rgba(255,255,255,.1); color: #C6CDF5; font-size: .62em; }

.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand img { width: 176px; margin-bottom: 1.3rem; }
.footer-brand p { margin: 0; max-width: 40ch; line-height: 1.6; }
.footer-area { margin-top: .9rem !important; color: #7E8CAC; font-size: .87rem; }
.footer-col { display: flex; flex-direction: column; gap: .65rem; align-items: flex-start; }

.footer-logos { margin-top: 3.2rem; padding-top: 2.4rem; border-top: 1px solid var(--hairline); }
.footer-logos-title {
  margin: 0 0 1.4rem; color: #7E8CAC;
  font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.footer-logo-row { display: flex; flex-wrap: wrap; align-items: center; gap: 2.4rem 3rem; }
.footer-logo-row .logo-item img { filter: grayscale(1) invert(1) brightness(1.6); opacity: .5; }
.footer-logo-row .logo-item:hover img { opacity: .9; }
.footer-logo-row .logo-word { color: #6D7A94; font-size: .95rem; }

.footer-legal { margin-top: 3rem; padding-top: 1.8rem; border-top: 1px solid var(--hairline); }
.footer-legal p { margin: 0; color: #6D7A94; font-size: .82rem; }
.footer-disclaimer { margin-top: .7rem !important; max-width: 82ch; line-height: 1.6; font-size: .78rem !important; }

/* ----------------------- reveal on scroll -------------------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
}

/* ========================= responsivo ======================== */
@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 2rem; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; top: calc(var(--header-h) - 4px); left: 1.25rem; right: 1.25rem;
    display: none; flex-direction: column; align-items: stretch; gap: .25rem;
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 1rem;
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: .7rem .5rem; border-bottom: 0; }
  .main-nav .button { padding: .8rem 1.15rem; }
  .nav-cta { margin-top: .6rem; }
  .nav-cta .button { flex: 1; }
  /* 50px = altura de .main-nav .button no mobile (padding .8rem + font .95rem) */
  .icon-button { width: 50px; height: 50px; }

  .hero-grid, .split-grid, .about-grid, .fleet-grid, .faq-grid, .quote-grid, .equip-layout {
    grid-template-columns: 1fr;
  }
  .hero h1 { max-width: none; }
  .hero-card { max-width: 620px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--border); }
  .stat { border-bottom: 1px solid var(--border); padding-bottom: 2rem; }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }

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

  .steps { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .equip-records { margin-top: .5rem; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 2rem); }
  .brand-tag { display: none; }
  .brand img { width: 112px; }

  h1 { font-size: clamp(2.2rem, 10vw, 3.1rem); }
  .actions, .form-actions { display: grid; grid-template-columns: 1fr; }
  .actions.center { grid-template-columns: 1fr; }

  .stats-grid { grid-template-columns: 1fr; border-left: 0; }
  .stat { border-right: 0; padding-inline: 0; }
  .stat span { max-width: none; }

  .service-grid, .steps, .form-grid, .equip-groups { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .marquee-footer { flex-direction: column; align-items: stretch; }
  .marquee-toggle { align-self: center; }

  .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-cta { align-items: flex-start; }
  .footer-logo-row { gap: 1.8rem 2.2rem; }
}
