/* ============================================================
   Softfocus — Homepage
   Dark / premium / tech-agrícola
   ============================================================ */

:root {
  --bg: #080C14;
  --bg-2: #101b2b;
  --bg-3: #16243a;
  --blue: #00a3e4;
  --blue-soft: #4cc4f0;
  --blue-deep: #0077b6;
  --slate: #788694;
  --slate-soft: #9aa6b2;
  --ink: #eaf1f8;
  --ink-2: #b3c0cf;
  --ink-3: #7b8794;
  --line: rgba(120, 134, 148, 0.16);
  --line-strong: rgba(120, 134, 148, 0.28);
  --card: rgba(255, 255, 255, 0.022);
  --card-2: rgba(255, 255, 255, 0.04);
  --glow-blue: rgba(0, 163, 228, 0.5);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --maxw: 1240px;
  --gutter: 40px;
  --radius: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}

/* hide custom cursor fallback for touch */
@media (hover: none) { body { cursor: auto; } }

h1, h2, h3, h4, .display {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: rgba(0,163,228,.3); color: #fff; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.grad-blue {
  background: linear-gradient(105deg, var(--blue) 0%, var(--blue-soft) 60%, #aee6fb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: linear-gradient(90deg, var(--blue), transparent);
}

.section-pad { padding: 130px 0; position: relative; }
.section-head { max-width: 760px; margin-bottom: 64px; }
.section-head h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  margin-top: 20px;
}
.section-head p {
  color: var(--ink-2);
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  max-width: 620px;
}

/* ============================================================
   Modern visual system — cosmic field + floating light panels
   ============================================================ */
/* continuous aurora behind everything (shows through dark sections) */
body::before {
  content: "";
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(46% 38% at 10% 6%, rgba(0,163,228,.20), transparent 62%),
    radial-gradient(42% 36% at 92% 18%, rgba(120,134,148,.15), transparent 64%),
    radial-gradient(60% 50% at 82% 96%, rgba(0,163,228,.15), transparent 66%),
    radial-gradient(50% 40% at 4% 88%, rgba(120,134,148,.12), transparent 64%),
    radial-gradient(90% 46% at 50% 0%, rgba(0,163,228,.10), transparent 60%);
}

/* abstract-shape decoration layer (lives inside a section) */
.deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; border-radius: inherit; }
.orb { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .5; }
.orb-b { background: radial-gradient(circle, rgba(0,163,228,.55), transparent 70%); }
.orb-s { background: radial-gradient(circle, rgba(120,134,148,.5), transparent 70%); }
.rings { position: absolute; color: rgba(0,163,228,.16); }
.rings.slate { color: rgba(120,134,148,.16); }
.dotgrid {
  position: absolute; inset: 0;
  background-image: radial-gradient(currentColor 1.2px, transparent 1.3px);
  background-size: 26px 26px;
}

/* LIGHT content sits on a floating rounded panel over the cosmic field */
.section-light {
  --ink: #0d1825;
  --ink-2: #45566a;
  --ink-3: #76879b;
  --line: rgba(18, 42, 70, 0.12);
  --line-strong: rgba(18, 42, 70, 0.20);
  --card: #ffffff;
  --card-2: #f3f8fc;
  position: relative;
  z-index: 1;
  color: var(--ink);
  margin: clamp(36px, 6vw, 80px) clamp(16px, 3.2vw, 64px);
  padding: clamp(80px, 8vw, 120px) clamp(24px, 4vw, 60px);
  border-radius: 44px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 88% 0%, rgba(0,163,228,.07), transparent 52%),
    linear-gradient(180deg, #eef3f9, #e7eef6);
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 50px 100px -55px rgba(4, 12, 24, .85),
    0 0 0 1px rgba(18, 42, 70, .05);
}
.section-light .wrap { position: relative; z-index: 2; padding-left: 0; padding-right: 0; }
.section-light .dotgrid { color: rgba(18,42,70,.07); -webkit-mask: radial-gradient(120% 90% at 90% -10%, #000, transparent 62%); mask: radial-gradient(120% 90% at 90% -10%, #000, transparent 62%); }

/* give flat cards real separation on the light ground */
.section-light .pain-card,
.section-light .sol-card {
  box-shadow: 0 1px 2px rgba(16, 40, 66, .04), 0 18px 40px -26px rgba(16, 40, 66, .22);
}
.section-light .pain-card:hover,
.section-light .sol-card:hover {
  box-shadow: 0 1px 2px rgba(16, 40, 66, .05), 0 26px 54px -24px rgba(0, 163, 228, .28);
}
.section-light .pain-ico,
.section-light .sol-ico {
  background: rgba(0,163,228,.10);
  border-color: rgba(0,163,228,.26);
}
.section-light .eyebrow { color: var(--blue-deep); }

/* dark content sections breathe directly on the cosmic field */
.dark-deco { position: relative; }
.dark-deco > .wrap, .cta > .wrap { position: relative; z-index: 2; }

@media (max-width: 620px) {
  .section-light { margin: 30px 12px; border-radius: 30px; }
}

/* legacy seam (unused) kept harmless */
.seam { display: none; }

/* ============================================================
   Custom cursor
   ============================================================ */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.cursor-dot {
  width: 7px; height: 7px;
  background: var(--blue);
  box-shadow: 0 0 12px var(--glow-blue);
}
.cursor-ring {
  width: 34px; height: 34px;
  border: 1.5px solid rgba(0,163,228,.55);
  transition: width .25s var(--ease), height .25s var(--ease),
              border-color .25s var(--ease), background .25s var(--ease);
}
.cursor-ring.is-hover {
  width: 62px; height: 62px;
  border-color: rgba(0,163,228,.9);
  background: rgba(0,163,228,.06);
}
@media (hover: none) { .cursor-dot, .cursor-ring { display: none; } }

/* ============================================================
   Background particle canvas
   ============================================================ */
#particles {
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .85;
}
.page { position: relative; z-index: 1; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .01em;
  padding: 15px 26px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease),
              background .3s var(--ease), border-color .3s var(--ease);
  cursor: none;
  position: relative;
  overflow: hidden;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary {
  background: var(--blue);
  color: #021019;
  box-shadow: 0 8px 30px -8px var(--glow-blue);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px var(--glow-blue);
  background: var(--blue-soft);
}
.btn-ghost {
  background: rgba(255,255,255,.03);
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  border-color: var(--blue);
  background: rgba(0,163,228,.07);
  transform: translateY(-2px);
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200;
  transition: background .4s var(--ease), border-color .4s var(--ease),
              backdrop-filter .4s var(--ease), padding .4s var(--ease);
  padding: 22px 0;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(8, 12, 20, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.logo .focus { color: var(--blue); }
.logo img { display: block; height: 30px; width: auto; transition: height .4s var(--ease); }
.nav.scrolled .logo img { height: 26px; }
.footer-brand .logo img { height: 34px; }
@media (max-width: 620px) { .logo img { height: 25px; } }
.nav-links { display: flex; gap: 34px; align-items: center; flex-shrink: 0; }
.nav-links a {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-2);
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
  transition: color .25s var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  height: 1.5px; width: 0; background: var(--blue);
  transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 26px; flex-shrink: 0; }
.nav-right .btn { white-space: nowrap; }
.logo { flex-shrink: 0; }
.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 11px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.03);
  cursor: none;
  padding: 0;
  place-items: center;
  align-content: center;
  justify-items: center;
  gap: 5px;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.nav-toggle:hover { border-color: var(--blue); background: rgba(0,163,228,.07); }
.nav-toggle span {
  display: block; width: 17px; height: 1.5px; border-radius: 2px;
  background: var(--ink);
  transition: transform .35s var(--ease), opacity .3s var(--ease);
}
.nav-toggle.on span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav-toggle.on span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

.nav-mobile {
  position: fixed; top: calc(var(--nav-h, 86px) + 8px); left: 14px; right: 14px;
  z-index: 201;
  display: flex; flex-direction: column; gap: 2px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(8,12,20,.94);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--line-strong);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.9);
}
.nav-mobile[hidden] { display: none; }
.nav-mobile a:not(.nm-cta) {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: 16px; color: var(--ink-2);
  padding: 14px 16px; border-radius: 11px;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.nav-mobile a:not(.nm-cta):hover { background: rgba(0,163,228,.08); color: var(--ink); }
.nav-mobile .nm-cta { margin-top: 10px; justify-content: center; }

@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 188px 0 110px;
  overflow: hidden;
}.hero-spotlight {
  position: absolute;
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,163,228,.16), transparent 65%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: opacity .4s ease;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 460px;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  background: rgba(255,255,255,.02);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: .03em;
}
.hero-tag .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 var(--glow-blue);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,163,228,.5); }
  70% { box-shadow: 0 0 0 9px rgba(0,163,228,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,163,228,0); }
}
.hero h1 {
  font-size: clamp(40px, 5.4vw, 70px);
  margin: 26px 0 0;
}
.hero-sub {
  margin-top: 26px;
  font-size: 19px;
  font-weight: 300;
  color: var(--ink-2);
  max-width: 540px;
  line-height: 1.65;
}
.hero-cta { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero-pills { display: flex; gap: 14px; margin-top: 46px; flex-wrap: wrap; }
.pill {
  border: 1px solid rgba(255,255,255,.14);
  border-top: 2px solid var(--blue);
  border-radius: 12px;
  padding: 18px 22px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px -18px rgba(0,0,0,.8), 0 1px 0 rgba(255,255,255,.10) inset;
  flex: 1;
  min-width: 130px;
  transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.pill:hover { background: rgba(255,255,255,.10); border-color: rgba(0,163,228,.45); transform: translateY(-2px); }
.pill .num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #fff;
}
.pill .lbl { font-size: 12.5px; color: var(--ink-2); margin-top: 5px; letter-spacing: .02em; }

/* hero visual — full-bleed, dissolves into the page */
.hero-visual {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 66%;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 26%, #000 56%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 20%, #000 70%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 26%, #000 56%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 20%, #000 70%, transparent 100%);
  mask-composite: intersect;
}
.hero-visual .photo {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .9;
}
.hero-visual .hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity .9s var(--ease);
}
.hero-visual .hero-video.is-ready { opacity: 1; }
.hero-visual .photo-tint, .hero-visual .grain { z-index: 2; }
.hero-visual .float-card { z-index: 3; }
.hero-visual .photo-tint {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,12,20,.10), rgba(8,12,20,.55)),
    linear-gradient(90deg, rgba(8,12,20,.65), transparent 45%),
    linear-gradient(120deg, rgba(0,163,228,.26), transparent 60%);
}
.hero-visual .grain {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px);
  opacity: .5;
}
.float-card {
  position: absolute;
  background: rgba(10, 16, 26, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 14px 16px;
  min-width: 168px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.7);
  animation: floaty 6s ease-in-out infinite;
}
.float-card .fc-top { display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; }
.float-card .fc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.float-card .fc-val { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 24px; margin-top: 8px; }
.float-card .fc-val .u { font-size: 14px; color: var(--ink-2); font-weight: 500; }
.float-card .fc-bar { height: 4px; border-radius: 4px; background: rgba(255,255,255,.07); margin-top: 10px; overflow: hidden; }
.float-card .fc-bar i { display: block; height: 100%; background: var(--blue); border-radius: 4px; }
.fc-1 { top: 7%; right: -28px; animation-delay: 0s; }
.fc-2 { bottom: 16%; left: -34px; animation-delay: -2s; }
.fc-3 { bottom: -10px; right: 18%; animation-delay: -4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual, .hero-visual.sf-reveal { width: 100%; opacity: .28; }
  .hero-copy { position: relative; z-index: 2; }
}



