/* ============================================================
   blocks.css — one section per block, BEM naming
   ============================================================ */

/* ---------- noche (dark product theme, index only) ---------- */

html:has(> body.noche) {
    background: #001930;
}

.noche {
    background: #001930;
    color: rgba(255, 255, 255, 0.88);
}

.noche h1,
.noche h2,
.noche h3,
.noche h4 {
    color: #ffffff;
}

.noche .lead {
    color: rgba(255, 255, 255, 0.62);
}

.noche .topbar {
    background: #001930;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.noche .site-logo__name {
    color: #ffffff;
}

.noche .hamburger {
    border-color: rgba(255, 255, 255, 0.4);
}

.noche .hamburger__bar {
    background: #ffffff;
}

.noche .mainnav {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.noche .eyebrow {
    border-color: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.75);
}

.noche .section {
    border-bottom-color: rgba(255, 255, 255, 0.09);
}

.noche a {
    text-decoration-color: rgba(204, 255, 102, 0.6);
}

.noche .btn {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.noche .btn:hover,
.noche .btn--beam:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--dk);
}

.noche .btn--beam {
    background: var(--ac);
    border-color: var(--ac);
    color: var(--dk);
}

.noche .stats-strip__cell {
    border-color: rgba(255, 255, 255, 0.12);
}

.noche .stats-strip__num {
    color: var(--ac);
}

.noche .stats-strip__cap {
    color: rgba(255, 255, 255, 0.55);
}

.noche .outline-title {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.12);
}

.noche .veredicto-card {
    border-color: rgba(255, 255, 255, 0.18);
}

.noche .veredicto-card:hover {
    background: rgba(255, 255, 255, 0.045);
}

.noche .veredicto-card__meta,
.noche .veredicto-card__sum {
    color: rgba(255, 255, 255, 0.55);
}

.noche .veredicto-badge {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.85);
}

.noche .veredicto-badge--si {
    background: var(--ac);
    border-color: var(--ac);
    color: var(--dk);
}

.noche .veredicto-badge--parcial {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
}

.noche .veredicto-badge--no {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--dk);
}

.noche .steps__item {
    border-color: rgba(255, 255, 255, 0.12);
}

.noche .steps__item p {
    color: rgba(255, 255, 255, 0.55);
}

.noche .steps__item::before {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.55);
}

.noche .feature-card {
    border-color: rgba(255, 255, 255, 0.12);
}

.noche .feature-card p {
    color: rgba(255, 255, 255, 0.55);
}

.noche .feature-card__icon {
    background: rgba(204, 255, 102, 0.1);
}

.noche .fuentes-table caption {
    color: rgba(255, 255, 255, 0.55);
}

.noche .fuentes-table th {
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.85);
}

