/* Manrope variable local · SIL OFL 1.1, licencia en assets/fonts/. */
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #101413;
  --surface: #1b221f;
  --line: #333934;
  --text: #f4f7f2;
  --muted: #b0bcb3;
  --accent: #b6ed80;
  --ink: #101413;
  --paper: #f4f7f2;
  --radius: 18px;
  --max: 1256px;
  font-family: "Manrope", system-ui, sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.1;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #87b7ff;
  outline-offset: 5px;
}
::selection {
  background: var(--accent);
  color: var(--ink);
}
.container {
  width: calc(100% - 96px);
  max-width: var(--max);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--accent);
  color: var(--ink);
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #101413f5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 240px;
  min-height: 44px;
  flex-shrink: 0;
}
.brand img {
  width: 100%;
  height: auto;
}
.brand-mi {
  color: var(--accent);
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
nav > a:not(.button) {
  color: #d2d7d0;
  transition: color 0.2s;
}
nav > a:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  background: var(--accent);
  color: var(--ink);
  border: 1px solid var(--accent);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 22px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #c7f39e;
  color: var(--ink);
  transform: translateY(-2px);
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.button-small {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 14px;
  gap: 16px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 89px;
  padding-bottom: 110px;
  min-height: 716px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: var(--muted);
  margin-bottom: 29px;
}
.eyebrow-line {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: var(--accent);
}
h1 {
  font-size: clamp(52px, 5.8vw, 82px);
  line-height: 1.045;
  letter-spacing: -4.3px;
  font-weight: 600;
  margin-bottom: 26px;
}
h1 span {
  color: var(--accent);
}
.hero-description {
  max-width: 435px;
  color: #bec6be;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 33px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
}
.text-link:hover {
  color: var(--accent);
}
.hero-details {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
  color: #a3aea5;
  font-size: 13px;
}
.hero-details span + span:before {
  content: "/";
  margin-right: 18px;
  color: #505c51;
}
/* Ilustración de la app: texto real dentro de un teléfono, sin visor ni enlaces. */
.product-preview {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  max-width: 620px;
  margin-inline: auto;
}
.product-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14% -2% 7%;
  background: radial-gradient(ellipse, #b8ed6720, transparent 68%);
  pointer-events: none;
}
.phone-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 auto 20px;
  color: #a7b4a1;
  font: 10px/1.5 monospace;
  letter-spacing: 1px;
}
.phone-caption span:last-child {
  color: #84917e;
}
/* Panel detrás del teléfono: dos superficies del mismo circuito documental. */
.product-scene {
  position: relative;
  padding-top: 148px;
  padding-bottom: 22px;
}
.dashboard-preview {
  position: absolute;
  inset: 8px 12px auto 0;
  border: 1px solid #9ba58c;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f7ef;
  color: #273022;
  box-shadow: 0 22px 65px #0004;
}
.dashboard-bar {
  min-height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 15px;
  border-bottom: 1px solid #dae2d0;
  background: #fafbf7;
}
.dashboard-brand {
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.3px;
}
.dashboard-bar > span:last-child {
  font: 8px/1.5 monospace;
  letter-spacing: 1px;
  color: #617056;
}
.dashboard-body {
  display: flex;
  min-height: 414px;
}
.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  width: 39px;
  padding: 16px 5px;
  border-right: 1px solid #dae2d0;
  background: #eaf0e2;
}
.dashboard-sidebar > span {
  display: grid;
  place-items: center;
  height: 29px;
  font-size: 18px;
  color: #74816b;
}
.dashboard-sidebar .is-active {
  border-radius: 5px;
  color: #3e6138;
  background: #d4e3c6;
}
.dashboard-main {
  padding: 20px 16px 13px;
  flex: 1;
  min-width: 0;
}
.dashboard-kicker {
  font: 8px/1.4 monospace;
  letter-spacing: 1px;
  color: #6e7c61;
}
.dashboard-main h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.65px;
  margin: 6px 0 16px;
}
.dashboard-stats {
  display: flex;
  gap: 25px;
  padding-bottom: 16px;
  margin-bottom: 17px;
  border-bottom: 1px solid #dae2d0;
}
.dashboard-stats > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dashboard-stats strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
}
.dashboard-stats span {
  font-size: 9px;
  color: #65715c;
}
.dashboard-stats > div:nth-child(2) strong {
  color: #926122;
}
.dashboard-stats > div:nth-child(3) strong {
  color: #a04335;
}
.dashboard-main h3 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
}
.dashboard-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e6d9;
}
.dashboard-row:last-child {
  border-bottom: 0;
}
.dashboard-file {
  border-radius: 4px;
  border: 1px solid #c4d2b5;
  background: #e7eedf;
  color: #657956;
  font: 8px/30px monospace;
  text-align: center;
  width: 24px;
  flex-shrink: 0;
}
.dashboard-row > div {
  min-width: 0;
}
.dashboard-row strong {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600;
}
.dashboard-row > div > span {
  display: block;
  font-size: 8px;
  margin-top: 2px;
  color: #6e7c61;
}
.dashboard-row .dashboard-state {
  width: fit-content;
  border-radius: 3px;
  padding: 1px 5px;
  margin-top: 4px;
}
.dashboard-row .is-due {
  background: #f8e7c7;
  color: #81571e;
}
.dashboard-row .is-expired {
  background: #f5dbd3;
  color: #8e3b2e;
}