/* ============================================================
   TRUST BAR
   ============================================================ */
.trust {
  position: relative;
  padding: 74px 0 70px;
  background: radial-gradient(120% 140% at 50% 50%, rgba(0,163,228,.05), transparent 74%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust::before, .trust::after {
  content: "";
  position: absolute; left: 50%; transform: translateX(-50%);
  width: min(560px, 70%); height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: .55;
}
.trust::before { top: -1px; }
.trust::after { bottom: -1px; }
.trust .wrap { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.trust-label {
  position: relative;
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: 12.5px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink-2); text-align: center; line-height: 1.5;
}
.trust-label::before, .trust-label::after {
  content: ""; width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,163,228,.85));
}
.trust-label::after { background: linear-gradient(90deg, rgba(0,163,228,.85), transparent); }
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.trust-logos span {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .01em;
  color: var(--ink-2);
  padding: 4px 26px;
  white-space: nowrap;
  border-left: 1px solid var(--line);
  transition: color .3s var(--ease);
}
.trust-logos span:first-child { border-left: none; }
.trust-logos span:hover { color: var(--ink); }
@media (max-width: 760px) {
  .trust-logos span { padding: 6px 16px; font-size: 14px; border-left: none; }
  .trust-logos { gap: 4px 0; }
}

/* ============================================================
   PAIN
   ============================================================ */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pain-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  background: var(--card);
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
}
.pain-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx,50%) var(--my,0%), rgba(0,163,228,.08), transparent 60%);
  opacity: 0; transition: opacity .4s var(--ease);
}
.pain-card:hover { transform: translateY(-5px); border-color: var(--line-strong); background: var(--card-2); }
.pain-card:hover::before { opacity: 1; }
.pain-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800; font-size: 14px;
  color: var(--ink-3);
  letter-spacing: .1em;
}
.pain-ico {
  width: 46px; height: 46px;
  border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(0,163,228,.09);
  border: 1px solid rgba(0,163,228,.22);
  margin: 18px 0 20px;
  color: var(--blue);
}
.pain-ico svg { width: 23px; height: 23px; }
.pain-card h3 { font-size: 19px; margin-bottom: 10px; }
.pain-card p { font-size: 14.5px; color: var(--ink-2); font-weight: 300; line-height: 1.6; }

@media (max-width: 900px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .pain-grid { grid-template-columns: 1fr; } }

/* ============================================================
   GAINS
   ============================================================ */
.gains-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.gains-list { display: flex; flex-direction: column; }
.gain-item {
  display: flex; gap: 22px;
  padding: 26px 18px;
  border-bottom: 1px solid var(--line);
  cursor: none;
  transition: background .3s var(--ease), padding-left .3s var(--ease);
}
.gain-item:first-child { border-top: 1px solid var(--line); }
.gain-item:hover { background: rgba(0,163,228,.04); padding-left: 26px; }
.gain-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800; font-size: 16px;
  color: var(--blue);
  min-width: 30px;
  padding-top: 2px;
}
.gain-body h3 { font-size: 20px; margin-bottom: 6px; }
.gain-body p { font-size: 14.5px; color: var(--ink-2); font-weight: 300; }

