.founder-intro{
    padding:110px 0;
    background:#0d0d0d;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.founder-intro::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#b88d46;
    opacity:.08;
    filter:blur(120px);
    right:-120px;
    top:-120px;
}

.founder-badge{
    margin-bottom:30px;
}

.founder-badge span{
   display: inline-block;
    padding: 6px 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 40px;
    color: #d7b36a;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
   
}

.founder-grid{
    display:grid;
    grid-template-columns:1.4fr .9fr;
    gap:70px;
    align-items:center;
}

.founder-left h2 {
    font-size: 40px;
    line-height: 1.05;
    margin-bottom: 17px;
    font-weight: 600;
    color: #d7b36a;
}

.founder-left h2 span{
    color:#d7b36a;
}

.lead{
  font-size: 17px;
    line-height: 1.9;
    color: #cfcfcf;
    max-width: 720px;
}

.quote-box{
    margin:45px 0;
    padding:30px;
    border-left:3px solid #d7b36a;
    background:rgba(255,255,255,.04);
    position:relative;
}

.quote-mark{
    font-size:70px;
    color:#d7b36a;
    line-height:0;
}

.quote-box p{
    margin-top:15px;
    font-size:26px;
    line-height:1.5;
}
.founder-points{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}


.point{
    padding: 30px 25px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    text-align: center;
    border-radius: 12px;
    transition: all .3s ease;
}
.point:hover{
    transform: translateY(-5px);
    border-color: #d7b36a;
    background: rgba(255,255,255,.06);
}

.point strong{
   display: block;
    color: #d7b36a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.point span{
    display: block;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.6;
}

.glass-card{
    padding:45px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.08);
}

.small-title{
    color:#d7b36a;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.glass-card h3{
  font-size: 26px;
    margin-bottom:20px;
    color: #cfa95b;
}

.glass-card p{
    color:#d0d0d0;
    line-height:1.8;
}.founder-points{

.consult-btn{
    display:inline-block;
    margin-top:30px;
    padding:15px 32px;
    background:#d7b36a;
    color:#000;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.consult-btn:hover{
    transform:translateY(-3px);
}

.rating{
    margin-top:35px;
    display:flex;
    align-items:center;
    gap:15px;
}

.star{
    color:#f7c94a;
    font-size:20px;
    font-weight:600;
}

.rating span{
    color:#bfbfbf;
}
@media (max-width: 992px){
    .founder-points{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px){
    .founder-points{
        grid-template-columns: 1fr;
    }
}
.lux-banner-section{
    width:100%;
    background:#0b0b0b;
    padding:0;
    margin:0;
}

.lux-banner{
    width:100%;
    max-width:1905px;
    height:700px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

.lux-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
}

.lux-banner:hover img{
    transform:scale(1.03);
}

.lux-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.08),
        rgba(0,0,0,.20)
    );
    pointer-events:none;
}

/* Responsive */

@media (max-width:1905px){
    .lux-banner{
        height:auto;
        aspect-ratio:1905 / 700;
    }
}

@media (max-width:768px){
    .lux-banner{
        aspect-ratio:1905 / 700;
    }
}
.legacy-story{
    padding:120px 0;
    background:#070707;
    color:#fff;
}

.legacy-head{
    text-align:center;
    margin-bottom:70px;
}

.legacy-file{
    display:inline-block;
    color:#b89355;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:18px;
}

.legacy-head h2{
    font-size:58px;
    line-height:1.15;
    font-weight:500;
}

.legacy-head h2 span{
    color:#d5af67;
}

.legacy-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.legacy-quote{
    background:#111;
    border-left:4px solid #d5af67;
    padding:60px;
    position:relative;
}

.quote-icon{
    font-size:90px;
    color:#d5af67;
    line-height:0.8;
    margin-bottom:20px;
}

.legacy-quote h3{
    font-size:34px;
    line-height:1.5;
    font-weight:400;
    margin-bottom:35px;
}

.quote-author{
    font-size:20px;
    color:#fff;
    font-weight:600;
}

.quote-source{
    margin-top:8px;
    color:#aaa;
    font-size:15px;
}

.legacy-right p{
    color:#d5d5d5;
    font-size:18px;
    line-height:2;
    margin-bottom:30px;
}

.legacy-signature{
    margin-top:90px;
    display:flex;
    align-items:center;
    gap:35px;
}

.signature-line{
    width:120px;
    height:2px;
    background:#d5af67;
}

.signature-text h4{
    font-size:34px;
    color:#fff;
    margin-bottom:8px;
}

.signature-text p{
    color:#bfbfbf;
    font-size:17px;
}

@media(max-width:992px){

.legacy-grid{
    grid-template-columns:1fr;
}

.legacy-head h2{
    font-size:42px;
}

.legacy-quote{
    padding:40px;
}

.legacy-quote h3{
    font-size:28px;
}

.legacy-signature{
    flex-direction:column;
    align-items:flex-start;
}

}

