
/* ================================================== */
/* HEADER */
/* ================================================== */

/* ================================================== */
/* MENU */
/* ================================================== */

/* ================================================== */
/* HERO */
/* ================================================== */

/* ================================================== */
/* SERVIÇOS */
/* ================================================== */

/* ================================================== */
/* RODAPÉ */
/* ================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.topbar{min-height:80px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:10px 0;}
.logo-link { display: flex; align-items: center; gap: 12px; color: inherit; }
.logo-link img{width:50px; height:50px; object-fit:contain;}
.logo-text strong { display: block; font-size: 1.2rem; letter-spacing: 1px; }
.logo-text p { font-size: 0.75rem; color: var(--text-gray); }

@media (max-width: 768px){
      .topbar { flex-direction: column; padding: 20px 0; text-align: center; }
      .logo-link { flex-direction: column; gap: 5px; }
      .hero-copy { text-align: center; }
      .actions { justify-content: center; }
    }

:root{
  --bg: #000000;
  --panel: #080808;
  --panel-2: #101010;
  --text: #ffffff;
  --muted: #cfcfcf;
  --line: #49f332;
  --green: #22ff66;
  --red: #ff2e2e;
  --shadow: 0 20px 40px rgba(0,0,0,.45);
}

body{
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

.container{
  width: min(1140px, 92%);
  margin: 0 auto;
}

.hero{
  padding: 56px 0 28px;
}

.tag{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(50, 243, 66, 0.35);
  border-radius: 999px;
  color: #5ef85e;
  background: rgba(243,197,50,.08);
  font-size: .92rem;
}

.hero h1{
  max-width: 920px;
  margin: 0 auto 14px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
}

.subtitulo{
  max-width: 820px;
  margin: 0 auto;
  color: #d6d6d6;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
}

.fluxo-monitoramento{
  padding: 24px 0 80px;
}

.linha-tempo{
  position: relative;
  display: grid;
  gap: 34px;
}

.etapa{
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
}

.etapa::before{
  content: "";
  position: absolute;
  left: 36px;
  top: 64px;
  bottom: -34px;
  width: 4px;
  background: linear-gradient(to bottom, #62f64f, #4fcd14);
  border-radius: 4px;
}

.etapa.sem-linha::before{
  display: none;
}

.marcador{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.marcador span{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--line);
  color: #161616;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 0 0 8px rgba(243,197,50,.1);
}

.conteudo-etapa{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 32px;
  min-height: 280px;
}

.texto h2{
  font-size: clamp(1.5rem, 2.7vw, 2.3rem);
  line-height: 1.18;
  margin-bottom: 16px;
}

.texto p{
  color: var(--muted);
  font-size: 1rem;
  max-width: 620px;
  margin-bottom: 12px;
}

.card-visual{
  position: relative;
  min-height: 290px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(60,60,60,.18), transparent 30%),
    linear-gradient(180deg, #111 0%, #050505 100%);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: var(--shadow);
}

.camera-3d{
  width: 150px;
  height: 90px;
  border-radius: 18px 18px 26px 26px;
  background: linear-gradient(145deg, #fcfcfc, #cbcbcb 65%, #777);
  position: relative;
  transform: rotate(-12deg);
  box-shadow: 0 16px 26px rgba(0,0,0,.35);
}

.camera-3d::before{
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  right: -18px;
  top: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #171717 0%, #050505 48%, #444 76%, #1c1c1c 100%);
  border: 5px solid #2b2b2b;
}

.camera-3d::after{
  content: "";
  position: absolute;
  width: 68px;
  height: 14px;
  left: -26px;
  top: 14px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ddd, #8f8f8f);
}

.led{
  position: absolute;
  right: -2px;
  top: 31px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff3535;
  box-shadow: 0 0 18px rgba(255,53,53,.9);
  z-index: 2;
}

.visor-cctv{
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at center, rgba(255,255,255,.05), rgba(0,0,0,.45) 70%),
    linear-gradient(180deg, #3f3f3f 0%, #0f0f0f 100%);
}

.visor-cctv::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 100% 6px, 6px 100%;
  opacity: .22;
}

.suspeito{
  position: absolute;
  left: 42%;
  bottom: 22px;
  width: 52px;
  height: 138px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #b0b0b0 0%, #4c4c4c 100%);
  border-radius: 24px 24px 12px 12px;
  filter: grayscale(1);
}

.suspeito::before{
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 4px;
  top: -24px;
  background: #9e9e9e;
  border-radius: 50%;
}

.hud{
  position: absolute;
  right: 20px;
  top: 42px;
  display: grid;
  gap: 6px;
  color: #ddffdd;
  text-shadow: 0 0 10px rgba(34,255,102,.3);
  font-size: .85rem;
}

.mesa{
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 18px;
  height: 26px;
  background: linear-gradient(180deg, #434343, #1c1c1c);
  border-radius: 12px;
}

.operador{
  position: absolute;
  bottom: 34px;
  width: 42px;
  height: 88px;
  background: linear-gradient(180deg, #232323, #0f0f0f);
  border-radius: 24px 24px 12px 12px;
}

.operador::before{
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: -18px;
  left: 4px;
  background: #383838;
  border-radius: 50%;
}

.operador-1{ left: 26%; }
.operador-2{ right: 24%; }

.alerta-sonoro{
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)),
    linear-gradient(180deg, #151515 0%, #090909 100%);
}

.rua{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255,255,255,.08) 49%, rgba(255,255,255,.08) 51%, transparent 52%),
    linear-gradient(180deg, #191919 0%, #050505 100%);
  filter: grayscale(1);
}

.rua::before,
.rua::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18%;
  background: linear-gradient(180deg, #2b2b2b, #111);
  opacity: .55;
}

@media (max-width: 900px){
  .conteudo-etapa{
    grid-template-columns: 1fr;
  }

  .visual{
    order: 2;
  }

  .texto{
    order: 1;
  }
}

@media (max-width: 640px){
  .hero{
    padding-top: 40px;
  }

  .etapa{
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .etapa::before{
    left: 25px;
    top: 54px;
  }

  .marcador span{
    width: 36px;
    height: 36px;
    font-size: .95rem;
  }

  .texto h2{
    font-size: 1.5rem;
  }

  .camera-detect{
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }

  .camera-3d{
    width: 122px;
    height: 74px;
  }

  .visor-cctv{
    width: 220px;
    height: 220px;
  }

  .grid-monitores{
    grid-template-columns: repeat(3, 1fr);
  }
}

footer {
  padding: 40px 0 20px;
  text-align: center;
  color: #999;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #000;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-col h4 {
  color: #8cff2f;
  margin-bottom: 15px;
  font-size: 1rem;
}

.footer-col p, .footer-col li {
  color: #d7d7d7;
  margin-bottom: 8px;
}

.footer-col a {
  color: #d7d7d7;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #8cff2f;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #666;
}

.icon-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.icon {
  font-size: 1.2rem;
}

/* ================================================== */
/* CSS CENTRALIZADO EXTRAÍDO DOS HTMLS */
/* ================================================== */

