:root {
  --font-body: "Segoe UI Variable Text", "Segoe UI", Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --ink: #111827;
  --muted: #5d6676;
  --paper: #fbfbf7;
  --cyan: #00a8e8;
  --magenta: #ee2a7b;
  --yellow: #ffcf24;
  --green: #18a058;
  --line: rgba(17, 24, 39, .12);
  --shadow: 0 24px 70px rgba(17, 24, 39, .15);
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.22, .61, .36, 1);
  --ease-fluid: cubic-bezier(.19, 1, .22, 1);
  --pointer-x: .5;
  --pointer-y: .5;
  --mouse-x: 50vw;
  --mouse-y: 50vh;
  --scroll-progress: 0;
  --scroll-rotate: 0deg;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body * {
  backface-visibility: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.scroll-progress-line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  pointer-events: none;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow));
  box-shadow: 0 0 24px rgba(0,168,232,.34);
  transition: transform .12s linear;
}
.smooth-scroll-enabled {
  scroll-behavior: auto;
}

.print-motion-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  opacity: .96;
  transform: translate3d(0, var(--scroll-lines-y, 0px), 0);
}
.print-motion-field::before,
.print-motion-field::after {
  content: "";
  position: absolute;
  inset: -12%;
}
.print-motion-field::before {
  opacity: .26;
  background:
    repeating-linear-gradient(90deg, rgba(17,24,39,.14) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(17,24,39,.1) 0 1px, transparent 1px 74px),
    linear-gradient(115deg, transparent 0 42%, rgba(0,168,232,.18) 43%, transparent 44% 100%);
  background-size: auto, auto, 620px 620px;
  mask-image: linear-gradient(120deg, rgba(0,0,0,.92), rgba(0,0,0,.3) 72%, transparent);
  animation: printGridSlide 18s linear infinite;
}
.print-motion-field::after {
  opacity: .44;
  background:
    linear-gradient(102deg, transparent 0 36%, rgba(0,168,232,.34) 37%, rgba(255,255,255,.58) 38%, transparent 40% 100%),
    linear-gradient(72deg, transparent 0 52%, rgba(238,42,123,.28) 53%, rgba(255,255,255,.42) 54%, transparent 56% 100%),
    linear-gradient(128deg, transparent 0 66%, rgba(255,207,36,.3) 67%, transparent 69% 100%);
  background-size: 720px 720px, 840px 840px, 940px 940px;
  animation: printLightSweep 13s linear infinite;
}
.print-halftone,
.print-ribbon,
.print-sheet,
.print-mark,
.print-press,
.print-press span {
  position: absolute;
  display: block;
  pointer-events: none;
}
.print-halftone {
  width: min(560px, 46vw);
  height: min(560px, 46vw);
  opacity: .26;
  background-image: radial-gradient(rgba(17,24,39,.28) 0 1.4px, transparent 1.7px);
  background-size: 16px 16px;
  transform: translate3d(var(--print-parallax-x, 0px), var(--print-parallax-y, 0px), 0) rotate(-8deg);
  animation: printHalftoneFloat 12s var(--ease-soft) infinite alternate;
}
.print-halftone-one { left: -8vw; top: 10vh; }
.print-halftone-two { right: -10vw; bottom: 8vh; opacity: .18; animation-delay: -4s; }
.print-ribbon {
  width: min(900px, 76vw);
  height: clamp(44px, 7vw, 86px);
  border-radius: 8px;
  filter: saturate(1.2);
  mix-blend-mode: multiply;
  opacity: .56;
  transform-origin: center;
  animation: printRibbonFlow 9s var(--ease-soft) infinite alternate;
}
.print-ribbon-cyan {
  left: -18vw;
  top: 18vh;
  rotate: -13deg;
  background: linear-gradient(90deg, transparent, rgba(0,168,232,.42), rgba(255,255,255,.62), transparent);
}
.print-ribbon-magenta {
  right: -18vw;
  top: 42vh;
  rotate: 12deg;
  background: linear-gradient(90deg, transparent, rgba(238,42,123,.38), rgba(255,255,255,.56), transparent);
  animation-delay: -2s;
}
.print-ribbon-yellow {
  left: 20vw;
  bottom: 10vh;
  rotate: -19deg;
  background: linear-gradient(90deg, transparent, rgba(255,207,36,.48), rgba(255,255,255,.5), transparent);
  animation-delay: -4s;
}
.print-ribbon-ink {
  right: 14vw;
  top: 8vh;
  height: 26px;
  rotate: -31deg;
  opacity: .18;
  background: linear-gradient(90deg, transparent, rgba(17,24,39,.58), transparent);
  animation-delay: -1s;
}
.print-sheet {
  width: clamp(92px, 13vw, 160px);
  height: clamp(126px, 18vw, 220px);
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--cyan) 0 24%, var(--magenta) 24% 48%, var(--yellow) 48% 72%, rgba(17,24,39,.86) 72% 100%) top / 100% 10px no-repeat,
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,255,255,.28));
  box-shadow: 0 22px 55px rgba(17,24,39,.12);
  backdrop-filter: blur(10px);
  opacity: .5;
  animation: printSheetDrift 8s var(--ease-soft) infinite alternate;
}
.print-sheet-one { right: 8vw; top: 16vh; rotate: -8deg; }
.print-sheet-two { left: 10vw; bottom: 14vh; rotate: 7deg; animation-delay: -2.5s; }
.print-sheet-three { right: 28vw; bottom: 30vh; rotate: 12deg; animation-delay: -5s; }
.print-mark {
  width: 72px;
  height: 72px;
  opacity: .34;
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(17,24,39,.48) 45% 55%, transparent 56%),
    linear-gradient(0deg, transparent 0 44%, rgba(17,24,39,.48) 45% 55%, transparent 56%);
  animation: printMarkPulse 5s var(--ease-soft) infinite;
}
.print-mark-one { left: 18vw; top: 30vh; }
.print-mark-two { right: 18vw; bottom: 22vh; animation-delay: -1.8s; }
.print-mark-three { left: 50vw; bottom: 8vh; animation-delay: -3s; }
.print-press {
  left: -7vw;
  right: -8vw;
  bottom: clamp(34px, 7vh, 92px);
  height: clamp(132px, 14vw, 220px);
  opacity: .48;
  filter: drop-shadow(0 28px 58px rgba(17,24,39,.18));
  transform: translate3d(var(--scroll-press-shift, 0px), var(--scroll-press-lift, 0px), 0) rotate(-3deg);
  transform-origin: left center;
}
.print-press-body {
  left: 7%;
  bottom: 52px;
  width: min(520px, 48vw);
  height: clamp(78px, 8vw, 128px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0,168,232,.9) 0 20%, rgba(238,42,123,.9) 20% 40%, rgba(255,207,36,.9) 40% 60%, rgba(17,24,39,.94) 60% 100%) top / 100% 9px no-repeat,
    linear-gradient(135deg, rgba(20,28,43,.9), rgba(58,72,96,.78));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 22px 54px rgba(17,24,39,.22);
}
.print-press-body::before,
.print-press-body::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 30px 0 0 var(--magenta), 60px 0 0 var(--yellow);
  animation: pressGaugePulse 2.6s var(--ease-soft) infinite;
}
.print-press-body::before { left: 32px; }
.print-press-body::after {
  right: 34px;
  width: 70px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  box-shadow: none;
  animation: pressInkPulse 1.8s var(--ease-soft) infinite;
}
.print-press-roller {
  left: 13%;
  bottom: 36px;
  width: min(440px, 40vw);
  height: 30px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 8px, transparent 8px 19px),
    linear-gradient(180deg, #d9e3ef, #65728a 46%, #1f2937);
  box-shadow: inset 0 9px 10px rgba(255,255,255,.34), inset 0 -10px 14px rgba(17,24,39,.38);
  animation: pressRoll .86s linear infinite;
}
.print-press-belt {
  left: 3%;
  right: 0;
  bottom: 6px;
  height: 46px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.28), transparent 48%),
    linear-gradient(90deg, rgba(17,24,39,.9), rgba(37,48,67,.88));
}
.print-press-belt::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.22) 0 2px, transparent 2px 34px),
    linear-gradient(90deg, transparent, rgba(0,168,232,.22), rgba(238,42,123,.18), transparent);
  animation: pressBeltMove 1.25s linear infinite;
}
.print-press-sheet {
  bottom: 22px;
  width: clamp(88px, 10vw, 150px);
  height: clamp(58px, 6.8vw, 96px);
  border-radius: 6px;
  border: 1px solid rgba(17,24,39,.12);
  background:
    linear-gradient(90deg, var(--cyan) 0 24%, var(--magenta) 24% 48%, var(--yellow) 48% 72%, #111827 72% 100%) top / 100% 8px no-repeat,
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(242,247,255,.78));
  box-shadow: 0 16px 34px rgba(17,24,39,.16);
  animation: pressSheetFeed 5.4s var(--ease-soft) infinite;
}
.print-press-sheet-one { left: 48%; animation-delay: -1.2s; }
.print-press-sheet-two { left: 64%; animation-delay: -3.2s; }
.print-press-scan {
  left: 12%;
  right: 8%;
  top: 30%;
  height: 2px;
  opacity: .72;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), rgba(0,168,232,.82), transparent);
  box-shadow: 0 0 24px rgba(0,168,232,.46);
  animation: pressScan 3.8s var(--ease-soft) infinite;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.scroll-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(0,168,232,.18), transparent 28% 64%, rgba(238,42,123,.16)),
    linear-gradient(34deg, rgba(255,207,36,.22), transparent 30% 68%, rgba(24,160,88,.13)),
    repeating-linear-gradient(90deg, rgba(17,24,39,.045) 0 1px, transparent 1px 54px),
    linear-gradient(135deg, #fff8e3 0%, #eaf8ff 46%, #fff0f7 100%);
  transition: background .36s var(--ease-fluid);
}
.scroll-bg::before,
.scroll-bg::after {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
}
.scroll-bg::before {
  opacity: .52;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.82) 37%, transparent 39% 100%),
    linear-gradient(75deg, transparent 0 58%, rgba(0,168,232,.3) 59%, transparent 61% 100%),
    linear-gradient(135deg, transparent 0 70%, rgba(238,42,123,.24) 71%, transparent 73% 100%),
    radial-gradient(rgba(17,24,39,.16) 0 1px, transparent 1.5px);
  background-size: 540px 540px, 680px 680px, 760px 760px, 18px 18px;
  transform: translate3d(var(--scroll-bg-x, 0px), var(--scroll-bg-y, 0px), 0) rotate(var(--scroll-rotate, 0deg));
  animation: glassBgSweep 16s linear infinite;
}
.scroll-bg::after {
  opacity: .42;
  background:
    linear-gradient(100deg, transparent 0 42%, rgba(255,255,255,.64) 43%, transparent 45% 100%),
    linear-gradient(70deg, transparent 0 58%, rgba(255,207,36,.28) 59%, transparent 61% 100%),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(17,24,39,.035) 23px 24px);
  background-size: 520px 520px, 660px 660px, auto;
  transform: translate3d(var(--scroll-dust-x, 0px), var(--scroll-dust-y, 0px), 0);
  animation: glassDust 12s linear infinite;
}

.ink {
  position: absolute;
  width: 38vw;
  height: 38vw;
  min-width: 300px;
  min-height: 300px;
  border-radius: 45% 55% 60% 40%;
  filter: blur(34px);
  opacity: .24;
  animation: drift 15s var(--ease-soft) infinite alternate;
}

.ink-cyan { background: var(--cyan); left: -8vw; top: 14vh; }
.ink-pink { background: var(--magenta); right: -10vw; top: 34vh; animation-delay: -5s; }
.ink-gold { background: var(--yellow); left: 35vw; bottom: -14vw; animation-delay: -9s; }
.press-lines {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(115deg, transparent 0 46%, rgba(17,24,39,.18) 47%, transparent 48% 100%);
  background-size: 72px 72px;
  transform: translate3d(0, var(--scroll-lines-y, 0px), 0);
  animation: lineMove 12s linear infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 252, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0 34%, rgba(255,255,255,.45), transparent 62% 100%);
  transform: translateX(-120%);
  animation: glassHeaderSweep 5.8s var(--ease-soft) infinite;
}

