:root {
  --ink: #07110d;
  --paper: #f3f1e9;
  --acid: #b9ff38;
  --mint: #d8ff9b;
  --line: rgba(7, 17, 13, 0.18);
  --muted: #627069;
  --max: 1280px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 96px;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: var(--acid);
  padding: 0.7rem 1rem;
  z-index: 100;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(243, 241, 233, 0.91);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: Manrope, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: var(--acid);
  font-weight: 800;
  font-size: 1.1rem;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.88rem;
  font-weight: 600;
}
.topbar nav a:not(.nav-cta):hover {
  opacity: 0.55;
}
.nav-cta {
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: white;
}
.nav-cta:hover {
  background: #173125;
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  padding: 10px;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px;
}
.hero {
  max-width: var(--max);
  margin: auto;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.5fr 0.65fr;
  gap: 7vw;
  align-items: center;
  padding: 8rem 24px;
}
.eyebrow,
.section-number {
  font-family: Manrope, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.eyebrow:before {
  content: "";
  width: 34px;
  height: 5px;
  background: var(--acid);
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(3.2rem, 7.3vw, 7rem);
  margin: 1.5rem 0 2rem;
  max-width: 950px;
}
h1 em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--acid);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.08em;
}
.lead {
  max-width: 720px;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  color: #34443d;
}
.hero-actions {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 2.4rem;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border: 0;
  font:
    700 1rem Manrope,
    sans-serif;
  padding: 1.05rem 1.3rem;
  cursor: pointer;
}
.button.primary {
  background: var(--acid);
  color: var(--ink);
}
.button.primary:hover {
  background: var(--mint);
  transform: translateY(-2px);
}
.route-conecta {
  background: #57d9ff;
  color: #061217;
}
.route-conecta:hover {
  background: #c9ff3d;
  transform: translateY(-2px);
}
.text-link {
  font-weight: 700;
  border-bottom: 1px solid;
}
.audit-card {
  background: var(--ink);
  color: white;
  padding: 1.8rem;
  box-shadow: 18px 18px 0 var(--acid);
  transform: rotate(1.4deg);
}
.card-head {
  display: flex;
  justify-content: space-between;
  color: var(--acid);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(185, 255, 56, 0.12);
}
.audit-card ol {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}
.audit-card li {
  display: grid;
  grid-template-columns: 35px 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1.2rem 0;
}
.audit-card li span {
  color: var(--acid);
  font-size: 0.7rem;
}
.audit-card small {
  grid-column: 2;
  color: #9ba7a2;
}
.card-note {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
}
.trust-strip {
  background: var(--acid);
  display: flex;
  justify-content: center;
  gap: 4vw;
  overflow: hidden;
  padding: 1.1rem 24px;
  font:
    800 0.75rem Manrope,
    sans-serif;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.section-dark {
  background: var(--ink);
  color: white;
}
.problem {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.section-dark .section-number {
  color: var(--acid);
}
.problem-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8vw;
  margin-top: 3.5rem;
}
.problem h2,
.section-intro h2,
.method h2,
.criterion h2,
.fit h2,
.contact h2 {
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  margin: 0;
}
.problem h2 span,
.contact h2 span {
  color: #77827d;
}
.problem-grid > div {
  font-size: 1.2rem;
  color: #b9c3be;
  padding-top: 0.5rem;
}
.problem strong {
  color: white;
}
.services {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
}
.recognition {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
}
.recognition-head {
  display: grid;
  grid-template-columns: 0.62fr 1.5fr;
  gap: 2rem 6vw;
  margin-bottom: 4rem;
}
.recognition-head h2 {
  font-size: clamp(2.8rem, 5.5vw, 6rem);
  margin: 0;
}
.recognition-head h2 em {
  color: #1aa9d2;
  font-style: normal;
}
.recognition-head > p {
  grid-column: 2;
  font-size: 1.2rem;
  margin: 0;
  color: var(--muted);
}
.recognition-list {
  border-bottom: 1px solid var(--line);
}
.recognition-card {
  border-top: 1px solid var(--line);
}
.recognition-card button {
  width: 100%;
  display: grid;
  grid-template-columns: 64px 1fr 48px;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.recognition-card button span {
  color: #1aa9d2;
  font: 700 0.8rem Manrope, sans-serif;
}
.recognition-card button strong {
  max-width: 950px;
  font: 700 clamp(1.45rem, 2.8vw, 2.7rem)/1.08 Manrope, sans-serif;
  letter-spacing: -0.035em;
}
.recognition-card button i {
  color: #1aa9d2;
  font: normal 500 2rem Manrope, sans-serif;
}
.recognition-detail {
  display: none;
  max-width: 820px;
  margin-left: 64px;
  padding: 0 0 2.5rem 1rem;
}
.recognition-card.active .recognition-detail {
  display: block;
}
.recognition-detail p {
  font-size: 1.15rem;
}
.recognition-detail blockquote {
  margin: 1.5rem 0;
  padding-left: 1.2rem;
  border-left: 5px solid #57d9ff;
  font: 700 1.3rem/1.35 Manrope, sans-serif;
}
.recognition-detail a {
  font-weight: 700;
  border-bottom: 1px solid;
}
.recognition-close {
  max-width: 760px;
  margin: 4rem 0 0 auto;
}
.recognition-close > p {
  font: 700 clamp(1.5rem, 2.5vw, 2.25rem)/1.2 Manrope, sans-serif;
}
.recognition-close small {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
}
.credential-grid-condensed {
  grid-template-columns: repeat(5, 1fr);
}
.section-intro {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr;
  align-items: start;
  margin-bottom: 5rem;
}
.service {
  border-top: 1px solid var(--line);
}
.service:last-child {
  border-bottom: 1px solid var(--line);
}
.service button {
  width: 100%;
  border: 0;
  background: none;
  display: grid;
  grid-template-columns: 80px 1fr 50px;
  text-align: left;
  align-items: center;
  padding: 1.6rem 0;
  color: var(--ink);
  cursor: pointer;
}
.service-id {
  font: 700 0.75rem Manrope;
  color: var(--muted);
}
.service-name {
  font: 700 clamp(1.5rem, 3vw, 2.4rem) Manrope;
  letter-spacing: -0.035em;
}
.service-arrow {
  justify-self: end;
  font-size: 2rem;
}
.service-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  padding-left: 80px;
  transition:
    max-height 0.45s ease,
    opacity 0.3s ease,
    padding 0.3s;
}
.service.active .service-content {
  max-height: 450px;
  opacity: 1;
  padding-bottom: 2.4rem;
}
.service-content p {
  max-width: 620px;
  font-size: 1.1rem;
  color: #34443d;
  margin: 0;
}
.service-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.service-content li {
  padding: 0.3rem 0;
}
.auditores-page .service-content li strong {
  color: #0b536f;
}
.auditores-page .service-name {
  max-width: 920px;
}
.auditores-page .service.active .service-content {
  max-height: 620px;
}
.method {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.method-head {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #2a3731;
  margin-top: 5rem;
}
.steps article {
  background: var(--ink);
  padding: 2.4rem;
}
.steps article:hover {
  background: #101f18;
}
.steps span {
  color: var(--acid);
  font: 800 0.7rem Manrope;
  letter-spacing: 0.14em;
}
.steps h3 {
  font-size: 1.6rem;
  margin: 2.5rem 0 1rem;
}
.steps p {
  color: #aeb9b3;
}
.criterion {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
}
.criterion h2 {
  margin: 2.5rem 0;
}
.criterion h2 span {
  color: #75827c;
}
.criterion-copy > p {
  font-size: 1.15rem;
  max-width: 680px;
}
.proof {
  align-self: end;
  border: 1px solid var(--ink);
}
.proof-big {
  padding: 2rem;
  background: var(--acid);
}
.proof-big strong {
  display: block;
  font: 800 5rem/1 Manrope;
}
.proof-big span {
  display: block;
  max-width: 280px;
  margin-top: 0.8rem;
  font-weight: 600;
}
.proof-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  border-top: 1px solid var(--ink);
  font-size: 0.88rem;
}
.proof-row span {
  color: var(--muted);
}
.proof-row strong {
  text-align: right;
}
.manifesto {
  padding: 7rem 24px;
  text-align: center;
}
.manifesto p {
  font: 700 clamp(2.5rem, 5.5vw, 6rem) / 1.08 Manrope;
  letter-spacing: -0.055em;
  max-width: 1100px;
  margin: auto;
}
.fit {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
  display: grid;
  grid-template-columns: 0.65fr 1.5fr;
}
.fit h2 {
  margin-top: 2.2rem;
}
.fit-list {
  border-top: 1px solid var(--line);
}
.fit-list p {
  display: grid;
  grid-template-columns: 60px 1fr;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  font: 600 clamp(1.1rem, 2vw, 1.45rem) Manrope;
}
.fit-list span {
  font-size: 0.7rem;
  color: var(--muted);
}
.contact {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1.15fr 0.7fr;
  gap: 8vw;
}
.contact h2 {
  margin: 2.5rem 0;
}
.contact-copy > p {
  color: #afbbb5;
  max-width: 620px;
  font-size: 1.1rem;
}
.contact form {
  padding: 2.2rem;
  background: white;
  color: var(--ink);
  align-self: start;
}
.contact label {
  display: block;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 1.2rem;
}
.contact input,
.contact textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aab2ae;
  background: transparent;
  padding: 0.7rem 0;
  font: 400 1rem "DM Sans";
  border-radius: 0;
}
.contact input:focus,
.contact textarea:focus {
  outline: 0;
  border-color: var(--ink);
}
.contact form .button {
  width: 100%;
  margin-top: 0.7rem;
}
.form-note {
  font-size: 0.72rem;
  color: var(--muted);
}
.privacy-short {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  color: #aebbb5;
}
.privacy-short a {
  color: inherit;
  text-decoration: underline;
}
.privacy-page {
  background: #f5f7f8;
  color: #1f303a;
}
.legal-content {
  max-width: 880px;
  margin: auto;
  padding: 7rem 24px;
}
.legal-content h1 {
  margin: 1rem 0 3rem;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.legal-content h2 {
  margin: 3rem 0 0.8rem;
  font-size: 1.45rem;
}
.legal-content p,
.legal-content li {
  font-size: 1rem;
  line-height: 1.7;
}
.legal-content a {
  color: #0b536f;
  text-decoration: underline;
}
.form-result {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.form-result textarea {
  border: 1px solid var(--line);
  padding: 0.8rem;
}
.copy {
  margin-top: 0.7rem;
  border: 1px solid var(--ink);
  background: white;
  padding: 0.6rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
footer {
  max-width: var(--max);
  margin: auto;
  padding: 2rem 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
footer > div {
  display: flex;
  gap: 1.5rem;
}
footer a:hover {
  text-decoration: underline;
}
@media (max-width: 850px) {
  .topbar {
    height: 66px;
  }
  .menu-button {
    display: block;
  }
  .topbar nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 1.5rem 24px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  .topbar nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 5rem;
    min-height: auto;
  }
  .audit-card {
    margin: 1rem 10px 4rem 0;
  }
  .trust-strip {
    justify-content: flex-start;
  }
  .problem-grid,
  .section-intro,
  .method-head,
  .criterion,
  .fit,
  .contact {
    grid-template-columns: 1fr;
  }
  .problem-grid,
  .criterion,
  .contact {
    gap: 3rem;
  }
  .section-intro,
  .method-head,
  .fit {
    gap: 2rem;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .service button {
    grid-template-columns: 48px 1fr 30px;
  }
  .service-content {
    grid-template-columns: 1fr;
    padding-left: 48px;
    gap: 1rem;
  }
  .criterion,
  .fit {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .proof {
    margin-top: 1rem;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 16px;
  }
  .hero {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  h1 {
    font-size: 3.25rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
  }
  .problem,
  .services,
  .method,
  .criterion,
  .fit,
  .contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .service-content {
    padding-left: 0;
  }
  .contact form {
    padding: 1.3rem;
  }
  .manifesto {
    padding: 5rem 20px;
  }
  .trust-strip {
    gap: 2rem;
  }
  .proof-big strong {
    font-size: 4rem;
  }
  footer > div {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}

/* Ekade ecosystem */
.ecosystem-hero {
  min-height: calc(100vh - 76px);
}
.authority-card {
  transform: rotate(-1deg);
}
.hero-stat {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-stat strong {
  font: 800 clamp(3.2rem, 5vw, 5rem) / 0.9 Manrope;
  color: var(--acid);
  letter-spacing: -0.07em;
}
.hero-stat span {
  max-width: 130px;
  color: #c0cac5;
  font-size: 0.85rem;
  line-height: 1.25;
}
.formal-strip {
  background: #d8e2dd;
}
.dual-offer {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
}
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
.offer-card {
  min-height: 600px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ink);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 0 rgba(7, 17, 13, 0.09);
}
.offer-index {
  font: 800 0.75rem Manrope;
}
.offer-card > p:first-of-type {
  font: 800 0.72rem Manrope;
  letter-spacing: 0.14em;
  margin-top: auto;
}
.offer-card h2 {
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  margin: 1rem 0;
}
.offer-line {
  height: 1px;
  background: currentColor;
}
.offer-desc {
  font-size: 1.2rem;
  max-width: 500px;
}
.offer-cta {
  font: 700 1rem Manrope;
  margin-top: auto;
}
.audit-offer {
  background: var(--ink);
  color: white;
}
.connect-offer {
  background: #57d9ff;
  color: #051116;
}
.bridge {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.bridge-statement {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 3rem;
}
.bridge-statement > span {
  font: 800 0.72rem Manrope;
  letter-spacing: 0.14em;
  color: var(--acid);
}
.bridge-statement h2 {
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  margin: 0;
}
.bridge-statement em {
  font-style: normal;
  color: var(--acid);
}
.pattern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #334039;
  margin-top: 5rem;
}
.pattern-grid article {
  padding: 2.2rem;
  background: var(--ink);
}
.pattern-grid span {
  font: 800 0.7rem Manrope;
  color: var(--acid);
}
.pattern-grid h3 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
}
.pattern-grid p {
  color: #acb7b1;
}
.founder {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.founder-kicker {
  font: 800 0.72rem Manrope;
  letter-spacing: 0.14em;
}
.founder-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  margin-top: 3rem;
}
.founder-name {
  font: 800 clamp(4.2rem, 8vw, 9rem) / 0.78 Manrope;
  letter-spacing: -0.085em;
  margin: 0;
}
.founder-copy {
  align-self: end;
}
.founder-copy h2 {
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  margin: 0 0 2rem;
}
.founder-copy h2 span {
  color: #718078;
}
.founder-copy p {
  font-size: 1.15rem;
  max-width: 670px;
}
.choice {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.choice h2 {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  margin: 2rem 0 4rem;
}
.choice.section-dark .choice-list a {
  border-color: #34423b;
}
.choice-list {
  border-top: 1px solid var(--line);
}
.choice-list a {
  display: grid;
  grid-template-columns: 70px 1fr 40px;
  align-items: center;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}
.choice-list a:hover strong {
  transform: translateX(8px);
}
.choice-list span {
  font: 700 0.72rem Manrope;
  opacity: 0.5;
}
.choice-list strong {
  font: 600 clamp(1.1rem, 2vw, 1.5rem) Manrope;
  transition: transform 0.2s;
}
.choice-list i {
  font-style: normal;
  font-size: 1.3rem;
  text-align: right;
}
.formal-hero h1 {
  font-size: clamp(3.2rem, 6.2vw, 6.3rem);
}
.formal-card {
  transform: none;
  box-shadow: 14px 14px 0 #d8e2dd;
}
.conecta-page {
  --acid: #57d9ff;
}
.connect-mark {
  background: #08202a;
  color: #57d9ff;
}
.connect-cta {
  background: #08202a !important;
}
.conecta-hero h1 {
  font-size: clamp(3.2rem, 6.3vw, 6.5rem);
}
.conecta-hero h1 em {
  text-decoration-color: #57d9ff;
}
.section-tease {
  margin: 1.4rem 0 0;
  font: 700 1rem/1.4 Manrope, Arial, Helvetica, sans-serif;
  color: #56707c;
}
.blue-eye:before {
  background: #57d9ff;
}
.blue-button {
  background: #57d9ff;
  color: #061217;
}
.blue-button:hover {
  background: #9aeaff;
  transform: translateY(-2px);
}
.connect-card {
  background: #07171d;
  box-shadow: 18px 18px 0 #57d9ff;
  transform: rotate(1deg);
}
.connect-card .card-head,
.connect-card ol li span {
  color: #57d9ff;
}
.blue-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57d9ff;
  box-shadow: 0 0 0 5px rgba(87, 217, 255, 0.13);
}
.connect-punch {
  font: 700 clamp(1.7rem, 2.7vw, 2.7rem) / 1.08 Manrope;
  letter-spacing: -0.04em;
  margin: 3rem 0;
}
.conecta-strip {
  background: #57d9ff;
  display: flex;
  justify-content: center;
  gap: 5vw;
  padding: 1.1rem 24px;
  overflow: hidden;
  white-space: nowrap;
  font: 800 0.75rem Manrope;
  letter-spacing: 0.12em;
}
.lead-gate {
  max-width: var(--max);
  margin: auto;
  padding: 7rem 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.lead-gate-copy h2 {
  margin: 1.4rem 0 1.8rem;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.lead-gate-copy h2 em {
  color: #6f7f88;
  font-style: normal;
}
.lead-gate-copy > p {
  max-width: 610px;
  font-size: 1.13rem;
}
.lead-gate-copy .lead-gate-note {
  padding-left: 1rem;
  border-left: 5px solid var(--impact);
  font-weight: 700;
}
.insight-form {
  padding: clamp(1.4rem, 3vw, 2.5rem);
  background: #1f303a;
  color: #fff;
  box-shadow: 16px 16px 0 var(--impact);
}
.insight-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.insight-form legend {
  margin-bottom: 1rem;
  font: 800 0.78rem/1.2 Manrope, Arial, Helvetica, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--impact);
}
.problem-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  cursor: pointer;
}
.problem-option:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.problem-option input,
.consent-check input {
  width: 18px;
  height: 18px;
  margin-top: 0.18rem;
  accent-color: var(--impact);
}
.problem-option span {
  color: #c8d1d5;
  line-height: 1.4;
}
.problem-option strong {
  color: #fff;
}
.insight-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.insight-fields label {
  font: 700 0.82rem/1.3 Manrope, Arial, Helvetica, sans-serif;
}
.insight-fields label > span {
  color: #aab7bd;
  font-weight: 500;
}
.insight-fields input {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.9rem;
  border: 1px solid #6f7f88;
  background: #fff;
  color: #1f303a;
  font: 500 1rem/1.3 "DM Sans", Arial, Helvetica, sans-serif;
}
.consent-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.7rem;
  margin: 1.25rem 0;
  color: #bac5ca;
  font-size: 0.86rem;
  line-height: 1.45;
  cursor: pointer;
}
.capture-button {
  width: 100%;
  justify-content: space-between;
  background: var(--impact);
  color: #1f303a;
}
.capture-trust,
.capture-result {
  margin: 0.85rem 0 0;
  color: #bac5ca;
  font-size: 0.84rem;
  text-align: center;
}
.capture-result:not(:empty) {
  padding: 0.8rem;
  background: rgba(201, 255, 61, 0.12);
  color: #fff;
}
.blue-number,
.blue-text {
  color: #57d9ff !important;
}
.conecta-services .service.active {
  background: rgba(87, 217, 255, 0.07);
}
.conecta-services .service {
  padding-left: 1rem;
  padding-right: 1rem;
}

.isra-cost {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) var(--page);
  border-top: 1px solid var(--line);
}
.isra-cost .section-intro { margin: 0; }
.isra-cost .section-intro > p { max-width: 64ch; }
.isra-verdict { font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.isra-signals { align-self: end; border-top: 1px solid var(--line); }
.isra-signals span { display: block; padding: 1.15rem 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.isra-moments { padding: clamp(5rem, 10vw, 9rem) var(--page); }
.isra-moments .section-intro { margin-bottom: 3rem; }
.moments-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); }
.moments-grid article { padding: 2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.moments-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); padding-left: 0; }
.moments-grid span { color: var(--connect); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.moments-grid h3 { margin: .9rem 0 0; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.15; }
@media (max-width: 760px) {
  .recognition {
    padding: 5rem 24px;
  }
  .recognition-head {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }
  .recognition-head > p {
    grid-column: 1;
  }
  .recognition-card button {
    grid-template-columns: 34px 1fr 28px;
    gap: 0.6rem;
    padding: 1.5rem 0;
  }
  .recognition-detail {
    margin-left: 34px;
    padding-left: 0.6rem;
  }
  .credential-grid-condensed {
    grid-template-columns: 1fr;
  }
  .isra-cost { grid-template-columns: 1fr; }
  .moments-grid { grid-template-columns: 1fr; }
  .moments-grid article, .moments-grid article:nth-child(odd) { padding: 1.5rem 0; border-right: 0; }
}
.connect-manifesto {
  background: #57d9ff;
  color: #07110d;
}
.blue-proof .proof-big {
  background: #57d9ff;
}
.bio-hero {
  max-width: var(--max);
  margin: auto;
  padding: 9rem 24px 7rem;
}
.bio-hero h1 {
  font-size: clamp(3.3rem, 7vw, 7.5rem);
  max-width: 1150px;
  margin: 2rem 0 4rem;
}
.bio-hero h1 em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--acid);
  text-decoration-thickness: 0.1em;
}
.bio-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  margin-left: 35%;
  font-size: 1.25rem;
}
.big-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
}
.big-numbers article {
  padding: 3rem 1.5rem;
  border-right: 1px solid #35423c;
}
.big-numbers article:last-child {
  border: 0;
}
.big-numbers strong {
  display: block;
  font: 800 clamp(3rem, 5vw, 5.5rem) / 1 Manrope;
  color: var(--acid);
  letter-spacing: -0.07em;
}
.big-numbers span {
  display: block;
  color: #bbc5c0;
  margin-top: 0.8rem;
}
.career {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
}
.career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.career-copy {
  font-size: 1.18rem;
}
.career-proof {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink);
  font: 600 .92rem Manrope;
}
.career-proof strong { color: #2f4858; }
.detection-list { border-top: 1px solid var(--ink); }
.detection-list article {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink);
}
.detection-list span {
  font: 800 .72rem Manrope;
  letter-spacing: .08em;
  color: #2f4858;
}
.detection-list p {
  margin: .8rem 0 0;
  font: 600 clamp(1.05rem, 1.8vw, 1.35rem)/1.35 Manrope;
}
.career-verdict {
  margin: 5rem 0 0;
  padding: 3rem;
  background: #2f4858;
  color: #fff;
  font: 750 clamp(1.8rem, 3.6vw, 3.8rem)/1.05 Manrope;
  letter-spacing: -.045em;
}
.timeline {
  border-top: 1px solid var(--ink);
}
.timeline div {
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid var(--ink);
  padding: 1.25rem 0;
}
.timeline span {
  font: 800 0.8rem Manrope;
}
.timeline p {
  margin: 0;
  font-weight: 600;
}
.credentials {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #34413b;
  margin-top: 3rem;
}
.credential-grid article {
  background: var(--ink);
  padding: 2rem;
  min-height: 240px;
}
.credential-grid span {
  font: 800 0.68rem Manrope;
  letter-spacing: 0.13em;
  color: var(--acid);
}
.credential-grid h3 {
  font-size: 1.5rem;
  margin: 2.3rem 0 1rem;
}
.credential-grid p {
  color: #aab6b0;
}
.two-paths {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}
.two-paths h2 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}
.path-links a {
  display: grid;
  grid-template-columns: 1fr 40px;
  padding: 2rem 0;
  border-bottom: 1px solid #34413b;
}
.path-links span {
  grid-column: 1;
  font: 800 0.7rem Manrope;
  color: var(--acid);
  letter-spacing: 0.12em;
}
.path-links strong {
  grid-column: 1;
  font: 600 clamp(1.2rem, 2.2vw, 1.7rem) Manrope;
  margin-top: 0.6rem;
}
.path-links i {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  font-style: normal;
}
@media (max-width: 850px) {
  .lead-gate {
    grid-template-columns: 1fr;
  }
  .insight-fields {
    grid-template-columns: 1fr;
  }
  .offer-grid,
  .bridge-statement,
  .founder-grid,
  .career-grid,
  .two-paths {
    grid-template-columns: 1fr;
  }
  .offer-card {
    min-height: 500px;
  }
  .pattern-grid {
    grid-template-columns: 1fr;
  }
  .founder-name {
    font-size: 5.2rem;
  }
  .bio-lead {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
  .big-numbers {
    grid-template-columns: 1fr 1fr;
  }
  .big-numbers article {
    border-bottom: 1px solid #35423c;
  }
  .credential-grid {
    grid-template-columns: 1fr 1fr;
  }
  .choice {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 520px) {
  .offer-card {
    min-height: 440px;
    padding: 1.6rem;
  }
  .offer-card h2 {
    font-size: 3.8rem;
  }
  .big-numbers,
  .credential-grid {
    grid-template-columns: 1fr;
  }
  .big-numbers article {
    border-right: 0;
  }
  .bio-hero {
    padding-top: 6rem;
  }
  .founder-name {
    font-size: 4.1rem;
  }
  .choice-list a {
    grid-template-columns: 42px 1fr 25px;
  }
}

/* Official Ekade brand system */
:root {
  --ink: #02355a;
  --paper: #ffffff;
  --acid: #9d9e9e;
  --mint: #e8ebed;
  --line: rgba(2, 53, 90, 0.18);
  --muted: #6a7882;
}
.brand {
  min-width: 210px;
  letter-spacing: 0;
}
.brand img {
  display: block;
  width: 210px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}
.brand-conecta img {
  width: 145px;
  max-height: 58px;
}
.topbar {
  background: rgba(255, 255, 255, 0.94);
}
.topbar nav a {
  color: #02355a;
}
.nav-cta {
  background: #02355a;
  color: #fff !important;
}
.nav-cta:hover {
  background: #124f73;
}
.button.primary {
  background: #02355a;
  color: #fff;
}
.button.primary:hover {
  background: #124f73;
}
.audit-card {
  background: #02355a;
  box-shadow: 18px 18px 0 #9d9e9e;
}
.audit-card .card-head,
.audit-card li span {
  color: #fff;
}
.pulse {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13);
}
.trust-strip,
.formal-strip {
  background: #e8ebed;
  color: #02355a;
}
.section-dark,
.audit-offer,
.bridge,
.steps article,
.credentials,
.two-paths {
  background: #02355a;
}
.section-dark .section-number,
.bridge-statement > span,
.pattern-grid span,
.credential-grid span,
.path-links span {
  color: #fff;
}
.problem h2 span,
.contact h2 span {
  color: #c7d0d6;
}
.problem-grid > div,
.contact-copy > p {
  color: #d7e0e5;
}
.service-content p {
  color: #506a7a;
}
.steps {
  background: #7890a0;
}
.steps article:hover {
  background: #124f73;
}
.steps p,
.credential-grid p {
  color: #d7e0e5;
}
.proof-big {
  background: #e8ebed;
}
.manifesto.section-dark {
  background: #02355a;
}
.connect-offer {
  background: #2f4858;
  color: #fff;
}
.founder-copy h2 span {
  color: #7f8c94;
}
.choice.section-dark .choice-list a {
  border-color: #50728a;
}
.big-numbers article {
  border-color: #50728a;
}
.big-numbers strong {
  color: #fff;
}
.conecta-page {
  --ink: #2f4858;
  --paper: #ffffff;
  --acid: #344b6e;
  --mint: #e8ebed;
  --line: rgba(47, 72, 88, 0.2);
  --muted: #5e7189;
}
.conecta-page .topbar nav a {
  color: #2f4858;
}
.connect-cta {
  background: #2f4858 !important;
  color: #fff !important;
}
.blue-eye:before {
  background: #2f4858;
}
.conecta-hero h1 em {
  color: #2f4858;
  text-decoration-color: #9d9e9e;
}
.blue-button {
  background: #2f4858;
  color: #fff;
}
.blue-button:hover {
  background: #344b6e;
  color: #fff;
}
.connect-card {
  background: #2f4858;
  box-shadow: 18px 18px 0 #9d9e9e;
}
.connect-card .card-head,
.connect-card ol li span {
  color: #fff;
}
.blue-pulse {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13);
}
.conecta-strip {
  background: #2f4858;
  color: #fff;
}
.conecta-page .section-dark,
.conecta-page .steps article {
  background: #2f4858;
}
.conecta-page .section-dark .section-number,
.conecta-page .blue-number,
.conecta-page .blue-text {
  color: #fff !important;
}
.conecta-services .service.active {
  background: #e8ebed;
}
.connect-manifesto {
  background: #2f4858;
  color: #fff;
}
.blue-proof .proof-big {
  background: #2f4858;
  color: #fff;
}
.blue-proof .proof-big strong {
  color: #fff;
}
.hero-stat span,
.pattern-grid p,
.big-numbers span,
.credential-grid p {
  color: #c7d0d6;
}
.offer-card:hover {
  box-shadow: 0 18px 0 rgba(2, 53, 90, 0.12);
}
.formal-card {
  box-shadow: 14px 14px 0 #9d9e9e;
}
.pattern-grid,
.credential-grid {
  background: #7890a0;
}
.path-links a {
  border-color: #50728a;
}
@media (max-width: 850px) {
  .brand {
    min-width: 170px;
  }
  .brand img {
    width: 170px;
  }
  .brand-conecta img {
    width: 120px;
  }
}

