/* ==================================================
   HERO
================================================== */

.about-hero{
    padding:260px 0 120px;
    background:#F8F5F1;
    text-align:center;
}

.about-tag{
    display:inline-block;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.about-hero h1{
    max-width:1000px;
    margin:auto;
    font-size:72px;
    line-height:1.1;
    color:#111827;
    margin-bottom:25px;
}

.about-hero p{
    max-width:820px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    color:#6B7280;
}

/* ==================================================
   FOTO PRINCIPAL
================================================== */

.about-showcase{
    padding:0 0 120px;
    background:#F8F5F1;
}

.showcase-image{
    width:70%;
    height:auto;
    border-radius:28px;
    display:block;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
    margin:0 auto;
}

/* ==================================================
   HISTÓRIA
================================================== */

.about-story{
    padding:120px 0;
    background:#fff;
}

.about-story .container{
    max-width:1100px;
}

/* ---------- Cabeçalho ---------- */

.story-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.story-header .section-label{
    display:inline-block;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.story-header h2{
    font-size:clamp(2.3rem,4vw,3.5rem);
    line-height:1.15;
    color:#111827;
    margin-bottom:25px;
    font-weight:700;
}

.story-lead{
    font-size:1.2rem;
    line-height:1.9;
    color:#4b5563;
}

/* ---------- Texto ---------- */

.story-content{
    max-width:850px;
    margin:0 auto 70px;
}

.story-content p{
    font-size:17px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:25px;
}

/* ---------- Valores ---------- */

.story-values{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:70px;
}

.value-card{
    background:#F8F5F1;
    border-radius:20px;
    padding:35px;
    transition:.3s ease;
    border:1px solid #ece8e3;
}

.value-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.06);
}

