:root{
  --bg:#f6f8fc;
  --text:#0b1220;
  --muted:#51627a;
  --stroke:#d9e2ef;

  --blue:#0b2a4a;         /* azul escuro */
  --blue2:#1b4a8a;        /* azul médio */
  --gold:#c7a44b;         /* dourado */

  --dark:#070a0f;
  --dark2:#0d1320;
  --darkStroke:#223044;
  --darkText:#e6edf3;
  --darkMuted:#9fb0c2;

  --radius:22px;
  --shadow: 0 20px 70px rgba(0,0,0,.12);
  --shadowDark: 0 26px 90px rgba(0,0,0,.42);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 12% 0%, rgba(27,74,138,.12), transparent 60%),
    radial-gradient(700px 420px at 85% 12%, rgba(199,164,75,.10), transparent 60%),
    var(--bg);
}

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

.container{ max-width:1100px; margin:0 auto; padding:0 18px; }

/* --- Top shell (Finconte-like) --- */
.shell{ padding:18px 0 24px; }
.shell__inner{
  max-width:1200px;
  margin:0 auto;
  padding:18px;
}

.shell__inner{
  border-radius: 28px;
  background:
    radial-gradient(700px 420px at 25% 0%, rgba(27,74,138,.35), transparent 62%),
    radial-gradient(620px 420px at 78% 10%, rgba(199,164,75,.22), transparent 64%),
    linear-gradient(180deg, rgba(13,19,32,.98), rgba(7,10,15,.98));
  border:1px solid rgba(34,48,68,.7);
  box-shadow: var(--shadowDark);
  overflow:hidden;
}

.shell__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 0;
}

.brand{ display:flex; align-items:center; gap:12px; }
.brand__logo{ height:34px; width:auto; display:block; }

.nav{ display:none; gap:18px; color: var(--darkMuted); font-weight:700; font-size:14px; }
.nav a:hover{ color: var(--darkText); }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(34,48,68,.9);
  background: rgba(255,255,255,.04);
  color: var(--darkText);
  font-weight:800;
  font-size:14px;
}
.btn:hover{ transform: translateY(-1px); transition: .12s ease; }

.btn--primary{
  background: linear-gradient(135deg, rgba(27,74,138,1), rgba(11,42,74,1));
  border-color: rgba(27,74,138,.9);
}
.btn--ghost{ background: transparent; }
.btn--big{ padding:14px 18px; font-size:15px; }

.pill{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(34,48,68,.75);
  color: var(--darkMuted);
  font-weight:700;
  font-size:13px;
  background: rgba(255,255,255,.03);
}

.hero{
  display:grid;
  gap:22px;
  padding:26px 14px 18px;
}

.hero__copy h1{
  margin:12px 0 10px;
  font-size:38px;
  line-height:1.06;
  letter-spacing:-0.03em;
  color: var(--darkText);
}

.accent{
  background: linear-gradient(90deg, rgba(199,164,75,1), rgba(255,255,255,1));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.lead{ color: var(--darkMuted); font-size:16px; line-height:1.6; max-width:56ch; }
.hero__cta{ display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 8px; }

.hero__stats{ display:grid; gap:10px; margin-top:8px; }
.stat{ padding:12px 14px; border-radius: var(--radius); border:1px solid rgba(34,48,68,.7); background: rgba(255,255,255,.03); }
.stat__k{ color: var(--darkMuted); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.07em; }
.stat__v{ margin-top:6px; font-weight:900; color: var(--darkText); }

.hero__logos{ margin-top:10px; color: var(--darkMuted); font-weight:600; font-size:13px; }

.hero__art{ position:relative; min-height:360px; }

.heroMedia{
  position:absolute;
  inset:0;
  border-radius: 28px;
  overflow:hidden;
  border:1px solid rgba(34,48,68,.65);
  background: rgba(255,255,255,.03);
}
.heroMedia__img{
  width:100%; height:100%; object-fit:cover;
  display:block;
  filter: saturate(1.05) contrast(1.02);
}
.heroMedia__img--mobile{ display:none; }
.heroMedia__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(480px 300px at 30% 20%, rgba(27,74,138,.45), transparent 60%),
    radial-gradient(520px 340px at 75% 10%, rgba(199,164,75,.22), transparent 60%),
    linear-gradient(180deg, rgba(7,10,15,.35), rgba(7,10,15,.65));
}

