:root{
    --lg-primary:#123577;
    --lg-primary-2:#1c55c8;
    --lg-accent:#f59e0b;
    --lg-green:#159447;
    --lg-ink:#0f2347;
    --lg-text:#55637d;
    --lg-soft:#f4f7fc;
    --lg-border:#dfe7f2;
    --lg-white:#fff;
    --lg-shadow:0 24px 60px rgba(31,56,105,.13)
}
*{
    box-sizing:border-box
}
.landing-body{
    font-family:'Nunito',sans-serif;
    color:var(--lg-ink);
    background:#fff;
    overflow-x:hidden
}
.landing-body a{
    text-decoration:none
}
.landing-header{
    position:fixed;
    z-index:999;
    top:0;
    left:0;
    width:100%;
    padding:14px 0;
    transition:.25s;
    background:rgba(255,255,255,.92);
    border-bottom:1px solid rgba(223,231,242,.75);
    backdrop-filter:blur(16px)
}
.landing-header.is-scrolled{
    padding:9px 0;
    box-shadow:0 8px 28px rgba(17,45,91,.09)
}
.landing-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.landing-brand,.landing-footer-brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--lg-primary);
    font-size:23px;
    font-weight:900
}
.landing-brand img,.landing-footer-brand img{
    width:42px;
    height:42px;
    object-fit:contain
}
.landing-nav{
    display:flex;
    align-items:center;
    gap:25px
}
.landing-nav>a{
    color:#30425f;
    font-weight:700;
    font-size:14px
}
.landing-nav>a:hover{
    color:var(--lg-primary-2)
}
.landing-nav .landing-login{
    padding:9px 15px;
    border:1px solid var(--lg-border);
    border-radius:10px
}
.landing-nav .landing-header-cta{
    padding:11px 17px;
    color:#fff;
    background:linear-gradient(135deg,var(--lg-primary),var(--lg-primary-2));
    border-radius:11px;
    box-shadow:0 8px 20px rgba(28,85,200,.22)
}
.landing-menu-toggle{
    display:none;
    border:0;
    background:#eef3ff;
    color:var(--lg-primary);
    width:44px;
    height:44px;
    border-radius:12px;
    font-size:24px
}
.landing-hero{
    position:relative;
    padding:160px 0 95px;
    background:linear-gradient(145deg,#f7f9ff 0%,#fff 55%,#f1f8ff 100%);
    overflow:hidden
}
.landing-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(5px);
    pointer-events:none
}
.landing-orb-one{
    width:380px;
    height:380px;
    background:rgba(61,111,239,.09);
    top:70px;
    right:-90px
}
.landing-orb-two{
    width:250px;
    height:250px;
    background:rgba(21,148,71,.07);
    bottom:-100px;
    left:-80px
}
.landing-eyebrow,.landing-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    border-radius:999px;
    background:#eaf0ff;
    color:var(--lg-primary-2);
    font-weight:800;
    font-size:13px
}
.landing-hero h1{
    max-width:680px;
    margin:20px 0 20px;
    font-size:clamp(39px,5.3vw,68px);
    line-height:1.02;
    letter-spacing:-2.2px;
    font-weight:900
}
.landing-hero h1 span{
    color:var(--lg-primary-2)
}
.landing-hero-copy{
    max-width:620px;
    color:var(--lg-text);
    font-size:19px;
    line-height:1.65
}
.landing-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px
}
.landing-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:52px;
    padding:13px 22px;
    border-radius:13px;
    font-weight:800;
    transition:.2s;
    border:1px solid transparent
}
.landing-btn:hover{
    transform:translateY(-2px)
}
.landing-btn-primary{
    color:#fff;
    background:linear-gradient(135deg,var(--lg-primary),var(--lg-primary-2));
    box-shadow:0 14px 30px rgba(28,85,200,.25)
}
.landing-btn-primary:hover{
    color:#fff
}
.landing-btn-ghost{
    color:var(--lg-primary);
    background:#fff;
    border-color:var(--lg-border)
}
.landing-trust-line{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:22px;
    color:#5b6b83;
    font-size:13px;
    font-weight:700
}
.landing-trust-line i{
    color:var(--lg-green)
}
.landing-product-window{
    position:relative;
    background:#fff;
    border:1px solid #dce5f3;
    border-radius:23px;
    overflow:hidden;
    box-shadow:var(--lg-shadow);
    transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)
}
.landing-product-window:after{
    content:"";
    position:absolute;
    inset:auto 10% -20px;
    width:80%;
    height:35px;
    background:rgba(31,56,105,.18);
    filter:blur(25px);
    z-index:-1
}
.landing-window-top{
    display:flex;
    align-items:center;
    gap:15px;
    padding:13px 16px;
    background:#f5f7fb;
    border-bottom:1px solid #e5ebf4
}
.landing-window-dots{
    display:flex;
    gap:5px
}
.landing-window-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#cbd5e1
}
.landing-window-dots span:first-child{
    background:#f87171
}
.landing-window-dots span:nth-child(2){
    background:#fbbf24
}
.landing-window-dots span:nth-child(3){
    background:#4ade80
}
.landing-window-address{
    flex:1;
    text-align:center;
    background:#fff;
    border:1px solid #e3e9f2;
    border-radius:7px;
    padding:6px;
    font-size:10px;
    color:#8793a7
}
.landing-window-body{
    display:flex;
    min-height:410px
}
.landing-window-sidebar{
    width:62px;
    padding:20px 12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:13px;
    background:#112f6a;
    color:#c7d7ff
}
.landing-window-sidebar>span,.landing-mini-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    width:37px;
    height:37px;
    border-radius:10px
}
.landing-window-sidebar>span.active{
    background:#fff;
    color:#1746b2
}
.landing-mini-logo{
    margin-bottom:12px;
    background:#1d55ba;
    color:#fff
}
.landing-window-content{
    flex:1;
    padding:25px;
    background:#f6f8fc
}
.landing-window-heading{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.landing-window-heading div{
    display:flex;
    flex-direction:column
}
.landing-window-heading small{
    color:#8693a8
}
.landing-window-heading strong{
    font-size:20px
}
.landing-status{
    font-size:10px;
    padding:6px 9px;
    border-radius:999px;
    color:#167344;
    background:#dcfce7
}
.landing-dashboard-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:20px
}
.landing-dashboard-cards>div{
    display:grid;
    grid-template-columns:35px 1fr;
    grid-template-rows:auto auto;
    column-gap:9px;
    padding:14px;
    background:#fff;
    border:1px solid #e5ebf4;
    border-radius:13px
}
.landing-dashboard-cards i{
    grid-row:1/3;
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#edf3ff;
    color:#1c55c8
}
.landing-dashboard-cards small{
    font-size:9px;
    color:#8290a5
}
.landing-dashboard-cards strong{
    font-size:13px
}
.landing-dashboard-grid{
    display:grid;
    grid-template-columns:1.55fr .9fr;
    gap:12px;
    margin-top:13px
}
.landing-chart-card,.landing-insight-card{
    padding:15px;
    background:#fff;
    border:1px solid #e5ebf4;
    border-radius:14px
}
.landing-card-title{
    display:flex;
    justify-content:space-between;
    font-size:10px
}
.landing-card-title span{
    color:#8c98aa
}
.landing-bars{
    height:145px;
    display:flex;
    align-items:flex-end;
    gap:10px;
    padding:18px 8px 0
}
.landing-bars span{
    flex:1;
    border-radius:5px 5px 2px 2px;
    background:linear-gradient(180deg,#4f7dec,#204fb6)
}
.landing-insight-card{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
.landing-insight-card i{
    font-size:28px;
    color:#f59e0b
}
.landing-insight-card strong{
    margin:10px 0 5px;
    font-size:12px
}
.landing-insight-card p{
    margin:0;
    font-size:10px;
    color:#77849a
}
/* =========================================================
   ORGANIZAÇÕES QUE CONFIAM
   ========================================================= */

.landing-logo-strip {
    width: 100%;
    padding: 30px 0 34px;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #edf1f7;
    border-bottom: 1px solid #edf1f7;
}

.landing-logo-strip p {
    margin: 0 0 20px;
    color: #7d8aa0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

/*
 * Limita o slider somente à área central.
 */
.landing-logo-slider {
    position: relative;
    width: calc(100% - 40px);
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;

    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 7%,
        #000 93%,
        transparent 100%
        );

    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 7%,
        #000 93%,
        transparent 100%
        );
}

.landing-logo-track {
    display: flex;
    align-items: center;

    /*
     * Espaço menor entre as organizações.
     */
    gap: 18px;

    width: max-content;
    min-width: max-content;

    animation: landingLogo 24s linear infinite;
    will-change: transform;
}

/*
 * Pausa quando passar o mouse.
 */
.landing-logo-slider:hover .landing-logo-track {
    animation-play-state: paused;
}

.landing-client-logo {
    flex: 0 0 125px;
    width: 125px;
    height: 68px;
    padding: 8px 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-client-logo a {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-client-logo img {
    display: block;

    width: auto;
    height: auto;
    max-width: 105px;
    max-height: 52px;

    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.62;

    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        opacity 0.2s ease;
}

.landing-client-logo:hover img {
    transform: scale(1.06);
    filter: grayscale(0);
    opacity: 1;
}

.landing-client-logo span {
    color: #66758e;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

@keyframes landingLogo {

    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 767px) {

    .landing-logo-strip {
        padding: 24px 0 28px;
    }

    .landing-logo-strip p {
        margin-bottom: 15px;
        padding: 0 15px;
        font-size: 10px;
    }

    .landing-logo-slider {
        width: calc(100% - 20px);
    }

    .landing-logo-track {
        gap: 10px;
        animation-duration: 20s;
    }

    .landing-client-logo {
        flex-basis: 100px;
        width: 100px;
        height: 58px;
        padding: 7px 9px;
    }

    .landing-client-logo img {
        max-width: 84px;
        max-height: 43px;
    }
}
.landing-problem-section,.landing-demo-section,.landing-pricing-section,.landing-blog-section,.landing-faq-section{
    padding:95px 0
}
.landing-section-heading{
    max-width:760px;
    margin:0 auto 45px;
    text-align:center
}
.landing-section-heading>span{
    color:var(--lg-primary-2);
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1.3px
}
.landing-section-heading h2{
    margin:10px 0 13px;
    font-size:clamp(30px,4vw,46px);
    line-height:1.12;
    font-weight:900;
    letter-spacing:-1.2px
}
.landing-section-heading p{
    margin:0;
    color:var(--lg-text);
    font-size:17px;
    line-height:1.65
}
.landing-problem-card{
    height:100%;
    padding:28px;
    border:1px solid var(--lg-border);
    border-radius:19px;
    background:#fff;
    transition:.22s
}
.landing-problem-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(32,62,113,.1)
}
.landing-problem-card i{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:#edf3ff;
    color:var(--lg-primary-2);
    font-size:23px
}
.landing-problem-card h3{
    margin:18px 0 8px;
    font-size:18px;
    font-weight:900
}
.landing-problem-card p{
    margin:0;
    color:var(--lg-text);
    font-size:14px;
    line-height:1.6
}
.landing-features-section,.landing-testimonials-section{
    padding:95px 0;
    background:linear-gradient(145deg,#102d66,#123b86);
    color:#fff
}
.landing-heading-light h2{
    color:#fff
}
.landing-heading-light p{
    color:#bed0ef
}
.landing-heading-light>span{
    color:#8fb3ff
}
.landing-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px
}
.landing-feature-card{
    padding:27px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:18px;
    background:rgba(255,255,255,.075);
    backdrop-filter:blur(10px);
    transition:.2s
}
.landing-feature-card:hover{
    background:rgba(255,255,255,.12);
    transform:translateY(-4px)
}
.landing-feature-card i{
    font-size:28px;
    color:#90b5ff
}
.landing-feature-card h3{
    margin:14px 0 8px;
    font-size:18px;
    font-weight:900
}
.landing-feature-card p{
    margin:0;
    color:#c5d5ee;
    font-size:14px;
    line-height:1.6
}
.landing-phone-mockup{
    max-width:370px;
    margin:auto;
    padding:13px;
    border:8px solid #102445;
    border-radius:45px;
    background:#102445;
    box-shadow:0 35px 70px rgba(16,36,69,.25)
}
.landing-phone-screen{
    min-height:650px;
    padding:16px;
    border-radius:31px;
    background:#f5f7fc;
    overflow:hidden
}
.landing-mobile-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:7px;
    color:#123577
}
.landing-mobile-header span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:31px;
    height:31px;
    border-radius:50%;
    color:#fff;
    background:#123577;
    font-size:10px
}
.landing-mobile-welcome{
    padding:24px 14px 13px
}
.landing-mobile-welcome small{
    color:#7b899f
}
.landing-mobile-welcome h3{
    font-size:22px;
    font-weight:900
}
.landing-mobile-card{
    display:flex;
    align-items:center;
    gap:13px;
    margin:11px 6px;
    padding:17px;
    border:1px solid #e1e8f2;
    border-radius:15px;
    background:#fff
}
.landing-mobile-card i{
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#1c55c8;
    background:#edf3ff;
    font-size:20px
}
.landing-mobile-card div{
    display:flex;
    flex-direction:column
}
.landing-mobile-card strong{
    font-size:14px
}
.landing-mobile-card span{
    color:#758298;
    font-size:12px
}
.landing-phone-screen button{
    width:calc(100% - 12px);
    margin:15px 6px;
    padding:13px;
    border:0;
    border-radius:12px;
    color:#fff;
    background:#123577;
    font-weight:800
}
.landing-demo-title{
    margin:18px 0 15px;
    font-size:clamp(31px,4vw,48px);
    font-weight:900;
    line-height:1.12;
    letter-spacing:-1px
}
.landing-demo-copy{
    color:var(--lg-text);
    font-size:17px;
    line-height:1.65
}
.landing-check-list{
    display:grid;
    gap:12px;
    margin:25px 0
}
.landing-check-list>div{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700
}
.landing-check-list i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    color:#fff;
    background:var(--lg-green)
}
.landing-text-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--lg-primary-2);
    font-weight:900
}
.landing-numbers-section{
    padding:45px 0;
    background:#f2f6fc
}
.landing-number-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    text-align:center
}
.landing-number-grid strong{
    display:block;
    color:var(--lg-primary);
    font-size:34px;
    font-weight:900
}
.landing-number-grid span{
    color:#6d7b91;
    font-size:13px
}
.landing-pricing-section{
    background:#f7f9fd
}
.landing-price-card{
    position:relative;
    height:100%;
    padding:30px;
    border:1px solid var(--lg-border);
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 35px rgba(31,56,105,.07)
}
.landing-price-card.is-featured{
    border:2px solid var(--lg-primary-2);
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(28,85,200,.16)
}
.landing-price-badge{
    position:absolute;
    top:-14px;
    right:25px;
    padding:7px 13px;
    border-radius:999px;
    color:#fff;
    background:var(--lg-primary-2);
    font-size:11px;
    font-weight:900
}
.landing-price-top h3{
    margin:0;
    font-size:24px;
    font-weight:900
}
.landing-price-top p{
    min-height:48px;
    margin:8px 0 20px;
    color:var(--lg-text);
    font-size:14px
}
.landing-price-value{
    display:flex;
    align-items:flex-end;
    gap:4px;
    padding-bottom:20px;
    border-bottom:1px solid #e8edf4
}
.landing-price-value span{
    margin-bottom:8px;
    font-weight:800
}
.landing-price-value strong{
    font-size:44px;
    line-height:1;
    font-weight:900
}
.landing-price-value small{
    margin-bottom:6px;
    color:#77849a
}
.landing-price-card ul{
    display:grid;
    gap:11px;
    margin:22px 0;
    padding:0;
    list-style:none
}
.landing-price-card li{
    display:flex;
    gap:9px;
    color:#4f5f77;
    font-size:14px
}
.landing-price-card li i{
    color:var(--lg-green)
}
.landing-price-button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:13px;
    border-radius:12px;
    color:#fff;
    background:var(--lg-primary);
    font-weight:900
}
.landing-price-button:hover{
    color:#fff;
    background:var(--lg-primary-2)
}
.landing-price-note{
    display:block;
    margin-top:10px;
    text-align:center;
    color:#8792a5
}
.landing-testimonial-card{
    height:100%;
    padding:28px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:19px;
    background:rgba(255,255,255,.08)
}
.landing-stars{
    color:#fbbf24
}
.landing-testimonial-card blockquote{
    min-height:120px;
    margin:17px 0 22px;
    color:#eff5ff;
    font-size:16px;
    line-height:1.7
}
.landing-testimonial-person{
    display:flex;
    align-items:center;
    gap:12px
}
.landing-testimonial-person img,.landing-testimonial-person>span{
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover
}
.landing-testimonial-person>span{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#123577;
    background:#fff;
    font-weight:900
}
.landing-testimonial-person div{
    display:flex;
    flex-direction:column
}
.landing-testimonial-person small{
    color:#b9cae6
}
.landing-testimonials-swiper{
    padding-bottom:48px
}
.landing-testimonials-swiper .swiper-pagination-bullet{
    background:#fff
}
.landing-blog-card{
    height:100%;
    overflow:hidden;
    border:1px solid var(--lg-border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 35px rgba(31,56,105,.08)
}
.landing-blog-image{
    display:block;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#edf2f8
}
.landing-blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.35s
}
.landing-blog-card:hover .landing-blog-image img{
    transform:scale(1.04)
}
.landing-blog-content{
    padding:22px
}
.landing-blog-content small{
    color:#78869b
}
.landing-blog-content h3{
    margin:10px 0;
    font-size:19px;
    font-weight:900;
    line-height:1.35
}
.landing-blog-content h3 a{
    color:var(--lg-ink)
}
.landing-blog-content p{
    color:var(--lg-text);
    font-size:14px;
    line-height:1.55
}
.landing-blog-link{
    color:var(--lg-primary-2);
    font-weight:900;
    font-size:14px
}
.landing-faq-section{
    background:#f7f9fd
}
.landing-faq-section h2{
    margin:17px 0 14px;
    font-size:43px;
    font-weight:900
}
.landing-faq-section p{
    color:var(--lg-text);
    font-size:17px
}
.landing-accordion .accordion-item{
    margin-bottom:11px;
    border:1px solid var(--lg-border);
    border-radius:14px!important;
    overflow:hidden
}
.landing-accordion .accordion-button{
    padding:19px 20px;
    font-weight:900;
    color:var(--lg-ink);
    background:#fff;
    box-shadow:none
}
.landing-accordion .accordion-button:not(.collapsed){
    color:var(--lg-primary-2);
    background:#eef3ff
}
.landing-accordion .accordion-body{
    color:var(--lg-text);
    line-height:1.65
}
.landing-final-cta{
    padding:30px 0 95px;
    background:#f7f9fd
}
.landing-final-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:48px;
    border-radius:26px;
    color:#fff;
    background:linear-gradient(135deg,#10306d,#1c58ca);
    box-shadow:0 28px 70px rgba(20,62,145,.28)
}
.landing-final-box span{
    color:#9fc0ff;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1.3px
}
.landing-final-box h2{
    max-width:700px;
    margin:9px 0;
    font-size:clamp(30px,4vw,45px);
    font-weight:900
}
.landing-final-box p{
    max-width:720px;
    margin:0;
    color:#cbdafa
}
.landing-final-actions{
    min-width:230px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px
}
.landing-btn-white{
    color:#123577;
    background:#fff
}
.landing-btn-white:hover{
    color:#123577
}
.landing-final-login{
    color:#d8e5ff;
    font-weight:800
}
.landing-footer{
    padding:65px 0 20px;
    color:#c7d4ea;
    background:#0c2148
}
.landing-footer-grid{
    display:grid;
    grid-template-columns:1.5fr .7fr .7fr 1fr;
    gap:35px
}
.landing-footer-brand{
    color:#fff
}
.landing-footer-grid>div>p{
    max-width:380px;
    margin-top:17px;
    color:#9fb0cd;
    line-height:1.65
}
.landing-footer h3{
    color:#fff;
    font-size:15px;
    font-weight:900
}
.landing-footer-grid>div>a:not(.landing-footer-brand):not(.landing-footer-cta){
    display:block;
    margin:10px 0;
    color:#aebed7
}
.landing-footer-cta{
    display:inline-flex;
    margin-top:8px;
    padding:11px 15px;
    border-radius:10px;
    color:#fff;
    background:#1c55c8;
    font-weight:900
}
.landing-footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:45px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.1);
    font-size:12px
}
.landing-footer-bottom div{
    display:flex;
    gap:17px
}
.landing-footer-bottom a{
    color:#bac8dc
}
.landing-whatsapp{
    position:fixed;
    z-index:998;
    right:22px;
    bottom:22px;
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    background:#16a34a;
    font-size:26px;
    box-shadow:0 15px 35px rgba(22,163,74,.32)
}
.landing-whatsapp:hover{
    color:#fff;
    transform:translateY(-2px)
}
@media(max-width:1199px){
    .landing-nav{
        gap:15px
    }
    .landing-feature-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .landing-footer-grid{
        grid-template-columns:1.3fr 1fr 1fr
    }
    .landing-footer-grid>div:last-child{
        grid-column:1/-1
    }
    .landing-product-window{
        transform:none
    }
}
@media(max-width:991px){
    .landing-menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center
    }
    .landing-nav{
        position:absolute;
        top:74px;
        left:12px;
        right:12px;
        display:none;
        align-items:stretch;
        flex-direction:column;
        gap:5px;
        padding:16px;
        border:1px solid var(--lg-border);
        border-radius:17px;
        background:#fff;
        box-shadow:var(--lg-shadow)
    }
    .landing-nav.is-open{
        display:flex
    }
    .landing-nav>a{
        padding:10px
    }
    .landing-nav .landing-login,.landing-nav .landing-header-cta{
        text-align:center
    }
    .landing-hero{
        padding-top:130px;
        text-align:center
    }
    .landing-hero-copy{
        margin-left:auto;
        margin-right:auto
    }
    .landing-hero-actions,.landing-trust-line{
        justify-content:center
    }
    .landing-product-window{
        max-width:720px;
        margin:auto
    }
    .landing-number-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .landing-final-box{
        align-items:flex-start;
        flex-direction:column
    }
    .landing-final-actions{
        width:100%;
        align-items:stretch
    }
    .landing-footer-grid{
        grid-template-columns:repeat(2,1fr)
    }
}
@media(max-width:767px){
    .landing-brand span{
        font-size:19px
    }
    .landing-brand img{
        width:37px;
        height:37px
    }
    .landing-hero{
        padding:118px 0 70px
    }
    .landing-hero h1{
        font-size:40px;
        letter-spacing:-1.4px
    }
    .landing-hero-copy{
        font-size:16px
    }
    .landing-hero-actions{
        flex-direction:column
    }
    .landing-btn{
        width:100%
    }
    .landing-trust-line{
        align-items:flex-start;
        flex-direction:column;
        gap:8px
    }
    .landing-window-body{
        min-height:330px
    }
    .landing-window-sidebar{
        width:45px;
        padding:12px 7px
    }
    .landing-window-sidebar>span,.landing-mini-logo{
        width:30px;
        height:30px
    }
    .landing-window-content{
        padding:14px
    }
    .landing-dashboard-cards{
        grid-template-columns:1fr
    }
    .landing-dashboard-cards>div:nth-child(3){
        display:none
    }
    .landing-dashboard-grid{
        grid-template-columns:1fr
    }
    .landing-insight-card{
        display:none
    }
    .landing-bars{
        height:100px
    }
    .landing-problem-section,.landing-features-section,.landing-demo-section,.landing-pricing-section,.landing-testimonials-section,.landing-blog-section,.landing-faq-section{
        padding:70px 0
    }
    .landing-section-heading{
        margin-bottom:32px
    }
    .landing-section-heading h2{
        font-size:32px
    }
    .landing-feature-grid{
        grid-template-columns:1fr
    }
    .landing-number-grid{
        gap:10px
    }
    .landing-number-grid strong{
        font-size:26px
    }
    .landing-price-card.is-featured{
        transform:none
    }
    .landing-final-box{
        padding:30px 22px
    }
    .landing-footer-grid{
        grid-template-columns:1fr
    }
    .landing-footer-grid>div:last-child{
        grid-column:auto
    }
    .landing-footer-bottom{
        align-items:flex-start;
        flex-direction:column
    }
    .landing-footer-bottom div{
        flex-direction:column;
        gap:6px
    }
    .landing-phone-mockup{
        max-width:330px
    }
    .landing-phone-screen{
        min-height:570px
    }
}
@media(max-width:420px){
    .landing-hero h1{
        font-size:35px
    }
    .landing-eyebrow{
        font-size:11px
    }
    .landing-window-address{
        display:none
    }
    .landing-window-top{
        height:38px
    }
    .landing-number-grid{
        grid-template-columns:1fr 1fr
    }
    .landing-number-grid span{
        font-size:11px
    }
    .landing-footer{
        padding-bottom:85px
    }
}
/* =========================================================
   PLANOS DINÂMICOS DA LANDING
   ========================================================= */

