﻿@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&family=Figtree:wght@400;500;600;700;800&display=swap");

/* PÃ¡gina pÃºblica de apresentaÃ§Ã£o â€” Oficina 360 */

body.landing-page {
    --landing-blue: #0b6ec7;
    --landing-blue-deep: #0b4f8c;
    --landing-blue-bright: #0891d4;
    --landing-ink: #0f1720;
    --landing-muted: #3d4f61;
    --landing-surface: #f0f4f8;
    --landing-line: rgba(15, 23, 32, 0.1);
    --landing-sidebar: #16181d;
    --landing-font: "Figtree", "Segoe UI", sans-serif;
    --landing-display: "Fraunces", Georgia, "Times New Roman", serif;
    background:
        radial-gradient(900px 420px at 12% -10%, rgba(8, 145, 212, 0.18), transparent 55%),
        radial-gradient(700px 380px at 90% 8%, rgba(11, 110, 199, 0.14), transparent 50%),
        linear-gradient(180deg, #e8eef5 0%, var(--landing-surface) 38%, #eef2f6 100%) !important;
    color: var(--landing-ink) !important;
    font-family: var(--landing-font);
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-optical-sizing: auto;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.landing-page > .landing-page-wrap {
    min-height: 100vh;
    width: 100%;
}

.landing-shell {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.landing-page .landing-page-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Fluxo contínuo de texto — evita “corte” em duas colunas nos cards */
body.landing-page .landing-section__title,
body.landing-page .landing-section__lead,
body.landing-page .landing-prose,
body.landing-page .landing-hero__lead,
body.landing-page .landing-hero__title,
body.landing-page .landing-about__text,
body.landing-page .landing-about__journey-desc,
body.landing-page .landing-about__journey-body,
body.landing-page .landing-about__journey-body strong,
body.landing-page .landing-about__audience .landing-aside-list span,
body.landing-page .landing-about__audience .landing-aside-list strong,
body.landing-page .landing-benefits__text,
body.landing-page .landing-benefits__title,
body.landing-page .landing-trust__text,
body.landing-page .landing-trust__heading,
body.landing-page .landing-trust__points li,
body.landing-page .landing-preview__points span,
body.landing-page .landing-preview__points strong,
body.landing-page .landing-preview__points li > div,
body.landing-page .landing-start__step-text,
body.landing-page .landing-start__step-title,
body.landing-page .landing-start__cta-text,
body.landing-page .landing-start__cta-title,
body.landing-page .landing-vendor-card__text,
body.landing-page .landing-vendor-card__quote,
body.landing-page .landing-vendor-card__pillars span,
body.landing-page .landing-vendor-card__pillars strong,
body.landing-page .landing-modules__desc,
body.landing-page .landing-modules__label,
body.landing-page .landing-modules__points li,
body.landing-page .landing-requisito__titulo,
body.landing-page .landing-requisito__lista li,
body.landing-page .landing-contact__hint,
body.landing-page .landing-footer p,
body.landing-page .landing-footer a {
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
    max-width: 100%;
}

body.landing-page .landing-trust__card,
body.landing-page .landing-start__step,
body.landing-page .landing-modules__item,
body.landing-page .landing-requisito,
body.landing-page .landing-benefits__item,
body.landing-page .landing-preview__points li,
body.landing-page .landing-vendor-card__pillars li,
body.landing-page .landing-about__journey li,
body.landing-page .landing-about__journey-body,
body.landing-page .landing-trust__points,
body.landing-page .landing-preview__points li > div,
body.landing-page .landing-vendor-card__pillars li > div {
    min-width: 0;
    overflow: visible;
}

/* —— Topbar —— */
.landing-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 0.55rem clamp(0.85rem, 3vw, 1.75rem);
    background: rgba(10, 61, 110, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.landing-topbar.is-scrolled {
    background: rgba(10, 45, 82, 0.92);
    box-shadow: 0 8px 24px rgba(2, 20, 40, 0.18);
}

.landing-topbar__inner {
    position: relative;
    max-width: 72rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    min-height: 3.15rem;
    width: 100%;
}

.landing-topbar__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.35rem;
    cursor: pointer;
    flex-shrink: 0;
}

.landing-topbar__nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.65rem;
    min-width: 0;
    flex: 1 1 auto;
}

.landing-topbar__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.05rem;
}

.landing-topbar__link {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 0.4rem;
    line-height: 1.2;
    transition: background 0.15s ease, color 0.15s ease;
}

.landing-topbar__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.landing-topbar__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-left: 0.15rem;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.landing-topbar__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 2.45rem;
    min-width: 5.85rem;
    padding: 0 1.1rem;
    border-radius: 0.55rem;
    border: 1.5px solid transparent;
    font-family: var(--landing-font);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.landing-topbar__cta:hover {
    transform: translateY(-1px);
}

.landing-topbar__cta--api {
    background: transparent;
    border-color: rgba(125, 211, 252, 0.55);
    color: #e0f2fe;
    min-width: 6.5rem;
}

.landing-topbar__cta--api:hover {
    background: rgba(56, 189, 248, 0.16);
    border-color: #7dd3fc;
    color: #fff;
}

.landing-topbar__cta--trial {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.landing-topbar__cta--trial:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    color: #fff;
}

.landing-topbar__cta--login {
    background: #fff;
    border-color: #fff;
    color: var(--landing-blue-deep);
    box-shadow: 0 6px 16px rgba(2, 20, 40, 0.18);
}

.landing-topbar__cta--login:hover {
    background: #e8f3fc;
    border-color: #e8f3fc;
    color: var(--landing-blue-deep);
}

.landing-topbar__session {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: 14rem;
    min-width: 0;
    padding: 0.2rem 0.55rem 0.2rem 0.35rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #e8f4ff;
}

.landing-topbar__session > i {
    flex: 0 0 auto;
    font-size: 1.15rem;
    color: #86efac;
}

.landing-topbar__session-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
}

.landing-topbar__session-text strong {
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-topbar__session-text small {
    font-size: 0.68rem;
    font-weight: 500;
    opacity: 0.82;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-topbar__cta--system {
    background: #fff;
    border-color: #fff;
    color: var(--landing-blue-deep);
    box-shadow: 0 6px 16px rgba(2, 20, 40, 0.18);
    min-width: 7.5rem;
}

.landing-topbar__cta--system:hover {
    background: #e8f3fc;
    border-color: #e8f3fc;
    color: var(--landing-blue-deep);
}

@media (max-width: 1100px) {
    .landing-topbar__links .landing-topbar__link:nth-child(n + 5) {
        display: none;
    }
}

@media (max-width: 899.98px) {
    .landing-topbar__toggle {
        display: inline-flex;
    }

    .landing-topbar__nav {
        display: none;
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 0;
        right: 0;
        flex: none;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 0.2rem;
        padding: 0.65rem;
        background: rgba(10, 45, 82, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0.75rem;
        box-shadow: 0 16px 32px rgba(2, 20, 40, 0.28);
        z-index: 50;
        max-height: min(70vh, 28rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .landing-topbar.is-nav-open .landing-topbar__nav {
        display: flex;
    }

    .landing-topbar__links {
        flex-direction: column;
        align-items: stretch;
        gap: 0.1rem;
        width: 100%;
    }

    .landing-topbar__links .landing-topbar__link:nth-child(n + 5) {
        display: block;
    }

    .landing-topbar__link {
        padding: 0.7rem 0.85rem;
        font-size: 1rem;
    }

    .landing-topbar__actions {
        margin-left: auto;
        padding-left: 0;
        border-left: 0;
        gap: 0.4rem;
    }

    .landing-topbar__cta {
        min-width: 0;
        height: 2.35rem;
        padding: 0 0.85rem;
        font-size: 0.84rem;
    }

    .landing-topbar__session {
        max-width: 9.5rem;
        padding: 0.15rem 0.45rem 0.15rem 0.3rem;
    }

    .landing-topbar__session-text strong {
        font-size: 0.75rem;
    }

    .landing-topbar__session-text small {
        display: none;
    }
}

@media (max-width: 419.98px) {
    .landing-topbar__cta--trial {
        display: none;
    }

    .landing-topbar__session-text {
        display: none;
    }

    .landing-topbar__session {
        max-width: none;
        padding: 0.35rem;
        border-radius: 999px;
    }

    .landing-topbar__cta {
        min-width: 4.75rem;
    }
}

/* â€”â€” Buttons â€”â€” */
.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 1.25rem;
    border-radius: 0.55rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-btn:hover {
    transform: translateY(-1px);
}

.landing-btn--sm {
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
}

.landing-btn--primary {
    background: linear-gradient(135deg, var(--landing-blue-bright), var(--landing-blue));
    color: #fff;
    box-shadow: 0 8px 22px rgba(11, 110, 199, 0.28);
}

.landing-btn--primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--landing-blue), var(--landing-blue-deep));
}

.landing-btn--secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(11, 110, 199, 0.35);
    color: var(--landing-blue-deep);
    backdrop-filter: blur(6px);
}

.landing-btn--secondary:hover {
    border-color: var(--landing-blue);
    color: var(--landing-blue-deep);
    background: #fff;
}

.landing-btn--ghost {
    background: transparent;
    border-color: rgba(15, 23, 32, 0.18);
    color: var(--landing-ink);
}

.landing-btn--ghost:hover {
    border-color: var(--landing-blue);
    color: var(--landing-blue);
}

/* â€”â€” Hero â€”â€” */
.landing-hero {
    position: relative;
    margin-top: -4.1rem;
    /* Primeira tela cheia — não deixa vazar o próximo tópico */
    min-height: 100vh;
    min-height: 100dvh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 5.75rem clamp(1rem, 4vw, 2.5rem) 2.5rem;
    overflow: hidden;
}

@media (max-width: 899.98px) {
    .landing-hero {
        min-height: 100vh;
        min-height: 100dvh;
        min-height: 100svh;
        align-items: center;
        padding-top: 5.25rem;
        padding-bottom: 2rem;
    }
}

.landing-hero__atmosphere {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 80% 40%, rgba(56, 189, 248, 0.28) 0%, transparent 55%),
        radial-gradient(ellipse 55% 50% at 15% 70%, rgba(11, 79, 140, 0.55) 0%, transparent 50%),
        linear-gradient(145deg, #072a4a 0%, #0b4f8c 38%, #0b6ec7 72%, #0891d4 100%);
    z-index: 0;
}

.landing-hero__atmosphere::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 75%);
}