.value-card span{
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.value-card h3{
    font-size:22px;
    color:#111827;
    margin-bottom:12px;
}

.value-card p{
    color:#6b7280;
    line-height:1.8;
    margin:0;
    font-size:15px;
}

/* ---------- Rodapé ---------- */

.story-footer{
    max-width:850px;
    margin:0 auto;
    padding:45px;
    background:#111827;
    border-radius:22px;
    text-align:center;
}

.story-footer p{
    color:#fff;
    font-size:18px;
    line-height:1.9;
    margin:0;
}

/* ---------- Responsivo ---------- */

@media(max-width:768px){

    .about-story{
        padding:90px 0;
    }

    .story-header{
        margin-bottom:50px;
    }

    .story-content{
        margin-bottom:50px;
    }

    .story-values{
        grid-template-columns:1fr;
        gap:20px;
        margin-bottom:50px;
    }

    .story-header h2{
        font-size:2rem;
    }

    .story-lead{
        font-size:1.05rem;
    }

    .story-footer{
        padding:30px;
    }

    .story-footer p{
        font-size:16px;
    }

}

/* ==================================================
   GALERIA
================================================== */

.about-gallery{
    padding:120px 0;
    background:#F8F5F1;
}

.section-heading{
    text-align:center;
    margin-bottom:70px;
}

.section-heading h2{
    font-size:52px;
    color:#111827;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.gallery-grid img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:22px;
    transition:.4s;
}

.gallery-grid img:hover{
    transform:translateY(-8px);
}

/* ==================================================
   PROCESSO
================================================== */

.about-process{
    padding:120px 0;
    background:white;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.process-card{
    background:#F8F5F1;
    padding:40px;
    border-radius:22px;
    transition:.3s;
}

.process-card:hover{
    transform:translateY(-8px);
}

.process-card span{
    display:block;
    font-size:42px;
    font-weight:800;
    color:var(--primary);
    margin-bottom:20px;
}

.process-card h3{
    font-size:24px;
    margin-bottom:12px;
    color:#111827;
}

.process-card p{
    color:#6B7280;
    line-height:1.8;
}

/* ==================================================
   ESTATÍSTICAS
================================================== */

.about-stats{
    padding:120px 0;
    background:#F8F5F1;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.stat-box{
    background:white;
    border-radius:22px;
    padding:50px 25px;
    text-align:center;
}

.stat-box strong{
    display:block;
    font-size:58px;
    color:var(--primary);
    margin-bottom:12px;
}

.stat-box span{
    color:#6B7280;
    font-size:15px;
}

/* ==================================================
   DIFERENÇA
================================================== */

.about-difference{
    padding:120px 0;
    background:white;
}

.difference-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.difference-card{
    background:#F8F5F1;
    border-radius:22px;
    padding:40px;
    transition:.3s;
}

.difference-card:hover{
    transform:translateY(-6px);
}

.difference-card h3{
    font-size:28px;
    margin-bottom:15px;
    color:#111827;
}

.difference-card p{
    color:#6B7280;
    line-height:1.8;
}

/* ==================================================
   VISÃO
================================================== */

.about-vision{
    padding:140px 0;
    background:#F8F5F1;
    text-align:center;
}

.about-vision h2{
    font-size:62px;
    max-width:900px;
    margin:auto;
    margin-bottom:25px;
    color:#111827;
}

.about-vision p{
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.9;
    color:#6B7280;
}

/* ==================================================
   CTA
================================================== */

.about-cta{
    padding:140px 0;
    background:#F8F5F1;
    text-align:center;
}

.about-cta h2{
    font-size:60px;
    margin-bottom:20px;
    color:#111827;
}

.about-cta p{
    max-width:700px;
    margin:auto;
    margin-bottom:40px;
    color:#6B7280;
    line-height:1.8;
    font-size:18px;
}

.about-btn{
    display:inline-block;
    padding:18px 40px;
    background:var(--primary);
    color:white;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:var(--primary-dark);
    transform:translateY(-3px);
}

/* ==================================================
   RESPONSIVO
================================================== */

@media(max-width:1200px){

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:992px){

    .story-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .stats-grid{
        grid-template-columns:1fr 1fr;
    }

    .difference-grid{
        grid-template-columns:1fr;
    }

    .about-hero h1{
        font-size:54px;
    }

    .about-vision h2{
        font-size:46px;
    }

}

@media(max-width:768px){

    .about-hero{
        padding:190px 0 80px;
    }

    .about-hero h1{
        font-size:42px;
    }

    .section-heading h2,
    .story-grid h2,
    .about-vision h2,
    .about-cta h2{
        font-size:34px;
    }

    .gallery-grid,
    .process-grid,
    .stats-grid{
        grid-template-columns:1fr;
    }

    .showcase-image{
        height:350px;
    }
}
.gallery-card{
    background:white;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.gallery-card:hover{
    transform:translateY(-8px);
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.gallery-card h3{
    font-size:22px;
    color:#111827;
    padding:25px 25px 10px;
}

.gallery-card p{
    padding:0 25px 25px;
    color:#6B7280;
    line-height:1.7;
    font-size:15px;
}
/* HERO */

.about-hero{
    padding:160px 0 90px;
}

.about-hero .container{
    max-width:850px;
    text-align:center;
}

.about-tag{
    display:inline-block;
    margin-bottom:20px;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:3px;
    color:var(--primary);
    text-transform:uppercase;
}

.about-hero h1{
    font-size:clamp(2.8rem,5vw,4.5rem);
    line-height:1.1;
    margin-bottom:30px;
    color:#141826;
}

.hero-intro{
    font-size:1.3rem;
    line-height:1.8;
    color:#303648;
    max-width:760px;
    margin:0 auto 25px;
    font-weight:500;
}

.hero-text{
    max-width:760px;
    margin:auto;
    line-height:1.9;
    color:#667085;
    font-size:1.05rem;
}
/* HISTÓRIA */

.about-story{

    padding:110px 0;

}

.story-grid{

    display:grid;
    grid-template-columns:1fr 1.3fr;
    gap:80px;
    align-items:flex-start;

}

.story-grid h2{

    font-size:2.5rem;
    line-height:1.2;
    color:#161b29;

}

.story-grid p{

    margin-bottom:26px;
    font-size:1.08rem;
    line-height:1.9;
    color:#5f6678;

}

@media (max-width:900px){

    .story-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .story-grid h2{
        font-size:2rem;
    }

    .story-highlight{
        margin:45px 0;
        padding:35px;
        background:#ffffff;
        border:1px solid #e8ebf2;
        border-radius:18px;
        box-shadow:0 10px 35px rgba(0,0,0,.05);
    }

    .story-highlight h3{
        margin-bottom:28px;
        font-size:1.25rem;
        color:#1d2433;
        font-weight:700;
    }

    .highlight-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:18px 30px;
    }

    .highlight-item{
        display:flex;
        align-items:flex-start;
        gap:14px;
    }

    .highlight-item span{
        width:34px;
        height:34px;
        border-radius:50%;
        background:var(--primary);
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-weight:700;
        flex-shrink:0;
    }

    .highlight-item p{
        margin:0;
        color:#5d6474;
        line-height:1.6;
        font-size:1rem;
    }

} /* <-- Fecha o @media 900px */

@media (max-width:768px){

    .highlight-grid{
        grid-template-columns:1fr;
    }

    .story-highlight{
        padding:25px;
    }

} /* <-- Fecha o @media 768px */
/* ==================================================
   GALERIA
================================================== */

.about-gallery{
    padding:120px 0;
    background:#F8F5F1;
}

.about-gallery .container{
    max-width:1300px;
}

.section-heading{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.section-heading .section-label{
    display:inline-block;
    margin-bottom:18px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--primary);
}

.section-heading h2{
    font-size:clamp(2.3rem,4vw,3.4rem);
    color:#111827;
    margin-bottom:22px;
    line-height:1.15;
}

.section-description{
    max-width:760px;
    margin:0 auto;
    color:#6B7280;
    font-size:18px;
    line-height:1.9;
}

/* GRID */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* CARTÃO */

.gallery-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    transition:.35s ease;

    display:flex;

    flex-direction:column;

}

.gallery-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

/* IMAGEM */

.gallery-card img{

    width:100%;

    height:290px;

    object-fit:cover;

    display:block;

}

/* CONTEÚDO */

.gallery-content{

    padding:28px;

    flex:1;

}

.gallery-content h3{

    position:relative;

    font-size:24px;

    color:#111827;

    margin-bottom:18px;

    padding-top:16px;

}

.gallery-content h3::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:48px;

    height:4px;

    background:var(--primary);

    border-radius:10px;

}

.gallery-content p{

    margin:0;

    color:#6B7280;

    line-height:1.8;

    font-size:15px;

}

/* RESPONSIVO */

@media(max-width:1200px){

    .gallery-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .gallery-grid{

        grid-template-columns:1fr;

    }

    .gallery-card img{

        height:260px;

    }

    .section-heading{

        margin-bottom:50px;

    }

}
/* ==================================================
   IMPACTO
================================================== */

.about-impact{
    padding:140px 0;
    background:#F8F5F1;
    overflow:hidden;
}

.about-impact .container{
    max-width:1350px;
}

.about-impact .section-heading{
    text-align:center;
    max-width:820px;
    margin:0 auto 90px;
}

.about-impact .section-label{
    display:inline-block;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.about-impact .section-heading h2{
    font-size:56px;
    color:#111827;
    margin-bottom:22px;
    line-height:1.1;
}

.about-impact .section-description{
    max-width:760px;
    margin:auto;
    color:#6B7280;
    line-height:1.9;
    font-size:18px;
}

/* LAYOUT */

.impact-layout{

    display:grid;

    grid-template-columns:330px 1fr 330px;

    align-items:center;

    gap:60px;

}

/* COLUNAS */

.impact-column{

    display:flex;

    flex-direction:column;

    gap:30px;

}

/* CARTÕES */

.impact-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 18px 45px rgba(0,0,0,.06);

    transition:.35s;

    border:1px solid #ece8e3;

}

.impact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 70px rgba(0,0,0,.10);

}

