/* MOBILE */
@media(max-width:900px){

  .footer-content{
    grid-template-columns:1fr;
    gap:40px;
  }

  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }

}
/* =========================================================
   WHATSAPP FLOAT
========================================================= */

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  padding: 14px 20px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #25d366, #17b857);
  border-radius: 999px;
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.35);
  transition: 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
}

/* =========================================================
   ANIMATIONS
========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: 650ms ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadePage {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(7, 10, 18, 0.96);
    border: 1px solid var(--line);
    border-radius: 20px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 0.5rem;
  }

  .hero,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    padding: 70px 0;
  }

  .hero h1,
  .page-title h1,
  .contact-grid h1,
  .about-grid h1 {
    line-height: 1;
  }

  .hero-card {
    order: -1;
  }

  .feature-grid,
  .services-grid,
  .projects-grid,
  .stats-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .investment-hero-v2,
  .objective-grid,
  .solution-grid-v2,
  .maintenance-plan-grid,
  .process-grid-v2 {
    grid-template-columns: 1fr;
  }

  .investment-hero-v2 {
    min-height: auto;
    padding: 64px 0 44px;
  }

  .investment-hero-v2 .investment-visual {
    min-height: 420px;
    order: -1;
  }

  .investment-plans-v2 .plan-featured {
    transform: none;
  }

  .section-heading {
    display: block;
  }

  .plan-featured {
    transform: none;
  }

  .about-card {
    width: 100%;
    max-width: 920px;
    height: 360px;
    margin: 0 auto;
  }

  .about-logo {
    width: 980px;
    height: 300px;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .hero h1,
  .page-title h1,
  .contact-grid h1,
  .about-grid h1 {
    font-size: clamp(2.2rem, 13vw, 3.4rem);
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .logo-dozedev {
    width: 58px;
    height: 58px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 12px 16px;
    font-size: 0.9rem;
  }

  .investment-hero-v2 h1,
  .centered-heading h2 {
    letter-spacing: 0;
  }

  .investment-actions,
  .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .investment-actions .btn,
  .final-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .objective-card,
  .solution-grid-v2 .solution-card,
  .maintenance-plan,
  .process-grid-v2 article {
    padding: 22px;
  }
}

.project-card::before,
.service-card::before,
.feature-card::before,
.plan-card::before {
  pointer-events: none;
}

.project-card > *,
.service-card > *,
.feature-card > *,
.plan-card > * {
  position: relative;
  z-index: 1;
}
/* área do cliente */
.client-area-btn{
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #5b21b6);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(139,92,246,.28);
  transition: .3s ease;
}

.client-area-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(139,92,246,.42);
}

/* HERO HOME CORRIGIDA */
.hero{
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 40px 0;
}

.hero-content{
  flex: 1;
  max-width: 620px;
}

.hero h1{
  font-size: clamp(3rem, 5vw, 3.3rem);
  line-height: .95;
  letter-spacing: -0.07em;
  margin-bottom: 22px;
}