/* Carlos López portrait and live authority metrics */
.founder-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.founder-photo {
  width: min(100%, 285px);
  margin: 0 0 2.2rem;
  position: relative;
}
.founder-photo:after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 2px solid #9d9e9e;
  z-index: 0;
}
.founder-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.bio-photo {
  float: right;
  width: min(28vw, 290px);
  margin: 0 0 2.5rem 3.5rem;
  position: relative;
}
.bio-photo:after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 2px solid #9d9e9e;
  z-index: -1;
}
.bio-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.counter-note {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 24px 0;
  color: #c7d0d6;
  font-size: 0.78rem;
}
.hero-stat strong,
.big-numbers strong {
  font-variant-numeric: tabular-nums;
}
.big-numbers strong {
  white-space: nowrap;
}
@media (max-width: 850px) {
  .bio-photo {
    float: none;
    width: 220px;
    margin: 0 0 2.5rem;
  }
  .founder-photo {
    width: 230px;
  }
}

/* Decision-first commercial layer */
.starter-offer {
  max-width: var(--max);
  margin: auto;
  padding: 8rem 24px;
}
.starter-head {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 7vw;
  align-items: end;
  margin: 2.5rem 0 4rem;
}
.starter-head h2 {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  margin: 0;
}
.starter-head p {
  font-size: 1.15rem;
  margin: 0;
}
.entry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #2f4858;
  border: 1px solid #2f4858;
}
.entry-grid article {
  background: #fff;
  padding: 1.8rem;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.entry-grid span {
  font: 800 0.72rem Manrope;
  color: #5e7189;
}
.entry-grid h3 {
  font-size: 1.65rem;
  margin: 3rem 0 1rem;
}
.entry-grid p {
  color: #506a7a;
}
.entry-grid a {
  font: 700 0.9rem Manrope;
  margin-top: auto;
  border-top: 1px solid rgba(47, 72, 88, 0.2);
  padding-top: 1rem;
}
.entry-grid a:hover {
  transform: translateX(5px);
}
.direct-contact {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid;
}
.credentials-title {
  font-size: clamp(2.6rem, 4.5vw, 5rem);
  margin: 2rem 0 4rem;
  color: #fff;
}
.authority-combination {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
  background: #e8ebed;
}
.authority-combination .section-intro { max-width: 960px; }
.authority-combination .section-intro h2 {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
}
.authority-layer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid #83949e;
}
.authority-layer-grid article {
  min-height: 290px;
  padding: 2rem;
  border-bottom: 1px solid #83949e;
}
.authority-layer-grid article:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid #83949e;
}
.authority-layer-grid span {
  font: 800 .72rem Manrope;
  letter-spacing: .12em;
  color: #2f4858;
}
.authority-layer-grid h3 {
  margin: 2.2rem 0 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1.08;
}
.authority-layer-grid p { max-width: 54ch; color: #506a7a; }
.unexpected-authority {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.unexpected-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 1.25rem 6vw;
  align-items: end;
}
.unexpected-head .section-number,
.unexpected-head h2 { grid-column: 1 / -1; }
.unexpected-head h2 {
  margin: 1.8rem 0 2.5rem;
  max-width: 1100px;
  font-size: clamp(3.2rem, 6vw, 7rem);
  line-height: .96;
}
.unexpected-head h2 em {
  color: var(--acid);
  font-style: normal;
}
.unexpected-head > p { color: #b9c4be; font-size: 1.08rem; }
.unexpected-head .unexpected-question {
  color: #fff;
  font: 700 clamp(1.3rem, 2.2vw, 2rem)/1.25 Manrope;
}
.unexpected-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 5rem;
  border-top: 1px solid #3b4b43;
}
.unexpected-grid article {
  padding: 2.5rem 3rem 2.5rem 0;
  border-bottom: 1px solid #3b4b43;
}
.unexpected-grid article + article {
  padding-left: 3rem;
  border-left: 1px solid #3b4b43;
}
.unexpected-grid span {
  color: var(--acid);
  font: 800 .75rem Manrope;
  letter-spacing: .14em;
}
.unexpected-grid h3 {
  margin: 2rem 0 1rem;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  line-height: 1.08;
}
.unexpected-grid p { color: #b9c4be; max-width: 58ch; }
.unexpected-close {
  margin-top: 4rem;
  padding: 3rem;
  background: var(--acid);
  color: var(--ink);
}
.unexpected-close p { margin: .35rem 0; font-weight: 650; }
.unexpected-close strong {
  display: block;
  margin-top: 2rem;
  font: 800 clamp(2rem, 4vw, 4.5rem)/.98 Manrope;
  letter-spacing: -.05em;
}
@media (max-width: 720px) {
  .authority-combination { padding-top: 5rem; padding-bottom: 5rem; }
  .authority-layer-grid { grid-template-columns: 1fr; }
  .authority-layer-grid article,
  .authority-layer-grid article:nth-child(odd) {
    padding: 1.6rem 0;
    border-right: 0;
    min-height: 0;
  }
  .unexpected-authority { padding-top: 5rem; padding-bottom: 5rem; }
  .unexpected-head,
  .unexpected-grid { grid-template-columns: 1fr; }
  .unexpected-grid article,
  .unexpected-grid article + article {
    padding: 2rem 0;
    border-left: 0;
  }
  .unexpected-close { padding: 2rem 1.4rem; }
}
@media (max-width: 850px) {
  .starter-head {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .entry-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .entry-grid {
    grid-template-columns: 1fr;
  }
  .entry-grid article {
    min-height: 260px;
  }
}

/* Two businesses, two unmistakable visual modes */
.conecta-page .conecta-hero {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: #2f4858;
  color: #fff;
}
.conecta-page .conecta-hero .lead {
  color: #e0e6e9;
}
.conecta-page .conecta-hero .text-link {
  color: #fff;
}
.conecta-page .conecta-hero .eyebrow:before {
  background: #fff;
}
.conecta-page .conecta-hero h1 em {
  color: #fff;
  text-decoration-color: #9d9e9e;
}
.conecta-page .connect-card {
  background: #fff;
  color: #2f4858;
  box-shadow: 18px 18px 0 #9d9e9e;
}
.conecta-page .connect-card .card-head,
.conecta-page .connect-card ol li span {
  color: #2f4858;
}
.conecta-page .blue-pulse {
  background: #2f4858;
  box-shadow: 0 0 0 5px rgba(47, 72, 88, 0.13);
}
.conecta-page .starter-offer {
  background: #e8ebed;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}
.formal-hero,
.auditores-page .services,
.auditores-page .criterion {
  background: #fff;
}
@media (max-width: 850px) {
  .conecta-page .conecta-hero {
    padding-top: 5rem;
  }
}

/* Ekade Conecta: controlled commercial accent */
.conecta-page {
  --impact: #c9ff3d;
}
.conecta-page .connect-cta,
.conecta-page .blue-button {
  background: var(--impact) !important;
  color: #1f303a !important;
}
.conecta-page .connect-cta:hover,
.conecta-page .blue-button:hover {
  background: #fff !important;
  color: #2f4858 !important;
}
.conecta-page .conecta-hero .eyebrow:before,
.conecta-page .blue-pulse {
  background: var(--impact);
}
.conecta-page .conecta-hero h1 em {
  text-decoration-color: var(--impact);
}
.conecta-page .connect-card {
  box-shadow: 18px 18px 0 var(--impact);
}
.conecta-page .conecta-strip {
  background: var(--impact);
  color: #1f303a;
}
.conecta-page .section-dark .section-number,
.conecta-page .blue-number,
.conecta-page .blue-text {
  color: var(--impact) !important;
}
.conecta-page .conecta-services .service.active {
  background: rgba(201, 255, 61, 0.18);
  box-shadow: inset 6px 0 0 var(--impact);
}
.conecta-page .conecta-services .service.active .service-content {
  max-height: 700px;
}
.conecta-page .connect-manifesto {
  background: var(--impact);
  color: #1f303a;
}
.conecta-page .blue-proof .proof-big {
  background: var(--impact);
  color: #1f303a;
}
.conecta-page .blue-proof .proof-big strong {
  color: #1f303a;
}
.conecta-page .entry-grid article:hover {
  box-shadow: inset 0 -8px 0 var(--impact);
}
.conecta-page .entry-grid a,
.conecta-page .direct-contact {
  border-color: var(--impact);
}
.connect-offer {
  box-shadow: inset 0 -10px 0 #c9ff3d;
}
.choice-list a[href^="/conecta/"] i {
  color: #c9ff3d;
}

/* Homepage hierarchy: Conecta sells, Auditores proves */
.home-conecta {
  --home-impact: #c9ff3d;
}
.home-conecta .topbar {
  background: rgba(255,255,255,.96);
}
.home-conecta .brand-conecta img {
  width: min(205px, 46vw);
}
.home-conecta .audit-nav {
  opacity: .58;
}
.home-conecta .connect-home-cta,
.home-conecta .route-conecta {
  background: var(--home-impact);
  color: #1f303a;
  border-color: var(--home-impact);
}
.home-conecta .ecosystem-hero {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: #2f4858;
  color: #fff;
}
.home-conecta .ecosystem-hero .lead { color: #e4e9eb; }
.home-conecta .ecosystem-hero .eyebrow:before { background: var(--home-impact); }
.home-conecta .ecosystem-hero h1 em {
  color: #fff;
  text-decoration-color: var(--home-impact);
}
.home-conecta .authority-card {
  background: #fff;
  color: #2f4858;
  box-shadow: 18px 18px 0 var(--home-impact);
}
.home-conecta .authority-card .card-head { color: #2f4858; }
.home-conecta .authority-card .pulse { background: var(--home-impact); }
.home-conecta .authority-card .hero-stat { border-color: rgba(47,72,88,.18); }
.home-conecta .authority-card .hero-stat strong { color: #2f4858; }
.home-conecta .authority-card .hero-stat span,
.home-conecta .authority-card .card-note { color: #526876; }
.home-audit-link {
  color: #fff;
  font: 700 .88rem Manrope;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.home-conecta .formal-strip {
  background: var(--home-impact);
  color: #1f303a;
}
.home-conecta .offer-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  align-items: end;
}
.home-conecta .connect-offer {
  min-height: 680px;
  background: var(--home-impact);
  box-shadow: 18px 18px 0 #2f4858;
  position: relative;
  overflow: hidden;
}
.home-conecta .connect-offer:after {
  content: "CONECTA";
  position: absolute;
  right: -1.5rem;
  top: 1rem;
  font: 800 clamp(4rem, 10vw, 10rem)/1 Manrope;
  letter-spacing: -.08em;
  opacity: .075;
  pointer-events: none;
}
.home-conecta .connect-offer h2 {
  font-size: clamp(4.5rem, 8vw, 8rem);
  position: relative;
  z-index: 1;
}
.home-conecta .connect-offer .offer-desc {
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  max-width: 680px;
}
.home-conecta .audit-offer {
  min-height: 480px;
  background: #e4e9eb;
  color: #2f4858;
  border-color: #aebac0;
}
.home-conecta .audit-offer h2 { font-size: clamp(2.8rem, 4.4vw, 4.6rem); }
.home-conecta .choice-audit { opacity: .5; }
.home-conecta .choice-audit:hover { opacity: 1; }
@media (max-width: 850px) {
  .home-conecta .offer-grid { grid-template-columns: 1fr; }
  .home-conecta .connect-offer { min-height: 570px; }
  .home-conecta .audit-offer { min-height: 350px; }
}

/* Focused sales pages: one problem, one decision, one action */
.focus-page {
  background: #fff;
}
.focus-header {
  min-height: 82px;
  max-width: var(--max);
  margin: auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(47, 72, 88, 0.18);
}
.focus-back {
  font:
    700 0.85rem Manrope,
    sans-serif;
  border-bottom: 1px solid;
}
.focus-hero {
  min-height: calc(100vh - 82px);
  padding: 7rem max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 8vw;
  align-items: center;
  background: #2f4858;
  color: #fff;
}
.focus-hero h1 {
  max-width: 930px;
  margin: 1.3rem 0 2rem;
  font-size: clamp(3.6rem, 7.2vw, 7.4rem);
}
.focus-lead {
  max-width: 720px;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  color: #e0e6e9;
}
.focus-hero aside {
  padding: 2rem;
  background: #fff;
  color: #2f4858;
  box-shadow: 16px 16px 0 var(--impact);
  transform: rotate(1deg);
}
.focus-hero aside span {
  font:
    800 0.72rem Manrope,
    sans-serif;
  letter-spacing: 0.13em;
}
.focus-hero aside p {
  margin: 3rem 0 0;
  font:
    700 clamp(1.45rem, 2.5vw, 2.35rem) / 1.12 Manrope,
    sans-serif;
  letter-spacing: -0.04em;
}
.focus-problem,
.focus-method,
.focus-authority,
.focus-contact {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
}
.focus-split {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
}
.focus-split h2,
.focus-decision h2,
.focus-authority h2,
.focus-contact h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.1vw, 5.6rem);
}
.focus-split ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #2f4858;
}
.focus-split li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(47, 72, 88, 0.25);
  font-weight: 600;
}
.focus-split li:before {
  content: "→";
  margin-right: 0.8rem;
  color: #2f4858;
}
.focus-decision {
  padding: 8rem max(24px, calc((100vw - var(--max)) / 2));
  background: var(--impact);
  color: #1f303a;
}
.focus-decision h2 {
  margin: 2.5rem 0;
}
.focus-decision h2 span {
  opacity: 0.58;
}
.focus-decision > p:last-child {
  max-width: 790px;
  margin-left: 35%;
  font-size: 1.25rem;
  font-weight: 600;
}
.focus-method {
  background: #2f4858;
  color: #fff;
}
.focus-method .section-number,
.focus-authority .section-number {
  color: var(--impact) !important;
}
.focus-steps {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #71828c;
}
.focus-steps article {
  min-height: 320px;
  padding: 2rem;
  background: #2f4858;
}
.focus-steps span {
  color: var(--impact);
  font:
    800 0.72rem Manrope,
    sans-serif;
}
.focus-steps h3 {
  margin: 3.5rem 0 1rem;
  font-size: 1.8rem;
}
.focus-steps p {
  color: #d8e0e4;
}
.focus-authority {
  background: #1f303a;
  color: #fff;
}
.focus-authority h2 {
  max-width: 1100px;
  margin: 2.5rem 0;
}
.focus-authority > p:last-child {
  max-width: 720px;
  color: #d8e0e4;
  font-size: 1.15rem;
}
.focus-contact {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 8vw;
  align-items: start;
}
.focus-contact h2 {
  margin: 2.5rem 0 1.5rem;
}
.focus-contact > div > p:last-child {
  max-width: 620px;
  font-size: 1.15rem;
}
.focus-contact form {
  padding: 2rem;
  border: 1px solid #2f4858;
  box-shadow: 12px 12px 0 var(--impact);
}
.focus-contact label {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-size: 0.85rem;
}
.focus-contact input,
.focus-contact textarea {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 1px solid #82909a;
  border-radius: 0;
  background: transparent;
  font:
    400 1rem "DM Sans",
    sans-serif;
}
.focus-contact input:focus,
.focus-contact textarea:focus {
  outline: 0;
  border-color: #2f4858;
}
.focus-contact .button {
  width: 100%;
}
.focus-footer {
  max-width: var(--max);
  margin: auto;
  padding: 2rem 24px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.85rem;
}
@media (max-width: 850px) {
  .focus-hero,
  .focus-split,
  .focus-contact {
    grid-template-columns: 1fr;
  }
  .focus-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .focus-hero aside {
    margin-right: 16px;
  }
  .focus-steps {
    grid-template-columns: 1fr;
  }
  .focus-decision > p:last-child {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .focus-header {
    min-height: 70px;
  }
  .focus-header .brand {
    min-width: 120px;
  }
  .focus-header .brand img {
    width: 120px;
  }
  .focus-back {
    font-size: 0.75rem;
  }
  .focus-hero h1 {
    font-size: 3.2rem;
  }
  .focus-problem,
  .focus-method,
  .focus-authority,
  .focus-contact,
  .focus-decision {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .focus-footer {
    flex-direction: column;
    gap: 1rem;
  }
}
