:root{--white:#fff;--black:#080808;--navy:#0d1834;--gutter:24px;--header:60px;--ease-power3:cubic-bezier(.215,.61,.355,1);--ease-power4:cubic-bezier(.165,.84,.44,1)}
*{box-sizing:border-box}
html{scroll-behavior:auto}
body{margin:0;overflow-x:hidden;background:var(--navy);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a,button{font:inherit;color:inherit}
.hero{position:relative;height:320vh;background:var(--navy)}
.hero__sticky{position:sticky;top:0;height:100vh;min-height:650px;overflow:hidden;isolation:isolate;background:var(--navy)}
.hero__media,.hero__scene,.hero__image{position:absolute;inset:0}
.hero__media{z-index:1;overflow:hidden;background:#15264a}
.hero__scene{will-change:transform}
.hero__image{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 0%;pointer-events:none;user-select:none;will-change:opacity,transform,object-position}
.hero__image--before{z-index:1;opacity:1}
.hero__image--after{z-index:2;opacity:0}
.hero__shade{position:absolute;z-index:3;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(5,14,35,.05),transparent 46%),linear-gradient(0deg,rgba(5,11,28,.12),transparent 34%)}
.hero-header{position:fixed;z-index:100;top:0;left:0;right:0;height:var(--header);padding:0 var(--gutter);display:grid;grid-template-columns:minmax(120px,1fr) auto auto auto auto;align-items:center;column-gap:54px;color:rgba(255,255,255,.64);background:rgba(7,16,45,0);border-bottom:1px solid rgba(255,255,255,0);backdrop-filter:blur(0px);text-transform:uppercase;font-size:12px;font-weight:300;letter-spacing:.08em;line-height:1;text-shadow:0 1px 18px rgba(0,0,0,.28)}
.hero-header a{text-decoration:none;white-space:nowrap}
.hero-header a:hover,.hero-header button:hover{opacity:1;color:#fff}
.hero-header__menu{position:relative;width:50px;height:22px;padding:0;border:0;background:transparent;cursor:pointer}
.hero-header__menu span{position:absolute;left:0;width:50px;height:1px;background:currentColor}
.hero-header__menu span:first-child{top:8px}.hero-header__menu span:last-child{top:12px}
.hero-header__logo{position:absolute;left:120px;top:15px;display:flex;align-items:center;gap:6px;text-decoration:none;font-size:19px;font-weight:300;letter-spacing:.30em;opacity:.78;visibility:visible}
.hero-header__logo-img{height:32px;width:auto;display:block}
.hero-header__solutions{grid-column:2}.hero-header__technology{grid-column:3}.hero-header__guest{grid-column:4}.hero-header__contact{grid-column:5;justify-self:end}
.hero__tagline,.hero__description{position:absolute;z-index:12;margin:0;color:var(--white);text-transform:uppercase}
.hero__tagline{top:50%;left:67.4%;width:360px;font-size:clamp(23px,1.55vw,32px);font-weight:400;line-height:.98;letter-spacing:-.038em}
.hero__description{top:15%;left:67%;width:min(420px,30vw);opacity:0;color:rgba(255,255,255,.74);font-size:clamp(16px,1.13vw,23px);font-weight:400;line-height:1.04;letter-spacing:-.026em}
.hero__tagline span,.hero__description span{display:block}.hero__description span{overflow:hidden}.hero__description i{display:block;font-style:normal;will-change:transform}
.hero__status{position:absolute;z-index:12;left:24px;bottom:24px;margin:0;color:rgba(255,255,255,.62);text-transform:uppercase;font-size:11px;letter-spacing:.12em;opacity:0}
.content-section{position:relative;z-index:6;min-height:100vh;padding:150px 24px 110px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(13,24,52,.08) 0%,var(--navy) 18%,var(--navy) 100%);color:var(--white);text-align:center;overflow:hidden}.content-section::before{content:"";position:absolute;left:0;right:0;top:-180px;height:260px;background:linear-gradient(180deg,rgba(13,24,52,0),var(--navy));pointer-events:none}
.content-section h2{margin:0;max-width:900px;font-size:clamp(42px,6vw,110px);font-weight:300;line-height:.94;letter-spacing:-.05em;text-transform:uppercase}
@media(max-width:1200px){.hero__tagline,.hero__description{left:62%}.hero-header{grid-template-columns:minmax(80px,1fr) auto auto auto auto;column-gap:26px}}
@media(max-width:767px){
  :root{--gutter:18px}.hero{height:280vh}.hero__sticky{min-height:560px}.hero-header{grid-template-columns:1fr auto auto auto auto;column-gap:12px;font-size:9px}
  .hero-header__contact{grid-column:5;justify-self:end}
  .hero-header__logo{left:66px;top:13px;font-size:14px}
  .hero-header__logo-img{height:22px}
  .hero__tagline{top:60%;left:20px;width:calc(100% - 40px);font-size:27px}.hero__description{top:18%;left:20px;width:calc(100% - 40px);font-size:17px}.hero__status{left:20px;bottom:18px}.hero__image{object-position:50% 50%}
}
@media(prefers-reduced-motion:reduce){.hero{height:100vh}.hero__tagline{display:none}.hero-header{color:#fff}.hero-header__logo{opacity:1;visibility:visible}.hero__image--before{opacity:0}.hero__image--after{opacity:1}.hero__description,.hero__status{opacity:1}}


/* =========================
   SOLUÇÕES EM ABAS
   ========================= */
.solutions-tabs-section{
  position:relative;
  padding:112px 24px 128px;
  background:#f4f5f3;
  color:#111;
}
.solutions-tabs-shell{
  width:min(1326px,calc(100% - 48px));
  margin:0 auto;
  overflow:hidden;
  border:1px solid #e2e4e1;
  border-radius:20px;
  background:#fff;
  box-shadow:0 22px 70px rgba(17,24,39,.07);
}
.solutions-tabs-nav{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:72px;
  background:#f8f9f7;
  border-bottom:1px solid #e3e5e2;
}
.solutions-tab{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-width:0;
  padding:18px 20px;
  border:0;
  border-right:1px solid #e3e5e2;
  background:transparent;
  color:#222;
  cursor:pointer;
  font-size:clamp(14px,1.15vw,20px);
  font-weight:400;
  letter-spacing:-.02em;
  transition:background .28s ease,color .28s ease;
}
.solutions-tab:last-child{border-right:0}
.solutions-tab:hover{background:#fff}
.solutions-tab.is-active{
  background:#fff;
  color:#0d1834;
}
.solutions-tab::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:-1px;
  height:3px;
  background:#0d1834;
  transition:left .35s cubic-bezier(.22,1,.36,1),right .35s cubic-bezier(.22,1,.36,1);
}
.solutions-tab.is-active::after{left:0;right:0}
.solutions-tab svg{
  flex:0 0 auto;
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.solutions-tab-panel{
  display:grid;
  grid-template-columns:minmax(0,38%) minmax(0,62%);
  gap:48px;
  align-items:center;
  min-height:720px;
  padding:16px;
}
.solutions-copy{
  padding:36px 18px 36px 22px;
}
.solutions-copy__eyebrow{
  margin:0 0 18px;
  color:#0d1834;
  font-size:12px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.solutions-copy h2{
  margin:0;
  color:#111;
  font-size:clamp(38px,3.8vw,62px);
  font-weight:400;
  line-height:1.04;
  letter-spacing:-.055em;
}
.solutions-copy__description{
  max-width:540px;
  margin:24px 0 34px;
  color:#5a5d59;
  font-size:clamp(17px,1.25vw,21px);
  line-height:1.55;
  letter-spacing:-.018em;
}
.solutions-features{
  display:grid;
  gap:0;
  margin:0 0 42px;
  padding:0;
  list-style:none;
}
.solutions-feature{
  position:relative;
  display:grid;
  grid-template-columns:26px 1fr;
  gap:14px;
  padding:20px 0;
  border-top:1px solid #e0e2df;
}
.solutions-feature:first-child{
  border-top:2px solid #0d1834;
}
.solutions-feature svg{
  width:23px;
  height:23px;
  margin-top:2px;
  fill:none;
  stroke:#202320;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.solutions-feature h3{
  margin:0 0 5px;
  color:#171917;
  font-size:18px;
  font-weight:600;
  line-height:1.3;
}
.solutions-feature p{
  margin:0;
  color:#5d605d;
  font-size:16px;
  line-height:1.55;
}
.solutions-feature{
  cursor:pointer;
  opacity:.56;
  transition:opacity .28s ease,background .28s ease;
}
.solutions-feature:hover,
.solutions-feature.is-active{
  opacity:1;
}
.solutions-feature__content{
  min-width:0;
}
.solutions-feature__progress{
  grid-column:1 / -1;
  position:relative;
  height:2px;
  margin-top:16px;
  overflow:hidden;
  background:#e1e5e1;
}
.solutions-feature__progress span{
  position:absolute;
  inset:0 auto 0 0;
  width:0%;
  background:#0d1834;
  transform-origin:left center;
  will-change:width;
}
.solutions-feature.is-complete .solutions-feature__progress span{
  width:100%;
}
.solutions-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:16px 28px;
  border:0;
  border-radius:8px;
  background:#0d1834;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-weight:500;
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}
.solutions-cta:hover{
  background:#15264a;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(15,158,138,.22);
}
.solutions-media{
  position:relative;
  min-height:680px;
  overflow:hidden;
  border-radius:16px;
  background:#e8ebe7;
  isolation:isolate;
}
.solutions-media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(7,21,31,.02),rgba(7,21,31,.11));
}
.solutions-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  will-change:opacity,transform;
}
.solutions-hud{
  position:absolute;
  z-index:4;
  width:min(330px,46%);
  padding:20px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 60px rgba(12,26,35,.17);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  animation:solutionsFloat 5s ease-in-out infinite alternate;
}
.solutions-hud--primary{top:17%;right:6%}
.solutions-hud--secondary{left:6%;bottom:9%;animation-delay:-2s}
.solutions-hud__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.solutions-hud__identity{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.solutions-hud__status{
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#0d1834;
  color:#fff;
  font-size:13px;
  font-weight:600;
}
.solutions-hud strong{
  display:block;
  overflow:hidden;
  color:#0d1834;
  font-size:16px;
  font-weight:600;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.solutions-hud small{
  display:block;
  margin-top:3px;
  color:#6d706d;
  font-size:12px;
}
.solutions-hud__avatar{
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(145deg,#d4dcd8,#fafafa);
  overflow:hidden;
}
.solutions-hud__avatar svg{width:100%;height:100%}
.solutions-hud__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.solutions-hud__chip{
  padding:7px 10px;
  border-radius:999px;
  background:#eef1ef;
  color:#363a37;
  font-size:11px;
  line-height:1;
}
@keyframes solutionsFloat{
  from{transform:translate3d(0,-4px,0)}
  to{transform:translate3d(0,4px,0)}
}

@media(max-width:1050px){
  .solutions-tab-panel{grid-template-columns:1fr;gap:20px;min-height:0;padding:22px}
  .solutions-copy{padding:26px 8px 10px}
  .solutions-media{min-height:570px}
}
@media(max-width:720px){
  .solutions-tabs-section{padding:72px 14px 88px}
  .solutions-tabs-shell{width:calc(100% - 24px);border-radius:16px}
  .solutions-tabs-nav{grid-template-columns:repeat(2,1fr)}
  .solutions-tab{min-height:68px;border-bottom:1px solid #e3e5e2;font-size:14px}
  .solutions-tab:nth-child(2){border-right:0}
  .solutions-tab-panel{padding:14px}
  .solutions-copy h2{font-size:39px}
  .solutions-media{min-height:460px}
  .solutions-hud{width:min(280px,78%);padding:15px}
  .solutions-hud--primary{top:8%;right:4%}
  .solutions-hud--secondary{left:4%;bottom:5%}
}
@media(max-width:480px){
  .solutions-tab{gap:8px;padding:14px 8px;font-size:12px}
  .solutions-tab svg{width:20px;height:20px}
  .solutions-copy{padding:22px 4px 8px}
  .solutions-copy h2{font-size:34px}
  .solutions-copy__description{font-size:16px}
  .solutions-media{min-height:390px}
  .solutions-hud--secondary{display:none}
}


/* =========================
   SEQUÊNCIA DE FRAMES NO CANVAS
   ========================= */
.school-sequence {
  position: relative;
  height: 500vh;
  min-height: 3000px;
  background: #0d1834;
}

.school-sequence__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #0d1834;
  isolation: isolate;
}

.school-sequence__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.school-sequence__loading {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  background: #0d1834;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.14em;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.school-sequence__loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.school-sequence__loading-track {
  width: min(280px, 72vw);
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.school-sequence__loading-bar {
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: width 0.18s ease;
}

.school-sequence__loading-value {
  min-width: 42px;
  text-align: center;
}

.school-sequence__progress {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: grid;
  grid-template-columns: auto minmax(80px, 240px) auto;
  align-items: center;
  justify-content: end;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  letter-spacing: 0.12em;
  pointer-events: none;
}

.school-sequence__progress-track {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.school-sequence__progress-bar {
  width: 0%;
  height: 100%;
  background: #ffffff;
  transform-origin: left center;
}

@media (max-width: 767px) {
  .school-sequence {
    height: 380vh;
    min-height: 2200px;
  }

  .school-sequence__sticky {
    min-height: 520px;
  }

  .school-sequence__progress {
    right: 18px;
    bottom: 18px;
    left: 18px;
    grid-template-columns: auto minmax(70px, 160px) auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .school-sequence {
    height: 100vh;
    min-height: 0;
  }

  .school-sequence__progress {
    display: none;
  }
}

/* =========================
   LENIS SMOOTH SCROLL
   ========================= */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* =========================
   SOLUÇÕES SHOWCASE
   ========================= */
#solutions-showcase {
  background-color: #F4F2EC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#solutions-showcase .kepler-section {
  max-width: 1680px;
  margin: 0 auto;
}
#solutions-showcase .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
#solutions-showcase .accordion-content[data-active="true"] {
  grid-template-rows: 1fr;
}
#solutions-showcase .accordion-inner {
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 400ms ease, transform 400ms ease;
  transition-delay: 0ms;
}
#solutions-showcase .accordion-content[data-active="true"] .accordion-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 150ms;
}
#solutions-showcase .visual-panel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
#solutions-showcase .visual-panel-img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
#solutions-showcase .visual-panel-img.outgoing {
  opacity: 0;
  transform: scale(0.985);
  z-index: 1;
}
#solutions-showcase .cta-btn {
  transition: all 0.2s ease;
}
#solutions-showcase .cta-btn:hover {
  transform: scale(1.02);
}
#solutions-showcase .cta-btn svg {
  transition: transform 0.2s ease;
}
#solutions-showcase .cta-btn:hover svg {
  transform: translate(3px, -3px);
}
@media (min-width: 1024px) {
  #solutions-showcase .sticky-panel {
    position: sticky;
    top: 96px;
    height: max-content;
  }
}

/* =========================
   ORBITAL SERVICES
   ========================= */
.font-editorial {
  font-family: 'Playfair Display', Georgia, serif;
}
.orbital-tag {
  background: white;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 9999px;
  padding: 8px 14px;
  font-size: 14px;
  color: #222222;
  box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}
#orbital-mobile-dots > div {
  transition: all 300ms ease;
}
.orbital-dot--inactive {
  width: 4px;
  background: rgba(0,0,0,0.2);
}
.orbital-dot--active {
  width: 16px;
  background: #0d1834;
}
