:root {
  --ink: #041722;
  --forest: #0a2940;
  --green: #168fbd;
  --mint: #a9c7da;
  --cream: #eef5f8;
  --white: #fff;
  --muted: #5d7482;
  --line: rgba(255, 255, 255, 0.14);
  --darkline: rgba(10, 41, 64, 0.15);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
}
p {
  margin: 0 0 18px;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 36px));
  margin: auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--darkline);
  box-shadow: 0 8px 30px rgba(10, 41, 64, 0.08);
}
.navrow {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  width: 225px;
  height: 62px;
  display: flex;
  align-items: center;
}
.brand img {
  width: 220px;
  height: auto;
}
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #0a2940;
  font-size: 14px;
}
.nav a:hover {
  color: var(--mint);
}
.navcta {
  border: 1px solid var(--green);
  padding: 10px 15px;
  border-radius: 999px;
}
.menubtn {
  display: none;
  background: none;
  border: 0;
  color: #0a2940;
  font-size: 24px;
}
.hero {
  background: var(--ink);
  color: #fff;
  padding: 90px 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 65px;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--mint);
  margin-bottom: 18px;
}
.eyebrow.dark {
  color: #168fbd;
}
.hero h1 {
  font-size: clamp(46px, 6vw, 76px);
}
.hero h1 em {
  font-style: normal;
  color: var(--mint);
}
.lead {
  font-size: 20px;
  color: #b3c3bd;
  max-width: 670px;
}
.actions {
  display: flex;
  gap: 12px;
  margin: 30px 0;
}
.btn {
  display: inline-flex;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}