.noche .fuentes-table td {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.noche .fuentes-table {
    scrollbar-color: var(--ac) transparent;
}

.noche .metodo__figure img {
    border-color: rgba(255, 255, 255, 0.15);
}

.noche .metodo__figure figcaption {
    color: rgba(255, 255, 255, 0.5);
}

.noche .faq-deck {
    border-color: rgba(255, 255, 255, 0.18);
}

.noche .faq-deck__tabs {
    background: rgba(255, 255, 255, 0.04);
    border-bottom-color: rgba(255, 255, 255, 0.18);
}

.noche .faq-deck__tab {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.noche .faq-deck__tab[aria-selected='true'] {
    background: var(--ac);
    color: var(--dk);
}

.noche .plan-card {
    border-color: rgba(255, 255, 255, 0.18);
}

.noche .plan-card--beam {
    background: rgba(204, 255, 102, 0.06);
    border-color: var(--ac);
    color: inherit;
}

.noche .plan-card__price small {
    color: rgba(255, 255, 255, 0.55);
}

.noche .plan-card__list li {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.noche .plan-card__list li::before {
    color: var(--ac);
}

.noche .disclaimer-strip {
    background: rgba(255, 255, 255, 0.04);
    border-top-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.noche .page-hero {
    border-bottom-color: rgba(255, 255, 255, 0.09);
}

.noche .page-hero__meta {
    color: rgba(255, 255, 255, 0.55);
}

.noche .footer {
    background: #001930;
    border-top-color: var(--ac);
}

.noche .cookies-bar {
    background: #06213c;
    border-top-color: var(--ac);
}

.noche .cookies-bar__text {
    color: rgba(255, 255, 255, 0.85);
}

.noche .footer__note {
    color: rgba(255, 255, 255, 0.5);
}

.noche .footer__links a {
    text-decoration-color: rgba(255, 255, 255, 0.25);
}

.noche .footer__brand p {
    color: rgba(255, 255, 255, 0.55);
}

.noche .footer__col h3 {
    color: rgba(255, 255, 255, 0.5);
}

.noche .footer__col a,
.noche .footer__base a {
    text-decoration-color: rgba(255, 255, 255, 0.25);
}

.noche .footer__base {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.mainnav__meta {
    display: none;
}

@media (min-width: 48rem) {
    .noche .mainnav {
        background: #001930;
    }

    .noche .mainnav__link {
        border-left: none;
        border-right: none;
        color: rgba(255, 255, 255, 0.8);
        padding-left: 0;
        padding-right: 0;
    }

    .noche .mainnav__link:hover {
        background: transparent;
        box-shadow: inset 0 -0.125rem 0 var(--ac);
        color: #ffffff;
    }

    .noche .mainnav__list {
        align-items: center;
        gap: 2rem;
    }

    .noche .mainnav__list > li:first-child .mainnav__link {
        border-left: none;
    }

    .noche .mainnav__meta {
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: flex;
        font-size: 0.6875rem;
        gap: 0.5rem;
        letter-spacing: 0.08em;
        margin-left: auto;
        text-transform: uppercase;
    }

    .mainnav__pulse {
        animation: pulse-dot 2.2s ease-in-out infinite;
        background: var(--ac);
        border-radius: 50%;
        box-shadow: 0 0 0.5rem rgba(204, 255, 102, 0.8);
        height: 0.5rem;
        width: 0.5rem;
    }
}

@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

/* ---------- splash (product hero) ---------- */

.splash {
    background:
        radial-gradient(46rem 30rem at 82% 8%, rgba(204, 255, 102, 0.14), transparent 60%),
        linear-gradient(rgba(255, 255, 255, 0.045) 0.0625rem, transparent 0.0625rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0.0625rem, transparent 0.0625rem),
        linear-gradient(160deg, #001930 0%, var(--dk) 55%, #003a66 100%);
    background-size: auto, 3.5rem 3.5rem, 3.5rem 3.5rem, auto;
    color: var(--bg);
    overflow: hidden;
    position: relative;
}

.splash__grid {
    align-items: center;
    display: grid;
    gap: 3rem;
}

.splash__inner {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
    position: relative;
}

.splash__content {
    max-width: 38rem;
}

.splash__title {
    margin-bottom: 1.25rem;
}

.splash__title em {
    color: var(--ac);
    font-style: normal;
}

.splash__lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.splash__badges {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem 1.5rem;
    font-size: 0.8125rem;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.splash__badges li::before {
    color: var(--ac);
    content: '\2713\0020';
}

/* ---------- app-frame (product mockups) ---------- */

.app-frame {
    background: #06213c;
    border: 0.0625rem solid rgba(255, 255, 255, 0.16);
    border-radius: 0.625rem;
    box-shadow: 0 2.25rem 4.5rem rgba(0, 10, 22, 0.55), 0 0 0 0.375rem rgba(204, 255, 102, 0.05);
    overflow: hidden;
}

.app-frame--tilt {
    transform: rotate(-1.2deg);
}

.app-frame__bar {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: 0.4375rem;
    padding: 0.625rem 0.875rem;
}

.app-frame__dot {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    height: 0.5625rem;
    width: 0.5625rem;
}

.app-frame__dot:first-child {
    background: var(--ac);
}

.app-frame__url {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.6875rem;
    margin-left: 0.5rem;
}

.app-frame__body {
    display: grid;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1.375rem;
}

.app-frame__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    justify-content: space-between;
}

.app-frame__claim {
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Alegreya', Georgia, serif;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0;
}

.app-frame .veredicto-scale__labels {
    color: rgba(255, 255, 255, 0.5);
}

.app-frame .veredicto-scale__seg {
    background: rgba(255, 255, 255, 0.14);
}

.app-frame .veredicto-scale__seg--on {
    background: var(--ac);
}

.app-frame .veredicto-scale {
    margin-bottom: 0;
}

.fuente-line {
    align-items: center;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    font-size: 0.8125rem;
    gap: 0.625rem;
    justify-content: space-between;
    padding-top: 0.625rem;
}

.fuente-line__dot {
    background: var(--ac);
    border-radius: 50%;
    flex: 0 0 auto;
    height: 0.4375rem;
    width: 0.4375rem;
}

.fuente-line__dot--dim {
    background: rgba(255, 255, 255, 0.3);
}

.fuente-line__name {
    flex: 1 1 auto;
}

.fuente-line__peso {
    border: 0.0625rem solid rgba(255, 255, 255, 0.22);
    border-radius: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    padding: 0.125rem 0.5rem;
    text-transform: uppercase;
}

.app-frame__stats {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.app-frame__stat {
    background: rgba(255, 255, 255, 0.05);
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    padding: 0.5rem 0.625rem;
}

.app-frame__stat b {
    color: var(--ac);
    display: block;
    font-size: 1.125rem;
}

.app-frame__stat span {
    color: rgba(255, 255, 255, 0.55);
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ---------- feature grid (bento) ---------- */

.feature-grid {
    display: grid;
    gap: 1.25rem;
}

.feature-card--wide {
    display: grid;
    gap: 1.5rem;
}

.demo-bar {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 0.25rem;
    height: 0.375rem;
    overflow: hidden;
}

.demo-bar__fill {
    background: var(--ac);
    border-radius: 0.25rem;
    height: 100%;
    width: 64%;
}

.demo-lines {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.demo-lines li {
    border-left: 0.125rem solid var(--ac);
    margin-bottom: 0.375rem;
    padding-left: 0.5rem;
}

.feature-card {
    border: 0.0625rem solid var(--ln);
    padding: 1.5rem 1.375rem;
}

.feature-card__icon {
    align-items: center;
    background: var(--dk);
    border-radius: 0.5rem;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 2.5rem;
}

.feature-card__icon svg {
    stroke: var(--ac);
}

.feature-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: var(--mut);
    font-size: 0.9375rem;
    margin: 0;
}

/* ---------- producto (big report mockup) ---------- */

.producto {
    align-items: center;
    display: grid;
    gap: 2.5rem;
}

.producto__points {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.producto__points li {
    border-top: 0.0625rem solid var(--ln);
    padding: 0.75rem 0;
}

.producto__points b {
    display: block;
}

.producto__points span {
    color: var(--mut);
    font-size: 0.9375rem;
}

.informe-demo__summary {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8125rem;
    margin: 0;
}

.informe-demo__foot {
    align-items: center;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding-top: 0.875rem;
}

.informe-demo__pdf {
    background: var(--ac);
    border-radius: 0.25rem;
    color: var(--dk);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.375rem 0.875rem;
}

.informe-demo__stamp {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.6875rem;
}

/* ---------- acceso (sign-in page) ---------- */

.acceso {
    display: grid;
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
    place-items: center;
}

.acceso__card {
    border: 0.0625rem solid rgba(255, 255, 255, 0.18);
    max-width: 26rem;
    padding: 2rem 1.75rem;
    width: 100%;
}

.acceso__card h1 {
    font-size: 1.75rem;
    margin-bottom: 0.375rem;
}

.acceso__sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9375rem;
    margin-bottom: 1.75rem;
}

.acceso__sub--gap {
    margin-top: 1.5rem;
}

.acceso__msg {
    border-left: 0.125rem solid var(--ac);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    margin: 0 0 1rem;
    padding-left: 0.75rem;
}

.acceso__links {
    color: rgba(255, 255, 255, 0.65);
    display: grid;
    font-size: 0.875rem;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.acceso__links a {
    color: var(--ac);
}

/* ---------- plans ---------- */

.plans {
    display: grid;
    gap: 1.25rem;
}

.plan-card {
    border: 0.0625rem solid var(--fg);
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem;
}

.plan-card--beam {
    background: var(--dk);
    border-color: var(--dk);
    color: var(--bg);
}

.plan-card__tag {
    align-self: flex-start;
}

.plan-card__price {
    font-family: 'Alegreya', Georgia, serif;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 1rem 0 0.25rem;
}

.plan-card__price small {
    color: var(--mut);
    font-family: 'Alegreya Sans', 'Segoe UI', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

.plan-card--beam .plan-card__price small {
    color: rgba(255, 255, 255, 0.6);
}

.plan-card__list {
    flex: 1 1 auto;
    list-style: none;
    margin: 1rem 0 1.5rem;
    padding: 0;
}

.plan-card__list li {
    border-top: 0.0625rem solid var(--ln);
    font-size: 0.9375rem;
    padding: 0.625rem 0;
}

.plan-card--beam .plan-card__list li {
    border-top-color: rgba(255, 255, 255, 0.14);
}

.plan-card__list li::before {
    color: var(--fg);
    content: '\2713\0020\0020';
}

.plan-card--beam .plan-card__list li::before {
    color: var(--ac);
}

/* ---------- faro-scan (progress panel) ---------- */

.splash__scan {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.faro-scan__panel {
    background: rgba(255, 255, 255, 0.04);
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 1.75rem 1.5rem;
    position: relative;
}

.faro-scan__panel::after {
    animation: beam-sweep 2.8s linear infinite;
    background: linear-gradient(90deg, transparent, var(--ac), transparent);
    content: '';
    height: 0.125rem;
    left: -40%;
    position: absolute;
    top: 0;
    width: 40%;
}

.faro-scan__status {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.faro-scan__stage {
    font-family: 'Alegreya', Georgia, serif;
    font-size: 1.25rem;
    margin: 0;
}

.faro-scan__pct {
    color: var(--ac);
    font-size: 1.125rem;
}

.faro-scan__bar {
    background: rgba(255, 255, 255, 0.14);
    height: 0.5rem;
    margin-bottom: 1.75rem;
    position: relative;
}

.faro-scan__fill {
    background: var(--ac);
    height: 100%;
    transition: width 0.4s ease-out;
    width: 0;
}

.faro-scan__meters {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.16);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 0.0625rem;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 1.5rem;
}

.faro-scan__meter {
    padding: 0.875rem 0.5rem;
    text-align: center;
}

.faro-scan__meter + .faro-scan__meter {
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.16);
}

.faro-scan__num {
    color: var(--ac);
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
}

.faro-scan__cap {
    color: rgba(255, 255, 255, 0.65);
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.faro-scan__log {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8125rem;
    list-style: none;
    margin: 0;
    max-height: 9.5rem;
    overflow: hidden;
    padding: 0;
}

.faro-scan__log li {
    border-left: 0.125rem solid var(--ac);
    margin-bottom: 0.375rem;
    padding-left: 0.625rem;
}

.faro-scan__log li:first-child {
    color: var(--bg);
}

@keyframes beam-sweep {
    from {
        left: -40%;
    }

    to {
        left: 100%;
    }
}

/* ---------- informe-velado (blurred teaser + registration) ---------- */

.informe-velado {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.informe-velado__stamp {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
}

.informe-velado__sheet {
    background: var(--bg);
    color: var(--dk);
    overflow: hidden;
    padding: 1.75rem 1.5rem 0;
    position: relative;
}

.informe-velado__tag {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.informe-velado__claim {
    font-family: 'Alegreya', Georgia, serif;
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    overflow-wrap: anywhere;
}

.informe-velado__blur {
    filter: blur(0.3125rem);
    pointer-events: none;
    user-select: none;
}

.informe-velado__fade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--bg) 82%);
    bottom: 0;
    height: 11rem;
    left: 0;
    position: absolute;
    right: 0;
}

.informe-velado__lock {
    bottom: 1.25rem;
    left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    text-align: center;
}

.informe-velado__lock p {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.informe-velado__lock span {
    color: var(--mut);
    font-size: 0.875rem;
}

/* ---------- veredicto scale + badges ---------- */

.veredicto-scale {
    margin-bottom: 1.5rem;
}

.veredicto-scale__track {
    display: grid;
    gap: 0.1875rem;
    grid-template-columns: repeat(4, 1fr);
}

.veredicto-scale__seg {
    background: var(--ln);
    height: 0.625rem;
}

.veredicto-scale__seg--on {
    background: var(--ac);
}

.veredicto-scale__labels {
    color: var(--mut);
    display: flex;
    font-size: 0.6875rem;
    justify-content: space-between;
    letter-spacing: 0.04em;
    margin-top: 0.375rem;
    text-transform: uppercase;
}

.veredicto-badge {
    border: 0.0625rem solid var(--fg);
    display: inline-block;
    font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.625rem;
    text-transform: uppercase;
}

.veredicto-badge--si {
    background: var(--ac);
    border-color: var(--ac);
    color: var(--dk);
}

.veredicto-badge--parcial {
    background: var(--bg);
    color: var(--fg);
}

.veredicto-badge--no {
    background: var(--fg);
    color: var(--bg);
}

/* ---------- veredicto-card (news grid) ---------- */

.veredicto-grid {
    display: grid;
    gap: 1.25rem;
}

.veredicto-card {
    border: 0.0625rem solid var(--fg);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.375rem;
    position: relative;
    transition: background 0.15s;
}

.veredicto-card:hover {
    background: #f4f8fb;
}

.veredicto-card__meta {
    align-items: center;
    color: var(--mut);
    display: flex;
    font-size: 0.75rem;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.veredicto-card__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.veredicto-card__title a {
    text-decoration: none;
}

.veredicto-card__title a::after {
    content: '';
    inset: 0;
    position: absolute;
}

.veredicto-card__title a:hover {
    background: transparent;
    color: inherit;
}

.veredicto-card__sum {
    color: var(--mut);
    flex: 1 1 auto;
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
}

.veredicto-card__foot {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.veredicto-card__more {
    font-weight: 700;
}

/* ---------- steps (como funciona) ---------- */

.steps {
    counter-reset: paso;
    display: grid;
    gap: 0.0625rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.steps__item {
    border: 0.0625rem solid var(--ln);
    counter-increment: paso;
    padding: 1.75rem 1.5rem;
}

.steps__item::before {
    color: var(--ac);
    content: counter(paso, decimal-leading-zero);
    display: block;
    font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    -webkit-text-stroke: 0.0625rem var(--fg);
}

.steps__item h3 {
    margin-bottom: 0.5rem;
}

.steps__item p {
    color: var(--mut);
    font-size: 0.9375rem;
    margin: 0;
}

/* ---------- fuentes-table (methodology compare table) ---------- */

.fuentes-table {
    overflow-x: auto;
    scrollbar-color: var(--fg) transparent;
    scrollbar-width: thin;
}

.fuentes-table table {
    min-width: 34rem;
}

.fuentes-table caption {
    caption-side: top;
    color: var(--mut);
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
    text-align: left;
}

.fuentes-table th {
    background: var(--fg);
    color: var(--bg);
    font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 0.75rem 0.875rem;
    text-align: left;
    text-transform: uppercase;
}

.fuentes-table td {
    border-bottom: 0.0625rem solid var(--ln);
    font-size: 0.9375rem;
    padding: 0.75rem 0.875rem;
    vertical-align: top;
}

.fuentes-table td:first-child {
    font-weight: 700;
    white-space: nowrap;
}

/* ---------- metodologia media split ---------- */

.metodo {
    display: grid;
    gap: 2.5rem;
}

.metodo__figure {
    margin: 0;
}

.metodo__figure img {
    border: 0.0625rem solid var(--ln);
    max-height: clamp(18rem, 46vh, 30rem);
    object-fit: cover;
    width: 100%;
}

.metodo__figure figcaption {
    color: var(--mut);
    font-size: 0.8125rem;
    padding-top: 0.5rem;
}

/* ---------- faq-deck (tab console) ---------- */

.faq-deck {
    border: 0.0625rem solid var(--fg);
    display: grid;
}

.faq-deck__tabs {
    background: #f4f8fb;
    border-bottom: 0.0625rem solid var(--fg);
    display: flex;
    flex-direction: column;
}

.faq-deck__tab {
    background: none;
    border: none;
    border-bottom: 0.0625rem solid var(--ln);
    color: var(--fg);
    cursor: pointer;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0.875rem 1.125rem;
    text-align: left;
}

.faq-deck__tab:hover {
    background: var(--ac);
    color: var(--dk);
}

.faq-deck__tab[aria-selected='true'] {
    background: var(--fg);
    color: var(--bg);
}

.faq-deck__panel {
    padding: 1.5rem 1.375rem;
}

.faq-deck__panel[hidden] {
    display: none;
}

.faq-deck__panel p:last-child {
    margin-bottom: 0;
}

/* ---------- stats strip ---------- */

.stats-strip {
    display: grid;
    gap: 0.0625rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.stats-strip__cell {
    border: 0.0625rem solid var(--ln);
    padding: 1.125rem 1.25rem;
}

.stats-strip__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.stats-strip__cap {
    color: var(--mut);
    display: block;
    font-size: 0.8125rem;
}

/* ---------- cta-beam ---------- */

.cta-beam {
    align-items: center;
    display: grid;
    gap: 2rem;
}

.cta-beam__figure {
    margin: 0;
}

.cta-beam__figure img {
    border: 0.0625rem solid var(--ln);
    max-height: clamp(16rem, 44vh, 26rem);
    object-fit: cover;
    width: 100%;
}

/* ---------- cierre (closing conversion block) ---------- */

.cierre {
    background:
        radial-gradient(44rem 30rem at 50% 118%, rgba(204, 255, 102, 0.16), transparent 62%),
        linear-gradient(rgba(255, 255, 255, 0.035) 0.0625rem, transparent 0.0625rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0.0625rem, transparent 0.0625rem);
    background-size: auto, 3.5rem 3.5rem, 3.5rem 3.5rem;
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
}

.cierre__grid {
    align-items: center;
    display: grid;
    gap: 3rem;
}

.cierre__title {
    margin-bottom: 1rem;
}

.cierre__title em {
    color: var(--ac);
    font-style: normal;
}

.cierre__lead {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cierre__trust {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    gap: 0.375rem 1.5rem;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.cierre__trust li::before {
    color: var(--ac);
    content: '\2713\0020';
}

.cierre__figure {
    margin: 0;
}

.cierre__figure img {
    border: 0.0625rem solid rgba(255, 255, 255, 0.18);
    border-radius: 0.625rem;
    box-shadow: 0 2.25rem 4.5rem rgba(0, 10, 22, 0.55);
    max-height: clamp(15rem, 40vh, 24rem);
    object-fit: cover;
    transform: rotate(1.4deg);
    width: 100%;
}

.cierre__figure figcaption {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8125rem;
    padding-top: 0.875rem;
    text-align: right;
}

/* ---------- outline decorative title ---------- */

.outline-title {
    color: transparent;
    font-family: 'Alegreya', Georgia, serif;
    font-size: clamp(3rem, 9vw, 6.5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    user-select: none;
    -webkit-text-stroke: 0.0625rem var(--ln);
}

@supports not (-webkit-text-stroke: 0.0625rem #000000) {
    .outline-title {
        color: var(--ln);
    }
}

/* ---------- page-hero (inner pages) ---------- */

.page-hero {
    border-bottom: 0.0625rem solid var(--ln);
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.page-hero__meta {
    align-items: center;
    color: var(--mut);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    gap: 0.5rem 1.25rem;
    margin-top: 1rem;
}

/* ---------- analisis (article + sticky summary) ---------- */

.analisis {
    display: grid;
    gap: 2.5rem;
    padding-bottom: 4rem;
    padding-top: 2.5rem;
}

.analisis__aside {
    align-self: start;
}

.analisis__panel {
    border: 0.0625rem solid var(--fg);
    padding: 1.375rem 1.25rem;
}

.analisis__panel h2 {
    font-size: 1.0625rem;
    margin-bottom: 1rem;
}

.analisis__facts {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}

.analisis__facts li {
    border-top: 0.0625rem solid var(--ln);
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.analisis__facts b {
    font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
    font-weight: 400;
}

.analisis__body h2 {
    border-top: 0.1875rem solid var(--fg);
    font-size: 1.5rem;
    margin-top: 2.25rem;
    padding-top: 1rem;
}

.analisis__body h2:first-child {
    margin-top: 0;
}

.analisis__body blockquote {
    border-left: 0.1875rem solid var(--ac);
    color: var(--mut);
    font-family: 'Alegreya', Georgia, serif;
    font-size: 1.125rem;
    margin: 1.5rem 0;
    padding: 0.25rem 0 0.25rem 1.25rem;
}

.analisis__note {
    background: #f4f8fb;
    border: 0.0625rem solid var(--ln);
    font-size: 0.875rem;
    margin-top: 2.5rem;
    padding: 1rem 1.125rem;
}

/* ---------- legal prose ---------- */

.prose {
    padding-bottom: 4rem;
    padding-top: 2.5rem;
}

.prose h2 {
    font-size: 1.375rem;
    margin-top: 2rem;
}

.prose--center {
    text-align: center;
}

/* ---------- disclaimer strip ---------- */

.disclaimer-strip {
    background: #f4f8fb;
    border-top: 0.0625rem solid var(--ln);
    color: var(--mut);
    font-size: 0.8125rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
}

.disclaimer-strip p {
    margin: 0;
}

/* ---------- cookies-bar (bottom strip) ---------- */

.cookies-bar {
    background: var(--bg);
    border-top: 0.1875rem solid var(--fg);
    bottom: 0;
    left: 0;
    padding: 1rem 0;
    position: fixed;
    right: 0;
    z-index: 50;
}

.cookies-bar__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.cookies-bar__text {
    flex: 1 1 18rem;
    font-size: 0.875rem;
    margin: 0;
}

.cookies-bar__actions {
    display: flex;
    gap: 0.75rem;
}

.cookies-bar__actions .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1.125rem;
}

/* ---------- reveal (io) ---------- */

html.js .reveal {
    opacity: 0;
    transform: translateY(0.875rem);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

html.js .reveal.appeared {
    opacity: 1;
    transform: none;
}

/* ---------- desktop layouts ---------- */

@media (min-width: 48rem) {
    .splash__grid {
        grid-template-columns: 1.05fr 0.95fr;
    }

    .cierre__grid {
        grid-template-columns: 1.1fr 0.9fr;
    }

    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .feature-card--wide {
        align-items: center;
        grid-column: span 2;
        grid-template-columns: 1fr 1fr;
    }

    .producto {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .plans {
        grid-template-columns: repeat(2, 1fr);
    }

    .veredicto-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .informe-velado {
        grid-template-columns: 1.2fr 1fr;
    }

    .metodo {
        grid-template-columns: 1.1fr 0.9fr;
    }

    .cta-beam {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .faq-deck {
        grid-template-columns: 16rem 1fr;
    }

    .faq-deck__tabs {
        border-bottom: none;
        border-right: 0.0625rem solid var(--fg);
    }

    .analisis {
        grid-template-columns: 17rem 1fr;
    }

    .analisis__aside {
        position: sticky;
        top: 1.5rem;
    }

    .splash__inner {
        padding-bottom: 6.5rem;
        padding-top: 6.5rem;
    }

    .splash__photo {
        height: 100%;
        inset: 0;
        position: absolute;
    }

    .splash__veil {
        background: linear-gradient(102deg, rgba(0, 25, 48, 0.95) 0%, rgba(0, 25, 48, 0.88) 44%, rgba(0, 40, 77, 0.35) 78%, rgba(0, 40, 77, 0.08) 100%);
        display: block;
        inset: 0;
        position: absolute;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.js .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .faro-scan__panel::after {
        animation: none;
    }

    .mainnav__pulse {
        animation: none;
    }
}
