/* R3 Gestão de Negócios — AAA+ visual system */
:root{
  --bg:#040509;
  --bg2:#08111f;
  --ink:#0b1220;
  --paper:#f4f1ea;
  --paper2:#fbfaf6;
  --white:#ffffff;
  --muted-light:rgba(255,255,255,.72);
  --muted-dark:rgba(11,18,32,.68);
  --line-light:rgba(255,255,255,.14);
  --line-dark:rgba(11,18,32,.12);
  --blue:#86b3ff;
  --cyan:#4ee0c8;
  --gold:#d8b46b;
  --platinum:#e7edf6;
  --radius:36px;
  --shadow:0 34px 100px rgba(0,0,0,.36);
}

*{box-sizing:border-box}

html,body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--white);
  scroll-behavior:smooth;
  -webkit-font-smoothing:antialiased;
}

body{
  overflow-x:hidden;
  background:
    radial-gradient(circle at 15% 2%, rgba(134,179,255,.22), transparent 31%),
    radial-gradient(circle at 86% 4%, rgba(78,224,200,.13), transparent 28%),
    radial-gradient(circle at 50% 90%, rgba(216,180,107,.07), transparent 28%),
    linear-gradient(180deg,#040509,#070b13 46%,#040509);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom, black, transparent 76%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.42;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.065), transparent 3%),
    radial-gradient(circle at 70% 12%, rgba(255,255,255,.045), transparent 2%),
    radial-gradient(circle at 80% 68%, rgba(255,255,255,.04), transparent 2%),
    radial-gradient(circle at 18% 74%, rgba(255,255,255,.035), transparent 2%);
}

a{text-decoration:none;color:inherit}
.container{width:min(1200px,92%);margin:auto;position:relative;z-index:2}

.cursor-glow{
  position:fixed;
  left:0;
  top:0;
  width:420px;
  height:420px;
  transform:translate(calc(var(--x, -900px) - 50%), calc(var(--y, -900px) - 50%));
  pointer-events:none;
  z-index:1;
  background:radial-gradient(circle, rgba(134,179,255,.12), transparent 58%);
  filter:blur(8px);
}

.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  height:3px;
  width:0%;
  z-index:999;
  background:linear-gradient(90deg,var(--blue),var(--cyan),var(--gold));
  box-shadow:0 0 24px rgba(78,224,200,.58);
}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(4,5,9,.68);
  backdrop-filter:blur(26px);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:18px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:13px;
}

.brand img{
  width:46px;
  height:46px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  transition:.25s ease;
}

.brand:hover img{transform:rotate(-2deg) scale(1.04)}

.brand-text strong{
  display:block;
  font-size:15px;
  font-weight:900;
  letter-spacing:.2px;
}

.brand-text span{
  display:block;
  margin-top:3px;
  font-size:12px;
  color:rgba(255,255,255,.58);
}

.nav{
  display:flex;
  align-items:center;
  gap:20px;
}

.nav a{
  position:relative;
  font-size:14px;
  font-weight:760;
  color:rgba(255,255,255,.72);
  transition:.22s ease;
}

.nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--cyan));
  transition:.22s ease;
}

.nav a:hover,
.nav a.active{color:#fff}

.nav a:hover::after,
.nav a.active::after{width:100%}

.btn-small{
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  min-height:780px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:128px 0 92px;
  background:
    linear-gradient(90deg, rgba(4,5,9,.98) 0%, rgba(4,5,9,.88) 47%, rgba(4,5,9,.46) 100%),
    linear-gradient(180deg, rgba(4,5,9,.10), rgba(4,5,9,.98)),
    url("img/r3-capa.jpg") center/cover;
}

.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:190px;
  background:linear-gradient(180deg,transparent,var(--bg));
  pointer-events:none;
}

.hero-orbit{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(12px);
}

.orbit-one{
  width:620px;
  height:620px;
  right:-210px;
  top:60px;
  background:radial-gradient(circle, rgba(78,224,200,.27), transparent 62%);
  animation:orbitOne 8s ease-in-out infinite alternate;
}

.orbit-two{
  width:420px;
  height:420px;
  left:-180px;
  bottom:50px;
  background:radial-gradient(circle, rgba(134,179,255,.18), transparent 62%);
  animation:orbitTwo 9s ease-in-out infinite alternate;
}