.landing-hero__atmosphere::after {
    content: "";
    position: absolute;
    inset: auto -15% -30% -15%;
    height: 55%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.14), transparent 68%);
    animation: landing-glow 8s ease-in-out infinite alternate;
}

.landing-hero__grid {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
}

@media (max-width: 899.98px) {
    .landing-hero__grid {
        grid-template-columns: 1fr;
    }

    .landing-hero__visual {
        order: -1;
        max-width: min(36rem, 100%);
        margin: 0 auto;
        width: 100%;
    }
}

.landing-hero__content {
    color: #fff;
    text-align: left;
    justify-self: start;
    animation: landing-hero-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-hero__brand-wrap {
    margin: 0 0 1.1rem;
    margin-left: -1.15rem;
    max-width: min(36rem, 96%);
    display: flex;
    justify-content: flex-start;
}

.landing-hero__brand-logo {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: -0.85rem;
    max-width: calc(100% + 1rem);
    max-height: clamp(7rem, 18vw, 11rem);
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 8px 22px rgba(2, 20, 40, 0.28));
}

.landing-hero__brand {
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: clamp(2.5rem, 6.5vw, 3.85rem);
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 0 0 0.85rem;
    color: #fff;
}

.landing-hero__title {
    font-family: var(--landing-font);
    font-weight: 600;
    font-size: clamp(1.25rem, 2.6vw, 1.55rem);
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0 0 0.9rem;
    color: rgba(255, 255, 255, 0.94);
}

.landing-hero__lead {
    margin: 0 0 1.6rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.02rem, 2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.landing-hero__lead strong {
    font-weight: 700;
    color: #fff;
}

.landing-hero__copy {
    width: 100%;
    margin-bottom: 0.35rem;
}

.landing-hero__copy-slides {
    position: relative;
    min-height: 7.5rem;
}

.landing-hero__copy-slide {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.35rem);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
    pointer-events: none;
}

.landing-hero__copy-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}

.landing-hero__copy-slide .landing-hero__lead {
    margin-bottom: 0;
}

.landing-hero__copy-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0 1.35rem;
}

.landing-hero__copy-dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: background 0.2s ease, width 0.2s ease;
}

.landing-hero__copy-dot:hover,
.landing-hero__copy-dot:focus-visible {
    background: rgba(255, 255, 255, 0.75);
    outline: none;
}

.landing-hero__copy-dot.is-active {
    width: 1.35rem;
    background: #fff;
}

.landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.landing-hero__actions .landing-btn {
    height: 2.85rem;
    min-width: 10.5rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    font-size: 0.95rem;
    font-weight: 700;
    border-width: 1.5px;
}

.landing-btn--hero-primary {
    background: #fff;
    border-color: #fff;
    color: var(--landing-blue-deep);
    box-shadow: 0 10px 24px rgba(2, 20, 40, 0.18);
}

.landing-btn--hero-primary:hover {
    background: #e8f3fc;
    border-color: #e8f3fc;
    color: var(--landing-blue-deep);
}

.landing-btn--hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}

.landing-btn--hero-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

.landing-hero__planos {
    margin: 1.15rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
}

.landing-hero__planos a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.landing-hero__planos a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.landing-hero__visual {
    width: 100%;
    min-width: 0;
    animation: landing-hero-in 1s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-hero__window {
    width: 100%;
    border-radius: 0.95rem;
    overflow: hidden;
    background: #10141b;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 28px 50px rgba(2, 20, 40, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
    animation: landing-float 7s ease-in-out infinite;
}

.landing-hero__carousel {
    position: relative;
    background: #0b1220;
}

.landing-hero__slides {
    position: relative;
    aspect-ratio: 16 / 9.6;
    min-height: clamp(16rem, 38vh, 26rem);
    overflow: hidden;
    background: #0b1220;
}

.landing-hero__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: translateX(1.25rem) scale(1.01);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.landing-hero__slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
    z-index: 1;
}

.landing-hero__shot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    background: #10141b;
}

.landing-hero__dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.75rem 0.7rem;
    background: #1b212b;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-hero__dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.landing-hero__dot:hover {
    background: rgba(255, 255, 255, 0.55);
}

.landing-hero__dot.is-active {
    width: 1.15rem;
    background: #7ec8ff;
}

@media (prefers-reduced-motion: reduce) {
    .landing-hero__slide {
        transition: none;
    }

    .landing-mock__slide {
        transition: none;
    }
}

.landing-hero__window-bar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.75rem;
    background: #1b212b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-hero__window-bar span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #5b6470;
}

