/* ==========================================================================
   DeltaDois Jus — estilos do site
   Tokens de cor da marca reaproveitados em toda a home
   ========================================================================== */
:root {
    --d2-gold: #a47325;
    --d2-gold-light: #d4a84b;
    --d2-dark: #1e1e1e;
    --d2-ink: #161c2d;
    --d2-muted: #667085;
    --d2-surface: #ffffff;
    --d2-soft: #f7f8fb;
    --d2-line: rgba(22, 28, 45, 0.08);
    --d2-radius: 18px;
    --d2-shadow: 0 18px 40px -24px rgba(22, 28, 45, 0.35);
}

html {
    scroll-behavior: smooth;
}

/* Compensa a navbar fixa ao usar âncoras (#planos, #contato...) */
section[id],
div[id="home"] {
    scroll-margin-top: 84px;
}

.logo-bar{
    margin-top: -10px !important;
}

.title-heading img {
    max-height: 200px;
    max-width: 400px;
    width: 90%;
}

.nav-sticky.navbar-custom{
    background-color : #1e1e1e !important;
}
.navbar-custom .navigation .navbar-nav-link .nav-item .nav-link {
    color: #ffffff !important;
}

.navbar-custom .navbar-toggler{
    color: #ffffff;
}

.footer {
    background: #1e1e1e;
}

@media (max-width: 991px) {
    .navbar-custom {
         background-color: transparent !important;
    }
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #1e1e1e;
}

body::-webkit-scrollbar-thumb {
    background-color: #a47325;
    border-radius: 20px;
    border: 3px solid #1e1e1e;
}

.bg-half-60{
    margin-top: 70px;
    padding: 60px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.classic-saas-image {
    overflow: hidden;
    width: 100%;
}

.classic-saas-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 992px) {
    .classic-saas-image img {
        width: auto;
        height: 450px;
        max-width: none;
    }
}

.pl-0{
    padding-left: 0 !important;
}

.pr-0{
    padding-right: 0 !important;
}

.nav-link.active {
    color: #a47325 !important;
}

.btn-soft-gold {
    background-color: rgba(164, 115, 37, 0.3) !important;
    border: 1px solid rgba(164, 115, 37, 0.3) !important;
}

/* ==========================================================================
   Botões — visual arredondado e consistente com a marca
   ========================================================================== */
.btn {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-lg {
    padding: 0.85rem 1.9rem;
}

.btn-info,
.btn-info:focus {
    background: linear-gradient(135deg, var(--d2-gold) 0%, var(--d2-gold-light) 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px -14px rgba(164, 115, 37, 0.9);
}

.btn-info:hover,
.btn-info:active {
    background: linear-gradient(135deg, #8f6420 0%, #c2963d 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.btn-outline-secondary {
    border-color: rgba(22, 28, 45, 0.18);
    color: var(--d2-ink);
}

.btn-outline-secondary:hover {
    background: var(--d2-ink);
    border-color: var(--d2-ink);
    color: #ffffff;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero-area.hero-proposta {
    display: flex;
    align-items: center;
    min-height: 620px;
    height: auto;
    padding: 150px 0 90px;
    background-position: center center;
    overflow: hidden;
}

/* Véu escuro sobre a foto para o texto ficar sempre legível */
.hero-area.hero-proposta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.82) 0%, rgba(20, 20, 20, 0.55) 45%, rgba(18, 18, 18, 0.9) 100%);
    z-index: 0;
}

.hero-area.hero-proposta > .container {
    position: relative;
    z-index: 1;
}

.hero-proposta .hero-brand {
    max-height: 110px;
    max-width: 260px;
    width: auto;
    margin-bottom: 1.5rem;
}

.hero-proposta .hero-title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 1.1rem;
}

.hero-proposta .hero-title .hero-highlight {
    background: linear-gradient(120deg, var(--d2-gold-light), #f0cd86);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--d2-gold-light);
}

.hero-proposta .hero-lead {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 730px;
    margin: 0 auto 2rem;
}

.hero-ctas .btn {
    margin: 0.35rem;
}

/* Chips de destaque abaixo dos CTAs */
.hero-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2.25rem;
}

