.public-body.is-nav-open {
    overflow: hidden;
}

.nav-toggle {
    display: none;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

.marketing-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
}

.marketing-nav-links,
.marketing-nav-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.marketing-nav-links a {
    color: var(--ink-soft);
    font-size: 0.86rem;
    font-weight: 650;
}

.marketing-nav-links a:hover {
    color: var(--ink);
}

.nav-backdrop {
    display: none;
}

.m-legal {
    padding: 40px 0 72px;
}

.m-legal .lead {
    margin: 14px 0 22px;
}

.m-legal-prose {
    display: grid;
    gap: 14px;
    color: var(--ink-soft);
}

.m-legal-card {
    display: grid;
    gap: 14px;
    justify-items: start;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
}

.m-footer {
    padding: 40px 0 20px;
    background: #1b1916;
    color: #d8d0c4;
}

.m-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #322d28;
}

.m-footer .brand {
    padding: 0;
    border-radius: 0;
    background: transparent;
    width: fit-content;
}

.m-footer .brand-logo {
    height: clamp(56px, 9vw, 88px);
    max-width: min(340px, 80vw);
}

.m-footer-brand p {
    max-width: 22rem;
    margin-top: 10px;
    font-size: 0.9rem;
}

.m-footer h2 {
    margin-bottom: 10px;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.m-footer a {
    display: block;
    margin: 6px 0;
    color: #d8d0c4;
    font-size: 0.9rem;
}

.m-footer a:hover {
    color: #fff;
}

.m-footer-base {
    padding-top: 16px;
    font-size: 0.8rem;
    color: #9b9388;
}

:is(.page-home, .page-auth, .page-legal) {
    --land-navy: #12315c;
    --land-blue: #1d6fe8;
    --land-blue-deep: #0f4eaf;
    --land-ink: #142033;
    --land-muted: #5c6d82;
    --land-line: #d7e2ef;
    --land-sky: #e8f2fc;
    background:
        radial-gradient(900px 420px at 50% -8%, rgba(29, 111, 232, 0.16), transparent 60%),
        #f4f8fc;
    color: var(--land-ink);
}

:is(.page-home, .page-auth, .page-legal) .site-header.is-marketing {
    background: rgba(244, 248, 252, 0.92);
    border-bottom: 1px solid rgba(18, 49, 92, 0.08);
}

:is(.page-home, .page-auth, .page-legal) .marketing-nav-links a,
:is(.page-home, .page-auth, .page-legal) .text-link,
:is(.page-home, .page-auth, .page-legal) .form-foot a {
    color: var(--land-navy);
}

:is(.page-home, .page-auth, .page-legal) .button-primary {
    background: var(--land-blue);
    color: #fff;
}

:is(.page-home, .page-auth, .page-legal) .button-primary:hover {
    background: var(--land-blue-deep);
}

:is(.page-home, .page-auth, .page-legal) .button-secondary {
    background: #fff;
    border-color: #c5d6ea;
    color: var(--land-navy);
}

:is(.page-home, .page-auth, .page-legal) .button-secondary:hover {
    background: var(--land-sky);
}

:is(.page-home, .page-auth, .page-legal) .eyebrow {
    color: var(--land-blue-deep);
}

:is(.page-home, .page-auth, .page-legal) main h1,
:is(.page-home, .page-auth, .page-legal) main h2,
.page-home .land-offer h3 {
    font-family: Fraunces, Georgia, serif;
    font-weight: 560;
    letter-spacing: -0.03em;
    color: var(--land-navy);
}

.page-auth .auth-section {
    padding: 36px 0 72px;
}

.page-auth .auth-card,
.page-legal .m-legal-card {
    border: 1px solid var(--land-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(18, 49, 92, 0.1);
}

.page-auth .auth-card {
    text-align: center;
    justify-items: center;
}

.page-auth .auth-card .form-foot {
    width: 100%;
    text-align: center;
}

.page-auth .auth-card h1 {
    font-size: clamp(1.9rem, 4vw, 2.5rem);
}

.page-auth .auth-card .muted,
.page-legal .lead,
.page-legal .m-legal-prose {
    color: var(--land-muted);
}

.page-auth .field span {
    color: var(--land-navy);
}

.page-auth .field input {
    border-color: var(--land-line);
    border-radius: 14px;
    color: var(--land-ink);
}

.page-auth .field input:focus {
    outline: 3px solid rgba(29, 111, 232, 0.28);
    border-color: var(--land-blue);
}

.page-legal .m-legal {
    padding-top: 48px;
}

.page-legal .m-legal a {
    color: var(--land-blue-deep);
    font-weight: 700;
}

.land-hero {
    padding: 48px 0 20px;
}

.land-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.page-home .land-hero h1 {
    margin-top: 10px;
    font-size: clamp(2.4rem, 5vw, 4.3rem);
    line-height: 1.02;
    color: var(--land-navy);
}

.page-home .land-hero .lead {
    max-width: 38rem;
    margin: 16px auto 0;
    color: var(--land-muted);
    font-size: 1.08rem;
}

.land-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.land-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px;
    align-items: end;
    margin-top: 36px;
    padding-bottom: 28px;
}

.land-desk,
.land-sheet,
.land-phone,
.land-plan {
    background: #fff;
    border: 1px solid var(--land-line);
    box-shadow: 0 24px 50px rgba(18, 49, 92, 0.1);
}

.land-desk {
    border-radius: 22px;
    overflow: hidden;
}

.land-desk-bar,
.land-sheet header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: #f3f7fb;
    border-bottom: 1px solid var(--land-line);
    color: var(--land-muted);
    font-size: 0.78rem;
}