.landing-hero__window-bar span:nth-child(1) { background: #f87171; }
.landing-hero__window-bar span:nth-child(2) { background: #fbbf24; }
.landing-hero__window-bar span:nth-child(3) { background: #34d399; }

.landing-hero__window-bar em {
    margin-left: 0.45rem;
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
}

.landing-hero__window-body {
    display: grid;
    grid-template-columns: 3.4rem 1fr;
    min-height: 14.5rem;
}

.landing-hero__window-side {
    background: #16181d;
    padding: 0.65rem 0.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.landing-hero__window-side b {
    display: block;
    height: 0.7rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.08);
}

.landing-hero__window-side b.is-on {
    background: rgba(11, 110, 199, 0.7);
}

.landing-hero__window-main {
    background: #f4f7fb;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.landing-hero__window-line {
    height: 1.55rem;
    border-radius: 0.35rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 32, 0.08);
}

.landing-hero__window-line.is-head {
    background: #e8eef5;
    height: 1.15rem;
}

.landing-hero__window-total {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0.65rem;
    border-radius: 0.4rem;
    background: linear-gradient(135deg, rgba(11, 110, 199, 0.12), rgba(8, 145, 212, 0.18));
}

.landing-hero__window-total i,
.landing-hero__window-total strong {
    display: block;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(11, 110, 199, 0.35);
}

.landing-hero__window-total i {
    width: 35%;
}

.landing-hero__window-total strong {
    width: 28%;
    background: var(--landing-blue);
}

@media (max-width: 899.98px) {
    .landing-hero__window {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-hero__window {
        animation: none;
        transform: none;
    }
}

/* â€”â€” Sections â€”â€” */
.landing-section {
    padding: clamp(3.5rem, 8vh, 5.5rem) clamp(1rem, 4vw, 2.5rem);
}

.landing-section__inner {
    max-width: 74rem;
    margin: 0 auto;
}

.landing-section__title {
    font-family: var(--landing-display);
    font-weight: 700;
    font-size: clamp(1.85rem, 3.8vw, 2.5rem);
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 0 0 0.85rem;
    color: var(--landing-ink);
}

.landing-section__lead {
    margin: 0 0 1.35rem;
    max-width: none;
    width: 100%;
    color: var(--landing-muted);
    font-size: 1.125rem;
    line-height: 1.65;
    font-weight: 500;
}

.landing-section__lead--wide {
    max-width: none;
    width: 100%;
}

.landing-section__lead a {
    color: var(--landing-blue-deep);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.landing-prose {
    margin: 0 0 1.1rem;
    max-width: 42rem;
    color: var(--landing-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
}

.landing-prose:last-child {
    margin-bottom: 0;
}

.landing-prose a {
    color: var(--landing-blue-deep);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.landing-prose--before-mock {
    margin-bottom: 1.75rem;
}

/* â€”â€” Brand display name â€”â€” */
.landing-brand {
    font-family: var(--landing-font);
    font-weight: 800;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.landing-section__title .landing-brand {
    color: var(--landing-blue-deep);
}

/* —— About —— */
.landing-about {
    background:
        radial-gradient(600px 260px at 0% 20%, rgba(11, 110, 199, 0.07), transparent 55%);
}

.landing-about__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.35rem;
}

.landing-about__eyebrow {
    margin: 0 0 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--landing-blue-deep);
}

.landing-about__panel {
    display: grid;
    grid-template-columns: 1.45fr 0.9fr;
    gap: 0;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(15, 23, 32, 0.07);
}

@media (max-width: 899.98px) {
    .landing-about__panel {
        grid-template-columns: 1fr;
    }
}

.landing-about__main {
    padding: clamp(1.25rem, 3vw, 1.75rem);
    min-width: 0;
}

.landing-about__content {
    max-width: none;
    margin-bottom: 1.25rem;
}

.landing-about__text {
    margin: 0 0 1rem;
    max-width: none;
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--landing-muted);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.landing-about__text:last-child {
    margin-bottom: 0;
}

.landing-about__text a {
    color: var(--landing-blue-deep);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.landing-about__journey {
    list-style: none;
    margin: 0;
    padding: 1.1rem 0 0;
    border-top: 1px solid var(--landing-line);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (max-width: 575.98px) {
    .landing-about__journey {
        grid-template-columns: 1fr;
    }
}

.landing-about__journey li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    min-width: 0;
    overflow: visible;
    padding: 0.85rem 0.9rem;
    border: 1px solid var(--landing-line);
    border-radius: 0.7rem;
    background: #f7fafc;
}

.landing-about__journey-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.45rem;
    background: linear-gradient(145deg, var(--landing-blue-bright), var(--landing-blue-deep));
    color: #fff !important;
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    flex-shrink: 0;
}

.landing-about__journey-body {
    min-width: 0;
}

.landing-about__journey-body strong {
    display: block;
    font-family: var(--landing-font);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.015em;
    color: var(--landing-ink);
    margin-bottom: 0.2rem;
}

.landing-about__journey-desc {
    display: block;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--landing-muted);
}

.landing-about__audience {
    padding: clamp(1.25rem, 3vw, 1.65rem);
    background:
        linear-gradient(165deg, rgba(11, 79, 140, 0.96), rgba(11, 110, 199, 0.94) 55%, rgba(8, 145, 212, 0.9));
    color: #fff;
}

.landing-about__audience-title {
    margin: 0 0 1rem;
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: #fff;
}

.landing-about__audience .landing-aside-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.landing-about__audience .landing-aside-list li {
    min-width: 0;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.landing-about__audience .landing-aside-list li:first-child {
    padding-top: 0;
}

.landing-about__audience .landing-aside-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.landing-about__audience .landing-aside-list strong {
    display: block;
    font-family: var(--landing-font);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.015em;
    margin-bottom: 0.2rem;
    color: #fff;
}

.landing-about__audience .landing-aside-list span {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
}

.landing-about__aside-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.92rem;
}

.landing-about__aside-link:hover {
    color: #e0f2fe;
}

.landing-about__aside-link i {
    transition: transform 0.2s ease;
}

.landing-about__aside-link:hover i {
    transform: translateY(2px);
}

/* —— Benefits —— */
.landing-benefits {
    position: relative;
    background:
        radial-gradient(720px 300px at 0% 20%, rgba(8, 145, 212, 0.1), transparent 55%),
        radial-gradient(560px 260px at 100% 80%, rgba(11, 110, 199, 0.08), transparent 50%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(240, 244, 248, 0.2));
}

.landing-benefits__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.65rem;
}

.landing-benefits__intro .landing-section__lead {
    margin-bottom: 0;
}

.landing-benefits__list {
    list-style: none;
    counter-reset: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

@media (min-width: 700px) {
    .landing-benefits__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.15rem;
    }
}

.landing-benefits__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
    height: 100%;
    padding: 1.2rem 1.25rem 1.3rem;
    border-left: 3px solid rgba(11, 110, 199, 0.45);
    background: rgba(255, 255, 255, 0.78);
    border-radius: 0 0.85rem 0.85rem 0;
    box-shadow: 0 1px 0 rgba(15, 23, 32, 0.04);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.landing-benefits__item:hover {
    border-left-color: var(--landing-blue);
    background: #fff;
    transform: translateY(-2px);
}

.landing-benefits__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.landing-benefits__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.65rem;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.16), rgba(11, 110, 199, 0.22));
    color: var(--landing-blue-deep);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.landing-benefits__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
}

.landing-benefits__index {
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: rgba(11, 110, 199, 0.55);
}

.landing-benefits__tag {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.18rem 0.5rem;
    border-radius: 0.35rem;
    background: rgba(11, 110, 199, 0.1);
    color: var(--landing-blue-deep);
    border: 1px solid rgba(11, 110, 199, 0.18);
}

.landing-benefits__title {
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.025em;
    line-height: 1.3;
    margin: 0;
    color: var(--landing-ink);
}

.landing-benefits__text {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--landing-muted);
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

.landing-benefits__foot {
    margin-top: 1.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    padding: 1rem 0 0;
    border-top: 1px solid var(--landing-line);
}

.landing-benefits__foot p {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--landing-muted);
}

.landing-highlight {
    display: inline;
    margin: 0;
    padding: 0.12rem 0.35rem;
    border-radius: 0.35rem;
    background: linear-gradient(180deg, rgba(8, 145, 212, 0.2), rgba(11, 110, 199, 0.16));
    color: var(--landing-blue-deep);
    font-weight: 800;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* â€”â€” Trust â€”â€” */
.landing-trust {
    background:
        radial-gradient(640px 280px at 100% 0%, rgba(8, 145, 212, 0.1), transparent 55%),
        linear-gradient(180deg, rgba(11, 110, 199, 0.04), transparent 65%);
}

.landing-trust__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.5rem;
}

.landing-seal {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem 1.15rem;
    align-items: start;
    margin: 0 0 1.35rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(11, 79, 140, 0.18);
    overflow: visible;
    min-width: 0;
    max-width: 100%;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(232, 244, 252, 0.92) 55%, rgba(220, 238, 250, 0.88) 100%);
    box-shadow:
        0 14px 32px rgba(11, 79, 140, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.landing-seal__mark {
    display: grid;
    place-items: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--landing-blue-bright), var(--landing-blue-deep));
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 8px 18px rgba(11, 79, 140, 0.28);
}

.landing-seal__body {
    min-width: 0;
    max-width: 100%;
}

.landing-seal__eyebrow {
    margin: 0 0 0.2rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--landing-blue);
}

.landing-seal__title {
    margin: 0 0 0.35rem;
    font-family: var(--landing-display);
    font-size: clamp(1.2rem, 2.4vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--landing-ink);
}

