
.founder-section{padding:115px 0;background:#fff}
.founder-grid{display:grid;grid-template-columns:360px 1fr;gap:75px;align-items:center}
.founder-card{position:relative;min-height:410px;padding:36px;background:linear-gradient(145deg,#031c42,#075b78);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;box-shadow:0 24px 55px #031c4226}
.founder-card:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-100px;background:#00a9b433}
.founder-monogram{position:absolute;top:38px;left:36px;font-size:7rem;line-height:1;font-weight:900;letter-spacing:-.08em;color:#8fe4e322}
.founder-card .eyebrow{position:relative;color:#8fe4e3;margin-bottom:8px}
.founder-card h3{position:relative;margin:0;font:2rem Georgia,serif}
.founder-card p{position:relative;margin:6px 0 0;color:#cfe8ef;font-size:.9rem}
.founder-content .eyebrow{color:#00a9b4}
.founder-content h2{max-width:760px}
.founder-intro{max-width:780px;color:#5f7185;font-size:1.08rem}
.founder-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.founder-highlight{padding:18px;border-top:2px solid #00a9b4;background:#eff8f9}
.founder-highlight strong{display:block;color:#052b60;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.founder-highlight span{display:block;margin-top:5px;color:#5f7185;font-size:.9rem}
.founder-link{display:inline-block;margin-top:28px;color:#052b60;font-weight:bold;text-decoration:none}
.founder-link:hover{color:#00a9b4}
@media(max-width:780px){.founder-section{padding:75px 0}.founder-grid{grid-template-columns:1fr;gap:35px}.founder-card{min-height:330px}.founder-highlights{grid-template-columns:1fr}}


/* Founder profile – NOVIA V7 */
.founder-card-photo{padding:0;min-height:500px}
.founder-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.founder-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,28,66,.03) 28%,rgba(3,28,66,.9) 100%)}
.founder-card-content{position:absolute;left:36px;right:36px;bottom:32px;z-index:2}
.founder-card-photo .eyebrow{margin-bottom:8px}
.founder-card-photo h3{font-size:2rem}
.founder-page .founder-content h2{max-width:800px}
.founder-highlights-page{grid-template-columns:repeat(3,1fr)}
.founder-quote{margin:34px 0 0;padding:22px 26px;border-left:3px solid #00a9b4;background:#eff8f9;color:#052b60;font:1.18rem/1.55 Georgia,serif}
@media(max-width:780px){
  .founder-card-photo{min-height:430px}
  .founder-highlights-page{grid-template-columns:1fr}
  .founder-card-content{left:26px;right:26px}
}

.founder-team-card{display:grid;grid-template-columns:280px 1fr;gap:45px;align-items:center}
.founder-team-photo{height:320px;overflow:hidden;background:#031c42}
.founder-team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.founder-team-card h2{margin:0}
.founder-team-role{margin:.3rem 0 1rem;color:#00a9b4;font-weight:700}
.founder-team-text{max-width:700px;color:#5f7185}
@media(max-width:780px){.founder-team-card{grid-template-columns:1fr;gap:25px}.founder-team-photo{height:380px}}