.phone-device {
  position: relative;
  width: 338px;
  max-width: calc(100% - 60px);
  margin: 0 28px 0 auto;
  transform: rotate(4deg);
  z-index: 1;
  padding: 8px;
  border: 2px solid #758074;
  border-radius: 43px;
  background: linear-gradient(
    130deg,
    #566054,
    #181d18 23%,
    #333c32 74%,
    #87937e
  );
  box-shadow:
    0 0 0 1px #080b08,
    0 28px 60px #0007,
    inset 0 0 0 2px #0c100d;
}
.phone-device::before,
.phone-device::after {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: #6c7866;
}
.phone-device::before {
  left: -5px;
  top: 108px;
  height: 61px;
}
.phone-device::after {
  right: -5px;
  top: 142px;
  height: 42px;
}
.phone-screen {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  border-radius: 33px;
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
  border: 1px solid #0a0e0b;
}
.phone-statusbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 600;
}
.phone-camera {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 17px;
  border-radius: 12px;
  background: #080b09;
  box-shadow: inset 0 1px 2px #000;
}
.phone-camera::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #243128;
  border: 1px solid #121913;
}
.phone-indicators {
  display: flex;
  align-items: center;
  gap: 7px;
}
.phone-signal {
  letter-spacing: 1px;
  font-size: 9px;
}
.phone-battery {
  position: relative;
  width: 15px;
  height: 8px;
  border: 1px solid #a9b6a4;
  border-radius: 2px;
  background: linear-gradient(to right, #ccd9c5 75%, transparent 75%);
  box-shadow: inset 0 0 0 1px #191f1b;
}
.phone-battery::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 2px;
  width: 1px;
  height: 3px;
  background: #a9b6a4;
}
.phone-app {
  padding: 8px 15px 0;
}
.phone-brand {
  font-family: "Manrope", system-ui, sans-serif;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
.phone-wordmark {
  white-space: nowrap;
}
.phone-brand img,
.dashboard-brand img {
  flex-shrink: 0;
}
.phone-avatar {
  margin-left: auto;
  background: #2f392d;
  border: 1px solid #45533b;
  width: 25px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  color: #cce59d;
}
.phone-intro {
  margin: 23px 0 20px;
}
.phone-intro p {
  color: #a6b39e;
  font: 8px/1.5 monospace;
  letter-spacing: 1.1px;
}
.phone-intro h2 {
  margin: 5px 0 4px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.phone-intro > span {
  font-size: 11px;
  color: #b0bca9;
}
.phone-library-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: #aab7a4;
  font: 8px/1.5 monospace;
  letter-spacing: 0.6px;
}
.phone-documents {
  list-style: none;
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
}
.phone-document {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 12px 10px;
  border: 1px solid #3b4637;
  border-radius: 10px;
  background: #242d25;
}
.phone-file {
  padding: 8px 2px;
  border: 1px solid #67794b;
  border-radius: 4px;
  font: 8px/1.3 monospace;
  text-align: center;
  color: #d4eea5;
  background: #35432c;
}
.phone-document-content {
  min-width: 0;
}
.phone-document strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.3;
}
.phone-document-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin-top: 6px;
}
.phone-document-meta > span:first-child {
  font-size: 9px;
  line-height: 1.4;
  color: #aebda5;
}
.phone-validity {
  display: inline-flex;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 8px;
  line-height: 1.5;
  white-space: nowrap;
}
.phone-validity.is-current {
  color: #d2e9ae;
  background: #3d4d30;
}
.phone-validity.is-due {
  color: #ffdda2;
  background: #51422a;
}
.phone-validity.is-expired {
  color: #ffc8b9;
  background: #55352e;
}
.phone-validity.is-neutral {
  color: #cbd5c5;
  background: #394336;
}
.phone-app-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 18px;
  padding: 12px 0 8px;
  border-top: 1px solid #364230;
}
.phone-app-nav > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #a0af97;
  font-size: 9px;
}
.phone-app-nav .is-active {
  color: var(--accent);
}
.phone-app-nav svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.phone-home-indicator {
  height: 3px;
  width: 88px;
  border-radius: 5px;
  background: #b7c2b1;
  margin: 5px auto 9px;
}
.phone-preview-note {
  margin: 19px auto 0;
  text-align: center;
  font: 10px/1.5 monospace;
  color: #a7b4a1;
}
@media (max-width: 550px) {
  .product-preview {
    padding-inline: 0;
  }
  .product-scene {
    padding-top: 0;
    padding-bottom: 18px;
  }
  .dashboard-preview {
    position: relative;
    inset: auto;
    margin-inline: 4px;
  }
  .dashboard-body {
    min-height: 0;
  }
  .dashboard-main {
    padding: 15px 12px 34px;
  }
  .dashboard-main h2 {
    font-size: 19px;
  }
  .dashboard-row {
    padding-block: 8px;
  }
  .dashboard-row > div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    align-items: center;
  }
  .dashboard-row strong {
    width: 100%;
  }
  .dashboard-row .dashboard-state {
    margin-top: 2px;
  }
  .dashboard-stats {
    gap: 28px;
  }
  .phone-device {
    max-width: calc(100% - 38px);
    margin: -24px auto 0;
    transform: rotate(2deg);
  }

  .phone-caption {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .phone-device {
    padding: 6px;
    border-radius: 38px;
  }
  .phone-screen {
    border-radius: 30px;
  }
  .phone-app {
    padding-inline: 12px;
  }
  .phone-document {
    gap: 7px;
    padding-inline: 8px;
  }
  .phone-document strong {
    font-size: 12px;
  }
}

.trust-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1fr;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-block: 38px 46px;
}
.trust-band h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.trust-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-left: 40px;
  border-left: 1px solid var(--line);
}
.trust-stat strong {
  color: var(--accent);
  font-size: 52px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -2px;
}
.trust-stat strong span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.trust-stat > span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .trust-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .trust-band h2 {
    grid-column: 1 / -1;
    font-size: 24px;
  }
  .trust-band h2 br {
    display: none;
  }
  .trust-stat {
    padding-left: 22px;
  }
}
@media (max-width: 550px) {
  .trust-band {
    grid-template-columns: 1fr;
    padding-block: 28px 36px;
  }
  .trust-stat strong {
    font-size: 46px;
  }
}