.land-desk-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c5d4e6;
}

.land-desk-bar strong,
.land-sheet header strong {
    margin-left: 8px;
    color: var(--land-navy);
    font-size: 0.84rem;
}

.land-desk-body {
    padding: 18px 18px 8px;
}

.land-desk-head,
.land-sheet header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.land-desk-head p,
.land-sheet header span {
    color: var(--land-blue-deep);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.land-desk-head h2 {
    margin-top: 2px;
    font-size: 1.45rem;
}

.land-desk-head em,
.land-sheet header strong {
    font-style: normal;
}

.land-rows {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.land-rows li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e7eef6;
}

.land-rows b {
    color: var(--land-navy);
    font-size: 0.95rem;
}

.land-rows strong,
.land-choice strong {
    display: block;
    color: var(--land-ink);
    font-size: 0.95rem;
}

.land-rows small,
.land-choice small,
.land-phone-brand small {
    color: var(--land-muted);
    font-size: 0.8rem;
}

.land-pill {
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: normal;
}

.land-pill.is-ok {
    background: #e7f1ff;
    color: #0f4eaf;
}

.land-pill.is-wait {
    background: #fff4df;
    color: #8a5a10;
}

.land-pill.is-done {
    background: #e8f7ef;
    color: #146b45;
}

.land-phone {
    overflow: hidden;
    border-radius: 32px;
    padding: 18px 14px 16px;
}

.land-phone-brand {
    min-width: 0;
}

.land-phone-brand div {
    min-width: 0;
}

.land-phone-brand strong,
.land-phone-brand small {
    display: block;
}

.land-phone-notch {
    width: 86px;
    height: 8px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: #d5e2f0;
}

.land-phone-url,
.land-phone-label {
    color: var(--land-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.land-phone-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 12px;
}

.land-phone-brand span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--land-navy);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
}

.land-phone-steps {
    display: flex;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.land-phone-steps li,
.land-slots span {
    padding: 6px 8px;
    border-radius: 999px;
    background: #f3f7fb;
    color: var(--land-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.land-phone-steps li.is-done,
.land-slots span.is-on,
.land-phone-steps li.is-on {
    background: var(--land-blue);
    color: #fff;
}

.land-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.land-phone-cta {
    margin-top: 14px;
    padding: 10px;
    border-radius: 999px;
    background: var(--land-navy);
    color: #fff;
    text-align: center;
    font-size: 0.84rem;
    font-weight: 700;
}

.land-section {
    padding: 72px 0;
}

.land-section-plain {
    background: rgba(255, 255, 255, 0.62);
}

.land-heading {
    max-width: 40rem;
    margin-bottom: 28px;
}

.land-heading h2,
.land-close h2 {
    margin-top: 8px;
    color: var(--land-navy);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.land-heading p,
.land-offer-copy > p,
.land-steps p,
.land-close p,
.land-plan-note {
    margin-top: 8px;
    color: var(--land-muted);
}

.land-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: min(460px, 100%);
    margin-bottom: 22px;
    padding: 6px;
    border: 1px solid var(--land-line);
    border-radius: 999px;
    background: #fff;
}

.land-switch button {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--land-navy);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
}

.land-switch button[aria-selected="true"] {
    background: var(--land-navy);
    color: #fff;
}

.land-offer {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
    gap: 36px;
    align-items: center;
}

.land-offer h3 {
    color: var(--land-navy);
    font-size: clamp(1.6rem, 2.5vw, 2.15rem);
}

.land-rubros {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--land-blue-deep) !important;
}

.land-points {
    display: grid;
    gap: 16px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.land-points li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
}

.land-point-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--land-sky);
    color: var(--land-blue-deep);
}

.land-points .m-icon {
    width: 22px;
    height: 22px;
}

.land-points h3,
.land-points strong {
    color: var(--land-navy);
    font-family: var(--font-sans);
    font-size: 1rem;
    letter-spacing: 0;
}

.land-points p {
    margin-top: 3px;
    color: var(--land-muted);
    font-size: 0.92rem;
}

.land-offer-stage {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.land-phone.is-compact {
    border-radius: 28px;
    padding: 16px 12px;
}

.land-choice {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid var(--land-line);
    border-radius: 14px;
}

.land-choice.is-on {
    border-color: var(--land-blue);
    background: #f3f8ff;
}

.land-sheet {
    border-radius: 20px;
    overflow: hidden;
}

.land-sheet .land-rows {
    padding: 0 14px 8px;
}

.land-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.land-steps li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 8px 28px 8px 0;
}

.land-steps li + li {
    padding-left: 28px;
    border-left: 1px solid var(--land-line);
}

