:root {
  --bg: #05070d;
  --bg-soft: #090d16;
  --panel: #0d1420;
  --panel-2: #121b29;
  --ink: #f1f8f3;
  --muted: #a8b9ae;
  --line: #26344a;
  --green: #55e58e;
  --green-2: #b7ffd2;
  --amber: #ffc764;
  --blue: #75b8ff;
  --purple: #9b6cff;
  --purple-2: #d1c0ff;
  --glass: rgba(12, 20, 29, .68);
  --glass-strong: rgba(12, 23, 28, .84);
  --glass-line: rgba(218, 255, 232, .16);
  --glass-highlight: rgba(255, 255, 255, .11);
  --danger: #ff9d9d;
  --shadow: 0 22px 70px rgba(0, 0, 0, .35);
  --radius: 22px;
  --max: 1120px;
}

/* Liquid-glass motion and conversion polish */
.site-loader {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(85, 229, 142, .16), transparent 24rem),
    radial-gradient(circle at 58% 48%, rgba(155, 108, 255, .17), transparent 28rem),
    #03050a;
  color: var(--ink);
  text-align: center;
  animation: loader-auto-exit .7s cubic-bezier(.2, .7, .2, 1) 2.25s forwards;
}

body.uplink-active {
  overflow: hidden;
}

.site-loader {
  display: block;
  cursor: pointer;
  animation: none;
  background:
    radial-gradient(120% 100% at 50% 40%, rgba(9, 28, 20, .96) 0%, rgba(5, 7, 14, .99) 54%, #010205 100%);
}

.site-loader canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.site-loader-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 560px);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .75, .2, 1);
}

.site-loader-brand.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.site-loader-logo {
  color: var(--ink);
  font-size: clamp(1.22rem, 5.7vw, 1.9rem);
  font-weight: 950;
  letter-spacing: .19em;
  text-shadow: 0 0 34px rgba(85, 229, 142, .52);
}

.site-loader-logo span {
  color: var(--green);
}

.site-loader-status {
  min-height: 16px;
  margin-top: 12px;
  color: var(--purple-2);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: clamp(9px, 2.9vw, 11px);
  font-weight: 800;
  letter-spacing: .3em;
}

.site-loader-signal {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.site-loader-signal i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(85, 229, 142, .8);
  animation: uplink-signal 1.1s ease-in-out infinite;
}

.site-loader-signal i:nth-child(2) {
  background: #77efd1;
  animation-delay: .15s;
}

.site-loader-signal i:nth-child(3) {
  background: var(--purple);
  box-shadow: 0 0 12px rgba(155, 108, 255, .8);
  animation-delay: .3s;
}

.site-loader-skip {
  margin-top: 24px;
  color: rgba(168, 185, 174, .62);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
}

.uplink-orbit {
  --orbit-scale-y: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(76vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(85, 229, 142, .16);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(18deg) scaleY(var(--orbit-scale-y));
  box-shadow: inset 0 0 90px rgba(85, 229, 142, .035);
  animation: uplink-orbit-spin 12s linear infinite;
}

.uplink-orbit::before,
.uplink-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.uplink-orbit::before {
  inset: 10%;
  border: 1px dashed rgba(155, 108, 255, .18);
}

.uplink-orbit::after {
  left: 50%;
  top: -5px;
  width: 9px;
  height: 9px;
  background: var(--green);
  box-shadow: 0 0 24px rgba(85, 229, 142, .9);
}

.uplink-orbit.orbit-two {
  --orbit-scale-y: .46;
  width: min(92vw, 860px);
  border-color: rgba(155, 108, 255, .1);
  transform: translate(-50%, -50%) rotate(-32deg) scaleY(var(--orbit-scale-y));
  animation-direction: reverse;
  animation-duration: 17s;
}

.uplink-hud {
  position: absolute;
  z-index: 2;
  top: clamp(18px, 4vw, 42px);
  display: grid;
  gap: 5px;
  color: rgba(229, 239, 232, .7);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .16em;
  pointer-events: none;
}

.uplink-hud span {
  color: rgba(168, 185, 174, .52);
}

.uplink-hud strong {
  color: rgba(226, 241, 231, .86);
  font-size: 10px;
}

.uplink-hud-left {
  left: clamp(16px, 4vw, 48px);
}

.uplink-hud-right {
  right: clamp(16px, 4vw, 48px);
  text-align: right;
}

.uplink-hud i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(85, 229, 142, .9);
  animation: rete-pulse 1.2s ease-in-out infinite;
}

.uplink-progress {
  width: min(78vw, 360px);
  height: 4px;
  margin: 21px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 0 26px rgba(85, 229, 142, .07);
}

.uplink-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), #73efd1 48%, var(--purple));
  box-shadow: 0 0 18px rgba(85, 229, 142, .72);
  transition: width .12s linear;
}

.uplink-progress-copy {
  width: min(78vw, 360px);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 8px auto 0;
  color: rgba(168, 185, 174, .6);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.uplink-progress-copy b {
  color: var(--green-2);
}

@keyframes uplink-signal {
  0%, 100% { opacity: .35; transform: translateY(0) scale(.82); }
  50% { opacity: 1; transform: translateY(-3px) scale(1.12); }
}

@keyframes uplink-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg) scaleY(var(--orbit-scale-y)); }
  to { transform: translate(-50%, -50%) rotate(360deg) scaleY(var(--orbit-scale-y)); }
}