.landing-pricing-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(
        circle at 50% 0%,
        rgba(37, 99, 235, 0.08),
        transparent 34%
        ),
        #f6f8fc;
}

.landing-pricing-section .row {
    margin-top: 46px;
}

.landing-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 34px;
    overflow: visible;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 25px;
    box-shadow:
        0 20px 55px rgba(16, 47, 112, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.landing-pricing-card:hover {
    transform: translateY(-7px);
    border-color: #a8c2ef;
    box-shadow:
        0 28px 70px rgba(16, 47, 112, 0.14);
}

.landing-pricing-featured {
    border: 2px solid #2563eb;
    box-shadow:
        0 28px 70px rgba(37, 99, 235, 0.16);
}

.landing-pricing-badge {
    position: absolute;
    top: -17px;
    right: 25px;
    padding: 9px 18px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 999px;
    background:
        linear-gradient(
        135deg,
        #1748b4,
        #2563eb
        );
    box-shadow:
        0 12px 25px rgba(37, 99, 235, 0.25);
}

.landing-pricing-header {
    min-height: 128px;
}

.landing-plan-label {
    display: block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-pricing-header h3 {
    margin: 0 0 10px;
    color: #102f70;
    font-size: 28px;
    font-weight: 800;
}

.landing-pricing-header p {
    margin: 0;
    color: #6c7b94;
    font-size: 14px;
    line-height: 1.7;
}

.landing-pricing-value {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 22px 0;
    color: #102f70;
}

.landing-pricing-value small {
    font-size: 15px;
    font-weight: 800;
}

.landing-pricing-value strong {
    font-size: 43px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.landing-pricing-value span {
    color: #7f8ca2;
    font-size: 13px;
    font-weight: 600;
}

.landing-pricing-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background: #e4eaf3;
}

.landing-pricing-list {
    display: grid;
    gap: 13px;
    min-height: 285px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.landing-pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #50617d;
    font-size: 14px;
    line-height: 1.5;
}

.landing-pricing-list i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #16a05d;
    font-size: 16px;
}

.landing-pricing-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: auto;
    color: #1748b4;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #9db8e7;
    border-radius: 13px;
    background: #ffffff;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
}