.hero p{
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-card{
  background:transparent;
  border:none;
  box-shadow:none;
  backdrop-filter:none;

  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-card .about-card{
  width: 100%;
  height: 360px;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.hero-card .about-logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter:
    drop-shadow(0 0 35px rgba(139,92,246,.45))
    drop-shadow(0 0 80px rgba(59,130,246,.18));
}

@media(max-width: 900px){
  .hero{
    min-height: auto;
    flex-direction: column;
    padding: 45px 0 70px;
  }

  .hero-content{
    order: 1;
    max-width: 100%;
  }

  .hero-card{
    order: 2;
    max-width: 100%;
  }

  .hero-card .about-card{
    height: 260px;
  }

  .hero h1{
    font-size: clamp(2.4rem, 11vw, 4rem);
  }
}

/* =========================================================
   FIX HERO HOME
========================================================= */

.hero .eyebrow{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.2rem;
  padding: .42rem .72rem;
  color: var(--primary-2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(57,230,195,.08);
  border: 1px solid rgba(57,230,195,.22);
  border-radius: 999px;
}

.hero-card .about-card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-card .about-logo{
  object-fit: contain !important;
  background: transparent !important;
  transform: scale(1.08) !important;
  filter:
    drop-shadow(0 0 35px rgba(139,92,246,.55))
    drop-shadow(0 0 90px rgba(139,92,246,.35)) !important;
}

.hero-stats{
  display: flex !important;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-stats div{
  min-width: 135px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.hero-stats strong{
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-stats span{
  display: block;
  font-size: .88rem;
  color: #b8c7e6;
}

/* ==========================================
   SEÇÃO SERVIÇOS / FEATURE CARDS PREMIUM
========================================== */

.section{
  padding:90px 0 30px;
}

.section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:2rem;
  margin-bottom:2rem;
}

.section h2{
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1;
  letter-spacing:-0.05em;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding-bottom:80px;
}

.feature-card{
  position:relative;
  min-height:230px;
  padding:34px 28px;
  border-radius:28px;
  overflow:hidden;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.055),
      rgba(255,255,255,0.025)
    );

  border:1px solid rgba(168,85,247,0.12);
  box-shadow:0 18px 45px rgba(0,0,0,0.28);
  transition:0.35s ease;
}

.feature-card::before{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.12),
      transparent 60%
    );

  opacity:0;
  transition:0.35s;
  pointer-events:none;
}

.feature-card:hover{
  transform:translateY(-7px);
  border-color:rgba(168,85,247,0.28);
  box-shadow:0 28px 65px rgba(0,0,0,0.36);
}

.feature-card:hover::before{
  opacity:1;
}

.icon{
  position:relative;
  z-index:2;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:56px;
  height:56px;
  margin-bottom:1.2rem;

  border-radius:18px;

  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.18),
      rgba(124,58,237,0.12)
    );

  color:#d8b4fe;
  font-size:1.35rem;
}

.feature-card h3,
.feature-card p{
  position:relative;
  z-index:2;
}

.feature-card h3{
  font-size:1.25rem;
  margin-bottom:14px;
  color:#ffffff;
}

.feature-card p{
  color:#b8b8c7;
  line-height:1.7;
}

.section-heading .eyebrow{
  display:inline-flex;
  width:fit-content;
  margin-bottom:1.2rem;
  padding:.42rem .72rem;

  color:#c084fc;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;

  background:rgba(168,85,247,.08);
  border:1px solid rgba(168,85,247,.22);
  border-radius:999px;
}

@media(max-width:900px){

  .section-heading{
    display:block;
  }

  .feature-grid{
    grid-template-columns:1fr;
  }

}

/* =========================================================
   FOOTER PREMIUM
========================================================= */

.footer{
  margin-top: 120px;
  padding-top: 70px;
  background:
    linear-gradient(
      180deg,
      rgba(10,15,35,.2),
      rgba(5,8,20,.95)
    );
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-content{
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 60px;
  padding-bottom: 50px;
}

.footer-brand p{
  max-width: 420px;
  margin-top: 22px;
  color: #aeb9d6;
  line-height: 1.8;
}

.footer-logo-img{
  width: 190px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 25px rgba(139,92,246,.35));
}

.footer-column h4{
  margin-bottom: 22px;
  color: #fff;
  font-size: 1rem;
}

.footer-column,
.footer-links{
  display: flex;
  flex-direction: column;
}

.footer-column a,
.footer-links a{
  margin-bottom: 14px;
  color: #9ba8c7;
  text-decoration: none;
  transition: .25s ease;
}

.footer-column a:hover,
.footer-links a:hover{
  color: #8b5cf6;
  transform: translateX(4px);
}