.gains-sticky { position: sticky; top: 110px; }
.browser {
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.8);
}
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.13); }
.browser-bar .url { margin-left: 12px; font-size: 12px; color: var(--ink-3); font-family: 'Space Grotesk', sans-serif; }
.browser-bar .live { margin-left: auto; font-size: 11px; color: var(--blue); display: flex; align-items: center; gap: 6px; letter-spacing: .05em; }
.browser-bar .live i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: pulse 2s infinite; }
.dash { padding: 22px; }
.dash-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 18px; }
.kpi { border: 1px solid var(--line); border-radius: 11px; padding: 14px; background: var(--card); }
.kpi .k-lbl { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.kpi .k-val { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 22px; margin-top: 6px; }
.kpi .k-val.blue { color: var(--blue); }
.kpi .k-trend { font-size: 11px; color: var(--slate-soft); margin-top: 3px; }
.dash-chart { height: 92px; display: flex; align-items: flex-end; gap: 7px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; margin-bottom: 16px; background: var(--card); }
.dash-chart i { flex: 1; background: linear-gradient(180deg, var(--blue), rgba(0,163,228,.25)); border-radius: 3px 3px 0 0; opacity: .85; }
.dash-table { border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.dash-row { display: grid; grid-template-columns: 1.4fr 1fr 0.9fr; gap: 10px; padding: 11px 14px; font-size: 12.5px; align-items: center; }
.dash-row + .dash-row { border-top: 1px solid var(--line); }
.dash-row.head { color: var(--ink-3); text-transform: uppercase; font-size: 10.5px; letter-spacing: .06em; background: rgba(255,255,255,.015); }
.dash-row .st { display: inline-flex; align-items: center; gap: 6px; }
.dash-row .st i { width: 7px; height: 7px; border-radius: 50%; }
.st.ok i { background: var(--blue); } .st.ok { color: var(--blue-soft); }
.st.wait i { background: var(--slate); } .st.wait { color: var(--slate-soft); }

@media (max-width: 980px) {
  .gains-grid { grid-template-columns: 1fr; gap: 40px; }
  .gains-sticky { position: static; }
}

/* ============================================================
   STATS BAND
   ============================================================ */
.stats {
  background: radial-gradient(130% 120% at 50% 50%, rgba(14, 24, 42, .92), transparent 78%);
  padding: 104px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.stat { text-align: left; }
.stat .s-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 4.6vw, 60px);
  color: var(--blue);
  line-height: 1;
}
.stat .s-num .u { font-size: .5em; color: var(--ink); }
.stat .s-lbl { font-size: 14px; color: var(--ink-2); margin-top: 12px; font-weight: 300; }
@media (max-width: 760px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; } }

/* ============================================================
   SOLUTIONS
   ============================================================ */
.sol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sol-card {
  border: 1px solid var(--line);
  border-top: 2px solid var(--blue);
  border-radius: var(--radius);
  padding: 34px 30px;
  background: var(--card);
  transition: transform .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
  position: relative; overflow: hidden;
}
.sol-card.slate { border-top-color: var(--slate); }
.sol-card:hover { transform: translateY(-6px); background: var(--card-2); box-shadow: 0 24px 50px -28px rgba(0,163,228,.4); }
.sol-card.slate:hover { box-shadow: 0 24px 50px -28px rgba(120,134,148,.4); }
.sol-ico { width: 50px; height: 50px; border-radius: 12px; display:grid; place-items:center; background: rgba(0,163,228,.1); color: var(--blue); border:1px solid rgba(0,163,228,.22); margin-bottom: 22px; }
.sol-card.slate .sol-ico { background: rgba(120,134,148,.12); color: var(--slate-soft); border-color: rgba(120,134,148,.25); }
.sol-ico svg { width: 25px; height: 25px; }
.sol-card h3 { font-size: 23px; margin-bottom: 10px; }
.sol-card > p { font-size: 14.5px; color: var(--ink-2); font-weight: 300; margin-bottom: 22px; }
.sol-flow { display: flex; flex-direction: column; gap: 0; }
.sol-step { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--ink-2); padding: 9px 0; position: relative; }
.sol-step i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.sol-card.slate .sol-step i { background: var(--slate); }
.sol-step:not(:last-child)::after { content:""; position:absolute; left: 3.5px; top: 26px; bottom: -8px; width: 1px; background: var(--line-strong); }
@media (max-width: 900px) { .sol-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CLIENTES — refined wordmark marquee
   ============================================================ */
.logo-slider {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  padding: 6px 0;
  -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.logo-track {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 30px);
  width: max-content;
  animation: logoMarquee 46s linear infinite;
}
.logo-slider:hover .logo-track { animation-play-state: paused; }
@keyframes logoMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logo-word {
  flex: 0 0 auto;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: rgba(18, 42, 70, .34);
  transition: color .4s var(--ease), opacity .4s var(--ease);
  cursor: none;
}
.logo-word:hover { color: var(--ink); }
.logo-img { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; height: 104px; width: clamp(180px, 16vw, 232px); padding: 18px 26px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px -30px rgba(9,26,48,.5); transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease); text-decoration: none; cursor: pointer; }
.logo-img img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; opacity: .92; transition: opacity .4s var(--ease); }
.logo-img:hover { border-color: rgba(0,163,228,.32); transform: translateY(-3px); }
.logo-img:hover img { opacity: 1; }
@media (max-width: 760px) { .logo-img { height: 80px; width: 150px; padding: 14px 18px; } }
.logo-sep {
  flex: 0 0 auto;
  width: 5px; height: 5px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: var(--blue);
  opacity: .38;
}
.logo-note {
  margin-top: 34px;
  text-align: center;
  font-size: 13.5px;
  letter-spacing: .04em;
  color: var(--ink-3);
}
@media (prefers-reduced-motion: reduce) { .logo-track { animation: none; } }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.voices { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: stretch; }
.voice-col { display: grid; gap: 22px; }
.voice {
  position: relative; margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 34px 34px 30px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 26px;
  transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}
.voice::before {
  content: ""; position: absolute; left: 34px; right: 34px; top: 0; height: 1px;
  background: linear-gradient(90deg, var(--blue), transparent 70%);
  opacity: 0; transition: opacity .4s var(--ease);
}
.voice:hover { border-color: var(--line-strong); background: var(--card-2); transform: translateY(-4px); }
.voice:hover::before { opacity: 1; }
.voice blockquote {
  margin: 0; font-weight: 300;
  font-size: 17px; line-height: 1.62; color: var(--ink-2);
  text-wrap: pretty;
}
.voice-lead { padding: 44px 44px 38px; justify-content: center; gap: 30px; }
.voice-lead blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400; font-size: clamp(22px, 2.1vw, 29px);
  line-height: 1.38; letter-spacing: -0.015em; color: var(--ink);
}
.v-mark {
  font-family: 'Space Grotesk', sans-serif; font-weight: 800;
  font-size: 74px; line-height: .5; color: var(--blue); opacity: .5;
  display: block; height: 30px;
}
.voice figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 20px; border-top: 1px solid var(--line); }
.v-name { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; color: var(--ink); }
.v-role { font-size: 13px; color: var(--ink-3); letter-spacing: .02em; }
@media (max-width: 900px) {
  .voices { grid-template-columns: 1fr; }
  .voice, .voice-lead { padding: 30px 26px 26px; }
}

/* ============================================================
   CICLO — scroll-driven
   ============================================================ */
.cycle-section { position: relative; }
.cycle-track { height: 440vh; position: relative; }
.cycle-stage {
  position: sticky; top: 0; height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 40px;
  overflow: hidden;
}
.cycle-stage .wrap { display: contents; }
.cycle-left { padding-left: max(var(--gutter), calc((100vw - var(--maxw))/2 + var(--gutter))); position: relative; }
.cycle-label { margin-bottom: 30px; }
.cycle-steps { position: relative; height: 520px; overflow: hidden; }
.cycle-step {
  position: absolute; top: 0; left: 0; right: 0;
  height: 520px;
  display: flex; flex-direction: column; justify-content: center;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}
.cycle-step .c-tag {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue);
}
.cycle-step.slate .c-tag { color: var(--slate-soft); }
.cycle-step h3 { font-size: clamp(32px, 3.7vw, 50px); margin: 16px 0 18px; }
.cycle-step p { font-size: 19px; color: var(--ink-2); font-weight: 300; max-width: 480px; }
.cycle-bullets { margin: 26px 0 28px; display: grid; gap: 13px; }
.cycle-bullets li { list-style: none; display: flex; gap: 13px; font-size: 16.5px; color: var(--ink-2); align-items: flex-start; }
.cycle-bullets li::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); margin-top: 9px; flex-shrink: 0; }
.cycle-step.slate .cycle-bullets li::before { background: var(--slate); }
.cycle-prog { height: 3px; width: 220px; background: rgba(255,255,255,.08); border-radius: 3px; overflow: hidden; }
.cycle-prog i { display: block; height: 100%; width: 0; background: var(--blue); }
.cycle-step.slate .cycle-prog i { background: var(--slate); }