.brand img { height: 46px; width: auto; object-fit: contain; }
.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  min-width: 0;
  max-width: 100%;
  font-family: var(--font-display);
  font-weight: 750;
  font-size: 14px;
}
.nav-links a { color: #2d3748; }
.nav-links a:hover { color: var(--magenta); }

.header-action,
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .24s var(--ease-fluid), box-shadow .24s var(--ease-fluid), border-color .24s var(--ease-fluid);
}
.header-action::after,
.btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.7), transparent 0 34%);
  transition: opacity .22s var(--ease-soft);
}
.header-action:hover,
.btn:hover {
  transform: translateY(-3px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  box-shadow: 0 16px 36px rgba(17,24,39,.14);
}
.header-action:hover::after,
.btn:hover::after { opacity: 1; }
.header-action,
.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #111827, #1b3b66 50%, #00a8e8);
  border-color: transparent;
}
.btn.ghost { background: rgba(255,255,255,.72); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  padding: clamp(44px, 7vw, 96px) clamp(18px, 5vw, 80px);
  overflow: hidden;
}
.hero::before,
.dashboard-hero::before,
.store-hero::before,
.vcard-hero::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  z-index: -1;
  height: 54%;
  opacity: .34;
  background:
    radial-gradient(circle at 18% 20%, rgba(0,168,232,.25), transparent 34%),
    radial-gradient(circle at 82% 40%, rgba(238,42,123,.18), transparent 36%),
    linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.36) 43%, transparent 44% 100%);
  filter: blur(2px);
  transform: translate3d(var(--scroll-bg-x, 0px), 0, 0);
  animation: printHeroSweep 6s var(--ease-soft) infinite;
}
.hero > *,
.dashboard-hero > *,
.store-hero > *,
.vcard-hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  text-wrap: balance;
  overflow-wrap: break-word;
}
h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(44px, 8vw, 104px);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.08;
  margin-bottom: 16px;
  letter-spacing: 0;
}
h3 { font-size: 22px; line-height: 1.18; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.65; text-wrap: pretty; }

.kinetic-text {
  overflow: visible;
}
.kinetic-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: baseline;
  margin: 0 .08em .04em 0;
  padding: .05em 0 .12em;
}
.kinetic-word > span {
  display: inline-block;
  transform: translate3d(0, 112%, 0) rotate(3deg);
  transform-origin: left bottom;
  filter: blur(9px);
  opacity: 0;
  transition:
    opacity .28s var(--ease-fluid) calc(var(--stagger, 0s) + var(--word-delay, 0s)),
    transform .46s var(--ease-fluid) calc(var(--stagger, 0s) + var(--word-delay, 0s)),
    filter .4s var(--ease-fluid) calc(var(--stagger, 0s) + var(--word-delay, 0s));
}
.is-visible .kinetic-word > span,
.kinetic-text.is-visible .kinetic-word > span,
.hero:not(.motion-item) .kinetic-word > span {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  filter: blur(0);
}
.is-visible .kinetic-word,
.kinetic-text.is-visible .kinetic-word,
.hero:not(.motion-item) .kinetic-word {
  overflow: visible;
}

