/* GENERADO. No edites este fichero.
   La hoja con los comentarios es lapsor.fuente.css; al terminar, ejecuta
   python genera_css.py, que regenera esto y actualiza el ?v= de las 54
   paginas con el hash del contenido. */
:root {
  --lp-petrol: #013F4A;
  --lp-turq: #14B8A6;
  --lp-turq-dark: #0B7A6E;
  --lp-turq-ink: #0B6B60;
  --lp-turq-soft: #E6F7F4;
  --lp-bone: #F4F3EF;
  --lp-gap: 0.75rem;

  --lp-h2: clamp(1.9rem, 1.3rem + 1.9vw, 2.5rem);
  --lp-band-y: 6rem;
  --lp-radius: 0px;
  --lp-read: 46rem;
}
@media (max-width: 900px) {
  :root { --lp-band-y: 3rem; }
}

.lp-section {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.lp-section + .lp-section { margin-top: 1rem; }

.lp-head { display: flex; flex-direction: column; gap: 0.75rem; max-width: 46rem; }
.lp-head--center { margin-inline: auto; text-align: center; }

.lp-kicker {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-turq-ink);
  margin: 0;
}
.lp-h1 {
  font-size: clamp(2rem, 1.3rem + 2.6vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--color-fg);
  margin: 0;
}
.lp-h2 {
  font-size: var(--lp-h2);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
  text-wrap: balance;
  color: var(--color-fg);
  margin: 0;
}
.lp-h3 { font-size: 1.25rem; font-weight: 700; color: var(--color-fg); margin: 0; }
.lp-lead {
  font-size: 1.0625rem; line-height: 1.6; font-weight: 500;
  color: var(--color-fg); margin: 0; max-width: var(--lp-read);
}
.lp-note { font-size: 0.875rem; color: var(--color-fg-muted); margin: 0; }

.lp-grid { display: grid; gap: var(--lp-gap); }
.lp-grid--2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.lp-grid--3 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.lp-grid--4 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.lp-grid--5 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 640px) {
  .lp-grid--2, .lp-grid--3, .lp-grid--4, .lp-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 960px) {
  .lp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lp-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.lp-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  border: 1px solid var(--color-border-default);
  border-radius: var(--lp-radius);
  background: var(--color-surface);
}
.lp-card--plain { background: #fff; }
.lp-card__index {
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem;
  color: var(--lp-turq-ink);
  letter-spacing: 0.08em;
}
.lp-card p { margin: 0; font-size: 0.9375rem; line-height: 1.5; color: var(--color-fg); }
.lp-card__foot {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border-default);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.lp-card__label {
  font-family: var(--font-mono), monospace;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-fg-subtitle);
}

.lp-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.625rem; }
.lp-checks li {
  position: relative;
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--color-fg);
}
.lp-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 1rem;
  height: 1rem;
  background: no-repeat center/0.7rem 0.7rem
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9L7.5 12.75L15 5.25' stroke='%230B6B60' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: var(--lp-turq-soft);
  border-radius: 50%;
}

.lp-tablewrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--color-border-default);
  border-radius: var(--lp-radius);
  background: #fff;
}
.lp-table { width: 100%; border-collapse: collapse; min-width: 44rem; }
.lp-table th, .lp-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-bottom: 1px solid var(--color-border-default);
}
.lp-table thead th {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-fg-subtitle);
  font-weight: 500;
  background: var(--color-surface);
  white-space: nowrap;
}
.lp-table tbody tr:last-child td { border-bottom: 0; }
.lp-table td:first-child { font-weight: 500; color: var(--color-fg); }
.lp-ref { font-family: var(--font-mono), monospace; font-size: 0.8125rem; color: var(--lp-turq-ink); white-space: nowrap; }
.lp-score {
  font-family: var(--font-mono), monospace;
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background: var(--lp-turq-soft);
  color: var(--lp-turq-ink);
  font-size: 0.8125rem;
}

.lp-faq { border: 1px solid var(--color-border-default); border-radius: var(--lp-radius); background: #fff; }
.lp-faq details { border-bottom: 1px solid var(--color-border-default); }
.lp-faq details:last-child { border-bottom: 0; }
.lp-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.125rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-fg);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "";
  width: 0.75rem; height: 0.75rem;
  flex: none;
  border-right: 2px solid var(--lp-turq-dark);
  border-bottom: 2px solid var(--lp-turq-dark);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.lp-faq details[open] summary::after { transform: rotate(-135deg); }
.lp-faq p { margin: 0; padding: 0 1.25rem 1.25rem; font-size: 0.9375rem; line-height: 1.6; color: var(--color-fg); }

.lp-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 2rem 1.75rem;
  border: 1px solid var(--color-border-default);
  border-radius: var(--lp-radius);
  background: linear-gradient(160deg, var(--lp-turq-soft) 0%, #fff 70%);
}
@media (min-width: 768px) {
  .lp-cta { flex-direction: row; align-items: center; justify-content: space-between; padding: 2.25rem 2.5rem; }
}
.lp-cta__text { display: flex; flex-direction: column; gap: 0.4rem; }

.lp-surface {
  display: flex;
  gap: 0.875rem;
  padding: 1rem 1.125rem;
  border: 1px solid var(--color-border-default);
  border-radius: 10px;
  background: #fff;
  align-items: flex-start;
}
.lp-surface__n {
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem;
  color: var(--lp-turq-dark);
  padding-top: 0.15rem;
  flex: none;
}
.lp-surface b { display: block; font-weight: 500; font-size: 0.9375rem; color: var(--color-fg); }
.lp-surface span { font-size: 0.8125rem; color: var(--color-fg-muted); }

.lp-prose { max-width: 46rem; display: flex; flex-direction: column; gap: 1rem; }
.lp-prose p, .lp-prose li { font-size: 0.9375rem; line-height: 1.65; color: var(--color-fg); }
.lp-prose h2 { font-size: 1.25rem; font-weight: 500; margin: 1rem 0 0; color: var(--color-fg); }
.lp-prose ul { margin: 0; padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.4rem; }

.lp-todo {
  background: #FFF7E6;
  border-bottom: 1px dashed #E0A93B;
  padding: 0 0.15em;
  border-radius: 2px;
}

.lp-dl { display: grid; gap: 0.75rem 1.5rem; margin: 0; }
@media (min-width: 640px) { .lp-dl { grid-template-columns: max-content 1fr; } }
.lp-dl dt {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-fg-subtitle);
  padding-top: 0.15rem;
}
.lp-dl dd { margin: 0; font-size: 0.9375rem; color: var(--color-fg); }

.lp-page {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding: 8rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 640px) { .lp-page { padding: 9rem 1.5rem 4.5rem; } }
@media (min-width: 1024px) { .lp-page { padding: 10rem 2rem 5rem; } }
.lp-hero { display: flex; flex-direction: column; gap: 1.25rem; max-width: 48rem; }
.lp-hero .lp-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.5rem; }

.lp-page, .lp-page * { text-align: left; }
.lp-page .lp-head--center, .lp-page .lp-head--center * { text-align: center; }

.lp-tags { display: flex; flex-wrap: wrap; gap: 0.375rem; margin: 0; padding: 0; list-style: none; }
.lp-tags li {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--color-surface);
  border: 1px solid var(--color-border-default);
  color: var(--color-fg-muted);
}
.lp-sev {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  white-space: nowrap;
}
.lp-sev--critica, .lp-sev--critical { background: #FDE7E7; color: #8E1B1B; }
.lp-sev--alta, .lp-sev--high { background: #FFEFDD; color: #8A4B08; }
.lp-sev--media, .lp-sev--medium { background: #FFF7DA; color: #7A5B06; }
.lp-sev--baja, .lp-sev--low { background: var(--lp-turq-soft); color: var(--lp-turq-ink); }

.lp-finding { display: flex; flex-direction: column; gap: 0.875rem; padding: 1.5rem;
  border: 1px solid var(--color-border-default); border-radius: var(--lp-radius); background: #fff; }
.lp-finding__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; }
.lp-finding__date { font-family: var(--font-mono), monospace; font-size: 0.6875rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-fg-subtitle); }
.lp-finding h3 { font-size: 1.125rem; font-weight: 500; margin: 0; color: var(--color-fg); line-height: 1.35; }
.lp-finding p { margin: 0; font-size: 0.9375rem; line-height: 1.55; color: var(--color-fg); }
.lp-finding__impact { padding-top: 0.75rem; border-top: 1px solid var(--color-border-default); }
.lp-finding__impact b { display: block; font-family: var(--font-mono), monospace; font-size: 0.625rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-fg-subtitle); margin-bottom: 0.3rem; font-weight: 500; }

.lp-success {
  display: flex; flex-direction: column; gap: 1rem; align-items: flex-start;
  padding: 2rem 1.75rem; border-radius: var(--lp-radius);
  background: var(--lp-petrol); color: #fff;
}
@media (min-width: 768px) { .lp-success { flex-direction: row; align-items: center; justify-content: space-between; padding: 2.25rem 2.5rem; } }
.lp-success h2 { color: #fff; font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem); font-weight: 500; margin: 0; line-height: 1.2; }
.lp-success p { color: rgba(255,255,255,.78); font-size: 0.9375rem; margin: 0.4rem 0 0; }

.lp-stat { display: flex; flex-direction: column; gap: 0.35rem; padding: 1.5rem;
  border: 1px solid var(--color-border-default); border-radius: var(--lp-radius); background: var(--color-surface); }
.lp-stat b { font-size: 2.5rem; line-height: 1; font-weight: 500; color: var(--color-fg); }
.lp-stat span { font-size: 0.875rem; color: var(--color-fg-muted); line-height: 1.4; }

.lp-code { border: 1px solid var(--color-border-default); border-radius: 10px; background: #0a0a0a; overflow: hidden; }
.lp-code figcaption {
  font-family: var(--font-mono), monospace; font-size: 0.625rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: #7a7a74; padding: 0.6rem 1rem;
  border-bottom: 1px solid #1a1a1a; background: #111111;
}
.lp-code pre { margin: 0; padding: 1rem; overflow-x: auto; }
.lp-code code {
  font-family: var(--font-mono), monospace; font-size: 0.8125rem; line-height: 1.6;
  color: #c8c8c4; white-space: pre; display: block;
}
.lp-code .k { color: #2dd4bf; }
.lp-code .w { color: #f59e0b; }

.lp-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.lp-list li { position: relative; padding-left: 1.5rem; font-size: 0.9375rem; line-height: 1.55; color: var(--color-fg); }
.lp-list li::before {
  content: ""; position: absolute; left: 0.15rem; top: 0.6em;
  width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--lp-turq);
}
.lp-list b { font-weight: 500; }
.lp-list--warn li::before { background: #f59e0b; }

.lp-callout {
  border-left: 3px solid var(--lp-turq); background: var(--lp-turq-soft);
  padding: 1rem 1.25rem; border-radius: 0 8px 8px 0;
}
.lp-callout p { margin: 0; font-size: 0.9375rem; line-height: 1.55; color: var(--color-fg); }
.lp-callout b { font-weight: 500; }

.lp-back { font-family: var(--font-mono), monospace; font-size: 0.75rem; color: var(--lp-turq-dark); text-decoration: none; }
.lp-back:hover { text-decoration: underline; }
.lp-refs { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.lp-refs li { font-family: var(--font-mono), monospace; font-size: 0.8125rem; color: var(--color-fg-muted); }

.lp-navcta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem 0.6rem 1.1rem;
  border-radius: 999px;
  background: var(--lp-petrol);
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.16s ease, transform 0.16s ease;
}
.lp-navcta:hover { background: var(--lp-turq-dark); transform: translateY(-1px); }
.lp-navcta__dot {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.4rem; height: 1.4rem; border-radius: 999px;
  background: var(--lp-turq); color: var(--lp-petrol);
}
.lp-navcta__dot svg { width: 0.85rem; height: 0.85rem; }

.lp-heroform {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  padding: 0.7rem;
  border-radius: 16px;
  background: var(--lp-petrol);
  box-shadow: 0 18px 44px -22px rgba(1, 63, 74, 0.65);
}
@media (min-width: 900px) {
  .lp-heroform { grid-template-columns: 1fr 1fr auto; align-items: center; }
}
.lp-heroform input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 0.9375rem;
  outline: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.lp-heroform input::placeholder { color: rgba(255, 255, 255, 0.5); }
.lp-heroform input:focus {
  border-color: var(--lp-turq);
  background: rgba(255, 255, 255, 0.1);
}
.lp-heroform button {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.9rem 1.4rem;
  border: 0; border-radius: 10px;
  background: var(--lp-turq);
  color: var(--lp-petrol);
  font: inherit; font-size: 0.9375rem; font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.lp-heroform button:hover { background: #2dd4bf; }
.lp-heroform__note {
  grid-column: 1 / -1;
  margin: 0.15rem 0 0;
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}
.lp-heroform__msg { grid-column: 1 / -1; margin: 0; font-size: 0.875rem; color: #fff; }

.lp-pledges { display: grid; gap: 0; border-top: 1px solid var(--color-border-default); }
@media (min-width: 820px) { .lp-pledges { grid-template-columns: 1fr 1fr; column-gap: 3.5rem; } }
.lp-pledge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-border-default);
}
.lp-pledge__n {
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem;
  color: var(--lp-turq-dark);
  padding-top: 0.35rem;
  letter-spacing: 0.06em;
}
.lp-pledge h3 { grid-column: 2; margin: 0; font-size: 1.0625rem; font-weight: 500; color: var(--color-fg); line-height: 1.35; }
.lp-pledge p { grid-column: 2; margin: 0.4rem 0 0; font-size: 0.9375rem; line-height: 1.55; color: var(--color-fg-muted); }

.lp-strip {
  display: flex; flex-wrap: wrap; gap: 0.5rem 2rem;
  padding: 0.9rem 1.2rem;
  border-radius: 10px;
  background: var(--lp-turq-soft);
}
.lp-strip span {
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem; letter-spacing: 0.06em;
  color: var(--lp-turq-ink);
}

.lp-leadform [data-step="2"]:not([hidden]) { display: grid !important; align-items: end; }
.lp-leadform [data-note] { margin-top: -0.4rem; }

.lp-hero-kicker {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lp-turq-ink);
  margin: 0 0 1.25rem;
}
.lp-hero-h1 {
  font-size: clamp(2.6rem, 1.3rem + 5.2vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: var(--lp-petrol);
  margin: 0;
}
.lp-hero-h1 em { font-style: normal; color: var(--lp-turq-dark); }
.lp-hero-sub {
  margin: 1.5rem auto 0;
  max-width: 40rem;
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.1875rem);
  line-height: 1.5;
  color: #3f4a4c;
}
.lp-hero-sub b { color: var(--lp-petrol); font-weight: 600; }

.lp-heroform {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  max-width: 660px;
  margin-inline: auto;
  padding: 0.55rem;
  border: 1px solid rgba(1, 63, 74, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 46px -28px rgba(1, 63, 74, 0.42), 0 1px 2px rgba(1, 63, 74, 0.05);
}
@media (min-width: 860px) {
  .lp-heroform { grid-template-columns: 1fr 1fr auto; align-items: center; }
}
.lp-heroform input {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: var(--color-fg);
  font: inherit;
  font-size: 0.9375rem;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.lp-heroform input::placeholder { color: #8a938f; }
.lp-heroform input:hover { background: rgba(1, 63, 74, 0.03); }
.lp-heroform input:focus {
  background: #fff;
  border-color: var(--lp-turq);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.16);
}
.lp-heroform button {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.95rem 1.5rem;
  border: 0; border-radius: 9px;
  background: var(--lp-petrol);
  color: #fff;
  font: inherit; font-size: 0.9375rem; font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.lp-heroform button:hover { background: var(--lp-turq-dark); transform: translateY(-1px); }
.lp-heroform button:disabled { opacity: .6; cursor: default; transform: none; }
.lp-heroform__note {
  grid-column: 1 / -1;
  margin: 0.1rem 0 0.25rem;
  font-size: 0.75rem;
  color: #6b7472;
  text-align: center;
}
.lp-heroform__msg { grid-column: 1 / -1; margin: 0; font-size: 0.875rem; color: var(--color-fg); }

@media (min-width: 860px) {
  .lp-heroform [data-step="1"] > input + input { border-left: 1px solid rgba(1, 63, 74, .10); border-radius: 0 9px 9px 0; }
}

.lp-certs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding: 2.5rem 1.5rem;
  border: 1px solid var(--color-border-default);
  border-radius: 14px;
  background: #fff;
}
.lp-certs__head { text-align: center; max-width: 40rem; }
.lp-certs__head p:first-child {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--lp-turq-ink); margin: 0 0 0.6rem;
}
.lp-certs__head h2 { font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem); font-weight: 500; margin: 0; color: var(--color-fg); }
.lp-certs__head p:last-child { margin: 0.6rem 0 0; font-size: 0.9375rem; color: var(--color-fg-muted); }
.lp-certs__row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1.25rem 2.25rem;
}
.lp-certs__row img {
  height: 108px; width: auto;
  transition: transform 0.18s ease;
}
.lp-certs__row a:hover img, .lp-certs__row img:hover { transform: translateY(-3px); }
.lp-certs__foot {
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem; letter-spacing: 0.08em;
  color: var(--color-fg-subtitle); text-align: center; margin: 0;
}

.lp-scope {
  display: flex; flex-direction: column; gap: 1.5rem;
  padding: 2rem 1.75rem;
  border: 1px solid var(--color-border-default);
  border-radius: 14px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(20,184,166,.13) 0%, rgba(20,184,166,0) 58%),
    #fff;
}
@media (min-width: 900px) { .lp-scope { padding: 2.25rem 2.5rem; } }
.lp-scope__top { display: flex; flex-direction: column; gap: .75rem; }
@media (min-width: 900px) {
  .lp-scope__top { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 2rem; }
  .lp-scope__top > div { max-width: 34rem; }
}
.lp-scope h2 { font-size: clamp(1.3rem, 1.05rem + 1vw, 1.9rem); font-weight: 500; margin: 0; color: var(--color-fg); letter-spacing: -.01em; }
.lp-scope p { margin: .5rem 0 0; font-size: .9375rem; color: var(--color-fg-muted); }
.lp-scope__grid {
  display: grid; gap: .5rem;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
@media (min-width: 700px) { .lp-scope__grid { grid-template-columns: repeat(5, minmax(0,1fr)); } }
.lp-scope__grid span i {
  font-style: normal;
  font-family: var(--font-mono), monospace;
  font-size: .625rem; color: var(--lp-turq-dark);
}

.lp-pledge, .lp-pledge h3, .lp-pledge p,
.lp-scope, .lp-scope h2, .lp-scope p, .lp-scope__grid span,
.lp-strip, .lp-strip span { text-align: left; }
.lp-certs__head, .lp-certs__head h2, .lp-certs__head p, .lp-certs__foot { text-align: center; }

.lp-creds { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; width: 100%; }
.lp-creds__lead {
  margin: 0;
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-fg-subtitle);
  text-align: center;
}
.lp-creds__row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch;
  gap: 0.5rem 0;
}
.lp-creds__item {
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  padding: 0.35rem 1.6rem;
  border-left: 1px solid var(--color-border-default);
}
.lp-creds__item:first-child { border-left: 0; }
@media (max-width: 720px) {
  .lp-creds__item { border-left: 0; padding: 0.35rem 1rem; }
}
.lp-creds__code {
  font-family: var(--font-mono), monospace;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lp-petrol);
  line-height: 1.1;
}
.lp-creds__by {
  font-size: 0.6875rem;
  color: var(--color-fg-muted);
  letter-spacing: 0.02em;
}
.lp-creds__note { margin: 0; font-size: 0.75rem; color: var(--color-fg-subtitle); text-align: center; }

.lp-marquee { width: 100%; display: flex; flex-direction: column; gap: 1.1rem; }
.lp-marquee__lead {
  margin: 0;
  font-family: var(--font-mono), monospace;
  font-size: 0.6875rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--color-fg-subtitle); text-align: center;
}
.lp-marquee__row { position: relative; overflow: hidden; }
.lp-marquee__row::before,
.lp-marquee__row::after {
  content: ""; position: absolute; top: 0; z-index: 2;
  height: 100%; width: 48px; pointer-events: none;
  background: linear-gradient(to right, #fff, #fff0);
}
.lp-marquee__row::before { left: 0; }
.lp-marquee__row::after { right: 0; transform: scaleX(-1); }
@media (min-width: 1024px) {
  .lp-marquee__row::before, .lp-marquee__row::after { width: 96px; }
}
.lp-marquee__track {
  display: flex; width: max-content; align-items: center;
  gap: 3.5rem; padding: 0.35rem 0;
  animation: lp-slide 42s linear infinite;
}
.lp-marquee__row:hover .lp-marquee__track { animation-play-state: paused; }
@keyframes lp-slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-marquee__track { animation: none; justify-content: center; flex-wrap: wrap; }
}
.lp-marquee__track img {
  flex: 0 0 auto;
  height: 46px; width: auto; max-width: 190px;
  object-fit: contain;
  opacity: 0.82;
  filter: saturate(0.9);
  transition: opacity 0.2s ease, filter 0.2s ease;
  -webkit-user-drag: none; user-select: none;
}
.lp-marquee__track img:hover { opacity: 1; filter: none; }
.lp-marquee__note { margin: 0; font-size: 0.75rem; color: var(--color-fg-subtitle); text-align: center; }