.cycle-right { position: relative; height: 100vh; }
.cycle-cards { position: absolute; inset: 0; transform-origin: center center; will-change: transform; }
.cycle-card {
  position: absolute;
  top: 50%; left: 50%;
  width: 540px; height: 620px;
  margin: -310px 0 0 -270px;
  border-radius: 24px;
  border: 1px solid var(--line-strong);
  border-top: 2px solid var(--blue);
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85);
  padding: 40px;
  will-change: transform;
  overflow: hidden;
}
.cycle-card.slate { border-top-color: var(--slate); }
.cc-idx { font-family:'Space Grotesk',sans-serif; font-weight:800; font-size: 88px; color: rgba(255,255,255,.06); line-height: 1; }
.cc-ico { width: 72px; height: 72px; border-radius: 17px; display:grid; place-items:center; background: rgba(0,163,228,.1); color: var(--blue); border:1px solid rgba(0,163,228,.24); margin: -48px 0 30px auto; }
.cycle-card.slate .cc-ico { background: rgba(120,134,148,.12); color: var(--slate-soft); border-color: rgba(120,134,148,.26); }
.cc-ico svg { width: 36px; height: 36px; }
.cc-title { font-size: 37px; margin-bottom: 22px; }
.cc-list { display: grid; gap: 19px; }
.cc-list div { display: flex; gap: 16px; font-size: 22px; color: var(--ink); align-items: center; }
.cc-list div i { width: 38px; height: 38px; border-radius: 10px; background: rgba(0,163,228,.09); display:grid; place-items:center; color: var(--blue); flex-shrink: 0; }
.cycle-card.slate .cc-list div i { background: rgba(120,134,148,.12); color: var(--slate-soft); }
.cc-list div i svg { width: 20px; height: 20px; }
.cycle-conn { display: none; }
.cycle-conn-off {
  position: absolute; left: 50%; top: 50%;
  width: 700px; height: 700px; margin: -350px 0 0 -350px;
  border-radius: 50%;
  border: 1.5px dashed rgba(0,163,228,.30);
  box-shadow: 0 0 60px -10px rgba(0,163,228,.18) inset;
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
}
.cycle-hub {
  position: absolute;
  top: 50%;
  left: max(var(--gutter), calc((100vw - var(--maxw))/2 + var(--gutter)));
  transform: translateY(-50%);
  width: min(440px, 42vw);
  text-align: left;
  opacity: 0; pointer-events: none;
}
.cycle-hub .hub-tag {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--blue);
}
.cycle-hub h3 { font-size: clamp(30px, 3.4vw, 46px); margin: 14px 0 14px; }
.cycle-hub p { font-size: 18px; color: var(--ink-2); font-weight: 300; max-width: 400px; }

@media (max-width: 980px) {
  .cycle-track { height: auto; }
  .cycle-stage { position: static; height: auto; grid-template-columns: 1fr; padding: 90px 0; gap: 30px; }
  .cycle-left { padding-left: var(--gutter); }
  .cycle-label { position: static; margin-bottom: 30px; }
  .cycle-steps { height: auto; overflow: visible; }
  .cycle-step { position: static; height: auto; display: block; opacity: 1; transform: none; margin-bottom: 50px; }
  .cycle-right { display: none; }
  .cycle-hub { display: none; }
}

/* ============================================================
   WHY
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 84px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.why-item {
  position: relative;
  padding: 46px 48px 48px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .45s var(--ease);
}
.why-item::before {
  content: "";
  position: absolute; left: -1px; top: 0;
  width: 2px; height: 0;
  background: var(--blue);
  transition: height .5s var(--ease);
}
.why-item:hover { background: rgba(255,255,255,.55); }
.why-item:hover::before { height: 100%; }
.why-mark { color: var(--blue); margin-bottom: 26px; }
.why-mark svg { width: 30px; height: 30px; display: block; }
.why-item h3 { font-size: 23px; margin-bottom: 12px; letter-spacing: -0.015em; }
.why-item p { font-size: 15.5px; color: var(--ink-2); font-weight: 300; line-height: 1.65; max-width: 44ch; }

.why-timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--line); }
.tl-item { padding: 30px 24px 0 0; position: relative; }
.tl-item::before { content:""; position: absolute; top: -1px; left: 0; width: 40px; height: 2px; background: var(--blue); }
.tl-num { font-family:'Space Grotesk',sans-serif; font-weight:800; font-size: 14px; color: var(--blue); letter-spacing: .1em; }
.tl-item h4 { font-size: 17px; margin: 12px 0 8px; }
.tl-item p { font-size: 13.5px; color: var(--ink-2); font-weight: 300; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; } .why-item { padding: 36px 30px 38px; } .why-timeline { grid-template-columns: 1fr 1fr; gap: 30px 20px; } }
@media (max-width: 540px) { .why-timeline { grid-template-columns: 1fr; } }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta {
  text-align: center;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.cta-glow {
  position: absolute; left: 50%; top: 50%;
  width: 780px; height: 780px;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(0,163,228,.16), transparent 60%);
  pointer-events: none;
}
.cta h2 { font-size: clamp(38px, 5.2vw, 66px); position: relative; max-width: 900px; margin: 0 auto; }
.cta p { color: var(--ink-2); font-size: 19px; font-weight: 300; margin: 24px auto 40px; max-width: 560px; position: relative; }
.cta-btns { display: flex; gap: 16px; justify-content: center; position: relative; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding: 80px 0 40px; background: var(--bg-2); position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.footer-brand .logo { font-size: 26px; }
.footer-brand p { color: var(--ink-2); font-weight: 300; font-size: 14.5px; margin-top: 18px; max-width: 280px; line-height: 1.6; }
.footer-col h5 { font-family:'Space Grotesk',sans-serif; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 18px; }
.footer-col a { display: block; color: var(--ink-2); font-size: 14.5px; padding: 7px 0; font-weight: 300; transition: color .25s var(--ease); }
.footer-col a:hover { color: var(--blue); }
.cert-badge { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding: 10px 14px 10px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; }
.cert-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 3px; background: rgba(255,255,255,.08); font-size: 11px; letter-spacing: .06em; font-weight: 500; color: var(--ink-2); }
.cert-txt { display: block; font-size: 13px; font-weight: 400; color: var(--ink-2); line-height: 1.35; }
.cert-txt em { display: block; font-style: normal; font-size: 11.5px; color: var(--ink-3); letter-spacing: .01em; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; flex-wrap: wrap; gap: 14px; }
.footer-bottom span { font-size: 13px; color: var(--ink-3); }
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; } }

/* ============================================================
   Scroll reveal — entrance animation, content visible at rest
   (keyframes, not opacity-transitions, so a section is never left blank)
   ============================================================ */