.hero-text { max-width: 700px; font-size: 19px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.hero-stage {
  min-height: 500px;
  display: grid;
  place-items: center;
  perspective: 1200px;
  overflow: hidden;
  transform: translate3d(0, var(--scroll-hero-y, 0px), 0);
  transition: transform .18s var(--ease-fluid);
}
.print-machine {
  position: relative;
  width: min(440px, 90vw);
  aspect-ratio: 1 / 1;
  transform: rotateX(8deg) rotateY(-12deg);
  animation: floatPress 9s var(--ease-soft) infinite;
}
.print-machine::before {
  content: "";
  position: absolute;
  inset: 24% 5% 30%;
  border-radius: 8px;
  background: linear-gradient(135deg, #1c2431, #46556b);
  box-shadow: var(--shadow);
}
.roller {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 19%;
  height: 58px;
  border-radius: 60px;
  background: repeating-linear-gradient(90deg, #111827 0 18px, #2f3b4d 18px 36px);
  animation: roll 1.2s linear infinite;
}
.paper-stack span,
.sample-card {
  position: absolute;
  left: 18%;
  right: 18%;
  height: 160px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, .14);
}
.paper-stack span:nth-child(1) { bottom: 16%; transform: rotate(-6deg); }
.paper-stack span:nth-child(2) { bottom: 12%; transform: rotate(3deg); }
.paper-stack span:nth-child(3) { bottom: 8%; transform: rotate(-1deg); }
.sample-card {
  bottom: 18%;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 26px;
  background:
    linear-gradient(90deg, var(--cyan) 0 24%, var(--magenta) 24% 48%, var(--yellow) 48% 72%, #111827 72% 100%),
    #fff;
  background-size: 100% 12px, auto;
  background-repeat: no-repeat;
  animation: printOut 7.2s var(--ease-soft) infinite;
}
.sample-card strong { font-size: 24px; }
.sample-card small { color: var(--muted); font-weight: 800; }
.magic-home .sample-card strong {
  color: #111827;
}
.magic-home .sample-card small {
  color: #4b5563;
}

.stats,
.section-block,
.product-band,
.vcard-section,
.plans,
.more-section,
.quote-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(56px, 8vw, 100px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.stats article {
  min-height: 142px;
  padding: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(17,24,39,.07);
}
.stats strong { display: block; font-size: 34px; }
.stats span { color: var(--muted); font-weight: 700; }

.section-heading { max-width: 780px; margin-bottom: 28px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card,
.category-columns article,
.plan-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px rgba(17,24,39,.08);
}
.service-card::after,
.plan-card::after {
  content: "";
  position: absolute;
  inset: auto -40% -44% -40%;
  height: 140px;
  background: linear-gradient(90deg, rgba(0,168,232,.24), rgba(238,42,123,.22), rgba(255,207,36,.24));
  transform: rotate(-4deg);
}
.service-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  background: #111827;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  isolation: isolate;
  animation: iconFloat 6s var(--ease-soft) infinite;
}
.service-icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: 10px;
  opacity: .55;
  background: inherit;
  filter: blur(10px);
  animation: iconPulse 4.6s var(--ease-soft) infinite;
}
.service-card:nth-child(2) .service-icon { animation-delay: -.5s; }
.service-card:nth-child(3) .service-icon { animation-delay: -1s; }
.service-card:nth-child(4) .service-icon { animation-delay: -1.5s; }
.service-card:nth-child(5) .service-icon { animation-delay: -2s; }
.service-card:nth-child(6) .service-icon { animation-delay: -2.5s; }
.icon-cmyk { background: linear-gradient(135deg, var(--cyan), var(--magenta), var(--yellow)); }
.icon-offset { background: linear-gradient(135deg, #111827, #5b677a); }
.icon-dtf { background: linear-gradient(135deg, #18a058, #00a8e8); }
.icon-pack { background: linear-gradient(135deg, #b45309, #ffcf24); color: #1d1600; }
.icon-sign { background: linear-gradient(135deg, #1b3b66, #00a8e8); }
.icon-stamp { background: linear-gradient(135deg, #4c1d95, #ee2a7b); }
.service-card:hover .service-icon,
.more-grid article:hover .more-icon {
  animation-duration: 1.2s;
  transform: translateY(-5px) rotate(-2deg);
}

.product-band {
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  background: #121826;
  color: #fff;
  box-shadow: var(--shadow);
}
.product-band p { color: rgba(255,255,255,.72); }
.category-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.category-columns article {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}

.builder-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 450px);
  gap: 28px;
  align-items: start;
}
.builder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 22px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  border-radius: 8px;
}
label { color: #273244; font-size: 13px; font-weight: 850; }
input, select, textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
textarea { min-height: 112px; resize: vertical; }

.phone-preview {
  position: sticky;
  top: 92px;
  padding: 16px;
  border-radius: 8px;
  background: #171b26;
  box-shadow: var(--shadow);
}
.digital-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 34px 26px;
  border-radius: 8px;
  color: #fff;
  background: #182033;
  display: grid;
  align-content: end;
  gap: 14px;
  isolation: isolate;
  transform: translate3d(0, var(--scroll-card-y, 0px), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform .28s var(--ease-fluid);
  will-change: transform;
}
.digital-card > :not(.card-ambient):not(.card-shine) {
  position: relative;
  z-index: 1;
}
.digital-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: conic-gradient(from 120deg, #00a8e8, #ee2a7b, #ffcf24, #18a058, #00a8e8);
  animation: spinBg 22s linear infinite;
}
.digital-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: 7px;
  background: rgba(18, 24, 38, .78);
}
.card-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 10%, rgba(255,255,255,.35), transparent 46%);
  transform: translateX(-100%);
  animation: shine 8.5s var(--ease-soft) infinite;
}
.card-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.card-ambient::before,
.card-ambient::after {
  content: "";
  position: absolute;
  inset: -20%;
  opacity: .42;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,.25) 39% 40%, transparent 41% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 44px);
  animation: cardGridFlow 18s linear infinite;
}
.card-ambient::after {
  opacity: .28;
  background:
    radial-gradient(circle at 24% 28%, rgba(255,255,255,.44), transparent 0 2px, transparent 3px),
    radial-gradient(circle at 76% 42%, rgba(255,255,255,.38), transparent 0 2px, transparent 3px),
    radial-gradient(circle at 48% 72%, rgba(255,255,255,.42), transparent 0 2px, transparent 3px);
  background-size: 130px 130px;
  animation: starFloat 12s linear infinite;
}
.card-ambient span {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 38% 62% 58% 42%;
  opacity: .46;
  filter: blur(9px);
  background: rgba(255,255,255,.18);
  animation: cardBlob 14s var(--ease-soft) infinite alternate;
}
.card-ambient span:nth-child(1) { left: -34px; top: 70px; background: rgba(0,168,232,.42); }
.card-ambient span:nth-child(2) { right: -46px; top: 120px; background: rgba(238,42,123,.36); animation-delay: -2s; }
.card-ambient span:nth-child(3) { left: 28%; bottom: -48px; background: rgba(255,207,36,.34); animation-delay: -4s; }
.card-ambient span:nth-child(4) { right: 16%; top: -54px; background: rgba(24,160,88,.34); animation-delay: -6s; }
.theme-swap {
  animation: themePop .5s ease both;
}
.card-logo {
  width: 210px;
  padding: 10px;
  background: rgba(255,255,255,.92);
  border-radius: 8px;
}
.digital-card h3 { font-size: 30px; margin: 12px 0 0; }
.digital-card p, .digital-card small { color: rgba(255,255,255,.82); }
.quick-actions, .social-row { display: flex; flex-wrap: wrap; gap: 10px; }
.quick-actions a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .24s var(--ease-fluid), background .24s var(--ease-fluid), box-shadow .24s var(--ease-fluid);
  animation: actionBreathe 5.4s var(--ease-soft) infinite;
}
.quick-actions a:nth-child(2) { animation-delay: -.5s; }
.quick-actions a:nth-child(3) { animation-delay: -1s; }
.quick-actions a:nth-child(4) { animation-delay: -1.5s; }
.quick-actions a:nth-child(5) { animation-delay: -2s; }
.quick-actions a:hover {
  transform: translateY(-5px) scale(1.08);
  background: rgba(255,255,255,.28);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.quick-actions svg { width: 23px; height: 23px; fill: currentColor; }
.social-row a {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  font-weight: 850;
  transition: transform .24s var(--ease-fluid), background .24s var(--ease-fluid);
}
.social-row a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.27);
}
.icon-social-row a {
  animation: socialOrbit 6.8s var(--ease-soft) infinite;
}
.icon-social-row a:nth-child(2) { animation-delay: -.5s; }
.icon-social-row a:nth-child(3) { animation-delay: -1s; }
.icon-social-row a:nth-child(4) { animation-delay: -1.5s; }
.icon-social-row a:nth-child(5) { animation-delay: -2s; }
.icon-social-row a:nth-child(6) { animation-delay: -2.5s; }

.theme-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.theme-btn {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.theme-btn.active { background: var(--ink); color: #fff; }

.theme-cmyk::before { background: conic-gradient(#00a8e8, #ee2a7b, #ffcf24, #111827, #00a8e8); }
.theme-luxe::before { background: conic-gradient(#050505, #d6b25e, #262626, #f5d06f, #050505); }
.theme-ocean::before { background: conic-gradient(#023e8a, #00b4d8, #90e0ef, #0077b6, #023e8a); }
.theme-sunset::before { background: conic-gradient(#ff6b35, #f7c59f, #ef476f, #8338ec, #ff6b35); }
.theme-minimal::before { background: conic-gradient(#f8f9fa, #d9dde6, #111827, #ffffff, #f8f9fa); }
.theme-neon::before { background: conic-gradient(#00ffae, #7b2ff7, #ff2e88, #00e5ff, #00ffae); }
.theme-paper::before { background: conic-gradient(#f5efe2, #cc9d57, #2e4057, #f6d365, #f5efe2); }
.theme-royal::before { background: conic-gradient(#240046, #5a189a, #c77dff, #ffd166, #240046); }
.theme-emerald::before { background: conic-gradient(#053b2c, #18a058, #b7f7d0, #0f766e, #053b2c); }

.vcard-promo {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  align-items: center;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.66)),
    repeating-linear-gradient(110deg, rgba(0,168,232,.12) 0 12px, transparent 12px 28px);
  box-shadow: 0 18px 52px rgba(17,24,39,.09);
}
.promo-card-stack {
  position: relative;
  min-height: 310px;
}
.mini-vcard {
  position: absolute;
  inset: 24px 16px auto auto;
  width: min(310px, 80vw);
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 24px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17,24,39,.92), rgba(17,24,39,.72)),
    conic-gradient(from 120deg, var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan));
  box-shadow: var(--shadow);
  animation: floatPress 9s var(--ease-soft) infinite;
}
.mini-vcard-back {
  inset: 56px auto auto 20px;
  background: linear-gradient(135deg, #fff, #e9f8ff);
  border: 1px solid var(--line);
  transform: rotate(-8deg);
  opacity: .9;
  animation-delay: -1.6s;
}
.mini-vcard img {
  width: 180px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
}
.mini-vcard strong { font-size: 25px; }
.mini-vcard span { color: rgba(255,255,255,.78); font-weight: 800; }
.promo-copy { max-width: 620px; }

.vcard-page {
  background:
    linear-gradient(135deg, #fffdf5 0%, #f4fbff 45%, #fff7fb 100%);
}
.vcard-bg {
  background:
    linear-gradient(135deg, rgba(255,255,245,.95), rgba(244,251,255,.94)),
    repeating-linear-gradient(90deg, rgba(17,24,39,.035) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(0deg, rgba(17,24,39,.03) 0 1px, transparent 1px 70px);
}
.vcard-bg::before,
.vcard-bg::after {
  content: "";
  position: absolute;
  inset: -10%;
  opacity: .26;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,168,232,.45), transparent 0 9%, transparent 13%),
    radial-gradient(circle at 80% 34%, rgba(238,42,123,.35), transparent 0 8%, transparent 12%),
    radial-gradient(circle at 54% 82%, rgba(255,207,36,.35), transparent 0 10%, transparent 14%);
  animation: bgPulseField 24s var(--ease-soft) infinite alternate;
}
.vcard-bg::after {
  opacity: .2;
  background:
    linear-gradient(100deg, transparent 0 44%, rgba(17,24,39,.13) 45% 45.6%, transparent 47% 100%),
    linear-gradient(80deg, transparent 0 58%, rgba(0,168,232,.17) 59% 60%, transparent 61% 100%);
  background-size: 520px 520px;
  animation: bgLaserSweep 28s linear infinite;
}
.motion-ribbons {
  position: absolute;
  inset: -20%;
  opacity: .3;
  background:
    linear-gradient(110deg, transparent 0 37%, rgba(0,168,232,.28) 38% 40%, transparent 41% 100%),
    linear-gradient(70deg, transparent 0 52%, rgba(238,42,123,.22) 53% 55%, transparent 56% 100%),
    linear-gradient(130deg, transparent 0 63%, rgba(255,207,36,.24) 64% 66%, transparent 67% 100%);
  background-size: 620px 620px, 540px 540px, 700px 700px;
  animation: ribbonSweep 34s linear infinite;
}
.bg-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.bg-particles span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(17,24,39,.24);
  box-shadow: 0 0 22px rgba(0,168,232,.45);
  animation: particleLift 11s linear infinite;
}
.bg-particles span:nth-child(1) { left: 12%; top: 82%; animation-delay: -1s; }
.bg-particles span:nth-child(2) { left: 24%; top: 66%; animation-delay: -5s; background: rgba(0,168,232,.45); }
.bg-particles span:nth-child(3) { left: 44%; top: 90%; animation-delay: -8s; background: rgba(238,42,123,.34); }
.bg-particles span:nth-child(4) { left: 66%; top: 74%; animation-delay: -3s; background: rgba(255,207,36,.55); }
.bg-particles span:nth-child(5) { left: 78%; top: 88%; animation-delay: -6s; background: rgba(24,160,88,.4); }
.bg-particles span:nth-child(6) { left: 91%; top: 62%; animation-delay: -9s; background: rgba(17,24,39,.24); }
.store-page {
  --store-ink: #08111f;
  --store-panel: rgba(255,255,255,.72);
  --store-panel-strong: rgba(255,255,255,.88);
  --store-border: rgba(17,24,39,.13);
  --store-glow: 0 28px 80px rgba(8,17,31,.14);
  background: #f8fbff;
}
.store-page .scroll-bg.vcard-bg {
  background:
    radial-gradient(circle at calc(var(--pointer-x) * 100%) calc(var(--pointer-y) * 100%), rgba(255,255,255,.82), transparent 0 24%),
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(232,247,255,.32) 48%, rgba(255,242,248,.4)),
    #f8fbff;
}
.store-three-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
}
.store-three-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.store-three-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 55% 22%, transparent 0 42%, rgba(248,251,255,.22) 70%, rgba(248,251,255,.68) 100%),
    linear-gradient(90deg, rgba(248,251,255,.7), transparent 20% 84%, rgba(248,251,255,.78)),
    linear-gradient(180deg, rgba(248,251,255,.18), transparent 22% 76%, rgba(248,251,255,.86));
}
.store-three-stage.is-fallback::before {
  content: "";
  position: absolute;
  inset: -18%;
  opacity: .48;
  filter: blur(12px) saturate(1.18);
  background:
    conic-gradient(from calc(var(--scroll-progress) * 1turn), var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan)),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.74), transparent 52%);
  animation: spinBg 28s linear infinite;
}
.store-page .vcard-bg::before,
.store-page .vcard-bg::after {
  z-index: 1;
  opacity: .09;
  mix-blend-mode: screen;
}
.store-page .vcard-bg::after {
  opacity: .07;
}
.store-page .ink {
  z-index: 2;
  opacity: .11;
  filter: blur(48px);
  mix-blend-mode: multiply;
}
.store-page .press-lines,
.store-page .motion-ribbons {
  z-index: 2;
  opacity: .08;
  mix-blend-mode: screen;
}
.store-page .bg-particles {
  z-index: 3;
  opacity: .52;
}
.store-page .print-motion-field {
  opacity: .1;
  mix-blend-mode: multiply;
}
.store-page main {
  position: relative;
  z-index: 1;
}
.store-page .store-hero {
  min-height: calc(100vh - 75px);
  padding: clamp(44px, 7vw, 96px) 0 clamp(34px, 6vw, 72px);
}
.store-page .section-reveal.motion-item {
  --reveal-x: 54px;
  --reveal-y: 18px;
  --reveal-scale: .94;
  transform-origin: 78% 46%;
}
.store-page .store-hero.motion-item {
  --reveal-x: 28px;
  --reveal-y: 8px;
}
.store-page .store-grid > .motion-item:nth-child(2n + 1) {
  --reveal-x: 68px;
}
.store-page .store-grid > .motion-item:nth-child(2n) {
  --reveal-x: 92px;
}
.store-page .glass-panel,
.store-page .store-item,
.store-page .quote-form {
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.72), transparent 0 30%),
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.5));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.78),
    0 22px 64px rgba(17,24,39,.11);
}
.store-page .store-visual {
  background:
    linear-gradient(135deg, rgba(17,24,39,.92), rgba(27,59,102,.82)),
    conic-gradient(from 120deg, var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.25),
    0 34px 86px rgba(17,24,39,.18),
    0 0 70px rgba(0,168,232,.16);
}
.store-page .store-visual::before {
  opacity: .22;
  mix-blend-mode: screen;
}
.store-page .store-order-section {
  box-shadow: 0 34px 90px rgba(17,24,39,.18);
}
.store-page .site-header {
  background:
    linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.72)),
    linear-gradient(135deg, rgba(0,168,232,.1), transparent 42%, rgba(238,42,123,.08));
  border-bottom-color: rgba(17,24,39,.09);
  box-shadow: 0 12px 38px rgba(8,17,31,.08);
}
.store-page .nav-links a {
  position: relative;
  padding: 8px 0;
}
.store-page .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .22s var(--ease-fluid);
}
.store-page .nav-links a:hover::after,
.store-page .nav-links a[href="store.html"]::after {
  transform: scaleX(1);
}
.store-page .header-action,
.store-page .btn.primary {
  border: 0;
  background:
    linear-gradient(135deg, #07111f 0%, #123054 48%, #0095d9 100%);
  box-shadow: 0 16px 42px rgba(0,149,217,.24);
}
.store-page .btn.ghost {
  border-color: rgba(17,24,39,.1);
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 32px rgba(8,17,31,.07);
}
.store-page .store-hero {
  width: min(1240px, calc(100% - 36px));
  grid-template-columns: minmax(0, .95fr) minmax(340px, 420px);
  gap: clamp(30px, 5vw, 86px);
}
.store-page .store-hero::after {
  content: "";
  position: absolute;
  left: -6%;
  right: 18%;
  bottom: 14%;
  z-index: -1;
  height: 28%;
  opacity: .36;
  background:
    linear-gradient(90deg, rgba(0,168,232,.16), rgba(238,42,123,.12), rgba(255,207,36,.14)),
    repeating-linear-gradient(0deg, rgba(17,24,39,.08) 0 1px, transparent 1px 18px);
  clip-path: polygon(0 16%, 100% 0, 92% 78%, 9% 100%);
  transform: translate3d(var(--scroll-bg-x, 0px), 0, 0);
}
.store-page .store-hero > div:first-child {
  max-width: 780px;
}
.store-page .store-hero .eyebrow,
.store-page .section-heading .eyebrow,
.store-page .store-order-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--magenta);
  font-size: 12px;
}
.store-page .store-hero .eyebrow::before,
.store-page .section-heading .eyebrow::before,
.store-page .store-order-section .eyebrow::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow));
  box-shadow: 0 0 18px rgba(0,168,232,.34);
}
.store-page .store-hero h1 {
  color: var(--store-ink);
  font-size: clamp(52px, 7.1vw, 96px);
  line-height: 1.03;
  text-shadow: 0 14px 48px rgba(255,255,255,.86);
}
.store-page .store-hero .hero-text {
  max-width: 720px;
  padding-left: 18px;
  border-left: 4px solid rgba(0,168,232,.42);
  color: rgba(8,17,31,.68);
  font-weight: 650;
}
.store-page .hero-actions {
  gap: 14px;
}
.store-page .hero-actions .btn {
  min-height: 48px;
  padding-inline: 22px;
}
.store-page .store-visual {
  min-height: 384px;
  border-color: rgba(255,255,255,.46);
  background:
    radial-gradient(circle at 22% 18%, rgba(0,168,232,.42), transparent 28%),
    radial-gradient(circle at 84% 86%, rgba(238,42,123,.3), transparent 34%),
    linear-gradient(135deg, rgba(6,14,26,.94), rgba(12,49,78,.88)),
    conic-gradient(from 120deg, var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -34px 90px rgba(0,0,0,.22),
    0 34px 92px rgba(8,17,31,.22),
    0 0 90px rgba(0,168,232,.18);
}
.store-page .store-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  opacity: .2;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255,255,255,.32) 49% 50%, transparent 51%),
    linear-gradient(0deg, transparent 0 48%, rgba(255,255,255,.24) 49% 50%, transparent 51%);
}
.store-page .store-visual span {
  color: var(--yellow);
  text-shadow: 0 0 22px rgba(255,207,36,.36);
}
.store-page .store-visual strong {
  text-shadow: 0 12px 34px rgba(0,0,0,.24);
}
.store-page #items {
  position: relative;
}
.store-page #items::before {
  content: "";
  position: absolute;
  inset: -20px -24px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,168,232,.32), rgba(238,42,123,.24), transparent);
}
.store-page .section-heading {
  max-width: 860px;
}
.store-page .section-heading h2 {
  color: var(--store-ink);
  font-size: clamp(34px, 4vw, 62px);
}
.store-page .store-grid {
  gap: 16px;
}
.store-page .store-item {
  --item-accent: var(--cyan);
  min-height: 260px;
  padding: 24px;
  border-color: var(--store-border);
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.58)),
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--item-accent), transparent 72%), transparent 30%);
  box-shadow: 0 18px 52px rgba(8,17,31,.09);
}
.store-page .store-item:nth-child(2) { --item-accent: var(--magenta); }
.store-page .store-item:nth-child(3) { --item-accent: var(--yellow); }
.store-page .store-item:nth-child(4) { --item-accent: var(--green); }
.store-page .store-item:nth-child(5) { --item-accent: #1b3b66; }
.store-page .store-item:nth-child(6) { --item-accent: #6d28d9; }
.store-page .store-item:nth-child(7) { --item-accent: #0891b2; }
.store-page .store-item:nth-child(8) { --item-accent: #111827; }
.store-page .store-item::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--cyan) 0 24%, var(--magenta) 24% 48%, var(--yellow) 48% 72%, #111827 72% 100%);
  opacity: .45;
  transform: scaleX(.36);
  transform-origin: left center;
  transition: transform .26s var(--ease-fluid), opacity .26s var(--ease-soft);
}
.store-page .store-item span {
  min-width: 58px;
  color: #fff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--item-accent), #111827 18%), #111827);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--item-accent), transparent 70%);
}
.store-page .store-item h3 {
  color: var(--store-ink);
}
.store-page .store-item p {
  color: rgba(8,17,31,.6);
}
.store-page .store-item:hover,
.store-page .store-item.active {
  border-color: color-mix(in srgb, var(--item-accent), white 18%);
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 30px 78px rgba(8,17,31,.15);
}
.store-page .store-item:hover::after,
.store-page .store-item.active::after {
  opacity: .92;
  transform: scaleX(1);
}
.store-page .store-item.active span {
  animation-duration: 1.1s;
}
.store-page .store-order-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 20% 18%, rgba(0,168,232,.36), transparent 30%),
    radial-gradient(circle at 92% 70%, rgba(238,42,123,.28), transparent 36%),
    linear-gradient(135deg, rgba(5,12,24,.96), rgba(14,33,57,.86));
}
.store-page .store-order-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 56px),
    linear-gradient(100deg, transparent 0 36%, rgba(255,255,255,.28) 37%, transparent 40% 100%);
  animation: ribbonSweep 18s linear infinite;
}
.store-page .store-order-section > * {
  position: relative;
  z-index: 1;
}
.store-page .store-order-section h2 {
  color: #fff;
}
.store-page .store-order-section p {
  color: rgba(255,255,255,.74);
}
.store-page .store-order-section .quote-form {
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,255,255,.64));
  box-shadow: 0 26px 70px rgba(0,0,0,.18);
}
.store-page .quote-form input,
.store-page .quote-form select,
.store-page .quote-form textarea {
  min-height: 48px;
  border-color: rgba(8,17,31,.12);
  background: rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.store-page .quote-form input:focus,
.store-page .quote-form select:focus,
.store-page .quote-form textarea:focus {
  outline: none;
  border-color: rgba(0,168,232,.58);
  box-shadow: 0 0 0 4px rgba(0,168,232,.12);
}
.vcard-hero,
.payment-section,
.creator-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(56px, 8vw, 100px);
}
.vcard-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(44px, 7vw, 88px) 0;
}
.vcard-hero-preview {
  min-height: 600px;
  display: grid;
  place-items: center;
  perspective: 1000px;
}
.sample-phone {
  width: min(390px, 88vw);
  padding: 14px;
  border-radius: 28px;
  background: #121826;
  box-shadow: var(--shadow);
  transform: rotateY(-8deg) rotateX(5deg);
  animation: cardTilt 10s var(--ease-soft) infinite;
  will-change: transform;
}
.preview-card { min-height: 560px; }
.quick-actions span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  animation: actionBreathe 5.4s var(--ease-soft) infinite;
}
.quick-actions span svg { width: 23px; height: 23px; fill: currentColor; }
.vcard-plans .plan-card {
  width: 100%;
  color: var(--ink);
  text-align: left;
}
.plan-choice {
  font: inherit;
  cursor: pointer;
  transition: transform .28s var(--ease-fluid), box-shadow .28s var(--ease-fluid), background .28s var(--ease-fluid);
}
.plan-choice:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(17,24,39,.14);
}
.plan-choice.active {
  color: #fff;
  background: linear-gradient(145deg, #111827, #263b63);
  transform: translateY(-10px);
  animation: selectedPlanPulse 5.2s var(--ease-soft) infinite;
}
.plan-choice.active p { color: rgba(255,255,255,.78); }
.payment-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: start;
}
.payment-form,
.payment-status,
.creator-lock {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 44px rgba(17,24,39,.08);
}
.payment-form {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
}
.payment-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(110deg, transparent 10%, rgba(0,168,232,.2), transparent 44%);
  transform: translateX(-100%);
}
.payment-form.is-processing::before {
  opacity: 1;
  animation: formScan 1.2s linear infinite;
}
.payment-form.is-processing {
  border-color: rgba(0,168,232,.42);
  box-shadow: 0 0 0 6px rgba(0,168,232,.08), 0 24px 56px rgba(17,24,39,.12);
}
.payment-form.is-paid {
  border-color: rgba(24,160,88,.36);
  animation: paidPulse 1.2s var(--ease-fluid) both;
}
.selected-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-radius: 8px;
  background: #121826;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.selected-plan > * {
  position: relative;
  z-index: 1;
}
.selected-plan::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 28%, rgba(255,255,255,.16), transparent 55%);
  transform: translateX(-100%);
  animation: selectedPlanSweep 7s var(--ease-soft) infinite;
}
.selected-plan span { color: rgba(255,255,255,.72); font-weight: 850; }
.selected-plan strong { font-size: 20px; }
.payment-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.payment-note {
  margin: 0;
  font-size: 13px;
}
.processing-panel {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17,24,39,.96), rgba(27,59,102,.9)),
    radial-gradient(circle at 20% 30%, rgba(0,168,232,.34), transparent 32%);
  box-shadow: 0 18px 42px rgba(17,24,39,.18);
  animation: processingArrive .52s var(--ease-fluid) both;
}
.processing-panel[hidden] { display: none; }
.processing-ring {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: conic-gradient(var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan));
  animation: spinBg 1.1s linear infinite;
}
.processing-ring::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #121826;
}
.processing-ring span {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  animation: processingWave 2.8s var(--ease-soft) infinite;
}
.processing-ring span:nth-child(2) { animation-delay: .35s; }
.processing-ring span:nth-child(3) { animation-delay: .7s; }
.processing-panel strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.processing-panel p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}
.processing-track {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.processing-track span {
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  overflow: hidden;
}
.processing-track span::before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--yellow));
  animation: trackLoad 2s var(--ease-soft) infinite;
}
.processing-track span:nth-child(2)::before { animation-delay: .18s; }
.processing-track span:nth-child(3)::before { animation-delay: .36s; }
.payment-status {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 92px;
}
.status-step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 850;
  transition: color .45s var(--ease-fluid), transform .45s var(--ease-fluid);
}
.status-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #9ca3af;
}
.status-step.active span,
.status-step.complete span {
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  animation: statusPulse 2.4s var(--ease-soft) infinite;
}
.status-step.active,
.status-step.complete {
  transform: translateX(4px);
}
.status-step.complete { color: var(--green); }
.status-step.complete span {
  animation: statusComplete .65s ease both;
}
.creator-section {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.72)),
    repeating-linear-gradient(135deg, rgba(0,168,232,.08) 0 10px, transparent 10px 26px);
  box-shadow: 0 18px 52px rgba(17,24,39,.09);
}
.creator-section.is-locked {
  filter: saturate(.85);
}
.creator-section.is-unlocked {
  animation: unlockGlow 1.2s ease both;
}
.creator-section.is-unlocked::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 22%, rgba(0,168,232,.24), transparent 16%),
    radial-gradient(circle at 78% 20%, rgba(255,207,36,.22), transparent 14%),
    radial-gradient(circle at 55% 82%, rgba(238,42,123,.18), transparent 16%);
  animation: unlockBurst .9s ease both;
}
.creator-lock {
  display: grid;
  gap: 6px;
  min-height: 160px;
  place-content: center;
  text-align: center;
}
.creator-lock strong { font-size: 28px; }
.creator-lock span { color: var(--muted); font-weight: 800; }
.creator-workspace {
  animation: revealCreator .75s ease both;
}
.vcard-create-form .full-field,
.vcard-create-form button.full-field {
  grid-column: 1 / -1;
}
.vcard-live-preview {
  background:
    linear-gradient(135deg, #121826, #1f2937),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px);
}
.icon-social-row a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  text-transform: uppercase;
}
.icon-social-row svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.vcard-theme-panel {
  margin-top: 24px;
  animation: revealCreator .85s ease both;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.more-section {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.66)),
    radial-gradient(circle at 12% 18%, rgba(0,168,232,.22), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(238,42,123,.18), transparent 32%);
  box-shadow: 0 18px 52px rgba(17,24,39,.09);
}
.more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.more-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  overflow: hidden;
  position: relative;
}
.more-grid article::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -42px;
  bottom: -42px;
  border-radius: 50%;
  background: conic-gradient(var(--cyan), var(--magenta), var(--yellow), var(--cyan));
  opacity: .18;
  animation: spinBg 9s linear infinite;
}
.more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 42px;
  margin-bottom: 16px;
  color: #fff;
  background: #111827;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(17,24,39,.16);
  animation: iconFloat 3.5s ease-in-out infinite;
}
.more-grid article:nth-child(2) .more-icon { background: var(--magenta); animation-delay: -.6s; }
.more-grid article:nth-child(3) .more-icon { background: var(--cyan); animation-delay: -1.2s; }
.more-grid article:nth-child(4) .more-icon { background: var(--green); animation-delay: -1.8s; }
.plan-card { min-height: 300px; display: grid; align-content: start; gap: 12px; }
.plan-card span { color: var(--magenta); font-weight: 950; text-transform: uppercase; font-size: 13px; }
.plan-card h3 { font-size: 44px; margin: 0; }
.plan-card.featured {
  color: #fff;
  background: linear-gradient(145deg, #111827, #263b63);
  transform: translateY(-14px);
}
.plan-card.featured p { color: rgba(255,255,255,.78); }

.quote-section {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 28px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(0,168,232,.32), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(238,42,123,.28), transparent 36%),
    repeating-linear-gradient(115deg, rgba(255,255,255,.08) 0 1px, transparent 1px 72px),
    linear-gradient(135deg, rgba(17,24,39,.96), rgba(22,37,62,.86));
}
.quote-section p { color: rgba(255,255,255,.76); }
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.quote-form textarea,
.quote-form button { grid-column: 1 / -1; }