.impact-number{

    font-size:60px;

    font-weight:800;

    color:var(--primary);

    margin-bottom:18px;

    line-height:1;

}

.impact-card h3{

    font-size:24px;

    color:#111827;

    margin-bottom:12px;

}

.impact-card p{

    color:#6B7280;

    line-height:1.8;

    margin:0;

    font-size:15px;

}

/* MAPA */

.impact-map{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}

.impact-map img{

    width:100%;

    max-width:330px;

    opacity:.18;

    filter:grayscale(100%);

}

/* PONTOS */

.map-point{

    position:absolute;

    width:16px;

    height:16px;

    background:var(--primary);

    border-radius:50%;

    box-shadow:0 0 0 rgba(214,40,40,.45);

    animation:pulse 2s infinite;

}

.map-point::after{

    content:"";

    position:absolute;

    inset:-8px;

    border:2px solid var(--primary);

    border-radius:50%;

    opacity:.35;

}

/* POSIÇÕES */

.porto{

    top:20%;

    left:49%;

}

.coimbra{

    top:38%;

    left:52%;

}

.lisboa{

    top:58%;

    left:45%;

}

.faro{

    top:90%;

    left:58%;

}

/* ANIMAÇÃO */

@keyframes pulse{

    0%{

        transform:scale(1);

        box-shadow:0 0 0 0 rgba(214,40,40,.4);

    }

    70%{

        transform:scale(1.15);

        box-shadow:0 0 0 20px rgba(214,40,40,0);

    }

    100%{

        transform:scale(1);

        box-shadow:0 0 0 0 rgba(214,40,40,0);

    }

}