.footer-socials{
  display: flex;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.footer-socials a{
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  transition: .25s ease;
}

.footer-socials a:hover{
  background: #8b5cf6;
  border-color: #8b5cf6;
}

.footer-bottom{
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p,
.footer-bottom span{
  color: #7f8aa8;
  font-size: .92rem;
}

@media(max-width: 900px){

  .footer-content{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom{
    flex-direction: column;
    text-align: center;
  }

  .footer-logo-img{
    width: 160px;
  }

}
/* AJUSTE FINO FOOTER */
.footer{
  margin-top: 70px;
  padding-top: 38px;
  padding-bottom: 0;
}

.footer-content{
  align-items: start;
  gap: 44px;
  padding-bottom: 28px;
}

.footer-column{
  padding-top: 38px;
}

.footer-brand{
  padding-top: 0;
}

.footer-brand p{
  margin-top: 18px;
  max-width: 410px;
}

.footer-socials{
  margin-top: 22px;
}

.footer-bottom{
  padding: 16px 0;
  margin-top: 0;
}

.footer-links{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:20px;
}

.footer-links a{
  color:#bdbdbd;
  text-decoration:none;
  font-size:0.95rem;
  transition:0.3s;
}

.footer-links a:hover{
  color:#9b21d8;
}

/* ===============================
   BANNER RGPD / COOKIES
================================ */

.cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:9999;
  display:none;
  justify-content:center;
  animation:fadeUp 0.4s ease;
}

.cookie-banner.show{
  display:flex;
}

.cookie-content{
  max-width:720px;
  width:100%;
  background:rgba(17,24,34,0.96);
  backdrop-filter:blur(12px);
  border:1px solid rgba(168,85,247,0.18);
  border-radius:18px;
  padding:18px 22px;
  box-shadow:0 15px 40px rgba(0,0,0,0.35);
  color:#fff;
}

.cookie-content h3{
  color:#c084fc;
  margin-bottom:6px;
  font-size:1rem;
  font-weight:600;
}

.cookie-content p{
  color:#d7d7d7;
  font-size:0.88rem;
  line-height:1.5;
}

.cookie-actions{
  margin-top:14px;
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}

.cookie-actions a{
  color:#c084fc;
  text-decoration:none;
  font-size:0.88rem;
  transition:0.3s;
}

.cookie-actions a:hover{
  opacity:0.8;
}

.cookie-actions button{
  background:linear-gradient(135deg,#a855f7,#7c3aed);
  color:#fff;
  border:none;
  padding:10px 18px;
  border-radius:999px;
  font-size:0.85rem;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
  box-shadow:0 8px 20px rgba(168,85,247,0.35);
}

.cookie-actions button:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 25px rgba(168,85,247,0.45);
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(20px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media(max-width:768px){

  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .cookie-content{
    padding:16px;
  }

  .cookie-content p{
    font-size:0.82rem;
  }

  .cookie-actions{
    width:100%;
    flex-direction:column;
    align-items:flex-start;
  }

  .cookie-actions button{
    width:100%;
    text-align:center;
  }
}

.footer-legal{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  font-size:0.85rem;
}

.footer-legal a{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:34px;
  padding:7px 13px;

  color:#cbd5e1;
  text-decoration:none;

  border:1px solid rgba(148,163,184,0.16);
  border-radius:999px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.055),
      rgba(255,255,255,0.02)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06);

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible{
  color:#ffffff;

  border-color:rgba(192,132,252,0.42);

  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.20),
      rgba(79,140,255,0.08)
    );

  box-shadow:
    0 10px 26px rgba(168,85,247,0.18),
    inset 0 1px 0 rgba(255,255,255,0.12);

  transform:translateY(-2px);
  outline:none;
}

.footer-legal span{
  color:rgba(148,163,184,0.36);
  font-size:0.78rem;
}

@media(max-width:560px){

  .legal-modal{
    align-items:flex-end;
    padding:14px;
  }

  .legal-modal-panel{
    max-height:88vh;
    padding:28px 20px 22px;
    border-radius:24px;
  }

  .legal-modal h2{
    margin-right:42px;
  }

  .legal-modal-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .legal-modal-link,
  .legal-modal-ok{
    width:100%;
    text-align:center;
  }

}

/* ==========================================
   404 PAGE
========================================== */

.error-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 20px;
}