.footer {
  display: grid;
  grid-template-columns: minmax(250px, 520px) 1fr;
  gap: 28px;
  padding: 36px clamp(18px, 5vw, 80px);
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.86);
}
.footer img { width: 260px; margin-bottom: 14px; }
.footer-links {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: 850;
}

.contact-page {
  min-height: 100vh;
}
.contact-bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,107,53,.16), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(6,182,212,.16), transparent 32%),
    linear-gradient(135deg, #0d0b1f 0%, #191331 48%, #07131f 100%);
}
.contact-shell {
  padding: clamp(28px, 6vw, 78px) 0 clamp(54px, 8vw, 100px);
}
.contact-hero {
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 160px);
  margin: 0 auto clamp(34px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  color: #fff;
}
.contact-copy {
  max-width: 720px;
  min-width: 0;
}
.contact-copy h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(46px, 7.5vw, 94px);
  text-shadow: 0 20px 70px rgba(236,72,153,.22);
}
.contact-copy .hero-text {
  max-width: 620px;
  color: rgba(248,251,255,.86);
  overflow-wrap: break-word;
}
.contact-direct {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.contact-direct div,
.contact-info-grid article {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}
.contact-direct div {
  min-height: 116px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}
.contact-direct span {
  color: var(--app-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-direct strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}
.contact-form .eyebrow,
.contact-form .full-field,
.contact-form button,
.contact-form .form-status {
  grid-column: 1 / -1;
}
.contact-form label {
  color: rgba(248,251,255,.86);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #fff;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.09);
}
.contact-form textarea {
  min-height: 150px;
}
.contact-form .form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(248,251,255,.82);
  font-weight: 750;
}
.contact-info-grid {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.contact-info-grid article {
  min-height: 220px;
  padding: 24px;
  color: #fff;
}
.contact-info-grid h3 {
  color: #fff;
}
.contact-info-grid p {
  color: rgba(248,251,255,.78);
}

.app-page .site-header,
.glass-nav {
  background: rgba(255,255,255,.62);
  box-shadow: 0 12px 34px rgba(17,24,39,.08);
}
.glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.66), transparent 0 28%),
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.44)),
    radial-gradient(circle at 10% 20%, rgba(0,168,232,.16), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(238,42,123,.12), transparent 32%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 22px 56px rgba(17,24,39,.1);
  backdrop-filter: blur(22px) saturate(1.25);
  transform-style: preserve-3d;
  transition: transform .28s var(--ease-fluid), box-shadow .28s var(--ease-fluid), border-color .28s var(--ease-fluid), background .28s var(--ease-soft);
}
.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .56;
  background:
    linear-gradient(120deg, rgba(255,255,255,.58), transparent 28% 72%, rgba(255,255,255,.24)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 1px, transparent 1px 42px);
  transform: translateX(-100%);
  animation: glassPanelShine 5.8s var(--ease-soft) infinite;
}
.glass-panel > * {
  position: relative;
  z-index: 1;
}
.service-card,
.plan-card,
.more-grid article,
.stats article,
.builder,
.payment-form,
.payment-status,
.creator-lock,
.record-card,
.store-item,
.quote-form {
  backdrop-filter: blur(16px) saturate(1.18);
  transform-style: preserve-3d;
}
.service-card,
.plan-card,
.more-grid article,
.stats article,
.record-card,
.store-item {
  transition: transform .26s var(--ease-fluid), box-shadow .26s var(--ease-fluid), border-color .26s var(--ease-fluid), background .26s var(--ease-soft), filter .26s var(--ease-soft);
}
.service-card:hover,
.plan-card:hover,
.more-grid article:hover,
.stats article:hover,
.record-card:hover {
  transform: translateY(-6px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: rgba(255,255,255,.58);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    0 28px 70px rgba(17,24,39,.14);
  filter: saturate(1.06);
}
.account-section,
.dashboard-tools,
.dashboard-grid,
.store-hero,
.dashboard-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(56px, 8vw, 100px);
}
.account-grid,
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(300px, 1fr);
  gap: 22px;
}
.app-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}
.account-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
}
.app-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.record-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.record-card {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 16px 40px rgba(17,24,39,.08);
}
.record-card small {
  color: var(--muted);
  font-weight: 750;
  overflow-wrap: anywhere;
}
.record-card .record-name-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(17,24,39,.24);
  text-underline-offset: 3px;
}
.record-card .record-name-link:hover {
  color: var(--cyan);
  text-decoration-color: currentColor;
}
.record-card .card-location {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}
.record-card .card-location a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(17,24,39,.24);
}
.record-actions,
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.dashboard-shell {
  padding-top: clamp(34px, 5vw, 70px);
}
.dashboard-lock {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto clamp(36px, 6vw, 72px);
}
.admin-lock-card {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(28px, 5vw, 58px);
  text-align: center;
}
.admin-lock-icon {
  position: relative;
  width: 118px;
  height: 118px;
  margin-bottom: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.86), rgba(255,255,255,.22) 54%, transparent 55%),
    conic-gradient(from 0deg, var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan));
  box-shadow: 0 24px 70px rgba(17,24,39,.16), 0 0 42px rgba(0,168,232,.22);
  animation: adminLockSpin 3.8s linear infinite;
}
.admin-lock-icon::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 25px;
  width: 46px;
  height: 36px;
  border: 9px solid #111827;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}
