@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --blue:#086fe8;
  --blue-dark:#0b2a5b;
  --navy:#07172f;
  --accent-light:#5aa7ff;
  --text:#101828;
  --muted:#667085;
  --line:#e5eaf1;
  --light:#f7f9fc;
  --white:#fff;
  --shadow-sm:0 1px 2px rgba(16,24,40,.04);
  --shadow-md:0 10px 24px -12px rgba(16,24,40,.16);
  --shadow-lg:0 28px 56px -28px rgba(6,20,45,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-size:16px;font-family:Inter,Arial,sans-serif;color:var(--text);line-height:1.6;background:#fff}
.container{width:min(1140px,92%);margin:0 auto}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.4px;color:var(--blue);margin:0 0 12px}

/* Header */
.site-header{height:82px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.header-logo{display:flex;width:220px;height:60px;align-items:center}
.header-logo img{display:block;width:100%;height:100%;object-fit:contain}
.nav-menu{display:flex;align-items:center;gap:30px}
.nav-menu a{text-decoration:none;color:#344054;font-size:14px;font-weight:700}
.nav-contact{background:var(--blue);color:#fff!important;padding:11px 18px;border-radius:8px}
.menu-button{display:none;border:0;background:transparent;font-size:25px}

/* General sections */
.section{padding:105px 0}
.section-light{background:var(--light)}
.section-bordered{border-top:1px solid var(--line)}
.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.section h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-1.8px;margin:0}
#sobre .two-columns h2{font-size:clamp(26px,2.6vw,34px);line-height:1.25;letter-spacing:-.8px}
.section-text,.section p{color:#475467;font-size:17px;line-height:1.6}
.section-title{max-width:700px;margin-bottom:42px}

/* Founder */
.founder-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;align-items:start}
.founder-role{font-size:13px;font-weight:800;letter-spacing:.6px;color:var(--blue);text-transform:uppercase;margin:0 0 18px}
.founder-bio p{font-size:17px;line-height:1.65;color:#344054;margin:0 0 18px}
.founder-tagline{font-weight:700;color:var(--blue-dark)!important;font-style:italic;margin-top:26px!important}
.founder-orgs{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px;position:sticky;top:100px;box-shadow:var(--shadow-sm)}
.founder-orgs-label{font-size:11px;font-weight:800;letter-spacing:1.2px;color:var(--muted);margin:0 0 16px}
.founder-orgs-list{display:flex;flex-wrap:wrap;gap:9px}
.founder-orgs-list span{border:1px solid var(--line);padding:8px 13px;border-radius:100px;color:#344054;font-size:12.5px;font-weight:600}

.founder-education-label{margin-top:24px}
.founder-education-list{display:flex;flex-direction:column;gap:12px}
.founder-education-list div{padding-bottom:12px;border-bottom:1px solid var(--line)}
.founder-education-list div:last-child{border-bottom:0;padding-bottom:0}
.founder-education-list strong{display:block;font-size:12.5px;line-height:1.4;color:var(--blue-dark);font-weight:700}
.founder-education-list span{display:block;font-size:11px;color:var(--muted);margin-top:3px}

.founder-subsection{margin-top:64px;padding-top:56px;border-top:1px solid var(--line)}

/* Services */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:28px;
  min-height:205px;
  box-shadow:var(--shadow-sm);
  transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.service-card:hover{box-shadow:var(--shadow-md);border-color:#d7e0ee;transform:translateY(-3px)}
.service-card>span{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:1px}
.service-card h3{font-size:17px;margin:17px 0 8px}
.service-card p{font-size:15.5px;line-height:1.6;color:var(--muted);margin:0}

/* Process */
.process{border-top:1px solid var(--line)}
.process>div{display:grid;grid-template-columns:42px 1fr 1fr;gap:15px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.process b{font-size:11px;color:var(--blue)}
.process strong{font-size:14px}
.process span{font-size:12px;color:var(--muted)}

.technology-experience{margin-top:72px;padding-top:68px;border-top:1px solid var(--line)}
.tech-title-wrap{max-width:820px;margin-bottom:34px}
.technology-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.technology-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.technology-card:hover{box-shadow:var(--shadow-md);border-color:#d7e0ee;transform:translateY(-3px)}
.technology-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#eef4fb;color:var(--blue-dark);font-size:20px;font-weight:800;margin-bottom:18px}
.technology-card h3{font-size:17px;margin:0 0 15px}
.technology-tags{display:flex;flex-wrap:wrap;gap:8px}
.technology-tags span{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border:1px solid #e1e7ef;border-radius:999px;background:#fbfcfe;color:var(--muted);font-size:13px;font-weight:600}
.technology-card:last-child{grid-column:1/-1}

.consulting-reference{display:flex;align-items:center;justify-content:space-between;gap:42px;margin:32px 0 0;padding:22px 24px;border:1px solid #c9dcf3;border-radius:12px;background:linear-gradient(135deg,#f2f7fd 0%,#eaf3fc 100%);box-shadow:0 8px 22px rgba(8,46,90,.08)}
.reference-copy{min-width:0}
.reference-label{font-size:12px;letter-spacing:1.2px;color:var(--blue-dark);margin:0 0 10px;font-weight:800}
.reference-text{font-size:15px;line-height:1.6;color:#4f6380;max-width:600px;margin:0}
.reference-badge{display:flex;align-items:center;gap:14px;flex-shrink:0;min-width:330px;padding:13px 18px;border:1px solid #cbddef;border-radius:8px;background:rgba(247,251,255,.72);box-shadow:0 3px 10px rgba(8,46,90,.04)}
.reference-acronym{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:6px;background:#e7f1fc;color:var(--blue);font-size:15px;font-weight:800;letter-spacing:.4px;border:1px solid #c6dcf5}
.reference-badge-text{display:flex;flex-direction:column;gap:3px}
.reference-badge-text strong{font-size:11px;letter-spacing:.65px;color:var(--navy);line-height:1.35}
.reference-badge-text span{font-size:10px;line-height:1.4;color:#71839a}

/* Final CTA */
.final-cta{padding:80px 0;background:var(--light);border-top:1px solid var(--line)}
.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.final-cta h2{font-size:clamp(28px,3.2vw,38px);letter-spacing:-1.2px;margin:0}
.final-cta-actions{display:flex;gap:14px;flex-wrap:wrap}
.final-cta .button{
  min-height:48px;
  padding:12px 24px;
  font-size:15px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  text-decoration:none;
  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.final-cta .button-primary{background:var(--blue);color:#fff}
.final-cta .button-primary:hover{transform:translateY(-1px)}
.final-cta .button-secondary{background:#fff;color:var(--blue-dark);border:1px solid #b8c8da}
.final-cta .button-secondary:hover{border-color:var(--blue);color:var(--blue)}

/* Footer */
.site-footer{background:#071426;color:#fff}
.footer-inner{max-width:1200px;margin:0 auto;padding:48px 28px;display:grid;grid-template-columns:1.15fr 1fr 1.35fr auto;gap:42px;align-items:center}
.footer-brand{display:flex;align-items:center}
.footer-logo{display:block;width:min(235px,100%);height:auto}
.footer-block,.footer-meta{min-height:82px;padding-left:32px;border-left:1px solid rgba(255,255,255,.24);display:flex;flex-direction:column;justify-content:center}
.footer-label{margin-bottom:10px;font-size:11px;letter-spacing:.14em;font-weight:600;color:#9fb8d8}
.footer-value{font-size:15px;line-height:1.6;color:#fff}
.footer-contact{display:flex;flex-direction:column;gap:11px}
.footer-contact a{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:15px}
.footer-contact a:hover{opacity:.82}
.footer-contact svg{width:20px;height:20px;flex:0 0 20px}
.footer-meta{font-size:11px;line-height:1.6;color:#9fb8d8;white-space:nowrap}

/* ============ Responsive ============ */
@media(max-width:1050px){
  .footer-inner{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

@media(max-width:900px){
  .section-text,.section p{font-size:16.5px}
}

@media(max-width:850px){
  .menu-button{display:block}
  .nav-menu{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 4%;flex-direction:column;gap:17px}
  .nav-menu.open{display:flex}
  .nav-menu a{width:100%;text-align:center}

  .two-columns{grid-template-columns:1fr;gap:45px}

  .founder-layout{grid-template-columns:1fr;gap:32px}
  .founder-orgs{position:static}

  .services-grid{grid-template-columns:1fr 1fr}
  .technology-grid{grid-template-columns:1fr}
  .technology-card:last-child{grid-column:auto}
  .consulting-reference{align-items:flex-start;flex-direction:column}
  .reference-badge{min-width:0;width:100%;max-width:430px}

  .final-cta-inner{flex-direction:column;align-items:flex-start}
}

@media(max-width:680px){
  .footer-inner{grid-template-columns:1fr;padding:38px 22px;gap:26px}
  .footer-brand{grid-column:auto}
  .footer-block,.footer-meta{border-left:0;border-top:1px solid rgba(255,255,255,.24);padding:22px 0 0;min-height:auto}
  .footer-meta{white-space:normal}

  .technology-grid{
    display:flex;
    flex-wrap:nowrap;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:6px;
  }
  .technology-grid::-webkit-scrollbar{display:none}
  .technology-card{flex:0 0 85%;scroll-snap-align:start}
  .technology-card:last-child{grid-column:auto}
}

@media(max-width:540px){
  .header-logo{width:180px;height:55px}

  .section{padding:75px 0}
  .consulting-reference{padding:18px}
  .services-grid{grid-template-columns:1fr}
  .technology-experience{margin-top:54px;padding-top:52px}

  .reference-text{font-size:15px}
  .reference-badge{padding:12px 14px}
  .reference-acronym{width:44px;height:44px}
}

/* Hero aprovado — versão institucional com fotografia arquitetônica */
.hero-modern{position:relative;min-height:450px;overflow:hidden;background:#061b38;border-bottom:0}
.hero-modern-bg{position:absolute;inset:0;background-image:url('../assets/img/hero-building.jpg');background-size:cover;background-position:center right;transform:scale(1.01)}
.hero-modern-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,45,.98) 0%,rgba(3,25,53,.93) 35%,rgba(3,25,53,.55) 62%,rgba(3,25,53,.12) 100%)}
.hero-modern-content{position:relative;z-index:2;min-height:450px;display:flex;align-items:center}
.hero-modern-copy{max-width:800px;padding:55px 0}
.hero-kicker{margin:0 0 20px;color:var(--accent-light);font-size:15px;font-weight:800;letter-spacing:1.7px}
.hero-modern h1{margin:0 0 24px;color:#fff;font-size:clamp(42px,5vw,64px);line-height:1.04;letter-spacing:-2.5px;max-width:900px}
.hero-modern h1 span{color:var(--accent-light)}
.hero-modern .hero-description{max-width:650px;color:#eef5ff;font-size:18px;line-height:1.55;margin:0}
.hero-modern .hero-buttons{display:flex;gap:28px;align-items:center;margin-top:31px}
.hero-modern .button{min-height:50px;padding:13px 26px;border-radius:8px;font-size:15px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.hero-modern .button-primary{background:#0878ee;color:#fff}
.hero-modern .button-primary:hover{transform:translateY(-1px);background:#0b70dc}
.hero-modern .button-outline{color:#fff;border:1px solid rgba(255,255,255,.9);background:rgba(0,0,0,.08)}
.hero-modern .button-outline:hover{transform:translateY(-1px);background:rgba(255,255,255,.08)}
.founder-credential{display:flex;align-items:center;gap:16px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}
.founder-credential img{width:72px;height:72px;object-fit:contain;flex-shrink:0}
.founder-credential>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.founder-credential .founder-orgs-label{margin:0 0 3px}
.founder-credential strong{font-size:14px;line-height:1.35;color:var(--blue-dark)}
.founder-credential span{font-size:12px;line-height:1.45;color:#344054}
.founder-credential small{font-size:10px;line-height:1.4;color:var(--muted);margin-top:2px}
@media (max-width: 900px){
  .hero-modern{min-height:560px}
  .hero-modern-content{min-height:560px}
  .hero-modern-overlay{background:linear-gradient(90deg,rgba(3,20,45,.97) 0%,rgba(3,25,53,.88) 70%,rgba(3,25,53,.65) 100%)}
  .hero-modern-copy{padding:55px 0}
}
@media (max-width: 600px){
  .hero-modern h1{font-size:39px;letter-spacing:-1.8px}
  .hero-modern .hero-description{font-size:16px}
  .hero-modern .hero-buttons{flex-direction:column;align-items:stretch;gap:12px}
  .hero-modern .button{width:100%}
  .hero-kicker{font-size:12px;letter-spacing:1.2px}
  .founder-credential{align-items:flex-start}
}

.technology-more{margin:28px auto 0;max-width:980px;text-align:center;color:var(--muted);font-size:15px;line-height:1.7}
.technology-more strong{color:var(--blue-dark)}