.audience-band {
  border-block: 1px solid var(--line);
  background: #181c19;
}
.audience-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.audience-inner > span {
  font: 10px/1.7 monospace;
  color: #849181;
  letter-spacing: 0.8px;
}
.audience-inner > span strong {
  color: #b8c4b1;
  font-weight: 400;
}
.audience-inner p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #c5cec1;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 35px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner > span {
  color: #9ca796;
  font-size: 13px;
}
.footer-inner > span:last-child {
  font-size: 12px;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 770px;
    gap: 80px;
  }
  .hero-copy {
    padding-top: 0;
  }
  h1 {
    font-size: 88px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  nav {
    gap: 20px;
  }
  nav > a:not(.button) {
    font-size: 13px;
  }

  .hero {
    gap: 25px;
    padding-top: 70px;
    min-height: 650px;
  }
  h1 {
    letter-spacing: -3px;
  }
  .hero-actions {
    gap: 15px;
  }
  .audience-inner p {
    font-size: 16px;
  }
}
/* El lockup de 240px y Manrope necesitan más ancho antes del menú extendido. */
@media (max-width: 1000px) {
  .header-inner {
    height: 76px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: transparent;
    border: 1px solid #52604e;
    border-radius: 7px;
  }
  .menu-toggle span {
    width: 19px;
    height: 2px;
    background: var(--text);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #1c231c;
    padding: 20px 32px 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-bottom: 1px solid #4d5f47;
  }
  nav.is-open {
    display: flex;
  }
  nav > a:not(.button) {
    padding: 10px 0;
    font-size: 16px;
  }
  nav .button {
    margin-top: 8px;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 55px;
    padding-top: 61px;
    padding-bottom: 70px;
  }
  .hero-copy {
    max-width: 670px;
  }
  .hero-description {
    max-width: 540px;
  }
  h1 {
    font-size: 76px;
    letter-spacing: -3.8px;
  }
  .audience-inner {
    padding-block: 28px;
    flex-wrap: wrap;
    justify-content: initial;
    column-gap: 36px;
    row-gap: 18px;
  }
  .audience-inner > span {
    width: 100%;
  }
  .audience-inner > span br {
    display: none;
  }
  .audience-inner > span strong {
    margin-left: 6px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 550px) {
  .container {
    width: calc(100% - 40px);
  }
  .site-header .container {
    width: calc(100% - 32px);
  }
  .header-inner {
    gap: 4px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 46px;
    gap: 38px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.9px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(43px, 11.5vw, 64px);
    letter-spacing: -2.5px;
    margin-bottom: 22px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 16px;
  }
  .button {
    font-size: 14px;
    padding: 13px 19px;
  }
  .text-link {
    font-size: 13px;
  }
  .hero-details {
    font-size: 11px;
    gap: 12px;
    margin-top: 19px;
  }
  .hero-details span + span:before {
    margin-right: 12px;
  }
  .audience-inner {
    gap: 18px;
    justify-content: space-between;
  }
  .audience-inner p {
    font-size: 13px;
    max-width: 90px;
  }
  .footer-inner {
    gap: 20px;
  }

  .footer-inner > span:last-child {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Contenido sectorial visible: ejemplos de uso, no requisitos universales. */
.sectors {
  border-bottom: 1px solid #d8dfd2;
}
.sectors .section-heading > div {
  max-width: 680px;
  min-width: 0;
}
.sectors-intro {
  max-width: 900px;
  color: #56614f;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 36px;
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.sector-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 30px;
  background: #fbfcf9;
  border: 1px solid #d8dfd2;
  border-radius: 12px;
}
.sector-label {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #61734f;
  margin-bottom: 20px;
}
.sector-card h3 {
  font-size: clamp(23px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.sector-card > p:not(.sector-label) {
  color: #56614f;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 22px;
}
.sector-card a {
  margin-top: auto;
  color: #35472b;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sectors-note {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid #d8dfd2;
}
.sectors-note p {
  max-width: 970px;
  font-size: 14px;
  line-height: 1.8;
  color: #56614f;
}
.sectors-note .text-link {
  margin-top: 18px;
  color: #35472b;
}
.faq-list p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 650px) {
  .sector-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .sector-card {
    padding: 24px 20px;
  }
}

/* Superficies comerciales: claridad editorial, no métricas de venta inventadas. */
[hidden] {
  display: none !important;
}
.section {
  padding-block: 108px;
}
.section-light {
  background: var(--paper);
  color: #1b251d;
  --muted: #626e61;
  --line: #d8dfd2;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 48px;
}
.section-heading h2,
.control-intro h2,
.faq-layout h2 {
  font-size: clamp(34px, 3.4vw, 49px);
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1.12;
}
.section-heading > p {
  max-width: 305px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
  padding-bottom: 4px;
}
.section-number {
  font-family: monospace;
  border: 1px solid #65715e;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
  letter-spacing: 0;
  color: #b4c7a5;
}
.section-light .section-number {
  color: #57684a;
  border-color: #bdc9b3;
}
.section .eyebrow {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 23px;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pain-card {
  padding: 28px 27px 25px;
  border: 1px solid #d8dfd2;
  border-radius: 12px;
  background: #fbfcf9;
}
.pain-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 26px;
  border: 1px solid #c6d4b8;
  border-radius: 9px;
  background: #edf3e6;
  color: #63734f;
}
.pain-question {
  font-size: 13px;
  color: #687763;
  margin: 26px 0 12px;
}
.pain-card h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.pain-card > p:last-of-type {
  font-size: 15px;
  line-height: 1.7;
  color: #65715f;
  min-height: 102px;
}
.pain-solution {
  border-top: 1px solid #dce4d5;
  padding-top: 21px;
  margin-top: 23px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.pain-solution > span {
  font-size: 26px;
  color: #476a30;
  line-height: 1.2;
}
.pain-solution p {
  font-size: 14px;
  line-height: 1.65;
  color: #5d6b57;
}
.pain-solution strong {
  font-weight: 600;
  color: #2b3d22;
  display: block;
  margin-bottom: 3px;
}
.platform .section-heading > p {
  color: #a8b4a3;
}
.platform-explorer {
  border: 1px solid #404b3c;
  background: #1c221c;
  border-radius: var(--radius);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 56px;
  align-items: center;
}
.tab-list {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid #404b3c;
  margin-bottom: 35px;
}
.tab-list button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 11px 16px 15px;
  color: #b5c0ad;
  font-size: 14px;
  margin-bottom: -1px;
}
.tab-list button:first-child {
  padding-left: 10px;
}
.tab-list button[aria-selected="true"] {
  color: var(--accent);
  border-color: var(--accent);
}
.tab-list button:hover {
  color: var(--text);
}
.scope-index {
  font: 10px/1.5 monospace;
  color: #7b8b70;
  letter-spacing: 1px;
}
.scope-panel {
  min-height: 311px;
}
.scope-panel h3 {
  font-weight: 600;
  letter-spacing: -1.1px;
  font-size: 33px;
  margin: 15px 0 18px;
  line-height: 1.15;
}
.scope-panel > p {
  font-size: 15px;
  color: #adb8a5;
  line-height: 1.75;
  max-width: 370px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: grid;
  gap: 11px;
}
.check-list li {
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  color: #d2d9cc;
  line-height: 1.65;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.explorer-demo {
  background: #f7f9f3;
  border-radius: 10px;
  color: #202d1c;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  min-width: 0;
}
.demo-label {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font: 9px/1.5 monospace;
  color: #7c8872;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #dce4d4;
  padding-bottom: 20px;
}
.demo-label span:first-child {
  color: #465d3a;
}
.demo-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 28px 0;
}
.demo-monogram {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1ebd4;
  border: 1px solid #c9d6ba;
  color: #5a7643;
  border-radius: 9px;
  font-size: 20px;
}
.demo-heading > div {
  min-width: 0;
}
.demo-heading div > span {
  font-size: 9px;
  color: #6f7d61;
  letter-spacing: 1px;
}
.demo-heading h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-top: 6px;
}
.demo-table-heading {
  display: flex;
  justify-content: space-between;
  font: 9px/1.5 monospace;
  letter-spacing: 1px;
  color: #78826e;
  padding: 0 0 12px;
  border-bottom: 1px solid #dce4d4;
}
.demo-document {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e6d9;
}
.document-mark {
  width: 31px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 9px/1 monospace;
  background: #ecf0e7;
  border: 1px solid #d4ddc8;
  border-radius: 4px;
  color: #667e50;
  flex-shrink: 0;
}
.demo-document > div {
  flex: 1;
  min-width: 0;
}
.demo-document strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.demo-document div > span {
  font-size: 10px;
  color: #79846b;
  display: block;
  margin-top: 3px;
}
.demo-status {
  font-size: 10px;
  padding: 3px 7px;
  background: #e3efd8;
  border-radius: 4px;
  color: #486a2c;
  white-space: nowrap;
}
.demo-status.is-due {
  color: #8a621a;
  background: #faedcf;
}
.demo-status.is-draft {
  background: #e9eae4;
  color: #64685d;
}
.demo-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #eaf0e0;
  padding: 14px;
  border-radius: 6px;
  margin-top: 22px;
}
.demo-note > span {
  color: #687d47;
  line-height: 1.3;
  font-size: 20px;
}
.demo-note p {
  font-size: 11px;
  line-height: 1.7;
  color: #5e7148;
  min-height: 37px;
}
.demo-disclaimer {
  font-size: 9px;
  color: #7f8976;
  margin-top: 14px;
}
.platform-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 33px;
}
.tiny-tag {
  font: 10px/1.5 monospace;
  letter-spacing: 1px;
  border: 1px solid #46523e;
  border-radius: 4px;
  padding: 7px 10px;
  color: #b5c4a5;
  white-space: nowrap;
}
.platform-bottom p {
  font-size: 15px;
  color: #a9b7a0;
}
.platform-bottom .text-link {
  color: var(--accent);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0;
  margin: 65px 0 0;
  list-style: none;
  counter-reset: none;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #bac9ad;
  padding-top: 19px;
  color: #72865f;
}
.step-top span:first-child {
  font: 13px/1.5 monospace;
}
.step-top span:last-child {
  font-size: 22px;
  line-height: 1;
}
.steps h3 {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin: 30px 0 16px;
}
.steps p {
  font-size: 15px;
  color: #64715d;
  line-height: 1.8;
  min-height: 108px;
}
.step-tag {
  display: inline-block;
  font: 9px/1.5 monospace;
  color: #6d7c5f;
  letter-spacing: 0.7px;
  margin-top: 25px;
}
.mobile-note {
  background: #e7eddc;
  border: 1px solid #d4dfc8;
  border-radius: 9px;
  padding: 20px 24px;
  display: flex;
  gap: 17px;
  margin-top: 54px;
  align-items: flex-start;
}
.note-icon {
  font:
    italic 17px/24px Georgia,
    serif;
  border: 1px solid #899c72;
  border-radius: 50%;
  min-width: 25px;
  text-align: center;
  color: #677e4d;
}
.mobile-note p {
  font-size: 13px;
  line-height: 1.8;
  color: #667653;
}
.mobile-note strong {
  font-weight: 600;
  color: #3e512b;
}
.control-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 85px;
}
.control-intro h2 {
  font-size: 55px;
  letter-spacing: -2.2px;
}
.control-intro > p:not(.eyebrow) {
  color: #aab7a0;
  font-size: 16px;
  max-width: 300px;
  margin-top: 24px;
  line-height: 1.8;
}
.control-intro .text-link {
  margin-top: 32px;
  color: var(--accent);
}
.control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 40px;
}
.control-grid article {
  border-top: 1px solid #46513e;
  padding-top: 20px;
}
.control-marker {
  font: 11px/1.5 monospace;
  color: #93a181;
}
.control-grid h3 {
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin: 21px 0 13px;
}
.control-grid p {
  font-size: 14px;
  line-height: 1.8;
  color: #a9b4a0;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 65px;
}
.faq-layout h2 {
  font-size: 39px;
}
.faq-intro {
  color: #66745d;
  max-width: 310px;
  font-size: 15px;
  margin-top: 23px;
  line-height: 1.8;
}
.faq-list details {
  border-bottom: 1px solid #cdd7c2;
}
.faq-list details:first-child {
  border-top: 1px solid #cdd7c2;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  min-height: 80px;
  padding: 21px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  border: 1px solid #c0d0b1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #638146;
  font-size: 17px;
}
.faq-list summary > span:before {
  content: "+";
}
.faq-list details[open] summary > span:before {
  content: "−";
}
.faq-list details > p {
  font-size: 14px;
  line-height: 1.8;
  color: #627453;
  padding: 0 35px 26px 0;
}
.contact-section {
  padding: 80px 0 30px;
}
.contact-card {
  background: var(--accent);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 60px;
  padding: 58px;
  color: #1c2a11;
}
.contact-copy {
  align-self: center;
}
.contact-copy .eyebrow {
  color: #566e39;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
.contact-copy h2 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1.12;
}
.contact-copy > p:not(.eyebrow) {
  color: #54663a;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  max-width: 355px;
}
.direct-contact {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 44px;
}
.contact-initial {
  border: 1px solid #9cbe52;
  border-radius: 50%;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.direct-contact > span:last-child {
  font: 9px/1.7 monospace;
  letter-spacing: 0.8px;
  color: #567334;
}
.direct-contact strong {
  display: block;
  font:
    500 20px/1.6 Arial,
    Helvetica,
    sans-serif;
  letter-spacing: -0.3px;
  color: #243917;
}
.direct-contact:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact-form {
  background: #faffed;
  border: 1px solid #b7db69;
  border-radius: 10px;
  padding: 27px;
  color: #25371b;
  min-width: 0;
}
.form-title {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.form-description {
  font-size: 12px;
  color: #728162;
  margin-top: 8px;
  margin-bottom: 21px;
}
.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 6px;
}
.contact-form label span {
  font-weight: 400;
  color: #778968;
}
.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 46px;
  background: #fff;
  border: 1px solid #cbd7ba;
  border-radius: 5px;
  padding: 10px 12px;
  color: #465b34;
  font-size: 13px;
  color-scheme: light;
}
.contact-form input::placeholder {
  color: #829470;
}
.contact-form select {
  padding-right: 25px;
}
.button-dark {
  background: #202b1c;
  color: #e5f7c5;
  border-color: #202b1c;
  margin-top: 23px;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
.button-dark:hover {
  background: #344827;
  border-color: #344827;
  color: #f6ffe8;
}
.form-privacy {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 14px;
  color: #6c7d5a;
}
.contact-feedback {
  font-size: 12px;
  line-height: 1.7;
  color: #45622b;
  margin-top: 12px;
}
.contact-feedback:empty {
  display: none;
}
.contact-feedback a {
  text-decoration: underline;
  font-weight: 700;
}
.captcha-panel {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #cbd7ba;
  border-radius: 8px;
  background: #fff;
  min-width: 0;
}
.captcha-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
#contact-captcha {
  display: flex;
  justify-content: center;
}
.captcha-status,
.captcha-demo {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
.captcha-demo {
  background: #fff4ce;
  color: #654a05;
  padding: 8px 10px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.captcha-privacy {
  color: #536346;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 12px;
}
.captcha-privacy a {
  text-decoration: underline;
}
.captcha-retry {
  padding: 10px 0;
  color: #344827;
  background: none;
  border: 0;
  font-size: 12px;
  text-decoration: underline;
  min-height: 44px;
}
.contact-form button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.contact-ready-link {
  display: block;
  padding: 12px 0;
}
.contact-subline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  font-size: 11px;
  color: #8f9c82;
}
.footer-meta {
  display: flex;
  gap: 26px;
  color: #9ca796;
  font-size: 11px;
  align-items: center;
}
.footer-meta > a {
  font-size: 12px;
}
.footer-meta > a:hover {
  color: var(--accent);
}
@media (max-width: 1150px) {
  .section {
    padding-block: 88px;
  }
  .section-heading {
    gap: 35px;
  }
  .pain-card {
    padding: 24px 21px;
  }
  .pain-card h3 {
    font-size: 23px;
  }
  .platform-explorer {
    gap: 32px;
    padding: 28px;
  }
  .explorer-demo {
    padding: 21px;
  }
  .demo-document {
    gap: 8px;
  }
  .demo-document strong {
    font-size: 12px;
  }
  .demo-status {
    font-size: 9px;
    padding: 3px 5px;
  }
  .demo-heading h3 {
    font-size: 17px;
  }
  .control-layout {
    gap: 50px;
  }
  .control-grid {
    gap: 30px;
  }
  .contact-card {
    padding: 42px;
    gap: 35px;
  }
  .contact-copy h2 {
    font-size: 40px;
  }
  .faq-layout {
    gap: 40px;
  }
  .faq-layout h2 {
    font-size: 34px;
  }
  .footer-inner > span {
    font-size: 11px;
  }
  .footer-meta {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .section-heading {
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .section-heading > p {
    max-width: 560px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .pain-grid {
    gap: 14px;
  }
  .pain-card {
    padding: 22px 17px;
  }
  .pain-card h3 {
    font-size: 21px;
  }
  .pain-card > p:last-of-type {
    font-size: 14px;
    min-height: 125px;
  }
  .pain-solution {
    gap: 8px;
  }
  .pain-solution p {
    font-size: 13px;
  }
  .pain-question {
    font-size: 11px;
  }
  .platform-explorer {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 32px;
  }
  .explorer-info {
    max-width: 100%;
  }
  .scope-panel {
    min-height: 270px;
  }
  .scope-panel > p {
    max-width: 560px;
  }
  .scope-panel h3 {
    font-size: 32px;
  }
  .tab-list {
    margin-bottom: 27px;
  }
  .check-list {
    gap: 9px;
  }
  .explorer-demo {
    padding: 28px;
  }
  .demo-heading h3 {
    font-size: 21px;
  }
  .demo-document strong {
    font-size: 14px;
  }
  .demo-document div > span {
    font-size: 11px;
  }
  .demo-status {
    font-size: 11px;
    padding: 4px 8px;
  }
  .demo-label {
    font-size: 10px;
  }
  .demo-note p {
    font-size: 12px;
    min-height: auto;
  }
  .platform-bottom {
    flex-wrap: wrap;
  }
  .platform-bottom p {
    font-size: 14px;
  }
  .platform-bottom .text-link {
    width: 100%;
  }
  .steps {
    gap: 30px;
    margin-top: 40px;
  }
  .steps h3 {
    font-size: 26px;
  }
  .steps p {
    font-size: 14px;
    min-height: 151px;
  }
  .step-tag {
    font-size: 8px;
  }
  .control-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .control-intro h2 {
    font-size: 48px;
  }
  .control-intro h2 br {
    display: none;
  }
  .control-intro > p:not(.eyebrow) {
    max-width: 550px;
  }
  .control-intro .text-link {
    margin-top: 20px;
  }
  .control-grid {
    gap: 35px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .faq-layout h2 {
    font-size: 40px;
  }
  .faq-intro {
    max-width: 500px;
  }
  .contact-card {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 35px;
  }
  .contact-copy > p:not(.eyebrow) {
    max-width: 500px;
  }
  .contact-copy h2 {
    font-size: 46px;
  }
  .direct-contact {
    margin-top: 28px;
  }
  .contact-form {
    padding: 28px;
  }
  .contact-subline {
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
  }
  .contact-form label,
  .contact-form input,
  .contact-form select {
    font-size: 14px;
  }
  .form-description {
    font-size: 13px;
  }
  .form-privacy {
    font-size: 12px;
  }
  .contact-form .button {
    font-size: 16px;
  }
  .footer-inner {
    row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .section {
    padding-block: 64px;
  }
  .section .eyebrow {
    font-size: 9px;
    letter-spacing: 0.6px;
    margin-bottom: 21px;
  }
  .section-heading h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
    line-height: 1.16;
  }
  .section-heading {
    gap: 22px;
  }
  .section-heading > p {
    font-size: 15px;
  }
  .pain-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .pain-card {
    padding: 25px;
  }
  .pain-card h3 {
    font-size: 27px;
    letter-spacing: -0.8px;
  }
  .pain-card > p:last-of-type {
    font-size: 15px;
    min-height: 0;
  }
  .pain-question {
    font-size: 13px;
    margin-top: 20px;
  }
  .pain-solution p {
    font-size: 14px;
  }
  .pain-solution {
    gap: 13px;
  }
  .pain-symbol {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }
  .platform-explorer {
    padding: 22px 18px;
    gap: 28px;
    border-radius: 12px;
  }
  .scope-panel {
    min-height: 327px;
  }
  .scope-panel h3 {
    font-size: 30px;
  }
  .scope-panel > p {
    font-size: 14px;
  }
  .check-list li {
    font-size: 13px;
  }
  .tab-list {
    gap: 5px;
    justify-content: space-between;
  }
  .tab-list button {
    font-size: 14px;
    padding: 10px 12px 13px;
  }
  .scope-index {
    font-size: 9px;
  }
  .explorer-demo {
    padding: 18px 13px;
    border-radius: 8px;
  }
  .demo-label {
    font-size: 8px;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
  }
  .demo-monogram {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .demo-heading {
    gap: 10px;
    margin-block: 22px;
  }
  .demo-heading h3 {
    font-size: 17px;
    line-height: 1.2;
  }
  .demo-heading div > span {
    font-size: 8px;
    letter-spacing: 0.6px;
  }
  .demo-document {
    gap: 8px;
    padding-block: 15px;
    flex-wrap: wrap;
  }
  .document-mark {
    width: 25px;
    height: 34px;
    font-size: 8px;
  }
  .demo-document strong {
    font-size: 11px;
  }
  .demo-document div > span {
    font-size: 9px;
  }
  .demo-status {
    font-size: 8px;
    padding: 3px 5px;
  }
  .demo-note {
    padding: 11px;
    gap: 7px;
  }
  .demo-note p {
    font-size: 10px;
  }
  .demo-disclaimer {
    font-size: 8px;
  }
  .platform-bottom {
    gap: 16px;
    margin-top: 24px;
  }
  .platform-bottom p {
    font-size: 13px;
  }
  .tiny-tag {
    font-size: 9px;
    padding: 5px 8px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .steps h3 {
    font-size: 30px;
    margin: 21px 0 12px;
  }
  .steps p {
    min-height: 0;
    font-size: 16px;
  }
  .step-tag {
    font-size: 10px;
    margin-top: 17px;
  }
  .step-top {
    padding-top: 16px;
  }
  .mobile-note {
    padding: 18px;
    gap: 12px;
    margin-top: 35px;
  }
  .mobile-note p {
    font-size: 12px;
  }
  .mobile-note strong {
    display: block;
    margin-bottom: 5px;
  }
  .note-icon {
    font-size: 14px;
    line-height: 21px;
    min-width: 22px;
  }
  .control-intro h2 {
    font-size: 38px;
    letter-spacing: -1.3px;
  }
  .control-grid {
    gap: 30px 23px;
  }
  .control-grid h3 {
    font-size: 19px;
    line-height: 1.25;
    margin-top: 17px;
  }
  .control-grid p {
    font-size: 13px;
    line-height: 1.8;
  }
  .control-intro > p:not(.eyebrow) {
    font-size: 15px;
  }
  .faq-layout h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .faq-list summary {
    font-size: 15px;
    min-height: 79px;
    gap: 15px;
  }
  .faq-list details > p {
    padding-right: 15px;
    font-size: 14px;
  }
  .contact-section {
    padding-top: 48px;
  }
  .contact-card {
    padding: 30px 22px;
    gap: 32px;
    border-radius: 12px;
  }
  .contact-copy h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .contact-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 19px;
  }
  .direct-contact strong {
    font-size: 19px;
  }
  .contact-form {
    padding: 22px 17px;
  }
  .form-title {
    font-size: 20px;
  }
  .form-description {
    font-size: 12px;
  }
  .contact-form label {
    font-size: 12px;
    line-height: 1.6;
  }
  .contact-form input,
  .contact-form select {
    font-size: 16px;
    padding-inline: 8px;
  }
  .contact-form .button {
    font-size: 14px;
    padding-inline: 14px;
    gap: 10px;
  }
  .form-privacy {
    font-size: 11px;
  }
  .contact-subline {
    font-size: 10px;
  }
  .footer-meta {
    width: 100%;
    justify-content: space-between;
  }
  .footer-meta > a,
  .footer-meta > span {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-actions {
    gap: 7px;
  }
  .hero-details {
    gap: 8px;
    font-size: 10px;
  }
  .hero-details span + span:before {
    margin-right: 8px;
  }
  .control-grid {
    grid-template-columns: 1fr;
  }
  .contact-copy h2 {
    font-size: 31px;
  }
  .contact-card {
    padding: 25px 16px;
  }
}

/* Texto de contenido legible; la miniatura del hero es sólo ilustrativa. */
.section .eyebrow,
.contact-copy .eyebrow,
.scope-index,
.tiny-tag,
.step-tag {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.pain-question {
  font-size: 14px;
}
.pain-card > p:last-of-type,
.scope-panel > p,
.steps p,
.control-grid p,
.faq-intro,
.faq-list details > p {
  font-size: 16px;
}
.pain-solution p,
.check-list li,
.platform-bottom p,
.mobile-note p {
  font-size: 14px;
}
.demo-label,
.demo-table-heading,
.demo-heading div > span,
.demo-document div > span,
.demo-status,
.demo-note p,
.demo-disclaimer {
  font-size: 12px;
}
.demo-document strong {
  font-size: 14px;
}
.demo-disclaimer {
  line-height: 1.6;
}
.form-description,
.contact-form label {
  font-size: 14px;
}
.contact-form input,
.contact-form select {
  font-size: 16px;
}
.form-privacy,
.contact-subline,
.footer-meta,
.footer-meta > a {
  font-size: 12px;
}
.steps p {
  min-height: 144px;
}
.demo-label {
  font-size: 11px;
  letter-spacing: 0;
}
.demo-heading div > span {
  font-size: 10px;
}
.scope-panel {
  min-height: 355px;
}
.demo-note p {
  min-height: 62px;
}
@media (max-width: 900px) {
  .steps p {
    min-height: 190px;
  }
  .scope-panel {
    min-height: 310px;
  }
}
@media (max-width: 600px) {
  .section .eyebrow,
  .contact-copy .eyebrow {
    font-size: 11px;
  }
  .section-number {
    font-size: 11px;
  }
  .demo-document > div {
    flex-basis: calc(100% - 36px);
  }
  .demo-status {
    margin-left: 33px;
  }
  .demo-note p {
    min-height: 0;
  }
  .demo-heading div > span {
    font-size: 10px;
  }
  .demo-label {
    font-size: 10px;
  }
  .demo-disclaimer {
    font-size: 11px;
  }
  .platform-bottom p {
    font-size: 14px;
  }
  .step-tag {
    font-size: 11px;
  }
  .steps p {
    min-height: 0;
  }
  .scope-panel {
    min-height: 360px;
  }
  .contact-form label {
    font-size: 14px;
  }
  .form-privacy {
    font-size: 12px;
  }
  .contact-subline {
    font-size: 12px;
  }
  .footer-meta {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
/* Sin JavaScript siguen disponibles navegación, lectura y enlace directo a WhatsApp. */
body:not(.js-ready) .tab-list {
  display: none;
}
@media (max-width: 1000px) {
  body:not(.js-ready) .menu-toggle {
    display: none;
  }
  body:not(.js-ready) .header-inner {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding-block: 18px;
  }
  body:not(.js-ready) nav {
    display: flex;
    position: static;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
  }
}

/* Catálogo editorial: contenido completo en HTML, filtros progresivos. */
.document-catalog {
  background: #f4f7f2;
  color: var(--ink);
}
.document-catalog .eyebrow {
  color: #506046;
}
.document-catalog .section-heading > p {
  color: #596358;
}
.catalog-intro {
  padding: 24px 28px;
  border-left: 3px solid #729032;
  background: #e9eede;
  margin: 38px 0 30px;
}
.catalog-intro strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.catalog-intro p {
  font-size: 14px;
  max-width: 1030px;
  color: #4b5746;
}
.catalog-controls {
  display: none;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 18px;
  align-items: end;
  margin: 35px 0 18px;
}
.js-ready .catalog-controls {
  display: grid;
}
.catalog-controls label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 9px;
}
.catalog-controls input,
.catalog-controls select {
  width: 100%;
  min-width: 0;
  height: 52px;
  background: white;
  border: 1px solid #abb7a6;
  border-radius: 7px;
  padding: 10px 13px;
  color: var(--ink);
  color-scheme: light;
}
.catalog-controls input::placeholder {
  color: #697365;
}
.catalog-controls button {
  min-height: 52px;
  border: 1px solid #abb7a6;
  background: transparent;
  border-radius: 7px;
  color: #33442b;
  padding: 10px 18px;
  font-size: 14px;
}
.catalog-controls button:hover {
  background: #e3eadc;
}
.catalog-result {
  font-size: 14px;
  font-weight: 700;
  min-height: 23px;
  margin-bottom: 10px;
}
.catalog-legend,
.catalog-noscript {
  font-size: 13px;
  color: #57624f;
  margin-bottom: 26px;
}
.catalog-group {
  border-top: 1px solid #bec8b6;
}
.catalog-group:last-child {
  border-bottom: 1px solid #bec8b6;
}
.catalog-group summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 24px 8px;
  cursor: pointer;
}
.catalog-group summary::-webkit-details-marker {
  display: none;
}
.catalog-group summary:hover {
  color: #537120;
}
.catalog-index {
  font: 13px monospace;
  color: #6a7c5b;
}
.catalog-group h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.45px;
  flex: 1;
}
.catalog-count {
  font: 12px/1.4 monospace;
  color: #5f6d54;
  white-space: nowrap;
}
.catalog-plus {
  font-size: 27px;
  width: 20px;
  text-align: center;
  transition: transform 0.2s;
}
.catalog-group[open] .catalog-plus {
  transform: rotate(45deg);
}
.catalog-group-body {
  padding: 0 50px 24px;
}
.catalog-group-note {
  color: #5c6756;
  font-size: 14px;
  margin-bottom: 22px;
  max-width: 850px;
}
.catalog-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.catalog-items li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid #d8dfd1;
}
.catalog-items h4 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  margin: 0;
}
.catalog-items p {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 6px;
  color: #626d5b;
}
.cycle-label {
  color: #4b603a;
  font: 10px/1.5 monospace;
  background: #e2ead7;
  padding: 4px 7px;
  border-radius: 3px;
  white-space: nowrap;
  margin-top: 1px;
}
.catalog-group-sources {
  font-size: 12px;
  margin-top: 18px;
  color: #67755c;
}
.catalog-group-sources a,
.catalog-update a,
.catalog-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.catalog-empty {
  border: 1px dashed #a8b89a;
  border-radius: 8px;
  text-align: center;
  padding: 35px;
  margin-block: 25px;
}
.catalog-update {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: start;
  gap: 35px;
  margin: 40px 0;
  padding: 26px;
  background: #e9eede;
}
.catalog-update .tiny-tag {
  color: #455d32;
  border-color: #abbc95;
  line-height: 1.7;
  padding: 7px 10px;
}
.catalog-update p {
  font-size: 13px;
  color: #4b5746;
}
.catalog-sources {
  color: #56624d;
  font-size: 13px;
  border-top: 1px solid #c4cdba;
  padding-top: 20px;
}
.catalog-sources summary {
  cursor: pointer;
  font-weight: 700;
}
.catalog-sources summary span {
  float: right;
  font-weight: 400;
}
.catalog-sources > p {
  margin-top: 20px;
  max-width: 940px;
}
.catalog-sources ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 40px;
  padding-left: 20px;
  margin-top: 25px;
}
.catalog-sources li:target {
  background: #b6ed80;
  color: #172012;
}
.expiry-section {
  background: #20271f;
}
.expiry-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.expiry-layout h2 {
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.06;
}
.expiry-layout h2 span {
  color: var(--accent);
}
.expiry-layout > div > p:not(.eyebrow) {
  color: #b4c0ab;
  max-width: 450px;
  margin-block: 26px;
}
.expiry-layout .text-link {
  font-size: 14px;
}
.expiry-panel {
  border: 1px solid #4c5b40;
  border-radius: 16px;
  padding: 35px;
  background: #283224;
}
.expiry-panel ol {
  list-style: none;
  margin: 26px 0;
  padding: 0;
}
.expiry-panel li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 26px;
}
.expiry-panel li > span {
  font: 12px monospace;
  color: var(--accent);
  background: #3b4b30;
  padding: 8px;
  border-radius: 5px;
}
.expiry-panel h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 4px 0 10px;
}
.expiry-panel li p {
  color: #bdc9b3;
  font-size: 14px;
}
.expiry-layout .expiry-panel .expiry-note {
  font-size: 12px;
  margin: 25px 0 0;
  padding-top: 20px;
  border-top: 1px solid #506043;
  line-height: 1.8;
}
.expiry-note strong {
  color: #b6ed80;
  display: block;
  margin-bottom: 5px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1000px) {
  .catalog-controls {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-controls button {
    grid-column: 1/-1;
    justify-self: start;
    min-height: 42px;
  }
  .catalog-group-body {
    padding-inline: 10px;
  }
  .catalog-items {
    gap: 0 25px;
  }
  .expiry-layout {
    gap: 35px;
  }
  .expiry-panel {
    padding: 25px;
  }
}
@media (max-width: 700px) {
  .catalog-controls,
  .catalog-items,
  .catalog-sources ul,
  .catalog-update,
  .expiry-layout {
    grid-template-columns: 1fr;
  }
  .catalog-controls {
    gap: 14px;
  }
  .catalog-controls button {
    justify-self: stretch;
  }
  .catalog-intro {
    padding: 20px;
  }
  .catalog-group summary {
    padding: 22px 0;
    gap: 12px;
    flex-wrap: wrap;
  }
  .catalog-group h3 {
    font-size: 19px;
    flex-basis: calc(100% - 65px);
  }
  .catalog-count {
    margin-left: 28px;
  }
  .catalog-plus {
    margin-left: auto;
    line-height: 20px;
  }
  .catalog-group-body {
    padding-inline: 0;
  }
  .catalog-group-note {
    font-size: 13px;
  }
  .catalog-items li {
    padding-block: 16px;
  }
  .catalog-update {
    padding: 22px;
    gap: 16px;
  }
  .catalog-update .tiny-tag {
    justify-self: start;
  }
  .catalog-sources summary span {
    display: block;
    float: none;
    margin: 8px 0 0 17px;
  }
  .expiry-layout {
    gap: 38px;
  }
  .expiry-layout h2 {
    letter-spacing: -1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-plus {
    transition: none;
  }
}
/* La etiqueta editorial debe poder partirse en teléfonos de 320 px. */
.catalog-update > * {
  min-width: 0;
}
.catalog-update .tiny-tag {
  max-width: 100%;
  white-space: normal;
}

/* Cifrado: mensaje comercial con alcance técnico visible. */
.hero-security {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 23px;
  color: #c4d4b8;
  font-size: 13px;
  line-height: 1.65;
}
.hero-security > span:first-child {
  color: var(--accent);
  font-size: 20px;
}
.hero-security:hover {
  color: var(--accent);
}
.control-intro h2 > span {
  color: var(--accent);
}
.control-grid .encryption-card {
  border-top-color: #a5c458;
}
.encryption-card .control-marker {
  color: var(--accent);
}
.encryption-card strong {
  color: #ddeccf;
  font-weight: 600;
}
.security-scope {
  margin-top: 48px;
  padding: 24px 28px;
  border: 1px solid #43503b;
  border-radius: 10px;
  background: #1e261b;
}
.security-scope p {
  color: #b2c0a6;
  font-size: 13px;
  line-height: 1.85;
  max-width: 1000px;
}
.security-scope strong {
  color: #e2ebd9;
}
.security-scope a {
  display: inline-block;
  color: var(--accent);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 12px;
}
@media (max-width: 600px) {
  .hero-security {
    font-size: 12px;
    gap: 7px;
    align-items: flex-start;
  }
  .security-scope {
    padding: 21px 19px;
    margin-top: 30px;
  }
}

.control-layout > * {
  min-width: 0;
}

/* Contacto comercial directo: sin formulario ni terceros. */
.contact-topics {
  list-style: none;
  margin-top: 28px;
  padding: 0;
}
.contact-topics li {
  border-top: 1px solid #10141326;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}
.contact-topics li::before {
  content: "↗";
  margin-right: 10px;
}
.email-card {
  background: #f4f6f1;
  border: 1px solid #10141320;
  border-radius: 12px;
  padding: 34px;
  min-width: 0;
  align-self: center;
}
.email-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #10141335;
  border-radius: 50%;
  font-size: 26px;
  margin-bottom: 24px;
}
.email-card .eyebrow {
  color: #435444;
  margin-bottom: 12px;
}
.email-card h3 {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: -1px;
  color: #101413;
}
.email-card > p:not(.eyebrow) {
  color: #435444;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 16px;
}
.email-address {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
  letter-spacing: -0.5px;
  margin: 24px 0;
  color: #101413;
  overflow-wrap: anywhere;
  text-underline-offset: 5px;
}
.email-address:hover {
  text-decoration: underline;
}
.email-card .button {
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}
.email-card > .email-help {
  font-size: 12px;
}
@media (max-width: 600px) {
  .email-card {
    padding: 24px 20px;
  }
}
