html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

:root {
    --bs-primary: #0a0a0a;
    --bs-primary-rgb: 10, 10, 10;
    --bs-secondary: #64748b;
    --bs-body-color: #334155;
    --bs-body-bg: #fff;
    --accent: #16a34a;
    --accent-hover: #15803d;
    --verum-green: #16a34a;
    --verum-green-light: #22c55e;
    --verum-green-muted: #4ade80;
    --verum-black: #0a0a0a;
    --brand--neutral-light: #4e4e4e;
    --brand--gray-lighter: #f3f4f2;
    --bs-border-radius: 1.375rem;
    --brand--white: #fff;
}

.bgHeroSection {
    background-image: url(../bghero.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0 !important;
    /* margin-top: 135px; */
    background-position-y: -60px;
    height: 1090px;
}

.imgHeros {
    position: absolute;

}

.imgHeros img {
    width: 50px;

    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    animation: heros 3s ease-in-out infinite;
}

.imgHero1 {

    margin-left: 23px;
}

.imgHero2 {
    margin-left: 80px;
    margin-top: 200px;
}

@keyframes heros {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.mt70 {
    margin-top: 70px !important;
}

/* Owl Carousel - botões de navegação */
#features-carousel .owl-nav .owl-prev,
#features-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bs-primary) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    transition: opacity 0.2s;
}

#features-carousel .owl-nav .owl-prev:hover,
#features-carousel .owl-nav .owl-next:hover {
    opacity: 0.9;
}

/* Mantém os botões sempre clicáveis (ignora estado disabled do Owl) */
#features-carousel .owl-nav .owl-prev.disabled,
#features-carousel .owl-nav .owl-next.disabled {
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

#features-carousel .owl-nav .owl-prev {
    left: 10px;
}

#features-carousel .owl-nav .owl-next {
    right: 10px;
}

#features-carousel .owl-dots {
    margin-top: 1rem;
}

#features-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    border-radius: 50%;
}

#features-carousel .owl-dots .owl-dot.active span {
    background: var(--bs-primary);
}

#features-carousel.owl-carousel {
    position: relative;
}

#features {
    background-color: #F3F4F2 !important;
    padding: 140px 0 !important;

}

.text-3xl {
    letter-spacing: -.06em;
    font-size: 2.25rem;
    font-weight: 400 !important;
    line-height: 1.22 !important;
}

.bgCustom {
    background-color: var(--brand--gray-lighter) !important;
    border-radius: 1.375rem;
    padding: 1.5rem;
    height: 480px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

    &:hover {
        transform: translateY(-10px);
    }
}

.rounded-3 {
    border-radius: 1rem !important;
}

.d-flex-owl {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.dashboard_slider-gradient-left {
    z-index: 1;
    background-image: linear-gradient(90deg, #ffffff 70%, transparent);
    pointer-events: none;
    width: 20vw !important;
    position: absolute;
    inset: 0% 100% 0% auto;
    height: 500px;
    top: 0;
    left: 0;
}

.dashboard_slider-gradient-right {
    z-index: 1;
    background-image: linear-gradient(270deg, #ffffff 70%, transparent);
    pointer-events: none;
    width: 20vw !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 500px;
}

.text-6xl {
    letter-spacing: -.06em;
    font-size: 1.2rem;
    font-weight: 400 !important;
    line-height: 1.22 !important;
}

#features svg {
    width: 11px;
    margin-top: 8px;
    color: aqua;
}

.grafico1 {
    position: absolute;
    top: 250px;
    margin-left: -140px;
}

.grafico2 {
    position: absolute;
    margin-left: 580px;
    top: -310px;
}

.grafico1-img {
    width: 280px !important;
    height: 240px !important;
    object-fit: cover;
}

.grafico2-img {
    width: 150px !important;
    height: 194px !important;
    /* object-fit: cover; */
}

.heading-style-h2 {
    letter-spacing: -.06em;
    font-size: 3.75rem;
    font-weight: 400 !important;
    line-height: 1.2;
}

.py-5 {
    padding: 285px 0 !important
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dashboard_card-image.is-six {
    border-radius: 1rem;
    width: 80%;
    margin-bottom: 40px;
}

body {
    color: var(--text-color--text-primary);
    overscroll-behavior: none;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

/* Âncoras internas — compensar navbar fixo */
#inicio,
section[id],
.row[id] {
    scroll-margin-top: 5.75rem;
}

@media (min-width: 992px) {
    #inicio,
    section[id],
    .row[id] {
        scroll-margin-top: 6rem;
    }
}

.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
}

.btn-primary:hover {
    background-color: var(--accent-hover);
    border-color: var(--accent-hover);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.text-accent {
    color: var(--accent);
}

.h-100 {
    height: 100% !important;
}

/* Navbar com background branco após scroll */
#navbar-welcome {
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    font-family: 'Inter', sans-serif;
}

#navbar-welcome .verum-nav-links {
    gap: 0.15rem;
}

#navbar-welcome.navbar-scrolled {
    background-color: #ffffffe6 !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

#navbar-welcome.navbar-scrolled .nav-link {
    color: #334155;
}

#navbar-welcome.navbar-scrolled .nav-link:hover {
    color: var(--bs-primary);
}

