:root {
  --bg: #07111f;
  --bg-soft: #0d1b2e;
  --card: #10233d;
  --card-2: #122947;
  --text: #eef4ff;
  --muted: #b4c3dc;
  --line: rgba(255, 255, 255, 0.1);
  --primary: #4ea1ff;
  --primary-2: #78c2ff;
  --accent: #19d3a2;
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.16), transparent 28%),
    radial-gradient(circle at top left, rgba(25, 211, 162, 0.12), transparent 24%),
    linear-gradient(180deg, #08111d 0%, #091624 100%);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 14px; color: var(--muted); }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(7, 17, 31, 0.82);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #07111f;
  font-weight: 900;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
}
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-desktop a:hover { color: var(--text); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  padding: 0 0 16px;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  padding: 12px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #08111d;
  background: linear-gradient(135deg, var(--primary-2), var(--accent));
  box-shadow: 0 18px 36px rgba(78, 161, 255, 0.2);
}
.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
}
.inline-link { color: var(--primary-2); font-weight: 700; }

.hero {
  padding: 80px 0 60px;
  text-align: left;
}
.hero-grid {
  max-width: 780px;
  margin: 0 auto;
}
.eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--primary-2);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 18px;
}
h1 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 760px;
}
.hero .lead {
  font-size: 1.05rem;
  max-width: 760px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.hero-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-card, .card {
  background: linear-gradient(180deg, rgba(18,41,71,0.95), rgba(11,27,47,0.95));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
  min-width: 0;
}
.hero-card h2, .cta h2, .network-box h3 { color: var(--text); }
.mini-label {
  color: var(--primary-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.city-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.city-badge {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
}
.city-badge.active {
  background: rgba(25, 211, 162, 0.14);
  color: var(--text);
  border-color: rgba(25, 211, 162, 0.35);
}
.architecture {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.arch-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}
.arch-arrow {
  text-align: center;
  color: var(--primary-2);
  font-size: 1.2rem;
  opacity: 0.85;
}

section { padding: 22px 0 12px; }
.section-title {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.section-subtitle {
  margin: 0 0 22px;
  color: var(--muted);
  max-width: 800px;
}
.grid {
  display: grid;
  gap: 18px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.align-start { align-items: start; }
.check-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
}
.check-list li::before {
  content: "✔";
  color: var(--accent);
  font-weight: 900;
  margin-top: 1px;
  flex: 0 0 auto;
}
.timeline {
  display: grid;
  gap: 14px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}
.timeline-day {
  font-weight: 800;
  color: var(--primary-2);
  font-size: 0.95rem;
}
.timeline-content h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.timeline-content p { margin: 0; }
.network-box {
  background: linear-gradient(135deg, rgba(25,211,162,0.12), rgba(78,161,255,0.1));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
  margin-top: 18px;
}
.coord-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  margin-top: 18px;
}
.prompt-box {
  background: #071423;
  color: #ddf4ff;
  border: 1px solid rgba(120,194,255,0.18);
  border-radius: 18px;
  padding: 18px;
  overflow: hidden;
}
.prompt-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.copy-btn {
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 700;
}
pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.94rem;
  line-height: 1.6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.price-box {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(25,211,162,0.11), rgba(78,161,255,0.09));
  border: 1px solid rgba(120,194,255,0.18);
  box-shadow: var(--shadow);
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  color: var(--text);
  border: none;
  cursor: pointer;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: var(--muted);
}
.faq-item.open .faq-answer { display: block; }
.cta {
  margin: 32px 0 60px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(78, 161, 255, 0.14), rgba(25, 211, 162, 0.14));
  border: 1px solid rgba(255,255,255,0.1);
  display: grid;
  gap: 16px;
  align-items: center;
  grid-template-columns: minmax(0,1.2fr) minmax(220px,0.8fr);
}
.cta-action { display: flex; justify-content: center; align-items: center; }
footer {
  padding: 18px 0 50px;
  color: var(--muted);
  font-size: 0.95rem;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 200;
}
.modal.open { display: flex; }
.modal-content {
  width: min(100%, 620px);
  max-height: 92vh;
  overflow: auto;
  background: #0d1b2e;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.close {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 700;
}
form label {
  display: block;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 6px;
}
input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #07111f;
  color: var(--text);
  font: inherit;
}
textarea { min-height: 92px; resize: vertical; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.full { grid-column: 1 / -1; }
.form-note {
  color: var(--muted);
  font-size: 0.93rem;
  margin-top: 10px;
}

@media (max-width: 1080px) {
  .topbar-inner { gap: 14px; }
  .nav-desktop { gap: 14px; font-size: 0.92rem; }
}

@media (max-width: 980px) {
  .hero-grid, .grid-2, .grid-3, .cta { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; }
  .nav-desktop, .nav-actions .btn-primary { display: none; }
  .menu-toggle { display: inline-flex; }
}

@media (max-width: 720px) {
  .hero { padding-top: 42px; }
  .topbar-inner { min-height: 66px; }
  .hero-card, .card, .price-box, .prompt-box, .network-box, .coord-box, .cta, .modal-content { padding: 18px; }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2rem, 9vw, 3rem); }
}

/* ===== Cronograma previsto ===== */

.forecast-section {
  padding: 40px 0 20px;
}

.forecast-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.forecast-card {
  border-radius: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(
      180deg,
      rgba(18,41,71,0.9),
      rgba(11,27,47,0.9)
  );
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.forecast-header{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}

.forecast-city {
  white-space:nowrap;
}

.forecast-phase {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.phase-inscricao .forecast-phase {
  background: rgba(25,211,162,0.18);
  color: var(--accent);
}

.phase-previsto .forecast-phase {
  background: rgba(78,161,255,0.18);
  color: var(--primary-2);
}

.phase-confirmado .forecast-phase {
  background: rgba(255,215,120,0.18);
  color: #ffd66b;
}

.forecast-body p {
  margin: 4px 0;
  color: var(--muted);
}

.forecast-note {
  font-size: 0.9rem;
  color: var(--primary-2);
}

.projeto-section{
  padding:80px 20px;
  display:flex;
  justify-content:center;
}

.projeto-container{
  max-width:1100px;
  background:#0f1f3d;
  padding:60px;
  border-radius:16px;
  text-align:center;
  color:white;
  box-shadow:0 20px 40px rgba(0,0,0,0.3);
}

.mini-label{
  display:inline-block;
  background:#2d7dff;
  color:white;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:15px;
}

.projeto-container h2{
  font-size:36px;
  margin-bottom:15px;
}

.subtitle{
  opacity:0.9;
  max-width:700px;
  margin:auto;
}

.mockups{
  display:flex;
  justify-content:center;
  gap:30px;
  margin:40px 0;
}

.mockups img{
  width:240px;
  border-radius:20px;
  box-shadow:0 15px 30px rgba(0,0,0,0.4);
}

.descricao{
  max-width:650px;
  margin:auto;
  margin-bottom:40px;
}

.architecture{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
}

.arch-item{
  background:#1b2f59;
  padding:14px 22px;
  border-radius:8px;
}

.arch-arrow{
  font-size:20px;
  opacity:0.6;
}