/* =========================================================
   HERO + BENEFITS — RESPONSIVO LIMPO
========================================================= */

.snp-hero-slider{
  position:relative;
  width:100%;
  margin-top:22px;
}

.hero-track{
  position:relative;
  width:100%;
}

.snp-home-hero{
  display:none;
  position:relative;
  overflow:hidden;
  min-height:420px;
  padding:46px 58px;
  border-radius:26px;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:42px;
  align-items:center;
  color:#fff;
  background:#050914;
}

.snp-home-hero.active{
  display:grid;
  animation:heroFade .32s ease both;
}

@keyframes heroFade{
  from{opacity:0;transform:translateY(4px);}
  to{opacity:1;transform:translateY(0);}
}

.snp-home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(5,9,20,.94),rgba(5,9,20,.75),rgba(30,20,90,.58)),
    url("/assets/img/home/hero-server.jpg") center/cover no-repeat;
}

.hero-labs::before{
  background:
    linear-gradient(90deg,rgba(5,9,20,.94),rgba(5,9,20,.75),rgba(30,20,90,.58)),
    url("/assets/img/home/hero-labs.jpg") center/cover no-repeat;
}

.hero-enterprise::before{
  background:
    linear-gradient(90deg,rgba(5,9,20,.94),rgba(5,9,20,.75),rgba(30,20,90,.58)),
    url("/assets/img/home/hero-empresas.jpg") center/cover no-repeat;
}

.hero-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.30;
  z-index:1;
}

.hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg,rgba(5,9,20,.92),rgba(15,23,42,.54));
}

.snp-home-copy,
.snp-home-visual{
  position:relative;
  z-index:3;
}

.snp-home-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
  padding:7px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.snp-home-copy h1{
  max-width:620px;
  margin:0 0 16px;
  color:#fff;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-1px;
}

.snp-home-copy p{
  max-width:600px;
  margin:0 0 24px;
  color:#d1d5db;
  font-size:14px;
  line-height:1.68;
}

.snp-home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:28px;
}

.snp-home-primary,
.snp-home-secondary{
  height:44px;
  padding:0 22px;
  border-radius:13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
}

.snp-home-primary{
  background:linear-gradient(135deg,#6d28d9,#2563eb);
  color:#fff!important;
  box-shadow:0 14px 34px rgba(79,70,229,.24);
}

.snp-home-secondary{
  background:#fff;
  color:#0f172a!important;
}

.snp-home-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:500px;
  gap:18px;
}

.snp-home-stats i{
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin-bottom:7px;
  background:rgba(255,255,255,.10);
  font-style:normal;
}

.snp-home-stats strong{
  display:block;
  color:#fff;
  font-size:20px;
}

.snp-home-stats span{
  display:block;
  margin-top:3px;
  color:#cbd5e1;
  font-size:11px;
}

.snp-home-visual{
  height:292px;
}

.snp-home-course-card{
  width:300px;
  min-height:230px;
  padding:24px;
  border-radius:23px;
  position:absolute;
  right:28px;
  top:30px;
  text-align:center;
  background:rgba(99,102,241,.18);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.snp-home-course-card small{
  color:#dbeafe;
  font-size:11px;
  font-weight:800;
}

.snp-home-course-card h3{
  max-width:240px;
  margin:14px auto 18px;
  color:#fff;
  font-size:19px;
  line-height:1.22;
}

.snp-home-progress{
  width:88px;
  height:88px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  background:conic-gradient(#fff 72%,rgba(255,255,255,.18) 0);
}

.snp-home-progress span{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(15,23,42,.75);
  color:#fff;
  font-size:19px;
  font-weight:900;
}

.snp-home-course-card p{
  color:#dbeafe;
  font-size:11px;
}

.snp-home-tag{
  position:absolute;
  z-index:4;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:11px;
  font-weight:800;
  backdrop-filter:blur(12px);
  animation:heroFloatSoft 5s ease-in-out infinite;
}

@keyframes heroFloatSoft{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-6px);}
}

.tag-one{left:26px;top:48px;}
.tag-two{right:48px;top:20px;}
.tag-three{right:8px;top:145px;}
.tag-four{left:0;top:138px;}
.tag-five{left:0;bottom:42px;}
.tag-six{right:20px;bottom:48px;}

.hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  z-index:20;
  backdrop-filter:blur(8px);
}