.landing-seal__text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--landing-muted);
    max-width: 44rem;
}

.landing-seal__text strong {
    color: var(--landing-blue-deep);
    font-weight: 700;
}

.landing-seal__tags {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.15rem;
}

.landing-seal__tags-row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.landing-seal__tags-row li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    flex: 0 0 auto;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(11, 79, 140, 0.16);
    background: rgba(255, 255, 255, 0.95);
    color: var(--landing-blue-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(11, 79, 140, 0.06);
}

.landing-seal__tags-row li i {
    font-size: 0.78rem;
    opacity: 0.9;
    flex-shrink: 0;
}

@media (max-width: 699.98px) {
    .landing-seal {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-seal__mark {
        width: 3rem;
        height: 3rem;
        font-size: 1.35rem;
    }

    .landing-seal__tags-row {
        gap: 0.25rem;
    }

    .landing-seal__tags-row li {
        padding: 0.24rem 0.45rem;
        font-size: 0.66rem;
        gap: 0.16rem;
    }

    .landing-seal__tags-row li i {
        font-size: 0.72rem;
    }
}

.landing-trust__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 700px) and (max-width: 1023.98px) {
    .landing-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-trust__grid > li:last-child {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1024px) {
    .landing-trust__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .landing-trust__grid > li:last-child {
        grid-column: auto;
    }
}

.landing-trust__card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    min-width: 0;
    overflow: visible;
    padding: 1.25rem 1.25rem 1.3rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.9rem;
    box-shadow: 0 10px 26px rgba(15, 23, 32, 0.05);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-trust__card:hover {
    border-color: rgba(11, 110, 199, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(11, 110, 199, 0.1);
}

.landing-trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.65rem;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.16), rgba(11, 110, 199, 0.22));
    color: var(--landing-blue-deep);
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.landing-trust__heading {
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.025em;
    margin: 0;
    color: var(--landing-ink);
    line-height: 1.25;
}

.landing-trust__text {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--landing-muted);
    font-weight: 500;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.landing-trust__points {
    list-style: none;
    margin: 0.45rem 0 0;
    padding: 0.85rem 0 0;
    border-top: 1px solid rgba(15, 23, 32, 0.08);
    display: block;
    width: 100%;
    columns: 1;
    column-count: 1;
}

.landing-trust__points li {
    position: relative;
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0.5rem;
    padding: 0 0 0 1.15rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--landing-muted);
    overflow-wrap: anywhere;
    word-break: break-word;
    break-inside: avoid;
}

.landing-trust__points li:last-child {
    margin-bottom: 0;
}

.landing-trust__points li::before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.6em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--landing-blue);
}

.landing-trust__points a {
    color: var(--landing-blue-deep);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

[data-landing-reveal] {
    opacity: 0;
    transform: translateY(1.25rem);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-landing-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* â€”â€” Preview mock â€”â€” */
.landing-preview {
    background:
        radial-gradient(700px 280px at 70% 0%, rgba(8, 145, 212, 0.1), transparent 55%),
        linear-gradient(180deg, transparent 0%, rgba(11, 110, 199, 0.05) 40%, transparent 100%);
}

.landing-preview__intro {
    max-width: none;
    width: 100%;
}

.landing-preview__stage {
    margin-top: 0.35rem;
}

.landing-mock {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 32, 0.12);
    background: #0f1115;
    box-shadow:
        0 28px 56px rgba(15, 23, 32, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    animation: landing-float 7s ease-in-out infinite;
}

.landing-mock__chrome {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.65rem 0.9rem;
    background: linear-gradient(180deg, #2a3038, #1e232a);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-mock__screen-label {
    margin-left: auto;
    flex-shrink: 0;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9fb4c9;
    white-space: nowrap;
}

.landing-mock__carousel {
    position: relative;
    background: #11151c;
}

.landing-mock__slides {
    position: relative;
    aspect-ratio: 16 / 10.2;
    min-height: clamp(18rem, 42vh, 30rem);
    overflow: hidden;
    background: #11151c;
}

.landing-mock__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: translateX(1.1rem) scale(1.01);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.landing-mock__slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
    z-index: 1;
}

.landing-mock__shot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    background: #11151c;
}

.landing-mock__dots-nav {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.75rem 0.7rem;
    background: #1b212b;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-mock__dot-btn {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.landing-mock__dot-btn:hover {
    background: rgba(255, 255, 255, 0.55);
}

.landing-mock__dot-btn.is-active {
    width: 1.15rem;
    background: #7ec8ff;
}

.landing-mock__frame {
    position: relative;
    background: #11151c;
    line-height: 0;
    overflow: hidden;
}

.landing-mock__fade {
    display: none;
}

.landing-mock__dots {
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
}

.landing-mock__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #5b6470;
}

.landing-mock__dot:nth-child(1) { background: #f87171; }
.landing-mock__dot:nth-child(2) { background: #fbbf24; }
.landing-mock__dot:nth-child(3) { background: #34d399; }

.landing-mock__address {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    flex: 1;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    font-weight: 600;
    overflow: hidden;
}

.landing-mock__address i {
    font-size: 0.7rem;
    color: #34d399;
    flex-shrink: 0;
}

.landing-mock__address span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .landing-mock__screen-label {
        display: none;
    }

    .landing-mock__slides {
        min-height: clamp(14rem, 48vw, 20rem);
    }
}

.landing-mock__body {
    display: grid;
    grid-template-columns: 13rem 1fr;
    min-height: 22rem;
}

@media (max-width: 767.98px) {
    .landing-mock__body {
        grid-template-columns: 1fr;
    }

    .landing-mock__sidebar {
        display: none;
    }
}

.landing-mock__sidebar {
    background: linear-gradient(180deg, #16181d 0%, #0f1115 100%);
    color: rgba(255, 255, 255, 0.78);
    padding: 0.75rem 0.55rem 0.9rem;
    font-size: 0.78rem;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.landing-mock__profile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.5rem 0.7rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-mock__avatar {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--landing-blue-bright), var(--landing-blue-deep));
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    flex-shrink: 0;
}

.landing-mock__profile strong {
    display: block;
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.2;
}

.landing-mock__profile span {
    display: block;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.5);
}

.landing-mock__brand {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.5rem 0.65rem;
    font-family: var(--landing-display);
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
}

.landing-mock__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-mock__nav li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.5rem;
    border-radius: 0.4rem;
    margin-bottom: 0.12rem;
}

.landing-mock__nav li span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-mock__nav li.is-active {
    background: rgba(11, 110, 199, 0.4);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.2);
}

.landing-mock__nav kbd {
    margin-left: auto;
    font-size: 0.62rem;
    opacity: 0.5;
    font-family: inherit;
    font-weight: 600;
}

.landing-mock__main {
    background:
        radial-gradient(420px 180px at 100% 0%, rgba(11, 110, 199, 0.08), transparent 60%),
        #f4f7fb;
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.landing-mock__topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.landing-mock__eyebrow {
    margin: 0 0 0.1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--landing-blue);
}

.landing-mock__top-title {
    margin: 0;
    font-weight: 700;
    font-family: var(--landing-display);
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    color: var(--landing-ink);
}

.landing-mock__topbar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

.landing-mock__pill {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(11, 110, 199, 0.12);
    color: var(--landing-blue-deep);
}

.landing-mock__status {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.landing-mock__client-bar {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr auto;
    gap: 0.55rem;
    padding: 0.7rem 0.8rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.65rem;
}

@media (max-width: 639.98px) {
    .landing-mock__client-bar {
        grid-template-columns: 1fr;
    }
}

.landing-mock__client-block {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    min-width: 0;
}

.landing-mock__client-block > i {
    color: var(--landing-blue);
    font-size: 1.1rem;
    margin-top: 0.1rem;
}

.landing-mock__client-block strong {
    display: block;
    font-size: 0.82rem;
    color: var(--landing-ink);
    line-height: 1.25;
}

.landing-mock__client-block span {
    display: block;
    font-size: 0.72rem;
    color: var(--landing-muted);
    line-height: 1.35;
}

.landing-mock__os-tag {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.15rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--landing-muted);
    white-space: nowrap;
}