#navbar-welcome .nav-link {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding: 0.5rem 0.7rem !important;
    border-radius: 0.5rem;
    color: #1e293b;
    transition: color 0.15s ease, background-color 0.15s ease;
}

#navbar-welcome .nav-link:hover,
#navbar-welcome .nav-link:focus-visible {
    background-color: rgba(22, 163, 74, 0.1);
    color: var(--bs-primary);
}

#navbar-welcome .verum-nav-actions {
    flex-shrink: 0;
    align-items: center;
}

#navbar-welcome .verum-nav-actions .button {
    min-height: 2.75rem;
    padding: 0.45rem 1.15rem;
    font-size: 0.875rem;
}

#navbar-welcome .verum-nav-actions .button--outline {
    min-height: 2.75rem;
    padding: 0.45rem 1.15rem;
    font-size: 0.875rem;
}

.heading-style-h1 {
    letter-spacing: -.06em;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 90%;
}

.verum-hero-accent {
    color: var(--verum-green-light);
}

/* Botões da marca — mesma fonte e peso em todo o site */
.button {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    min-height: 3.25rem;
    padding: 0.55rem 1.35rem;
    display: inline-flex;
    position: relative;
    overflow: clip;
    text-decoration: none;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.2s ease,
        color 0.2s ease, border-color 0.2s ease;
    background-color: var(--accent);
    color: #fff;
    box-shadow: 0 8px 20px rgba(22, 163, 74, 0.35);
}

.button:hover {
    transform: scale(0.98);
    text-decoration: none;
    color: #fff;
    background-color: var(--accent-hover);
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.28);
}

.button:focus-visible {
    outline: 2px solid var(--verum-green-light);
    outline-offset: 2px;
}

.button--outline {
    background-color: transparent;
    color: var(--verum-black);
    border-color: var(--verum-black);
    box-shadow: none;
}