.hero-chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
}

.btn-outline-light-jus {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.06);
}

.btn-outline-light-jus:hover {
    color: #1e1e1e;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Destaque do CTA de apresentação no menu */
.nav-cta-apresentacao {
    color: #d4a84b !important;
    font-weight: 600;
}

/* ==========================================================================
   Ritmo das seções e títulos
   ========================================================================== */
.section {
    padding-top: 88px;
    padding-bottom: 88px;
}

.section .title,
.section h2.title {
    color: var(--d2-ink);
    font-weight: 700;
    letter-spacing: -0.015em;
}

.container-title .titles .title {
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .container-title .titles .title {
        font-size: 1.5rem;
    }
}

/* Rótulo pequeno acima do título da seção */
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--d2-gold);
}

.section-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--d2-gold), var(--d2-gold-light));
}

/* Card de posicionamento fica abaixo do hero (sem cobrir os botões) */
.section-posicionamento {
    padding: 64px 0 16px;
}

.section-posicionamento .intro-card {
    margin-top: 0;
    position: relative;
    z-index: 2;
    border-radius: var(--d2-radius);
    box-shadow: var(--d2-shadow) !important;
    border-top: 3px solid var(--d2-gold) !important;
}

.section-posicionamento .intro-card .heading {
    color: var(--d2-ink);
    font-weight: 700;
}

/* ==========================================================================
   Cards de funcionalidade
   ========================================================================== */
.feature-widget {
    border-radius: var(--d2-radius) !important;
    padding: 2rem 1.75rem !important;
    background: var(--d2-surface);
    border: 1px solid var(--d2-line);
    box-shadow: 0 10px 30px -22px rgba(22, 28, 45, 0.4) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-widget:hover {
    transform: translateY(-5px);
    border-color: rgba(164, 115, 37, 0.35);
    box-shadow: 0 24px 44px -26px rgba(22, 28, 45, 0.5) !important;
}

/* Ícone em "badge" arredondado */
.feature-widget .services-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(164, 115, 37, 0.14), rgba(212, 168, 75, 0.22));
    color: var(--d2-gold) !important;
    transition: background 0.25s ease, transform 0.25s ease;
}

.feature-widget:hover .services-icon {
    background: linear-gradient(135deg, var(--d2-gold), var(--d2-gold-light));
    color: #ffffff !important;
    transform: scale(1.05);
}

.feature-widget:hover .services-icon svg {
    color: #ffffff;
}

.feature-pillars .feature-widget {
    height: 100%;
}

.feature-pillars .feature-widget h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--d2-ink);
    margin-bottom: 0.65rem;
}

.feature-pillars .feature-widget p {
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Lista de recursos do bloco "Sistema gerencial" */
.recursos-lista {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1.25rem;
}

.recursos-lista li {
    position: relative;
    padding-left: 1.6rem;
    color: var(--d2-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.recursos-lista li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--d2-gold), var(--d2-gold-light));
}

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

/* ==========================================================================
   Áreas de abrangência — tiles compactos
   ========================================================================== */
.areas-grid .feature-widget {
    padding: 1.5rem 1rem !important;
}

.areas-grid .services-icon {
    width: 60px;
    height: 60px;
}

/* Reduz o tamanho definido inline nos ícones mdi das áreas */
.areas-grid .services-icon span {
    font-size: 30px !important;
    line-height: 1;
}

.areas-grid h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--d2-ink);
    margin-bottom: 0;
}

/* ==========================================================================
   Passos da contratação
   ========================================================================== */
.contratacao-steps .step-item {
    background: var(--d2-surface);
    border-radius: var(--d2-radius);
    padding: 2rem 1.5rem;
    height: 100%;
    border: 1px solid var(--d2-line);
    box-shadow: 0 10px 30px -24px rgba(22, 28, 45, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contratacao-steps .step-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px -28px rgba(22, 28, 45, 0.45);
}

.contratacao-steps .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--d2-gold), var(--d2-gold-light));
    color: #ffffff;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
    box-shadow: 0 12px 24px -14px rgba(164, 115, 37, 0.85);
}

.contratacao-steps .step-item h3 {
    color: var(--d2-ink);
    font-weight: 700;
}