@keyframes orbitOne{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-46px,30px,0) scale(1.08)}
}

@keyframes orbitTwo{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(50px,-24px,0) scale(1.06)}
}

.hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
  align-items:center;
}

.hero-content{
  max-width:940px;
}

.kicker-wrap{margin-bottom:25px}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 17px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.17);
  box-shadow:0 18px 38px rgba(0,0,0,.26);
  font-size:12px;
  font-weight:950;
  letter-spacing:1px;
  text-transform:uppercase;
}

.kicker::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  box-shadow:0 0 0 6px rgba(134,179,255,.14);
  animation:pulse 1.8s ease-in-out infinite;
}

@keyframes pulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.25);opacity:.78}
}

.kicker-sub{
  margin-top:13px;
  font-size:15px;
  color:rgba(255,255,255,.72);
}

.kicker-sub strong{color:#fff}

h1{
  max-width:960px;
  margin:0 0 28px;
  font-size:clamp(46px,6.4vw,84px);
  line-height:.91;
  letter-spacing:-3.4px;
  font-weight:950;
  text-wrap:balance;
}

.lead{
  max-width:850px;
  margin:0;
  font-size:19px;
  line-height:1.78;
  color:rgba(255,255,255,.74);
}

.hero-actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.btn-primary,
.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 23px;
  border-radius:17px;
  font-weight:900;
  transition:.24s ease;
  will-change:transform;
}

.btn-primary{
  color:#06101b;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  box-shadow:0 22px 52px rgba(78,224,200,.22);
}

.btn-primary:hover{
  box-shadow:0 30px 70px rgba(78,224,200,.32);
  filter:brightness(1.06);
}

.btn-secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.065);
}

.btn-secondary:hover{background:rgba(255,255,255,.11)}

.micro{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  color:rgba(255,255,255,.58);
  font-size:13px;
}

.dot{opacity:.55}

/* Signal card */
.signal-card{
  position:relative;
  overflow:hidden;
  padding:28px;
  border-radius:36px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
}

.signal-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at var(--mx,50%) var(--my,0%), rgba(134,179,255,.19), transparent 34%);
  opacity:0;
  transition:.22s ease;
  pointer-events:none;
}

.signal-card:hover::before{opacity:1}

.signal-top{
  padding-bottom:22px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.signal-top span{
  display:block;
  color:var(--gold);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-weight:950;
  margin-bottom:8px;
}

.signal-top strong{
  display:block;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.7px;
}

.signal-metric{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
}

.signal-metric:last-child{border-bottom:0}

.signal-metric span{
  color:rgba(255,255,255,.46);
  font-weight:900;
  font-size:13px;
}

.signal-metric p{
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.45;
  font-size:15px;
}

/* Marquee */
.marquee{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.10);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(8px);
}

.marquee-track{
  display:flex;
  gap:42px;
  white-space:nowrap;
  padding:17px 0;
  animation:marquee 24s linear infinite;
}

.marquee-track span{
  font-size:12px;
  letter-spacing:1.8px;
  font-weight:950;
  color:rgba(255,255,255,.48);
}

@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* Sections */
.section{
  position:relative;
  padding:124px 0;
}

.section.light{
  background:
    radial-gradient(circle at 15% 0%, rgba(134,179,255,.14), transparent 34%),
    linear-gradient(180deg,var(--paper2),var(--paper));
  color:var(--ink);
}

.dark-split{
  background:
    radial-gradient(circle at 82% 18%, rgba(78,224,200,.10), transparent 28%),
    linear-gradient(180deg,#040509,#07101d);
}

.section-head{
  max-width:940px;
  margin-bottom:50px;
}

.section-eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  font-size:12px;
  letter-spacing:1.15px;
  text-transform:uppercase;
  font-weight:950;
  color:var(--gold);
}

.section-head h2,
.contact h2{
  margin:0 0 15px;
  font-size:clamp(33px,4.2vw,54px);
  line-height:1.03;
  letter-spacing:-1.7px;
  font-weight:950;
  text-wrap:balance;
}

.section-head p{
  margin:0;
  max-width:830px;
  font-size:17px;
  line-height:1.68;
  color:var(--muted-dark);
}