.admin-lock-icon::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 56px;
  width: 56px;
  height: 42px;
  border-radius: 8px;
  background: #111827;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.admin-lock-card h1 {
  margin-bottom: 14px;
  font-size: clamp(42px, 7vw, 86px);
}
.dashboard-unlocked .dashboard-shell {
  animation: adminUnlockPage .7s var(--ease-fluid) both;
}
.app-form.is-denied {
  animation: adminDenied .42s var(--ease-fluid);
  border-color: rgba(238,42,123,.55);
  box-shadow: 0 0 0 6px rgba(238,42,123,.12), 0 24px 62px rgba(17,24,39,.14);
}
.app-form.is-approved {
  animation: adminApproved .82s var(--ease-fluid);
  border-color: rgba(24,160,88,.5);
  box-shadow: 0 0 0 8px rgba(24,160,88,.12), 0 26px 70px rgba(17,24,39,.15);
}
.dashboard-hero,
.store-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
}
.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.dashboard-stats article {
  padding: 22px;
}
.dashboard-stats strong {
  display: block;
  font-size: 34px;
}
.search-panel {
  padding: 20px;
}
.compact-records {
  grid-template-columns: 1fr;
  max-height: 690px;
  overflow: auto;
  padding-right: 4px;
}
.store-visual {
  min-height: 360px;
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17,24,39,.88), rgba(27,59,102,.76)),
    conic-gradient(from 120deg, var(--cyan), var(--magenta), var(--yellow), var(--green), var(--cyan));
  transform: translate3d(0, var(--scroll-card-y, 0px), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  animation: cardTilt 10s var(--ease-soft) infinite;
  transition: transform .28s var(--ease-fluid), box-shadow .28s var(--ease-soft);
  will-change: transform;
}
.store-visual span {
  color: var(--yellow);
  font-weight: 950;
}
.store-visual strong {
  font-size: clamp(56px, 9vw, 108px);
  line-height: 1;
}
.store-visual small {
  color: rgba(255,255,255,.76);
  font-weight: 850;
}
.store-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.store-item {
  min-height: 240px;
  padding: 22px;
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: transform .26s var(--ease-fluid), box-shadow .26s var(--ease-fluid), border-color .26s var(--ease-fluid), filter .26s var(--ease-soft);
}
.store-item span {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  font-size: 12px;
  font-weight: 950;
  animation: iconFloat 6s var(--ease-soft) infinite;
}
.store-item:hover,
.store-item.active {
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(17,24,39,.16);
}
.store-item.active {
  border-color: rgba(133, 148, 67, 0.5);
}
.store-order-section {
  background:
    linear-gradient(135deg, rgba(17,24,39,.92), rgba(17,24,39,.68)),
    radial-gradient(circle at 12% 18%, rgba(0,168,232,.34), transparent 30%),
    radial-gradient(circle at 86% 80%, rgba(238,42,123,.28), transparent 34%);
}

.print-panel {
  position: relative;
  isolation: isolate;
}
.print-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background:
    linear-gradient(100deg, transparent 0 18%, rgba(0,168,232,.2), rgba(238,42,123,.18), rgba(255,207,36,.22), transparent 72%),
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.54), transparent 0 30%);
  mix-blend-mode: screen;
  transform: translateX(-120%);
  transition: opacity .46s var(--ease-soft);
}
.print-panel:hover::before {
  opacity: .72;
  animation: printPanelSweep .95s var(--ease-fluid);
}
.print-panel > * {
  position: relative;
  z-index: 1;
}

.media-reveal {
  opacity: .01;
  filter: blur(18px) saturate(.82) contrast(.96);
  clip-path: inset(12% 8% 14% 8% round 10px);
  transition:
    opacity .34s var(--ease-fluid) var(--media-delay, 0s),
    filter .48s var(--ease-fluid) var(--media-delay, 0s),
    clip-path .52s var(--ease-fluid) var(--media-delay, 0s);
  will-change: opacity, filter, clip-path;
}
.media-reveal.is-visible {
  opacity: 1;
  filter: blur(0) saturate(1) contrast(1);
  clip-path: inset(0 0 0 0 round 8px);
}

.section-reveal,
.motion-item {
  --reveal-x: 0px;
  --reveal-y: 30px;
  --reveal-scale: .965;
  --rest-y: 0px;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transform-origin: center;
  filter: blur(13px) saturate(.86);
  clip-path: inset(12% 0 12% 0 round 8px);
  transition:
    opacity .3s var(--ease-fluid) var(--stagger, 0s),
    transform .42s var(--ease-fluid) var(--stagger, 0s),
    filter .38s var(--ease-fluid) var(--stagger, 0s),
    clip-path .45s var(--ease-fluid) var(--stagger, 0s);
  will-change: opacity, transform, filter, clip-path;
}
.section-reveal.motion-item {
  --reveal-y: 46px;
  --reveal-scale: .985;
}
.motion-item.from-up {
  --reveal-y: -30px;
}
.motion-item.from-down {
  --reveal-y: 34px;
}
.service-grid > .motion-item:nth-child(3n + 1),
.store-grid > .motion-item:nth-child(2n + 1),
.more-grid > .motion-item:nth-child(2n + 1),
.record-grid > .motion-item:nth-child(2n + 1) {
  --reveal-x: -18px;
}
.service-grid > .motion-item:nth-child(3n),
.store-grid > .motion-item:nth-child(2n),
.more-grid > .motion-item:nth-child(2n),
.record-grid > .motion-item:nth-child(2n) {
  --reveal-x: 18px;
}
.section-reveal.is-visible,
.motion-item.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--rest-y), 0) scale(1);
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 8px);
}
.plan-card.featured.motion-item {
  --rest-y: -14px;
}
.service-card.motion-item.is-visible:hover,
.plan-card.motion-item.is-visible:hover,
.more-grid article.motion-item.is-visible:hover,
.stats article.motion-item.is-visible:hover,
.record-card.motion-item.is-visible:hover {
  transform: translate3d(0, calc(var(--rest-y, 0px) - 6px), 0) scale(1.01) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}
.store-item.motion-item.is-visible:hover,
.store-item.motion-item.is-visible.active {
  transform: translate3d(0, -8px, 0) scale(1.01) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}
.hero-actions .motion-item.is-visible:hover {
  transform: translate3d(0, -3px, 0) scale(1.02);
}

@keyframes glassBgSweep {
  to { background-position: 540px 0, -680px 180px, 760px -240px; }
}
@keyframes glassDust {
  to { background-position: 140px -140px; }
}
@keyframes glassHeaderSweep {
  0%, 42% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}
@keyframes glassPanelShine {
  0%, 48% { transform: translateX(-120%) skewX(-8deg); }
  76%, 100% { transform: translateX(120%) skewX(-8deg); }
}
@keyframes printHeroSweep {
  0%, 45% { opacity: .2; clip-path: inset(0 82% 0 0 round 10px); }
  68% { opacity: .42; clip-path: inset(0 0 0 0 round 10px); }
  100% { opacity: .2; clip-path: inset(0 0 0 82% round 10px); }
}
@keyframes printGridSlide {
  to { background-position: 74px 0, 0 74px, 620px -180px; }
}
@keyframes printLightSweep {
  to { background-position: 720px -160px, -840px 220px, 940px -260px; }
}
@keyframes printHalftoneFloat {
  to { transform: translate3d(calc(var(--print-parallax-x, 0px) + 26px), calc(var(--print-parallax-y, 0px) - 18px), 0) rotate(5deg); }
}
@keyframes printRibbonFlow {
  to { transform: translate3d(42px, -20px, 0) scaleX(1.06); opacity: .72; }
}
@keyframes printSheetDrift {
  to { transform: translate3d(-22px, 26px, 0) rotate(-4deg); opacity: .68; }
}
@keyframes printMarkPulse {
  0%, 100% { opacity: .18; transform: scale(.92); }
  50% { opacity: .45; transform: scale(1.04); }
}
@keyframes printPanelSweep {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}
@keyframes pressBeltMove {
  to { background-position: 72px 0, 260px 0; }
}
@keyframes pressRoll {
  to { background-position: 54px 0, 0 0; }
}
@keyframes pressSheetFeed {
  0% { transform: translate3d(-150px, -16px, 0) rotate(-2deg); opacity: 0; }
  16% { opacity: .92; }
  54% { transform: translate3d(18vw, 0, 0) rotate(1deg); opacity: .92; }
  100% { transform: translate3d(48vw, 8px, 0) rotate(3deg); opacity: 0; }
}
@keyframes pressScan {
  0%, 34% { transform: translateX(-18%); opacity: 0; }
  48% { opacity: .82; }
  76%, 100% { transform: translateX(28%); opacity: 0; }
}
@keyframes pressGaugePulse {
  0%, 100% { opacity: .54; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.1); }
}
@keyframes pressInkPulse {
  0%, 100% { transform: scaleX(.54); opacity: .44; }
  50% { transform: scaleX(1); opacity: .78; }
}
@keyframes adminLockSpin {
  to { rotate: 360deg; }
}
@keyframes adminDenied {
  0%, 100% { transform: translateX(0); }
  22% { transform: translateX(-10px); }
  46% { transform: translateX(9px); }
  70% { transform: translateX(-5px); }
}
@keyframes adminApproved {
  0% { transform: scale(.985); filter: saturate(.86); }
  55% { transform: scale(1.015); filter: saturate(1.28); }
  100% { transform: scale(1); filter: saturate(1); }
}
@keyframes adminUnlockPage {
  from { opacity: .72; transform: translateY(12px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes drift {
  to { transform: translate3d(8vw, -6vh, 0) rotate(28deg) scale(1.08); }
}
@keyframes lineMove {
  to { background-position: 240px 0; }
}
@keyframes floatPress {
  50% { transform: rotateX(8deg) rotateY(-7deg) translateY(-18px); }
}
@keyframes roll {
  to { background-position: 72px 0; }
}
@keyframes printOut {
  0%, 18% { transform: translateY(-42px); opacity: .3; }
  42%, 78% { transform: translateY(20px); opacity: 1; }
  100% { transform: translateY(70px); opacity: 0; }
}
@keyframes spinBg {
  to { transform: rotate(360deg); }
}
@keyframes shine {
  0%, 40% { transform: translateX(-110%); }
  70%, 100% { transform: translateX(110%); }
}
@keyframes iconFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-7px) rotate(2deg); }
}
@keyframes iconPulse {
  0%, 100% { opacity: .25; transform: scale(.92); }
  50% { opacity: .72; transform: scale(1.08); }
}
@keyframes actionBreathe {
  0%, 100% { box-shadow: 0 0 0 rgba(255,255,255,0); }
  50% { box-shadow: 0 0 26px rgba(255,255,255,.22); }
}
@keyframes cardGridFlow {
  to { transform: translate3d(90px, -70px, 0) rotate(5deg); }
}
@keyframes starFloat {
  to { background-position: 130px -130px; }
}
@keyframes cardBlob {
  to { transform: translate3d(28px, -24px, 0) rotate(30deg) scale(1.18); }
}
@keyframes themePop {
  0% { transform: scale(.98); filter: saturate(.8); }
  55% { transform: scale(1.025); filter: saturate(1.35); }
  100% { transform: scale(1); filter: saturate(1); }
}
@keyframes socialOrbit {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-4px) rotate(4deg); }
}
@keyframes bgPulseField {
  to { transform: scale(1.08) rotate(7deg); opacity: .34; }
}
@keyframes bgLaserSweep {
  to { background-position: 520px 0, -520px 260px; }
}
@keyframes particleLift {
  0% { transform: translate3d(0, 40px, 0) scale(.65); opacity: 0; }
  16% { opacity: .75; }
  100% { transform: translate3d(42px, -120vh, 0) scale(1.4); opacity: 0; }
}
@keyframes selectedPlanPulse {
  0%, 100% { box-shadow: 0 18px 44px rgba(17,24,39,.08); }
  50% { box-shadow: 0 0 0 6px rgba(0,168,232,.12), 0 26px 64px rgba(17,24,39,.18); }
}
@keyframes selectedPlanSweep {
  0%, 42% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}