.h-13 { height: 3.25rem; }
@media (max-width: 640px) { .h-13 { height: 2.5rem; } }

.lp-marquee__track img { height: 44px; max-width: 200px; }
.lp-marquee__track img.is-badge { height: 62px; max-width: 90px; }
.lp-marquee__track img.is-word  { height: 30px; max-width: 190px; }

.lp-marquee__track { gap: 0; }
.lp-marquee__track img { margin-right: 3.5rem; }

.lp-certs-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.lp-marquee__row::before,
.lp-marquee__row::after { background: none; }

.lp-marquee__row {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.lp-marquee__row::before, .lp-marquee__row::after { display: none; }

.lp-marquee { gap: 1.4rem; }
.lp-marquee__lead { font-size: 0.75rem; letter-spacing: 0.18em; }
.lp-marquee__track img { height: 58px; max-width: 240px; margin-right: 4.25rem; }
.lp-marquee__track img.is-badge { height: 82px; max-width: 118px; }
.lp-marquee__track img.is-word  { height: 40px; max-width: 250px; }
.lp-marquee__note { font-size: 0.8125rem; }

.lp-verify {
  display: flex; flex-direction: column; align-items: center; gap: 1.1rem;
  width: 100%; max-width: 480px; margin-inline: auto;
  padding: 1.75rem 1.75rem 1.5rem;
  border: 1px solid rgba(1, 63, 74, .10);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 54px -30px rgba(1, 63, 74, .45);
  text-align: center;
}

.lp-verify__icon {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--lp-turq-soft); color: var(--lp-turq-ink);
}
.lp-verify__icon svg { width: 22px; height: 22px; }
.lp-verify h1 { margin: 0; font-size: 1.0625rem; font-weight: 600; color: var(--color-fg); }
.lp-verify p { margin: 0; font-size: .875rem; line-height: 1.5; color: var(--color-fg-muted); }
.lp-verify p b { color: var(--color-fg); font-weight: 600; overflow-wrap: anywhere; white-space: nowrap; }

.lp-verify__btn {
  width: 100%;
  padding: .9rem 1.25rem; border: 0; border-radius: 10px;
  background: var(--lp-petrol); color: #fff;
  font: inherit; font-size: .9375rem; font-weight: 600; cursor: pointer;
  transition: background-color .15s ease;
}
.lp-verify__btn:hover:not(:disabled) { background: var(--lp-turq-dark); }
.lp-verify__btn:disabled { opacity: .55; cursor: default; }

