/* ═══════════════════════════════════════════════════════════════════════
   MÉTODOS — Implantação & Sustentação Landing Page
   Prefix: mt-
   Accent: Indigo (#6366f1) + Cyan (#06b6d4)
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --mt-indigo: #6366f1;
  --mt-indigo-light: #818cf8;
  --mt-cyan: #06b6d4;
  --mt-cyan-light: #22d3ee;
  --mt-emerald: #10b981;
  --mt-emerald-light: #34d399;
  --mt-amber: #f59e0b;
  --mt-amber-light: #fbbf24;
}

/* ═══ HERO ═══ */
.mt-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 0 4rem;
  overflow: hidden;
}
.mt-hero__bg {
  position: absolute; inset: 0; z-index: 0; overflow: hidden;
}
.mt-hero__canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: .25; pointer-events: none;
}
.mt-hero__orb {
  position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none;
}
.mt-hero__orb--1 {
  width: 600px; height: 600px; top: -15%; right: -8%;
  background: radial-gradient(circle, rgba(99,102,241,0.14), transparent 70%);
  animation: mt-drift-1 22s ease-in-out infinite;
}
.mt-hero__orb--2 {
  width: 500px; height: 500px; bottom: -10%; left: -5%;
  background: radial-gradient(circle, rgba(6,182,212,0.12), transparent 70%);
  animation: mt-drift-2 26s ease-in-out infinite;
}
.mt-hero__orb--3 {
  width: 400px; height: 400px; top: 35%; left: 30%;
  background: radial-gradient(circle, rgba(16,185,129,0.08), transparent 70%);
  animation: mt-drift-3 20s ease-in-out infinite;
}
@keyframes mt-drift-1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-50px,40px)} }
@keyframes mt-drift-2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(40px,-30px)} }
@keyframes mt-drift-3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-30px,-40px)} }

.mt-hero__inner { text-align: center; }
.mt-hero__content {
  position: relative; z-index: 2; max-width: 800px; margin: 0 auto;
}
.mt-hero__title {
  font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1.5rem;
}
.mt-hero__desc {
  font-size: 1.15rem; line-height: 1.75; color: var(--wf-text-2);
  max-width: 640px; margin: 0 auto 2.5rem;
}
.mt-hero__ctas {
  display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap;
}
.mt-hero__stats {
  display: flex; justify-content: center; gap: 3rem; margin-top: 4rem; flex-wrap: wrap;
}
.mt-hero__stat { text-align: center; }
.mt-hero__stat-num {
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--mt-indigo-light);
  letter-spacing: -0.03em; line-height: 1;
}
.mt-hero__stat-label {
  font-size: .85rem; color: var(--wf-text-3); margin-top: .4rem;
}

/* ═══ SHARED ═══ */
.mt-onboarding, .mt-roteiro, .mt-sustentacao, .mt-premissas, .mt-pdca, .mt-cta {
  padding: 6rem 0;
}
.mt-section-head {
  text-align: center; max-width: 700px; margin: 0 auto 3.5rem;
}

/* ═══ ONBOARDING — 2 COL ═══ */
.mt-onboarding__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.mt-onboarding__visual {
  position: relative; background: var(--wf-bg-card); border: 1px solid var(--wf-border);
  border-radius: var(--wf-r-2xl, 28px); padding: 2.5rem; overflow: hidden;
}
.mt-onboarding__visual::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--mt-indigo), var(--mt-cyan));
}
.mt-onboarding__steps {
  display: flex; flex-direction: column; gap: 1rem;
}
.mt-onboarding__step {
  display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem;
  background: rgba(99,102,241,0.06); border: 1px solid rgba(99,102,241,0.1);
  border-radius: var(--wf-r-lg, 16px); transition: all 300ms ease;
}
.mt-onboarding__step:hover {
  background: rgba(99,102,241,0.12); transform: translateX(4px);
}
.mt-onboarding__step-icon {
  width: 40px; height: 40px; border-radius: var(--wf-r-md, 12px);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem;
}
.mt-onboarding__step-icon--indigo { background: rgba(99,102,241,0.15); color: var(--mt-indigo-light); }
.mt-onboarding__step-icon--cyan { background: rgba(6,182,212,0.15); color: var(--mt-cyan-light); }
.mt-onboarding__step-icon--emerald { background: rgba(16,185,129,0.15); color: var(--mt-emerald-light); }
.mt-onboarding__step-icon--amber { background: rgba(245,158,11,0.15); color: var(--mt-amber-light); }
.mt-onboarding__step-title { font-weight: 600; font-size: .95rem; color: var(--wf-text-1); }
.mt-onboarding__step-desc { font-size: .82rem; color: var(--wf-text-3); }
.mt-onboarding__text h2 {
  font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 800; margin-bottom: 1.2rem;
}
.mt-onboarding__text p {
  font-size: 1.05rem; line-height: 1.8; color: var(--wf-text-2); margin-bottom: 1rem;
}