.landing-pricing-button:hover {
    color: #ffffff;
    background: #1748b4;
    transform: translateY(-2px);
}

.landing-pricing-button-primary {
    color: #ffffff;
    border-color: transparent;
    background:
        linear-gradient(
        135deg,
        #163f91,
        #245fc5
        );
    box-shadow:
        0 15px 30px rgba(25, 76, 173, 0.2);
}

.landing-pricing-button-primary:hover {
    color: #ffffff;
    background:
        linear-gradient(
        135deg,
        #102f70,
        #1748b4
        );
}

@media (max-width: 1199px) {

    .landing-pricing-list {
        min-height: auto;
    }
}

@media (max-width: 767px) {

    .landing-pricing-section {
        padding: 70px 0;
    }

    .landing-pricing-section .row {
        margin-top: 30px;
    }

    .landing-pricing-card {
        padding: 25px 21px;
        border-radius: 20px;
    }

    .landing-pricing-header {
        min-height: auto;
    }

    .landing-pricing-header h3 {
        font-size: 23px;
    }

    .landing-pricing-value {
        margin: 18px 0;
    }

    .landing-pricing-value strong {
        font-size: 35px;
    }

    .landing-pricing-list {
        gap: 10px;
        min-height: auto;
        margin-bottom: 22px;
    }

    .landing-pricing-list li {
        font-size: 13px;
    }

    .landing-pricing-badge {
        top: -13px;
        right: 16px;
        padding: 7px 13px;
        font-size: 10px;
    }
}
/* =========================================================
   PLANOS COMPACTOS E SLIDER
   ========================================================= */

