/* Base styles */
:root{
  --bg:#0c1222;
  --bg-alt:#0f1730;
  --text:#e8ecf6;
  --muted:#b7c0d6;
  --brand:#2ee1d1;
  --brand-2:#7aa5ff;
  --card:#121a33;
  --card-2:#0b1226;
  --border:rgba(255,255,255,.12);
  --shadow:0 10px 30px rgba(0,0,0,.35);
}
*{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:var(--text);
  background:linear-gradient(180deg,var(--bg),var(--bg-alt));
}
img{max-width:100%;display:block}
.container{width:min(1100px,92%);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.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(7,13,26,.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;gap:.8rem}
.brand a{display:block}
.logo-img{width:140px;height:auto;display:block}
.brand-name{display:none}

.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}

/* Solutions Hero - centralizado como about */
.solutions-hero{
  min-height:700px;
  position:relative;
  background:url('../../../resources/img/newYcons/solutions-hero-bg.jpg') center/cover no-repeat;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6rem 1rem 4rem;
  text-align:center;
}
.hero-overlay{position:absolute;inset:0;z-index:1}
.solutions-hero .container{position:relative;z-index:2;max-width:1100px;margin: 13rem 0 0 0;}
.solutions-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;
}

/* Solutions Intro */
.solutions-intro{background:#fff;padding:4rem 0;text-align:center}
.solutions-intro h2{font-family:'Montserrat',sans-serif;font-size:clamp(1.3rem,2.5vw,1.8rem);color:#1a1a1a;margin:0 0 1.5rem;font-weight:400;line-height:1.5;max-width:900px;margin-left:auto;margin-right:auto}
.solutions-intro p{font-family:'Montserrat',sans-serif;font-size:1.7rem;color:#000123;line-height:1.6;margin:0 auto;text-align:justify}

/* Solutions Detail */
.solutions-detail{background:#fff;padding:3rem 0}
.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-bottom:5rem;padding:2rem 0}
.service-detail:last-child{margin-bottom:0}
.service-detail.reverse{direction:rtl}
.service-detail.reverse > *{direction:ltr}
.service-image{border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1)}
.service-image img{width:100%;height:auto;display:block;object-fit:cover;min-height:300px}
.service-content h3{font-family:'DM Sans',sans-serif;font-size:1.4rem;color:#000123;margin:0 0 .5rem;font-weight:200;padding-bottom:1.2rem;position:relative}
.service-content h3::before{content:'';position:absolute;bottom:0;left:0;width:60px;height:2px;background:#ebb252}
.service-content h4{font-family:'Montserrat',sans-serif;font-size:1.1rem;color:#000000;margin:1.4rem 0 1rem;font-weight:700}
.service-content p{font-family:'Montserrat',sans-serif;font-size:.95rem;color:#545454;line-height:1.7;margin:0.3rem auto}
.service-content .service-label{color:#ebb252;font-weight:700;margin-bottom:.5rem;margin-top:1.5rem}
.service-content ul{list-style:none;padding:0;margin:0}
.service-content ul li{font-family:'Montserrat',sans-serif;font-size:.9rem;color:#545454;line-height:1.4;padding-left:1.2rem;position:relative;}
.service-content ul li:before{content:'•';position:absolute;left:0;color:#545454;font-weight:700}

/* Solutions CTA */
.solutions-cta{background:#fff;padding:3rem 0 5rem;text-align:center}
.btn-cta{display:inline-block;background:#000123;color:#fff;padding:1rem 3rem;border-radius:2rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-weight:700;font-size:1rem;transition:all .3s;border:2px solid #000123}
.btn-cta:hover{background:#fff;color:#000123;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,1,35,.2)}

/* Botão Saiba mais / Fale conosco - igual ao home */
.link-saiba-mais{font-family:'Montserrat',sans-serif;text-decoration:none;font-weight:500;font-size:1.05rem;display:inline-flex;align-items:center;gap:1rem;transition:transform .25s ease, box-shadow .25s ease;color:#1e2d49;background:#85b0df;padding:.75rem 1.4rem .75rem 1.75rem;border-radius:999px;box-shadow:0 6px 14px rgba(38,72,122,.18)}
.link-saiba-mais .arrow{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#334a76;color:#fff;padding:.45rem}
.link-saiba-mais:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(38,72,122,.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}
.footer-social svg{display:block}

/* Responsivo */
@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}
  .service-detail{grid-template-columns:1fr;gap:1.5rem}
  .service-detail.reverse{direction:ltr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-right nav{align-items:flex-start}
  .footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}
  .solutions-hero{padding:7rem 0 4rem}
  .solutions-intro{padding:3rem 0}
  .solutions-intro p{text-align:left}
  .service-detail{margin-bottom:3rem;padding:1rem 0}
}
