/* ============================================================
   Grupo VEG - hoja de estilos del sitio
   Generado por sync-from-live.py: las ediciones a mano se pisan
   al volver a sincronizar (queda copia en .backup/)
   ============================================================ */

:root {
  --ink: #23282D;
  --paper: #F7F5F2;
  --white: #fff;
  --line: #23282c2b;
  --orange: #ef8a22;
  --orange-dark: #A85A08;
  --green: var(--orange);
  --muted: #4A5057;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  scroll-margin-top: 76px;
}

.nav {
  border-bottom: 1px solid var(--line);
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 0 4.5vw;
  display: flex;
  position: relative;
}

.brand {
  align-items: center;
  width: 76px;
  display: flex;
}

.brand-logo {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

.nav-links {
  gap: 22px;
  font-size: 12px;
  display: flex;
}

.nav-links a {
  transition: opacity .2s;
}

.nav-links a:hover {
  opacity: .5;
}

.nav-cta {
  text-transform: uppercase;
  letter-spacing: .06em;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.nav-cta span {
  color: var(--orange);
  font-size: 16px;
}

.hero {
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 5vw;
  min-height: 720px;
  padding: 70px 4.5vw 84px;
  display: grid;
  overflow: hidden;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.eyebrow span {
  background: var(--orange);
  width: 28px;
  height: 2px;
}

h1 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: clamp(54px,6.1vw,94px);
  font-weight: 750;
  line-height: .92;
}

h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lead {
  color: #53585b;
  max-width: 645px;
  margin: 36px 0 30px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.button {
  letter-spacing: .065em;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 56px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s,background .2s,border-color .2s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--orange);
  color: var(--ink);
  border: 2px solid var(--orange);
}

.button-primary:hover {
  background: #f39a42;
  border-color: #f39a42;
}

.button-primary span {
  color: var(--ink);
  font-size: 17px;
}

.button-secondary {
  color: var(--ink);
  border: 2px solid var(--orange);
  background: 0 0;
}

.button-secondary:hover {
  background: #ef8a221a;
}

.button-urgent {
  background: 0 0;
  color: var(--ink);
  border: 2px solid var(--ink);
}

.button-urgent:hover {
  background: var(--ink);
  color: var(--white);
}

.button-urgent span {
  color: var(--white);
  font-size: 17px;
}

.button-link {
  border-bottom: 1px solid var(--ink);
  padding-inline: 0;
}

.hero-free-note {
  color: var(--muted);
  letter-spacing: .025em;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 650;
  display: block;
}

.hero-work-photo {
  background: #4b4f50;
  align-self: stretch;
  min-height: 580px;
  margin: -70px -4.5vw -84px 0;
  position: relative;
  overflow: hidden;
}

.hero-work-photo img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.84)contrast(1.04);
}

.hero-trust {
  border-top: 1px solid var(--line);
  color: #555a5d;
  text-transform: uppercase;
  letter-spacing: .06em;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 52px;
  padding-top: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.hero-trust span:before {
  content: "✓";
  color: var(--orange);
  margin-right: 7px;
  font-weight: 900;
}

.entry-paths {
  background: var(--white);
  border-block: 1px solid var(--line);
  grid-template-columns: 1.15fr repeat(3,1fr);
  display: grid;
}

.entry-intro {
  flex-direction: column;
  justify-content: center;
  padding: 30px 4.5vw;
  display: flex;
}

.entry-intro .kicker {
  margin-bottom: 10px;
}

.entry-intro p {
  max-width: 350px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.entry-paths>a {
  border-left: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 25px;
  transition: background .2s,color .2s;
  display: flex;
}

.entry-paths>a:hover {
  background: var(--ink);
  color: var(--white);
}

.entry-paths small {
  letter-spacing: .12em;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 800;
}

.entry-paths b {
  letter-spacing: -.03em;
  font-size: 22px;
}

.entry-paths a>span {
  color: var(--muted);
  justify-content: space-between;
  gap: 14px;
  font-size: 11px;
  display: flex;
}

.entry-paths a:hover>span {
  color: #bcc2bc;
}

.entry-paths a>span>span {
  color: var(--orange);
  font-size: 16px;
}

.report-visual {
  background: var(--ink);
  color: var(--white);
  min-height: 510px;
  padding: 26px;
  position: relative;
  box-shadow: 26px 26px #15191514;
}

.report-top {
  letter-spacing: .12em;
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.report-plan {
  height: 350px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}

.report-plan-photo {
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.88)contrast(1.05);
}

.report-photo-shade {
  background: linear-gradient(#23282c14,#23282cc7);
  position: absolute;
  inset: 0;
}

.plan-alert {
  background: var(--orange);
  width: 44px;
  height: 44px;
  color: var(--ink);
  border-radius: 50%;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 56%;
  left: 68%;
  box-shadow: 0 0 0 8px #ef8a222e;
}

.plan-label {
  color: #f4f4f4;
  letter-spacing: .08em;
  font-size: 9px;
  line-height: 1.6;
  position: absolute;
}

.label-a {
  color: var(--green);
  top: 76%;
  left: 66%;
}

.label-b {
  top: 28%;
  left: 18%;
}

.report-bottom {
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
  display: flex;
}

.report-bottom div:first-child {
  gap: 5px;
  display: grid;
}

.report-bottom small {
  color: #8d968b;
  letter-spacing: .12em;
  font-size: 9px;
}

.report-bottom strong {
  font-family: Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.report-status {
  color: var(--orange);
  letter-spacing: .12em;
  border: 1px solid #ef8a22a6;
  padding: 8px 10px;
  font-size: 9px;
}

.floating-note {
  background: var(--white);
  color: var(--ink);
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  bottom: 62px;
  right: -24px;
  box-shadow: 0 14px 35px #0000002e;
}

.floating-note div {
  gap: 3px;
  display: grid;
}

.floating-note b {
  font-size: 12px;
}

.floating-note small {
  color: #707770;
  font-size: 10px;
}

.note-check {
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  width: 27px;
  height: 27px;
  font-weight: 900;
  display: grid;
}

.credentials-strip {
  background: var(--ink);
  width: 100%;
  color: var(--white);
  grid-template-columns: repeat(4,1fr);
  padding: 34px 4.5vw;
  display: grid;
}

.credentials-strip span {
  color: #f3f4f2;
  text-align: center;
  border-right: 1px solid #ffffff47;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  display: flex;
}

.credentials-strip span:last-of-type {
  border-right: 0;
}

/* Franja de publicos. Mismo patron que .credentials-strip pero en claro,
   para que las dos franjas no se lean como una sola. */
.audience-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4,1fr);
  width: 100%;
  padding: 22px 4.5vw;
  display: grid;
}

.audience-strip span {
  color: var(--ink);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-right: 1px solid var(--line);
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 8px 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.audience-strip span:last-of-type {
  border-right: 0;
}

.services {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 96px 4.5vw 110px;
}

.section-heading {
  grid-template-columns: 1fr .65fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 60px;
  display: grid;
}

.kicker {
  letter-spacing: .14em;
  color: var(--orange-dark);
  margin-bottom: 21px;
  font-size: 10px;
  font-weight: 800;
  display: block;
}

.section-heading h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(42px,5vw,70px);
  line-height: .98;
}

.section-heading>p {
  color: #5f675f;
  max-width: 470px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.service-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3,1fr);
  display: grid;
}

.service-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 34px 1fr;
  gap: 12px;
  min-height: 230px;
  padding: 24px;
  transition: background .2s,color .2s;
  display: grid;
  position: relative;
}

.service-card:hover {
  background: var(--ink);
  color: var(--white);
}

.service-number {
  color: #7b837b;
  font-size: 10px;
}

.service-card h3 {
  letter-spacing: -.03em;
  margin: 0 0 18px;
  font-size: 24px;
}

.service-card p {
  color: #687068;
  max-width: 280px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.service-card:hover p {
  color: #afb7ad;
}

.service-arrow {
  color: var(--orange);
  font-size: 20px;
  position: absolute;
  bottom: 22px;
  right: 24px;
}

.service-capabilities {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  align-items: baseline;
  gap: 25px;
  margin-top: 28px;
  padding-top: 21px;
  display: flex;
}

.service-capabilities small {
  color: var(--orange-dark);
  letter-spacing: .13em;
  font-size: 9px;
  font-weight: 800;
}

.service-capabilities span {
  letter-spacing: .015em;
  font-size: 13px;
  font-weight: 700;
}

.major-works {
  background: var(--ink);
  color: var(--white);
  padding: 110px 4.5vw;
}

.major-works .kicker {
  color: var(--orange);
}

.major-works-heading {
  grid-template-columns: 1fr .75fr;
  align-items: end;
  column-gap: 9vw;
  margin-bottom: 62px;
  display: grid;
}

.major-works-heading .kicker {
  grid-column: 1/-1;
}

.major-works-heading h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: clamp(54px,6.2vw,88px);
  line-height: .92;
}

.major-works-heading>p {
  color: #b8beb7;
  max-width: 560px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.major-works-grid {
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  display: grid;
}

.major-works-grid article {
  background: #ffffff09;
  border: 1px solid #fff3;
  flex-direction: column;
  gap: 24px;
  min-height: 280px;
  padding: 32px 28px;
  transition: border-color .2s,transform .2s,background .2s;
  display: flex;
}

.major-works-grid article:hover {
  border-color: var(--orange);
  background: #ffffff0f;
  transform: translateY(-3px);
}

.major-works-grid article>span {
  color: var(--orange);
  letter-spacing: -.06em;
  font-size: 48px;
  font-weight: 800;
  line-height: .9;
}

.major-works-grid h3 {
  letter-spacing: -.025em;
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1.15;
}

.major-works-grid p {
  color: #bdc4bc;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.major-works-closing {
  border-left: 4px solid var(--orange);
  letter-spacing: -.025em;
  max-width: 980px;
  margin: 42px 0 0;
  padding-left: 24px;
  font-size: clamp(20px,2.3vw,31px);
  font-weight: 650;
  line-height: 1.35;
}

.emergency-strip {
  background: var(--orange);
  grid-template-columns: 70px 1.1fr .8fr auto;
  align-items: center;
  gap: 34px;
  padding: 88px 4.5vw;
  display: grid;
}

.emergency-icon {
  border: 2px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 24px;
  font-weight: 900;
  display: grid;
}

.emergency-strip span {
  letter-spacing: .14em;
  font-size: 9px;
  font-weight: 900;
}

.emergency-strip h2 {
  letter-spacing: -.045em;
  margin: 6px 0 0;
  font-size: clamp(25px,2.6vw,39px);
  line-height: 1;
}

.emergency-strip p {
  max-width: 440px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.emergency-contact {
  justify-items: start;
  gap: 13px;
  display: grid;
}

.emergency-contact strong {
  letter-spacing: -.035em;
  white-space: nowrap;
  font-size: clamp(25px,2.4vw,36px);
  line-height: 1;
}

.emergency-contact a {
  background: var(--orange-dark);
  min-height: 50px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
  border-radius: 5px;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  font-size: 10px;
  font-weight: 900;
  transition: transform .2s,background .2s;
  display: inline-flex;
}

.emergency-contact a:hover {
  background: #9f4d08;
  transform: translateY(-2px);
}

.emergency-contact a span {
  font-size: 15px;
}

.method {
  background: var(--ink);
  color: var(--white);
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  padding: 110px 4.5vw;
  display: grid;
}

.method-intro {
  align-self: start;
  position: sticky;
  top: 38px;
}

.method .kicker {
  color: var(--green);
}

.method-intro h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(43px,4.7vw,70px);
  line-height: .98;
}

.method-intro h2 em {
  color: var(--orange);
  font-family: Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
}

.method-intro>p {
  color: #acb3aa;
  max-width: 500px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
}

.steps {
  border-top: 1px solid #ffffff2e;
}

.method-sequence-label {
  color: var(--green);
  letter-spacing: .15em;
  border-bottom: 1px solid #ffffff2e;
  padding: 18px 0;
  font-size: 9px;
  font-weight: 800;
}

.step {
  border-bottom: 1px solid #ffffff2e;
  grid-template-columns: 42px .6fr 1fr;
  align-items: start;
  gap: 18px;
  min-height: 195px;
  padding: 34px 0;
  display: grid;
}

.step>span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.step h3 {
  letter-spacing: -.035em;
  margin: -4px 0 0;
  font-size: 27px;
}

.step p {
  color: #aeb5ad;
  max-width: 480px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.trial-offer {
  background: var(--white);
  border-block: 1px solid var(--line);
  grid-template-columns: .8fr 1fr auto;
  align-items: center;
  gap: 5vw;
  padding: 70px 4.5vw;
  display: grid;
}

.trial-offer .kicker {
  color: var(--ink);
  margin-bottom: 12px;
}

.trial-offer h2 {
  letter-spacing: -.05em;
  margin: 0;
  font-size: clamp(32px,3.5vw,52px);
  line-height: .98;
}

.trial-offer>p {
  max-width: 610px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.trial-offer .button {
  min-width: 290px;
}

.administrations {
  background: var(--white);
  padding: 110px 4.5vw;
}

.administrations-heading {
  grid-template-columns: 1.05fr .75fr;
  align-items: end;
  column-gap: 9vw;
  margin-bottom: 58px;
  display: grid;
}

.administrations-heading .kicker {
  grid-column: 1/-1;
}

.administrations-heading h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(46px,5vw,72px);
  line-height: .96;
}

.administrations-heading h2 em {
  color: var(--orange);
  font-style: normal;
}

.administrations-heading p {
  max-width: 560px;
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.administrations-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4,1fr);
  display: grid;
}

.administrations-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 245px;
  padding: 25px;
}