.primary {
  background: var(--green);
  color: var(--ink);
}
.ghost {
  border-color: #50625b;
  color: #fff;
}
.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #91a39c;
  font-size: 13px;
}
.proof span:before {
  content: "●";
  color: var(--green);
  margin-right: 7px;
}
.visual {
  background: linear-gradient(145deg, #123b55, #041f2d);
  border: 1px solid rgba(138, 255, 198, 0.25);
  border-radius: 25px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.visualtop,
.visualfoot {
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #aec0b9;
}
.visualtop b {
  color: var(--mint);
}
.orb {
  height: 320px;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(
    circle,
    rgba(22, 143, 189, 0.18),
    transparent 50%
  );
  isolation: isolate;
}
.orb:before,
.orb:after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(111, 159, 190, 0.28);
  border-radius: 50%;
}
.orb:after {
  width: 290px;
  height: 290px;
}
.k {
  position: relative;
  z-index: 2;
  background: var(--green);
  color: var(--ink);
  width: 85px;
  height: 85px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-size: 42px;
  font-weight: 900;
}
.n {
  position: absolute;
  z-index: 3;
  background: #123b55;
  border: 1px solid rgba(111, 159, 190, 0.35);
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  white-space: nowrap;
  will-change: transform;
}

.visual:hover .orb .n {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .orb .n {
    animation: none;
  }
}
.n1 {
  top: 26px;
  left: calc(50% - 26px);
  animation: drift-sites 10s ease-in-out infinite;
}
.n2 {
  right: 34px;
  top: 82px;
  animation: drift-saas 13s ease-in-out infinite -3s;
}
.n3 {
  right: 36px;
  bottom: 42px;
  animation: drift-apis 11s ease-in-out infinite -7s;
}
.n4 {
  bottom: 20px;
  left: calc(50% - 29px);
  animation: drift-cloud 14s ease-in-out infinite -4s;
}
.n5 {
  left: 36px;
  bottom: 44px;
  animation: drift-redes 12s ease-in-out infinite -9s;
}
.n6 {
  left: 30px;
  top: 84px;
  animation: drift-suporte 15s ease-in-out infinite -2s;
}

/* Cada frente percorre uma pequena órbita própria no perímetro. As seis
   áreas não se cruzam, então os itens parecem vivos sem bater entre si. */
@keyframes drift-sites {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(42px, 10px);
  }
  55% {
    transform: translate(22px, 23px);
  }
  78% {
    transform: translate(-38px, 8px);
  }
}
@keyframes drift-saas {
  0%,
  100% {
    transform: translate(0, 0);
  }
  22% {
    transform: translate(-12px, 38px);
  }
  48% {
    transform: translate(-42px, 19px);
  }
  74% {
    transform: translate(-30px, -20px);
  }
}
@keyframes drift-apis {
  0%,
  100% {
    transform: translate(0, 0);
  }
  28% {
    transform: translate(-38px, -7px);
  }
  51% {
    transform: translate(-50px, -31px);
  }
  77% {
    transform: translate(-9px, -40px);
  }
}
@keyframes drift-cloud {
  0%,
  100% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(-44px, -8px);
  }
  52% {
    transform: translate(-22px, -26px);
  }
  79% {
    transform: translate(42px, -13px);
  }
}
@keyframes drift-redes {
  0%,
  100% {
    transform: translate(0, 0);
  }
  27% {
    transform: translate(35px, -13px);
  }
  54% {
    transform: translate(45px, -42px);
  }
  80% {
    transform: translate(2px, -34px);
  }
}
@keyframes drift-suporte {
  0%,
  100% {
    transform: translate(0, 0);
  }
  23% {
    transform: translate(32px, 26px);
  }
  50% {
    transform: translate(50px, 4px);
  }
  76% {
    transform: translate(23px, -28px);
  }
}
.visualfoot {
  border: 0;
  border-top: 1px solid var(--line);
}
.visualfoot span {
  display: flex;
  flex-direction: column;
}
.visualfoot b {
  color: var(--green);
}
.statement {
  background: var(--green);
  padding: 50px 0;
}
.statement .wrap {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 70px;
}
.statement h2 {
  font-size: clamp(30px, 4vw, 48px);
}
.section {
  padding: 100px 0;
}
.sectionhead {
  max-width: 800px;
  margin-bottom: 45px;
}
.sectionhead h2 {
  font-size: clamp(38px, 4.5vw, 58px);
}
.sectionhead > p:last-child {
  font-size: 18px;
  color: var(--muted);
}
.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 65px;
  align-items: end;
}
.pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.pillar {
  padding: 42px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 610px;
}
.pillar small {
  letter-spacing: 0.12em;
}
.pillar h3 {
  font-size: 36px;
  margin-top: 60px;
}
.pillar p {
  color: #aabbb4;
}
.pillar ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 35px;
  border-top: 1px solid currentColor;
}
.pillar li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(125, 150, 140, 0.3);
}
.pillar a {
  margin-top: auto;
  font-weight: 800;
}
.dev {
  background: var(--ink);
  color: #fff;
}
.dev a {
  color: var(--mint);
}
.infra {
  background: #dce6dd;
}
.infra p {
  color: #52615b;
}
.infra a {
  color: #0a6085;
}
.darksection,
.process {
  background: var(--forest);
  color: #fff;
}
.darksection .sectionhead > p,
.process .sectionhead > p {
  color: #a7b8b1;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.cards a {
  padding: 32px;
  min-height: 270px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 0.2s;
}
.cards a:hover {
  background: #123b55;
}
.cards span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.cards h3 {
  font-size: 26px;
  margin-top: 44px;
}
.cards p {
  color: #a4b5ae;
}
.cards b {
  color: var(--mint);
  font-size: 13px;
}
.products {
  background: #dce8ed;
}
.productgrid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}
.productgrid h2 {
  font-size: 50px;
}
.productcards {
  display: grid;
  gap: 15px;
}
.productcards article {
  background: #fff;
  padding: 32px;
  border-radius: 18px;
}
.productcards small {
  color: #168fbd;
  font-weight: 800;
}
.productcards h3 {
  font-size: 30px;
  margin-top: 24px;
}
.productcards p {
  color: var(--muted);
}
.productcards span {
  font-size: 12px;
  font-weight: 800;
}
.cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cases article {
  background: #fff;
  padding: 32px;
  border: 1px solid var(--darkline);
  border-radius: 17px;
}
.cases span {
  color: #168fbd;
  font-weight: 900;
}
.cases h3 {
  font-size: 26px;
  margin-top: 45px;
}
.cases p {
  color: var(--muted);
}
.honesty {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.steps article {
  padding: 28px;
  border-right: 1px solid var(--line);
}
.steps b {
  color: var(--green);
}
.steps h3 {
  font-size: 25px;
  margin-top: 55px;
}
.steps p {
  color: #a6b7b0;
}
.plans {
  background: #fff;
}
.plangrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.plangrid article {
  padding: 35px;
  border: 1px solid var(--darkline);
  border-radius: 18px;
}
.plangrid .featured {
  background: var(--ink);
  color: #fff;
}
.plangrid small {
  color: #168fbd;
  font-weight: 800;
}
.featured small {
  color: var(--mint);
}
.plangrid h3 {
  font-size: 30px;
  margin-top: 30px;
}
.plangrid p {
  color: var(--muted);
}
.featured p {
  color: #aebdb7;
}
.plangrid ul {
  padding-left: 18px;
}
.about {
  background: #edf4f7;
}
.aboutgrid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
  align-items: center;
}
.bigk {
  background: var(--ink);
  color: var(--green);
  min-height: 430px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 130px;
  font-weight: 900;
}
.about h2 {
  font-size: 50px;
}
.about p {
  font-size: 18px;
  color: var(--muted);
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tags span {
  border: 1px solid var(--darkline);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}
.contact {
  background: #09283d;
  color: #fff;
  padding: 95px 0;
}
.contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
}
.contact h2 {
  font-size: 50px;
}
.contact p {
  color: #aabbb4;
}
.contact > div > div:first-child > a {
  display: block;
  color: var(--mint);
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
.leadform {
  background: #123b55;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}
.leadform label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 13px;
}
.leadform input,
.leadform textarea {
  width: 100%;
  display: block;
  margin-top: 6px;
  padding: 13px;
  border: 1px solid #6f9fbe;
  border-radius: 9px;
  background: #041f2d;
  color: #fff;
  font: inherit;
}
.light {
  width: 100%;
  justify-content: center;
  background: #fff;
  color: var(--ink);
}
footer {
  background: #041722;
  color: #b8c6c1;
  padding: 60px 0 25px;
}
.footergrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
}
.footergrid > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footergrid img {
  width: 220px;
  height: auto;
  background: #ffffff;
  padding: 9px 12px;
  border-radius: 10px;
}
.footergrid b {
  color: #fff;
  margin-bottom: 7px;
}
.footergrid a:hover {
  color: var(--mint);
}
.copy {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
}
.float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--green);
  color: var(--ink);
  padding: 12px 17px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.pagehero {
  background: var(--ink);
  color: #fff;
  padding: 85px 0;
}
.pagehero h1 {
  font-size: clamp(45px, 6vw, 72px);
  max-width: 900px;
}
.pagehero p {
  font-size: 20px;
  color: #b5c4be;
  max-width: 760px;
}
.contentgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contentgrid h2 {
  font-size: 44px;
}
.featurelist {
  display: grid;
  gap: 12px;
}
.featurelist article {
  background: #fff;
  border: 1px solid var(--darkline);
  border-radius: 15px;
  padding: 24px;
}
.featurelist h3 {
  font-size: 22px;
}
.featurelist p {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 900px) {
  .menubtn {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.is-open {
    display: flex;
  }
  .hero-grid,
  .statement .wrap,
  .pillars,
  .split,
  .productgrid,
  .aboutgrid,
  .contactgrid,
  .contentgrid {
    grid-template-columns: 1fr;
  }
  .cards,
  .cases,
  .plangrid {
    grid-template-columns: 1fr 1fr;
  }
  .steps,
  .footergrid {
    grid-template-columns: 1fr 1fr;
  }
  .hero {
    padding-top: 65px;
  }
  .visual {
    max-width: 600px;
  }
  .statement .wrap {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 72px 0;
  }
  .hero h1 {
    font-size: 43px;
  }
  .actions {
    flex-direction: column;
  }
  .btn {
    justify-content: center;
  }
  .proof {
    flex-direction: column;
    gap: 4px;
  }
  .orb {
    height: 280px;
  }
  .pillar {
    padding: 28px;
    min-height: auto;
  }
  .pillar h3 {
    font-size: 30px;
    margin-top: 38px;
  }
  .cards,
  .cases,
  .plangrid,
  .steps,
  .footergrid {
    grid-template-columns: 1fr;
  }
  .productgrid,
  .aboutgrid,
  .contactgrid {
    gap: 35px;
  }
  .productgrid h2,
  .about h2,
  .contact h2 {
    font-size: 37px;
  }
  .bigk {
    min-height: 280px;
  }
  .cards a {
    min-height: auto;
  }
  .visualfoot {
    font-size: 10px;
  }
}

/* =========================================================
   KINSMAN 2026 — REFINAMENTO VISUAL HOME
   Revisão: tipografia, hierarquia, espaçamento e acabamento
   ========================================================= */
:root {
  --ink: #061a27;
  --forest: #0a2b40;
  --brand: #168fbd;
  --brand-strong: #0877a4;
  --brand-soft: #9ed1e4;
  --cream: #f4f8fa;
  --white: #ffffff;
  --muted: #607481;
  --line: rgba(255,255,255,.12);
  --darkline: rgba(6,26,39,.11);
  --shadow-sm: 0 10px 30px rgba(6,26,39,.08);
  --shadow-md: 0 24px 70px rgba(6,26,39,.14);
  --radius: 22px;
}

body {
  background: var(--cream);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,h2,h3 {
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.wrap { width: min(1180px, calc(100% - 48px)); }

.header {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: none;
}
.navrow { height: 78px; }
.brand { width: 205px; }
.brand img { width: 200px; }
.nav { gap: 26px; font-weight: 600; }
.nav a { transition: color .2s ease, opacity .2s ease; }
.nav a:hover { color: var(--brand); }
.navcta {
  background: var(--ink);
  color: #fff !important;
  border: 1px solid var(--ink);
  padding: 11px 17px;
  transition: transform .2s ease, background .2s ease;
}
.navcta:hover { background: var(--brand); border-color: var(--brand); transform: translateY(-1px); }

.hero {
  position: relative;
  background:
    radial-gradient(circle at 84% 10%, rgba(22,143,189,.22), transparent 34%),
    linear-gradient(135deg, #041722 0%, #08283a 100%);
  padding: 110px 0 100px;
}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 88%);
}
.hero-grid { position: relative; z-index:1; grid-template-columns: 1.04fr .96fr; gap: 78px; }
.eyebrow { color: #8fd0e8; font-size: 11px; letter-spacing: .17em; }
.eyebrow.dark { color: var(--brand-strong); }
.hero h1 { font-size: clamp(50px, 6vw, 78px); max-width: 780px; }
.hero h1 em { color: #9fd8e9; }
.lead { color: #c2d1d8; font-size: 19px; line-height: 1.7; max-width: 650px; }
.actions { margin: 34px 0 28px; gap: 10px; }
.btn { padding: 14px 21px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.primary { background: var(--brand); color: #fff; box-shadow: 0 12px 30px rgba(22,143,189,.24); }
.primary:hover { background: #20a1d0; }
.ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.ghost:hover { background: rgba(255,255,255,.08); }
.proof { gap: 20px; color: #a9bdc7; font-size: 12px; }
.proof span:before { color: #58b8da; }

.visual {
  background: linear-gradient(145deg, rgba(18,59,85,.96), rgba(4,31,45,.96));
  border: 1px solid rgba(158,209,228,.18);
  border-radius: 28px;
  box-shadow: 0 40px 100px rgba(0,0,0,.34);
}
.visualtop,.visualfoot { color: #b8cbd3; padding: 17px 21px; }
.visualtop b { color: #8fd0e8; }
.orb { height: 340px; background: radial-gradient(circle, rgba(22,143,189,.24), transparent 53%); }
.orb:before,.orb:after { border-color: rgba(158,209,228,.22); }
.k { background: linear-gradient(145deg,#24a4d2,#0f82ad); color:#fff; border-radius: 22px; box-shadow: 0 18px 50px rgba(22,143,189,.28); }
.n { background: rgba(10,43,64,.88); border-color: rgba(158,209,228,.28); color: #dbeaf0; box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.visualfoot b { color: #62bddc; }

.statement { background: #0f86b2; color:#fff; padding: 56px 0; }
.statement p { color: rgba(255,255,255,.78); font-weight: 600; }
.statement h2 { max-width: 850px; }

.section { padding: 112px 0; }
.sectionhead { margin-bottom: 52px; }
.sectionhead h2 { font-size: clamp(40px,4.5vw,60px); }
.sectionhead > p:last-child { line-height:1.75; }

.pillars { gap: 22px; }
.pillar { border-radius: var(--radius); padding: 44px; box-shadow: var(--shadow-sm); }
.pillar h3 { font-size: 35px; }
.pillar li { border-color: rgba(125,150,140,.22); }
.dev { background: linear-gradient(155deg,#061a27,#0a3048); }
.infra { background: #e8f1f5; }
.infra p { color:#5b707b; }
.infra a { color: var(--brand-strong); }

.darksection,.process { background: #08283a; }
.cards { border-radius: var(--radius); }
.cards a { min-height: 285px; padding: 34px; transition: background .2s ease, transform .2s ease; }
.cards a:hover { background:#0d3b54; }
.cards span { color:#71c5e3; }
.cards p { color:#b3c5cc; }
.cards b { color:#91d4e9; }

.products { background:#eaf3f7; }
.productcards article,.cases article,.plangrid article,.featurelist article { box-shadow: var(--shadow-sm); border-color: transparent; }
.productcards article { border:1px solid rgba(6,26,39,.06); }
.productcards small,.cases span,.plangrid small { color: var(--brand-strong); }
.cases { gap:18px; }
.cases article { min-height: 260px; border-radius: 20px; transition: transform .2s ease, box-shadow .2s ease; }
.cases article:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cases h3 { margin-top: 40px; }

.plans { background:#fff; }
.plangrid { gap:18px; }
.plangrid article { border:1px solid rgba(6,26,39,.07); }
.plangrid .featured { background: linear-gradient(155deg,#061a27,#0a3048); box-shadow: 0 24px 65px rgba(6,26,39,.22); }
.featured small { color:#8fd0e8; }

.about { background:#f3f7f9; }
.bigk { background: linear-gradient(145deg,#061a27,#0c3550); color:#74c8e4; box-shadow: var(--shadow-md); }
.tags span { background:#fff; border-color:rgba(6,26,39,.09); }

.contact { background: linear-gradient(145deg,#061a27,#0b344e); }
.leadform { background:rgba(18,59,85,.72); backdrop-filter: blur(10px); }
.leadform input,.leadform textarea { border-color:rgba(158,209,228,.32); background:rgba(4,31,45,.72); outline:none; }
.leadform input:focus,.leadform textarea:focus { border-color:#68c2df; box-shadow:0 0 0 3px rgba(22,143,189,.12); }
.light { border-radius:12px; }

footer { background:#041722; }
.footergrid img { background:transparent; padding:0; }
.float { background:#0c8cba; color:#fff; border-radius:12px; box-shadow:0 16px 40px rgba(0,0,0,.26); transition: transform .2s ease; }
.float:hover { transform:translateY(-2px); }

@media (max-width: 900px) {
  .wrap { width:min(100% - 32px,1180px); }
  .nav { background:rgba(6,26,39,.98); box-shadow:0 18px 40px rgba(0,0,0,.18); }
  .nav a { color:#fff; }
  .hero { padding:78px 0 82px; }
  .hero-grid { gap:48px; }
}
@media (max-width: 600px) {
  .wrap { width:min(100% - 28px,1180px); }
  .navrow { height:70px; }
  .brand,.brand img { width:180px; }
  .hero { padding:68px 0 70px; }
  .hero h1 { font-size:clamp(40px,12vw,54px); }
  .lead { font-size:17px; }
  .section { padding:78px 0; }
  .statement { padding:42px 0; }
  .visual { border-radius:22px; }
  .orb { height:290px; }
  .pillar,.productcards article,.cases article,.plangrid article { padding:28px; }
  .contact { padding:76px 0; }
  .float { right:14px; bottom:14px; }
}

/* ===== Refinamento Home v4 ===== */
/* Produtos próprios: destaque visual + área de demonstração */
.products {
  background: linear-gradient(180deg, #edf6f9 0%, #e8f2f6 100%);
}
.product-intro {
  max-width: 850px;
  margin-bottom: 48px;
}
.product-intro h2 {
  font-size: clamp(42px, 5vw, 66px);
  max-width: 820px;
  margin: 12px 0 18px;
}
.product-intro > p:last-child {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}
.product-showcases {
  display: grid;
  gap: 30px;
}
.product-showcase {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .8fr);
  background: #fff;
  border: 1px solid rgba(6, 26, 39, .08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 75px rgba(6, 26, 39, .10);
}
.product-showcase.reverse {
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1.45fr);
}
.product-showcase.reverse .product-media { order: 2; }
.product-showcase.reverse .product-copy { order: 1; }
.product-media {
  position: relative;
  min-height: 500px;
  background:
    radial-gradient(circle at 70% 20%, rgba(30, 160, 206, .22), transparent 34%),
    linear-gradient(145deg, #061a27, #0a3550);
  overflow: hidden;
}
.browserbar {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  background: rgba(2, 18, 28, .72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #adc6d0;
  font-size: 11px;
  letter-spacing: .02em;
}
.browserbar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
}
.browserbar span { margin-left: 8px; }
.product-media video {
  width: 100%;
  height: calc(100% - 46px);
  min-height: 454px;
  display: block;
  object-fit: cover;
  background: transparent;
  position: relative;
  z-index: 2;
}
.video-fallback {
  position: absolute;
  inset: 46px 0 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 40px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.video-fallback strong { font-size: clamp(34px,4vw,58px); }
.video-fallback span { max-width: 340px; color: #a9c2cc; line-height: 1.65; }
.product-copy {
  padding: 54px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-copy small {
  color: var(--brand-strong);
  font-weight: 850;
  letter-spacing: .04em;
}
.product-copy h3 {
  margin: 22px 0 14px;
  font-size: clamp(34px, 3.5vw, 48px);
}
.product-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.product-features {
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}
.product-features li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(6,26,39,.08);
  font-size: 14px;
}
.product-features li::before {
  content: "✓";
  color: var(--brand-strong);
  font-weight: 900;
  margin-right: 9px;
}
.status-pill {
  align-self: flex-start;
  padding: 8px 11px;
  border-radius: 999px;
  background: #eaf5f9;
  color: #0c7198;
  font-size: 12px;
  font-weight: 800;
}

/* Projetos: links de cases */
.case-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-strong);
  font-size: 13px;
  font-weight: 850;
}
.case-link:hover { text-decoration: underline; }

/* Processo: agora é uma caixa completa, não uma grade aberta */
.steps {
  border: 1px solid rgba(177, 215, 229, .55) !important;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.015);
}
.steps article {
  min-height: 315px;
  border-right: 1px solid rgba(177, 215, 229, .55) !important;
  border-bottom: 0 !important;
}
.steps article:last-child { border-right: 0 !important; }

/* Sobre: logo oficial no lugar do K genérico */
.about-logo-panel {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 54px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(6,26,39,.07);
  box-shadow: 0 28px 75px rgba(6,26,39,.12);
}
.about-logo-panel img {
  width: min(100%, 440px);
  height: auto;
  display: block;
}

/* Footer: logo legível e atalhos de segurança/LGPD */
.footergrid-expanded {
  grid-template-columns: 1.4fr .9fr .9fr 1.2fr .9fr;
  gap: 36px;
}
.footerbrand { padding-right: 18px; }
.footer-logo-card {
  width: min(100%, 285px);
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 9px;
}
.footer-logo-card img {
  width: 100% !important;
  max-width: none;
  padding: 0 !important;
  background: transparent !important;
}
.footergrid-expanded b { font-size: 14px; }
.footergrid-expanded a {
  font-size: 14px;
  line-height: 1.55;
}
.copy-expanded {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: #9fb4bd;
}

@media (max-width: 1050px) {
  .product-showcase,
  .product-showcase.reverse {
    grid-template-columns: 1fr;
  }
  .product-showcase.reverse .product-media,
  .product-showcase.reverse .product-copy { order: initial; }
  .product-media { min-height: 420px; }
  .product-media video { min-height: 374px; }
  .footergrid-expanded { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 900px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article { border-bottom: 1px solid rgba(177,215,229,.55) !important; }
  .steps article:nth-child(2) { border-right: 0 !important; }
  .steps article:nth-last-child(-n+2) { border-bottom: 0 !important; }
  .product-copy { padding: 40px 34px; }
}

@media (max-width: 680px) {
  .product-intro { margin-bottom: 32px; }
  .product-showcase { min-height: 0; border-radius: 22px; }
  .product-media { min-height: 300px; }
  .product-media video { min-height: 254px; }
  .product-copy { padding: 32px 26px; }
  .steps { grid-template-columns: 1fr; }
  .steps article {
    min-height: 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(177,215,229,.55) !important;
  }
  .steps article:last-child { border-bottom: 0 !important; }
  .footergrid-expanded { grid-template-columns: 1fr 1fr; }
  .footerbrand { grid-column: 1 / -1; }
  .copy-expanded { flex-direction: column; }
}

html,
body,
input,
select,
textarea,
button {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.leadform label,
.lead-form-campaign label {
    font-weight: 600;
}

.leadform input,
.leadform select,
.leadform textarea,
.lead-form-campaign input,
.lead-form-campaign select,
.lead-form-campaign textarea {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.leadform button,
.lead-form-campaign button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.ecosystem-core {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 106px;
  height: 106px;

 
}

.ecosystem-core img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.diagnostic-google{
  display:flex !important;
  align-items:center;
  gap:9px;
}

.diagnostic-google .google-logo{
  width:21px;
  height:21px;
  flex:0 0 21px;
}
/* =========================================
   CORREÇÃO MOBILE FORÇADA
   ========================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 900px) {

  .wrap {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-grid,
  .statement .wrap,
  .pillars,
  .split,
  .productgrid,
  .aboutgrid,
  .contactgrid,
  .contentgrid,
  .product-showcase,
  .product-showcase.reverse {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero,
  .section,
  .statement,
  .products,
  .contact {
    width: 100% !important;
    max-width: 100% !important;
  }

  .visual,
  .product-media,
  .product-copy,
  .pillar,
  .cards,
  .cases,
  .plangrid,
  .steps {
    width: 100% !important;
    max-width: 100% !important;
  }

  img,
  video {
    max-width: 100% !important;
    height: auto;
  }
}