.inline-style-1 { background-image:url('img/173159-300-300.png'); }

.inline-style-2 { background-image:url('img/rastreio.png'); }

.inline-style-3 { background-image:url('img/automação.png'); }

.inline-style-4 { background-image:url('img/computador.png'); }

.inline-style-5 { background-image:url('img/pcs.png'); }

.inline-style-6 { background-image:url('img/cerca.png'); }

.inline-style-7 { background-image:url('img/foto_instalacao_alarme-anm-24-net_dsj.png'); }

.inline-style-8 { background-image:url('img/foto_instalacao_automatizador-portao_ac.png'); }

.inline-style-9 { background-image:url('img/redes.png'); }

.inline-style-10 { background-image:url('img/moni.png'); }

/* ===== EXTRAÍDO DE index.html ===== */

    :root {
      --primary: #8cff2f;
      --primary-dark: #5cff1a;
      --bg-black: #1b2018;
      --bg-soft: #141612;
      --card-bg: #000000;
      --card-bg-2: #141414;
      --text-gray: #bdbdbd;
      --border: rgba(255,255,255,0.08);
      --shadow: 0 14px 35px rgba(255, 252, 252, 0.35);
    }

    * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Arial, sans-serif; }
    html { scroll-behavior: smooth; }
    body { background: var(--bg-black); color: #fff; line-height: 1.6; overflow-x: hidden; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container { width: min(92%, 1200px); margin: 0 auto; }
    section { padding: 72px 0; }

    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(0,0,0,0.95);
      border-bottom: 1px solid rgba(140,255,47,0.2);
      backdrop-filter: blur(10px);
    }

    .nav {
      min-height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      gap: 20px;
    }

    .logo { display: flex; align-items: center; gap: 12px; }
    .logo img { width: 55px; height: 55px; object-fit: contain; }
    .logo-text h2 { font-size: 1.2rem; color: var(--primary); margin: 0; }
    .logo-text p { font-size: 0.8rem; color: var(--text-gray); margin: 0; }

    nav { display: flex; gap: 20px; flex-wrap: wrap; }
    nav a { color: #fff; font-weight: 500; transition: color .3s ease; }
    nav a:hover { color: var(--primary); }

    .hero {
      position: relative;
      min-height: 90vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 60px 0;
    }

    .hero-background-slider { position: absolute; inset: 0; z-index: 0; }
    .hero-bg-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      background-size: cover;
      background-position: center;
      transition: opacity 1.5s ease;
    }
   
  
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(5,5,5,0.35) 20%, rgba(5,5,5,0.05) 100%);
      z-index: 1;
    }

    .hero-texto { position: relative; z-index: 2; max-width: 700px; text-align: left; }
    .hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.1; margin-bottom: 20px; }
    .hero .sub-headline {
      color: var(--text-gray);
      font-size: 1.2rem;
      margin-bottom: 30px;
      display: block;
    }

    .btn {
      display: inline-block;
      padding: 16px 32px;
      border-radius: 12px;
      font-weight: bold;
      transition: .3s ease;
      border: none;
      cursor: pointer;
    }
    .btn-primary { background: var(--primary); color: #000; }
    .btn-primary:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(140,255,47,0.4); }
    .btn-secondary { background: var(--primary); color: #000; }
    .btn-secondary:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(140,255,47,0.4); }
    
    .botoes-servicos{
     display:flex;
     gap:12px; /* espaço entre os botões */
     flex-wrap:wrap;}
    #servicos { background: var(--bg-soft); }
    .section-title { font-size: 2.4rem; color: var(--primary); margin-bottom: 10px; }
    .section-subtitle { color: var(--text-gray); margin-bottom: 40px; }

    .services-carousel { position: relative; padding: 20px 0; }
    .services-viewport { overflow: hidden; border-radius: 20px; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
    .services-track { display: flex; gap: 20px; transition: transform 0.5s ease-out; }
    .service-slide { min-width: calc(33.333% - 14px); flex-shrink: 0; }

    .service-card {
      background: linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
      border-radius: 20px;
      height: 480px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.05);
      transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
      color: #fff;
    }
    .service-card:hover {
      border-color: var(--primary);
      transform: translateY(-10px);
      box-shadow: var(--shadow);
    }

    .service-img-bg {
      position: absolute;
      inset: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      filter: brightness(0.5);
      transition: 0.5s;
      background-color: rgba(0, 0, 0, 0.25);
    }
    .service-card:hover .service-img-bg { filter: brightness(0.7); transform: scale(1.02); }

    .service-content {
      position: absolute;
      bottom: 0;
      padding: 30px;
      background: linear-gradient(transparent, rgba(0,0,0,0.92));
      width: 100%;
    }
    .service-content h3 { margin-bottom: 8px; }
    .service-content p { color: #e0e0e0; }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--primary);
      border: none;
      color: #000;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 10;
      transition: 0.3s;
    }
    .carousel-btn:hover { box-shadow: 0 0 20px rgba(140,255,47,0.35); }
    #servicesPrev { left: -25px; }
    #servicesNext { right: -25px; }

    .sobre { background: #0a0a0a; }
    .sobre-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: center;
    }
    
    
    .sobre-box p { color: #c8c8c8; margin-bottom: 14px; }
    .sobre-box ul { padding-left: 18px; color: #c8c8c8; }
    .sobre-box li { margin-bottom: 10px; }
    .sobre-video {
      background: #000000;
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 16px;
      box-shadow: var(--shadow);
    }
    .sobre-video video {
      width: 100%;
      max-height: 420px;
      object-fit: cover;
      border-radius: 16px;
      opacity: 0.92;
    }

    .institutional-image-wrap {
      padding: 20px 0 10px;
      background: #050505;
    }
    .institutional-image {
      width: min(100%, 1000px);
      margin: 0 auto;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: var(--shadow);
    }
    .institutional-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .institucional {
      padding-top: 40px;
      background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
    }
    .institucional-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .inst-card {
      background: var(--card-bg-2);
      border: 1px solid var(--border);
      border-radius: 22px;
      padding: 28px;
      box-shadow: var(--shadow);
      height: 100%;
    }
    .inst-card h3 {
      color: var(--primary);
      font-size: 1.2rem;
      margin-bottom: 14px;
    }
    .institucional#contato .inst-card {
      text-align: center;
    }
    .institucional#contato .inst-card p {
      margin-bottom: 12px;
    }
    .institucional#sobre .inst-card {
      text-align: center;
    }
    .institucional#sobre .inst-card p {
      margin-bottom: 12px;
    }
    .inst-card p, .inst-card li, .inst-card a, .footer-col p, .footer-col a {
      color: #d7d7d7;
    }
    .inst-card ul, .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .inst-card li, .footer-col li { margin-bottom: 12px; }
    .inst-card a:hover, .footer-col a:hover { color: var(--primary); }
    .icon-line {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .icon {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.12);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      margin-top: 2px;
    }

    footer {
      background: #000;
      border-top: 1px solid var(--border);
      padding: 34px 0 22px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      text-align: left;
      margin-bottom: 20px;
    }
    .footer-col h4 {
      color: #fff;
      margin-bottom: 14px;
      font-size: 1rem;
    }
    .footer-bottom {
      text-align: center;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.06);
      color: #7f7f7f;
      font-size: 0.92rem;
    }

    .whatsapp-float {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 60px;
      height: 60px;
      background-color: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
      z-index: 9999;
      animation: pulse 2s infinite;
    }
    .hero {
   position: relative;
   min-height: 90vh;
   display: flex;
   align-items: center;
   overflow: hidden;
 }