.error-box{
  max-width:650px;
  width:100%;
  text-align:center;

  padding:60px 40px;

  border-radius:30px;

  background:
    linear-gradient(
      135deg,
      rgba(18,18,30,0.92),
      rgba(10,10,20,0.96)
    );

  border:1px solid rgba(168,85,247,0.14);

  backdrop-filter:blur(18px);

  box-shadow:
    0 20px 60px rgba(0,0,0,0.45),
    0 0 30px rgba(168,85,247,0.08);
}

.error-code{
  display:block;

  font-size:6rem;
  font-weight:900;

  line-height:1;

  margin-bottom:18px;

  background:
    linear-gradient(
      135deg,
      #ffffff,
      #c084fc
    );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.error-box h1{
  font-size:2rem;
  margin-bottom:14px;
}

.error-box p{
  color:#b8b8c5;
  line-height:1.7;
  margin-bottom:30px;
}

.error-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.error-image{
  width:80%;
  max-width:280px;
  display:block;
  margin:0 auto;
  object-fit:contain;
  filter:
    drop-shadow(0 10px 30px rgba(0,0,0,0.35))
    drop-shadow(0 0 25px rgba(168,85,247,0.12));
}

@media(max-width:768px){

  .error-box{
    padding:40px 24px;
  }

  .error-code{
    font-size:4.5rem;
  }

  .error-box h1{
    font-size:1.6rem;
  }

}

.about-logo{
  width:100%;
  max-width:420px;

  object-fit:contain;

  filter:
    drop-shadow(0 10px 30px rgba(0,0,0,0.35))
    drop-shadow(0 0 25px rgba(168,85,247,0.12));

  animation:floatLogo 5s ease-in-out infinite;
}

@keyframes floatLogo{

  0%{
    transform:translateY(0px);
  }

  50%{
    transform:translateY(-10px);
  }

  100%{
    transform:translateY(0px);
  }

}

/* ==========================================
   HERO STATS PREMIUM
========================================== */

.hero-stats{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:38px;
}

.stat-card{
  min-width:150px;

  padding:18px 20px;

  border-radius:20px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.04),
      rgba(255,255,255,0.02)
    );

  border:1px solid rgba(168,85,247,0.12);

  backdrop-filter:blur(14px);

  transition:0.3s;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.22);
}

.stat-card:hover{
  transform:translateY(-4px);

  border-color:rgba(168,85,247,0.25);
}

.stat-card strong{
  display:block;

  font-size:1.2rem;
  font-weight:700;

  color:#ffffff;

  margin-bottom:4px;
}

.stat-card span{
  color:#a1a1b3;
  font-size:0.9rem;
}

/* ==========================================
   TRUST SECTION
========================================== */

.trust-section{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;

  flex-wrap:wrap;

  margin-top:30px;
  margin-bottom:70px;
}

.trust-item{
  display:flex;
  align-items:center;
  gap:8px;

  padding:12px 18px;

  border-radius:999px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.04),
      rgba(255,255,255,0.02)
    );

  border:1px solid rgba(168,85,247,0.12);

  color:#d7d7e2;

  font-size:0.9rem;

  transition:0.3s;
}

.trust-item:hover{
  transform:translateY(-2px);

  border-color:rgba(168,85,247,0.22);
}

.trust-item span{
  color:#c084fc;
  font-weight:700;
}

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

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;

  margin:18px 0 22px;
  padding:12px 16px;

  border-radius:999px;

  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.10),
      rgba(255,255,255,0.03)
    );

  border:1px solid rgba(168,85,247,0.16);

  color:#d8b4fe;

  font-size:0.9rem;
  font-weight:600;

  backdrop-filter:blur(12px);
}

.hero-badge span{
  display:flex;
  align-items:center;
  justify-content:center;

  width:28px;
  height:28px;

  border-radius:50%;

  background:
    linear-gradient(
      135deg,
      #a855f7,
      #7c3aed
    );

  color:#fff;
  font-size:0.8rem;
}

