@charset "UTF-8";

:root {
  --bg: #060b14;
  --bg-soft: #07111d;
  --panel: #101a2b;
  --text: #ffffff;
  --muted: #b7c1d1;
  --gold: #d6a84f;
  --blue: #2563ff;
  --green: #2dbe7f;
  --border: rgba(255, 255, 255, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #060b14;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 48%, rgba(37, 99, 255, 0.14), transparent 410px),
    radial-gradient(circle at 82% 28%, rgba(214, 168, 79, 0.14), transparent 380px),
    linear-gradient(180deg, #07111e 0%, #060b14 45%, #07111d 100%);
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 34px;
  width: 100%;
  min-height: 92px;
  padding: 0 46px;
  background: transparent;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: max-content;
}

.brand-mark {
  color: var(--gold);
  font-size: 35px;
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: 0;
}

.site-header .brand-mark {
  transform: none;
}

.brand strong {
  display: block;
  font-size: 27px;
  font-weight: 800;
  line-height: 0.95;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.94);
}

.main-nav a[href="#solucoes"]::after,
.main-nav a[href="#recursos"]::after {
  content: "⌄";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  border: 1px solid rgba(214, 168, 79, 0.78);
  border-radius: 7px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 11, 20, 0.98) 0%, rgba(6, 11, 20, 0.78) 47%, rgba(6, 11, 20, 0.44) 74%, rgba(6, 11, 20, 0.92) 100%),
    radial-gradient(ellipse at 78% 45%, rgba(214, 168, 79, 0.22), transparent 28%),
    radial-gradient(ellipse at 80% 34%, rgba(37, 99, 255, 0.20), transparent 36%),
    repeating-linear-gradient(104deg, transparent 0 17px, rgba(37, 99, 255, 0.07) 18px, transparent 19px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 630px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 690px;
  padding-top: 84px;
}

.hero-copy h1 {
  max-width: 620px;
  margin: 0;
  font-size: 49px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy h1 span {
  color: var(--gold);
}

.hero-copy p {
  max-width: 480px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 22px;
  margin-top: 35px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 52px;
  padding: 0 27px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.btn-primary {
  min-width: 220px;
  background: linear-gradient(135deg, #f0c56a, var(--gold));
  color: #08101a;
}

.btn-secondary {
  min-width: 244px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 590px;
  margin-top: 54px;
}

.trust-row strong {
  display: block;
  min-height: 41px;
  margin-top: 13px;
  font-size: 13px;
  line-height: 1.25;
}

.trust-row small {
  display: block;
  color: rgba(183, 193, 209, 0.88);
  font-size: 12px;
  line-height: 1.5;
}

.line-icon,
.card-icon,
.metric-icon,
.sector-icon,
.mini-icon {
  display: inline-grid;
  place-items: center;
  color: var(--gold);
}

.line-icon {
  width: 28px;
  height: 28px;
}

.line-icon::before,
.card-icon::before,
.metric-icon::before,
.sector-icon::before,
.mini-icon::before {
  line-height: 1;
  color: var(--gold);
  font-weight: 400;
}

.wifi::before { content: "⌁"; font-size: 28px; }
.shield::before { content: "♢"; font-size: 31px; }
.chip::before { content: "⌘"; font-size: 29px; }
.clipboard::before { content: "▢"; font-size: 29px; }
.utensils::before { content: "⌇"; font-size: 34px; }
.flow::before { content: "⌯"; font-size: 34px; }
.analytics::before { content: "▥"; font-size: 33px; }
.leaf::before { content: "◇"; font-size: 40px; }
.clock::before { content: "◷"; font-size: 42px; }
.bars::before { content: "▥"; font-size: 40px; }
.heart::before { content: "♡"; font-size: 46px; }
.tray::before { content: "⌒"; font-size: 45px; }
.building::before { content: "▥"; font-size: 45px; }
.cap::before { content: "⌃"; font-size: 45px; }
.factory::before { content: "▰"; font-size: 43px; }
.hotel::before { content: "♧"; font-size: 36px; }

.hero-visual {
  align-self: center;
  perspective: 1200px;
}

.device {
  position: relative;
  width: min(100%, 600px);
  margin: 22px 16px 0 auto;
  padding: 22px;
  border: 2px solid rgba(255, 255, 255, 0.26);
  border-radius: 30px;
  background: linear-gradient(145deg, #070b11, #151b25 52%, #070a0e);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.58), inset 0 0 0 7px rgba(0, 0, 0, 0.30);
  transform: rotateY(-8deg) rotateX(3deg);
}

.device::after {
  content: "";
  position: absolute;
  left: 3%;
  right: -5%;
  bottom: -31px;
  height: 42px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #181d24, #05070a);
  transform: skewX(-20deg);
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.65));
}

.device-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  color: #fff;
  font-size: 12px;
}

.device-top span {
  color: #1f9bff;
}

.device-top small {
  color: var(--muted);
  font-size: 10px;
}

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

.stat-card,
.chart-card,
.donut-card {
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  background: #101a2b;
  padding: 15px;
}

.stat-card small,
.chart-card small,
.donut-card small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 700;
}

.stat-card b {
  display: block;
  margin-top: 10px;
  font-size: 25px;
  line-height: 1;
}

