@font-face { font-family: "Passion One"; src: url("assets/passion-one-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Passion One"; src: url("assets/passion-one-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-400.woff2") format("woff2"); font-weight: 400 900; font-display: swap; }

:root {
  --moovz-orange: #f07e33;
  --moovz-purple: #5f4a99;
  --moovz-pink: #e72471;
  --moovz-yellow: #dbdb00;
  --moovz-offwhite: #e5e4e3;
  --moovz-black: #23272a;
  --muted: rgba(35, 39, 42, .7);
  --border: rgba(35, 39, 42, .16);
  --container: 1170px;
  --radius-card: 24px;
  --radius-image: 24px;
  --radius-button: 30px;
  --shadow-sm: 0 6px 18px rgba(35, 39, 42, .12);
  --shadow-md: 0 16px 40px rgba(35, 39, 42, .16);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--moovz-offwhite); color: var(--moovz-black); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Passion One", sans-serif; font-weight: 400; line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(58px, 7.2vw, 104px); letter-spacing: -.015em; }
h2 { font-size: clamp(42px, 4.8vw, 64px); }
h3 { font-size: clamp(28px, 3vw, 38px); }
.container { width: min(calc(100% - 48px), var(--container)); max-width: 100%; min-width: 0; margin-inline: auto; }
.section { padding-block: 104px; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; border-radius: 6px; background: var(--moovz-yellow); color: var(--moovz-black); transform: translateY(-140%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.welcome-hero { position: relative; overflow: hidden; min-height: 740px; background: var(--moovz-orange); color: var(--moovz-black); }
.site-header { position: relative; z-index: 5; }
.header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 168px; height: auto; filter: brightness(0) invert(1); }
.header-help { display: inline-flex; align-items: center; gap: 8px; color: var(--moovz-black); font-size: 13px; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }
.header-help:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 648px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 64px; padding-block: 72px 96px; }
.hero-grid > *, .video-layout > *, .support-grid > * { min-width: 0; }
.hero-copy { width: 100%; max-width: 620px; }
.hero-copy h1 { max-width: 720px; margin: 18px 0 24px; color: var(--moovz-black); }
.hero-lead { max-width: 620px; margin: 0; color: rgba(35, 39, 42, .83); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: #a8440c; font-size: 12px; font-weight: 900; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 3px; background: currentColor; content: ''; }
.eyebrow--light { color: var(--moovz-black); }

.hero-visual { position: relative; min-height: 500px; }
.product-montage { position: absolute; inset: 0; }
.product-montage::before { position: absolute; inset: 9% 9% 8% 13%; border: 8px solid rgba(229, 228, 227, .92); border-radius: 26px; background: #f0f0be; box-shadow: 22px 26px 0 rgba(35, 39, 42, .18); content: ''; transform: rotate(2deg); }
.product-montage__board { position: absolute; z-index: 1; display: block; border: 4px solid var(--moovz-black); border-radius: 22px; }
.product-montage__board--back { inset: 20% 16% 16% 17%; background: var(--moovz-purple); transform: rotate(-8deg); }
.product-montage__board--front { inset: 30% 7% 10% 24%; background: var(--moovz-orange); transform: rotate(5deg); }
.product-montage__photo { position: absolute; z-index: 2; top: 17%; left: 31%; width: 42%; height: 68%; margin: 0; overflow: hidden; border: 5px solid var(--moovz-black); border-radius: 18px; background: #dfc09d; box-shadow: 13px 15px 0 rgba(35, 39, 42, .2); transform: rotate(5deg); }
.product-montage__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.product-montage__monitor { position: absolute; z-index: 3; right: 8%; bottom: 9%; width: 27%; transform: rotate(-10deg); filter: drop-shadow(10px 13px 0 rgba(35, 39, 42, .3)); }
.product-montage__monitor img { width: 100%; height: auto; }
.product-montage__sticker { position: absolute; z-index: 4; right: 8%; bottom: 4%; padding: 12px 13px 9px; background: var(--moovz-orange); color: var(--moovz-black); font-family: "Passion One", sans-serif; font-size: 29px; line-height: .72; transform: rotate(-5deg); }
.product-montage__sticker span { display: block; margin-top: 8px; font-family: "DM Sans", sans-serif; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.hero-shape { position: absolute; z-index: 1; display: block; border: 2px solid rgba(35, 39, 42, .14); border-radius: 50%; pointer-events: none; }
.hero-shape--one { right: -14%; bottom: -35%; width: 54%; aspect-ratio: 1; }
.hero-shape--two { left: -17%; bottom: -48%; width: 43%; aspect-ratio: 1; }

.video-section { background: var(--moovz-offwhite); }
.video-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: center; gap: 64px; }
.video-copy { width: 100%; max-width: 390px; }
.video-copy h2 { margin-bottom: 0; }
.video-card { overflow: hidden; border-radius: var(--radius-image); background: var(--moovz-black); box-shadow: var(--shadow-md); }
.video-facade { position: relative; display: block; width: 100%; min-height: 360px; padding: 0; overflow: hidden; border: 0; background: var(--moovz-black); color: white; cursor: pointer; }
.video-facade img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.video-facade__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35, 39, 42, .22), transparent 70%), linear-gradient(0deg, rgba(35, 39, 42, .55), transparent 44%); }
.video-facade__play { position: absolute; top: 50%; left: 50%; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: var(--moovz-pink); color: white; font-size: 25px; transform: translate(-50%, -50%); transition: transform 160ms var(--ease), box-shadow 160ms ease; }
.video-facade:hover .video-facade__play, .video-facade:focus-visible .video-facade__play { box-shadow: 0 10px 24px rgba(231, 36, 113, .35); transform: translate(-50%, -50%) scale(1.08); }
.video-card iframe { display: block; width: 100%; min-height: 360px; border: 0; }

.action-section { background: #f5f4f2; }
.action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.action-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-card); background: #fff; box-shadow: none; }
.action-card::before { position: absolute; top: 0; right: 0; left: 0; height: 9px; background: var(--moovz-purple); content: ''; }
.action-card--pink::before { background: var(--moovz-pink); }
.card-index { margin: 0 0 20px; color: var(--moovz-orange); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.action-card h2 { max-width: 400px; margin-bottom: 18px; color: var(--moovz-black); }
.action-card p { max-width: 48ch; margin-bottom: 30px; color: var(--muted); }
.moovz-button { display: inline-flex; width: fit-content; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: var(--radius-button); font-size: 13px; font-weight: 900; letter-spacing: .045em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform 160ms var(--ease), box-shadow 160ms ease, background 160ms ease; }
.moovz-button:hover, .moovz-button:focus-visible { transform: translateY(-2px); }
.action-card .moovz-button { margin-top: auto; }
.moovz-button--primary { background: var(--moovz-orange); color: var(--moovz-black); }
.moovz-button--primary:hover, .moovz-button--primary:focus-visible { background: #e97a32; box-shadow: 0 10px 24px rgba(240, 126, 51, .28); }
.moovz-button--dark { background: var(--moovz-black); color: var(--moovz-offwhite); }
.moovz-button--dark:hover, .moovz-button--dark:focus-visible { background: var(--moovz-purple); }
.moovz-button--light { background: var(--moovz-offwhite); color: var(--moovz-black); }
.moovz-button--light:hover, .moovz-button--light:focus-visible { background: var(--moovz-yellow); }

.onboarding-section { background: var(--moovz-offwhite); }
.section-heading { max-width: 680px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; color: var(--moovz-black); }
.onboarding-flow { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.onboarding-flow::before { position: absolute; top: 35px; right: 8%; left: 8%; height: 3px; background: var(--moovz-orange); content: ''; opacity: .55; }
.onboarding-step { position: relative; z-index: 1; min-height: 270px; padding: 26px 20px 22px; border: 1px solid rgba(35, 39, 42, .13); border-radius: var(--radius-card); background: #fff; }
.onboarding-step:nth-child(1), .onboarding-step:nth-child(2), .onboarding-step:nth-child(3) { grid-column: span 2; }
.onboarding-step:nth-child(4) { grid-column: 2 / span 2; }
.onboarding-step:nth-child(5) { grid-column: 4 / span 2; }
.onboarding-step__number { display: grid; width: 58px; height: 58px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--moovz-orange); color: var(--moovz-black); font-family: "Passion One", sans-serif; font-size: 42px; line-height: 1; }
.onboarding-step--purple .onboarding-step__number { background: var(--moovz-purple); color: var(--moovz-offwhite); }
.onboarding-step--pink .onboarding-step__number { background: var(--moovz-pink); color: var(--moovz-offwhite); }
.onboarding-step--yellow .onboarding-step__number { background: var(--moovz-yellow); }
.onboarding-step--black { background: var(--moovz-black); color: var(--moovz-offwhite); }
.onboarding-step--black .onboarding-step__number { background: var(--moovz-offwhite); color: var(--moovz-black); }
.onboarding-step h3 { margin-bottom: 13px; }
.onboarding-step p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.onboarding-step--black p { color: rgba(229, 228, 227, .76); }
.current-step { display: inline-flex; margin-top: 20px; padding: 6px 10px; border-radius: 999px; background: var(--moovz-orange); color: var(--moovz-black); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.support-section { background: var(--moovz-black); color: var(--moovz-offwhite); }
.support-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; gap: 70px; }
.support-section h2 { max-width: 470px; margin-bottom: 0; }
.support-copy p { max-width: 620px; margin: 0 0 30px; color: rgba(229, 228, 227, .78); font-size: 18px; }
.support-copy a { color: var(--moovz-offwhite); font-weight: 700; }
.support-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.whatsapp-link { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; text-decoration: none; }
.whatsapp-link:hover { color: var(--moovz-orange); }
.whatsapp-link__icon { display: block; width: 24px; height: 24px; flex: 0 0 auto; }
.site-footer { padding-block: 28px; background: var(--moovz-black); color: rgba(229, 228, 227, .72); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(229, 228, 227, .14); }
.footer-inner img { width: 142px; filter: brightness(0) invert(1); }
.footer-inner a { font-size: 14px; font-weight: 700; text-decoration: none; }
.footer-inner a:hover { color: var(--moovz-orange); }
.floating-whatsapp { position: fixed; z-index: 9; right: 22px; bottom: 22px; display: grid; width: 52px; height: 52px; place-items: center; border: 4px solid white; border-radius: 50%; background: #20bd5a; color: white; box-shadow: var(--shadow-md); font-size: 24px; text-decoration: none; }
.floating-whatsapp svg { display: block; width: 27px; height: 27px; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px); }

@media (max-width: 900px) {
  .hero-grid, .video-layout, .support-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { padding-block: 55px 100px; }
  .hero-visual { width: min(100%, 640px); min-height: 500px; margin-inline: auto; }
  .video-copy { max-width: 620px; }
  .onboarding-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .onboarding-step:nth-child(1), .onboarding-step:nth-child(2), .onboarding-step:nth-child(3), .onboarding-step:nth-child(4), .onboarding-step:nth-child(5) { grid-column: auto; }
  .onboarding-step:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 36px); }
  .section { padding-block: 76px; }
  .header-inner { min-height: 76px; }
  .brand img { width: 142px; }
  .header-help { display: none; }
  .hero-grid { padding-top: 48px; }
  .hero-copy, .video-copy { width: calc(100vw - 36px); max-width: calc(100vw - 36px); }
  .hero-copy h1 { max-width: 100%; font-size: clamp(58px, 17vw, 86px); }
  .hero-lead { max-width: 100%; overflow-wrap: anywhere; }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 360px; min-width: 0; }
  .product-montage::before { inset: 8% 4% 8% 5%; border-width: 5px; border-radius: 20px; }
  .product-montage__board { border-width: 3px; border-radius: 16px; }
  .product-montage__board--back { inset: 20% 9% 15% 9%; }
  .product-montage__board--front { inset: 31% 3% 9% 17%; }
  .product-montage__photo { top: 18%; left: 24%; width: 49%; height: 66%; border-width: 4px; border-radius: 14px; }
  .product-montage__monitor { right: 3%; bottom: 7%; width: 30%; }
  .product-montage__sticker { right: 3%; bottom: 2%; padding: 8px 9px 7px; font-size: 22px; }
  .product-montage__sticker span { margin-top: 5px; font-size: 5px; }
  .video-facade, .video-facade img, .video-card iframe { min-height: 230px; }
  .video-copy h2 { max-width: 100%; overflow-wrap: anywhere; }
  .action-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 300px; padding: 28px; }
  .onboarding-flow { grid-template-columns: 1fr; }
  .onboarding-step:last-child { grid-column: auto; }
  .onboarding-flow::before { top: 30px; right: auto; bottom: 30px; left: 29px; width: 3px; height: auto; }
  .onboarding-step { min-height: 0; padding: 22px; }
  .onboarding-step__number { width: 50px; height: 50px; font-size: 36px; }
  .onboarding-step p { font-size: 16px; line-height: 1.5; }
  .support-actions { align-items: stretch; flex-direction: column; }
  .support-actions .moovz-button, .whatsapp-link { width: 100%; justify-content: center; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
