:root {
  --ink:#19192d;
  --muted:#676778;
  --purple:#7960e8;
  --lavender:#c6b8ff;
  --dark:#101020;
  --line:#e5e4ed;
  --ease:cubic-bezier(.22,1,.36,1);
  font-family:Manrope,Arial,sans-serif;
  color:var(--ink);
  background:#faf9fd;
  font-synthesis:none;
}

*,*::before,*::after {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:100px;
}

body {
  margin:0;
  overflow-x:clip;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,p,figure {
  margin:0;
}

h1,h2,h3 {
  line-height:1.08;
  letter-spacing:-.055em;
}

a {
  color:inherit;
  text-decoration:none;
}

button {
  font:inherit;
  cursor:pointer;
}

button,a {
  -webkit-tap-highlight-color:transparent;
}

img {
  display:block;
  max-width:100%;
  height:auto;
}

button {
  color:inherit;
}

svg {
  display:block;
}

::selection {
  background:#cbbfff;
  color:#161426;
}

:focus-visible {
  outline:3px solid #987dff;
  outline-offset:5px;
}

[hidden] {
  display:none!important;
}

.container {
  width:min(1180px,calc(100% - 80px));
  margin-inline:auto;
}

.section {
  padding-block:112px;
}

.svg-defs,.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
}

.skip {
  position:fixed;
  z-index:100;
  top:8px;
  left:8px;
  transform:translateY(-150%);
  background:white;
  padding:10px;
}

.skip:focus {
  transform:none;
}

.icon {
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}

.eyebrow {
  font-size:10px;
  font-weight:800;
  letter-spacing:.17em;
  line-height:1.7;
  margin-bottom:22px;
  color:#807293;
}

h2 {
  font-size:clamp(36px,4.2vw,57px);
  font-weight:600;
}

h2 span {
  color:#8b7baa;
}

h3 {
  font-weight:600;
}

.button {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:16px 25px;
  border:1px solid transparent;
  border-radius:9px;
  font-size:14px;
  font-weight:800;
  line-height:1.5;
  transition:transform .3s var(--ease),box-shadow .3s,background .3s;
}

.button--light {
  background:#f4f0ff;
  color:#2c2056;
  box-shadow:0 0 0 5px #c2aaff08,0 8px 30px #03010b33;
}

.button--light:hover {
  background:white;
  transform:translateY(-3px);
  box-shadow:0 0 0 6px #c2aaff15,0 12px 45px #aa86ff22;
}

.button__arrow {
  font-size:23px;
  line-height:1;
  margin-left:13px;
  transition:transform .3s;
}

.button:hover .button__arrow {
  transform:translate(3px,-3px);
}

.header {
  position:absolute;
  z-index:20;
  top:0;
  left:0;
  width:100%;
  color:#d3cfe4;
}

.header__inner {
  height:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #ffffff12;
  gap:28px;
}

.brand {
  display:block;
  background:#fff;
  border-radius:5px;
  padding:11px 13px;
  flex-shrink:0;
}

.brand img {
  width:145px;
}

.header nav {
  display:flex;
  gap:30px;
  font-size:12px;
}

.header nav a:hover {
  color:white;
}

.header__cta {
  display:flex;
  align-items:center;
  gap:14px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.header__cta .icon {
  width:18px;
}

.reading-progress {
  position:fixed;
  top:0;
  left:0;
  height:2px;
  width:100%;
  transform-origin:left;
  transform:scaleX(var(--read,0));
  background:#c5b3ff;
  z-index:25;
}

.hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding-top:160px;
  color:#f8f5ff;
  background:var(--dark);
}