.hero-prev{left:12px;}
.hero-next{right:12px;}

.hero-dots{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:20;
}

.hero-dots button{
  width:7px;
  height:7px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.30);
  cursor:pointer;
}

.hero-dots button.active{
  width:24px;
  border-radius:999px;
  background:linear-gradient(135deg,#6d28d9,#2563eb);
}

/* BENEFITS */

.snp-benefits{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}

.benefit-card{
  min-height:68px;
  padding:10px 12px;
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}

.benefit-icon{
  width:36px;
  height:36px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#6d28d9,#2563eb);
  color:#fff;
  font-size:15px;
  flex-shrink:0;
}

.benefit-info strong{
  display:block;
  color:#0f172a;
  font-size:13px;
}

.benefit-info span{
  display:block;
  color:#64748b;
  font-size:10px;
}

/* TABLET */

@media(max-width:1000px){
  .snp-home-hero{
    grid-template-columns:1fr;
    padding:34px;
  }

  .snp-home-visual{
    display:none;
  }

  .snp-home-stats,
  .snp-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* MOBILE */

@media(max-width:700px){
  .snp-hero-slider{
    margin-top:14px;
  }

  .snp-home-hero{
    min-height:auto;
    padding:24px 18px 36px;
    border-radius:20px;
    grid-template-columns:1fr;
    gap:18px;
  }

  .snp-home-badge{
    max-width:100%;
    margin-bottom:14px;
    padding:6px 10px;
    font-size:10px;
    line-height:1.35;
  }

  .snp-home-copy h1{
    max-width:100%;
    font-size:26px;
    line-height:1.15;
    letter-spacing:-.5px;
  }

  .snp-home-copy p{
    max-width:100%;
    margin-bottom:18px;
    font-size:13px;
    line-height:1.55;
  }

  .snp-home-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:20px;
  }

  .snp-home-primary,
  .snp-home-secondary{
    width:100%;
    height:42px;
    padding:0 16px;
    font-size:12px;
  }

  .snp-home-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .snp-home-stats i{
    width:30px;
    height:30px;
    font-size:13px;
  }

  .snp-home-stats strong{
    font-size:17px;
  }

  .snp-home-stats span{
    font-size:10px;
  }

  .snp-home-visual,
  .hero-arrow{
    display:none;
  }

  .hero-dots{
    bottom:12px;
  }

  .snp-benefits{
    grid-template-columns:1fr;
    gap:9px;
    margin-top:12px;
  }

  .benefit-card{
    min-height:56px;
    padding:9px 11px;
  }

  .benefit-icon{
    width:32px;
    height:32px;
    font-size:14px;
  }

  .benefit-info strong{
    font-size:12px;
  }

  .benefit-info span{
    font-size:10px;
  }
}

/* HERO — AJUSTE PARA PADRÃO TIPOGRÁFICO */

.snp-home-badge{
  font-family:var(--snp-font);
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.2px!important;
}

.snp-home-copy h1{
  font-family:var(--snp-font);
  font-size:34px!important;
  line-height:1.14!important;
  font-weight:750!important;
  letter-spacing:-.65px!important;
}

.snp-home-copy p{
  font-family:var(--snp-font);
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:400!important;
}

.snp-home-primary,
.snp-home-secondary{
  font-family:var(--snp-font);
  font-size:12px!important;
  font-weight:700!important;
}

.snp-home-stats strong{
  font-family:var(--snp-font);
  font-size:18px!important;
  font-weight:750!important;
}

.snp-home-stats span{
  font-family:var(--snp-font);
  font-size:11px!important;
  font-weight:400!important;
}

.snp-home-course-card small{
  font-family:var(--snp-font);
  font-size:10px!important;
  font-weight:700!important;
}

.snp-home-course-card h3{
  font-family:var(--snp-font);
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:750!important;
  letter-spacing:-.25px!important;
}

.snp-home-course-card p,
.snp-home-tag{
  font-family:var(--snp-font);
  font-size:11px!important;
  font-weight:600!important;
}

.snp-home-progress span{
  font-family:var(--snp-font);
  font-size:18px!important;
  font-weight:750!important;
}

@media(max-width:768px){
  .snp-home-copy h1{
    font-size:25px!important;
    line-height:1.16!important;
  }

  .snp-home-copy p{
    font-size:13px!important;
    line-height:1.55!important;
  }
}