@keyframes formScan {
  to { transform: translateX(120%); }
}
@keyframes paidPulse {
  0% { transform: scale(.995); }
  55% { transform: scale(1.01); box-shadow: 0 0 0 8px rgba(24,160,88,.12), 0 24px 56px rgba(17,24,39,.12); }
  100% { transform: scale(1); }
}
@keyframes processingArrive {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes processingWave {
  from { transform: scale(.8); opacity: .72; }
  to { transform: scale(1.55); opacity: 0; }
}
@keyframes trackLoad {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(260%); }
}
@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(0,168,232,0); }
  50% { box-shadow: 0 0 0 7px rgba(0,168,232,.14); }
}
@keyframes statusComplete {
  0% { transform: scale(.88); }
  60% { transform: scale(1.14); }
  100% { transform: scale(1); }
}
@keyframes unlockBurst {
  from { opacity: 0; transform: scale(.94); }
  45% { opacity: 1; }
  to { opacity: 0; transform: scale(1.08); }
}
@keyframes ribbonSweep {
  to { background-position: 620px 0, -540px 240px, 700px -180px; }
}
@keyframes cardTilt {
  0%, 100% {
    transform: translate3d(0, var(--scroll-card-y, 0px), 0) rotateY(calc(-5deg + var(--tilt-y, 0deg))) rotateX(calc(3deg + var(--tilt-x, 0deg)));
  }
  50% {
    transform: translate3d(0, var(--scroll-card-float-y, -16px), 0) rotateY(calc(6deg + var(--tilt-y, 0deg))) rotateX(calc(4deg + var(--tilt-x, 0deg)));
  }
}
@keyframes unlockGlow {
  0% { box-shadow: 0 18px 52px rgba(17,24,39,.09); }
  45% { box-shadow: 0 0 0 8px rgba(0,168,232,.14), 0 20px 60px rgba(17,24,39,.12); }
  100% { box-shadow: 0 18px 52px rgba(17,24,39,.09); }
}
@keyframes revealCreator {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .hero,
  .vcard-hero,
  .builder-layout,
  .vcard-promo,
  .payment-layout,
  .account-grid,
  .dashboard-grid,
  .dashboard-hero,
  .store-hero,
  .contact-hero,
  .quote-section,
  .footer { grid-template-columns: 1fr; }
  .store-page .store-hero {
    grid-template-columns: 1fr;
  }
  .stats,
  .service-grid,
  .category-columns,
  .plan-grid,
  .record-grid,
  .store-grid,
  .more-grid,
  .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-direct { grid-template-columns: 1fr; }
  .phone-preview { position: relative; top: auto; }
  .payment-status { position: relative; top: auto; }
  .promo-card-stack { min-height: 270px; }
}

@media (max-width: 620px) {
  .site-header { padding: 12px 14px; }
  .brand img { height: 36px; }
  .nav-links {
    flex-wrap: wrap;
    gap: 8px 13px;
    overflow: visible;
    padding-bottom: 0;
  }
  .nav-links a {
    white-space: nowrap;
  }
  .header-action { min-height: 38px; padding: 0 12px; font-size: 13px; }
  .hero { min-height: auto; padding-top: 34px; }
  .store-page .store-hero {
    min-height: auto;
    padding-top: 28px;
    max-width: calc(100% - 36px);
  }
  .store-page .section-reveal.motion-item,
  .store-page .store-hero.motion-item,
  .store-page .store-grid > .motion-item:nth-child(2n + 1),
  .store-page .store-grid > .motion-item:nth-child(2n) {
    --reveal-x: 0px;
  }
  .store-page .store-hero > * {
    min-width: 0;
    max-width: 100%;
  }
  .store-page .store-hero h1 {
    max-width: 9ch;
    font-size: clamp(36px, 10.6vw, 42px);
    line-height: 1.04;
  }
  .store-page .store-hero .hero-text {
    width: 100%;
    max-width: 32ch;
    font-size: 16px;
    line-height: 1.55;
  }
  .store-page .store-three-vignette {
    background:
      linear-gradient(90deg, rgba(248,251,255,.84) 0 48%, transparent 78%),
      radial-gradient(circle at 58% 24%, transparent 0 40%, rgba(248,251,255,.28) 72%, rgba(248,251,255,.7) 100%),
      linear-gradient(180deg, rgba(248,251,255,.18), transparent 22% 76%, rgba(248,251,255,.86));
  }
  .store-page .store-visual {
    min-height: 292px;
  }
  .magic-app.store-page .store-hero {
    gap: 24px;
    align-items: stretch;
  }
  .magic-app.store-page .store-hero > div:first-child {
    order: 1;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background:
      radial-gradient(circle at 18% 16%, rgba(255,107,53,.18), transparent 34%),
      linear-gradient(135deg, rgba(8,14,28,.88), rgba(14,24,44,.76));
    box-shadow: 0 24px 70px rgba(0,0,0,.26);
    backdrop-filter: blur(18px) saturate(1.18);
  }
  .magic-app.store-page .store-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.04;
  }
  .magic-app.store-page .store-hero .hero-text {
    width: auto;
    max-width: 28ch;
    color: rgba(255,255,255,.9);
  }
  .magic-app.store-page .store-visual {
    order: 2;
    width: 100%;
    min-height: 260px;
    margin-top: 0;
  }
  .magic-app.store-page .store-three-vignette {
    background:
      linear-gradient(90deg, rgba(13,11,31,.48), transparent 32% 82%, rgba(13,11,31,.42)),
      linear-gradient(180deg, rgba(13,11,31,.24), transparent 26% 72%, rgba(13,11,31,.52));
  }
  .magic-app.dashboard-page .admin-lock-card {
    min-height: 360px;
    padding: 28px 18px;
  }
  .magic-app.dashboard-page .admin-lock-card h1 {
    max-width: 9ch;
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.02;
  }
  .hero-stage { min-height: 360px; }
  .print-machine { width: min(330px, 86vw); }
  .stats,
  .service-grid,
  .category-columns,
  .builder,
  .plan-grid,
  .record-grid,
  .store-grid,
  .dashboard-stats,
  .more-grid,
  .quote-form { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .digital-card { min-height: 500px; }
  .vcard-hero-preview { min-height: 500px; }
  .sample-phone { width: min(340px, 92vw); }
  .payment-row { grid-template-columns: 1fr; }
  .selected-plan { align-items: flex-start; flex-direction: column; }
}