.land-steps span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--land-blue);
    color: #fff;
    font-weight: 800;
}

.land-steps h3 {
    color: var(--land-navy);
    font-family: var(--font-sans);
    font-size: 1.05rem;
    letter-spacing: 0;
}

.land-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.land-plans.is-single {
    grid-template-columns: minmax(280px, 460px);
}

.land-plan,
.land-plan-empty {
    padding: 26px;
    border-radius: 22px;
}

.land-plan h3 {
    color: var(--land-navy);
    font-family: var(--font-sans);
    font-size: 1.15rem;
    letter-spacing: 0;
}

.land-plan-price {
    margin-top: 8px;
    color: var(--land-navy);
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.land-plan ul {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.land-plan li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--land-ink);
    font-size: 0.92rem;
}

.land-plan .m-icon {
    flex: none;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: var(--land-blue);
}

.land-faq-wrap {
    width: min(760px, calc(100% - 32px));
}

.land-faq details {
    border-bottom: 1px solid var(--land-line);
}

.land-faq summary {
    padding: 16px 0;
    color: var(--land-navy);
    font-weight: 750;
    cursor: pointer;
}

.land-faq details p {
    margin: 0 0 16px;
    color: var(--land-muted);
}

.land-close {
    padding: 10px 0 72px;
}

.land-close-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    border-radius: 28px;
    background: var(--land-navy);
    color: #fff;
}

.land-close h2,
.land-close p {
    color: #fff;
}

.land-close p {
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.78);
}

.land-close .button-primary {
    background: #fff;
    color: var(--land-navy);
}

.land-close .button-primary:hover {
    background: var(--land-sky);
}

:is(.page-home, .page-auth, .page-legal) .m-footer {
    background: #0d2748;
    color: #d5e3f4;
}

:is(.page-home, .page-auth, .page-legal) .m-footer-grid {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

:is(.page-home, .page-auth, .page-legal) .m-footer a,
:is(.page-home, .page-auth, .page-legal) .m-footer-base {
    color: #d5e3f4;
}

:is(.page-home, .page-auth, .page-legal) .m-footer a:hover,
:is(.page-home, .page-auth, .page-legal) .m-footer h2 {
    color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
    .land-stage,
    .land-offer.is-on {
        animation: land-in 0.55s ease both;
    }

    .land-phone {
        animation: land-float 5.5s ease-in-out infinite;
    }
}

@keyframes land-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes land-float {
    50% {
        transform: translateY(-6px);
    }
}

@media (max-width: 1099px) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        margin-left: auto;
    }

    .marketing-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 40;
        width: min(86vw, 340px);
        height: 100vh;
        height: 100dvh;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 24px;
        padding: calc(20px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));
        background: #102848;
        overflow-y: auto;
    }

    .public-body.is-nav-open .marketing-nav {
        display: flex;
    }

    .marketing-nav-links,
    .marketing-nav-actions {
        display: grid;
        gap: 4px;
    }

    .marketing-nav-links a,
    .marketing-nav-actions .text-link {
        padding: 10px 8px;
        color: #d5e3f4;
        font-size: 0.95rem;
    }

    :is(.page-home, .page-auth, .page-legal) .marketing-nav-links a,
    :is(.page-home, .page-auth, .page-legal) .marketing-nav-actions .text-link {
        color: #d5e3f4;
    }

    .marketing-nav-actions .button {
        justify-content: center;
        width: 100%;
        margin-top: 8px;
    }

    .nav-backdrop:not([hidden]) {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 35;
        background: rgba(13, 32, 58, 0.45);
    }

    .land-stage,
    .land-offer,
    .land-offer-stage,
    .m-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .land-stage {
        align-items: start;
    }

    .m-footer-brand,
    .land-offer-copy {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .public-body:is(.page-home, .page-auth, .page-legal) :is(p, h1, h2, h3, strong) {
        overflow-wrap: normal;
    }

    .land-hero {
        padding-top: 28px;
    }

    .page-home .land-hero h1 {
        font-size: 2.15rem;
    }

    .land-actions .button,
    .land-close .button,
    .land-plan .button,
    .land-plan-empty .button {
        width: 100%;
    }

    .land-stage,
    .land-offer,
    .land-offer-stage,
    .land-steps,
    .m-footer-grid {
        grid-template-columns: 1fr;
    }

    .land-phone {
        order: -1;
        width: min(100%, 320px);
        margin: 0 auto;
    }

    .land-rows li {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .land-pill {
        grid-column: 2;
        justify-self: start;
    }

    .land-steps li,
    .land-steps li + li {
        padding: 0 0 18px;
        border-left: 0;
    }

    .land-section {
        padding: 52px 0;
    }

    .land-switch {
        width: 100%;
    }

    .land-switch button {
        padding: 8px 10px;
        font-size: 0.84rem;
    }

    .land-close-inner {
        display: grid;
        padding: 24px 18px;
    }

    .land-desk-head h2,
    .land-offer h3 {
        overflow-wrap: anywhere;
    }
}

@media (prefers-reduced-motion: reduce) {
    .land-stage,
    .land-offer.is-on,
    .land-phone {
        animation: none;
    }
}
