/* Bootstrap Icons: força font-display:swap (CDN usa block) */
@font-face{
  font-family:"bootstrap-icons";
  font-display:swap;
  src:url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2");
}

:root{
  --blue:#4e0d94;
  --blue-2:#6b2bb8;
  --navy:#071a3f;
  --navy-2:#09245a;
  --ink:#102447;
  --muted:#6a7890;
  --soft:#f7f3fc;
  --line:#e8dff5;
  --cyan:#43c2ff;
  --green:#009a00;
  --orange:#ff8a1f;
  --violet:#4e0d94;
  --white:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none}
section,
#contato{scroll-margin-top:190px}
.section-space{scroll-margin-top:190px}
.container{max-width:1200px}

/* header fixo unificado: topbar + logo + menu (sem furo branco) */
.site-nav{
  top:0;
  left:0;
  right:0;
  display:flex!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  transition:.3s ease;
  background:#14082e;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.06);
  padding:0!important;
  z-index:1040;
}
.site-nav.scrolled{
  background:#14082e;
  box-shadow:0 12px 40px rgba(78,13,148,.22);
}
.site-nav.scrolled .topbar{
  display:none;
}
.topbar{
  width:100%;
  background:#14082e;
  color:#e4d4f7;
  font-size:.84rem;
  padding:10px 0;
  position:relative;
  z-index:1;
  border:0;
  margin:0;
}
.topbar a{color:#fff;font-weight:700}
.topbar i{color:#25d366}
.navbar > .container.ead-nav-shell,
.ead-nav-shell{
  display:flex!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:0;
  width:100%;
  max-width:1200px;
  padding-top:16px;
  padding-bottom:12px;
}
.ead-nav-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  width:100%;
  min-height:56px;
  padding:0 0 12px;
}
.ead-nav-top__actions{
  display:flex;
  align-items:center;
  gap:.65rem;
  flex:0 0 auto;
}
.brand{
  display:inline-flex;
  align-items:center;
  line-height:0;
  flex:0 1 auto;
  max-width:min(360px,52vw);
  margin:0;
  padding:0;
  transition:.3s ease;
}
.brand img{
  height:55px;
  width:auto;
  max-width:100%;
  display:block;
  object-fit:contain;
  transition:height .3s ease;
}
.site-nav.scrolled .ead-nav-logo--desktop img{height:47px}
.brand img.ead-nav-logo--mobile{display:none}
.ead-nav-item--cta{display:none}
.ead-nav-cta{
  white-space:nowrap;
  font-size:.84rem;
  font-weight:700;
  padding:.55rem 1.15rem;
  line-height:1.2;
}
.site-nav .navbar-collapse{
  background:transparent;
  margin:0;
  padding:0;
}
.ead-nav-menu{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:.2rem .55rem;
  width:100%;
  margin:0;
  padding:10px 0 0;
  border-top:1px solid rgba(255,255,255,.1);
  background:transparent;
}
.site-nav .nav-link{
  color:rgba(255,255,255,.88)!important;
  font-size:.88rem;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1.25;
  white-space:nowrap;
  padding:.5rem .7rem!important;
  border:0;
  border-radius:8px;
  background:transparent;
  transition:color .15s ease,background .15s ease;
}
.site-nav .nav-link:hover,
.site-nav .nav-link:focus{
  color:#fff!important;
  background:rgba(255,255,255,.07);
}
.ead-nav-item--util .nav-link{
  color:rgba(255,255,255,.72)!important;
  font-weight:550;
}
.ead-nav-item--util .nav-link:hover,
.ead-nav-item--util .nav-link:focus{
  color:#fff!important;
}

/* submenu do topo (grupos com 2+ páginas) */
.ead-nav-dropdown{position:relative}
.ead-nav-dropdown__toggle{
  display:inline-flex!important;
  align-items:center;
  gap:.35rem;
  cursor:pointer;
  font:inherit;
}
.ead-nav-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:1em;
  height:1em;
  line-height:1;
  color:currentColor;
}
.ead-nav-icon svg{
  display:block;
  width:1em;
  height:1em;
}
.ead-nav-dropdown__toggle::after{
  content:"";
  flex:0 0 auto;
  width:0;
  height:0;
  margin-top:.12em;
  border-left:.28em solid transparent;
  border-right:.28em solid transparent;
  border-top:.32em solid currentColor;
  opacity:.7;
  transition:transform .15s ease;
}
.ead-nav-dropdown.is-open > .ead-nav-dropdown__toggle::after{
  transform:rotate(180deg);
}
.ead-nav-submenu{
  display:none;
  list-style:none;
  margin:0;
  padding:.55rem 0;
  min-width:14rem;
  max-width:min(20rem,90vw);
  background:rgba(20,8,46,.98);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  box-shadow:0 16px 40px rgba(7,26,63,.45);
  z-index:1060;
}
.ead-nav-submenu li{margin:0}
.ead-nav-submenu a{
  display:block;
  padding:.6rem 1.05rem;
  color:rgba(255,255,255,.9);
  font-size:.88rem;
  font-weight:600;
  line-height:1.35;
  white-space:normal;
  transition:background .15s ease,color .15s ease;
}
.ead-nav-submenu a:hover,
.ead-nav-submenu a:focus{
  color:#fff;
  background:rgba(255,255,255,.1);
  outline:0;
}
.ead-nav-dropdown.is-open > .ead-nav-submenu,
.ead-nav-dropdown:focus-within > .ead-nav-submenu{
  display:block;
}