/* =========================================================
   FINAL CTA PREMIUM
========================================================= */

.final-cta{
  margin-top:100px;
}

.final-cta-content{
  position:relative;
  overflow:hidden;

  text-align:center;

  padding:85px 30px;

  border-radius:36px;

  background:
    radial-gradient(
      circle at top,
      rgba(168,85,247,0.20),
      transparent 42%
    ),
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.025)
    );

  border:1px solid rgba(168,85,247,0.18);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.38);
}

.final-cta-content::before{
  content:"";

  position:absolute;

  width:320px;
  height:320px;

  top:-140px;
  right:-120px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(168,85,247,0.18),
      transparent 70%
    );

  filter:blur(20px);
}

.final-cta-content > *{
  position:relative;
  z-index:2;
}

.final-cta h2{
  max-width:820px;

  margin:18px auto 18px;

  color:#ffffff;

  font-size:clamp(2.2rem,5vw,4rem);
  line-height:1.02;
  letter-spacing:-0.06em;
}

.final-cta p{
  max-width:620px;

  margin:0 auto 34px;

  color:#b8b8c7;

  line-height:1.8;
  font-size:1.02rem;
}

.final-cta-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

@media(max-width:768px){

  .final-cta-content{
    padding:65px 24px;
  }

  .final-cta-actions{
    flex-direction:column;
  }

  .final-cta-actions .btn{
    width:100%;
  }

}

/* =========================================================
   FIX SERVIÇOS.HTML PREMIUM
========================================================= */

.page-hero{
  padding:130px 0 80px;
  text-align:center;
}

.page-hero h1{
  max-width:900px;
  margin:18px auto;
  color:#fff;
  font-size:clamp(2.4rem,5vw,4.5rem);
  line-height:1.02;
  letter-spacing:-0.06em;
}

.page-hero p{
  max-width:680px;
  margin:0 auto 32px;
  color:#b8b8c7;
  line-height:1.8;
  font-size:1.05rem;
}

.page-hero-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding-bottom:80px;
}

.service-card{
  position:relative;
  overflow:hidden;
  padding:34px 28px;
  border-radius:30px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.025)
    ) !important;

  border:1px solid rgba(168,85,247,0.12) !important;
  box-shadow:0 18px 50px rgba(0,0,0,0.28) !important;
  transition:0.35s ease;
}

.service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(168,85,247,0.28) !important;
}

.service-card .icon{
  width:58px;
  height:58px;
  margin-bottom:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:18px;

  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.18),
      rgba(124,58,237,0.12)
    ) !important;

  color:#d8b4fe !important;
  font-size:1.4rem;
}

.service-card h3{
  color:#fff;
  font-size:1.3rem;
  margin-bottom:14px;
}

.service-card p{
  color:#b8b8c7;
  line-height:1.7;
}

.service-card .tags li{
  color:#d8b4fe !important;
  background:rgba(168,85,247,0.10) !important;
  border:1px solid rgba(168,85,247,0.16) !important;
}

@media(max-width:900px){

  .services-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:1080px){

  .services-hero,
  .services-showcase,
  .services-process{
    grid-template-columns:1fr;
  }

  .services-featured,
  .services-process ol{
    grid-template-columns:1fr 1fr;
  }

  .services-brand-strip{
    justify-content:center;
    flex-wrap:wrap;
  }

  .services-hero-media img,
  .services-system-media img{
    max-height:460px;
  }

}

@media(max-width:680px){

  .services-hero{
    min-height:auto;
    padding:64px 0 46px;
  }

  .services-featured,
  .services-process ol{
    grid-template-columns:1fr;
  }

  .services-brand-strip{
    gap:12px;
    padding:18px;
  }

  .services-brand-strip img{
    width:68px;
    height:68px;
  }

  .services-brand-strip span{
    font-size:.78rem;
  }

  .services-featured article,
  .services-process li{
    min-height:auto;
  }

  .services-hero .page-hero-actions,
  .services-final-cta .final-cta-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .services-hero .btn,
  .services-final-cta .btn{
    width:100%;
  }

}

