:root {
  --blue: #00a8e8;
  --blue-dark: #0878a9;
  --green: #a7cf39;
  --orange: #f7941d;
  --ink: #29292b;
  --ink-2: #343438;
  --muted: #6d7077;
  --light: #f5f7f8;
  --white: #ffffff;
  --line: #e5e7e9;
  --shadow: 0 18px 50px rgba(25, 34, 43, .10);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(45,45,47,.96);
  backdrop-filter: blur(14px);
  border-top: 4px solid var(--blue);
  box-shadow: 0 5px 25px rgba(0,0,0,.08);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #fff; font-size: .92rem; font-weight: 600; }
.main-nav a { opacity: .88; transition: .2s ease; }
.main-nav a:hover { opacity: 1; color: var(--blue); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.nav-cta:hover { background: var(--blue); color: #fff !important; border-color: var(--blue); }
.menu-toggle { display: none; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display:block; width:26px; height:2px; margin:5px; background:#fff; }

.hero {
  position: relative; min-height: 700px; display:flex; align-items:center;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,168,232,.16), transparent 30%),
    linear-gradient(135deg, #29292b 0%, #323235 58%, #27272a 100%);
  color:#fff; overflow:hidden;
}
.hero::before {
  content:""; position:absolute; inset:auto -10% -45% 45%; height:500px;
  background: radial-gradient(circle, rgba(167,207,57,.16), transparent 65%);
}
.hero-shape { position:absolute; border-radius:50%; filter:blur(2px); opacity:.9; }
.hero-shape-1 { width:330px;height:330px;right:-120px;top:80px;border:1px solid rgba(0,168,232,.4); }
.hero-shape-2 { width:190px;height:190px;right:80px;bottom:50px;border:1px solid rgba(247,148,29,.35); }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: 1.2fr .8fr; align-items:center; gap:80px; padding:90px 0; }
.eyebrow,.section-kicker { display:inline-block; font-size:.76rem; letter-spacing:.16em; font-weight:800; color:var(--blue); }
.hero h1 { font-family:"Manrope",sans-serif; font-size:clamp(2.8rem,6vw,5.2rem); line-height:1.04; letter-spacing:-.045em; max-width:780px; margin:18px 0 24px; }
.hero h1 span, h2 span { color:var(--green); }
.hero-copy > p { max-width:650px; color:#d4d6da; font-size:1.13rem; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:34px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:0 22px; border-radius:999px; font-weight:800; font-size:.9rem; border:1px solid transparent; transition:transform .2s, box-shadow .2s, background .2s; cursor:pointer; }
.btn:hover { transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.15); }
.btn-primary { color:#fff; background:var(--blue); }
.btn-primary:hover { background:#0796cf; }
.btn-ghost { color:#fff; border-color:rgba(255,255,255,.25); }
.btn-ghost:hover { background:rgba(255,255,255,.08); }
.hero-proof { display:flex; flex-wrap:wrap; gap:28px; margin-top:50px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); }
.hero-proof div { display:flex; flex-direction:column; }
.hero-proof strong { font-size:1.05rem; }
.hero-proof span { color:#aeb2b8; font-size:.76rem; }

.hero-card {
  position:relative; min-height:420px; border:1px solid rgba(255,255,255,.15);
  border-radius:34px; background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025));
  display:flex; flex-direction:column; justify-content:flex-end; padding:36px; overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.2);
}
.hero-card-top { position:absolute; top:25px; left:28px; right:28px; display:flex; justify-content:space-between; color:#aeb2b8; font-size:.68rem; letter-spacing:.16em; }
.dot { width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 7px rgba(247,148,29,.10); }
.hero-icon { position:absolute; top:105px; left:50%; transform:translateX(-50%); font-size:10rem; color:var(--blue); text-shadow:0 0 60px rgba(0,168,232,.35); }
.hero-card p { font-size:1.4rem; letter-spacing:.04em; color:#fff; }
.hero-card p strong { color:var(--green); }
.hero-card small { color:#aeb2b8; margin-top:6px; }
.orbit { position:absolute; border:1px solid rgba(255,255,255,.10); border-radius:50%; }
.orbit-a { width:340px;height:340px;left:50%;top:54px;transform:translateX(-50%); }
.orbit-b { width:230px;height:230px;left:50%;top:109px;transform:translateX(-50%);border-color:rgba(0,168,232,.18); }

.section { padding:110px 0; }
.two-col { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:start; }
h2 { font-family:"Manrope",sans-serif; font-size:clamp(2.3rem,4.5vw,4rem); line-height:1.05; letter-spacing:-.04em; margin-top:16px; }
.about { background:#fff; }
.about-text { font-size:1.05rem; color:var(--muted); max-width:690px; }
.about-text p + p { margin-top:18px; }
.text-link { display:inline-flex; gap:12px; margin-top:25px; color:var(--ink); font-weight:800; border-bottom:2px solid var(--blue); padding-bottom:4px; }
.text-link span { color:var(--blue); }

.services { background:var(--light); }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:50px; margin-bottom:50px; }
.section-heading > p { max-width:470px; color:var(--muted); }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { position:relative; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:32px; min-height:350px; transition:.25s; overflow:hidden; }
.service-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); border-color:rgba(0,168,232,.25); }
.service-card.featured { background:var(--ink); color:#fff; border-color:var(--ink); }
.service-number { position:absolute; top:20px; right:24px; font-size:.72rem; font-weight:800; color:#aeb2b8; }
.service-icon { width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:rgba(0,168,232,.10);color:var(--blue);font-size:1.5rem;margin-bottom:26px; }
.featured .service-icon { background:rgba(255,255,255,.09); }
.service-card h3 { font-size:1.22rem; margin-bottom:12px; }
.service-card p { color:var(--muted); font-size:.93rem; }
.featured .service-card p,.featured p { color:#bfc3c9; }
.service-card ul { list-style:none; margin-top:22px; padding-top:18px; border-top:1px solid var(--line); display:grid; gap:7px; font-size:.78rem; color:#555960; }
.featured ul { border-color:rgba(255,255,255,.12); color:#d5d8dc; }
.service-card li::before { content:"✓"; color:var(--blue); font-weight:900; margin-right:8px; }

.differentiators { background:#fff; }
.centered { display:block; text-align:center; }
.centered > p { margin:18px auto 0; color:var(--muted); }
.diff-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:55px; border-top:1px solid var(--line); }
.diff-item { padding:35px 28px; border-right:1px solid var(--line); }
.diff-item:last-child { border-right:0; }
.diff-item > span { color:var(--blue); font-weight:900; font-size:.76rem; }
.diff-item h3 { margin:18px 0 9px; font-size:1.15rem; }
.diff-item p { color:var(--muted); font-size:.88rem; }

.cta-section { background:linear-gradient(100deg,#29292b,#36363a); color:#fff; }
.cta-inner { min-height:330px; display:flex; align-items:center; justify-content:space-between; gap:50px; }
.cta-inner h2 { max-width:680px; }
.cta-inner p { color:#c6c9cd; margin-top:14px; }
.btn-light { background:#fff; color:var(--ink); }
.btn-light:hover { background:var(--green); }

.contact { background:var(--light); }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; }
.contact-intro { color:var(--muted); max-width:570px; margin-top:18px; }
.contact-list { margin-top:38px; display:grid; gap:18px; }
.contact-list > a,.contact-list > div { display:flex; align-items:center; gap:15px; }
.contact-icon { flex:0 0 44px; width:44px;height:44px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--blue);font-weight:800;box-shadow:0 5px 20px rgba(25,34,43,.05); }
.contact-list small { display:block; color:#8b8f95; font-size:.72rem; }
.contact-list strong { font-size:.92rem; }
.social-link { display:inline-flex; gap:8px; margin-top:34px; font-weight:800; }
.social-link span { color:var(--blue); }
.contact-form { background:#fff; border-radius:var(--radius); padding:34px; box-shadow:var(--shadow); display:grid; gap:17px; }
.contact-form label { font-size:.78rem; font-weight:800; color:#4b4e53; }
.contact-form input,.contact-form textarea { width:100%; margin-top:7px; border:1px solid var(--line); border-radius:12px; padding:13px 14px; font:inherit; font-size:.88rem; outline:none; background:#fbfcfc; transition:.2s; resize:vertical; }
.contact-form input:focus,.contact-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(0,168,232,.10); }
.form-note { color:#90949a; font-size:.7rem; line-height:1.4; }

.site-footer { background:#252527; color:#fff; border-bottom:4px solid var(--blue); }
.footer-top { padding:65px 0; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:45px; }
.footer-brand img { width:190px; }
.footer-brand p { color:#9da0a5; margin-top:14px; font-size:.86rem; }
.footer-col { display:grid; align-content:start; gap:9px; }
.footer-col h4 { font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:8px; color:#fff; }
.footer-col a,.footer-col span { color:#aeb1b6; font-size:.83rem; }
.footer-col a:hover { color:var(--blue); }
.footer-bottom { padding:20px 0; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; gap:20px; color:#85898f; font-size:.73rem; }
.footer-bottom a:hover { color:#fff; }

@media (max-width: 960px) {
  .main-nav { gap:18px; }
  .hero-grid { grid-template-columns:1fr; gap:55px; }
  .hero-card { min-height:350px; max-width:620px; width:100%; margin:auto; }
  .two-col,.contact-grid { grid-template-columns:1fr; gap:45px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .diff-grid { grid-template-columns:repeat(2,1fr); }
  .diff-item:nth-child(2) { border-right:0; }
  .diff-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cta-inner { padding:70px 0; }
  .footer-top { grid-template-columns:2fr 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height:74px; }
  .brand img { width:175px; }
  .menu-toggle { display:block; }
  .main-nav { position:absolute; top:74px; left:0; right:0; padding:20px 20px 25px; background:#2d2d2f; display:none; flex-direction:column; align-items:stretch; }
  .main-nav.open { display:flex; }
  .main-nav a { padding:10px 4px; }
  .nav-cta { text-align:center; }
  .hero { min-height:auto; }
  .hero-grid { padding:75px 0; }
  .hero h1 { font-size:clamp(2.55rem,12vw,3.8rem); }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-proof { gap:18px; }
  .hero-proof div { min-width:calc(50% - 10px); }
  .hero-card { min-height:330px; padding:28px; }
  .section { padding:78px 0; }
  .section-heading { display:block; margin-bottom:35px; }
  .section-heading > p { margin-top:20px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .diff-grid { grid-template-columns:1fr; }
  .diff-item { border-right:0; border-bottom:1px solid var(--line); }
  .diff-item:last-child { border-bottom:0; }
  .cta-inner { display:block; }
  .cta-inner .btn { margin-top:28px; }
  .contact-form { padding:24px; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; }
}


/* V1 — contato sem formulário */
.contact-grid.no-form { grid-template-columns: 1fr 1fr; align-items: stretch; }
.contact-cta {
  min-height: 100%;
  border-radius: var(--radius);
  padding: 42px;
  color: #fff;
  background: linear-gradient(145deg, var(--ink), #3a3a3e);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.contact-cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  right: -100px;
  top: -90px;
}
.contact-cta-mark {
  color: var(--blue);
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 18px;
}
.contact-cta > span {
  color: var(--green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.contact-cta h3 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.12;
  margin: 15px 0 28px;
  max-width: 440px;
}
.contact-cta .btn { width: fit-content; position: relative; z-index: 2; }
.whatsapp-btn {
  width: fit-content;
  margin-top: 15px;
  color: #c9ccd0;
  font-size: .8rem;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.whatsapp-btn span { color: var(--green); margin-left: 7px; }

@media (max-width: 960px) {
  .contact-grid.no-form { grid-template-columns: 1fr; }
  .contact-cta { min-height: 340px; }
}
@media (max-width: 720px) {
  .contact-cta { padding: 30px; min-height: 310px; }
}