.site-loader.is-finished {
  animation: loader-exit .58s cubic-bezier(.2, .7, .2, 1) forwards;
}

.site-loader-glow {
  position: absolute;
  width: min(68vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(85, 229, 142, .12);
  border-radius: 50%;
  box-shadow:
    0 0 70px rgba(85, 229, 142, .13),
    inset 0 0 70px rgba(155, 108, 255, .1);
  animation: loader-orbit 3.4s ease-in-out infinite;
}

.site-loader-mark {
  position: relative;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .035)),
    rgba(9, 18, 20, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 18px 55px rgba(0, 0, 0, .5),
    0 0 38px rgba(85, 229, 142, .18);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
  transform: rotate(-5deg);
  animation: loader-mark 1.9s ease-in-out infinite;
}

.site-loader-mark span {
  color: var(--green);
  font-size: 2rem;
  font-weight: 950;
  text-shadow: 0 0 24px rgba(85, 229, 142, .65);
}

.site-loader p {
  position: relative;
  margin: 4px 0 0;
  font-size: clamp(1.05rem, 4.5vw, 1.35rem);
  font-weight: 850;
  letter-spacing: -.02em;
}

.site-loader small {
  position: relative;
  color: var(--purple-2);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .24em;
}

.site-loader-track {
  position: relative;
  width: min(64vw, 240px);
  height: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}

.site-loader-track span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), #7df3de 52%, var(--purple));
  box-shadow: 0 0 18px rgba(85, 229, 142, .55);
  transform-origin: left;
  animation: loader-progress 1.65s cubic-bezier(.2, .75, .25, 1) both;
}

@keyframes loader-progress {
  from { transform: scaleX(.04); }
  to { transform: scaleX(1); }
}

@keyframes loader-mark {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes loader-orbit {
  0%, 100% { transform: scale(.9); opacity: .5; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes loader-auto-exit {
  to { opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.025); }
}

@keyframes loader-exit {
  to { opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.025); }
}

html.liquid-ui .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 54px;
  padding: 14px 22px;
  border-color: rgba(190, 255, 215, .28);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 45%),
    linear-gradient(115deg, #51e58a, #73efc2 58%, #9d7cff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .35),
    inset 0 -1px 0 rgba(0, 0, 0, .16),
    0 12px 34px rgba(85, 229, 142, .2),
    0 4px 14px rgba(0, 0, 0, .28);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, border-color .22s ease;
}

html.liquid-ui .button::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -100% 40% -100% -35%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .32), transparent);
  transform: translateX(-120%) rotate(8deg);
  transition: transform .65s ease;
}

html.liquid-ui .button:hover::after,
html.liquid-ui .button:focus-visible::after {
  transform: translateX(220%) rotate(8deg);
}

html.liquid-ui .button:hover {
  transform: translateY(-3px) scale(1.012);
  filter: saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    0 18px 42px rgba(85, 229, 142, .27),
    0 7px 20px rgba(0, 0, 0, .32);
}

html.liquid-ui .button:active {
  transform: translateY(0) scale(.985);
}

html.liquid-ui .button.secondary,
html.liquid-ui .button.phone {
  border-color: var(--glass-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .025)),
    var(--glass);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    0 12px 30px rgba(0, 0, 0, .26),
    0 0 26px rgba(155, 108, 255, .08);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
}

html.liquid-ui .button.phone {
  border-color: rgba(155, 108, 255, .35);
  color: #ebe5ff;
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    0 12px 30px rgba(0, 0, 0, .26),
    0 0 28px rgba(155, 108, 255, .14);
}

html.liquid-ui .button:disabled {
  cursor: wait;
  filter: grayscale(.25);
  opacity: .7;
}

.work-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.work-section::before,
.work-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.work-section::before {
  width: 310px;
  height: 310px;
  top: 6%;
  right: -180px;
  background: rgba(155, 108, 255, .09);
  animation: glass-float 9s ease-in-out infinite;
}

.work-section::after {
  width: 250px;
  height: 250px;
  left: -160px;
  bottom: 10%;
  background: rgba(85, 229, 142, .08);
  animation: glass-float 11s ease-in-out -3s infinite reverse;
}

html.liquid-ui .work-card {
  border-color: var(--glass-line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .025) 46%),
    linear-gradient(160deg, rgba(16, 36, 29, .82), rgba(15, 16, 31, .76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 18px 42px rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
  transition: border-color .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease;
}

html.liquid-ui .work-card:hover {
  border-color: rgba(119, 242, 166, .48);
  transform: translateY(-6px) scale(1.008);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .15),
    0 24px 55px rgba(0, 0, 0, .38),
    0 0 35px rgba(85, 229, 142, .09);
}

html.liquid-ui .work-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 32%, rgba(3, 7, 10, .15));
  pointer-events: none;
}

html.liquid-ui .work-shot img {
  transition: transform .8s cubic-bezier(.2, .75, .2, 1), filter .35s ease;
}

