/* Entrega 18.A — O Fundador */
.founder-page { overflow: hidden; color: #173553; }
.founder-page h1, .founder-page h2, .founder-page h3 { letter-spacing: -.035em; }
.founder-kicker {
  display: inline-flex; align-items: center; gap: 10px; color: #315f8a;
  font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase;
}
.founder-kicker::before { content: ""; width: 28px; height: 2px; background: #c4a45c; border-radius: 999px; }
.founder-hero {
  padding: clamp(58px, 8vw, 112px) 0 86px;
  background:
    radial-gradient(circle at 88% 16%, rgba(79,132,181,.18), transparent 30%),
    linear-gradient(145deg, #f8fbfe 0%, #edf4fa 100%);
  position: relative;
}
.founder-hero::after {
  content: ""; position: absolute; right: -120px; bottom: -210px; width: 480px; height: 480px;
  border: 1px solid rgba(49,95,138,.15); border-radius: 50%;
}
.founder-hero-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.78fr); gap: clamp(44px,7vw,100px); align-items: center; position: relative; z-index: 1; }
.founder-hero h1 { max-width: 810px; margin: 20px 0; font-size: clamp(42px,5.2vw,76px); line-height: .99; color: #153858; }
.founder-lead { max-width: 730px; font-size: clamp(17px,1.5vw,21px); line-height: 1.7; color: #5e7387; }
.founder-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.founder-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 42px; }
.founder-proof div { padding: 18px 18px 16px; background: rgba(255,255,255,.72); border: 1px solid rgba(49,95,138,.13); border-radius: 16px; backdrop-filter: blur(8px); }
.founder-proof strong { display: block; color: #234f76; font-size: 20px; }
.founder-proof span { display: block; margin-top: 5px; color: #6d7f90; font-size: 11px; line-height: 1.4; }
.founder-photo { position: relative; margin: 0; }
.founder-photo img { display: block; width: 100%; height: 100%; object-fit: cover; background: #dfeaf3; }
.founder-photo-main { min-height: 620px; border-radius: 30px 30px 110px 30px; overflow: hidden; box-shadow: 0 28px 80px rgba(28,62,92,.22); }
.founder-photo-main figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(21,56,88,.82); backdrop-filter: blur(12px); color: white; }
.founder-photo-main figcaption span { display: block; color: #f1d787; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.founder-photo-main figcaption strong { display: block; margin-top: 5px; font-size: 15px; }

.founder-intro { padding: 110px 0; background: white; }
.founder-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(44px,8vw,120px); align-items: start; }
.founder-intro h2, .founder-section-heading h2, .founder-story h2, .founder-today h2 { margin: 18px 0 0; font-size: clamp(34px,4vw,57px); line-height: 1.08; color: #173b5c; }
.founder-rich-text p, .founder-story p, .founder-today p { margin: 0 0 20px; color: #607487; font-size: 17px; line-height: 1.85; }

.founder-timeline-section { padding: 100px 0 112px; background: #f6f9fc; }
.founder-section-heading { max-width: 760px; margin-bottom: 54px; }
.founder-timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.founder-timeline article { min-height: 310px; padding: 28px; border: 1px solid #dce7f0; border-radius: 22px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.founder-timeline article:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(31,70,104,.11); }
.founder-timeline article > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #edf4fa; color: #315f8a; font-weight: 850; }
.founder-timeline small { display: block; margin-top: 32px; color: #b18d3d; font-weight: 850; letter-spacing: .13em; }
.founder-timeline h3 { margin: 10px 0 12px; color: #193c5c; font-size: 22px; }
.founder-timeline p { color: #6a7c8d; line-height: 1.7; font-size: 14px; }

.founder-story { padding: 115px 0; background: white; }
.founder-story-grid { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); gap: clamp(50px,8vw,120px); align-items: center; }
.founder-photo-secondary { height: 650px; border-radius: 110px 28px 28px 28px; overflow: hidden; box-shadow: 0 28px 70px rgba(25,61,93,.16); }
.founder-story blockquote { margin: 32px 0 0; padding: 22px 26px; border-left: 4px solid #c4a45c; background: #f5f9fc; border-radius: 0 16px 16px 0; color: #244d72; font-size: 19px; font-weight: 700; line-height: 1.55; }

.founder-beliefs { padding: 110px 0; color: white; background: linear-gradient(135deg,#153958,#295f8b); position: relative; }
.founder-beliefs::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 85% 10%,rgba(255,255,255,.12),transparent 30%); pointer-events:none; }
.founder-beliefs .container { position: relative; }
.founder-section-heading-light h2 { color: white; }
.founder-section-heading-light .founder-kicker { color: #d9e9f7; }
.founder-belief-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.founder-belief-grid article { padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.founder-belief-grid span { color: #f1d47b; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.founder-belief-grid h3 { margin: 24px 0 14px; color: white; font-size: 24px; }
.founder-belief-grid p { color: rgba(255,255,255,.72); line-height: 1.75; }

.founder-today { padding: 115px 0; background: #f8fbfd; }
.founder-today-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px,8vw,110px); align-items: center; }
.founder-photo-tertiary { height: 560px; border-radius: 28px 100px 28px 28px; overflow: hidden; box-shadow: 0 25px 65px rgba(29,66,98,.16); }
.founder-text-link { display: inline-flex; margin-top: 10px; color: #315f8a; font-weight: 800; text-decoration: none; }

.founder-final-cta { padding: 90px 0; background: white; }
.founder-final-card { padding: clamp(40px,6vw,78px); border-radius: 30px; background: linear-gradient(135deg,#173b5c,#2f6897); color: white; text-align: center; box-shadow: 0 26px 70px rgba(27,62,93,.2); }
.founder-final-card .founder-kicker { color: #dcecf8; }
.founder-final-card h2 { max-width: 900px; margin: 20px auto 18px; color: white; font-size: clamp(33px,4.2vw,58px); line-height: 1.08; }
.founder-final-card p { max-width: 700px; margin: 0 auto; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.founder-final-card .founder-actions { justify-content: center; }
.founder-outline-light { color: white !important; border-color: rgba(255,255,255,.55) !important; }

.j2a-about-menu { min-width: 520px; grid-template-columns: 1fr 1fr; }
.j2a-about-menu .j2a-menu-column > a.is-current { background: var(--j2a-primary-soft); }
.j2a-about-highlight { padding: 22px; border-radius: 16px; background: linear-gradient(145deg,#f3f7fb,#e8f1f8); }
.j2a-about-highlight span { display:block; color:#315f8a; font-size:10px; font-weight:850; letter-spacing:.13em; }
.j2a-about-highlight strong { display:block; margin:10px 0; color:#193d5d; font-size:17px; line-height:1.35; }
.j2a-about-highlight p { margin:0; color:#6a7c8d; font-size:12px; line-height:1.55; }

@media (max-width: 1100px) {
  .founder-hero-grid, .founder-intro-grid, .founder-story-grid, .founder-today-grid { grid-template-columns: 1fr; }
  .founder-photo-main { max-width: 650px; min-height: 680px; }
  .founder-intro-grid { gap: 34px; }
  .founder-timeline { grid-template-columns: repeat(2,1fr); }
  .founder-belief-grid { grid-template-columns: 1fr; }
  .founder-photo-secondary, .founder-photo-tertiary { max-width: 680px; width: 100%; }
  .j2a-about-menu { min-width: 0; }
}
@media (max-width: 680px) {
  .founder-hero { padding-top: 44px; }
  .founder-hero h1 { font-size: 41px; }
  .founder-proof { grid-template-columns: 1fr; }
  .founder-photo-main { min-height: 520px; border-radius: 24px 24px 70px 24px; }
  .founder-intro, .founder-story, .founder-today, .founder-beliefs { padding: 78px 0; }
  .founder-timeline-section { padding: 78px 0 84px; }
  .founder-timeline { grid-template-columns: 1fr; }
  .founder-timeline article { min-height: auto; }
  .founder-photo-secondary, .founder-photo-tertiary { height: 480px; }
  .founder-final-card { text-align: left; }
  .founder-final-card .founder-actions { justify-content: flex-start; }
}
