﻿.landing-page {
    color: var(--zoft-ink);
    background: #f7f7fb;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -64px;
    z-index: 1200;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background: var(--zoft-primary);
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(39, 23, 83, 0.2);
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 0.75rem;
}

.landing-navbar {
    min-height: 72px;
    border-bottom: 1px solid var(--zoft-border);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
}

.landing-navbar__inner {
    min-height: 72px;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    font-size: 1.9rem;
    font-weight: 800;
    color: #1f2233;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.landing-brand img {
    display: block;
    width: auto;
    max-width: 210px;
    height: 38px;
}

.landing-navbar__toggler {
    border-color: rgba(122, 87, 203, 0.28);
}

.landing-navbar__toggler:focus {
    box-shadow: var(--zoft-focus-ring);
}

.landing-navbar__nav {
    align-items: center;
    gap: 0.9rem;
}

.landing-nav-list {
    gap: 0.35rem;
}

.landing-nav-link {
    color: #727793;
    font-weight: 700;
    border-radius: 9px;
    padding: 0.45rem 0.78rem !important;
    transition: color 0.22s ease, background-color 0.22s ease;
}

.landing-nav-link:hover,
.landing-nav-link:focus-visible,
.landing-nav-link.is-active,
.landing-nav-link[aria-current="true"] {
    color: var(--zoft-primary);
    background: rgba(122, 87, 203, 0.11);
}

.landing-navbar__cta {
    font-weight: 800;
    padding-inline: 1rem;
    white-space: nowrap;
}

.landing-section {
    padding: clamp(3.8rem, 7vw, 6rem) 0;
    scroll-margin-top: 92px;
}

.landing-section__heading {
    margin: 0 auto 2.1rem;
    max-width: 760px;
    text-align: center;
}

.landing-section__heading h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.landing-section__heading p {
    margin: 0;
    font-size: 1.1rem;
    color: #6e7390;
}

.landing-hero {
    padding-top: clamp(6.8rem, 11vw, 9.6rem);
    padding-bottom: 0;
    background:
        linear-gradient(100deg, #f7f7fb 0%, #f7f7fb 62%, rgba(189, 158, 247, 0.32) 100%);
}

.landing-hero__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: clamp(4rem, 8vw, 6rem);
}

.landing-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(122, 87, 203, 0.28);
    background: rgba(122, 87, 203, 0.09);
    color: var(--zoft-primary);
    font-size: 0.84rem;
    font-weight: 800;
    padding: 0.42rem 0.88rem;
    margin-bottom: 1rem;
}

.landing-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.3rem, 5.7vw, 5rem);
    line-height: 1.03;
    letter-spacing: -0.03em;
}

.landing-hero h1 span {
    color: #7a43df;
}

.landing-hero p {
    margin: 0 auto 1.4rem;
    max-width: 620px;
    font-size: 1.2rem;
    line-height: 1.55;
    color: #6f7594;
}

.landing-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.landing-hero__actions .btn {
    min-width: 190px;
    font-weight: 800;
}

.landing-trusted {
    border-top: 1px solid var(--zoft-border);
    border-bottom: 1px solid var(--zoft-border);
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem 0;
}

.landing-trusted p {
    margin: 0 0 0.95rem;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #8a8ea6;
}

.landing-trusted ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.8rem;
}

.landing-trusted li {
    font-size: 2rem;
    font-weight: 700;
    color: #a3a7bb;
}