.lp-verify__links { display: flex; gap: 1.25rem; justify-content: center; }
.lp-verify__links button {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; font-size: .8125rem; color: var(--color-fg-muted); text-decoration: underline;
}
.lp-verify__links button:hover { color: var(--lp-turq-dark); }
.lp-verify__msg { font-size: .8125rem; min-height: 1.1em; }
.lp-verify__msg.is-error { color: #c33; }

form[data-lead-form].is-verifying > *:not(.lp-verify) { display: none !important; }
form[data-lead-form].is-verifying {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  backdrop-filter: none !important;
  max-width: none !important;
}

.lp-otp { display: flex; gap: .5rem; justify-content: center; width: 100%; }
.lp-otp input {
  width: 3rem; height: 3.6rem;
  border: 1.5px solid var(--color-border-default);
  border-radius: 12px;
  background: #fff;
  font-family: var(--font-mono), monospace;
  font-size: 1.375rem; font-weight: 600; text-align: center;
  color: var(--color-fg);
  outline: none;
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
  -moz-appearance: textfield;
}
.lp-otp input::-webkit-outer-spin-button,
.lp-otp input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.lp-otp input:hover { border-color: #c9d3d1; }
.lp-otp input:focus {
  border-color: var(--lp-turq);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, .15);
  transform: translateY(-1px);
}
.lp-otp input.is-filled { border-color: var(--lp-petrol); }
.lp-otp.is-error input { border-color: #d94b4b; }
.lp-otp.is-error { animation: lp-shake .32s ease; }
@keyframes lp-shake {
  0%,100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}
@media (prefers-reduced-motion: reduce) { .lp-otp.is-error { animation: none; } }
@media (max-width: 420px) {
  .lp-otp { gap: .35rem; }
  .lp-otp input { width: 2.6rem; height: 3.1rem; font-size: 1.15rem; }
}

.lp-verify__btn:disabled { background: var(--color-surface); color: var(--color-fg-muted); }

.lp-ask {
  width: 100%; max-width: 620px; margin: 2.25rem auto 0;
  padding: 1.6rem 1.6rem 1.35rem;
  border: 1px solid rgba(1, 63, 74, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  box-shadow: 0 26px 60px -34px rgba(1, 63, 74, .5), 0 1px 2px rgba(1, 63, 74, .04);
  text-align: left;
}
.lp-ask__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-mono), monospace;
  font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--lp-turq-ink);
}
.lp-ask__fields { display: grid; gap: .6rem; }
@media (min-width: 620px) { .lp-ask__fields { grid-template-columns: 1fr 1fr; } }
.lp-ask input {
  width: 100%; padding: .92rem 1rem;
  border: 1px solid var(--color-border-default); border-radius: 11px;
  background: #fff; font: inherit; font-size: .9375rem; color: var(--color-fg);
  outline: none; transition: border-color .14s ease, box-shadow .14s ease;
}
.lp-ask input::placeholder { color: #97a09c; }
.lp-ask input:focus { border-color: var(--lp-turq); box-shadow: 0 0 0 3px rgba(20,184,166,.15); }
.lp-ask__btn {
  width: 100%; margin-top: .6rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 1rem 1.25rem; border: 0; border-radius: 11px;
  background: var(--lp-petrol); color: #fff;
  font: inherit; font-size: .9688rem; font-weight: 600; cursor: pointer;
  transition: background-color .15s ease, transform .15s ease;
}
.lp-ask__btn:hover:not(:disabled) { background: var(--lp-turq-dark); transform: translateY(-1px); }
.lp-ask__btn:disabled { opacity: .6; cursor: default; transform: none; }
.lp-ask__points {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem;
  margin: 1.05rem 0 0; padding: .9rem 0 0;
  border-top: 1px solid var(--color-border-default);
  list-style: none;
}
.lp-ask__points li {
  display: flex; align-items: center; gap: .4rem;
  font-size: .8125rem; color: var(--color-fg-muted);
}
.lp-ask__points svg { width: .95rem; height: .95rem; color: var(--lp-turq-dark); flex: none; }

.hero-h1-lg { font-size: clamp(2.6rem, 1.6rem + 3.4vw, 4.25rem) !important; line-height: 1.04 !important;
              letter-spacing: -.03em !important; font-weight: 700 !important; }
.hero-sub-lg { font-size: clamp(1.0625rem, .98rem + .45vw, 1.3125rem) !important; line-height: 1.5 !important;
               max-width: 42rem; margin-inline: auto !important; color: #3f4a4c !important; }

.lp-marquee__track a {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  margin-right: 4.25rem;
  text-decoration: none;
  transition: transform .22s cubic-bezier(.2,.8,.3,1);
}
.lp-marquee__track a:last-child { margin-right: 4.25rem; }
.lp-marquee__track a img { margin-right: 0; }
.lp-marquee__track a:hover { transform: scale(1.16); z-index: 3; }
.lp-marquee__track a:hover img { opacity: 1; filter: none; }
.lp-marquee__track a:focus-visible { outline: 2px solid var(--lp-turq); outline-offset: 6px; border-radius: 8px; }
@media (prefers-reduced-motion: reduce) { .lp-marquee__track a:hover { transform: none; } }
.hero-sub-lg { margin-top: 1.15rem !important; }

.lp-hero-cta { display: flex; flex-direction: column; align-items: center; gap: .95rem; margin-top: 2.1rem; }
.lp-hero-cta__row { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.lp-hero-cta__note {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.1rem;
  margin: 0; list-style: none; padding: 0;
  font-size: .8125rem; color: var(--color-fg-muted);
}
.lp-hero-cta__note li { display: flex; align-items: center; gap: .35rem; }
.lp-hero-cta__note svg { width: .9rem; height: .9rem; color: var(--lp-turq-dark); flex: none; }
@media (prefers-reduced-motion: reduce) { .lp-hero-cta a:hover { transform: none; } }

.lp-band {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(1, 63, 74, .10);
  background:
    radial-gradient(90% 150% at 88% 10%, rgba(20, 184, 166, .30) 0%, rgba(20, 184, 166, 0) 62%),
    radial-gradient(70% 130% at 6% 92%, rgba(1, 63, 74, .16) 0%, rgba(1, 63, 74, 0) 60%),
    linear-gradient(112deg, #f7fbfa 0%, #e9f6f3 46%, #d6efe9 100%);
}

.lp-band::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  opacity: .5;
  background-image: radial-gradient(rgba(1, 63, 74, .07) .5px, transparent .5px);
  background-size: 4px 4px;
}
.lp-band > * { position: relative; z-index: 1; }
.lp-band h2 { color: var(--lp-petrol) !important; letter-spacing: -.015em; }
.lp-band p { color: #3f4a4c !important; }

.lp-reasons { display: grid; gap: .75rem; width: 100%; }
@media (min-width: 900px) { .lp-reasons { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.lp-reason {
  display: flex; flex-direction: column; gap: .7rem;
  padding: 1.9rem 1.6rem;
  border: 1px solid var(--color-border-default);
  border-radius: 14px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.lp-reason:hover {
  border-color: rgba(20,184,166,.45);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -28px rgba(1,63,74,.4);
}
.lp-reason__n {
  font-family: var(--font-mono), monospace;
  font-size: .6875rem; letter-spacing: .14em; color: var(--lp-turq-dark);
}
.lp-reason h3 { margin: 0; font-size: 1.125rem; font-weight: 500; line-height: 1.35; color: var(--color-fg); }
.lp-reason p { margin: 0; font-size: .9375rem; line-height: 1.55; color: var(--color-fg-muted); }
.lp-reason__rule { height: 2px; width: 2.2rem; background: var(--lp-turq); border-radius: 2px; }

.lp-contact { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 900px) { .lp-contact { grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: 4rem; } }
.lp-contact__aside h1 { margin: 0; }
.lp-contact__list { list-style: none; margin: 2rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .95rem; }
.lp-contact__list li { display: flex; align-items: center; gap: .75rem; }
.lp-contact__list svg { width: 1.05rem; height: 1.05rem; color: var(--lp-turq-dark); flex: none; }
.lp-contact__list a, .lp-contact__list span {
  font-family: var(--font-mono), monospace; font-size: .875rem;
  color: var(--color-fg); text-decoration: none;
}
.lp-contact__list a:hover { color: var(--lp-turq-dark); text-decoration: underline; }

.lp-form { display: flex; flex-direction: column; gap: 1.05rem; }
.lp-form label { display: flex; flex-direction: column; gap: .4rem; }
.lp-form label > span {
  font-family: var(--font-mono), monospace; font-size: .6875rem;
  letter-spacing: .1em; color: var(--color-fg-subtitle);
}
.lp-form input, .lp-form textarea {
  width: 100%; padding: .92rem 1rem;
  border: 1px solid var(--color-border-default); border-radius: 11px;
  background: #fff; font: inherit; font-size: .9375rem; color: var(--color-fg);
  outline: none; transition: border-color .14s ease, box-shadow .14s ease;
}
.lp-form textarea { resize: vertical; min-height: 7rem; }
.lp-form input::placeholder, .lp-form textarea::placeholder { color: #97a09c; }
.lp-form input:focus, .lp-form textarea:focus {
  border-color: var(--lp-turq); box-shadow: 0 0 0 3px rgba(20,184,166,.15);
}
.lp-form__check { display: flex; align-items: flex-start; gap: .6rem; font-size: .8125rem; color: var(--color-fg-muted); }
.lp-form__check input { width: 1.05rem; height: 1.05rem; margin: .1rem 0 0; accent-color: var(--lp-turq); flex: none; padding: 0; }
.lp-form__check a { color: var(--lp-turq-dark); }

.lp-rule {
  height: 1px; width: 100%; border: 0; margin: 0;
  background: linear-gradient(to right, transparent, rgba(1, 63, 74, .12) 18%,
              rgba(1, 63, 74, .12) 82%, transparent);
}

.lp-frame { position: relative; }
.lp-frame::before, .lp-frame::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 1px; pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(1, 63, 74, .10) 12%,
              rgba(1, 63, 74, .10) 88%, transparent);
}
.lp-frame::before { left: 0; }
.lp-frame::after { right: 0; }
.lp-reason, .lp-reason h3, .lp-reason p, .lp-reason__n { text-align: left; }
.lp-contact__aside, .lp-contact__aside * , .lp-form, .lp-form * { text-align: left; }
.lp-form__send { text-align: center; }

.lp-chip {
  align-self: flex-start;
  padding: .3rem .7rem;
  border-radius: 999px;
  background: var(--lp-turq-soft);
  color: var(--lp-turq-ink);
  font-family: var(--font-mono), monospace;
  font-size: .625rem; letter-spacing: .14em; text-transform: uppercase;
}
.lp-stats { display: flex; gap: 2.5rem; margin-top: .35rem; }
.lp-stats div { display: flex; flex-direction: column; gap: .15rem; }
.lp-stats b {
  font-size: clamp(1.5rem, 1.2rem + .9vw, 2rem);
  font-weight: 600; line-height: 1; color: var(--lp-petrol); letter-spacing: -.02em;
}
.lp-stats span { font-size: .75rem; color: var(--color-fg-muted); }

.lp-panel {
  display: grid;
  place-items: center;
  min-height: 200px;
  padding: 1rem;
}
.lp-panel img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .lp-panel { padding: 1.5rem 1rem; }
  .lp-panel img { max-width: 380px; }
}

html { background-color: #fbfbfa; }
body, body.bg-white { background-color: transparent; position: relative; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(56% 44% at 2% -4%,   rgba(20,184,166,.07) 0%, rgba(20,184,166,0) 66%),
    radial-gradient(42% 38% at 98% 10%,  rgba(1,63,74,.05)   0%, rgba(1,63,74,0)   70%),
    radial-gradient(60% 46% at 86% 94%,  rgba(45,212,191,.05) 0%, rgba(45,212,191,0) 72%),
    radial-gradient(50% 40% at 10% 84%,  rgba(1,63,74,.03)   0%, rgba(1,63,74,0)   74%),
    radial-gradient(rgba(1,63,74,.03) .5px, transparent .5px) 0 0 / 22px 22px,
    url("/img/bg-pattern.svg") center / cover no-repeat;
}

.lp-hero-lines {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  width: 100%;
  aspect-ratio: 1920 / 1089;
  pointer-events: none;
  user-select: none;
  background: url("/img/bg-lines-left.svg") left top / auto 100% no-repeat;
  filter: blur(2.5px);
  opacity: .8;
  -webkit-mask-image:
    linear-gradient(to right, #000 0, rgba(0,0,0,.55) 24%, transparent 48%),
    linear-gradient(to bottom, #000 0, #000 76%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, #000 0, rgba(0,0,0,.55) 24%, transparent 48%),
    linear-gradient(to bottom, #000 0, #000 76%, transparent 100%);
  mask-composite: intersect;
}
@media (max-width: 768px) { .lp-hero-lines { opacity: .5; } }

body[data-home]::after {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: url("/img/bg-lines-left.svg") left top / auto 118% no-repeat;
  filter: blur(2.5px);
  opacity: .9;
  -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.6) 22%, transparent 46%);
  mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.6) 22%, transparent 46%);
}
@media (max-width: 768px) {
  body[data-home]::after { opacity: .55; }
}

.lp-footer { background: transparent; border: 0; }
.lp-footer::before {
  content: ""; display: block; height: 1px; width: 100%;
  margin-bottom: 2.25rem;
  background: linear-gradient(to right, transparent, rgba(1,63,74,.12) 15%,
              rgba(1,63,74,.12) 85%, transparent);
}
[data-footer-bg] { background: none !important; }

.lp-hero-cta a,
.lp-btn,
.lp-form__send,
.lp-act {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem 1.55rem;
  border: 0;
  border-radius: 10px;
  font-size: .9375rem;
  font-weight: 600;
  letter-spacing: -.005em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  isolation: isolate;
  transition: background-color .18s ease, color .18s ease,
              border-color .18s ease, transform .18s cubic-bezier(.2,.8,.3,1);
}

.lp-hero-cta a::after,
.lp-btn::after,
.lp-form__send::after,
.lp-act::after {
  content: "";
  position: absolute;
  inset: -6px;
  pointer-events: none;
  opacity: 0;
  transform: scale(.94);
  transition: opacity .2s ease, transform .26s cubic-bezier(.2,.9,.3,1.1);
  --e: var(--lp-turq);
  --l: 15px;
  --g: 1.6px;
  background:
    linear-gradient(var(--e), var(--e)) 0 0        / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 0 0        / var(--g) var(--l) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 0     / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 0     / var(--g) var(--l) no-repeat,
    linear-gradient(var(--e), var(--e)) 0 100%     / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 0 100%     / var(--g) var(--l) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 100%  / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 100%  / var(--g) var(--l) no-repeat;
}
.lp-hero-cta a:hover::after,
.lp-hero-cta a:focus-visible::after,
.lp-btn:hover::after,
.lp-btn:focus-visible::after,
.lp-form__send:hover:not(:disabled)::after,
.lp-form__send:focus-visible::after,
.lp-act:hover::after,
.lp-act:focus-visible::after { opacity: 1; transform: scale(1); }

.lp-hero-cta a:focus-visible,
.lp-btn:focus-visible,
.lp-form__send:focus-visible,
.lp-act:focus-visible { outline: none; }

.lp-hero-cta a svg,
.lp-btn svg,
.lp-form__send svg,
.lp-act svg { transition: transform .22s cubic-bezier(.2,.9,.3,1.1); }
.lp-hero-cta a:hover svg,
.lp-btn:hover svg,
.lp-form__send:hover:not(:disabled) svg,
.lp-act:hover svg { transform: translateX(4px); }

.lp-hero-cta .is-primary,
.lp-btn--primary,
.lp-form__send,
.lp-act--primary {
  background: var(--lp-petrol);
  color: #fff;
  box-shadow: 0 12px 26px -18px rgba(1, 63, 74, .85);
}
.lp-hero-cta .is-primary:hover,
.lp-btn--primary:hover,
.lp-form__send:hover:not(:disabled),
.lp-act--primary:hover {
  background: #02505e;
  color: #fff;
  transform: translateY(-2px);
}
.lp-hero-cta .is-primary:active,
.lp-btn--primary:active,
.lp-form__send:active:not(:disabled),
.lp-act--primary:active { transform: translateY(0); }

.lp-hero-cta .is-ghost,
.lp-btn--ghost,
.lp-act--ghost {
  background: rgba(255, 255, 255, .72);
  color: var(--lp-petrol);
  border: 1px solid rgba(1, 63, 74, .16);
  box-shadow: none;
  backdrop-filter: blur(6px);
}
.lp-hero-cta .is-ghost:hover,
.lp-btn--ghost:hover,
.lp-act--ghost:hover {
  background: #fff;
  border-color: rgba(20, 184, 166, .55);
  transform: translateY(-2px);
}

.lp-form__send { width: 100%; padding: 1.05rem 1.25rem; border-radius: 11px; }
.lp-form__send:disabled { opacity: .55; cursor: default; transform: none; }
.lp-form__send:disabled::after { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .lp-hero-cta a, .lp-btn, .lp-form__send, .lp-act,
  .lp-hero-cta a::after, .lp-btn::after, .lp-form__send::after, .lp-act::after { transition: none; }
  .lp-hero-cta a:hover, .lp-btn:hover, .lp-form__send:hover, .lp-act:hover { transform: none; }
}

.feature-card { position: relative; overflow: hidden; }

.feature-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(104deg,
    rgba(20,184,166,0)    44%,
    rgba(20,184,166,.07)  48%,
    rgba(20,184,166,.42) 49.5%,
    rgba(13,148,136,.62)  50%,
    rgba(20,184,166,.42) 50.5%,
    rgba(20,184,166,.07)  52%,
    rgba(20,184,166,0)    56%);
}
.feature-card.is-in::after { animation: lp-barrido 1.25s cubic-bezier(.36,.06,.28,1) both; }
@keyframes lp-barrido {
  0%   { opacity: 0; transform: translate3d(-102%, 0, 0); }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { opacity: 0; transform: translate3d(102%, 0, 0); }
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid transparent;
  opacity: 0;
}
.feature-card.is-in::before { animation: lp-filo 1.5s ease-out both; }
@keyframes lp-filo {
  0%   { opacity: 0; border-color: rgba(20,184,166,0); }
  30%  { opacity: 1; border-color: rgba(20,184,166,.55); }
  100% { opacity: 0; border-color: rgba(20,184,166,0); }
}

.lp-anim .lp-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.3,1);
  transition-delay: calc(.22s + var(--d, 0s));
}
.feature-card.is-in .lp-reveal { opacity: 1; transform: none; }

.lp-anim .lp-panel img {
  opacity: 0;
  transform: translateY(22px) scale(.965);
  transition: opacity .75s ease .34s, transform .75s cubic-bezier(.2,.8,.3,1) .34s;
}
.feature-card.is-in .lp-panel img { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .feature-card.is-in .lp-panel img { animation: lp-flota 7s ease-in-out 1.2s infinite; }
}
@keyframes lp-flota {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card::after, .feature-card::before { display: none; }
  .lp-reveal, .lp-panel img { opacity: 1; transform: none; transition: none; }
}

.lp-h2::before,
.lp-card > .lp-h3::before,
.feature-card h3::before {
  content: "";
  display: block;
  width: 4rem;
  height: .25rem;
  background: var(--lp-turq);
  margin-bottom: 1rem;
}
.lp-head--center .lp-h2::before,
.lp-h2--center::before { margin-inline: auto; }
.lp-h2--center { text-align: center; }

.lp-slab .lp-h2::before { background: var(--lp-turq); }

.lp-band-y { padding-block: var(--lp-band-y); }
.lp-band-y + .lp-band-y { padding-top: 0; }

.lp-slab {
  position: relative;
  background: var(--lp-petrol);
  padding-block: var(--lp-band-y);
  color: #fff;
  overflow: hidden;
}
.lp-slab::after {

  content: "";
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) .5px, transparent .5px);
  background-size: 4px 4px;
}
.lp-slab__in {
  position: relative; z-index: 1;
  width: 100%; max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.lp-slab__in > p,
.lp-slab__in h2,
.lp-slab__in .lp-kicker,
.lp-slab__text p { text-align: left; }
.lp-slab .lp-h2,
.lp-slab h2 { color: #fff; }
.lp-slab p { color: rgba(255,255,255,.82); font-weight: 500; }
.lp-slab .lp-kicker { color: #7fe3d5; }
.lp-slab .lp-lead { color: rgba(255,255,255,.82); }

.lp-slab--claim .lp-h2 {
  max-width: 34rem;
  font-size: clamp(1.7rem, 1.1rem + 2vw, 2.4rem);
  line-height: 1.25;
}

.lp-slab--cta .lp-slab__in {
  display: flex; flex-direction: column; gap: 1.75rem;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .lp-slab--cta .lp-slab__in {
    flex-direction: row; align-items: center; justify-content: space-between; gap: 3rem;
  }
}
.lp-slab--cta .lp-slab__text { display: flex; flex-direction: column; gap: .85rem; max-width: 40rem; }

.lp-slab .lp-btn--primary {
  background: var(--lp-turq); color: var(--lp-petrol);
}
.lp-slab .lp-btn--primary:hover { background: #fff; color: var(--lp-petrol); }

.lp-btn,
.lp-hero-cta a,
.lp-form__send,
.lp-act,
.lp-form input,
.lp-form textarea,
.lp-otp input,
.lp-faq,
.lp-tablewrap,
.lp-card { border-radius: 0; }
.lp-hero-cta .is-primary,
.lp-btn--primary,
.lp-form__send { box-shadow: none; }

.lp-prose p,
.lp-faq p,
.lp-head p { max-width: var(--lp-read); }
.lp-card p { max-width: 34rem; }

.lp-slab__link {
  display: inline-flex; align-items: center; gap: .5rem;
  color: #fff; text-decoration: none;
  font-size: .9375rem; font-weight: 600;
  padding-bottom: .35rem;
  border-bottom: 1px solid rgba(255,255,255,.35);
  transition: border-color .16s ease, color .16s ease;
}
.lp-slab__link:hover { color: #7fe3d5; border-bottom-color: #7fe3d5; }
.lp-slab__link svg { transition: transform .2s cubic-bezier(.2,.9,.3,1.1); }
.lp-slab__link:hover svg { transform: translateX(4px); }

.lp-main { gap: 0 !important; padding: 0 !important; max-width: none !important; }
.lp-main > section { width: 100%; }

.lp-sec { padding-block: var(--lp-band-y); }
.lp-sec__in {
  width: 100%; max-width: 80rem;
  margin-inline: auto; padding-inline: 1.5rem;
}
.lp-sec--narrow .lp-sec__in { max-width: 56rem; }
.lp-sec__head {
  display: flex; flex-direction: column; gap: 1.25rem;
  align-items: flex-start; margin-bottom: 3.5rem;
}
@media (min-width: 900px) {
  .lp-sec__head { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 3rem; }
}
.lp-sec__head > div { max-width: 46rem; }

.lp-sec__in p, .lp-sec__in h2, .lp-sec__in h3, .lp-sec__in li { text-align: left; }
.lp-sec__in .lp-h2--center { text-align: center; }

.lp-link {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--lp-petrol); text-decoration: none;
  font-size: .9375rem; font-weight: 600;
  padding-bottom: .3rem; border-bottom: 1px solid rgba(1,63,74,.25);
  white-space: nowrap;
  transition: color .16s ease, border-color .16s ease;
}
.lp-link:hover { color: var(--lp-turq-dark); border-bottom-color: var(--lp-turq); }
.lp-link svg { transition: transform .2s cubic-bezier(.2,.9,.3,1.1); }
.lp-link:hover svg { transform: translateX(4px); }

.lp-hero2 {
  position: relative; overflow: hidden;
  background:
    radial-gradient(70% 90% at 12% 0%, rgba(20,184,166,.16) 0%, rgba(20,184,166,0) 60%),
    linear-gradient(160deg, #013F4A 0%, #04303a 55%, #02222a 100%);
  padding-block: clamp(7rem, 5rem + 8vw, 11rem) clamp(4rem, 3rem + 4vw, 7rem);
}
.lp-hero2::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: url("/img/bg-lines-left.svg") left top / auto 130% no-repeat;
  opacity: .55; filter: blur(1.5px);
  -webkit-mask-image: linear-gradient(to right, #000 0, rgba(0,0,0,.5) 30%, transparent 58%);
  mask-image: linear-gradient(to right, #000 0, rgba(0,0,0,.5) 30%, transparent 58%);
}
.lp-hero2::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) .5px, transparent .5px);
  background-size: 4px 4px;
}
.lp-hero2__in {
  position: relative; z-index: 1;
  width: 100%; max-width: 80rem; margin-inline: auto; padding-inline: 1.5rem;
}
.lp-hero2__in .lp-kicker { color: #7fe3d5; text-align: left; }
.lp-hero2__h1 {
  margin: 1.1rem 0 0;
  max-width: 22ch;
  font-size: clamp(2.3rem, 1.4rem + 3.4vw, 4rem);
  line-height: 1.12; letter-spacing: -.02em; font-weight: 700;
  color: #fff; text-align: left; text-wrap: balance;
}
.lp-hero2__p {
  margin: 1.6rem 0 0; max-width: 46rem;
  font-size: clamp(1rem, .95rem + .35vw, 1.1875rem); line-height: 1.65; font-weight: 500;
  color: rgba(255,255,255,.8); text-align: left;
}
.lp-hero2__p strong { color: #fff; font-weight: 700; }
.lp-hero2__act { margin: 2.25rem 0 0; text-align: left; }
.lp-hero2 .lp-btn--primary { background: var(--lp-turq); color: var(--lp-petrol); }
.lp-hero2 .lp-btn--primary:hover { background: #fff; color: var(--lp-petrol); }

.lp-certs { background: #fff; border-bottom: 1px solid var(--color-border-default); }
.lp-certs .lp-certs-wrap { padding-block: 2.25rem 1.75rem; }

.lp-panel2 {
  display: grid; gap: 2.5rem; align-items: center;
  padding-block: 3.5rem;
  border-top: 1px solid var(--color-border-default);
}
.lp-panel2:first-of-type { border-top: 0; padding-top: 0; }
@media (min-width: 900px) {
  .lp-panel2 { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 5rem; }
  .lp-panel2.is-inverted .lp-panel2__text { order: 2; }
  .lp-panel2.is-inverted .lp-panel2__fig  { order: 1; }
}

.lp-panel2__name {
  margin: 0; font-size: 1rem; font-weight: 700; letter-spacing: .01em;
  color: var(--lp-turq-ink); text-transform: uppercase;
}
.lp-panel2__name::before {
  content: ""; display: block; width: 4rem; height: .25rem;
  background: var(--lp-turq); margin-bottom: 1rem;
}
.lp-panel2__benefit {
  margin: .9rem 0 0;
  font-size: var(--lp-h2); line-height: 1.15; letter-spacing: -.015em;
  font-weight: 700; color: var(--color-fg); text-wrap: balance;
}
.lp-panel2__body {
  margin: 1.2rem 0 0; max-width: 34rem;
  font-size: 1.0625rem; line-height: 1.7; font-weight: 500; color: var(--color-fg);
}
.lp-panel2 .lp-tags { margin-top: 1.4rem; }
.lp-panel2__act { margin: 1.8rem 0 0; }
.lp-panel2__fig {
  display: grid; place-items: center;
  padding: 2rem; min-height: 15rem;
  background:
    radial-gradient(96% 130% at 84% 6%, rgba(20,184,166,.28) 0%, rgba(20,184,166,0) 58%),
    linear-gradient(150deg, #06414c 0%, #04303a 52%, #02222a 100%);
}
.lp-panel2__fig img { width: 100%; max-width: 22rem; height: auto; display: block; }

.lp-grey { background: #f4f5f5; padding-block: var(--lp-band-y); }
.lp-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1px;
  background: var(--color-border-default);
  border: 1px solid var(--color-border-default);
}
@media (min-width: 700px)  { .lp-steps { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1100px) { .lp-steps { grid-template-columns: repeat(5, minmax(0,1fr)); } }
.lp-step { background: #fff; padding: 1.75rem 1.5rem 2rem; }
.lp-step__n {
  font-family: var(--font-mono), monospace; font-size: .75rem; letter-spacing: .1em;
  color: var(--lp-turq-dark);
}
.lp-step__h {
  margin: .7rem 0 0; font-size: 1.125rem; font-weight: 700; color: var(--color-fg);
}
.lp-step ul { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.lp-step li {
  position: relative; padding-left: 1rem;
  font-size: .875rem; line-height: 1.45; color: var(--color-fg-muted);
}
.lp-step li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: .3rem; height: .3rem; background: var(--lp-turq);
}

.lp-prose2 {
  margin-top: 2.25rem;
  columns: 26rem 2; column-gap: 4.5rem;
}
.lp-prose2 p {
  margin: 0 0 1.35rem;
  font-size: 1.0625rem; line-height: 1.75; font-weight: 500;
  color: var(--color-fg);
  break-inside: avoid-column;
}
.lp-prose2 p:last-child { margin-bottom: 0; }

.lp-posts { display: grid; gap: 1px; background: var(--color-border-default);
            border: 1px solid var(--color-border-default); }
@media (min-width: 760px)  { .lp-posts { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1180px) { .lp-posts { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.lp-post {
  display: flex; flex-direction: column; gap: .85rem;
  padding: 1.75rem 1.5rem 1.6rem;
  background: #fff; text-decoration: none;
  transition: background-color .18s ease;
}
.lp-post:hover { background: var(--lp-petrol); }
.lp-post__tag {
  align-self: flex-start;
  font-family: var(--font-mono), monospace; font-size: .625rem; letter-spacing: .12em;
  padding: .25rem .5rem; background: var(--lp-turq-soft); color: var(--lp-turq-ink);
}
.lp-post__h {
  margin: 0; font-size: 1.0625rem; line-height: 1.35; font-weight: 700;
  color: var(--color-fg); text-align: left;
}
.lp-post__p {
  margin: 0; font-size: .875rem; line-height: 1.55; font-weight: 500;
  color: var(--color-fg-muted); text-align: left;
}
.lp-post__foot {
  margin-top: auto; padding-top: 1rem;
  display: flex; flex-direction: column; gap: .5rem;
  border-top: 1px solid var(--color-border-default);
}
.lp-post__sev { font-family: var(--font-mono), monospace; font-size: .75rem; color: var(--lp-turq-ink); }
.lp-post__more {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .8125rem; font-weight: 600; color: var(--lp-petrol);
}
.lp-post:hover .lp-post__h,
.lp-post:hover .lp-post__more { color: #fff; }
.lp-post:hover .lp-post__p { color: rgba(255,255,255,.72); }
.lp-post:hover .lp-post__sev { color: #7fe3d5; }
.lp-post:hover .lp-post__foot { border-top-color: rgba(255,255,255,.2); }
.lp-post:hover .lp-post__tag { background: rgba(255,255,255,.14); color: #fff; }

#navbar#navbar {
  background: var(--lp-petrol);
  border: 0;
}

#navbar img[alt="Lapsor"] { filter: brightness(0) invert(1); }

#navbar a,
#navbar button,
#navbar summary { color: #fff; }
#navbar nav a { color: rgba(255, 255, 255, .82); }
#navbar nav a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
#navbar [data-lang-label] { color: rgba(255, 255, 255, .82); }
#navbar button:hover { background: rgba(255, 255, 255, .08); }
#navbar summary { ring-color: rgba(255, 255, 255, .25); }
#navbar svg { color: inherit; }

#navbar .lp-navcta {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  background: transparent;
}
#navbar .lp-navcta:hover {
  border-color: var(--lp-turq);
  background: rgba(20, 184, 166, .16);
}
#navbar .lp-navcta__dot { background: var(--lp-turq); border-color: var(--lp-turq); }
#navbar .lp-navcta__dot svg { color: var(--lp-petrol); }

#navbar .bg-white a,
#navbar .bg-white span,
#navbar .mobile-overlay a { color: var(--color-fg); }
#navbar .mobile-overlay a:hover { color: var(--lp-turq-dark); }
#navbar .bg-white [data-lang-option][aria-current="true"] span { color: var(--color-fg); }

.lp-open {
  display: flex; flex-direction: column;
  gap: 1px;
  background: var(--color-border-default);
  border: 1px solid var(--color-border-default);
}
@media (min-width: 1000px) { .lp-open { flex-direction: row; } }

.lp-open__p {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  padding: 2rem 1.75rem 1.85rem;
  background: #fff;
  text-decoration: none;
  transition: background-color .35s ease;
}
@media (min-width: 1000px) {
  .lp-open__p { flex: 1 1 0; min-width: 0; min-height: 24rem; }
}

@media (min-width: 1000px) and (hover: hover) {
  .lp-open__p {
    will-change: transform;
    transition: transform .45s cubic-bezier(.22, 1, .36, 1),
                background-color .35s ease,
                box-shadow .45s ease;
  }
  .lp-open__p:hover {
    transform: translateY(-12px) scale(1.035);
    z-index: 2;

    box-shadow: 0 30px 56px -30px rgba(1, 63, 74, .6);
  }
}
.lp-open__p:hover { background: var(--lp-petrol); }

.lp-open__ghost {
  position: absolute; right: -.5rem; bottom: -2.5rem;
  font-family: var(--font-mono), monospace;
  font-size: 8rem; line-height: 1; font-weight: 700;
  color: rgba(1,63,74,.05);
  transition: color .35s ease, transform .5s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  will-change: transform;
}
.lp-open__p:hover .lp-open__ghost {
  color: rgba(127,227,213,.13);
  transform: translate(-.4rem, -.6rem) scale(1.08);
}

.lp-open__k {
  display: block;
  font-family: var(--font-mono), monospace; font-size: .6875rem; letter-spacing: .14em;
  color: var(--lp-turq-dark); text-align: left;
  transition: color .35s ease;
}
.lp-open__p:hover .lp-open__k { color: #7fe3d5; }
.lp-open__name {
  display: block; margin: .9rem 0 0; position: relative; z-index: 1;
  font-size: 1.375rem; line-height: 1.2; letter-spacing: -.015em; font-weight: 700;
  color: var(--color-fg); text-align: left;
  transition: color .35s ease;
}
.lp-open__p:hover .lp-open__name { color: #fff; }
.lp-open__name::after {
  content: ""; display: block; width: 2.5rem; height: .2rem;
  background: var(--lp-turq); margin-top: 1rem;
  transform-origin: left;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.lp-open__p:hover .lp-open__name::after { transform: scaleX(2); }

.lp-open__claim {
  display: block; margin: 1.1rem 0 0; position: relative; z-index: 1;
  font-size: .9688rem; line-height: 1.5; font-weight: 700;
  color: var(--lp-turq-ink); text-align: left;
  transition: color .35s ease;
}
.lp-open__p:hover .lp-open__claim { color: #7fe3d5; }

.lp-open__text {
  display: block; margin: 1.1rem 0 0; position: relative; z-index: 1;
  font-size: .9375rem; line-height: 1.65; font-weight: 500;
  color: var(--color-fg-muted); text-align: left;
  transition: color .35s ease;
}
.lp-open__p:hover .lp-open__text { color: rgba(255,255,255,.8); }

.lp-open__spec {
  list-style: none; margin: auto 0 0; padding: 1.1rem 0 0; position: relative; z-index: 1;
  border-top: 1px solid var(--color-border-default);
  display: flex; flex-wrap: wrap; gap: .4rem .9rem;
  transition: border-color .35s ease;
}
.lp-open__p:hover .lp-open__spec { border-top-color: rgba(255,255,255,.2); }
.lp-open__spec li {
  font-family: var(--font-mono), monospace; font-size: .6875rem; letter-spacing: .06em;
  color: var(--color-fg-subtitle); text-align: left;
  transition: color .35s ease;
}
.lp-open__p:hover .lp-open__spec li { color: rgba(127,227,213,.85); }

.lp-open__go {
  display: inline-flex; align-items: center; gap: .45rem;
  margin-top: 1.1rem; position: relative; z-index: 1;
  font-size: .875rem; font-weight: 600; color: var(--lp-petrol);
  transition: color .35s ease;
}
.lp-open__p:hover .lp-open__go { color: #fff; }
.lp-open__go svg { transition: transform .3s cubic-bezier(.2,.9,.3,1.1); }
.lp-open__p:hover .lp-open__go svg { transform: translateX(5px); }

@media (max-width: 999px), (hover: none) {
  .lp-open__p { transform: none !important; box-shadow: none !important; }
  .lp-open__p:hover { background: #fff; }
  .lp-open__p:hover .lp-open__name { color: var(--color-fg); }
  .lp-open__p:hover .lp-open__claim { color: var(--lp-turq-ink); }
  .lp-open__p:hover .lp-open__text { color: var(--color-fg-muted); }
  .lp-open__p:hover .lp-open__go { color: var(--lp-petrol); }
  .lp-open__p:hover .lp-open__k { color: var(--lp-turq-dark); }
  .lp-open__p:hover .lp-open__spec { border-top-color: var(--color-border-default); }
  .lp-open__p:hover .lp-open__spec li { color: var(--color-fg-subtitle); }
  .lp-open__p:hover .lp-open__ghost { color: rgba(1,63,74,.05); transform: none; }
}
@media (max-width: 999px) {
  .lp-open__p { padding: 1.75rem 1.4rem 1.6rem; }

  .lp-open__ghost { font-size: 5rem; right: -.25rem; bottom: -1.4rem; }
  .lp-open__name { font-size: 1.25rem; }
}
@media (max-width: 480px) {
  .lp-open__p { padding: 1.5rem 1.15rem 1.4rem; }
  .lp-open__spec { gap: .35rem .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-open__p, .lp-open__ghost { transition: background-color .2s ease, color .2s ease; }
  .lp-open__p:hover { transform: none; box-shadow: none; }
}

.lp-chain { display: grid; gap: 1px; background: var(--color-border-default);
            border: 1px solid var(--color-border-default); }
.lp-chain__row {
  display: grid; gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 2rem 1.75rem;
  background: #fff; text-decoration: none;
  transition: background-color .28s ease;
}
@media (min-width: 1040px) {
  .lp-chain__row { grid-template-columns: 5.5rem minmax(0, 1fr) 22rem; align-items: center; gap: 2.5rem; }
}
.lp-chain__row:hover { background: #fbfcfc; }

.lp-chain__sev { display: flex; flex-direction: column; gap: .3rem; }
.lp-chain__score {
  font-family: var(--font-mono), monospace;
  font-size: 1.75rem; line-height: 1; font-weight: 500; color: var(--lp-petrol);
}
.lp-chain__lvl {
  font-family: var(--font-mono), monospace; font-size: .5625rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--color-fg-subtitle);
}
.lp-chain__h {
  margin: 0; font-size: 1.0625rem; line-height: 1.4; font-weight: 700;
  color: var(--color-fg); text-align: left; transition: color .2s ease;
}
.lp-chain__row:hover .lp-chain__h { color: var(--lp-turq-dark); }
.lp-chain__go {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: .55rem;
  font-size: .8125rem; font-weight: 600; color: var(--lp-petrol);
}
.lp-chain__go svg { transition: transform .2s cubic-bezier(.2,.9,.3,1.1); }
.lp-chain__row:hover .lp-chain__go svg { transform: translateX(4px); }

.lp-chain__steps { display: flex; align-items: stretch; gap: 0; }
.lp-chain__link {
  position: relative; flex: 1 1 0; min-width: 0;
  padding: .7rem .75rem .7rem 0;
  font-family: var(--font-mono), monospace;
  font-size: .6875rem; line-height: 1.35; letter-spacing: .02em;
  color: var(--color-fg-subtitle);
  transition: color .35s ease;
}
.lp-chain__link::before {
  content: ""; display: block; height: 2px; margin-bottom: .55rem;
  background: var(--color-border-default);
  transform-origin: left;
  transition: background-color .35s ease;
}
.lp-chain__link:last-child { padding-right: 0; }

.lp-chain__row:hover .lp-chain__link { color: var(--lp-petrol); }
.lp-chain__row:hover .lp-chain__link::before { background: var(--lp-turq); }
.lp-chain__link:nth-child(1)::before { transition-delay: 0s; }
.lp-chain__link:nth-child(2)::before { transition-delay: .12s; }
.lp-chain__link:nth-child(3)::before { transition-delay: .24s; }
.lp-chain__link:nth-child(1) { transition-delay: 0s; }
.lp-chain__link:nth-child(2) { transition-delay: .12s; }
.lp-chain__link:nth-child(3) { transition-delay: .24s; }

.lp-chain__link:last-child { color: var(--color-fg); font-weight: 500; }
.lp-chain__row:hover .lp-chain__link:last-child { color: var(--lp-turq-dark); }

@media (prefers-reduced-motion: reduce) {
  .lp-open, .lp-open__p, .lp-open__text, .lp-open__ghost,
  .lp-chain__link, .lp-chain__link::before { transition: none; }
}

.lp-open__k, .lp-open__name, .lp-open__claim, .lp-open__text,
.lp-chain__main, .lp-chain__h { display: block; }
.lp-chain__sev, .lp-chain__steps { display: flex; }

#navbar#navbar { border-radius: 0; }

@media (max-width: 560px) {
  #cookie-consent > div { max-width: 100% !important; width: 100%; }

  #cookie-consent { padding: .375rem !important; }
}
@media (max-width: 480px) {
  :root { --lp-h2: clamp(1.5rem, 1.1rem + 2.4vw, 1.9rem); }
  .lp-sec__in, .lp-slab__in, .lp-hero2__in { padding-inline: 1.15rem; }
  .lp-hero2__h1 { font-size: clamp(1.9rem, 1.3rem + 4vw, 2.4rem); }

}

.lp-founders { display: grid; gap: 1.25rem; margin-top: 2.25rem; }
@media (min-width: 860px) { .lp-founders { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; } }

.lp-fdr {
  position: relative;
  display: flex; flex-direction: column; gap: 1.25rem;
  padding: 1.75rem 1.6rem 1.6rem;
  background: #fff;
  border: 1px solid var(--color-border-default);
  text-decoration: none;
  transition: border-color .3s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

@media (min-width: 560px) { .lp-fdr { flex-direction: row; align-items: stretch; gap: 1.6rem; } }
@media (hover: hover) {
  .lp-fdr:hover { border-color: rgba(20, 184, 166, .55); transform: translateY(-4px); }
}

.lp-fdr__ph {
  position: relative; flex: none;
  width: 5rem; height: 5rem;
  overflow: hidden;
}
@media (min-width: 560px) { .lp-fdr__ph { width: 6rem; height: 6rem; } }
.lp-fdr__ph img {
  width: 100%; height: 100%; display: block; object-fit: cover;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}
@media (hover: hover) { .lp-fdr:hover .lp-fdr__ph img { transform: scale(1.05); } }

.lp-fdr__ph::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none; opacity: 0;
  background: linear-gradient(104deg,
    rgba(20,184,166,0)   42%,
    rgba(20,184,166,.16) 48%,
    rgba(127,227,213,.62) 50%,
    rgba(20,184,166,.16) 52%,
    rgba(20,184,166,0)   58%);
}
@media (hover: hover) {
  .lp-fdr:hover .lp-fdr__ph::after { animation: lp-fdr-scan .9s cubic-bezier(.4, 0, .25, 1); }
}
@keyframes lp-fdr-scan {
  0%   { opacity: 0; transform: translate3d(-105%, 0, 0); }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { opacity: 0; transform: translate3d(105%, 0, 0); }
}

.lp-fdr__mira {
  position: absolute; inset: -.55rem;
  pointer-events: none;
  --e: var(--lp-turq);
  --l: .8rem;
  --g: 2px;
  background:
    linear-gradient(var(--e), var(--e)) 0 0        / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 0 0        / var(--g) var(--l) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 0     / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 0     / var(--g) var(--l) no-repeat,
    linear-gradient(var(--e), var(--e)) 0 100%     / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 0 100%     / var(--g) var(--l) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 100%  / var(--l) var(--g) no-repeat,
    linear-gradient(var(--e), var(--e)) 100% 100%  / var(--g) var(--l) no-repeat;
  opacity: .35;
  transition: inset .45s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
}
@media (hover: hover) {
  .lp-fdr:hover .lp-fdr__mira { inset: -.15rem; opacity: 1; }
}

.lp-fdr__body { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
.lp-fdr__n {
  display: block;
  font-size: clamp(1.0625rem, .95rem + .4vw, 1.25rem);
  line-height: 1.25; letter-spacing: -.015em; font-weight: 700;
  color: var(--color-fg); text-align: left;
  transition: color .25s ease;
}
.lp-fdr:hover .lp-fdr__n { color: var(--lp-turq-dark); }
.lp-fdr__r {
  display: block; margin-top: .45rem;
  font-family: var(--font-mono), monospace; font-size: .6875rem; letter-spacing: .14em;
  color: var(--lp-turq-dark); text-align: left;
}
.lp-fdr__r::after {
  content: ""; display: block; width: 2.1rem; height: .175rem;
  background: var(--lp-turq); margin-top: .75rem;
  transform-origin: left;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}
.lp-fdr:hover .lp-fdr__r::after { transform: scaleX(1.8); }
.lp-fdr__c {
  display: block; margin-top: .9rem;
  font-size: .875rem; line-height: 1.6; font-weight: 500;
  color: var(--color-fg-muted); text-align: left;
}

.lp-fdr__in {
  display: inline-flex; align-items: center; gap: .45rem;
  margin-top: auto; padding-top: 1.05rem;
  font-size: .8125rem; font-weight: 600; color: var(--lp-petrol);
  transition: color .25s ease;
}
.lp-fdr__in svg { width: 1.05rem; height: 1.05rem; }
.lp-fdr:hover .lp-fdr__in { color: var(--lp-turq-dark); }

@media (prefers-reduced-motion: reduce) {
  .lp-fdr, .lp-fdr__ph img, .lp-fdr__mira, .lp-fdr__r::after { transition: none; }
  .lp-fdr:hover { transform: none; }
  .lp-fdr:hover .lp-fdr__ph::after { animation: none; }
}

.lp-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

.lp-nda { max-width: 46rem; }
.lp-nda__lead {
  margin: 0; font-size: 1.0625rem; line-height: 1.7; font-weight: 500;
  color: var(--color-fg); text-align: left;
}
.lp-nda__lead strong { font-weight: 700; }
.lp-nda__body {
  margin: 1.1rem 0 0; font-size: .9688rem; line-height: 1.7; font-weight: 500;
  color: var(--color-fg-muted); text-align: left;
}
.lp-nda::before {
  content: ""; display: block; width: 4rem; height: .25rem;
  background: var(--lp-turq); margin-bottom: 1.5rem;
}

@property --f  { syntax: "<number>"; inherits: true;  initial-value: 0; }
@property --hz { syntax: "<number>"; inherits: false; initial-value: 0; }

.lp-3d {
  position: relative; overflow: hidden;
  margin-top: .5rem;
  background:
    radial-gradient(80% 110% at 78% 0%, rgba(20,184,166,.20) 0%, rgba(20,184,166,0) 62%),
    linear-gradient(158deg, #06414c 0%, #04303a 54%, #02222a 100%);
}
.lp-3d::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) .5px, transparent .5px);
  background-size: 4px 4px;
}
.lp-3d__in { position: relative; z-index: 1; padding: 2rem 1.5rem 1.75rem; }
@media (min-width: 900px) { .lp-3d__in { padding: 2.5rem 2.5rem 2rem; } }

.lp-3d__stage {
  position: relative;
  height: 15rem;
  perspective: 1100px;
  perspective-origin: 50% 42%;
}
@media (min-width: 900px) { .lp-3d__stage { height: 19rem; } }

.lp-3d__scene {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(calc(6deg + var(--rx, 0) * 1deg))
             rotateY(calc(-11deg + var(--ry, 0) * 1deg));
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.lp-3d.is-live .lp-3d__scene { transition: transform .18s ease-out; }

.lp-3d__card {
  position: absolute;
  left: calc(var(--i) * 17.5% + 6%);
  bottom: 0; width: 15%;
  height: calc(38% + var(--i) * 13%);
  border: 0; padding: 0; margin: 0;
  background: rgba(255, 255, 255, .04);
  border-top: 1px solid rgba(255, 255, 255, .12);
  cursor: pointer;
  transform-style: preserve-3d;

  transform: translate3d(0, calc(var(--i) * -.55rem),
             calc(var(--i) * -58px + var(--f) * 34px + var(--hz) * 1px));
}
.lp-3d__card:hover, .lp-3d__card:focus-visible { --hz: 52; outline: none; }
.lp-3d__card { transition: --hz .45s cubic-bezier(.22, 1, .36, 1), background-color .4s ease; }
.lp-3d__card:hover { background: rgba(255, 255, 255, .07); }

.lp-3d__fill {
  position: absolute; inset: 0;
  transform-origin: bottom;
  transform: scaleY(var(--f));
  background: linear-gradient(180deg, rgba(20,184,166,.60) 0%, rgba(20,184,166,.12) 100%);
  border-top: 2px solid #7fe3d5;
  opacity: min(1, calc(var(--f) * 8));
}

.lp-3d__card { box-shadow: 0 30px 60px -34px rgba(0, 0, 0, calc(var(--f) * .8)); }

.lp-3d__n {
  position: absolute; left: 0; top: -1.6rem;
  font-family: var(--font-mono), monospace; font-size: .625rem; letter-spacing: .14em;
  color: color-mix(in srgb, #7fe3d5 calc(var(--f) * 100%), rgba(255, 255, 255, .3));
  transform: translateZ(20px);
}

.lp-3d__card::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%;
  height: 2.5rem;
  background: linear-gradient(180deg, rgba(20,184,166,.22) 0%, rgba(20,184,166,0) 100%);
  opacity: var(--f);
  transform: scaleY(-1);
  transform-origin: top;
  mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}

.lp-3d__axis {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.lp-3d__label { position: relative; padding: .8rem .4rem 0; }
.lp-3d__name {
  display: block;
  font-size: .75rem; line-height: 1.25; font-weight: 600;
  color: color-mix(in srgb, #fff calc(40% + var(--f) * 60%), rgba(255, 255, 255, .28));
}
@media (min-width: 900px) { .lp-3d__name { font-size: .875rem; } }

.lp-3d__label::after {
  content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 1px;
  background: var(--lp-turq);
  transform: scaleX(var(--f)); transform-origin: left;
}

.lp-3d__body { position: relative; margin-top: 1.75rem; min-height: 10.5rem; }
@media (min-width: 760px) { .lp-3d__body { min-height: 8rem; } }
.lp-3d__panel {
  position: absolute; inset: 0;
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}
.lp-3d__panel.is-on { opacity: 1; transform: none; pointer-events: auto; }
.lp-3d__k {
  display: block;
  font-family: var(--font-mono), monospace; font-size: .625rem; letter-spacing: .14em;
  color: #7fe3d5;
}
.lp-3d__d {
  display: block; margin-top: .75rem; max-width: 34rem;
  font-size: clamp(1.125rem, 1rem + .6vw, 1.5rem);
  line-height: 1.25; letter-spacing: -.015em; font-weight: 700; color: #fff;
}
.lp-3d__panel ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .6rem; }
@media (min-width: 760px) {
  .lp-3d__panel ul { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem 2rem; }
}
.lp-3d__panel li {
  position: relative; padding-left: 1rem;
  font-size: .875rem; line-height: 1.5; font-weight: 500; color: rgba(255, 255, 255, .72);
}
.lp-3d__panel li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: .45rem; height: 1px; background: var(--lp-turq);
}

.lp-3d:not(.is-ready) .lp-3d__stage,
.lp-3d:not(.is-ready) .lp-3d__axis { display: none; }
.lp-3d:not(.is-ready) .lp-3d__body { min-height: 0; margin-top: 0; }
.lp-3d:not(.is-ready) .lp-3d__panel {
  position: static; opacity: 1; transform: none; pointer-events: auto;
  padding-block: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .12);
}
.lp-3d:not(.is-ready) .lp-3d__panel:first-child { border-top: 0; padding-top: 0; }

@media (hover: none) {
  .lp-3d__stage, .lp-3d__axis { display: none; }
  .lp-3d__body { min-height: 0; margin-top: 0; }
  .lp-3d__panel {
    position: static; opacity: 1; transform: none; pointer-events: auto;
    padding-block: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .lp-3d__panel:first-child { border-top: 0; padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-3d__scene, .lp-3d__card, .lp-3d__panel { transition: none; }
  .lp-3d__scene { transform: none; }
}

.lp-ramp {
  position: relative; overflow: hidden;
  margin-top: .5rem;
  background:
    radial-gradient(70% 100% at 82% 8%, rgba(20,184,166,.16) 0%, rgba(20,184,166,0) 64%),
    linear-gradient(158deg, #06414c 0%, #04303a 54%, #02222a 100%);
}
.lp-ramp::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image: radial-gradient(rgba(255,255,255,.05) .5px, transparent .5px);
  background-size: 4px 4px;
}
.lp-ramp__in { position: relative; z-index: 1; padding: 1.75rem 1.25rem 0; }
@media (min-width: 900px) { .lp-ramp__in { padding: 2.5rem 2.5rem 0; } }

.lp-ramp__stage { position: relative; height: 26rem; }
@media (min-width: 700px) { .lp-ramp__stage { height: 24rem; } }
@media (min-width: 900px) { .lp-ramp__stage { height: 30rem; } }
@media (min-width: 1200px) { .lp-ramp__stage { height: 34rem; } }

.lp-ramp__svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

.lp-ramp__done { clip-path: inset(0 calc(100% - var(--fill, 0%)) 0 0); }
.lp-ramp__todo { clip-path: inset(0 0 0 var(--fill, 0%)); }

.lp-ramp__line { z-index: 2; }
.lp-ramp__line--on {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--fill, 0%)) 0 0);
  filter: drop-shadow(0 0 7px rgba(127, 227, 213, .45));
}

.lp-ramp__dot {
  position: absolute; z-index: 4;
  left: var(--dx, 0px); top: var(--dy, 0px);
  width: .5rem; height: .5rem; margin: -.25rem 0 0 -.25rem;
  border-radius: 50%;
  background: #bff5ec;
  box-shadow: 0 0 0 5px rgba(127, 227, 213, .14), 0 0 18px rgba(127, 227, 213, .7);
  opacity: var(--fill-on, 0);
  pointer-events: none;
}

.lp-ramp__cols { position: absolute; inset: 0; z-index: 3; display: flex; }
.lp-ramp__col {
  flex: 1 1 0;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
  gap: .45rem; padding: 0 .55rem 1.5rem;
  border: 0; border-right: 1px solid rgba(255, 255, 255, .07);
  background: transparent; cursor: pointer; text-align: left;
}
.lp-ramp__col:last-child { border-right: 0; }
.lp-ramp__col:focus-visible { outline: 1px solid rgba(127, 227, 213, .7); outline-offset: -1px; }
@media (min-width: 900px) { .lp-ramp__col { padding: 0 1rem 1.75rem; } }

.lp-ramp__n {
  font-family: var(--font-mono), monospace; font-size: .625rem; letter-spacing: .16em;
  color: rgba(255, 255, 255, .26);
  transition: color .5s ease;
}
.lp-ramp__name {
  font-size: .6875rem; line-height: 1.3; font-weight: 600;
  color: rgba(255, 255, 255, .34);
  transition: color .5s ease;
}
@media (min-width: 900px) { .lp-ramp__name { font-size: .8125rem; } }
.lp-ramp__col.is-done .lp-ramp__n { color: rgba(127, 227, 213, .85); }
.lp-ramp__col.is-done .lp-ramp__name { color: rgba(255, 255, 255, .7); }
.lp-ramp__col.is-on .lp-ramp__name { color: #fff; }
.lp-ramp__col:hover .lp-ramp__name { color: #fff; }

.lp-ramp__col::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--lp-turq);
  transform: scaleX(0); transform-origin: left;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}
.lp-ramp__col { position: relative; }
.lp-ramp__col.is-on::after { transform: scaleX(1); }

.lp-ramp__panels {
  position: absolute; z-index: 5;
  top: 0; left: 0; right: 0;
  padding: .25rem .55rem 0;
  pointer-events: none;
  min-height: 12rem;
}
@media (min-width: 700px) { .lp-ramp__panels { right: 42%; min-height: 11rem; } }
@media (min-width: 900px) { .lp-ramp__panels { right: 46%; padding: .5rem 1rem 0; } }
.lp-ramp__panel {
  position: absolute; inset: .25rem .55rem auto;
  opacity: 0; transform: translateY(10px); pointer-events: none;
  transition: opacity .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1);
}
@media (min-width: 900px) { .lp-ramp__panel { inset: .5rem 1rem auto; } }
.lp-ramp__panel.is-on { opacity: 1; transform: none; pointer-events: auto; }
.lp-ramp__k {
  display: block;
  font-family: var(--font-mono), monospace; font-size: .625rem; letter-spacing: .16em;
  color: #7fe3d5;
}
.lp-ramp__d {
  display: block; margin-top: .55rem;
  font-size: 1.125rem; line-height: 1.3; font-weight: 600; color: #fff;
  text-wrap: balance;
}
@media (min-width: 900px) { .lp-ramp__d { font-size: 1.5rem; } }
.lp-ramp__panel ul { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .45rem; }
.lp-ramp__panel li {
  position: relative; padding-left: 1.05rem;
  font-size: .8125rem; line-height: 1.5; color: rgba(255, 255, 255, .72);
}
.lp-ramp__panel li::before {
  content: ""; position: absolute; left: 0; top: .58em;
  width: .3rem; height: .3rem; background: var(--lp-turq);
}
@media (min-width: 900px) { .lp-ramp__panel li { font-size: .875rem; } }

@media (prefers-reduced-motion: reduce) {
  .lp-ramp__panel, .lp-ramp__col::after, .lp-ramp__n, .lp-ramp__name { transition: none; }
}

.lp-ramp__done, .lp-ramp__line--on, .lp-ramp__dot { transition: opacity .52s ease; }
.lp-ramp.is-apagando .lp-ramp__done,
.lp-ramp.is-apagando .lp-ramp__line--on,
.lp-ramp.is-apagando .lp-ramp__dot { opacity: 0; }

.lp-grey:has(.lp-ramp) {
  position: relative;
  overflow: hidden;
  color: #fff;

  background:
    radial-gradient(70% 58% at 82% 42%, rgba(20,184,166,.16) 0%, rgba(20,184,166,0) 64%),
    linear-gradient(180deg, #013F4A 0%, #04303a 48%, #02222a 100%);

  padding-block: calc(var(--lp-band-y) * 1.5) calc(var(--lp-band-y) * .58);
}

.lp-grey:has(.lp-ramp)::before {
  content: "";
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(100% - 3rem, 77rem); height: 1px;
  background: rgba(255,255,255,.22);
}

@media (max-width: 480px) {
  .lp-grey:has(.lp-ramp)::before { width: calc(100% - 2.3rem); }
}

.lp-grey:has(.lp-ramp)::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) .5px, transparent .5px);
  background-size: 4px 4px;
}
.lp-grey:has(.lp-ramp) > .lp-sec__in { position: relative; z-index: 1; }

.lp-grey:has(.lp-ramp) .lp-h2 { color: #fff; }
.lp-grey:has(.lp-ramp) .lp-kicker { color: #7fe3d5; }
.lp-grey:has(.lp-ramp) .lp-lead,
.lp-grey:has(.lp-ramp) .lp-sec__head p { color: rgba(255,255,255,.82); }
.lp-grey:has(.lp-ramp) .lp-link { color: #fff; border-bottom-color: rgba(255,255,255,.35); }
.lp-grey:has(.lp-ramp) .lp-link:hover { color: #7fe3d5; border-bottom-color: #7fe3d5; }

.lp-grey:has(.lp-ramp) .lp-sec__head { margin-bottom: 2.5rem; }

.lp-grey:has(.lp-ramp) .lp-ramp { background: none; margin-top: 0; }
.lp-grey:has(.lp-ramp) .lp-ramp::after { content: none; }

.lp-grey:has(.lp-ramp) .lp-ramp__in { padding: .25rem 0 0; }
@media (min-width: 900px) {
  .lp-grey:has(.lp-ramp) .lp-ramp__in { padding: .5rem 0 0; }
}

.lp-grey:has(.lp-ramp) .lp-ramp__col { flex: 1 1 20%; }

.lp-grey:has(.lp-ramp) .lp-ramp__panel { inset-inline: 0; }
.lp-grey:has(.lp-ramp) .lp-ramp__col:first-child { padding-left: 0; }

.lp-grey:has(.lp-ramp) .lp-ramp__col:last-child {
  border-right: 1px solid rgba(255,255,255,.07);
}

#navbar#navbar:has(#mobileMenu[open]) { background: var(--lp-petrol); }

@media (max-width: 1023.98px) {

  #navbar .mobile-overlay { top: calc(4rem + env(safe-area-inset-top, 0px)); }

  #navbar .mobile-overlay [data-lang-option] { min-height: 44px; }
}

@media (max-width: 699.98px) {
  .lp-ramp.lp-ramp .lp-ramp__stage { height: auto; padding-top: 9rem; }
  .lp-ramp.lp-ramp .lp-ramp__svg { inset: 0 0 auto; height: 9rem; }

  .lp-ramp.lp-ramp .lp-ramp__dot { display: none; }

  .lp-ramp.lp-ramp .lp-ramp__cols {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.16);
  }
  .lp-ramp.lp-ramp .lp-ramp__col,
  .lp-ramp.lp-ramp .lp-ramp__col:first-child {
    justify-content: center;
    gap: .3rem;
    min-height: 52px;
    padding: .8rem .9rem;
    border-right: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .lp-ramp.lp-ramp .lp-ramp__col:nth-child(2n) { border-right: 0; }
  .lp-ramp.lp-ramp .lp-ramp__col:last-child {
    grid-column: 1 / -1; border-right: 0; border-bottom: 0;
  }
  .lp-ramp.lp-ramp .lp-ramp__n { font-size: .75rem; }
  .lp-ramp.lp-ramp .lp-ramp__name { font-size: .875rem; }

  .lp-ramp.lp-ramp .lp-ramp__panels {
    position: static;
    display: grid;
    min-height: 0;
    padding: 1.4rem 0 0;
    pointer-events: auto;
  }
  .lp-ramp.lp-ramp .lp-ramp__panel {
    position: static; inset: auto; grid-area: 1 / 1;
  }
  .lp-ramp.lp-ramp .lp-ramp__panel li { font-size: .875rem; }
}

@media (max-width: 639.98px) {

  :root { --lp-gutter: 1.25rem; }

  .lp-sec__in, .lp-slab__in, .lp-hero2__in { padding-inline: var(--lp-gutter); }
  main.px-4 { padding-inline: 0; }
  .lp-page { padding-inline: var(--lp-gutter); }
  .lp-footer { padding-inline: var(--lp-gutter); }
  .lp-certs { padding-inline: 0; }
  .lp-certs .lp-sec__in { padding-inline: var(--lp-gutter); }
  .lp-certs .lp-certs-wrap { padding-inline: 0; }
  .max-w-7xl.px-6 { padding-inline: var(--lp-gutter); }

  .lp-btn, .lp-act, .lp-form__send, .lp-hero-cta a { white-space: normal; text-align: center; }

  .lp-footer a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; }
  .lp-link { padding-block: .7rem; margin-block: -.7rem; }
  .lp-fdr__in, .lp-back { display: inline-flex; align-items: center; min-height: 44px; }

  .lp-chain__lvl, .lp-ramp__n, .lp-ramp__k, .lp-card__label, .lp-code figcaption,
  .lp-kicker, .lp-open__k, .lp-sev, .lp-finding__date, .lp-tags li,
  .lp-table thead th, .lp-fdr__r, .lp-dl dt, .lp-finding__impact b,
  .lp-form label span, .lp-scope__grid span i { font-size: .75rem; }

  .lp-open__spec li, .lp-chain__link, .lp-cov__list li,
  .lp-fdr__in, .lp-back { font-size: .875rem; }

  .lp-chain__steps { flex-direction: column; gap: .55rem; }
  .lp-chain__link, .lp-chain__link:last-child { padding: 0 0 0 1rem; }
  .lp-chain__link::before {
    position: absolute; left: 0; top: .62em;
    width: .5rem; height: 2px; margin: 0;
  }

  .lp-marquee__track img.is-badge { height: 58px; }
  .lp-marquee__track img.is-word { height: 28px; }
  .lp-marquee__track img { margin-right: 2.25rem; }

  .lp-page { padding-top: 6.5rem; gap: 3rem; }
  .lp-section + .lp-section { margin-top: 0; }

  .lp-tablewrap { overscroll-behavior-x: contain; }
}

.lp-hero .lp-stats {
  flex-wrap: wrap;
  gap: 1.25rem 3.25rem;
  margin-top: .25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-border-default);
}
.lp-hero .lp-stats div { min-width: 7rem; }
.lp-hero .lp-stats span { max-width: 12rem; line-height: 1.35; }
@media (max-width: 620px) {
  .lp-hero .lp-stats { gap: 1rem 1.25rem; }
  .lp-hero .lp-stats div { min-width: 0; flex: 1 1 6rem; }
}

.lp-flow { list-style: none; margin: 0; padding: 0; display: grid; }
.lp-flow__step {
  position: relative;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: .5rem;
}
.lp-flow__step::before {
  content: ""; position: absolute; z-index: 0;
  background: var(--color-border-default);
}
.lp-flow__node {
  position: relative; z-index: 1; flex: none;
  width: 2.25rem; height: 2.25rem;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--lp-turq);
  border-radius: 0;
  background: #fff;
  font-family: var(--font-mono), monospace;
  font-size: .75rem; letter-spacing: .04em;
  color: var(--lp-turq-ink);
}
.lp-flow .lp-h3 { line-height: 1.2; }
.lp-flow__d {
  margin: 0; font-size: .9375rem; line-height: 1.5;
  color: var(--color-fg); max-width: 22rem;
}
.lp-flow .lp-chip { margin-top: .35rem; }

@media (max-width: 959px) {
  .lp-flow { padding-left: 3.5rem; }
  .lp-flow__step { padding-bottom: 1.75rem; }
  .lp-flow__step:last-child { padding-bottom: 0; }
  .lp-flow__step::before { left: -2.375rem; top: 1.125rem; bottom: 0; width: 1px; }
  .lp-flow__step:last-child::before { display: none; }
  .lp-flow__node { position: absolute; left: -3.5rem; top: 0; }
}

@media (min-width: 640px) and (max-width: 959px) {
  .lp-flow__step {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
    column-gap: 2rem; row-gap: .4rem;
    align-items: start;
  }
  .lp-flow .lp-h3 { grid-column: 1; grid-row: 1; }
  .lp-flow__d { grid-column: 2; grid-row: 1; max-width: none; }
  .lp-flow .lp-chip { grid-column: 2; grid-row: 2; justify-self: start; margin-top: .15rem; }
}

@media (min-width: 960px) {
  .lp-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: 1.5rem; }
  .lp-flow__step::before { top: 1.125rem; left: 0; right: -1.5rem; height: 1px; }
  .lp-flow__step:last-child::before { display: none; }
  .lp-flow__d { font-size: .875rem; }
  .lp-flow .lp-chip { margin-top: auto; }
}

.lp-flow .lp-chip,
.lp-faq--verdict .lp-chip,
.lp-table .lp-chip { border-radius: 0; }
.lp-table .lp-chip { display: inline-block; }
.lp-chip--dark { background: var(--lp-petrol); color: #fff; }

@media (max-width: 760px) {
  .lp-table--stack { min-width: 0; }
  .lp-table--stack thead { display: none; }
  .lp-table--stack tbody,
  .lp-table--stack tr,
  .lp-table--stack td { display: block; width: 100%; }
  .lp-table--stack tr {
    padding: 1.05rem 1.125rem;
    border-bottom: 1px solid var(--color-border-default);
  }
  .lp-table--stack tr:last-child { border-bottom: 0; }
  .lp-table--stack td { border: 0; padding: 0 0 .4rem; }
  .lp-table--stack td:last-child { padding-bottom: 0; }
  .lp-table--stack td[data-col="n"] { display: inline-block; width: auto; padding-right: .6rem; }
  .lp-table--stack td[data-col="q"] { display: inline-block; width: auto; font-size: 1rem; font-weight: 500; }
}

.lp-faq--verdict summary .lp-q { flex: 1 1 auto; }
.lp-faq--verdict summary .lp-chip { align-self: center; }
@media (max-width: 620px) {
  .lp-faq--verdict summary { flex-wrap: wrap; row-gap: 0; padding-block: 1rem .95rem; }
  .lp-faq--verdict summary .lp-q { order: 1; flex: 1 1 0; }
  .lp-faq--verdict summary::after { order: 2; }
  .lp-faq--verdict summary::before { content: ""; order: 3; flex: 1 0 100%; height: 0; }
  .lp-faq--verdict summary .lp-chip { order: 4; margin-top: .5rem; }
}

.lp-grey:has(.lp-ramp) { padding-top: var(--lp-band-y); }

.lp-grey:has(.lp-ramp)::before { content: none; }

.lp-lead a,
.lp-404 p a { text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 1079.98px) {
  .lp-dl dd a,
  .lp-nda a,
  .lp-card p a {
    text-decoration: underline;
    text-underline-offset: .18em;
    text-decoration-thickness: 1px;
  }

  .lp-dl dd a,
  .lp-card p a {
    display: inline-block;
    padding-block: .55rem;
    margin-block: -.55rem;
  }

  .lp-note a { padding-block: .85rem; }
}

@media (max-width: 1079.98px) {
  #navbar summary { position: relative; }
  #navbar summary::before {
    content: "";
    position: absolute;

    inset: -6px -12px -6px -6px;
  }

}

@media (max-width: 1079.98px) {
  #cookie-consent { padding: .375rem; }
  #cookie-consent > div {
    position: relative;
    align-items: stretch;
    padding: .5rem .625rem .625rem;
    max-height: 62vh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  #cookie-consent-notice > div:last-child,
  #cookie-consent-panel > div:last-child { padding-right: 0; }

  #cookie-consent-panel > div:last-child { margin-top: .25rem; }

  #cookie-consent-notice > div:first-child,
  #cookie-consent-panel > div:first-child {
    position: absolute;
    top: .25rem;
    right: .25rem;
    margin: 0;
    z-index: 1;
  }
  #cookie-consent-notice > div:first-child > button,
  #cookie-consent-panel > div:first-child > button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
  }

  #cookie-consent-notice > div:last-child > p:first-child,
  #cookie-consent-panel > div:last-child > p:first-child {
    padding-right: 2.75rem;
    font-size: 1.0625rem;
    line-height: 1.3;
    margin-bottom: .25rem;
  }

  #cookie-consent-notice > div:last-child > p:nth-of-type(2) {
    font-size: .8125rem;
    line-height: 1.38;
    margin-bottom: .5rem;
  }
  #cookie-consent-notice > div:last-child > p:nth-of-type(2) a {
    display: inline-block;
    padding-block: .85rem;
    margin-block: -.85rem;
  }

  #cookie-consent .flex.items-center.gap-2\.25 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .375rem;
    width: 100%;
  }
  #cookie-consent .flex.items-center.gap-2\.25 > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .5rem .75rem;
    text-align: center;
  }
  #cookie-consent-configure,
  #cookie-consent-panel-reject { grid-column: 1 / -1; }

  #cookie-consent-accept,
  #cookie-consent-panel-accept {
    background: var(--lp-petrol);
    color: #fff;
    --tw-ring-color: var(--lp-petrol);
  }

  #cookie-consent-panel > div:last-child > div:first-of-type {
    gap: .75rem;
    margin-bottom: 1rem;
  }

  #cookie-consent-panel .flex.items-center.gap-2\.25 > button {
    padding-inline: .375rem;
    font-size: .8125rem;
  }
}

@media (max-width: 389.98px) {
  #cookie-consent-notice .flex.items-center.gap-2\.25 {
    grid-template-columns: repeat(3, 1fr);
    gap: .3125rem;
    align-items: stretch;
  }
  #cookie-consent-notice .flex.items-center.gap-2\.25 > button {
    padding-inline: .25rem;
    line-height: 1.2;
  }
  #cookie-consent-configure { grid-column: auto; }
}

@media (max-width: 339.98px) {
  #cookie-consent-panel .flex.items-center.gap-2\.25 > button {
    padding-inline: .375rem;
    font-size: .8125rem;
  }
}

@media (max-width: 1079.98px) {
  .lp-footer { padding-top: 1.25rem; padding-bottom: 1rem; }
  .lp-footer > div { gap: 1.75rem; }
  .lp-footer::before { margin-bottom: 1rem; }
  .lp-footer > div > div:nth-child(2) { padding-block: 0; }
  .lp-footer > div > div:first-child { row-gap: 1.5rem; }
  .lp-footer > div > div:last-child { gap: 1rem; }
}

@media (max-width: 767.98px) {
  .lp-cta { padding: 1.5rem 1.25rem; gap: 1.1rem; }
  .lp-cta .lp-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .625rem;
    width: 100%;
  }
  .lp-cta .lp-btn { width: 100%; }
  .lp-cta .lp-btn--ghost { font-weight: 500; }
}

@media (max-width: 639.98px) {
  .lp-grid--3 .lp-card > .lp-h3::before { content: none; }
}

@media (max-width: 639.98px) {
  .lp-page--hallazgos .lp-tags,
  .lp-ficha .lp-tags { gap: .3rem; }
  .lp-page--hallazgos .lp-tags li,
  .lp-ficha .lp-tags li { padding: .15rem .4rem; letter-spacing: .02em; }
}

@media (max-width: 399.98px) {
  .lp-table--stack tr {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: .6rem;
  }
  .lp-table--stack td[data-col="n"] { padding-right: 0; }
  .lp-table--stack td:not([data-col]) { grid-column: 1 / -1; }
}

@media (max-width: 379.98px) {
  .lp-page .lp-h1 {
    font-size: 1.75rem;
    line-height: 1.15;
    text-wrap: balance;
  }
}

@media (max-width: 339.98px) {
  .lp-page .lp-h1 { font-size: 1.5rem; }
}

@media (max-width: 1079.98px) {
  body[data-home] { --lp-band-y: 1.875rem; }

  body[data-home] .lp-hero2 { padding-block: 5.5rem 3rem; }
  body[data-home] .lp-hero2__p { margin-top: 1.25rem; }
  body[data-home] .lp-hero2__act { margin-top: 1.75rem; }

  body[data-home] .lp-sec__head { margin-bottom: 1.75rem; gap: .9rem; }

  body[data-home] .lp-certs { padding-block: 0; }

  body[data-home] .lp-chain__row { padding: 1.35rem 1.25rem; gap: 1rem; }

  body[data-home] .lp-founders { margin-top: 1.25rem; gap: .75rem; }
  body[data-home] .lp-fdr { padding: 1.25rem 1.25rem 1.25rem; gap: .9rem; }

  body[data-home] .lp-faq { margin-top: 1.5rem !important; }

  body[data-home] .lp-open__p { padding: 1.35rem 1.15rem 1.25rem; }
  body[data-home] .lp-open__text { margin-top: .9rem; }
}

@media (max-width: 999.98px) {
  body[data-home] .lp-open__spec {
    gap: .4rem .4rem;
    padding-top: .85rem;
  }
  body[data-home] .lp-open__spec li {
    padding: .2rem .5rem;
    box-shadow: inset 0 0 0 1px var(--color-border-default);
    font-size: .8125rem;
    letter-spacing: .04em;
    line-height: 1.35;
  }

  body[data-home] .lp-open__ghost {
    font-size: 3.5rem;
    right: .9rem;
    bottom: .5rem;
    line-height: 1;
  }
}

@media (max-width: 1079.98px) {
  body[data-home] .lp-certs .lp-certs-wrap { padding-block: 1.5rem 1.25rem; }
  body[data-home] .lp-certs .lp-marquee { gap: .9rem; }
  body[data-home] .lp-marquee__lead {
    max-width: 15rem;
    margin-inline: auto;
    letter-spacing: .1em;
  }
}

@media (max-width: 699.98px) {
  body[data-home] .lp-ramp.lp-ramp .lp-ramp__stage { padding-top: 0; }
  body[data-home] .lp-ramp.lp-ramp .lp-ramp__svg { height: 0; }
  body[data-home] .lp-ramp.lp-ramp .lp-ramp__panels { padding-top: 1.25rem; }

  body[data-home] .lp-ramp.lp-ramp .lp-ramp__cols {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0;
  }

  body[data-home] .lp-ramp.lp-ramp .lp-ramp__col {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .75rem;
    min-height: 44px;
    padding: .6rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  body[data-home] .lp-ramp.lp-ramp .lp-ramp__name { color: rgba(255,255,255,.78); }
  body[data-home] .lp-ramp.lp-ramp .lp-ramp__n { color: rgba(255,255,255,.62); }
  body[data-home] .lp-ramp.lp-ramp .lp-ramp__col.is-done .lp-ramp__name,
  body[data-home] .lp-ramp.lp-ramp .lp-ramp__col.is-on .lp-ramp__name { color: #fff; }

  body[data-home] .lp-grey .lp-lead {
    font-size: .9375rem;
    line-height: 1.55;
    max-width: 34ch;
  }
}

@media (max-width: 1079.98px) {
  body[data-home] .lp-sec__in:has(> .lp-sec__head > .lp-link) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body[data-home] .lp-sec__in:has(> .lp-sec__head > .lp-link) > .lp-sec__head {
    display: contents;
  }
  body[data-home] .lp-sec__head > div {
    order: 1;
    margin-bottom: 1.75rem;
    align-self: stretch;
  }
  body[data-home] .lp-sec__in > .lp-open,
  body[data-home] .lp-sec__in > .lp-chain,
  body[data-home] .lp-sec__in > .lp-founders,
  body[data-home] .lp-sec__in > .lp-ramp {
    order: 2;
    align-self: stretch;
  }
  body[data-home] .lp-sec__head > .lp-link {
    order: 3;
    margin-top: 1.6rem;
  }
}

@media (max-width: 1079.98px) {
  body[data-home] .lp-sec__in .lp-h2--center { text-align: left; }
  body[data-home] .lp-sec__in .lp-h2--center::before { margin-inline: 0; }
}

@media (max-width: 379.98px) {
  body[data-home] .lp-hero2 { padding-block: 4.75rem 2.5rem; }
}
@media (max-width: 339.98px) {
  body[data-home] .lp-hero2__h1 { font-size: 1.75rem; line-height: 1.14; }
}

@media (max-width: 760px) {
  .lp-table--compare { min-width: 0; }
  .lp-table--compare thead { display: none; }

  .lp-table--compare tbody,
  .lp-table--compare tr,
  .lp-table--compare td { display: block; width: 100%; }

  .lp-table--compare tr {
    padding: .75rem 1.125rem;
    border-bottom: 1px solid var(--color-border-default);
  }
  .lp-table--compare tr:last-child { border-bottom: 0; }
  .lp-table--compare td { border: 0; padding: 0; }

  .lp-table--compare td:first-child {
    font-family: var(--font-mono), monospace;
    font-size: .75rem;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-fg-subtitle);
    font-weight: 500;
    margin-bottom: .4rem;
  }

  .lp-table--compare td[data-th] {
    font-size: .875rem;
    line-height: 1.4;
    padding-left: .7rem;
    border-left: 2px solid var(--lp-turq-soft);
    margin-bottom: .35rem;
  }
  .lp-table--compare td[data-th]:last-child { margin-bottom: 0; }

  .lp-table--compare td[data-th]::before {
    content: attr(data-th) " · ";
    font-weight: 600;
    color: var(--lp-turq-ink);
  }
}

@media (max-width: 639.98px) {
  .lp-page--servicios .lp-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }
  .lp-page--servicios .lp-grid--5 .lp-surface {
    display: block;
    padding: .7rem .8rem;
  }

  .lp-page--servicios .lp-grid--5 .lp-surface__n {
    display: inline;
    padding-top: 0;
    margin-right: .35rem;
  }
  .lp-page--servicios .lp-grid--5 .lp-surface > div { display: contents; }
  .lp-page--servicios .lp-grid--5 .lp-surface b { display: inline; }

  .lp-page--servicios .lp-grid--5 .lp-surface > div > span {
    display: block;
    margin-top: .25rem;
    line-height: 1.4;
  }
}

@media (max-width: 639.98px) {
  .lp-page--servicios .lp-card > p { order: 3; }
  .lp-page--servicios .lp-card .lp-tags { order: 4; gap: .25rem; }
  .lp-page--servicios .lp-card .lp-card__foot { order: 5; }
}

@media (max-width: 767.98px) {
  .lp-page--servicios .lp-hero .lp-actions { width: 100%; }
  .lp-page--servicios .lp-hero .lp-actions .lp-btn {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .lp-page.lp-page--servicios { padding-top: 5.5rem; }
  .lp-page--servicios .lp-h1 { font-size: 1.75rem; line-height: 1.18; }
  .lp-page--servicios .lp-hero .lp-lead { font-size: 1rem; line-height: 1.55; }
  .lp-page--servicios .lp-hero { gap: 1rem; }
  .lp-page--servicios .lp-hero .lp-actions { margin-top: .25rem; }
}

@media (max-width: 1079.98px) {

  .lp-ficha .lp-h1 {
    font-size: clamp(1.5rem, 1rem + 3.2vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  .lp-ficha .lp-hero { gap: 0.875rem; }
  .lp-ficha .lp-hero .lp-lead { line-height: 1.5; }
  .lp-ficha .lp-hero .lp-actions { margin-top: 0.25rem; }

  .lp-ficha .lp-card:has(.lp-card__index) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.625rem;
    row-gap: 0.5rem;
    padding: 1rem 1.125rem;
    align-content: start;
  }
  .lp-ficha .lp-card:has(.lp-card__index) .lp-card__index {
    grid-column: 1;
    grid-row: 1;
    align-self: baseline;
  }
  .lp-ficha .lp-card:has(.lp-card__index) .lp-h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.0625rem;
    line-height: 1.25;
  }

  .lp-ficha .lp-card:has(.lp-card__index) > .lp-h3::before { display: none; }
  .lp-ficha .lp-card:has(.lp-card__index) > p,
  .lp-ficha .lp-card:has(.lp-card__index) .lp-card__foot {
    grid-column: 1 / -1;
  }
  .lp-ficha .lp-card:has(.lp-card__index) .lp-card__foot {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .lp-ficha .lp-card--plain {
    background: none;
    border: 0;
    padding: 0;
  }

  .lp-ficha .lp-section > .lp-note {
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--color-fg);
  }
}

@media (max-width: 767.98px) {
  .lp-ficha .lp-cta .lp-actions { gap: 0.75rem; }

  .lp-ficha .lp-cta .lp-btn--ghost[href="/es/contacto"] {
    background: none;
    border: 0;
    padding: 0.25rem 0;
    backdrop-filter: none;
    box-shadow: none;
    justify-content: flex-start;

    text-align: left;
    min-height: 44px;
    font-weight: 500;
    color: var(--lp-turq-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
  .lp-ficha .lp-cta .lp-btn--ghost[href="/es/contacto"]:hover {
    background: none;
    border: 0;
    transform: none;
    color: var(--lp-turq-dark);
  }

  .lp-ficha .lp-cta .lp-btn--ghost[href="/es/contacto"]::after { content: none; }

  .lp-ficha .lp-hero .lp-actions .lp-btn {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 639.98px) {
  .lp-ficha.lp-page { padding-top: 5rem; }
}

.lp-ficha .lp-card__label { color: var(--color-fg-muted); }

@media (max-width: 760px) {
  .lp-page--hallazgos .lp-table--hallazgos tr {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .3rem .5rem;
    padding: .7rem 1rem .75rem;
  }
  .lp-page--hallazgos .lp-table--hallazgos td { padding: 0; }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="t"] {
    order: 1;
    flex: 1 1 100%;
    padding-right: .9rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="t"] a {
    display: flex;
    align-items: center;
    min-height: 44px;
    color: var(--lp-turq-ink);
    font-weight: 500;
    text-decoration: none;
  }
  .lp-page--hallazgos .lp-table--hallazgos td[data-col="t"] a:active {
    text-decoration: underline;
  }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="sev"],
  .lp-page--hallazgos .lp-table--hallazgos td[data-col="cvss"],
  .lp-page--hallazgos .lp-table--hallazgos td[data-col="fecha"] {
    flex: 0 0 auto;
    width: auto;
  }
  .lp-page--hallazgos .lp-table--hallazgos td[data-col="sev"]  { order: 2; }
  .lp-page--hallazgos .lp-table--hallazgos td[data-col="cvss"] { order: 3; }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="fecha"] {
    order: 4;
    font-weight: 400;
    color: var(--color-fg-subtitle);
  }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="cvss"] .lp-score::before {
    content: "CVSS ";
  }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="obj"] {
    order: 5;
    flex: 1 1 100%;
    font-size: .8125rem;
    line-height: 1.35;
    color: var(--color-fg-muted);
  }

  .lp-page--hallazgos .lp-table--hallazgos tbody tr:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .lp-page--hallazgos .lp-table--hallazgos tbody tr { position: relative; }

  .lp-page--hallazgos .lp-table--hallazgos td[data-col="t"] a::after {
    content: "";
    position: absolute;
    inset: 0;
  }

  .lp-page--hallazgos .lp-table--hallazgos tbody tr::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .9rem;
    width: .4rem;
    height: .4rem;
    border-top: 2px solid var(--lp-turq-ink);
    border-right: 2px solid var(--lp-turq-ink);
    transform: translateY(-50%) rotate(45deg);
    opacity: .5;
    pointer-events: none;
  }

  .lp-page--hallazgos .lp-table--hallazgos tbody tr:has(a:active) {
    background: var(--lp-turq-soft);
  }
}