/* ═══ ROTEIRO — TIMELINE ═══ */
.mt-roteiro__timeline {
  position: relative; max-width: 900px; margin: 0 auto;
}
.mt-roteiro__timeline::before {
  content: ''; position: absolute; left: 28px; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--mt-indigo), var(--mt-cyan), var(--mt-emerald));
  border-radius: 2px;
}
.mt-roteiro__phase {
  position: relative; padding-left: 72px; margin-bottom: 2.5rem;
}
.mt-roteiro__phase-num {
  position: absolute; left: 8px; top: 0;
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 800; z-index: 1;
  background: var(--mt-indigo); color: #fff;
  box-shadow: 0 0 0 4px var(--wf-bg), 0 0 20px rgba(99,102,241,0.3);
}
.mt-roteiro__phase:nth-child(2n) .mt-roteiro__phase-num { background: var(--mt-cyan); box-shadow: 0 0 0 4px var(--wf-bg), 0 0 20px rgba(6,182,212,0.3); }
.mt-roteiro__phase:nth-child(3n) .mt-roteiro__phase-num { background: var(--mt-emerald); box-shadow: 0 0 0 4px var(--wf-bg), 0 0 20px rgba(16,185,129,0.3); }
.mt-roteiro__phase-card {
  background: var(--wf-bg-card); border: 1px solid var(--wf-border);
  border-radius: var(--wf-r-xl, 20px); padding: 1.8rem 2rem;
  transition: all 350ms ease;
}
.mt-roteiro__phase-card:hover {
  border-color: rgba(99,102,241,0.25); transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.mt-roteiro__phase-title {
  font-size: 1.1rem; font-weight: 700; color: var(--wf-text-1); margin-bottom: .8rem;
  display: flex; align-items: center; gap: .5rem;
}
.mt-roteiro__phase-title i {
  color: var(--mt-indigo-light); font-size: 1.2rem;
}
.mt-roteiro__phase-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: .4rem .8rem;
}
.mt-roteiro__phase-list li {
  display: flex; align-items: flex-start; gap: .5rem;
  font-size: .85rem; color: var(--wf-text-2); line-height: 1.5;
}
.mt-roteiro__phase-list li i {
  color: var(--mt-cyan-light); font-size: .75rem; flex-shrink: 0; margin-top: 3px;
}

/* ═══ SUSTENTAÇÃO — CHANNELS ═══ */
.mt-sustentacao__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
}
.mt-sustentacao__card {
  background: var(--wf-bg-card); border: 1px solid var(--wf-border);
  border-radius: var(--wf-r-xl, 20px); padding: 2rem 1.5rem; text-align: center;
  transition: all 350ms ease;
}
.mt-sustentacao__card:hover {
  border-color: rgba(6,182,212,0.3); transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(6,182,212,0.08);
}
.mt-sustentacao__card-icon {
  width: 56px; height: 56px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; margin: 0 auto 1.2rem;
  font-size: 1.4rem;
}
.mt-sustentacao__card-icon--cyan { background: rgba(6,182,212,0.12); color: var(--mt-cyan-light); }
.mt-sustentacao__card-icon--emerald { background: rgba(16,185,129,0.12); color: var(--mt-emerald-light); }
.mt-sustentacao__card-icon--indigo { background: rgba(99,102,241,0.12); color: var(--mt-indigo-light); }
.mt-sustentacao__card-icon--amber { background: rgba(245,158,11,0.12); color: var(--mt-amber-light); }
.mt-sustentacao__card h3 {
  font-size: 1.05rem; font-weight: 700; color: var(--wf-text-1); margin-bottom: .5rem;
}
.mt-sustentacao__card p {
  font-size: .88rem; line-height: 1.6; color: var(--wf-text-2);
}
.mt-sustentacao__card .mt-badge--enterprise {
  display: inline-block; margin-top: .8rem; padding: 3px 10px;
  background: rgba(245,158,11,0.12); color: var(--mt-amber-light);
  border-radius: 20px; font-size: .7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em;
}

