﻿
#hero {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    #hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#hero h1 {
    font-weight: 700;
    font-size: 3rem;
}

#hero .overline {
    color: var(--af-primary);
    font-weight: 500;
    font-size: 1.2rem;
    text-transform:uppercase;
}

@media (max-width: 768px) {
    #hero h1 i {
        font-size: .85em;
    }
}


#hero h1 span {
    color: var(--af-primary);
}

#hero dotlottie-wc {
    display: none;
}

@media (min-width: 768px) {
    #hero dotlottie-wc {
        height: 500px;
        width: 500px;
        display: block;
        margin: 0 auto;
    }
}


#destaque{
    background-color:var(--af-primary);
    text-align:center;
}

    #destaque h2 {
        color: white;
        max-width: 746px;
        margin-left:auto;
        margin-right:auto;
        display: block;
        font-size: 2.4rem;
        font-weight:700;
    }
@media (min-width: 768px) {
    #destaque h2 {
        font-size: 3rem;
    }
}

    #destaque p {
        max-width: 746px;
        color: rgba(255,255,255,.6);
        margin: 0 auto;
        display: block;
    }

#destaque img {
    margin-top: 4rem;
    margin-bottom: -12rem;
}

#mensagem{
    padding-top:180px;
    padding-bottom:40px;
}

#mensagem h2{
    font-weight:700;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}
.section--info{
    padding-top:50px;
    padding-bottom:50px;
}
.section--info h3 {
    font-weight: 700;
    font-size: 2.4rem;
}

.section--info h3 ~ p{
    font-size:1.15rem;
}

#declaracao {
    background-color: var(--af-primary);
    padding-bottom: 180px;
}

    #declaracao h3 {
        color: white;
        line-height: 1.3;
        font-family: "Crimson Pro", serif;
        font-weight:300;
        margin-top:1.4rem;
        font-size:1.5rem;
    }

    #declaracao p{
        color:rgba(255,255,255,.6);
        margin-top:1.2rem;
    }

    #contato {
        padding-top: 0;
    }

#contato .container{
    max-width:650px;
    margin-top:-120px;
}


/* ENGENHARIA SOFTWARE */
#hero.hero--software {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

    #hero.hero--software .hero-bullets {
        margin-top: 18px;
        padding-left: 0;
        list-style: none;
    }

        #hero.hero--software .hero-bullets li {
            margin-bottom: 10px;
            font-size: 1.05rem;
        }

            #hero.hero--software .hero-bullets li strong {
                color: var(--af-primary);
                font-weight: 700;
            }


/* CTA inicial (após banner) */
#ctaInicial {
    padding: 60px 0;
    background: var(--af-primary);
}

    #ctaInicial h2 {
        color: white;
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    #ctaInicial p {
        color: rgba(255,255,255,.75);
        margin: 0;
        max-width: 820px;
    }

    #ctaInicial .btnRow {
        margin-top: 18px;
    }


/* processo */
#processo {
    padding: 60px 0;
}

.steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
}

@media (min-width: 992px) {
    .steps {
        grid-template-columns: 1fr 1fr;
    }
}

.step {
    background: white;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 16px;
    padding: 18px;
}

    .step .k {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(0,0,0,.04);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .step h3 {
        font-weight: 700;
        font-size: 1.45rem;
        margin-bottom: 8px;
    }

    .step p {
        margin: 0;
        color: rgba(0,0,0,.70);
        line-height: 1.45;
    }

/* capacidades (cards) */
#capacidades {
    padding: 60px 0;
}

.capGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
}

@media (min-width: 768px) {
    .capGrid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .capGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.capCard {
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(0,0,0,.06);
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .capCard h4 {
        font-weight: 600;
        font-size: 1.15rem;
        margin-bottom: 8px;
    }

    .capCard p {
        margin: 0;
        color: rgba(0,0,0,.70);
    }

/* entregáveis */
#entregaveis {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.02));
}

.deliverWrap {
    border-radius: 20px;
    background: white;
    border: 1px solid rgba(0,0,0,.06);
    padding: 22px;
}

.deliverList {
    margin: 14px 0 0 0;
    padding-left: 18px;
    color: rgba(0,0,0,.75);
}

    .deliverList li {
        margin-bottom: 10px;
    }


#contato .container {
    max-width: 650px;
    margin-top: -90px; /* um pouco menos agressivo do que a outra página */
}

/* ==========================================================================
   PAGE SPECIFIC STYLES - Consolidated from Views
   ========================================================================== */