.landing-planos-swiper {
    width: 100%;
    margin-top: 38px;
    padding: 18px 4px 8px;
    overflow: hidden;
}

.landing-planos-swiper .swiper-wrapper {
    align-items: stretch;
}

.landing-planos-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.landing-planos-swiper .landing-pricing-card {
    width: 100%;
    height: 100%;
    padding: 25px 25px 23px;
    border-radius: 21px;
}

.landing-planos-swiper
.landing-pricing-header {
    min-height: 96px;
}

.landing-planos-swiper
.landing-plan-label {
    margin-bottom: 5px;
    font-size: 10px;
}

.landing-planos-swiper
.landing-pricing-header h3 {
    margin-bottom: 6px;
    font-size: 25px;
}

.landing-planos-swiper
.landing-pricing-header p {
    font-size: 13px;
    line-height: 1.5;
}

.landing-planos-swiper
.landing-pricing-value {
    margin: 15px 0;
}

.landing-planos-swiper
.landing-pricing-value strong {
    font-size: 37px;
}

.landing-planos-swiper
.landing-pricing-divider {
    margin-bottom: 17px;
}

.landing-planos-swiper
.landing-pricing-list {
    gap: 7px;
    min-height: 230px;
    margin-bottom: 20px;
}

.landing-planos-swiper
.landing-pricing-list li {
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.35;
}