.hero__aurora {
  position:absolute;
  z-index:-1;
  top:-250px;
  left:calc(50% - 650px);
  width:1300px;
  height:950px;
  background:radial-gradient(ellipse at 45% 25%,#6756b648,transparent 57%),radial-gradient(ellipse at 80% 60%,#7455b830,transparent 50%);
  pointer-events:none;
  animation:aurora 15s ease-in-out infinite alternate;
}

.hero__grid {
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(#c7b7ff05 1px,transparent 1px),linear-gradient(90deg,#c7b7ff05 1px,transparent 1px);
  background-size:84px 84px;
  mask-image:linear-gradient(black,transparent 65%);
  pointer-events:none;
}

.hero__copy {
  text-align:center;
  position:relative;
  z-index:3;
}

.hero .eyebrow {
  color:#bcb0db;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:10px;
}

.live-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c6b8ff;
  box-shadow:0 0 0 5px #c6b8ff0b;
  animation:dot-pulse 3s ease-in-out infinite;
}

.hero h1 {
  font-size:clamp(44px,5.4vw,78px);
  font-weight:600;
  line-height:1.065;
  letter-spacing:-.055em;
}

.hero h1 span {
  color:#cbb8ff;
  background:linear-gradient(115deg,#ddd1ff,#c9b5ff 40%,#aa8afa 65%,#e3d5ff);
  background-size:200% 100%;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:title-light 9s ease-in-out infinite alternate;
}

.hero__description {
  font-size:16px;
  color:#aaa5bf;
  line-height:1.8;
  margin:26px auto 28px;
  max-width:630px;
}

.hero__actions {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
}

.hero__explore {
  font-size:13px;
  color:#e1d9f7;
  display:flex;
  align-items:center;
  gap:12px;
  padding-block:12px;
}

.hero__explore span {
  display:inline-block;
  animation:nudge 3s ease-in-out infinite;
}

.hero__note {
  font-size:11px;
  color:#918aa8;
  margin-top:17px;
}

.hero__entrance {
  animation:entrance 1s var(--ease) both;
}

.hero__entrance:nth-child(2) {
  animation-delay:.08s;
}

.hero__entrance:nth-child(3) {
  animation-delay:.16s;
}

.hero__entrance:nth-child(4) {
  animation-delay:.24s;
}

.hero__entrance:nth-child(5) {
  animation-delay:.32s;
}

.showcase {
  --accent:142 167 133;
  position:relative;
  max-width:1600px;
  margin:57px auto 0;
  padding:0 0 40px;
  scroll-margin-top:28px;
}

.showcase::before {
  content:"";
  position:absolute;
  width:70%;
  height:80%;
  left:15%;
  top:0;
  background:radial-gradient(ellipse,rgb(var(--accent)/.17),transparent 68%);
  transition:background 1.2s;
  pointer-events:none;
}

.showcase__intro {
  display:flex;
  justify-content:space-between;
  width:min(1180px,calc(100% - 80px));
  margin:auto;
  font-size:9px;
  letter-spacing:.15em;
  color:#a29ab7;
}

.showcase__hint {
  letter-spacing:.03em;
}

.showcase__hint span {
  margin-left:8px;
  font-size:17px;
}

.coverflow {
  position:relative;
  display:flex;
  gap:24px;
  overflow-x:auto;
  padding:30px 40px;
  scroll-snap-type:x mandatory;
  touch-action:auto;
  outline-offset:-6px;
}

.site-card {
  width:560px;
  flex-shrink:0;
  scroll-snap-align:center;
  border:1px solid #c7b8fc2e;
  border-radius:12px;
  overflow:hidden;
  background:#252235;
  box-shadow:0 30px 50px #02010b66;
  transform-origin:center center;
}

.site-card>img {
  width:100%;
  aspect-ratio:10/7;
  object-fit:cover;
  pointer-events:none;
  user-select:none;
}

.site-card figcaption {
  padding:10px 20px;
  font-size:12px;
  color:#c9c3dc;
}

.browser-bar {
  height:31px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 13px;
  background:#f4f3f5;
  color:#777380;
  position:relative;
  font-size:8px;
  letter-spacing:.02em;
}

.browser-bar>i {
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#d2cfd7;
}

.browser-bar>i:first-child {
  background:#e2a3a5;
}

.browser-bar>i:nth-child(2) {
  background:#e5d49a;
}

.browser-bar>i:nth-child(3) {
  background:#b1cbb4;
}

.browser-bar>span {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
}

.browser-bar>b {
  margin-left:auto;
  font-size:12px;
  font-weight:400;
}

.enhanced .coverflow {
  touch-action:pan-y;
  height:490px;
  display:block;
  overflow:visible;
  perspective:1400px;
  padding:0;
  margin-top:10px;
}

.enhanced .site-card {
  position:absolute;
  width:min(560px,52vw);
  left:50%;
  top:30px;
  transform:translateX(calc(-50% + var(--offset,0)*66%)) translateY(calc(var(--distance,0)*13px)) translateZ(calc(var(--distance,0)*-140px)) rotateY(calc(var(--offset,0)*-16deg));
  z-index:var(--depth,1);
  opacity:1;
  filter:brightness(calc(1 - var(--distance,0)*.18));
  transition:transform 1s var(--ease),filter .8s,box-shadow .6s;
  cursor:pointer;
  backface-visibility:hidden;
}

.enhanced .site-card[data-active="true"] {
  box-shadow:0 0 0 1px rgb(var(--accent)/.25),0 40px 80px #0007,0 0 70px rgb(var(--accent)/.09);
  cursor:grab;
}

.enhanced .site-card figcaption {
  display:none;
}

.showcase__controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  position:relative;
  z-index:8;
}

.round-button {
  width:43px;
  height:43px;
  background:#ffffff06;
  border:1px solid #ffffff24;
  border-radius:50%;
  font-size:20px;
  line-height:1;
  transition:background .2s,transform .2s;
}

.round-button:hover {
  background:#c9b6ff25;
  transform:scale(1.07);
}

.showcase__selection {
  text-align:center;
  min-width:245px;
}

.showcase__selection>span {
  font-size:8px;
  letter-spacing:.2em;
  color:#a29ab7;
}

.showcase__selection>p {
  font-size:15px;
  color:#e9e1fc;
  font-weight:500;
  margin-top:5px;
}

.showcase__dots {
  display:flex;
  justify-content:center;
  gap:2px;
  margin:12px 0;
  position:relative;
  z-index:8;
}

.showcase__dots button {
  width:27px;
  height:30px;
  border:0;
  background:none;
  display:grid;
  place-items:center;
  padding:0;
}

.showcase__dots button::after {
  content:"";
  width:5px;
  height:5px;
  background:#6e627f;
  border-radius:10px;
  transition:width .5s,background .5s;
}

.showcase__dots button[aria-pressed="true"]::after {
  width:21px;
  background:#cfbaff;
}

.showcase__disclaimer {
  text-align:center;
  font-size:10px;
  color:#928aa6;
  margin:0 24px;
  position:relative;
}

.hero__bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px 0 20px;
  border-top:1px solid #ffffff10;
  color:#898199;
  font-size:8px;
  letter-spacing:.12em;
}

.motion-toggle {
  border:0;
  background:none;
  color:#b6accd;
  font-size:10px;
  min-height:44px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:4px 0;
}

.motion-toggle:hover {
  color:#fff;
}

