/** Shopify CDN: Minification failed

Line 85:0 All "@import" rules must come first

**/
/* ============================================
   MCHOSE — Pré-lançamento Brasil
   ============================================ */


   /* ==========================================================
   MiSans — 10 pesos
   ========================================================== */
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-THIN.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-EXTRALIGHT.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-LIGHT.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-NORMAL.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-REGULAR.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-MEDIUM.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-DEMIBOLD.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-SEMIBOLD.woff2') format('woff2');
  font-weight: 650;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-BOLD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('/cdn/shop/files/MISANS-HEAVY.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --mc-bg: #0a0a0f;
  --mc-bg-2: #12121c;
  --mc-fg: #ffffff;
  --mc-fg-dim: #a3b0c8;
  --mc-fg-muted: #6b7591;
  --mc-accent: #013EBC;
  --mc-accent-soft: #2a5fd9;
  --mc-accent-deep: #012a82;
  --mc-border: rgba(255, 255, 255, 0.08);
  --mc-border-strong: rgba(1, 62, 188, 0.45);
  --mc-blur: 14px;
  --mc-radius-sm: 8px;
  --mc-radius-md: 16px;
  --mc-radius-lg: 28px;
  --mc-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mc-max: 1520px;
}

.mchose-lp * { box-sizing: border-box; }
.mchose-lp { font-family: 'MiSans', system-ui, -apple-system, "Segoe UI", sans-serif;; -webkit-font-smoothing: antialiased; }
.mchose-lp img, .mchose-lp video { display: block; max-width: 100%; }

/* ==========================================================
   HERO
   ========================================================== */
.mc-hero {
  position: relative;
  width: 100%;
  height: 86vh;
  min-height: 640px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #000;
  color: var(--mc-fg);
}

.mc-hero__media { position: absolute; inset: 0; z-index: 0; }

.mc-hero__media video,
.mc-hero__media img,
.mc-hero__placeholder {
  width: 100%; height: 100%; object-fit: cover;
}

.mc-hero__placeholder {
  background:
    radial-gradient(ellipse at 30% 40%, rgba(1,62,188,0.4), transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(1,62,188,0.25), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 14px),
    #050510;
  display: grid;
  place-items: center;
  color: var(--mc-fg-muted);
  font-family: ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mc-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  backdrop-filter: blur(30px) saturate(1.1);
  -webkit-backdrop-filter: blur(var(--mc-blur)) saturate(1.1);
  background:
    radial-gradient(ellipse at center, rgba(10,10,15,0.2) 0%, rgba(10,10,15,0.75) 80%),
    linear-gradient(180deg, rgba(10,10,15,0.3) 0%, rgba(10,10,15,0.6) 100%);
}

.mc-hero__media video,
.mc-hero__media img {
  filter: blur(4px);
  transform: scale(1.1); 
  background: radial-gradient(ellipse at center, #0a0a0f33, #0a0a0fbf 80%), linear-gradient(180deg, #0a0a0f4d, #0a0a0f99);
}

.mc-hero__noise {
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 3px);
  animation: mc-scanline 8s linear infinite;
}

@keyframes mc-scanline { 0% { transform: translateY(0); } 100% { transform: translateY(3px); } }

.mc-hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 24px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.mc-hero__tag {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #ffffff73;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  background: #ffffff26;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  animation: mc-fade-up 0.9s cubic-bezier(0.2,0.7,0.2,1) 0.3s forwards;
  backdrop-filter: blur(10px);
}

.mc-hero__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  font-size: clamp(64px, 14vw, 200px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.9;
  margin: 0 auto 24px;
  color: #fff;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  font-family: 'MiSans', system-ui, -apple-system, "Segoe UI", sans-serif;
}

.mc-hero__title .mc-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: mc-letter-in 0.7s cubic-bezier(0.2,0.7,0.2,1) forwards;
}

.mc-hero__title .mc-letter:nth-child(1) { animation-delay: 0.6s; }
.mc-hero__title .mc-letter:nth-child(2) { animation-delay: 0.7s; }
.mc-hero__title .mc-letter:nth-child(3) { animation-delay: 0.8s; }
.mc-hero__title .mc-letter:nth-child(4) { animation-delay: 0.9s; }
.mc-hero__title .mc-letter:nth-child(5) { animation-delay: 1.0s; }
.mc-hero__title .mc-letter:nth-child(6) { animation-delay: 1.1s; }

@keyframes mc-letter-in { to { opacity: 1; transform: translateY(0); } }

