:root {
    --mr0-ink: #20263a;
    --mr0-navy: #151c36;
    --mr0-cyan: #5b61ff;
    --mr0-muted: #667085;
    --mr0-line: #d9e2ec;
    --mr0-soft: #f6f7fc;
    --mr0-white: #ffffff;
    --mr0-shadow: 0 18px 48px rgba(21, 28, 54, 0.12);
    --mr0-radius: 22px;
    --mr0-max: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--mr0-ink);
    background: var(--mr0-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

body.nav-open {
    overflow: hidden;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.site-shell {
    width: min(calc(100% - 40px), var(--mr0-max));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 999;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    color: var(--mr0-white);
    background: var(--mr0-navy);
    border-radius: 8px;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Cabecera global */
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(16px);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
    border-bottom-color: var(--mr0-line);
    box-shadow: 0 8px 30px rgba(21, 28, 54, 0.08);
}

.site-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand__mark {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--mr0-white);
    background: linear-gradient(135deg, var(--mr0-navy), #343b77);
    border-radius: 14px;
    font-weight: 900;
    letter-spacing: -0.07em;
}

.brand__text {
    display: grid;
    line-height: 1.15;
}

.brand__text strong {
    color: var(--mr0-navy);
    font-size: 1.05rem;
}

.brand__text small {
    margin-top: 5px;
    color: var(--mr0-muted);
    font-size: 0.73rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-nav a {
    padding: 10px 13px;
    color: var(--mr0-ink);
    border-radius: 10px;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--mr0-navy);
    background: var(--mr0-soft);
}

.main-nav .main-nav__cta {
    margin-left: 6px;
    color: var(--mr0-white);
    background: var(--mr0-navy);
}

.main-nav .main-nav__cta:hover,
.main-nav .main-nav__cta:focus-visible {
    color: var(--mr0-white);
    background: #343b77;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 42px;
    padding: 9px;
    background: transparent;
    border: 1px solid var(--mr0-line);
    border-radius: 11px;
    cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--mr0-navy);
    transition: transform 180ms ease, opacity 180ms ease;
}

/* Portada */
.mr0-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 10vw, 132px) 0 88px;
    background:
        radial-gradient(circle at 85% 20%, rgba(18, 175, 192, 0.18), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
}

.mr0-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 430px;
    height: 430px;
    border: 80px solid rgba(21, 28, 54, 0.04);
    border-radius: 50%;
}

.mr0-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: center;
    gap: clamp(42px, 7vw, 90px);
}

.mr0-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    color: var(--mr0-navy);
    background: rgba(18, 175, 192, 0.11);
    border: 1px solid rgba(18, 175, 192, 0.24);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.mr0-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--mr0-cyan);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(18, 175, 192, 0.13);
}

