/* ==========================================
WARDNAV FOUNDER PAGE
========================================== */

.founder-page{
background:
radial-gradient(circle at 85% 8%, rgba(20,184,166,.18), transparent 30%),
radial-gradient(circle at 10% 22%, rgba(30,94,255,.12), transparent 32%),
linear-gradient(180deg,#f5f9ff 0%,#ffffff 72%);
overflow:hidden;
}

/* HERO */

.founder-hero{
max-width:1280px;
margin:0 auto;
padding:120px 28px 90px;
display:grid;
grid-template-columns:1fr 420px;
gap:70px;
align-items:center;
}

.founder-eyebrow,
.founder-kicker{
display:inline-flex;
align-items:center;
gap:10px;
color:#1E5EFF;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
font-size:.78rem;
}

.founder-eyebrow span,
.founder-kicker span{
width:10px;
height:10px;
border-radius:50%;
background:#14B8A6;
}

.founder-hero h1{
font-size:clamp(3rem,6vw,6rem);
line-height:.95;
letter-spacing:-.06em;
color:#0F172A;
margin:20px 0;
}

.founder-hero h1 span{
background:linear-gradient(135deg,#1E5EFF,#14B8A6);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

.founder-hero p{
color:#64748B;
font-size:1.08rem;
line-height:1.8;
}

.founder-actions{
display:flex;
flex-wrap:wrap;
gap:14px;
margin:30px 0;
}

.founder-btn{
min-height:56px;
padding:0 24px;
border-radius:16px;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
font-weight:800;
transition:.25s;
}

.founder-btn:hover{
transform:translateY(-2px);
}

.founder-btn.primary{
background:linear-gradient(135deg,#1E5EFF,#14B8A6);
color:white;
box-shadow:0 18px 36px rgba(30,94,255,.25);
}

.founder-btn.secondary{
background:white;
color:#0F172A;
border:1px solid #D9E6F5;
}

.founder-proof{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.founder-proof span{
background:white;
border:1px solid #D9E6F5;
border-radius:999px;
padding:10px 14px;
font-size:.9rem;
font-weight:700;
}

/* PROFILE CARD */

.founder-profile{
background:white;
border:1px solid #D9E6F5;
border-radius:36px;
padding:36px;
text-align:center;
box-shadow:0 36px 80px rgba(15,23,42,.12);
}

.founder-avatar{
width:130px;
height:130px;
border-radius:36px;
margin:0 auto 22px;
display:grid;
place-items:center;
background:linear-gradient(135deg,#1E5EFF,#14B8A6);
color:white;
font-size:2.7rem;
font-weight:900;
box-shadow:0 20px 44px rgba(30,94,255,.25);
}

.founder-profile h3{
color:#0F172A;
font-size:1.7rem;
margin-bottom:6px;
}

.founder-profile p{
color:#64748B;
}

.founder-stats{
margin-top:26px;
display:grid;
grid-template-columns:1fr;
gap:12px;
}

.founder-stats div{
background:#F8FBFF;
border:1px solid #D9E6F5;
border-radius:18px;
padding:16px;
}

.founder-stats strong{
display:block;
color:#1E5EFF;
font-size:1.9rem;
}

.founder-stats span{
color:#64748B;
font-weight:700;
font-size:.88rem;
}

/* SECTIONS */

.founder-section{
max-width:1280px;
margin:0 auto;
padding:100px 28px;
}

.section-head{
text-align:center;
max-width:860px;
margin:0 auto 60px;
}

.section-head h2{
font-size:clamp(2.3rem,4vw,4rem);
line-height:1;
margin:18px 0;
color:#0F172A;
letter-spacing:-.05em;
}

.section-head p{
color:#64748B;
line-height:1.75;
}

/* STORY */

.founder-story{
background:white;
border:1px solid #D9E6F5;
border-radius:34px;
padding:44px;
max-width:980px;
margin:0 auto;
box-shadow:0 24px 60px rgba(15,23,42,.08);
}

.founder-story p{
color:#64748B;
line-height:1.85;
font-size:1.08rem;
margin-bottom:18px;
}

.founder-story p:last-child{
margin-bottom:0;
}

/* CARDS */

.founder-grid{
display:grid;
gap:18px;
}

.founder-grid.three{
grid-template-columns:repeat(3,1fr);
}

.founder-grid.four{
grid-template-columns:repeat(4,1fr);
}

.founder-card{
background:white;
border:1px solid #D9E6F5;
border-radius:28px;
padding:28px;
box-shadow:0 20px 44px rgba(15,23,42,.07);
transition:.25s;
text-decoration:none;
color:inherit;
}

.founder-card:hover{
transform:translateY(-6px);
box-shadow:0 30px 60px rgba(15,23,42,.12);
}

.founder-card.center{
text-align:center;
}

.founder-card .icon{
width:58px;
height:58px;
border-radius:20px;
background:#EEF5FF;
display:grid;
place-items:center;
font-size:1.5rem;
margin-bottom:18px;
}

.founder-card.center .icon{
margin-left:auto;
margin-right:auto;
}

.founder-card h3{
color:#0F172A;
margin-bottom:10px;
}

.founder-card p{
color:#64748B;
line-height:1.65;
}

.founder-number{
display:block;
color:#1E5EFF;
font-size:2.7rem;
font-weight:900;
margin-bottom:10px;
}

/* TIMELINE */

.timeline{
max-width:900px;
margin:0 auto;
display:grid;
gap:18px;
}

.timeline-item{
background:white;
border:1px solid #D9E6F5;
border-radius:28px;
padding:24px;
display:grid;
grid-template-columns:110px 1fr;
gap:20px;
align-items:center;
box-shadow:0 20px 44px rgba(15,23,42,.07);
}

.timeline-badge{
background:linear-gradient(135deg,#1E5EFF,#14B8A6);
color:white;
border-radius:999px;
padding:12px 18px;
text-align:center;
font-weight:900;
}

.timeline-content h3{
color:#0F172A;
margin-bottom:6px;
}

.timeline-content p{
color:#64748B;
line-height:1.65;
}

/* LINKS */

.founder-link-card{
cursor:pointer;
}

.founder-link-card:hover h3{
color:#1E5EFF;
}

/* FINAL CTA */

.final-founder-cta{
max-width:1200px;
margin:70px auto 90px;
padding:64px 32px;
border-radius:38px;
text-align:center;
background:
radial-gradient(circle at top left, rgba(20,184,166,.22), transparent 35%),
linear-gradient(135deg,#0F172A,#1E3A8A);
color:white;
}

.final-founder-cta h2{
font-size:clamp(2.4rem,4vw,4rem);
line-height:1;
letter-spacing:-.05em;
margin:0 0 16px;
}

.final-founder-cta p{
max-width:720px;
margin:0 auto 26px;
color:rgba(255,255,255,.8);
line-height:1.7;
}

/* RESPONSIVE */

@media(max-width:1050px){
.founder-hero{
grid-template-columns:1fr;
}

.founder-profile{
max-width:520px;
margin:0 auto;
}

.founder-grid.three,
.founder-grid.four{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:650px){
.founder-hero{
padding:70px 18px 60px;
}

.founder-hero h1{
font-size:2.6rem;
}

.founder-section{
padding:80px 18px;
}

.founder-grid.three,
.founder-grid.four{
grid-template-columns:1fr;
}

.founder-actions{
flex-direction:column;
}

.founder-btn{
width:100%;
}

.timeline-item{
grid-template-columns:1fr;
}

.timeline-badge{
width:max-content;
}

.founder-story{
padding:30px 22px;
}

.final-founder-cta{
margin:40px 18px 70px;
padding:44px 22px;
}
}