.mc-hero__date {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 300;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 1);
  opacity: 0;
  transform: translateY(20px);
  animation: mc-fade-up 0.9s cubic-bezier(0.2,0.7,0.2,1) 1.4s forwards;
}

@keyframes mc-fade-up { to { opacity: 1; transform: translateY(0); } }

.mc-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: mc-fade-up 0.8s cubic-bezier(0.2,0.7,0.2,1) 1.8s forwards;
  cursor: pointer;
}

.mc-hero__scroll-arrow {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.4);
  position: relative;
  overflow: hidden;
}

.mc-hero__scroll-arrow::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: mc-scroll-dot 1.8s ease-in-out infinite;
}

.mc-hero__scroll svg {
  display: block;
  width: 14px;
  height: 8px;
  animation: mc-arrow-bounce 0.8s ease-in-out infinite;
}

@keyframes mc-scroll-dot {
  0%   { top: -100%; }
  100% { top: 100%; }
}

@keyframes mc-arrow-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50%       { transform: translateY(4px); opacity: 1; }
}

/* ==========================================================
   EXPAND — auto-cycle por timing, sem scroll
   ========================================================== */
.mc-expand {
  position: relative;
  width: 100%;
  background: var(--mc-bg);
  overflow: hidden;
  height: 70vh;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-expand__stage {
  position: relative;
  width: 100%;
  max-width: var(--mc-max);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

/* Cada slide cobre o stage; animação começa centralizada, depois vai pra esquerda */
.mc-expand__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
}

.mc-expand__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Animação: começa centralizada; quando is-shifted, desloca pra borda esquerda */
.mc-expand__anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(200px, 20vw, 300px);
  height: clamp(200px, 20vw, 300px);
  display: grid;
  place-items: center;
  transition: left 0.8s cubic-bezier(0.5,0,0.2,1), transform 0.8s cubic-bezier(0.5,0,0.2,1);
  z-index: 2;
}

.mc-expand__slide.is-active.is-shifted .mc-expand__anim {
  /* 30px da borda esquerda do stage; transform mantém vertical centrado */
  left: calc(30px + (clamp(200px, 20vw, 300px) / 2));
  transform: translate(-50%, -50%);
}

.mc-expand__anim svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Texto: começa invisível atrás da animação; quando shifted, aparece centralizado no stage */
.mc-expand__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  font-size: clamp(26px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1) 0.35s, transform 0.7s cubic-bezier(0.5,0,0.2,1) 0.35s;
  pointer-events: none;
  z-index: 1;
  max-width: 60%;
}

.mc-expand__slide.is-active.is-shifted .mc-expand__text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ── Animação 1: Blocos empilhando fine-line ── */
.mc-anim-blocks .mc-block {
  fill: none;
  stroke: rgba(255,255,255,0.6);
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: translateY(-30px);
}

.mc-expand__slide.is-active .mc-anim-blocks .mc-block {
  animation: mc-block-stack 0.6s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;
}

.mc-expand__slide.is-active .mc-anim-blocks .mc-block:nth-child(1) { animation-delay: 0.0s; }
.mc-expand__slide.is-active .mc-anim-blocks .mc-block:nth-child(2) { animation-delay: 0.15s; }
.mc-expand__slide.is-active .mc-anim-blocks .mc-block:nth-child(3) { animation-delay: 0.3s; }
.mc-expand__slide.is-active .mc-anim-blocks .mc-block:nth-child(4) { animation-delay: 0.45s; }
.mc-expand__slide.is-active .mc-anim-blocks .mc-block:nth-child(5) { animation-delay: 0.6s; }
.mc-expand__slide.is-active .mc-anim-blocks .mc-block:nth-child(6) { animation-delay: 0.75s; }