.sf-reveal { opacity: 1; }
@keyframes sfRise {
  from { transform: translateY(46px); }
  to   { transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  html.sf-anim .sf-reveal.sf-in { animation: sfRise .85s var(--ease) both; }
  html.sf-anim .sf-reveal.d1.sf-in { animation-delay: .08s; }
  html.sf-anim .sf-reveal.d2.sf-in { animation-delay: .16s; }
  html.sf-anim .sf-reveal.d3.sf-in { animation-delay: .24s; }
  html.sf-anim .sf-reveal.d4.sf-in { animation-delay: .32s; }
  html.sf-anim .sf-reveal.d5.sf-in { animation-delay: .40s; }
}

/* ============================================================
   CONTATO
   ============================================================ */
.nav-links a.is-active { color: var(--ink); }
.nav-links a.is-active::after { width: 100%; }

/* menu de soluções (hover) */
.nav-drop{position:relative;display:flex;align-items:center}
.nav-drop-t{display:inline-flex;align-items:center;gap:5px}
.nav-drop-t svg{width:13px;height:13px;opacity:.7;transition:transform .25s var(--ease)}
.nav-drop:hover .nav-drop-t{color:var(--ink)}
.nav-drop:hover .nav-drop-t::after{width:100%}
.nav-drop:hover .nav-drop-t svg{transform:rotate(180deg)}
.nav-menu{position:absolute;top:100%;left:-18px;padding-top:16px;min-width:308px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;display:grid}
.nav-drop:hover .nav-menu,.nav-drop:focus-within .nav-menu{opacity:1;visibility:visible;transform:none}
.nav-menu::before{content:"";position:absolute;inset:16px 0 0 0;border-radius:16px;background:rgba(12,18,28,.94);border:1px solid var(--line-strong);backdrop-filter:blur(18px);box-shadow:0 30px 70px -30px rgba(0,0,0,.85)}
.nav-menu a{position:relative;display:grid;gap:3px;padding:14px 20px;font-size:15px}
.nav-menu a::after{display:none}
.nav-menu a:first-of-type{padding-top:17px}
.nav-menu a:last-of-type{padding-bottom:17px}
.nav-menu a+a{border-top:1px solid var(--line)}
.nav-menu strong{font-weight:500;color:var(--ink-2);transition:color .25s var(--ease)}
.nav-menu a:hover strong{color:var(--ink)}
.nav-menu span{font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3)}

.contact-hero { position: relative; padding: 190px 0 120px; }
.contact-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 72px; align-items: start; }
.contact-copy h1 { font-size: clamp(38px, 4.4vw, 60px); margin: 22px 0 0; }
.contact-lead { margin-top: 24px; font-size: 18.5px; font-weight: 300; color: var(--ink-2); max-width: 460px; line-height: 1.65; }

