:root {
  --ink: #0f1115;
  --muted: #5e6573;
  --line: #e2e8ef;
  --panel: #f5f8fb;
  --white: #ffffff;
  --green: #45ff8a;
  --green-dark: #00a85a;
  --cyan: #00bde8;
  --blue: #113d7a;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(15, 17, 21, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(226, 232, 239, 0.85);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.aviloo-logo {
  height: 42px;
}

.forta-logo {
  height: 26px;
}

.distributor-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  justify-self: end;
}

.distributor-badge span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  justify-self: center;
  font-size: 14px;
  font-weight: 700;
}

nav a {
  color: #1c2430;
  text-decoration: none;
  white-space: nowrap;
}

.hero {
  min-height: calc(100vh - 79px);
  display: grid;
  align-items: center;
  padding: clamp(42px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 37%, rgba(255, 255, 255, 0.15) 68%),
    url("assets/hero-bateria-aviloo.webp") center right / cover no-repeat;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(31px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
}

.lead {
  max-width: 630px;
  color: #364151;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.hero-actions,
.cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--ink);
  background: var(--green);
  box-shadow: 0 12px 30px rgba(0, 168, 90, 0.22);
}

.button.secondary {
  border-color: #cbd5df;
  background: rgba(255, 255, 255, 0.72);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 700px;
  margin: 42px 0 0;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 44px rgba(17, 61, 122, 0.08);
  backdrop-filter: blur(12px);
}

.hero-stats dt {
  font-size: 30px;
  font-weight: 950;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.intro-band,
.report-showcase,
.process,
.contact-section {
  padding: clamp(66px, 10vw, 128px) clamp(20px, 5vw, 72px);
}

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

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

.solution-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(15, 17, 21, 0.06);
}

.number {
  color: var(--cyan);
  font-weight: 950;
}

.solution-grid p,
.feature-panel p,
.report-showcase p,
.process p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.feature-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.feature-panel {
  min-height: 480px;
  padding: clamp(44px, 7vw, 86px);
}

.feature-panel.dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(69, 255, 138, 0.18), transparent 38%),
    radial-gradient(circle at 82% 14%, rgba(0, 189, 232, 0.24), transparent 28%),
    #0f1115;
}

.feature-panel.light {
  display: grid;
  align-items: center;
  background: var(--panel);
}

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

.check-list li {
  position: relative;
  padding: 18px 18px 18px 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 800;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--cyan));
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.process-line article {
  padding-top: 22px;
  border-top: 3px solid var(--ink);
}

.process-line span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green);
  font-weight: 950;
}

.report-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

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

.evidence-card {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 55px rgba(15, 17, 21, 0.07);
}

.report-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #2b3442;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
}

.evidence-card.critical .status-dot {
  background: #ff6b5f;
}

.evidence-card h3 {
  margin-bottom: 0;
  font-size: clamp(25px, 3vw, 36px);
}

.evidence-copy {
  display: grid;
  gap: 12px;
}

.evidence-copy p {
  margin-bottom: 0;
}

.evidence-card figure {
  margin: 0;
}

.evidence-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d3e5f2;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(0, 159, 222, 0.11);
}

.evidence-card figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.report-downloads {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.report-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.report-insights article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.report-insights strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.report-insights p {
  margin-bottom: 0;
  font-size: 14px;
}

.cta {
  justify-content: space-between;
  margin: 0 clamp(20px, 5vw, 72px) clamp(66px, 10vw, 128px);
  padding: clamp(34px, 5vw, 56px);
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, #0f1115, #18305b 64%, #005b61);
  box-shadow: var(--shadow);
}

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

.cta .eyebrow,
.feature-panel.dark .eyebrow {
  color: var(--green);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.footer-logos {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.footer-logos .aviloo-logo {
  height: 28px;
}

.footer-logos .forta-logo {
  height: 18px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  padding: clamp(70px, 10vw, 132px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
    url("assets/hero-bateria-aviloo.webp") center / cover no-repeat;
}

.contact-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.contact-card h2 {
  font-size: 26px;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.55;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: #242c37;
  font-size: 14px;
  font-weight: 900;
}

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

input,
textarea {
  width: 100%;
  border: 1px solid #cbd5df;
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  background: #fbfdff;
}

textarea {
  resize: vertical;
}

.contact-form .button {
  width: fit-content;
}

.mini-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mini-list span {
  padding: 10px 13px;
  border-radius: 999px;
  color: #093a22;
  background: #ddffea;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
    padding: 12px 20px;
  }

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

  .brand {
    min-width: 0;
  }

  .aviloo-logo {
    height: 38px;
  }

  .forta-logo {
    height: 22px;
  }

  .distributor-badge {
    justify-self: end;
  }

  nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    gap: 18px;
    padding-top: 8px;
    border-top: 1px solid rgba(226, 232, 239, 0.8);
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 280px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.25) 100%),
      url("assets/hero-bateria-aviloo.webp") center bottom / 1180px auto no-repeat;
  }

  .solution-grid,
  .feature-split,
  .evidence-grid,
  .report-insights,
  .process-line,
  .contact-hero,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-stats,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    min-height: auto;
  }

  .contact-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.84)),
      url("assets/hero-bateria-aviloo.webp") center bottom / cover no-repeat;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
  }

  .brand,
  .distributor-badge {
    justify-self: center;
  }

  nav {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  h1 {
    font-size: 40px;
    line-height: 0.98;
  }

  h2 {
    font-size: 32px;
    line-height: 1.05;
  }

  .lead {
    font-size: 17px;
  }

  .hero {
    padding: 38px 18px 220px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 62%, rgba(255, 255, 255, 0.18) 100%),
      url("assets/hero-bateria-aviloo.webp") center bottom / 760px auto no-repeat;
  }

  .hero-stats div,
  .solution-grid article,
  .evidence-card,
  .contact-card,
  .contact-form {
    padding: 20px;
  }

  .intro-band,
  .report-showcase,
  .process,
  .contact-section {
    padding: 54px 18px;
  }

  .feature-panel {
    padding: 36px 18px;
  }

  .evidence-grid {
    gap: 16px;
  }

  .evidence-card {
    gap: 16px;
  }

  .report-status {
    font-size: 11px;
  }

  .evidence-card h3 {
    font-size: 25px;
  }

  .report-downloads {
    display: grid;
  }

  .report-downloads .button {
    width: 100%;
  }

  .report-insights article {
    padding: 20px;
  }

  .contact-hero {
    padding: 52px 18px;
  }

  .hero-actions .button,
  .cta .button,
  .contact-form .button {
    width: 100%;
  }

  .solution-grid article {
    min-height: auto;
  }

  .cta {
    margin: 0 18px 54px;
    padding: 28px 20px;
  }
}
.distributor-badge {
  cursor: pointer;
}

.distributor-badge img {
  pointer-events: none; /* Garante que o clique passe da imagem direto para o link */
}