@media(max-width:768px){

  .page-hero{
    padding:100px 0 60px;
  }

  .page-hero-actions{
    flex-direction:column;
  }

  .page-hero-actions .btn{
    width:100%;
  }

}

/* =========================================================
   SISTEMAS PREMIUM
========================================================= */

.systems-hero h1{
  background:
    linear-gradient(
      135deg,
      #ffffff,
      #d8b4fe 45%,
      #93c5fd
    );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.systems-support{
  max-width:760px !important;
  margin-top:-16px !important;
  color:#d1d5db !important;
}

.systems-section{
  padding:20px 0 90px;
}

.systems-heading{
  align-items:start;
}

.systems-heading p{
  max-width:420px;
  color:#aeb9d6;
  line-height:1.75;
}

.systems-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.system-card{
  position:relative;
  overflow:hidden;
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding:34px 28px;
  border-radius:30px;
  background:
    radial-gradient(
      circle at top right,
      rgba(79,140,255,0.13),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(255,255,255,0.065),
      rgba(255,255,255,0.025)
    );
  border:1px solid rgba(168,85,247,0.14);
  box-shadow:0 20px 56px rgba(0,0,0,0.30);
  transition:0.35s ease;
}

.system-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.14),
      transparent 58%
    );
  opacity:0;
  pointer-events:none;
  transition:0.35s ease;
}

.system-card:hover{
  transform:translateY(-8px);
  border-color:rgba(192,132,252,0.34);
  box-shadow:0 30px 74px rgba(0,0,0,0.40);
}

.system-card:hover::before{
  opacity:1;
}

.system-card > *{
  position:relative;
  z-index:2;
}

.system-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:24px;
}

.system-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:18px;
  color:#ffffff;
  font-size:1.35rem;
  background:
    linear-gradient(
      135deg,
      rgba(168,85,247,0.95),
      rgba(79,140,255,0.82)
    );
  box-shadow:0 16px 34px rgba(79,140,255,0.22);
}

.system-status{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:999px;
  font-size:0.72rem;
  font-weight:900;
  letter-spacing:0.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.system-status.available{
  color:#bbf7d0;
  background:rgba(34,197,94,0.11);
  border:1px solid rgba(34,197,94,0.22);
}

.system-status.beta{
  color:#bfdbfe;
  background:rgba(59,130,246,0.12);
  border:1px solid rgba(59,130,246,0.24);
}

.system-status.development{
  color:#fde68a;
  background:rgba(245,158,11,0.11);
  border:1px solid rgba(245,158,11,0.22);
}

.system-category{
  display:inline-flex;
  width:fit-content;
  margin-bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  color:#d8b4fe;
  font-size:0.76rem;
  font-weight:800;
  letter-spacing:0.08em;
  text-transform:uppercase;
  background:rgba(168,85,247,0.10);
  border:1px solid rgba(168,85,247,0.18);
}

.system-card h3{
  margin-bottom:14px;
  color:#ffffff;
  font-size:clamp(1.9rem,3vw,2.6rem);
  line-height:1;
  letter-spacing:-0.04em;
}

.system-card p{
  color:#b8c3d8;
  line-height:1.75;
}

.system-specialties{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.system-specialties span{
  padding:7px 10px;
  border-radius:999px;
  color:#c4b5fd;
  font-size:0.78rem;
  font-weight:800;
  background:rgba(124,58,237,0.10);
  border:1px solid rgba(124,58,237,0.18);
}

.system-features{
  display:grid;
  gap:10px;
  margin:24px 0 28px;
  padding:0;
  list-style:none;
}

.system-features li{
  position:relative;
  padding-left:26px;
  color:#e5e7eb;
  line-height:1.5;
}

.system-features li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#c084fc;
  font-weight:900;
}

.system-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:auto;
}

.system-actions .btn{
  flex:1 1 190px;
  min-height:48px;
  padding:12px 16px;
  font-size:0.88rem;
  text-align:center;
}