.landing-features,
.landing-process,
.landing-demo,
.landing-testimonials,
.landing-pricing,
.landing-footer {
    background: #f7f7fb;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.feature-card,
.testimonial-card,
.pricing-card {
    border-radius: 16px;
    border: 1px solid var(--zoft-border);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(31, 34, 51, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover,
.testimonial-card:hover,
.pricing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(122, 87, 203, 0.42);
    box-shadow: 0 20px 32px rgba(31, 34, 51, 0.08);
}

.feature-card {
    padding: 1.4rem;
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #7a43df;
    background: rgba(122, 87, 203, 0.12);
    margin-bottom: 1rem;
}

.feature-icon svg {
    width: 22px;
    height: 22px;
}

.feature-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.04rem;
}

.feature-card p {
    margin: 0;
    color: #6c7290;
    font-size: 0.98rem;
    line-height: 1.55;
}

.landing-process {
    padding-top: 2.8rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.process-item {
    text-align: center;
    padding: 0.5rem;
}

.process-item__step {
    display: inline-grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    background: linear-gradient(125deg, var(--zoft-primary) 0%, var(--zoft-primary-2) 100%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.process-item h3 {
    margin: 0 0 0.55rem;
    font-size: 1.9rem;
}

.process-item p {
    margin: 0;
    color: #727893;
    font-size: 1.1rem;
    line-height: 1.55;
}

.landing-demo {
    padding-top: 2.4rem;
}

.demo-shell {
    max-width: 780px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #dfe1ee;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(31, 34, 51, 0.07);
}

.demo-shell__topbar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem;
    border-bottom: 1px solid #e4e6f3;
    background: #f8f8fc;
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
}

.dot-red {
    background: #ef7c7c;
}

.dot-yellow {
    background: #e5c34b;
}

.dot-green {
    background: #4dc076;
}

.demo-shell__stage {
    min-height: 360px;
    background: #fbfbff;
    overflow: hidden;
}

.demo-shell__stage img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-testimonials {
    padding-top: 3rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.testimonial-card {
    padding: 1.25rem;
}

.testimonial-stars {
    margin: 0 0 0.7rem;
    color: #7a43df;
    letter-spacing: 0.12em;
    font-size: 0.95rem;
}

.testimonial-quote {
    margin: 0 0 1.1rem;
    color: #6e7492;
    font-size: 0.98rem;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.68rem;
}

.avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(122, 87, 203, 0.12);
    color: #7a43df;
    font-size: 0.82rem;
    font-weight: 800;
}

.testimonial-author strong {
    display: block;
    line-height: 1.2;
    margin-bottom: 0.1rem;
    font-size: 0.96rem;
}

.testimonial-author small {
    color: #8389a5;
    font-size: 0.84rem;
}

.landing-pricing {
    padding-top: 2.8rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.pricing-card {
    position: relative;
    padding: 1.4rem;
    text-align: center;
}

.pricing-card--highlight {
    border-color: rgba(122, 87, 203, 0.58);
}

.pricing-badge {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    background: #7a43df;
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    padding: 0.2rem 0.7rem;
}

.pricing-card h3 {
    margin: 0 0 0.68rem;
    font-size: 1.15rem;
}

.pricing-value {
    margin: 0 0 0.72rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.pricing-value span {
    font-size: 0.95rem;
    font-weight: 700;
    color: #7a809a;
}

.pricing-text {
    margin: 0 0 1rem;
    color: #727893;
    font-size: 0.96rem;
}

.landing-final-cta {
    padding-top: 2.2rem;
    padding-bottom: 4.2rem;
}

.final-cta-card {
    max-width: 860px;
    margin: 0 auto;
    border-radius: 22px;
    text-align: center;
    padding: clamp(1.7rem, 5vw, 3.2rem);
    color: #ffffff;
    background: linear-gradient(135deg, #6a35d7 0%, #9e38f1 100%);
    box-shadow: 0 20px 38px rgba(64, 31, 128, 0.3);
}

.final-cta-card h2 {
    margin: 0 0 0.7rem;
    font-size: clamp(2rem, 3.8vw, 3.1rem);
}

.final-cta-card p {
    margin: 0 auto 1.25rem;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
}

.final-cta-card .btn-light {
    min-width: 220px;
    font-weight: 800;
    color: #7a43df;
    border: none;
}

.landing-footer {
    border-top: 1px solid var(--zoft-border);
    padding: 3rem 0 1.2rem;
}

.landing-footer__grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.footer-brand strong {
    font-size: 1.9rem;
    display: inline-block;
    margin-bottom: 0.65rem;
}

.footer-brand p {
    margin: 0;
    max-width: 330px;
    color: #757b97;
    line-height: 1.6;
}

.footer-social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.95rem;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    border-radius: 999px;
    border: 1px solid var(--zoft-border);
    background: rgba(255, 255, 255, 0.75);
    color: #7d84a2;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    min-width: 38px;
    height: 32px;
    padding: 0 0.5rem;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.social-btn__icon {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.social-btn__mark {
    display: inline-block;
    line-height: 1;
    font-size: 0.78rem;
    font-weight: 800;
    transform: translateY(-0.5px);
}

.social-btn:hover,
.social-btn:focus-visible {
    color: var(--zoft-primary);
    border-color: rgba(122, 87, 203, 0.36);
    background: #ffffff;
    transform: translateY(-1px);
}

.social-btn--wa {
    color: #6f7795;
    border-color: var(--zoft-border);
}

.social-btn--wa:hover,
.social-btn--wa:focus-visible {
    color: var(--zoft-primary);
    border-color: rgba(122, 87, 203, 0.36);
}

.footer-column h3 {
    margin: 0 0 0.8rem;
    font-size: 1rem;
}

.footer-column {
    display: grid;
    gap: 0.5rem;
    align-content: start;
}

.footer-column a {
    color: #717793;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--zoft-primary);
}

.landing-footer__bottom {
    border-top: 1px solid var(--zoft-border);
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.landing-footer__bottom p {
    margin: 0;
    text-align: center;
    color: #767c97;
}

.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1200;
    min-height: 60px;
    max-width: min(92vw, 340px);
    padding: 0.56rem 0.95rem 0.56rem 0.88rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
    background: linear-gradient(138deg, #4f2f91 0%, var(--zoft-primary) 42%, var(--zoft-primary-2) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.005em;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 18px 34px rgba(58, 33, 117, 0.45);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease;
    isolation: isolate;
}

.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: inherit;
    border: 2px solid rgba(122, 87, 203, 0.34);
    opacity: 0;
    transform: scale(0.95);
    animation: landingChatCtaPulse 2.8s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

.whatsapp-float__label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.whatsapp-float__icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
    flex-shrink: 0;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 22px 38px rgba(58, 33, 117, 0.5);
    filter: saturate(1.12) brightness(1.03);
    color: #ffffff;
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(122, 87, 203, 0.45);
    outline-offset: 3px;
}

.whatsapp-float__icon svg {
    width: 20px;
    height: 20px;
}

.whatsapp-float[aria-expanded="true"] {
    background: linear-gradient(138deg, #6e48be 0%, #5a34a1 42%, #8a66d1 100%);
    box-shadow: 0 0 0 4px rgba(122, 87, 203, 0.28), 0 24px 40px rgba(58, 33, 117, 0.54);
}

.whatsapp-float[aria-expanded="true"]::after {
    animation: none;
    opacity: 0;
}

@keyframes landingChatCtaPulse {
    0%,
    100% {
        opacity: 0.42;
        transform: scale(0.97);
    }

    70% {
        opacity: 0;
        transform: scale(1.13);
    }
}

.landing-chat-widget {
    --landing-chat-height: 500px;
    position: fixed;
    right: 1rem;
    bottom: 5.35rem;
    z-index: 1199;
    width: min(390px, calc(100vw - 1.5rem));
}

.landing-chat-panel {
    border: 1px solid rgba(90, 52, 161, 0.24);
    border-radius: 22px;
    background: var(--zoft-surface);
    box-shadow: 0 26px 58px rgba(39, 23, 83, 0.24);
    height: min(var(--landing-chat-height), calc(100dvh - 6.8rem));
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.landing-chat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.88rem 0.95rem 0.66rem;
    background: linear-gradient(130deg, var(--zoft-primary) 0%, var(--zoft-primary-2) 58%, var(--zoft-primary-hover) 100%);
    color: #ffffff;
}

.landing-chat-head__identity {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.landing-chat-head__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.12) 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
    overflow: hidden;
}

.landing-chat-head__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-chat-head__meta {
    display: grid;
    gap: 0.1rem;
}

.landing-chat-head__meta strong {
    font-size: 1.06rem;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.landing-chat-head__meta small {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.landing-chat-head__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
}

.landing-chat-head__close {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.landing-chat-head__close {
    cursor: pointer;
}

.landing-chat-head__close:hover,
.landing-chat-head__close:focus-visible {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.23);
    color: #ffffff;
}

.landing-chat-head__status {
    margin: 0;
    padding: 0.05rem 0.95rem 0.82rem;
    background: linear-gradient(130deg, var(--zoft-primary) 0%, var(--zoft-primary-2) 58%, var(--zoft-primary-hover) 100%);
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.84rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(90, 52, 161, 0.11);
}

.landing-chat-messages {
    min-height: 0;
    overflow: auto;
    display: grid;
    align-content: start;
    gap: 0.65rem;
    padding: 0.9rem 0.88rem;
    background:
        radial-gradient(circle at top right, rgba(122, 87, 203, 0.15) 0%, rgba(122, 87, 203, 0) 38%),
        linear-gradient(180deg, rgba(247, 243, 255, 0.94) 0%, rgba(255, 255, 255, 1) 100%);
}

.landing-chat-messages::-webkit-scrollbar {
    width: 8px;
}

.landing-chat-messages::-webkit-scrollbar-thumb {
    background: rgba(90, 52, 161, 0.3);
    border-radius: 999px;
}

.landing-chat-empty {
    border: 1px dashed rgba(90, 52, 161, 0.25);
    border-radius: 13px;
    padding: 0.7rem;
    text-align: center;
    color: var(--zoft-muted);
    font-size: 0.81rem;
}

.landing-chat-panel .sync-message {
    max-width: min(87%, 720px);
    border-radius: 16px 16px 16px 7px;
    border: 1px solid var(--zoft-border);
    background: var(--zoft-surface-soft);
    padding: 0.6rem 0.68rem;
    box-shadow: 0 8px 16px rgba(39, 23, 83, 0.1);
    animation: landingChatBubbleIn 0.2s ease-out;
}

.landing-chat-panel .sync-message.is-mine {
    justify-self: end;
    background: linear-gradient(132deg, var(--zoft-primary) 0%, var(--zoft-primary-2) 100%);
    border-color: rgba(122, 87, 203, 0.5);
    border-radius: 16px 16px 7px 16px;
    color: #ffffff;
}

.landing-chat-panel .sync-message__meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.22rem;
    font-size: 0.71rem;
    color: var(--zoft-muted);
}

.landing-chat-panel .sync-message__author {
    font-weight: 800;
    color: var(--zoft-ink);
}

.landing-chat-panel .sync-message__text {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.92rem;
    color: var(--zoft-ink);
    line-height: 1.45;
}

.landing-chat-panel .sync-message.is-mine .sync-message__meta,
.landing-chat-panel .sync-message.is-mine .sync-message__author,
.landing-chat-panel .sync-message.is-mine .sync-message__text {
    color: #ffffff;
}

.landing-chat-panel .sync-message__text a {
    color: var(--zoft-primary);
    font-weight: 700;
}

.landing-chat-panel .sync-message.is-mine .sync-message__text a {
    color: #ffffff;
    text-decoration: underline;
}

.landing-chat-typing {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    max-width: none;
}

.landing-chat-typing__label {
    font-size: 0.77rem;
    color: var(--zoft-muted);
    font-weight: 600;
}

.landing-chat-typing__dots {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
}

.landing-chat-typing__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--zoft-primary-2);
    opacity: 0.5;
    animation: landingChatTyping 1.2s ease-in-out infinite;
}

.landing-chat-typing__dot:nth-child(2) {
    animation-delay: 0.15s;
}

.landing-chat-typing__dot:nth-child(3) {
    animation-delay: 0.3s;
}

.landing-chat-body {
    border-top: 1px solid rgba(90, 52, 161, 0.11);
    background: var(--zoft-surface);
    padding: 0.7rem 0.84rem 0.86rem;
    display: grid;
    gap: 0.56rem;
    max-height: 258px;
    overflow-y: auto;
}

.landing-chat-rate-warning {
    margin: 0;
    border: 1px solid rgba(170, 40, 58, 0.22);
    border-radius: 12px;
    background: rgba(170, 40, 58, 0.08);
    color: #8f2031;
    font-size: 0.79rem;
    padding: 0.52rem 0.62rem;
}

.landing-chat-options {
    display: grid;
    gap: 0.42rem;
}

.landing-chat-option {
    border: 1px solid rgba(90, 52, 161, 0.24);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(247, 242, 255, 1) 0%, rgba(240, 233, 255, 1) 100%);
    color: var(--zoft-primary);
    text-align: center;
    padding: 0.55rem 0.72rem;
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.3;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.landing-chat-option:hover,
.landing-chat-option:focus-visible {
    border-color: rgba(90, 52, 161, 0.5);
    background: linear-gradient(180deg, rgba(240, 232, 255, 1) 0%, rgba(233, 223, 252, 1) 100%);
    box-shadow: 0 9px 18px rgba(90, 52, 161, 0.16);
    transform: translateY(-1px);
}

.landing-chat-form {
    display: grid;
    gap: 0.55rem;
}

.landing-chat-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.44rem;
}

.landing-chat-form__field {
    display: grid;
    gap: 0.18rem;
    margin: 0;
}

.landing-chat-form__field span {
    font-size: 0.74rem;
    font-weight: 700;
    color: #5b5374;
}

.landing-chat-form__field input {
    width: 100%;
    border: 1px solid rgba(18, 12, 56, 0.18);
    border-radius: 11px;
    min-height: 37px;
    padding: 0.35rem 0.55rem;
    font-size: 0.83rem;
    color: var(--zoft-ink);
    background: var(--zoft-surface);
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.landing-chat-form__field input:focus {
    outline: none;
    border-color: rgba(90, 52, 161, 0.42);
    box-shadow: 0 0 0 3px rgba(90, 52, 161, 0.09);
}

.landing-chat-form__submit {
    border: 1px solid var(--zoft-primary);
    border-radius: 12px;
    background: linear-gradient(132deg, var(--zoft-primary) 0%, var(--zoft-primary-2) 100%);
    color: #ffffff;
    min-height: 40px;
    font-size: 0.84rem;
    font-weight: 800;
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.landing-chat-form__submit:hover,
.landing-chat-form__submit:focus-visible {
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(90, 52, 161, 0.24);
}

.landing-chat-form__submit[disabled] {
    border-color: rgba(90, 52, 161, 0.22);
    background: linear-gradient(132deg, rgba(90, 52, 161, 0.5) 0%, rgba(123, 87, 203, 0.5) 100%);
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.landing-chat-form__feedback {
    min-height: 17px;
    font-size: 0.75rem;
    color: var(--zoft-muted);
}

@keyframes landingChatBubbleIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes landingChatTyping {
    0%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 0.35;
    }

    40% {
        transform: translateY(-2px);
        opacity: 1;
    }
}

.reveal-on-scroll {
    opacity: 1;
    transform: none;
}

.js-ready .reveal-on-scroll.will-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.js-ready .reveal-on-scroll.will-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pulse-cta {
    animation: pulseCta 2.7s ease-in-out infinite;
}

@keyframes pulseCta {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(122, 87, 203, 0.22);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(122, 87, 203, 0);
    }
}

.landing-page a:focus-visible,
.landing-page button:focus-visible {
    outline: 3px solid rgba(90, 52, 161, 0.35);
    outline-offset: 3px;
    border-radius: 8px;
}

@media (max-width: 1199.98px) {
    .landing-trusted li {
        font-size: 1.8rem;
    }
}

@media (max-width: 991.98px) {
    .landing-navbar__nav {
        border-top: 1px solid var(--zoft-border);
        padding-top: 0.75rem;
        padding-bottom: 0.4rem;
    }

    .landing-navbar__cta {
        width: 100%;
    }

    .feature-grid,
    .testimonial-grid,
    .pricing-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-item:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 420px;
        margin-inline: auto;
    }

    .landing-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .landing-section {
        padding: 3rem 0;
    }

    .landing-hero {
        padding-top: 6.4rem;
    }

    .landing-brand img {
        height: 32px;
        max-width: 178px;
    }

    .landing-hero h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .landing-hero p {
        font-size: 1.04rem;
    }

    .landing-hero__actions {
        flex-direction: column;
    }

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

    .landing-trusted ul {
        gap: 0.9rem 1.2rem;
    }

    .landing-trusted li {
        font-size: 1rem;
    }

    .feature-grid,
    .testimonial-grid,
    .pricing-grid,
    .process-grid,
    .landing-footer__grid {
        grid-template-columns: 1fr;
    }

    .process-item:nth-child(3) {
        grid-column: auto;
        max-width: none;
    }

    .demo-shell__stage {
        min-height: 240px;
    }

    .demo-shell__stage img {
        min-height: 240px;
        object-fit: cover;
    }

    .whatsapp-float {
        right: 0.65rem;
        bottom: 0.75rem;
        min-height: 50px;
        max-width: calc(100vw - 1.3rem);
        padding: 0.46rem 0.78rem 0.46rem 0.72rem;
        gap: 0.52rem;
        font-size: 0.86rem;
    }

    .whatsapp-float__icon {
        width: 30px;
        height: 30px;
    }

    .whatsapp-float__icon svg {
        width: 18px;
        height: 18px;
    }

    .landing-chat-widget {
        right: 0.76rem;
        bottom: 4.8rem;
        width: calc(100vw - 1.5rem);
        max-width: 420px;
    }

    .landing-chat-form__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .reveal-on-scroll,
    .js-ready .reveal-on-scroll.will-reveal,
    .js-ready .reveal-on-scroll.will-reveal.is-visible {
        opacity: 1 !important;
        transform: none !important;
    }
}