.mr0-hero h1 {
    max-width: 820px;
    margin: 24px 0 22px;
    color: var(--mr0-navy);
    font-size: clamp(2.55rem, 6vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.mr0-hero h1 span {
    color: var(--mr0-cyan);
}

.mr0-hero__lead {
    max-width: 690px;
    margin: 0;
    color: var(--mr0-muted);
    font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.mr0-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.mr0-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mr0-button:hover {
    transform: translateY(-2px);
}

.mr0-button--primary {
    color: var(--mr0-white);
    background: var(--mr0-navy);
    box-shadow: 0 12px 24px rgba(21, 28, 54, 0.2);
}

.mr0-button--secondary {
    color: var(--mr0-navy);
    background: var(--mr0-white);
    border-color: var(--mr0-line);
}

.mr0-hero__panel {
    position: relative;
    padding: 26px;
    color: var(--mr0-white);
    background: var(--mr0-navy);
    border-radius: 28px;
    box-shadow: var(--mr0-shadow);
}

.mr0-hero__panel::before {
    content: "";
    position: absolute;
    inset: 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    pointer-events: none;
}

.mr0-browser {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f8fbfd;
    border-radius: 16px;
}

.mr0-browser__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px;
    background: #e9f0f5;
}

.mr0-browser__bar span {
    width: 9px;
    height: 9px;
    background: #b9c9d6;
    border-radius: 50%;
}

.mr0-browser__screen {
    min-height: 300px;
    padding: 30px;
    color: var(--mr0-ink);
}

.mr0-browser__logo {
    width: 62px;
    height: 18px;
    margin-bottom: 44px;
    background: var(--mr0-navy);
    border-radius: 5px;
}

.mr0-browser__title {
    width: 86%;
    height: 22px;
    margin-bottom: 12px;
    background: var(--mr0-navy);
    border-radius: 6px;
}

.mr0-browser__title:nth-child(3) {
    width: 62%;
    background: var(--mr0-cyan);
}

.mr0-browser__text {
    width: 92%;
    height: 9px;
    margin-top: 26px;
    background: #cbd8e2;
    border-radius: 9px;
    box-shadow: 0 17px 0 #dbe5ec, 0 34px 0 #dbe5ec;
}

.mr0-browser__buttons {
    display: flex;
    gap: 10px;
    margin-top: 66px;
}

.mr0-browser__buttons span {
    width: 92px;
    height: 34px;
    background: var(--mr0-navy);
    border-radius: 8px;
}

.mr0-browser__buttons span:last-child {
    background: #dce7ee;
}

/* Secciones */
.mr0-section {
    padding: clamp(72px, 9vw, 116px) 0;
}

.mr0-section--soft {
    background: var(--mr0-soft);
}

.mr0-section__head {
    max-width: 760px;
    margin-bottom: 44px;
}

.mr0-section__head h2 {
    margin: 13px 0 14px;
    color: var(--mr0-navy);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.mr0-section__head p {
    margin: 0;
    color: var(--mr0-muted);
    font-size: 1.08rem;
}

.mr0-grid {
    display: grid;
    gap: 20px;
}

.mr0-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.mr0-card {
    padding: 28px;
    background: var(--mr0-white);
    border: 1px solid var(--mr0-line);
    border-radius: var(--mr0-radius);
    box-shadow: 0 10px 30px rgba(21, 28, 54, 0.045);
}

.mr0-card__number {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    place-items: center;
    color: var(--mr0-white);
    background: var(--mr0-navy);
    border-radius: 12px;
    font-weight: 900;
}

.mr0-card h3 {
    margin: 0 0 10px;
    color: var(--mr0-navy);
    font-size: 1.24rem;
}

.mr0-card p {
    margin: 0;
    color: var(--mr0-muted);
}

.mr0-card ul {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--mr0-muted);
}

.mr0-process {
    counter-reset: step;
}

.mr0-process .mr0-card {
    position: relative;
}

.mr0-process .mr0-card::after {
    content: "0" counter(step);
    counter-increment: step;
    position: absolute;
    right: 20px;
    top: 8px;
    color: rgba(21, 28, 54, 0.06);
    font-size: 4.5rem;
    font-weight: 950;
    line-height: 1;
}

.mr0-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: clamp(38px, 7vw, 90px);
}

.mr0-quote {
    padding: 34px;
    color: var(--mr0-white);
    background: linear-gradient(145deg, var(--mr0-navy), #343b77);
    border-radius: 28px;
    box-shadow: var(--mr0-shadow);
}

.mr0-quote p {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.mr0-checks {
    display: grid;
    gap: 16px;
}

.mr0-check {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    align-items: start;
}

.mr0-check__icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--mr0-white);
    background: var(--mr0-cyan);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 900;
}

.mr0-check strong {
    display: block;
    color: var(--mr0-navy);
}

.mr0-check p {
    margin: 3px 0 0;
    color: var(--mr0-muted);
}

.mr0-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(38px, 6vw, 68px);
    color: var(--mr0-white);
    background: var(--mr0-navy);
    border-radius: 30px;
    box-shadow: var(--mr0-shadow);
}

.mr0-cta::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -120px;
    width: 280px;
    height: 280px;
    border: 54px solid rgba(18, 175, 192, 0.18);
    border-radius: 50%;
}

.mr0-cta__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.mr0-cta h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.mr0-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
}

.mr0-cta .mr0-button {
    margin-top: 26px;
    color: var(--mr0-navy);
    background: var(--mr0-white);
}

.mr0-standard-page {
    width: min(calc(100% - 40px), 860px);
    margin: 0 auto;
    padding: 70px 0 100px;
}

.mr0-standard-page h1,
.mr0-standard-page h2,
.mr0-standard-page h3 {
    color: var(--mr0-navy);
}

.site-footer {
    padding: 34px 0;
    color: rgba(255, 255, 255, 0.76);
    background: #091f38;
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-footer strong {
    color: var(--mr0-white);
}

.site-footer p {
    margin: 4px 0 0;
    font-size: 0.9rem;
}

/* Animaciones progresivas: si JS falla, todo sigue visible */
.has-js .js-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 500ms ease;
}