.button--outline:hover {
    background-color: var(--verum-black);
    color: #fff;
    border-color: var(--verum-black);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.button--light {
    background-color: #fff;
    color: var(--verum-black);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.button--light:hover {
    background-color: #f8fafc;
    color: var(--verum-black);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.button .fa-whatsapp {
    color: #25d366;
}


.text-color-secondary {
    color: var(--brand--neutral-light);
}
.font62{
    font-size: 62px !important;
    letter-spacing: -7px !important;
    font-weight: 600 !important;
}

/* Botão flutuante WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 22px;
    right: 22px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    color: #fff !important;
    transform: scale(1.07);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

.whatsapp-float .fa-whatsapp {
    margin-top: 2px;
}

/* Blocos de conversão (landing) — padding próprio (evita .py-5 global 285px) */
.verum-mkt {
    padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.verum-mkt--dor {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #141414 0%, #0a0a0a 45%, #111 100%);
    color: #cbd5e1;
}

.verum-dor__accent {
    position: absolute;
    top: -20%;
    right: -10%;
    width: min(55vw, 480px);
    height: min(55vw, 480px);
    background: radial-gradient(circle, rgba(22, 163, 74, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

.verum-dor__badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #bbf7d0;
    background: rgba(22, 163, 74, 0.2);
    border: 1px solid rgba(74, 222, 128, 0.4);
    border-radius: 999px;
}

.verum-dor__headline {
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.verum-dor__headline em {
    font-style: normal;
    color: var(--verum-green-light);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.12em;
}

.verum-dor__lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #94a3b8;
    margin-bottom: 1rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .verum-dor__lead {
        margin-left: 0;
        margin-right: 0;
    }
}

.verum-dor__micro {
    font-size: 0.9rem;
    color: #64748b;
}

.verum-dor-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.verum-dor-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(74, 222, 128, 0.3);
    transform: translateX(4px);
}

.verum-dor-card__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, rgba(22, 163, 74, 0.4), rgba(22, 163, 74, 0.12));
    color: #86efac;
    font-size: 1.15rem;
}

.verum-dor-card__titulo {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.verum-dor-card__texto {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #94a3b8;
    margin: 0;
}

.verum-dor-card__texto strong {
    color: #e2e8f0;
    font-weight: 600;
}

.verum-dor__punchbar {
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(20, 83, 45, 0.55), rgba(10, 10, 10, 0.85));
    border: 1px solid rgba(74, 222, 128, 0.35);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 12px 40px rgba(0, 0, 0, 0.4);
}

.verum-dor__punchbar-text {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
    color: #ecfdf5;
    line-height: 1.5;
    text-align: center;
}

.verum-dor__punchbar-text strong {
    color: #fff;
    font-weight: 700;
}

.verum-dor__punchbar-ico {
    margin-right: 0.35rem;
}

.verum-mkt--solucao {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.verum-mkt--solucao .verum-mkt__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--verum-black);
}

.verum-solucao-bloco {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.35rem 1.25rem;
    height: 100%;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.verum-solucao-bloco:hover {
    border-color: #cbd5e1;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.verum-solucao-bloco__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: var(--verum-green);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.verum-solucao-bloco__titulo {
    font-size: 1rem;
    font-weight: 700;
    color: var(--verum-black);
    line-height: 1.35;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.verum-solucao-bloco__texto {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.verum-mkt--autoridade {
    background: #050505;
    color: #cbd5e1;
}

.verum-mkt--autoridade .verum-mkt__title {
    color: #fff;
    font-size: clamp(1.65rem, 3.2vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.verum-mkt--autoridade .verum-mkt__sub {
    color: #94a3b8;
    font-size: 1.05rem;
}

.verum-mkt--autoridade .verum-mkt__pill {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(22, 163, 74, 0.2);
    color: #86efac;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.verum-mkt--uso {
    background: #fff;
}

.verum-mkt--uso .verum-mkt__title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--verum-black);
}

.verum-mkt--uso .verum-uso-card {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    background: #fafafa;
}

.verum-mkt--uso .verum-uso-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.verum-mkt--uso .verum-uso-card__icon {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.verum-mkt--uso .verum-uso-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--verum-black);
    margin-bottom: 0.35rem;
}

.verum-mkt--uso .verum-uso-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

.verum-mkt__title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--verum-black);
}

.verum-mkt__pill {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    background: rgba(22, 163, 74, 0.1);
    color: #14532d;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}

.verum-mkt__pill--light {
    background: rgba(22, 163, 74, 0.08);
    color: #166534;
}

.verum-dor-card--compact {
    align-items: center;
}

.verum-dor-card--compact .verum-dor-card__titulo {
    margin-bottom: 0;
    line-height: 1.45;
}

.verum-uso-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    text-align: left;
}

.verum-uso-list li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.45;
}

.verum-uso-list li:last-child {
    margin-bottom: 0;
}

.verum-uso-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--verum-green);
    opacity: 0.85;
}

.verum-uso-card--politico {
    text-align: left;
}

.verum-mkt--frases {
    background: #050505;
    color: #e2e8f0;
}

.verum-frase-card {
    margin: 0;
    padding: 1.35rem 1.5rem;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    font-weight: 600;
    font-style: normal;
    line-height: 1.45;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 4px solid var(--verum-green-light);
    border-radius: 0.75rem;
    min-height: 100%;
}

.verum-mkt--diff .verum-mkt__title {
    color: var(--verum-black);
}

.verum-diff-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.verum-diff-card:hover {
    border-color: #86efac;
    box-shadow: 0 12px 28px rgba(22, 163, 74, 0.12);
}