.hero-video {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 120%;
   height: 120%;
   object-fit: cover;
   transform: translate(-50%, -50%);
   z-index: 0;
   filter: brightness(0.45);
 }

.hero-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(
       to right,
       rgba(5,5,5,0.5),
       rgba(5,5,5,0.05)
   );
   z-index: 1;
 }

.hero-texto {
   position: relative;
   z-index: 2;
   max-width: 700px;
   text-align: left;
 }
    .whatsapp-float img { width: 35px; height: 35px; }

    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(241, 236, 236, 0.7); }
      70% { box-shadow: 0 0 0 15px rgba(50, 243, 121, 0); }
      100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
    }

    @media (max-width: 992px) {
      .service-slide { min-width: calc(50% - 10px); }
      #servicesPrev, #servicesNext { display: none; }
      .sobre-grid { grid-template-columns: 1fr; }
      .institucional-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
      section { padding: 56px 0; }
      .nav { flex-direction: column; gap: 15px; text-align: center; }
      nav { justify-content: center; }
      .service-slide { min-width: 85%; }
      .section-title { font-size: 2rem; }
      .hero .sub-headline { font-size: 1rem; }
      .inst-card, .sobre-box, .sobre-video { padding: 20px; }
      .footer-grid { grid-template-columns: 1fr; text-align: center; }
      .icon-line { justify-content: center; }
      .whatsapp-float { width: 55px; height: 55px; right: 18px; bottom: 18px; }
    }
  