.landing-mock__os-tag span:first-child {
    color: var(--landing-blue-deep);
    font-size: 0.8rem;
}

.landing-mock__panel {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.65rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.landing-mock__row {
    display: grid;
    grid-template-columns: 1.4fr 4.5rem 2.4rem 5rem;
    gap: 0.45rem;
    align-items: center;
    padding: 0.6rem 0.8rem;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(15, 23, 32, 0.06);
    color: var(--landing-ink);
}

@media (max-width: 575.98px) {
    .landing-mock__row {
        grid-template-columns: 1fr 4rem;
        gap: 0.35rem 0.6rem;
    }

    .landing-mock__row > span:nth-child(2),
    .landing-mock__row > span:nth-child(3) {
        display: none;
    }

    .landing-mock__row--head > span:nth-child(2),
    .landing-mock__row--head > span:nth-child(3) {
        display: none;
    }
}

.landing-mock__row strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
}

.landing-mock__row small {
    display: block;
    font-size: 0.68rem;
    color: var(--landing-muted);
    margin-top: 0.1rem;
}

.landing-mock__row--head {
    background: #eef2f7;
    font-weight: 700;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--landing-muted);
}

.landing-mock__row > span:nth-child(3),
.landing-mock__row > span:nth-child(4) {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.landing-mock__badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    width: fit-content;
}

.landing-mock__badge--svc {
    background: rgba(11, 110, 199, 0.12);
    color: var(--landing-blue-deep);
}

.landing-mock__badge--part {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
}

.landing-mock__checkout {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem 1rem;
    align-items: center;
    padding: 0.75rem 0.85rem;
    background: linear-gradient(180deg, #fff, #eef4fb);
    border: 1px solid var(--landing-line);
    border-radius: 0.65rem;
}

.landing-mock__pay span,
.landing-mock__total-box span {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--landing-muted);
    margin-bottom: 0.1rem;
}

.landing-mock__pay strong {
    font-size: 0.85rem;
    color: var(--landing-ink);
}

.landing-mock__total-box {
    text-align: right;
}

.landing-mock__total-box strong {
    font-family: var(--landing-display);
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    color: var(--landing-blue);
    line-height: 1.1;
}

.landing-mock__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.landing-mock__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    border-radius: 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.landing-mock__btn--ghost {
    background: #fff;
    border: 1px solid var(--landing-line);
    color: var(--landing-muted);
}

.landing-mock__btn--primary {
    background: linear-gradient(135deg, var(--landing-blue-bright), var(--landing-blue));
    color: #fff;
    border: 1px solid transparent;
}

.landing-preview__points {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--landing-line);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem 1.35rem;
}

@media (min-width: 700px) {
    .landing-preview__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .landing-preview__points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.landing-preview__points li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    min-width: 0;
    padding: 0.15rem 0;
}

.landing-preview__points li > div {
    min-width: 0;
    flex: 1 1 auto;
}

.landing-preview__points i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.6rem;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.14), rgba(11, 110, 199, 0.2));
    font-size: 1.1rem;
    color: var(--landing-blue-deep);
    margin-top: 0;
    flex-shrink: 0;
}

.landing-preview__points strong {
    display: block;
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 1.02rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.2rem;
    color: var(--landing-ink);
    line-height: 1.3;
}

.landing-preview__points span {
    display: block;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--landing-muted);
}

/* —— Modules —— */
.landing-modules {
    background:
        radial-gradient(680px 300px at 10% 0%, rgba(11, 110, 199, 0.07), transparent 55%);
}

.landing-modules .landing-section__inner {
    max-width: 74rem;
}

.landing-modules__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.5rem;
}

.landing-modules__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .landing-modules__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .landing-modules__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.landing-modules__item {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    height: 100%;
    width: 100%;
    min-width: 0;
    overflow: visible;
    padding: 1.2rem 1.2rem 1.25rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.9rem;
    box-shadow: 0 8px 22px rgba(15, 23, 32, 0.04);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-modules__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
}

.landing-modules__item:hover {
    border-color: rgba(11, 110, 199, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(11, 110, 199, 0.1);
}

.landing-modules__item.is-featured {
    padding: 1.3rem 1.3rem 1.35rem;
    background: linear-gradient(180deg, #fff 0%, #f3f8fd 100%);
    border-color: rgba(11, 110, 199, 0.32);
    box-shadow: 0 14px 32px rgba(11, 110, 199, 0.12);
}

.landing-modules__item.is-featured .landing-modules__label {
    font-size: 1.28rem;
    color: var(--landing-blue-deep);
}


.landing-modules__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.65rem;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.16), rgba(11, 110, 199, 0.22));
    color: var(--landing-blue-deep);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.landing-modules__item.is-featured .landing-modules__icon {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.5rem;
    background: linear-gradient(145deg, var(--landing-blue-bright), var(--landing-blue-deep));
    color: #fff;
}

.landing-modules__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.landing-modules__index {
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: rgba(11, 110, 199, 0.55);
}

.landing-modules__kbd {
    font-family: var(--landing-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.18rem 0.45rem;
    border-radius: 0.35rem;
    background: rgba(11, 110, 199, 0.1);
    color: var(--landing-blue-deep);
    border: 1px solid rgba(11, 110, 199, 0.22);
}

.landing-modules__tag {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(11, 110, 199, 0.14);
    color: var(--landing-blue-deep);
}

.landing-modules__label {
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.025em;
    margin: 0;
    line-height: 1.25;
    color: var(--landing-ink);
    overflow-wrap: anywhere;
}

.landing-modules__desc {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--landing-muted);
    font-weight: 500;
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

.landing-modules__points {
    list-style: none;
    margin: 0.45rem 0 0;
    padding: 0.85rem 0 0;
    border-top: 1px solid rgba(15, 23, 32, 0.08);
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
}

.landing-modules__points li {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0 0 0.45rem;
    padding: 0 0 0 1.15rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--landing-muted);
    font-weight: 400;
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

.landing-modules__points li:last-child {
    margin-bottom: 0;
}

.landing-modules__points li::before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.6em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--landing-blue);
}

.landing-modules__foot {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    padding: 1.1rem 1.25rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(11, 110, 199, 0.2);
    background: linear-gradient(135deg, rgba(11, 110, 199, 0.08), rgba(8, 145, 212, 0.06));
}

.landing-modules__foot p {
    margin: 0;
    font-weight: 600;
    color: var(--landing-ink);
    font-size: 1.02rem;
}

/* â€”â€” Como comeÃ§ar â€”â€” */
.landing-start {
    background:
        radial-gradient(720px 340px at 85% 10%, rgba(8, 145, 212, 0.12), transparent 55%),
        linear-gradient(180deg, #e9f1f9 0%, var(--landing-surface) 55%, #eef2f6 100%);
}

.landing-start__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 0.25rem;
}

.landing-start__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--landing-blue-deep);
}

.landing-start__steps {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    position: relative;
}

@media (min-width: 900px) {
    .landing-start__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.landing-start__steps::before {
    content: "";
    position: absolute;
    top: 2.15rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(11, 110, 199, 0.35), transparent);
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 899.98px) {
    .landing-start__steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .landing-start__steps::before {
        display: none;
    }
}

.landing-start__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    overflow: visible;
    padding: 1.35rem 1.3rem 1.25rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.9rem;
    box-shadow: 0 12px 28px rgba(15, 23, 32, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-start__step:hover {
    transform: translateY(-3px);
    border-color: rgba(11, 110, 199, 0.35);
    box-shadow: 0 16px 34px rgba(11, 110, 199, 0.12);
}

.landing-start__step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.landing-start__index {
    font-family: var(--landing-display);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    color: var(--landing-blue);
}

.landing-start__icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.16), rgba(11, 110, 199, 0.22));
    color: var(--landing-blue-deep);
    font-size: 1.2rem;
}

.landing-start__step-title {
    font-family: var(--landing-display);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 0.55rem;
    color: var(--landing-ink);
}

.landing-start__step-text {
    margin: 0 0 1.15rem;
    flex: 1;
    min-width: 0;
    max-width: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--landing-muted);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.landing-start__step-text strong {
    color: var(--landing-ink);
    font-weight: 700;
}

.landing-start__step-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--landing-blue-deep);
    text-decoration: none;
    border-top: 1px solid var(--landing-line);
    padding-top: 0.9rem;
}

