/* ========================================= */
/* HOW WE THINK                              */
/* ========================================= */

.section-content{
    margin-left:40px;
}

.how-we-think{

    background:#0b0b0b;

    padding:100px 40px;

    color:#d8d8d8;

}

.container{

    max-width:1200px;

    margin:auto;

}

.section-header{

    text-align:center;

    margin-bottom:60px;

}

.section-label{

    color:#D4AF37;

    letter-spacing:4px;

    font-size:12px;

}

.section-header h2{

    color:white;

    font-size:54px;

    margin-top:10px;

}

.gold-line{

    width:120px;

    height:2px;

    background:#D4AF37;

    margin:30px auto;

}

.main-quote{

    font-size:32px;

    color:white;

    text-align:center;

    max-width:900px;

    margin:60px auto;

    font-style:italic;

    line-height:1.6;

}

.intro-text{

    text-align:center;

    max-width:850px;

    margin:70px auto;

}

.intro-text h3{

    font-size:34px;

}

.gold-text{

    color:#D4AF37;

}

.thinking-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin-top:70px;

}

.thinking-card{

    background:#141414;

    padding:35px;

    border:1px solid #2b2b2b;

    border-radius:12px;

    transition:.35s;

}

.thinking-card:hover{

    border-color:#D4AF37;

    transform:translateY(-8px);

}

.thinking-card h3{

    color:#D4AF37;

}

.bridge-section{

    margin-top:90px;

    text-align:center;

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

}

.highlight{

    color:#D4AF37;

    font-size:24px;

    font-weight:bold;

}

.questions{

    margin-top:90px;

}

.questions ul{

    max-width:700px;

    margin:auto;

}

.questions li{

    margin:18px 0;

    font-size:20px;

}

.closing{

    text-align:center;

    margin-top:90px;

}

.closing h3{

    margin-top:40px;

    font-size:36px;

}