.btn-brand{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;
  border:0;
  border-radius:999px;
  box-shadow:0 10px 25px rgba(78,13,148,.28);
  transition:.2s ease;
}
.btn-brand:hover{transform:translateY(-1px);color:#fff}
.btn-light-outline{
  border:1px solid rgba(255,255,255,.32);
  color:#fff;
  border-radius:999px;
  background:rgba(255,255,255,.04);
}
.btn-light-outline:hover{background:#fff;color:var(--navy)}

/* hero */
.hero{
  position:relative;
  min-height:780px;
  padding:240px 0 90px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 28%, rgba(78,13,148,.38), transparent 24%),
    radial-gradient(circle at 92% 70%, rgba(107,43,184,.18), transparent 22%),
    linear-gradient(135deg,#06153a 0%,#2a1058 48%,#071a3f 100%);
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to right,transparent 0%,black 45%);
  pointer-events:none;
}
.hero-glow{
  position:absolute;border-radius:50%;filter:blur(10px);opacity:.65;
  background:#4e0d94;
}
.glow-1{width:340px;height:340px;right:-130px;top:120px}
.glow-2{width:180px;height:180px;left:42%;bottom:-90px}
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.5rem .75rem;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#e4d4f7;
  font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;
}
.hero h1{
  font-size:clamp(3rem,5.3vw,5.2rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:900;
  max-width:650px;
}
.hero h1 span{color:#b794f0}
.hero p{
  color:#d8e4f7;
  font-size:1.08rem;
  line-height:1.8;
  max-width:620px;
}
.hero-bullets{
  display:flex;flex-wrap:wrap;gap:1.2rem 1.6rem;
  margin-top:1.6rem;color:#c7d6ed;font-size:.85rem
}
.hero-bullets i{color:#b794f0}
.hero-visual{
  position:relative;
  min-height:520px;
}
.dashboard-wrap{
  position:absolute;
  right:-34px;top:45px;
  width:690px;
  transform:perspective(1400px) rotateY(-8deg) rotateX(2deg);
}
.dashboard-shell{
  border-radius:24px;
  background:#faf7fd;
  border:8px solid rgba(255,255,255,.13);
  box-shadow:0 40px 90px rgba(0,0,0,.38);
  overflow:hidden;
}
.dash-top{
  height:42px;background:#fff;border-bottom:1px solid #ebe3f5;
  display:flex;align-items:center;justify-content:space-between;padding:0 16px
}
.dash-dots span{
  width:7px;height:7px;border-radius:50%;background:#ced8e8;display:inline-block;margin-right:4px
}
.dash-body{display:flex;min-height:380px}
.dash-side{
  width:170px;background:#0a1f50;padding:18px 12px;color:#fff
}
.dash-logo{font-weight:900;font-size:.9rem;margin-bottom:24px}
.menu-line{
  height:32px;border-radius:8px;background:rgba(255,255,255,.07);margin-bottom:8px
}
.menu-line.active{background:linear-gradient(90deg,#4e0d94,#6b2bb8)}
.dash-main{flex:1;padding:18px;background:#f7f3fc}
.metric{
  background:#fff;border:1px solid #e8dff5;border-radius:14px;padding:14px;height:100%;
}
.metric small{color:#7c8ba4}
.metric strong{display:block;font-size:1.35rem;color:#0d2145;margin-top:4px}
.chart{
  height:150px;border-radius:14px;border:1px solid #e8dff5;background:
    linear-gradient(180deg,rgba(78,13,148,.11),transparent),
    linear-gradient(120deg,transparent 0 7%,#ebe0f8 7% 8%,transparent 8% 20%,#c9a8eb 20% 21%,transparent 21% 38%,#6b2bb8 38% 39%,transparent 39%);
}
.float-badge{
  position:absolute;
  display:flex;gap:.7rem;align-items:center;
  background:rgba(10,31,80,.9);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;padding:.8rem 1rem;border-radius:14px;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  font-size:.82rem;font-weight:750;
}
.float-badge i{color:#b794f0}
.badge-a{top:14px;right:0}
.badge-b{left:18px;bottom:68px}
.badge-c{right:15px;bottom:18px}

/* utilities */
.section-pad{padding:92px 0}
.soft{background:var(--soft)}
.section-tag{
  display:inline-flex;align-items:center;gap:.45rem;
  color:var(--blue);font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;
  background:#f3ebff;border:1px solid #e0d4f5;border-radius:999px;padding:.45rem .7rem
}
.section-title{
  font-size:clamp(2rem,3.6vw,3.3rem);
  line-height:1.05;letter-spacing:-.045em;color:var(--navy);font-weight:900
}
.section-copy{color:var(--muted);font-size:1rem;line-height:1.75}
.link-arrow{color:var(--blue);font-weight:800;font-size:.9rem}
.link-arrow:hover{color:#3a0a6e}

/* benefits */
.benefit-card{
  height:100%;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;
  box-shadow:0 10px 30px rgba(78,13,148,.04);transition:.25s ease
}
.benefit-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(78,13,148,.08)}
.benefit-icon{
  width:44px;height:44px;border-radius:13px;display:grid;place-items:center;
  background:#f3ebff;color:var(--blue);font-size:1.15rem;margin-bottom:18px
}
.benefit-card h3{font-size:1rem;font-weight:850;color:var(--navy)}
.benefit-card p{font-size:.9rem;color:var(--muted);line-height:1.65;margin-bottom:0}

/* personas */
.persona-card{
  height:100%;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;
  box-shadow:0 12px 30px rgba(78,13,148,.05)
}
.persona-image{
  height:210px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%,rgba(107,43,184,.32),transparent 25%),
    linear-gradient(135deg,#1a0a3d,#4e0d94);
  display:flex;align-items:end;justify-content:center
}
.persona-image.partner{background:linear-gradient(135deg,#1a0a3d,#5a1aa8)}
.persona-image.student{background:linear-gradient(135deg,#0a2e0a,#009a00)}
.persona-image.teacher{background:linear-gradient(135deg,#35250d,#b36a1f)}
.mock-person{
  width:128px;height:164px;border-radius:60px 60px 20px 20px;background:linear-gradient(#f4c9ad 0 30%,#233b5b 30%);
  position:relative;margin-bottom:-8px;box-shadow:0 12px 30px rgba(0,0,0,.18)
}
.mock-person:before{
  content:"";position:absolute;width:72px;height:72px;border-radius:50%;background:#ddb08f;left:28px;top:-26px;
  box-shadow:inset 0 12px 0 #2d241f
}
.persona-content{padding:24px}
.persona-label{
  display:inline-block;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;
  padding:.35rem .55rem;border-radius:999px;background:#f3ebff;color:#4e0d94;margin-bottom:.8rem
}
.persona-card.partner-card .persona-label{background:#f3ebff;color:#4e0d94}
.persona-card.student-card .persona-label{background:#e6f7e6;color:#009a00}
.persona-card.teacher-card .persona-label{background:#fff0e2;color:#d56f10}
.persona-content h3{font-size:1.35rem;line-height:1.2;font-weight:900;color:var(--navy)}
.persona-content p{color:var(--muted);font-size:.9rem;line-height:1.65}
.persona-list{list-style:none;padding:0;margin:0}
.persona-list li{font-size:.85rem;color:#596a84;margin:.55rem 0;display:flex;gap:.5rem}
.persona-list i{color:var(--blue)}
.student-card .persona-list i{color:var(--green)}
.teacher-card .persona-list i{color:var(--orange)}

/* feature grid */
.feature-line{
  display:flex;gap:12px;align-items:flex-start;padding:14px 0
}
.feature-line .fi{
  width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 38px;
  background:#f3ebff;color:var(--blue)
}
.feature-line strong{display:block;color:var(--navy);font-size:.92rem;margin-bottom:2px}
.feature-line small{color:var(--muted);line-height:1.5}
.tech-visual{
  min-height:360px;border-radius:28px;
  background:
    radial-gradient(circle at 35% 30%,rgba(107,43,184,.20),transparent 28%),
    linear-gradient(145deg,#f3ebff,#faf7fd);
  border:1px solid #e8dff5;position:relative;overflow:hidden
}
.server{
  position:absolute;width:110px;height:160px;border-radius:18px;
  background:linear-gradient(160deg,#6b2bb8,#2a1058);right:42px;bottom:34px;box-shadow:0 24px 40px rgba(78,13,148,.23)
}
.server:before,.server:after{
  content:"";position:absolute;left:18px;right:18px;height:18px;border-radius:6px;background:rgba(255,255,255,.13)
}
.server:before{top:28px}.server:after{top:60px}
.laptop{
  position:absolute;width:260px;height:165px;border-radius:16px;background:#1a0a3d;left:70px;top:78px;box-shadow:0 24px 45px rgba(78,13,148,.22)
}
.laptop:before{
  content:"";position:absolute;inset:10px;background:
    linear-gradient(180deg,#faf7fd,#f3ebff);
  border-radius:10px;
}
.laptop:after{
  content:"";position:absolute;width:310px;height:16px;background:#14082e;left:-25px;bottom:-16px;border-radius:2px 2px 14px 14px
}
.phone{
  position:absolute;width:92px;height:180px;border-radius:18px;background:#1a0a3d;right:178px;bottom:52px;transform:rotate(7deg);
  box-shadow:0 22px 40px rgba(78,13,148,.20)
}
.phone:before{content:"";position:absolute;inset:7px;border-radius:13px;background:#faf7fd}
.cloud{
  position:absolute;left:32px;top:32px;font-size:4rem;color:#b794f0
}
.gradcap{
  position:absolute;right:62px;top:45px;font-size:4rem;color:#4e0d94
}

/* stats */
.stats-bar{
  margin-top:46px;background:linear-gradient(90deg,#1a0a3d,#4e0d94,#1a0a3d);
  border-radius:20px;padding:24px;color:#fff;box-shadow:0 18px 40px rgba(78,13,148,.15)
}
.stat-item{display:flex;align-items:center;gap:12px}
.stat-item i{font-size:1.6rem;color:#b794f0}
.stat-item strong{font-size:1.5rem;display:block;line-height:1}
.stat-item small{color:#cbd9ee}

/* testimonial / blog */
.quote-card{
  height:100%;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px
}
.quote-mark{font-size:2rem;color:#b794f0}
.quote-card p{color:#596b85;line-height:1.7}
.avatar{
  width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#c9a8eb,#4e0d94)
}
.blog-showcase{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(78,13,148,.07);
  height:100%;
  display:flex;
  flex-direction:column;
}
.blog-feature-image{
  position:relative;
  aspect-ratio:8 / 5;
  width:100%;
  overflow:hidden;
  display:block;
  background:linear-gradient(135deg,#1a0a3d,#4e0d94 58%,#2a1058);
}
.blog-feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.blog-feature-image .badge{
  position:absolute;
  left:20px;
  top:20px;
  z-index:2;
  background:rgba(20,8,46,.72)!important;
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  font-size:.72rem;
  letter-spacing:.06em;
}
.blog-feature-content{
  padding:24px 28px 28px;
  flex:1;
  display:flex;
  flex-direction:column;
}
.blog-feature-content .category{
  display:inline-block;
  font-size:.72rem;
  font-weight:850;
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:10px;
}
.blog-feature-content h3{
  font-size:clamp(1.35rem,2.2vw,1.85rem);
  font-weight:900;
  letter-spacing:-.03em;
  color:var(--navy);
  line-height:1.25;
  margin-bottom:12px;
}
.blog-feature-content .blog-excerpt{
  color:var(--muted);
  line-height:1.7;
  margin-bottom:18px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.blog-meta{
  color:var(--muted);
  font-size:.82rem;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  margin-top:auto;
}
.blog-sidebar{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  height:100%;
  box-shadow:0 14px 36px rgba(78,13,148,.05);
  display:flex;
  flex-direction:column;
}
.blog-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 0;
  border-bottom:1px solid var(--line);
  transition:.2s ease;
  color:inherit;
}
.blog-card:hover{
  transform:translateX(4px);
}
.blog-card:last-of-type{border-bottom:0}
.blog-card > :not(.blog-thumb){
  flex:1;
  min-width:0;
}
.blog-thumb{
  width:120px;
  flex:0 0 120px;
  aspect-ratio:8 / 5;
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(135deg,#1a0a3d,#6b2bb8);
  position:relative;
}
.blog-thumb.alt2{background:linear-gradient(135deg,#0a2e0a,#009a00)}
.blog-thumb.alt3{background:linear-gradient(135deg,#1e0a3d,#4e0d94)}
.blog-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.blog-card .category{
  display:inline-block;
  font-size:.68rem;
  font-weight:850;
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:5px;
}
.blog-card h4{
  font-size:.95rem;
  line-height:1.35;
  color:var(--navy);
  font-weight:850;
  margin-bottom:6px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.blog-card .blog-card-excerpt{
  color:var(--muted);
  font-size:.82rem;
  line-height:1.45;
  margin:0 0 6px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.blog-card small{color:var(--muted)}
.blog-newsletter{
  margin-top:20px;
  border-radius:18px;
  padding:20px;
  background:linear-gradient(135deg,#1a0a3d,#4e0d94);
  color:#fff;
}
.blog-newsletter p{
  color:#e4d4f7;
  font-size:.88rem;
  line-height:1.6;
}
.blog-newsletter .form-control{
  border:0;
  min-height:46px;
  border-radius:12px;
}
.blog-newsletter .btn{
  border-radius:12px;
  min-height:46px;
  font-weight:800;
}

/* CTA */
.cta-panel{
  border-radius:26px;padding:44px;
  background:
    radial-gradient(circle at 82% 20%,rgba(107,43,184,.35),transparent 22%),
    linear-gradient(135deg,#071a3f,#4e0d94);
  color:#fff;overflow:hidden;position:relative
}
.cta-panel h2{font-weight:900;letter-spacing:-.04em}
.cta-panel p{color:#d6e2f7}

/* faq */
.accordion-item{
  border:1px solid var(--line)!important;border-radius:14px!important;overflow:hidden;margin-bottom:10px
}
.accordion-button{font-size:.92rem;font-weight:750;color:var(--navy);box-shadow:none!important}
.accordion-button:not(.collapsed){background:#f7f3fc;color:var(--blue)}
.accordion-body{color:var(--muted);font-size:.9rem;line-height:1.7}

/* footer */
.ead-footer,
footer#rodape{
  background:#14082e;
  color:#c9b8e0;
  padding:58px 0 24px;
  position:relative;
  overflow:hidden;
}
.ead-footer__inner{
  position:relative;
  z-index:1;
}
.ead-footer__circuits,
.footer-circuits{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.55;
}
.footer-circuits svg{
  width:100%;
  height:100%;
  display:block;
}
.footer-circuits .trace{
  fill:none;
  stroke:rgba(183,148,240,.35);
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-circuits .trace-flow{
  fill:none;
  stroke:#009a00;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:10 140;
  opacity:.85;
  filter:drop-shadow(0 0 4px rgba(0,154,0,.55));
  animation:circuit-flow 4.5s linear infinite;
}
.footer-circuits .trace-flow.delay-1{animation-delay:-1.1s;stroke:#6b2bb8;filter:drop-shadow(0 0 4px rgba(107,43,184,.55))}
.footer-circuits .trace-flow.delay-2{animation-delay:-2.4s}
.footer-circuits .trace-flow.delay-3{animation-delay:-3.2s;stroke:#b794f0;filter:drop-shadow(0 0 4px rgba(183,148,240,.45))}
.footer-circuits .node{
  fill:#14082e;
  stroke:rgba(183,148,240,.55);
  stroke-width:1.25;
}
.footer-circuits .node-pulse{
  fill:#009a00;
  opacity:.9;
  animation:circuit-node 2.4s ease-in-out infinite;
  filter:drop-shadow(0 0 6px rgba(0,154,0,.7));
}
.footer-circuits .node-pulse.alt{fill:#b794f0;filter:drop-shadow(0 0 6px rgba(183,148,240,.65));animation-delay:-1.2s}
@keyframes circuit-flow{
  to{stroke-dashoffset:-150}
}
@keyframes circuit-node{
  0%,100%{opacity:.3}
  50%{opacity:1}
}

.ead-footer__top{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.95fr);
  gap:2rem 3.5rem;
  align-items:start;
}
.ead-footer__brand{max-width:440px}
.ead-footer__logo{
  display:inline-block;
  line-height:0;
}
.ead-footer__logo img{
  height:58px;
  width:auto;
  max-width:100%;
  display:block;
  object-fit:contain;
}
.ead-footer__tagline{
  margin:1rem 0 0;
  font-size:.92rem;
  line-height:1.7;
  color:#c9b8e0;
  max-width:38ch;
}
.ead-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:1.15rem;
}
.ead-footer__socials a,
.socials a{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:11px;
  background:rgba(255,255,255,.07);
  color:#b9c9e2;
  margin-right:0;
  transition:background .2s ease,color .2s ease;
}
.ead-footer__socials a:hover,
.socials a:hover{
  background:rgba(255,255,255,.14);
  color:#fff;
}

.ead-footer__contato{
  justify-self:end;
  width:100%;
  max-width:300px;
}
.ead-footer__menu{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:100%;
  gap:1.5rem 1rem;
  align-items:start;
  margin-top:2.35rem;
  padding-top:1.85rem;
  border-top:1px solid rgba(255,255,255,.1);
}
.ead-footer__col{min-width:0}
.ead-footer__title{
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  margin:0 0 .9rem;
  letter-spacing:.05em;
  text-transform:uppercase;
  line-height:1.35;
}
.ead-footer__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:.55rem;
}
.ead-footer__list a{
  color:#b9c9e2;
  font-size:.86rem;
  line-height:1.4;
  word-break:break-word;
  transition:color .15s ease;
}
.ead-footer__list a:hover{color:#fff}
.ead-footer__list--contato{
  gap:.72rem;
}
.ead-footer__list--contato a,
.ead-footer__meta{
  display:flex;
  align-items:flex-start;
  gap:.6rem;
  color:#b9c9e2;
  font-size:.9rem;
  line-height:1.45;
}
.ead-footer__list--contato i,
.ead-footer__meta i{
  margin-top:.12rem;
  flex:0 0 auto;
  font-size:1rem;
  opacity:.9;
}
.ead-footer__contato-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.85rem 1.1rem;
  margin-top:1.15rem;
}
.ead-footer__cta{
  width:auto;
  max-width:none;
  text-align:center;
  padding:.65rem 1.15rem;
  font-size:.88rem;
}
.ead-footer__blog{
  color:#d7c8ef;
  font-size:.9rem;
  font-weight:650;
  border-bottom:1px solid rgba(215,200,239,.35);
  padding-bottom:1px;
}
.ead-footer__blog:hover{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.55);
}
.ead-footer__bottom{
  margin-top:2.1rem;
  padding-top:1.2rem;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:.75rem 1.25rem;
  font-size:.82rem;
  color:#a89bc0;
}
.ead-footer__bottom a{color:#b9c9e2}
.ead-footer__bottom a:hover{color:#fff}
.ead-footer__legal{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.35rem .55rem;
}
.ead-footer__sep{opacity:.55}

@media (max-width:1199.98px){
  .ead-footer__menu{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:1.35rem .75rem;
  }
  .ead-footer__list a{font-size:.82rem}
}
@media (max-width:991.98px){
  .ead-footer__top{
    grid-template-columns:1fr 1fr;
    gap:1.75rem 2rem;
  }
  .ead-footer__brand,
  .ead-footer__contato{
    max-width:none;
    justify-self:stretch;
  }
  .ead-footer__menu{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1.5rem 1.25rem;
  }
  .ead-footer__list a{font-size:.88rem}
}
@media (max-width:767.98px){
  .ead-footer__menu{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:575.98px){
  .ead-footer,
  footer#rodape{padding:48px 0 20px}
  .ead-footer__top{
    grid-template-columns:1fr;
    gap:1.75rem;
  }
  .ead-footer__tagline{max-width:none}
  .ead-footer__menu{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.35rem 1rem;
    margin-top:1.75rem;
    padding-top:1.5rem;
  }
  .ead-footer__contato-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .ead-footer__cta{width:100%}
  .ead-footer__blog{align-self:flex-start}
}

.whatsapp{
  position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;
  display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.8rem;z-index:1100;
  box-shadow:0 0 0 0 rgba(37,211,102,.42),0 16px 40px rgba(37,211,102,.30);
  animation:pulse 2s infinite
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.42),0 16px 40px rgba(37,211,102,.30)}
  70%{box-shadow:0 0 0 16px rgba(37,211,102,0),0 16px 40px rgba(37,211,102,.30)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0),0 16px 40px rgba(37,211,102,.30)}
}

@media (min-width:992px){
  .site-nav .navbar-collapse{
    display:block!important;
    visibility:visible!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
  }
  .ead-nav-menu{
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    gap:.15rem .15rem;
    overflow:visible;
  }
  /* grupos à esquerda com ritmo uniforme; Blog/Contato à direita */
  .ead-nav-menu > .ead-nav-item--blog{
    margin-left:auto;
    padding-left:1.1rem;
    border-left:1px solid rgba(255,255,255,.16);
  }
  .site-nav .nav-link{
    font-size:.9rem;
    padding:.55rem .85rem!important;
  }
  .ead-nav-dropdown{
    padding-bottom:0;
  }
  .ead-nav-submenu{
    position:absolute;
    top:100%;
    left:0;
    right:auto;
    transform:none;
    margin-top:0;
    padding:.5rem 0;
    min-width:15rem;
  }
  .ead-nav-submenu::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-10px;
    height:10px;
    background:transparent;
  }
  .ead-nav-dropdown:hover > .ead-nav-submenu,
  .ead-nav-dropdown.is-open > .ead-nav-submenu{
    display:block;
  }
}
@media (max-width:1199.98px){
  .dashboard-wrap{right:-120px;transform:scale(.86) perspective(1400px) rotateY(-8deg)}
}
@media (max-width:991.98px){
  .topbar{display:none}
  .site-nav,.site-nav.scrolled{top:0}
  .hero{padding-top:190px;min-height:auto}
  .hero-visual{min-height:480px}
  .dashboard-wrap{right:50%;transform:translateX(50%) scale(.78)}
  .ead-nav-top{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:.75rem;
    min-height:0;
    padding-bottom:8px;
  }
  .ead-nav-top .brand{
    width:auto;
    max-width:calc(100% - 3.75rem);
    justify-content:flex-start;
  }
  .ead-nav-logo--desktop{display:none}
  .brand img.ead-nav-logo--mobile,
  .ead-nav-top .ead-nav-logo--mobile{
    display:block;
    height:92px;
    width:auto;
    max-width:min(210px,68vw);
  }
  .site-nav.scrolled .ead-nav-top .ead-nav-logo--mobile{height:78px}
  .ead-nav-top__actions{
    width:auto;
    flex:0 0 auto;
    justify-content:flex-end;
    align-items:center;
  }
  .ead-nav-cta--bar{display:none}
  .ead-nav-toggler{
    padding:.45rem .35rem;
    margin:0;
  }
  .ead-nav-item--cta{
    display:block;
    margin-top:.55rem;
    padding-top:.85rem;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .ead-nav-cta--menu{
    display:flex;
    width:100%;
    justify-content:center;
    font-size:.88rem;
    padding:.7rem 1rem;
  }
  .navbar-collapse{
    margin-top:10px;
    background:rgba(20,8,46,.96);
    padding:14px 16px;
    border-radius:18px;
  }
  .ead-nav-menu{
    flex-direction:column;
    align-items:stretch;
    flex-wrap:nowrap;
    gap:0;
    padding:0;
  }
  .site-nav .nav-link{
    white-space:normal;
    font-size:.95rem;
    padding:.7rem .55rem!important;
    width:100%;
    justify-content:space-between;
    text-align:left;
  }
  .ead-nav-dropdown__toggle{width:100%}
  .ead-nav-submenu{
    position:static;
    transform:none;
    min-width:0;
    max-width:none;
    margin:.1rem 0 .35rem .55rem;
    padding:.25rem 0;
    border:0;
    border-left:2px solid rgba(255,255,255,.14);
    border-radius:0;
    box-shadow:none;
    background:transparent;
  }
  .ead-nav-submenu::before{display:none}
  .ead-nav-submenu a{
    white-space:normal;
    padding:.45rem .85rem;
    font-weight:550;
    color:rgba(255,255,255,.78);
  }
  .ead-nav-dropdown.is-open > .ead-nav-submenu{display:block}
}
@media (max-width:767.98px){
  .hero{padding-top:170px}
  .hero-visual{min-height:390px}
  .dashboard-wrap{width:650px;transform:translateX(50%) scale(.58);top:0}
  .section-pad{padding:70px 0}
  .cta-panel{padding:30px 24px}
  .blog-thumb{width:98px;flex-basis:98px}
  .stats-bar .col-6{margin-bottom:18px}
}

/* páginas institucionais (verPaginas) */
body.is-ead-page{
  background:linear-gradient(180deg,var(--soft) 0,#fff 320px);
}
.ead-page{
  width:100%;
  padding-top:calc(180px + 2.75rem);
  padding-bottom:clamp(3rem,6vw,5.5rem);
}
.ead-page__header{
  margin-bottom:2rem;
  padding-bottom:1.35rem;
  border-bottom:1px solid var(--line);
  max-width:820px;
}
.ead-page__header .section-tag{
  margin-top:.35rem;
  margin-bottom:.85rem;
}
.ead-page__title{
  font-size:clamp(1.65rem,3.2vw,2.55rem);
  line-height:1.15;
  letter-spacing:-.03em;
  margin:0;
}
.ead-page__content{
  width:100%;
  max-width:920px;
  font-size:1.05rem;
  line-height:1.78;
  color:var(--ink);
}
.ead-page__content html,
.ead-page__content body{display:contents}
.ead-page__content > h2:first-of-type,
.ead-page__content body > h2:first-of-type{
  font-size:clamp(1.4rem,2.6vw,1.9rem);
  line-height:1.28;
  font-weight:900;
  color:var(--navy);
  margin:0 0 1.35rem;
  padding-bottom:1.1rem;
  border-bottom:2px solid rgba(78,13,148,.12);
}
.ead-page__content h2:not(:first-of-type){
  font-size:clamp(1.22rem,2.1vw,1.55rem);
  line-height:1.3;
  font-weight:900;
  color:var(--navy);
  margin:2.6rem 0 1rem;
  padding-top:2rem;
  border-top:1px solid rgba(78,13,148,.1);
}
.ead-page__content h3{
  margin:1.4rem 0 0;
  padding:1rem 1.2rem .4rem;
  border-radius:16px 16px 0 0;
  background:linear-gradient(135deg,rgba(78,13,148,.06),rgba(67,194,255,.08));
  border:1px solid rgba(78,13,148,.1);
  border-bottom:none;
  font-size:clamp(1.02rem,1.6vw,1.14rem);
  line-height:1.35;
  font-weight:800;
  color:var(--navy);
}
.ead-page__content h3 + p{
  margin:0 0 1.1rem;
  padding:0 1.2rem 1.05rem;
  border-radius:0 0 16px 16px;
  background:linear-gradient(135deg,rgba(78,13,148,.06),rgba(67,194,255,.08));
  border:1px solid rgba(78,13,148,.1);
  border-top:none;
  color:var(--muted);
}
.ead-page__content h3:not(:has(+ p)){
  border-radius:16px;
  border-bottom:1px solid rgba(78,13,148,.1);
  padding-bottom:1rem;
  margin-bottom:1.1rem;
}
.ead-page__content p{
  margin:0 0 1.15rem;
  color:var(--muted);
}
.ead-page__content p:last-child{margin-bottom:0}
.ead-page__content a{
  color:var(--blue);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.ead-page__content a:hover{color:#3a0a6e}
.ead-page__content ul,
.ead-page__content ol{
  margin:0 0 1.3rem;
  padding-left:1.35rem;
  color:var(--muted);
}
.ead-page__content li + li{margin-top:.45rem}
.ead-page__content li::marker{color:var(--blue)}
.ead-page__content img{
  display:block;
  max-width:100%;
  height:auto;
  margin:1.5rem auto;
  border-radius:16px;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(78,13,148,.08);
}
.ead-page__content blockquote{
  margin:1.5rem 0;
  padding:1.1rem 1.25rem;
  border-left:4px solid var(--blue);
  border-radius:0 16px 16px 0;
  background:rgba(78,13,148,.05);
  color:var(--ink);
  font-style:italic;
}
.ead-page__content table{
  width:100%;
  margin:1.5rem 0;
  border-collapse:collapse;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
}
.ead-page__content th,
.ead-page__content td{
  padding:.75rem 1rem;
  border-bottom:1px solid var(--line);
  text-align:left;
}
.ead-page__content th{
  background:rgba(78,13,148,.08);
  color:var(--navy);
  font-weight:800;
}
.ead-page__extra{
  width:100%;
  margin-top:2.25rem;
  padding-top:2rem;
  border-top:1px solid var(--line);
}
@media (max-width:767.98px){
  .ead-page{
    padding-top:calc(160px + 2rem);
    padding-bottom:3rem;
  }
  .ead-page__header{margin-bottom:1.5rem;padding-bottom:1rem}
  .ead-page__header .section-tag{margin-bottom:.75rem}
  .ead-page__content{font-size:1rem}
  .ead-page__content h2:not(:first-of-type){
    margin-top:2rem;
    padding-top:1.5rem;
  }
  .ead-page__content h3{padding:.85rem 1rem .35rem}
  .ead-page__content h3 + p{padding:0 1rem .85rem}
  .ead-page__content h3:not(:has(+ p)){padding-bottom:.85rem}
}

/* ---------- Blog listagem / sidebar / artigo (prefixo ead-) ---------- */
.ead-blog{margin-top:.5rem}
.ead-blog-hero{
  display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;
  background:linear-gradient(135deg,rgba(18,98,255,.08),rgba(7,26,63,.04));
  border:1px solid var(--line);border-radius:20px;padding:1.4rem 1.6rem;margin-bottom:1.5rem;
  border-left:4px solid var(--ead-hero-cor,#1262ff);
}
.ead-blog-hero__eyebrow{
  display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.04em;color:var(--ead-hero-cor,#1262ff);margin-bottom:.35rem;
}
.ead-blog-hero__dot{
  width:8px;height:8px;border-radius:50%;background:var(--ead-hero-cor,#1262ff);display:inline-block;
}
.ead-blog-hero__titulo{font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:900;color:var(--navy);margin:0 0 .35rem}
.ead-blog-hero__sub{margin:0;color:var(--muted);font-size:.95rem}
.ead-blog-hero__sub strong{color:var(--navy)}
.ead-blog-hero__reset{color:var(--blue);font-weight:700;white-space:nowrap}
.ead-blog-hero__reset:hover{color:var(--navy)}

.ead-blog-filtros{
  display:grid;grid-template-columns:1.4fr 1fr auto;gap:1rem;align-items:end;
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.2rem 1.3rem;margin-bottom:1.8rem;
}
.ead-blog-filtros__titulo{
  grid-column:1 / -1;font-weight:800;color:var(--navy);font-size:.95rem;
  display:flex;align-items:center;gap:.5rem;
}
.ead-blog-filtros__campo label{
  display:block;font-size:.78rem;font-weight:700;color:var(--muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.03em;
}
.ead-blog-filtros__input{position:relative}
.ead-blog-filtros__input i{
  position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;
}
.ead-blog-filtros input,
.ead-blog-filtros select{
  width:100%;border:1px solid var(--line);border-radius:12px;padding:.7rem .9rem;
  font-size:.95rem;color:var(--ink);background:#fff;
}
.ead-blog-filtros__input input{padding-left:2.4rem}
.ead-blog-filtros input:focus,
.ead-blog-filtros select:focus{
  outline:0;border-color:#1262ff;box-shadow:0 0 0 3px rgba(18,98,255,.15);
}
.ead-blog-filtros__acoes{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
.ead-blog-filtros__limpar{color:var(--muted);font-weight:700;font-size:.9rem}
.ead-blog-filtros__limpar:hover{color:var(--blue)}

.ead-blog-resultado{
  display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.2rem;
}
.ead-blog-resultado__info{margin:0;color:var(--muted);font-size:.92rem}
.ead-blog-resultado__info i{color:var(--blue);margin-right:.35rem}
.ead-blog-resultado__info strong{color:var(--navy)}
.ead-blog-resultado__pagina{
  font-size:.82rem;font-weight:700;color:var(--muted);background:var(--soft);
  border-radius:999px;padding:.35rem .8rem;
}

.ead-blog-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;height:100%;
  display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;
}
.ead-blog-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(7,26,63,.1)}
.ead-blog-card__img{position:relative;display:block;aspect-ratio:8 / 5;overflow:hidden;background:var(--soft)}
.ead-blog-card__img img{
  width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease;
}
.ead-blog-card:hover .ead-blog-card__img img{transform:scale(1.04)}
.ead-blog-card__cat{
  position:absolute;left:14px;top:14px;color:#fff;font-size:.72rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.03em;padding:.35rem .7rem;border-radius:999px;
}
.ead-blog-card__body{padding:1.15rem 1.2rem 1.35rem;display:flex;flex-direction:column;flex:1}
.ead-blog-card__meta{
  display:flex;flex-wrap:wrap;gap:.85rem;color:var(--muted);font-size:.8rem;margin-bottom:.65rem;
}
.ead-blog-card__meta i{color:var(--blue);margin-right:.25rem}
.ead-blog-card__titulo{font-size:1.08rem;font-weight:850;line-height:1.35;margin:0 0 .55rem}
.ead-blog-card__titulo a{color:var(--navy)}
.ead-blog-card__titulo a:hover{color:var(--blue)}
.ead-blog-card__desc{
  color:var(--muted);font-size:.92rem;line-height:1.55;margin:0 0 1rem;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1;
}
.ead-blog-card__link{color:var(--blue);font-weight:800;font-size:.9rem}
.ead-blog-card__link i{margin-left:.25rem;transition:transform .2s ease}
.ead-blog-card__link:hover i{transform:translateX(3px)}

.ead-blog-vazio{
  text-align:center;padding:3rem 1.5rem;border:1px dashed var(--line);border-radius:20px;background:#fff;
}
.ead-blog-vazio i{font-size:2.4rem;color:var(--blue);display:block;margin-bottom:.75rem}
.ead-blog-vazio h3{color:var(--navy);font-weight:850;margin-bottom:.4rem}
.ead-blog-vazio p{color:#475569;margin:0}
.ead-blog-vazio--home{margin-top:.5rem}

.ead-blog-paginacao{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center;margin-top:2rem}
.ead-blog-paginacao a,
.ead-blog-paginacao__atual{
  min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;border:1px solid var(--line);color:var(--navy);font-weight:700;background:#fff;
}
.ead-blog-paginacao a:hover{border-color:#1262ff;color:var(--blue)}
.ead-blog-paginacao__atual{background:#1262ff;border-color:#1262ff;color:#fff}

.ead-blog-sidebar{display:flex;flex-direction:column;gap:1.1rem}
.ead-blog-widget{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.15rem 1.2rem;
}
.ead-blog-widget__titulo{font-size:1rem;font-weight:850;color:var(--navy);margin:0 0 1rem}
.ead-blog-search{display:flex;gap:.4rem}
.ead-blog-search input{
  flex:1;border:1px solid var(--line);border-radius:12px;padding:.65rem .85rem;font-size:.92rem;
}
.ead-blog-search input:focus{outline:0;border-color:#1262ff;box-shadow:0 0 0 3px rgba(18,98,255,.12)}
.ead-blog-search button{
  width:44px;border:0;border-radius:12px;background:#1262ff;color:#fff;font-size:1.05rem;
}
.ead-blog-recentes{display:flex;flex-direction:column}
.ead-blog-recente{
  display:flex;gap:.85rem;padding:.7rem 0;color:inherit;border-top:1px solid var(--line);
}
.ead-blog-recente:first-child{border-top:0;padding-top:0}
.ead-blog-recente:hover .ead-blog-recente__titulo{color:var(--blue)}
.ead-blog-recente__thumb{
  width:72px;height:72px;flex:0 0 72px;border-radius:12px;overflow:hidden;background:var(--soft);
}
.ead-blog-recente__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ead-blog-recente__info{min-width:0;display:flex;flex-direction:column;gap:.25rem}
.ead-blog-recente__titulo{
  font-size:.9rem;font-weight:800;color:var(--navy);line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ead-blog-recente__data{font-size:.78rem;color:var(--muted)}
.ead-blog-recente__data i{margin-right:.25rem;color:var(--blue)}
.ead-blog-categorias{list-style:none;margin:0;padding:0}
.ead-blog-categorias li + li{margin-top:.45rem}
.ead-blog-categorias a{
  display:flex;justify-content:space-between;align-items:center;gap:.75rem;
  color:var(--navy);font-weight:700;font-size:.92rem;padding:.35rem 0;
}
.ead-blog-categorias a:hover{color:var(--blue)}
.ead-blog-categorias__total{
  min-width:28px;height:28px;border-radius:999px;color:#fff;font-size:.75rem;font-weight:800;
  display:inline-flex;align-items:center;justify-content:center;padding:0 .45rem;
}
.ead-blog-widget--cta{
  background:linear-gradient(160deg,var(--navy),#0c2d6b);border:0;color:rgba(255,255,255,.88);
}
.ead-blog-widget--cta p{font-size:.92rem;line-height:1.55;margin:0 0 1rem}

.ead-artigo .ead-blog-sidebar{
  padding-top:0;
}

.ead-artigo__breadcrumb{
  display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;color:var(--muted);font-size:.85rem;margin-bottom:1.5rem;
}
.ead-artigo__breadcrumb a{color:var(--blue);font-weight:700}
.ead-artigo__categoria{
  display:inline-block;color:#fff;font-size:.78rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.03em;padding:.4rem .9rem;border-radius:999px;margin-bottom:1rem;
}
.ead-artigo__titulo{
  font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.15;font-weight:900;color:var(--navy);margin-bottom:1rem;
}
.ead-artigo__meta{
  display:flex;flex-wrap:wrap;gap:1.2rem;color:var(--muted);font-size:.9rem;margin-bottom:1.6rem;
}
.ead-artigo__meta i{color:var(--blue);margin-right:.35rem}
.ead-artigo__capa{
  border-radius:22px;overflow:hidden;margin-bottom:1.8rem;aspect-ratio:8 / 5;
  box-shadow:0 16px 40px rgba(7,26,63,.1);
}
.ead-artigo__capa img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.ead-artigo__conteudo{font-size:1.05rem;line-height:1.8;color:#243552}
.ead-artigo__conteudo p{margin-bottom:1.15rem}
.ead-artigo__conteudo img{max-width:100%;height:auto;border-radius:12px}
.ead-artigo__conteudo a{color:var(--blue);font-weight:700}
.ead-artigo__rodape{
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.2rem;
  border-top:1px solid var(--line);margin-top:2rem;padding-top:1.4rem;
}
.ead-artigo__tags{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}
.ead-artigo__tags-label{font-weight:800;color:var(--navy);font-size:.88rem;margin-right:.25rem}
.ead-artigo__tag{
  background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:.3rem .7rem;
  font-size:.78rem;font-weight:700;color:var(--navy);
}
.ead-artigo__share{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.ead-artigo__share-label{font-weight:800;color:var(--navy);font-size:.88rem;margin-right:.25rem}
.ead-artigo__share-btn{
  width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;
  color:#fff;font-size:1rem;
}
.ead-artigo__share-btn--whats{background:#25d366}
.ead-artigo__share-btn--face{background:#1877f2}
.ead-artigo__share-btn--x{background:#111}
.ead-artigo__share-btn--link{background:#1262ff}
.ead-artigo__share-btn--link.is-copiado{background:#009a00}
.ead-artigo__nav{
  display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;
}
.ead-artigo__nav-item{
  border:1px solid var(--line);border-radius:16px;padding:1rem 1.1rem;background:#fff;color:inherit;
}
.ead-artigo__nav-item:hover{border-color:#1262ff}
.ead-artigo__nav-item--next{text-align:right}
.ead-artigo__nav-dir{display:block;font-size:.8rem;font-weight:800;color:var(--blue);margin-bottom:.35rem}
.ead-artigo__nav-titulo{display:block;font-weight:800;color:var(--navy);font-size:.95rem;line-height:1.35}

.ead-comentarios{margin-top:2.2rem;padding-top:1.6rem;border-top:1px solid var(--line)}
.ead-comentarios__titulo{font-size:1.35rem;font-weight:900;color:var(--navy);margin-bottom:1rem}
.ead-comentarios__vazio{color:var(--muted)}
.ead-comentarios__lista{list-style:none;margin:0;padding:0}
.ead-comentario{display:flex;gap:.9rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.ead-comentario__avatar{
  width:42px;height:42px;border-radius:50%;background:#1262ff;color:#fff;font-weight:800;
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;
}
.ead-comentario__nome{font-size:1rem;font-weight:850;color:var(--navy);margin:0 .75rem 0 0;display:inline}
.ead-comentario__data{font-size:.8rem;color:var(--muted)}
.ead-comentario__texto{margin:.45rem 0 .55rem;color:#243552;line-height:1.6}
.ead-comentario__responder{
  border:0;background:transparent;color:var(--blue);font-weight:800;font-size:.85rem;padding:0;
}
.ead-comentario__respostas{list-style:none;margin:.85rem 0 0;padding:0 0 0 0}
.ead-comentario--resposta{border-bottom:0;padding:.75rem 0 0;margin-top:.5rem;border-top:1px dashed var(--line)}
.ead-comentarios__form{margin-top:1.6rem;background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.3rem}
.ead-comentarios__form-titulo{font-size:1.1rem;font-weight:850;color:var(--navy);margin:0 0 1rem}
.ead-contato-panel{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:2rem 1.5rem;
  box-shadow:0 18px 48px rgba(7,26,63,.06);
}
@media (min-width:768px){
  .ead-contato-panel{padding:2.5rem 2.25rem}
}
.ead-form-wrap__header{margin-bottom:1.4rem}
.ead-form-wrap__title{font-size:1.65rem;font-weight:900;color:var(--navy);margin:0 0 .5rem}
.ead-form-wrap__subtitle{color:var(--muted);margin:0;line-height:1.55}
.ead-form__group{margin-bottom:.2rem}
.ead-form__label{display:block;font-weight:700;font-size:.88rem;color:var(--navy);margin-bottom:.35rem}
.ead-form__required{color:#c0392b}
.ead-form__control{
  width:100%;border:1px solid var(--line);border-radius:12px;padding:.7rem .9rem;font-size:.95rem;
  background:#fff;color:var(--navy);
}
.ead-form__control:focus{outline:0;border-color:#1262ff;box-shadow:0 0 0 3px rgba(18,98,255,.12)}
.ead-form__control.is-invalid{border-color:#ff4d4f}
/* intlTelInput no formulário de contato */
.ead-form .iti{width:100%;display:block}
.ead-form .iti input.ead-form__control,
.ead-form .iti input.ead-phone-intl{
  width:100%;
  height:auto;
  border:1px solid var(--line);
  border-radius:12px;
  padding-top:.7rem;
  padding-bottom:.7rem;
  padding-right:.9rem;
  font-size:.95rem;
  background:#fff;
  color:var(--navy);
}
.ead-form .iti input.ead-form__control:focus,
.ead-form .iti input.ead-phone-intl:focus{
  outline:0;border-color:#1262ff;box-shadow:0 0 0 3px rgba(18,98,255,.12);
}
.ead-form .iti input.ead-form__control.is-invalid,
.ead-form .iti input.ead-phone-intl.is-invalid{border-color:#ff4d4f}
.ead-form .iti__flag-container{
  left:0!important;
  right:auto;
  border-radius:12px 0 0 12px!important;
  padding:0!important;
  padding-right:0!important;
}
.ead-form .iti__selected-flag{
  border-radius:12px 0 0 12px;
  height:100%;
  padding:0 8px 0 10px;
}
.ead-form .iti--separate-dial-code .iti__selected-flag{
  background-color:rgba(7,26,63,.04);
}
.ead-form .iti__selected-dial-code{color:var(--navy);font-weight:650;font-size:.9rem}
.ead-form .iti__country-list{
  border-radius:12px;
  border-color:var(--line);
  box-shadow:0 12px 28px rgba(7,26,63,.12);
  z-index:5;
}
.ead-form__feedback{min-height:1.1rem;font-size:.8rem;color:#a8071a;margin-top:.25rem}
.ead-form__actions{margin-top:1rem}
.ead-form__submit{min-width:220px}
.ead-form__envio-status{margin:1rem 0 0;color:var(--muted);font-weight:650}
.ead-form-wrap__sucesso{
  text-align:center;padding:1.5rem 1rem;background:#f6ffed;border:1px solid #b7eb8f;border-radius:16px;
}
.ead-form-wrap__sucesso-titulo{font-size:1.35rem;font-weight:900;color:#237804;margin:0 0 .5rem}
.ead-form-wrap__sucesso-texto{color:#243552;line-height:1.55}
.ead-alert{border-radius:12px;padding:.85rem 1rem;margin:1rem 0;font-weight:650}
.ead-alert--danger{background:#fff1f0;border:1px solid #ffccc7;color:#a8071a}
.ead-alert--success{background:#f6ffed;border:1px solid #b7eb8f;color:#237804}
.page-extra .ead-form-wrap{margin-top:.5rem}

@media (max-width:991.98px){
  .ead-blog-filtros{grid-template-columns:1fr}
  .ead-artigo__nav{grid-template-columns:1fr}
  .ead-artigo__nav-item--next{text-align:left}
}

/* ===== Home redesign (ead-home-*) ===== */
.ead-home-brand{
  font-size:clamp(1.15rem,2vw,1.45rem);
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#e4d4f7;
  margin:0;
}
.ead-home-hero .hero-visual,
.ead-home-hero__visual{min-height:480px}
.ead-home-hero .dashboard-wrap.is-alive .dashboard-shell{
  animation:ead-home-float 5.5s ease-in-out infinite;
}
@keyframes ead-home-float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* Hero carousel full-bleed (marketing_banner) — não altera o hero estático */
.ead-home-hero--banners{
  min-height:100vh;
  min-height:100dvh;
  padding:0;
  display:flex;
  align-items:stretch;
  background:var(--navy);
}
.ead-home-hero--banners:before{display:none}
.ead-home-hero--banners .hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.03);
  transition:opacity 1s ease,transform 7s ease;
}
.ead-home-hero--banners .hero-slide.active{
  opacity:1;
  transform:scale(1);
}
/* LCP: 1º slide com background via CSS vars no HTML (sem esperar JS) */
.ead-home-hero--banners .hero-slide.active[style*="--hero-bg"]{
  background-image:var(--hero-bg);
}
@media (max-width:767.98px){
  .ead-home-hero--banners .hero-slide.active[style*="--hero-bg-m"]{
    background-image:var(--hero-bg-m);
  }
}
.ead-home-hero--banners .hero-slide[data-bg].lazy-loaded{opacity:0}
.ead-home-hero--banners .hero-slide.active[data-bg].lazy-loaded{opacity:1}
.ead-home-hero--banners .hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,26,63,.92) 0%,rgba(7,26,63,.72) 42%,rgba(18,98,255,.32) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28));
  pointer-events:none;
}
.ead-home-hero--banners .hero-content{
  position:relative;
  z-index:2;
  width:100%;
  padding-top:140px;
  padding-bottom:90px;
  display:flex;
  align-items:center;
}
.ead-home-hero--banners .hero-content-panel{
  display:none;
  max-width:920px;
}
.ead-home-hero--banners .hero-content-panel.active{display:block}
.ead-home-hero--banners .eyebrow{
  margin-top:0;
  color:#dce8ff;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
}
.ead-home-hero--banners h1{
  color:#fff;
  margin-top:1rem;
  max-width:860px;
}
.ead-home-hero--banners h1 span{color:#9ec1ff}
.ead-home-hero--banners p{
  color:rgba(255,255,255,.88);
  max-width:720px;
}
.ead-home-hero--banners .dot-nav{
  position:absolute;
  z-index:3;
  bottom:28px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:.55rem;
}
.ead-home-hero--banners .dot-nav button{
  width:12px;
  height:12px;
  padding:0;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.36);
  transition:background .25s ease,transform .25s ease;
  cursor:pointer;
}
.ead-home-hero--banners .dot-nav button.active{
  background:#fff;
  transform:scale(1.15);
}
.ead-home-hero--banners .dot-nav button:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}

.ead-home-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease,transform .55s ease;
  transition-delay:var(--ead-reveal-delay,0ms);
}
.ead-home-reveal.is-visible{
  opacity:1;
  transform:none;
}

.ead-home-eco-card{
  height:100%;
  padding:1.4rem 1.25rem;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ead-home-eco-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(7,26,63,.08);
  border-color:#d7c8ef;
}
.ead-home-eco-card__icon{
  width:44px;height:44px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:#f3ebff;color:var(--blue);font-size:1.2rem;margin-bottom:1rem;
}
.ead-home-eco-card h3{
  font-size:1.05rem;font-weight:850;color:var(--navy);margin-bottom:.55rem;
}
.ead-home-eco-card p{
  margin:0;font-size:.9rem;line-height:1.65;color:var(--muted);
}

.ead-home-featured--wl{
  position:relative;
  overflow:hidden;
}
.ead-home-featured--wl:before{
  content:"";
  position:absolute;inset:auto -8% -40% auto;
  width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(78,13,148,.08),transparent 68%);
  pointer-events:none;
}
.ead-home-featured__panel{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 24px 60px rgba(7,26,63,.1);
  transform:translateY(0) scale(1);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.ead-home-featured__panel.is-hovered{
  transform:translateY(-6px) scale(1.015);
  box-shadow:0 32px 70px rgba(7,26,63,.14);
  border-color:#d7c8ef;
}
.ead-home-featured__panel-bar{
  display:flex;align-items:center;gap:.45rem;
  padding:.75rem 1rem;background:#fff;border-bottom:1px solid #ebe3f5;
}
.ead-home-featured__panel-bar span{
  width:8px;height:8px;border-radius:50%;background:#ced8e8;display:inline-block;
}
.ead-home-featured__panel-bar span:nth-child(1){background:#ff6b6b}
.ead-home-featured__panel-bar span:nth-child(2){background:#ffd166}
.ead-home-featured__panel-bar span:nth-child(3){background:#06d6a0}
.ead-home-featured__panel-bar strong{
  margin-left:.75rem;font-size:.82rem;color:var(--muted);font-weight:700;
}
.ead-home-featured__panel-body{
  padding:1.6rem 1.4rem 1.8rem;
  background:linear-gradient(160deg,#f7f3fc 0%,#fff 55%);
}
.ead-home-featured__brand-mark{
  display:inline-flex;align-items:center;
  padding:.55rem 1rem;border-radius:12px;
  background:linear-gradient(135deg,var(--navy),#1a3a7a);
  color:#fff;font-weight:850;font-size:.95rem;margin-bottom:1.2rem;
}
.ead-home-featured__checklist{
  list-style:none;margin:0;padding:0;
}
.ead-home-featured__checklist li{
  display:flex;align-items:flex-start;gap:.65rem;
  font-size:.92rem;color:var(--navy);font-weight:650;
  margin-bottom:.7rem;
}
.ead-home-featured__checklist i{color:var(--blue);margin-top:.15rem}

.ead-home-parceiro-hero{
  padding:2rem 1.5rem;
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 12%, rgba(78,13,148,.12), transparent 28%),
    linear-gradient(135deg,#fff 0%,#f7f3fc 100%);
  border:1px solid var(--line);
  transition:box-shadow .35s ease,border-color .35s ease,transform .35s ease;
}
.ead-home-parceiro-hero.is-hovered{
  box-shadow:0 28px 64px rgba(7,26,63,.1);
  border-color:#d7c8ef;
  transform:translateY(-3px);
}
@media (min-width:992px){
  .ead-home-parceiro-hero{padding:2.5rem 2.25rem}
}
.ead-home-parceiro-caps{
  list-style:none;margin:1.25rem 0 0;padding:0;
}
.ead-home-parceiro-caps li{
  display:flex;align-items:center;gap:.65rem;
  font-weight:700;color:var(--navy);font-size:.95rem;margin-bottom:.55rem;
}
.ead-home-parceiro-caps i{color:var(--blue)}
.ead-home-parceiro-links__title{
  font-size:1rem;font-weight:850;color:var(--navy);margin:0 0 1rem;
}
.ead-home-parceiro-link{
  display:block;position:relative;
  height:100%;padding:1.1rem 1rem 1.1rem 1.15rem;
  border-radius:16px;background:#fff;border:1px solid var(--line);
  text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ead-home-parceiro-link:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(7,26,63,.08);
  border-color:#d7c8ef;
}
.ead-home-parceiro-link strong{
  display:block;color:var(--navy);font-size:.95rem;margin-bottom:.35rem;padding-right:1.2rem;
}
.ead-home-parceiro-link span{
  display:block;color:var(--muted);font-size:.82rem;line-height:1.5;padding-right:.5rem;
}
.ead-home-parceiro-link > i{
  position:absolute;top:1.1rem;right:1rem;color:var(--blue);font-size:.9rem;
  transition:transform .2s ease;
}
.ead-home-parceiro-link:hover > i{transform:translateX(3px)}

.ead-home-painel-card{
  display:flex;flex-direction:column;height:100%;
  padding:1.35rem 1.2rem 1.25rem;
  border-radius:20px;background:#fff;border:1px solid var(--line);
  text-decoration:none;color:inherit;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ead-home-painel-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(7,26,63,.1);
  border-color:#d7c8ef;
  color:inherit;
}
.ead-home-painel-card--destaque{
  border-color:#c9a8eb;
  background:linear-gradient(180deg,#faf7fd 0%,#fff 70%);
  box-shadow:0 12px 32px rgba(78,13,148,.08);
}
.ead-home-painel-card--destaque:hover{
  box-shadow:0 20px 48px rgba(78,13,148,.14);
}
.ead-home-painel-card__icon{
  width:46px;height:46px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:#f3ebff;color:var(--blue);font-size:1.25rem;margin-bottom:1rem;
}
.ead-home-painel-card--destaque .ead-home-painel-card__icon{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;
}
.ead-home-painel-card__label{
  display:inline-flex;align-self:flex-start;
  font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  color:var(--blue);background:#f3ebff;border-radius:999px;padding:.3rem .65rem;margin-bottom:.75rem;
}
.ead-home-painel-card h3{
  font-size:1.15rem;font-weight:900;color:var(--navy);line-height:1.25;margin-bottom:.55rem;
}
.ead-home-painel-card p{
  flex:1;margin:0 0 1rem;font-size:.9rem;line-height:1.6;color:var(--muted);
}
.ead-home-painel-card__cta{
  font-size:.88rem;font-weight:800;color:var(--blue);
}
.ead-home-painel-card__cta i{
  margin-left:.25rem;
  display:inline-block;
  transition:transform .2s ease;
}
.ead-home-painel-card:hover .ead-home-painel-card__cta i{transform:translateX(3px)}

.ead-home-tool{
  display:flex;align-items:center;gap:.9rem;
  height:100%;padding:1rem 1.05rem;
  border-radius:16px;background:#fff;border:1px solid var(--line);
  text-decoration:none;color:inherit;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ead-home-tool:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(7,26,63,.08);
  border-color:#d7c8ef;
  color:inherit;
}
.ead-home-tool__icon{
  flex:0 0 42px;width:42px;height:42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:var(--soft);color:var(--blue);font-size:1.1rem;
  transition:background .2s ease,color .2s ease;
}
.ead-home-tool:hover .ead-home-tool__icon{
  background:#f3ebff;color:var(--violet);
}
.ead-home-tool__body{flex:1;min-width:0}
.ead-home-tool__body strong{
  display:block;font-size:.95rem;font-weight:850;color:var(--navy);margin-bottom:.2rem;
}
.ead-home-tool__body small{
  display:block;font-size:.82rem;line-height:1.45;color:var(--muted);
}
.ead-home-tool__arrow{
  color:var(--blue);opacity:.55;font-size:.85rem;
  transition:opacity .2s ease,transform .2s ease;
}
.ead-home-tool:hover .ead-home-tool__arrow{
  opacity:1;transform:translateX(3px);
}

.ead-home-diff{
  height:100%;padding:1.35rem 1.2rem;
  border-radius:18px;background:#fff;border:1px solid var(--line);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ead-home-diff:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 32px rgba(7,26,63,.07);
  border-color:#d7c8ef;
}
.ead-home-diff > i{
  display:inline-flex;font-size:1.35rem;color:var(--blue);margin-bottom:.85rem;
}
.ead-home-diff h3{
  font-size:1rem;font-weight:850;color:var(--navy);margin-bottom:.5rem;line-height:1.3;
}
.ead-home-diff p{
  margin:0;font-size:.88rem;line-height:1.6;color:var(--muted);
}

.ead-home-blog__feature.blog-showcase{
  border-color:var(--line);
  box-shadow:0 18px 48px rgba(7,26,63,.07);
}
.ead-home-blog__side.blog-sidebar{
  gap:.85rem;
}

.ead-home-cta__panel.cta-panel{
  background:
    radial-gradient(circle at 88% 18%, rgba(67,194,255,.18), transparent 32%),
    linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 55%,#1a1050 100%);
  border:1px solid rgba(255,255,255,.08);
}

.ead-home-faq__accordion .accordion-item{
  border:1px solid var(--line);
  border-radius:14px!important;
  overflow:hidden;
  margin-bottom:.75rem;
  background:#fff;
  transition:box-shadow .2s ease,border-color .2s ease;
}
.ead-home-faq__accordion .accordion-item:has(.accordion-button:not(.collapsed)){
  border-color:#d7c8ef;
  box-shadow:0 10px 28px rgba(7,26,63,.06);
}
.ead-home-faq__accordion .accordion-button{
  font-size:.98rem;padding:1.05rem 1.2rem;
  background:#fff;
}
.ead-home-faq__accordion .accordion-button:not(.collapsed){
  background:var(--soft);
  color:var(--blue);
}
.ead-home-faq__accordion .accordion-body{
  font-size:.92rem;line-height:1.7;color:var(--muted);padding:0 1.2rem 1.15rem;
}

/* ===== EADvanced Sports: tema escopado + home + CTA ===== */
body.is-ead-sports{
  --blue:#0f9d45;
  --blue-2:#16b856;
  --navy:#062816;
  --navy-2:#0a3d1f;
  --ink:#0c2918;
  --muted:#4a6b57;
  --soft:#eff8f1;
  --line:#c6e6d0;
  --cyan:#5fd98a;
  --violet:#0f9d45;
  --sports-pitch:#0b6b32;
  --sports-pitch-2:#0e8a3f;
  background:
    linear-gradient(180deg,rgba(15,157,69,.04),transparent 220px),
    #fff;
}
body.is-ead-sports .site-nav,
body.is-ead-sports .site-nav.scrolled,
body.is-ead-sports .topbar{
  background:#062816;
  border-bottom-color:rgba(255,255,255,.08);
}
body.is-ead-sports .site-nav.scrolled{
  box-shadow:0 12px 40px rgba(6,40,22,.28);
}
body.is-ead-sports .topbar{color:#d4f0de}
body.is-ead-sports .btn-brand{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  box-shadow:0 10px 25px rgba(15,157,69,.3);
}
body.is-ead-sports .section-tag,
body.is-ead-sports .ead-page__header .section-tag{
  color:var(--blue);
  background:#e8f8ee;
  border-color:#bfe8cd;
}
body.is-ead-sports .ead-page__content a{color:var(--blue)}
body.is-ead-sports .ead-page__content a:hover{color:#0a6b2e}
body.is-ead-sports .ead-page__content li::marker{color:var(--blue)}
body.is-ead-sports .ead-footer,
body.is-ead-sports footer#rodape{
  background:
    linear-gradient(135deg,rgba(15,157,69,.18),transparent 42%),
    #062816;
  color:#c8e6d4;
}
body.is-ead-sports .ead-footer__cta,
body.is-ead-sports .ead-footer__blog{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
}
body.is-ead-sports .ead-page{
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 46px,
      rgba(15,157,69,.035) 46px,
      rgba(15,157,69,.035) 48px
    ),
    linear-gradient(180deg,#f4fbf6 0%,#fff 28%);
}
body.is-ead-sports .ead-page__header{
  border-bottom-color:rgba(15,157,69,.18);
}
.ead-page__sports-ball,
.ead-sports-cta__ball,
.ead-home-sports__ball{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.ead-page__sports-ball svg,
.ead-sports-cta__ball svg,
.ead-home-sports__ball svg{
  display:block;
}
.ead-page__tag--sports{
  gap:.5rem;
}

.ead-home-sports{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:hidden;
  padding-top:112px;
  padding-bottom:112px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(95,217,138,.22), transparent 28%),
    radial-gradient(ellipse at 12% 88%, rgba(6,40,22,.35), transparent 42%),
    linear-gradient(145deg,#0b6b32 0%,#0e8a3f 42%,#062816 100%);
}
.ead-home-sports__pitch{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 64px,
      rgba(255,255,255,.035) 64px,
      rgba(255,255,255,.035) 66px
    ),
    radial-gradient(circle at 82% 22%, transparent 14%, rgba(255,255,255,.045) 15%, transparent 16%),
    radial-gradient(ellipse at 8% 78%, rgba(255,255,255,.05), transparent 36%);
  opacity:.85;
  will-change:transform;
  transform:translate3d(0,var(--ead-sports-parallax,0px),0);
}
.ead-home-sports > .container{
  position:relative;
  z-index:1;
}
.ead-home-sports__tag{
  color:#dff8e8!important;
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.22)!important;
}
.ead-home-sports .section-title{color:#fff}
.ead-home-sports .section-copy{color:rgba(255,255,255,.86)}
.ead-home-sports__proof-link{
  color:#fff;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:.18em;
}
.ead-home-sports__proof-link:hover{color:#dff8e8}
.ead-home-sports__proof-label{
  margin:1.35rem 0 0;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#b8f0cb;
}
.ead-home-sports__stats{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:.85rem;
}
.ead-home-sports__stat{
  flex:1 1 132px;
  min-width:132px;
  max-width:188px;
  padding:1.15rem 1.2rem 1.05rem;
  border-radius:18px;
  text-align:center;
  color:#062816;
  background:
    linear-gradient(160deg,rgba(255,255,255,.96) 0%,rgba(232,248,238,.94) 100%);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:
    0 18px 40px rgba(0,0,0,.22),
    0 0 0 1px rgba(11,107,50,.08),
    inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter:blur(6px);
}
.ead-home-sports__stat strong{
  display:block;
  font-size:clamp(1.7rem,3.2vw,2.15rem);
  font-weight:900;
  letter-spacing:-.04em;
  line-height:1;
  color:#0b6b32;
}
.ead-home-sports__stat span{
  display:block;
  margin-top:.45rem;
  font-size:.76rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(6,40,22,.72);
}
.ead-home-sports__btn{
  background:linear-gradient(135deg,#fff,#e8f8ee)!important;
  color:#062816!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
.ead-home-sports__btn:hover{color:#062816!important}
.ead-home-sports__btn-outline{
  border-color:rgba(255,255,255,.55)!important;
  color:#fff!important;
  background:rgba(255,255,255,.06);
}
.ead-home-sports__btn-outline:hover{
  background:#fff!important;
  color:#062816!important;
  border-color:#fff!important;
}
.ead-home-sports__panels-title{
  font-size:1rem;
  font-weight:850;
  margin:0 0 1rem;
  color:#fff;
}
.ead-home-sports__panel{
  display:flex;
  align-items:flex-start;
  gap:.9rem;
  height:100%;
  padding:1.15rem 1.1rem;
  border-radius:16px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  text-decoration:none;
  transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.ead-home-sports__panel:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.28);
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  color:#fff;
}
.ead-home-sports__panel-icon{
  flex:0 0 42px;
  width:42px;height:42px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.14);
  font-size:1.15rem;
}
.ead-home-sports__panel-body{flex:1;min-width:0}
.ead-home-sports__panel-body strong{
  display:block;
  font-size:.95rem;
  font-weight:850;
  margin-bottom:.25rem;
}
.ead-home-sports__panel-body span{
  display:block;
  font-size:.82rem;
  line-height:1.5;
  opacity:.86;
}
.ead-home-sports__panel-arrow{
  margin-top:.2rem;
  opacity:.75;
  transition:transform .2s ease;
}
.ead-home-sports__panel:hover .ead-home-sports__panel-arrow{transform:translateX(3px)}

.ead-sports-cta{
  margin-top:2.5rem;
}
.ead-sports-cta__inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:1.6rem 1.4rem;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 20%, rgba(95,217,138,.25), transparent 30%),
    linear-gradient(135deg,#0b6b32 0%,#0e8a3f 48%,#062816 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 44px rgba(6,40,22,.16);
}
.ead-sports-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  font-size:.72rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#dff8e8;
  margin-bottom:.55rem;
}
.ead-sports-cta__title{
  font-size:clamp(1.35rem,2.4vw,1.85rem);
  font-weight:900;
  letter-spacing:-.03em;
  margin:0 0 .45rem;
  color:#fff;
}
.ead-sports-cta__text{
  margin:0;
  max-width:46ch;
  color:rgba(255,255,255,.86);
  font-size:.95rem;
  line-height:1.6;
}
.ead-sports-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}
.ead-sports-cta__btn{
  background:linear-gradient(135deg,#fff,#e8f8ee)!important;
  color:#062816!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}
.ead-sports-cta__btn:hover{color:#062816!important}
.ead-sports-cta__btn-secondary{
  border:1px solid rgba(255,255,255,.45);
  color:#fff;
  background:rgba(255,255,255,.06);
  border-radius:999px;
}
.ead-sports-cta__btn-secondary:hover{
  background:#fff;
  color:#062816;
  border-color:#fff;
}

@media (min-width:992px){
  .ead-home-sports{padding-top:128px;padding-bottom:128px}
  .ead-sports-cta__inner{padding:1.9rem 2rem}
}

@media (max-width:991.98px){
  .ead-home-hero .dashboard-wrap{
    position:relative;right:auto;top:auto;width:100%;
    transform:none;
  }
  .ead-home-hero .dashboard-wrap.is-alive .dashboard-shell{animation:none}
  .ead-home-hero .hero-visual,
  .ead-home-hero__visual{min-height:auto}
  .ead-home-hero--banners{
    min-height:max(420px,72svh);
    padding:0;
  }
  .ead-home-hero--banners .hero-content{
    padding-top:200px;
    padding-bottom:72px;
  }
  .ead-home-sports{padding-top:88px;padding-bottom:88px}
  .ead-home-sports__stat{
    min-width:118px;
    max-width:none;
    flex:1 1 calc(33.333% - .7rem);
  }
}
@media (max-width:767.98px){
  .ead-home-hero--banners{padding:0}
  .ead-home-hero--banners .hero-content{
    padding-top:180px;
    padding-bottom:64px;
  }
  .ead-home-hero--banners h1{
    font-size:clamp(2.2rem,9vw,3.4rem);
  }
  .ead-sports-cta__actions{width:100%}
  .ead-sports-cta__btn,
  .ead-sports-cta__btn-secondary{width:100%;justify-content:center}
}
@media (prefers-reduced-motion:reduce){
  .ead-home-reveal{opacity:1;transform:none;transition:none}
  .ead-home-hero .dashboard-wrap.is-alive .dashboard-shell{animation:none}
  .ead-home-hero--banners .hero-slide{
    transition:none;
    transform:none;
  }
  .ead-home-sports__pitch{
    transform:none!important;
    will-change:auto;
  }
  .ead-home-eco-card:hover,
  .ead-home-parceiro-link:hover,
  .ead-home-painel-card:hover,
  .ead-home-tool:hover,
  .ead-home-diff:hover,
  .ead-home-featured__panel.is-hovered,
  .ead-home-parceiro-hero.is-hovered,
  .ead-home-sports__panel:hover{
    transform:none;
  }
}