.landing-start__step-link:hover {
    color: var(--landing-blue);
}

.landing-start__step-link i {
    transition: transform 0.2s ease;
}

.landing-start__step-link:hover i {
    transform: translateX(3px);
}

.landing-start__cta {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.15rem 1.5rem;
    padding: 1.25rem 1.4rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(11, 110, 199, 0.22);
    background:
        linear-gradient(135deg, rgba(11, 79, 140, 0.92), rgba(11, 110, 199, 0.95) 55%, rgba(8, 145, 212, 0.9));
    color: #fff;
    box-shadow: 0 14px 32px rgba(11, 79, 140, 0.22);
}

.landing-start__cta-title {
    margin: 0 0 0.25rem;
    font-family: var(--landing-display);
    font-weight: 700;
    font-size: clamp(1.15rem, 2.4vw, 1.4rem);
    letter-spacing: -0.02em;
}

.landing-start__cta-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
}

.landing-start__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.landing-start__cta .landing-btn--primary {
    background: #fff;
    color: var(--landing-blue-deep);
    box-shadow: none;
}

.landing-start__cta .landing-btn--primary:hover {
    background: #f0f7ff;
    color: var(--landing-blue-deep);
}

.landing-start__cta .landing-btn--secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.landing-start__cta .landing-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

.landing-start__cta .landing-btn--ghost {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.landing-start__cta .landing-btn--ghost:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

/* â€”â€” Vendor / empresa â€”â€” */
.landing-vendor {
    background:
        radial-gradient(700px 320px at 10% 0%, rgba(8, 145, 212, 0.1), transparent 55%),
        linear-gradient(180deg, rgba(11, 110, 199, 0.05), transparent 75%);
}

.landing-vendor-card {
    margin-top: 0.35rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow:
        0 18px 40px rgba(15, 23, 32, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.landing-vendor-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    padding: clamp(1.15rem, 3vw, 1.5rem) clamp(1.15rem, 3vw, 1.75rem);
    background:
        linear-gradient(135deg, rgba(11, 79, 140, 0.06), rgba(8, 145, 212, 0.08));
    border-bottom: 1px solid var(--landing-line);
}

.landing-vendor-card__brand {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 0;
}

.landing-vendor-card__logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.75rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.65rem;
    flex-shrink: 0;
}

.landing-vendor-card__logo {
    display: block;
    max-width: 9.5rem;
    max-height: 2.75rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.landing-vendor-card__mark {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.7rem;
    background: linear-gradient(145deg, var(--landing-blue-bright), var(--landing-blue-deep));
    color: #fff;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.landing-vendor-card__titles {
    min-width: 0;
}

.landing-vendor-card__kicker {
    margin: 0 0 0.15rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--landing-blue-deep);
}

.landing-vendor-card__name {
    font-family: var(--landing-display);
    font-weight: 700;
    font-size: clamp(1.35rem, 2.8vw, 1.7rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
    color: var(--landing-ink);
}

.landing-vendor-card__cnae {
    margin: 0.25rem 0 0;
    font-size: 0.92rem;
    color: var(--landing-muted);
    font-weight: 500;
}

.landing-vendor-card__body {
    padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.15rem, 3vw, 1.75rem) 0.5rem;
}

.landing-vendor-card__quote {
    margin: 0 0 1.15rem;
    padding: 0.85rem 1rem 0.85rem 1.15rem;
    border-left: 3px solid var(--landing-blue);
    background: rgba(11, 110, 199, 0.06);
    border-radius: 0 0.55rem 0.55rem 0;
    font-family: var(--landing-display);
    font-weight: 600;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    line-height: 1.45;
    letter-spacing: -0.015em;
    color: var(--landing-ink);
}

.landing-vendor-card__text {
    margin: 0 0 1rem;
    max-width: 52rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--landing-muted);
    font-weight: 400;
}

.landing-vendor-card__text strong {
    color: var(--landing-ink);
    font-weight: 700;
}

.landing-vendor-card__pillars {
    list-style: none;
    margin: 1.35rem 0 1.5rem;
    padding: 1.15rem 0 0;
    border-top: 1px solid var(--landing-line);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem 1.5rem;
}

@media (min-width: 800px) {
    .landing-vendor-card__pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.landing-vendor-card__pillars li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    min-width: 0;
}

.landing-vendor-card__pillars li > div {
    min-width: 0;
    flex: 1 1 auto;
}

.landing-vendor-card__pillars i {
    font-size: 1.25rem;
    color: var(--landing-blue);
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.landing-vendor-card__pillars strong {
    display: block;
    font-family: var(--landing-display);
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
    color: var(--landing-ink);
}

.landing-vendor-card__pillars span {
    display: block;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--landing-muted);
}

.landing-vendor-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.15rem 1.5rem;
    padding: 1rem clamp(1.15rem, 3vw, 1.75rem) clamp(1.15rem, 3vw, 1.5rem);
    background: linear-gradient(180deg, #f8fafc, #eef4fb);
    border-top: 1px solid var(--landing-line);
}

.landing-vendor-card__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    flex: 1 1 16rem;
    min-width: 0;
}

.landing-vendor-card__meta li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--landing-muted);
}

.landing-vendor-card__meta i {
    color: var(--landing-blue);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.landing-vendor-card__meta a {
    color: var(--landing-blue-deep);
    font-weight: 600;
    text-decoration: none;
}

.landing-vendor-card__meta a:hover {
    text-decoration: underline;
}

/* —— FAQ —— */
.landing-faq {
    background:
        radial-gradient(640px 260px at 80% 10%, rgba(11, 110, 199, 0.1), transparent 58%),
        linear-gradient(180deg, rgba(240, 246, 252, 0.65) 0%, transparent 70%);
}

.landing-faq .landing-section__inner {
    max-width: 74rem;
}

.landing-faq__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.5rem;
}

.landing-faq__intro .landing-section__lead {
    max-width: 42rem;
}

.landing-faq__accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0.9rem;
    --bs-accordion-inner-border-radius: 0.9rem;
    --bs-accordion-btn-padding-x: 1.05rem;
    --bs-accordion-btn-padding-y: 0.95rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 1.35rem;
    width: 100%;
    max-width: none;
    align-items: start;
}

@media (min-width: 800px) {
    .landing-faq__accordion {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.landing-faq__item {
    border: 1px solid rgba(11, 79, 140, 0.14) !important;
    border-radius: 0.9rem !important;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 22px rgba(15, 23, 32, 0.05);
    min-width: 0;
    height: auto;
    align-self: start;
}

.landing-faq__btn {
    gap: 0.7rem;
    font-family: var(--landing-font);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--landing-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    align-items: flex-start;
}

.landing-faq__btn > span {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    padding-top: 0.2rem;
}

.landing-faq__btn:not(.collapsed) {
    color: var(--landing-blue-deep) !important;
    background: rgba(8, 145, 212, 0.06) !important;
}

.landing-faq__btn:focus {
    box-shadow: none !important;
}

.landing-faq__btn::after {
    margin-left: 0.35rem;
    margin-top: 0.35rem;
    flex-shrink: 0;
}

.landing-faq__ico {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    margin-top: 0.05rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.16), rgba(11, 79, 140, 0.12));
    color: var(--landing-blue-deep);
    font-size: 1.05rem;
}

.landing-faq__body {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--landing-muted);
    padding: 0.1rem 1.05rem 1.05rem !important;
}

.landing-faq__body a {
    color: var(--landing-blue-deep);
    font-weight: 700;
    text-decoration: none;
}

.landing-faq__body a:hover {
    text-decoration: underline;
}

.landing-faq__more {
    margin: 1.5rem 0 0;
    font-size: 0.92rem;
    color: var(--landing-muted);
}

.landing-faq__more a {
    color: var(--landing-blue-deep);
    font-weight: 700;
    text-decoration: none;
}

.landing-faq__more a:hover {
    text-decoration: underline;
}

@media (max-width: 799.98px) {
    .landing-faq__btn {
        font-size: 0.95rem;
    }
}