.administrations-grid article>span {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
}

.administrations-grid h3 {
  letter-spacing: -.035em;
  margin: 62px 0 14px;
  font-size: 23px;
  line-height: 1.05;
}

.administrations-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.portfolio-cta {
  background: var(--paper);
  border-left: 4px solid var(--orange);
  grid-template-columns: 1.05fr .8fr auto;
  align-items: center;
  gap: 38px;
  margin-top: 34px;
  padding: 30px 34px;
  display: grid;
}

.portfolio-cta div {
  gap: 7px;
  display: grid;
}

.portfolio-cta small {
  color: var(--orange-dark);
  letter-spacing: .13em;
  font-size: 9px;
  font-weight: 800;
}

.portfolio-cta strong {
  letter-spacing: -.025em;
  font-size: 23px;
  line-height: 1.15;
}

.portfolio-cta p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.deliverables {
  background: var(--paper);
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 10vw;
  padding: 115px 7vw;
  display: grid;
  overflow: hidden;
}

.deliverable-copy h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(42px,4.7vw,68px);
  line-height: .98;
}

.deliverable-copy>.execution-note {
  color: var(--orange-dark);
  letter-spacing: -.015em;
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 800;
}

.deliverable-copy>p {
  color: #626a62;
  max-width: 550px;
  margin: 28px 0;
  font-size: 16px;
  line-height: 1.7;
}

.deliverable-copy ul {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverable-copy li {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 13px;
}

.deliverable-copy li:before {
  content: "✓";
  color: var(--orange-dark);
  margin-right: 12px;
  font-weight: 900;
}

.document-stack {
  place-items: center;
  min-height: 610px;
  display: grid;
  position: relative;
}

.doc-back {
  background: #daddd3;
  width: 76%;
  height: 84%;
  position: absolute;
  transform: translate(29px,30px)rotate(3deg);
}

.doc-page {
  z-index: 2;
  background: var(--white);
  width: 76%;
  min-height: 560px;
  padding: 34px;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 28px 60px #15191524;
}

.doc-header {
  border-bottom: 2px solid var(--ink);
  letter-spacing: .11em;
  justify-content: space-between;
  padding-bottom: 17px;
  font-size: 9px;
  display: flex;
}

.doc-header b {
  font-size: 11px;
}

.doc-page>h3 {
  margin: 30px 0 22px;
  font-family: Arial,sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
}

.doc-meta {
  letter-spacing: .1em;
  grid-template-columns: auto 1fr;
  gap: 5px 14px;
  font-size: 8px;
  display: grid;
}

.doc-meta span {
  color: #8c938b;
}

.doc-meta b {
  font-size: 9px;
}

.doc-meta .priority {
  color: var(--orange-dark);
}

.doc-diagram {
  border: 1px solid var(--line);
  height: 185px;
  margin: 25px 0;
  position: relative;
  overflow: hidden;
}

.doc-grid {
  background-image: linear-gradient(#14191414 1px,#0000 1px),linear-gradient(90deg,#14191414 1px,#0000 1px);
  background-size: 20px 20px;
  position: absolute;
  inset: 0;
}

.doc-line {
  background: var(--ink);
  position: absolute;
}

.ico-tilde {
  vertical-align: -.06em;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.line-one {
  width: 55%;
  height: 5px;
  top: 30%;
  left: 15%;
}

.line-two {
  width: 5px;
  height: 50%;
  top: 30%;
  left: 36%;
}

.doc-point {
  background: var(--ink);
  width: 34px;
  height: 34px;
  color: var(--white);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
  position: absolute;
  bottom: 20%;
  right: 22%;
}

.doc-row {
  border-top: 1px solid var(--line);
  grid-template-columns: 34px 1fr;
  padding: 12px 0;
  font-size: 10px;
  display: grid;
}

.doc-row>span {
  color: var(--orange-dark);
  font-weight: 800;
}

.doc-row p {
  color: #737b72;
  margin: 0;
  line-height: 1.55;
}

.doc-row b {
  color: var(--ink);
}

.doc-tag {
  z-index: 3;
  background: var(--ink);
  color: var(--white);
  letter-spacing: .12em;
  padding: 14px 18px;
  font-size: 9px;
  font-weight: 900;
  position: absolute;
  bottom: 80px;
  right: 0;
  box-shadow: 0 12px 26px #0000001f;
}

.audits {
  background: var(--paper);
  padding: 110px 4.5vw;
}

.audit-heading {
  grid-template-columns: .95fr .9fr;
  align-items: end;
  column-gap: 9vw;
  margin-bottom: 58px;
  display: grid;
}

.audit-heading .kicker {
  color: var(--ink);
  grid-column: 1/-1;
}

.audit-heading h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: clamp(48px,5.5vw,78px);
  line-height: .93;
}

.audit-heading p {
  max-width: 520px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.audit-grid {
  border-top: 1px solid #15191559;
  border-left: 1px solid #15191559;
  grid-template-columns: repeat(3,1fr);
  display: grid;
}

.audit-grid article {
  border-bottom: 1px solid #15191559;
  border-right: 1px solid #15191559;
  min-height: 235px;
  padding: 28px;
}

.audit-grid article>span {
  font-size: 10px;
  font-weight: 800;
}

.audit-grid h3 {
  letter-spacing: -.035em;
  margin: 58px 0 13px;
  font-size: 25px;
}

.audit-grid p {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.6;
}

.finance-banner {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  grid-template-columns: 1.1fr .9fr auto;
  align-items: center;
  gap: 38px;
  margin-top: 34px;
  padding: 30px 34px;
  display: grid;
}

.finance-banner div {
  gap: 7px;
  display: grid;
}

.finance-banner small {
  color: var(--green);
  letter-spacing: .13em;
  font-size: 9px;
}

.finance-banner strong {
  font-family: Arial,sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.finance-banner p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.finance-banner a {
  white-space: nowrap;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--green);
  padding-bottom: 7px;
  font-size: 10px;
  font-weight: 900;
}

.finance-banner a span {
  color: var(--green);
  margin-left: 12px;
}

.facades {
  background: var(--white);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 6vw;
  min-height: 780px;
  padding: 110px 4.5vw;
  display: grid;
  overflow: hidden;
}

.facade-copy h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(48px,5vw,72px);
  line-height: .96;
}

.facade-copy>p {
  color: #616961;
  max-width: 560px;
  margin: 28px 0;
  font-size: 16px;
  line-height: 1.7;
}

.facade-list {
  border-top: 1px solid var(--line);
  max-width: 560px;
  margin-bottom: 28px;
  display: grid;
}

.facade-list span {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 13px;
}

.facade-list b {
  color: var(--orange-dark);
  margin-right: 15px;
  font-size: 10px;
}

.facade-visual {
  background: var(--ink);
  height: 600px;
  padding: 55px;
  position: relative;
}

.facade-photo {
  object-fit: cover;
  object-position: center;
  filter: saturate(.72)contrast(1.05);
}

.facade-photo-shade {
  background: linear-gradient(#23282c14,#23282c6b);
  position: absolute;
  inset: 0;
}

.facade-badge {
  background: var(--white);
  grid-template-columns: 34px 1fr;
  column-gap: 11px;
  width: 220px;
  padding: 17px;
  display: grid;
  position: absolute;
  bottom: 28px;
  left: -28px;
  box-shadow: 0 15px 35px #0003;
}

.facade-badge>span {
  background: var(--ink);
  width: 32px;
  height: 32px;
  color: var(--white);
  border-radius: 50%;
  grid-row: 1/3;
  place-items: center;
  font-weight: 900;
  display: grid;
}

.facade-badge b {
  font-size: 12px;
}

.facade-badge small {
  color: #707770;
  font-size: 10px;
}

.facade-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  display: flex;
}

.facade-detail-link {
  font-size: 12px;
  font-weight: 800;
}

.work-proof {
  background: var(--paper);
  color: var(--ink);
  padding: 90px 4.5vw 55px;
}

.work-proof-heading {
  grid-template-columns: 1fr .55fr;
  align-items: end;
  gap: 8vw;
  display: grid;
}

.work-proof .kicker {
  color: var(--orange-dark);
  grid-column: 1/-1;
}

.work-proof h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(46px,5vw,72px);
  line-height: .95;
}

.work-proof p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.project-gallery {
  background: var(--paper);
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: clamp(220px,24vw,380px);
  gap: 2px;
  padding: 2px;
  display: grid;
}

.project-photo {
  background: #3c4142;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.project-photo img {
  object-fit: cover;
  filter: saturate(.82)contrast(1.04);
  transition: transform .45s,filter .45s;
}

.project-photo:hover img {
  filter: saturate()contrast(1.03);
  transform: scale(1.025);
}

.project-photo-1,.project-photo-4 {
  grid-column: span 2;
}

.project-photo:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000,#0f1213d1);
  position: absolute;
  inset: 45% 0 0;
}

.project-caption {
  z-index: 2;
  color: var(--white);
  gap: 6px;
  display: grid;
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 24px;
}

.project-caption small {
  color: var(--orange);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.project-caption b {
  letter-spacing: -.02em;
  font-size: 17px;
}

.professionals {
  background: var(--paper);
  border-block: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 85px 4.5vw;
  display: grid;
}

.professionals h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(38px,4.2vw,62px);
  line-height: .98;
}

.professional-intro {
  max-width: 650px;
  color: var(--muted);
  margin: 26px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.professional-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.professional-grid span {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  align-items: end;
  min-height: 100px;
  padding: 18px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.professional-grid span:before {
  content: "";
  background: var(--orange-dark);
  flex: none;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  margin-bottom: 4px;
}

/* Quienes firman. Circulos punteados = foto pendiente. */
.team {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 42px;
}

.team .kicker {
  margin-bottom: 30px;
  display: block;
}

.team-row {
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  display: grid;
}

.team figure {
  justify-items: center;
  gap: 16px;
  margin: 0;
  display: grid;
}

.team-photo {
  color: var(--muted);
  letter-spacing: .14em;
  border: 2px dashed var(--line);
  border-radius: 50%;
  place-items: center;
  width: 132px;
  height: 132px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.team figcaption {
  text-align: center;
}

.team figcaption strong {
  letter-spacing: -.02em;
  font-size: 16px;
  display: block;
}

.team figcaption span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  display: block;
}


.faq {
  background: var(--white);
  grid-template-columns: .65fr 1fr;
  gap: 10vw;
  padding: 110px 8vw;
  display: grid;
}

.faq-title h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(42px,4.5vw,66px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  grid-template-columns: 42px 1fr 20px;
  align-items: center;
  min-height: 78px;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  display: grid;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--orange-dark);
  font-size: 9px;
}

.faq-list summary b {
  font-size: 20px;
  font-weight: 400;
  transition: transform .2s;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details p {
  color: #616a61;
  margin: -7px 40px 27px 42px;
  font-size: 14px;
  line-height: 1.7;
}

.contact {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line);
  grid-template-columns: .9fr 1.1fr;
  gap: 10vw;
  padding: 110px 7vw;
  display: grid;
}

.contact .kicker {
  color: var(--orange-dark);
}

.contact-copy h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: clamp(48px,5vw,73px);
  line-height: .94;
}

.contact-copy h2 em {
  color: var(--orange);
  font-family: Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
}

.contact-copy>p {
  max-width: 520px;
  color: var(--muted);
  margin: 30px 0 45px;
  font-size: 16px;
  line-height: 1.7;
}