.section:not(.light) .section-head p{color:var(--muted-light)}

/* Cards */
.benefit-grid,
.cards,
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.benefit-card,
.card,
.steps > div{
  position:relative;
  overflow:hidden;
  border-radius:36px;
  padding:34px;
  min-height:215px;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.benefit-card,
.steps > div{
  background:rgba(255,255,255,.82);
  color:var(--ink);
  border:1px solid rgba(11,18,32,.10);
  box-shadow:0 26px 65px rgba(11,18,32,.08);
}

.card{
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  color:#fff;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

.benefit-card::before,
.card::before,
.steps > div::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--blue),var(--cyan),var(--gold));
}

.benefit-card::after,
.card::after,
.steps > div::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  transition:.22s ease;
  background:radial-gradient(circle at var(--mx,50%) var(--my,0%), rgba(134,179,255,.18), transparent 33%);
}

.benefit-card:hover,
.card:hover,
.steps > div:hover{
  transform:translateY(-9px);
}

.benefit-card:hover::after,
.card:hover::after,
.steps > div:hover::after{
  opacity:1;
}

.card-index{
  display:block;
  margin-bottom:30px;
  color:var(--gold);
  font-size:12px;
  letter-spacing:1.1px;
  font-weight:950;
}

.benefit-card h3,
.card h3,
.steps h4{
  margin:0 0 13px;
  font-size:22px;
  line-height:1.13;
  letter-spacing:-.5px;
  font-weight:950;
}

.benefit-card p,
.steps p{
  margin:0;
  color:var(--muted-dark);
  font-size:15.5px;
  line-height:1.68;
}

.card p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:15.5px;
  line-height:1.68;
}

.steps span{
  display:inline-block;
  margin-bottom:18px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.7px;
  text-transform:uppercase;
  color:rgba(11,18,32,.46);
}