/* ===== EXTRAÍDO DE monitoramento.html ===== */

    .logo-link {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .logo-text {
      pointer-events: none;
    }
    a {
      text-decoration: none;
    }
  

/* ===== EXTRAÍDO DE ori.html ===== */

    .logo-link {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }

    .logo-text {
      pointer-events: none;
    }

    a {
      text-decoration: none;
    }
  

/* ===== EXTRAÍDO DE servicos.html ===== */

    /* Reset e Variáveis */
    *{margin:0;padding:0;box-sizing:border-box;font-family: 'Segoe UI', Arial, sans-serif;}
    :root {
      --primary: #8cff2f;
      --primary-hover: #5cff1a;
      --bg-dark: #050505;
      --card-bg: #101010;
      --text-gray: #c8c8c8;
      --border: rgba(255,255,255,.08);
    }

    body{background: var(--bg-dark); color:#fff; line-height:1.6; overflow-x: hidden;}
    a{text-decoration:none; transition: 0.3s;}
    
    .container{width:min(92%,1100px); margin:0 auto;}

    /* Header */
    header{position:sticky; top:0; z-index:100; background:rgba(0,0,0,.94); border-bottom:1px solid var(--border); backdrop-filter: blur(10px);}
    .topbar{min-height:80px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:10px 0;}
    
    .logo-link { display: flex; align-items: center; gap: 12px; color: inherit; }
    .logo-link img{width:50px; height:50px; object-fit:contain;}
    .logo-text strong { display: block; font-size: 1.2rem; letter-spacing: 1px; }
    .logo-text p { font-size: 0.75rem; color: var(--text-gray); }

    .nav-back { color: var(--primary); font-weight: 500; }
    .nav-back:hover { text-decoration: underline; }

    /* Conteúdo principal */
    main{padding:60px 0;}
    .hero-copy{max-width:760px; margin-bottom:40px;}
    .hero-copy h1{font-size:clamp(2.2rem, 5vw, 3.2rem); margin-bottom:16px; font-weight: 800;}
    .hero-copy p{font-size: 1.1rem; color: var(--text-gray);}

    /* Grade de Serviços*/
    .services-list{display:grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap:24px;}
    
    .service-link { display: block; height: 100%; color: inherit; }
    .service-item {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 30px;
      height: 100%;
      transition: transform 0.3s ease, border-color 0.3s ease;
    }
    .service-item:hover {
      transform: translateY(-5px);
      border-color: var(--primary);
      box-shadow: 0 10px 30px rgba(140, 255, 47, 0.1);
    }
    .service-item h2{color: var(--primary); font-size: 1.4rem; margin-bottom: 12px;}
    .service-item p{color: #dedede; font-size: 0.95rem;}

    /* Botões */
    .actions{display:flex; align-items: center; gap:20px; flex-wrap:wrap; margin-top:40px;}
    .btn{
      padding:14px 28px; 
      border-radius:12px; 
      background: var(--primary); 
      color:#000; 
      font-weight:bold;
      text-transform: uppercase;
      font-size: 0.9rem;
    }
    .btn:hover { background: var(--primary-hover); transform: scale(1.02); }
    .link-alt { color: var(--text-gray); border-bottom: 1px solid transparent; }
    .link-alt:hover { color: #fff; border-bottom-color: #fff; }

    footer{padding:40px 0; text-align:center; color:#666; border-top:1px solid var(--border); background:#000; font-size: 0.9rem;}

    /* Responsividade */
    @media (max-width: 768px){
      .topbar { flex-direction: column; padding: 20px 0; text-align: center; }
      .logo-link { flex-direction: column; gap: 5px; }
      .hero-copy { text-align: center; }
      .actions { justify-content: center; }
    }
  