@media (max-width: 639.98px) {
  .lp-page--hallazgos .lp-finding {
    gap: .5rem;
    padding: 1.125rem 1.125rem 1.25rem;
  }

  .lp-page--hallazgos .lp-finding__meta .lp-finding__date:last-child {
    text-transform: none;
    letter-spacing: 0;
  }

  .lp-page--hallazgos .lp-finding__impact { padding-top: .55rem; }
  .lp-page--hallazgos .lp-finding__impact b { margin-bottom: .15rem; }

  .lp-page--hallazgos .lp-grid--2 { gap: 1rem; }

  .lp-page--hallazgos .lp-h1 { line-height: 1.15; }
}

@media (max-width: 379.98px) {
  .lp-page--hallazgos .lp-h1 { font-size: 1.75rem; }
}

@media (max-width: 1023.98px) {

  .lp-code figcaption {
    letter-spacing: .06em;
    padding: .5rem .9rem;
  }
  .lp-code pre { padding: .875rem .9rem; }

  .lp-code figcaption { color: #a1a19a; }
  .lp-hero .lp-finding__date { color: #6b6b65; }

  .lp-refs li {
    font-size: .875rem;
    line-height: 1.5;
    font-family: var(--font-sans), system-ui, sans-serif;
  }
  .lp-refs li + li { margin-top: 1.05rem; }
  .lp-refs a {
    display: inline;
    padding-block: .85rem;
    margin-block: -.85rem;
    color: var(--lp-turq-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .lp-page:has(.lp-refs) .lp-callout p + p { margin-top: .65rem; }
}

@media (max-width: 639.98px) {
  .lp-finding__meta + .lp-h1 {
    font-size: 1.75rem;
    line-height: 1.15;
    text-wrap: balance;
  }
}

@media (max-width: 639.98px) {
  .lp-page:has(.lp-refs) .lp-code {
    margin-inline: calc(-1 * var(--lp-gutter));
    border-radius: 0;
    border-inline: 0;
  }
  .lp-page:has(.lp-refs) .lp-code pre { padding-inline: 1rem; }
  .lp-page:has(.lp-refs) .lp-code figcaption { padding-inline: 1rem; }

}

@media (max-width: 379.98px) {
  .lp-page:has(.lp-refs) .lp-code pre,
  .lp-page:has(.lp-refs) .lp-code figcaption { padding-inline: .625rem; }
}

@media (max-width: 1023.98px) {
  .lp-code code {
    white-space: pre;
    overflow-wrap: normal;
  }
  .lp-code pre {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .lp-code pre {
    background-color: #0a0a0a;
    background-image:
      linear-gradient(to right, #0a0a0a, rgba(10, 10, 10, 0)),
      linear-gradient(to left,  #0a0a0a, rgba(10, 10, 10, 0)),
      linear-gradient(to right, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0)),
      linear-gradient(to left,  rgba(255, 255, 255, .22), rgba(255, 255, 255, 0));
    background-position: 0 0, 100% 0, 0 0, 100% 0;
    background-size: 28px 100%;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
  }
}

.lp-code pre:focus-visible {
  outline: 2px solid var(--lp-turq);
  outline-offset: -2px;
}

@media (max-width: 1023.98px) {
  .lp-code--flujo code {
    white-space: normal;
  }
  .lp-code--flujo .lp-l {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    padding-left: 3ch;
    text-indent: -3ch;
  }

  .lp-code--flujo pre {
    background-image: none;
  }
}

@media (max-width: 639.98px) {
  .lp-flow__step { padding-bottom: 1.1rem; gap: .35rem; }
}

@media (max-width: 399.98px) {
  .lp-flow { padding-left: 2.75rem; }
  .lp-flow__node {
    left: -2.75rem;
    width: 1.9rem; height: 1.9rem;
    font-size: .6875rem;
  }
  .lp-flow__step::before { left: -1.8rem; top: .95rem; }
}

@media (min-width: 360px) and (max-width: 639.98px) {
  .lp-dl {
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: .875rem;
    row-gap: .5rem;
  }
  .lp-dl dd { overflow-wrap: anywhere; }
  .lp-dl dt:nth-of-type(4),
  .lp-dl dd:nth-of-type(4),
  .lp-dl dt:last-of-type,
  .lp-dl dd:last-of-type { grid-column: 1 / -1; }
}
@media (max-width: 359.98px) {
  .lp-dl { row-gap: .5rem; }
}

.lp-nda__lead + .lp-nda__lead { margin-top: 1.1rem; }

@media (max-width: 419.98px) {
  .lp-hero .lp-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
  }
  .lp-hero .lp-stats div { flex: none; }
  .lp-hero .lp-stats span { font-size: .8125rem; }
}

.lp-verify h3 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--color-fg);
}

@media (max-width: 1079.98px) {

  .lp-contact { min-width: 0; }
  .lp-contact > * { min-width: 0; }

  .lp-form.lp-form input,
  .lp-form.lp-form textarea { font-size: 1rem; }
  .lp-form.lp-form .lp-form__send { font-size: 1rem; }

  .lp-form.lp-form label > span {
    font-size: .8125rem;
    letter-spacing: .06em;
    color: var(--color-fg-muted);
  }
  .lp-form.lp-form input::placeholder,
  .lp-form.lp-form textarea::placeholder { color: #6a7571; }

  .lp-contact__list { gap: .15rem; }
  .lp-contact__list li { align-items: center; }
  .lp-contact__list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .lp-verify { padding-inline: 1.25rem; }
  .lp-verify p b { white-space: normal; }

  .lp-verify__btn:disabled {
    opacity: 1;
    background: var(--color-surface);
    color: var(--color-fg-muted);
    border: 1px solid var(--color-border-default);
  }

  .lp-verify__links { gap: .5rem 1.5rem; flex-wrap: wrap; }
  .lp-verify__links button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-inline: .35rem;
    font-size: .875rem;
  }

  form[data-lead-form] .lp-verify {
    gap: .8rem;
    padding: 1.15rem 1.25rem 1.25rem;
  }
  form[data-lead-form] .lp-verify__icon { width: 34px; height: 34px; }
  form[data-lead-form] .lp-verify__icon svg { width: 17px; height: 17px; }

  form[data-lead-form] .lp-verify > .lp-verify__icon  { order: 1; }
  form[data-lead-form] .lp-verify > h3                { order: 2; }
  form[data-lead-form] .lp-verify > p                 { order: 3; }
  form[data-lead-form] .lp-verify > .lp-otp           { order: 4; }
  form[data-lead-form] .lp-verify > .lp-verify__msg   { order: 5; }
  form[data-lead-form] .lp-verify > .lp-verify__btn   { order: 6; }
  form[data-lead-form] .lp-verify > .lp-verify__links { order: 7; }

  form[data-lead-form] .lp-verify__msg { font-size: .875rem; line-height: 1.45; }
  form[data-lead-form] .lp-verify__msg.is-error { color: #c02626; font-weight: 500; }
}

@media (max-width: 639.98px) {
  .lp-page:has(.lp-contact) { padding-top: 5rem; }
  .lp-contact { gap: 1.5rem; }
  .lp-contact__list { margin-top: 1.25rem; }
  .lp-contact__aside .lp-lead { font-size: 1rem; line-height: 1.5; }
}

@media (max-width: 359.98px) {
  .lp-form .cf-turnstile { max-width: 100%; }
  .lp-form .cf-turnstile > * { max-width: 100%; }

  .lp-verify { padding-inline: 1rem; }
  .lp-otp { margin-inline: -.5rem; gap: .25rem; }
  .lp-otp input { width: 2.5rem; flex: none; }

  .lp-verify__links { gap: .5rem .75rem; }
}

.lp-verify a.lp-btn:not([class*="lp-btn--"]) {
  background: var(--lp-petrol);
  color: #fff;
}
.lp-verify a.lp-btn:not([class*="lp-btn--"]):hover {
  background: #02505e;
  color: #fff;
  transform: translateY(-2px);
}
.lp-verify a.lp-btn:not([class*="lp-btn--"]):active { transform: translateY(0); }

@media (max-width: 1079.98px) {

  .lp-verify a.lp-btn {
    width: 100%;
    min-height: 48px;
    padding-inline: 1rem;
    white-space: normal;
    text-wrap: balance;
  }

  .lp-verify p a {
    padding-block: .9rem;
    margin-block: -.9rem;
  }
}

@media (max-width: 1023.98px) {

  .lp-toc {
    display: flex;
    order: -1;
    gap: .5rem;
    padding: .875rem .875rem 1rem;
    border: 1px solid var(--color-border-default, #eae9e4);
  }
  .lp-toc nav { gap: .375rem; width: 100%; }
  .lp-toc .post-toc { width: 100%; }

  .lp-toc .post-toc-link {
    width: 100%;
    min-height: 44px;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #5a5a55;
  }
  .lp-toc .post-toc-link.active { color: var(--color-fg, #0a0a0a); }

  .lp-legal div:has(> .lp-toc) { gap: 1.5rem; }

  .lp-legal__head + section { padding-top: 1.5rem; }

  .lp-legal .post-body h2 {
    line-height: 1.25;
    margin-top: .5rem;
    text-wrap: pretty;
  }

  .lp-legal .post-body { gap: 1.75rem; }
  .lp-legal .post-divider,
  .lp-legal .post-body .post-divider { padding: .375rem 0; }

  .lp-legal__head { padding-top: 5.5rem; padding-bottom: 2rem; }
  .lp-legal__head h1 {
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .lp-404 { padding-block: 1.5rem; }
  .lp-404 > .max-w-7xl {
    padding-block: 1.75rem;
    padding-inline: var(--lp-gutter, 1.25rem);
  }
  .lp-404 .font-special { font-size: 5rem; }
  .lp-404 img { width: 66px; height: 81px; }
  .lp-404 h1 { font-size: 1.75rem; line-height: 1.2; }

  .lp-legal .post-body a,
  .lp-vdp .lp-lead a,
  .lp-404 p a {
    padding-block: .7rem;
    margin-block: -.7rem;
  }

  .lp-legal .post-body li > p > a:only-child {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding-block: 0;
    margin-block: 0;
  }
  .lp-legal .post-body ul:has(> li > p > a:only-child) { gap: .125rem; }

  .lp-legal .post-body p:has(> br) { padding-left: 1.25rem; }
  .lp-legal .post-body p:has(> br) > strong {
    display: inline-block;
    margin-left: -1.25rem;
  }

  .lp-vdp .lp-h1 { line-height: 1.2; text-wrap: pretty; }
}

@media (max-width: 639.98px) {

  .lp-vdp .lp-card { padding: 1.25rem 1rem; }
  .lp-vdp .lp-cta { padding: 1.5rem 1rem; }

  .lp-toc .post-toc-link { padding: .625rem .75rem; }
}

@media (max-width: 1079.98px) {
  .lp-menucall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    padding: .5rem .75rem;
    border: 1px solid var(--color-border-default);
    border-radius: 6px;
    color: var(--color-fg);
    font-size: .875rem;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .15s ease, border-color .15s ease;
  }

  .lp-menucall__t { font-weight: 600; }
  .lp-menucall__n {
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    color: color-mix(in srgb, var(--color-fg) 68%, transparent);
  }
  .lp-menucall__ico { flex: none; color: var(--lp-petrol); }
  .lp-menucall:active {
    background: rgba(1, 63, 74, .06);
    border-color: rgba(1, 63, 74, .3);
  }
  .lp-menucall:focus-visible {
    outline: 2px solid var(--lp-petrol);
    outline-offset: 2px;
  }
}

@media (max-width: 1079.98px) {
  .lp-callm { font-weight: 600; }
  .lp-callm__ico { flex: none; }

  .lp-callm:hover .lp-callm__ico { transform: none; }
  .lp-callm__t { font-variant-numeric: tabular-nums; }
}

@media (max-width: 359.98px) {
  .lp-cta .lp-callm { padding-inline: .8rem; gap: .4rem; }
}

.lp-slab__acts {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
@media (max-width: 1079.98px) {
  .lp-slab__acts {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
    width: 100%;
  }
  .lp-slab__acts .lp-btn { width: 100%; }
}

@media (min-width: 1080px) {
  .lp-menucall { display: none; }
}

@media (max-width: 1079.98px) {
  .lp-contact__list a {
    color: var(--lp-turq-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.lp-note a {
  color: var(--lp-turq-dark);
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: from-font;
}
.lp-note a:hover { text-decoration-thickness: 2px; }

.lp-form [data-inline-error],
.lp-ask [data-inline-error] {
  margin: .6rem 0 0;
  font-size: .8125rem;
  color: #a01b1b;
  text-align: center;
}
.lp-form [data-inline-error]:empty,
.lp-ask [data-inline-error]:empty { display: none; }

@media (max-width: 1079.98px) {
  .lp-form .lp-note { order: 1; }
  .lp-form [data-inline-error] {
    order: 0;

    margin-top: 0;
    font-size: .9375rem;
    line-height: 1.45;
    text-align: left;
    background: #fdf0f0;
    border: 1px solid #e7b7b7;
    border-left: 3px solid #a01b1b;
    border-radius: 8px;
    padding: .7rem .85rem;
  }
}

.lp-form__error {
  margin: 0;
  font-size: .8125rem;
  line-height: 1.4;
  color: #a01b1b;
}
.lp-form__error:empty { display: none; }
.lp-form input.is-error,
.lp-form textarea.is-error { border-color: #a01b1b; }

@media (max-width: 1079.98px) {

  .lp-form__error { font-size: .875rem; }
}

.lp-ts-aviso {
  margin: .5rem 0 0;
  font-size: .875rem;
  line-height: 1.45;
  color: #a01b1b;
  background: #fdf0f0;
  border: 1px solid #e7b7b7;
  border-left: 3px solid #a01b1b;
  border-radius: 8px;
  padding: .7rem .85rem;
}
.lp-ts-aviso a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.lp-slab__acts { align-items: stretch; }
.lp-slab__acts .lp-btn--primary { border: 1px solid transparent; }
.lp-slab__acts .lp-btn { min-height: 3.25rem; }

.lp-callm {
  background: #fff;
  color: var(--lp-petrol);
  border: 1px solid rgba(1, 63, 74, .14);
  backdrop-filter: none;
}

.lp-callm:hover,
.lp-callm:focus-visible {
  background: #fff;
  border-color: var(--lp-turq);
  color: var(--lp-petrol);
}

.lp-callm:active {
  background: #f1f5f4;
  border-color: var(--lp-turq-dark);
  transform: translateY(0);
}
.lp-callm:focus-visible {
  outline: 2px solid var(--lp-petrol);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .lp-cta .lp-actions,
  .lp-slab__acts {
    flex-wrap: nowrap;
    width: min(24rem, 100%);
  }
  .lp-cta .lp-actions .lp-btn,
  .lp-slab__acts .lp-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
  }
}

.lp-cta .lp-callm {
  background: transparent;
  border-color: rgba(1, 63, 74, .3);
}
.lp-cta .lp-callm:hover,
.lp-cta .lp-callm:focus-visible {
  background: #fff;
  border-color: var(--lp-turq-dark);
}
.lp-cta .lp-callm:active {
  background: #eef3f2;
  border-color: var(--lp-turq-dark);
}

img[src*="bug-404"] {
  inset: 0;
  margin: auto;
  translate: none;
  transform: translateY(6px);
}
@media (min-width: 768px) {
  img[src*="bug-404"] { transform: translateY(9px); }
}

@media (max-width: 1079.98px) {

  .lp-marquee__row:active .lp-marquee__track,
  .lp-marquee__track:active { animation-play-state: paused; }

  .lp-marquee__track > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .3rem .4rem;
  }

  .lp-marquee__track img,
  .lp-marquee__track img.is-badge { height: 58px; max-width: 132px; }
  .lp-marquee__track img.is-word  { height: 29px; max-width: 172px; }

  .lp-marquee__lead {
    font-size: .65625rem;
    letter-spacing: .07em;
    line-height: 1.45;
    margin-bottom: .35rem;
  }
}

@media (max-width: 1039.98px) {
  .lp-chain__main { display: contents; }
  .lp-chain__h    { order: 1; }
  .lp-chain__steps { order: 2; }

  .lp-chain__go   { order: 3; margin-top: 0; justify-self: start; }
}

.lp-barra {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 45;
  display: none;
}
@media (max-width: 1079.98px) {
  .lp-barra {
    display: block;
    background: color-mix(in srgb, var(--lp-bone) 92%, #fff);
    border-top: 1px solid var(--color-border-default);
    box-shadow: 0 -6px 18px -12px rgba(1, 63, 74, .45);
    padding: .5rem .75rem;
    padding-bottom: calc(.5rem + env(safe-area-inset-bottom, 0px));

    transform: translateY(110%);
    visibility: hidden;
    transition: transform .22s ease, visibility 0s linear .22s;
  }
  .lp-barra.is-on {
    transform: none;
    visibility: visible;
    transition: transform .22s ease, visibility 0s;
  }
  .lp-barra__in {
    display: flex;
    align-items: stretch;
    gap: .5rem;
    max-width: 34rem;
    margin-inline: auto;
  }

  .lp-barra__cta,
  .lp-barra__tel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 48px;
    padding: .5rem .75rem;
    border-radius: 6px;
    font-size: .875rem;
    line-height: 1.15;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .15s ease, border-color .15s ease;
  }
  .lp-barra__cta {
    flex: 1.6 1 0;
    background: var(--lp-turq);
    border: 1px solid var(--lp-turq);
    color: var(--lp-petrol);
  }
  .lp-barra__cta:active { background: var(--lp-turq-dark); border-color: var(--lp-turq-dark); color: #fff; }
  .lp-barra__tel {
    flex: 1 1 0;
    background: #fff;
    border: 1px solid var(--color-border-default);
    color: var(--color-fg);
  }
  .lp-barra__tel:active { background: rgba(1, 63, 74, .06); border-color: rgba(1, 63, 74, .3); }
  .lp-barra__ico { flex: none; color: var(--lp-petrol); }
  .lp-barra__cta:focus-visible,
  .lp-barra__tel:focus-visible { outline: 2px solid var(--lp-petrol); outline-offset: 2px; }

  @media (prefers-reduced-motion: reduce) {
    .lp-barra { transition: none; }
    .lp-barra.is-on { transition: none; }
  }
}

@media (max-width: 1079.98px) {
  #navbar .mobile-overlay > :first-child { flex: none; }
  #navbar .mobile-overlay > :first-child > a { min-height: 88px; }
}

@media (max-width: 1079.98px) {
  :root:not(.dark) { --color-fg-subtitle: #5f5f59; }
}

@media (max-width: 1079.98px) {
  .lp-form input,
  .lp-form textarea { scroll-margin-top: 6rem; }
  .lp-otp input { scroll-margin-top: 14rem; }
}

.lp-legal .lp-tablewrap { max-width: 100%; }
.lp-legal .lp-tablewrap table { min-width: 30rem; }
@media (max-width: 767.98px) {
  .lp-legal .lp-tablewrap table { font-size: .875rem; }
}