.ticker {
  overflow:hidden;
  background:#e5ddf6;
  border-bottom:1px solid #dcd1ed;
  color:#5c477b;
  padding-block:22px;
}

.ticker__track {
  display:flex;
  width:max-content;
  animation:ticker 35s linear infinite;
}

.ticker__track>span {
  display:flex;
  align-items:center;
  gap:50px;
  padding-right:50px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
  white-space:nowrap;
}

.ticker__separator {
  width:22px;
  height:22px;
  flex-shrink:0;
  color:#967bbd;
}

.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:48px;
}

.section-heading>p {
  max-width:310px;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
  padding-bottom:3px;
}

.solution-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.solution-card {
  padding:35px 36px 30px;
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
  position:relative;
  overflow:hidden;
}

.solution-card--purple {
  background:#f0ecf8;
  border-color:#dfd5ee;
}

.solution-card__top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px;
}

.solution-card__top>span:last-child {
  font-size:22px;
  color:#75618e;
}

.label {
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
  color:#72627f;
}

.solution-card h3 {
  font-size:33px;
  margin-bottom:17px;
}

.solution-card>p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted);
  max-width:430px;
}



.beam {
  stroke:#987ce9;
  stroke-width:2;
  stroke-dasharray:20 380;
  animation:beam 5s linear infinite;
  fill:none;
}