/* --- Engenharia de Software --- */
.hero--software .overline {
    color: var(--af-primary);
    text-transform: uppercase;
    font-weight: 500;
}

/* Vision Cards */
.vision-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s;
}
.vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(42, 83, 194, 0.1);
}
.vision-number {
     font-size: 3rem;
     color: var(--af-light-blue); /* Subtle backing for number */
     font-weight: 900;
     line-height: 1;
     margin-bottom: 1rem;
     -webkit-text-stroke: 1px var(--af-primary); /* Outline effect */
}
.vision-card h4 {
    font-weight: 700;
    color: var(--af-secondary);
    margin-bottom: 1rem;
}

/* Tech Stack */
.tech-category h5 {
    color: var(--af-primary);
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}
.tech-list li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width:798px){
    .tech-list li {
        justify-content: center;
    }
}

.tech-list li i {
    color: var(--af-primary);
    font-size: 0.8rem;
}

/* Process Steps Vertical */
.process-list {
    list-style: none;
    padding: 0;
}
.process-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.process-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--af-primary);
    min-width: 40px;
}
.process-content h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.process-content p {
    margin: 0;
}

/* Partnership Models */
.partner-card {
    background: #f8f9fa;
    border-left: 4px solid var(--af-primary);
    padding: 1.5rem;
    height: 100%;
}
.partner-card h4 {
    font-weight: 700;
    margin-bottom: 0.8rem;
}

/* Comparison Table Enge */
.table-eng th {
    background-color: var(--af-secondary);
    color: white;
    font-weight: 600;
    border: none;
    padding: 1rem;
}
.table-eng td {
     padding: 1rem;
     vertical-align: middle;
}
.table-eng tr:nth-child(even) {
    background-color: #f8f9fa;
}

#hero.hero--cloud {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

/* --- Infraestrutura & Cloud --- */
.hero--cloud .overline {
    color: var(--af-primary);
    text-transform: uppercase;
    font-weight: 500;
}

.why-card {
    background: white;
    border-left: 4px solid var(--af-primary);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 100%;
}

/* Data Center Features */
.dc-feature-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
}
.dc-feature-list li i {
    color: var(--af-primary);
    margin-top: 3px;
}

/* Certifications Row */
.cert-badge {
    background: white;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    color: #555;
}
.cert-badge i {
    font-size: 1.2rem;
    color: #27ae60;
}

/* Architecture Grid */
.arch-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}
.arch-card h5 {
    color: var(--af-secondary);
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 10px;
}
.arch-list li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #444;
}

/* Comparison Table Cloud */
.table-cloud th {
    background-color: var(--af-secondary);
    color: white;
    font-weight: 600;
    border: none;
    padding: 1rem;
}
.table-cloud td {
    vertical-align: middle;
    padding: 1rem;
}
.table-cloud tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* Availability Graph placeholder style */
.uptime-bar {
    height: 40px;
    background: #27ae60;
    border-radius: 4px;
    width: 99.98%;
    position: relative;
}
.uptime-label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
}


/* --- Cibersegurança --- */
.hero--security .overline {
    color: var(--af-primary);
    text-transform: uppercase;
    font-weight: 500;
}

/* Feature Cards */
.feature-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: transform 0.2s;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(42, 83, 194, 0.1);
}
.feature-card h4 {
    color: var(--af-secondary);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 12px;
}
.feature-card ul {
    padding-left: 20px;
    margin-bottom: 0;
    color: #666;
}
.feature-card ul li {
    margin-bottom: 6px;
}

/* Differential Section (Legacy) */
.section-differential {
    background-color: var(--af-primary);
    color: white;
    padding: 80px 0;
}
.section-differential h2, .section-differential h3, .section-differential p, .section-differential li {
    color: white;
}
.section-differential ul {
    list-style: none;
    padding: 0;
}
.section-differential li i {
    color: #8dbaff; /* Light blue accent */
}

/* Architecture Flow */
.arch-step {
    text-align: center;
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 1px solid #dbdbdb;
}
.arch-arrow {
    font-size: 2rem;
    color: var(--af-primary);
    margin: 2px 0;
    display: block;
}

/* Comparison Table Security */
.table-custom th {
    background-color: var(--af-secondary);
    color: white;
    font-weight: 600;
    border: none;
}
.table-custom td {
    vertical-align: middle;
}
.table-custom tr:nth-child(even) {
    background-color: #f8f9fa;
}


#case {
    background-color: var(--af-primary);
}