/* ==========================================================================
   Caixas de CTA dentro das seções
   ========================================================================== */
.planos-cta-box {
    background: linear-gradient(135deg, #232323 0%, #141414 100%);
    border-radius: var(--d2-radius);
    padding: 2.25rem 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--d2-shadow);
}

.planos-cta-box h2,
.planos-cta-box h3 {
    color: #ffffff;
    font-weight: 700;
}

.planos-cta-box p,
.planos-cta-box .text-light-muted {
    color: rgba(255, 255, 255, 0.78) !important;
}

.planos-cta-box .btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.planos-cta-box .btn-outline-secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--d2-ink);
}

/* ==========================================================================
   Tabela de planos
   ========================================================================== */
.tabela-planos {
    border-radius: var(--d2-radius);
    border: 1px solid var(--d2-line);
    background: var(--d2-surface);
    box-shadow: var(--d2-shadow);
    overflow: hidden;
}

.tabela-planos .table {
    margin-bottom: 0;
}

.tabela-planos .table thead th {
    background: var(--d2-dark);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    border: 0;
    padding: 1rem 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.tabela-planos .table tbody td {
    color: var(--d2-ink);
    font-size: 0.92rem;
    vertical-align: middle;
    border-color: var(--d2-line);
    padding: 0.8rem 0.85rem;
}

.tabela-planos .table tbody tr:nth-child(even) {
    background: rgba(247, 248, 251, 0.7);
}

.tabela-planos .table tbody tr:hover {
    background: rgba(164, 115, 37, 0.06);
}

.tabela-planos .table tbody td:first-child {
    font-weight: 500;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list .faq-item {
    background: var(--d2-surface);
    border: 1px solid var(--d2-line);
    border-left: 3px solid var(--d2-gold);
    border-radius: 14px;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 10px 28px -26px rgba(22, 28, 45, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-list .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px -28px rgba(22, 28, 45, 0.5);
}

.faq-item h3,
.faq-item .h5,
.faq-item .h6 {
    color: var(--d2-ink);
    font-weight: 700;
}

/* ==========================================================================
   Páginas comerciais internas
   ========================================================================== */
.page-comercial {
    padding-top: 130px;
}

.page-comercial h1.title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--d2-ink);
}

.page-comercial .lead-page {
    font-size: 1.15rem;
    line-height: 1.7;
}

.page-comercial h2 {
    color: var(--d2-ink);
    font-weight: 700;
}

.page-comercial a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-comercial .planos-cta-box a {
    text-decoration: none;
}

.page-comercial ul {
    line-height: 1.9;
}

.feature-link-card {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.feature-link-card:hover {
    color: inherit;
    text-decoration: none;
}

.feature-link-card .feature-widget h3 {
    color: var(--d2-ink);
}

/* ==========================================================================
   Menu dropdown Soluções
   ========================================================================== */
.dropdown-menu-jus {
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 0.5rem 0;
    box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.7);
}

.dropdown-menu-jus .dropdown-item {
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0.55rem 1.1rem;
}

.dropdown-menu-jus .dropdown-item:hover,
.dropdown-menu-jus .dropdown-item:focus {
    background: rgba(164, 115, 37, 0.25);
    color: #ffffff;
}

.footer-links a {
    margin-right: 14px;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--d2-gold-light) !important;
}

/* ==========================================================================
   Responsivo
   ========================================================================== */
@media (max-width: 991px) {
    .hero-proposta .hero-title {
        font-size: 2.05rem;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-area.hero-proposta {
        min-height: 0;
        padding: 120px 0 60px;
    }

    .hero-proposta .hero-title {
        font-size: 1.65rem;
    }

    .hero-proposta .hero-lead {
        font-size: 1rem;
    }

    .hero-ctas .btn {
        width: 100%;
        margin: 0.35rem 0;
    }

    .section-posicionamento {
        padding: 40px 0 8px;
    }

    .feature-widget {
        padding: 1.6rem 1.35rem !important;
    }

    .page-comercial {
        padding-top: 110px;
    }

    .page-comercial h1.title {
        font-size: 1.7rem;
    }
}
