/* Base styles */
:root{
  --bg:#0c1222;
  --bg-alt:#0f1730;
  --text:#e8ecf6;
  --muted:#b7c0d6;
  --brand:#2ee1d1;
  --border:rgba(255,255,255,.12);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#0f172a;
  background:#f3f4f6;
}
img{max-width:100%;display:block}
.container{width:min(1120px,92%);margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.5rem .75rem;border-radius:.5rem}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;font-family:'Montserrat',sans-serif;background:transparent;backdrop-filter:saturate(120%) blur(8px);transition:background-color .25s ease, box-shadow .25s ease, border-color .25s ease}
.site-header.scrolled{background:rgba(56,70,99,.9);box-shadow:0 8px 24px rgba(0,0,0,.35);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{display:flex;align-items:center;gap:2rem;justify-content:space-between;padding:1rem 0}
.brand{display:flex;align-items:center}
.brand a{display:block}
.logo-img{width:140px;height:auto;display:block}

.nav{flex:1;display:flex;justify-content:center}
.nav-toggle{display:none;background:transparent;border:1px solid var(--border);color:var(--text);padding:.4rem .5rem;border-radius:.5rem}
.menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}
.menu a{color:#e8ecf6;text-decoration:none;font-size:1.3rem;font-weight:600;transition:color .2s}
.menu a:hover{color:var(--brand)}
.header-actions{display:flex;gap:.75rem;align-items:center}
.lang-switch select{background:transparent;border:1px solid rgba(255,255,255,.25);color:#e8ecf6;padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem;cursor:pointer}

/* Hero - centralizado como about (texto no centro da área) */
.tech-hero{
  position:relative;
  background:url('../../../resources/img/newYcons/bg-tecnologia.jpg') center/cover no-repeat;
  overflow:hidden;
  min-height:700px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6rem 1rem 4rem;
  text-align:center;
}
.hero-overlay{position:absolute;inset:0;z-index:1}
.tech-hero .container{position:relative;z-index:2;max-width:1100px;    margin: 13rem 0 0 0;}
.tech-hero h1{
  text-align:left;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(2.5rem,5vw,3.5rem);
  color:#fff;
  margin:0;
  font-weight:300;
  letter-spacing:.02em;
}

/* Intro title */
.tech-section-title{background:#fff;padding:2.8rem 0 2.4rem}
.tech-section-title h2{
  margin:0 0 1rem;
  text-align:center;
  font-family:'Questrial',sans-serif;
  color:#111827;
  font-size:clamp(2rem,3vw,3.2rem);
  font-weight:400;
}
.tech-section-title p{
  margin:0 auto;
  max-width:930px;
  color:#4b5563;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(1.05rem,1.45vw,1.45rem);
  line-height:1.45;
}

/* Partner rows */
.tech-partners-block{padding:2.4rem 0 2.8rem}
.tech-partners-block.is-gray{background:#e9eaec}
.tech-partners-block.is-white{background:#fff}

.tech-item{
  display:grid;
  grid-template-columns:1fr 250px;
  gap:2.2rem;
  align-items:center;
  padding:1.4rem 0;
}
.tech-item.reverse{grid-template-columns:250px 1fr}
.tech-item + .tech-item{margin-top:1.2rem}

.tech-item-content{max-width:760px}
.tech-item-name{
  margin:0 0 .85rem;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(1.45rem,2vw,2rem);
  font-weight:800;
  letter-spacing:.02em;
  color:#1f2937;
}
.tech-item-name.oracle{color:#dc2626}
.tech-item-name.salesforce,
.tech-item-name.zucchetti,
.tech-item-name.sap,
.tech-item-name.totvs{color:#0f7ea8}
.tech-item-name.blip{color:#0f172a;text-transform:lowercase}
.tech-item-name.gera{color:#20233f}

.tech-item-content h4{
  margin:0 0 .75rem;
  font-family:'Montserrat',sans-serif;
  color:#111827;
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
}
.tech-item-content p,
.tech-item-content li{
  font-family:'Montserrat',sans-serif;
  color:#374151;
  font-size:.93rem;
  line-height:1.55;
}
.tech-item-content p{margin:.2rem 0 .7rem}
.tech-label{margin:.65rem 0 .3rem!important;font-weight:700;color:#111827!important}
.tech-item-content ul{margin:.1rem 0 0;padding:0;list-style:none}
.tech-item-content li{
  position:relative;
  padding-left:.8rem;
  margin:.08rem 0;
}
.tech-item-content li::before{
  content:'-';
  position:absolute;
  left:0;
  top:0;
}

.tech-item-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:110px;
}
.tech-item-logo img{max-width:210px;max-height:90px;object-fit:contain}

.tech-cta-inline{display:flex;justify-content:center;padding:1.1rem 0 .2rem}
.link-saiba-mais{
  font-family:'Montserrat',sans-serif;
  text-decoration:none;
  font-weight:700;
  font-size:1rem;
  display:inline-flex;
  align-items:center;
  gap:.9rem;
  color:#13233f;
  background:#8eaed6;
  padding:.62rem 1.25rem .62rem 1.45rem;
  border-radius:999px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.link-saiba-mais .arrow{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#4b5f85;
  color:#fff;
  padding:.35rem;
}
.link-saiba-mais:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(56,79,119,.24)}

/* Footer */
.site-footer{background:#384663;color:#fff;padding:3rem 0 0;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-left .footer-brand{margin-bottom:1.5rem}
.footer-left .logo-img{width:120px;height:auto}
.footer-address{font-style:normal;color:#fff;line-height:1.8;font-weight:600}
.footer-address p{margin: 0;font-size:.95rem}
.footer-address strong{color:#fff;font-weight:600}

.footer-contact a{color:#fff;text-decoration:none;transition:color .2s}
.footer-contact a:hover{color:#fff}
.footer-right nav{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}
.footer-right nav a{color:#fff;text-decoration:none;font-size:1.05rem;font-weight:500;transition:color .2s}
.footer-right nav a:hover{color:#2ee1d1}
.footer-bottom{padding:1.5rem 0}
.footer-bottom-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.footer-copyright{grid-column:2;margin:0;color:#fff;font-size:.9rem;text-align:center}
.footer-social{grid-column:3;justify-self:end;display:flex;gap:1rem}
.footer-social a{color:#b7c0d6;transition:color .2s}
.footer-social a:hover{color:#fff}

/* Responsive */
@media (max-width: 900px){
  .nav-toggle{display:inline-block;font-size:1.5rem;padding:.55rem .7rem;cursor:pointer}
  .menu{position:absolute;right:1rem;top:65px;background:#0b1226;border:1px solid var(--border);padding:.75rem;border-radius:.6rem;flex-direction:column;display:none;z-index:10;min-width:160px}
  .menu.open{display:flex}
  .tech-item,
  .tech-item.reverse{grid-template-columns:1fr;gap:1rem}
  .tech-item-logo{order:-1;justify-content:flex-start}
  .tech-item-logo img{max-width:170px;max-height:70px}
  .tech-section-title p{text-align:left}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width: 640px){
  .tech-hero{min-height:370px}
  .tech-hero .container{padding:6.2rem 0 3.2rem}
  .tech-section-title{padding:2.2rem 0 1.8rem}
  .tech-partners-block{padding:1.7rem 0 2rem}
  .tech-item{padding:1rem 0}
  .link-saiba-mais{font-size:.9rem;padding:.58rem 1rem .58rem 1.2rem}
  .link-saiba-mais .arrow{width:27px;height:27px}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-right nav{align-items:flex-start}
  .footer-bottom-content{display:flex;flex-direction:column;gap:1rem;text-align:center}
}