.contact-facts { margin-top: 48px; display: grid; gap: 2px; border-top: 1px solid var(--line); }
.fact { display: flex; align-items: center; gap: 18px; padding: 20px 4px; border-bottom: 1px solid var(--line); transition: padding-left .35s var(--ease); }
.fact:hover { padding-left: 12px; }
.fact-ico { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: var(--blue); background: rgba(0,163,228,.09); border: 1px solid rgba(0,163,228,.22); flex-shrink: 0; }
.fact-ico svg { width: 20px; height: 20px; }
.fact-body { display: flex; flex-direction: column; gap: 3px; }
.fact-lbl { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.fact-val { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 17px; color: var(--ink); }

.contact-assure { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-assure div { display: flex; flex-direction: column; gap: 5px; padding-left: 16px; border-left: 2px solid rgba(0,163,228,.5); }
.contact-assure strong { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; }
.contact-assure span { font-size: 13.5px; color: var(--ink-3); font-weight: 300; }

/* ---------- mapa / endereço ---------- */
.map-section { padding: 40px 0 120px; }
.map-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 28px; align-items: stretch; }
.map-card { border: 1px solid var(--line); border-top: 2px solid var(--blue); border-radius: var(--radius); background: var(--card); padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; }
.map-address { display: flex; flex-direction: column; gap: 8px; font-style: normal; font-size: 16.5px; font-weight: 300; color: var(--ink-2); line-height: 1.55; }
.map-address strong { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.map-meta { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; gap: 16px; }
.map-meta div { display: flex; flex-direction: column; gap: 4px; }
.mm-lbl { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.mm-val { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 16px; color: var(--ink); }
a.mm-val:hover { color: var(--blue); }
.map-cta { align-self: flex-start; margin-top: 30px; }
.map-frame { position: relative; border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden; background: var(--bg-2); min-height: 420px; box-shadow: 0 30px 70px -32px rgba(0,0,0,.85); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: invert(0.92) hue-rotate(185deg) saturate(.75) contrast(.92); }
.map-pin-note { position: absolute; left: 16px; bottom: 16px; z-index: 2; padding: 9px 14px; border-radius: 100px; border: 1px solid var(--line-strong); background: rgba(8,12,20,.78); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 12.5px; color: var(--ink-2); letter-spacing: .02em; }
@media (max-width: 900px) {
  .map-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 320px; }
  .map-section { padding: 20px 0 90px; }
}

/* form panel (light, floating) */
.contact-form-wrap {
  --ink: #0d1825; --ink-2: #45566a; --ink-3: #76879b;
  --line: rgba(18,42,70,.14); --line-strong: rgba(18,42,70,.22);
  position: relative; color: var(--ink);
  border-radius: 30px; padding: 44px;
  background: linear-gradient(180deg, #f1f5fa, #e9f0f7);
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset, 0 60px 110px -55px rgba(4,12,24,.9), 0 0 0 1px rgba(18,42,70,.06);
}
.cf-head { margin-bottom: 30px; }
.cf-head h2 { font-size: 27px; letter-spacing: -0.02em; }
.cf-head p { font-size: 13.5px; color: var(--ink-3); margin-top: 8px; }
.req { color: #d1495b; }

.cf-row { margin-bottom: 20px; }
.cf-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; }
.field label, .field-label { font-size: 13px; font-weight: 500; color: var(--ink-2); margin-bottom: 8px; letter-spacing: .01em; display: block; }
.field input, .field textarea, .select-wrap select {
  font-family: 'Inter', sans-serif; font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; width: 100%;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.field textarea { resize: vertical; min-height: 116px; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: #a3b1c2; }
.field input:focus, .field textarea:focus, .select-wrap select:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0,163,228,.14);
}
.field input.invalid, .field textarea.invalid, select.invalid { border-color: #d1495b; box-shadow: 0 0 0 4px rgba(209,73,91,.10); }
.select-wrap { position: relative; }
.select-wrap select { appearance: none; -webkit-appearance: none; cursor: none; padding-right: 44px; }
.select-wrap svg { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: var(--ink-3); pointer-events: none; }
.err { display: none; font-size: 12.5px; color: #c33d50; margin-top: 7px; }
.err.show { display: block; }

.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chips.invalid { outline: none; }
.chip {
  font-family: 'Inter', sans-serif; font-size: 13.5px; font-weight: 500; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line); border-radius: 100px;
  padding: 10px 17px; cursor: none;
  transition: all .28s var(--ease);
}
.chip:hover { border-color: rgba(0,163,228,.5); color: var(--ink); }
.chip.on { background: var(--blue); border-color: var(--blue); color: #04202e; font-weight: 600; }

.consent { display: flex; align-items: flex-start; gap: 12px; margin: 4px 0 6px; cursor: none; }
.consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.consent .box {
  width: 21px; height: 21px; border-radius: 6px; flex-shrink: 0; margin-top: 1px;
  border: 1px solid var(--line-strong); background: #fff;
  display: grid; place-items: center; color: transparent;
  transition: all .25s var(--ease);
}
.consent .box svg { width: 13px; height: 13px; }
.consent input:checked + .box { background: var(--blue); border-color: var(--blue); color: #04202e; }
.consent input:focus-visible + .box { box-shadow: 0 0 0 4px rgba(0,163,228,.18); }
.consent-txt { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; font-weight: 300; }

.cf-submit { width: 100%; justify-content: center; margin-top: 22px; font-size: 16px; padding: 17px 26px; }
.cf-submit.is-loading { opacity: .75; }
.cf-submit.is-loading svg { animation: cfSpin .9s linear infinite; }
@keyframes cfSpin { to { transform: rotate(360deg); } }

.cf-success { text-align: center; padding: 26px 10px 14px; }
.cf-check {
  width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 24px;
  display: grid; place-items: center; color: #04202e; background: var(--blue);
  box-shadow: 0 14px 34px -14px rgba(0,163,228,.75);
}
.cf-check svg { width: 30px; height: 30px; }
.cf-success h2 { font-size: 27px; margin-bottom: 12px; }
.cf-success p { font-size: 15.5px; color: var(--ink-2); font-weight: 300; margin-bottom: 26px; max-width: 400px; margin-left: auto; margin-right: auto; }

@media (max-width: 1040px) {
  .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .contact-lead { max-width: none; }
}
@media (max-width: 620px) {
  .contact-hero { padding: 150px 0 80px; }
  .contact-form-wrap { padding: 28px 22px; border-radius: 24px; }
  .cf-row.two { grid-template-columns: 1fr; }
  .contact-assure { grid-template-columns: 1fr; }
}

/* ============================================================
   QUEM SOMOS
   ============================================================ */
.about-hero { position: relative; padding: 200px 0 110px; }
.about-hero h1 { font-size: clamp(38px, 5vw, 68px); margin: 22px 0 0; max-width: 15ch; }
.about-lead { margin-top: 28px; font-size: 19px; font-weight: 300; color: var(--ink-2); max-width: 620px; line-height: 1.65; }

/* história */
.story-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; }
.story-side h2 { font-size: clamp(30px, 3.4vw, 44px); margin-top: 20px; }
.story-body p { font-size: 16.5px; color: var(--ink-2); font-weight: 300; line-height: 1.75; margin-bottom: 20px; }
.story-body .lede { font-size: 21px; color: var(--ink); font-weight: 400; line-height: 1.55; }
.story-marks { display: flex; gap: 44px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.story-marks div { display: flex; flex-direction: column; gap: 6px; }
.story-marks strong { font-family: 'Space Grotesk', sans-serif; font-size: 30px; color: var(--blue-deep); }
.story-marks span { font-size: 13.5px; color: var(--ink-3); max-width: 200px; }

/* números */
.about-numbers { position: relative; padding: 120px 0; }
.num-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.num-item { padding: 34px 30px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .4s var(--ease); }
.num-item:hover { background: rgba(255,255,255,.03); }
.n-val { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: clamp(34px, 3.4vw, 46px); color: var(--blue); line-height: 1; letter-spacing: -0.02em; }
.n-val .u { font-size: .55em; color: var(--ink); }
.n-lbl { font-size: 14px; color: var(--ink-2); font-weight: 300; margin-top: 14px; line-height: 1.5; }

/* propósito */
.purpose { max-width: 900px; margin-bottom: 72px; }
.purpose-statement {
  font-family: 'Space Grotesk', sans-serif; font-weight: 800;
  font-size: clamp(26px, 3.2vw, 42px); line-height: 1.18; letter-spacing: -0.02em;
  margin-top: 24px; text-wrap: pretty;
}
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.pillar { padding: 36px 34px 8px 0; position: relative; }
.pillar + .pillar { padding-left: 34px; border-left: 1px solid var(--line); }
.p-num { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .12em; color: var(--blue-deep); }
.pillar h3 { font-size: 24px; margin: 14px 0 10px; }
.pillar p { font-size: 15px; color: var(--ink-2); font-weight: 300; line-height: 1.65; }

/* valores */
.values-section { position: relative; padding: 130px 0; }
.values { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 48px; align-items: start; }
.values-nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.v-tab {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 16px;
  text-align: left; background: none; border: none; border-bottom: 1px solid var(--line);
  padding: 22px 16px 22px 4px; cursor: none; color: inherit; position: relative;
  transition: background .35s var(--ease), padding-left .35s var(--ease);
}
.v-tab::before { content: ""; position: absolute; left: 0; top: 0; width: 2px; height: 0; background: var(--blue); transition: height .45s var(--ease); }
.v-tab:hover { background: rgba(255,255,255,.03); }
.v-tab.on { background: rgba(0,163,228,.06); padding-left: 16px; }
.v-tab.on::before { height: 100%; }
.v-i { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 12.5px; letter-spacing: .1em; color: var(--ink-3); padding-top: 5px; }
.v-tab.on .v-i { color: var(--blue); }
.v-t { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 21px; color: var(--ink-2); transition: color .3s var(--ease); }
.v-tab.on .v-t { color: var(--ink); }
.v-d { grid-column: 2; font-size: 13.5px; color: var(--ink-3); font-weight: 300; line-height: 1.5; }

.values-panel { display: grid; gap: 0; border-top: 1px solid var(--line); }
.v-item {
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
  padding: 20px 6px; border-bottom: 1px solid var(--line);
  animation: vFade .5s var(--ease) both; animation-delay: calc(var(--i) * .045s);
}
@keyframes vFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.v-n { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 13px; color: var(--blue); padding-top: 3px; }
.v-item h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 17px; margin-bottom: 5px; }
.v-item p { font-size: 14.5px; color: var(--ink-2); font-weight: 300; line-height: 1.6; }

/* princípios */
.princ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.princ { padding: 38px 34px 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .4s var(--ease); }
.princ::before { content: ""; position: absolute; left: -1px; top: 0; width: 2px; height: 0; background: var(--blue); transition: height .5s var(--ease); }
.princ:hover { background: rgba(255,255,255,.5); }
.princ:hover::before { height: 100%; }
.princ h3 { font-size: 20px; margin-bottom: 10px; }
.princ p { font-size: 14.5px; color: var(--ink-2); font-weight: 300; line-height: 1.65; }

/* cultura */
.culture { position: relative; padding: 130px 0; }
.culture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.culture-copy h2 { font-size: clamp(30px, 3.4vw, 44px); margin: 20px 0 24px; }
.culture-copy p { font-size: 16.5px; color: var(--ink-2); font-weight: 300; line-height: 1.7; margin-bottom: 18px; }
.culture-note { margin-top: 30px; padding-left: 18px; border-left: 2px solid var(--blue); display: flex; flex-direction: column; gap: 7px; }
.culture-note strong { font-family: 'Space Grotesk', sans-serif; font-size: 17px; }
.culture-note span { font-size: 14.5px; color: var(--ink-3); font-weight: 300; }
.culture-media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ph {
  position: relative; border-radius: 14px; overflow: hidden; min-height: 190px;
  border: 1px solid var(--line);
  background-color: rgba(255,255,255,.02);
  background-image: repeating-linear-gradient(125deg, rgba(120,134,148,.10) 0 2px, transparent 2px 11px);
  display: grid; place-items: center; text-align: center; padding: 16px;
}
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform .8s var(--ease), filter .5s var(--ease); filter: saturate(.85) contrast(1.03); }
.ph:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.03); }
.ph::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(8,12,20,.04), rgba(8,12,20,.55)), linear-gradient(120deg, rgba(0,163,228,.18), transparent 62%); opacity: 0; transition: opacity .4s var(--ease); }
.ph:has(img)::after { opacity: 1; }
.ph img[data-failed] { display: none; }
.ph-tall { grid-row: span 2; min-height: 394px; }
.ph span { position: relative; z-index: 3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; letter-spacing: .06em; color: var(--ink-3); }
.ph:has(img:not([data-failed])) span { opacity: 0; }

@media (max-width: 1040px) {
  .story-grid, .values, .culture-grid { grid-template-columns: 1fr; gap: 40px; }
  .num-grid { grid-template-columns: repeat(2, 1fr); }
  .princ-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .about-hero { padding: 150px 0 80px; }
  .num-grid, .princ-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .pillar + .pillar { padding-left: 0; border-left: none; border-top: 1px solid var(--line); }
  .culture-media { grid-template-columns: 1fr; }
  .ph-tall { grid-row: auto; min-height: 200px; }
}

/* foto na coluna da história */
.story-photo { margin-top: 36px; min-height: 300px; border-radius: 18px; }
.story-photo img { filter: saturate(.9) contrast(1.02); }