/* A real-width grid keeps the flow connected at every card size. */
.mini-funnel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 42px 26px 42px 26px 42px;
  justify-items: center;
  align-content: center;
  width: 100%;
  min-width: 0;
  min-height: 220px;
  margin: 12px 0;
  flex-shrink: 0;
}
.mini-funnel__node {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 194px);
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid #ddd2ee;
  border-radius: 9px;
  color: #6f607e;
  background: #fff;
  box-shadow: 0 4px 12px #51346908;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  animation: funnel-node 3.6s ease-in-out infinite;
}
.mini-funnel__node .icon { width: 18px; height: 18px; }
.mini-funnel__page {
  background: #f4eefb;
  border-color: #c7b3e2;
  color: #72509a;
  animation-delay: 1.2s;
}
.mini-funnel__page b { font-weight: 600; }
.mini-funnel__result {
  background: #f3f8f3;
  border-color: #ccdfcf;
  color: #3c7155;
  animation-delay: 2.4s;
}
.mini-funnel__connector {
  position: relative;
  display: block;
  width: 3px;
  height: 100%;
  background: #e2d7ed;
  overflow: hidden;
}
.mini-funnel__connector::after {
  content: "";
  position: absolute;
  inset: -100% 0 100%;
  background: linear-gradient(transparent, #9670cb 45%, #7850ad);
  animation: funnel-travel 1.8s linear infinite;
}
.mini-funnel__connector--second::after { animation-delay: .9s; }
@keyframes funnel-travel { to { transform: translateY(200%); } }
@keyframes funnel-node {
  0%, 65%, 100% { box-shadow: 0 4px 12px #51346908; }
  25% { box-shadow: 0 0 0 3px #9c7bc516, 0 5px 15px #7955a01a; }
}

.mini-pages {
  height:195px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  perspective:600px;
}

.mini-page {
  width:128px;
  height:133px;
  border:1px solid #d8cee6;
  border-radius:7px;
  background:#faf8fe;
  box-shadow:0 8px 14px #24133c08;
  padding:13px;
  position:absolute;
  font-size:9px;
  color:#826897;
  transition:transform .7s var(--ease);
}

.mini-page:first-child {
  transform:translateX(-100px) rotate(-9deg);
  animation:page-left 7s ease-in-out infinite;
}

.mini-page:nth-child(2) {
  z-index:2;
  transform:translateY(-3px);
  background:#e2d9ef;
}

.mini-page:last-child {
  transform:translateX(100px) rotate(9deg);
  animation:page-right 7s ease-in-out infinite;
}

.mini-page strong {
  display:block;
  font-size:17px;
  line-height:1.2;
  margin:17px 0 10px;
  color:#594475;
  letter-spacing:-.04em;
}

.mini-page b {
  font-size:7px;
  border-radius:3px;
  background:#71598e;
  color:white;
  padding:4px 8px;
}

.mini-page>i {
  display:block;
  height:10px;
  margin-top:17px;
  background:#ece5f4;
  border-radius:2px;
}

.mini-page>i+ i {
  height:5px;
  margin-top:10px;
  width:80%;
}

.check-list {
  padding:22px 0 20px;
  margin:0;
  list-style:none;
  border-top:1px solid #dfd8e970;
}

.check-list li {
  font-size:12px;
  color:#605769;
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:9px;
}

.check-list li::before {
  content:"✓";
  font-size:11px;
  color:#876cb1;
}

.text-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-block:14px 2px;
  border-top:1px solid #dfd8e970;
  font-size:13px;
  font-weight:700;
}

.text-link span {
  font-size:24px;
  line-height:1;
  font-weight:400;
  transition:transform .3s;
}

.text-link:hover span {
  transform:translate(3px,-3px);
}

.experience {
  background:#f0edf5;
  border-block:1px solid #e7e1ee;
}

.bento {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:18px;
}

.bento>article {
  min-height:420px;
  border:1px solid #e1dbe9;
  border-radius:16px;
  background:#fbfaff;
  position:relative;
  overflow:hidden;
  padding:30px;
}

.bento h3 {
  font-size:26px;
  letter-spacing:-.04em;
  line-height:1.17;
  margin-bottom:15px;
}

.bento p {
  color:var(--muted);
  font-size:12px;
  line-height:1.8;
}

.feature-icon {
  display:block;
  color:#9782b2;
  font-size:24px;
  margin-bottom:16px;
}



/* The monitor participates in layout; reserve space for the phone and motion. */
.devices {
  position: relative;
  width: 100%;
  max-width: 340px;
  min-width: 0;
  min-height: 250px;
  height: auto;
  margin: 28px auto 0;
  align-self: center;
}
.device-desktop {
  position: relative;
  width: 82%;
  margin: 16px auto 54px 4%;
  border: 5px solid #292636;
  border-bottom-width: 11px;
  border-radius: 9px;
  overflow: hidden;
  transform: rotate(-5deg);
  box-shadow: 0 10px 25px #2d183f20;
  animation: device-float 7s ease-in-out infinite;
}
.device-phone {
  position: absolute;
  right: 6%;
  bottom: 14px;
  width: 30%;
  min-width: 84px;
  max-width: 104px;
  height: auto;
  min-height: 182px;
  border: 4px solid #272332;
  border-radius: 15px;
  background: #f0f0e6;
  padding: 13px 7px 6px;
  transform: rotate(8deg);
  box-shadow: 0 8px 22px #30203830;
  color: #405541;
  animation: phone-float 7s ease-in-out infinite;
}

.device-desktop .browser-bar {
  height:15px;
  padding:0 6px;
  gap:3px;
}

.device-desktop .browser-bar i {
  width:3px;
  height:3px;
}


.phone-notch {
  position:absolute;
  top:2px;
  left:30%;
  width:40%;
  height:5px;
  background:#272332;
  border-radius:10px;
}

.device-phone>span {
  font-family:Georgia,serif;
  font-size:12px;
}

.device-phone strong {
  font:14px/1.1 Georgia,serif;
  display:block;
  margin-block:8px;
}

.phone-photo {
  height:60px;
  background:url('/meusite/assets/forma.svg') 92% 35%/235% auto;
  border-radius:3px;
}

.device-phone>b {
  display:block;
  font-size:5px;
  color:white;
  background:#405541;
  margin-top:8px;
  padding:5px;
  border-radius:8px;
  text-align:center;
}

.connection-art {
  height:211px;
  position:relative;
  margin:0 -8px 21px;
}

.connection-art>svg {
  position:absolute;
  top:12px;
  width:100%;
  height:150px;
  stroke:#dcd3e7;
  fill:none;
  stroke-width:1.5;
}

.connection-input {
  position:absolute;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid #e4dceb;
  border-radius:10px;
  background:#fff;
  color:#8c74a8;
  font-size:20px;
  left:-1px;
  top:21px;
}

.connection-input:nth-of-type(2) {
  top:113px;
}

.connection-output {
  position:absolute;
  width:65px;
  height:65px;
  display:grid;
  place-items:center;
  right:10%;
  top:62px;
  border-radius:18px;
  background:#e4efdf;
  color:#4f7951;
  box-shadow:0 0 0 7px #e4efdf60;
}

.connection-output .icon {
  width:35px;
  height:35px;
}

.message-bubble {
  position:absolute;
  right:-3px;
  bottom:8px;
  padding:10px 12px;
  border-radius:10px 10px 0 10px;
  background:#dcebd9;
  color:#456441;
  font-size:10px;
  animation:bubble 6s ease-in-out infinite;
}

.palette {
  height:211px;
  margin-bottom:21px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.palette i {
  position:absolute;
  width:89px;
  height:126px;
  border:1px solid #cfc1df;
  border-radius:10px;
  background:#deceef;
  transform:rotate(-17deg) translateX(-22px);
  box-shadow:0 8px 20px #361d5110;
  animation:swatch 8s ease-in-out infinite;
}

.palette i:nth-child(2) {
  background:#b19bc9;
  transform:rotate(2deg);
  animation-delay:-2s;
}

.palette i:nth-child(3) {
  background:#604478;
  transform:rotate(20deg) translateX(22px);
  animation-delay:-4s;
}

.palette span {
  position:relative;
  z-index:2;
  font:38px Georgia,serif;
  color:#fff;
  margin-left:36px;
  margin-top:20px;
  transform:rotate(10deg);
}

.process {
  padding-block:112px;
  background:#121020;
  color:#f0eafa;
  position:relative;
  overflow:clip;
}

.process__layout {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:100px;
  align-items:start;
}

.process__sticky {
  position:sticky;
  top:70px;
}

.process .eyebrow {
  color:#9d8bb6;
}

.process h2 span {
  color:#b8a0e7;
}

.process__sticky>p:not(.eyebrow) {
  max-width:355px;
  font-size:14px;
  color:#a79ab9;
  margin-top:22px;
}

.stack-scene {
  height:450px;
  position:relative;
  perspective:900px;
  margin-top:36px;
}

.stack-layer {
  position:absolute;
  width:80%;
  height:220px;
  left:8%;
  top:35px;
  border:1px solid #6b548455;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 20px 30px #05030840;
  transform-origin:50% 80%;
}

.stack-layer--back {
  background:#2a2039;
  padding:22px;
  transform:translate(calc(var(--spread,0)*-45px),calc(var(--spread,0)*-18px)) rotate(calc(var(--spread,0)*-14deg));
  color:#b8a3cc;
  font-size:9px;
  letter-spacing:.15em;
}

.stack-layer--back>i {
  display:block;
  width:80%;
  height:14px;
  background:#473256;
  border-radius:4px;
  margin-top:26px;
}

.stack-layer--back>i+i {
  margin-top:12px;
  width:60%;
}

.stack-layer--middle {
  background:#443256;
  padding:23px;
  transform:translate(calc(var(--spread,0)*38px),calc(var(--spread,0)*-25px)) rotate(calc(var(--spread,0)*13deg));
  color:#e3caee;
  font-size:9px;
  letter-spacing:.15em;
}

.stack-swatches {
  display:flex;
  gap:8px;
  margin:19px 0;
}

.stack-swatches i {
  width:30px;
  height:30px;
  border-radius:50%;
  background:#c2a2d5;
}

.stack-swatches i:nth-child(2) {
  background:#a070b6;
}

.stack-swatches i:nth-child(3) {
  background:#755086;
}

.stack-layer--middle>strong {
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.04em;
}

.stack-layer--front {
  height:auto;
  transform:translateY(calc(25px + var(--spread,0)*50px)) rotateX(calc(var(--spread,0)*8deg));
  border-color:#967cb570;
}

.stack-layer--front>img {
  width:100%;
}

.stack-badge {
  position:absolute;
  z-index:5;
  bottom:0;
  right:0;
  background:#211b30;
  border:1px solid #6f59884d;
  box-shadow:0 8px 24px #0004;
  color:#c4b6d7;
  border-radius:30px;
  padding:9px 15px;
  font-size:9px;
  display:flex;
  align-items:center;
  gap:9px;
}

.stack-badge span {
  display:block;
  width:5px;
  height:5px;
  background:#c8a5f2;
  border-radius:50%;
  box-shadow:0 0 12px #c8a5f2;
}

.process__steps {
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}

.process__steps::before,.process__steps::after {
  content:"";
  position:absolute;
  left:22px;
  top:24px;
  bottom:110px;
  width:1px;
  background:#342741;
}

.process__steps::after {
  background:linear-gradient(#9474b9,#e1baff);
  transform:scaleY(var(--process,0));
  transform-origin:top;
}

.process-step {
  display:grid;
  grid-template-columns:46px 1fr;
  gap:27px;
  position:relative;
  min-height:265px;
  padding-bottom:62px;
}

.process-step:last-child {
  padding-bottom:0;
}

.step-index {
  position:relative;
  z-index:1;
  background:#171223;
  display:grid;
  place-items:center;
  border:1px solid #4b365f;
  border-radius:50%;
  width:46px;
  height:46px;
  color:#927eaa;
  font-size:11px;
  transition:background .5s,color .5s,box-shadow .5s;
}

.process-step.is-current .step-index {
  background:#bea3e4;
  color:#28183e;
  box-shadow:0 0 0 7px #be9eea09;
}

.step-label {
  font-size:9px;
  font-weight:700;
  letter-spacing:.15em;
  color:#9c84b7;
  margin:3px 0 12px;
}

.process-step h3 {
  font-size:25px;
  letter-spacing:-.04em;
  margin-bottom:17px;
}

.process-step p:not(.step-label) {
  font-size:13px;
  color:#a699b9;
  line-height:1.85;
  max-width:350px;
}

.step-chip {
  display:inline-block;
  font-size:9px;
  color:#a998ba;
  border:1px solid #54406355;
  border-radius:20px;
  padding:7px 12px;
  margin-top:20px;
}

.process-step .text-link {
  color:#d5b9f7;
  border:0;
  max-width:210px;
  margin-top:12px;
}

.proof {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:70px;
  padding-block:70px;
  border-bottom:1px solid var(--line);
  align-items:center;
}

.proof .eyebrow {
  font-size:9px;
  margin-bottom:16px;
}

.proof h2 {
  font-size:29px;
  line-height:1.2;
  letter-spacing:-.045em;
}

.proof p:not(.eyebrow) {
  font-size:13px;
  color:var(--muted);
  max-width:460px;
  margin-top:18px;
}

.proof__products {
  display:flex;
  flex-direction:column;
  gap:15px;
}

.proof__products>a {
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 22px;
  background:white;
  border:1px solid var(--line);
  border-radius:12px;
  font-size:15px;
  font-weight:600;
}

.proof__products>a span {
  margin-left:auto;
  color:#9c87b5;
}

.proof__products img {
  width:32px;
  height:32px;
  object-fit:contain;
}

.proof__products>a:hover {
  border-color:#a48ebd;
}

.faq {
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:90px;
}

.faq h2 {
  font-size:44px;
}

.faq>div>p:not(.eyebrow) {
  margin-top:28px;
  font-size:13px;
  color:var(--muted);
  line-height:2;
}

.faq>div>p a {
  color:#79608f;
  border-bottom:1px solid #c5b6d3;
  padding-bottom:3px;
}

.faq details {
  border-bottom:1px solid var(--line);
}

.faq details:first-child {
  border-top:1px solid var(--line);
}

.faq summary {
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  padding:24px 0;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
}

.faq summary::-webkit-details-marker {
  display:none;
}

.faq summary span {
  font-size:24px;
  line-height:1;
  color:#9f8bb4;
  font-weight:400;
  transition:transform .3s;
}

.faq details[open] summary span {
  transform:rotate(45deg);
}

.faq details>p {
  color:var(--muted);
  font-size:13px;
  line-height:1.9;
  padding:0 30px 25px 0;
}

.closing {
  position:relative;
  isolation:isolate;
  background:#171026;
  color:#f7f0ff;
  overflow:hidden;
  text-align:center;
  padding:85px 0 95px;
}

.closing::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:radial-gradient(ellipse at 50% 80%,#77509e50,transparent 65%);
}

.closing__inner {
  position:relative;
  z-index:2;
}

.closing__orbit {
  position:absolute;
  z-index:-1;
  left:calc(50% - 490px);
  top:90px;
  width:980px;
  height:980px;
  border-radius:50%;
  border:1px solid #baa0d21a;
  box-shadow:0 0 0 85px #b994e305,0 0 0 170px #b994e304;
  animation:orbit 40s linear infinite;
}

.closing__orbit::after {
  content:"";
  position:absolute;
  top:140px;
  left:140px;
  width:7px;
  height:7px;
  background:#bca2db;
  border-radius:50%;
  box-shadow:0 0 20px #c3a9df;
}

.closing__logo {
  display:grid;
  place-items:center;
  width:80px;
  height:80px;
  background:#fff;
  border-radius:23px;
  margin:0 auto 27px;
  box-shadow:0 0 0 8px #fff03,0 15px 40px #0004;
}

.closing__logo img {
  width:48px;
  height:48px;
  transform:rotate(calc(var(--closing,0)*180deg));
}

.closing .eyebrow {
  color:#af99c5;
  font-size:9px;
  margin-bottom:24px;
}

.closing h2 {
  font-size:clamp(48px,6vw,80px);
  line-height:1.05;
  font-weight:500;
}

.closing h2 span {
  color:#c6a6e7;
}

.closing p:not(.eyebrow) {
  font-size:14px;
  color:#b8a5cc;
  margin:24px 0 30px;
}

.closing small {
  display:block;
  font-size:10px;
  color:#9c87b0;
  margin-top:18px;
}

.footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding-block:32px;
  font-size:10px;
  color:#84798f;
}

.footer img {
  width:120px;
}

.footer>a:last-child {
  font-size:11px;
  color:#655273;
}

.floating-contact {
  position:fixed;
  z-index:30;
  bottom:23px;
  right:24px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid #bda8dc66;
  border-radius:50px;
  padding:15px;
  background:#352548;
  color:#f0e5ff;
  box-shadow:0 8px 30px #11051c25;
  transition:transform .35s,opacity .35s;
}

.floating-contact span {
  font-size:11px;
  font-weight:600;
}

.enhanced .floating-contact:not(.is-visible) {
  opacity:0;
  pointer-events:none;
  transform:translateY(20px);
}

[data-spotlight]::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:radial-gradient(350px circle at var(--x,50%) var(--y,0%),#a885dd14,transparent 70%);
  opacity:0;
  transition:opacity .4s;
}

[data-spotlight]:hover::after,[data-spotlight]:focus-within::after {
  opacity:1;
}

.reveal {
  transition:opacity .9s var(--ease),transform .9s var(--ease);
}

.enhanced .reveal:not(.is-visible) {
  opacity:0;
  transform:translateY(30px);
}

.motion-paused *,.motion-paused *::before,.motion-paused *::after,.motion-suspended *,.motion-suspended *::before,.motion-suspended *::after,.motion-zone.is-offscreen *,.motion-zone.is-offscreen *::before,.motion-zone.is-offscreen *::after {
  animation-play-state:paused!important;
}

.motion-paused * {
  scroll-behavior:auto!important;
}

.motion-paused .hero__entrance {
  animation:none;
}

.motion-paused .reveal {
  opacity:1!important;
  transform:none!important;
}

.motion-paused .site-card,.motion-paused .reveal {
  transition:none!important;
}

@keyframes entrance {
  from {
    opacity:0;
    transform:translateY(22px);
  }
  to {
    opacity:1;
    transform:none;
  }
}

@keyframes aurora {
  to {
    transform:translate(45px,30px) rotate(12deg) scale(1.08);
  }
}

@keyframes title-light {
  to {
    background-position:100% 0;
  }
}

@keyframes dot-pulse {
  50% {
    box-shadow:0 0 0 7px #c6b8ff14;
  }
}

@keyframes nudge {
  50% {
    transform:translateY(5px);
  }
}

@keyframes ticker {
  to {
    transform:translateX(-50%);
  }
}

@keyframes beam {
  to {
    stroke-dashoffset:-400;
  }
}

@keyframes device-float {
  50% {
    transform:translateY(-9px) rotate(-3deg);
  }
}

@keyframes phone-float {
  50% {
    transform:translateY(6px) rotate(5deg);
  }
}

@keyframes bubble {
  50% {
    transform:translateY(-5px);
  }
}

@keyframes swatch {
  50% {
    translate:0 -8px;
  }
}

@keyframes page-left {
  50% {
    transform:translateX(-112px) rotate(-14deg);
  }
}

@keyframes page-right {
  50% {
    transform:translateX(112px) rotate(14deg);
  }
}

@keyframes orbit {
  to {
    transform:rotate(360deg);
  }
}

@media(min-width:1500px) {
  .hero {
    padding-top:175px;
  }
  .enhanced .coverflow {
    height:500px;
  }
  .hero h1 {
    font-size:82px;
  }
}

@media(max-width:1050px) {
  .container {
    width:calc(100% - 56px);
  }
  .header nav {
    gap:20px;
  }
  .hero h1 {
    font-size:64px;
  }
  .enhanced .coverflow {
    height:calc(38vw + 65px);
  }
  .enhanced .site-card {
    width:56vw;
  }
  .section {
    padding-block:85px;
  }
  .section-heading {
    gap:25px;
  }
  .section-heading>p {
    max-width:260px;
  }
  .solution-card {
    padding:27px;
  }
  .bento {
    grid-template-columns:1fr 1fr;
  }
  .bento__responsive {
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:320px!important;
  }
  .bento>article {
    min-height:375px;
  }
  .process__layout {
    gap:50px;
  }
  .stack-layer {
    height:185px;
  }
  .stack-layer--front {
    height:auto;
  }
  .stack-scene {
    height:375px;
  }
  .faq {
    gap:45px;
  }
  .footer {
    flex-wrap:wrap;
  }
  .showcase__intro {
    width:calc(100% - 56px);
  }
}

@media(max-width:760px) {
  html {
    scroll-padding-top:25px;
  }
  .container {
    width:calc(100% - 40px);
  }
  .header__inner {
    height:83px;
    gap:18px;
  }
  .header nav {
    display:none;
  }
  .brand {
    padding:9px 10px;
  }
  .brand img {
    width:116px;
  }
  .header__cta {
    font-size:10px;
    gap:7px;
  }
  .header__cta .icon {
    width:15px;
  }
  .hero {
    padding-top:130px;
  }
  .hero h1 {
    font-size:clamp(39px,7.5vw,58px);
    line-height:1.1;
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:.12em;
    gap:8px;
    margin-bottom:22px;
  }
  .hero__description {
    font-size:13px;
    max-width:430px;
    margin:22px auto 25px;
    line-height:1.85;
  }
  .hero__actions {
    gap:16px;
  }
  .hero__explore {
    font-size:11px;
  }
  .hero__note {
    font-size:9px;
    margin-top:17px;
  }
  .button {
    font-size:12px;
    padding:14px 19px;
    min-height:54px;
    gap:9px;
  }
  .button .icon {
    width:21px;
  }
  .button__arrow {
    margin-left:5px;
    font-size:20px;
  }
  .showcase {
    margin-top:39px;
    padding-bottom:27px;
  }
  .showcase__intro {
    width:calc(100% - 40px);
    font-size:7px;
    letter-spacing:.1em;
  }
  .showcase__hint {
    font-size:8px;
  }
  .enhanced .coverflow {
    height:calc(49vw + 60px);
    margin-top:0;
    perspective:1000px;
  }
  .enhanced .site-card {
    width:72vw;
    top:23px;
    border-radius:8px;
    transform:translateX(calc(-50% + var(--offset,0)*56%)) translateY(calc(var(--distance,0)*7px)) translateZ(calc(var(--distance,0)*-110px)) rotateY(calc(var(--offset,0)*-17deg));
  }
  .browser-bar {
    height:24px;
    padding-inline:9px;
    gap:4px;
  }
  .browser-bar i {
    width:4px;
    height:4px;
  }
  .browser-bar span {
    font-size:7px;
  }
  .showcase__controls {
    gap:15px;
  }
  .showcase__selection {
    min-width:195px;
  }
  .showcase__selection>p {
    font-size:13px;
  }
  .round-button {
    width:40px;
    height:40px;
  }
  .showcase__dots {
    margin:6px 0;
  }
  .showcase__disclaimer {
    max-width:340px;
    margin:auto;
    font-size:9px;
    line-height:1.7;
    padding-inline:15px;
  }
  .hero__bottom {
    padding-block:8px 13px;
    font-size:6px;
    letter-spacing:.07em;
  }
  .motion-toggle {
    font-size:8px;
    white-space:nowrap;
  }
  .ticker {
    padding-block:16px;
  }
  .ticker__track>span {
    font-size:11px;
    gap:30px;
    padding-right:30px;
  }
  .ticker__separator {
    width:17px;
    height:17px;
  }
  .section {
    padding-block:65px;
  }
  .section-heading {
    display:block;
    margin-bottom:30px;
  }
  .section-heading>p {
    max-width:440px;
    margin-top:23px;
    font-size:13px;
  }
  .eyebrow {
    font-size:8px;
    margin-bottom:18px;
  }
  h2 {
    font-size:38px;
  }
  .solution-grid {
    grid-template-columns:1fr;
    gap:20px;
  }
  .solution-card {
    padding:27px;
  }
  .solution-card h3 {
    font-size:32px;
  }
  .solution-card>p {
    font-size:13px;
  }
  .mini-pages {
    height:182px;
  }
  .solution-card__top {
    margin-bottom:24px;
  }
  .bento {
    gap:16px;
  }
  .bento>article {
    padding:24px;
    min-height:340px;
  }
  .bento h3 {
    font-size:24px;
  }
  .bento p {
    font-size:12px;
  }
  .bento__responsive {
    min-height:330px!important;
  }
  .connection-art,.palette {
    height:180px;
  }
  .connection-output {
    right:4%;
  }
  .connection-input {
    left:0;
  }
  .message-bubble {
    font-size:8px;
    right:-12px;
  }
  .process {
    padding-block:65px;
  }
  .process__layout {
    grid-template-columns:1fr;
    gap:35px;
  }
  .process__sticky {
    position:relative;
    top:0;
  }
  .process__sticky>p:not(.eyebrow) {
    max-width:400px;
    font-size:13px;
  }
  .stack-scene {
    max-width:420px;
    margin:20px auto 0;
    height:350px;
  }
  .stack-layer {
    height:215px;
  }
  .stack-layer--front {
    height:auto;
  }
  .process-step {
    min-height:225px;
    gap:22px;
    padding-bottom:43px;
  }
  .process-step h3 {
    font-size:25px;
  }
  .process__steps::before,.process__steps::after {
    bottom:130px;
  }
  .proof {
    grid-template-columns:1fr;
    gap:28px;
    padding-block:55px;
  }
  .proof h2 {
    font-size:28px;
  }
  .proof__products {
    flex-direction:row;
    gap:12px;
  }
  .proof__products>a {
    flex:1;
    padding:15px 13px;
    font-size:12px;
    gap:9px;
  }
  .proof__products img {
    width:26px;
    height:26px;
  }
  .faq {
    grid-template-columns:1fr;
    gap:32px;
  }
  .faq h2 {
    font-size:38px;
  }
  .faq>div>p:not(.eyebrow) {
    margin-top:20px;
    font-size:12px;
  }
  .faq summary {
    font-size:13px;
    padding-block:20px;
  }
  .closing {
    padding:65px 0 70px;
  }
  .closing h2 {
    font-size:clamp(44px,8vw,62px);
  }
  .closing p:not(.eyebrow) {
    font-size:13px;
  }
  .closing__logo {
    width:68px;
    height:68px;
    border-radius:20px;
  }
  .closing__logo img {
    width:42px;
    height:42px;
  }
  .closing__orbit {
    width:700px;
    height:700px;
    left:calc(50% - 350px);
    top:100px;
  }
  .closing__orbit::after {
    left:100px;
    top:100px;
  }
  .footer {
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    padding-bottom:85px;
  }
  .footer p {
    font-size:9px;
  }
  .floating-contact {
    bottom:16px;
    right:16px;
    padding:14px;
  }
  .floating-contact>span {
    display:none;
  }
  .floating-contact .icon {
    width:25px;
    height:25px;
  }
}

@media(max-width:480px) {
  .hero__actions {
    flex-direction:column;
    gap:5px;
  }
  .hero__actions .button {
    min-width:235px;
  }
  .hero__explore {
    padding-block:10px;
  }
  .hero__note {
    margin-top:9px;
  }
  .hero h1 {
    font-size:clamp(35px,8.8vw,44px);
  }
  .hero__description {
    max-width:350px;
  }
  .desktop {
    display:none;
  }
  .showcase__hint {
    display:none;
  }
  .showcase__intro {
    justify-content:center;
  }
  .enhanced .coverflow {
    height:calc(53vw + 56px);
  }
  .enhanced .site-card {
    width:78vw;
  }
  .showcase__controls {
    gap:8px;
  }
  .showcase__selection {
    min-width:190px;
  }
  .showcase__selection>p {
    font-size:12px;
  }
  .showcase__selection>span {
    font-size:7px;
  }
  .round-button {
    width:38px;
    height:38px;
  }
  .hero__bottom>span {
    max-width:155px;
    font-size:6px;
  }
  .bento {
    grid-template-columns:1fr;
  }
  .bento__responsive {
    display:block;
    min-height:430px!important;
  }
  .bento__copy {
    max-width:270px;
  }
  .bento__contact,.bento__identity {
    min-height:355px!important;
  }
  .connection-art {
    max-width:260px;
    margin:0 auto 16px;
  }
  .palette {
    height:150px;
    margin-bottom:24px;
  }
  .bento__identity .palette {
    float:right;
    width:130px;
    margin:0 -10px 0 5px;
    height:190px;
  }
  .bento__identity h3 {
    padding-top:40px;
  }
  .bento__identity p {
    clear:both;
    padding-top:18px;
  }
  .bento__identity {
    min-height:310px!important;
  }
  .palette i {
    width:74px;
    height:106px;
  }
  .palette span {
    font-size:32px;
  }
  .proof__products {
    flex-direction:column;
  }
  .stack-scene {
    height:350px;
  }
  .stack-layer {
    height:185px;
  }
  .stack-layer--front {
    height:auto;
  }
  .stack-badge {
    font-size:8px;
    bottom:10px;
  }
  .process-step {
    gap:16px;
    grid-template-columns:42px 1fr;
  }
  .step-index {
    width:42px;
    height:42px;
  }
  .process__steps::before,.process__steps::after {
    left:20px;
  }
  .process-step h3 {
    font-size:23px;
  }
  .process-step p:not(.step-label) {
    font-size:12px;
  }
  .step-chip {
    font-size:8px;
  }
  .solution-card {
    padding:24px;
  }
  .label {
    font-size:8px;
  }
  .mini-page {
    width:112px;
  }
  .mini-page:first-child {
    animation:none;
    transform:translateX(-76px) rotate(-9deg);
  }
  .mini-page:last-child {
    animation:none;
    transform:translateX(76px) rotate(9deg);
  }
  .check-list li {
    font-size:11px;
  }
}

.round-button {
  min-width:44px;
  min-height:44px;
}

.showcase__dots button {
  width:44px;
  height:44px;
}

.solution-card {
  display:flex;
  flex-direction:column;
}

.solution-card>.text-link {
  margin-top:auto;
}


@media(min-width:761px) and (max-width:1050px) {
  .mini-pages {
    transform:scale(.78);
  }
}

@media(max-width:760px) {
  .stack-layer--back {
    transform:translate(calc(var(--spread,0)*-14px),calc(var(--spread,0)*-18px)) rotate(calc(var(--spread,0)*-8deg));
  }
  .stack-layer--middle {
    transform:translate(calc(var(--spread,0)*16px),calc(var(--spread,0)*-25px)) rotate(calc(var(--spread,0)*8deg));
  }
}

body:not(.enhanced) *,body:not(.enhanced) *::before,body:not(.enhanced) *::after {
  animation:none!important;
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
  .hero__entrance,.enhanced .reveal {
    opacity:1!important;
    transform:none!important;
  }
  .stack-scene {
    --spread:.6!important;
  }
  .closing__logo img {
    transform:none;
  }
}