html.liquid-ui .work-card:hover .work-shot img {
  transform: scale(1.025);
  filter: saturate(1.06);
}

html.liquid-ui .live-pill {
  border-color: rgba(143, 255, 187, .55);
  background: rgba(5, 13, 14, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 6px 24px rgba(0, 0, 0, .25);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
}

html.liquid-ui .live-pill::before {
  animation: live-breathe 2.15s ease-in-out infinite;
}

.js .work-grid:not(.is-expanded) .work-extra {
  display: none;
}

.work-grid.is-expanded .work-extra {
  animation: card-arrive .55s cubic-bezier(.2, .75, .2, 1) both;
}

.work-grid.is-expanded .work-extra:nth-of-type(5) { animation-delay: .06s; }
.work-grid.is-expanded .work-extra:nth-of-type(6) { animation-delay: .12s; }
.work-grid.is-expanded .work-extra:nth-of-type(7) { animation-delay: .18s; }

.work-reveal {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.work-controls {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.work-controls .work-reveal {
  margin-top: 0;
}

.preview-mode-button.is-active {
  border-color: rgba(85, 229, 142, .58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .025)),
    linear-gradient(135deg, rgba(85, 229, 142, .13), rgba(155, 108, 255, .11)),
    rgba(10, 19, 25, .78);
}

.preview-mode-button.is-active .preview-mode-icon {
  color: var(--green-2);
  box-shadow: 0 0 22px rgba(85, 229, 142, .22);
  animation: live-breathe 2.15s ease-in-out infinite;
}

.client-live-frame {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  border: 0;
  background: #fff;
  pointer-events: none;
  transform: scale(var(--preview-scale, .35));
  transform-origin: top left;
  opacity: 0;
  transition: opacity .45s ease;
}

.work-shot.is-live-preview:not(.is-loading-preview) .client-live-frame {
  opacity: 1;
}

.work-shot.is-loading-preview::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(100deg, transparent 28%, rgba(85, 229, 142, .12) 48%, rgba(155, 108, 255, .12) 54%, transparent 72%);
  background-size: 220% 100%;
  animation: preview-shimmer 1.25s linear infinite;
  pointer-events: none;
}

@keyframes preview-shimmer {
  to { background-position: -220% 0; }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-helper-fab {
  position: fixed;
  z-index: 270;
  right: 18px;
  bottom: calc(max(10px, env(safe-area-inset-bottom)) + 96px);
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px 7px 7px;
  border: 1px solid rgba(198, 255, 219, .28);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .025)),
    rgba(6, 15, 21, .82);
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 18px 48px rgba(0, 0, 0, .44),
    0 0 30px rgba(155, 108, 255, .12);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  transition: transform .22s ease, border-color .22s ease;
}

.site-helper-fab:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 229, 142, .58);
}

.site-helper-icon,
.site-helper-avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(190, 255, 215, .38);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #72efc0 58%, var(--purple));
  color: #07150d;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 0 24px rgba(85, 229, 142, .24);
}

.site-helper-pulse {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(85, 229, 142, .35);
  border-radius: 50%;
  animation: helper-pulse 2.4s ease-out infinite;
}

.site-helper {
  position: fixed;
  z-index: 280;
  right: 16px;
  bottom: calc(max(10px, env(safe-area-inset-bottom)) + 94px);
  width: min(390px, calc(100vw - 24px));
  max-height: min(620px, calc(100dvh - 130px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(206, 255, 224, .2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(155, 108, 255, .17), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .02)),
    rgba(5, 12, 18, .92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 28px 90px rgba(0, 0, 0, .62),
    0 0 45px rgba(85, 229, 142, .09);
  -webkit-backdrop-filter: blur(30px) saturate(165%);
  backdrop-filter: blur(30px) saturate(165%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(.96);
  transform-origin: bottom right;
  transition: opacity .28s ease, visibility .28s ease, transform .38s cubic-bezier(.2, .75, .2, 1);
}

.site-helper.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.site-helper-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .035);
}

.site-helper-avatar {
  width: 42px;
  height: 42px;
}

.site-helper-head strong,
.site-helper-head small {
  display: block;
}

.site-helper-head strong {
  font-size: 14px;
}

.site-helper-head small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.site-helper-head small i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px var(--green);
}

.site-helper-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .055);
  color: var(--ink);
  font-size: 21px;
  cursor: pointer;
}

.site-helper-messages {
  min-height: 170px;
  max-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 15px;
  overflow-y: auto;
}

.helper-message {
  max-width: 87%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 17px;
  font-size: 13px;
  line-height: 1.48;
  animation: helper-message-in .3s ease both;
}

.helper-message.bot {
  align-self: flex-start;
  border-bottom-left-radius: 5px;
  background: rgba(255, 255, 255, .055);
  color: #e8f5eb;
}

.helper-message.user {
  align-self: flex-end;
  border-color: rgba(85, 229, 142, .26);
  border-bottom-right-radius: 5px;
  background: linear-gradient(135deg, rgba(85, 229, 142, .18), rgba(155, 108, 255, .15));
  color: var(--green-2);
}

.site-helper-quick {
  display: flex;
  gap: 7px;
  padding: 0 13px 11px;
  overflow-x: auto;
}