@keyframes mc-block-stack {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Animação 2: Globo wireframe (branco) ── */
.mc-anim-globe svg { width: 100%; height: 100%; }

.mc-anim-globe .mc-globe__outer {
  fill: none;
  stroke: rgba(255,255,255,0.5);
  stroke-width: 0.6;
}

.mc-anim-globe .mc-globe__line {
  fill: none;
  stroke: rgba(255,255,255,0.65);
  stroke-width: 0.5;
  stroke-linecap: round;
}

.mc-anim-globe .mc-globe__dot {
  fill: #fff;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.9));
}

.mc-anim-globe .mc-globe__dot--pulse {
  animation: mc-globe-pulse 1.6s ease-in-out infinite;
}

@keyframes mc-globe-pulse {
  0%, 100% { r: 1.4; opacity: 1; }
  50%       { r: 2.8; opacity: 0.6; }
}

/* Globo aparece com fade + scale */
.mc-anim-globe {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

.mc-expand__slide.is-active .mc-anim-globe {
  opacity: 1;
  transform: scale(1);
}

/* ── Animação 3: Circuito tec — anéis concêntricos + nodes ── */
.mc-anim-circuit svg { width: 100%; height: 100%; }

.mc-anim-circuit .mc-circuit-ring {
  fill: none;
  stroke: rgba(255,255,255,0.6);
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transform-origin: center;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-ring {
  animation: mc-circuit-draw 1s cubic-bezier(0.4,0,0.2,1) forwards, mc-circuit-rotate 14s linear infinite 1s;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-ring:nth-child(2) {
  animation-delay: 0.15s, 1.15s;
  animation-direction: normal, reverse;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-ring:nth-child(3) {
  animation-delay: 0.3s, 1.3s;
}

.mc-anim-circuit .mc-circuit-line {
  fill: none;
  stroke: rgba(255,255,255,0.5);
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-line {
  animation: mc-circuit-draw 0.8s cubic-bezier(0.4,0,0.2,1) forwards;
  animation-delay: 0.5s;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-line:nth-child(5) { animation-delay: 0.6s; }
.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-line:nth-child(6) { animation-delay: 0.7s; }
.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-line:nth-child(7) { animation-delay: 0.8s; }

.mc-anim-circuit .mc-circuit-node {
  fill: #fff;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.8));
  opacity: 0;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-node {
  animation: mc-node-appear 0.4s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;
  animation-delay: 1s;
}

.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-node:nth-child(9)  { animation-delay: 1.1s; }
.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-node:nth-child(10) { animation-delay: 1.2s; }
.mc-expand__slide.is-active .mc-anim-circuit .mc-circuit-node:nth-child(11) { animation-delay: 1.3s; }

.mc-anim-circuit .mc-circuit-pulse {
  animation: mc-globe-pulse 1.6s ease-in-out infinite 1.4s;
}

@keyframes mc-circuit-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes mc-circuit-rotate {
  to { transform: rotate(360deg); }
}

@keyframes mc-node-appear {
  to { opacity: 1; }
}

/* Indicadores de progresso (3 dots embaixo) */
.mc-expand__progress {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.mc-expand__dot {
  width: 28px;
  height: 4px;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  transition: width 0.3s, background 0.3s;
}

.mc-expand__dot.is-active {
  background: #fff;
  width: 44px;
}

/* MOBILE */
@media (max-width: 768px) {
  .mc-expand {
    height: 60vh;
    min-height: 400px;
  }

  .mc-expand__anim {
    width: clamp(160px, 50vw, 240px);
    height: clamp(160px, 50vw, 240px);
  }

  .mc-expand__text {
    font-size: clamp(20px, 5.5vw, 32px);
    max-width: 55%;
  }

  .mc-expand__slide.is-active.is-shifted .mc-expand__anim {
    /* 16px da borda esquerda em mobile */
    left: calc(16px + (clamp(160px, 50vw, 240px) / 2));
  }
}

/* ==========================================================
   VERTICAL SLIDER
   ========================================================== */
.mc-vslider {
  position: relative;
  width: 100%;
  background: var(--mc-bg);
  /* height: 400vh;*/
  
}

/* Esconde os combos no desktop — só aparecem no mobile */
.mc-vslider__combo { display: none; }

.mc-vslider__pin {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.mc-vslider__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  max-width: var(--mc-max);
  padding: 0 60px;
}

.mc-vslider__media,
.mc-vslider__copy {
  position: relative;
  height: 480px;
}

.mc-vslider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mc-vslider__slide.is-active { opacity: 1; transform: translateY(0); }

.mc-vslider__img {
  width: 100%;
  height: 100%;
  border-radius: var(--mc-radius-lg);
  background:
    radial-gradient(circle at 50% 50%, rgba(1,62,188,0.3), transparent 65%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 8px, transparent 8px 18px),
    #14141e;
  border: 1px solid var(--mc-border);
  display: grid;
  place-items: center;
  font-family: ui-monospace, monospace;
  color: var(--mc-fg-muted);
  font-size: 12px;
  letter-spacing: 0.15em;
  overflow: hidden;
}

.mc-vslider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--mc-radius-lg);
}

.mc-vslider__eyebrow {
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.mc-vslider__title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  max-width: 520px;
  color: #fff;
  font-family: 'MiSans', system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight:650;
}

.mc-vslider__desc {
  font-size: 18px;
  color: #ffffff73;
  line-height: 1.65;
  max-width: 480px;
  margin: 0;
}

.mc-vslider__progress {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 5;
}

.mc-vslider__dot {
  width: 4px;
  height: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  transition: background 0.4s, height 0.4s;
  cursor: pointer;
  display: block;
}

.mc-vslider__dot.is-active {
  background: #fff;
  height: 48px;
}

/* ==========================================================
   FORM
   ========================================================== */
.mc-form-section {
  position: relative;
  padding: 100px 24px;
  overflow: hidden;
  background: var(--mc-bg);
  color: var(--mc-fg);
}

.mc-form-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(1,62,188,0.18) 0%, transparent 60%);
  transform: translate(-50%, -50%);
  filter: blur(40px);
  pointer-events: none;
}

.mc-form {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 80px;
  border-radius: var(--mc-radius-lg);
  background: linear-gradient(41deg, #3b3b3b05, #0e0e0ea8);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.15),
    inset 0 -1px 0 rgba(1,62,188,0.25);
  opacity: 0;
  transform: translateY(60px) scale(0.96);
  transition: opacity 1s, transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mc-form.is-visible { opacity: 1; transform: translateY(0) scale(1); }

.mc-form__head { text-align: left; margin-bottom: 36px; }

.mc-form__tag {
  display: inline-block;
  padding: 6px 14px;
  border: 0px solid var(--mc-border-strong);
  border-radius: 0px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff);
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
}

.mc-form__title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
  text-align: left;
  color: #fff;
  font-family: "Inter";
}

.mc-form__sub {
  font-size: 15px;
  color: #ffffff9e;
  text-align: left;
  margin: 0;
}

.mc-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  align-items: end;
}

.mc-form__field { min-width: 0; }

.mc-form__field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff9e;
  margin-bottom: 10px;
}

.mc-form__field input {
  width: 100%;
  padding: 0 22px;
  border-radius: var(--mc-radius-sm);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: var(--mc-fg);
  font-family: inherit;
  font-size: 16px;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  height: 62px;
  outline: none;
}

.mc-form__field input::placeholder { color: var(--mc-fg-muted); }

.mc-form__field input:focus {
  border-color: var(--mc-accent);
  background: rgba(1,62,188,0.08);
  box-shadow: 0 0 0 4px rgba(1,62,188,0.18);
}

.mc-form__btn {
  padding: 0 40px;
  height: 62px;
  border: none;
  border-radius: var(--mc-radius-sm);
  background: #012e8b;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.3s, background 0.3s;
  box-shadow: 0 8px 24px rgba(1,62,188,0.35);
  white-space: nowrap;
}

.mc-form__btn:hover {
  background: var(--mc-accent-deep);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(1,62,188,0.5);
}

.mc-form__btn:active { transform: translateY(0); }
.mc-form__btn:disabled { opacity: 0.6; cursor: not-allowed; }

.mc-form__legal {
  font-size: 12px;
  color: #ffffff9e;
  line-height: 1.6;
  text-align: center;
  margin-top: 24px;
}

.mc-form__legal a {
  color: var(--mc-fg-dim);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mc-form__legal a:hover { color: var(--mc-accent-soft); }

.mc-form__success { display: none; text-align: center; padding: 40px 0; }
.mc-form.is-success .mc-form__fields { display: none; }
.mc-form.is-success .mc-form__success { display: block; }

/* ==========================================================
   HORIZONTAL SLIDER
   ========================================================== */
.mc-hslider {
  padding: 120px 0;
  background: var(--mc-bg);
  overflow: hidden;
  color: var(--mc-fg);
}

.mc-hslider__head {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 24px;
}

.mc-hslider__eyebrow {
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}

.mc-hslider__title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  font-family: 'MiSans', system-ui, -apple-system, "Segoe UI", sans-serif;
}

.mc-hslider__track-wrap {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.mc-hslider__track {
  display: flex;
  gap: 24px;
  animation: mc-marquee 40s linear infinite;
  width: max-content;
}

.mc-hslider__track:hover { animation-play-state: paused; }

@keyframes mc-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mc-hslider__card {
  width: 500px;
  height: 500px;
  border-radius: var(--mc-radius-lg);
  background:
    radial-gradient(circle at 30% 30%, rgba(1,62,188,0.25), transparent 60%),
    repeating-linear-gradient(60deg, rgba(255,255,255,0.02) 0 8px, transparent 8px 18px),
    #12121e;
  border: 1px solid var(--mc-border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-family: ui-monospace, monospace;
  color: var(--mc-fg-muted);
  font-size: 12px;
  letter-spacing: 0.2em;
  transition: transform 0.5s, border-color 0.5s;
  overflow: hidden;
}

.mc-hslider__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-hslider__card:hover {
  transform: scale(1.02);
  border-color: var(--mc-border-strong);
}

/* ==========================================================
   FULL VIDEO
   ========================================================== */
.mc-fullvideo {
  width: 100%;
  position: relative;
  background: #0a0a0f;
  overflow: hidden;
}

.mc-fullvideo video,
.mc-fullvideo img,
.mc-fullvideo__placeholder {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom:100px;
}

.mc-fullvideo__placeholder {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(1,62,188,0.25), transparent 60%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.02) 0 4px, transparent 4px 14px),
    #08080f;
  display: grid;
  place-items: center;
  color: var(--mc-fg-muted);
  font-family: ui-monospace, monospace;
  font-size: 14px;
  letter-spacing: 0.2em;
}

/* Switch desktop/mobile — aplica a video, img e placeholder */
.mc-hero .mc-hero__video--mobile,
.mc-fullvideo .mc-fullvideo__video--mobile { display: none !important; }
.mc-hero .mc-hero__video--desktop,
.mc-fullvideo .mc-fullvideo__video--desktop { display: block; }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 768px) {
  .mc-hero .mc-hero__video--desktop,
  .mc-fullvideo .mc-fullvideo__video--desktop { display: none !important; }
  .mc-hero .mc-hero__video--mobile,
  .mc-fullvideo .mc-fullvideo__video--mobile  { display: block !important; }

  .mc-fullvideo video,
  .mc-fullvideo img,
  .mc-fullvideo__placeholder { aspect-ratio: 768 / 1530; }

  /* Hero */
  .mc-hero { min-height: 86vh; }
  .mc-hero__content { padding: 0 16px; }
  .mc-hero__title {
    font-size: clamp(48px, 16vw, 110px);
    letter-spacing: -0.02em;
  }
  .mc-hero__date  { font-size: clamp(14px, 4vw, 22px); letter-spacing: 0.3em; }
  .mc-hero__tag   { font-size: 9px; padding: 6px 12px; letter-spacing: 0.2em; }

  /* VSlider mobile — UM trilho único com imagem + texto juntos */
  .mc-vslider { height: auto !important; padding: 0; }

  .mc-vslider__pin {
    position: relative !important;
    height: auto !important;
    top: auto;
    padding: 60px 0 80px;
    display: block;
  }

  .mc-vslider__inner {
    display: flex !important;
    flex-direction: row !important;
    grid-template-columns: none;
    gap: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mc-vslider__inner::-webkit-scrollbar { display: none; }

  /* Esconde os trilhos antigos no mobile */
  .mc-vslider__media,
  .mc-vslider__copy { display: none !important; }

  /* Slides combinados (imagem + texto) - renderizados via Liquid no mobile */
  .mc-vslider__combo {
    display: flex !important;
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    gap: 24px;
  }

  .mc-vslider__combo .mc-vslider__img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .mc-vslider__combo .mc-vslider__img {
    width: 100%;
    height: 100%;
    border-radius: var(--mc-radius-lg);
    background:
      radial-gradient(circle at 50% 50%, rgba(1,62,188,0.3), transparent 65%),
      repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 8px, transparent 8px 18px),
      #14141e;
    border: 1px solid var(--mc-border);
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  .mc-vslider__combo .mc-vslider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mc-vslider__combo .mc-vslider__text {
    text-align: center;
  }

  .mc-vslider__title {
    font-size: clamp(22px, 6.5vw, 30px) !important;
    max-width: 100%;
    margin: 0 auto 16px !important;
  }

  .mc-vslider__desc { font-size: 15px; margin: 0 auto; max-width: 100%; }
  .mc-vslider__eyebrow { margin-bottom: 12px; }

  /* Dots horizontais */
  .mc-vslider__progress {
    position: relative !important;
    right: auto;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    gap: 10px;
    margin: 24px auto 0;
    width: 100%;
  }

  .mc-vslider__dot {
    width: 28px !important;
    height: 4px !important;
    border-radius: 2px;
  }

  .mc-vslider__dot.is-active {
    width: 44px !important;
    height: 4px !important;
  }

  /* Form */
  .mc-form-section { padding: 80px 16px; }
  .mc-form         { padding: 36px 24px; }
  .mc-form__row    { grid-template-columns: 1fr; gap: 18px; }
  .mc-form__btn    { width: 100%; padding: 18px; }
  .mc-form__head   { text-align: center;}
  .mc-form__title  { text-align: center;}
  .mc-form__sub    { text-align: center;}

  /* HSlider */
  .mc-hslider     { padding: 80px 0; }
  .mc-hslider__card { width: 420px; height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}