/* FRASE */

.impact-footer{

    margin-top:90px;

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

    text-align:center;

}

.impact-footer p{

    font-size:20px;

    color:#4B5563;

    line-height:1.9;

}

/* RESPONSIVO */

@media(max-width:1100px){

    .impact-layout{

        grid-template-columns:1fr;

        gap:45px;

    }

    .impact-map{

        order:-1;

    }

    .impact-column{

        flex-direction:row;

        flex-wrap:wrap;

        justify-content:center;

    }

    .impact-card{

        flex:1 1 320px;

    }

}

@media(max-width:768px){

    .about-impact{

        padding:90px 0;

    }

    .about-impact .section-heading h2{

        font-size:36px;

    }

    .impact-number{

        font-size:44px;

    }

    .impact-card{

        padding:28px;

    }

    .impact-map img{

        max-width:220px;

    }

    .impact-footer{

        margin-top:50px;

    }

    .impact-footer p{

        font-size:17px;

    }

}
/* ==================================================
   IMPACTO - MELHORIA DOS NÚMEROS
================================================== */

.impact-card{

    background:#fff;
    padding:40px;
    border-radius:24px;

    border:1px solid #ece8e3;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s ease;

}

.impact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(0,0,0,.10);

}

.impact-number{

    display:flex;
    align-items:flex-end;

    font-size:4.2rem;
    font-weight:800;
    line-height:1;

    color:var(--primary);

    letter-spacing:-3px;

    margin-bottom:18px;

}

.impact-number::after{

    content:attr(data-suffix);

    font-size:2rem;

    font-weight:700;

    margin-left:4px;
    margin-bottom:8px;

    color:var(--primary);

}

.impact-card h3{

    font-size:1.9rem;

    font-weight:700;

    color:#171d2d;

    margin-bottom:14px;

}

.impact-card p{

    color:#667085;

    line-height:1.8;

    font-size:1rem;

}

.impact-card:hover .impact-number{

    transform:scale(1.05);

    transition:.35s ease;

}

.impact-card:hover h3{

    color:var(--primary);

}
/* MAPA */

.impact-map{

    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;

    min-height:500px;

}

.impact-map img{

    width:100%;
    max-width:420px;
    height:auto;

    display:block;

}
/* ===========================
   PONTOS DO MAPA
=========================== */

