:root {
  --navy: #061225;
  --navy-2: #091a35;
  --blue: #1672ff;
  --blue-2: #42a5ff;
  --green: #14b85a;
  --text: #102033;
  --muted: #637083;
  --soft: #f3f7fb;
  --line: #dfe8f2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 18, 37, .14);
}
* { 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: #fff;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,232,242,.7);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), #07367f);
  color: #fff; display: grid; place-items: center; font-weight: 900;
  box-shadow: 0 12px 30px rgba(22,114,255,.3);
}
.desktop-menu { display: flex; gap: 26px; color: #40516a; font-weight: 700; font-size: 14px; }
.desktop-menu a:hover { color: var(--blue); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; padding: 14px 22px;
  font-weight: 800; border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #004ac2); color: #fff; box-shadow: 0 18px 36px rgba(22,114,255,.28); }
.btn-secondary { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.btn-whats { background: #16c967; color: #fff; box-shadow: 0 12px 28px rgba(20,184,90,.22); }
.btn-outline { border: 1px solid var(--line); background: #fff; color: var(--blue); }
.section { padding: 92px 0; }
.section-dark { background: radial-gradient(circle at 50% 0%, rgba(22,114,255,.35), transparent 32%), linear-gradient(135deg, var(--navy), #020817); color: #fff; position: relative; overflow: hidden; }
.soft { background: var(--soft); }
.eyebrow { display: inline-flex; color: var(--blue-2); text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: 12px; margin-bottom: 14px; }
.hero { min-height: 710px; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(66,165,255,.18), transparent 25%), radial-gradient(circle at 5% 75%, rgba(22,114,255,.2), transparent 24%); opacity: .9; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero h1 { font-size: clamp(42px, 6vw, 78px); line-height: .96; margin: 0 0 24px; letter-spacing: -.06em; }
.hero p { color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.6; max-width: 620px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 12px; color: rgba(255,255,255,.72); font-weight: 700; font-size: 14px; }
.proof-row span { border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 10px 13px; background: rgba(255,255,255,.05); }
.hero-visual { position: relative; height: 500px; border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 110px rgba(0,0,0,.34); overflow: hidden; }
.mockup-card { position: absolute; width: 210px; height: 142px; border-radius: 22px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 24px 60px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.18); }
.mockup-card span { font-weight: 700; color: rgba(255,255,255,.76); }
.mockup-card strong { font-size: 28px; }
.card-1 { top: 54px; left: 45px; background: linear-gradient(135deg, #1672ff, #062c72); }
.card-2 { top: 115px; right: 42px; background: linear-gradient(135deg, #fff, #dfe8f2); color: #061225; transform: rotate(4deg); }
.card-2 span { color: #40516a; }
.card-3 { bottom: 74px; left: 72px; background: linear-gradient(135deg, #ff6b00, #9a2900); transform: rotate(-5deg); }
.card-4 { bottom: 42px; right: 64px; background: linear-gradient(135deg, #16c967, #064c27); }
.floating-badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; color: var(--navy); border-radius: 999px; padding: 15px 22px; font-weight: 900; box-shadow: var(--shadow); }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2, .clients h2, .split-head h2, .final-box h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.05em; margin: 0 0 16px; }
.section-heading p, .split-head p, .clients p, .final-box p { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0; }
.section-dark .section-heading p, .section-dark p { color: rgba(255,255,255,.74); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 24px; box-shadow: 0 16px 40px rgba(5,18,37,.06); min-height: 260px; display: flex; flex-direction: column; }
.product-card.hot { border-color: rgba(22,114,255,.25); box-shadow: 0 20px 54px rgba(22,114,255,.10); }
.product-icon { width: 52px; height: 52px; border-radius: 18px; background: var(--soft); display: grid; place-items: center; font-size: 26px; margin-bottom: 16px; }
.product-card h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.03em; }
.product-card p { color: var(--muted); line-height: 1.55; margin: 0 0 18px; flex: 1; }
.product-card strong { color: var(--blue); font-size: 18px; margin-bottom: 16px; }
.product-card a { font-weight: 900; color: var(--text); }
.niche-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.niche-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 26px; box-shadow: 0 16px 45px rgba(5,18,37,.05); transition: transform .2s, box-shadow .2s; min-height: 190px; }
.niche-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.niche-card span { width: 58px; height: 58px; border-radius: 20px; background: #edf5ff; display: grid; place-items: center; font-size: 30px; margin-bottom: 18px; }
.niche-card strong { display: block; font-size: 19px; letter-spacing: -.03em; margin-bottom: 9px; }
.niche-card small { color: var(--muted); line-height: 1.5; display: block; }
.clients { text-align: center; }
.clients-inner h2 { max-width: 880px; margin-left: auto; margin-right: auto; }
.clients-inner > p { max-width: 650px; margin: 0 auto 36px; }
.logo-marquee { position: relative; overflow: hidden; border: 1px solid rgba(66,165,255,.34); border-radius: 30px; background: rgba(255,255,255,.045); box-shadow: 0 0 60px rgba(22,114,255,.22); margin: 38px 0 34px; }
.logo-marquee::before, .logo-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.logo-marquee::before { left: 0; background: linear-gradient(90deg, #061225, transparent); }
.logo-marquee::after { right: 0; background: linear-gradient(270deg, #061225, transparent); }
.marquee-track { display: flex; align-items: center; gap: 14px; width: max-content; padding: 24px 14px; animation: marquee 24s linear infinite; }
.logo-marquee:hover .marquee-track { animation-play-state: paused; }
.logo-chip { min-width: 172px; height: 76px; border-radius: 18px; display: grid; place-items: center; background: rgba(5,18,37,.55); border: 1px solid rgba(255,255,255,.1); color: #fff; font-weight: 900; letter-spacing: -.02em; font-size: 21px; }
.caixa { color: #fff; text-shadow: 2px 0 #ff8c00; }
.itau { background: #073b98; color: #ffd400; border-radius: 18px; }
.psg { border-radius: 999px; min-width: 92px; font-size: 18px; background: radial-gradient(circle, #e62b2b 0 18%, #0a3f8f 19% 62%, #fff 63% 68%, rgba(5,18,37,.65) 69%); }
.boticario { font-family: Georgia, serif; font-size: 18px; }
.localiza { color: #8dea32; }
.cacau { font-family: Georgia, serif; font-size: 19px; }
.nissan { border-radius: 999px; min-width: 140px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.split-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.split-head p { max-width: 650px; }
.niche-section { scroll-margin-top: 90px; }
.niche-section.alt { background: #fbfdff; }
.mini-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mini-products article { border: 1px solid var(--line); background: #fff; border-radius: 22px; padding: 22px; display: flex; justify-content: space-between; gap: 20px; align-items: center; box-shadow: 0 12px 30px rgba(5,18,37,.04); }
.mini-products strong { font-size: 17px; }
.mini-products span { color: var(--blue); font-weight: 900; white-space: nowrap; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps-grid article { background: #fff; border-radius: 26px; padding: 28px; border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(5,18,37,.05); }
.steps-grid span { width: 46px; height: 46px; border-radius: 999px; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 900; margin-bottom: 18px; }
.steps-grid h3 { margin: 0 0 10px; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.final-cta { padding: 80px 0; }
.final-box { text-align: center; max-width: 760px; }
.final-box .btn { margin-top: 28px; }
.footer { padding: 30px 0; background: #020817; color: rgba(255,255,255,.76); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer strong { color: #fff; }
.floating-whats { position: fixed; right: 18px; bottom: 18px; z-index: 60; background: #16c967; color: #fff; font-weight: 900; padding: 15px 20px; border-radius: 999px; box-shadow: 0 16px 44px rgba(20,184,90,.32); }
@media (max-width: 980px) {
  .desktop-menu { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 410px; }
  .products-grid, .niche-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-products, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .split-head { align-items: start; flex-direction: column; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { height: 68px; }
  .brand-text { display: none; }
  .btn-whats { padding: 12px 15px; }
  .section { padding: 64px 0; }
  .hero { min-height: auto; padding: 76px 0; }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 17px; }
  .hero-visual { display: none; }
  .products-grid, .niche-grid, .mini-products, .steps-grid { grid-template-columns: 1fr; }
  .mini-products article { align-items: start; flex-direction: column; gap: 8px; }
  .logo-chip { min-width: 148px; height: 68px; font-size: 17px; }
  .footer-inner { flex-direction: column; }
}