/* —— Requisitos mínimos —— */
.landing-requisitos {
    background:
        radial-gradient(640px 280px at 80% 0%, rgba(8, 145, 212, 0.08), transparent 55%),
        linear-gradient(180deg, rgba(11, 110, 199, 0.03), transparent 70%);
}

.landing-requisitos__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.35rem;
}

.landing-requisitos__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .landing-requisitos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.landing-requisito {
    padding: 1.2rem 1.25rem 1.3rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.9rem;
    box-shadow: 0 8px 22px rgba(15, 23, 32, 0.04);
    min-height: 100%;
}

.landing-requisito__head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}

.landing-requisito__icon {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: rgba(11, 110, 199, 0.1);
    color: var(--landing-blue);
    font-size: 1.15rem;
}

.landing-requisito__titulo {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--landing-ink);
}

.landing-requisito__lista {
    margin: 0;
    padding: 0 0 0 1.15rem;
    color: var(--landing-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.landing-requisito__lista li + li {
    margin-top: 0.45rem;
}

/* —— Contato —— */
.landing-contact {
    background:
        radial-gradient(640px 280px at 90% 10%, rgba(8, 145, 212, 0.1), transparent 55%),
        linear-gradient(180deg, rgba(11, 110, 199, 0.04), transparent 70%);
}

.landing-contact__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 1.25rem;
}

.landing-contact__intro a {
    color: var(--landing-blue-deep);
    font-weight: 700;
}

.landing-contact__alert {
    margin: 0 0 1.15rem;
    padding: 0.75rem 1rem;
    border-radius: 0.55rem;
    font-size: 0.95rem;
    font-weight: 600;
}

.landing-contact__alert--success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.28);
}

.landing-contact__alert--warning {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.landing-contact__alert--danger {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.landing-contact__panel {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 1.25rem;
    align-items: stretch;
}

@media (max-width: 899.98px) {
    .landing-contact__panel {
        grid-template-columns: 1fr;
    }
}

.landing-contact__form {
    height: 100%;
    padding: 1.35rem 1.4rem 1.45rem;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 0.9rem;
    box-shadow: 0 12px 28px rgba(15, 23, 32, 0.06);
}

.landing-contact__honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.landing-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1rem;
    margin-bottom: 0.85rem;
}

@media (max-width: 639.98px) {
    .landing-contact__grid {
        grid-template-columns: 1fr;
    }
}

.landing-contact__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.landing-contact__field label {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--landing-ink);
}

.landing-contact__field label span {
    font-weight: 500;
    color: var(--landing-muted);
}

.landing-contact__field input,
.landing-contact__field textarea {
    width: 100%;
    border: 1px solid var(--landing-line);
    border-radius: 0.5rem;
    padding: 0.65rem 0.75rem;
    font: inherit;
    color: var(--landing-ink);
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.landing-contact__field input:focus,
.landing-contact__field textarea:focus {
    outline: none;
    border-color: rgba(11, 110, 199, 0.55);
    box-shadow: 0 0 0 3px rgba(11, 110, 199, 0.12);
}

.landing-contact__field textarea {
    resize: vertical;
    min-height: 8rem;
}

.landing-contact__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-top: 1rem;
}

.landing-contact__hint {
    margin: 0;
    font-size: 0.88rem;
    color: var(--landing-muted);
}

.landing-contact__hint strong {
    color: var(--landing-blue-deep);
}

.landing-contact__aside {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: 1.25rem 1.3rem 1.4rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(11, 110, 199, 0.2);
    background:
        linear-gradient(165deg, rgba(11, 79, 140, 0.96), rgba(11, 110, 199, 0.94) 55%, rgba(8, 145, 212, 0.9));
    color: #fff;
}

.landing-contact__aside-title {
    margin: 0 0 1rem;
    font-family: var(--landing-font);
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.landing-contact__channels {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.15rem;
    flex: 1 1 auto;
    align-content: space-evenly;
}

.landing-contact__channels li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    min-width: 0;
}

.landing-contact__channels li > div {
    min-width: 0;
    flex: 1 1 auto;
}

.landing-contact__channels i {
    font-size: 1.15rem;
    margin-top: 0.1rem;
    opacity: 0.9;
}

.landing-contact__channels i.bi-whatsapp {
    color: #6ee7a8;
    opacity: 1;
}

/* Botão flutuante WhatsApp — canto inferior direito */
.landing-whatsapp-float {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
    z-index: 60;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.78rem 1.05rem 0.78rem 0.85rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-family: var(--landing-font, system-ui, sans-serif);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow:
        0 10px 28px rgba(15, 20, 25, 0.22),
        0 2px 8px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.landing-whatsapp-float:hover,
.landing-whatsapp-float:focus-visible {
    color: #fff;
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow:
        0 14px 32px rgba(15, 20, 25, 0.26),
        0 4px 12px rgba(37, 211, 102, 0.4);
}

.landing-whatsapp-float:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.landing-whatsapp-float > i {
    position: relative;
    z-index: 1;
    font-size: 1.55rem;
    line-height: 1;
}

.landing-whatsapp-float__label {
    position: relative;
    z-index: 1;
}

.landing-whatsapp-float__pulse {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(37, 211, 102, 0.45);
    animation: landing-wa-pulse 2.2s ease-out infinite;
    pointer-events: none;
}

@keyframes landing-wa-pulse {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@media (max-width: 520px) {
    .landing-whatsapp-float {
        padding: 0.85rem;
        gap: 0;
    }

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

    .landing-whatsapp-float > i {
        font-size: 1.7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-whatsapp-float,
    .landing-whatsapp-float:hover,
    .landing-whatsapp-float:focus-visible {
        transition: none;
        transform: none;
    }

    .landing-whatsapp-float__pulse {
        animation: none;
        display: none;
    }
}

.landing-contact__channels strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 0.15rem;
}

.landing-contact__channels a,
.landing-contact__channels span {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: normal;
}

.landing-contact__channels a:hover {
    text-decoration: underline;
}

/* —— Footer —— */
.landing-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 3.5rem clamp(1rem, 4vw, 2.75rem) 1.75rem;
    border-top: 1px solid rgba(11, 79, 140, 0.12);
    background:
        linear-gradient(180deg, rgba(232, 242, 250, 0.35) 0%, rgba(241, 247, 252, 0.92) 28%, #eaf1f8 100%);
}

.landing-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--landing-blue-bright) 18%,
        var(--landing-blue) 50%,
        var(--landing-blue-deep) 82%,
        transparent 100%
    );
    opacity: 0.9;
}

.landing-footer__glow {
    position: absolute;
    inset: -20% -10% auto;
    height: 18rem;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(42% 70% at 18% 20%, rgba(8, 145, 212, 0.22), transparent 70%),
        radial-gradient(36% 65% at 88% 0%, rgba(11, 110, 199, 0.18), transparent 68%),
        radial-gradient(28% 50% at 55% 40%, rgba(11, 79, 140, 0.1), transparent 72%);
    animation: landing-footer-glow 9s ease-in-out infinite alternate;
}

.landing-footer__inner,
.landing-footer__bar {
    position: relative;
    z-index: 1;
}

.landing-footer__inner {
    max-width: 74rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr));
    gap: 2.35rem 2.75rem;
    align-items: start;
}

.landing-footer__brand {
    min-width: 0;
}

.landing-footer__logo-link {
    display: inline-block;
    margin-bottom: 1.05rem;
    border-radius: 0.55rem;
    transition: transform 0.28s ease, filter 0.28s ease;
}

.landing-footer__logo-link:hover,
.landing-footer__logo-link:focus-visible {
    transform: translateY(-3px) scale(1.02);
    filter: drop-shadow(0 10px 22px rgba(11, 79, 140, 0.22));
}

.landing-footer__logo-link:focus-visible {
    outline: 2px solid var(--landing-blue);
    outline-offset: 4px;
}

.landing-footer__logo {
    display: block;
    height: clamp(4.25rem, 8.5vw, 5.75rem);
    width: auto;
    max-width: min(20rem, 100%);
    object-fit: contain;
}

.landing-footer__name {
    margin: 0 0 0.75rem;
    font-family: var(--landing-display);
    font-size: clamp(1.65rem, 3vw, 2.05rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--landing-ink);
}

.landing-footer__tagline {
    margin: 0 0 0.7rem;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--landing-muted);
    max-width: 24rem;
}

