:root {
  --orange: #FF6A1A;
  --orange-dark: #D94E08;
  --black: #0D0D0D;
  --black-2: #141416;
  --black-3: #1C1C1F;
  --off: #F6F6F4;
  --gray: #E6E6E6;
  --muted: #8B8B8F;
  --white: #FFFFFF;
  --green: #47D0A3;
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 30px 90px rgba(0,0,0,.35);
  font-family: 'Sora', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--black);
  background: var(--off);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--off); color: var(--black); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.section-tag { display: inline-block; margin-bottom: 18px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(13,13,13,.72); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(20px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand img { width: 105px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #C9C9CB; font-size: 13px; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.header-inner > .button { justify-self: end; }

.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 14px 40px rgba(255,106,26,.24); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(255,106,26,.33); }
.button-header { min-height: 42px; padding: 0 18px; background: var(--orange); color: var(--white); font-size: 12px; }
.button-dark-ghost { color: var(--white); border: 1px solid #38383C; background: rgba(255,255,255,.03); }

.hero { position: relative; min-height: 100svh; padding: 140px 0 58px; overflow: hidden; background: var(--black); color: var(--white); }
.hero-ambient { position: absolute; inset: 0; background: radial-gradient(circle at 76% 36%, rgba(255,106,26,.23), transparent 28%), radial-gradient(circle at 50% 100%, rgba(255,106,26,.08), transparent 30%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; }
.hero-logo { width: 150px; margin-bottom: 34px; }
.hero-kicker { margin: 0 0 18px; color: #8E8E92; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.hero h1 { margin: 0; font-size: clamp(66px, 7vw, 108px); line-height: .89; letter-spacing: -.072em; font-weight: 700; }
.hero h1 span { color: var(--orange); }
.hero-text { max-width: 610px; margin: 32px 0 0; color: #B7B7BA; font-family: 'Poppins', sans-serif; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.store-row { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.store-button { min-width: 178px; min-height: 58px; padding: 9px 15px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid #343438; border-radius: 15px; background: #171719; color: var(--white); transition: border-color .2s ease, transform .2s ease, opacity .2s ease; }
.store-button:hover { transform: translateY(-2px); border-color: #5A5A60; }
.store-button small { display: block; color: #9A9A9F; font-size: 9px; line-height: 1.1; }
.store-button strong { display: block; margin-top: 3px; font-size: 15px; line-height: 1; }
.store-icon { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #4B4B4F; border-radius: 8px; font-size: 16px; font-weight: 800; }
.store-play { font-size: 12px; }
.store-button.is-coming-soon { position: relative; opacity: .68; }
.store-button.is-coming-soon::after { content: 'EM BREVE'; position: absolute; top: -8px; right: 8px; padding: 4px 6px; border-radius: 999px; background: var(--orange); color: var(--white); font-size: 7px; font-weight: 800; letter-spacing: .1em; }

.hero-product { position: relative; min-height: 720px; display: grid; place-items: center; perspective: 1400px; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,106,26,.24); border-radius: 50%; }
.hero-orbit-one { width: 560px; height: 560px; }
.hero-orbit-two { width: 710px; height: 710px; opacity: .42; }
.device { position: absolute; margin: 0; overflow: hidden; background: #070708; border: 7px solid #26262A; border-radius: 45px; box-shadow: var(--shadow); }
.device img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.device-main { z-index: 3; width: 335px; height: 650px; transform: translateY(5px); border-color: #37373B; }
.device-side { z-index: 2; width: 245px; height: 500px; opacity: .78; }
.device-side-left { left: 2%; transform: rotate(-10deg) translateY(35px); }
.device-side-right { right: 0; transform: rotate(10deg) translateY(28px); }
.hero-foot { position: relative; z-index: 3; display: flex; align-items: center; gap: 18px; color: #5E5E63; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hero-foot i { width: 30px; height: 1px; background: #38383B; }

.problem { padding: 135px 0; }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
.problem h2 { margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: .92; letter-spacing: -.065em; }
.problem-answer { padding-bottom: 8px; }
.problem-big { margin: 0 0 20px; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }
.problem-answer > p:not(.problem-big) { max-width: 620px; margin: 0; color: #69696D; font-family: 'Poppins', sans-serif; font-size: 17px; line-height: 1.65; }
.promise-line { margin-top: 34px; display: flex; align-items: flex-start; gap: 16px; max-width: 650px; }
.promise-line span { width: 42px; height: 4px; margin-top: 9px; flex: 0 0 42px; background: var(--orange); }
.promise-line strong { font-size: 15px; line-height: 1.5; }

.lifestyle-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--black); color: var(--white); }
.lifestyle-image { min-height: 720px; overflow: hidden; }
.lifestyle-image img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-copy { padding: 90px max(40px, calc((100vw - 1200px)/2)) 90px 70px; display: flex; flex-direction: column; justify-content: center; }
.lifestyle-copy h2 { margin: 0; max-width: 570px; font-size: clamp(48px, 5.5vw, 78px); line-height: .98; letter-spacing: -.055em; }
.lifestyle-copy p { max-width: 540px; margin: 28px 0 0; color: #9B9B9F; font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 1.7; }
.text-link { margin-top: 36px; width: fit-content; display: inline-flex; gap: 12px; align-items: center; color: var(--orange); font-weight: 700; font-size: 14px; }

.product-showcase { padding: 130px 0 140px; overflow: hidden; background: #111113; color: var(--white); }
.section-heading { max-width: 850px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 5.8vw, 78px); line-height: .97; letter-spacing: -.055em; }
.section-heading > p { margin: 22px 0 0; color: #838388; font-family: 'Poppins', sans-serif; font-size: 16px; }
.section-heading.light h2 { color: var(--white); }
.screens-track { margin-top: 60px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 1fr); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 22px; scrollbar-color: #45454A #1C1C1F; }
.screen-card { margin: 0; scroll-snap-align: start; }
.screen-label { margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; color: #6F6F74; }
.screen-label span { font-size: 10px; font-weight: 700; }
.screen-label strong { color: #DADADC; font-size: 13px; }
.device-flat { overflow: hidden; border: 1px solid #2A2A2E; border-radius: 34px; background: #080809; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.device-flat img { width: 100%; aspect-ratio: 1320/2220; object-fit: cover; object-position: top; }
.screen-card-featured .device-flat { border-color: rgba(255,106,26,.46); box-shadow: 0 20px 80px rgba(255,106,26,.08); }

.how { padding: 135px 0; }
.steps { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 350px; padding: 30px; display: flex; flex-direction: column; border: 1px solid #DADAD7; border-radius: var(--radius-lg); background: #FBFBF9; }
.step-card-orange { background: var(--orange); color: var(--white); border-color: var(--orange); transform: translateY(-18px); }
.step-number { color: #8B8B89; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.step-card-orange .step-number { color: rgba(255,255,255,.7); }
.step-mark { width: 54px; height: 54px; margin-top: 56px; display: grid; place-items: center; border-radius: 17px; background: var(--black); color: var(--white); font-size: 25px; }
.step-card-orange .step-mark { background: var(--white); color: var(--orange); }
.step-card h3 { margin: auto 0 9px; font-size: 30px; letter-spacing: -.04em; }
.step-card p { margin: 0; color: #727270; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 1.6; }
.step-card-orange p { color: rgba(255,255,255,.82); }

.universes { padding: 130px 0; background: var(--black); color: var(--white); }
.universe-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.universe-card { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); background: #171719; }
.universe-card img { width: 100%; height: 100%; object-fit: cover; }
.universe-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,9,10,.97) 4%, rgba(9,9,10,.36) 58%, rgba(9,9,10,.08)); }
.universe-copy { position: absolute; inset: auto 28px 30px; }
.universe-copy > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.universe-copy h3 { margin: 16px 0 10px; font-size: 31px; line-height: 1.03; letter-spacing: -.045em; }
.universe-copy p { margin: 0; color: #B0B0B3; font-family: 'Poppins', sans-serif; font-size: 13px; line-height: 1.58; }

.principle { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 760px; background: #F0EFEB; }
.principle-media { min-height: 760px; overflow: hidden; }
.principle-media img { width: 100%; height: 100%; object-fit: cover; }
.principle-copy { padding: 90px max(45px, calc((100vw - 1200px)/2)) 90px 75px; display: flex; flex-direction: column; justify-content: center; }
.principle-copy h2 { margin: 0; max-width: 680px; font-size: clamp(46px, 5vw, 72px); line-height: .99; letter-spacing: -.055em; }
.principle-highlight { max-width: 650px; margin: 24px 0 0; color: var(--orange); font-size: clamp(23px, 2.5vw, 34px); line-height: 1.16; font-weight: 600; letter-spacing: -.035em; }
.principle-list { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 34px; }
.principle-list div { display: flex; gap: 12px; align-items: flex-start; }
.principle-list span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border: 1px solid rgba(255,106,26,.35); border-radius: 50%; color: var(--orange); font-size: 13px; }
.principle-list p { margin: 4px 0 0; color: #6E6E70; font-family: 'Poppins', sans-serif; font-size: 13px; line-height: 1.5; }
.principle-list strong { color: var(--black); }

.manifesto { padding: 120px 0 130px; background: var(--orange); color: var(--white); }
.manifesto-inner img { width: 120px; margin-bottom: 70px; }
.manifesto h2 { margin: 0; font-size: clamp(58px, 7.7vw, 104px); line-height: .9; letter-spacing: -.07em; }
.manifesto h2 span { color: #251006; }

.download { padding: 120px 0; background: var(--black); color: var(--white); }
.download-card { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.download-copy h2 { margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: .92; letter-spacing: -.06em; }
.download-copy h2 span { color: var(--orange); }
.download-copy > p { max-width: 650px; margin: 28px 0 0; color: #8F8F94; font-family: 'Poppins', sans-serif; line-height: 1.65; font-size: 14px; }
.download-copy code { padding: 2px 6px; border-radius: 6px; background: #1D1D20; color: #D0D0D2; }
.store-row-large .store-button { min-width: 205px; min-height: 66px; }
.waitlist-box { padding: 34px; border: 1px solid #303034; border-radius: 30px; background: #171719; }
.waitlist-status { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.waitlist-box h3 { margin: 12px 0 8px; font-size: 34px; letter-spacing: -.04em; }
.waitlist-box > p { margin: 0 0 24px; color: #929297; font-family: 'Poppins', sans-serif; font-size: 13px; line-height: 1.55; }
.access-form { display: grid; gap: 10px; }
.access-form input { width: 100%; min-height: 56px; padding: 0 16px; border: 1px solid #353539; border-radius: 15px; outline: none; background: #0F0F10; color: var(--white); }
.access-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,26,.13); }
.access-form .button { width: 100%; border-radius: 15px; }
.access-form small { color: #67676C; font-size: 9px; }

.footer { background: var(--off); border-top: 1px solid #DDDDD9; }
.footer-inner { min-height: 125px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer img { width: 95px; }
.footer p { margin: 0; font-size: 12px; font-weight: 600; }
.footer p span { color: var(--orange); }
.footer small { justify-self: end; color: #898987; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 40px; text-align: center; }
  .hero-logo, .hero-actions, .store-row { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-product { min-height: 680px; }
  .device-side-left { left: 12%; }
  .device-side-right { right: 10%; }
  .problem-grid { grid-template-columns: 1fr; gap: 50px; }
  .lifestyle-feature, .principle { grid-template-columns: 1fr; }
  .lifestyle-image, .principle-media { min-height: 620px; }
  .lifestyle-copy, .principle-copy { padding: 80px max(24px, calc((100vw - 900px)/2)); }
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 520px; }
  .download-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 30px, 1200px); }
  .site-header .brand img { width: 88px; }
  .header-inner { min-height: 66px; }
  .button-header { min-height: 38px; padding: 0 13px; }
  .hero { padding-top: 110px; }
  .hero-grid { min-height: auto; gap: 12px; }
  .hero-copy { text-align: left; }
  .hero-logo, .hero-actions, .store-row { margin-left: 0; justify-content: flex-start; }
  .hero h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-text { margin-left: 0; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .store-row { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .store-button { min-width: 0; padding: 8px 10px; }
  .store-button strong { font-size: 13px; }
  .store-icon { width: 27px; height: 27px; flex: 0 0 27px; }
  .hero-product { min-height: 560px; overflow: hidden; }
  .hero-orbit-one { width: 430px; height: 430px; }
  .hero-orbit-two { width: 540px; height: 540px; }
  .device-main { width: 270px; height: 525px; }
  .device-side { width: 185px; height: 380px; opacity: .5; }
  .device-side-left { left: -21%; }
  .device-side-right { right: -20%; }
  .hero-foot { justify-content: center; margin-top: 22px; }
  .problem { padding: 90px 0; }
  .problem h2 { font-size: 58px; }
  .problem-big { font-size: 32px; }
  .lifestyle-image, .principle-media { min-height: 500px; }
  .lifestyle-copy, .principle-copy { padding: 70px 20px; }
  .product-showcase, .universes { padding: 90px 0; }
  .screens-track { grid-auto-columns: 78vw; }
  .how { padding: 90px 0; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 285px; }
  .step-card-orange { transform: none; }
  .universe-card { min-height: 500px; }
  .principle-list { grid-template-columns: 1fr; }
  .manifesto { padding: 88px 0; }
  .manifesto-inner img { margin-bottom: 45px; }
  .download { padding: 85px 0; }
  .download-card { gap: 50px; }
  .store-row-large { grid-template-columns: 1fr; }
  .waitlist-box { padding: 26px 20px; }
  .footer-inner { padding: 28px 0; min-height: 165px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer small { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .store-button { transition: none; }
}

/* V3 — passo a passo linear após o hero */
.flow-line {
  padding: 122px 0 118px;
  background: #F6F6F4;
  border-bottom: 1px solid #E1E1DD;
}
.flow-line-head {
  max-width: 880px;
}
.flow-line-head h2 {
  margin: 12px 0 0;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}
.flow-line-head > p {
  max-width: 670px;
  margin: 22px 0 0;
  color: #777776;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
.flow-track {
  position: relative;
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.flow-track::before {
  content: '';
  position: absolute;
  left: 42px;
  right: 42px;
  top: 23px;
  height: 2px;
  background: linear-gradient(90deg, #0D0D0D 0%, #0D0D0D 31%, #FF6A1A 58%, #0D0D0D 100%);
  opacity: .16;
}
.flow-step {
  position: relative;
  min-width: 0;
}
.flow-node {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #CECECA;
  border-radius: 50%;
  background: #F6F6F4;
  color: #111112;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}
.flow-step-accent .flow-node {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 0 0 8px rgba(255,106,26,.09);
}
.flow-step-copy {
  padding-top: 26px;
}
.flow-step-copy > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.flow-step-copy h3 {
  margin: 10px 0 10px;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -.04em;
}
.flow-step-copy p {
  margin: 0;
  color: #747472;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.62;
}
.flow-step-copy p strong { color: #202021; font-weight: 600; }
.flow-mini {
  min-height: 48px;
  margin-top: 22px;
  padding: 11px 12px;
  border: 1px solid #DEDEDA;
  border-radius: 14px;
  background: #FBFBF9;
  box-shadow: 0 8px 26px rgba(12,12,13,.035);
}
.flow-mini-kinds { display: flex; gap: 5px; flex-wrap: wrap; }
.flow-mini-kinds i {
  padding: 7px 8px;
  border-radius: 8px;
  background: #EFEFEB;
  color: #555553;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
}
.flow-mini-kinds i:nth-child(2) { background: rgba(255,106,26,.12); color: var(--orange); }
.flow-mini-link {
  overflow: hidden;
  color: #81817F;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flow-mini-progress {
  display: flex;
  align-items: center;
  gap: 6px;
}
.flow-mini-progress b {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  animation: triilPulse 1.25s infinite ease-in-out;
}
.flow-mini-progress b:nth-child(2) { animation-delay: .14s; opacity: .7; }
.flow-mini-progress b:nth-child(3) { animation-delay: .28s; opacity: .45; }
.flow-mini-progress em {
  margin-left: auto;
  color: #6F6F6D;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-style: normal;
}
.flow-mini-days { display: flex; gap: 6px; }
.flow-mini-days i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #D9D9D4;
  border-radius: 8px;
  color: #777774;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}
.flow-mini-days i.active {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}
.flow-note {
  margin-top: 48px;
  padding-top: 22px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  border-top: 1px solid #DFDFDB;
}
.flow-note span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.flow-note p {
  margin: 0;
  color: #777774;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
@keyframes triilPulse {
  0%, 100% { transform: translateY(0); opacity: .45; }
  50% { transform: translateY(-3px); opacity: 1; }
}

@media (max-width: 900px) {
  .flow-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 24px; }
  .flow-track::before { display: none; }
}

@media (max-width: 620px) {
  .flow-line { padding: 88px 0 84px; }
  .flow-line-head h2 { font-size: 47px; }
  .flow-track {
    margin-top: 54px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .flow-step {
    padding: 0 0 38px 66px;
  }
  .flow-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 0;
    width: 1px;
    background: #D8D8D4;
  }
  .flow-node {
    position: absolute;
    left: 0;
    top: 0;
  }
  .flow-step-copy { padding-top: 2px; }
  .flow-step-copy h3 { font-size: 26px; }
  .flow-mini { max-width: 360px; }
  .flow-note { margin-top: 5px; align-items: flex-start; flex-direction: column; }
}


/* V4 — motion system inspired by premium app launch pages */
:root {
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-soft: cubic-bezier(.22,.61,.36,1);
}

body { overflow-x: hidden; }
body.is-loading main, body.is-loading .site-header { opacity: 0; }
body main, body .site-header { transition: opacity .5s ease; }

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 520px;
  height: 520px;
  left: var(--mouse-x, 50vw);
  top: var(--mouse-y, 20vh);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255,106,26,.08) 0%, rgba(255,106,26,0) 70%);
  opacity: .7;
  mix-blend-mode: screen;
}

.site-header {
  background: rgba(13,13,13,.62);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(125%);
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.site-header.is-scrolled { background: rgba(13,13,13,.88); border-bottom-color: rgba(255,255,255,.12); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:1px; background:var(--orange); transition:right .3s var(--ease-out); }
.desktop-nav a:hover::after { right:0; }

.hero { min-height: 900px; overflow: hidden; }
.hero-ambient { background:
  radial-gradient(circle at 78% 36%, rgba(255,106,26,.14), transparent 26%),
  radial-gradient(circle at 73% 64%, rgba(255,106,26,.06), transparent 34%),
  linear-gradient(135deg, #0d0d0d 0%, #0d0d0d 54%, #140e0a 100%);
}
.hero-grid { min-height: 790px; }
.hero-copy > * { opacity:0; transform:translateY(24px); }
body:not(.is-loading) .hero-copy > * { animation:heroIn .9s var(--ease-out) forwards; }
body:not(.is-loading) .hero-copy > *:nth-child(1){animation-delay:.04s}
body:not(.is-loading) .hero-copy > *:nth-child(2){animation-delay:.10s}
body:not(.is-loading) .hero-copy > *:nth-child(3){animation-delay:.16s}
body:not(.is-loading) .hero-copy > *:nth-child(4){animation-delay:.22s}
body:not(.is-loading) .hero-copy > *:nth-child(5){animation-delay:.28s}
body:not(.is-loading) .hero-copy > *:nth-child(6){animation-delay:.34s}
@keyframes heroIn { to { opacity:1; transform:none; } }

.hero-product { min-height: 690px; perspective: 1600px; }
.hero-orbit { animation: orbitPulse 7s ease-in-out infinite alternate; }
@keyframes orbitPulse { from { transform:scale(.96); opacity:.45 } to { transform:scale(1.03); opacity:.9 } }

.device {
  border: 1px solid rgba(255,255,255,.16);
  background: #050506;
  box-shadow: 0 35px 100px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.04);
  transition: transform .6s var(--ease-out), filter .35s ease, opacity .35s ease;
  will-change: transform;
}
.device-main {
  width: 306px;
  height: 610px;
  border-radius: 50px;
  padding: 8px;
  transform: translate3d(0,0,0);
  z-index: 4;
}
.device-side {
  width: 226px;
  height: 468px;
  padding: 7px;
  border-radius: 40px;
  opacity:.68;
  filter:saturate(.82) brightness(.82);
}
.device-side-left { left: 3%; transform: rotate(-10deg) translateY(42px); }
.device-side-right { right: 2%; transform: rotate(10deg) translateY(54px); }
.device-screen { width:100%; height:100%; overflow:hidden; border-radius:inherit; background:#080809; }
.device-main .device-screen { border-radius: 42px; }
.device-side .device-screen { border-radius: 33px; }
.device-screen img { width:100%; height:100%; object-fit:cover; object-position:top center; display:block; }
.hero-product:hover .device-main { transform: translateY(-9px); }
.hero-product:hover .device-side-left { transform: rotate(-8deg) translate(-5px, 30px); }
.hero-product:hover .device-side-right { transform: rotate(8deg) translate(5px, 40px); }

.hero-foot { width:100%; overflow:hidden; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); }
.hero-ticker { overflow:hidden; padding:14px 0; }
.hero-ticker-track { width:max-content; display:flex; align-items:center; gap:26px; animation:ticker 24s linear infinite; color:#8d8d91; font-size:10px; font-weight:800; letter-spacing:.18em; }
.hero-ticker-track i { width:5px; height:5px; border-radius:50%; background:var(--orange); }
@keyframes ticker { to { transform:translateX(-50%); } }

.flow-line { position:relative; overflow:hidden; }
.flow-line::before { content:""; position:absolute; width:460px; height:460px; right:-180px; top:-120px; border-radius:50%; background:radial-gradient(circle, rgba(255,106,26,.11), transparent 68%); pointer-events:none; }
.flow-track { position:relative; }
.flow-track::before { transition: transform 1.1s var(--ease-out); transform-origin:left; }
.flow-line:not(.in-view) .flow-track::before { transform:scaleX(0); }
.flow-step { transition: transform .35s var(--ease-out), border-color .35s ease, background .35s ease; }
.flow-step:hover { transform:translateY(-8px); border-color:#c7c7c2; }
.flow-step-accent:hover { border-color:var(--orange); }
.flow-node { transition: transform .3s var(--ease-out), box-shadow .3s ease; }
.flow-step:hover .flow-node { transform:scale(1.08); box-shadow:0 8px 28px rgba(255,106,26,.14); }

.motion-stats { background:#0d0d0d; color:#fff; border-top:1px solid #202024; border-bottom:1px solid #202024; }
.motion-stats-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.motion-stats-grid > div { padding:44px 36px; border-right:1px solid #202024; }
.motion-stats-grid > div:last-child { border-right:0; }
.motion-stats strong { display:block; color:var(--orange); font-size:54px; line-height:1; letter-spacing:-.06em; }
.motion-stats span { display:block; margin-top:8px; font-size:18px; font-weight:700; }
.motion-stats small { display:block; margin-top:5px; color:#77777d; font-family:'Poppins',sans-serif; }

.lifestyle-feature { overflow:hidden; }
.lifestyle-image img { transition: transform 1.2s var(--ease-out); will-change:transform; }
.lifestyle-feature:hover .lifestyle-image img { transform:scale(1.025); }

.showcase-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:48px; }
.carousel-controls { display:flex; gap:10px; flex:0 0 auto; }
.carousel-button { width:48px; height:48px; border-radius:50%; border:1px solid #333338; background:#19191b; color:#fff; font-size:21px; transition:transform .25s var(--ease-out), background .25s ease, border-color .25s ease; }
.carousel-button:hover { transform:translateY(-2px); background:var(--orange); border-color:var(--orange); }
.screens-track { scroll-behavior:smooth; overscroll-behavior-inline:contain; }
.screen-card { transition:transform .45s var(--ease-out), opacity .35s ease; }
.screen-card:hover { transform:translateY(-10px); }
.device-flat { transition:border-color .35s ease, box-shadow .35s ease; }
.screen-card:hover .device-flat { border-color:rgba(255,106,26,.45); box-shadow:0 30px 95px rgba(0,0,0,.38); }

.tilt-card { transform-style:preserve-3d; transition:transform .18s ease-out, box-shadow .35s ease; will-change:transform; }
.tilt-card:hover { box-shadow:0 30px 90px rgba(0,0,0,.35); }
.universe-copy { transform:translateZ(32px); }

.principle-media img { transition:transform 1.2s var(--ease-out); }
.principle:hover .principle-media img { transform:scale(1.02); }
.manifesto { position:relative; overflow:hidden; }
.manifesto::after { content:""; position:absolute; width:380px; height:380px; right:-90px; bottom:-110px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }

.button, .store-button { position:relative; overflow:hidden; }
.button::before, .store-button::before { content:""; position:absolute; inset:0; transform:translateX(-120%); background:linear-gradient(110deg, transparent 20%, rgba(255,255,255,.16) 50%, transparent 80%); transition:transform .7s var(--ease-out); }
.button:hover::before, .store-button:hover::before { transform:translateX(120%); }

.reveal { opacity:0; transform:translateY(28px) scale(.985); transition:opacity .85s var(--ease-out), transform .85s var(--ease-out); }
.reveal.visible { opacity:1; transform:none; }
.reveal[data-delay="1"]{transition-delay:.08s}.reveal[data-delay="2"]{transition-delay:.16s}.reveal[data-delay="3"]{transition-delay:.24s}

@media (max-width: 1050px) {
  .hero { min-height:auto; }
  .hero-product { min-height:600px; }
  .device-main { width:286px; height:570px; }
  .device-side { width:204px; height:420px; }
  .device-side-left { left:11%; }
  .device-side-right { right:10%; }
}

@media (max-width: 760px) {
  .cursor-glow { display:none; }
  .site-header { background:rgba(13,13,13,.88); }
  .hero { padding-top:92px; }
  .hero-grid { gap:24px; }
  .hero-product { min-height:505px; margin-top:10px; }
  .hero-orbit { opacity:.45; }
  .device-main { width:246px; height:486px; padding:6px; border-radius:42px; }
  .device-main .device-screen { border-radius:36px; }
  .device-side { display:none; }
  .hero-product:hover .device-main { transform:none; }
  .hero-ticker { padding:12px 0; }
  .flow-line { padding:88px 0 80px; }
  .flow-track { display:grid; grid-auto-flow:column; grid-auto-columns:84%; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; padding:12px 0 20px; margin-top:38px; }
  .flow-track::before { display:none; }
  .flow-step { min-height:360px; scroll-snap-align:start; }
  .motion-stats-grid { grid-template-columns:1fr; }
  .motion-stats-grid > div { border-right:0; border-bottom:1px solid #202024; padding:30px 0; }
  .motion-stats-grid > div:last-child { border-bottom:0; }
  .motion-stats strong { font-size:44px; }
  .showcase-head { align-items:flex-start; }
  .carousel-controls { display:none; }
  .screens-track { grid-auto-columns:74vw; gap:14px; }
  .screen-card:hover { transform:none; }
  .tilt-card { transform:none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-glow { display:none; }
  .hero-ticker-track, .hero-orbit { animation:none; }
  .hero-copy > * { opacity:1 !important; transform:none !important; animation:none !important; }
  .device, .tilt-card, .lifestyle-image img, .principle-media img { transition:none !important; transform:none !important; }
}


/* V5 — hero mais delicado e mockups com enquadramento real */
.hero {
  min-height: 820px;
}
.hero-ambient {
  background:
    radial-gradient(circle at 79% 38%, rgba(255,106,26,.09), transparent 25%),
    radial-gradient(circle at 74% 67%, rgba(255,106,26,.035), transparent 34%),
    linear-gradient(135deg, #0d0d0d 0%, #0d0d0d 58%, #120d0a 100%);
}
.hero-grid {
  min-height: 715px;
  grid-template-columns: .98fr 1.02fr;
  gap: 72px;
}
.hero-copy {
  padding-top: 18px;
}
.hero-kicker {
  margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(62px, 6.4vw, 96px);
  line-height: .91;
}
.hero-text {
  max-width: 570px;
  margin-top: 28px;
}
.hero-actions {
  margin-top: 30px;
}

.hero-product {
  min-height: 625px;
}
.hero-orbit {
  border-color: rgba(255,106,26,.14);
}
.hero-orbit-one {
  width: 470px;
  height: 470px;
}
.hero-orbit-two {
  width: 590px;
  height: 590px;
  opacity: .25;
}

.device {
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 26px 76px rgba(0,0,0,.44), inset 0 0 0 1px rgba(255,255,255,.025);
}
.device-main {
  width: 276px;
  height: auto;
  aspect-ratio: 720 / 1192;
  padding: 6px;
  border-radius: 44px;
  transform: translateY(4px);
}
.device-main .device-screen {
  border-radius: 37px;
}
.device-side {
  width: 190px;
  height: auto;
  padding: 5px;
  border-radius: 31px;
  opacity: .42;
  filter: saturate(.68) brightness(.63);
}
.device-side-left {
  aspect-ratio: 720 / 1237;
  left: 7%;
  transform: rotate(-7deg) translateY(30px);
}
.device-side-right {
  aspect-ratio: 720 / 1204;
  right: 6%;
  transform: rotate(7deg) translateY(38px);
}
.device-side .device-screen {
  border-radius: 26px;
}
.device-screen {
  background: #09090a;
}
.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(.985);
  transform-origin: top center;
  background: #09090a;
}
.device-main .device-screen img {
  transform: scale(.98);
}
.hero-product:hover .device-main {
  transform: translateY(-4px);
}
.hero-product:hover .device-side-left {
  transform: rotate(-6deg) translate(-3px, 25px);
}
.hero-product:hover .device-side-right {
  transform: rotate(6deg) translate(3px, 31px);
}

@media (max-width: 1050px) {
  .hero-grid { gap: 40px; }
  .hero-product { min-height: 575px; }
  .device-main { width: 258px; }
  .device-side { width: 174px; }
  .device-side-left { left: 10%; }
  .device-side-right { right: 9%; }
}

@media (max-width: 760px) {
  .hero { padding-top: 88px; }
  .hero-grid { gap: 10px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(54px, 17.5vw, 76px); }
  .hero-product { min-height: 440px; margin-top: 4px; }
  .hero-orbit-one { width: 355px; height: 355px; }
  .hero-orbit-two { width: 440px; height: 440px; opacity: .18; }
  .device-main { width: 224px; padding: 5px; border-radius: 37px; }
  .device-main .device-screen { border-radius: 31px; }
  .device-side { display: none; }
  .hero-product:hover .device-main { transform: translateY(4px); }
  .store-row { gap: 8px; }
}

@media (max-width: 430px) {
  .hero-product { min-height: 410px; }
  .device-main { width: 210px; }
  .hero-orbit-one { width: 320px; height: 320px; }
  .hero-orbit-two { width: 390px; height: 390px; }
}


/* V6 — correção mobile definitiva */
@media (max-width: 760px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .section-shell {
    width: calc(100% - 30px);
    max-width: 1200px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .site-header .brand img {
    width: 86px;
  }

  .button-header {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding: 92px 0 34px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: auto;
    gap: 28px;
    text-align: left;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }

  .hero-kicker {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 9px;
    line-height: 1.45;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(50px, 15.8vw, 68px);
    line-height: .92;
    letter-spacing: -.068em;
  }

  .hero-text {
    max-width: 100%;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-actions {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    gap: 9px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .store-row {
    width: 100%;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .store-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 8px 9px;
    gap: 8px;
  }

  .store-button strong {
    font-size: 12px;
  }

  .store-button small {
    font-size: 8px;
  }

  .hero-product {
    width: 100%;
    min-width: 0;
    min-height: 380px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    overflow: visible;
  }

  .hero-orbit-one {
    width: 300px;
    height: 300px;
  }

  .hero-orbit-two {
    width: 360px;
    height: 360px;
    opacity: .14;
  }

  .device-main {
    width: clamp(198px, 54vw, 218px);
    height: auto;
    aspect-ratio: 720 / 1192;
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 5px;
    border-radius: 36px;
  }

  .device-main .device-screen {
    border-radius: 30px;
  }

  .device-main .device-screen img {
    transform: scale(.975);
  }

  .device-side {
    display: none !important;
  }

  .hero-product:hover .device-main {
    transform: translate(-50%, -50%) !important;
  }

  .hero-foot {
    margin-top: 0;
  }

  .hero-ticker {
    padding: 11px 0;
  }

  .flow-line {
    padding: 76px 0 72px;
  }

  .flow-line-head {
    max-width: 100%;
  }

  .flow-line-head h2 {
    font-size: clamp(38px, 11.5vw, 48px);
    line-height: .98;
  }

  .flow-line-head > p {
    font-size: 14px;
    line-height: 1.6;
  }

  .flow-track {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    gap: 0 !important;
    margin-top: 46px;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .flow-track::before {
    display: none !important;
  }

  .flow-step {
    position: relative;
    min-height: 0 !important;
    padding: 0 0 34px 62px !important;
    scroll-snap-align: none !important;
  }

  .flow-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 0;
    width: 1px;
    background: #D8D8D4;
  }

  .flow-node {
    position: absolute;
    left: 0;
    top: 0;
  }

  .flow-step-copy {
    padding-top: 2px;
    min-width: 0;
  }

  .flow-step-copy h3 {
    font-size: 25px;
  }

  .flow-step-copy p {
    font-size: 12px;
    line-height: 1.6;
  }

  .flow-mini {
    width: 100%;
    max-width: none;
  }

  .flow-note {
    margin-top: 2px;
    flex-direction: column;
    align-items: flex-start;
  }

  .motion-stats-grid > div {
    padding-left: 0;
    padding-right: 0;
  }

  .problem {
    padding: 78px 0;
  }

  .problem h2 {
    font-size: clamp(48px, 14vw, 58px);
  }

  .problem-big {
    font-size: 30px;
  }

  .lifestyle-image,
  .principle-media {
    min-height: 430px;
  }

  .lifestyle-copy,
  .principle-copy {
    padding: 62px 20px;
  }

  .lifestyle-copy h2,
  .section-heading h2,
  .principle-copy h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .showcase-head {
    display: block;
    margin-bottom: 34px;
  }

  .screens-track {
    grid-auto-columns: min(76vw, 300px);
    gap: 14px;
    margin-top: 40px;
  }

  .how {
    padding: 78px 0;
  }

  .steps {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .step-card {
    min-height: 260px;
  }

  .universe-grid {
    margin-top: 42px;
  }

  .universe-card {
    min-height: 460px;
  }

  .universe-copy {
    inset: auto 22px 24px;
  }

  .universe-copy h3 {
    font-size: 28px;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .manifesto h2 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .download-card {
    gap: 42px;
  }

  .download-copy h2 {
    font-size: clamp(46px, 13vw, 60px);
  }

  .store-row-large {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .section-shell {
    width: calc(100% - 28px);
  }

  .hero h1 {
    font-size: clamp(48px, 15.2vw, 62px);
  }

  .hero-product {
    min-height: 360px;
  }

  .device-main {
    width: 204px;
  }

  .hero-orbit-one {
    width: 278px;
    height: 278px;
  }

  .hero-orbit-two {
    width: 332px;
    height: 332px;
  }

  .flow-step {
    padding-left: 58px !important;
  }

  .flow-line-head h2 {
    font-size: 40px;
  }

  .waitlist-box {
    padding: 24px 18px;
  }
}


/* V7 — simulação interativa do aplicativo */
.live-demo {
  position: relative;
  overflow: hidden;
  padding: 118px 0 126px;
  background: #F6F6F4;
  border-bottom: 1px solid #E1E1DD;
}
.live-demo::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -250px;
  top: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,26,.10), transparent 68%);
  pointer-events: none;
}
.live-demo-head {
  max-width: 880px;
}
.live-demo-head h2 {
  margin: 10px 0 0;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .97;
  letter-spacing: -.058em;
}
.live-demo-head > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: #777776;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
.live-demo-layout {
  position: relative;
  margin-top: 70px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: center;
}
.demo-steps {
  display: grid;
  gap: 12px;
}
.demo-step {
  width: 100%;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  text-align: left;
  border: 1px solid #DEDEDA;
  border-radius: 18px;
  background: rgba(255,255,255,.54);
  color: #1B1B1C;
  transition: transform .25s var(--ease-out), border-color .25s ease, background .25s ease;
}
.demo-step:hover {
  transform: translateX(4px);
  border-color: #CFCFCA;
}
.demo-step > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ECECE8;
  color: #777773;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.demo-step strong,
.demo-step small {
  display: block;
}
.demo-step strong {
  font-size: 15px;
}
.demo-step small {
  margin-top: 4px;
  color: #858582;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
}
.demo-step.is-active {
  border-color: rgba(255,106,26,.45);
  background: #fff;
  box-shadow: 0 16px 45px rgba(20,20,20,.06);
}
.demo-step.is-active > span {
  background: var(--orange);
  color: #fff;
}
.demo-stage {
  position: relative;
  min-height: 700px;
  display: grid;
  place-items: center;
}
.demo-orbit {
  position: absolute;
  border: 1px solid rgba(255,106,26,.14);
  border-radius: 50%;
  pointer-events: none;
}
.demo-orbit-a { width: 500px; height: 500px; }
.demo-orbit-b { width: 650px; height: 650px; opacity: .45; }
.demo-phone {
  position: relative;
  z-index: 2;
  width: 330px;
  min-height: 660px;
  padding: 14px 12px 74px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 48px;
  background: #0C0C0E;
  color: #fff;
  box-shadow: 0 38px 100px rgba(16,16,18,.28), inset 0 0 0 7px #202024;
}
.demo-phone-top {
  height: 32px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #929297;
  font-size: 9px;
}
.demo-phone-top > span:last-child { text-align: right; font-size: 6px; letter-spacing: 2px; }
.demo-phone-pill {
  width: 82px;
  height: 22px;
  border-radius: 999px;
  background: #050506;
}
.demo-screen {
  display: none;
  min-height: 520px;
  padding: 22px 14px 10px;
  animation: demoScreenIn .38s var(--ease-out);
}
.demo-screen.is-active { display: block; }
@keyframes demoScreenIn {
  from { opacity: 0; transform: translateY(10px) scale(.99); }
  to { opacity: 1; transform: none; }
}
.demo-app-header small {
  display: block;
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.demo-app-header strong {
  display: block;
  margin-top: 8px;
  font-size: 23px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.demo-app-header p {
  margin: 8px 0 0;
  color: #85858B;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
.demo-kind-grid {
  margin-top: 26px;
  display: grid;
  gap: 9px;
}
.demo-kind-card {
  width: 100%;
  min-height: 76px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  column-gap: 11px;
  text-align: left;
  border: 1px solid #27272B;
  border-radius: 17px;
  background: #151517;
  color: #fff;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.demo-kind-card:hover { transform: translateY(-1px); }
.demo-kind-card > span {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #202023;
  color: #A8A8AC;
}
.demo-kind-card strong {
  align-self: end;
  font-size: 13px;
}
.demo-kind-card small {
  align-self: start;
  color: #78787D;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
}
.demo-kind-card.is-selected {
  border-color: rgba(255,106,26,.55);
  background: rgba(255,106,26,.08);
}
.demo-kind-card.is-selected > span {
  background: var(--orange);
  color: #fff;
}
.demo-main-button {
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  border: 0;
  border-radius: 14px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(255,106,26,.18);
}
.demo-main-button:disabled { opacity: .6; cursor: wait; }
.demo-secondary-button {
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #74747A;
  font-size: 10px;
}
.demo-field-label {
  display: block;
  margin-top: 28px;
  margin-bottom: 8px;
  color: #9A9A9F;
  font-size: 9px;
  font-weight: 700;
}
.demo-link-field {
  min-height: 52px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #2E2E32;
  border-radius: 14px;
  background: #111113;
}
.demo-link-field span { color: var(--orange); }
.demo-link-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #C9C9CD;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}
.demo-supported {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.demo-supported span {
  padding: 5px 8px;
  border: 1px solid #29292D;
  border-radius: 999px;
  color: #77777D;
  font-size: 8px;
}
.demo-progress-card {
  margin-top: 20px;
  padding: 13px;
  border: 1px solid #28282C;
  border-radius: 15px;
  background: #141416;
}
.demo-progress-top {
  display: flex;
  justify-content: space-between;
  color: #85858B;
  font-size: 9px;
}
.demo-progress-top strong { color: #fff; }
.demo-progress-bar {
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: #242428;
}
.demo-progress-bar i {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: var(--orange);
}
.demo-module-list {
  margin-top: 14px;
  display: grid;
  gap: 7px;
}
.demo-module-list > div {
  min-height: 56px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 26px 1fr 24px;
  align-items: center;
  gap: 8px;
  border: 1px solid #242428;
  border-radius: 13px;
  background: #121214;
}
.demo-module-list span {
  color: #66666B;
  font-size: 8px;
}
.demo-module-list p { margin: 0; }
.demo-module-list strong,
.demo-module-list small { display: block; }
.demo-module-list strong { font-size: 10px; }
.demo-module-list small {
  margin-top: 3px;
  color: #68686D;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
}
.demo-module-list b {
  color: var(--orange);
  font-size: 8px;
}
.demo-days {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.demo-days button {
  aspect-ratio: 1;
  border: 1px solid #2C2C30;
  border-radius: 10px;
  background: #141416;
  color: #77777C;
  font-size: 9px;
}
.demo-days button.is-selected {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}
.demo-time {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #2E2E32;
  border-radius: 14px;
  outline: 0;
  background: #111113;
  color: #fff;
}
.demo-agenda-preview,
.demo-success-card {
  margin-top: 17px;
  padding: 14px;
  border: 1px solid rgba(255,106,26,.28);
  border-radius: 15px;
  background: rgba(255,106,26,.07);
}
.demo-agenda-preview span,
.demo-agenda-preview strong,
.demo-agenda-preview small,
.demo-success-card span,
.demo-success-card strong,
.demo-success-card small {
  display: block;
}
.demo-agenda-preview span,
.demo-success-card span {
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
}
.demo-agenda-preview strong,
.demo-success-card strong {
  margin-top: 6px;
  font-size: 12px;
}
.demo-agenda-preview small,
.demo-success-card small {
  margin-top: 5px;
  color: #77777D;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
}
.demo-success {
  padding-top: 54px;
  text-align: center;
}
.demo-success-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 0 0 10px rgba(255,106,26,.10);
}
.demo-success > small {
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.demo-success h3 {
  margin: 10px 0 8px;
  font-size: 25px;
  letter-spacing: -.04em;
}
.demo-success > p {
  margin: 0 auto;
  max-width: 240px;
  color: #7D7D82;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.55;
}
.demo-success-card { text-align: left; margin-top: 24px; }
.demo-success-card div {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}
.demo-success-card div::before {
  content: "";
  grid-column: 1;
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange) 8%, #2A2A2E 8%);
}
.demo-success-card i { display: none; }
.demo-success-card em {
  grid-column: 2;
  grid-row: 1;
  color: #727277;
  font-size: 8px;
  font-style: normal;
}
.demo-bottom-nav {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  min-height: 60px;
  padding: 8px 10px 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  border-top: 1px solid #242428;
  background: linear-gradient(to top, #0C0C0E 75%, rgba(12,12,14,.92));
}
.demo-bottom-nav span {
  display: grid;
  place-items: center;
  gap: 3px;
  color: #747479;
  font-size: 12px;
}
.demo-bottom-nav small {
  font-size: 6px;
}
.demo-bottom-nav b {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 21px;
  box-shadow: 0 7px 20px rgba(255,106,26,.24);
}
.demo-disclaimer {
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 3;
  width: min(360px, 90%);
  margin: 0;
  transform: translateX(-50%);
  color: #989895;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
}

@media (max-width: 900px) {
  .live-demo-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .demo-steps {
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 8px;
  }
  .demo-step {
    padding: 12px 10px;
    grid-template-columns: 1fr;
    gap: 7px;
    text-align: center;
  }
  .demo-step > span { margin: 0 auto; }
  .demo-step small { display: none; }
  .demo-stage { min-height: 700px; }
}

@media (max-width: 620px) {
  .live-demo {
    padding: 78px 0 88px;
  }
  .live-demo-head h2 {
    font-size: clamp(39px, 11vw, 48px);
  }
  .live-demo-layout {
    margin-top: 42px;
  }
  .demo-steps {
    overflow-x: auto;
    grid-template-columns: repeat(4, 112px);
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }
  .demo-step {
    scroll-snap-align: start;
  }
  .demo-step strong {
    font-size: 12px;
  }
  .demo-stage {
    min-height: 645px;
  }
  .demo-orbit-a {
    width: 310px;
    height: 310px;
  }
  .demo-orbit-b {
    width: 390px;
    height: 390px;
  }
  .demo-phone {
    width: min(310px, calc(100vw - 42px));
    min-height: 620px;
    border-radius: 42px;
  }
  .demo-screen {
    min-height: 482px;
  }
  .demo-disclaimer {
    bottom: -20px;
  }
}