.mockup{
  position:relative;
  border-radius: 26px;
  border:1px solid rgba(34,48,68,.75);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.mockup--phone{
  max-width: 460px;
  margin: 0 auto;
  padding:16px;
  position:relative;
  z-index:2;
}

.mockup__screen{
  border-radius: 18px;
  background: rgba(7,10,15,.72);
  border:1px solid rgba(34,48,68,.55);
  padding:14px;
  color: var(--darkText);
}

.mockup__title{ font-weight:900; }
.mockup__row{ display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
.chip{ padding:6px 10px; border-radius:999px; border:1px solid rgba(34,48,68,.65); background: rgba(27,74,138,.14); color: var(--darkText); font-weight:800; font-size:12px; }

.mockup__chart{
  margin-top:12px;
  height:120px;
  border-radius: 16px;
  background:
    radial-gradient(220px 120px at 25% 10%, rgba(199,164,75,.18), transparent 60%),
    radial-gradient(240px 140px at 75% 0%, rgba(27,74,138,.35), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(34,48,68,.55);
}

.mockup__mini{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:12px; }
.miniCard{ padding:10px; border-radius: 16px; border:1px solid rgba(34,48,68,.55); background: rgba(255,255,255,.03); }
.miniCard__k{ color: var(--darkMuted); font-weight:800; font-size:12px; }
.miniCard__v{ margin-top:6px; font-weight:900; }

.mockup__note{ margin-top:12px; color: var(--darkMuted); font-size:13px; line-height:1.45; }

.float{ position:absolute; border-radius: 999px; filter: blur(0px); opacity:.9; }
.float--a{ width:140px; height:140px; left:-18px; top:30px; background: radial-gradient(circle at 30% 30%, rgba(27,74,138,.45), transparent 60%); }
.float--b{ width:160px; height:160px; right:-24px; top:18px; background: radial-gradient(circle at 40% 40%, rgba(199,164,75,.28), transparent 60%); }
.float--c{ width:220px; height:220px; right:20px; bottom:-60px; background: radial-gradient(circle at 40% 40%, rgba(27,74,138,.30), transparent 60%); }

/* --- Sections (light) --- */
.section{ padding:56px 0; }
.section--alt{ background: rgba(255,255,255,.70); border-top:1px solid var(--stroke); border-bottom:1px solid var(--stroke); }
.section--dark{ background: #070a0f; color: var(--darkText); }

h2{ margin:0; font-size:28px; letter-spacing:-0.02em; }
.sub{ margin:10px 0 0; color: var(--muted); line-height:1.55; max-width:74ch; }
.sub--dark{ color: var(--darkMuted); }

.eyebrow{ display:inline-flex; margin-bottom:10px; font-weight:900; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color: var(--blue2); }
.eyebrow--dark{ color: var(--gold); }

.split{ display:grid; gap:14px; align-items:start; }
.split--tight{ gap:18px; }

.callout{
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(27,74,138,.06), rgba(255,255,255,.80));
  box-shadow: var(--shadow);
  padding:16px;
}
.callout__title{ font-weight:900; }

.grid3{ display:grid; gap:12px; margin-top:18px; }

.card{
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  background: rgba(255,255,255,.85);
  padding:16px;
  box-shadow: var(--shadow);
}
.card h3{ margin:0 0 8px; }
.card p{ margin:0; color: var(--muted); line-height:1.55; }

.bullets{ margin:14px 0 0; padding-left:18px; color: var(--muted); line-height:1.6; }
.bullets li{ margin:8px 0; }

.row{ margin-top:16px; display:flex; gap:12px; flex-wrap:wrap; }

.videoCard{
  border:1px solid var(--stroke);
  border-radius: 24px;
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow);
  padding:14px;
}
.videoCard__frame{
  border-radius: 18px;
  height: 260px;
  border:1px solid rgba(27,74,138,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  background: #0a0f18;
}

/* Notion-like blurred background layer */
.videoCard__frame::before{
  content:"";
  position:absolute;
  inset:-12px;
  background-image: url('/assets/blur-bg.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(14px) saturate(1.05);
  opacity: .65;
  transform: scale(1.05);
}

/* subtle moving blur */
.videoCard__frame::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 220px at 25% 20%, rgba(27,74,138,.45), transparent 60%),
    radial-gradient(420px 240px at 75% 20%, rgba(199,164,75,.22), transparent 60%),
    linear-gradient(180deg, rgba(7,10,15,.35), rgba(7,10,15,.68));
  animation: floatGlow 8s ease-in-out infinite;
}

@keyframes floatGlow{
  0%,100%{ transform: translate3d(0,0,0); }
  50%{ transform: translate3d(0,-6px,0); }
}

.videoCard__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity: .40;
  filter: blur(0px);
}

.videoCard__hint{
  position:absolute;
  bottom:10px;
  left:10px;
  right:10px;
  color: rgba(255,255,255,.75);
  font-size:12px;
  line-height:1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
  z-index: 3;
}
.videoCard__meta{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; color: var(--muted); font-weight:700; }
.metaItem{ display:flex; gap:8px; align-items:center; }
.dot{ width:10px; height:10px; border-radius:999px; background: rgba(27,74,138,.9); }
.dot--gold{ background: rgba(199,164,75,.95); }
.dot--blue{ background: rgba(11,42,74,.95); }

.centerHead{ text-align:center; }
.centerHead--dark{ color: var(--darkText); }

/* --- Services ("Serviços") animated background (code-based motion) */
#produtos{ position:relative; overflow:hidden; }
#produtos .container{ position:relative; z-index:2; }
#produtos .servicesMotion{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
  pointer-events:none;
  opacity:.65;
}
/* subtle gradient veil so text stays readable */
#produtos::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(255,255,255,.14), transparent 60%),
    radial-gradient(800px 420px at 80% 25%, rgba(199,164,75,.12), transparent 60%),
    radial-gradient(900px 520px at 50% 95%, rgba(27,74,138,.14), transparent 65%),
    linear-gradient(180deg, rgba(7,10,15,.45), rgba(7,10,15,.75));
}
@media (prefers-reduced-motion: reduce){
  #produtos .servicesMotion{ display:none; }
}

