/* ==========================================================================
   Oxton — Página Fundador (pública, institucional/científica)
   Container alinhado ao header/footer (1200px), sem 100vw/scroll horizontal.
   ========================================================================== */
:root{
  --fd-primary:#2f35d8; --fd-primary-soft:#eef0ff; --fd-dark:#101223;
  --fd-text:#1f2937; --fd-muted:#6b7280; --fd-border:#e5e7eb; --fd-bg:#f6f8fc;
}
.founder-page{color:var(--fd-text)}
.oe-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}
@media (max-width:768px){.oe-container{padding:0 16px}}

.founder-section-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fd-primary);margin-bottom:14px}
.founder-section-eyebrow.light{color:#a5b4fc}

/* HERO */
.founder-hero{background:linear-gradient(135deg,#0f1530 0%,#1e1f6b 55%,#2f35d8 100%);color:#fff;padding:68px 0 78px;overflow:hidden}
.founder-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}
.founder-badge{display:inline-block;background:rgba(255,255,255,.14);color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}
.founder-hero h1{font-size:clamp(26px,3.4vw,40px);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0 0 12px;color:#fff}
.founder-hero-sub{font-size:16px;color:#dbe1ff;margin:0 0 18px;font-style:italic}
.founder-name{font-size:clamp(22px,2.6vw,30px);font-weight:700;color:#fff;margin:0 0 14px;letter-spacing:-.01em}
.founder-hero-desc{font-size:15.5px;line-height:1.65;color:#dbe1ff;margin:0 0 24px;max-width:600px}
.founder-actions{display:flex;gap:12px;flex-wrap:wrap}
.founder-actions.center{justify-content:center}
.founder-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:12px;font-weight:700;font-size:14.5px;text-decoration:none;transition:all .15s;cursor:pointer;border:0}
.founder-btn-primary{background:#fff;color:var(--fd-primary)}
.founder-btn-primary:hover{background:#eef0ff;color:var(--fd-primary)}
.founder-btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.3)}
.founder-btn-ghost:hover{background:rgba(255,255,255,.2);color:#fff}

.founder-hero-visual{display:flex;flex-direction:column;align-items:center;gap:18px}
.founder-photo{width:170px;height:170px;border-radius:50%;background:linear-gradient(135deg,#6d3df2,#b56af0);display:flex;align-items:center;justify-content:center;border:4px solid rgba(255,255,255,.25)}
.founder-photo-initials{font-size:56px;font-weight:700;color:#fff;letter-spacing:.02em}
.founder-cred-mini{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:300px}
.founder-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#e2e8f0;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px}
@media (max-width:920px){.founder-hero-grid{grid-template-columns:1fr}.founder-hero-visual{order:-1}}

/* SECTIONS */
.founder-section{padding:60px 0}
.founder-section-muted{background:var(--fd-bg)}
.founder-section-dark{background:var(--fd-dark);color:#fff}
.founder-narrow{max-width:820px}
.founder-section h2{font-size:clamp(23px,2.5vw,32px);font-weight:700;letter-spacing:-.02em;margin:0 0 16px;color:#111827}
.founder-section-dark h2{color:#fff}
.founder-lead{font-size:16.5px;line-height:1.75;color:var(--fd-muted);margin:0 0 16px}
.founder-section-head{max-width:760px;margin:0 0 34px}
.founder-section-head p{font-size:16px;line-height:1.65;color:var(--fd-muted);margin:0}
.founder-section-dark .founder-section-head p{color:#c7cbe0}

/* GRIDS */
.founder-grid{display:grid;gap:18px}
.founder-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.founder-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:920px){.founder-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.founder-grid-2,.founder-grid-3{grid-template-columns:1fr}}

.founder-card,.founder-credential-card,.founder-project-card{background:#fff;border:1px solid var(--fd-border);border-radius:16px;padding:22px}
.founder-card-icon{width:46px;height:46px;border-radius:12px;background:var(--fd-primary-soft);display:flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:12px}
.founder-card h3,.founder-credential-card h3,.founder-project-card h3{margin:0 0 8px;font-size:16px;font-weight:700;color:#111827}
.founder-card p,.founder-project-card p{margin:0;font-size:14px;line-height:1.6;color:var(--fd-muted)}
.founder-credential-card ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:7px}
.founder-credential-card li{font-size:13.5px;line-height:1.5;color:var(--fd-text)}
.founder-project-card{border-left:3px solid var(--fd-primary)}

/* Features (Tudor) */
.founder-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
@media (max-width:920px){.founder-features{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.founder-features{grid-template-columns:1fr}}
.founder-feature{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:14px 16px;font-size:13.5px;font-weight:600;color:#e2e8f0}

/* TIMELINE */
.founder-timeline{position:relative;padding-left:8px}
.founder-timeline::before{content:"";position:absolute;left:22px;top:8px;bottom:8px;width:2px;background:var(--fd-border)}
.founder-timeline-item{position:relative;display:flex;gap:18px;padding:0 0 18px;align-items:center}
.founder-timeline-item:last-child{padding-bottom:0}
.founder-timeline-marker{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:var(--fd-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;z-index:1;border:3px solid var(--fd-bg)}
.founder-timeline-body{background:#fff;border:1px solid var(--fd-border);border-radius:12px;padding:14px 18px;flex:1}
.founder-timeline-body h3{margin:0;font-size:15px;font-weight:700;color:#111827}

/* CTA */
.founder-cta{background:linear-gradient(135deg,#2f35d8,#1f25b3);color:#fff;padding:68px 0;text-align:center}
.founder-cta h2{font-size:clamp(24px,3vw,36px);font-weight:700;margin:0 0 14px;color:#fff;letter-spacing:-.02em}
.founder-cta p{font-size:16.5px;color:#dbe1ff;max-width:660px;margin:0 auto 28px;line-height:1.6}