.landing-planos-swiper
.landing-pricing-list i {
    margin-top: 1px;
    font-size: 14px;
}

.landing-planos-swiper
.landing-pricing-button {
    min-height: 44px;
    border-radius: 11px;
    font-size: 13px;
}

.landing-planos-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    min-height: 45px;
    margin-top: 22px;
}

.landing-planos-prev,
.landing-planos-next {
    width: 40px;
    height: 40px;
    padding: 0;
    color: #1748b4;
    border: 1px solid #bdcdec;
    border-radius: 12px;
    background: #ffffff;
    transition: 0.2s ease;
}

.landing-planos-prev:hover,
.landing-planos-next:hover {
    color: #ffffff;
    border-color: #1748b4;
    background: #1748b4;
}

.landing-planos-prev.swiper-button-disabled,
.landing-planos-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.landing-planos-pagination {
    position: static !important;
    width: auto !important;
}

.landing-planos-pagination
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #a9bad6;
    opacity: 1;
}

.landing-planos-pagination
.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
    background: #2563eb;
}

@media (max-width: 699px) {

    .landing-planos-swiper {
        margin-top: 26px;
        padding-top: 14px;
    }

    .landing-planos-swiper
    .landing-pricing-card {
        padding: 22px 19px;
    }

    .landing-planos-swiper
    .landing-pricing-header {
        min-height: auto;
    }

    .landing-planos-swiper
    .landing-pricing-list {
        min-height: auto;
    }
}
/* =========================================================
   ORGANIZAÇÕES / LOGOS - TRILHO EM LARGURA TOTAL
   ========================================================= */
.landing-logo-strip {
    width: 100%;
    padding: 34px 0 38px;
    overflow: hidden;
}

.landing-logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.landing-logo-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 34px;
    width: max-content;
    min-width: 200%;
    animation: landingLogoCorrigido 30s linear infinite;
    will-change: transform;
}

.landing-logo-slider:hover .landing-logo-track {
    animation-play-state: paused;
}

.landing-client-logo {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
    height: 74px;
    padding: 10px 18px;
}

.landing-client-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 145px;
    max-height: 54px;
    object-fit: contain;
}

@keyframes landingLogoCorrigido {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 767px) {
    .landing-logo-track {
        gap: 18px;
        min-width: 220%;
    }

    .landing-client-logo {
        flex-basis: 128px;
        width: 128px;
        min-width: 128px;
        height: 62px;
        padding: 8px 10px;
    }

    .landing-client-logo img {
        max-width: 108px;
        max-height: 44px;
    }
}