.impact-map{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.impact-map img{
    width:340px;
    max-width:100%;
    display:block;
}

.map-point{

    position:absolute;

    width:16px;
    height:16px;

    background:#d72626;
    border:4px solid #fff;

    border-radius:50%;

    box-shadow:
    0 0 0 8px rgba(215,38,38,.18);

    animation:pulseMap 2.5s infinite;

    cursor:pointer;

    transition:.3s;
}

.map-point:hover{

    transform:scale(1.25);

}

.map-point::after{

    content: attr(data-city);

    position: absolute;

    left: 50%;
    bottom: 30px;

    transform: translateX(-50%);

    width: 90px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #111827;

    border-radius: 18px;

    font-size: 13px;
    font-weight: 600;

    box-shadow: 0 8px 20px rgba(0,0,0,.15);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    z-index: 999;

}

.map-point:hover::after{

    opacity: 1;
    visibility: visible;

}
.map-point::before{

    content: "";

    position: absolute;

    left: 50%;
    bottom: 22px;

    transform: translateX(-50%);

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;

    opacity: 0;
    visibility: hidden;

    transition: all .25s ease;

    z-index: 998;

}

.map-point:hover::before{

    opacity: 1;
    visibility: visible;

}

@keyframes pulseMap{

0%{

transform:scale(1);
box-shadow:0 0 0 0 rgba(215,38,38,.35);

}

70%{

transform:scale(1.1);
box-shadow:0 0 0 16px rgba(215,38,38,0);

}

100%{

transform:scale(1);

}

}
.porto{

    top:21%;
    left:46%;

}

.coimbra{

    top:40%;
    left:42%;

}

.lisboa{

    top:62%;
    left:26%;

}

.faro{

    top:94%;
    left:49%;

}
/*==================================
        DIFERENÇA
==================================*/

.about-difference{

    padding:130px 0;

    background:#ffffff;

}

.about-difference .section-heading{

    max-width:820px;

    margin:0 auto 70px;

    text-align:center;

}

.about-difference .section-description{

    max-width:760px;

    margin:25px auto 0;

    color:#6b7280;

    font-size:18px;

    line-height:1.9;

}

.difference-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.difference-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:24px;

    padding:40px;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    position:relative;

    overflow:hidden;

}

.difference-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

    border-color:var(--primary);

}

.difference-icon{

    width:64px;

    height:64px;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:28px;

}

.difference-card h3{

    font-size:28px;

    color:#111827;

    margin-bottom:18px;

}

.difference-card p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:28px;

    font-size:16px;

}

.difference-card span{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:var(--primary);

    font-weight:700;

    font-size:15px;

}

.difference-card span::before{

    content:"●";

    font-size:10px;

}

@media(max-width:900px){

.difference-grid{

grid-template-columns:1fr;

}

.difference-card{

padding:30px;

}

}
/* ==================================================
   VISÃO
================================================== */