/* Contact */
.contact-section{
  background:
    radial-gradient(circle at 50% 0%, rgba(78,224,200,.15), transparent 34%),
    linear-gradient(180deg,#040509,#030813);
}

.contact{
  max-width:900px;
  text-align:center;
}

.contact .lead{
  margin:0 auto;
}

.contact-actions{
  margin-top:34px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* Footer */
.footer{
  padding:38px 20px;
  text-align:center;
  font-size:14px;
  color:rgba(255,255,255,.52);
  border-top:1px solid rgba(255,255,255,.10);
  background:#030813;
}

/* WhatsApp */
.wa-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:80;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#25D366;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 38px rgba(0,0,0,.34);
  transition:.18s ease;
}

.wa-float::before{
  content:"";
  position:absolute;
  inset:-7px;
  border-radius:50%;
  border:1px solid rgba(37,211,102,.38);
  animation:waRing 1.8s ease-out infinite;
}

@keyframes waRing{
  from{transform:scale(.85);opacity:.75}
  to{transform:scale(1.18);opacity:0}
}

.wa-float:hover{
  transform:translateY(-4px) scale(1.04);
  filter:brightness(1.04);
}

.wa-icon{
  width:29px;
  height:29px;
  color:#fff;
}

/* Reveal */
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .78s ease, transform .78s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* Responsive */
@media(max-width:1060px){
  .hero-layout{
    grid-template-columns:1fr;
  }

  .signal-card{
    display:none;
  }
}

@media(max-width:980px){
  .header-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .nav{
    width:100%;
    justify-content:flex-start;
  }

  .hero{
    min-height:auto;
    padding:96px 0 78px;
  }

  .benefit-grid,
  .cards,
  .steps{
    grid-template-columns:1fr;
  }

  .benefit-card,
  .card,
  .steps > div{
    padding:30px;
    min-height:auto;
  }
}

@media(max-width:560px){
  .container{
    width:min(100% - 34px,1200px);
  }

  .brand img{
    width:40px;
    height:40px;
  }

  .hero{
    padding:78px 0 72px;
  }

  h1{
    font-size:42px;
    letter-spacing:-1.55px;
  }

  .lead{
    font-size:17px;
  }

  .btn-primary,
  .btn-secondary{
    width:100%;
    text-align:center;
  }

  .section{
    padding:82px 0;
  }

  .marquee-track{
    gap:28px;
  }

  .wa-float{
    width:56px;
    height:56px;
    right:16px;
    bottom:16px;
  }
}

/* Founder section */
.founder-section{
  background:
    radial-gradient(circle at 12% 0%, rgba(134,179,255,.12), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(216,180,107,.08), transparent 26%),
    linear-gradient(180deg,#040509,#07101d);
}

.founder-layout{
  display:grid;
  grid-template-columns:430px minmax(0,1fr);
  gap:56px;
  align-items:start;
}

.founder-photo-wrap{
  position:sticky;
  top:112px;
  overflow:hidden;
  border-radius:40px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:var(--shadow);
  padding:14px;
  transition:transform .24s ease;
}

.founder-photo{
  display:block;
  width:100%;
  height:560px;
  object-fit:cover;
  object-position:center top;
  border-radius:30px;
  filter:saturate(.92) contrast(1.02);
}

.founder-badge{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  padding:18px;
  border-radius:24px;
  background:rgba(4,5,9,.72);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}

.founder-badge span{
  display:block;
  color:var(--gold);
  font-size:12px;
  letter-spacing:1.1px;
  text-transform:uppercase;
  font-weight:950;
  margin-bottom:6px;
}

.founder-badge strong{
  display:block;
  font-size:18px;
  line-height:1.22;
}

.founder-content h2{
  margin:0 0 22px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1;
  letter-spacing:-1.8px;
  font-weight:950;
  text-wrap:balance;
}

.founder-lead,
.founder-note,
.founder-closing{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.78;
}

.linkedin-link{
  margin:26px 0 30px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:13px 18px;
  border-radius:999px;
  background:rgba(10,102,194,.18);
  border:1px solid rgba(10,102,194,.38);
  color:#fff;
  font-weight:850;
  transition:.24s ease;
}

.linkedin-link:hover{
  background:rgba(10,102,194,.28);
  box-shadow:0 18px 44px rgba(10,102,194,.18);
}

.linkedin-link svg{
  width:20px;
  height:20px;
  color:#69a7ff;
}

.founder-block{
  position:relative;
  overflow:hidden;
  margin-top:22px;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  transition:transform .24s ease;
}

.founder-block h3{
  margin:0 0 18px;
  font-size:22px;
  line-height:1.22;
  letter-spacing:-.4px;
}

.founder-block p{
  margin:0 0 14px;
  color:rgba(255,255,255,.74);
  line-height:1.65;
}

.founder-emphasis{
  border-color:rgba(216,180,107,.20);
}

.premium-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.premium-list.two-col{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.premium-list li{
  position:relative;
  padding-left:22px;
  color:rgba(255,255,255,.74);
  line-height:1.6;
}

.premium-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  box-shadow:0 0 0 5px rgba(134,179,255,.10);
}

.founder-note{
  margin-top:26px;
}

.founder-closing{
  margin-top:24px;
  padding:24px 0 0;
  border-top:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:19px;
}

@media(max-width:1060px){
  .founder-layout{grid-template-columns:1fr;}
  .founder-photo-wrap{position:relative; top:auto; max-width:520px;}
}

@media(max-width:980px){
  .premium-list.two-col{grid-template-columns:1fr;}
}

@media(max-width:560px){
  .linkedin-link{width:100%; text-align:center; justify-content:center;}
  .founder-photo{height:440px;}
  .founder-content h2{font-size:36px;}
  .founder-block{padding:24px;}
}



/* =========================================================
   AJUSTE FINAL — SEÇÃO "QUEM É RODRIGO JUNQUEIRA"
   Desktop + Mobile
   Mantém o visual original e melhora legibilidade/responsividade
   ========================================================= */

/* Desktop: deixa a seção mais equilibrada e a foto mais institucional */
.founder-section{
  overflow:hidden;
}

.founder-layout{
  grid-template-columns:minmax(360px,430px) minmax(0,1fr);
  align-items:start;
}

.founder-photo-wrap{
  max-width:430px;
  width:100%;
}

.founder-photo{
  aspect-ratio:4 / 5;
  height:auto;
  min-height:0;
  max-height:560px;
  object-fit:cover;
  object-position:center 18%;
}

.founder-content{
  min-width:0;
}

.founder-content .section-eyebrow{
  margin-bottom:16px;
}

.founder-lead{
  max-width:760px;
}

.founder-block{
  isolation:isolate;
}

.founder-block h3{
  max-width:780px;
}

.founder-note,
.founder-closing{
  max-width:820px;
}

/* Tablet: foto deixa de ser sticky e ganha layout mais limpo */
@media(max-width:1060px){
  .founder-layout{
    grid-template-columns:1fr;
    gap:42px;
  }

  .founder-photo-wrap{
    position:relative;
    top:auto;
    max-width:520px;
    margin:0 auto;
  }

  .founder-photo{
    aspect-ratio:4 / 5;
    height:auto;
    max-height:none;
    object-position:center 16%;
  }

  .founder-badge{
    left:22px;
    right:22px;
    bottom:22px;
  }

  .founder-content{
    max-width:860px;
    margin:0 auto;
    width:100%;
  }
}

/* Mobile: apresentação mais legível, foto sem corte agressivo e textos com respiro */
@media(max-width:700px){
  .founder-section{
    padding-top:78px;
    padding-bottom:84px;
  }

  .founder-layout{
    gap:34px;
  }

  .founder-photo-wrap{
    max-width:100%;
    padding:10px;
    border-radius:30px;
    box-shadow:0 22px 60px rgba(0,0,0,.32);
  }

  .founder-photo{
    width:100%;
    height:auto;
    aspect-ratio:3.2 / 4;
    border-radius:22px;
    object-fit:cover;
    object-position:center 12%;
  }

  .founder-badge{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:12px 0 0;
    padding:16px;
    border-radius:20px;
    background:rgba(4,5,9,.78);
  }

  .founder-badge span{
    font-size:11px;
  }

  .founder-badge strong{
    font-size:16px;
  }

  .founder-content h2{
    font-size:clamp(34px,9vw,42px);
    line-height:1.03;
    letter-spacing:-1.35px;
    margin-bottom:20px;
  }

  .founder-lead,
  .founder-note{
    font-size:16.5px;
    line-height:1.72;
  }

  .founder-closing{
    font-size:18px;
    line-height:1.55;
  }

  .linkedin-link{
    width:100%;
    justify-content:center;
    text-align:center;
    line-height:1.3;
    padding:14px 16px;
    border-radius:18px;
  }

  .founder-block{
    margin-top:20px;
    padding:22px;
    border-radius:26px;
  }

  .founder-block h3{
    font-size:20px;
    line-height:1.25;
    margin-bottom:16px;
  }

  .premium-list{
    gap:11px;
  }

  .premium-list.two-col{
    grid-template-columns:1fr;
  }

  .premium-list li{
    font-size:15.8px;
    line-height:1.55;
    padding-left:20px;
  }

  .premium-list li::before{
    width:7px;
    height:7px;
    top:.6em;
  }
}

/* Mobile pequeno: reduz menu, evita aperto horizontal e melhora a foto */
@media(max-width:480px){
  .nav{
    gap:12px;
  }

  .nav a{
    font-size:13px;
  }

  .btn-small{
    padding:9px 12px;
  }

  .founder-section{
    padding-top:70px;
  }

  .founder-photo{
    aspect-ratio:3 / 4;
    object-position:center 10%;
  }

  .founder-content .section-eyebrow{
    font-size:11px;
    letter-spacing:1px;
  }

  .founder-content h2{
    font-size:33px;
  }

  .founder-block{
    padding:20px;
  }

  .founder-block h3{
    font-size:19px;
  }

  .founder-lead,
  .founder-note,
  .premium-list li{
    font-size:15.8px;
  }
}



/* BLOCO EXECUTIVO SEM FOTO */

.founder-summary{
    min-height:420px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:24px;
}

.founder-badge-static{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:0;
}

.founder-highlights{
    display:grid;
    gap:14px;
}

.founder-highlights div{
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.82);
    font-weight:600;
    transition:.3s;
}

.founder-highlights div:hover{
    transform:translateX(6px);
    border-color:rgba(134,179,255,.35);
}

@media(max-width:1060px){
    .founder-summary{
        min-height:auto;
    }
}

@media(max-width:700px){
    .founder-summary{
        gap:12px;
    }
}