/* faixa de imagem full-bleed */
.photo-band {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.photo-band img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.75) contrast(1.05) brightness(.85);
}
.pb-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,12,20,.92) 0%, rgba(8,12,20,.35) 34%, rgba(8,12,20,.88) 100%),
    linear-gradient(105deg, rgba(0,163,228,.30), transparent 58%);
}
.photo-band .wrap { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 62px; }
.pb-quote {
  font-family: 'Space Grotesk', sans-serif; font-weight: 800;
  font-size: clamp(24px, 2.9vw, 38px); line-height: 1.22; letter-spacing: -0.02em;
  max-width: 20ch; text-wrap: pretty; margin-top: 18px;
}
.pb-cap {
  display: block; margin-top: 20px;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3);
}
@media (max-width: 700px) {
  .photo-band { min-height: 380px; }
  .photo-band .wrap { padding-top: 70px; padding-bottom: 46px; }
  .story-photo { min-height: 220px; }
}

/* ============================================================
   Quebra de escuridão: textura, costuras luminosas e superfícies
   elevadas nas seções escuras (mesmo tom, menos vazio)
   ============================================================ */

/* grão fino: dá matéria ao escuro em vez de vazio chapado */
.page::after {
  content: "";
  position: fixed; inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .30;
  mix-blend-mode: soft-light;
  background-repeat: repeat;
  background-size: 180px 180px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

/* costura luminosa no topo das seções escuras */
.dark-deco { position: relative; }
.dark-deco::before {
  content: "";
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(760px, 78%); height: 1px; z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(0,163,228,.75), transparent);
  opacity: .6;
}

/* superfícies elevadas: cards escuros ganham degrau tonal e borda viva */
.dark-deco .gain-item { border-bottom-color: rgba(120,134,148,.22); }
.dark-deco .gain-item:first-child { border-top-color: rgba(120,134,148,.22); }
.browser {
  background: linear-gradient(180deg, #1a2b44, #111d2f);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(120,134,148,.14),
              0 0 90px -30px rgba(0,163,228,.35);
}
.browser-bar { background: rgba(255,255,255,.05); }
.kpi { background: rgba(255,255,255,.05); border-color: rgba(120,134,148,.2); }
.dash-chart, .dash-table { background: rgba(255,255,255,.035); border-color: rgba(120,134,148,.18); }

/* faixa de números: superfície própria, não o mesmo preto do resto */
.stats {
  position: relative;
  background:
    radial-gradient(70% 140% at 50% 0%, rgba(0,163,228,.14), transparent 62%),
    linear-gradient(180deg, #122034, #0c1523);
  box-shadow: 0 0 0 1px rgba(120,134,148,.14) inset;
}
.stats::after {
  content: "";
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: min(700px, 76%); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,163,228,.6), transparent);
}

/* palco do ciclo: halo por trás dos cards para o trecho longo não virar breu */
.cycle-stage::before {
  content: "";
  position: absolute; top: 50%; right: 12%;
  width: 56vw; height: 56vw; max-width: 900px; max-height: 900px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,163,228,.13), rgba(120,134,148,.06) 45%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}
.cycle-card {
  background: linear-gradient(180deg, #1b2c46, #121e31);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(120,134,148,.12),
              0 0 70px -26px rgba(0,163,228,.3);
}
.cycle-card.slate { box-shadow: 0 40px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(120,134,148,.16), 0 0 70px -26px rgba(120,134,148,.3); }

/* rodapé: degrau tonal e brilho de horizonte */
.footer {
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(0,163,228,.10), transparent 60%),
    linear-gradient(180deg, #111d2e, #0a111c);
}

/* trust bar e CTA: um pouco mais de luz para não colar no fundo */
.trust { background: radial-gradient(120% 150% at 50% 50%, rgba(0,163,228,.09), transparent 72%); }
.cta-glow { background: radial-gradient(circle, rgba(0,163,228,.24), transparent 62%); }

/* ============================================================
   HERO — tipografia dominante + mosaico do produto
   ============================================================ */
.hero-grid { min-height: 0; align-items: center; }
.hero-rule { display: flex; align-items: center; gap: 18px; }
.hero-rule span {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--blue); white-space: nowrap;
}
.hero-rule i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(0,163,228,.6), rgba(120,134,148,.14)); }
.hero h1 { font-size: clamp(40px, 5.6vw, 76px); line-height: .98; letter-spacing: -.03em; margin-top: 26px; }
.hero h1 em {
  font-style: normal; display: block;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(120,134,148,.55);
}
.hero-sub { max-width: 46ch; line-height: 1.6; }

/* ---- mosaico ---- */
.hero-mosaic {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 14px;
  align-items: stretch;
}
.hm-tile {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(120,134,148,.2);
}