.site-helper-quick button {
  min-width: max-content;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(155, 108, 255, .27);
  border-radius: 999px;
  background: rgba(155, 108, 255, .08);
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.site-helper-form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
  padding: 11px 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.site-helper-form input {
  min-width: 0;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  color: var(--ink);
}

.site-helper-form button {
  min-height: 46px;
  border: 1px solid rgba(190, 255, 215, .38);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green), #75efc6 58%, var(--purple));
  color: #07150d;
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
}

.site-helper-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 12px 12px;
}

.site-helper-actions a {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(85, 229, 142, .23);
  border-radius: 14px;
  background: rgba(85, 229, 142, .07);
  color: var(--green-2);
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

@keyframes helper-pulse {
  0% { opacity: .7; transform: scale(.82); }
  75%, 100% { opacity: 0; transform: scale(1.3); }
}

@keyframes helper-message-in {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 680px) {
  .work-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .work-reveal-button {
    height: 100%;
  }
}

@media (min-width: 820px) {
  .site-helper-fab {
    right: 112px;
    bottom: 22px;
  }

  .site-helper {
    right: 112px;
    bottom: 84px;
  }
}

@media (max-width: 359px) {
  .site-helper-label {
    display: none;
  }

  .site-helper-fab {
    width: 54px;
    padding: 7px;
  }
}

.work-reveal-button {
  width: min(100%, 430px);
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 11px 14px;
  border: 1px solid rgba(178, 255, 207, .22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025)),
    rgba(10, 19, 25, .72);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 16px 40px rgba(0, 0, 0, .3),
    0 0 28px rgba(155, 108, 255, .08);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.work-reveal-button:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 229, 142, .5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .15),
    0 20px 46px rgba(0, 0, 0, .36),
    0 0 34px rgba(85, 229, 142, .1);
}

.work-reveal-button:active {
  transform: scale(.985);
}

.work-reveal-icon,
.work-reveal-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(85, 229, 142, .36);
  border-radius: 50%;
  background: rgba(85, 229, 142, .1);
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
}

.work-reveal-arrow {
  width: 34px;
  height: 34px;
  border-color: rgba(155, 108, 255, .34);
  background: rgba(155, 108, 255, .1);
  color: var(--purple-2);
  font-size: 15px;
  transition: transform .25s ease;
}

.work-reveal-copy {
  min-width: 0;
}

.work-reveal-copy strong,
.work-reveal-copy small {
  display: block;
}

.work-reveal-copy strong {
  font-size: 14px;
  line-height: 1.25;
}

.work-reveal-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

html.liquid-ui .mobile-dock {
  border-color: rgba(221, 255, 233, .18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025)),
    rgba(5, 12, 18, .78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 24px 70px rgba(0, 0, 0, .58),
    0 0 35px rgba(155, 108, 255, .09);
  -webkit-backdrop-filter: blur(26px) saturate(165%);
  backdrop-filter: blur(26px) saturate(165%);
  animation: dock-arrive .7s cubic-bezier(.2, .75, .2, 1) .9s both;
}

html.liquid-ui .dock-action {
  min-height: 72px;
  border-radius: 18px;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

html.liquid-ui .dock-action:hover,
html.liquid-ui .dock-action:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, .045);
  transform: translateY(-2px);
}

html.liquid-ui .dock-circle {
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .02)),
    rgba(17, 27, 39, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 8px 22px rgba(0, 0, 0, .25);
}