.ecosystem-section{
  padding:10px 0 40px;
}

.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.ecosystem-card{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:78px;
  padding:18px;
  border-radius:22px;
  color:#f8fafc;
  font-weight:800;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.055),
      rgba(255,255,255,0.02)
    );
  border:1px solid rgba(168,85,247,0.12);
  box-shadow:0 16px 38px rgba(0,0,0,0.22);
  transition:0.3s ease;
}

.ecosystem-card:hover{
  transform:translateY(-4px);
  border-color:rgba(168,85,247,0.28);
}

.ecosystem-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  width:38px;
  height:38px;
  border-radius:14px;
  color:#d8b4fe;
  background:rgba(168,85,247,0.12);
}

@media(max-width:980px){

  .systems-grid,
  .ecosystem-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:680px){

  .systems-grid,
  .ecosystem-grid{
    grid-template-columns:1fr;
  }

  .systems-section{
    padding-bottom:70px;
  }

  .system-card{
    padding:28px 22px;
  }

  .system-card-top{
    align-items:flex-start;
    flex-direction:column;
  }

  .system-actions{
    flex-direction:column;
  }

  .system-actions .btn{
    width:100%;
    flex:auto;
  }

}

/* =========================================================
   PROJETOS LEGADOS
========================================================= */

.projects-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding-bottom:80px;
}

.project-card{
  padding:34px 28px;
  border-radius:30px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.025)
    );

  border:1px solid rgba(168,85,247,0.12);
  box-shadow:0 18px 50px rgba(0,0,0,0.28);

  transition:0.35s ease;
}

.project-card:hover{
  transform:translateY(-8px);
  border-color:rgba(168,85,247,0.28);
}

.project-label{
  display:inline-flex;
  width:fit-content;

  margin-bottom:18px;
  padding:8px 12px;

  border-radius:999px;

  color:#d8b4fe;
  font-size:0.76rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.08em;

  background:rgba(168,85,247,0.10);
  border:1px solid rgba(168,85,247,0.18);
}

.project-card a{
  color:#d8b4fe;
}

@media(max-width:900px){

  .projects-grid{
    grid-template-columns:1fr;
  }

}

/* =========================================================
   SOBRE PREMIUM
========================================================= */

.values-section{
  padding-top:40px;
}

.about-logo-card{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.about-content p{
  color:#b8b8c7;
  line-height:1.8;
  margin-bottom:16px;
}

.stats-grid{
  grid-template-columns:repeat(4,1fr);
}

@media(max-width:900px){

  .stats-grid{
    grid-template-columns:1fr;
  }

}

/* =========================================================
   CONTATO PREMIUM
========================================================= */

.contact-info h2{
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  margin:18px 0;
}

.contact-info p{
  color:#b8b8c7;
  line-height:1.8;
}

.contact-cards{
  display:grid;
  gap:16px;
  margin-top:32px;
}

.contact-card{
  padding:20px;

  border-radius:22px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.02)
    );

  border:1px solid rgba(168,85,247,0.12);

  transition:0.3s ease;
}

.contact-card:hover{
  transform:translateY(-4px);

  border-color:rgba(168,85,247,0.24);
}

.contact-card strong{
  display:block;

  margin-bottom:8px;

  color:#c084fc;
  font-size:0.82rem;
  text-transform:uppercase;
  letter-spacing:0.08em;
}

.contact-card span{
  color:#ffffff;
}

.contact-form{
  padding:34px !important;

  border-radius:30px !important;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.025)
    ) !important;

  border:1px solid rgba(168,85,247,0.12) !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#a855f7;
  box-shadow:0 0 0 4px rgba(168,85,247,0.12);
}

@media(max-width:900px){

  .contact-grid{
    grid-template-columns:1fr;
  }

}

.admin-edit-label{
  display:grid;
  gap:10px;
  margin-bottom:22px;
  color:#d1d5db;
  font-weight:700;
}

.admin-edit-label select{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(168,85,247,0.18);
  background:rgba(255,255,255,0.06);
  color:#fff;
  outline:none;
}