.has-js .js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 960px) {
    .mr0-hero__grid,
    .mr0-split {
        grid-template-columns: 1fr;
    }

    .mr0-hero__panel {
        max-width: 610px;
    }

    .mr0-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mr0-grid--3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .site-shell {
        width: min(calc(100% - 28px), var(--mr0-max));
    }

    .brand__text small {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        inset: 78px 14px auto;
        display: grid;
        gap: 6px;
        padding: 14px;
        background: var(--mr0-white);
        border: 1px solid var(--mr0-line);
        border-radius: 16px;
        box-shadow: var(--mr0-shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .nav-open .main-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .main-nav a {
        padding: 13px;
    }

    .main-nav .main-nav__cta {
        margin-left: 0;
        text-align: center;
    }

    .nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mr0-hero {
        padding-top: 64px;
    }

    .mr0-grid--4 {
        grid-template-columns: 1fr;
    }

    .site-footer__inner {
        display: grid;
    }
}

@media (max-width: 520px) {
    .mr0-hero h1 {
        font-size: 2.7rem;
    }

    .mr0-actions {
        display: grid;
    }

    .mr0-button {
        width: 100%;
    }

    .mr0-browser__screen {
        min-height: 250px;
        padding: 24px;
    }
}


/* Navegación entre páginas */
.main-nav a.is-active:not(.main-nav__cta) {
    color: var(--mr0-navy);
    background: var(--mr0-soft);
}

.main-nav .main-nav__cta.is-active {
    box-shadow: 0 0 0 3px rgba(18, 175, 192, 0.22);
}

/* Páginas interiores */
.mr0-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 9vw, 112px) 0 clamp(58px, 7vw, 88px);
    background:
        radial-gradient(circle at 86% 18%, rgba(18, 175, 192, 0.17), transparent 25rem),
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
    border-bottom: 1px solid var(--mr0-line);
}

.mr0-page-hero::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -210px;
    width: 380px;
    height: 380px;
    border: 70px solid rgba(21, 28, 54, 0.035);
    border-radius: 50%;
}

.mr0-page-hero__content {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.mr0-page-hero h1 {
    margin: 22px 0 18px;
    color: var(--mr0-navy);
    font-size: clamp(2.55rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.mr0-page-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--mr0-muted);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.mr0-page-main {
    padding: clamp(68px, 8vw, 104px) 0;
}

.mr0-prose {
    max-width: 820px;
}

.mr0-prose h2 {
    margin: 0 0 18px;
    color: var(--mr0-navy);
    font-size: clamp(1.85rem, 4vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.mr0-prose h3 {
    margin: 36px 0 10px;
    color: var(--mr0-navy);
    font-size: 1.35rem;
}

.mr0-prose p,
.mr0-prose li {
    color: var(--mr0-muted);
}

.mr0-prose p {
    margin: 0 0 18px;
}

.mr0-prose ul {
    padding-left: 22px;
}

.mr0-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
    gap: clamp(38px, 7vw, 88px);
    align-items: start;
}

.mr0-sticky-box {
    position: sticky;
    top: 112px;
    padding: 30px;
    color: var(--mr0-white);
    background: var(--mr0-navy);
    border-radius: 24px;
    box-shadow: var(--mr0-shadow);
}

.mr0-sticky-box h2,
.mr0-sticky-box h3 {
    margin-top: 0;
    color: var(--mr0-white);
}

.mr0-sticky-box p {
    color: rgba(255, 255, 255, 0.76);
}

.mr0-sticky-box .mr0-button {
    width: 100%;
    margin-top: 12px;
    color: var(--mr0-navy);
    background: var(--mr0-white);
}

.mr0-service-list {
    display: grid;
    gap: 18px;
}

.mr0-service-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
    background: var(--mr0-white);
    border: 1px solid var(--mr0-line);
    border-radius: 18px;
}

.mr0-service-row__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--mr0-white);
    background: var(--mr0-navy);
    border-radius: 13px;
    font-weight: 900;
}

.mr0-service-row h3 {
    margin: 0 0 7px;
    color: var(--mr0-navy);
}

.mr0-service-row p {
    margin: 0;
    color: var(--mr0-muted);
}

.mr0-note {
    padding: 24px 26px;
    background: rgba(18, 175, 192, 0.09);
    border-left: 5px solid var(--mr0-cyan);
    border-radius: 0 16px 16px 0;
}

.mr0-note strong {
    color: var(--mr0-navy);
}