.about-vision{

    padding:140px 0;
    background:linear-gradient(180deg,#ffffff 0%,#f8f5f1 100%);

}

.about-vision .container{

    max-width:1300px;

}

.about-vision .section-label{

    display:block;
    text-align:center;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;

}

.about-vision h2{
    max-width: 1100px;
    margin: 0 auto 40px;
    text-align: center;

    font-size: clamp(3rem, 4vw, 4.2rem);
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.vision-intro{

    max-width:850px;
    margin:0 auto 80px;
    text-align:center;
    font-size:1.15rem;
    line-height:1.9;
    color:#6b7280;

}

.vision-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:80px;

}

.vision-card{

    background:#fff;
    padding:45px;
    border-radius:24px;
    border:1px solid #ece8e3;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.vision-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.vision-icon{

    width:70px;
    height:70px;
    background:#fff3f3;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;

}

.vision-card h3{

    font-size:24px;
    color:#111827;
    margin-bottom:16px;

}

.vision-card p{

    color:#6b7280;
    line-height:1.9;

}

.vision-quote{

    max-width:900px;
    margin:auto;
    background:linear-gradient(135deg,var(--primary),#d62828);
    border-radius:28px;
    padding:60px;
    text-align:center;
    box-shadow:0 25px 60px rgba(214,40,40,.18);

}

.vision-quote p{

    color:#fff;
    font-size:1.45rem;
    line-height:1.8;
    font-weight:500;
    margin:0;

}

@media(max-width:992px){

    .vision-grid{

        grid-template-columns:1fr;
        gap:25px;

    }

}

@media(max-width:768px){

    .about-vision{

        padding:90px 0;

    }

    .vision-intro{

        margin-bottom:50px;

    }

    .vision-quote{

        padding:35px 25px;

    }

    .vision-quote p{

        font-size:1.15rem;

    }

}
/* =========================================
   AJUSTE: SUBIR SECÇÃO VISÃO
========================================= */

.about-vision{
    padding-top: 40px;   /* antes: 140px */
    padding-bottom: 0px;
    margin-top: -20px;   /* puxa ligeiramente para cima */
}

/* opcional: reduz espaço acima do título */
.about-vision .section-label{
    margin-top: 0;
}

/* opcional: ajusta respiro em mobile */
@media (max-width: 768px){
    .about-vision{
        padding-top: 70px;
        padding-bottom: 90px;
        margin-top: -10px;
    }
}
/* =========================================
   SUBIR TEXTO VISÃO (FORÇADO)
========================================= */

.about-vision p.vision-intro{
    margin-top: -20px !important;
    position: relative;
    top: -10px;
}
.about-vision .container{
    position: relative;
    top: -65px; /* ajusta aqui: -20px / -60px conforme quiseres */
}
.cta-section{
    padding:120px 0;
    background:linear-gradient(180deg,#111827 0%,#0f172a 100%);
    color:#fff;
}

.cta-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 60px;
}

.cta-header h2{
    font-size:52px;
    margin-bottom:15px;
}

.cta-header p{
    color:#cbd5e1;
    line-height:1.8;
    font-size:18px;
}

/* FORM */

.cta-form{
    max-width:900px;
    margin:auto;
    background:#ffffff;
    padding:50px;
    border-radius:24px;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:20px;
}

.cta-form input,
.cta-form select,
.cta-form textarea{
    width:100%;
    padding:16px 18px;
    border-radius:12px;
    border:1px solid #e5e7eb;
    font-size:15px;
    outline:none;
    transition:.3s;
    font-family:inherit;
}

.cta-form textarea{
    min-height:140px;
    resize:none;
    margin-bottom:20px;
    grid-column:1 / -1;
}

.cta-form input:focus,
.cta-form select:focus,
.cta-form textarea:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 3px rgba(214,40,40,.15);
}

.cta-form button{
    width:100%;
    padding:18px;
    background:var(--primary);
    color:#fff;
    font-weight:700;
    border:none;
    border-radius:12px;
    cursor:pointer;
    transition:.3s;
    font-size:16px;
}

.cta-form button:hover{
    background:var(--primary-dark);
    transform:translateY(-2px);
}

/* RESPONSIVO */

@media(max-width:768px){
    .form-grid{
        grid-template-columns:1fr;
    }

    .cta-header h2{
        font-size:34px;
    }

    .cta-form{
        padding:25px;
    }
}
/* ===== AJUSTE FORM GRID (mais campos) ===== */

.form-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.cta-form select{
    appearance:none;
    background:#fff;
    cursor:pointer;
}

/* melhorar textarea alinhado */
.cta-form textarea{
    grid-column:1 / -1;
}

/* efeito mais premium inputs */
.cta-form input,
.cta-form select,
.cta-form textarea{
    background:#fff;
    border:1px solid #e5e7eb;
    transition:.25s ease;
}

.cta-form input:focus,
.cta-form select:focus,
.cta-form textarea:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 4px rgba(214,40,40,.12);
}

/* botão mais forte */
.cta-form button{
    letter-spacing:.5px;
}