html{
  scroll-behavior:smooth;
}

/* =========================================================
   HOME REDESIGN RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .showcase-row,
  .showcase-row.reverse,
  .home-value,
  .product-console,
  .ai-demo {
    grid-template-columns: 1fr;
  }

  .showcase-row.reverse .showcase-copy {
    order: 0;
  }

  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
    gap: 22px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.3rem, 4.4vw, 3.75rem);
  }

  .home-hero-visual {
    height: clamp(280px, 42svh, 420px);
    transform: none;
  }

  .console-image {
    min-height: 360px;
  }

  .product-console {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "tabs"
      "panel";
    min-height: auto;
  }

  .ai-demo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "tabs"
      "panel";
    min-height: auto;
  }

  .product-console .console-image img {
    max-height: 320px;
  }

  .ai-demo .console-image img {
    max-height: 320px;
  }

  .product-console .tab-panel {
    min-height: auto;
  }

  .ai-demo .ai-panel {
    min-height: auto;
  }

  .product-console .tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .ai-demo .tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .pillar-list,
  .ecosystem-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: none;
    padding: 68px 0 48px;
    gap: 36px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .home-hero-visual {
    height: auto;
    min-height: 0;
    order: 2;
  }

  .home-hero-visual img {
    max-height: 420px;
  }

  .home-pillars,
  .home-showcase,
  .home-systems,
  .home-ecosystem,
  .home-ai,
  .home-growth,
  .home-value,
  .home-process,
  .home-investment {
    min-height: auto;
    padding: 56px 0;
  }

  .home-pillars {
    padding-bottom: 44px;
  }

  .home-showcase {
    padding: 0;
  }

  .home-systems {
    padding-top: 48px;
  }

  .showcase-row {
    min-height: auto;
    gap: 32px;
    padding: 44px 0;
  }

  .product-console,
  .ai-demo,
  .ai-panel {
    grid-template-columns: 1fr;
  }

  .tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-line,
  .process-line {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .growth-line span,
  .process-line span {
    min-height: auto;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .growth-line b,
  .process-line b {
    margin-bottom: 0;
  }

  .investment-summary div {
    grid-template-columns: 1fr;
  }

  .investment-summary strong {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .home-hero-actions,
  .home-actions-row,
  .home-final-cta .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero-actions .btn,
  .home-actions-row .btn,
  .home-final-cta .btn {
    width: 100%;
  }

  .home-final-cta .final-cta-content {
    min-height: auto;
    padding: 54px 22px;
  }

  .home-hero-visual {
    height: auto;
    min-height: 0;
  }

  .showcase-image,
  .console-image,
  .growth-image {
    min-height: 240px;
    border-radius: 24px;
  }

  .desktop-device {
    inset: 20px 0 auto 0;
    min-height: 330px;
  }

  .device-screen {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .screen-sidebar {
    min-height: 54px;
  }

  .screen-main strong {
    font-size: 2rem;
  }

  .screen-metrics {
    grid-template-columns: 1fr;
  }

  .phone-device {
    right: 10px;
    bottom: 0;
    width: 158px;
    min-height: 208px;
  }

  .pillar-list,
  .ecosystem-strip,
  .growth-detail,
  .tab-list,
  .showcase-copy ul {
    grid-template-columns: 1fr;
  }

  .pillar-list a {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .pillar-list a:last-child {
    border-bottom: 0;
  }

  .showcase-row {
    gap: 28px;
    padding: 38px 0;
  }

  .mockup {
    min-height: 320px;
  }

  .product-console,
  .ai-demo {
    padding: 18px;
  }

  .product-console .tab-panel {
    padding: 28px;
  }

  .ai-demo .ai-panel {
    padding: 28px;
  }

  .product-console .tab-list {
    grid-template-columns: 1fr;
  }

  .ai-demo .tab-list {
    grid-template-columns: 1fr;
  }

  .tab-panel,
  .ai-panel {
    min-height: auto;
    padding: 24px;
  }
}