.contact-points {
  border-top: 1px solid var(--line);
  gap: 0;
  display: grid;
}

.contact-points span {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  grid-template-columns: 150px 1fr;
  padding: 15px 0;
  font-size: 12px;
  display: grid;
}

.contact-points b {
  color: var(--ink);
}

.lead-form {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  gap: 20px;
  padding: 38px;
  display: grid;
}

.form-intro {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
  display: flex;
}

.form-intro b {
  letter-spacing: -.03em;
  font-size: 22px;
}

.form-intro span {
  color: #707870;
  font-size: 11px;
}

.direct-whatsapp {
  background: var(--green);
  color: var(--ink);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: -8px -8px 2px;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
}

.direct-whatsapp>span {
  font-size: 17px;
}

.lead-form label {
  letter-spacing: .1em;
  text-transform: uppercase;
  gap: 8px;
  font-size: 9px;
  font-weight: 900;
  display: grid;
}

.lead-form input,.lead-form select,.lead-form textarea {
  width: 100%;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #bbc0b8;
  border-radius: 0;
  outline: none;
  padding: 10px 0;
  font-size: 14px;
}

.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus {
  border-bottom-color: var(--orange);
}

.lead-form textarea {
  resize: vertical;
}

.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.lead-form .button {
  cursor: pointer;
  border: 0;
  margin-top: 6px;
}

.channel-note {
  color: #858b84;
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
}

footer {
  min-height: 180px;
  color: var(--white);
  background: #171b1e;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 50px;
  padding: 44px 4.5vw;
  display: grid;
}

.footer-brand {
  width: 96px;
}

footer p {
  color: #9ca49b;
  margin: 6px 0 0;
  font-size: 12px;
}

footer>div {
  gap: 24px;
  font-size: 11px;
  display: flex;
}

.footer-links {
  align-items: center;
}

.instagram-link {
  width: 24px;
  height: 24px;
  color: var(--white);
  place-items: center;
  transition: color .2s,transform .2s;
  display: inline-grid;
}

.instagram-link:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.instagram-link:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
  border-radius: 5px;
}

.instagram-link svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
}

.instagram-link .instagram-dot {
  fill: currentColor;
  stroke: none;
}

footer>small {
  color: #697069;
  letter-spacing: .08em;
  border-top: 1px solid #ffffff1a;
  grid-column: 1/-1;
  padding-top: 20px;
  font-size: 9px;
}

.footer-details {
  gap: 7px;
  line-height: 1.45;
  display: grid;
}

.footer-details a {
  color: #b7beb6;
}

.whatsapp-float {
  z-index: 60;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #25d366;
  border-radius: 50%;
  place-items: center;
  transition: transform .2s,box-shadow .2s;
  display: grid;
  position: fixed;
  bottom: 22px;
  right: 22px;
  box-shadow: 0 12px 30px #00000047;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px #00000052;
}

.whatsapp-float:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.whatsapp-float svg {
  fill: currentColor;
  width: 32px;
  height: 32px;
  display: block;
}

.whatsapp-float-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.ley-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 110px 8vw 120px;
}

.ley-hero h1 {
  max-width: 1180px;
  font-size: clamp(54px,7vw,104px);
}

.ley-hero>p {
  max-width: 760px;
  color: var(--muted);
  margin: 36px 0 30px;
  font-size: 19px;
  line-height: 1.65;
}

.ley-requirements {
  background: var(--white);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4,1fr);
  display: grid;
}

.ley-requirements article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 310px;
  padding: 34px 28px;
}

.ley-requirements article>span {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
}

.ley-requirements h2 {
  letter-spacing: -.035em;
  margin: 72px 0 18px;
  font-size: 26px;
}

.ley-requirements p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.ley-report {
  background: var(--paper);
  color: var(--ink);
  grid-template-columns: .8fr 1fr;
  gap: 10vw;
  padding: 110px 8vw;
  display: grid;
}

.ley-report h2 {
  letter-spacing: -.055em;
  max-width: 620px;
  margin: 0;
  font-size: clamp(44px,5vw,72px);
  line-height: .98;
}

.ley-report .kicker {
  color: var(--orange-dark);
}

