:root {
  --bg: #07111f;
  --bg-soft: #0d1b2f;
  --text: #f4f7fb;
  --muted: #b6c2d1;
  --card: #101b2b;
  --line: rgba(255,255,255,.12);
  --blue: #2563eb;
  --blue-2: #1e40af;
  --dark: #060b12;
  --shadow: 0 24px 70px rgba(0,0,0,.34);
  --wa: #22c55e;
  --wa-2: #16a34a;
  --warn: #f59e0b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #102744 0%, var(--bg) 45%, #04070c 100%);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 78px 0; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background: rgba(5, 11, 20, .82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .02em; }
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: block;
  box-shadow: 0 8px 22px rgba(22,119,255,.32);
  transition: transform .2s ease;
}
.brand:hover .brand-mark { transform: scale(1.05); }
.brand-text { text-transform: uppercase; font-size: 14px; color: #e6edf6; }
.nav { display: flex; gap: 28px; color: var(--muted); font-weight: 700; font-size: 14px; }
.nav a:hover { color: white; }

/* Buttons base */
.top-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease;
  gap: 10px;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  line-height: 1.1;
}
.top-cta, .btn.primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 16px 36px rgba(22,119,255,.28);
  color: white;
}
.btn.ghost {
  border-color: rgba(255,255,255,.26);
  color: #f7fbff;
  background: rgba(255,255,255,.05);
}
.top-cta:hover, .btn:hover { transform: translateY(-2px); }

