
/*
 * GHOSTBASE LENDÁRIOS V7
 * CSS 100% ISOLADO.
 * Não altera .brand, header, nav, footer ou img global.
 */

.gbv7-hero,
.gbv7-section,
.gbv7-profile{
    box-sizing:border-box;
}

.gbv7-hero *,
.gbv7-section *,
.gbv7-profile *{
    box-sizing:border-box;
}

.gbv7-kicker{
    display:block;
    color:#ff6a00;
    font-size:11px;
    font-weight:900;
    line-height:1.2;
    letter-spacing:1.65px;
    text-transform:uppercase;
}

.gbv7-hero{
    padding:82px 0 64px;
    border-bottom:1px solid #25313a;
    background:
        radial-gradient(circle at 75% 18%,rgba(255,106,0,.10),transparent 34%),
        #0a0f12;
}

.gbv7-hero h1{
    max-width:980px;
    margin:14px 0 16px;
    color:#fff;
    font-size:clamp(50px,6vw,86px);
    line-height:.94;
    letter-spacing:-3px;
}

.gbv7-hero p{
    max-width:820px;
    margin:0;
    color:#a7b8c3;
    font-size:18px;
    line-height:1.65;
}

.gbv7-section{
    padding:62px 0 88px;
    background:#080c0f;
}

.gbv7-intro{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:end;
    margin-bottom:40px;
}

.gbv7-intro h2{
    max-width:600px;
    margin:10px 0 0;
    color:#fff;
    font-size:clamp(34px,4vw,46px);
    line-height:1.04;
}

.gbv7-intro>p{
    margin:0;
    color:#9fb0bb;
    font-size:15px;
    line-height:1.85;
}

.gbv7-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.gbv7-card{
    display:block;
    overflow:hidden;
    color:inherit;
    text-decoration:none;
    border:1px solid #28353d;
    border-radius:20px;
    background:#10171b;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.gbv7-card:hover{
    transform:translateY(-6px);
    border-color:#ff6a00;
    box-shadow:0 24px 70px rgba(0,0,0,.4);
}

.gbv7-media{
    position:relative;
    height:360px;
    overflow:hidden;
    background:#0b1013;
}

.gbv7-media>img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:center;
    border:0;
    border-radius:0;
}

.gbv7-placeholder{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    background:#11181d;
    color:#ff6a00;
}

.gbv7-placeholder strong{
    font-size:17px;
    letter-spacing:2px;
}

.gbv7-placeholder small{
    color:#64747e;
    font-size:9px;
    letter-spacing:2px;
}

.gbv7-number{
    position:absolute;
    top:18px;
    left:18px;
    padding:8px 11px;
    border-radius:9px;
    background:#ff6a00;
    color:#080b0d;
    font-size:10px;
    font-weight:950;
    letter-spacing:.7px;
}

.gbv7-content{
    padding:25px;
}

.gbv7-content h3{
    margin:8px 0 11px;
    color:#fff;
    font-size:27px;
    line-height:1.07;
}

.gbv7-content p{
    min-height:69px;
    margin:0;
    color:#9fb0bb;
    font-size:14px;
    line-height:1.65;
}

.gbv7-action{
    display:block;
    margin-top:24px;
    color:#ff6a00;
    font-size:10px;
    font-weight:900;
    letter-spacing:.8px;
}

.gbv7-empty{
    padding:42px;
    border:1px solid #29363e;
    border-radius:18px;
    background:#10171b;
}

.gbv7-empty h3{
    margin:10px 0;
    color:#fff;
    font-size:28px;
}

.gbv7-empty p{
    color:#9fb0bb;
}


/* PERFIL */

.gbv7-profile-hero{
    position:relative;
    min-height:620px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    background:#090e11;
}

.gbv7-profile-hero.is-no-cover{
    min-height:500px;
    background:
        radial-gradient(circle at 78% 20%,rgba(255,106,0,.14),transparent 34%),
        #090e11;
}

.gbv7-cover{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:center;
    border:0;
    border-radius:0;
}

.gbv7-mask{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(5,8,10,.97),rgba(5,8,10,.83) 45%,rgba(5,8,10,.32)),
        linear-gradient(0deg,#090e11,transparent 50%);
}

.gbv7-profile-head{
    position:relative;
    z-index:2;
    padding-bottom:66px;
}

.gbv7-back{
    display:inline-block;
    margin-bottom:64px;
    color:#9cabb4;
    font-size:11px;
    font-weight:800;
    text-decoration:none;
}

.gbv7-back:hover{
    color:#ff6a00;
}

.gbv7-profile-head h1{
    max-width:1000px;
    margin:14px 0 15px;
    color:#fff;
    font-size:clamp(55px,7vw,100px);
    line-height:.9;
    letter-spacing:-4px;
}