.ley-report ul {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ley-report li {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  padding: 19px 0 19px 30px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.ley-report li:before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
  position: absolute;
  left: 0;
}

.ley-process {
  background: var(--white);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ley-process article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 90px 8vw;
}

.ley-process h2 {
  letter-spacing: -.05em;
  margin: 0 0 24px;
  font-size: clamp(36px,4vw,58px);
}

.ley-process p {
  max-width: 650px;
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.ley-compliance {
  background: var(--white);
  border-block: 1px solid var(--line);
  grid-template-columns: .8fr 1fr;
  align-items: end;
  gap: 10vw;
  padding: 100px 8vw;
  display: grid;
}

.ley-compliance .kicker {
  color: var(--ink);
  grid-column: 1/-1;
}

.ley-compliance h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(42px,5vw,70px);
  line-height: .96;
}

.ley-compliance p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.ley-faq {
  scroll-margin-top: 76px;
}

.ley-cta {
  background: var(--orange);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5vw;
  padding: 70px 8vw;
  display: grid;
}

.ley-cta .kicker {
  margin-bottom: 12px;
}

.ley-cta h2 {
  letter-spacing: -.05em;
  max-width: 850px;
  margin: 0;
  font-size: clamp(38px,4.5vw,66px);
  line-height: .98;
}

.ley-cta .button-primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.ley-cta .button-primary span {
  color: var(--white);
}

.ley-footer {
  align-items: center;
  min-height: 145px;
}

.ley-footer>a:last-child {
  font-size: 12px;
  font-weight: 800;
}

@media (width<=980px) {
  .nav-links {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }
  .hero-copy {
    max-width: 760px;
  }
  .hero-work-photo {
    width: calc(100% + 4.5vw);
    max-width: 720px;
    min-height: 520px;
    margin: 0 -4.5vw 0 0;
  }
  .report-visual {
    width: 100%;
    max-width: 720px;
  }
  .entry-paths {
    grid-template-columns: 1fr 1fr;
  }
  .entry-paths>a:nth-of-type(2),.entry-paths>a:nth-of-type(3) {
    border-top: 1px solid var(--line);
  }
  .service-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .emergency-strip {
    grid-template-columns: 58px 1fr auto;
  }
  .emergency-strip>p {
    display: none;
  }
  .method {
    grid-template-columns: 1fr;
  }
  .method-intro {
    position: static;
  }
  .trial-offer {
    grid-template-columns: 1fr 1fr;
  }
  .trial-offer .button {
    grid-column: 1/-1;
    width: fit-content;
  }
  .major-works-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .major-works-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .major-works-heading .kicker {
    grid-column: auto;
  }
  .ley-requirements {
    grid-template-columns: repeat(2,1fr);
  }
  .ley-report {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-inline: 4.5vw;
  }
  .ley-process article {
    padding-inline: 4.5vw;
  }
  .ley-compliance {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-inline: 4.5vw;
  }
  .ley-compliance .kicker {
    grid-column: auto;
  }
  .administrations-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .portfolio-cta {
    grid-template-columns: 1fr auto;
  }
  .portfolio-cta>p {
    display: none;
  }
  .deliverables {
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    padding-inline: 4.5vw;
  }
  .doc-page,.doc-back {
    width: 88%;
  }
  .finance-banner {
    grid-template-columns: 1fr auto;
  }
  .finance-banner>p {
    display: none;
  }
  .facades {
    grid-template-columns: 1fr;
  }
  .facade-copy {
    max-width: 720px;
  }
  .facade-visual {
    width: 100%;
    max-width: 720px;
  }
  .project-gallery {
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: clamp(230px,42vw,420px);
  }
  .project-photo-1,.project-photo-4 {
    grid-column: span 1;
  }
  .professionals {
    grid-template-columns: 1fr;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-inline: 4.5vw;
  }
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (width<=640px) {
  .nav {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: #f4f4f4f5;
    height: 64px;
    padding-inline: 18px;
    position: sticky;
    top: 0;
  }
  .brand {
    width: 65px;
  }
  .nav-cta {
    background: var(--orange);
    min-height: 38px;
    color: var(--ink);
    letter-spacing: .08em;
    border-radius: 4px;
    gap: 0;
    padding: 0 14px;
    font-size: 0;
  }
  .nav-cta:before {
    content: "WhatsApp";
    font-size: 9px;
  }
  .nav-cta span {
    color: var(--orange);
    margin-left: 9px;
  }
  .hero {
    gap: 38px;
    min-height: auto;
    padding: 34px 18px 48px;
  }
  .eyebrow {
    letter-spacing: .11em;
    margin-bottom: 22px;
    font-size: 9px;
    line-height: 1.45;
  }
  .eyebrow span {
    flex: none;
    width: 20px;
  }
  h1 {
    letter-spacing: -.06em;
    font-size: clamp(42px,13vw,54px);
    line-height: .94;
  }
  .hero-lead {
    margin: 24px 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .hero-actions {
    align-items: stretch;
    gap: 12px;
    display: grid;
  }
  .hero-actions .button,.hero-actions .button-link {
    width: 100%;
  }
  .hero-free-note {
    margin-top: 14px;
    font-size: 10px;
  }
  .hero-work-photo {
    width: calc(100% + 36px);
    height: 370px;
    min-height: 370px;
    margin: 0 -18px -48px;
  }
  .hero-trust {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-top: 30px;
    padding-top: 16px;
    font-size: 9px;
    line-height: 1.45;
    display: grid;
  }
  .hero-trust span:first-child {
    grid-column: 1/-1;
  }
  .entry-paths {
    grid-template-columns: 1fr;
  }
  .entry-intro {
    padding: 27px 18px;
  }
  .entry-paths>a {
    border-left: 0;
    border-top: 1px solid var(--line);
    gap: 10px;
    min-height: 108px;
    padding: 20px 18px;
  }
  .entry-paths b {
    font-size: 20px;
  }
  .report-visual {
    min-height: 365px;
    padding: 16px;
    box-shadow: 10px 10px #15191514;
  }
  .report-top {
    padding-bottom: 14px;
    font-size: 8px;
  }
  .report-plan {
    height: 245px;
    margin-top: 14px;
  }
  .report-bottom {
    padding-top: 14px;
  }
  .report-bottom strong {
    font-size: 14px;
  }
  .report-status {
    padding: 6px 7px;
    font-size: 7px;
  }
  .floating-note {
    padding: 10px 12px;
    bottom: 44px;
    right: -5px;
  }
  .services {
    padding: 62px 18px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }
  .section-heading h2,.administrations-heading h2,.deliverable-copy h2,.audit-heading h2,.facade-copy h2,.work-proof h2,.professionals h2,.faq-title h2 {
    font-size: clamp(38px,11.5vw,48px);
    line-height: .98;
  }
  .section-heading>p,.administrations-heading p,.deliverable-copy>p,.audit-heading p,.facade-copy>p,.work-proof p {
    font-size: 15px;
    line-height: 1.62;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    grid-template-columns: 27px 1fr;
    min-height: 142px;
    padding: 20px 18px;
  }
  .service-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .service-arrow {
    bottom: 17px;
    right: 18px;
  }
  .service-capabilities {
    gap: 9px;
    margin-top: 22px;
    display: grid;
  }
  .service-capabilities span {
    font-size: 12px;
    line-height: 1.65;
  }
  .credentials-strip {
    grid-template-columns: repeat(2,1fr);
    padding: 26px 18px;
  }
  .credentials-strip span {
    text-align: left;
    border-bottom: 1px solid #ffffff40;
    border-right: 1px solid #ffffff40;
    justify-content: flex-start;
    min-height: 92px;
    padding: 15px 12px;
    font-size: 14px;
  }
  .credentials-strip span:nth-of-type(2) {
    border-right: 0;
  }
  .credentials-strip span:nth-of-type(3),.credentials-strip span:nth-of-type(4) {
    border-bottom: 0;
  }
  .audience-strip {
    grid-template-columns: repeat(2,1fr);
    padding: 18px;
  }
  .audience-strip span {
    text-align: left;
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
    min-height: 62px;
    padding: 12px;
    font-size: 11px;
  }
  .audience-strip span:nth-of-type(2) {
    border-right: 0;
  }
  .audience-strip span:nth-of-type(3),.audience-strip span:nth-of-type(4) {
    border-bottom: 0;
  }
  .major-works {
    padding: 64px 18px;
  }
  .major-works-heading {
    margin-bottom: 40px;
  }
  .major-works-heading h2 {
    font-size: clamp(43px,12.5vw,54px);
  }
  .major-works-heading>p {
    font-size: 15px;
    line-height: 1.65;
  }
  .major-works-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .major-works-grid article {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 25px 21px;
    display: grid;
  }
  .major-works-grid article>span {
    font-size: 38px;
  }
  .major-works-grid h3 {
    font-size: 19px;
  }
  .major-works-grid p {
    font-size: 14px;
  }
  .major-works-closing {
    margin-top: 32px;
    padding-left: 18px;
    font-size: 21px;
  }
  .emergency-strip {
    grid-template-columns: 42px 1fr;
    gap: 18px 14px;
    padding: 64px 18px;
  }
  .emergency-icon {
    width: 42px;
    height: 42px;
  }
  .emergency-strip h2 {
    font-size: 27px;
    line-height: 1.04;
  }
  .emergency-contact {
    grid-column: 1/-1;
    padding-top: 10px;
  }
  .emergency-contact strong {
    font-size: 30px;
  }
  .method {
    gap: 42px;
    padding: 64px 18px;
  }
  .method-intro h2 {
    font-size: clamp(39px,11.5vw,48px);
  }
  .method-intro>p {
    margin-top: 22px;
    font-size: 15px;
  }
  .step {
    grid-template-columns: 28px 1fr;
    gap: 10px;
    min-height: 0;
    padding: 26px 0;
  }
  .step h3 {
    font-size: 24px;
  }
  .step p {
    grid-column: 2;
  }
  .trial-offer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 18px;
  }
  .trial-offer h2 {
    font-size: clamp(36px,11vw,46px);
  }
  .trial-offer>p {
    font-size: 14px;
    line-height: 1.65;
  }
  .trial-offer .button {
    text-align: center;
    grid-column: auto;
    width: 100%;
    min-width: 0;
    padding-block: 12px;
  }
  .administrations {
    padding: 64px 18px;
  }
  .administrations-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .administrations-heading .kicker {
    grid-column: auto;
  }
  .administrations-heading {
    margin-bottom: 38px;
  }
  .administrations-grid {
    grid-template-columns: 1fr;
  }
  .administrations-grid article {
    min-height: 0;
    padding: 20px 18px 22px;
  }
  .administrations-grid h3 {
    margin: 24px 0 10px;
  }
  .portfolio-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
    padding: 23px 20px;
  }
  .portfolio-cta .button {
    width: 100%;
  }
  .deliverables {
    grid-template-columns: 1fr;
    padding: 64px 18px;
  }
  .deliverable-copy>p {
    margin: 22px 0;
  }
  .document-stack {
    min-height: 425px;
    margin-top: 18px;
  }
  .doc-page {
    width: 92%;
    min-height: 400px;
    padding: 21px;
  }
  .doc-back {
    width: 92%;
    height: 88%;
    transform: translate(12px,16px)rotate(2deg);
  }
  .doc-page>h3 {
    margin: 21px 0 17px;
    font-size: 21px;
  }
  .doc-diagram {
    height: 105px;
    margin: 18px 0;
  }
  .doc-tag {
    padding: 11px 12px;
    font-size: 7px;
    bottom: 34px;
    right: -4px;
  }
  .audits {
    padding: 64px 18px;
  }
  .audit-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .audit-heading .kicker {
    grid-column: auto;
  }
  .audit-heading {
    margin-bottom: 38px;
  }
  .audit-grid {
    grid-template-columns: 1fr;
  }
  .audit-grid article {
    min-height: 0;
    padding: 21px 19px 23px;
  }
  .audit-grid h3 {
    margin: 24px 0 9px;
  }
  .finance-banner {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
    padding: 23px 20px;
  }
  .finance-banner strong {
    font-size: 21px;
  }
  .finance-banner>a {
    justify-self: start;
  }
  .facades {
    gap: 44px;
    min-height: auto;
    padding: 64px 18px;
  }
  .facade-copy>p {
    margin: 22px 0;
  }
  .facade-copy .button {
    width: 100%;
  }
  .facade-actions {
    gap: 20px;
    display: grid;
  }
  .facade-detail-link {
    width: fit-content;
  }
  .facade-visual {
    height: 360px;
    padding: 28px 20px;
  }
  .facade-badge {
    width: 205px;
    bottom: 20px;
    left: -4px;
  }
  .work-proof {
    padding: 60px 18px 35px;
  }
  .work-proof-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .work-proof .kicker {
    grid-column: auto;
  }
  .project-gallery {
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    grid-template-rows: 310px;
    grid-template-columns: none;
    grid-auto-rows: 310px;
    grid-auto-columns: 84vw;
    grid-auto-flow: column;
    gap: 8px;
    padding: 2px 16px 18px;
    scroll-padding-inline: 12px;
    overflow-x: auto;
  }
  .project-gallery::-webkit-scrollbar {
    display: none;
  }
  .project-photo,.project-photo-1,.project-photo-4 {
    scroll-snap-align: start;
    grid-column: auto;
    min-height: 310px;
  }
  .professionals {
    gap: 35px;
    padding: 60px 18px;
  }
  .professional-grid {
    grid-template-columns: 1fr 1fr;
  }
  .professional-grid span {
    align-items: flex-end;
    min-height: 90px;
    padding: 14px;
    font-size: 10px;
    line-height: 1.35;
  }
  .professional-intro {
    font-size: 14px;
    line-height: 1.65;
  }
  .faq {
    gap: 32px;
    padding: 64px 18px;
  }
  .faq-list summary {
    grid-template-columns: 28px 1fr 18px;
    min-height: 78px;
    font-size: 14px;
    line-height: 1.35;
  }
  .faq-list details p {
    margin: -2px 24px 24px 28px;
  }
  .contact {
    gap: 42px;
    padding: 64px 18px;
  }
  .contact-copy h2 {
    font-size: clamp(40px,11.8vw,48px);
  }
  .contact-copy>p {
    margin: 23px 0 32px;
    font-size: 15px;
  }
  .contact-points span {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .lead-form {
    gap: 19px;
    padding: 25px 18px 96px;
  }
  .direct-whatsapp {
    margin: -7px -1px 1px;
    font-size: 12px;
    line-height: 1.45;
  }
  .form-intro {
    gap: 8px;
    display: grid;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .lead-form .button {
    width: 100%;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 38px 18px;
  }
  footer>div {
    flex-wrap: wrap;
  }
  footer>small {
    grid-column: auto;
  }
  .whatsapp-float {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    transition: opacity .18s,transform .18s,box-shadow .2s;
  }
  .ley-hero {
    padding: 64px 18px 70px;
  }
  .ley-hero h1 {
    font-size: clamp(43px,12.2vw,56px);
  }
  .ley-hero>p {
    margin: 26px 0;
    font-size: 16px;
  }
  .ley-hero .button {
    width: 100%;
  }
  .ley-requirements {
    grid-template-columns: 1fr;
  }
  .ley-requirements article {
    min-height: 0;
    padding: 27px 18px;
  }
  .ley-requirements h2 {
    margin: 30px 0 12px;
  }
  .ley-report {
    gap: 38px;
    padding: 64px 18px;
  }
  .ley-report h2 {
    font-size: clamp(38px,11.5vw,48px);
  }
  .ley-process {
    grid-template-columns: 1fr;
  }
  .ley-process article {
    padding: 60px 18px;
  }
  .ley-compliance {
    padding: 64px 18px;
  }
  .ley-compliance h2 {
    font-size: clamp(38px,11.5vw,48px);
  }
  .ley-cta {
    grid-template-columns: 1fr;
    padding: 54px 18px;
  }
  .ley-cta .button {
    width: 100%;
  }
  .ley-footer {
    align-items: start;
  }
}

@media (width<=380px) {
  h1 {
    font-size: 40px;
  }
  .nav-cta {
    padding-inline: 11px;
  }
  .hero-trust {
    grid-template-columns: 1fr;
  }
  .hero-trust span:first-child {
    grid-column: auto;
  }
  .report-bottom strong {
    font-size: 12px;
  }
  .report-status {
    display: none;
  }
  .professional-grid {
    grid-template-columns: 1fr;
  }
  .team {
    padding-top: 34px;
  }
  .team-row {
    gap: 14px;
  }
  .team-photo {
    width: 78px;
    height: 78px;
    font-size: 8px;
  }
  .team figcaption strong {
    font-size: 12px;
  }
  .team figcaption span {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none!important;
  }
}

/* ============================================================
   HERO. Titulos en Antonio (Google Fonts, OFL):
   hay que comprar la licencia WEB antes de publicar.
   ============================================================ */
@font-face { font-family:"Antonio"; src:url(fonts/antonio-variable.woff2) format("woff2"); font-weight:100 700; font-display:swap; }

.nav-oscura { background:#0d0f11; border-bottom:0; }
.nav-oscura a { color:#fff; }
.nav-oscura .brand-logo { filter:invert(1) brightness(2); }

/* ===== hero ===== */
.hero4 { background:#0d0f11; position:relative; overflow:hidden; min-height:556px; display:flex; align-items:center; }

.hero4-fotos { position:absolute; inset:0; z-index:0; }
.hero4-fotos img {
  filter:grayscale(1) contrast(1.12) brightness(.82);
  object-fit:cover; object-position:center;
  width:100%; height:100%;
  position:absolute; inset:0;
  opacity:0; transition:opacity .85s ease;
}
.hero4-fotos img.activa { opacity:1; }
/* el velo deja legible la mitad izquierda sin tapar la foto */
.hero4::before {
  content:""; z-index:1; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(90deg, #0d0f11 0%, #0d0f11 30%, rgba(13,15,17,.86) 46%, rgba(13,15,17,.18) 72%, rgba(13,15,17,.42) 100%);
}

.hero4-copy { z-index:2; position:relative; width:min(58%,760px); padding:32px 4.5vw; }
@media (width<=980px) { .hero4-copy { width:100%; } .hero4::before { background:linear-gradient(180deg,rgba(13,15,17,.9),rgba(13,15,17,.72)); } }

.hero4 .eyebrow { color:var(--orange); display:flex; align-items:center; gap:14px; }
.hero4 .eyebrow::before { content:""; background:var(--orange); width:36px; height:2px; flex:none; }

.hero4 h1 {
  font-family:Antonio, Texto, sans-serif; font-weight:400;
  font-size:clamp(38px,4.2vw,60px); line-height:.92; letter-spacing:-.015em;
  text-transform:uppercase; color:#fff; margin:20px 0 0;
}
.hero4 h1 em { color:var(--orange); font-style:normal; display:block; }

/* ===== barra de rubros ===== */
.rubro-barra {
  border:1px solid #ffffff26; background:#ffffff08;
  align-items:center; gap:4px; margin-top:20px; padding:5px; display:flex;
}
.rubro-barra { position:relative; overflow:visible; }
.rubro-barra button {
  color:#fff; letter-spacing:.07em; text-transform:uppercase; cursor:pointer;
  background:0 0; border:0; padding:9px 12px 13px; font:inherit; font-size:12px; font-weight:800;
  position:relative; transition:color .3s ease;
}

/* la linea naranja: crece desde la izquierda cuando el rubro se enciende */
.rubro-barra .lista button i {
  background:var(--orange); transform-origin:left center; transform:scaleX(0);
  height:2px; position:absolute; inset:auto 12px 4px; transition:transform .45s ease;
}
.rubro-barra .lista button[aria-current="true"] i { transform:scaleX(1); }

/* el contador cuelga de esa linea, no del centro de la barra */
.rubro-barra .lista button small {
  color:var(--orange); letter-spacing:.14em; white-space:nowrap;
  opacity:0; transform:translate(-50%,-5px);
  font-size:10px; font-weight:800;
  position:absolute; top:calc(100% + 9px); left:50%;
  transition:opacity .4s ease .1s, transform .4s ease .1s;
  pointer-events:none;
}
.rubro-barra .lista button[aria-current="true"] small { opacity:1; transform:translate(-50%,0); }
.rubro-barra .lista { flex:1; justify-content:space-between; display:flex; }
.rubro-barra .lista button[aria-current="true"] { color:var(--orange); }
.rubro-barra .paso { color:#ffffff8c; padding:11px 6px; font-size:18px; line-height:1; }
.rubro-barra .paso:hover { color:#fff; }

.hero4-lead { color:#c9ced3; max-width:520px; margin:34px 0 0; font-size:15px; line-height:1.65; }
.hero4-acciones { gap:12px; margin-top:18px; display:flex; flex-wrap:wrap; }
.hero4 .button-urgent { color:#fff; border-color:#ffffff59; background:0 0; }
.hero4 .button-urgent:hover { background:#fff; color:var(--ink); border-color:#fff; }

/* ===== franja de respaldo ===== */
/* Las columnas se reparten segun cuanto texto lleva cada una: asi el aire
   entre los separadores queda parejo aunque los textos midan distinto. */
.respaldo-tira { background:#0d0f11; border-top:1px solid #ffffff1a; grid-template-columns:2.2fr .95fr 1.1fr .85fr; display:grid; }
.respaldo-tira span {
  color:#fff; border-right:1px solid #ffffff1a; justify-content:center; align-items:center;
  gap:11px; min-height:60px; letter-spacing:.07em; text-transform:uppercase;
  padding:10px 18px; font-size:11.5px; font-weight:800; line-height:1.35;
  text-align:center; display:flex;
}
.respaldo-tira span:last-child { border-right:0; }
.respaldo-tira span::before { content:""; background:var(--orange); border-radius:50%; width:8px; height:8px; flex:none; }
@media (width<=980px) { .respaldo-tira { grid-template-columns:1fr 1fr; } }
@media (width<=640px) { .respaldo-tira { grid-template-columns:1fr; }
  .respaldo-tira span { min-height:48px; justify-content:flex-start; text-align:left; padding:12px 4.5vw; }
  .respaldo-tira span { border-right:0; border-bottom:1px solid #ffffff1a; }
  .respaldo-tira span:last-child { border-bottom:0; } }

/* En celular los seis nombres no entran: queda solo el activo entre las flechas.
   El contador de abajo sigue diciendo en cual de los seis estas. */
@media (width<=640px) {
  .rubro-barra .lista { justify-content:center; }
  .rubro-barra .lista button { display:none; }
  .rubro-barra .lista button[aria-current="true"] { display:block; font-size:13px; }
  .rubro-barra .lista button i { inset:auto 12px 4px; }
  .rubro-barra .paso { padding:9px 12px; }
}

@media (prefers-reduced-motion:reduce) { .hero4-fotos img { transition:none; } }


/* ============================================================
   MAQUETA DE 5 BLOQUES — 3 de septiembre de 2026
   ============================================================ */

.bloque { padding: 78px 4.5vw; }
.bloque.claro { background: var(--paper); }
.bloque.oscuro { background: #0d0f11; color: #fff; }

.tit-bloque {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 14px 0 0;
  font-family: Antonio, Texto, sans-serif;
  font-size: clamp(34px,3.8vw,54px);
  font-weight: 400;
  line-height: .96;
}
.tit-bloque em { color: var(--orange); font-style: normal; }
.bajada-bloque { color: var(--muted); max-width: 560px; margin: 18px 0 0; font-size: 15px; line-height: 1.6; }
.bloque.oscuro .bajada-bloque { color: #c9ced3; }

/* ---------- 2 · servicios ---------- */
.serv-grilla { grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 42px; display: grid; }
.serv-card { position: relative; display: block; overflow: hidden; text-decoration: none; }
.serv-card img {
  filter: grayscale(1) contrast(1.1) brightness(.78);
  aspect-ratio: 16/10; object-fit: cover; width: 100%; display: block;
  transition: filter .45s ease, transform .45s ease;
}
.serv-card:hover img { filter: grayscale(1) contrast(1.1) brightness(.62); transform: scale(1.03); }
.serv-card figcaption { position: absolute; inset: auto 0 0 0; padding: 0 20px 18px; }
.serv-card h3 {
  color: var(--orange); letter-spacing: -.01em; text-transform: uppercase;
  font-family: Antonio, Texto, sans-serif; font-size: 27px; font-weight: 400; margin: 0;
}
.serv-card span {
  color: #fff; letter-spacing: .1em; text-transform: uppercase;
  border-bottom: 1px solid #ffffff59; margin-top: 7px;
  font-size: 10.5px; font-weight: 800; display: inline-block; padding-bottom: 2px;
}
.serv-cierre {
  color: var(--orange-dark); letter-spacing: .1em; text-transform: uppercase;
  margin-top: 26px; font-size: 11px; font-weight: 800; text-align: right;
}

/* ---------- 3 · metodo ---------- */
.metodo-bloque { background: var(--orange); color: var(--ink); position: relative; overflow: hidden; }
.metodo-foto { position: absolute; inset: 0 0 0 auto; width: 46%; z-index: 0; }
.metodo-foto img { filter: grayscale(1) contrast(1.12) brightness(.82); object-fit: cover; width: 100%; height: 100%; display: block; }
.metodo-bloque::before {
  content: ""; z-index: 1; position: absolute; inset: 0; pointer-events: none;
  background: var(--orange);
  clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%);
}
.metodo-copy { z-index: 2; position: relative; width: min(62%,780px); padding: 78px 4.5vw; }
.metodo-bloque .tit-bloque { color: var(--ink); }
.metodo-bloque .tit-bloque em { color: #fff; }
.metodo-bloque .bajada-bloque { color: #16191cc4; }
.pasos-metodo { grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 40px; display: grid; }
.pasos-metodo article { position: relative; }
.pasos-metodo b {
  font-family: Antonio, Texto, sans-serif; font-size: 46px; font-weight: 400;
  line-height: 1; display: block;
}
.pasos-metodo h3 {
  letter-spacing: .08em; text-transform: uppercase; margin: 12px 0 6px;
  font-size: 13px; font-weight: 800;
}
.pasos-metodo p { color: #16191cbf; margin: 0; font-size: 13px; line-height: 1.5; }
.metodo-bloque .button { margin-top: 38px; }
.metodo-bloque .button-primary { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- 4 · auditorias ---------- */
.audit-bloque { background: #0d0f11; color: #fff; grid-template-columns: 1fr 1fr; gap: 0; display: grid; }
.audit-visual { position: relative; min-height: 520px; }
.audit-visual > img { filter: grayscale(1) contrast(1.1) brightness(.72); object-fit: cover; width: 100%; height: 100%; position: absolute; inset: 0; }
.audit-marca {
  z-index: 2; align-items: center; gap: 11px; position: absolute; display: flex;
}
.audit-marca b {
  color: var(--orange); border: 1px solid var(--orange); border-radius: 50%;
  place-items: center; width: 22px; height: 22px; font-size: 11px; font-weight: 800; display: grid; flex: none;
}
.audit-marca span { letter-spacing: .09em; text-transform: uppercase; font-size: 10px; font-weight: 800; line-height: 1.35; }
.audit-marca span i { color: var(--orange); font-style: normal; display: block; }
.audit-informe {
  z-index: 3; background: #16191ceb; border: 1px solid #ffffff26;
  width: min(300px,72%); padding: 18px 20px; position: absolute; inset: auto 8% 9% auto;
}
.audit-informe h4 {
  color: var(--orange); letter-spacing: .11em; text-transform: uppercase;
  margin: 0 0 13px; font-size: 10.5px; font-weight: 800;
}
.audit-informe div { border-top: 1px solid #ffffff1f; justify-content: space-between; padding: 7px 0; font-size: 12px; display: flex; }
.audit-informe div b { font-weight: 800; }
.audit-informe div.riesgo b { color: var(--orange); }
.audit-copy { padding: 78px 4.5vw; }
.audit-items { gap: 26px; margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); }
.audit-items b { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.audit-items h3 { letter-spacing: .09em; text-transform: uppercase; margin: 9px 0 7px; font-size: 12px; font-weight: 800; }
.audit-items p { color: #c9ced3; margin: 0; font-size: 12.5px; line-height: 1.55; }
.audit-nota { color: var(--orange); margin: 28px 0 0; font-size: 13px; font-weight: 700; }
.audit-acciones { gap: 12px; margin-top: 22px; display: flex; }

/* ---------- 5 · casos ---------- */
.casos-grilla { grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 40px; display: grid; }
.caso img { filter: grayscale(1) contrast(1.08); aspect-ratio: 16/11; object-fit: cover; width: 100%; display: block; }
.caso b {
  color: var(--orange-dark); letter-spacing: .1em; text-transform: uppercase;
  margin-top: 16px; font-size: 10.5px; font-weight: 800; display: block;
}
.caso h3 { letter-spacing: -.01em; margin: 8px 0 12px; font-size: 19px; font-weight: 700; line-height: 1.25; }
.caso a {
  color: var(--ink); letter-spacing: .1em; text-transform: uppercase;
  border-bottom: 1px solid var(--line); font-size: 10.5px; font-weight: 800;
  padding-bottom: 3px; text-decoration: none; display: inline-block;
}
.caso a:hover { border-bottom-color: var(--orange); color: var(--orange-dark); }

/* ---------- 6 · cierre ---------- */
.cierre-bloque {
  background: #0d0f11; color: #fff; align-items: center;
  grid-template-columns: auto 1fr auto; gap: 5vw; padding: 62px 4.5vw; display: grid;
}
.cierre-bloque .brand-logo { filter: invert(1) brightness(2); width: 118px; }
.cierre-bloque h2 {
  font-family: Antonio, Texto, sans-serif; font-size: clamp(28px,3vw,42px);
  font-weight: 400; line-height: 1; letter-spacing: -.015em; text-transform: uppercase; margin: 0;
}
.cierre-bloque h2 em { color: var(--orange); font-style: normal; }
.cierre-acciones { gap: 12px; display: grid; }
.cierre-bloque .button-urgent { color: #fff; border-color: #ffffff59; background: 0 0; }
.pie-final {
  background: #0d0f11; border-top: 1px solid #ffffff1a; color: #ffffff8c;
  justify-content: space-between; gap: 20px; padding: 22px 4.5vw;
  letter-spacing: .09em; text-transform: uppercase; font-size: 10.5px; font-weight: 800;
  flex-wrap: wrap; display: flex;
}
.pie-final nav { gap: 26px; display: flex; flex-wrap: wrap; }
.pie-final a { color: #ffffff8c; text-decoration: none; }
.pie-final a:hover { color: #fff; }

/* ---------- adaptaciones ---------- */
@media (width<=980px) {
  .bloque { padding: 56px 4.5vw; }
  .serv-grilla, .casos-grilla { grid-template-columns: 1fr 1fr; gap: 16px; }
  .metodo-copy { width: 100%; padding: 56px 4.5vw; }
  .metodo-foto { display: none; }
  .metodo-bloque::before { clip-path: none; }
  .pasos-metodo { grid-template-columns: 1fr 1fr; }
  .audit-bloque { grid-template-columns: 1fr; }
  .audit-visual { min-height: 380px; }
  .audit-copy { padding: 56px 4.5vw; }
  .audit-items { grid-template-columns: 1fr; gap: 20px; }
  .cierre-bloque { grid-template-columns: 1fr; gap: 26px; }
}
@media (width<=640px) {
  .serv-grilla, .casos-grilla, .pasos-metodo { grid-template-columns: 1fr; }
  .audit-informe { position: static; width: auto; margin: 0 4.5vw 4.5vw; }
  .audit-marca { display: none; }
  .cierre-acciones .button { width: 100%; }
}


/* ============================================================
   LOOP 1 — ajustes para replicar la maqueta
   ============================================================ */

@font-face {
  font-family: "Texto";
  src: url(fonts/hubot-sans-variable.ttf) format("truetype-variations");
  font-weight: 200 900; font-stretch: 75% 125%; font-display: swap;
}
/* Los digitos vienen de Antonio: el cero de Hubot es barrado por diseno. */
@font-face { font-family: "Digitos"; src: url(fonts/antonio-variable.woff2) format("woff2"); font-weight: 100 700; unicode-range: U+0030-0039; }

body, .slide, input, select, textarea, button {
  font-family: "Digitos", Texto, Arial, sans-serif;
  font-stretch: 82%;
}

/* ---------- nav como en la maqueta ---------- */
.nav-oscura .nav-links { gap: 30px; }
.nav-oscura .nav-links a, .nav-oscura .nav-cta {
  letter-spacing: .1em; text-transform: uppercase; font-size: 11.5px; font-weight: 800;
}

/* ---------- antetitulos con guion naranja ---------- */
.bloque .eyebrow, .audit-copy .eyebrow {
  color: var(--orange); align-items: center; gap: 13px; display: flex;
}
.bloque .eyebrow::before, .audit-copy .eyebrow::before {
  content: ""; background: var(--orange); width: 34px; height: 2px; flex: none;
}

/* ---------- hero: mas aire para el texto ---------- */
.hero4-copy { width: min(62%,860px); }
.hero4 h1 { font-size: clamp(38px,4.05vw,58px); }
.hero4::before {
  background: linear-gradient(90deg,#0d0f11 0%,#0d0f11 38%,rgba(13,15,17,.9) 52%,rgba(13,15,17,.2) 76%,rgba(13,15,17,.45) 100%);
}
.rubro-barra { max-width: 640px; }

/* ---------- linea punteada, el recurso de toda la maqueta ---------- */
.punteada {
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 9px,transparent 9px 18px);
  height: 2px; flex: 1;
}
.punteada.corta { flex: none; width: 62px; }
.punta {
  border-top: 2px solid var(--orange); border-right: 2px solid var(--orange);
  width: 9px; height: 9px; transform: rotate(45deg); flex: none; margin-left: -3px;
}

/* ---------- 2 · servicios ---------- */
.serv-card figcaption {
  background: linear-gradient(0deg,rgba(10,12,14,.94) 12%,rgba(10,12,14,.55) 62%,transparent);
  padding: 46px 20px 17px;
}
.serv-card h3 { font-size: 31px; }
.serv-cierre {
  color: var(--orange); align-items: center; justify-content: flex-end; gap: 12px;
  margin-top: 24px; letter-spacing: .11em; font-size: 12px; font-weight: 800; display: flex;
}

/* ---------- 3 · metodo ---------- */
.metodo-bloque::before { clip-path: polygon(0 0,62% 0,44% 100%,0 100%); }
.metodo-foto { width: 52%; }
.metodo-copy { width: min(60%,820px); }
.pasos-metodo { gap: 10px; grid-template-columns: repeat(4,1fr); align-items: start; }
.pasos-metodo b { font-size: 62px; letter-spacing: -.03em; }
.pasos-metodo article { position: relative; padding-right: 14px; }
.pasos-metodo article:not(:last-child)::after {
  content: ""; position: absolute; top: 30px; right: -4px; width: 26px; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--ink) 0 5px,transparent 5px 10px);
}

/* ---------- 4 · auditorias ---------- */
.audit-marca { background: #0d0f11d9; padding: 7px 11px; }
.audit-marca::after {
  content: ""; background-image: repeating-linear-gradient(90deg,var(--orange) 0 7px,transparent 7px 14px);
  width: 54px; height: 2px; margin-left: 4px;
}
.audit-informe { width: min(320px,74%); }
.audit-items b {
  border: 1px solid var(--orange); border-radius: 50%; place-items: center;
  width: 30px; height: 30px; font-size: 11px; display: grid; margin-bottom: 11px;
}
.audit-items h3 { font-size: 13px; }
.audit-nota { align-items: center; gap: 12px; display: flex; }
.audit-nota::before {
  content: ""; background-image: repeating-linear-gradient(90deg,var(--orange) 0 7px,transparent 7px 14px);
  width: 30px; height: 2px; flex: none;
}
.btn-cuadrado {
  background: var(--orange); border: 0; place-items: center;
  width: 54px; height: 54px; cursor: pointer; display: grid;
}
.btn-cuadrado i {
  border-top: 2px solid var(--ink); border-right: 2px solid var(--ink);
  width: 11px; height: 11px; transform: rotate(45deg); margin-left: -4px;
}
.audit-acciones { align-items: center; }

/* ---------- 5 · casos ---------- */
.caso h3 { font-size: 21px; }

/* ---------- 6 · cierre ---------- */
.cierre-bloque { grid-template-columns: auto 22px 1fr auto; gap: 3vw; }
.cierre-bloque h2 { font-size: clamp(26px,2.6vw,38px); line-height: 1.06; }

/* ---------- WhatsApp flotante ---------- */
.wa-flotante {
  z-index: 60; background: #25d366; border-radius: 50%; place-items: center;
  width: 62px; height: 62px; position: fixed; inset: auto 26px 26px auto;
  box-shadow: 0 6px 22px #0000004d; display: grid; transition: transform .25s ease;
}
.wa-flotante:hover { transform: scale(1.07); }
.wa-flotante svg { width: 33px; height: 33px; fill: #fff; }
@media (width<=640px) { .wa-flotante { width: 54px; height: 54px; inset: auto 16px 16px auto; } }

@media (width<=980px) {
  .hero4-copy, .metodo-copy { width: 100%; }
  .pasos-metodo article::after { display: none; }
  .cierre-bloque { grid-template-columns: 1fr; }
  .cierre-bloque .punteada { display: none; }
}


/* ============================================================
   LOOP 2 — titular en una linea y punteados largos
   ============================================================ */

/* la linea naranja del hero tiene que entrar entera */
.hero4-copy { width: min(66%,900px); }
.hero4 h1 { font-size: clamp(36px,3.55vw,51px); line-height: .94; }
.hero4::before {
  background: linear-gradient(90deg,#0d0f11 0%,#0d0f11 41%,rgba(13,15,17,.9) 55%,rgba(13,15,17,.18) 78%,rgba(13,15,17,.45) 100%);
}

/* punteado del hero: cruza la foto */
.hero4-linea {
  z-index: 2; align-items: center; gap: 0; width: 46%;
  position: absolute; inset: 46% 4.5vw auto auto; display: flex;
}

/* servicios: el punteado recorre hasta el rotulo */
.serv-cierre { margin-top: 22px; }
.serv-cierre .punteada.corta { width: 210px; }

/* metodo: los conectores llevan punta, como en la maqueta */
.pasos-metodo article:not(:last-child)::before {
  content: ""; position: absolute; top: 25px; right: -8px; z-index: 2;
  border-top: 2px solid var(--ink); border-right: 2px solid var(--ink);
  width: 8px; height: 8px; transform: rotate(45deg);
}
.pasos-metodo article:not(:last-child)::after { top: 29px; right: 0; width: 30px; }
.pasos-metodo b { font-size: 66px; }

/* auditorias: conectores mas largos, como los de la maqueta */
.audit-marca::after { width: 96px; }
.audit-marca { max-width: 300px; }

/* cierre: punteado largo entre el logo y el titulo */
.cierre-bloque { grid-template-columns: auto 90px 1fr auto; }

/* ============================================================
   LOOP 3 — el titular en una linea y detalles de la barra
   ============================================================ */

.hero4-copy { width: min(70%,980px); }
.hero4 h1 { font-size: clamp(34px,3.2vw,46px); }
/* la linea naranja no se parte nunca */
.hero4 h1 em { white-space: nowrap; }
.hero4-linea { width: 40%; inset: 44% 4.5vw auto auto; }

/* las flechitas de la barra, del tamano de la maqueta */
.rubro-barra .paso { font-size: 22px; padding: 8px 14px; }
.rubro-barra { max-width: 700px; }

/* la bajada de cada bloque, en un gris mas calido y no azulado */
.bajada-bloque { color: #5c6166; }

/* ============================================================
   LOOP 4 — ultimos ajustes contra la maqueta
   ============================================================ */

/* la tarjeta del informe, abajo a la derecha sobre la foto */
.audit-informe { width: min(288px,70%); inset: auto 7% 8% auto; }

/* el punteado del hero arranca despues del titular, no pegado */
.hero4-linea { width: 36%; }

/* el bloque del metodo respira como en la maqueta */
.metodo-copy { padding: 84px 4.5vw 76px; }
.pasos-metodo { margin-top: 46px; }
.metodo-bloque .button { margin-top: 44px; }

/* ============================================================
   LOOP 5 — pulido final
   ============================================================ */

/* conectores del metodo, del largo de la maqueta */
.pasos-metodo article:not(:last-child)::after { width: 42px; right: -10px; }
.pasos-metodo article:not(:last-child)::before { right: -18px; }
.pasos-metodo { gap: 18px; }

/* la marca 3 no se mete debajo de la tarjeta */
.audit-marca:nth-of-type(4)::after { width: 60px; }


/* ============================================================
   V2 — MAQUETA DE 9 BLOQUES — 3 de septiembre de 2026
   Se suman "Quiénes somos" y "Urgencias"; el método pasa a fondo claro.
   ============================================================ */

/* ---------- recursos comunes ---------- */
.punteada-v { background-image: repeating-linear-gradient(180deg,var(--orange) 0 5px,transparent 5px 10px); width: 2px; }
.flecha { background: var(--orange); width: 18px; height: 2px; position: relative; display: inline-block; vertical-align: middle; }
.flecha::after {
  content: ""; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange);
  width: 6px; height: 6px; position: absolute; right: -1px; top: -3px; transform: rotate(45deg);
}

/* ---------- 2 · servicios: conectores entre tarjetas y rotulo a la derecha ---------- */
.serv-cuerpo { grid-template-columns: 1fr 150px; gap: 28px; margin-top: 42px; display: grid; }
.serv-cuerpo .serv-grilla { margin-top: 0; position: relative; }
.serv-card { overflow: visible; border: 1px solid #d9d5ce; }
.serv-card:hover img { transform: none; }
.serv-card span { border-bottom: 0; align-items: center; gap: 8px; display: inline-flex; }
.serv-card span::after {
  content: ""; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange);
  width: 5px; height: 5px; transform: rotate(45deg);
}
/* horizontal entre columnas */
.serv-card::after {
  content: ""; position: absolute; top: 50%; left: 100%; width: 22px; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.serv-card:nth-child(3n)::after { width: 14px; }
/* vertical entre filas, en la columna del medio */
.serv-card:nth-child(2)::before {
  content: ""; position: absolute; left: 50%; top: 100%; height: 22px; width: 2px;
  background-image: repeating-linear-gradient(180deg,var(--orange) 0 5px,transparent 5px 10px);
}
/* la columna de la derecha: vertical que baja hasta el rotulo */
.serv-lado {
  align-self: stretch; position: relative; justify-content: flex-end;
  flex-direction: column; padding: 0 0 8px 22px; display: flex;
}
.serv-lado::before {
  content: ""; position: absolute; left: -14px; top: 25%; bottom: 48px; width: 2px;
  background-image: repeating-linear-gradient(180deg,var(--orange) 0 5px,transparent 5px 10px);
}
.serv-lado::after {
  content: ""; position: absolute; left: -14px; bottom: 48px; width: 30px; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.serv-cierre {
  color: var(--orange); letter-spacing: .1em; text-transform: uppercase; text-align: left;
  margin: 0; font-size: 11px; font-weight: 800; line-height: 1.35; display: block;
}
.serv-lado .flecha { margin-top: 10px; width: 24px; }

/* ---------- 3 · quienes somos ---------- */
.equipo-bloque {
  background: var(--paper); color: var(--ink); grid-template-columns: 1.1fr 1fr; gap: 4vw;
  align-items: start; padding: 62px 4.5vw 56px; display: grid;
}
.equipo-copy .brand-logo { width: 160px; height: auto; display: block; margin: 0 0 30px; }
.equipo-copy .eyebrow {
  color: var(--orange); letter-spacing: .12em; text-transform: uppercase;
  align-items: center; gap: 13px; font-size: 11px; font-weight: 800; display: flex;
}
.equipo-copy .eyebrow::after {
  content: ""; flex: 1; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.equipo-copy h2 {
  letter-spacing: -.02em; text-transform: uppercase; margin: 12px 0 0;
  font-family: Antonio, Texto, sans-serif; font-size: clamp(54px,6.9vw,100px);
  font-weight: 400; line-height: .95;
}
.equipo-copy h2 em { color: var(--orange); font-style: normal; }
.equipo-copy p { color: #5c6166; max-width: 430px; margin: 26px 0 0; font-size: 15px; line-height: 1.55; }
.equipo-copy .equipo-firma {
  color: var(--ink); letter-spacing: .1em; text-transform: uppercase; max-width: none;
  align-items: center; gap: 14px; margin-top: 30px; font-size: 11.5px; font-weight: 800; display: flex;
}
.equipo-firma b {
  background: var(--orange); color: #fff; place-items: center; flex: none;
  width: 26px; height: 26px; font-size: 22px; font-weight: 400; line-height: 1; display: grid;
}
.equipo-firma::after {
  content: ""; flex: 1; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.equipo-lista { gap: 26px; display: grid; }
.equipo-lista article { grid-template-columns: 200px 70px 1fr; align-items: center; display: grid; }
.equipo-lista img {
  filter: grayscale(1) contrast(1.08); border-radius: 50%; object-fit: cover;
  width: 200px; height: 200px; display: block;
}
.equipo-lista .conector { position: relative; height: 200px; display: block; }
.equipo-lista .conector::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.equipo-lista .conector::after {
  content: ""; position: absolute; right: 0; top: 24px; height: calc(50% - 24px); width: 2px;
  background-image: repeating-linear-gradient(180deg,var(--orange) 0 5px,transparent 5px 10px);
}
.equipo-lista .datos { align-self: start; padding: 16px 0 0 18px; }
.equipo-lista .datos small { color: var(--orange); letter-spacing: .1em; font-size: 11px; font-weight: 800; display: block; }
.equipo-lista .datos h3 {
  letter-spacing: -.01em; text-transform: uppercase; margin: 10px 0 8px;
  font-family: Antonio, Texto, sans-serif; font-size: 34px; font-weight: 400; line-height: .98;
}
.equipo-lista .datos span { color: #5c6166; max-width: 200px; font-size: 12px; line-height: 1.4; display: block; }

/* ---------- 4 · metodo, ahora en fondo claro ---------- */
.metodo-bloque { background: var(--paper); color: var(--ink); padding: 58px 4.5vw 54px; }
.metodo-bloque::before, .metodo-foto { display: none; }
.metodo-copy { width: 100%; padding: 0; }
.metodo-bloque .tit-bloque { color: var(--orange); margin: 0; font-size: clamp(30px,3.1vw,44px); }
.metodo-bloque .tit-bloque em { color: var(--orange); display: block; margin-top: 4px; }
.metodo-bloque .tit-primero {
  color: var(--ink); letter-spacing: -.01em; text-transform: uppercase;
  font-family: "Digitos", Texto, sans-serif; font-stretch: 118%;
  font-size: clamp(40px,4.2vw,60px); font-weight: 900; line-height: 1; display: block;
}
.pasos-metodo { gap: 0; margin-top: 36px; }
.pasos-metodo article { padding-right: 24px; }
.pasos-metodo b { font-size: 62px; }
.pasos-metodo h3 { color: var(--ink); }
.pasos-metodo p { color: #5c6166; }
.pasos-metodo article:not(:last-child)::after, .pasos-metodo article:last-child::after {
  content: ""; position: absolute; top: 30px; left: 82px; right: 22px; width: auto; height: 2px;
  background-image: repeating-linear-gradient(90deg,#7a7f84 0 5px,transparent 5px 10px);
}
.pasos-metodo article:last-child::after { right: 0; }
.pasos-metodo article:not(:last-child)::before { right: 16px; top: 26px; border-color: #7a7f84; }

/* ---------- 5 · urgencias ---------- */
.urg-bloque {
  background: #0d0f11; color: #fff; position: relative; overflow: hidden; min-height: 720px;
  flex-direction: column; justify-content: space-between; padding: 44px 4.5vw 34px; display: flex;
}
.urg-foto { position: absolute; inset: 0 0 0 auto; width: 68%; z-index: 0; }
.urg-foto img {
  filter: grayscale(1) contrast(1.1) brightness(.92); object-fit: cover; object-position: 55% 50%;
  width: 100%; height: 100%; display: block;
}
.urg-bloque::before {
  content: ""; z-index: 1; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg,#0d0f11 0%,#0d0f11 33%,rgba(13,15,17,.86) 45%,rgba(13,15,17,.12) 66%,rgba(13,15,17,.35) 100%);
}
.urg-bloque > :not(.urg-foto) { position: relative; z-index: 2; }
.urg-bloque > .brand-logo { filter: invert(1) brightness(2); width: 84px; height: auto; display: block; }
.urg-copy { max-width: 640px; margin: 36px 0 0; }
.urg-copy .eyebrow {
  color: var(--orange); letter-spacing: .22em; text-transform: uppercase;
  align-items: center; gap: 13px; font-size: 10.5px; font-weight: 800; display: flex;
}
.urg-copy .eyebrow::before, .urg-copy .eyebrow::after { content: ""; background: var(--orange); width: 24px; height: 2px; }
.urg-copy h2 {
  letter-spacing: -.02em; text-transform: uppercase; white-space: nowrap; margin: 18px 0 0;
  font-family: Antonio, Texto, sans-serif; font-size: clamp(44px,5.3vw,76px); font-weight: 400; line-height: .96;
}
.urg-copy h2 em { color: var(--orange); font-style: normal; }
.urg-copy h2 .linea { vertical-align: 14%; align-items: center; width: 200px; margin-left: 22px; display: inline-flex; }
.urg-copy p { color: #c9ced3; max-width: 430px; margin: 24px 0 0; font-size: 15px; line-height: 1.55; }
.urg-copy .button { margin-top: 30px; }
.urg-pasos {
  color: #d6dade; letter-spacing: .28em; text-transform: uppercase;
  align-items: center; gap: 18px; margin: 64px 0 0; padding: 0 2.5vw;
  font-size: 11px; font-weight: 700; display: flex;
}
.urg-pasos .punteada { flex: 1; }

/* ---------- 6 · auditorias ---------- */
.audit-bloque { position: relative; }
.audit-visual > img { filter: grayscale(1) contrast(1.05) brightness(.88); object-position: 0 50%; }
.audit-conector { z-index: 4; position: absolute; left: calc(50% - 96px); top: 31%; width: 150px; align-items: center; display: flex; }
.audit-conector .punteada { flex: 1; }
.audit-marca { align-items: flex-start; }
.audit-marca::after {
  position: absolute; left: 10px; top: 100%; width: 2px; height: 40px; margin: 0;
  background-image: repeating-linear-gradient(180deg,var(--orange) 0 5px,transparent 5px 10px);
}
.audit-marca::before {
  content: ""; position: absolute; left: 10px; top: calc(100% + 40px); width: 72px; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.audit-marca.izq::after { height: 70px; }
.audit-marca.izq::before { left: auto; right: calc(100% - 12px); top: calc(100% + 70px); }
.audit-marca.plana::after {
  top: 10px; left: 100%; width: 90px; height: 2px;
  background-image: repeating-linear-gradient(90deg,var(--orange) 0 5px,transparent 5px 10px);
}
.audit-marca.plana::before { display: none; }
.audit-informe { inset: auto 5% 6% auto; }
.audit-informe h4 { align-items: center; gap: 8px; display: flex; }
.audit-informe h4 svg { width: 13px; height: 15px; fill: none; stroke: var(--orange); stroke-width: 1.4; stroke-linejoin: round; flex: none; }
.audit-items { gap: 0; }
.audit-items article { padding-right: 18px; }
.audit-items article + article { border-left: 1px solid #ffffff1f; padding-left: 20px; }

/* ---------- 7 · casos: tarjetas blancas ---------- */
.caso { background: #fff; border: 1px solid #dcd8d1; padding-bottom: 22px; }
.caso img { aspect-ratio: 16/10; }
.caso b { margin: 20px 20px 0; }
.caso h3 { margin: 8px 20px 16px; font-size: 20px; }
.caso a { border-bottom: 0; align-items: center; gap: 8px; margin: 0 20px; padding: 0; display: inline-flex; }
.caso a:hover { color: var(--orange-dark); }

/* ---------- 8 · cierre: segundo punteado hasta los botones ---------- */
.cierre-bloque { grid-template-columns: auto 90px auto 1fr auto; gap: 2.4vw; }
.cierre-linea { align-items: center; min-width: 90px; display: flex; }
.cierre-linea .punteada { flex: 1; }

/* ---------- adaptaciones ---------- */
@media (width<=980px) {
  .serv-cuerpo { grid-template-columns: 1fr; }
  .serv-card::after, .serv-card:nth-child(2)::before, .serv-lado::before, .serv-lado::after { display: none; }
  .serv-lado { padding: 0; align-items: flex-end; }
  .equipo-bloque { grid-template-columns: 1fr; gap: 40px; }
  .equipo-lista article { grid-template-columns: 140px 44px 1fr; }
  .equipo-lista img, .equipo-lista .conector { width: 140px; height: 140px; }
  .equipo-lista .conector { width: auto; }
  .pasos-metodo article:last-child::after, .pasos-metodo article:not(:last-child)::before { display: none; }
  .urg-bloque { min-height: 0; }
  .urg-foto { width: 100%; opacity: .5; }
  .urg-bloque::before { background: linear-gradient(90deg,#0d0f11 0%,rgba(13,15,17,.75) 100%); }
  .urg-copy h2 { white-space: normal; }
  .urg-copy h2 .linea { display: none; }
  .urg-pasos { flex-wrap: wrap; gap: 12px; }
  .urg-pasos .punteada, .urg-pasos .punta { display: none; }
  .audit-conector, .audit-marca::before, .audit-marca::after { display: none; }
  .audit-items { gap: 20px; }
  .audit-items article + article { border-left: 0; padding-left: 0; }
  .cierre-linea { display: none; }
}
@media (width<=640px) {
  .equipo-lista article { grid-template-columns: 96px 1fr; }
  .equipo-lista .conector { display: none; }
  .equipo-lista img { width: 96px; height: 96px; }
  .equipo-lista .datos { padding: 0 0 0 16px; align-self: center; }
  .equipo-lista .datos h3 { font-size: 26px; }
  .equipo-copy h2 { font-size: 50px; }
}


/* ---------- V2 · loop 2: proporciones contra la maqueta ---------- */
/* quienes somos: el titulo en tres lineas, como la maqueta */
.equipo-bloque { grid-template-columns: 1.2fr 1fr; }
.equipo-copy h2 { font-size: clamp(46px,5.55vw,80px); }
/* urgencias: la foto tiene que verse */
.urg-foto img { filter: grayscale(1) contrast(1.12) brightness(1.08); }
.urg-bloque::before {
  background: linear-gradient(90deg,#0d0f11 0%,#0d0f11 30%,rgba(13,15,17,.82) 44%,rgba(13,15,17,.06) 66%,rgba(13,15,17,.28) 100%);
}
/* casos: tarjetas mas bajas y bloque mas compacto */
#casos { padding: 60px 4.5vw 64px; }
.casos-grilla { margin-top: 32px; }
.caso img { aspect-ratio: 16/9; }
/* cierre: mas compacto */
.cierre-bloque { padding: 40px 4.5vw; }


/* ---------- V2 · loop 3: alturas de bloque medidas contra la maqueta ---------- */
.metodo-bloque { padding: 84px 4.5vw 80px; }
.urg-bloque { min-height: 764px; }
#casos { padding: 52px 4.5vw 56px; }
.caso { padding-bottom: 18px; }
.cierre-bloque { padding: 30px 4.5vw; }


/* ============================================================
   DOS TIPOGRAFÍAS — 3 de septiembre de 2026
   Antonio (Google Fonts, OFL) para títulos y números; Hubot Sans para el texto.
   Antonio es variable: los títulos van en 700, que es casi Anton.
   ============================================================ */
.hero4 h1, .tit-bloque, .serv-card h3, .pasos-metodo b, .cierre-bloque h2,
.equipo-copy h2, .equipo-lista .datos h3, .urg-copy h2 {
  font-weight: 700; letter-spacing: 0;
}
/* Antonio es más angosta que Gravity: los títulos recuperan el tamaño de la maqueta */
.hero4 h1 { font-size: clamp(40px,3.9vw,56px); line-height: .92; }
.equipo-copy h2 { font-size: clamp(54px,6.8vw,98px); }
.urg-copy h2 { font-size: clamp(48px,5.9vw,84px); }
.tit-bloque { font-size: clamp(36px,4vw,58px); }
.cierre-bloque h2 { font-size: clamp(28px,2.9vw,42px); }
.serv-card h3 { font-size: 33px; }

/* Antonio tiene ascendentes altas: las tildes necesitan interlineado 1 */
.hero4 h1, .tit-bloque, .equipo-copy h2, .urg-copy h2, .cierre-bloque h2 { line-height: 1.02; }
.equipo-lista .datos h3 { line-height: 1.02; }

/* la linea naranja del hero va en la misma tipografia que el resto del titular */
.hero4 h1 em { font-family: inherit; font-weight: inherit; }

/* "Primero" tambien en Antonio: dos tipografias en serio */
.metodo-bloque .tit-primero {
  font-family: inherit; font-stretch: normal; font-weight: 700; letter-spacing: 0;
  font-size: clamp(56px,6.2vw,90px); line-height: .95;
}
.metodo-bloque .tit-bloque { font-size: clamp(34px,3.8vw,54px); }
.metodo-bloque .tit-bloque em { margin-top: 0; }


/* ============================================================
   INTERACCIONES — 3 de septiembre de 2026
   ============================================================ */

/* 2 · servicios: al pasar el cursor la foto crece y toma color */
.serv-card .foto { overflow: hidden; display: block; }
.serv-card img { transition: filter .5s ease, transform .6s ease; }
.serv-card:hover img { filter: grayscale(0) contrast(1.05) brightness(.82); transform: scale(1.05); }

/* 3 · quienes somos: los circulos crecen apenas */
.equipo-lista img { transition: transform .4s ease; }
.equipo-lista article:hover img { transform: scale(1.04); }

/* 4 · metodo: los numeros se encienden en secuencia */
.pasos-metodo b { transition: color .45s ease; }
.pasos-metodo b.activo { color: var(--orange); }

/* 5 · auditorias: las marcas laten, la tarjeta del informe responde al cursor */
.audit-marca b { animation: latido 2.4s ease-out infinite; }
.audit-marca:nth-of-type(2) b { animation-delay: .8s; }
.audit-marca:nth-of-type(3) b { animation-delay: 1.6s; }
@keyframes latido {
  0%   { box-shadow: 0 0 0 0 rgba(239,138,34,.75); }
  70%  { box-shadow: 0 0 0 12px rgba(239,138,34,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,138,34,0); }
}
.audit-informe { transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; cursor: default; }
.audit-informe:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: 0 14px 34px #00000066; }
.audit-informe div b { font-variant-numeric: tabular-nums; }

/* 6 · casos: carrusel */
.casos-carrusel { position: relative; margin-top: 32px; }
.casos-grilla {
  display: flex; gap: 26px; margin-top: 0; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 4px;
}
.casos-grilla::-webkit-scrollbar { display: none; }
.casos-grilla:focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
.caso { flex: 0 0 calc((100% - 52px) / 3); scroll-snap-align: start; }
.casos-mandos { justify-content: flex-end; gap: 8px; margin-top: 22px; display: flex; }
.casos-mandos .paso {
  background: 0 0; border: 1px solid var(--line); color: var(--ink); cursor: pointer;
  width: 44px; height: 44px; font-size: 22px; line-height: 1; transition: border-color .25s, color .25s;
}
.casos-mandos .paso:hover { border-color: var(--orange); color: var(--orange-dark); }

@media (width<=980px) { .caso { flex-basis: calc((100% - 26px) / 2); } }
@media (width<=640px) { .caso { flex-basis: 86%; } }
@media (hover: none) {
  .serv-card img, .equipo-lista img { transition: none; }
}
@media (prefers-reduced-motion: reduce) {
  .audit-marca b { animation: none; }
  .serv-card img, .equipo-lista img, .audit-informe { transition: none; }
  .casos-grilla { scroll-behavior: auto; }
}

/* un solo tono claro en toda la web; el metodo se separa con un filete, no con otro fondo */
/* separador entre dos bloques claros: linea plena, gris claro, con el mismo margen que el contenido */
.equipo-bloque, .metodo-bloque { position: relative; }
.equipo-bloque::after, .metodo-bloque::after {
  content: ""; position: absolute; top: 0; left: 4.5vw; right: 4.5vw; height: 1px; background: #dcd8d1;
}


/* ============================================================
   QUIÉNES SOMOS · conectores calculados — 3 de septiembre de 2026
   Las líneas las dibuja script.js midiendo cada elemento; acá solo el aspecto.
   ============================================================ */
.conectores { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; z-index: 1; }
.conectores path { fill: none; stroke: var(--orange); stroke-width: 2; stroke-dasharray: 6 6; }
.conectores .con-flecha { fill: none; stroke: var(--orange); stroke-width: 2; stroke-dasharray: none; }
.conectores .con-punto { fill: var(--orange); stroke: var(--paper); stroke-width: 2; }

/* el antetítulo termina en una línea plena corta; desde ahí sale el conector */
.equipo-copy .eyebrow { display: inline-flex; }
.equipo-copy .eyebrow::after { flex: none; width: 90px; background-image: none; background: var(--orange); }
/* la firma ya no lleva su punteado: lo dibuja el conector */
.equipo-copy .equipo-firma { display: inline-flex; }
.equipo-firma::after { display: none; }
/* los conectores viejos de cada fila, fuera; la columna queda como aire */
.equipo-lista .conector::before, .equipo-lista .conector::after { display: none; }

/* subrayado naranja bajo el número, filete gris entre los tres */
.equipo-lista .datos small::after { content: ""; background: var(--orange); width: 44px; height: 2px; margin-top: 7px; display: block; }
.equipo-lista .datos { align-self: stretch; padding-bottom: 18px; }
.equipo-lista article:not(:last-child) .datos { border-bottom: 1px solid #dcd8d1; }

@media (width<=980px) {
  .conectores { display: none; }
  .equipo-copy .eyebrow::after, .equipo-firma::after { display: none; }
  .equipo-lista .datos { align-self: start; border-bottom: 0; padding-bottom: 0; }
}

/* Antonio es tan angosta que el espacio entre palabras se lee corto: un poco mas de aire */
.hero4 h1, .tit-bloque, .equipo-copy h2, .urg-copy h2, .cierre-bloque h2, .equipo-lista .datos h3 { word-spacing: .1em; }

/* Los acentos de Antonio en mayusculas suben mucho: con 1.02 la tilde de la linea de abajo
   se metia en la linea de arriba (parecia una coma entre CUANDO y ALGO). */
.hero4 h1, .tit-bloque, .equipo-copy h2, .urg-copy h2, .cierre-bloque h2, .equipo-lista .datos h3 { line-height: 1.1; }
/* donde hay tildes en mayusculas en la segunda linea, un poco mas todavia */
.urg-copy h2, .audit-copy .tit-bloque { line-height: 1.17; }

/* hero: la foto se ve debajo del texto, con un velo que se aclara hacia la derecha */
.hero4::before {
  background: linear-gradient(90deg,rgba(13,15,17,.93) 0%,rgba(13,15,17,.86) 28%,rgba(13,15,17,.62) 48%,rgba(13,15,17,.14) 70%,rgba(13,15,17,.36) 100%);
}
.hero4-fotos img { filter: grayscale(1) contrast(1.12) brightness(.7); }

/* servicios: en vez de "Ver servicio", una linea con lo que hace cada rubro */
.serv-card span {
  color: #ffffffd9; text-transform: none; letter-spacing: .02em;
  font-size: 13px; font-weight: 600; margin-top: 8px; padding-bottom: 0; display: block;
}
.serv-card span::after { display: none; }

/* la bajada del hero corta en la frase, no deja tres palabras solas */
.hero4-lead { max-width: 560px; }

/* quienes somos, mas compacto: de 784 px a unos 640 */
.equipo-bloque { padding: 46px 4.5vw 42px; }
.equipo-copy .brand-logo { width: 140px; margin-bottom: 22px; }
.equipo-copy h2 { font-size: clamp(46px,5.2vw,76px); }
.equipo-copy p { margin-top: 20px; }
.equipo-copy .equipo-firma { margin-top: 24px; }
.equipo-lista { gap: 18px; }
.equipo-lista article { grid-template-columns: 168px 62px 1fr; }
.equipo-lista img { width: 168px; height: 168px; }
.equipo-lista .conector { height: 168px; }
.equipo-lista .datos { padding: 10px 0 12px 16px; }
.equipo-lista .datos h3 { font-size: 30px; margin: 8px 0 6px; }

/* quienes somos: 35 % menos de alto que la version original (784 -> ~510 px) */
.equipo-bloque { padding: 22px 4.5vw 20px; gap: 3.5vw; }
.equipo-copy .brand-logo { width: 118px; margin-bottom: 14px; }
.equipo-copy .eyebrow { font-size: 10.5px; }
.equipo-copy h2 { font-size: clamp(40px,4.4vw,64px); margin-top: 8px; }
.equipo-copy p { margin-top: 14px; font-size: 14px; line-height: 1.5; max-width: 420px; }
.equipo-copy .equipo-firma { margin-top: 16px; font-size: 11px; }
.equipo-firma b { width: 22px; height: 22px; font-size: 18px; }
.equipo-lista { gap: 14px; }
.equipo-lista article { grid-template-columns: 140px 56px 1fr; }
.equipo-lista img { width: 140px; height: 140px; }
.equipo-lista .conector { height: 140px; }
.equipo-lista .datos { padding: 6px 0 8px 14px; }
.equipo-lista .datos small { font-size: 10px; }
.equipo-lista .datos small::after { width: 36px; margin-top: 5px; }
.equipo-lista .datos h3 { font-size: 26px; margin: 6px 0 4px; }
.equipo-lista .datos span { font-size: 11.5px; }

/* modulo compartido: "quienes somos" + "primero" entran juntos en la altura de un bloque (~800 px) */
.equipo-bloque { padding: 18px 4.5vw 16px; }
.equipo-lista { gap: 10px; }
.metodo-bloque { padding: 38px 4.5vw 34px; }
.metodo-bloque .tit-primero { font-size: clamp(44px,4.8vw,70px); }
.metodo-bloque .tit-bloque { font-size: clamp(28px,3vw,42px); }
.pasos-metodo { margin-top: 24px; }
.pasos-metodo b { font-size: 52px; }
.pasos-metodo article:not(:last-child)::after, .pasos-metodo article:last-child::after { top: 25px; left: 70px; }
.pasos-metodo article:not(:last-child)::before { top: 21px; }
.pasos-metodo h3 { margin: 8px 0 4px; }


/* ============================================================
   CONTINUIDAD — 3 de septiembre de 2026
   ============================================================ */

/* 1 · el hero llena la primera pantalla, sea cual sea */
/* (el hero a pantalla completa se probo y se descarto el 3/9) */

/* (el hilo conductor por el margen se probo y se descarto el 3/9) */

/* 3 · aparicion al hacer scroll (solo con JS; sin JS todo esta visible) */
.js .revela { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .revela.visto { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .revela { opacity: 1; transform: none; transition: none; } }

/* 4 · indice lateral */
.indice {
  position: fixed; right: 24px; top: 50%; transform: translateY(-50%); z-index: 55;
  flex-direction: column; align-items: center; gap: 16px; display: flex;
  mix-blend-mode: difference; color: #fff;
}
.indice-num { flex-direction: column; align-items: center; display: flex; }
.indice-num b { font-family: Antonio, Texto, sans-serif; font-weight: 700; font-size: 24px; line-height: 1; }
.indice-num i { font-style: normal; letter-spacing: .12em; margin-top: 4px; font-size: 10px; font-weight: 700; opacity: .7; }
.indice ol { list-style: none; margin: 0; padding: 0; flex-direction: column; gap: 10px; display: flex; }
.indice a { background: #fff; border-radius: 50%; width: 6px; height: 6px; opacity: .35; display: block; transition: opacity .3s, transform .3s; }
.indice a:hover { opacity: .8; }
.indice li.activo a { opacity: 1; transform: scale(1.6); }
@media (width<=980px) {
  .indice { display: none; }
}

/* la tira pasa de cuatro a seis: dos filas de tres, para que no se aplasten */
.respaldo-tira { grid-template-columns: 1.6fr 1fr 1.2fr; }
.respaldo-tira span:nth-child(3n) { border-right: 0; }
.respaldo-tira span:nth-child(-n+3) { border-bottom: 1px solid #ffffff1a; }
.respaldo-tira span { font-size: 11px; letter-spacing: .06em; }
@media (width<=980px) {
  .respaldo-tira { grid-template-columns: 1fr 1fr; }
  .respaldo-tira span:nth-child(3n) { border-right: 1px solid #ffffff1a; }
  .respaldo-tira span:nth-child(2n) { border-right: 0; }
  .respaldo-tira span:nth-child(-n+4) { border-bottom: 1px solid #ffffff1a; }
}
@media (width<=640px) {
  .respaldo-tira { grid-template-columns: 1fr; }
  .respaldo-tira span:nth-child(n) { border-right: 0; border-bottom: 1px solid #ffffff1a; }
  .respaldo-tira span:last-child { border-bottom: 0; }
}

/* urgencias a color: es la unica foto del sitio que gana con el azul de la luz de emergencia */
.urg-foto img { filter: saturate(.85) contrast(1.12) brightness(1.02); }

/* urgencias en video: ya viene en blanco y negro del archivo, no lleva filtro */
.urg-foto img { filter: none; }
.urg-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none;
}
/* el poster es el primer cuadro del propio video: no hace falta ningun fundido,
   y si el navegador no lo reproduce, lo que queda es exactamente la misma imagen. */

/* telefono y mail del pie: clickeables pero sin gritar */
.pie-final span a { color: inherit; text-decoration: none; border-bottom: 1px solid #ffffff33; }
.pie-final span a:hover { color: #fff; border-bottom-color: var(--orange); }
