/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #17131f;
  --cream: #f7f4ed;
  --violet: #6e43f5;
  --violet-dark: #4b24cb;
  --lime: #d9ff62;
  --pink: #ff80b8;
  --muted: #716d78;
  --scroll-y: 0px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.nav-shell {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  padding: 0 clamp(24px, 6vw, 92px);
  display: flex;
  position: absolute;
  inset: 0 0 auto;
}
.brand {
  letter-spacing: -1.8px;
  font-size: 25px;
  font-weight: 800;
}
.brand span {
  color: var(--violet);
}
.brand i {
  color: var(--pink);
  font-style: normal;
}
.nav-links {
  gap: 34px;
  font-size: 14px;
  font-weight: 550;
  display: flex;
}
.nav-links a {
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--violet);
}
.nav-cta {
  border: 1px solid #17131f40;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s;
}
.nav-cta:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}
.nav-dark {
  color: #fff;
  z-index: 80;
  top: 0;
}
.site-nav {
  will-change: transform;
  transition:
    transform 0.32s cubic-bezier(0.2, 0.75, 0.2, 1),
    background 0.3s,
    box-shadow 0.3s;
  position: fixed;
}
.site-nav.is-visible {
  transform: translateY(0);
}
.site-nav.is-hidden {
  transform: translateY(calc(-100% - 10px));
}
.site-nav.is-scrolled {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #08070ed1;
  box-shadow: 0 12px 34px #03020838;
}
.nav-dark .nav-links {
  color: #ffffffad;
}
.nav-dark .nav-links a:hover {
  color: #fff;
}
.nav-dark .nav-cta {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #08070e2e;
  border-color: #fff6;
}
.nav-dark .nav-cta:hover {
  color: #09080e;
  background: #fff;
}
.brand-bd {
  letter-spacing: -0.055em;
  font-weight: 760;
}
.brand-bd span {
  color: #9c8cff;
  font-weight: 500;
}
.cinematic-hero {
  --hero-progress: 0;
  --s1-opacity: 1;
  --s2-opacity: 0;
  --s3-opacity: 0;
  --s4-opacity: 0;
  --s1-y: 0px;
  --s2-y: 115px;
  --s3-y: 218px;
  --s4-y: 310px;
  color: #fff;
  background: #05050a;
  height: 400vh;
  position: relative;
}
.hero-sticky {
  isolation: isolate;
  background: #06060b;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.hero-video,
.hero-video-fallback,
.hero-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero-video {
  z-index: -2;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(1.1) contrast(1.06);
}
.hero-video-fallback {
  z-index: -3;
  background: radial-gradient(
    circle at 50% 67%,
    #20144f 0,
    #0b0a19 31%,
    #05050a 63%
  );
  overflow: hidden;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(#020206b3 0%, #0202071f 35%, #02020833 65%, #020206d6 100%),
    linear-gradient(90deg, #0202077a, #0000 38% 62%, #02020766);
}
.digital-core {
  aspect-ratio: 1;
  width: min(36vw, 480px);
  transform: translate(-50%, -50%)
    scale(calc(0.92 + var(--hero-progress) * 0.2));
  background: radial-gradient(
    circle at 39% 34%,
    #27214e 0 14%,
    #0b0b1b 48%,
    #030307 69%
  );
  border-radius: 50%;
  position: absolute;
  top: 60%;
  left: 50%;
  box-shadow:
    0 0 13px #b5a9ff,
    0 0 38px #6b53ff,
    0 0 120px #5338ffb3,
    inset -22px -16px 50px #533dc640;
}
.digital-core:after {
  content: "";
  border-radius: inherit;
  z-index: -1;
  filter: blur(2px);
  background: conic-gradient(
    from 45deg,
    #0000,
    #a694ff,
    #0000 19% 57%,
    #4f78ff,
    #0000 77%
  );
  animation: 10s linear infinite spin;
  position: absolute;
  inset: -3px;
}
.digital-horizon {
  background: radial-gradient(
    at 50% 0,
    #b3a7ff 0 1px,
    #5b4dd2 2px,
    #221b53b8 7%,
    #080812 24%,
    #030306 68%
  );
  border-radius: 50% 50% 0 0;
  width: 150%;
  height: 38%;
  position: absolute;
  bottom: -25%;
  left: -25%;
  transform: perspective(500px) rotateX(4deg);
  box-shadow: 0 -4px 45px #7260ffbf;
}
.digital-orbit {
  filter: drop-shadow(0 0 11px #725cff);
  border: 1px solid #8270ff75;
  border-radius: 50%;
  width: 76vw;
  height: 15vw;
  position: absolute;
  top: 59%;
  left: 50%;
}
.orbit-a {
  transform: translate(-50%, -50%) rotate(7deg);
}
.orbit-b {
  opacity: 0.45;
  transform: translate(-50%, -50%) rotate(-7deg) scale(0.83);
}
.scroll-statement {
  z-index: 3;
  text-align: center;
  will-change: transform, opacity;
  pointer-events: none;
  width: min(1120px, 100% - 48px);
  position: absolute;
  top: 50%;
  left: 50%;
}
.scroll-statement h1,
.scroll-statement h2 {
  letter-spacing: -0.068em;
  margin: 0;
  font-size: clamp(60px, 8.1vw, 122px);
  font-weight: 490;
  line-height: 0.91;
}
.scroll-statement em {
  color: #aa9cff;
  font-family: Georgia, serif;
  font-weight: 400;
}
.scroll-statement p {
  color: #ffffffb3;
  max-width: 690px;
  margin: 28px auto 0;
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.65;
}
.hero-kicker {
  color: #ffffff9e;
  letter-spacing: 0.22em;
  margin-bottom: 23px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}
.statement-one {
  opacity: var(--s1-opacity);
  transform: translate(-50%, calc(-50% + var(--s1-y)));
}
.statement-two {
  opacity: var(--s2-opacity);
  transform: translate(-50%, calc(-50% + var(--s2-y)));
}
.statement-three {
  opacity: var(--s3-opacity);
  transform: translate(-50%, calc(-50% + var(--s3-y)));
}
.statement-four {
  opacity: var(--s4-opacity);
  transform: translate(-50%, calc(-50% + var(--s4-y)));
  pointer-events: auto;
}
.statement-four h2 {
  font-size: clamp(68px, 9.1vw, 140px);
}
.statement-four .hero-actions {
  justify-content: center;
  margin-top: 32px;
}
.hero-management-hook {
  pointer-events: auto;
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #0908108f;
  border: 1px solid #d9ff623d;
  border-radius: 999px;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 10px 14px;
  width: min(650px, 100% - 28px);
  margin: 26px auto 0;
  padding: 10px 12px 10px 17px;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
  display: grid;
  box-shadow:
    0 12px 34px #0003,
    0 0 26px #d9ff6214;
}
.hero-management-hook:hover {
  border-color: #d9ff6285;
  transform: translateY(-3px);
  box-shadow:
    0 16px 40px #00000040,
    0 0 35px #d9ff6226;
}
.hero-management-hook > span {
  color: #172000;
  background: var(--lime);
  letter-spacing: 0.11em;
  border-radius: 99px;
  padding: 5px 7px;
  font-size: 7px;
  font-weight: 850;
}
.hero-management-hook strong {
  color: var(--lime);
  letter-spacing: -0.045em;
  white-space: nowrap;
  font-size: 20px;
}
.hero-management-hook strong small {
  letter-spacing: 0;
  font-size: 9px;
}
.hero-management-hook b {
  text-align: left;
  color: #ffffffa8;
  font-size: 10px;
  font-weight: 560;
  line-height: 1.35;
}
.hero-management-hook i {
  white-space: nowrap;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}
.hero-live-offers {
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
  display: flex;
}
.hero-live-offers > span {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background: #07060d80;
  border: 1px solid #ffffff2e;
  border-radius: 14px;
  gap: 4px;
  min-width: 140px;
  padding: 10px 15px;
  display: grid;
}
.hero-live-offers small {
  color: #ffffff7a;
  letter-spacing: 0.12em;
  font-size: 6.5px;
  font-weight: 800;
}
.hero-live-offers b {
  font-size: 17px;
}
.hero-live-offers .is-featured {
  color: #172000;
  border-color: var(--lime);
  background: var(--lime);
  transform: translateY(-3px);
  box-shadow: 0 0 28px #d9ff622e;
}
.hero-live-offers .is-featured small {
  color: #17200094;
}
.button-white {
  color: #08070d;
  background: #fff;
  padding: 17px 26px;
  box-shadow: 0 16px 44px #0000003d;
}
.ghost-button {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff54;
  border-radius: 999px;
  align-items: center;
  gap: 15px;
  padding: 15px 23px;
  font-size: 14px;
  font-weight: 650;
  transition: all 0.25s;
  display: inline-flex;
}
.ghost-button:hover {
  background: #ffffff1a;
  transform: translateY(-2px);
}
.hero-progress {
  z-index: 6;
  background: #ffffff2e;
  width: 2px;
  height: 110px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.hero-progress span {
  width: 100%;
  height: calc(var(--hero-progress) * 100%);
  background: #ac9fff;
  display: block;
  box-shadow: 0 0 12px #8c78ff;
}
.scroll-cue {
  z-index: 6;
  color: #ffffff80;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: clamp(0, calc(1 - var(--hero-progress) * 7), 1);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
}
.scroll-cue i {
  background: linear-gradient(#fff, #0000);
  width: 1px;
  height: 34px;
  animation: 1.8s ease-in-out infinite scrollPulse;
  display: block;
}
@keyframes scrollPulse {
  0%,
  to {
    transform-origin: top;
    opacity: 0.35;
    transform: scaleY(0.45);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.hero-scroll-menu {
  z-index: 9;
  grid-template-columns: repeat(4, 1fr);
  width: min(760px, 100% - 140px);
  display: grid;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%);
}
.hero-scroll-menu:before {
  content: "";
  background: #fff3;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 12.5%;
  right: 12.5%;
}
.hero-scroll-menu button {
  color: #ffffff75;
  cursor: pointer;
  font: inherit;
  background: 0 0;
  border: 0;
  justify-items: center;
  gap: 9px;
  padding: 0;
  transition: color 0.35s;
  display: grid;
  position: relative;
}
.milestone-circle {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #05050a8c;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  place-items: center;
  width: 35px;
  height: 35px;
  transition:
    transform 0.35s,
    border-color 0.35s,
    box-shadow 0.35s,
    background 0.35s;
  display: grid;
  position: relative;
}
.milestone-circle:after {
  content: "";
  border-radius: inherit;
  border: 1px solid #0000;
  transition: all 0.35s;
  position: absolute;
  inset: -5px;
}
.milestone-circle i {
  font-style: normal;
  font-family: var(--font-geist-mono);
  font-size: 9px;
}
.milestone-label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 9px;
}
.hero-scroll-menu button.is-past {
  color: #d2ccffbf;
}
.hero-scroll-menu button.is-past .milestone-circle {
  background: #6348dc2e;
  border-color: #ac9fffb3;
}
.hero-scroll-menu button.is-active {
  color: #fff;
}
.hero-scroll-menu button.is-active .milestone-circle {
  background: #725cff;
  border-color: #c9c0ff;
  transform: scale(1.15);
  box-shadow:
    0 0 11px #8e7dff,
    0 0 34px #715bffbf;
}
.hero-scroll-menu button.is-active .milestone-circle:after {
  border-color: #c7beff66;
  inset: -7px;
}
.hero-scroll-menu button:hover .milestone-circle {
  border-color: #fff;
  transform: scale(1.12);
}
.scroll-cue {
  display: none;
}
.hero {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 34px;
  min-height: 760px;
  padding: 150px clamp(24px, 6vw, 92px) 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  z-index: 3;
  max-width: 680px;
  position: relative;
}
.eyebrow {
  letter-spacing: 0.11em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 750;
  display: inline-flex;
}
.eyebrow span {
  background: var(--violet);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 5px #6e43f521;
}
.hero h1 {
  letter-spacing: -0.065em;
  max-width: 810px;
  margin: 0;
  font-size: clamp(58px, 6.6vw, 104px);
  font-weight: 770;
  line-height: 0.91;
}
.hero-accent {
  color: var(--violet);
  letter-spacing: -0.07em;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 500;
  display: block;
}
.hero-copy > p {
  color: #595461;
  max-width: 610px;
  margin: 30px 0 32px;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  align-items: center;
  gap: 28px;
  display: flex;
}
.button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 750;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 30px #17131f29;
}
.button-primary:hover {
  box-shadow: 0 15px 38px #17131f42;
}
.text-link {
  border-bottom: 1px solid #17131f59;
  padding: 9px 0;
  font-size: 14px;
  font-weight: 700;
}
.text-link span {
  color: var(--violet);
  margin-left: 8px;
}
.trust-row {
  gap: 28px;
  margin-top: 48px;
  display: flex;
}
.trust-row div {
  border-left: 1px solid #d7d1c8;
  padding-left: 16px;
  display: grid;
}
.trust-row strong {
  letter-spacing: -0.04em;
  font-size: 21px;
}
.trust-row span {
  color: var(--muted);
  margin-top: 2px;
  font-size: 11px;
}
.hero-visual {
  z-index: 2;
  min-height: 550px;
  position: relative;
}
.hero-visual:before {
  content: "";
  background: var(--violet);
  border-radius: 48% 52% 56% 44%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: 0;
  right: -30px;
  transform: rotate(-9deg);
  box-shadow: 0 35px 80px #6e43f533;
}
.browser-card {
  width: 500px;
  height: 340px;
  transform: rotate(2deg) translateY(calc(var(--scroll-y) * -0.025));
  background: #fff;
  border-radius: 16px;
  position: absolute;
  top: 68px;
  right: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px #22144045;
}
.browser-top {
  background: #f0edf3;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 11px;
  display: flex;
}
.browser-top i {
  background: #bcb7c1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.browser-top span {
  color: #9b96a1;
  background: #fff;
  border-radius: 5px;
  margin-left: 34px;
  padding: 3px 80px;
  font-size: 6px;
}
.browser-body {
  background: #f6dad2;
  height: calc(100% - 30px);
  position: relative;
  overflow: hidden;
}
.mini-nav {
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding: 0 24px;
  font-size: 7px;
  display: flex;
}
.mini-nav b {
  font-size: 11px;
}
.mini-content {
  z-index: 3;
  position: absolute;
  top: 95px;
  left: 38px;
}
.mini-content small {
  letter-spacing: 0.18em;
  font-size: 6px;
}
.mini-content h3 {
  margin: 7px 0 15px;
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.05;
}
.mini-content button,
.phone-card button {
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 7px;
}
.mini-shape {
  border-radius: 48% 52% 15% 15%;
  position: absolute;
}
.shape-a {
  background: linear-gradient(145deg, #ffdf9c, #e07361);
  width: 205px;
  height: 270px;
  bottom: -60px;
  right: 28px;
  transform: rotate(10deg);
}
.shape-b {
  background: linear-gradient(160deg, #40336e, #7661d7);
  width: 110px;
  height: 180px;
  bottom: -65px;
  right: 144px;
  transform: rotate(-8deg);
}
.phone-card {
  z-index: 5;
  width: 142px;
  height: 290px;
  transform: rotate(-5deg) translateY(calc(var(--scroll-y) * -0.045));
  text-align: center;
  background: #fdfdfd;
  border: 5px solid #18151e;
  border-radius: 24px;
  padding: 13px 10px;
  position: absolute;
  top: 238px;
  right: -13px;
  box-shadow: 0 28px 45px #1e143354;
}
.phone-notch {
  background: #18151e;
  border-radius: 0 0 8px 8px;
  width: 42px;
  height: 8px;
  margin: -13px auto 12px;
}
.phone-logo {
  text-align: left;
  font-size: 7px;
  font-weight: 800;
}
.phone-art {
  background: linear-gradient(
    145deg,
    #ffe3d4 15%,
    #a484ff 16%,
    #6239c7 75%,
    #ffb997 76%
  );
  border-radius: 8px 8px 42% 42%;
  place-items: start end;
  height: 130px;
  margin: 11px 0;
  padding: 8px;
  display: grid;
}
.phone-art span {
  background: var(--lime);
  border-radius: 99px;
  padding: 4px;
  font-size: 5px;
}
.phone-card strong {
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 12px;
  display: block;
}
.float-pill {
  z-index: 8;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 11px;
  font-weight: 700;
  animation: 4s ease-in-out infinite bob;
  position: absolute;
  box-shadow: 0 12px 35px #291a472e;
}
.pill-one {
  top: 30px;
  left: 20px;
}
.pill-one span {
  color: #6bd17b;
}
.pill-two {
  background: var(--lime);
  animation-delay: -2s;
  bottom: 60px;
  left: 90px;
}
.spark {
  z-index: 6;
  color: var(--lime);
  font-size: 40px;
  animation: 9s linear infinite spin;
  position: absolute;
}
.spark-one {
  top: 100px;
  right: -7px;
}
.spark-two {
  color: var(--pink);
  font-size: 25px;
  bottom: 135px;
  left: 28px;
}
.orb {
  filter: blur(1px);
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
}
.orb-one {
  background: var(--pink);
  width: 20px;
  height: 20px;
  top: 20%;
  left: 47%;
}
.orb-two {
  background: var(--lime);
  width: 11px;
  height: 11px;
  bottom: 15%;
  left: 43%;
}
.ticker {
  background: var(--ink);
  color: #fff;
  z-index: 10;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  transform: rotate(-1.2deg) scale(1.02);
}
.ticker div {
  letter-spacing: 0.16em;
  width: max-content;
  font-size: 13px;
  font-weight: 800;
  animation: 23s linear infinite marquee;
}
.ticker span {
  color: var(--lime);
  margin: 0 24px;
}
.section {
  padding: 130px clamp(24px, 7vw, 110px);
}
.parallax-panel {
  --panel-entry: 0;
  transform: translate3d(0, calc((1 - var(--panel-entry)) * 72px), 0);
  will-change: transform;
  backface-visibility: hidden;
  border-radius: clamp(22px, 3vw, 44px) clamp(22px, 3vw, 44px) 0 0;
  margin-top: -1px;
  transition: transform 0.16s cubic-bezier(0.22, 0.72, 0.24, 1);
  position: relative;
  box-shadow: 0 -28px 70px #0805122e;
}
.services-section {
  z-index: 20;
  background: var(--cream);
}
.portfolio-story {
  z-index: 25;
}
.touch-story {
  z-index: 30;
}
.process-section {
  z-index: 40;
}
.contact-section {
  z-index: 50;
}
.parallax-footer {
  z-index: 60;
  position: relative;
}
.section-heading {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
  display: grid;
}
.kicker {
  color: var(--violet);
  letter-spacing: 0.19em;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 850;
  display: block;
}
.kicker.light {
  color: var(--lime);
}
.section h2,
.portfolio-story h2,
.touch-story h2,
.contact-section h2 {
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.03;
}
h2 em {
  color: var(--violet);
  font-family: Georgia, serif;
  font-weight: 500;
}
.section-heading > p {
  color: var(--muted);
  max-width: 420px;
  font-size: 16px;
  line-height: 1.75;
}
.services-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}
.service-card {
  cursor: pointer;
  background: #ffffff85;
  border: 1px solid #e0dbd1;
  border-radius: 27px;
  min-height: 540px;
  padding: 9px;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1),
    background 0.35s,
    box-shadow 0.35s,
    border-color 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  background: #fff;
  transform: translateY(-9px);
  box-shadow: 0 28px 65px #2a223421;
}
.service-card:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 5px;
  border-color: var(--violet);
}
.service-media {
  background: #100d1d;
  border-radius: 20px;
  height: 310px;
  position: relative;
  overflow: hidden;
}
.service-media:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 50%, #08060d9e);
  position: absolute;
  inset: 0;
}
.service-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition:
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.4s;
  display: block;
}
.service-card:hover .service-media img {
  filter: saturate(1.12);
  transform: scale(1.055);
}
.service-number {
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 37px;
  height: 37px;
  font-size: 9px;
  font-family: var(--font-geist-mono);
  background: #08060d8f;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  top: 17px;
  left: 18px;
}
.service-arrow {
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: #ffffffe6;
  border-radius: 50%;
  place-items: center;
  font-size: 18px;
  transition:
    transform 0.35s,
    background 0.35s;
  display: grid;
  position: absolute;
  bottom: 16px;
  right: 17px;
}
.service-card:hover .service-arrow {
  background: var(--lime);
  transform: rotate(45deg);
}
.service-body {
  padding: 23px 19px 20px;
}
.service-card h3 {
  letter-spacing: -0.035em;
  margin: 0 0 10px;
  font-size: 25px;
}
.service-card p {
  color: var(--muted);
  max-width: 510px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.service-tag {
  color: #77717c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-top: 1px solid #ddd7ce;
  margin-top: 20px;
  padding-top: 13px;
  font-size: 10px;
  display: block;
}
.service-totem-stage {
  background: radial-gradient(
    circle at 50% 42%,
    #3c237e 0,
    #211149eb 37%,
    #0a0712 76%
  );
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.service-totem-stage:after {
  content: "";
  background-color: #0000;
  background-image:
    linear-gradient(#ffffff09 1px, #0000 1px),
    linear-gradient(90deg, #ffffff09 1px, #0000 1px);
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, repeat;
  background-size: 28px 28px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 88%);
  mask-image: linear-gradient(#000, #0000 88%);
}
.service-totem-glow {
  aspect-ratio: 1;
  filter: blur(9px);
  background: radial-gradient(circle, #a78fff73, #0000 68%);
  border-radius: 50%;
  width: 280px;
  animation: 3.2s ease-in-out infinite auraPulse;
  position: absolute;
}
.service-totem {
  z-index: 2;
  filter: drop-shadow(0 23px 25px #0000008c);
  width: 116px;
  height: 274px;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  transform: translateY(7px);
}
.service-card:hover .service-totem {
  transform: translateY(-1px) scale(1.045);
}
.service-totem-screen {
  z-index: 3;
  background: #08060c;
  border: 4px solid #17131c;
  border-radius: 7px 7px 3px 3px;
  width: 108px;
  height: 169px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow:
    0 0 0 1px #ffffff21,
    0 0 26px #8160ff73;
}
.service-totem-screen video {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
}
.service-totem-screen:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 55%, #06030db8);
  border-radius: 2px;
  position: absolute;
  inset: 5px;
}
.service-totem-screen span {
  z-index: 2;
  color: #fff;
  letter-spacing: 0.13em;
  text-shadow: 0 1px 7px #000;
  font-size: 4.5px;
  font-weight: 800;
  position: absolute;
  bottom: 13px;
  left: 12px;
}
.service-totem-body {
  z-index: 2;
  background: linear-gradient(100deg, #09080b, #262229 52%, #08070a);
  border-radius: 0 0 3px 3px;
  width: 108px;
  height: 88px;
  position: absolute;
  top: 166px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: inset 0 1px #ffffff14;
}
.service-totem-body:before {
  content: "BD";
  color: #ffffff29;
  font-size: 9px;
  font-weight: 900;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-totem-body i {
  background: #8b78ff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  box-shadow: 0 0 7px #8b78ff;
}
.service-totem-base {
  z-index: 4;
  background: linear-gradient(90deg, #060507, #2a262d, #08070a);
  border-radius: 4px;
  width: 116px;
  height: 18px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%) perspective(80px) rotateX(54deg);
  box-shadow: 0 14px 18px #00000080;
}
.portfolio-story {
  --portfolio-progress: 0;
  color: #fff;
  background: #09070f;
  height: 440vh;
  position: relative;
  overflow: clip;
}
.portfolio-sticky {
  --water-x: 50%;
  --water-y: 50%;
  --water-strength: 0;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 49%, #7146f833, #0000 33%),
    linear-gradient(145deg, #08070e, #130b25 58%, #08070f);
  grid-template-rows: auto minmax(330px, 1fr) auto;
  height: 100svh;
  min-height: 680px;
  padding: 84px clamp(24px, 6vw, 92px) 28px;
  display: grid;
  position: sticky;
  top: 0;
  overflow: clip;
}
.portfolio-sticky:before {
  content: "";
  z-index: -3;
  opacity: 0.23;
  background-image:
    linear-gradient(#ffffff0a 1px, #0000 1px),
    linear-gradient(90deg, #ffffff0a 1px, #0000 1px);
  background-size: 58px 58px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 50% 48%, #000, #0000 72%);
  mask-image: radial-gradient(circle at 50% 48%, #000, #0000 72%);
}
.portfolio-sticky:after {
  content: "";
  z-index: -2;
  will-change: transform;
  border: 1px solid #9e85ff24;
  border-radius: 50%;
  width: min(970px, 76vw);
  height: min(390px, 38vw);
  animation: 16s ease-in-out infinite portfolioRingDrift;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  box-shadow:
    0 0 70px #744fff1a,
    inset 0 0 55px #744fff12;
}
.portfolio-water {
  z-index: -1;
  pointer-events: none;
  opacity: calc(var(--water-strength) * 0.78);
  background: radial-gradient(
    circle 170px at var(--water-x) var(--water-y),
    #60bbff33,
    #6f43f524 34%,
    #ff80b80e 52%,
    transparent 72%
  );
  filter: saturate(1.15);
  will-change: background, opacity;
  transition: opacity 0.65s;
  position: absolute;
  inset: 0;
}
.portfolio-water:before,
.portfolio-water:after {
  content: "";
  left: var(--water-x);
  top: var(--water-y);
  width: 210px;
  height: 210px;
  transform: translate(-50%, -50%)
    scale(calc(0.62 + var(--water-strength) * 0.38));
  opacity: calc(var(--water-strength) * 0.8);
  border: 1px solid #97c9ff1f;
  border-radius: 50%;
  transition:
    left 0.1s linear,
    top 0.1s linear,
    transform 0.5s,
    opacity 0.5s;
  position: absolute;
  box-shadow:
    inset 0 0 45px #649aff0b,
    0 0 38px #5b43f50d;
}
.portfolio-water:after {
  border-color: #b197ff13;
  width: 310px;
  height: 310px;
  transition-duration: 0.16s, 0.16s, 0.7s, 0.7s;
}
.portfolio-ambient {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.portfolio-ambient i {
  opacity: 0.16;
  will-change: transform, opacity;
  background: #cfc6ff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  animation: 10s ease-in-out infinite portfolioFirefly;
  position: absolute;
  box-shadow:
    0 0 7px #9e85ff80,
    0 0 18px #6e43f538;
}
.portfolio-ambient i:first-child {
  animation-duration: 11s;
  top: 31%;
  left: 11%;
}
.portfolio-ambient i:nth-child(2) {
  width: 2px;
  height: 2px;
  animation-duration: 13s;
  animation-delay: -3.5s;
  top: 43%;
  right: 13%;
}
.portfolio-ambient i:nth-child(3) {
  width: 4px;
  height: 4px;
  animation-duration: 15s;
  animation-delay: -7s;
  bottom: 19%;
  left: 73%;
}
.portfolio-heading {
  z-index: 8;
  grid-template-columns: 1.2fr 0.65fr;
  align-items: end;
  gap: 60px;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  position: relative;
}
.portfolio-heading .kicker {
  margin-bottom: 10px;
}
.portfolio-heading h2 {
  font-size: clamp(34px, 3.55vw, 57px);
  line-height: 0.98;
}
.portfolio-heading h2 em {
  color: #aa93ff;
}
.portfolio-heading p {
  color: #aaa2ba;
  max-width: 430px;
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.65;
}
.portfolio-orbit {
  z-index: 3;
  perspective: 1500px;
  min-height: 335px;
  transform-style: preserve-3d;
  position: relative;
}
.portfolio-project {
  --project-x: 0px;
  --project-y: 0px;
  --project-z: 0px;
  --project-rotate: 0deg;
  --project-scale: 1;
  --project-opacity: 1;
  width: min(620px, 46vw);
  transform: translate3d(-50%, -48%, 0)
    translate3d(var(--project-x), var(--project-y), var(--project-z))
    rotateY(var(--project-rotate)) scale(var(--project-scale));
  transform-origin: 50%;
  opacity: var(--project-opacity);
  filter: saturate(0.8) brightness(0.82);
  pointer-events: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition:
    transform 0.62s cubic-bezier(0.16, 0.84, 0.23, 1),
    opacity 0.42s,
    filter 0.42s;
  position: absolute;
  inset: 52% auto auto 50%;
}
.portfolio-project:nth-child(2) {
  --project-x: 58vw;
  --project-rotate: -42deg;
  --project-scale: 0.82;
  --project-opacity: 0.32;
}
.portfolio-project:nth-child(3) {
  --project-x: 116vw;
  --project-rotate: -84deg;
  --project-scale: 0.66;
  --project-opacity: 0;
}
.portfolio-project:nth-child(4) {
  --project-x: -58vw;
  --project-rotate: 42deg;
  --project-scale: 0.82;
  --project-opacity: 0.32;
}
.portfolio-project.is-active {
  z-index: 5;
  filter: none;
  pointer-events: auto;
}
.desktop-computer {
  background: linear-gradient(145deg, #4b4750, #141218 48%, #343039);
  border: 1px solid #ffffff3d;
  border-radius: 22px 22px 18px 18px;
  width: 100%;
  padding: 12px 12px 34px;
  position: relative;
  box-shadow:
    0 34px 65px #00000094,
    inset 0 1px #ffffff38,
    0 0 48px #6e43f51c;
}
.computer-camera {
  z-index: 4;
  background: #76717e;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 0 2px #19171c;
}
.computer-screen {
  aspect-ratio: 16/9;
  background: #0b0910;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff1a;
}
.mini-browser-bar {
  color: #ffffff94;
  background: #17141c;
  border-bottom: 1px solid #ffffff14;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 25px;
  padding: 0 11px;
  font-size: 7px;
  display: grid;
}
.mini-browser-bar > span {
  gap: 4px;
  display: flex;
}
.mini-browser-bar i {
  background: #6d6672;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
}
.mini-browser-bar i:first-child {
  background: #ff719f;
}
.mini-browser-bar i:nth-child(2) {
  background: #f4d464;
}
.mini-browser-bar i:last-child {
  background: #93da83;
}
.mini-browser-bar b {
  text-align: center;
  color: #938d99;
  background: #0d0b10;
  border-radius: 999px;
  min-width: 170px;
  padding: 4px 20px;
  font-weight: 500;
}
.mini-browser-bar em {
  justify-self: end;
  font-style: normal;
}
.project-site-view {
  background: #111;
  height: calc(100% - 25px);
  position: relative;
  overflow: hidden;
}
.project-site-view > img {
  object-fit: cover;
  object-position: center top;
  image-rendering: auto;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
  display: block;
  transform: translateZ(0);
}
.portfolio-project.is-active .project-site-view > img {
  transform: translateZ(0) scale(1.008);
}
.project-site-view:after {
  content: "";
  background:
    linear-gradient(90deg, #040407b3, #0504081f 61%, #05040806),
    linear-gradient(#0000 54%, #04040740);
  position: absolute;
  inset: 0;
}
.project-site-nav {
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 10px #000000d9;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  display: flex;
  position: absolute;
  inset: 16px 20px auto;
}
.project-site-nav b {
  letter-spacing: -0.03em;
  font-size: 11px;
}
.project-site-nav span {
  color: #ffffffb3;
}
.project-site-copy {
  z-index: 2;
  color: #fff;
  justify-items: start;
  width: 48%;
  display: grid;
  position: absolute;
  top: 50%;
  left: clamp(24px, 5vw, 68px);
  transform: translateY(-42%);
}
.project-site-copy small {
  color: #ffffffa3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 7px;
  font-weight: 800;
}
.project-site-copy strong {
  letter-spacing: -0.05em;
  text-shadow: 0 3px 20px #0000008c;
  font-size: clamp(18px, 2.3vw, 34px);
  line-height: 0.98;
}
.project-site-copy > span {
  color: #17131f;
  background: #fff;
  border-radius: 999px;
  margin-top: 17px;
  padding: 8px 12px;
  font-size: 7px;
  font-weight: 800;
}
.project-liozar .project-site-view > img {
  object-position: center 50%;
  filter: brightness(0.86);
}
.project-liozar .project-site-view:after {
  background: linear-gradient(90deg, #040304e6, #04030438 63%, #0000);
}
.project-liozar .project-site-copy > span {
  color: #fff;
  background: #9a6539;
}
.project-bubbles .project-site-view:after {
  background: linear-gradient(90deg, #012540b8, #01314a1f 67%, #0000);
}
.project-bubbles .project-site-copy > span {
  color: #fff;
  background: #006c91;
}
.project-terrazas .project-site-view > img {
  object-fit: cover;
}
.project-terrazas .project-site-view:after {
  background: linear-gradient(90deg, #050607d1, #08080929 72%, #0000);
}
.project-terrazas .project-site-copy > span {
  color: #161009;
  background: #d7a051;
}
.computer-chin {
  color: #ffffff47;
  place-items: center;
  height: 34px;
  display: grid;
  position: absolute;
  inset: auto 0 0;
}
.computer-chin b {
  letter-spacing: -0.08em;
  font-size: 9px;
}
.computer-neck {
  z-index: -1;
  clip-path: polygon(24% 0, 76% 0, 87% 100%, 13% 100%);
  background: linear-gradient(90deg, #17151b, #5a555f 45%, #1b181f);
  width: 15%;
  height: 58px;
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translate(-50%);
}
.computer-foot {
  z-index: -2;
  background: linear-gradient(90deg, #17141b, #5c5760, #17141b);
  border-radius: 50%;
  width: 30%;
  height: 16px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translate(-50%) perspective(90px) rotateX(55deg);
  box-shadow: 0 11px 22px #00000085;
}
.portfolio-details {
  z-index: 8;
  border-top: 1px solid #ffffff21;
  grid-template-columns: 90px 1fr auto;
  align-items: end;
  gap: 26px;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 17px 0 0;
  animation: 0.55s cubic-bezier(0.2, 0.75, 0.2, 1) portfolioInfoIn;
  display: grid;
  position: relative;
}
.portfolio-count {
  color: #ffffff57;
  align-self: start;
  align-items: baseline;
  gap: 5px;
  display: flex;
}
.portfolio-count b {
  color: var(--lime);
  font-size: 25px;
}
.portfolio-count span {
  font-size: 9px;
}
.portfolio-details > div:nth-child(2) > span {
  color: #9b91aa;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
}
.portfolio-details h3 {
  letter-spacing: -0.04em;
  margin: 4px 0 3px;
  font-size: 21px;
}
.portfolio-details p {
  color: #a69eae;
  max-width: 570px;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}
.portfolio-details > a {
  border: 1px solid #fff3;
  border-radius: 999px;
  align-items: center;
  gap: 13px;
  padding: 10px 13px 10px 17px;
  font-size: 9px;
  font-weight: 750;
  transition: all 0.25s;
  display: flex;
}
.portfolio-details > a span {
  color: #191124;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}
.portfolio-details > a:hover {
  background: #ffffff14;
  transform: translateY(-3px);
}
.portfolio-controls {
  z-index: 9;
  gap: 12px;
  display: grid;
  position: absolute;
  top: 50%;
  right: clamp(24px, 4vw, 62px);
  transform: translateY(-50%);
}
.portfolio-controls button {
  color: #ffffff6b;
  cursor: pointer;
  background: #0e0a197a;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  place-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  transition: all 0.3s;
  display: grid;
}
.portfolio-controls button i {
  border: 1px solid #0000;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  position: absolute;
}
.portfolio-controls button span {
  font-size: 7px;
}
.portfolio-controls button.is-active {
  color: #fff;
  background: #d9ff621a;
  border-color: #d9ff6280;
  box-shadow: 0 0 20px #d9ff6229;
}
.portfolio-controls button.is-active i {
  border-top-color: var(--lime);
  border-right-color: var(--lime);
  transform: rotate(45deg);
}
.portfolio-scroll-hint {
  z-index: 8;
  color: #ffffff59;
  justify-items: center;
  gap: 8px;
  display: grid;
  position: absolute;
  top: 50%;
  left: clamp(24px, 4vw, 62px);
  transform: translateY(-50%);
}
.portfolio-scroll-hint span {
  writing-mode: vertical-rl;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 6px;
}
.portfolio-scroll-hint i {
  color: var(--lime);
  font-size: 13px;
  font-style: normal;
  animation: 1.4s ease-in-out infinite scrollHint;
}
@keyframes portfolioInfoIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
}
@keyframes scrollHint {
  50% {
    transform: translateY(5px);
  }
}
@keyframes portfolioRingDrift {
  0%,
  to {
    transform: translate(-50%, -50%) rotate(-3deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(5deg) scale(1.035);
  }
}
@keyframes portfolioFirefly {
  0%,
  to {
    opacity: 0.08;
    transform: translate(0) scale(0.75);
  }
  36% {
    opacity: 0.25;
    transform: translate(15px, -18px) scale(1);
  }
  68% {
    opacity: 0.12;
    transform: translate(-7px, -31px) scale(0.82);
  }
}
.web-brief-section {
  z-index: 26;
  color: #fff;
  background:
    radial-gradient(circle at 77% 34%, #6f43f53d, #0000 27%),
    linear-gradient(145deg, #0a0712, #17102a 55%, #09070f);
  grid-template-columns: 1.05fr 0.65fr;
  align-items: center;
  gap: 70px;
  min-height: 620px;
  padding: 120px clamp(24px, 7vw, 110px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.web-brief-section:before {
  content: "";
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(#ffffff0e 1px, #0000 1px),
    linear-gradient(90deg, #ffffff0e 1px, #0000 1px);
  background-size: 54px 54px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 46%, #000);
  mask-image: linear-gradient(90deg, #0000, #000 46%, #000);
}
.brief-glow {
  border: 1px solid #b09dff24;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  animation: 18s linear infinite briefOrbit;
  position: absolute;
  top: 50%;
  right: -110px;
  transform: translateY(-50%);
  box-shadow:
    inset 0 0 80px #6f43f514,
    0 0 100px #6f43f514;
}
.brief-glow:before,
.brief-glow:after {
  content: "";
  border: inherit;
  border-radius: inherit;
  position: absolute;
}
.brief-glow:before {
  inset: 19%;
}
.brief-glow:after {
  inset: 38%;
  box-shadow: 0 0 35px #d9ff6214;
}
.brief-intro,
.brief-preview {
  z-index: 2;
  position: relative;
}
.brief-intro {
  max-width: 720px;
}
.brief-intro h2 {
  letter-spacing: -0.058em;
  margin: 15px 0 24px;
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 520;
  line-height: 0.98;
}
.brief-intro h2 em {
  color: #aa96ff;
  font-family: Georgia, serif;
  font-weight: 400;
}
.brief-intro > p {
  color: #ffffff94;
  max-width: 640px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.brief-toggle {
  color: #fff;
  cursor: pointer;
  background: #d9ff620d;
  border: 1px solid #d9ff628c;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: min(440px, 100%);
  margin-top: 32px;
  padding: 9px 9px 9px 23px;
  font-weight: 760;
  transition:
    transform 0.3s,
    background 0.3s,
    box-shadow 0.3s;
  display: flex;
}
.brief-toggle i {
  color: #172000;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 23px;
  font-style: normal;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: grid;
}
.brief-toggle:hover {
  background: #d9ff621a;
  transform: translateY(-3px);
  box-shadow: 0 0 30px #d9ff621a;
}
.web-brief-section.is-open .brief-toggle i {
  transform: rotate(180deg);
}
.brief-intro > small {
  color: #ffffff5c;
  margin: 12px 0 0 23px;
  font-size: 9px;
  display: block;
}
.brief-preview {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffff0b;
  border: 1px solid #ffffff21;
  border-radius: 34px;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 285px;
  padding: 48px;
  transition:
    transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.4s;
  display: grid;
  transform: rotate(3deg);
  box-shadow: 0 32px 85px #00000040;
}
.brief-preview > span {
  color: #b4a5ff;
  letter-spacing: 0.16em;
  font-size: 8px;
  font-weight: 850;
  position: absolute;
  top: 28px;
  left: 34px;
}
.brief-preview strong {
  width: 50px;
  height: 50px;
  color: var(--lime);
  border: 1px solid #d9ff6280;
  border-radius: 50%;
  place-items: center;
  font-size: 13px;
  display: grid;
  box-shadow: 0 0 24px #d9ff621a;
}
.brief-preview i {
  background: linear-gradient(90deg, var(--lime), #a992ff52);
  height: 1px;
  box-shadow: 0 0 8px #d9ff624d;
}
.brief-preview p {
  text-align: center;
  color: #ffffff6b;
  letter-spacing: 0.08em;
  margin: 0;
  font-size: 8px;
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
}
.brief-form-shell {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  will-change: max-height, transform, opacity;
  grid-column: 1/-1;
  width: min(1120px, 100%);
  max-height: 0;
  margin: -54px auto 0;
  transition:
    max-height 0.72s cubic-bezier(0.22, 0.72, 0.24, 1),
    opacity 0.36s,
    transform 0.58s cubic-bezier(0.22, 0.72, 0.24, 1),
    margin 0.58s,
    visibility 0s linear 0.72s;
  position: relative;
  overflow: clip;
  transform: translateY(24px);
}
.web-brief-section.is-open {
  align-items: start;
}
.web-brief-section.is-open .brief-preview {
  opacity: 0.35;
  animation-play-state: paused;
  transform: rotate(0) scale(0.94);
}
.web-brief-section.is-open .brief-form-shell {
  opacity: 1;
  visibility: visible;
  max-height: 2600px;
  margin: 20px auto 0;
  transition-delay: 0s;
  overflow: clip;
  transform: translate(0);
}
.web-brief-form {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: #07050db8;
  border: 1px solid #ad99ff40;
  border-radius: 32px;
  padding: clamp(25px, 4vw, 52px);
  box-shadow: 0 35px 90px #00000047;
}
.web-brief-form > header {
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  display: flex;
}
.web-brief-form > header > span {
  color: #182100;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 45px;
  height: 45px;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}
.web-brief-form > header div {
  gap: 4px;
  display: grid;
}
.web-brief-form > header b {
  font-size: 19px;
}
.web-brief-form > header small {
  color: #ffffff6b;
  font-size: 10px;
}
.brief-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}
.brief-grid label,
.brief-commerce label {
  color: #ffffffb3;
  gap: 9px;
  font-size: 10px;
  font-weight: 720;
  display: grid;
}
.brief-grid label > small {
  color: #ffffff59;
  font-weight: 500;
}
.brief-wide {
  grid-column: 1/-1;
}
.web-brief-form input,
.web-brief-form select,
.web-brief-form textarea {
  color: #fff;
  resize: vertical;
  background: #ffffff0e;
  border: 1px solid #ffffff24;
  border-radius: 13px;
  outline: none;
  width: 100%;
  min-height: 50px;
  padding: 14px 15px;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    background 0.25s;
}
.brief-features {
  border: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin: 28px 0;
  padding: 0;
  display: grid;
}
.brief-features legend {
  color: #ffffffb3;
  width: 100%;
  margin-bottom: 13px;
  font-size: 10px;
  font-weight: 720;
}
.brief-features label {
  cursor: pointer;
  position: relative;
}
.brief-features input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.brief-features span {
  color: #ffffff8c;
  text-align: center;
  background: #ffffff09;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding: 10px 12px;
  font-size: 8px;
  transition: all 0.25s;
  display: flex;
}
.brief-features input:focus-visible + span {
  outline-offset: 2px;
  outline: 2px solid #fff;
}
.brief-commerce {
  background: #d9ff620b;
  border: 1px solid #d9ff623d;
  border-radius: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 0 26px;
  padding: 22px;
  animation: 0.4s both briefFieldIn;
  display: grid;
}
.brief-commerce > span {
  color: var(--lime);
  letter-spacing: 0.14em;
  grid-column: 1/-1;
  font-size: 8px;
  font-weight: 850;
}
.brief-final {
  border-top: 1px solid #ffffff1a;
  padding-top: 28px;
}
.brief-submit-row {
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
  display: flex;
}
.brief-submit-row p {
  color: #fff6;
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
}
.brief-submit-row .button {
  cursor: pointer;
  white-space: nowrap;
  border: 0;
}
@keyframes briefOrbit {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes briefFieldIn {
  0% {
    opacity: 0;
    transform: translateY(-9px);
  }
}
.web-brief-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 24%, #6e43f51c, #0000 28%),
    radial-gradient(circle at 9% 85%, #ff80b817, #0000 25%), #fff;
}
.web-brief-section:before {
  opacity: 0.48;
  background-image:
    linear-gradient(#6e43f50e 1px, #0000 1px),
    linear-gradient(90deg, #6e43f50e 1px, #0000 1px);
  animation: 26s linear infinite briefGridDrift;
  -webkit-mask-image: radial-gradient(circle at 72% 46%, #000, #0000 72%);
  mask-image: radial-gradient(circle at 72% 46%, #000, #0000 72%);
}
.web-brief-section:after {
  content: "";
  z-index: 1;
  background: var(--pink);
  pointer-events: none;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 8s ease-in-out infinite briefSparkDrift;
  position: absolute;
  bottom: 11%;
  left: 6%;
  box-shadow:
    0 0 22px #ff80b86b,
    72vw -38vh 0 -1px #6e43f58c,
    42vw 8vh 0 -2px #d9ff62e6;
}
.web-brief-section .kicker.light {
  color: var(--violet);
}
.brief-glow {
  background: radial-gradient(circle, #6e43f513, #0000 63%);
  border-color: #6e43f533;
  box-shadow:
    inset 0 0 80px #6e43f514,
    0 0 100px #6e43f51a;
}
.brief-glow:after {
  box-shadow: 0 0 35px #ff80b821;
}
.brief-intro h2 em {
  color: var(--violet);
}
.brief-intro > p {
  color: #686170;
}
.brief-toggle {
  color: #fff;
  background: var(--violet);
  border-color: #6e43f552;
  box-shadow: 0 15px 34px #4b24cb30;
}
.brief-toggle i {
  color: #fff;
  background: #ffffff29;
  box-shadow: inset 0 0 0 1px #fff3;
}
.brief-toggle:hover {
  background: var(--violet-dark);
  box-shadow: 0 20px 45px #4b24cb47;
}
.brief-intro > small {
  color: #8c8492;
}
.brief-preview {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffdb;
  border-color: #6e43f529;
  animation: 7.5s ease-in-out infinite briefCardFloat;
  box-shadow:
    0 28px 70px #3e2b5b1f,
    inset 0 1px #ffffffe6;
}
.brief-preview:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, #0000 28%, #6e43f514 47%, #0000 66%);
  animation: 5.5s ease-in-out infinite briefSheen;
  position: absolute;
  inset: 0;
  transform: translate(-100%);
}
.brief-preview > span {
  color: var(--violet);
}
.brief-preview strong {
  color: var(--violet);
  background: #fff;
  border-color: #6e43f557;
  animation: 3s ease-in-out infinite briefNodePulse;
  box-shadow:
    0 0 0 7px #6e43f50b,
    0 10px 24px #4d2e891a;
}
.brief-preview strong:nth-of-type(2) {
  animation-delay: 1s;
}
.brief-preview strong:nth-of-type(3) {
  animation-delay: 2s;
}
.brief-preview i {
  background: linear-gradient(
    90deg,
    var(--violet),
    var(--pink),
    var(--lime),
    var(--violet)
  );
  background-size: 220% 100%;
  height: 2px;
  animation: 2.5s linear infinite briefFlow;
  box-shadow: 0 0 9px #6e43f533;
}
.brief-preview p {
  color: #82798a;
}
.web-brief-section.is-open:before,
.web-brief-section.is-open:after {
  animation-play-state: paused;
}
.web-brief-section.is-open .brief-preview {
  opacity: 0.46;
  animation-play-state: paused;
}
.web-brief-form {
  color: var(--ink);
  background: #fffffff5;
  border-color: #6e43f529;
  box-shadow: 0 35px 90px #442c6a29;
}
.web-brief-form > header > span {
  color: #fff;
  background: var(--violet);
}
.web-brief-form > header small {
  color: #81798a;
}
.brief-grid label,
.brief-commerce label,
.brief-features legend {
  color: #4f4856;
}
.brief-grid label > small {
  color: #918a97;
}
.web-brief-form input,
.web-brief-form select,
.web-brief-form textarea {
  color: var(--ink);
  background: #faf8fc;
  border-color: #ded8e5;
}
.web-brief-form select {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}
.web-brief-form input::placeholder,
.web-brief-form textarea::placeholder {
  color: #a49da8;
}
.web-brief-form input:focus,
.web-brief-form select:focus,
.web-brief-form textarea:focus {
  background: #fff;
  border-color: #6e43f5a8;
  box-shadow: 0 0 0 3px #6e43f517;
}
.brief-features span {
  color: #6b6372;
  background: #faf8fc;
  border-color: #e2dce8;
}
.brief-features input:checked + span {
  color: #fff;
  border-color: var(--violet);
  background: var(--violet);
  box-shadow: 0 9px 22px #6e43f52e;
}
.brief-features input:focus-visible + span {
  outline-color: var(--violet);
}
.brief-commerce {
  background: #6e43f50b;
  border-color: #6e43f530;
}
.brief-commerce > span {
  color: var(--violet);
}
.brief-final {
  border-top-color: #e7e1eb;
}
.brief-submit-row p {
  color: #847c8c;
}
.brief-submit-row p b {
  color: #504758;
}
.brief-submit-row button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.brief-submit-feedback {
  border-radius: 12px;
  margin: 16px 0 0;
  padding: 12px 15px;
  font-size: 10px;
  line-height: 1.5;
}
.brief-submit-feedback.is-success {
  color: #315000;
  background: #d9ff6257;
  border: 1px solid #5b910038;
}
.brief-submit-feedback.is-error {
  color: #8f2440;
  background: #ff80b81f;
  border: 1px solid #b42d5133;
}
@keyframes briefGridDrift {
  to {
    background-position: 54px 54px;
  }
}
@keyframes briefSparkDrift {
  50% {
    opacity: 0.55;
    transform: translate(12px, -18px) scale(1.35);
  }
}
@keyframes briefCardFloat {
  0%,
  to {
    transform: rotate(3deg) translateY(0);
  }
  50% {
    transform: rotate(1.2deg) translateY(-12px);
  }
}
@keyframes briefSheen {
  0%,
  55% {
    transform: translate(-110%);
  }
  82%,
  to {
    transform: translate(110%);
  }
}
@keyframes briefNodePulse {
  0%,
  22%,
  to {
    transform: scale(1);
  }
  11% {
    transform: scale(1.12);
    box-shadow:
      0 0 0 10px #6e43f500,
      0 12px 28px #4d2e892e;
  }
}
@keyframes briefFlow {
  to {
    background-position: -220% 0;
  }
}
.button-lime {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 14px 36px #18122833;
}
.touch-story {
  --touch-progress: 0;
  color: #fff;
  background: #130d2b;
  height: 430vh;
  position: relative;
  overflow: clip;
}
.touch-sticky {
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 45%, #734eff42, #0000 31%),
    linear-gradient(135deg, #120c29 0%, #261458 56%, #140d2d 100%);
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 70px);
  height: 100svh;
  min-height: 650px;
  padding: 66px clamp(24px, 6vw, 96px) 34px;
  display: grid;
  position: sticky;
  top: 0;
  overflow: clip;
}
.touch-sticky:after {
  content: "";
  z-index: -2;
  opacity: 0.19;
  background-image:
    linear-gradient(#ffffff0f 1px, #0000 1px),
    linear-gradient(90deg, #ffffff0f 1px, #0000 1px);
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 72%);
  mask-image: linear-gradient(90deg, #000, #0000 72%);
}
.touch-ambient {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.touch-ambient i {
  filter: blur(1px);
  opacity: 0.75;
  border-radius: 50%;
  animation: 7s ease-in-out infinite touchFloat;
  position: absolute;
}
.touch-ambient i:first-child {
  background: var(--lime);
  width: 9px;
  height: 9px;
  top: 17%;
  left: 7%;
}
.touch-ambient i:nth-child(2) {
  border: 1px solid #b5a6ff;
  width: 16px;
  height: 16px;
  animation-delay: -2s;
  top: 12%;
  right: 8%;
}
.touch-ambient i:nth-child(3) {
  background: #ff96c5;
  width: 5px;
  height: 5px;
  animation-delay: -4s;
  bottom: 12%;
  left: 45%;
}
.touch-story-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 570px;
  display: flex;
  position: relative;
}
.touch-product-kicker {
  position: absolute;
  top: 0;
  left: 0;
}
.touch-copy-stack {
  min-height: 382px;
  position: relative;
}
.touch-copy-step {
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  transition:
    opacity 0.55s,
    transform 0.65s cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 0.55s;
  display: flex;
  position: absolute;
  inset: 0;
  transform: translateY(42px);
}
.touch-copy-step.is-active {
  opacity: 1;
  filter: blur();
  pointer-events: auto;
  transform: translateY(0);
}
.touch-copy-step > span {
  color: #ffffff8a;
  letter-spacing: 0.17em;
  margin-bottom: 18px;
  font-size: 9px;
  font-weight: 760;
  display: block;
}
.touch-copy-step h2 em {
  color: var(--lime);
}
.touch-copy-step p {
  color: #c9c0e9;
  max-width: 540px;
  margin: 22px 0 0;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.68;
}
.touch-copy-step .button {
  align-self: flex-start;
  margin-top: 23px;
}
.touch-copy-step .button b {
  font-weight: 700;
}
.touch-stepper {
  align-items: center;
  gap: 5px;
  margin-top: auto;
  display: flex;
}
.touch-stepper span {
  color: #ffffff52;
  letter-spacing: 0.08em;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  font-weight: 800;
  transition: color 0.35s;
  display: flex;
}
.touch-stepper span:after {
  content: "";
  background: #ffffff2b;
  width: clamp(16px, 2.5vw, 40px);
  height: 1px;
}
.touch-stepper span:last-child:after {
  display: none;
}
.touch-stepper i {
  border: 1px solid #ffffff73;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  transition: all 0.35s;
}
.touch-stepper .is-active {
  color: #fff;
}
.touch-stepper .is-active i {
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 13px var(--lime);
  transform: scale(1.45);
}
.touch-stepper .is-past i {
  background: #8f77ff;
  border-color: #8f77ff;
}
.touch-benefits {
  flex-wrap: wrap;
  gap: 8px;
  max-width: 580px;
  margin-top: 19px;
  display: flex;
}
.touch-benefits span {
  color: #ffffffc7;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: 0.02em;
  opacity: 0;
  background: #ffffff0e;
  border: 1px solid #ffffff21;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  font-size: 9px;
  font-weight: 680;
  animation: 0.5s forwards benefitIn;
  display: inline-flex;
  transform: translateY(9px);
}
.touch-benefits span:nth-child(2) {
  animation-delay: 0.1s;
}
.touch-benefits span:nth-child(3) {
  animation-delay: 0.2s;
}
.touch-benefits i {
  background: var(--lime);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 11px var(--lime);
  border-radius: 50%;
}
.display-formats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 470px;
  margin-top: 14px;
  display: grid;
}
.display-formats article {
  background: #ffffff0f;
  border: 1px solid #ffffff21;
  border-radius: 12px;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
  height: 66px;
  padding: 5px;
  display: grid;
}
.display-formats img {
  object-fit: cover;
  object-position: center;
  background: #fff;
  border-radius: 8px;
  width: 72px;
  height: 54px;
  display: block;
}
.display-formats span {
  gap: 3px;
  min-width: 0;
  display: grid;
}
.display-formats b {
  font-size: 10px;
}
.display-formats small {
  color: #ffffff80;
  font-size: 8px;
  line-height: 1.3;
}
.touch-demo {
  z-index: 3;
  place-items: center;
  min-width: 0;
  height: min(690px, 100svh - 82px);
  min-height: 560px;
  display: grid;
  position: relative;
}
.device-aura {
  aspect-ratio: 1;
  width: min(43vw, 570px);
  transform: scale(calc(0.92 + var(--touch-progress) * 0.12));
  filter: blur(3px);
  background: radial-gradient(circle, #a48eff5c, #5d3de614 47%, #0000 70%);
  border-radius: 50%;
  position: absolute;
}
.device-aura:after {
  content: "";
  border: 1px solid #ae9fff40;
  border-radius: 50%;
  animation: 3.2s ease-in-out infinite auraPulse;
  position: absolute;
  inset: 13%;
}
.device-stage {
  --device-scale: 0.94;
  z-index: 3;
  width: 310px;
  height: 594px;
  transform: perspective(1200px) rotateY(-3deg) scale(var(--device-scale));
  transform-origin: 50%;
  transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
}
.story-device {
  z-index: 3;
  background: #0b0910;
  border: 8px solid #17131c;
  border-radius: 15px 15px 7px 7px;
  width: 284px;
  height: 412px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow:
    0 35px 80px #0502149e,
    0 0 0 1px #ffffff21,
    0 0 48px #8160ff47;
}
.device-camera {
  z-index: 6;
  background: #817d86;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -6px;
  left: 50%;
}
.device-screen {
  color: #17131f;
  background: #f2ede4;
  border-radius: 5px;
  position: absolute;
  inset: 5px;
  overflow: hidden;
}
.screen-scene {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.55s,
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: absolute;
  inset: 0;
  transform: scale(0.96) translateY(10px);
}
.screen-scene.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.catalog-scene {
  background: #f3eee5;
  padding: 18px;
}
.demo-nav {
  letter-spacing: 0.08em;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  display: flex;
}
.demo-nav b {
  font-size: 9px;
}
.demo-heading {
  text-align: center;
  margin: 38px 0 18px;
}
.demo-heading small {
  color: #8b7665;
  letter-spacing: 0.18em;
  font-size: 5px;
}
.demo-heading h3 {
  letter-spacing: -0.04em;
  margin: 7px 0 0;
  font:
    400 24px/1.06 Georgia,
    serif;
}
.demo-products {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 7px;
  height: 244px;
  display: grid;
}
.demo-products i {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.demo-products i:after {
  content: "";
  border-radius: 42% 42% 12% 12%;
  width: 58%;
  height: 94%;
  position: absolute;
  bottom: -17%;
  left: 22%;
  transform: rotate(-4deg);
}
.demo-products i:first-child {
  background: #dfc6b5;
  grid-row: 1/3;
}
.demo-products i:first-child:after {
  background: linear-gradient(145deg, #744b36, #c88a67);
}
.demo-products i:nth-child(2) {
  background: #d8dfcc;
}
.demo-products i:nth-child(2):after {
  background: #68825f;
}
.demo-products i:nth-child(3) {
  background: #dfcedd;
}
.demo-products i:nth-child(3):after {
  background: #8f6888;
}
.swipe-hint {
  color: #817a83;
  letter-spacing: 0.08em;
  justify-content: center;
  gap: 6px;
  margin-top: 13px;
  font-size: 6px;
  display: flex;
}
.swipe-hint span {
  animation: 1.8s ease-in-out infinite swipe;
}
.detail-scene {
  background: #f2eee7;
  grid-template-rows: 55% 45%;
  display: grid;
}
.detail-visual {
  background: radial-gradient(circle at 50% 25%, #e9b99c, #c9815c 61%, #89513b);
  position: relative;
  overflow: hidden;
}
.detail-visual i {
  background: linear-gradient(120deg, #6d3d2e, #c77652 48%, #8d4c37 49%);
  border-radius: 38% 38% 8% 8%;
  width: 53%;
  height: 93%;
  position: absolute;
  bottom: -22%;
  left: 24%;
  transform: rotate(2deg);
  box-shadow: inset -17px 0 25px #4a20113d;
}
.detail-visual span {
  z-index: 2;
  background: var(--lime);
  text-transform: uppercase;
  border-radius: 99px;
  padding: 5px 8px;
  font-size: 6px;
  font-weight: 800;
  position: absolute;
  top: 17px;
  left: 17px;
}
.detail-info {
  padding: 16px 21px;
}
.detail-info > small {
  color: #8e7f74;
  letter-spacing: 0.16em;
  font-size: 5px;
}
.detail-info h3 {
  margin: 4px 0 3px;
  font:
    400 22px Georgia,
    serif;
}
.detail-info p {
  color: #8a8387;
  margin: 0 0 10px;
  font-size: 6px;
}
.detail-info div {
  gap: 5px;
  display: flex;
}
.detail-info button {
  background: #fff;
  border: 1px solid #d3ccd0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 6px;
}
.detail-info button.selected {
  color: #fff;
  background: #17131f;
}
.detail-info strong {
  margin-top: 11px;
  font-size: 12px;
  display: block;
}
.touch-ripple {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: 2.1s ease-out infinite touchRipple;
  position: absolute;
  top: 148px;
  right: 56px;
}
.video-scene {
  background: #09070f;
}
.video-scene video {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  width: 100%;
  height: 100%;
}
.video-shade {
  background: linear-gradient(#05030b26, #06030fd1);
  position: absolute;
  inset: 0;
}
.video-caption {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 53px;
  left: 25px;
}
.video-caption small {
  color: var(--lime);
  letter-spacing: 0.18em;
  margin-bottom: 7px;
  font-size: 5px;
  display: block;
}
.video-caption strong {
  font:
    400 27px/1.04 Georgia,
    serif;
}
.video-toggle {
  z-index: 3;
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background: #0a071259;
  border: 1px solid #ffffff85;
  border-radius: 50%;
  place-items: center;
  width: 43px;
  height: 43px;
  display: grid;
  position: absolute;
  bottom: 57px;
  right: 22px;
}
.video-timeline {
  z-index: 3;
  background: #ffffff3d;
  height: 2px;
  position: absolute;
  bottom: 25px;
  left: 24px;
  right: 24px;
}
.video-timeline i {
  background: var(--lime);
  width: 0;
  height: 100%;
  display: block;
}
.video-timeline i.is-playing {
  animation: 8s linear infinite videoProgress;
}
.action-scene {
  text-align: center;
  background: linear-gradient(155deg, #f6f1e7, #eee5f0);
  padding: 54px 25px 22px;
}
.action-check {
  background: var(--lime);
  color: #243100;
  border-radius: 50%;
  place-items: center;
  width: 43px;
  height: 43px;
  margin: 0 auto 13px;
  font-size: 17px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 8px 22px #74a00a33;
}
.action-scene > small {
  color: #857985;
  letter-spacing: 0.17em;
  font-size: 5px;
}
.action-scene > h3 {
  margin: 9px 0 23px;
  font:
    400 25px/1.04 Georgia,
    serif;
}
.action-product {
  text-align: left;
  background: #fff;
  border-radius: 9px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px;
  display: grid;
  box-shadow: 0 8px 25px #2f223714;
}
.action-product > i {
  background: linear-gradient(145deg, #e3b397, #874b36);
  border-radius: 5px;
  width: 42px;
  height: 52px;
}
.action-product span {
  gap: 3px;
  display: grid;
}
.action-product b {
  font-size: 7px;
}
.action-product small {
  color: #8d858e;
  font-size: 6px;
}
.action-product strong {
  font-size: 8px;
}
.action-scene > button {
  color: #fff;
  cursor: pointer;
  background: #1aa75b;
  border: 0;
  border-radius: 99px;
  width: 100%;
  margin-top: 17px;
  padding: 12px;
  font-size: 8px;
  font-weight: 800;
}
.action-scene > button span {
  margin-right: 5px;
}
.action-scene > p {
  color: #817882;
  max-width: 210px;
  margin: 12px auto 0;
  font-size: 6px;
  line-height: 1.6;
}
.totem-cabinet {
  z-index: 2;
  background: linear-gradient(100deg, #0a090c, #211e24 52%, #08070a);
  border-radius: 0 0 5px 5px;
  width: 284px;
  height: 164px;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%);
  box-shadow:
    inset 0 1px #ffffff14,
    0 28px 55px #0000006b;
}
.totem-cabinet span {
  color: #ffffff29;
  letter-spacing: -0.08em;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.totem-cabinet i {
  background: #7664d8;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 8px #8876ff;
}
.device-base {
  z-index: 4;
  background: linear-gradient(90deg, #070609, #272329, #09080a);
  border-radius: 7px;
  width: 310px;
  height: 30px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%) perspective(120px) rotateX(54deg);
  box-shadow: 0 20px 25px #0000006b;
}
.size-selector {
  z-index: 5;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #10092394;
  border: 1px solid #ffffff29;
  border-radius: 15px;
  width: 190px;
  padding: 12px;
  position: absolute;
  bottom: 18px;
  right: 0;
}
.size-selector > span {
  color: #ffffff8a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 7px;
  display: block;
}
.size-selector > div {
  gap: 5px;
  display: flex;
}
.size-selector button {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #ffffff2e;
  border-radius: 8px;
  flex: 1;
  padding: 7px 2px;
  font-size: 8px;
  transition: all 0.25s;
}
.size-selector button.is-active {
  color: #1d160c;
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 16px #d9ff6254;
}
.size-selector small {
  color: #fff6;
  margin-top: 8px;
  font-size: 6px;
  line-height: 1.4;
  display: block;
}
.device-stage,
.device-aura {
  transition:
    transform 0.9s cubic-bezier(0.16, 0.85, 0.24, 1),
    filter 0.7s;
}
.touch-stage-1 .device-stage {
  transform: perspective(1200px) rotateY(0)
    scale(calc(var(--device-scale) * 1.15));
  filter: drop-shadow(0 42px 55px #0602168c);
}
.touch-stage-1 .device-aura {
  filter: blur(1px) brightness(1.25);
  transform: scale(1.22);
}
.stage-effects {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.stage-effects > * {
  opacity: 0;
  transition:
    opacity 0.45s,
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.measure-effect {
  color: #ffffffc7;
  letter-spacing: 0.14em;
  font-size: 7px;
  font-weight: 800;
  position: absolute;
}
.measure-effect:before,
.measure-effect:after {
  content: "";
  background: var(--lime);
  position: absolute;
  box-shadow: 0 0 9px #d9ff62b3;
}
.measure-width {
  border-bottom: 1px solid #d9ff62b8;
  width: 335px;
  height: 18px;
  bottom: 19px;
  left: 50%;
  transform: translate(-50%, 12px);
}
.measure-width:before,
.measure-width:after {
  width: 1px;
  height: 12px;
  bottom: -6px;
}
.measure-width:before {
  left: 0;
}
.measure-width:after {
  right: 0;
}
.measure-width span {
  white-space: nowrap;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%);
}
.measure-height {
  border-right: 1px solid #d9ff62b8;
  width: 18px;
  height: 570px;
  top: 9px;
  right: calc(50% - 182px);
  transform: translate(10px);
}
.measure-height:before,
.measure-height:after {
  width: 12px;
  height: 1px;
  right: -6px;
}
.measure-height:before {
  top: 0;
}
.measure-height:after {
  bottom: 0;
}
.measure-height span {
  transform-origin: 50%;
  text-align: center;
  white-space: nowrap;
  width: 130px;
  position: absolute;
  top: 50%;
  right: -68px;
  transform: rotate(90deg) translateY(-50%);
}
.space-saved {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0a0719a8;
  border: 1px solid #d9ff624d;
  border-radius: 12px;
  gap: 2px;
  padding: 11px 13px;
  display: grid;
  position: absolute;
  bottom: 20%;
  left: 2%;
  transform: translate(-12px);
}
.space-saved b {
  color: var(--lime);
  font-size: 11px;
}
.space-saved span {
  color: #ffffff94;
  font-size: 8px;
}
.touch-stage-1 .measure-effect,
.touch-stage-1 .space-saved {
  opacity: 1;
  transform: translate(0);
}
.touch-stage-1 .measure-width {
  transform: translate(-50%);
}
.choice-pulse {
  z-index: 8;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background: #120a27c7;
  border: 1px solid #fff3;
  border-radius: 12px;
  gap: 2px;
  min-width: 105px;
  padding: 10px 12px;
  display: grid;
  position: absolute;
  transform: scale(0.8);
}
.choice-pulse:after {
  content: "";
  border: 1px solid var(--lime);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  animation: 1.8s ease-out infinite touchRipple;
  position: absolute;
}
.choice-pulse b {
  color: #fff;
  font-size: 9px;
}
.choice-pulse span {
  color: #ffffff8c;
  font-size: 7px;
}
.choice-a {
  top: 24%;
  left: 4%;
}
.choice-a:after {
  bottom: -16px;
  right: -38px;
}
.choice-b {
  top: 51%;
  right: 1%;
}
.choice-b:after {
  animation-delay: -0.7s;
  top: -10px;
  left: -42px;
}
.touch-stage-2 .choice-pulse {
  opacity: 1;
  transform: scale(1);
}
.video-signal {
  background: #0a0719ad;
  border: 1px solid #d9ff6233;
  border-radius: 999px;
  align-items: end;
  gap: 4px;
  padding: 10px 12px;
  display: flex;
  position: absolute;
  top: 8%;
  right: 0;
}
.video-signal i {
  background: var(--lime);
  border-radius: 5px;
  width: 3px;
  height: 10px;
  animation: 0.9s ease-in-out infinite alternate signalBars;
}
.video-signal i:nth-child(2) {
  height: 17px;
  animation-delay: -0.3s;
}
.video-signal i:nth-child(3) {
  height: 13px;
  animation-delay: -0.6s;
}
.video-signal span {
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: 5px;
  font-size: 7px;
  font-weight: 800;
}
.touch-stage-3 .video-signal {
  opacity: 1;
}
.conversion-signal {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #0a0719c2;
  border: 1px solid #d9ff623d;
  border-radius: 14px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 1px 9px;
  padding: 12px 14px;
  display: grid;
  position: absolute;
  bottom: 15%;
  right: 0;
  transform: translate(14px);
}
.conversion-signal i {
  color: #172000;
  background: var(--lime);
  border-radius: 50%;
  grid-row: 1/3;
  place-items: center;
  width: 28px;
  height: 28px;
  font-style: normal;
  animation: 1.8s ease-out infinite conversionPulse;
  display: grid;
}
.conversion-signal b {
  font-size: 9px;
}
.conversion-signal span {
  color: #ffffff85;
  font-size: 7px;
}
.touch-stage-4 .conversion-signal {
  opacity: 1;
  transform: translate(0);
}
@keyframes touchFloat {
  50% {
    transform: translateY(-20px) rotate(80deg);
  }
}
@keyframes auraPulse {
  50% {
    opacity: 0.35;
    transform: scale(1.12);
  }
}
@keyframes swipe {
  50% {
    transform: translate(7px);
  }
}
@keyframes touchRipple {
  0% {
    opacity: 1;
    transform: scale(0.4);
  }
  to {
    opacity: 0;
    transform: scale(5);
  }
}
@keyframes videoProgress {
  to {
    width: 100%;
  }
}
@keyframes benefitIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes signalBars {
  to {
    opacity: 0.4;
    height: 4px;
  }
}
@keyframes conversionPulse {
  70% {
    box-shadow: 0 0 0 13px #d9ff6200;
  }
  to {
    box-shadow: 0 0 #d9ff6200;
  }
}
.totem-3d-stage {
  --totem-yaw: -18deg;
  --screen-turn: 0deg;
  z-index: 4;
  cursor: grab;
  touch-action: pan-y;
  perspective: 1250px;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  place-items: center;
  width: 410px;
  height: 590px;
  display: grid;
  position: relative;
}
.totem-3d-stage:after {
  content: "";
  z-index: -1;
  filter: blur(15px);
  background: #03010d85;
  border-radius: 50%;
  width: 305px;
  height: 54px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate(-50%) rotateX(68deg);
}
.totem-3d-stage:focus-visible {
  box-shadow: 0 0 0 2px var(--lime);
  border-radius: 30px;
}
.totem-3d-stage.is-dragging {
  cursor: grabbing;
}
.totem-3d-product {
  width: 330px;
  height: 570px;
  transform-style: preserve-3d;
  transform: rotateX(-1deg) rotateY(var(--totem-yaw));
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: 1.15s cubic-bezier(0.16, 0.8, 0.22, 1) both totemReveal;
  position: relative;
}
.totem-3d-stage.is-dragging .totem-3d-product {
  transition: none;
}
.totem-screen-hinge {
  z-index: 6;
  width: 310px;
  height: 354px;
  transform: translateX(-50%) rotateY(var(--screen-turn));
  transform-style: preserve-3d;
  transition: transform 1.05s cubic-bezier(0.2, 0.82, 0.2, 1);
  position: absolute;
  top: 2px;
  left: 50%;
}
.totem-screen-body {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0;
}
.totem-screen-face {
  backface-visibility: hidden;
  background: #f6f7f8;
  border: 9px solid #f6f7f8;
  border-radius: 13px;
  position: absolute;
  inset: 0;
  overflow: hidden;
  box-shadow:
    0 29px 62px #0402115c,
    0 0 0 1px #ffffffc2,
    inset 0 0 0 1px #23252b1f;
}
.totem-screen-front {
  transform: translateZ(7px);
}
.totem-screen-back {
  color: #a8abb1;
  background: linear-gradient(135deg, #f7f8f9, #dfe1e4 55%, #f8f9fa);
  place-items: center;
  display: grid;
  transform: rotateY(180deg) translateZ(7px);
}
.totem-screen-back:before,
.totem-screen-back:after {
  content: "";
  background: linear-gradient(90deg, #e3e5e8, #f9fafb, #d8dade);
  width: 13px;
  position: absolute;
  top: 9px;
  bottom: 9px;
}
.totem-screen-back:before {
  left: -8px;
  transform: rotateY(90deg);
}
.totem-screen-back:after {
  right: -8px;
  transform: rotateY(90deg);
}
.totem-back-logo {
  color: #8e9299;
  letter-spacing: -0.06em;
  border: 1px solid #bfc2c7;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 17px;
  font-weight: 850;
  display: grid;
  box-shadow: inset 0 1px #fff;
}
.totem-screen-back small {
  letter-spacing: 0.18em;
  font-size: 6px;
  font-weight: 800;
  position: absolute;
  bottom: 22px;
}
.totem-vents {
  gap: 5px;
  display: flex;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translate(-50%);
}
.totem-vents i {
  background: #c0c3c8;
  border-radius: 9px;
  width: 16px;
  height: 2px;
}
.totem-screen-front .device-camera {
  background: #777b80;
  top: -7px;
  box-shadow: 0 0 0 2px #26282d1a;
}
.totem-screen-front .device-screen {
  border-radius: 5px;
  inset: 2px;
}
.totem-neck {
  z-index: 5;
  background: linear-gradient(90deg, #d6d8dc, #fff 48%, #c9ccd1);
  border-radius: 0 0 13px 13px;
  width: 48px;
  height: 36px;
  position: absolute;
  top: 339px;
  left: 50%;
  transform: translate(-50%) translateZ(1px);
  box-shadow: 0 12px 18px #0905192b;
}
.totem-pole {
  z-index: 3;
  background: linear-gradient(
    90deg,
    #c8cbd0 0,
    #fdfefe 38%,
    #e5e7ea 64%,
    #b7bbc1 100%
  );
  border-radius: 4px 4px 16px 16px;
  width: 43px;
  height: 167px;
  position: absolute;
  top: 358px;
  left: 50%;
  transform: translate(-50%) translateZ(-1px);
  box-shadow:
    inset 7px 0 12px #ffffff8a,
    8px 12px 28px #04021038;
}
.totem-pole i {
  background: #84888f33;
  height: 1px;
  position: absolute;
  inset: 12px 8px auto;
}
.totem-round-base {
  z-index: 4;
  width: 280px;
  height: 46px;
  transform-style: preserve-3d;
  background: linear-gradient(#fff 0, #e7e8eb 42%, #b7bac0 100%);
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%) rotateX(57deg) translateZ(4px);
  box-shadow:
    inset 0 5px 4px #fff,
    inset 0 -8px 12px #898d9542,
    0 24px 35px #03010c57;
}
.totem-round-base:after {
  content: "";
  border-radius: inherit;
  border: 1px solid #9599a030;
  position: absolute;
  inset: 7px 14px;
}
.totem-round-base i {
  background: #9fa3a9;
  border-radius: 50%;
  width: 8px;
  height: 4px;
  position: absolute;
  bottom: 5px;
  right: 25px;
  box-shadow: -205px 0 #9fa3a9;
}
.totem-3d-controls {
  z-index: 12;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #0a0719bd;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  grid-template-columns: 38px auto 38px;
  align-items: center;
  gap: 10px;
  padding: 7px 9px;
  display: grid;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 15px 30px #04020f3b;
}
.totem-3d-controls button {
  color: #fff;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #fff3;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 17px;
  transition: all 0.25s;
  display: grid;
}
.totem-3d-controls button:hover {
  color: #172000;
  border-color: var(--lime);
  background: var(--lime);
}
.totem-3d-controls span {
  text-align: center;
  min-width: 120px;
  display: grid;
}
.totem-3d-controls b {
  letter-spacing: 0.16em;
  font-size: 6.5px;
}
.totem-3d-controls small {
  color: #ffffff7a;
  margin-top: 2px;
  font-size: 6px;
}
.screen-turn-control {
  z-index: 11;
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  letter-spacing: 0.04em;
  cursor: pointer;
  background: #0b071cab;
  border: 1px solid #d9ff6257;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  font-size: 7.5px;
  font-weight: 800;
  transition: all 0.3s;
  display: flex;
  position: absolute;
  top: 16%;
  right: 3%;
  box-shadow: 0 14px 34px #04020f33;
}
.screen-turn-control span {
  color: #172000;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: grid;
}
.screen-turn-control:hover,
.screen-turn-control.is-active {
  border-color: var(--lime);
  background: #191039e6;
  transform: translateY(-2px);
}
.screen-turn-control.is-active span {
  transform: rotate(180deg);
}
.totem-3d-stage
  + .totem-3d-controls
  + .screen-turn-control
  + .touch-device-proof {
  bottom: 66px;
}
@keyframes totemReveal {
  0% {
    opacity: 0;
    transform: translateY(35px) rotateX(-1deg) rotateY(-52deg) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(-1deg) rotateY(var(--totem-yaw)) scale(1);
  }
}
@media (width<=980px) {
  .totem-3d-stage {
    transform-origin: 50%;
    width: 370px;
    height: 575px;
    transform: scale(0.9);
  }
  .screen-turn-control {
    top: 10%;
    right: 0;
  }
}
@media (width<=700px) {
  .totem-3d-stage {
    transform-origin: top;
    width: 350px;
    height: 570px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%) scale(0.55);
  }
  .totem-3d-controls {
    bottom: 5px;
    transform: translate(-50%) scale(0.88);
  }
  .screen-turn-control {
    padding: 7px 10px;
    top: 9px;
    right: 2px;
  }
  .screen-turn-control span {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .totem-3d-stage
    + .totem-3d-controls
    + .screen-turn-control
    + .touch-device-proof {
    bottom: 55px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .totem-3d-product {
    animation: none;
  }
  .totem-screen-hinge,
  .totem-3d-product {
    transition-duration: 0.01ms;
  }
}
.pricing-section {
  isolation: isolate;
  color: #fff;
  background: #0b0813;
  padding: 125px clamp(24px, 7vw, 110px);
  position: relative;
  overflow: hidden;
}
.pricing-section:before {
  content: "";
  z-index: -2;
  background:
    radial-gradient(circle at 82% 18%, #6f43f538, #0000 34%),
    radial-gradient(circle at 11% 77%, #ff80b817, #0000 28%),
    linear-gradient(145deg, #0a0711, #120d20 56%, #08070e);
  position: absolute;
  inset: 0;
}
.pricing-orbit {
  z-index: -1;
  aspect-ratio: 1;
  border: 1px solid #a491ff1f;
  border-radius: 50%;
  width: min(760px, 70vw);
  animation: 28s linear infinite pricingSpin;
  position: absolute;
  top: 9%;
  right: -25%;
}
.pricing-orbit:before,
.pricing-orbit:after {
  content: "";
  border: inherit;
  border-radius: inherit;
  position: absolute;
  inset: 14%;
}
.pricing-orbit:after {
  inset: 31%;
}
.pricing-orbit i {
  background: #ac9cff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  box-shadow: 0 0 18px #8a70ff;
}
.pricing-orbit i:first-child {
  top: 10%;
  left: 22%;
}
.pricing-orbit i:nth-child(2) {
  top: 52%;
  right: 4%;
}
.pricing-orbit i:nth-child(3) {
  bottom: 6%;
  left: 25%;
}
.pricing-heading {
  grid-template-columns: 1.2fr 0.65fr;
  align-items: end;
  gap: 80px;
  max-width: 1240px;
  margin: 0 auto 65px;
  display: grid;
}
.pricing-heading h2 {
  letter-spacing: -0.055em;
  margin: 14px 0 0;
  font-size: clamp(47px, 5.5vw, 78px);
  font-weight: 520;
  line-height: 0.97;
}
.pricing-heading h2 em,
.touch-pricing h3 em {
  color: #a795ff;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pricing-heading > p {
  color: #ffffff94;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.web-plan-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
}
.price-card {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffff0b;
  border: 1px solid #ffffff1c;
  border-radius: 28px;
  flex-direction: column;
  min-height: 700px;
  padding: 30px;
  transition:
    transform 0.35s,
    border-color 0.35s,
    background 0.35s;
  display: flex;
  box-shadow: 0 24px 55px #00000029;
}
.price-card:hover {
  background: #ffffff12;
  border-color: #a694ff61;
  transform: translateY(-8px);
}
.price-card-featured {
  background: linear-gradient(165deg, #6f43f540, #ffffff0e 58%);
  border-color: #ad9eff5c;
}
.price-card-store {
  border-color: #d9ff628a;
  position: relative;
  transform: translateY(-10px);
  box-shadow:
    0 25px 70px #0000003d,
    0 0 45px #d9ff6214;
}
.price-card-store:hover {
  border-color: var(--lime);
  transform: translateY(-18px);
}
.store-offer-burst {
  text-align: center;
  color: #172000;
  background: var(--lime);
  border-radius: 50%;
  place-content: center;
  width: 74px;
  height: 74px;
  animation: 2.7s ease-in-out infinite offerFloat;
  display: grid;
  position: absolute;
  top: -22px;
  right: 24px;
  box-shadow:
    0 0 0 6px #d9ff621a,
    0 0 35px #d9ff6247;
}
.store-offer-burst span {
  letter-spacing: 0.12em;
  font-size: 7px;
  font-weight: 900;
}
.store-offer-burst strong {
  font-size: 11px;
}
.price-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.price-card-top > span {
  color: #ffffff54;
  font-family: var(--font-geist-mono);
  font-size: 11px;
}
.price-card-top b {
  color: #d8cdff;
  letter-spacing: 0.12em;
  background: #6e43f51f;
  border: 1px solid #a995ff3b;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 8px;
}
.price-card-sale .price-card-top b,
.price-card-store .price-card-top b {
  color: #1c2404;
  background: var(--lime);
  border-color: var(--lime);
}
.price-type {
  color: #a995ff;
  letter-spacing: 0.18em;
  margin: 45px 0 12px;
  font-size: 9px;
  font-weight: 800;
}
.price-card h3 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(27px, 2.25vw, 35px);
  line-height: 1.05;
}
.price-description {
  color: #ffffff8a;
  min-height: 76px;
  margin: 19px 0 24px;
  font-size: 13px;
  line-height: 1.65;
}
.price-value {
  border-block: 1px solid #ffffff1a;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  padding: 20px 0;
  display: flex;
}
.price-value del {
  color: #ffffff61;
  width: 100%;
  font-size: 10px;
}
.price-value strong {
  letter-spacing: -0.055em;
  font-size: clamp(34px, 3vw, 46px);
}
.price-card-sale .price-value strong,
.price-card-store .price-value strong {
  color: var(--lime);
}
.price-value small {
  color: #fff6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9px;
}
.price-card ul {
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
}
.price-card li {
  color: #ffffffb3;
  padding-left: 18px;
  font-size: 10px;
  line-height: 1.42;
  position: relative;
}
.price-card li:before {
  content: "✓";
  color: #aa9cff;
  position: absolute;
  left: 0;
}
.price-card > a {
  border: 1px solid #ffffff29;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 15px 17px;
  font-size: 11px;
  font-weight: 720;
  transition: all 0.25s;
  display: flex;
}
.price-card-store > a {
  color: #172000;
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: 0 0 26px #d9ff6224;
}
.price-card > a:hover {
  color: #111;
  background: #fff;
  transform: translateY(-2px);
}
.plan-external-note {
  color: #ffffff80;
  background: #a995ff0e;
  border-left: 2px solid #a995ff;
  margin: -10px 0 22px;
  padding: 12px 13px;
  font-size: 8.5px;
  line-height: 1.55;
}
.plan-external-note b {
  color: #ffffffd1;
}
.platform-guide {
  background: #ffffff09;
  border: 1px solid #ffffff1a;
  border-radius: 25px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px 34px;
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 28px;
  display: grid;
}
.platform-guide h3 {
  letter-spacing: -0.035em;
  margin: 8px 0 7px;
  font-size: 24px;
}
.platform-guide > div > p {
  color: #ffffff80;
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
}
.platform-pills {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}
.platform-pills span {
  color: #ded7ff;
  background: #6e43f517;
  border: 1px solid #a995ff40;
  border-radius: 999px;
  padding: 10px 13px;
  font-size: 9px;
  font-weight: 760;
}
.platform-cost {
  color: #ffffff7a;
  border-top: 1px solid #ffffff14;
  grid-column: 1/-1;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding-top: 17px;
  font-size: 9px;
  line-height: 1.6;
  display: flex;
}
.platform-cost i,
.ad-spend-warning i {
  color: #181021;
  background: #aa9cff;
  border-radius: 50%;
  flex: 0 0 21px;
  place-items: center;
  width: 21px;
  height: 21px;
  font-style: normal;
  font-weight: 850;
  display: grid;
}
.platform-cost b {
  color: #fff;
}
.web-management-plan {
  background: linear-gradient(110deg, #6e43f529, #ffffff09);
  border: 1px solid #a491ff3d;
  border-radius: 25px;
  grid-template-columns: 0.65fr 1fr 1fr auto;
  align-items: center;
  gap: 18px 30px;
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 25px 28px;
  display: grid;
}
.management-price {
  gap: 5px;
  display: grid;
}
.management-price > span {
  color: #b6a8ff;
  letter-spacing: 0.13em;
  font-size: 7px;
  font-weight: 850;
}
.management-price strong {
  color: var(--lime);
  letter-spacing: -0.055em;
  font-size: 34px;
}
.management-price strong small {
  letter-spacing: 0;
  font-size: 10px;
}
.management-price del {
  color: #ffffff54;
  font-size: 8px;
}
.web-management-plan h3 {
  margin: 0 0 6px;
  font-size: 19px;
}
.web-management-plan p {
  color: #ffffff85;
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
}
.web-management-plan ul {
  grid-template-columns: 1fr 1fr;
  gap: 7px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.web-management-plan li {
  color: #ffffffad;
  padding-left: 14px;
  font-size: 8.5px;
  position: relative;
}
.web-management-plan li:before {
  content: "✓";
  color: var(--lime);
  position: absolute;
  left: 0;
}
.web-management-plan > a {
  color: #172000;
  background: var(--lime);
  white-space: nowrap;
  border-radius: 999px;
  padding: 13px 16px;
  font-size: 9px;
  font-weight: 800;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.web-management-plan > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px #d9ff6233;
}
.web-management-plan > small {
  color: #ffffff4d;
  grid-column: 1/-1;
  font-size: 7.5px;
}
.digital-pricing {
  border-top: 1px solid #ffffff1a;
  max-width: 1240px;
  margin: 72px auto 0;
  padding-top: 66px;
  scroll-margin-top: 90px;
}
.digital-pricing-heading {
  grid-template-columns: 1.15fr 0.7fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 34px;
  display: grid;
}
.digital-pricing-heading h3 {
  letter-spacing: -0.052em;
  margin: 13px 0 0;
  font-size: clamp(38px, 4.5vw, 61px);
  font-weight: 520;
  line-height: 0.98;
}
.digital-pricing-heading h3 em {
  color: #a795ff;
  font-family: Georgia, serif;
  font-weight: 400;
}
.digital-pricing-heading > p {
  color: #ffffff8c;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.digital-plan-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}
.digital-plan {
  background: #ffffff0a;
  border: 1px solid #ffffff1c;
  border-radius: 25px;
  flex-direction: column;
  min-height: 525px;
  padding: 27px;
  transition:
    transform 0.3s,
    border-color 0.3s,
    background 0.3s;
  display: flex;
}
.digital-plan:hover {
  background: #ffffff0f;
  border-color: #a995ff6b;
  transform: translateY(-6px);
}
.digital-plan-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.digital-plan-top > span {
  color: #ffffff4d;
  font-family: var(--font-geist-mono);
  font-size: 10px;
}
.digital-plan-top b {
  color: #c9bdff;
  letter-spacing: 0.12em;
  background: #6e43f51a;
  border: 1px solid #a995ff40;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 7px;
}
.digital-plan h4 {
  letter-spacing: -0.04em;
  margin: 33px 0 18px;
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 1.04;
}
.digital-price {
  border-bottom: 1px solid #ffffff17;
  align-items: baseline;
  gap: 6px;
  padding-bottom: 17px;
  display: flex;
}
.digital-price strong {
  color: var(--lime);
  letter-spacing: -0.055em;
  font-size: clamp(32px, 3.2vw, 44px);
}
.digital-price small {
  color: #fff6;
  font-size: 10px;
}
.digital-plan ul {
  gap: 9px;
  margin: 21px 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.digital-plan li {
  color: #ffffffad;
  padding-left: 17px;
  font-size: 9.5px;
  line-height: 1.45;
  position: relative;
}
.digital-plan li:before {
  content: "✓";
  color: #aa9cff;
  position: absolute;
  left: 0;
}
.digital-plan > p {
  color: #ffffff61;
  margin: 0 0 22px;
  font-size: 8px;
  line-height: 1.5;
}
.digital-plan > a {
  border: 1px solid #ffffff26;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 14px 16px;
  font-size: 10px;
  font-weight: 760;
  transition: all 0.25s;
  display: flex;
}
.digital-plan > a:hover {
  color: #171020;
  background: #fff;
  transform: translateY(-2px);
}
.digital-plan-campaigns {
  background: linear-gradient(125deg, #d9ff6211, #6e43f521);
  border-color: #d9ff6252;
  grid-column: 1/-1;
  grid-template-columns: 0.8fr 1fr;
  gap: 0 46px;
  min-height: 0;
  display: grid;
}
.digital-plan-campaigns .digital-plan-top,
.digital-plan-campaigns h4 {
  grid-column: 1;
}
.campaign-prices {
  grid-area: 1/2/4;
  align-content: start;
  gap: 10px;
  display: grid;
}
.campaign-prices > span {
  background: #05040a40;
  border: 1px solid #ffffff1c;
  border-radius: 17px;
  gap: 5px;
  padding: 18px 20px;
  display: grid;
}
.campaign-prices small {
  color: #ffffff80;
  letter-spacing: 0.12em;
  font-size: 7px;
  font-weight: 820;
}
.campaign-prices strong {
  color: var(--lime);
  letter-spacing: -0.045em;
  font-size: 29px;
}
.campaign-prices em {
  color: #fff6;
  letter-spacing: 0;
  font-size: 9px;
  font-style: normal;
}
.digital-plan-campaigns ul,
.digital-plan-campaigns .ad-spend-warning,
.digital-plan-campaigns > a {
  grid-column: 1/-1;
}
.ad-spend-warning {
  background: #d9ff620e;
  border: 1px solid #d9ff6233;
  border-radius: 15px;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 22px;
  padding: 14px;
  display: flex;
}
.ad-spend-warning i {
  color: #172000;
  background: var(--lime);
}
.ad-spend-warning p {
  color: #ffffff8c;
  margin: 0;
  font-size: 9px;
  line-height: 1.55;
}
.ad-spend-warning b {
  color: #fff;
}
.digital-plan-campaigns > a {
  color: #172000;
  border-color: var(--lime);
  background: var(--lime);
}
.touch-pricing {
  background: linear-gradient(125deg, #d9ff620f, #6e43f521);
  border: 1px solid #d9ff622b;
  border-radius: 34px;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px 65px;
  max-width: 1240px;
  margin: 26px auto 0;
  padding: 54px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.touch-pricing:after {
  content: "TOUCH";
  color: #ffffff06;
  letter-spacing: -0.08em;
  pointer-events: none;
  font-size: clamp(105px, 15vw, 220px);
  font-weight: 850;
  position: absolute;
  bottom: -37px;
  right: -18px;
}
.touch-pricing-copy,
.touch-price-options,
.pricing-note,
.touch-price-cta {
  z-index: 1;
  position: relative;
}
.touch-pricing h3 {
  letter-spacing: -0.055em;
  margin: 18px 0 21px;
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 520;
  line-height: 0.98;
}
.touch-pricing-copy > p {
  color: #ffffff94;
  max-width: 540px;
  font-size: 14px;
  line-height: 1.7;
}
.touch-pricing-product {
  background: linear-gradient(115deg, #04030980, #6947dd1f);
  border: 1px solid #a995ff33;
  border-radius: 20px;
  grid-template-columns: minmax(130px, 0.72fr) 1fr;
  align-items: center;
  height: 190px;
  margin: 24px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}
.touch-pricing-product:after {
  content: "";
  filter: blur(4px);
  background: radial-gradient(circle, #8865ff42, #0000 68%);
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.touch-pricing-product img {
  z-index: 1;
  object-fit: cover;
  object-position: 58% center;
  mix-blend-mode: screen;
  width: 100%;
  height: 190px;
  display: block;
  position: relative;
}
.touch-pricing-product figcaption {
  z-index: 2;
  gap: 4px;
  padding: 18px 18px 18px 8px;
  display: grid;
  position: relative;
}
.touch-pricing-product figcaption span {
  color: var(--lime);
  letter-spacing: 0.15em;
  font-size: 7px;
  font-weight: 850;
}
.touch-pricing-product figcaption strong {
  letter-spacing: -0.035em;
  font-size: 17px;
}
.touch-pricing-product figcaption small {
  color: #ffffff7a;
  font-size: 8px;
  line-height: 1.4;
}
.touch-included {
  grid-template-columns: 1fr 1fr;
  gap: 13px 16px;
  margin-top: 24px;
  display: grid;
}
.touch-included span {
  color: #ffffffb8;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  display: flex;
}
.touch-included i {
  color: #172000;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-style: normal;
  display: grid;
}
.touch-price-options {
  gap: 10px;
  display: grid;
}
.touch-required-price,
.touch-plan-option {
  color: #fff;
  text-align: left;
  background: #05040a57;
  border: 1px solid #ffffff1a;
  border-radius: 19px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 18px;
  padding: 19px 21px;
  display: grid;
  position: relative;
}
.touch-required-price {
  border-style: dashed;
  border-color: #a995ff59;
}
.touch-required-price > span,
.touch-plan-option > span {
  color: #ffffff8c;
  letter-spacing: 0.13em;
  font-size: 8px;
  font-weight: 780;
}
.touch-required-price > span b,
.touch-choice-title b {
  color: #171020;
  background: #aa9cff;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-grid;
}
.touch-required-price > div {
  text-align: right;
  grid-area: 1/2/3;
  display: grid;
}
.touch-required-price strong,
.touch-plan-option > strong {
  letter-spacing: -0.045em;
  white-space: nowrap;
  font-size: clamp(22px, 2vw, 30px);
}
.touch-required-price del,
.touch-plan-option del {
  color: #ffffff57;
  font-size: 7.5px;
}
.touch-required-price p,
.touch-plan-option > p {
  color: #ffffff8c;
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
}
.touch-choice-title {
  color: #ffffffa3;
  letter-spacing: 0.12em;
  margin: 7px 0 2px;
  font-size: 8px;
  font-weight: 820;
}
.touch-plan-option {
  cursor: pointer;
  appearance: none;
  width: 100%;
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.3s,
    background 0.3s,
    box-shadow 0.3s;
}
.touch-plan-option > strong {
  grid-area: 1/2/3;
}
.touch-plan-option > strong small {
  color: #ffffff73;
  letter-spacing: 0;
  font-size: 10px;
}
.touch-plan-option > del {
  text-align: right;
  grid-column: 2;
}
.touch-plan-option > i {
  background: #0e0a18;
  border: 2px solid #ffffff59;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transition: all 0.25s;
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
}
.touch-plan-option:hover {
  border-color: #a995ff7a;
  transform: translate(-5px);
}
.touch-plan-option.is-selected {
  border-color: var(--lime);
  background: #d9ff6217;
  box-shadow:
    0 0 32px #d9ff6217,
    inset 0 0 0 1px #d9ff620f;
}
.touch-plan-option.is-selected > i {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow:
    0 0 0 4px #d9ff621f,
    0 0 18px #d9ff6273;
}
.touch-price-options .recommended-option > b {
  color: #172000;
  background: var(--lime);
  letter-spacing: 0.1em;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 6px;
  position: absolute;
  top: -9px;
  right: 12px;
}
.pricing-note {
  color: #ffffff7a;
  grid-column: 1/2;
  align-items: flex-start;
  gap: 11px;
  margin-top: -25px;
  font-size: 9px;
  line-height: 1.55;
  display: flex;
}
.pricing-note span {
  color: #aa9cff;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  flex: 0 0 19px;
  place-items: center;
  width: 19px;
  height: 19px;
  font-weight: 700;
  display: grid;
}
.pricing-note p {
  margin: 0;
}
.pricing-note strong {
  color: #fff;
}
.touch-price-cta {
  place-self: center end;
  margin-top: -25px;
  animation: 2.4s ease-in-out infinite touchCtaPulse;
}
.touch-price-cta:hover {
  animation-play-state: paused;
}
@keyframes pricingSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes offerFloat {
  0%,
  to {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}
@keyframes touchCtaPulse {
  0%,
  to {
    transform: translateY(0);
    box-shadow:
      0 0 #d9ff621f,
      0 0 22px #d9ff6214;
  }
  50% {
    transform: translateY(-3px);
    box-shadow:
      0 0 0 8px #d9ff6200,
      0 0 34px #d9ff6233;
  }
}
.process-section {
  background: #fff;
  overflow: hidden;
}
.center-heading {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 80px;
}
.process-grid {
  isolation: isolate;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  position: relative;
}
.process-grid:before {
  content: "";
  z-index: -2;
  background: #e4dfe7;
  height: 2px;
  position: absolute;
  top: 32px;
  left: 16.66%;
  right: 16.66%;
}
.process-energy {
  z-index: -1;
  filter: blur(1px);
  background: linear-gradient(90deg, #0000, #8a6cff 42%, #e1dcff 74%, #0000);
  border-radius: 999px;
  width: 20%;
  height: 8px;
  transition:
    width 0.3s,
    filter 0.3s,
    box-shadow 0.3s;
  animation: 3.1s ease-in-out infinite energyTravel;
  position: absolute;
  top: 29px;
  left: 12%;
  box-shadow:
    0 0 11px #8a6cff,
    0 0 25px #6e43f5a6;
}
.process-grid article {
  text-align: center;
  padding: 0 34px;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
  position: relative;
}
.step-number {
  background: var(--cream);
  width: 64px;
  height: 64px;
  color: var(--violet);
  animation: nodeEnergy 3.1s ease-in-out var(--step-delay) infinite;
  border: 1px solid #dfd9d0;
  border-radius: 50%;
  place-items: center;
  margin: auto;
  font-weight: 800;
  transition:
    transform 0.35s,
    background 0.35s,
    color 0.35s,
    border-color 0.35s,
    box-shadow 0.35s;
  display: grid;
  position: relative;
}
.step-number:after {
  content: "";
  border-radius: inherit;
  border: 1px solid #0000;
  transition: all 0.35s;
  position: absolute;
  inset: -7px;
}
.process-grid article:hover {
  transform: translateY(-7px);
}
.process-grid article:hover .step-number {
  color: #fff;
  background: var(--violet);
  border-color: #a694ff;
  animation-play-state: paused;
  transform: scale(1.14);
  box-shadow:
    0 0 17px #9b87ff,
    0 0 46px #6e43f5b8;
}
.process-grid article:hover .step-number:after {
  border-color: #6e43f557;
  inset: -11px;
  box-shadow: 0 0 25px #6e43f547;
}
.process-grid article:hover h3 {
  color: var(--violet);
}
.process-grid:has(article:hover) .process-energy {
  filter: brightness(1.28) blur(0.5px);
  width: 27%;
  animation-duration: 1.55s;
  box-shadow:
    0 0 17px #8a6cff,
    0 0 42px #6e43f5e6;
}
.process-grid h3 {
  margin: 25px 0 12px;
  font-size: 21px;
  transition: color 0.3s;
}
.process-grid p {
  color: var(--muted);
  max-width: 270px;
  margin: auto;
  font-size: 14px;
  line-height: 1.65;
}
@keyframes energyTravel {
  0% {
    opacity: 0;
    transform: translate(-70%);
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(390%);
  }
}
@keyframes nodeEnergy {
  0%,
  28%,
  to {
    border-color: #dfd9d0;
    box-shadow: 0 0 #6e43f500;
  }
  36% {
    border-color: #9c89ff;
    box-shadow:
      0 0 13px #9c89ff,
      0 0 30px #6e43f585;
  }
  46% {
    border-color: #dfd9d0;
    box-shadow: 0 0 #6e43f500;
  }
}
.contact-section {
  background: var(--ink);
  color: #fff;
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 90px;
  padding: 120px clamp(24px, 8vw, 130px);
  display: grid;
}
.contact-section h2 em {
  color: var(--pink);
}
.contact-copy > p {
  color: #bdb6c5;
  max-width: 590px;
  margin: 26px 0 34px;
  line-height: 1.7;
}
.contact-note {
  color: #9d96a5;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}
.contact-note > span {
  background: var(--violet);
  width: 45px;
  height: 45px;
  color: var(--lime);
  border-radius: 50%;
  flex: 0 0 45px;
  place-items: center;
  font-size: 19px;
  display: grid;
}
.contact-note strong {
  color: #fff;
}
.contact-card {
  color: var(--ink);
  background: #fff;
  border-radius: 25px;
  align-content: center;
  gap: 17px;
  min-height: 490px;
  padding: 32px;
  display: grid;
  box-shadow: 0 30px 70px #0000004d;
}
.contact-card label {
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  display: grid;
}
.contact-card input,
.contact-card select,
.contact-card textarea {
  color: var(--ink);
  resize: none;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #dcd7df;
  outline: none;
  padding: 8px 2px 11px;
  font-size: 13px;
}
.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
  border-color: var(--violet);
}
.form-button {
  background: var(--violet);
  color: #fff;
  width: 100%;
  margin-top: 7px;
}
.success-message {
  text-align: center;
  padding: 35px 10px;
}
.success-message > span {
  color: #2d3d00;
  background: #e7ff9f;
  border-radius: 50%;
  place-items: center;
  width: 65px;
  height: 65px;
  margin: auto;
  font-size: 28px;
  display: grid;
}
.success-message h3 {
  margin: 23px 0 8px;
  font-size: 26px;
}
.success-message p {
  color: var(--muted);
  line-height: 1.6;
}
.success-message button {
  color: var(--violet);
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin-top: 12px;
  font-weight: 750;
}
footer {
  color: #a8a2ad;
  background: #100d15;
  border-top: 1px solid #2d2834;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 45px;
  padding: 45px clamp(24px, 7vw, 110px);
  font-size: 12px;
  display: grid;
}
.brand-light {
  color: #fff;
}
.brand-light span {
  color: #9a7cff;
}
footer p {
  margin: 0;
}
footer div {
  color: #fff;
  gap: 22px;
  display: flex;
}
footer small {
  color: #6e6872;
}
.whatsapp-float {
  z-index: 95;
  color: #fff;
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
  background: #0f0b19c7;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  padding: 7px 7px 7px 17px;
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.3s,
    box-shadow 0.3s;
  display: flex;
  position: fixed;
  bottom: clamp(18px, 2.8vw, 34px);
  right: clamp(17px, 2.4vw, 34px);
  box-shadow:
    0 16px 42px #06030f59,
    0 0 0 1px #7e64ff14;
}
.whatsapp-float:hover {
  background: #19112deb;
  transform: translateY(-4px);
  box-shadow:
    0 20px 48px #06030f6b,
    0 0 30px #6e43f538;
}
.whatsapp-label {
  text-align: right;
  gap: 1px;
  line-height: 1.1;
  display: grid;
}
.whatsapp-label small {
  color: #ffffff7a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 7px;
}
.whatsapp-label b {
  font-size: 11px;
  font-weight: 720;
}
.whatsapp-icon {
  color: #0b1710;
  background: linear-gradient(145deg, var(--lime), #9cfb87);
  border-radius: 50%;
  place-items: center;
  width: 45px;
  height: 45px;
  display: grid;
  position: relative;
  box-shadow: 0 0 22px #d9ff6254;
}
.whatsapp-icon:after {
  content: "";
  border-radius: inherit;
  border: 1px solid #d9ff6247;
  animation: 2.6s ease-out infinite whatsappPulse;
  position: absolute;
  inset: -5px;
}
.whatsapp-icon svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
@keyframes whatsappPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.86);
  }
  75%,
  to {
    opacity: 0;
    transform: scale(1.25);
  }
}
[data-reveal] {
  opacity: 0;
  transition:
    opacity 0.8s ease var(--delay, 0s),
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) var(--delay, 0s);
  transform: translateY(34px);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes bob {
  0%,
  to {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  to {
    transform: translate(-50%);
  }
}
@media (width<=1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .hero-copy {
    max-width: 760px;
  }
  .hero-visual {
    width: min(650px, 100%);
    margin: 0 auto;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-heading {
    gap: 40px;
  }
  .portfolio-sticky {
    padding-inline: 38px;
  }
  .portfolio-heading {
    gap: 38px;
  }
  .portfolio-project {
    width: min(527px, 50.15vw);
  }
  .portfolio-scroll-hint {
    display: none;
  }
  .touch-sticky {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    gap: 20px;
    padding-inline: 28px;
  }
  .touch-copy-step h2 {
    font-size: clamp(37px, 4.6vw, 54px);
  }
  .device-stage {
    transform: perspective(1200px) rotateY(-3deg)
      scale(calc(var(--device-scale) * 0.9));
  }
  .size-selector {
    right: -4px;
  }
  .display-formats article {
    grid-template-columns: 58px 1fr;
  }
  .display-formats img {
    width: 58px;
  }
  .pricing-heading {
    gap: 38px;
  }
  .web-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .price-card-featured {
    grid-column: 1/-1;
    min-height: 630px;
  }
  .web-management-plan {
    grid-template-columns: 0.75fr 1.25fr auto;
  }
  .web-management-plan ul {
    grid-column: 1/3;
  }
  .web-management-plan > small {
    grid-column: 1/-1;
  }
  .touch-pricing {
    grid-template-columns: 1fr;
  }
  .pricing-note {
    grid-column: 1;
    margin-top: 0;
  }
  .touch-price-cta {
    justify-self: start;
    margin-top: 0;
  }
  .contact-section {
    gap: 45px;
  }
  footer {
    grid-template-columns: auto 1fr auto;
  }
  footer small {
    display: none;
  }
}
@media (width<=740px) {
  .nav-shell {
    height: 70px;
  }
  .nav-links {
    display: none;
  }
  .nav-cta {
    padding: 9px 12px;
    font-size: 12px;
  }
  .hero {
    min-height: auto;
    padding-top: 115px;
  }
  .hero h1 {
    font-size: clamp(53px, 15vw, 75px);
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  .trust-row {
    flex-wrap: wrap;
    gap: 13px;
  }
  .hero-visual {
    transform-origin: top;
    min-height: 450px;
    margin-bottom: -70px;
    transform: scale(0.85);
  }
  .hero-visual:before {
    width: 440px;
    height: 440px;
    right: -130px;
  }
  .browser-card {
    width: 420px;
    height: 290px;
    right: -80px;
  }
  .phone-card {
    top: 210px;
    right: -35px;
  }
  .pill-one {
    left: 0;
  }
  .services-section {
    padding-top: 100px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 25px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-icon {
    margin: 30px 0 24px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .step-line {
    display: none;
  }
  .contact-section {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }
  .contact-card {
    padding: 25px;
  }
  .contact-section h2,
  .touch-story h2,
  .section h2 {
    font-size: 42px;
  }
  .section {
    padding: 95px 24px;
  }
  footer {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
  }
  footer p {
    order: 3;
    width: 100%;
  }
  footer div {
    margin-left: auto;
    font-size: 11px;
  }
  .cinematic-hero {
    height: 350vh;
  }
  .nav-dark {
    padding-inline: 18px;
  }
  .nav-dark .brand {
    font-size: 20px;
  }
  .scroll-statement {
    width: calc(100% - 34px);
    padding-bottom: 58px;
  }
  .scroll-statement h1,
  .scroll-statement h2,
  .statement-four h2 {
    font-size: clamp(49px, 15vw, 76px);
    line-height: 0.94;
  }
  .scroll-statement p {
    max-width: 92%;
    margin-top: 21px;
    font-size: 15px;
  }
  .hero-kicker {
    margin-bottom: 16px;
    font-size: 9px;
    line-height: 1.5;
  }
  .digital-core {
    width: 67vw;
    top: 62%;
  }
  .digital-orbit {
    width: 125vw;
    height: 27vw;
    top: 61%;
  }
  .statement-four .hero-actions {
    align-items: stretch;
    gap: 10px;
    padding: 0 12px;
  }
  .statement-four .button,
  .statement-four .ghost-button {
    width: 100%;
  }
  .hero-progress,
  .scroll-cue {
    display: none;
  }
  .hero-scroll-menu {
    width: calc(100% - 22px);
    bottom: 15px;
  }
  .hero-scroll-menu:before {
    top: 14px;
    left: 12%;
    right: 12%;
  }
  .milestone-circle {
    width: 29px;
    height: 29px;
  }
  .milestone-label {
    letter-spacing: 0.04em;
    font-size: 7px;
  }
  .hero-scroll-menu button {
    gap: 6px;
  }
  .hero-management-hook {
    border-radius: 19px;
    grid-template-columns: auto 1fr auto;
    gap: 5px 9px;
    width: min(365px, 100% - 12px);
    margin-top: 17px;
    padding: 8px 9px 8px 12px;
  }
  .hero-management-hook > span {
    grid-row: 1/3;
  }
  .hero-management-hook strong {
    font-size: 18px;
  }
  .hero-management-hook b {
    font-size: 7px;
  }
  .hero-management-hook i {
    grid-area: 1/3/3;
    font-size: 7px;
  }
  .hero-live-offers {
    gap: 5px;
    margin-top: 17px;
  }
  .hero-live-offers > span {
    border-radius: 10px;
    flex: 1;
    min-width: 0;
    padding: 8px 6px;
  }
  .hero-live-offers small {
    font-size: 5px;
  }
  .hero-live-offers b {
    font-size: 11px;
  }
  .statement-four .hero-actions {
    margin-top: 18px;
  }
  .service-card {
    min-height: 480px;
  }
  .service-media {
    height: 255px;
  }
  .process-grid:before,
  .process-energy {
    display: none;
  }
  .process-grid article:hover {
    transform: none;
  }
  .parallax-panel {
    transform: translateY(calc((1 - var(--panel-entry)) * 42px));
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -18px 44px #08051233;
  }
  .portfolio-story {
    height: 420vh;
  }
  .portfolio-sticky {
    grid-template-rows: auto minmax(260px, 1fr) auto;
    min-height: 0;
    padding: 76px 15px 15px;
  }
  .portfolio-sticky:after {
    width: 104vw;
    height: 52vw;
    top: 52%;
  }
  .portfolio-heading {
    padding-inline: 4px;
    display: block;
  }
  .portfolio-heading .kicker {
    margin-bottom: 7px;
    font-size: 7px;
  }
  .portfolio-heading h2 {
    max-width: 340px;
    font-size: clamp(29px, 8.8vw, 39px);
  }
  .portfolio-heading p {
    max-width: 330px;
    margin-top: 9px;
    font-size: 9px;
    line-height: 1.45;
    display: block;
  }
  .portfolio-orbit {
    min-height: 275px;
  }
  .portfolio-project {
    width: min(459px, 69.7vw);
    transform: translate(-50%, -46%) translateX(var(--project-x))
      rotateY(var(--project-rotate)) scale(var(--project-scale));
    inset-block-start: 54%;
  }
  .desktop-computer {
    border-radius: 13px;
    padding: 7px 7px 22px;
  }
  .computer-camera {
    width: 3px;
    height: 3px;
    top: 3px;
  }
  .computer-screen {
    border-radius: 7px;
  }
  .mini-browser-bar {
    height: 18px;
    padding-inline: 7px;
  }
  .mini-browser-bar b {
    min-width: 116px;
    padding: 3px 12px;
    font-size: 5px;
  }
  .mini-browser-bar i {
    width: 3px;
    height: 3px;
  }
  .project-site-view {
    height: calc(100% - 18px);
  }
  .project-site-nav {
    font-size: 4px;
    inset: 10px 12px auto;
  }
  .project-site-nav b {
    font-size: 7px;
  }
  .project-site-copy {
    width: 58%;
    left: 25px;
  }
  .project-site-copy small {
    margin-bottom: 4px;
    font-size: 4.5px;
  }
  .project-site-copy strong {
    font-size: clamp(13px, 4.2vw, 19px);
  }
  .project-site-copy > span {
    margin-top: 8px;
    padding: 5px 7px;
    font-size: 4.5px;
  }
  .computer-chin {
    height: 22px;
  }
  .computer-chin b {
    font-size: 6px;
  }
  .computer-neck {
    height: 36px;
    bottom: -34px;
  }
  .computer-foot {
    height: 11px;
    bottom: -40px;
  }
  .portfolio-details {
    grid-template-columns: 48px 1fr;
    gap: 7px 10px;
    padding-top: 10px;
  }
  .portfolio-count b {
    font-size: 17px;
  }
  .portfolio-details > div:nth-child(2) > span {
    font-size: 5px;
  }
  .portfolio-details h3 {
    margin-top: 2px;
    font-size: 16px;
  }
  .portfolio-details p {
    font-size: 7px;
    line-height: 1.35;
  }
  .portfolio-details > a {
    grid-column: 2;
    justify-self: start;
    gap: 6px;
    padding: 5px 6px 5px 9px;
    font-size: 6px;
  }
  .portfolio-details > a span {
    width: 18px;
    height: 18px;
  }
  .portfolio-controls {
    gap: 6px;
    display: flex;
    top: auto;
    bottom: 16px;
    right: 15px;
    transform: none;
  }
  .portfolio-controls button {
    width: 27px;
    height: 27px;
  }
  .portfolio-controls button i {
    width: 19px;
    height: 19px;
  }
  .portfolio-controls button span {
    font-size: 5px;
  }
  .service-totem {
    transform: translateY(1px) scale(0.83);
  }
  .service-card:hover .service-totem {
    transform: translateY(-2px) scale(0.87);
  }
  .web-brief-section {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 0;
    padding: 90px 18px;
  }
  .brief-intro h2 {
    font-size: clamp(40px, 11.5vw, 54px);
  }
  .brief-intro > p {
    font-size: 13px;
  }
  .brief-preview {
    min-height: 210px;
    padding: 35px 24px;
    transform: none;
  }
  .brief-preview strong {
    width: 39px;
    height: 39px;
  }
  .brief-form-shell {
    margin-top: -35px;
  }
  .web-brief-section.is-open .brief-form-shell {
    margin-top: 0;
  }
  .web-brief-form {
    border-radius: 24px;
    padding: 24px 18px;
  }
  .brief-grid,
  .brief-commerce {
    grid-template-columns: 1fr;
  }
  .brief-wide,
  .brief-commerce > span {
    grid-column: 1;
  }
  .brief-features {
    grid-template-columns: 1fr 1fr;
  }
  .brief-submit-row {
    flex-direction: column;
    align-items: stretch;
  }
  .brief-submit-row .button {
    justify-content: center;
    width: 100%;
  }
  .brief-glow {
    width: 420px;
    height: 420px;
    right: -260px;
  }
  .brief-intro > small {
    margin-left: 12px;
  }
  .brief-toggle {
    padding-left: 17px;
    font-size: 12px;
  }
  .whatsapp-float {
    padding: 5px;
    bottom: 14px;
    right: 14px;
  }
  .whatsapp-label {
    display: none;
  }
  .whatsapp-icon {
    width: 49px;
    height: 49px;
  }
  .touch-story {
    height: 470vh;
  }
  .touch-sticky {
    height: 100svh;
    min-height: 0;
    padding: max(22px, env(safe-area-inset-top)) 16px
      max(8px, env(safe-area-inset-bottom));
    grid-template-rows: minmax(305px, 45%) minmax(0, 55%);
    grid-template-columns: 1fr;
    gap: 0;
  }
  .touch-story-copy {
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
  }
  .touch-product-kicker {
    font-size: 7px;
    top: 0;
  }
  .touch-copy-stack {
    height: calc(100% - 27px);
    min-height: 0;
  }
  .touch-copy-step {
    justify-content: flex-start;
    padding-top: 31px;
  }
  .touch-copy-step > span {
    margin-bottom: 6px;
    font-size: 6.5px;
  }
  .touch-copy-step h2 {
    max-width: 94%;
    font-size: clamp(28px, 8.6vw, 38px);
    line-height: 0.98;
  }
  .touch-copy-step p {
    max-width: 96%;
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.4;
  }
  .touch-copy-step .button {
    margin-top: 10px;
    padding: 10px 14px;
    font-size: 9px;
  }
  .touch-stepper {
    position: absolute;
    top: 0;
    right: 0;
  }
  .touch-stepper span {
    gap: 4px;
    font-size: 0;
  }
  .touch-stepper span:after {
    width: 8px;
  }
  .touch-stepper i {
    width: 6px;
    height: 6px;
  }
  .display-formats {
    display: none;
  }
  .touch-demo {
    place-items: start center;
    height: 100%;
    min-height: 0;
    overflow: visible;
  }
  .device-aura {
    width: 90vw;
    top: -28%;
  }
  .device-stage {
    transform: perspective(1200px) rotateY(-3deg)
      scale(calc(var(--device-scale) * 0.58));
    transform-origin: top;
    margin-left: -155px;
    position: absolute;
    top: -3px;
    left: 50%;
  }
  .size-selector {
    width: min(174px, 48vw);
    padding: 7px;
    bottom: 3px;
    right: 0;
  }
  .size-selector > span,
  .size-selector small {
    display: none;
  }
  .size-selector > div {
    gap: 3px;
  }
  .size-selector button {
    padding: 6px 1px;
  }
  .demo-heading {
    margin-top: 27px;
  }
  .demo-products {
    height: 190px;
  }
  .video-caption strong {
    font-size: 23px;
  }
}
@media (width<=390px), (height<=700px) and (width<=740px) {
  .touch-sticky {
    grid-template-rows: minmax(270px, 44%) minmax(0, 56%);
    padding-inline: 13px;
  }
  .touch-copy-step h2 {
    font-size: 28px;
  }
  .touch-copy-step p {
    font-size: 10px;
  }
  .device-stage {
    transform: perspective(1200px) rotateY(-3deg)
      scale(calc(var(--device-scale) * 0.52));
    top: -10px;
  }
  .size-selector {
    bottom: 1px;
  }
}
@media (width<=740px) {
  .touch-copy-step p {
    max-width: 94%;
  }
  .touch-benefits {
    gap: 5px;
    max-width: 98%;
    margin-top: 9px;
  }
  .touch-benefits span {
    gap: 5px;
    padding: 5px 7px;
    font-size: 6.5px;
  }
  .touch-benefits i {
    width: 4px;
    height: 4px;
  }
  .touch-copy-step .button {
    margin-top: 8px;
  }
  .touch-stage-1 .device-stage {
    transform: perspective(1200px) rotateY(0)
      scale(calc(var(--device-scale) * 0.64));
  }
  .touch-stage-2 .device-stage,
  .touch-stage-3 .device-stage,
  .touch-stage-4 .device-stage {
    transform: perspective(1200px) rotateY(-3deg)
      scale(calc(var(--device-scale) * 0.53));
  }
  .stage-effects {
    inset: -4px 0 0;
  }
  .measure-width {
    width: 216px;
    bottom: 7px;
  }
  .measure-height {
    height: 318px;
    top: 1px;
    right: calc(50% - 121px);
  }
  .measure-height span {
    right: -65px;
  }
  .space-saved {
    padding: 7px 8px;
    bottom: 15%;
    left: 0;
  }
  .space-saved b {
    font-size: 8px;
  }
  .space-saved span {
    font-size: 6px;
  }
  .choice-pulse {
    min-width: 82px;
    padding: 7px 8px;
  }
  .choice-a {
    top: 21%;
    left: 0;
  }
  .choice-b {
    top: 55%;
    right: 0;
  }
  .video-signal {
    padding: 6px 8px;
    top: 1%;
    right: 0;
  }
  .video-signal span {
    font-size: 5.5px;
  }
  .conversion-signal {
    padding: 8px 9px;
    bottom: 12%;
    right: 0;
  }
  .conversion-signal span {
    display: none;
  }
  .size-selector {
    z-index: 9;
  }
  .pricing-section {
    padding: 90px 18px;
  }
  .pricing-heading {
    margin-bottom: 38px;
    display: block;
  }
  .pricing-heading h2 {
    font-size: clamp(39px, 11vw, 53px);
  }
  .pricing-heading > p {
    margin-top: 22px;
    font-size: 13px;
  }
  .web-plan-grid {
    grid-template-columns: 1fr;
  }
  .price-card,
  .price-card-featured {
    grid-column: auto;
    min-height: 0;
    padding: 25px;
  }
  .price-card-store {
    margin-top: 15px;
    transform: none;
  }
  .price-card-store:hover {
    transform: translateY(-7px);
  }
  .store-offer-burst {
    width: 66px;
    height: 66px;
    right: 18px;
  }
  .price-type {
    margin-top: 34px;
  }
  .price-description {
    min-height: 0;
  }
  .web-management-plan {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }
  .web-management-plan ul,
  .web-management-plan > small {
    grid-column: 1;
  }
  .web-management-plan > a {
    text-align: center;
  }
  .touch-pricing {
    border-radius: 27px;
    gap: 32px;
    margin-top: 18px;
    padding: 31px 22px;
  }
  .touch-pricing h3 {
    font-size: 38px;
  }
  .touch-pricing-product {
    grid-template-columns: minmax(110px, 0.8fr) 1fr;
    height: 165px;
  }
  .touch-pricing-product img {
    height: 165px;
  }
  .touch-included {
    grid-template-columns: 1fr;
  }
  .touch-required-price,
  .touch-plan-option {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .touch-required-price > div,
  .touch-plan-option > strong,
  .touch-plan-option > del {
    text-align: left;
    grid-area: auto;
  }
  .touch-plan-option > i {
    top: 18px;
    left: auto;
    right: 14px;
    transform: none;
  }
  .touch-plan-option:hover {
    transform: translateY(-3px);
  }
  .touch-price-cta {
    justify-content: center;
    width: 100%;
  }
  .pricing-orbit {
    width: 135vw;
    right: -70%;
  }
  .footer div {
    gap: 12px;
  }
}
@media (width<=390px), (height<=700px) and (width<=740px) {
  .touch-stage-1 .device-stage {
    transform: perspective(1200px) rotateY(0)
      scale(calc(var(--device-scale) * 0.58));
  }
  .touch-stage-2 .device-stage,
  .touch-stage-3 .device-stage,
  .touch-stage-4 .device-stage {
    transform: perspective(1200px) rotateY(-3deg)
      scale(calc(var(--device-scale) * 0.48));
  }
  .measure-height {
    height: 287px;
  }
  .measure-width {
    width: 196px;
  }
}
@media (width<=1050px) {
  .platform-guide {
    grid-template-columns: 1fr;
  }
  .platform-pills {
    justify-content: flex-start;
  }
  .digital-pricing-heading {
    gap: 35px;
  }
}
@media (width<=740px) {
  .platform-guide {
    padding: 23px 20px;
  }
  .platform-pills {
    gap: 6px;
  }
  .platform-pills span {
    padding: 8px 10px;
  }
  .digital-pricing {
    margin-top: 52px;
    padding-top: 48px;
  }
  .digital-pricing-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .digital-plan-grid {
    grid-template-columns: 1fr;
  }
  .digital-plan {
    min-height: 0;
    padding: 23px;
  }
  .digital-plan-campaigns {
    grid-column: auto;
    display: flex;
  }
  .campaign-prices {
    grid-template-columns: 1fr;
    display: grid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .scroll-statement {
    transition: none;
  }
  .parallax-panel {
    transform: none;
  }
}
.service-mark {
  --mark-accent: #9c8cff;
  border: 1px solid var(--mark-accent);
  flex: 0 0 54px;
  place-items: center;
  width: 54px;
  height: 54px;
  display: grid;
  position: relative;
  overflow: hidden;
}
@supports (color: color-mix(in lab, red, red)) {
  .service-mark {
    border: 1px solid color-mix(in srgb, var(--mark-accent) 48%, transparent);
  }
}
.service-mark {
  color: #fff;
  background: linear-gradient(145deg, var(--mark-accent), #ffffff09);
  border-radius: 17px;
}
@supports (color: color-mix(in lab, red, red)) {
  .service-mark {
    background: linear-gradient(
      145deg,
      color-mix(in srgb, var(--mark-accent) 24%, transparent),
      #ffffff09
    );
  }
}
.service-mark {
  box-shadow:
    inset 0 1px #ffffff1c,
    0 14px 28px #0003;
}
.service-mark:before {
  content: "";
  border: 1px solid var(--mark-accent);
  width: 33px;
  height: 33px;
  position: absolute;
  top: -17px;
  right: -17px;
}
@supports (color: color-mix(in lab, red, red)) {
  .service-mark:before {
    border: 1px solid color-mix(in srgb, var(--mark-accent) 58%, transparent);
  }
}
.service-mark:before {
  border-radius: 50%;
}
.service-mark b {
  z-index: 2;
  letter-spacing: -0.035em;
  font-size: 12px;
  font-weight: 820;
  position: relative;
}
.service-mark i {
  background: var(--mark-accent);
  height: 2px;
  box-shadow: 0 0 11px var(--mark-accent);
  border-radius: 99px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
@supports (color: color-mix(in lab, red, red)) {
  .service-mark i {
    box-shadow: 0 0 11px color-mix(in srgb, var(--mark-accent) 70%, transparent);
  }
}
.service-mark-lime {
  --mark-accent: var(--lime);
  color: #f4ffd1;
}
.service-mark-pink {
  --mark-accent: var(--pink);
}
.service-mark-blue {
  --mark-accent: #74c7ff;
}
.price-service-heading,
.digital-service-heading,
.section-service-heading {
  align-items: center;
  gap: 15px;
  display: flex;
}
.price-service-heading {
  margin: 29px 0 13px;
}
.price-service-heading .price-type {
  color: #fff;
  letter-spacing: -0.025em;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1;
}
.digital-service-heading {
  align-items: flex-end;
  margin: 27px 0 18px;
}
.digital-service-heading h4 {
  margin: 0;
}
.section-service-heading {
  margin-bottom: 14px;
}
.section-service-heading .kicker {
  margin: 0;
}
.management-price {
  grid-template-columns: 58px 1fr;
  align-items: center;
  column-gap: 12px;
}
.management-price .service-mark {
  flex-basis: 50px;
  grid-row: 1/4;
  width: 50px;
  height: 50px;
}
.management-price > span,
.management-price > strong,
.management-price > del {
  grid-column: 2;
}
.digital-plan-campaigns .digital-service-heading {
  grid-column: 1;
}
.portfolio-orbit:before {
  content: "";
  pointer-events: none;
  border: 1px solid #b5a5ff33;
  border-radius: 50%;
  width: min(1040px, 82vw);
  height: min(390px, 31vw);
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(69deg);
  box-shadow:
    0 0 45px #6e43f514,
    inset 0 0 36px #6e43f512;
}
.portfolio-project:not(.is-active) .desktop-computer {
  box-shadow:
    0 24px 46px #00000070,
    inset 0 1px #ffffff29,
    0 0 28px #6e43f512;
}
.portfolio-project.is-active .desktop-computer {
  box-shadow:
    0 42px 85px #000000ad,
    inset 0 1px #ffffff3d,
    0 0 58px #8b6dff2e;
}
.project-site-view > img {
  image-rendering: auto;
}
@media (width<=1050px) {
  .price-service-heading .price-type {
    font-size: 21px;
  }
  .digital-service-heading {
    align-items: center;
  }
}
@media (width<=740px) {
  .service-mark {
    border-radius: 14px;
    flex-basis: 47px;
    width: 47px;
    height: 47px;
  }
  .service-mark b {
    font-size: 10px;
  }
  .price-service-heading {
    margin-top: 25px;
  }
  .price-service-heading .price-type {
    font-size: 20px;
  }
  .digital-service-heading {
    margin-top: 24px;
  }
  .section-service-heading {
    align-items: center;
  }
  .portfolio-orbit:before {
    width: 105vw;
    height: 40vw;
  }
.portfolio-project {
    width: min(480px, 74vw);
  }
}

/* Catálogo Touch interactivo · escenas de uso 2026-08-17 */
.touch-demo {
  border-radius: clamp(28px, 4vw, 58px);
  overflow: hidden;
  box-shadow: 0 34px 90px #05020e73;
}
.touch-demo:before,
.touch-demo .device-aura {
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  filter: none;
  transform: none;
  background-position: center;
  background-size: cover;
}
.touch-demo:before {
  background-image:
    linear-gradient(90deg, #09051063 0%, transparent 42%, #09051021 100%),
    url("/touch-fashion-scene.webp");
  box-shadow: inset 0 0 0 1px #ffffff66;
}
.touch-demo .device-aura {
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  background-image:
    linear-gradient(90deg, #130a0566 0%, transparent 45%, #130a052e 100%),
    url("/touch-foodtruck-scene.webp");
  transition: opacity 0.9s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.touch-demo:has(.totem-real-scroll.is-step-2) .device-aura,
.touch-demo:has(.totem-real-scroll.is-step-3) .device-aura {
  opacity: 1;
}
.totem-real-scroll {
  z-index: 5;
}
.totem-real-rotor {
  width: min(53%, 380px);
  transform: translateY(2%);
}
.totem-real-product,
.totem-real-scroll.is-step-1 .totem-real-product,
.totem-real-scroll.is-step-2 .totem-real-product,
.totem-real-scroll.is-step-3 .totem-real-product {
  transform: rotateY(0deg) scale(1.18);
  filter: drop-shadow(0 34px 30px #05020e80);
}
.totem-real-back {
  display: none;
}
.totem-real-screen {
  background: #f3eee6;
}
.catalog-frame,
.totem-real-scroll.is-step-2 .catalog-frame,
.totem-real-scroll.is-step-3 .catalog-frame {
  opacity: 0;
  animation: none;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.55s ease;
}
.totem-real-scroll.is-step-0 .catalog-frame-one,
.totem-real-scroll.is-step-1 .catalog-frame-two {
  opacity: 1;
  animation: touchFashionFlow 7s ease-in-out infinite alternate;
}
.totem-real-scroll.is-step-2 .catalog-frame-three,
.totem-real-scroll.is-step-3 .catalog-frame-three {
  opacity: 1;
  background: #fff5e8;
  animation: touchOrderFlow 6s ease-in-out infinite alternate;
}
.totem-real-caption {
  color: #17101f;
  right: 4%;
  bottom: 4%;
  max-width: 290px;
  background: #fffffff0;
}
.totem-real-caption > span {
  font-size: 0;
}
.totem-real-caption > span:after {
  content: "TOUCH";
  font-size: 7px;
}
@keyframes touchFashionFlow {
  from { transform: translateY(7%) scale(1.08); }
  to { transform: translateY(-7%) scale(1.08); }
}
@keyframes touchOrderFlow {
  from { transform: translateY(-9%) scale(1.1); }
  to { transform: translateY(9%) scale(1.1); }
}
@media (width<=740px) {
  .touch-demo {
    border-radius: 26px;
  }
  .touch-demo:before,
  .touch-demo .device-aura {
    width: 100%;
    height: 100%;
  }
  .totem-real-rotor {
    width: min(48%, 225px);
    transform: translateY(1%);
  }
  .totem-real-product,
  .totem-real-scroll.is-step-1 .totem-real-product,
  .totem-real-scroll.is-step-2 .totem-real-product,
  .totem-real-scroll.is-step-3 .totem-real-product {
    transform: rotateY(0deg) scale(1.05);
  }
  .totem-real-caption {
    right: 7px;
    bottom: 7px;
    padding: 7px 9px 7px 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-frame,
  .totem-real-scroll.is-step-2 .catalog-frame,
  .totem-real-scroll.is-step-3 .catalog-frame {
    animation: none;
    transform: none;
  }
}
.automation-pricing {
  background:
    radial-gradient(circle at 88% 12%, #6e43f538, #0000 34%),
    linear-gradient(125deg, #ffffff0b, #6e43f517);
  border: 1px solid #a995ff42;
  border-radius: 32px;
  grid-template-columns: 1fr 0.8fr;
  gap: 58px;
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 48px;
  scroll-margin-top: 90px;
  display: grid;
}
.automation-pricing-copy h3 {
  letter-spacing: -0.052em;
  margin: 14px 0 18px;
  font-size: clamp(38px, 4vw, 57px);
  font-weight: 520;
  line-height: 0.98;
}
.automation-pricing-copy h3 em {
  color: #a795ff;
  font-family: Georgia, serif;
  font-weight: 400;
}
.automation-pricing-copy > p {
  color: #ffffff8f;
  max-width: 590px;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.automation-price {
  border-left: 3px solid var(--lime);
  background: #d9ff620e;
  border-radius: 0 16px 16px 0;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 3px 15px;
  margin: 25px 0 22px;
  padding: 19px 21px;
  display: grid;
}
.automation-price small {
  color: #ffffff6b;
  letter-spacing: 0.15em;
  grid-column: 1/-1;
  font-size: 7px;
  font-weight: 830;
}
.automation-price strong {
  color: var(--lime);
  letter-spacing: -0.055em;
  font-size: clamp(35px, 3.4vw, 48px);
}
.automation-price span {
  color: #ffffff7a;
  font-size: 9px;
  line-height: 1.45;
}
.automation-pricing-copy ul {
  gap: 9px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  display: grid;
}
.automation-pricing-copy li {
  color: #ffffffb0;
  padding-left: 18px;
  font-size: 9.5px;
  line-height: 1.45;
  position: relative;
}
.automation-pricing-copy li:before {
  content: "✓";
  color: #aa9cff;
  position: absolute;
  left: 0;
}
.automation-pricing-copy > a {
  color: #172000;
  background: var(--lime);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: min(390px, 100%);
  padding: 15px 18px;
  font-size: 10px;
  font-weight: 790;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
}
.automation-pricing-copy > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px #d9ff622e;
}
.token-guide {
  background: #05040a61;
  border: 1px solid #ffffff1f;
  border-radius: 24px;
  align-self: center;
  padding: 26px;
  box-shadow: 0 24px 55px #0000002e;
}
.token-guide header {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-bottom: 17px;
  display: flex;
}
.token-guide header span {
  color: #b9abff;
  letter-spacing: 0.14em;
  font-size: 8px;
  font-weight: 850;
}
.token-guide header b {
  color: #172000;
  background: var(--lime);
  letter-spacing: 0.06em;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 7px;
}
.token-guide > p {
  color: #ffffff8c;
  margin: 18px 0;
  font-size: 9.5px;
  line-height: 1.65;
}
.token-example {
  background: #a995ff0e;
  border: 1px solid #a995ff29;
  border-radius: 15px;
  gap: 5px;
  margin-top: 9px;
  padding: 16px;
  display: grid;
}
.token-example span {
  color: #ffffff70;
  letter-spacing: 0.13em;
  font-size: 7px;
  font-weight: 820;
}
.token-example strong {
  color: #fff;
  letter-spacing: -0.035em;
  font-size: 20px;
}
.token-example small {
  color: #ffffff75;
  font-size: 8px;
  line-height: 1.5;
}
.token-monthly {
  background: #ffffff06;
  border-left: 2px solid #aa9cff;
  gap: 7px;
  margin-top: 15px;
  padding: 16px;
  display: grid;
}
.token-monthly b {
  color: #c4b9ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 8px;
}
.token-monthly span {
  color: #fff9;
  font-size: 8.5px;
  line-height: 1.4;
}
.token-disclaimer {
  color: #ffffff4a;
  margin-top: 14px;
  font-size: 7px;
  line-height: 1.5;
  display: block;
}
@media (width<=1050px) {
  .automation-pricing {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (width<=740px) {
  .automation-pricing {
    border-radius: 27px;
    margin-top: 18px;
    padding: 29px 21px;
  }
  .automation-pricing-copy h3 {
    font-size: 38px;
  }
  .automation-price {
    grid-template-columns: 1fr;
  }
  .automation-price strong {
    font-size: 38px;
  }
  .token-guide {
    padding: 20px;
  }
  .token-guide header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cinematic-hero {
  height: 365vh;
}
.hero-scroll-instruction {
  z-index: 10;
  color: #ffffff9e;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  font-weight: 720;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: clamp(24px, 4.6vw, 78px);
}
.hero-scroll-instruction i {
  width: 28px;
  height: 28px;
  color: var(--lime);
  border: 1px solid #ffffff40;
  border-radius: 50%;
  place-items: center;
  font-style: normal;
  animation: 1.55s ease-in-out infinite heroScrollInvite;
  display: grid;
}
@keyframes heroScrollInvite {
  50% {
    border-color: #d9ff628c;
    transform: translateY(4px);
    box-shadow: 0 0 17px #d9ff6221;
  }
}
.portfolio-story {
  height: auto;
  min-height: 100svh;
}
.portfolio-sticky {
  grid-template-rows: auto minmax(345px, 1fr) 48px auto;
  height: auto;
  min-height: 880px;
  position: relative;
  top: auto;
}
.portfolio-orbit {
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.portfolio-orbit:active {
  cursor: grabbing;
}
.portfolio-arrows {
  z-index: 10;
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
  position: relative;
}
.portfolio-arrows p {
  color: #ffffff61;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
  font-size: 7px;
  font-weight: 760;
}
.portfolio-arrows button {
  color: #fff;
  cursor: pointer;
  background: #ffffff0b;
  border: 1px solid #ffffff2b;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
  display: grid;
}
.portfolio-arrows button:hover {
  transform: translateX(var(--arrow-shift, 0));
  border-color: var(--lime);
  color: #182000;
  background: var(--lime);
}
.portfolio-arrows button:first-child {
  --arrow-shift: -4px;
}
.portfolio-arrows button:last-child {
  --arrow-shift: 4px;
}
.touch-sticky {
  touch-action: pan-y;
  grid-template-columns: minmax(0, 0.78fr) minmax(470px, 1.22fr);
  gap: clamp(30px, 5vw, 88px);
  height: auto;
  min-height: 840px;
  padding: 88px clamp(24px, 6vw, 96px) 54px;
  position: relative;
  top: auto;
}
.touch-copy-stack {
  perspective: 1100px;
  min-height: 430px;
}
.touch-copy-step {
  transform-origin: 100%;
  filter: blur(7px);
  transition:
    opacity 0.34s,
    transform 0.46s cubic-bezier(0.18, 0.82, 0.2, 1),
    filter 0.34s;
  transform: perspective(900px) translate(-46px) rotateY(-24deg);
}
.touch-copy-step h2 {
  max-width: 610px;
  font-size: clamp(42px, 4.6vw, 70px);
}
.touch-copy-step p {
  max-width: 565px;
  font-size: clamp(13px, 1.2vw, 16px);
}
.touch-carousel-nav {
  align-items: center;
  gap: 14px;
  margin-top: auto;
  display: flex;
}
.touch-carousel-nav > button {
  color: #fff;
  cursor: pointer;
  background: #ffffff0e;
  border: 1px solid #fff3;
  border-radius: 50%;
  flex: 0 0 39px;
  place-items: center;
  width: 39px;
  height: 39px;
  transition: all 0.28s;
  display: grid;
}
.touch-carousel-nav > button:hover {
  color: #182000;
  border-color: var(--lime);
  background: var(--lime);
  transform: scale(1.08);
}
.touch-stepper {
  align-items: center;
  gap: 7px;
  margin: 0;
  display: flex;
  position: static;
}
.touch-stepper button {
  color: #ffffff59;
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  font-size: 7px;
  transition:
    color 0.3s,
    background 0.3s;
  display: flex;
}
.touch-stepper button i {
  border: 1px solid #fff6;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: all 0.3s;
}
.touch-stepper button.is-active {
  color: #fff;
  background: #ffffff12;
}
.touch-stepper button.is-active i {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
  transform: scale(1.35);
}
.touch-swipe-hint {
  color: #ffffff59;
  letter-spacing: 0.06em;
  margin: 13px 0 0;
  font-size: 8px;
}
.touch-swipe-hint span {
  color: var(--lime);
}
.touch-demo {
  height: 720px;
  min-height: 620px;
  overflow: visible;
}
.touch-demo .device-aura {
  width: min(52vw, 680px);
}
.touch-hero-device {
  --device-scale: 1.13;
  width: 310px;
  height: 594px;
  transform: perspective(1200px) rotateY(-2deg) scale(var(--device-scale));
  filter: drop-shadow(0 48px 68px #0401128f);
  animation: 5.5s ease-in-out infinite totemHeroFloat;
}
.touch-loop-screen {
  background: #08070d;
  inset: 5px;
}
.touch-loop-screen video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.touch-video-badge {
  z-index: 3;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: 0.1em;
  background: #07050da3;
  border: 1px solid #fff3;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  font-size: 5.5px;
  font-weight: 790;
  display: flex;
  position: absolute;
  bottom: 11px;
  left: 11px;
  right: 11px;
}
.touch-video-badge i {
  background: var(--lime);
  width: 5px;
  height: 5px;
  box-shadow: 0 0 10px var(--lime);
  border-radius: 50%;
  animation: 1.3s ease-in-out infinite liveDot;
}
.touch-device-proof {
  z-index: 8;
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #0c081cab;
  border: 1px solid #d9ff6245;
  border-radius: 14px;
  gap: 2px;
  padding: 13px 15px;
  display: grid;
  position: absolute;
  bottom: 13%;
  right: 3%;
  box-shadow: 0 17px 40px #00000038;
}
.touch-device-proof strong {
  color: var(--lime);
  font-size: 12px;
}
.touch-device-proof span {
  color: #ffffff94;
  font-size: 8px;
}
@keyframes totemHeroFloat {
  0%,
  to {
    transform: perspective(1200px) rotateY(-2deg) translateY(0)
      scale(var(--device-scale));
  }
  50% {
    transform: perspective(1200px) rotateY(2deg) translateY(-10px)
      scale(var(--device-scale));
  }
}
@keyframes liveDot {
  50% {
    opacity: 0.35;
    transform: scale(0.72);
  }
}
.pricing-section {
  padding-top: 96px;
}
.pricing-heading {
  margin-bottom: 38px;
}
.price-card,
.price-card-featured {
  min-height: 525px;
  padding: 27px;
}
.price-type {
  margin-top: 31px;
}
.price-description {
  min-height: 64px;
  margin-block: 15px 18px;
}
.price-value {
  padding: 16px 0;
}
.price-details {
  border-top: 1px solid #ffffff17;
  border-bottom: 1px solid #ffffff17;
  margin: 15px 0 18px;
}
.price-details summary {
  color: #ffffffc2;
  letter-spacing: 0.05em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 13px 1px;
  font-size: 9px;
  font-weight: 760;
  list-style: none;
  display: flex;
}
.price-details summary::-webkit-details-marker {
  display: none;
}
.price-details summary span {
  color: #cfc5ff;
  border: 1px solid #a995ff4d;
  border-radius: 50%;
  place-items: center;
  width: 23px;
  height: 23px;
  transition:
    transform 0.3s,
    background 0.3s;
  display: grid;
}
.price-details[open] summary span {
  color: #182000;
  background: var(--lime);
  border-color: var(--lime);
  transform: rotate(45deg);
}
.price-details > div {
  animation: 0.35s priceDetailsIn;
}
.price-details ul {
  margin-top: 7px;
  margin-bottom: 20px;
}
.price-details .plan-external-note {
  margin: 0 0 16px;
}
@keyframes priceDetailsIn {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@media (width<=1050px) {
  .hero-scroll-instruction {
    left: 22px;
  }
  .touch-sticky {
    grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
  }
  .touch-hero-device {
    --device-scale: 0.98;
  }
  .price-card-featured {
    min-height: 525px;
  }
}
@media (width<=740px) {
  .cinematic-hero {
    height: 330vh;
  }
  .hero-scroll-instruction {
    white-space: nowrap;
    font-size: 7px;
    bottom: 65px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }
  .hero-scroll-instruction i {
    width: 23px;
    height: 23px;
  }
  .portfolio-story {
    min-height: 760px;
  }
  .portfolio-sticky {
    grid-template-rows: auto minmax(250px, 1fr) 42px auto;
    min-height: 760px;
    padding: 75px 15px 18px;
  }
  .portfolio-project {
    width: min(459px, 69.7vw);
  }
  .portfolio-arrows {
    gap: 9px;
  }
  .portfolio-arrows p {
    font-size: 6px;
  }
  .portfolio-arrows button {
    width: 31px;
    height: 31px;
  }
  .portfolio-controls {
    display: none;
  }
  .touch-story {
    min-height: 0;
  }
  .touch-sticky {
    grid-template-rows: 430px 440px;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 920px;
    padding: 60px 16px 24px;
    display: grid;
  }
  .touch-story-copy {
    height: 430px;
    min-height: 0;
  }
  .touch-product-kicker {
    top: 0;
  }
  .touch-copy-stack {
    height: 325px;
    min-height: 325px;
  }
  .touch-copy-step {
    justify-content: flex-start;
    padding-top: 36px;
    transform: perspective(700px) translate(-30px) rotateY(-20deg);
  }
  .touch-copy-step h2 {
    max-width: 96%;
    font-size: clamp(32px, 9.5vw, 43px);
  }
  .touch-copy-step p {
    max-width: 97%;
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.45;
  }
  .touch-benefits {
    margin-top: 12px;
  }
  .touch-carousel-nav {
    gap: 7px;
  }
  .touch-carousel-nav > button {
    flex-basis: 33px;
    width: 33px;
    height: 33px;
  }
  .touch-stepper {
    gap: 2px;
  }
  .touch-stepper button {
    padding: 6px 5px;
    font-size: 0;
  }
  .touch-stepper button i {
    width: 7px;
    height: 7px;
  }
  .touch-swipe-hint {
    margin-top: 9px;
    font-size: 6.5px;
  }
  .touch-demo {
    place-items: start center;
    height: 440px;
    min-height: 0;
  }
  .touch-demo .device-aura {
    width: 96vw;
    top: -18%;
  }
  .touch-hero-device {
    --device-scale: 0.68;
    transform-origin: top;
    margin-left: -155px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .touch-device-proof {
    padding: 10px 11px;
    bottom: 24px;
    right: 5px;
  }
  @keyframes totemHeroFloat {
    0%,
    to {
      transform: perspective(1200px) rotateY(-2deg) translateY(0)
        scale(var(--device-scale));
    }
    50% {
      transform: perspective(1200px) rotateY(2deg) translateY(-7px)
        scale(var(--device-scale));
    }
  }
  .pricing-section {
    padding-top: 76px;
  }
  .price-card,
  .price-card-featured {
    min-height: 0;
  }
  .price-details {
    margin-bottom: 17px;
  }
}
.touch-story {
  height: 365vh;
  min-height: 0;
}
.touch-sticky {
  grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
  height: 100svh;
  min-height: 650px;
  padding-top: 64px;
  padding-bottom: 26px;
  position: sticky;
  top: 0;
}
.touch-story-copy {
  min-height: min(620px, 100svh - 86px);
}
.touch-copy-stack {
  min-height: 410px;
}
.touch-copy-step {
  transform-origin: bottom;
  transform: perspective(900px) translateY(34px) rotateX(-7deg);
}
.touch-copy-step.is-active {
  transform: perspective(900px) translateY(0) rotateX(0);
}
.touch-swipe-hint {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}
.touch-swipe-hint span {
  border: 1px solid #d9ff6252;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  animation: 1.4s ease-in-out infinite scrollHint;
  display: grid;
}
.touch-demo {
  height: min(710px, 100svh - 46px);
  min-height: 580px;
}
.touch-hero-device {
  animation: 5.8s ease-in-out infinite totemScrollFloat;
}
.touch-loop-screen {
  color: #18151d;
  background: #f6f2ec;
  inset: 5px;
  overflow: hidden;
}
.touch-shop-bar {
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff0;
  border-bottom: 1px solid #18151d17;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 7px;
  height: 35px;
  padding: 0 12px;
  display: grid;
  position: absolute;
  inset: 0 0 auto;
}
.touch-shop-bar b {
  letter-spacing: -0.05em;
  font-size: 10px;
}
.touch-shop-bar span {
  color: #928b93;
  letter-spacing: 0.14em;
  font-size: 5px;
  font-weight: 750;
}
.touch-shop-bar i {
  border: 1px solid #ded8df;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 8px;
  font-style: normal;
  display: grid;
}
.touch-catalog-viewport {
  background: #f3efe8;
  position: absolute;
  inset: 35px 0 27px;
  overflow: hidden;
}
.touch-catalog-scene {
  opacity: 0;
  filter: blur(4px);
  pointer-events: none;
  transition:
    opacity 0.34s,
    transform 0.46s cubic-bezier(0.18, 0.82, 0.2, 1),
    filter 0.34s;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translateY(42px) scale(0.97);
}
.touch-catalog-scene.is-active {
  opacity: 1;
  filter: blur();
  pointer-events: auto;
  transform: translate(0) scale(1);
}
.touch-catalog-scene.is-before {
  opacity: 0;
  transform: translateY(-48px) scale(0.97);
}
.touch-catalog-status {
  z-index: 25;
  color: #ffffffa3;
  letter-spacing: 0.11em;
  background: #17131f;
  justify-content: space-between;
  align-items: center;
  height: 27px;
  padding: 0 11px;
  font-size: 5px;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}
.touch-catalog-status b {
  color: var(--lime);
  font-size: 6px;
}
.touch-storefront {
  color: #fff;
  background:
    radial-gradient(circle at 77% 19%, #ffcaa861, #0000 28%),
    linear-gradient(145deg, #26162b, #754052 58%, #b66c68);
  padding: 27px 18px 15px;
}
.touch-storefront:after {
  content: "";
  background: linear-gradient(145deg, #e8bca3, #9b5c50 49%, #5a3040 50%);
  border-radius: 54% 54% 18% 18%;
  width: 135px;
  height: 230px;
  position: absolute;
  bottom: 22px;
  right: -12px;
  transform: rotate(-8deg);
  box-shadow: inset -18px -7px 25px #2f121f40;
}
.touch-storefront > small {
  z-index: 2;
  color: #ffffffa6;
  letter-spacing: 0.18em;
  font-size: 5px;
  font-weight: 800;
  position: relative;
}
.touch-storefront h3 {
  z-index: 2;
  letter-spacing: -0.05em;
  max-width: 165px;
  margin: 11px 0 17px;
  font:
    400 29px/0.94 Georgia,
    serif;
  position: relative;
}
.touch-storefront h3 em {
  color: #ecffac;
}
.touch-storefront button {
  z-index: 3;
  color: #17131f;
  background: var(--lime);
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 6px;
  font-weight: 800;
  position: relative;
}
.storefront-products {
  z-index: 4;
  gap: 5px;
  display: flex;
  position: absolute;
  bottom: 17px;
  left: 17px;
}
.storefront-products i {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff1f;
  border: 1px solid #ffffff2e;
  border-radius: 5px;
  width: 34px;
  height: 44px;
}
.storefront-products i:after {
  content: "";
  background: #e4b093;
  border-radius: 7px 7px 3px 3px;
  width: 17px;
  height: 29px;
  margin: 7px auto;
  display: block;
}
.storefront-products i:nth-child(2):after {
  background: #d4d8b3;
}
.storefront-products i:nth-child(3):after {
  background: #c1a5d6;
}
.touch-categories {
  background: #f5f1ea;
  padding: 20px 15px 13px;
}
.touch-categories header small {
  color: #8a7e78;
  letter-spacing: 0.16em;
  font-size: 5px;
  font-weight: 800;
}
.touch-categories header h3 {
  letter-spacing: -0.035em;
  margin: 5px 0 13px;
  font:
    400 21px Georgia,
    serif;
}
.touch-category-grid {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  display: grid;
}
.touch-category-grid > div {
  background: #e6d6ca;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-end;
  height: 119px;
  padding: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.touch-category-grid > div:nth-child(2) {
  background: #ded9cb;
}
.touch-category-grid > div:nth-child(3) {
  background: #d9d4df;
}
.touch-category-grid > div:nth-child(4) {
  background: #d1dae0;
}
.touch-category-grid b {
  z-index: 2;
  font-size: 7px;
  position: relative;
}
.touch-category-grid span {
  z-index: 2;
  color: #756f74;
  margin-top: 2px;
  font-size: 5px;
  position: relative;
}
.product-shape {
  background: #955c4a;
  border-radius: 16px 16px 6px 6px;
  width: 46px;
  height: 65px;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: inset -8px -4px 12px #32191426;
}
.product-shape.bag {
  background: #7e8069;
  border-radius: 8px 8px 13px 13px;
  height: 48px;
  top: 22px;
}
.product-shape.bag:before {
  content: "";
  border: 3px solid #7e8069;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  width: 22px;
  height: 18px;
  position: absolute;
  top: -12px;
  left: 11px;
}
.product-shape.lamp {
  background: #9b779e;
  border-radius: 50% 50% 8px 8px;
  width: 52px;
  height: 40px;
  top: 18px;
}
.product-shape.lamp:after {
  content: "";
  background: #775e79;
  width: 4px;
  height: 25px;
  position: absolute;
  top: 38px;
  left: 24px;
}
.product-shape.phone {
  background: linear-gradient(145deg, #9ec8d7, #4d6675);
  border: 3px solid #4e6570;
  border-radius: 7px;
  width: 36px;
  height: 66px;
}
.touch-categories > p {
  color: #8a8088;
  letter-spacing: 0.08em;
  justify-content: center;
  gap: 10px;
  margin: 9px 0 0;
  font-size: 5px;
  display: flex;
}
.touch-categories > p span {
  color: #6e43f5;
}
.touch-product-detail {
  background: #f5f1eb;
  grid-template-rows: 53% 47%;
  display: grid;
}
.touch-product-photo {
  background: radial-gradient(circle at 50% 30%, #e8c4ad, #c98263 65%, #91523e);
  position: relative;
  overflow: hidden;
}
.touch-product-photo > i {
  background: linear-gradient(105deg, #6d3e32, #c77d5d 51%, #8d4f3c 52%);
  border-radius: 34% 34% 7% 7%;
  width: 45%;
  height: 94%;
  position: absolute;
  bottom: -16%;
  left: 28%;
  transform: rotate(2deg);
  box-shadow: inset -14px 0 22px #391b1438;
}
.touch-product-photo > span {
  color: #1e2708;
  background: var(--lime);
  letter-spacing: 0.09em;
  border-radius: 99px;
  padding: 5px 8px;
  font-size: 5px;
  font-weight: 850;
  position: absolute;
  top: 12px;
  left: 12px;
}
.touch-product-info {
  padding: 12px 15px;
}
.touch-product-info > small {
  color: #8b7f78;
  letter-spacing: 0.15em;
  font-size: 4.5px;
}
.touch-product-info h3 {
  margin: 3px 0 2px;
  font:
    400 19px Georgia,
    serif;
}
.touch-product-info p {
  color: #8a8287;
  margin: 0;
  font-size: 5px;
}
.touch-product-info strong {
  margin-top: 7px;
  font-size: 10px;
  display: block;
}
.touch-product-info label {
  color: #8d858a;
  letter-spacing: 0.1em;
  margin-top: 6px;
  font-size: 4.5px;
  font-weight: 750;
  display: block;
}
.touch-product-info > div {
  gap: 5px;
  margin-top: 4px;
  display: flex;
}
.touch-product-info > div i {
  background: #a45f48;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 1px #b9afb3;
}
.touch-product-info > div i:nth-child(2) {
  background: #65715a;
}
.touch-product-info > div i:nth-child(3) {
  background: #54445e;
}
.touch-product-info button {
  color: #fff;
  background: #17131f;
  border: 0;
  border-radius: 99px;
  padding: 8px 10px;
  font-size: 5px;
  font-weight: 780;
  position: absolute;
  bottom: 13px;
  right: 14px;
}
.touch-conversion {
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 50% 25%, #563a8b, #1c132e 62%, #100b1c);
  flex-direction: column;
  align-items: center;
  padding: 28px 22px 18px;
  display: flex;
}
.conversion-check {
  color: #172000;
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 39px;
  height: 39px;
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 0 25px #d9ff6238;
}
.touch-conversion > small {
  color: #ffffff8c;
  letter-spacing: 0.15em;
  font-size: 5px;
  font-weight: 800;
}
.touch-conversion h3 {
  margin: 7px 0;
  font:
    400 24px/1.02 Georgia,
    serif;
}
.touch-conversion p {
  color: #ffffff94;
  max-width: 190px;
  margin: 0;
  font-size: 6px;
  line-height: 1.5;
}
.mock-qr {
  background: #fff;
  border-radius: 6px;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 72px;
  height: 72px;
  margin: 14px 0 12px;
  padding: 6px;
  display: grid;
}
.mock-qr i {
  background: #17131f;
}
.mock-qr i:nth-child(2),
.mock-qr i:nth-child(6) {
  background: repeating-linear-gradient(45deg, #17131f 0 3px, #fff 3px 6px);
}
.touch-conversion button {
  color: #172000;
  background: var(--lime);
  border: 0;
  border-radius: 99px;
  width: 100%;
  padding: 10px;
  font-size: 6px;
  font-weight: 820;
}
@keyframes totemScrollFloat {
  0%,
  to {
    transform: perspective(1200px) rotateY(-2deg) translateY(0)
      scale(var(--device-scale));
  }
  50% {
    transform: perspective(1200px) rotateY(1deg) translateY(-6px)
      scale(var(--device-scale));
  }
}
@media (width<=1050px) {
  .touch-sticky {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 20px;
    padding-inline: 28px;
  }
  .touch-copy-step h2 {
    font-size: clamp(37px, 4.6vw, 54px);
  }
}
@media (width<=740px) {
  .touch-story {
    height: 350vh;
  }
  .touch-sticky {
    height: 100svh;
    min-height: 0;
    padding: max(19px, env(safe-area-inset-top)) 14px
      max(7px, env(safe-area-inset-bottom));
    grid-template-rows: minmax(270px, 43%) minmax(0, 57%);
    grid-template-columns: 1fr;
    gap: 0;
    position: sticky;
    top: 0;
  }
  .touch-story-copy {
    height: 100%;
    min-height: 0;
  }
  .touch-copy-stack {
    height: calc(100% - 26px);
    min-height: 0;
  }
  .touch-copy-step {
    justify-content: flex-start;
    padding-top: 30px;
    transform: translateY(24px);
  }
  .touch-copy-step h2 {
    max-width: 96%;
    font-size: clamp(27px, 8.4vw, 37px);
  }
  .touch-copy-step p {
    max-width: 98%;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.38;
  }
  .touch-benefits {
    margin-top: 8px;
  }
  .touch-benefits span {
    padding: 5px 7px;
    font-size: 6px;
  }
  .touch-carousel-nav {
    gap: 3px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .touch-carousel-nav > button {
    display: none;
  }
  .touch-swipe-hint {
    margin: 0;
    font-size: 6px;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  .touch-demo {
    place-items: start center;
    height: 100%;
    min-height: 0;
  }
  .touch-demo .device-aura {
    width: 92vw;
    top: -25%;
  }
  .touch-hero-device {
    --device-scale: 0.58;
    transform-origin: top;
    margin-left: -155px;
    position: absolute;
    top: -2px;
    left: 50%;
  }
  .touch-device-proof {
    padding: 8px 10px;
    bottom: 7px;
    right: 2px;
  }
  .touch-device-proof strong {
    font-size: 9px;
  }
  .touch-device-proof span {
    font-size: 6px;
  }
  @keyframes totemScrollFloat {
    0%,
    to {
      transform: perspective(1200px) rotateY(-2deg) translateY(0)
        scale(var(--device-scale));
    }
    50% {
      transform: perspective(1200px) rotateY(1deg) translateY(-4px)
        scale(var(--device-scale));
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .touch-catalog-scene,
  .touch-copy-step {
    transition-duration: 0.01ms;
  }
  .touch-hero-device {
    animation: none;
  }
}
.parallax-panel {
  will-change: auto;
  transition: none;
  transform: none;
}
.touch-story {
  background: #100b20;
  height: 300vh;
}
.touch-sticky {
  touch-action: pan-y;
  overscroll-behavior-x: none;
  background:
    radial-gradient(circle at 24% 48%, #6e43f53b, #0000 36%),
    linear-gradient(118deg, #0c0818 0%, #17102d 50%, #21164a 100%);
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
}
.touch-demo {
  isolation: isolate;
  touch-action: pan-y;
}
.touch-demo:before {
  content: "";
  z-index: 0;
  background:
    radial-gradient(circle at 72% 24%, #d9ff629e, #0000 24%),
    radial-gradient(circle at 24% 78%, #ff80b847, #0000 30%),
    linear-gradient(145deg, #fbf9ff 0%, #ded5ff 54%, #b9a6ff 100%);
  border: 1px solid #ffffffb8;
  border-radius: clamp(34px, 5vw, 72px);
  width: min(95%, 720px);
  height: 88%;
  position: absolute;
  box-shadow:
    inset 0 1px #fffffff2,
    0 35px 90px #04020e52;
}
.touch-demo .device-aura {
  z-index: 1;
  filter: none;
  background: radial-gradient(circle, #6e43f533, #6e43f50d 48%, #0000 70%);
  width: min(48vw, 620px);
  transform: none;
}
.touch-demo .device-aura:after,
.touch-ambient i {
  animation: none;
}
.touch-hero-device {
  --device-scale: 1.23;
  transform: perspective(1200px) rotateY(-2deg) scale(var(--device-scale));
  filter: drop-shadow(0 42px 46px #0804126b);
  will-change: auto;
  animation: none;
}
.touch-copy-step {
  filter: none;
  will-change: opacity, transform;
  transition:
    opacity 0.24s linear,
    transform 0.3s cubic-bezier(0.2, 0.78, 0.2, 1);
  transform: translateY(24px);
}
.touch-copy-step.is-active {
  filter: none;
  transform: translate(0);
}
.touch-catalog-scene {
  filter: none;
  will-change: opacity, transform;
  transition:
    opacity 0.22s linear,
    transform 0.3s cubic-bezier(0.2, 0.78, 0.2, 1);
  transform: translateY(26px) scale(0.985);
}
.touch-catalog-scene.is-active {
  filter: none;
}
.touch-catalog-scene.is-before {
  transform: translateY(-28px) scale(0.985);
}
.touch-benefits span,
.touch-shop-bar,
.storefront-products i,
.touch-device-proof {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.touch-carousel-nav {
  gap: 0;
}
@media (width<=1050px) {
  .touch-sticky {
    grid-template-columns: minmax(0, 0.86fr) minmax(410px, 1.14fr);
  }
  .touch-hero-device {
    --device-scale: 1.08;
  }
}
@media (width<=740px) {
  .touch-story {
    height: 290vh;
  }
  .touch-sticky {
    background: linear-gradient(#100a21 0%, #1a1035 46%, #25174c 100%);
    grid-template-columns: 1fr;
  }
  .touch-demo:before {
    border-radius: 31px;
    width: calc(100% - 4px);
    height: 96%;
  }
  .touch-demo .device-aura {
    width: 94vw;
    top: -18%;
  }
  .touch-hero-device {
    --device-scale: 0.66;
    transform: perspective(1200px) rotateY(-2deg) scale(var(--device-scale));
    animation: none;
    top: 3px;
  }
  .touch-copy-step {
    transform: translateY(18px);
  }
}
.portfolio-project {
  transition:
    transform 0.62s cubic-bezier(0.16, 0.84, 0.23, 1),
    opacity 0.42s,
    filter 0.42s;
}
@media (width<=740px) {
  .portfolio-project {
    width: min(480px, 74vw);
  }
}

/* Tótem touch AIWA 32” · demostración realista por scroll */
.service-real-totem {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ece8e1;
}
.service-real-totem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
  transition: transform 0.65s cubic-bezier(0.16, 0.82, 0.22, 1);
}
.service-card:hover .service-real-totem img {
  transform: scale(1.035);
}
.service-real-totem:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, #07050fc7 100%);
  pointer-events: none;
}
.service-real-totem figcaption {
  z-index: 2;
  color: #fff;
  display: grid;
  gap: 3px;
  position: absolute;
  left: 22px;
  right: 72px;
  bottom: 19px;
}
.service-real-totem figcaption span {
  color: var(--lime);
  letter-spacing: 0.15em;
  font-size: 7px;
  font-weight: 850;
}
.service-real-totem figcaption b {
  letter-spacing: -0.025em;
  font-size: 13px;
  font-weight: 680;
}

.touch-story {
  height: 360vh;
}
.touch-sticky {
  grid-template-columns: minmax(0, 0.83fr) minmax(500px, 1.17fr);
  gap: clamp(26px, 4vw, 72px);
}
.touch-story-copy {
  align-self: center;
}
.touch-copy-stack {
  min-height: 372px;
}
.touch-specs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 4px 0 15px;
  display: grid;
}
.touch-specs span {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  background: #ffffff0b;
  display: grid;
  gap: 2px;
}
.touch-specs b {
  color: var(--lime);
  letter-spacing: -0.035em;
  font-size: 13px;
}
.touch-specs small {
  color: #ffffff83;
  font-size: 6.5px;
  line-height: 1.25;
}

.touch-demo {
  isolation: isolate;
  height: min(740px, 100svh - 34px);
  min-height: 600px;
  display: grid;
  place-items: center;
}
.touch-demo:before {
  width: min(95%, 760px);
  height: 92%;
  background:
    radial-gradient(circle at 72% 20%, #d9ff6285, transparent 23%),
    radial-gradient(circle at 18% 82%, #ff80b83b, transparent 27%),
    linear-gradient(145deg, #fff 0%, #f5f1ff 54%, #d7caff 100%);
}
.totem-3d-stage,
.totem-3d-controls,
.screen-turn-control {
  display: none !important;
}
.totem-real-scroll {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  perspective: 1500px;
}
.totem-real-rotor {
  width: min(54%, 390px);
  aspect-ratio: 340 / 866;
  position: relative;
  perspective: 1500px;
  transform: translateY(-1%);
}
.totem-real-product {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(0deg) scale(1.12);
  transform-origin: 50% 52%;
  transition: transform 1.08s cubic-bezier(0.18, 0.82, 0.18, 1);
  filter: drop-shadow(0 34px 30px #0b071d42);
}
.totem-real-scroll.is-step-1 .totem-real-product {
  transform: rotateY(180deg) scale(0.8);
}
.totem-real-scroll.is-step-2 .totem-real-product,
.totem-real-scroll.is-step-3 .totem-real-product {
  transform: rotateY(360deg) scale(0.82);
}
.totem-real-face {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  background: #fff;
}
.totem-real-front {
  transform: rotateY(0deg);
}
.totem-real-back {
  transform: rotateY(180deg);
}
.totem-real-shell {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.totem-real-screen {
  z-index: 4;
  position: absolute;
  top: 5.55%;
  left: 21.55%;
  width: 59.2%;
  height: 44.2%;
  overflow: hidden;
  border-radius: 1.5%;
  background: #071329;
  box-shadow: inset 0 0 0 1px #0009;
}
.catalog-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transform: translateY(8%);
}
.catalog-frame-one {
  opacity: 1;
  transform: translateY(0);
}
.catalog-frame-three {
  object-fit: contain;
  background: #f5f0e7;
}
.totem-real-scroll.is-step-2 .catalog-frame,
.totem-real-scroll.is-step-3 .catalog-frame {
  animation: catalogRealCycle 9s cubic-bezier(0.22, 0.74, 0.2, 1) infinite;
}
.totem-real-scroll.is-step-2 .catalog-frame-two,
.totem-real-scroll.is-step-3 .catalog-frame-two {
  animation-delay: 3s;
}
.totem-real-scroll.is-step-2 .catalog-frame-three,
.totem-real-scroll.is-step-3 .catalog-frame-three {
  animation-delay: 6s;
}
.totem-real-caption {
  z-index: 8;
  color: #16101f;
  align-items: center;
  gap: 10px;
  padding: 9px 13px 9px 9px;
  border: 1px solid #ffffffd6;
  border-radius: 999px;
  background: #ffffffdd;
  display: flex;
  position: absolute;
  right: 5.5%;
  bottom: 8%;
  box-shadow: 0 14px 34px #170d2c2b;
}
.totem-real-caption > span {
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--violet);
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 850;
}
.totem-real-caption p {
  margin: 0;
  display: grid;
  gap: 1px;
}
.totem-real-caption b {
  font-size: 10px;
}
.totem-real-caption small {
  color: #6d6673;
  font-size: 6px;
}
.touch-device-proof {
  display: none;
}

@keyframes catalogRealCycle {
  0%,
  28% {
    opacity: 1;
    transform: translateY(0);
  }
  34%,
  100% {
    opacity: 0;
    transform: translateY(-7%);
  }
}

@media (width<=1050px) {
  .touch-sticky {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 16px;
    padding-inline: 24px;
  }
  .totem-real-rotor {
    width: min(56%, 350px);
  }
  .touch-copy-stack {
    min-height: 350px;
  }
}

@media (width<=740px) {
  .touch-story {
    height: 380vh;
  }
  .touch-sticky {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(290px, 48%) minmax(0, 52%);
    gap: 0;
    padding: max(15px, env(safe-area-inset-top)) 12px
      max(6px, env(safe-area-inset-bottom));
  }
  .touch-story-copy {
    position: relative;
  }
  .touch-copy-stack {
    height: calc(100% - 56px);
    min-height: 0;
  }
  .touch-copy-step {
    padding-top: 28px;
  }
  .touch-copy-step h2 {
    font-size: clamp(25px, 7.8vw, 34px);
  }
  .touch-copy-step p {
    max-width: 96%;
    font-size: 9px;
    line-height: 1.38;
  }
  .touch-benefits {
    margin-top: 7px;
  }
  .touch-specs {
    z-index: 4;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
  }
  .touch-specs span {
    padding: 5px 4px;
    border-radius: 8px;
  }
  .touch-specs b {
    font-size: 8px;
  }
  .touch-specs small {
    font-size: 4.6px;
  }
  .touch-swipe-hint {
    bottom: 0;
  }
  .touch-demo {
    height: 100%;
    min-height: 0;
  }
  .touch-demo:before {
    width: calc(100% - 2px);
    height: 97%;
    border-radius: 28px;
  }
  .totem-real-rotor {
    width: min(42%, 230px);
    max-height: 96%;
    transform: translateY(-1%);
  }
  .totem-real-product {
    transform: rotateY(0deg) scale(1.06);
  }
  .totem-real-scroll.is-step-1 .totem-real-product {
    transform: rotateY(180deg) scale(0.8);
  }
  .totem-real-scroll.is-step-2 .totem-real-product,
  .totem-real-scroll.is-step-3 .totem-real-product {
    transform: rotateY(360deg) scale(0.83);
  }
  .totem-real-caption {
    right: 4%;
    bottom: 5%;
    padding: 6px 9px 6px 6px;
  }
  .totem-real-caption > span {
    width: 28px;
    height: 28px;
    font-size: 7px;
  }
  .totem-real-caption b {
    font-size: 8px;
  }
  .totem-real-caption small {
    max-width: 126px;
    font-size: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .totem-real-product {
    transition-duration: 0.01ms;
  }
  .totem-real-scroll.is-step-2 .catalog-frame,
  .totem-real-scroll.is-step-3 .catalog-frame {
    animation: none;
  }
  .totem-real-scroll.is-step-2 .catalog-frame-one,
  .totem-real-scroll.is-step-3 .catalog-frame-one {
    opacity: 1;
    transform: none;
  }
}

/* Final scene overrides */
.touch-demo {
  border-radius: clamp(28px, 4vw, 58px);
  overflow: hidden;
  box-shadow: 0 34px 90px #05020e73;
}
.touch-demo:before,
.touch-demo .device-aura {
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  filter: none;
  transform: none;
  background-position: center;
  background-size: cover;
}
.touch-demo:before {
  background-image: linear-gradient(90deg, #09051063, transparent 42%, #09051021), url("/touch-fashion-scene.webp");
  box-shadow: inset 0 0 0 1px #ffffff66;
}
.touch-demo .device-aura {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(90deg, #130a0566, transparent 45%, #130a052e), url("/touch-foodtruck-scene.webp");
  transition: opacity .9s cubic-bezier(.2,.75,.2,1);
}
.touch-demo:has(.totem-real-scroll.is-step-2) .device-aura,
.touch-demo:has(.totem-real-scroll.is-step-3) .device-aura { opacity: 1; }
.totem-real-rotor { width: min(53%, 380px); transform: translateY(2%); }
.totem-real-product,
.totem-real-scroll.is-step-1 .totem-real-product,
.totem-real-scroll.is-step-2 .totem-real-product,
.totem-real-scroll.is-step-3 .totem-real-product {
  transform: rotateY(0deg) scale(1.18);
  filter: drop-shadow(0 34px 30px #05020e80);
}
.totem-real-back { display: none; }
.totem-real-screen { background: #f3eee6; }
.catalog-frame,
.totem-real-scroll.is-step-2 .catalog-frame,
.totem-real-scroll.is-step-3 .catalog-frame {
  opacity: 0;
  animation: none;
  object-fit: cover;
  object-position: center top;
  transition: opacity .55s ease;
}
.totem-real-scroll.is-step-0 .catalog-frame-one,
.totem-real-scroll.is-step-1 .catalog-frame-two {
  opacity: 1;
  animation: touchFashionFlow 7s ease-in-out infinite alternate;
}
.totem-real-scroll.is-step-2 .catalog-frame-three,
.totem-real-scroll.is-step-3 .catalog-frame-three {
  opacity: 1;
  background: #fff5e8;
  animation: touchOrderFlow 6s ease-in-out infinite alternate;
}
.totem-real-caption { right: 4%; bottom: 4%; max-width: 290px; background: #fffffff0; }
.totem-real-caption > span { font-size: 0; }
.totem-real-caption > span:after { content: "TOUCH"; font-size: 7px; }
@keyframes touchFashionFlow {
  from { transform: translateY(7%) scale(1.08); }
  to { transform: translateY(-7%) scale(1.08); }
}
@keyframes touchOrderFlow {
  from { transform: translateY(-9%) scale(1.1); }
  to { transform: translateY(9%) scale(1.1); }
}
@media (width<=740px) {
  .touch-demo { border-radius: 26px; }
  .touch-demo:before, .touch-demo .device-aura { width: 100%; height: 100%; }
  .totem-real-rotor { width: min(48%, 225px); transform: translateY(1%); }
  .totem-real-product,
  .totem-real-scroll.is-step-1 .totem-real-product,
  .totem-real-scroll.is-step-2 .totem-real-product,
  .totem-real-scroll.is-step-3 .totem-real-product { transform: rotateY(0deg) scale(1.05); }
  .totem-real-caption { right: 7px; bottom: 7px; padding: 7px 9px 7px 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-frame,
  .totem-real-scroll.is-step-2 .catalog-frame,
  .totem-real-scroll.is-step-3 .catalog-frame { animation: none; transform: none; }
}