.mr0-contact-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.mr0-contact-option {
    padding: 28px;
    background: var(--mr0-white);
    border: 1px solid var(--mr0-line);
    border-radius: 20px;
}

.mr0-contact-option h3 {
    margin: 0 0 8px;
    color: var(--mr0-navy);
}

.mr0-contact-option p {
    margin: 0 0 18px;
    color: var(--mr0-muted);
}

.mr0-inline-link {
    color: var(--mr0-navy);
    font-weight: 800;
    text-decoration-color: var(--mr0-cyan);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

@media (max-width: 900px) {
    .mr0-content-grid {
        grid-template-columns: 1fr;
    }

    .mr0-sticky-box {
        position: static;
    }
}

@media (max-width: 680px) {
    .mr0-contact-options {
        grid-template-columns: 1fr;
    }

    .mr0-service-row {
        grid-template-columns: 1fr;
    }
}

/* Identidad EnOnline */
:root { --en-mint:#20c997; --en-warm:#ffb454; }
.brand__mark { background:linear-gradient(135deg,var(--mr0-navy),var(--mr0-cyan)); letter-spacing:-.08em; text-transform:lowercase; }
.brand__text strong { letter-spacing:-.035em; }
.brand--footer .brand__text strong { color:#fff; }
.main-nav a.is-active:not(.main-nav__cta) { color:var(--mr0-navy); background:var(--mr0-soft); }
.mr0-hero { background:radial-gradient(circle at 85% 18%,rgba(91,97,255,.17),transparent 28rem),radial-gradient(circle at 73% 82%,rgba(32,201,151,.11),transparent 22rem),linear-gradient(180deg,#fff 0%,#f7f8ff 100%); }
.mr0-eyebrow::before,.mr0-check__icon { background:var(--en-mint); }
.mr0-eyebrow { background:rgba(91,97,255,.08); border-color:rgba(91,97,255,.2); }
.mr0-hero h1 span { color:var(--mr0-cyan); }

/* Precios */
.price-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.price-card { position:relative; display:flex; flex-direction:column; padding:30px; background:#fff; border:1px solid var(--mr0-line); border-radius:24px; }
.price-card--featured { color:#fff; background:var(--mr0-navy); border-color:var(--mr0-navy); box-shadow:var(--mr0-shadow); }
.price-badge { position:absolute; top:17px; right:17px; padding:6px 9px; color:var(--mr0-navy); background:var(--en-mint); border-radius:999px; font-size:.7rem; font-weight:900; text-transform:uppercase; }
.price-card h3 { margin:0 0 6px; color:var(--mr0-navy); font-size:1.3rem; }
.price-card--featured h3,.price-card--featured li,.price-card--featured .price { color:#fff; }
.price-card>p { min-height:54px; margin:0; color:var(--mr0-muted); }
.price-card--featured>p { color:rgba(255,255,255,.72); }
.price { margin:24px 0 4px; color:var(--mr0-navy); font-size:2.55rem; font-weight:950; line-height:1; letter-spacing:-.055em; }
.price small { font-size:.78rem; font-weight:700; letter-spacing:0; }
.price-card ul { display:grid; gap:10px; margin:25px 0 29px; padding:0; list-style:none; }
.price-card li { position:relative; padding-left:25px; color:var(--mr0-ink); font-size:.93rem; }
.price-card li::before { content:'✓'; position:absolute; left:0; color:var(--en-mint); font-weight:950; }
.price-card .mr0-button { width:100%; margin-top:auto; }

/* Captación */
.lead-section { padding:clamp(72px,9vw,116px) 0; background:radial-gradient(circle at 8% 12%,rgba(32,201,151,.11),transparent 24rem),var(--mr0-soft); border-top:1px solid var(--mr0-line); }
.lead-layout { display:grid; grid-template-columns:minmax(0,.82fr) minmax(400px,1.18fr); align-items:start; gap:clamp(42px,8vw,90px); }
.lead-copy h2 { margin:15px 0 16px; color:var(--mr0-navy); font-size:clamp(2.1rem,4.5vw,3.8rem); line-height:1.03; letter-spacing:-.05em; }
.lead-copy>p { margin:0; color:var(--mr0-muted); font-size:1.07rem; }
.direct-contact { display:grid; gap:10px; margin-top:27px; }
.direct-contact a { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 16px; background:#fff; border:1px solid var(--mr0-line); border-radius:13px; text-decoration:none; }
.direct-contact span { color:var(--mr0-muted); font-size:.82rem; }
.direct-contact strong { color:var(--mr0-navy); font-size:.94rem; }
.form-promises { display:grid; gap:8px; margin:23px 0 0; padding:0; list-style:none; }
.form-promises li { position:relative; padding-left:27px; font-size:.91rem; }
.form-promises li::before { content:'✓'; position:absolute; left:0; color:var(--en-mint); font-weight:950; }
.lead-card { padding:clamp(24px,4vw,38px); background:#fff; border:1px solid var(--mr0-line); border-radius:24px; box-shadow:var(--mr0-shadow); }
.lead-card form { display:grid; gap:16px; }
.lead-card .form-field { margin:0; }
.lead-card label,.lead-card .form-label { display:block; margin-bottom:7px; color:var(--mr0-navy); font-size:.9rem; font-weight:760; }
.lead-card input:not([type=checkbox]),.lead-card select,.lead-card textarea { width:100%; min-height:49px; padding:11px 13px; color:var(--mr0-ink); background:#fff; border:1px solid #bec5d1; border-radius:11px; outline:none; }
.lead-card textarea { min-height:145px; resize:vertical; }
.lead-card input:focus,.lead-card select:focus,.lead-card textarea:focus { border-color:var(--mr0-cyan); box-shadow:0 0 0 4px rgba(91,97,255,.12); }
.lead-card .buttons { margin-top:3px; }
.lead-card button[type=submit],.lead-card input[type=submit] { width:100%; min-height:52px; padding:13px 20px; color:#fff; background:var(--mr0-cyan); border:0; border-radius:12px; font-weight:850; cursor:pointer; }
.lead-card button[type=submit]:hover,.lead-card input[type=submit]:hover { background:#444bd8; }
.form-note { margin:17px 0 0; color:var(--mr0-muted); font-size:.77rem; }

/* WhatsApp */
.whatsapp-float { position:fixed; z-index:90; right:22px; bottom:22px; display:inline-flex; align-items:center; gap:9px; padding:9px 13px 9px 9px; color:#07392c; background:#7be6c2; border:1px solid rgba(7,57,44,.15); border-radius:999px; box-shadow:0 12px 28px rgba(21,28,54,.2); text-decoration:none; }
.whatsapp-float span { display:grid; width:31px; height:31px; place-items:center; color:#fff; background:#148e69; border-radius:50%; font-size:.63rem; font-weight:950; }
.whatsapp-float strong { font-size:.82rem; }

/* Pie */
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px; }
.footer-grid>div:not(:first-child) { display:grid; align-content:start; gap:7px; }
.footer-grid strong { color:#fff; }
.footer-grid a { color:rgba(255,255,255,.73); text-decoration:none; }
.footer-grid a:hover { color:#fff; }
.footer-grid p { max-width:320px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:40px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); font-size:.82rem; }
.site-footer__inner { display:none; }

/* Extras */
.trust-line { display:flex; flex-wrap:wrap; gap:11px 21px; margin:29px 0 0; padding:0; list-style:none; }
.trust-line li { display:flex; align-items:center; gap:8px; font-size:.91rem; font-weight:700; }
.trust-line li::before { content:''; width:9px; height:9px; background:var(--en-mint); border-radius:50%; }
.check-list { display:grid; gap:12px; margin:24px 0 0; padding:0; list-style:none; }
.check-list li { position:relative; padding-left:32px; }
.check-list li::before { content:'✓'; position:absolute; left:0; display:grid; width:23px; height:23px; place-items:center; color:#fff; background:var(--en-mint); border-radius:50%; font-size:.71rem; font-weight:950; }
.faq { display:grid; max-width:880px; gap:12px; }
.faq details { padding:20px 22px; background:#fff; border:1px solid var(--mr0-line); border-radius:15px; }
.faq summary { color:var(--mr0-navy); font-weight:820; cursor:pointer; }
.faq p { margin:13px 0 0; color:var(--mr0-muted); }
.extra-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; margin-top:28px; }
.extra-item { padding:22px; background:#fff; border:1px solid var(--mr0-line); border-radius:16px; }
.extra-item strong { display:block; color:var(--mr0-navy); }
.extra-item span { color:var(--mr0-muted); }

@media(max-width:1000px){.lead-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.price-grid{grid-template-columns:1fr}.price-card>p{min-height:0}}
@media(max-width:680px){.footer-grid,.extra-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.whatsapp-float{right:14px;bottom:14px;padding-right:9px}.whatsapp-float strong{display:none}}
