*{box-sizing:border-box}
:root{--bg:#fbfbfc;--muted:#6b7280;--accent:#6ea8ff;--accent-2:#c9a8ff;--card:#ffffff}
/* default logo colors (override if you have exact hexes) */
:root{--logo1:#7b4b2a; /* coffee/analyses fallback */
	--logo2:#0b6fbf; /* oficina/engineering fallback */
}
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; line-height:1.5; margin:0; color:#0b1220;
	background-color:var(--bg);
	background-image: radial-gradient(rgba(12,18,26,0.02) 1px, transparent 1px), linear-gradient(180deg,#fbfbfc 0%,#ffffff 100%);
	background-size:18px 18px, auto;
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
.container{max-width:1100px; margin:0 auto; padding:28px}
.site-header{background:transparent; color:#0b1220}
.header-inner{display:flex; justify-content:space-between; align-items:center; padding:12px 0}
.logo{text-decoration:none; display:inline-block; max-width:225px; height:auto}
.logo img{width:100%; height:auto; display:block}
.main-nav a{color:#0b1220; margin-left:18px; text-decoration:none; opacity:0.92}
.nav-toggle{display:none; background:transparent; border:0; font-size:20px}
.hero{padding:28px; text-align:left; border-radius:12px; background:linear-gradient(180deg,var(--card),#fbfbfd); box-shadow:0 8px 30px rgba(17,24,39,0.04); margin-top:18px; position:relative; overflow:hidden}
.hero-large{padding:48px 28px}
.hero::after{content:""; position:absolute; inset:0; pointer-events:none;
	background-image: radial-gradient(rgba(12,18,26,0.01) 1px, transparent 1px);
	background-size:120px 120px; opacity:0.45}
.hero-grid{display:grid; grid-template-columns:1fr 420px; gap:24px; align-items:center}
.hero-content h1{font-size:3rem; margin:0 0 12px 0; color:#071024}
.tagline{color:var(--muted); font-size:1.05rem; max-width:620px}
.hero-cta{margin-top:20px}
.btn-primary{display:inline-block; background:linear-gradient(90deg,var(--accent),var(--accent-2)); color:white; padding:12px 18px; border-radius:10px; text-decoration:none; font-weight:600; box-shadow:0 8px 20px rgba(110,168,255,0.18); margin-right:12px}
.btn-ghost{display:inline-block; background:transparent; color:#374151; padding:10px 14px; border-radius:10px; text-decoration:none; border:1px solid rgba(15,20,30,0.06)}
.hero-illustration img{width:100%; height:auto; display:block; border-radius:12px}
.profiles-row{display:flex; gap:20px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; margin-top:18px}
.profile{flex:1 1 45%; min-width:260px}
.profile-inner{display:flex; align-items:center; gap:18px}
.profile-logo{width:92px; height:92px; object-fit:contain; border-radius:10px; background:linear-gradient(180deg,#fff,#f7f7f7); padding:8px; box-shadow:0 6px 18px rgba(12,18,26,0.06)}
.profile-text{flex:1}
.profile-text p{color:#444}
.profile-text ul{margin:8px 0 0 18px}
.site-footer{background:#0f1113; color:#ddd; padding:16px 0; margin-top:24px; border-top:1px solid rgba(255,255,255,0.02)}
.site-footer p{margin:4px 0}

.contact{padding:10px 12px; margin:10px 0; font-size:0.95rem; border-radius:8px; background:transparent}
.contact p{margin:6px 0; color:#222}
.contact a{color:var(--accent-2); text-decoration:none}
@media (max-width:980px){
	.hero-grid{grid-template-columns:1fr}
	.hero-content h1{font-size:2.2rem}
}
@media (max-width:600px){
	.header-inner{flex-direction:column; gap:8px}
	.main-nav a{margin-left:8px}
	.nav-toggle{display:block}
}

/* Split layout */
.split{display:flex; gap:0; margin-top:20px; flex-wrap:wrap; position:relative; left:50%; right:50%; margin-left:-50vw; margin-right:-50vw; width:100vw}
.split-panel{flex:1 1 50%; min-height:620px; position:relative; background-size:cover; background-position:center; display:flex; align-items:stretch}
.panel-watermark{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.06; transform:scale(1.05); filter:grayscale(10%);} 
.split-overlay{position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.22)); mix-blend-mode:multiply; z-index:1}
.split-inner{position:relative; padding:48px; color:var(--card); display:flex; flex-direction:column; gap:14px; justify-content:center; max-width:680px; z-index:2}
.split-left .split-inner{align-items:flex-start}
.split-right .split-inner{align-items:flex-start}
.split .profile-logo{width:88px; height:auto; background:transparent; padding:0; box-shadow:none}
.split-panel .profile-logo{position:absolute; top:18px; right:20px; width:120px; height:auto; z-index:3; background:transparent; padding:0; border-radius:0; box-shadow:none; backdrop-filter:none; -webkit-backdrop-filter:none}
@media (max-width:900px){.split-panel .profile-logo{position:relative; top:auto; right:auto; width:96px; margin-bottom:6px; box-shadow:none; background:transparent; backdrop-filter:none; -webkit-backdrop-filter:none}}
.split h2{color:#fff; font-size:1.8rem; margin:6px 0}
.split p{color:rgba(255,255,255,0.92); max-width:560px; font-weight:300; line-height:1.65; opacity:0.96}
.split ul{color:rgba(255,255,255,0.9); margin-top:8px; margin-bottom:0; font-weight:300; line-height:1.6}
.split ul li{margin-bottom:6px}

/* Service text block inside panels to improve readability */
.service-block{background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)); padding:18px; border-radius:10px; max-width:640px; border:1px solid rgba(255,255,255,0.04); backdrop-filter: blur(6px) saturate(110%); -webkit-backdrop-filter: blur(6px) saturate(110%)}
.service-block p{margin:0 0 8px; font-weight:300; line-height:1.6}
.service-block ul{margin:0; padding-left:18px}

.btn-panel{display:inline-block; margin-top:18px; text-decoration:none; padding:12px 16px; border-radius:10px; font-weight:700}
.btn-panel-left{background:linear-gradient(90deg,var(--logo1), color-mix(in srgb, var(--logo1) 60%, black)); color:#fff}
.btn-panel-right{background:linear-gradient(90deg,var(--logo2), color-mix(in srgb, var(--logo2) 60%, black)); color:#fff}

@media (max-width:900px){
  .split{position:static; left:auto; right:auto; margin-left:0; margin-right:0; width:auto; flex-direction:column}
  .split-panel{min-height:420px}
  .split-inner{padding:22px}
}

/* Services section */
.section-title{font-size:1.6rem; margin:12px 0 6px}
.section-sub{color:var(--muted); margin-bottom:18px}
.services{padding:28px 0}
.services-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.service-card{background:var(--card); padding:18px; border-radius:12px; box-shadow:0 8px 28px rgba(13,18,26,0.06); transition:transform .32s cubic-bezier(.2,.9,.2,1), box-shadow .18s ease, opacity .4s ease; opacity:0; transform:translateY(18px)}
.service-card:hover{transform:translateY(-8px); box-shadow:0 20px 50px rgba(13,18,26,0.09)}
.service-badge{width:56px; height:56px; border-radius:12px; margin-bottom:12px; box-shadow:0 6px 20px rgba(12,18,26,0.06)}
.service-card h3{margin:6px 0 6px}
.service-card p{color:#4b5563; margin:0}

@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.services-grid{grid-template-columns:1fr}}

/* animate in when visible */
.in-view{opacity:1; transform:none}

/* small helper for buttons in services */
.service-action{margin-top:12px; display:inline-block; text-decoration:none; color:var(--accent); font-weight:600}
.logo-wrap{display:flex; flex-direction:column; gap:6px; align-items:flex-start}
.logo-desc{margin:0; color:#222; font-size:0.88rem; line-height:1.4; max-width:420px; opacity:0.95; font-weight:300}

/* responsive: centraliza no mobile */
@media (max-width:600px){
  .logo-wrap{align-items:center; text-align:center}
  .logo-desc{max-width:100%; font-size:0.95rem}
}