.landing-footer__dev {
    margin: 0;
    font-size: 0.88rem;
    color: var(--landing-muted);
}

.landing-footer__heading {
    position: relative;
    margin: 0.15rem 0 1.05rem;
    padding-bottom: 0.55rem;
    font-family: var(--landing-font);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--landing-ink);
}

.landing-footer__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.25rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--landing-blue-bright), var(--landing-blue-deep));
}

.landing-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.landing-footer__list--nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.85rem;
}

.landing-footer__list--nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0;
    color: var(--landing-blue-deep);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.94rem;
    line-height: 1.35;
    transition: color 0.2s ease, transform 0.2s ease;
}

.landing-footer__list--nav a::before {
    content: "";
    width: 0;
    height: 2px;
    margin-right: 0;
    border-radius: 999px;
    background: var(--landing-blue-bright);
    transition: width 0.22s ease, margin-right 0.22s ease;
}

.landing-footer__list--nav a:hover,
.landing-footer__list--nav a:focus-visible {
    color: var(--landing-blue);
    transform: translateX(2px);
    text-decoration: none;
}

.landing-footer__list--nav a:hover::before,
.landing-footer__list--nav a:focus-visible::before {
    width: 0.55rem;
    margin-right: 0.4rem;
}

.landing-footer__list--contact {
    gap: 0.65rem;
}

.landing-footer__channel {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.8rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(11, 79, 140, 0.12);
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 6px 18px rgba(15, 23, 32, 0.04);
    color: var(--landing-blue-deep);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.35;
    backdrop-filter: blur(8px);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease;
}

.landing-footer__channel:hover,
.landing-footer__channel:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(11, 110, 199, 0.28);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(11, 79, 140, 0.12);
    text-decoration: none;
}

.landing-footer__channel-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(8, 145, 212, 0.16), rgba(11, 79, 140, 0.12));
    color: var(--landing-blue-deep);
    font-size: 1.05rem;
}

.landing-footer__channel--wa .landing-footer__channel-icon {
    background: linear-gradient(145deg, rgba(37, 211, 102, 0.22), rgba(18, 140, 70, 0.14));
    color: #128c45;
}

.landing-footer__channel-text {
    min-width: 0;
    overflow-wrap: anywhere;
}

.landing-footer__bar {
    max-width: 74rem;
    margin: 2.35rem auto 0;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(11, 79, 140, 0.12);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.7rem 1.25rem;
    font-size: 0.84rem;
    color: var(--landing-muted);
}

.landing-footer__copy,
.landing-footer__legal,
.landing-footer__dev {
    margin: 0;
}

.landing-footer a {
    color: var(--landing-blue-deep);
    text-decoration: none;
    font-weight: 600;
}

.landing-footer a:hover {
    text-decoration: underline;
}

.landing-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.55rem;
    align-items: center;
}

.landing-footer__legal a {
    position: relative;
    transition: color 0.2s ease;
}

.landing-footer__legal a:hover {
    color: var(--landing-blue);
}

@keyframes landing-footer-glow {
    from {
        opacity: 0.7;
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        opacity: 1;
        transform: translate3d(0, -10px, 0) scale(1.04);
    }
}

@media (max-width: 860px) {
    .landing-footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .landing-footer__brand {
        grid-column: 1 / -1;
    }

    .landing-footer__logo {
        height: clamp(3.85rem, 14vw, 5rem);
        max-width: min(18rem, 100%);
    }
}

@media (max-width: 560px) {
    .landing-footer {
        padding-bottom: 5.75rem;
    }

    .landing-footer__inner {
        grid-template-columns: 1fr;
        gap: 1.85rem;
    }

    .landing-footer__list--nav {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-footer__glow {
        animation: none;
    }

    .landing-footer__logo-link,
    .landing-footer__list--nav a,
    .landing-footer__channel {
        transition: none;
    }

    .landing-footer__logo-link:hover,
    .landing-footer__logo-link:focus-visible,
    .landing-footer__list--nav a:hover,
    .landing-footer__channel:hover,
    .landing-footer__channel:focus-visible {
        transform: none;
    }
}

/* â€”â€” Motion â€”â€” */
@keyframes landing-hero-in {
    from {
        opacity: 0;
        transform: translateY(1.5rem);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes landing-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes landing-glow {
    from { opacity: 0.45; transform: translateY(0); }
    to { opacity: 0.85; transform: translateY(-12px); }
}

@media (prefers-reduced-motion: reduce) {
    .landing-hero__content,
    .landing-mock,
    .landing-hero__atmosphere::after,
    [data-landing-reveal] {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* —— Responsivo: tablet e celular —— */
@media (max-width: 1023.98px) {
    .landing-hero__window {
        transform: none;
        animation: none;
    }

    .landing-mock {
        animation: none;
    }

    .landing-hero__slides {
        min-height: clamp(12.5rem, 34vw, 20rem);
    }

    .landing-hero__slide,
    .landing-hero__shot {
        max-width: 100%;
    }

    .landing-hero__shot {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 899.98px) {
    .landing-hero {
        min-height: auto;
        align-items: flex-start;
        padding: 4.75rem clamp(0.9rem, 3.5vw, 1.5rem) 1.75rem;
    }

    .landing-hero__grid {
        gap: 1.15rem;
    }

    .landing-hero__brand-wrap {
        margin-left: 0;
        max-width: 100%;
    }

    .landing-hero__brand-logo {
        margin-left: 0;
        max-width: 100%;
        max-height: clamp(5.25rem, 28vw, 8rem);
    }

    .landing-hero__brand {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .landing-hero__title {
        font-size: clamp(1.15rem, 4.5vw, 1.4rem);
    }

    .landing-hero__lead {
        font-size: 1.02rem;
        margin-bottom: 1.25rem;
    }

    .landing-hero__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .landing-hero__actions .landing-btn {
        width: 100%;
        min-width: 0;
    }

    .landing-hero__planos {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .landing-section {
        padding: clamp(2.5rem, 7vh, 3.75rem) clamp(0.9rem, 3.5vw, 1.5rem);
    }

    .landing-section__title {
        font-size: clamp(1.55rem, 6.5vw, 2.1rem);
    }

    .landing-section__lead {
        font-size: 1.02rem;
        line-height: 1.6;
    }

    .landing-preview__points {
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .landing-modules__foot,
    .landing-benefits__foot,
    .landing-start__cta,
    .landing-contact__footer,
    .landing-vendor-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-modules__foot .landing-btn,
    .landing-benefits__foot .landing-btn,
    .landing-start__cta-actions,
    .landing-start__cta-actions .landing-btn,
    .landing-contact__footer .landing-btn {
        width: 100%;
    }

    .landing-start__cta-actions {
        display: flex;
        flex-direction: column;
    }

    .landing-vendor-card__header {
        flex-wrap: wrap;
        gap: 0.85rem;
    }
}

@media (max-width: 639.98px) {
    .landing-benefits__list,
    .landing-modules__list {
        grid-template-columns: 1fr;
    }

    .landing-about__panel,
    .landing-contact__panel {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .landing-hero__window {
        border-radius: 0.75rem;
    }

    .landing-mock__chrome {
        gap: 0.5rem;
        padding: 0.5rem 0.65rem;
    }

    .landing-mock__address {
        font-size: 0.66rem;
        padding: 0.3rem 0.55rem;
    }

    .landing-modules__item,
    .landing-trust__card,
    .landing-benefits__item {
        padding: 1.05rem 1rem 1.1rem;
    }

    .landing-contact__form,
    .landing-contact__aside {
        padding-left: 0.95rem;
        padding-right: 0.95rem;
    }
}

/* Safe areas (notch / home indicator) */
@supports (padding: max(0px)) {
    .landing-topbar {
        padding-left: max(0.85rem, env(safe-area-inset-left));
        padding-right: max(0.85rem, env(safe-area-inset-right));
    }

    .landing-hero,
    .landing-section,
    .landing-footer {
        padding-left: max(0.9rem, env(safe-area-inset-left));
        padding-right: max(0.9rem, env(safe-area-inset-right));
    }

    .landing-footer {
        padding-bottom: max(2.25rem, calc(1.25rem + env(safe-area-inset-bottom)));
    }
}