/* WhatsApp button */
.btn.whatsapp {
  background: linear-gradient(135deg, var(--wa), var(--wa-2));
  box-shadow: 0 16px 36px rgba(34,197,94,.28);
  color: white;
}
.btn.whatsapp:hover { box-shadow: 0 20px 44px rgba(34,197,94,.40); }
.wa-ico { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

/* Card CTA */
.btn.card-cta {
  background: linear-gradient(135deg, var(--wa), var(--wa-2));
  box-shadow: 0 12px 28px rgba(34,197,94,.22);
  color: white;
  width: 100%;
  margin-top: 14px;
  font-size: 15px;
}

/* Big button */
.btn.big { min-height: 56px; padding: 0 32px; font-size: 17px; gap: 12px; }
.btn.big .wa-ico { width: 22px; height: 22px; }

/* Hero */
.top-hero-image {
  background: linear-gradient(180deg, #07111f 0%, #06101d 100%);
  border-bottom: 1px solid var(--line);
  padding: 10px 0 0;
}
.top-hero-image img {
  width: 100%;
  height: clamp(210px, 24vw, 340px);
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 18px 55px rgba(0,0,0,.40);
}
.hero-copy {
  padding: 48px 0 64px;
  background:
    radial-gradient(circle at 25% 0%, rgba(22,119,255,.22), transparent 38%),
    linear-gradient(180deg, #07111f 0%, #0a1524 100%);
}
.hero-copy-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: center; }
.eyebrow, .section-kicker { color: #93c5fd; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: 13px; margin: 0 0 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(30px, 3.9vw, 52px); line-height: 1.05; letter-spacing: -.04em; margin-bottom: 0; font-weight: 900; }
h2 { font-size: clamp(28px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -.035em; margin-bottom: 18px; font-weight: 900; }
h3 { font-size: 20px; letter-spacing: -.02em; margin-bottom: 10px; font-weight: 800; }
p { color: var(--muted); line-height: 1.68; font-size: 16px; }
.hero-subtitle { font-size: 17px; color: #d5dfeb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Trust badges */
.trust-badges {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.trust-badges li {
  font-size: 14px;
  color: #c0d0e3;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.trust-badges strong { color: white; font-weight: 800; }

/* Pain section */
.pain { background: linear-gradient(180deg, #0a1524, #07111f); border-top: 1px solid var(--line); }
.pain .section-head { margin-bottom: 36px; }
.pain .section-head h2 { color: #ffd9a8; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pain-item {
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.22);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pain-item strong {
  color: #ffd9a8;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.pain-item span {
  color: #9fb4cf;
  font-size: 14px;
  line-height: 1.45;
}

/* Solutions */
.solutions { background: linear-gradient(180deg, #07111f, #0a1524); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-sub { font-size: 17px; color: #a8bdd6; margin-top: 12px; }
.section-sub strong { color: white; }

.cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.card {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, border-color .2s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(34,197,94,.40);
}
.card img { width: 100%; height: 200px; object-fit: cover; filter: saturate(.98) contrast(1.04); }
.card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.card-body p { font-size: 14.5px; line-height: 1.55; margin-bottom: 0; flex: 1; }
.card .card-body .card-cta { margin-top: auto; }

/* Featured card - horizontal layout */
.featured-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  background: linear-gradient(135deg, rgba(34,197,94,.10), rgba(22,119,255,.08) 60%, rgba(255,255,255,.04));
  border: 1px solid rgba(34,197,94,.30);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  position: relative;
  overflow: hidden;
}
.featured-card:hover { transform: translateY(-4px); border-color: rgba(34,197,94,.55); }
.featured-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(34,197,94,.18), transparent 50%);
  pointer-events: none;
}
.featured-media {
  position: relative;
  min-height: 360px;
}
.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.featured-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wa), var(--wa-2));
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(34,197,94,.40);
}
.featured-body {
  padding: 36px 36px 36px 32px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.featured-body h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  margin-bottom: 12px;
}
.featured-body p {
  font-size: 15.5px;
  color: #cfdcea;
  margin-bottom: 18px;
}
.card-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}
.card-bullets li {
  color: #d5dfeb;
  font-size: 14.5px;
  line-height: 1.5;
}
.featured-body .card-cta { width: auto; padding: 0 26px; min-height: 50px; font-size: 15px; }

.tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #dbe9ff;
  background: rgba(22,119,255,.18);
  border: 1px solid rgba(22,119,255,.32);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.featured-body .tag { background: rgba(34,197,94,.18); border-color: rgba(34,197,94,.40); color: #b8f5cf; }

/* Steps */
.how { background: linear-gradient(180deg, #0a1524, #07111f); border-top: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  padding: 30px 26px;
  border-radius: 22px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  position: relative;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--wa), var(--wa-2));
  color: white;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 18px;
  box-shadow: 0 12px 24px rgba(34,197,94,.25);
}
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { font-size: 15px; color: #9fb4cf; margin: 0; }

/* Differentials */
.differentials { background: linear-gradient(180deg, #07111f, #0a1524); border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.benefits { display: grid; gap: 12px; }
.benefits div { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 18px 20px; border-radius: 20px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.benefits strong { color: #93c5fd; font-size: 22px; font-weight: 900; }
.benefits span { color: #d5dfeb; font-size: 15px; line-height: 1.55; }
.benefits span b { color: white; font-weight: 800; }

/* About / Quem somos */
.about { background: linear-gradient(180deg, #0a1524, #07111f); border-top: 1px solid var(--line); }
.section-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.about-bio p { color: #cfdcea; font-size: 16px; line-height: 1.7; margin-bottom: 18px; }
.about-bio p:last-child { margin-bottom: 0; }
.about-bio strong { color: white; font-weight: 800; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat {
  padding: 26px 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.stat:hover { border-color: rgba(34,197,94,.40); transform: translateY(-3px); background: rgba(34,197,94,.04); }
.stat-num {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #93c5fd, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.03em;
}
.stat-label { color: #b6c2d1; font-size: 14px; line-height: 1.45; font-weight: 600; }

/* CTA band */
.cta-band { padding: 78px 0; background: linear-gradient(135deg, #1e40af, #07111f 70%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.cta-band::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(34,197,94,.30), transparent 70%);
  pointer-events: none;
}
.cta-content { display: grid; grid-template-columns: 1.2fr auto; gap: 32px; align-items: center; position: relative; z-index: 1; }
.cta-content h2 { font-size: clamp(26px, 2.8vw, 38px); margin: 0 0 8px; }
.cta-content p { margin: 0; color: #dbe8ff; font-size: 16px; }

/* Footer */
.footer { padding: 54px 0; background: #03070d; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.footer-brand { font-size: 22px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.footer-brand span { color: #93c5fd; }
.footer h3 { font-size: 16px; text-transform: uppercase; letter-spacing: .14em; color: #93c5fd; margin-bottom: 12px; }
.footer a { color: white; font-weight: 900; }

/* Cities section */
.cities { background: linear-gradient(180deg, #0a1524, #07111f); border-top: 1px solid var(--line); }
.cities .section-head { margin-bottom: 32px; }
.cities-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.cities-map {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #0a1524;
  min-height: 420px;
}
.cities-map iframe { display: block; width: 100%; height: 100%; min-height: 420px; filter: saturate(0.9) brightness(0.95) contrast(1.05); }
.cities-list {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.cities-list h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #93c5fd;
  margin-bottom: 18px;
  font-weight: 900;
}
.cities-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  flex: 1;
}
.cities-list li {
  color: #f4f7fb;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.city-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wa), var(--wa-2));
  box-shadow: 0 0 0 4px rgba(34,197,94,.18);
  flex-shrink: 0;
}
.cities-list .btn { width: 100%; font-size: 14.5px; }

/* Floating WhatsApp */
.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wa), var(--wa-2));
  color: white;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 14px 36px rgba(34,197,94,.40);
  transition: transform .2s ease, box-shadow .2s ease;
  animation: pulse 2.4s ease-in-out infinite;
}
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 44px rgba(34,197,94,.55); animation: none; }
.whatsapp-fab svg { width: 30px; height: 30px; fill: currentColor; flex-shrink: 0; }
.fab-label { display: none; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 14px 36px rgba(34,197,94,.40), 0 0 0 0 rgba(34,197,94,.55); }
  50% { box-shadow: 0 14px 36px rgba(34,197,94,.40), 0 0 0 14px rgba(34,197,94,0); }
}

/* Responsive */
@media (max-width: 920px) {
  .topbar { padding: 0 18px; }
  .nav { display: none; }
  .top-cta { display: none; }
  .hero-copy-grid, .split, .cta-content, .footer-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .featured-card { grid-template-columns: 1fr; }
  .featured-media { min-height: 240px; }
  .featured-body { padding: 28px 24px; }
  .steps { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .cities-grid { grid-template-columns: 1fr; }
  .cities-list ul { grid-template-columns: 1fr 1fr; }
  .whatsapp-fab { bottom: 16px; right: 16px; width: 56px; height: 56px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .section-pad { padding: 58px 0; }
  .brand-text { font-size: 12px; }
  .top-hero-image { padding-top: 6px; }
  .top-hero-image img { height: 150px; object-position: center center; }
  .hero-copy { padding: 32px 0 48px; }
  .cards { grid-template-columns: 1fr 1fr; gap: 14px; }
  .card img { height: 180px; }
  .btn { width: 100%; }
  .pain-grid { grid-template-columns: 1fr; }
  .cta-content h2 { font-size: 24px; }
  .whatsapp-fab { width: 54px; height: 54px; }
  .featured-tag { font-size: 11px; padding: 6px 11px; }
  .about-stats { grid-template-columns: 1fr; }
  .cities-list ul { grid-template-columns: 1fr; }
  .cities-map { min-height: 320px; }
  .cities-map iframe { min-height: 320px; }
}