.magic-home {
  --magic-dark: #100f24;
  --magic-mid: #1a1434;
  --magic-ink: #f8fbff;
  --magic-muted: rgba(248,251,255,.84);
  --magic-line: rgba(255,255,255,.2);
  --magic-orange: #ff6b35;
  --magic-gold: #f7931e;
  --magic-indigo: #6366f1;
  --magic-pink: #ec4899;
  --magic-cyan: #06b6d4;
  color: var(--magic-ink);
  background:
    radial-gradient(circle at 16% 12%, rgba(255,107,53,.22), transparent 0 26%),
    radial-gradient(circle at 80% 18%, rgba(99,102,241,.28), transparent 0 30%),
    radial-gradient(circle at 70% 80%, rgba(6,182,212,.18), transparent 0 28%),
    linear-gradient(135deg, #0d0b1f 0%, #1a1434 42%, #07131f 100%);
}
.magic-home .scroll-bg {
  z-index: -4;
  background:
    linear-gradient(115deg, rgba(255,107,53,.18), transparent 26% 64%, rgba(236,72,153,.18)),
    linear-gradient(45deg, rgba(6,182,212,.14), transparent 32% 70%, rgba(99,102,241,.22)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 82px),
    #0d0b1f;
}
.magic-home .scroll-bg::before {
  opacity: .5;
  mix-blend-mode: screen;
  background:
    linear-gradient(110deg, transparent 0 35%, rgba(255,107,53,.34) 36%, transparent 38% 100%),
    linear-gradient(72deg, transparent 0 55%, rgba(6,182,212,.28) 56%, transparent 58% 100%),
    radial-gradient(rgba(255,255,255,.16) 0 1px, transparent 1.5px);
  background-size: 640px 640px, 760px 760px, 22px 22px;
}
.magic-home .scroll-bg::after {
  opacity: .28;
  mix-blend-mode: screen;
}
.magic-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.magic-field span {
  position: absolute;
  width: clamp(140px, 18vw, 280px);
  height: 2px;
  opacity: .32;
  background: linear-gradient(90deg, transparent, var(--magic-cyan), var(--magic-pink), transparent);
  box-shadow: 0 0 30px rgba(6,182,212,.24);
  transform: rotate(-18deg);
  animation: magicTrace 13s linear infinite;
}
.magic-field span:nth-child(1) { left: 4%; top: 18%; animation-delay: -1s; }
.magic-field span:nth-child(2) { right: 4%; top: 28%; rotate: 13deg; animation-delay: -4s; }
.magic-field span:nth-child(3) { left: 18%; top: 54%; rotate: 8deg; animation-delay: -8s; }
.magic-field span:nth-child(4) { right: 16%; top: 68%; animation-delay: -2s; }
.magic-field span:nth-child(5) { left: 44%; top: 82%; rotate: -8deg; animation-delay: -6s; }
.magic-field span:nth-child(6) { left: 52%; top: 12%; rotate: 18deg; animation-delay: -10s; }
.magic-home .ink {
  opacity: .16;
  filter: blur(52px) saturate(1.35);
  mix-blend-mode: screen;
}
.magic-home .press-lines {
  opacity: .08;
  mix-blend-mode: screen;
}
.magic-home .print-motion-field {
  opacity: .52;
  mix-blend-mode: screen;
}
.magic-home .site-header {
  background:
    linear-gradient(90deg, rgba(12,10,30,.86), rgba(14,18,38,.68));
  border-bottom: 1px solid var(--magic-line);
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
  backdrop-filter: blur(22px) saturate(1.25);
}
.magic-home .brand img {
  filter: drop-shadow(0 12px 28px rgba(255,107,53,.18));
  animation: magicLogoFloat 6s var(--ease-soft) infinite;
}
.magic-home .nav-links a {
  position: relative;
  color: rgba(248,251,255,.9);
  transition: color .24s var(--ease-soft);
}
.magic-home .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--magic-orange), var(--magic-pink), var(--magic-cyan));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s var(--ease-fluid);
}
.magic-home .nav-links a:hover {
  color: #fff;
}
.magic-home .nav-links a:hover::after {
  transform: scaleX(1);
}
.magic-home .header-action,
.magic-home .btn {
  border-color: rgba(255,255,255,.14);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.magic-home .header-action,
.magic-home .btn.primary {
  background:
    linear-gradient(135deg, var(--magic-orange), var(--magic-pink) 48%, var(--magic-indigo));
  background-size: 180% 180%;
  animation: magicGradientShift 9s ease infinite;
}
.magic-home .btn.ghost {
  background: rgba(255,255,255,.08);
}
.magic-home .header-action::before,
.magic-home .btn::before {
  content: "";
  position: absolute;
  inset: auto auto 50% 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
  transform: translate(-50%, 50%);
  transition: width .42s var(--ease-fluid), height .42s var(--ease-fluid), opacity .42s var(--ease-fluid);
  opacity: 0;
}
.magic-home .header-action:hover::before,
.magic-home .btn:hover::before {
  width: 220px;
  height: 220px;
  opacity: .28;
}
.magic-home .hero {
  min-height: calc(100vh - 75px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  overflow: visible;
}
.magic-home .hero::before {
  inset: 12% 4% auto;
  height: 64%;
  opacity: .55;
  filter: blur(0);
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.18) 36%, transparent 39% 100%),
    radial-gradient(circle at 24% 24%, rgba(255,107,53,.28), transparent 34%),
    radial-gradient(circle at 78% 42%, rgba(6,182,212,.24), transparent 36%);
}
.magic-home .hero-copy {
  position: relative;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: 0 32px 100px rgba(0,0,0,.22);
  backdrop-filter: blur(18px) saturate(1.25);
}
.magic-home .hero-copy::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: 8px;
  opacity: .45;
  background:
    linear-gradient(90deg, var(--magic-orange) 0 24%, var(--magic-pink) 24% 50%, var(--magic-cyan) 50% 76%, var(--magic-gold) 76% 100%);
  filter: blur(24px);
}
.magic-home .eyebrow {
  color: var(--magic-orange);
  text-shadow: 0 0 22px rgba(255,107,53,.3);
}
.magic-home h1,
.magic-home h2,
.magic-home h3 {
  color: #fff;
}
.magic-home h1 {
  font-size: clamp(50px, 8vw, 108px);
  line-height: 1.02;
  text-shadow: 0 20px 70px rgba(236,72,153,.24);
}
.magic-home .hero-text,
.magic-home p {
  color: var(--magic-muted);
}
.magic-home .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.magic-home .hero-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 850;
}
.magic-home .hero-stage {
  perspective: 1300px;
}
.magic-home .print-machine {
  filter: drop-shadow(0 40px 90px rgba(0,0,0,.34));
}
.magic-home .stats,
.magic-home .service-card,
.magic-home .category-columns article,
.magic-home .plan-card,
.magic-home .more-grid article,
.magic-home .quote-form,
.magic-home .feature-list article,
.magic-home .process-grid article {
  border-color: rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
  backdrop-filter: blur(18px) saturate(1.18);
}
.magic-home .stats {
  gap: 16px;
}
.magic-home .stats article {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,107,53,.2), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
}
.magic-home .stats strong {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  text-shadow: 0 0 30px rgba(6,182,212,.22);
}
.magic-home .stats span {
  color: rgba(255,255,255,.78);
}
.magic-home .section-heading {
  max-width: 840px;
}
.magic-home .section-heading h2,
.magic-home .quote-section h2 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.07;
}
.about-section,
.process-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(56px, 8vw, 100px);
}
.magic-home .about-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .7fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
}
.magic-home .about-copy {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  backdrop-filter: blur(20px);
}
.magic-home .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.magic-home .feature-list article {
  min-height: 142px;
  padding: 18px;
}
.magic-home .feature-list strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
.magic-home .feature-list span {
  color: rgba(255,255,255,.78);
  font-weight: 650;
  line-height: 1.5;
}
.magic-home .about-shape {
  display: grid;
  min-height: 460px;
  place-items: center;
  perspective: 1200px;
}
.magic-home .about-print-card {
  display: grid;
  width: min(380px, 82vw);
  aspect-ratio: .72 / 1;
  place-content: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28% 8% 24% 8%;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, var(--magic-cyan) 0 24%, var(--magic-pink) 24% 48%, var(--magic-gold) 48% 72%, #101827 72% 100%) top / 100% 18px no-repeat,
    radial-gradient(circle at 20% 18%, rgba(255,107,53,.42), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  box-shadow: 0 40px 110px rgba(0,0,0,.26);
  transform: rotateX(8deg) rotateY(-14deg);
  animation: magicMorph 8s var(--ease-soft) infinite alternate, floatPress 9s var(--ease-soft) infinite;
}
.magic-home .about-print-card strong {
  font-size: clamp(70px, 10vw, 128px);
  line-height: 1;
}
.magic-home .service-grid,
.magic-home .process-grid,
.magic-home .more-grid {
  gap: 18px;
}
.magic-home .service-card,
.magic-home .process-grid article,
.magic-home .more-grid article {
  min-height: 250px;
  padding: 26px;
}
.magic-home .service-icon,
.magic-home .more-icon,
.magic-home .process-grid article span {
  box-shadow: 0 18px 36px rgba(0,0,0,.22), 0 0 28px rgba(6,182,212,.18);
}
.magic-home .service-card::after,
.magic-home .plan-card::after,
.magic-home .more-grid article::after {
  background: linear-gradient(90deg, rgba(255,107,53,.3), rgba(236,72,153,.26), rgba(6,182,212,.28));
}
.magic-home .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.magic-home .process-grid article {
  position: relative;
  overflow: hidden;
}
.magic-home .process-grid article span {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--magic-orange), var(--magic-pink), var(--magic-indigo));
  font-weight: 950;
}
.magic-home .process-grid article:hover span {
  animation: magicBadgeSpin .75s var(--ease-fluid);
}
.magic-home .product-band,
.magic-home .quote-section {
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 14% 14%, rgba(255,107,53,.2), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(6,182,212,.18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: 0 34px 100px rgba(0,0,0,.24);
  backdrop-filter: blur(20px) saturate(1.18);
}
.magic-home .more-section {
  border-color: rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,107,53,.18), transparent 34%),
    radial-gradient(circle at 92% 86%, rgba(6,182,212,.14), transparent 34%),
    linear-gradient(135deg, rgba(7,12,27,.94), rgba(12,22,42,.86));
  box-shadow: 0 34px 100px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(22px) saturate(1.2);
}
.magic-home .more-section .section-heading h2,
.magic-home .more-section .section-heading p {
  text-shadow: 0 12px 36px rgba(0,0,0,.36);
}
.magic-home .more-section .section-heading p {
  color: rgba(248,251,255,.88);
  font-weight: 650;
}
.magic-home .more-grid article {
  border-color: rgba(255,255,255,.18);
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.1), transparent 0 32%),
    linear-gradient(135deg, rgba(13,20,38,.96), rgba(18,30,53,.88));
  box-shadow: 0 22px 64px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.magic-home .more-grid article h3 {
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,.34);
}
.magic-home .more-grid article p {
  color: rgba(248,251,255,.86);
  font-weight: 650;
}
.magic-home .more-grid article::after {
  opacity: .1;
}
.magic-home .vcard-promo {
  border-color: rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 12% 16%, rgba(255,107,53,.18), transparent 32%),
    radial-gradient(circle at 92% 84%, rgba(6,182,212,.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: 0 30px 90px rgba(0,0,0,.24);
  backdrop-filter: blur(20px) saturate(1.2);
}
.magic-home .vcard-promo h3 {
  color: #fff;
}
.magic-home .vcard-promo p {
  color: var(--magic-muted);
}
.magic-home .category-columns article {
  box-shadow: none;
}
.magic-home .vcard-promo,
.magic-home .plan-grid {
  position: relative;
}
.magic-home .promo-card-stack,
.magic-home .mini-vcard,
.magic-home .sample-phone,
.magic-home .digital-card {
  filter: drop-shadow(0 28px 70px rgba(0,0,0,.32));
}
.magic-home .plan-card.featured {
  border-color: rgba(255,107,53,.34);
  box-shadow: 0 0 0 1px rgba(255,107,53,.18), 0 34px 90px rgba(255,107,53,.13);
}
.magic-home .quote-section {
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
  border-color: rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(255,107,53,.24), transparent 32%),
    radial-gradient(circle at 90% 78%, rgba(6,182,212,.18), transparent 34%),
    linear-gradient(135deg, rgba(6,10,24,.96), rgba(12,22,42,.88));
  box-shadow: 0 34px 100px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.12);
}
.magic-home .quote-section > div:first-child {
  padding: clamp(18px, 3vw, 28px);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
}
.magic-home .quote-section p {
  color: rgba(248,251,255,.88);
  font-weight: 650;
}
.magic-home .contact-stack {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.magic-home .contact-stack a {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(7,12,27,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .24s var(--ease-fluid), border-color .24s var(--ease-soft), background .24s var(--ease-soft);
}
.magic-home .contact-stack a:hover {
  transform: translateX(8px);
  border-color: rgba(6,182,212,.4);
  background: rgba(10,20,42,.8);
}
.magic-home .contact-stack strong {
  color: #fff;
}
.magic-home .contact-stack span {
  color: rgba(248,251,255,.9);
}
.magic-home .quote-form {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(9,15,31,.92), rgba(15,27,50,.82));
  box-shadow: 0 24px 74px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.magic-home .quote-form input,
.magic-home .quote-form select,
.magic-home .quote-form textarea {
  border-color: rgba(255,255,255,.22);
  color: #fff;
  background: rgba(3,7,18,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.magic-home .quote-form input::placeholder,
.magic-home .quote-form textarea::placeholder {
  color: rgba(248,251,255,.68);
}
.magic-home .quote-form input:focus,
.magic-home .quote-form select:focus,
.magic-home .quote-form textarea:focus {
  outline: none;
  border-color: rgba(6,182,212,.6);
  box-shadow: 0 0 0 5px rgba(6,182,212,.12), 0 0 30px rgba(6,182,212,.12);
  transform: translateY(-1px);
}
.magic-home .footer {
  border-top-color: rgba(255,255,255,.18);
  color: rgba(248,251,255,.88);
  background:
    radial-gradient(circle at 12% 10%, rgba(255,107,53,.12), transparent 34%),
    linear-gradient(135deg, rgba(6,10,24,.98), rgba(7,19,31,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.magic-home .footer p,
.magic-home .footer a {
  color: rgba(248,251,255,.86);
}
.magic-home .footer a:hover {
  color: #fff;
}
.magic-home .section-reveal,
.magic-home .motion-item {
  --reveal-y: 62px;
  --reveal-scale: .86;
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0px), var(--reveal-y), 0) rotateX(18deg) rotateY(-8deg) scale(var(--reveal-scale));
  filter: blur(22px) saturate(.76);
  transition:
    opacity .46s var(--ease-fluid) var(--stagger, 0s),
    transform .86s cubic-bezier(.34, 1.56, .64, 1) var(--stagger, 0s),
    filter .72s var(--ease-fluid) var(--stagger, 0s),
    clip-path .72s var(--ease-fluid) var(--stagger, 0s);
}
.magic-home .section-reveal.is-visible,
.magic-home .motion-item.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--rest-y, 0px), 0) rotateX(0) rotateY(0) scale(1);
  filter: blur(0) saturate(1);
}
.magic-home .service-grid > .motion-item:nth-child(3n + 1),
.magic-home .process-grid > .motion-item:nth-child(3n + 1),
.magic-home .more-grid > .motion-item:nth-child(2n + 1) {
  --reveal-x: -58px;
}
.magic-home .service-grid > .motion-item:nth-child(3n),
.magic-home .process-grid > .motion-item:nth-child(3n),
.magic-home .more-grid > .motion-item:nth-child(2n) {
  --reveal-x: 58px;
}
.magic-home .kinetic-word > span {
  transform: translate3d(0, 120%, 0) rotate(8deg) scale(.92);
}
.magic-home .is-visible .kinetic-word > span,
.magic-home .kinetic-text.is-visible .kinetic-word > span,
.magic-home .hero:not(.motion-item) .kinetic-word > span {
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

@keyframes magicGradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes magicTrace {
  from { transform: translate3d(-12vw, 0, 0) rotate(-18deg); }
  to { transform: translate3d(112vw, -24vh, 0) rotate(-18deg); }
}
@keyframes magicLogoFloat {
  50% { transform: translateY(-4px); filter: drop-shadow(0 18px 34px rgba(255,107,53,.28)); }
}
@keyframes magicMorph {
  0% { border-radius: 28% 8% 24% 8%; }
  50% { border-radius: 8% 26% 8% 30%; }
  100% { border-radius: 24% 8% 30% 8%; }
}
@keyframes magicBadgeSpin {
  to { transform: rotate(360deg) scale(1.08); }
}

@media (max-width: 920px) {
  .magic-home .hero,
  .magic-home .about-section,
  .magic-home .quote-section {
    grid-template-columns: 1fr;
  }
  .magic-home .feature-list,
  .magic-home .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .magic-home .hero-copy {
    padding: 24px;
    min-width: 0;
    max-width: 100%;
  }
  .magic-home .nav-links {
    scrollbar-width: none;
  }
  .magic-home .nav-links::-webkit-scrollbar {
    display: none;
  }
  .magic-home .nav-links a {
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .magic-home .hero {
    padding-top: 28px;
  }
  .magic-home .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
  }
  .magic-home .nav-links {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    width: 100%;
    justify-content: flex-start;
    gap: 8px 13px;
    overflow: visible;
    padding-bottom: 0;
  }
  .magic-home .header-action {
    width: 100%;
  }
  .magic-home .hero-copy {
    padding: 20px;
    overflow: visible;
  }
  .magic-home h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .magic-home .hero-text {
    max-width: 29ch;
    font-size: 17px;
    line-height: 1.55;
  }
  .magic-home .feature-list,
  .magic-home .process-grid {
    grid-template-columns: 1fr;
  }
  .magic-home .about-shape {
    min-height: 320px;
  }
  .magic-home .stats {
    grid-template-columns: 1fr;
  }
}

.magic-app {
  --app-dark: #0d0b1f;
  --app-panel: rgba(255,255,255,.1);
  --app-panel-soft: rgba(255,255,255,.065);
  --app-line: rgba(255,255,255,.22);
  --app-text: #f8fbff;
  --app-muted: rgba(248,251,255,.86);
  --app-orange: #ff6b35;
  --app-pink: #ec4899;
  --app-cyan: #06b6d4;
  --app-indigo: #6366f1;
  color: var(--app-text);
  background:
    radial-gradient(circle at 12% 14%, rgba(255,107,53,.18), transparent 0 26%),
    radial-gradient(circle at 86% 18%, rgba(99,102,241,.24), transparent 0 32%),
    radial-gradient(circle at 70% 82%, rgba(6,182,212,.16), transparent 0 28%),
    linear-gradient(135deg, #0d0b1f 0%, #1a1434 48%, #07131f 100%);
}
.magic-app .scroll-bg,
.magic-app .scroll-bg.vcard-bg {
  background:
    linear-gradient(115deg, rgba(255,107,53,.16), transparent 30% 66%, rgba(236,72,153,.14)),
    linear-gradient(45deg, rgba(6,182,212,.12), transparent 34% 72%, rgba(99,102,241,.2)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 78px),
    #0d0b1f;
}
.magic-app .scroll-bg::before,
.magic-app .scroll-bg::after,
.magic-app .vcard-bg::before,
.magic-app .vcard-bg::after {
  opacity: .24;
  mix-blend-mode: screen;
}
.magic-app .ink {
  opacity: .14;
  filter: blur(56px) saturate(1.35);
  mix-blend-mode: screen;
}
.magic-app .press-lines,
.magic-app .motion-ribbons {
  opacity: .12;
  mix-blend-mode: screen;
}
.magic-app .print-motion-field {
  opacity: .46;
  mix-blend-mode: screen;
}
.magic-app .site-header {
  background: linear-gradient(90deg, rgba(12,10,30,.88), rgba(14,18,38,.72));
  border-bottom: 1px solid var(--app-line);
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
  backdrop-filter: blur(22px) saturate(1.25);
}
.magic-app .brand img {
  filter: drop-shadow(0 12px 28px rgba(255,107,53,.2));
}
.magic-app .nav-links a {
  position: relative;
  color: rgba(248,251,255,.9);
}
.magic-app .nav-links a:hover {
  color: #fff;
}
.magic-app .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--app-orange), var(--app-pink), var(--app-cyan));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .26s var(--ease-fluid);
}
.magic-app .nav-links a:hover::after,
.magic-app.store-page .nav-links a[href="store.html"]::after,
.magic-app.vcard-page .nav-links a[href="vcard.html"]::after,
.magic-app.dashboard-page .nav-links a[href="dashboard.html"]::after,
.magic-app.contact-page .nav-links a[href="contact.html"]::after {
  transform: scaleX(1);
}
.magic-app .header-action,
.magic-app .btn.primary {
  border-color: rgba(255,255,255,.16);
  color: #fff;
  background:
    linear-gradient(135deg, var(--app-orange), var(--app-pink) 52%, var(--app-indigo));
  background-size: 180% 180%;
  box-shadow: 0 18px 48px rgba(236,72,153,.22);
  animation: magicGradientShift 9s ease infinite;
}
.magic-app .btn.ghost {
  color: #fff;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}
.magic-app h1,
.magic-app h2,
.magic-app h3,
.magic-app label {
  color: #fff;
}
.magic-app p,
.magic-app small,
.magic-app .hero-text {
  color: var(--app-muted);
}
.magic-app .eyebrow {
  color: var(--app-orange);
  text-shadow: 0 0 22px rgba(255,107,53,.32);
}
.magic-app .glass-panel,
.magic-app .app-form,
.magic-app .builder,
.magic-app .quote-form,
.magic-app .record-card,
.magic-app .store-item,
.magic-app .account-card,
.magic-app .search-panel,
.magic-app .payment-form,
.magic-app .payment-status,
.magic-app .creator-lock {
  border-color: var(--app-line);
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.14), transparent 0 32%),
    radial-gradient(circle at 12% 16%, rgba(255,107,53,.12), transparent 34%),
    radial-gradient(circle at 92% 84%, rgba(6,182,212,.1), transparent 34%),
    linear-gradient(135deg, rgba(8,14,28,.86), rgba(14,24,44,.72));
  box-shadow: 0 28px 82px rgba(0,0,0,.22);
  backdrop-filter: blur(22px) saturate(1.25);
}
.magic-app .glass-panel::before {
  opacity: .28;
  mix-blend-mode: screen;
}
.magic-app input,
.magic-app select,
.magic-app textarea {
  color: #fff;
  border-color: rgba(255,255,255,.14);
  background: rgba(6,10,24,.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.magic-app input::placeholder,
.magic-app textarea::placeholder {
  color: rgba(255,255,255,.5);
}
.magic-app input:focus,
.magic-app select:focus,
.magic-app textarea:focus {
  outline: none;
  border-color: rgba(6,182,212,.64);
  box-shadow: 0 0 0 5px rgba(6,182,212,.12), 0 0 30px rgba(6,182,212,.14);
}
.magic-app .store-hero,
.magic-app .vcard-hero,
.magic-app .dashboard-hero,
.magic-app .dashboard-lock {
  color: #fff;
}
.magic-app .store-hero h1,
.magic-app .vcard-hero h1,
.magic-app .dashboard-hero h1,
.magic-app .admin-lock-card h1 {
  color: #fff;
  line-height: 1.04;
  text-shadow: 0 20px 70px rgba(236,72,153,.25);
}
.magic-app.store-page .store-visual {
  border-color: rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 20% 18%, rgba(255,107,53,.28), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(6,182,212,.24), transparent 34%),
    linear-gradient(135deg, rgba(10,14,32,.96), rgba(16,35,64,.9));
  box-shadow: 0 38px 110px rgba(0,0,0,.3), 0 0 90px rgba(6,182,212,.14);
}
.magic-app.store-page .store-hero .hero-text {
  color: rgba(255,255,255,.88);
  border-left-color: rgba(6,182,212,.58);
  text-shadow: 0 10px 32px rgba(0,0,0,.3);
}
.magic-app.store-page .store-hero .eyebrow,
.magic-app.store-page .section-heading .eyebrow,
.magic-app.store-page .store-order-section .eyebrow {
  color: var(--app-orange);
}
.magic-app.store-page .store-item {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
}
.magic-app.store-page .store-item h3 {
  color: #fff;
}
.magic-app.store-page .store-item p {
  color: rgba(248,251,255,.84);
}
.magic-app.store-page .section-heading h2,
.magic-app.store-page .store-order-section h2 {
  color: #fff;
  text-shadow: 0 14px 46px rgba(0,0,0,.3);
}
.magic-app.store-page .section-heading p,
.magic-app.store-page .store-order-section p {
  color: var(--app-muted);
}
.magic-app.store-page .store-order-section .quote-form {
  color: var(--store-ink);
  border-color: rgba(255,255,255,.3);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.84));
}
.magic-app.store-page .store-order-section .quote-form input,
.magic-app.store-page .store-order-section .quote-form select,
.magic-app.store-page .store-order-section .quote-form textarea {
  color: var(--store-ink);
  border-color: rgba(8,17,31,.18);
  background: rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.magic-app.store-page .store-order-section .quote-form input::placeholder,
.magic-app.store-page .store-order-section .quote-form textarea::placeholder {
  color: rgba(8,17,31,.58);
}
.magic-app.store-page .print-motion-field {
  opacity: .3;
}
.magic-app.store-page .store-order-section {
  border-color: rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,107,53,.24), transparent 30%),
    radial-gradient(circle at 92% 74%, rgba(6,182,212,.2), transparent 36%),
    linear-gradient(135deg, rgba(9,13,30,.96), rgba(18,28,52,.88));
}
.magic-app.vcard-page .vcard-hero,
.magic-app.dashboard-page .dashboard-hero,
.magic-app.dashboard-page .admin-lock-card,
.magic-app .account-section,
.magic-app .creator-section,
.magic-app .dashboard-tools,
.magic-app .dashboard-grid,
.magic-app .section-block {
  position: relative;
}
.magic-app .creator-section {
  border-color: var(--app-line);
  background:
    radial-gradient(circle at 14% 18%, rgba(255,107,53,.16), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(6,182,212,.14), transparent 34%),
    linear-gradient(135deg, rgba(8,14,28,.92), rgba(14,24,44,.78));
  box-shadow: 0 30px 92px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.magic-app .creator-section .section-heading p,
.magic-app .account-card p {
  color: var(--app-muted);
}
.magic-app.vcard-page .sample-phone,
.magic-app.vcard-page .phone-preview,
.magic-app .digital-card {
  box-shadow: 0 34px 100px rgba(0,0,0,.32), 0 0 80px rgba(6,182,212,.12);
}
.magic-app.vcard-page .vcard-hero.section-reveal {
  --reveal-y: 28px;
  --reveal-scale: .96;
}
.magic-app.vcard-page .vcard-hero.section-reveal,
.magic-app.dashboard-page .dashboard-lock.section-reveal {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: none;
}
.magic-app.vcard-page .vcard-hero .kinetic-word > span,
.magic-app.dashboard-page .dashboard-lock .kinetic-word > span {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
  filter: blur(0);
}
.magic-app.vcard-page .vcard-hero .kinetic-word,
.magic-app.dashboard-page .dashboard-lock .kinetic-word {
  overflow: visible;
}
.magic-app.vcard-page .vcard-hero .media-reveal,
.magic-app.vcard-page .vcard-hero .digital-card.media-reveal {
  opacity: 1;
  filter: none;
  clip-path: none;
}
.magic-app.vcard-page .vcard-hero .hero-text {
  color: rgba(255,255,255,.88);
}
.magic-app .theme-btn {
  color: rgba(255,255,255,.86);
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}
.magic-app .theme-btn.active,
.magic-app .theme-btn:hover {
  color: #fff;
  border-color: rgba(6,182,212,.48);
  background: linear-gradient(135deg, rgba(255,107,53,.22), rgba(6,182,212,.18));
}
.magic-app.dashboard-page .dashboard-stats article {
  min-height: 150px;
  display: grid;
  align-content: center;
}
.magic-app.dashboard-page .dashboard-stats strong {
  color: #fff;
  text-shadow: 0 0 32px rgba(6,182,212,.24);
}
.magic-app.dashboard-page .glass-panel,
.magic-app.dashboard-page .app-form,
.magic-app.dashboard-page .account-card,
.magic-app.dashboard-page .search-panel,
.magic-app.dashboard-page .record-card {
  border-color: rgba(255,255,255,.22);
  background:
    linear-gradient(135deg, rgba(8,14,28,.9), rgba(14,24,44,.82));
  box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter: blur(26px) saturate(1.3);
}
.magic-app.dashboard-page .record-card h3,
.magic-app.dashboard-page .record-card p,
.magic-app.dashboard-page .record-card small,
.magic-app.dashboard-page .account-card h3,
.magic-app.dashboard-page .account-card p,
.magic-app.dashboard-page .app-form label,
.magic-app.dashboard-page .search-panel label,
.magic-app.dashboard-page .panel-heading h2,
.magic-app.dashboard-page .panel-heading p,
.magic-app.dashboard-page .dashboard-hero h1,
.magic-app.dashboard-page .dashboard-hero p,
.magic-app.dashboard-page .dashboard-lock h1,
.magic-app.dashboard-page .dashboard-lock .hero-text {
  color: #fff;
  text-shadow: 0 6px 24px rgba(0,0,0,.24);
}
.magic-app.dashboard-page .record-card small,
.magic-app.dashboard-page .account-card p,
.magic-app.dashboard-page .dashboard-hero .hero-text,
.magic-app.dashboard-page .dashboard-lock .hero-text {
  color: rgba(248,251,255,.88);
}
.magic-app .record-card small {
  color: rgba(248,251,255,.78);
}
.magic-app .app-badge {
  background: linear-gradient(135deg, var(--app-orange), var(--app-pink), var(--app-cyan));
  box-shadow: 0 12px 32px rgba(236,72,153,.2);
}
.magic-app .footer {
  border-top-color: rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(12,10,30,.94), rgba(7,19,31,.92));
}
.magic-app .footer p,
.magic-app .footer a {
  color: rgba(255,255,255,.72);
}
.magic-app .footer a:hover {
  color: #fff;
}
.magic-app .section-reveal,
.magic-app .motion-item {
  --reveal-y: 54px;
  --reveal-scale: .9;
  transform: translate3d(var(--reveal-x, 0px), var(--reveal-y), 0) rotateX(16deg) rotateY(-7deg) scale(var(--reveal-scale));
  filter: blur(20px) saturate(.78);
  transition:
    opacity .42s var(--ease-fluid) var(--stagger, 0s),
    transform .82s cubic-bezier(.34, 1.56, .64, 1) var(--stagger, 0s),
    filter .7s var(--ease-fluid) var(--stagger, 0s),
    clip-path .7s var(--ease-fluid) var(--stagger, 0s);
}
.magic-app .section-reveal.is-visible,
.magic-app .motion-item.is-visible {
  transform: translate3d(0, var(--rest-y, 0px), 0) rotateX(0) rotateY(0) scale(1);
  filter: blur(0) saturate(1);
}

