:root{
  --bg:#0b1020;
  --panel:#111a33;
  --text:#e8ecff;
  --muted:#b7c0e6;
  --brand:#63e6be;
  --brand2:#74c0fc;
  --border:rgba(255,255,255,.08);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(116,192,252,.18), transparent 60%),
    radial-gradient(900px 500px at 80% 10%, rgba(99,230,190,.16), transparent 55%),
    var(--bg);
  color:var(--text);
}
a{color:inherit}
.container{max-width:1200px;margin:0 auto;padding:24px}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 0 10px;
  flex-wrap:wrap;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.brand-logo{
  width:108px;
  height:108px;
  border-radius:50%;
  display:block;
  object-fit:cover;
  box-shadow: 0 12px 35px rgba(99,230,190,.18);
}
.brand-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.brand-name{
  font-weight:800;
  letter-spacing:.2px;
  font-size:1.15rem;
  max-width: 220px;
  line-height: 1.05;
}
.brand-region{
  font-size:.92rem;
  font-weight:700;
  color:#d9e2ff;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
  flex-wrap:wrap;
}
.login-link{
  padding:8px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  text-decoration:none;
  color:var(--text);
  background: rgba(255,255,255,.04);
}
.lang{
  display:flex;
  gap:8px;
  align-items:center;
}
.lang a{
  padding:6px 10px;
  border:1px solid var(--border);
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:800;
  min-width:44px;
  text-align:center;
  box-shadow: 0 10px 20px rgba(0,0,0,.16);
  text-shadow: 0 0 2px rgba(0,0,0,.95), 0 0 6px rgba(0,0,0,.65);
  -webkit-text-stroke: 0.5px rgba(0,0,0,.9);
}
.lang a.active{
  outline:2px solid rgba(255,255,255,.22);
  outline-offset:2px;
}
.lang a[data-lang="pt"]{
  background: linear-gradient(90deg, #006600 0 35%, #ffcc00 35% 40%, #ff0000 40% 100%);
}
.lang a[data-lang="fr"]{
  background: linear-gradient(90deg, #0055a4 0 33.33%, #ffffff 33.33% 66.66%, #ef4135 66.66% 100%);
}
.lang a[data-lang="en"]{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Crect width='60' height='40' fill='%23012169'/%3E%3Cpath d='M0 0l60 40M60 0L0 40' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M0 0l60 40M60 0L0 40' stroke='%23c8102e' stroke-width='6'/%3E%3Cpath d='M30 0v40M0 20h60' stroke='%23fff' stroke-width='12'/%3E%3Cpath d='M30 0v40M0 20h60' stroke='%23c8102e' stroke-width='6'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  position:relative;
  color:#f8fbff;
  text-shadow: 0 1px 2px rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.7);
  -webkit-text-stroke: 1px rgba(0,0,0,.95);
}
.page-shell{
  display:grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap:16px;
  align-items:start;
}
.sidebar{
  position:sticky;
  top:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.sidebar-card{
  border:1px solid var(--border);
  background: rgba(17,26,51,.62);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
}
.side-nav{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.side-nav a{
  text-decoration:none;
  color:var(--text);
  padding:9px 14px;
  border-radius:14px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.16);
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  font-weight:800;
  letter-spacing:.02em;
  font-size:1.08rem;
  box-shadow: 0 16px 30px rgba(0,0,0,.24);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.side-nav a:hover{
  border-color: rgba(99,230,190,.28);
  background: rgba(99,230,190,.10);
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0,0,0,.26);
}
.sidebar-contacts{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-top:2px;
}
.sidebar-contact{
  text-decoration:none;
  color:var(--text);
  padding:0;
  border:0;
  background: transparent;
  min-height:0;
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:500;
  letter-spacing:.01em;
  font-size:.84rem;
  box-shadow:none;
  transition: color .16s ease;
}
.sidebar-contact:hover{
  color:#ffffff;
}
.contact-icon{
  width:34px;
  height:34px;
  flex:none;
  border-radius:10px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:.92rem;
  font-weight:900;
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}
.contact-value{
  font-size:.84rem;
  word-break:break-word;
  line-height:1.2;
}
.contact-phone .contact-icon{
  background: linear-gradient(135deg, #34c759, #1f9b46);
}
.contact-whatsapp .contact-icon{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%2325D366' d='M32 4C17.6 4 6 15.2 6 29c0 5 1.6 9.8 4.5 13.8L8 60l17.4-2.4c2.6 1.4 5.5 2.2 8.6 2.2 14.4 0 26-11.2 26-25S46.4 4 32 4z'/%3E%3Cpath fill='%23ffffff' d='M20.5 16.8c-.9 0-1.6.3-2.3.8-1.1.8-3 2.9-3 7 0 4.1 2.1 8 3.5 10.7 1.4 2.7 5 9.2 12.2 12.8 2.2 1.1 4.2 1.8 5.7 2.3 2.4.7 4.5.6 6.2.3 1.9-.3 5.8-2.4 6.6-4.7.8-2.3.8-4.3.6-4.7-.2-.4-.8-.6-1.6-1l-4.8-2.2c-.6-.3-1.2-.2-1.7.3l-1.8 2.2c-.4.5-.9.5-1.5.3-.6-.2-2.3-.8-4.4-2.5-1.7-1.4-2.8-3-3.1-3.6-.3-.6 0-1 .2-1.3l1.4-1.6c.4-.5.5-1.1.3-1.7l-2-5c-.2-.6-.8-1-1.4-1.1l-5.2-.1c-.7 0-1.1.2-1.5.6l-2.1 2.4c-.6.7-1.4.6-2.1.2-1.9-1-4-2.6-5.4-4.9-1.4-2.2-1.4-3.1-.2-4.5l1.5-1.7c.4-.5.5-1 .3-1.6l-2-4.7c-.2-.6-.8-1-1.4-1.1l-2.8-.1z'/%3E%3C/svg%3E") center/26px 26px no-repeat,
    linear-gradient(135deg, #2bd66f, #1ea851);
}
.contact-email .contact-icon{
  background: linear-gradient(135deg, #ffb347, #ff6b35);
}
.nav-icon{
  width:42px;
  height:42px;
  flex:none;
  background-repeat:no-repeat;
  background-position:center;
  background-size:26px 26px;
  opacity:.98;
  background-color: #f7f9ff;
  border:2px solid #ff5c5c;
  border-radius:12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.nav-icon-services{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='10' y='14' width='44' height='28' rx='3' fill='%235e9fff'/%3E%3Crect x='14' y='18' width='36' height='20' rx='2' fill='%23cfe4ff'/%3E%3Crect x='24' y='42' width='16' height='4' rx='2' fill='%23747f94'/%3E%3Crect x='18' y='46' width='28' height='4' rx='2' fill='%2397a3b7'/%3E%3Crect x='29' y='20' width='6' height='4' rx='1' fill='%2383aafc'/%3E%3C/svg%3E");}
.nav-icon-software{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='14' y='12' width='36' height='40' rx='5' fill='%2367d0ff'/%3E%3Crect x='20' y='18' width='24' height='28' rx='2' fill='%23ffffff'/%3E%3Cpath d='M25 25h14M25 31h14M25 37h10' stroke='%235e6b7f' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='32' cy='50' r='3' fill='%235e6b7f'/%3E%3C/svg%3E");}
.nav-icon-hardware{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 18h36v20H14z' fill='%23a4d6ff'/%3E%3Crect x='10' y='16' width='44' height='8' rx='2' fill='%235d748f'/%3E%3Crect x='18' y='22' width='12' height='10' rx='2' fill='%23ffffff'/%3E%3Cpath d='M20 22l5 5 5-5' stroke='%235d748f' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='24' y='40' width='16' height='8' rx='2' fill='%2390a3b8'/%3E%3C/svg%3E");}
.nav-icon-webpages{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='10' y='14' width='44' height='34' rx='5' fill='%23ffffff'/%3E%3Crect x='14' y='18' width='36' height='6' rx='2' fill='%235e9fff'/%3E%3Crect x='14' y='28' width='14' height='12' rx='2' fill='%23d9e8ff'/%3E%3Crect x='30' y='28' width='20' height='4' rx='2' fill='%2397a3b7'/%3E%3Crect x='30' y='35' width='16' height='4' rx='2' fill='%2397a3b7'/%3E%3Crect x='10' y='48' width='44' height='4' rx='2' fill='%235e748f'/%3E%3C/svg%3E");}
.nav-icon-support{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='22' r='12' fill='%2367d0ff'/%3E%3Cpath d='M20 38c3-6 8-9 12-9s9 3 12 9' fill='%23ffffff'/%3E%3Crect x='14' y='40' width='36' height='10' rx='5' fill='%235d748f'/%3E%3C/svg%3E");}
.nav-icon-news{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='14' y='10' width='36' height='44' rx='4' fill='%23ffffff'/%3E%3Cpath d='M20 22h24M20 30h24M20 38h18' stroke='%235d748f' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='46' cy='18' r='5' fill='%23ff7a59'/%3E%3C/svg%3E");}
.nav-icon-utilities{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='12' y='12' width='40' height='40' rx='6' fill='%2367d0ff'/%3E%3Cpath d='M22 24h20M22 32h20M22 40h12' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='44' cy='22' r='4' fill='%23ffdd57'/%3E%3C/svg%3E");}
.nav-icon-contact{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 18h40v24H12z' fill='%23ffffff'/%3E%3Cpath d='M12 18l20 16 20-16' fill='none' stroke='%235e9fff' stroke-width='4' stroke-linejoin='round' stroke-linecap='round'/%3E%3Crect x='16' y='22' width='32' height='4' rx='2' fill='%23d9e8ff'/%3E%3C/svg%3E");}
.nav-icon-legal{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%235e9fff' d='M18 10h20l8 8v36H18z'/%3E%3Cpath fill='%23ffffff' d='M38 10v8h8z'/%3E%3Cpath fill='%23ffffff' d='M24 28h16v4H24zm0 10h16v4H24zm0 10h10v4H24z'/%3E%3C/svg%3E");}
.page-content{
  min-width:0;
}
.hero{
  margin-top:18px;
  border:1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-radius:18px;
  padding:28px;
  text-align:center;
}
.status-banner{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:20px 22px;
  border-radius:22px;
  background: linear-gradient(135deg, rgba(255, 196, 0, .14), rgba(255,255,255,.05));
  border:1px solid rgba(255, 196, 0, .25);
  color:#fff1b3;
  font-size:clamp(1.3rem, 1.6vw + 0.95rem, 2.15rem);
  line-height:1.5;
  font-family: Georgia, "Times New Roman", serif;
  font-weight:700;
  margin-bottom:16px;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}
.status-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  text-align:center;
}
.status-line + .status-line{
  margin-top:8px;
}
.status-alert{
  width:24px;
  height:24px;
  flex:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ff3b30' d='M32 6 2 58h60L32 6z'/%3E%3Cpath fill='%23ffffff' d='M29 23h6v15h-6zM29 42h6v6h-6z'/%3E%3C/svg%3E") center/contain no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.2));
}
.hero-title{
  margin:0 0 10px 0;
  font-size:clamp(2.1rem, 3.1vw + 1rem, 3.5rem);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.02em;
}
.hero-subtitle{
  margin:0 auto;
  color:#d9e2ff;
  font-size:clamp(1.02rem, .8vw + .9rem, 1.22rem);
  line-height:1.7;
  max-width:66ch;
  font-weight:600;
}
.maintenance-note{
  margin-top:16px;
  padding:20px 22px;
  border-radius:18px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:var(--muted);
  line-height:1.7;
  font-size:1.02rem;
  text-align:center;
}
.maintenance-note p{margin:0 0 10px}
.maintenance-note p:last-child{margin-bottom:0}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero .cta-row{justify-content:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:12px;
  text-decoration:none;
  border:1px solid var(--border);
}
.btn.primary{
  border-color: rgba(99,230,190,.35);
  background: linear-gradient(135deg, rgba(99,230,190,.18), rgba(116,192,252,.12));
}
.grid{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:14px;
}
.card{
  grid-column: span 6;
  border:1px solid var(--border);
  background: rgba(17,26,51,.55);
  border-radius:16px;
  padding:18px;
}
.card h2{margin:0 0 10px 0;font-size:18px}
.card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}
.footer{
  margin-top:26px;
  color:var(--muted);
  font-size:13px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  border-top:1px solid var(--border);
  padding-top:16px;
}
.side-nav-button{
  text-decoration:none;
  color:var(--text);
  padding:9px 14px;
  border-radius:14px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.16);
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  font-weight:800;
  letter-spacing:.02em;
  font-size:1.08rem;
  box-shadow: 0 16px 30px rgba(0,0,0,.24);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
  cursor:pointer;
  width:100%;
  appearance:none;
}
.side-nav-button:hover{
  border-color: rgba(99,230,190,.28);
  background: rgba(99,230,190,.10);
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0,0,0,.26);
}
.legal-overlay{
  position:fixed;
  inset:0;
  background: rgba(4, 8, 18, .55);
  backdrop-filter: blur(2px);
  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease;
  z-index:40;
}
.legal-drawer{
  position:fixed;
  top:0;
  right:0;
  width:min(520px, 92vw);
  height:100vh;
  background: linear-gradient(180deg, rgba(17,26,51,.98), rgba(9,14,28,.98));
  border-left:1px solid var(--border);
  box-shadow: -20px 0 50px rgba(0,0,0,.38);
  transform: translateX(100%);
  transition: transform .22s ease;
  z-index:50;
  display:flex;
  flex-direction:column;
}
.legal-drawer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 20px 14px;
  border-bottom:1px solid var(--border);
}
.legal-kicker{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  color:var(--muted);
  margin-bottom:6px;
}
.legal-drawer-head h2{
  margin:0;
  font-size:24px;
}
.legal-close{
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  color:var(--text);
  width:40px;
  height:40px;
  border-radius:12px;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.legal-drawer-body{
  padding:20px;
  overflow:auto;
}
.legal-section{
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius:16px;
  padding:16px;
  margin-bottom:14px;
}
.legal-section h3{
  margin:0 0 10px;
  font-size:18px;
}
.legal-section ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.65;
}
body.legal-open .legal-overlay{
  opacity:1;
  pointer-events:auto;
}
body.legal-open .legal-drawer{
  transform: translateX(0);
}
@media (max-width: 900px){
  .page-shell{grid-template-columns: 1fr}
  .sidebar{position:static}
  .card{grid-column: span 12}
  .hero-title{font-size:28px}
  .nav{align-items:flex-start}
  .nav-actions{margin-left:0}
  .brand-logo{
    width:72px;
    height:72px;
  }
  .brand-region{
    font-size:.82rem;
  }
  .side-nav a{
    min-height:52px;
    font-size:1rem;
  }
  .nav-icon{
    width:36px;
    height:36px;
    background-size:22px 22px;
  }
  .legal-drawer{
    width:100vw;
  }
}