.verum-diff-card__fire {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.verum-diff-card__titulo {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--verum-black);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.verum-diff-card__texto {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.verum-mkt--passos {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #ecfdf5 38%, #f0fdf4 100%);
    border-bottom: 1px solid rgba(22, 163, 74, 0.12);
}

.verum-passos__deco {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(22, 163, 74, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 85% 60%, rgba(22, 163, 74, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.verum-passos__header {
    max-width: 40rem;
    margin-bottom: clamp(2rem, 5vw, 3rem);
    position: relative;
    z-index: 1;
}

.verum-passos__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #166534;
    background: rgba(22, 163, 74, 0.12);
    border: 1px solid rgba(22, 163, 74, 0.22);
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.verum-passos__title {
    font-size: clamp(1.65rem, 3.8vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
    color: var(--verum-black);
    margin-bottom: 0.85rem;
}

.verum-passos__title em {
    font-style: normal;
    color: var(--verum-green);
    position: relative;
}

.verum-passos__title em::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.06em;
    width: 100%;
    height: 0.28em;
    background: rgba(22, 163, 74, 0.2);
    border-radius: 2px;
    z-index: -1;
}

.verum-passos__lead {
    font-size: 1.05rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

.verum-passos-row {
    position: relative;
    z-index: 1;
}

.verum-passos__col {
    position: relative;
}

@media (min-width: 1200px) {
    .verum-passos__col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 2.75rem;
        right: -0.35rem;
        width: 0.65rem;
        height: 0.65rem;
        border-right: 2px solid var(--verum-green);
        border-top: 2px solid var(--verum-green);
        transform: rotate(45deg);
        opacity: 0.45;
        z-index: 2;
        pointer-events: none;
    }
}

.verum-passo-card {
    position: relative;
    text-align: left;
    padding: 1.5rem 1.35rem 1.4rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 1.125rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.verum-passo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(22, 163, 74, 0.25);
    box-shadow: 0 16px 40px rgba(22, 163, 74, 0.12);
}

.verum-passo-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.1rem;
}

.verum-passo-card__num {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: rgba(22, 163, 74, 0.35);
    font-variant-numeric: tabular-nums;
}

.verum-passo-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, rgba(22, 163, 74, 0.14), rgba(22, 163, 74, 0.05));
    color: var(--verum-green);
    font-size: 1.1rem;
}

.verum-passo-card__titulo {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--verum-black);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.verum-passo-card__texto {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

.verum-cta-final {
    background: linear-gradient(135deg, #0a0a0a 0%, #052e16 42%, #14532d 100%);
    color: #fff;
    padding: clamp(3.5rem, 8vw, 5rem) 0;
}

.verum-cta-final__title {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #fff;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.verum-cta-final__title em {
    font-style: normal;
    color: var(--verum-green-muted);
}

/* Footer */
.verum-footer {
    position: relative;
    background: #050505;
    color: #94a3b8;
    overflow: hidden;
}

.verum-footer__glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 900px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--verum-green), transparent);
    opacity: 0.85;
}

.verum-footer__glow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 280px;
    height: 120px;
    background: radial-gradient(ellipse, rgba(22, 163, 74, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.verum-footer__main {
    position: relative;
    z-index: 1;
}

.verum-footer__logo {
    opacity: 0.95;
}

.verum-footer__logo-link:hover .verum-footer__logo {
    opacity: 1;
}

.verum-footer__tagline {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #a1a1aa;
    max-width: 22rem;
}

.verum-footer__cta-row {
    margin-top: 0.25rem;
}

.verum-footer__btn-wa {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    background: var(--verum-green);
    border-radius: 0.65rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.verum-footer__btn-wa:hover {
    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-1px);
}

.verum-footer__btn-ghost {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #e4e4e7;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.65rem;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.verum-footer__btn-ghost:hover {
    color: #fff;
    border-color: rgba(74, 222, 128, 0.45);
    background: rgba(22, 163, 74, 0.08);
}

.verum-footer__heading {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #86efac;
    margin-bottom: 1rem;
}

.verum-footer__list {
    margin: 0;
    padding: 0;
}

.verum-footer__list li {
    margin-bottom: 0.55rem;
}

.verum-footer__list li:last-child {
    margin-bottom: 0;
}

.verum-footer__list a {
    font-size: 0.9rem;
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.15s ease, padding-left 0.15s ease;
    display: inline-block;
}

.verum-footer__list a:hover {
    color: #fff;
    padding-left: 2px;
}

.verum-footer__contact {
    margin: 0;
    padding: 0;
}

.verum-footer__contact li {
    margin-bottom: 0.85rem;
}

.verum-footer__contact li:last-child {
    margin-bottom: 0;
}

.verum-footer__contact a {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.15s ease;
}

.verum-footer__contact a:hover {
    color: #fff;
}

.verum-footer__contact-ico {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(22, 163, 74, 0.12);
    color: var(--verum-green-light);
    font-size: 0.95rem;
}

.verum-footer__bottom {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.verum-footer__legal {
    font-size: 0.8rem;
    color: #71717a;
}

.verum-footer__note {
    font-size: 0.78rem;
    color: #52525b;
    max-width: 22rem;
}

@media (min-width: 1200px) {
    .verum-footer__main {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }
}
@media (min-width: 1440px) {
    .mt70 {
        margin-top: 145px !important;
    }

    .bgHeroSection {
        background-image: url(../bghero.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        padding: 100px 0 !important;
        /* margin-top: 135px; */
        background-position-y: -28px;
        height: 1090px;
    }
}

@media (max-width: 768px) {
    .py-5 {
        padding: 85px 0 !important;
    }

    .imgHeros img {
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 10px;
        animation: heros 3s ease-in-out infinite;
        display: none;
    }
    #navbar-welcome {

        background-color: #fdfdff;
    }

    .heading-style-h1 {
        letter-spacing: -.06em;
        font-size: 3rem;
        font-weight: 700;
        line-height: 104%;
    }
}
