@charset "UTF-8";

:root{
  --blue:#0c3f91;
  --blue2:#1265d8;
  --green:#18733a;
  --green2:#2f8e48;
  --gold:#d99e22;
  --text:#375b89;
  --muted:#6e7f98;
  --line:#e4edf7;
  --shadow:0 12px 28px rgba(24,72,124,.08);
  --max:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
.shell{width:min(calc(100% - 56px),var(--max));margin:0 auto}

/* Cabeçalho com logo e mensagem, sem menu e sem botões */
.site-header{
  min-height:104px;
  display:flex;
  align-items:center;
  background:#fff;
  border-bottom:1px solid rgba(205,222,239,.55);
}
.site-header__inner{display:flex;align-items:center;gap:28px;padding:6px 0}
.header-message{flex:1;min-width:0;text-align:center}
.header-message__title{margin:0;color:var(--blue);font:700 clamp(25px,3.65vw,50px)/1.08 Georgia,"Times New Roman",serif}
.header-message__title em{color:var(--green);font-weight:600}
.header-message__subtitle{margin:9px 0 0;color:#7587a2;font-size:16px;line-height:1.4}
.brand-logo{
  width:100px;
  flex-shrink:0;
  height:92px;
  object-fit:contain;
  object-position:left center;
}

/* Hero */
.hero{
  background:#fff;
}
.hero__grid{
  min-height:610px;
  display:grid;
  grid-template-columns:43% 57%;
}
.hero__copy{
  position:relative;
  z-index:2;
  padding:54px 35px 46px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{
  display:flex;
  align-items:center;
  gap:18px;
  color:#466794;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
  margin-bottom:17px;
}
.eyebrow:after{
  content:"";
  display:block;
  width:48px;
  height:2px;
  background:var(--gold);
}
h1{
  margin:0;
  color:var(--blue);
  font-size:clamp(54px,5.2vw,76px);
  line-height:.92;
  letter-spacing:-.055em;
}
h1 em{
  color:var(--green);
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:500;
}
.hero__headline{
  margin:16px 0 18px!important;
  color:#174b92!important;
  font-size:clamp(26px,2.7vw,36px)!important;
  font-weight:700;
  line-height:1.05!important;
}
.hero__headline strong{color:var(--green)}
.hero__copy p{
  margin:0 0 14px;
  max-width:590px;
  color:#607797;
  font-size:17px;
}
.values{
  margin-top:22px;
  display:flex;
  gap:25px;
  flex-wrap:wrap;
}
.values span{
  display:grid;
  grid-template-columns:36px auto;
  align-items:center;
  color:#54719a;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
}
.values b{
  color:var(--blue2);
  font-size:31px;
  font-weight:400;
}
.values span:nth-child(3) b{color:var(--green)}

.hero__visual{
  min-height:0;
  align-self:start;
  aspect-ratio:640 / 556;
  background-image:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 6%,rgba(255,255,255,.65) 12%,rgba(255,255,255,0) 28%),
    url("../illustrations/hero-sem-homem.png");
  background-size:100% 100%,100% auto;
  background-position:center,center top;
  background-repeat:no-repeat;
}

/* Building */
.building{
  padding:58px 0 66px;
  background:#fff;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.feature-card{
  min-height:132px;
  padding:22px;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:13px;
  align-items:start;
  background:#fff;
  border:1px solid #e0eaf5;
  border-radius:16px;
  box-shadow:var(--shadow);
}
.feature-card__icon{
  width:42px;height:42px;
  color:var(--blue2);
}
.feature-card__icon svg{
  width:100%;height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.feature-card h3{
  margin:2px 0 5px;
  color:#0b469e;
  font-size:16px;
}
.feature-card p{
  margin:0;
  color:#6b7f9f;
  font-size:14px;
  line-height:1.35;
}

/* Purpose band */
.purpose{
  min-height:255px;
  display:flex;
  align-items:center;
  text-align:center;
  background:
    linear-gradient(90deg,rgba(255,255,255,.25),rgba(255,255,255,.88) 30%,rgba(255,255,255,.88) 70%,rgba(255,255,255,.15)),
    url("../illustrations/proposito-paisagem.png") center/cover no-repeat;
}
.purpose__content{
  padding:42px 0 38px;
}
.purpose h2{
  margin:0;
  color:#083d91;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4vw,56px);
  line-height:1.05;
}
.purpose h2 em{color:var(--green);font-style:italic}
.purpose p{
  max-width:760px;
  margin:10px auto 0;
  color:#214f8b;
  font-size:17px;
}
.soon{
  display:inline-flex;
  margin-top:18px;
  min-width:190px;
  justify-content:center;
  padding:12px 22px;
  border-radius:10px;
  background:linear-gradient(135deg,#1769dc,#0756c5);
  color:#fff;
  font-size:15px;
  font-weight:700;
  box-shadow:0 10px 22px rgba(9,79,180,.18);
}

/* Footer */
.site-footer{
  padding:22px 0 28px;
  background:#fff;
  border-top:1px solid rgba(222,232,243,.7);
}
.site-footer__inner{
  display:grid;
  grid-template-columns:150px 1fr auto;
  gap:28px;
  align-items:center;
}
.site-footer img{
  width:140px;
  height:75px;
  object-fit:contain;
}
.site-footer__inner > div{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
  font-size:13px;
}
.site-footer strong{color:var(--green)}
.site-footer span{color:#6c7e98}
.site-footer small{color:#8998ad}

/* Responsive */
@media(max-width:960px){
  .shell{width:min(calc(100% - 36px),var(--max))}
  .hero__grid{grid-template-columns:1fr}
  .hero__copy{padding:42px 0 24px}
  .hero__visual{width:min(100%,700px);margin:0 auto 24px;min-height:0;border-radius:18px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .site-footer__inner{grid-template-columns:120px 1fr}
  .site-footer small{grid-column:1/-1;text-align:center}
}
@media(max-width:620px){
  .site-header{min-height:94px}
  .site-header__inner{gap:12px;padding:12px 0}
  .brand-logo{width:64px;height:64px}
  .header-message__title{font-size:clamp(19px,4.8vw,29px)}
  .header-message__subtitle{font-size:11px;margin-top:6px}
  .hero__copy{padding-top:32px}
  h1{font-size:55px}
  .hero__headline{font-size:27px!important}
  .hero__copy p{font-size:15px}
  .values{gap:14px}
  .values span{font-size:12px}
  .hero__visual{min-height:0;background-position:center,center top}
  .building{padding:48px 0 54px}
  .feature-grid{grid-template-columns:1fr}
  .purpose{min-height:240px}
  .purpose p{font-size:15px}
  .site-footer__inner{display:flex;flex-direction:column;text-align:center;gap:10px}
  .site-footer__inner > div{flex-direction:column;gap:2px}
}

.logo-fallback{font-size:28px;font-weight:700;color:var(--blue)}