html.liquid-ui .dock-action.primary .dock-circle {
  border-color: rgba(190, 255, 215, .45);
  background: linear-gradient(135deg, var(--green), #7af0c0 58%, var(--purple));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .35),
    0 0 30px rgba(85, 229, 142, .3);
  animation: booking-breathe 2.8s ease-in-out infinite;
}

html.liquid-ui .dock-action.call .dock-circle {
  border-color: rgba(155, 108, 255, .4);
  color: var(--purple-2);
}

html.liquid-ui .modal {
  background:
    radial-gradient(circle at 50% 100%, rgba(85, 229, 142, .12), transparent 28rem),
    rgba(1, 3, 8, .78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

html.liquid-ui .modal.open .modal-card {
  animation: modal-arrive .45s cubic-bezier(.18, .85, .3, 1) both;
}

html.liquid-ui .modal-card,
html.liquid-ui .slot-button,
html.liquid-ui .modal-close {
  border-color: var(--glass-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .022)),
    var(--glass-strong);
  box-shadow: inset 0 1px 0 var(--glass-highlight), 0 18px 55px rgba(0, 0, 0, .34);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

html.liquid-ui .slot-button {
  min-height: 50px;
  border-radius: 15px;
  box-shadow: inset 0 1px 0 var(--glass-highlight), 0 6px 16px rgba(0, 0, 0, .18);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

html.liquid-ui .slot-button:hover {
  transform: translateY(-2px);
  border-color: rgba(155, 108, 255, .45);
}

html.liquid-ui .slot-button.selected {
  border-color: rgba(85, 229, 142, .7);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .15), transparent),
    rgba(85, 229, 142, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 24px rgba(85, 229, 142, .12);
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(20px) scale(.992);
  transition:
    opacity .65s ease var(--reveal-delay, 0ms),
    transform .65s cubic-bezier(.2, .75, .2, 1) var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes live-breathe {
  0%, 100% { opacity: .72; transform: scale(.9); box-shadow: 0 0 7px currentColor; }
  50% { opacity: 1; transform: scale(1.18); box-shadow: 0 0 14px currentColor; }
}

@keyframes booking-breathe {
  0%, 100% { transform: scale(1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 0 25px rgba(85, 229, 142, .25); }
  50% { transform: scale(1.04); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 0 38px rgba(155, 108, 255, .3); }
}

@keyframes glass-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, 22px, 0) scale(1.08); }
}

@keyframes card-arrive {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: none; }
}

@keyframes modal-arrive {
  from { opacity: 0; transform: translateY(28px) scale(.97); }
  to { opacity: 1; transform: none; }
}

@keyframes dock-arrive {
  from { opacity: 0; transform: translate(-50%, 18px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (min-width: 820px) {
  @keyframes dock-arrive {
    from { opacity: 0; transform: translateY(58%); }
    to { opacity: 1; transform: translateY(50%); }
  }
}

@media (max-width: 559px) {
  .hero-actions,
  .cta-actions {
    display: grid;
    gap: 10px;
  }

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

  .button {
    min-height: 56px;
    border-radius: 19px;
  }

  .work-card {
    border-radius: 22px;
  }

  .work-reveal-button {
    min-height: 76px;
  }
}

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

  .site-loader {
    display: none;
  }

  .motion-ready .reveal-item {
    opacity: 1;
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(circle at 85% -10%, rgba(85, 229, 142, .15), transparent 30rem),
    radial-gradient(circle at -15% 45%, rgba(155, 108, 255, .13), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #07100b;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 32px, 760px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(85, 229, 142, .15);
  background: rgba(5, 7, 13, .9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .08em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(85, 229, 142, .7);
  border-radius: 50%;
  background: rgba(85, 229, 142, .11);
  color: var(--green);
  box-shadow: 0 0 28px rgba(85, 229, 142, .15);
}

.brand b {
  color: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-toggle {
  min-height: 42px;
  display: none;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  padding: 8px 12px;
  border: 1px solid rgba(221, 255, 233, .16);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025)),
    rgba(8, 15, 22, .78);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11);
}

.nav-toggle > span:first-child,
.nav-toggle > span:first-child::before,
.nav-toggle > span:first-child::after {
  width: 16px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--green);
  transition: transform .28s ease, opacity .28s ease;
}

.nav-toggle > span:first-child {
  position: relative;
}

.nav-toggle > span:first-child::before,
.nav-toggle > span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle > span:first-child::before {
  top: -5px;
}

.nav-toggle > span:first-child::after {
  top: 5px;
  background: var(--purple-2);
}

.nav-toggle[aria-expanded="true"] > span:first-child {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] > span:first-child::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] > span:first-child::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-command-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 12px 0 18px;
  border-bottom: 1px solid rgba(85, 229, 142, .14);
  background:
    radial-gradient(circle at 18% 0, rgba(85, 229, 142, .1), transparent 28rem),
    radial-gradient(circle at 84% 20%, rgba(155, 108, 255, .11), transparent 26rem),
    rgba(3, 7, 12, .96);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.nav-command-menu.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.nav-command-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.nav-command-grid > a,
.nav-command-grid > button {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  padding: 14px;
  border: 1px solid rgba(221, 255, 233, .11);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018)),
    rgba(7, 13, 20, .72);
  color: var(--ink);
  text-align: left;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.nav-command-grid > a:hover,
.nav-command-grid > button:hover {
  border-color: rgba(85, 229, 142, .36);
  background: rgba(85, 229, 142, .08);
  transform: translateY(-2px);
}

.nav-command-grid span {
  grid-row: span 2;
  color: var(--purple-2);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

.nav-command-grid strong {
  font-size: 13px;
}

.nav-command-grid small {
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-command-grid .nav-command-book {
  border-color: rgba(85, 229, 142, .28);
  background: linear-gradient(135deg, rgba(85, 229, 142, .16), rgba(155, 108, 255, .12));
  font: inherit;
  cursor: pointer;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: var(--green);
  color: #06200f;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(85, 229, 142, .18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(85, 229, 142, .25);
}

.button.secondary {
  border-color: var(--line);
  background: var(--panel);
  color: var(--ink);
  box-shadow: none;
}

.button.phone {
  border-color: rgba(255, 199, 100, .45);
  background: rgba(255, 199, 100, .12);
  color: var(--amber);
  box-shadow: none;
}

.button.small {
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 14px;
}

.button.wide {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(85, 229, 142, .3);
  border-radius: 999px;
  background: rgba(85, 229, 142, .08);
  color: var(--green-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.hero {
  padding: 54px 0 42px;
}

.hero-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.hero h1,
.funnel-hero h1 {
  max-width: 820px;
  margin: 18px 0 16px;
  font-size: clamp(2.25rem, 11vw, 4.85rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero h1 span,
.funnel-hero h1 span {
  color: var(--green);
}

.hero-copy,
.funnel-copy {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.04rem, 4vw, 1.25rem);
  line-height: 1.55;
}

.hero-copy strong,
.funnel-copy strong {
  color: var(--ink);
}

.hero-actions {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.micro-proof span::before {
  content: "✓";
  margin-right: 6px;
  color: var(--green);
  font-weight: 900;
}

.offer-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(85, 229, 142, .36);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(85, 229, 142, .1), transparent 48%),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.offer-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border: 24px solid rgba(85, 229, 142, .08);
  border-radius: 50%;
}

.offer-label {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.price {
  margin: 7px 0 1px;
  font-size: clamp(2.8rem, 14vw, 5rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
}

.price-note {
  color: var(--muted);
}

.offer-list,
.check-list {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.offer-list li,
.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
}

.offer-list li::before,
.check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(85, 229, 142, .12);
  color: var(--green);
  font-weight: 950;
}

.section {
  padding: 58px 0;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-head.left {
  margin-left: 0;
  text-align: left;
}

.section h2 {
  margin: 0 0 10px;
  font-size: clamp(1.85rem, 7vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.section-head p,
.muted {
  color: var(--muted);
}

.proof-strip {
  padding: 17px 0;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, .018);
}

.proof-links {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}

.proof-links a {
  min-width: max-content;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.proof-links a::before {
  content: "●";
  margin-right: 7px;
  color: var(--green);
}

.work-section {
  padding: 28px 0 56px;
}

.work-intro {
  display: grid;
  gap: 8px;
  margin-bottom: 17px;
}

.work-kicker {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.work-intro h2 {
  margin: 4px 0 0;
  font-size: clamp(1.45rem, 6vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.work-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.work-grid {
  display: grid;
  gap: 12px;
}

.work-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(85, 229, 142, .18);
  border-radius: 16px;
  background: #0b1710;
  color: var(--ink);
  text-decoration: none;
  overflow: hidden;
  transition: border-color .18s ease, transform .18s ease;
}

.work-card:hover {
  border-color: rgba(85, 229, 142, .5);
  transform: translateY(-2px);
}

.work-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #0a100c;
  overflow: hidden;
}

.work-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  background: #0a100c;
}

.live-pill {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(85, 229, 142, .55);
  border-radius: 999px;
  background: rgba(7, 16, 11, .88);
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.live-pill::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.work-caption {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
}

.work-caption div {
  min-width: 0;
}

.work-caption strong,
.work-caption span {
  display: block;
}

.work-caption strong {
  font-size: 14px;
  line-height: 1.25;
}

.work-caption div span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.work-caption .work-open {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.work-next {
  min-height: 250px;
  justify-content: space-between;
  background:
    radial-gradient(circle at 50% 35%, rgba(85, 229, 142, .12), transparent 45%),
    #0d1d14;
}

.work-next-message {
  flex: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  padding: 30px 18px;
  color: var(--green);
  text-align: center;
}

.work-next-message span {
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.3;
}

.work-next-message small {
  color: var(--muted);
}

.cards {
  display: grid;
  gap: 14px;
}

.card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(16, 32, 24, .84);
}

.card-number,
.icon-bubble {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border: 1px solid rgba(85, 229, 142, .28);
  border-radius: 50%;
  background: rgba(85, 229, 142, .08);
  color: var(--green);
  font-weight: 950;
}

.card h3 {
  margin: 0 0 7px;
  font-size: 1.18rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  gap: 24px;
  align-items: center;
}

.risk-box,
.tool-panel,
.lead-panel,
.booking-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.risk-grid {
  display: grid;
  gap: 11px;
  margin-top: 20px;
}

.risk-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border-radius: 14px;
  background: var(--panel-2);
}

.risk-item b {
  display: block;
}

.risk-item small {
  color: var(--muted);
}

.tool-link {
  display: block;
  text-decoration: none;
}

.tool-link:hover {
  border-color: rgba(85, 229, 142, .55);
  transform: translateY(-2px);
}

.funnel-hero {
  padding: 46px 0 30px;
}

.funnel-hero h1 {
  font-size: clamp(2.25rem, 10vw, 4.4rem);
}

.funnel-layout {
  display: grid;
  gap: 22px;
  align-items: start;
}

.mini-banner {
  margin: 20px 0 0;
  padding: 13px 15px;
  border-left: 3px solid var(--amber);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 199, 100, .09);
  color: #ffe2a9;
  font-size: 14px;
}

.lead-panel h2,
.booking-panel h2,
.tool-panel h2 {
  margin: 0 0 5px;
  font-size: 1.45rem;
}

.lead-panel > p,
.booking-panel > p,
.tool-panel > p {
  margin-top: 0;
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.form-row {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #0a160f;
  color: var(--ink);
  font-size: 16px;
}

textarea {
  min-height: 94px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #718277;
}

.consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.consent input {
  width: 19px;
  min-height: 19px;
  margin-top: 2px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 13px;
}

.form-status.error {
  color: var(--danger);
}

.form-status.success {
  color: var(--green-2);
}

.privacy-note {
  margin: 10px 0 0;
  color: #829289;
  font-size: 11px;
  text-align: center;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--panel);
}

.faq summary {
  padding: 17px 18px;
  cursor: pointer;
  font-weight: 850;
}

.faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.cta-band {
  padding: 30px 22px;
  border: 1px solid rgba(85, 229, 142, .36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(85, 229, 142, .2), transparent 18rem),
    var(--panel);
  text-align: center;
}

.cta-band h2 {
  margin: 0 0 10px;
}

.cta-band p {
  max-width: 620px;
  margin: 0 auto 20px;
  color: var(--muted);
}

.cta-actions {
  display: grid;
  gap: 10px;
}

.calculator-grid {
  display: grid;
  gap: 12px;
}

.tool-result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(85, 229, 142, .35);
  border-radius: 16px;
  background: rgba(85, 229, 142, .07);
}

.tool-result strong {
  display: block;
  color: var(--green);
  font-size: clamp(1.8rem, 10vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.tool-result small {
  color: var(--muted);
}

.planner-output {
  min-height: 260px;
  white-space: pre-wrap;
}

.footer {
  padding: 38px 0 120px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-grid {
  display: grid;
  gap: 18px;
}

.footer a {
  color: var(--green-2);
}

.mobile-dock {
  position: fixed;
  z-index: 250;
  left: 50%;
  bottom: max(10px, env(safe-area-inset-bottom));
  width: min(calc(100% - 18px), 332px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(85, 229, 142, .28);
  border-radius: 25px;
  background: rgba(7, 16, 11, .94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .55);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.dock-action {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

button.dock-action {
  padding: 0;
  border: 0;
  background: transparent;
}

.dock-circle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel-2);
  color: var(--ink);
  font-size: 21px;
  line-height: 1;
}

.dock-action.primary .dock-circle {
  border-color: var(--green);
  background: var(--green);
  color: #06200f;
  box-shadow: 0 0 24px rgba(85, 229, 142, .32);
}

.dock-action.call .dock-circle {
  border-color: rgba(255, 199, 100, .5);
  color: var(--amber);
}

.modal {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
  background: rgba(0, 0, 0, .76);
}

.modal.open {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(100%, 680px);
  max-height: min(92vh, 820px);
  overflow-y: auto;
  padding: 24px 18px 22px;
  border: 1px solid var(--line);
  border-radius: 24px 24px 16px 16px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}

.modal-close {
  position: sticky;
  z-index: 2;
  top: 0;
  float: right;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: -7px -4px 0 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}

.slot-days {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding-bottom: 5px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.slot-days .slot-button {
  min-width: 112px;
  scroll-snap-align: start;
}

.slot-times {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.slot-button {
  min-height: 48px;
  padding: 8px 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.slot-button.selected {
  border-color: var(--green);
  background: rgba(85, 229, 142, .13);
  color: var(--green-2);
}

.booking-form {
  display: none;
  gap: 11px;
  margin-top: 16px;
}

.booking-form.ready {
  display: grid;
}

.selected-slot {
  margin-top: 14px;
  color: var(--green-2);
  font-weight: 850;
}

.success-box {
  padding: 24px 18px;
  border: 1px solid rgba(85, 229, 142, .35);
  border-radius: 18px;
  background: rgba(85, 229, 142, .08);
  text-align: center;
}

.success-box .icon-bubble {
  margin-inline: auto;
  font-size: 22px;
}

@media (min-width: 560px) {
  .hero-actions,
  .cta-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-intro {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .work-intro p {
    max-width: 310px;
    text-align: right;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-featured {
    grid-column: 1 / -1;
  }

  .slot-days {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .slot-days .slot-button {
    min-width: 0;
  }

  .modal {
    align-items: center;
  }

  .modal-card {
    border-radius: 24px;
    padding: 28px;
  }
}

@media (min-width: 820px) {
  .hero {
    padding: 80px 0 66px;
  }

  .hero-grid {
    grid-template-columns: 1.14fr .86fr;
    gap: 54px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 6.1vw, 5rem);
  }

  .cards.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .work-featured {
    grid-column: 1 / -1;
  }

  .work-featured .work-shot {
    aspect-ratio: 16 / 6.6;
  }

  .work-next {
    min-height: 0;
  }

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

  .funnel-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
    gap: 42px;
  }

  .lead-panel.sticky {
    position: sticky;
    top: 92px;
  }

  .footer {
    padding-bottom: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .mobile-dock {
    left: auto;
    right: 18px;
    bottom: 50%;
    width: 84px;
    grid-template-columns: 1fr;
    border-radius: 28px;
    transform: translateY(50%);
  }

  .dock-circle {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 819px) {
  .nav {
    min-height: 64px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links a:not(.button) {
    display: none;
  }

  .nav-links .button {
    min-height: 44px;
    padding: 10px 13px;
    font-size: 12px;
  }

  .nav-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 559px) {
  .uplink-hud {
    top: 15px;
    font-size: 7px;
  }

  .uplink-hud strong {
    font-size: 8px;
  }

  .uplink-hud-left {
    left: 12px;
  }

  .uplink-hud-right {
    right: 12px;
  }

  .uplink-orbit {
    width: min(112vw, 560px);
  }

  .nav {
    gap: 8px;
  }

  .nav-toggle-label {
    display: none;
  }

  .nav-links {
    gap: 0;
  }

  .nav-links .button {
    min-height: 40px;
    padding: 9px 11px;
  }

  .nav-command-menu {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }

  .nav-command-grid {
    grid-template-columns: 1fr;
  }

  .nav-command-grid > a,
  .nav-command-grid > button {
    padding: 12px 13px;
    border-radius: 16px;
  }
}

@media (max-width: 359px) {
  .container,
  .narrow {
    width: min(100% - 22px, var(--max));
  }

  .brand {
    font-size: 13px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .nav-links .button {
    width: 48px;
    padding-inline: 7px;
    font-size: 0;
  }

  .nav-links .button::after {
    content: "Book";
    font-size: 11px;
  }

  .hero h1,
  .funnel-hero h1 {
    font-size: 2.1rem;
  }

  .slot-times {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dock-circle {
    width: 50px;
    height: 50px;
  }
}

/* Premium green + purple conversion system */
.premium-offer {
  position: relative;
  overflow: hidden;
  border-color: rgba(155, 108, 255, .32);
  background:
    radial-gradient(circle at 105% -5%, rgba(155, 108, 255, .28), transparent 38%),
    linear-gradient(150deg, rgba(85, 229, 142, .1), transparent 42%),
    var(--panel);
}

.premium-offer::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -120px;
  bottom: -120px;
  border: 1px solid rgba(85, 229, 142, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(155, 108, 255, .05), 0 0 0 58px rgba(85, 229, 142, .035);
  pointer-events: none;
}

.offer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.build-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-2);
  font-size: 11px;
  font-weight: 800;
}

.build-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(85, 229, 142, .9);
  animation: rete-pulse 2.4s ease-in-out infinite;
}

.offer-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.offer-signal-grid span {
  padding: 9px 10px;
  border: 1px solid rgba(155, 108, 255, .22);
  border-radius: 13px;
  background: rgba(155, 108, 255, .07);
  color: var(--muted);
  font-size: 12px;
}

.offer-signal-grid b {
  margin-right: 5px;
  color: var(--purple-2);
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.path-section {
  position: relative;
  border-block: 1px solid rgba(155, 108, 255, .18);
  background:
    linear-gradient(180deg, rgba(155, 108, 255, .055), transparent 55%),
    rgba(7, 10, 18, .42);
}

.path-head {
  display: grid;
  gap: 12px;
}

.path-head p {
  max-width: 530px;
}

.path-grid {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.path-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 52%),
    var(--panel);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .2);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.path-card:hover {
  transform: translateY(-4px);
  border-color: rgba(155, 108, 255, .48);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .3);
}

.path-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: -72px;
  right: -58px;
  border-radius: 50%;
  background: rgba(155, 108, 255, .11);
  filter: blur(2px);
}

.path-card.path-primary {
  border-color: rgba(85, 229, 142, .38);
  background:
    radial-gradient(circle at 92% 10%, rgba(85, 229, 142, .16), transparent 34%),
    var(--panel);
}

.path-card.path-call {
  border-color: rgba(155, 108, 255, .42);
  background:
    radial-gradient(circle at 92% 10%, rgba(155, 108, 255, .2), transparent 34%),
    var(--panel);
}

.path-number {
  color: var(--purple-2);
  font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.path-label {
  margin-top: 20px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.path-card h3 {
  max-width: 300px;
  margin: 8px 0 7px;
  font-size: 1.25rem;
  line-height: 1.22;
}

.path-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.path-action {
  margin-top: auto;
  color: var(--purple-2);
  font-size: 13px;
  font-weight: 850;
}

.path-primary .path-action {
  color: var(--green-2);
}

.path-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}

.path-more a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  color: var(--ink);
  text-decoration: none;
}

.system-section {
  overflow: hidden;
}

.system-grid {
  display: grid;
  gap: 22px;
  align-items: center;
}

.system-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.system-list > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .02);
}

.system-list span {
  grid-row: 1 / 3;
  color: var(--purple-2);
  font: 800 10px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.system-list b {
  color: var(--ink);
}

.system-list small {
  display: block;
  color: var(--muted);
}

.system-console {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(155, 108, 255, .34);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(155, 108, 255, .2), transparent 40%),
    #090f19;
  box-shadow: var(--shadow);
}

.console-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.console-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
}

.console-bar span:nth-child(2) {
  background: var(--green);
}

.console-bar span:nth-child(3) {
  background: var(--amber);
}

.console-bar b {
  margin-left: auto;
  color: var(--muted);
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}

.console-line {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(38, 52, 74, .72);
  color: var(--muted);
  font-size: 13px;
}

.console-line i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(85, 229, 142, .7);
}

.console-line i.purple {
  background: var(--purple);
  box-shadow: 0 0 12px rgba(155, 108, 255, .7);
}

.console-line b {
  color: var(--green-2);
  font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.console-note {
  padding: 16px 4px 2px;
  color: var(--purple-2);
  font-weight: 750;
}

@keyframes rete-pulse {
  50% { opacity: .42; transform: scale(.8); }
}

@media (min-width: 720px) {
  .path-head {
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
  }

  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .system-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