@media (max-width: 920px) {
  .magic-app .nav-links {
    scrollbar-width: none;
  }
  .magic-app .nav-links::-webkit-scrollbar {
    display: none;
  }
  .magic-app .nav-links a {
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .magic-app .store-hero h1,
  .magic-app .vcard-hero h1,
  .magic-app .dashboard-hero h1,
  .magic-app .admin-lock-card h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.06;
  }
  .magic-app .store-hero .hero-text,
  .magic-app .vcard-hero .hero-text,
  .magic-app .dashboard-hero .hero-text,
  .magic-app .admin-lock-card .hero-text {
    max-width: 31ch;
    font-size: 16px;
    line-height: 1.55;
  }
  .magic-app .section-reveal,
  .magic-app .motion-item {
    --reveal-x: 0px;
  }
  .contact-hero {
    width: min(720px, calc(100% - 28px));
    min-height: auto;
  }
  .contact-copy h1 {
    max-width: 10ch;
    font-size: clamp(36px, 10vw, 46px);
  }
  .contact-copy .hero-text {
    max-width: 30ch;
    font-size: 16px;
    line-height: 1.55;
    text-wrap: auto;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-info-grid {
    width: min(720px, calc(100% - 28px));
    grid-template-columns: 1fr;
  }
  .contact-direct div,
  .contact-info-grid article {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .print-motion-field,
  .motion-ribbons,
  .bg-particles {
    display: none;
  }
  .site-header,
  .glass-panel,
  .magic-home .hero-copy,
  .magic-home .stats,
  .magic-home .service-card,
  .magic-home .category-columns article,
  .magic-home .plan-card,
  .magic-home .more-grid article,
  .magic-home .quote-form,
  .magic-home .feature-list article,
  .magic-home .process-grid article {
    backdrop-filter: none;
  }
  .ink,
  .magic-home .ink,
  .magic-app .ink {
    opacity: .1;
    filter: blur(28px);
  }
  .scroll-bg::before,
  .scroll-bg::after,
  .vcard-bg::before,
  .vcard-bg::after,
  .press-lines {
    animation-duration: 34s;
  }
  .section-reveal,
  .motion-item,
  .media-reveal,
  .magic-home .section-reveal,
  .magic-home .motion-item,
  .magic-app .section-reveal,
  .magic-app .motion-item {
    filter: none;
    clip-path: none;
  }
}

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