/* superfície CLARA: quebra a escuridão e mostra o produto */
.hm-app {
  grid-row: span 2;
  display: flex; flex-direction: column;
  padding: 20px;
  background: linear-gradient(180deg, #f3f7fb, #e7eef6);
  border-color: rgba(18,42,70,.12);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 40px 80px -40px rgba(4,12,24,.9);
  color: #0d1825;
}
.hm-app header {
  display: flex; align-items: center; gap: 9px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 13.5px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(18,42,70,.1);
}
.hm-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 0 rgba(0,163,228,.5); animation: pulse 2.6s infinite; }
.hm-app header b {
  margin-left: auto;
  font-family: ui-monospace, Menlo, monospace; font-weight: 500;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue-deep);
}
.hm-rows { display: grid; align-content: start; flex: 1; padding-top: 4px; }
.hm-rows div {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid rgba(18,42,70,.08);
  font-size: 13.5px; color: #33465c;
}
.hm-rows u {
  text-decoration: none;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue-deep);
  padding: 4px 9px; border-radius: 100px;
  background: rgba(0,163,228,.1); border: 1px solid rgba(0,163,228,.22);
  white-space: nowrap;
}
.hm-rows u.sl { color: #4d5c6b; background: rgba(120,134,148,.12); border-color: rgba(120,134,148,.26); }
.hm-app footer { display: flex; align-items: baseline; gap: 10px; padding-top: 16px; }
.hm-app footer b { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 30px; color: var(--blue-deep); letter-spacing: -.02em; }
.hm-app footer span { font-size: 12.5px; color: #5a6b7d; }

/* número */
.hm-num {
  display: grid; align-content: center; gap: 7px;
  padding: 24px;
  background: linear-gradient(180deg, #17263c, #101b2b);
  box-shadow: 0 0 70px -30px rgba(0,163,228,.45) inset;
}
.hm-num b { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: clamp(28px, 3vw, 40px); color: var(--blue); line-height: 1; letter-spacing: -.02em; }
.hm-num span { font-size: 13px; color: var(--ink-2); font-weight: 300; }

/* foto do cliente (slot) */
.hm-photo { min-height: 168px; border: none; }
.hm-photo image-slot { width: 100%; height: 100%; display: block; }

@media (max-width: 980px) {
  .hero-mosaic { grid-template-columns: 1fr 1fr; }
  .hm-app { grid-row: auto; grid-column: span 2; }
  .hero h1 { font-size: clamp(38px, 9vw, 56px); }
}
@media (max-width: 560px) {
  .hero-mosaic { grid-template-columns: 1fr; }
  .hm-app { grid-column: auto; }
}

/* ============================================================
   HERO 3D — Crédito · Tecnologia · Inovação (objeto girando)
   ============================================================ */
.hero-object {
  position: relative;
  min-height: 468px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(18,42,70,.10);
  background:
    radial-gradient(70% 60% at 50% 42%, #ffffff, rgba(255,255,255,0) 70%),
    linear-gradient(180deg, #eef4fa, #dfe9f4);
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 50px 100px -46px rgba(4,12,24,.92);
}
.c3d-stage {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  perspective: 1300px;
}
.c3d-glow {
  position: absolute; width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,163,228,.20), transparent 68%);
  filter: blur(4px);
}
.c3d-tilt {
  position: relative;
  width: 168px; height: 210px;
  transform-style: preserve-3d;
  transform: rotateX(-9deg) rotateY(0deg);
  transition: transform .5s var(--ease);
}
.c3d-ring {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  transition: transform 1.15s cubic-bezier(.62,.04,.24,1);
}

.c3d-plate {
  position: absolute; top: 0; left: 0;
  width: 168px; height: 210px;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: grid; align-content: center; justify-items: center; gap: 10px;
  padding: 22px 18px;
  text-align: center;
  background: linear-gradient(168deg, #ffffff, #f2f7fc);
  border: 1px solid rgba(0,163,228,.30);
  box-shadow: 0 26px 46px -24px rgba(6,26,48,.42), 0 0 0 1px rgba(255,255,255,.85) inset;
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.c3d-plate.on { opacity: 1; }
.c3d-plate::before {
  content: ""; position: absolute; left: -1px; right: -1px; top: -1px; height: 3px;
  border-radius: 16px 16px 0 0;
  background: var(--blue);
}
.c3d-plate.sl { border-color: rgba(120,134,148,.42); }
.c3d-plate.sl::before { background: var(--slate); }
.c3d-plate svg { width: 30px; height: 30px; color: var(--blue); }
.c3d-plate.sl svg { color: #5d6b7a; }
.c3d-plate b {
  font-family: 'Space Grotesk', sans-serif; font-weight: 800;
  font-size: 19px; line-height: 1.15; letter-spacing: -.02em; color: #0d1825;
}
.c3d-plate i {
  font-family: ui-monospace, Menlo, monospace; font-style: normal;
  font-size: 9.5px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase;
  color: #6b7a8b;
}
.c3d-plate:nth-child(1) { transform: rotateY(0deg) translateZ(168px); }
.c3d-plate:nth-child(2) { transform: rotateY(120deg) translateZ(168px); }
.c3d-plate:nth-child(3) { transform: rotateY(240deg) translateZ(168px); }

/* sombra de contato (sem laje branca) */
.c3d-shadow {
  position: absolute; left: 50%; bottom: 16%;
  width: 300px; height: 44px; margin-left: -150px;
  border-radius: 50%;
  background: radial-gradient(50% 50%, rgba(6,26,48,.22), transparent 70%);
  filter: blur(10px);
}
.c3d-pulse {
  position: absolute; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,163,228,.85), transparent);
  animation: c3dPulse 7s cubic-bezier(.45,0,.55,1) infinite;
}
@keyframes c3dPulse {
  0%, 100% { top: 78%; opacity: 0; }
  18% { opacity: .8; }
  55% { top: 22%; opacity: .7; }
  76% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .c3d-ring { animation: none; }
  .c3d-pulse { animation: none; top: 50%; opacity: .5; }
}
@media (max-width: 980px) { .hero-object { min-height: 400px; } }
@media (max-width: 560px) { .hero-object { min-height: 360px; } }

/* ============================================================
   HERO — foto full-bleed (modelo 1)
   ============================================================ */
.hero-shot { padding: 178px 0 96px; min-height: min(92vh, 860px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo image-slot { width: 100%; height: 100%; }
.hero-photo-tint {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(96deg, #080C14 0%, rgba(8,12,20,.94) 32%, rgba(8,12,20,.58) 56%, rgba(8,12,20,.26) 100%),
    radial-gradient(72% 90% at 88% 26%, rgba(0,163,228,.22), transparent 70%),
    linear-gradient(180deg, rgba(8,12,20,.5), transparent 26%, rgba(8,12,20,.86) 96%);
}
.hero-photo-mesh {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(0,163,228,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(0,163,228,.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(58% 70% at 80% 40%, #000, transparent 72%);
  -webkit-mask-image: radial-gradient(58% 70% at 80% 40%, #000, transparent 72%);
}
.hero-shot .wrap { position: relative; z-index: 4; }
.hero-shot .hero-grid { grid-template-columns: minmax(0, 660px); }
.hero-facts {
  display: flex; gap: 56px; flex-wrap: wrap;
  margin-top: 74px; padding: 26px 0 44px;
  border-top: 1px solid var(--line);
}
.hero-fact b {
  display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 800;
  font-size: 27px; letter-spacing: -.03em; color: #fff;
}
.hero-fact span { font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 920px) {
  .hero-shot { padding: 150px 0 68px; }
  .hero-photo-tint { background: linear-gradient(180deg, rgba(8,12,20,.86), rgba(8,12,20,.7) 40%, rgba(8,12,20,.94)); }
  .hero-facts { gap: 30px; margin-top: 48px; }
  .hero-fact b { font-size: 22px; }
}

/* ---- hero: slider de fundo ---- */
.hp-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--ease); }
.hp-slide.is-on { opacity: 1; }
.hp-slide image-slot { width: 100%; height: 100%; }
.hero-shots { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 46px; }
.hs-dot {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(8,14,22,.5); border: 1px solid rgba(120,134,148,.3); backdrop-filter: blur(9px);
  border-radius: 999px; padding: 9px 16px 9px 13px; cursor: none;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .02em;
  color: var(--ink-2); transition: color .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.hs-dot i { width: 7px; height: 7px; border-radius: 50%; background: rgba(120,134,148,.6); transition: background .3s var(--ease), box-shadow .3s var(--ease); }
.hs-dot:hover { color: var(--ink); border-color: rgba(0,163,228,.45); }
.hs-dot.is-on { color: #fff; border-color: rgba(0,163,228,.7); background: rgba(0,163,228,.14); }
.hs-dot.is-on i { background: var(--blue); box-shadow: 0 0 0 4px rgba(0,163,228,.22); }
.hero h1 { font-size: clamp(38px, 4.6vw, 58px); }
@media (max-width: 920px) {
  .hero-shots { margin-top: 32px; }
  .hs-dot { font-size: 11.5px; padding: 8px 13px 8px 11px; }
}

/* hero: copy mais à esquerda + dots sem rótulo */
.hero-shot .wrap { max-width: none; margin: 0; padding-left: clamp(24px, 2.6vw, 44px); padding-right: 40px; }
.hero-shot .hero-grid { grid-template-columns: minmax(0, 620px); }
.hero-shot h1, .hero-shot .hero-sub { margin-left: 0; }
.hs-dot { padding: 0; gap: 0; width: 34px; height: 34px; border-radius: 50%; justify-content: center; }
.hs-dot i { width: 8px; height: 8px; }
.hs-dot.is-on { background: rgba(0,163,228,.16); }
@media (max-width: 920px) { .hero-shot .wrap { padding-left: 24px; padding-right: 24px; } }

.hero-shot h1 em { color: transparent; -webkit-text-stroke: 1.4px #ffffff; }

/* emenda suave entre hero e trust bar */
.hero-photo, .hero-photo-mesh {
  mask-image: linear-gradient(180deg, #000 0%, #000 62%, rgba(0,0,0,.55) 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, rgba(0,0,0,.55) 84%, transparent 100%);
}
.hero-photo-tint { background: linear-gradient(96deg, #080C14 0%, rgba(8,12,20,.94) 32%, rgba(8,12,20,.58) 56%, rgba(8,12,20,.26) 100%), radial-gradient(72% 90% at 88% 26%, rgba(0,163,228,.22), transparent 70%), linear-gradient(180deg, rgba(8,12,20,.5), transparent 24%, rgba(8,12,20,.75) 78%, #080C14 100%); }
.trust { border-top: 0; }
.trust::before { display: none; }
.trust { background: linear-gradient(180deg, rgba(0,163,228,.05), transparent 46%), radial-gradient(120% 150% at 50% 50%, rgba(0,163,228,.09), transparent 72%); }

.hero-shots { display: none; }