/* ═══ PREMISSAS — 2x2 GRID ═══ */
.mt-premissas__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
}
.mt-premissa {
  background: var(--wf-bg-card); border: 1px solid var(--wf-border);
  border-radius: var(--wf-r-xl, 20px); padding: 2rem; transition: all 350ms ease;
}
.mt-premissa:hover {
  border-color: rgba(99,102,241,0.3); transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.mt-premissa__icon {
  width: 48px; height: 48px; border-radius: var(--wf-r-md, 12px);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 1rem;
  background: rgba(99,102,241,0.12); color: var(--mt-indigo-light);
}
.mt-premissa h3 {
  font-size: 1.1rem; font-weight: 700; color: var(--wf-text-1); margin-bottom: .6rem;
}
.mt-premissa p {
  font-size: .9rem; line-height: 1.7; color: var(--wf-text-2);
}

/* ═══ PAPÉIS — COMPACT LIST ═══ */
.mt-papeis {
  padding: 6rem 0;
}
.mt-papeis__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.mt-papel {
  background: var(--wf-bg-card); border: 1px solid var(--wf-border);
  border-radius: var(--wf-r-lg, 16px); padding: 1.2rem; text-align: center;
  transition: all 250ms ease;
}
.mt-papel:hover {
  border-color: rgba(99,102,241,0.2); transform: translateY(-2px);
}
.mt-papel i {
  font-size: 1.3rem; color: var(--mt-indigo-light); display: block; margin-bottom: .5rem;
}
.mt-papel strong {
  font-size: .82rem; font-weight: 700; color: var(--wf-text-1); display: block; margin-bottom: .3rem;
}
.mt-papel span {
  font-size: .75rem; color: var(--wf-text-3); line-height: 1.4;
}

/* ═══ PDCA — HIGHLIGHT ═══ */
.mt-pdca__card {
  background: var(--wf-bg-card); border: 1px solid var(--wf-border);
  border-radius: var(--wf-r-2xl, 28px); padding: 3rem; text-align: center;
  max-width: 700px; margin: 0 auto; position: relative; overflow: hidden;
}
.mt-pdca__card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--mt-emerald), var(--mt-indigo), var(--mt-cyan));
}
.mt-pdca__card i {
  font-size: 2rem; color: var(--mt-emerald-light); margin-bottom: 1rem; display: block;
}
.mt-pdca__card h3 {
  font-size: 1.3rem; font-weight: 800; color: var(--wf-text-1); margin-bottom: .8rem;
}
.mt-pdca__card p {
  font-size: 1rem; line-height: 1.8; color: var(--wf-text-2); max-width: 540px; margin: 0 auto;
}
.mt-pdca__items {
  display: flex; justify-content: center; gap: 2rem; margin-top: 2rem; flex-wrap: wrap;
}
.mt-pdca__item {
  text-align: center;
}
.mt-pdca__item strong {
  display: block; font-size: .85rem; font-weight: 700; color: var(--mt-emerald-light);
}
.mt-pdca__item span {
  font-size: .78rem; color: var(--wf-text-3);
}

/* ═══ CTA ═══ */
.mt-cta__card {
  background: linear-gradient(135deg, #312e81, #1e1b4b);
  border-radius: var(--wf-r-2xl, 28px); padding: 4rem 3rem; text-align: center;
  position: relative; overflow: hidden;
}
.mt-cta__card::before {
  content: ''; position: absolute; top: -40%; right: -20%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(6,182,212,0.15), transparent 70%);
  pointer-events: none;
}
.mt-cta__content { position: relative; z-index: 1; }
.mt-cta__content h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800;
  color: #fff; margin-bottom: 1rem;
}
.mt-cta__content p {
  color: rgba(255,255,255,.6); font-size: 1.05rem; max-width: 600px;
  margin: 0 auto 2rem;
}
.mt-cta__btns {
  display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .mt-onboarding__grid { grid-template-columns: 1fr; }
  .mt-sustentacao__grid { grid-template-columns: repeat(2, 1fr); }
  .mt-premissas__grid { grid-template-columns: 1fr; }
  .mt-papeis__grid { grid-template-columns: repeat(2, 1fr); }
  .mt-roteiro__phase-list { grid-template-columns: 1fr; }
  .mt-hero__stats { gap: 2rem; }
}
@media (max-width: 640px) {
  .mt-sustentacao__grid { grid-template-columns: 1fr; }
  .mt-papeis__grid { grid-template-columns: 1fr; }
  .mt-cta__card { padding: 2.5rem 1.5rem; }
  .mt-hero__stats { flex-direction: column; gap: 1.5rem; }
  .mt-roteiro__phase { padding-left: 60px; }
  .mt-roteiro__timeline::before { left: 20px; }
  .mt-roteiro__phase-num { left: 0; width: 38px; height: 38px; font-size: .8rem; }
}