.stat-card span {
  color: var(--muted);
  font-size: 10px;
}

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

.chart-card svg {
  margin-top: 10px;
}

.donut-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
}

.donut-card small {
  grid-column: 1 / -1;
}

.donut {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 32%, var(--gold) 32% 55%, #f59e0b 55% 77%, #2563ff 77% 100%);
}

.donut::after {
  content: "";
  position: absolute;
  inset: 23px;
  border-radius: inherit;
  background: #101a2b;
}

.donut-card ul {
  display: grid;
  align-self: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 10px;
  list-style: none;
}

.donut-card li span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
}

.green { background: var(--green); }
.gold { background: var(--gold); }
.amber { background: #f59e0b; }
.blue { background: var(--blue); }

.section {
  padding: 24px 0 8px;
}

.section.compact {
  padding: 14px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}

.section-title span,
.pilot-copy span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-title h2,
.pilot-copy h2 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.section-title p {
  max-width: 560px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.solution-card {
  min-height: 208px;
  padding: 24px 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(16, 26, 43, 0.92), rgba(13, 21, 35, 0.88));
}

.card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border: 1px solid rgba(214, 168, 79, 0.88);
  border-radius: 9px;
}

.solution-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 800;
}

.solution-card p {
  margin: 14px 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.solution-card a,
.pilot-list a {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.metrics-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(16, 26, 43, 0.78);
}

.metrics-band article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 17px;
  align-items: center;
  min-height: 114px;
  padding: 20px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.metrics-band article:last-child {
  border-right: 0;
}

.metric-icon {
  grid-row: span 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.metrics-band b {
  align-self: end;
  color: var(--gold);
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.metrics-band small {
  align-self: start;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.sector-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.sector-strip article {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 0 18px 8px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.sector-strip article:last-child {
  border-right: 0;
}

.sector-icon {
  width: 54px;
  height: 48px;
}

.sector-strip strong {
  font-size: 15px;
  line-height: 1.25;
}

.pilot-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.06fr 0.56fr;
  min-height: 276px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: rgba(16, 26, 43, 0.86);
}

.pilot-copy {
  padding: 30px 42px;
}

.pilot-copy h2 {
  max-width: 310px;
}

.pilot-copy p {
  max-width: 296px;
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.pilot-copy .btn {
  min-width: 180px;
  height: 45px;
  padding: 0 20px;
  border-color: rgba(214, 168, 79, 0.72);
  color: var(--gold);
  font-size: 13px;
}

.pilot-panel img {
  width: 100%;
  height: 100%;
  min-height: 276px;
  object-fit: cover;
  object-position: center;
}

.pilot-list {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 28px 34px;
}

.pilot-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 13px;
}

.mini-icon {
  grid-row: span 2;
  width: 40px;
  height: 40px;
}

.pilot-list strong {
  font-size: 15px;
}

.pilot-list small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
}

.site-footer {
  margin-top: 0;
  padding: 34px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(7, 16, 28, 0.94);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.82fr 1fr 1fr 1.2fr;
  gap: 52px;
}

.footer-brand p,
.newsletter p,
.contact-line {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer-brand p {
  max-width: 320px;
  margin: 26px 0;
}

.socials {
  display: flex;
  gap: 11px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 11px;
}

.site-footer h3 {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer nav a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.newsletter {
  position: relative;
}

.newsletter label {
  display: block;
  margin-top: 24px;
}

.newsletter input {
  width: 100%;
  height: 46px;
  padding: 0 58px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.newsletter button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 46px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: var(--gold);
  color: #06101b;
  font-size: 20px;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(183, 193, 209, 0.72);
  font-size: 12px;
}

.footer-bottom span {
  display: flex;
  gap: 48px;
}

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

.reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .container {
    width: min(100% - 56px, 1024px);
  }

  .site-header {
    position: sticky;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 28px;
    background: rgba(6, 11, 20, 0.90);
    backdrop-filter: blur(16px);
  }

  .main-nav {
    position: fixed;
    inset: 76px 20px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(8, 15, 26, 0.98);
  }

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

  .main-nav a {
    padding: 14px;
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 66px 0 70px;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: 760px;
  }

  .device {
    margin: 0 auto;
  }

  .cards-grid,
  .pilot-panel {
    grid-template-columns: 1fr;
  }

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

  .metrics-band article:nth-child(2) {
    border-right: 0;
  }

  .metrics-band article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 680px);
  }

  .brand strong {
    font-size: 20px;
  }

  .brand-mark {
    font-size: 27px;
  }

  .header-cta {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

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

  .trust-row,
  .metrics-band,
  .sector-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-row {
    gap: 24px;
  }

  .trust-row strong {
    min-height: 0;
  }

  .device {
    padding: 16px;
    border-radius: 24px;
    transform: none;
  }

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

  .chart-card,
  .donut-card {
    grid-column: auto;
  }

  .donut-card {
    grid-template-columns: 1fr;
  }

  .metrics-band article,
  .metrics-band article:nth-child(2),
  .sector-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .metrics-band article:last-child,
  .sector-strip article:last-child {
    border-bottom: 0;
  }

  .pilot-copy,
  .pilot-list {
    padding: 28px 22px;
  }

  .footer-bottom,
  .footer-bottom span {
    flex-direction: column;
    gap: 12px;
  }
}