.gbv7-subtitle{
    max-width:850px;
    margin:0;
    color:#d9e2e6;
    font-size:clamp(20px,2vw,29px);
    line-height:1.38;
}

.gbv7-meta{
    display:flex;
    flex-wrap:wrap;
    gap:42px;
    margin-top:36px;
}

.gbv7-meta small,
.gbv7-info-card small{
    display:block;
    margin-bottom:5px;
    color:#74858f;
    font-size:9px;
    letter-spacing:1.1px;
}

.gbv7-meta strong{
    color:#fff;
}

.gbv7-layout{
    display:grid;
    grid-template-columns:minmax(0,850px) 320px;
    gap:78px;
    align-items:start;
}

.gbv7-story>section{
    margin-bottom:62px;
}

.gbv7-story h2{
    margin:8px 0 18px;
    color:#fff;
    font-size:35px;
    line-height:1.15;
}

.gbv7-prose{
    color:#bcc7cd;
    font-size:17px;
    line-height:1.9;
}

.gbv7-prose p{
    margin:0 0 20px;
}

.gbv7-prose h2,
.gbv7-prose h3{
    color:#fff;
}

.gbv7-prose ul,
.gbv7-prose ol{
    padding-left:24px;
}

.gbv7-prose li{
    margin:8px 0;
}

.gbv7-prose a{
    color:#ff6a00;
    text-decoration:underline;
}

.gbv7-lead-text{
    color:#e5ebee;
    font-size:22px;
    line-height:1.68;
}

.gbv7-section-number{
    color:#ff6a00;
    font-size:10px;
    font-weight:900;
    letter-spacing:1.1px;
}

.gbv7-quote{
    margin:68px 0;
    padding:36px 0;
    color:#fff;
    border-top:1px solid #344149;
    border-bottom:1px solid #344149;
    font-size:31px;
    font-weight:800;
    line-height:1.4;
}

.gbv7-recognition{
    padding:34px;
    border:1px solid rgba(255,106,0,.36);
    border-radius:18px;
    background:rgba(255,106,0,.05);
}

.gbv7-sources>p{
    color:#9fb0bb;
}

.gbv7-sources>a{
    display:grid;
    grid-template-columns:130px 1fr 20px;
    gap:15px;
    align-items:start;
    padding:18px 0;
    color:#dfe7eb;
    text-decoration:none;
    border-bottom:1px solid #28353d;
}

.gbv7-sources>a:hover{
    color:#ff6a00;
}

.gbv7-sources small{
    color:#74858f;
}

.gbv7-profile-photo{
    width:100%;
    height:390px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:1px solid #29363e;
    border-radius:18px;
    background:#0b1014;
}

.gbv7-profile-photo>img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:contain;
    object-position:center;
    border:0;
    border-radius:0;
}

.gbv7-info-card{
    position:sticky;
    top:100px;
    margin-top:17px;
    padding:25px;
    border:1px solid #29363e;
    border-radius:18px;
    background:#10171b;
}

.gbv7-info-row{
    margin:18px 0;
}

.gbv7-info-row strong{
    display:block;
    color:#fff;
}

.gbv7-info-card>a{
    display:block;
    padding:13px 0;
    color:#fff;
    text-decoration:none;
    border-top:1px solid #28353d;
}

.gbv7-info-card>a:hover{
    color:#ff6a00;
}

.gbv7-button{
    display:inline-block;
    margin-top:18px;
    padding:13px 18px;
    border-radius:10px;
    background:#ff6a00;
    color:#090c0f;
    font-weight:900;
    text-decoration:none;
}

.gbv7-not-found h1{
    color:#fff;
    font-size:48px;
}

.gbv7-not-found p{
    color:#9fb0bb;
}

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

    .gbv7-layout{
        grid-template-columns:1fr;
        gap:38px;
    }

    .gbv7-sidebar{
        order:-1;
    }

    .gbv7-profile-photo{
        width:280px;
        height:350px;
    }

    .gbv7-info-card{
        position:static;
        max-width:560px;
    }
}

@media(max-width:720px){
    .gbv7-hero{
        padding:58px 0 48px;
    }

    .gbv7-hero h1{
        font-size:48px;
        letter-spacing:-2px;
    }

    .gbv7-intro{
        grid-template-columns:1fr;
        gap:22px;
    }

    .gbv7-grid{
        grid-template-columns:1fr;
    }

    .gbv7-media{
        height:400px;
    }

    .gbv7-profile-hero{
        min-height:570px;
    }

    .gbv7-profile-head h1{
        font-size:50px;
        letter-spacing:-2px;
    }

    .gbv7-layout{
        gap:30px;
    }

    .gbv7-quote{
        font-size:24px;
    }

    .gbv7-profile-photo{
        width:230px;
        height:290px;
    }

    .gbv7-sources>a{
        grid-template-columns:1fr 18px;
    }

    .gbv7-sources small{
        grid-column:1/-1;
    }
}
