/* Banhosoft — Landing home (conversão + SEO) */

.video-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    background-size: cover;
    transition: 1s opacity;
    pointer-events: none;
}

.landing-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 6rem 0 4rem;
    background: linear-gradient(145deg, #052e16 0%, #0f4c75 50%, #083344 100%);
}

.landing-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.landing-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        120deg,
        rgba(5, 46, 22, 0.88) 0%,
        rgba(15, 76, 117, 0.82) 45%,
        rgba(8, 51, 68, 0.9) 100%
    );
}

.landing-hero__inner {
    position: relative;
    z-index: 2;
}

.landing-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (max-width: 991px) {
    .landing-hero__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .landing-hero {
        min-height: auto;
        padding: 5.5rem 0 3rem;
    }
}

.landing-hero__eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.landing-hero__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    line-height: 1.12;
    color: #fff;
    margin: 0 0 1rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.landing-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    max-width: 34rem;
    margin-bottom: 1.75rem;
}

.landing-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.65rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
}

.landing-btn--primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(22, 163, 74, 0.45);
}

.landing-btn--primary:hover {
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 14px 36px rgba(22, 163, 74, 0.5);
}

.landing-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
}

.landing-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.landing-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
}

.landing-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.landing-hero__trust i {
    color: #4ade80;
}

.landing-mockup {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-2xl), 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    min-height: 0;
}

.landing-mockup__figure {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 0;
    min-height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.landing-mockup__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.landing-mockup__badge {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: rgba(255, 255, 255, 0.96);
    color: var(--text-dark);
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    line-height: 1.45;
}

.landing-mockup__badge i {
    color: #16a34a;
    flex-shrink: 0;
    margin-top: 0.15rem;
    font-size: 1.1rem;
}

.landing-mockup__badge span {
    flex: 1;
    min-width: 0;
}

/* Funcionalidades — grade estável (evita offsets Bootstrap quebrando linhas) */
.landing-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
    align-items: stretch;
}

.landing-feature-cell {
    min-width: 0;
    display: flex;
}

.landing-feature-cell .landing-feature-block {
    width: 100%;
}

.landing-feature-cell--last {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 400px;
}

@media (max-width: 991px) {
    .landing-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-feature-cell--last {
        max-width: none;
    }
}

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

/* Diferenciais — duas colunas alinhadas e altura uniforme */
.landing-diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
    align-items: stretch;
}

.landing-diferenciais-cell {
    min-width: 0;
    display: flex;
}

.landing-diferenciais-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

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

.landing-plataforma-visual {
    padding: 1rem;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    box-shadow: var(--shadow-xl);
    display: inline-block;
    max-width: 100%;
}

.landing-plataforma-visual__img {
    width: 100%;
    max-width: 440px;
    height: auto;
    display: block;
    vertical-align: middle;
}

.section-landing {
    padding: 4.5rem 0;
}

.section-landing--alt {
    background: linear-gradient(180deg, #f0fdf4 0%, #f8fafc 50%, #ffffff 100%);
}

.section-landing--dark {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: #e2e8f0;
}

.section-landing--dark .section-heading,
.section-landing--dark h2,
.section-landing--dark h3 {
    color: #fff;
}

.section-landing--dark .section-subheading {
    color: rgba(226, 232, 240, 0.88);
}

.landing-kicker {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #059669;
    margin-bottom: 0.5rem;
}

.landing-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
}

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

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

.landing-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--border);
    color: var(--text-medium);
    line-height: 1.55;
}

.landing-list li:last-child {
    border-bottom: none;
}

.landing-list--bad i {
    color: #ef4444;
    margin-top: 0.2rem;
}

.landing-list--good i {
    color: #16a34a;
    margin-top: 0.2rem;
}

.landing-feature-block {
    height: 100%;
    padding: 1.75rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.landing-feature-block:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.landing-feature-block__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 1rem;
}

.landing-feature-block h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.65rem;
    color: var(--text-dark);
}

.landing-feature-block p {
    margin: 0;
    color: var(--text-medium);
    line-height: 1.65;
    font-size: 0.95rem;
}

.landing-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
    justify-content: center;
}

.landing-pill {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    font-weight: 600;
}

.landing-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

@media (max-width: 991px) {
    .landing-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.landing-step {
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.landing-step__num {
    width: 40px;
    height: 40px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.landing-step h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--text-dark);
}

.landing-step p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-medium);
    line-height: 1.5;
}

.landing-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}

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

.landing-metric {
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
    border: 1px solid #bbf7d0;
    text-align: center;
}

.landing-metric strong {
    display: block;
    font-size: 1.05rem;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
}

.landing-metric span {
    font-size: 0.88rem;
    color: var(--text-medium);
}

.landing-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

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

.landing-quote {
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.landing-quote p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text-medium);
    margin: 0 0 1rem;
    font-style: italic;
}

.landing-quote__author {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.landing-quote__co {
    font-size: 0.85rem;
    color: var(--text-light);
}

.landing-plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 900px;
    margin: 2.5rem auto 0;
}

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

.landing-plan-card {
    padding: 2rem 1.75rem;
    border-radius: var(--radius-xl);
    background: #fff;
    border: 2px solid var(--border);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.landing-plan-card--featured {
    border-color: #0ea5e9;
    box-shadow: var(--shadow-xl);
}

.landing-plan-card--featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
}

.landing-plan-card .price {
    font-size: 2.25rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.landing-plan-card .period {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.landing-guarantee {
    max-width: 720px;
    margin: 2rem auto 0;
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius-lg);
    background: #ecfdf5;
    border: 1px solid #86efac;
    color: #14532d;
    font-size: 0.95rem;
    line-height: 1.55;
    text-align: center;
}

.landing-guarantee i {
    color: #16a34a;
    margin-right: 0.35rem;
}

.landing-seo-footer {
    padding: 2rem 0 3rem;
    background: #f8fafc;
    border-top: 1px solid var(--border);
}

.landing-seo-footer p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--text-medium);
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .video-intro {
        display: none;
    }
}