.steps{ display:grid; gap:12px; margin-top:18px; }
.step{
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow);
  padding:16px;
}
.step__num{
  width:34px; height:34px;
  border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(199,164,75,.14);
  color: var(--gold);
  border:1px solid rgba(199,164,75,.25);
  margin-bottom:10px;
}
.step h3{ margin:0 0 8px; }
.step p{ margin:0; color: var(--muted); line-height:1.55; }

/* --- Dark section components --- */
.section--dark .card,
.section--dark .plan,
.section--dark .darkCta{
  border-color: rgba(34,48,68,.75);
  background: rgba(13,19,32,.55);
  box-shadow: var(--shadowDark);
}

.plans{ display:grid; gap:12px; margin-top:18px; }
.plan{
  border:1px solid rgba(34,48,68,.75);
  border-radius: 24px;
  padding:18px;
}
.plan__tag{ display:inline-flex; padding:6px 10px; border-radius:999px; border:1px solid rgba(199,164,75,.25); color:var(--gold); background: rgba(199,164,75,.10); font-weight:900; font-size:12px; }
.plan--highlight{ border-color: rgba(27,74,138,.85); }
.plan h3{ margin:12px 0 6px; }

.list{ margin:10px 0 0; padding-left:18px; color: var(--darkMuted); line-height:1.6; }
.list li{ margin:6px 0; }

.muted{ color: var(--darkMuted); }
.center{ margin-top:18px; display:flex; justify-content:center; }

.darkCta{
  margin-top:14px;
  border-radius: 24px;
  padding:16px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.darkCta__title{ font-weight:900; color: var(--darkText); }

/* Testimonials */
.testimonials{ display:grid; gap:12px; margin-top:18px; }
.quote{
  margin:0;
  padding:16px;
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow);
}
.quote blockquote{ margin:0; font-weight:650; line-height:1.55; }
.quote figcaption{ margin-top:10px; color: var(--muted); font-size:13px; }

/* FAQ */
.faq{ display:grid; gap:10px; }
.faqItem{ border:1px solid var(--stroke); border-radius: var(--radius); background: rgba(255,255,255,.85); box-shadow: var(--shadow); padding:12px 14px; }
.faqItem summary{ font-weight:900; cursor:pointer; }
.faqItem p{ margin:10px 0 0; color: var(--muted); line-height:1.55; }

/* Final */
.final{ padding: 54px 0 66px; }
.final__box{
  border-radius: 28px;
  padding: 22px;
  border:1px solid rgba(34,48,68,.75);
  background:
    radial-gradient(520px 260px at 20% 0%, rgba(27,74,138,.30), transparent 60%),
    radial-gradient(520px 260px at 80% 15%, rgba(199,164,75,.20), transparent 60%),
    linear-gradient(180deg, rgba(13,19,32,.98), rgba(7,10,15,.98));
  color: var(--darkText);
  box-shadow: var(--shadowDark);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

/* Footer */
.footer{ padding:18px 0 26px; border-top:1px solid var(--stroke); }
.footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.footer__links{ display:flex; gap:14px; color: var(--muted); font-weight:700; font-size:14px; }
.footer__links a:hover{ color: var(--text); }

/* Make light-section buttons readable */
.section .btn{ color: var(--text); background: rgba(255,255,255,.85); border-color: var(--stroke); }
.section .btn--primary{ color:#fff; background: linear-gradient(135deg, rgba(27,74,138,1), rgba(11,42,74,1)); border-color: rgba(27,74,138,.9); }
.section .btn--ghost{ background: transparent; }

/* Responsive / Mobile-first (avoid overlap) */
@media (min-width: 900px){
  .nav{ display:flex; }
  .hero{ grid-template-columns: 1.15fr .85fr; align-items:center; padding: 34px 20px 24px; }
  .hero__copy h1{ font-size:52px; }
  .hero__stats{ grid-template-columns: repeat(3, 1fr); }

  .split{ grid-template-columns: 1.2fr .8fr; }
  .grid3{ grid-template-columns: repeat(3, 1fr); }
  .steps{ grid-template-columns: repeat(3, 1fr); }
  .plans{ grid-template-columns: repeat(2, 1fr); }
  .testimonials{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 899px){
  /* mobile: swap to vertical art image */
  .heroMedia__img--desk{ display:none; }
  .heroMedia__img--mobile{ display:block; }
  .hero__art{ min-height: 520px; }
  .mockup--phone{ max-width: 520px; }
}

@media (max-width: 360px){
  .hero__copy h1{ font-size:34px; }
}
