/* =========================================================
   Cleaned CSS for SwagAbility Studios
   Removed old unused sections/classes from the uploaded CSS.
========================================================= */

:root {
  --bg: #f5f5f7;
  --paper: #ffffff;
  --ink: #050505;
  --text: #1d1d1f;
  --muted: #707075;
  --soft: #a1a1a6;
  --blue: #007aff;
  --violet: #7c3aed;
  --green: #34c759;
  --line: rgba(0, 0, 0, 0.08);
  --shadow-xs: 0 12px 36px rgba(0, 0, 0, 0.045);
  --shadow-sm: 0 18px 60px rgba(0, 0, 0, 0.065);
  --shadow-md: 0 32px 110px rgba(0, 0, 0, 0.11);
  --shadow-lg: 0 54px 170px rgba(0, 0, 0, 0.16);
  --shadow-dark: 0 44px 130px rgba(0, 0, 0, 0.26);
  --max: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Inter, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 7% 6%, rgba(219, 234, 254, 0.78), transparent 28%),
    radial-gradient(circle at 94% 8%, rgba(237, 233, 254, 0.82), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f5f7 42%, #ffffff 100%);
  letter-spacing: -0.014em;
  overflow-x: hidden;
}

::selection {
  background: var(--ink);
  color: white;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
iframe,
video {
  display: block;
  max-width: 100%;
}

main,
section {
  width: 100%;
  max-width: 100%;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -20;
  pointer-events: none;
  opacity: 0.24;
  background-image: radial-gradient(rgba(0, 0, 0, 0.06) 0.42px, transparent 0.42px);
  background-size: 4px 4px;
  mask-image: linear-gradient(to bottom, black 14%, transparent 92%);
}

.ambient {
  position: fixed;
  z-index: -19;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(82px);
  opacity: 0.78;
}

.ambient-one {
  width: 480px;
  height: 480px;
  top: 90px;
  left: -170px;
  background: rgba(0, 122, 255, 0.12);
  animation: ambientOne 16s var(--ease) infinite;
}

.ambient-two {
  width: 520px;
  height: 520px;
  top: 250px;
  right: -190px;
  background: rgba(124, 58, 237, 0.105);
  animation: ambientTwo 19s var(--ease) infinite;
}

.ambient-three {
  width: 540px;
  height: 540px;
  bottom: 12%;
  left: 40%;
  background: rgba(255, 255, 255, 0.72);
  animation: ambientThree 22s var(--ease) infinite;
}

.menu-toggle {
  display: none;
}

.navbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1000;
  width: min(94%, var(--max));
  height: 58px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.62));
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.brand {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 20%, rgba(255,255,255,0.18), transparent 34%), var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 850;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22), 0 0 0 5px rgba(0, 0, 0, 0.055);
}

.brand div {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.brand small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 620;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  position: relative;
  color: var(--muted);
  font-size: 12px;
  font-weight: 580;
  transition: color 0.25s var(--ease);
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background: var(--ink);
  transition: width 0.25s var(--ease);
}

.desktop-nav a:hover {
  color: var(--ink);
}

.desktop-nav a:hover::after {
  width: 100%;
}

.nav-actions {
  min-width: 190px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.nav-dark {
  height: 36px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 680;
  white-space: nowrap;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.nav-dark {
  color: white;
  background: var(--ink);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.nav-dark:hover {
  transform: translateY(-2px);
}

.menu-button {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 86px 18px auto 18px;
  z-index: 990;
  display: none;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(30px) saturate(180%);
  box-shadow: var(--shadow-md);
}

.mobile-menu a {
  display: block;
  padding: 16px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
}

.mobile-menu a:hover {
  background: #f5f5f7;
}

.btn {
  height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.dark {
  color: white;
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.btn.light {
  color: var(--text);
  background: rgba(255, 255, 255, 0.68);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.btn.white {
  color: var(--ink);
  background: white;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.hero {
  position: relative;
  width: min(100%, 1220px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 154px 24px 88px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 68px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.55));
  font-size: 11px;
  font-weight: 690;
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-xs);
}

.eyebrow i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(52, 199, 89, 0.12);
}

.hero h1 {
  max-width: 540px;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.05;
  font-weight: 730;
  letter-spacing: -0.055em;
}

.hero-copy > p {
  max-width: 520px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-points {
  max-width: 580px;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.hero-points article {
  min-height: 128px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.48));
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-xs);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.hero-points article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.hero-points span {
  color: var(--soft);
  font-size: 10px;
  font-weight: 820;
}

.hero-points strong {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 760;
}

.hero-points p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.58;
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -2;
}

.editor-shell {
  position: relative;
  z-index: 3;
  padding: 12px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(0,0,0,0.075);
  background: linear-gradient(145deg, rgba(255,255,255,0.97), rgba(255,255,255,0.56));
  backdrop-filter: blur(42px) saturate(190%);
  -webkit-backdrop-filter: blur(42px) saturate(190%);
  box-shadow: 0 70px 210px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.96);
}

.editor-shell::after {
  content: "";
  position: absolute;
  inset: -50%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, transparent 42%, rgba(255,255,255,0.44) 48%, transparent 56%, transparent 100%);
  animation: shellSweep 7.5s ease-in-out infinite;
}

.editor-body {
  position: relative;
  z-index: 3;
}

.editor-body {
  display: grid;
  grid-template-columns: 1fr 148px;
  gap: 10px;
}

.preview {
  position: relative;
  min-height: 392px;
  overflow: hidden;
  border-radius: 35px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09), inset 0 -110px 160px rgba(0,0,0,0.58);
}

.preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
}

.preview-noise,
.preview-scan,
.corner-frame {
  pointer-events: none;
}

.preview-noise {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: .08;
  background-image: radial-gradient(rgba(255,255,255,.28) .5px, transparent .5px);
  background-size: 3px 3px;
  animation: noiseShift 1.2s steps(3) infinite;
}

.preview-scan {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: .08;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 1px, transparent 1px, transparent 6px);
  animation: scanMove 7s linear infinite;
}

.corner-frame {
  position: absolute;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-color: rgba(255,255,255,.22);
  animation: cornerPulse 2.4s ease-in-out infinite;
}

.top-left {
  top: 18px;
  left: 18px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.top-right {
  top: 18px;
  right: 18px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.bottom-left {
  bottom: 18px;
  left: 18px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.bottom-right {
  bottom: 18px;
  right: 18px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.blue {
  background: linear-gradient(90deg, #c7d2fe, #dbeafe);
}

.strip {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.52));
  backdrop-filter: blur(26px);
  box-shadow: var(--shadow-sm);
}

.strip div {
  width: max-content;
  padding: 15px 24px;
  display: flex;
  gap: 40px;
  animation: marquee 28s linear infinite;
}

.strip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

.clients-section {
  padding: 72px 24px 78px;
  background:
    radial-gradient(circle at 50% 0%, rgba(219, 234, 254, 0.42), transparent 38%),
    var(--bg);
}

.footer {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 28px 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}

.footer div {
  display: flex;
  gap: 18px;
}

.footer a {
  font-weight: 780;
}

@media (min-width: 1440px) {
  :root {
    --max: 1320px;
  }

  .hero {
    width: min(100%, 1360px);
    gap: 82px;
  }

  .preview {
    min-height: 420px;
  }
}

@media (max-width: 1280px) {
  :root {
    --max: 1120px;
  }

  .hero {
    width: min(100%, 1160px);
    grid-template-columns: 0.9fr 1.1fr;
    gap: 46px;
  }

  .preview {
    min-height: 360px;
  }
}

@media (max-width: 1100px) {
  .brand,
  .nav-actions {
    min-width: auto;
  }

  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 130px 24px 76px;
    gap: 54px;
  }

  .hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .navbar {
    top: 14px;
    width: calc(100% - 28px);
    height: 54px;
    padding: 0 10px 0 12px;
  }

  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255,255,255,0.62);
    cursor: pointer;
  }

  .menu-button i {
    width: 15px;
    height: 1px;
    display: block;
    background: var(--ink);
    transition: transform 0.25s var(--ease);
  }

  .menu-button i + i {
    margin-top: -11px;
  }

  .menu-toggle:checked ~ .navbar .menu-button i:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle:checked ~ .navbar .menu-button i:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .menu-toggle:checked ~ .mobile-menu {
    display: block;
  }

  .mobile-menu {
    inset: 82px 14px auto 14px;
  }

  .hero {
    padding: 122px 18px 70px;
    gap: 44px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-points,
  .editor-body {
    grid-template-columns: 1fr;
  }

  .editor-shell {
    border-radius: 36px;
  }

  .preview {
    min-height: 320px;
    border-radius: 28px;
  }

  .orbit-ring {
    display: none;
  }

  .strip {
    width: calc(100% - 36px);
    border-radius: 28px;
  }

  .clients-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .brand div {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .hero {
    padding-top: 116px;
  }

  .hero h1 {
    max-width: 420px;
    font-size: 31px;
  }

  .hero-buttons {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 10px;
    line-height: 1.3;
  }

  .editor-shell {
    padding: 9px;
    border-radius: 32px;
  }

  .preview {
    min-height: 280px;
    border-radius: 24px;
  }
}

@media (max-width: 460px) {
  .navbar {
    width: calc(100% - 22px);
    top: 11px;
  }

  .mobile-menu {
    inset: 76px 11px auto 11px;
  }

  .hero {
    padding: 108px 14px 62px;
  }

  .hero h1 {
    font-size: 28px;
    letter-spacing: -0.045em;
  }

  .hero-copy > p {
    font-size: 13px;
  }

  .hero-points article {
    border-radius: 22px;
    padding: 14px;
  }

  .editor-shell {
    border-radius: 28px;
  }

  .preview {
    min-height: 245px;
    border-radius: 22px;
  }

  .corner-frame {
    display: none;
  }

  .strip {
    width: calc(100% - 28px);
  }

  .clients-section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 26px;
  }

  .preview {
    min-height: 225px;
  }
}

.premium-hero-tags {
  max-width: 430px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.premium-hero-tags article {
  position: relative;
  min-height: auto;
  padding: 9px 13px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.56));
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    0 10px 28px rgba(0,0,0,0.04),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition:
    transform 0.28s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.28s cubic-bezier(.2,.8,.2,1),
    border-color 0.28s cubic-bezier(.2,.8,.2,1),
    background 0.28s cubic-bezier(.2,.8,.2,1);
}

.premium-hero-tags article::before {
  content: "";
  position: absolute;
  inset: -80% -45%;
  background:
    linear-gradient(
      115deg,
      transparent 38%,
      rgba(255,255,255,0.9) 49%,
      transparent 62%
    );
  transform: translateX(-55%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.premium-hero-tags article::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #111;
  transform: translateY(-50%);
  opacity: 0.8;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.045);
}

.premium-hero-tags article:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.13);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.68));
  box-shadow:
    0 18px 46px rgba(0,0,0,0.075),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.premium-hero-tags article:hover::before {
  opacity: 1;
  animation: premiumTagSweep 1.15s ease forwards;
}

.premium-hero-tags strong {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 0 11px;
  color: #111;
  font-size: 11px;
  line-height: 1;
  font-weight: 680;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .premium-hero-tags {
    max-width: 100%;
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .premium-hero-tags {
    gap: 7px;
  }

  .premium-hero-tags article {
    padding: 8px 12px;
  }

  .premium-hero-tags strong {
    font-size: 10.5px;
  }
}

.planet {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.case-cinema-section {
  position: relative;
  padding: 32px 24px 110px;
  background:
    radial-gradient(circle at 14% 12%, rgba(219, 234, 254, 0.34), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(237, 233, 254, 0.34), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f6f8 46%, #ffffff 100%);
  overflow: hidden;
}

.case-cinema-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 14px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 14px;
  border-radius: 46px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.58));
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  box-shadow:
    0 50px 160px rgba(0, 0, 0, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.94);
}

.case-cinema-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 480px;
  border-radius: 34px;
  border: 1px solid rgba(0, 0, 0, 0.065);
  background:
    radial-gradient(circle at 100% 0%, rgba(219,234,254,0.75), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(236,253,245,0.72), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.88), rgba(255,255,255,0.62));
  backdrop-filter: blur(34px) saturate(180%);
  -webkit-backdrop-filter: blur(34px) saturate(180%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.96);
  transform: translateZ(0);
}

.case-panel-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,0,0,0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.048) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,0.9) 70%, transparent 100%);
  animation: caseMeshFlow 18s linear infinite;
}

.case-panel-noise {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.12) 0.45px, transparent 0.45px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}

.case-panel-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
}

.case-glow-one {
  width: 220px;
  height: 220px;
  top: -70px;
  right: -50px;
  background: rgba(0, 122, 255, 0.14);
  animation: glowDriftOne 9s ease-in-out infinite;
}

.case-glow-two {
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -100px;
  background: rgba(52, 199, 89, 0.11);
  animation: glowDriftTwo 12s ease-in-out infinite;
}

.case-panel-beam {
  position: absolute;
  inset: -50%;
  pointer-events: none;
  background:
    linear-gradient(115deg,
      transparent 35%,
      rgba(255,255,255,0.72) 48%,
      transparent 61%);
  opacity: 0;
  transform: translateX(-34%);
  animation: caseGlassBeam 8s ease-in-out infinite;
}

.case-cinema-content {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.case-cinema-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.07);
  background: rgba(255,255,255,0.66);
  box-shadow:
    0 10px 26px rgba(0,0,0,0.035),
    inset 0 1px 0 rgba(255,255,255,0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.case-cinema-kicker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34c759;
  box-shadow: 0 0 0 5px rgba(52, 199, 89, 0.12);
  animation: casePulseDot 1.9s ease-in-out infinite;
}

.case-cinema-kicker span {
  color: #7a7a80;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-cinema-title {
  max-width: 470px;
  margin-top: 20px;
  color: #111;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.06;
  font-weight: 720;
  letter-spacing: -0.058em;
  animation: titleReveal 1s cubic-bezier(.2,.8,.2,1) both;
}

.case-cinema-text {
  max-width: 510px;
  margin-top: 18px;
  color: #6d6d73;
  font-size: 13.5px;
  line-height: 1.78;
  animation: textReveal 1.2s cubic-bezier(.2,.8,.2,1) both;
}

.case-cinema-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-cinema-tags span {
  position: relative;
  overflow: hidden;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.56));
  box-shadow:
    0 8px 22px rgba(0,0,0,0.03),
    inset 0 1px 0 rgba(255,255,255,0.92);
  color: #2b2b30;
  font-size: 10.5px;
  font-weight: 720;
  transition:
    transform 0.3s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.3s cubic-bezier(.2,.8,.2,1),
    border-color 0.3s cubic-bezier(.2,.8,.2,1);
}

.case-cinema-tags span::after {
  content: "";
  position: absolute;
  inset: -70%;
  background:
    linear-gradient(115deg,
      transparent 39%,
      rgba(255,255,255,0.9) 49%,
      transparent 60%);
  transform: translateX(-58%);
  opacity: 0;
}

.case-cinema-tags span:hover {
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(0,0,0,0.11);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.055),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.case-cinema-tags span:hover::after {
  opacity: 1;
  animation: tagSweep 1.1s ease forwards;
}

.case-data-system {
  position: relative;
  margin-top: 28px;
  display: grid;
  gap: 0;
}

.case-data-system::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background:
    linear-gradient(to bottom,
      transparent 0%,
      rgba(0,122,255,0.26) 12%,
      rgba(52,199,89,0.26) 50%,
      rgba(124,58,237,0.18) 86%,
      transparent 100%);
}

.case-data-row {
  position: relative;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 0 16px 18px;
  border-bottom: 1px solid rgba(0,0,0,0.055);
  transition:
    transform 0.35s cubic-bezier(.2,.8,.2,1),
    padding-left 0.35s cubic-bezier(.2,.8,.2,1),
    background 0.35s cubic-bezier(.2,.8,.2,1);
}

.case-data-row:last-child {
  border-bottom: 0;
}

.case-data-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.95), transparent 35%),
    linear-gradient(145deg, #111, #7f7f86);
  transform: translate(-50%, -50%) scale(0.88);
  box-shadow:
    0 0 0 8px rgba(0,0,0,0.035),
    0 10px 22px rgba(0,0,0,0.06);
  transition:
    transform 0.35s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.35s cubic-bezier(.2,.8,.2,1);
}

.case-data-row::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  top: 8px;
  bottom: 8px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.62), rgba(255,255,255,0.2));
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 0.35s cubic-bezier(.2,.8,.2,1),
    transform 0.35s cubic-bezier(.2,.8,.2,1);
}

.case-data-row:hover {
  padding-left: 24px;
  transform: translateX(3px);
}

.case-data-row:hover::before {
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow:
    0 0 0 10px rgba(0,122,255,0.05),
    0 12px 28px rgba(0,0,0,0.08);
}

.case-data-row:hover::after {
  opacity: 1;
  transform: scale(1);
}

.case-label,
.case-value-wrap {
  position: relative;
  z-index: 2;
}

.case-label {
  color: #98989e;
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-value-wrap strong {
  color: #111;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.case-cinema-button {
  position: relative;
  width: fit-content;
  min-width: 174px;
  height: 44px;
  margin-top: 28px;
  padding: 0 16px 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #111, #050505);
  color: white;
  box-shadow:
    0 18px 48px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transition:
    transform 0.3s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.3s cubic-bezier(.2,.8,.2,1);
}

.case-cinema-button span {
  font-size: 11px;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.case-cinema-button i {
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.case-cinema-button i::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
}

.case-cinema-button:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 28px 68px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.14);
}

@media (max-width: 1180px) {
  .case-cinema-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .case-cinema-section {
    padding: 24px 18px 86px;
  }

  .case-cinema-shell {
    padding: 12px;
    border-radius: 34px;
  }

  .case-cinema-panel {
    min-height: auto;
    border-radius: 26px;
  }

  .case-cinema-content {
    padding: 24px 20px;
  }

  .case-cinema-title {
    max-width: 360px;
    font-size: 26px;
  }

  .case-cinema-text {
    font-size: 13px;
  }

  .case-data-row {
    grid-template-columns: 92px 1fr;
    gap: 14px;
  }

  .climate-lux-accent {
    top: 18px;
    right: 18px;
    width: 88px;
    height: 88px;
    opacity: 0.92;
  }
}

@media (max-width: 560px) {
  .case-cinema-section {
    padding: 22px 14px 76px;
  }

  .case-cinema-shell {
    padding: 10px;
    border-radius: 28px;
  }

  .case-cinema-panel {
    border-radius: 22px;
  }

  .case-cinema-content {
    padding: 20px 16px;
  }

  .case-cinema-title {
    max-width: 280px;
    font-size: 22px;
  }

  .case-cinema-text {
    font-size: 12.5px;
    line-height: 1.72;
  }

  .case-cinema-tags {
    gap: 7px;
  }

  .case-cinema-tags span {
    font-size: 10px;
    padding: 7px 10px;
  }

  .case-data-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0 14px 16px;
  }

  .case-label {
    font-size: 9px;
  }

  .case-value-wrap strong {
    font-size: 12px;
  }

  .case-cinema-button {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .climate-lux-accent {
    width: 68px;
    height: 68px;
    top: 16px;
    right: 14px;
  }
}

@media (max-width: 380px) {
  .case-cinema-title {
    font-size: 20px;
  }

  .case-cinema-text {
    font-size: 12px;
  }

  .case-cinema-kicker span {
    font-size: 9px;
  }
}

.climate-lux-accent {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 92px;
  height: 92px;
  z-index: 4;
  pointer-events: none;
}

.planet-system {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: systemFloat 8s cubic-bezier(.2,.8,.2,1) infinite;
}

.planet-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 28% 26%, rgba(255,255,255,0.95), transparent 34%),
    linear-gradient(145deg, #0f1115, #5e646d);
  box-shadow:
    0 0 0 6px rgba(255,255,255,0.06),
    0 10px 24px rgba(0,0,0,0.15),
    0 0 18px rgba(0,122,255,0.10);
  animation: corePulse 5s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0,0,0,0.07);
  opacity: 0.9;
}

.ring-a {
  width: 34px;
  height: 34px;
  border-color: rgba(0,122,255,0.13);
  box-shadow: 0 0 14px rgba(0,122,255,0.04);
}

.ring-b {
  width: 50px;
  height: 50px;
  border-color: rgba(52,199,89,0.13);
  transform: translate(-50%, -50%) rotate(16deg) scaleX(1.04);
}

.ring-c {
  width: 64px;
  height: 46px;
  border-color: rgba(124,58,237,0.11);
  transform: translate(-50%, -50%) rotate(-14deg) scaleX(1.1);
  opacity: 0.68;
}

.orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform-origin: center;
}

.orbit-a {
  animation: orbitSpinA 7s linear infinite;
}

.orbit-b {
  animation: orbitSpinB 10s linear infinite;
}

.orbit-c {
  animation: orbitSpinC 13s linear infinite;
}

.planet {
  position: absolute;
  display: block;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

.planet-a {
  width: 7px;
  height: 7px;
  top: 16px;
  left: 44px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), transparent 35%),
    linear-gradient(145deg, #34c759, #0f7c43);
  box-shadow:
    0 0 0 4px rgba(52,199,89,0.07),
    0 0 16px rgba(52,199,89,0.16);
}

.planet-b {
  width: 8px;
  height: 8px;
  top: 42px;
  right: 14px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), transparent 35%),
    linear-gradient(145deg, #007aff, #3b82f6);
  box-shadow:
    0 0 0 4px rgba(0,122,255,0.07),
    0 0 16px rgba(0,122,255,0.16);
}

.planet-c {
  width: 5px;
  height: 5px;
  left: 18px;
  bottom: 20px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), transparent 35%),
    linear-gradient(145deg, #dfe7ff, #8b95a7);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.08),
    0 0 12px rgba(124,58,237,0.10);
}

.space-dust {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 10px rgba(255,255,255,0.35);
}

.dust-1 {
  width: 2px;
  height: 2px;
  top: 10px;
  right: 20px;
  animation: dustFloatOne 4.8s ease-in-out infinite;
}

.dust-2 {
  width: 2px;
  height: 2px;
  left: 10px;
  top: 36px;
  animation: dustFloatTwo 5.6s ease-in-out infinite;
}

.dust-3 {
  width: 2px;
  height: 2px;
  right: 14px;
  bottom: 14px;
  animation: dustFloatThree 6.1s ease-in-out infinite;
}

.dust-4 {
  width: 2px;
  height: 2px;
  left: 22px;
  bottom: 8px;
  animation: dustFloatFour 5.1s ease-in-out infinite;
}

.energy-trail {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.trail-a {
  width: 56px;
  height: 56px;
  border-top: 1px solid rgba(255,255,255,0.0);
  border-right: 1px solid rgba(0,122,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.0);
  border-left: 1px solid rgba(52,199,89,0.08);
  animation: trailSpinA 8.5s linear infinite;
}

.trail-b {
  width: 40px;
  height: 40px;
  border-top: 1px solid rgba(124,58,237,0.11);
  border-right: 1px solid rgba(255,255,255,0);
  border-bottom: 1px solid rgba(255,255,255,0);
  border-left: 1px solid rgba(0,122,255,0.09);
  opacity: 0.68;
  animation: trailSpinB 6.5s linear infinite reverse;
}

.case-cinema-content {
  position: relative;
  z-index: 2;
  padding: 34px;
  padding-right: 122px;
}

@media (max-width: 820px) {
  .climate-lux-accent {
    top: 16px;
    right: 16px;
    width: 76px;
    height: 76px;
  }

  .case-cinema-content {
    padding: 24px 18px;
    padding-right: 98px;
  }

  .planet-core {
    width: 11px;
    height: 11px;
  }

  .ring-a {
    width: 28px;
    height: 28px;
  }

  .ring-b {
    width: 40px;
    height: 40px;
  }

  .ring-c {
    width: 52px;
    height: 38px;
  }

  .planet-a {
    width: 6px;
    height: 6px;
    top: 12px;
    left: 36px;
  }

  .planet-b {
    width: 7px;
    height: 7px;
    top: 34px;
    right: 12px;
  }

  .planet-c {
    width: 4px;
    height: 4px;
    left: 14px;
    bottom: 16px;
  }

  .trail-a {
    width: 46px;
    height: 46px;
  }

  .trail-b {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 560px) {
  .climate-lux-accent {
    top: 12px;
    right: 12px;
    width: 60px;
    height: 60px;
    opacity: 0.92;
  }

  .case-cinema-content {
    padding: 18px 14px;
    padding-right: 78px;
  }

  .planet-core {
    width: 9px;
    height: 9px;
    box-shadow:
        0 0 0 4px rgba(255,255,255,0.06),
        0 7px 16px rgba(0,0,0,0.12),
        0 0 12px rgba(0,122,255,0.08);
  }

  .ring-a {
    width: 22px;
    height: 22px;
  }

  .ring-b {
    width: 32px;
    height: 32px;
  }

  .ring-c {
    width: 42px;
    height: 30px;
  }

  .planet-a {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 28px;
  }

  .planet-b {
    width: 5px;
    height: 5px;
    top: 26px;
    right: 10px;
  }

  .planet-c {
    width: 3px;
    height: 3px;
    left: 12px;
    bottom: 13px;
  }

  .trail-a {
    width: 36px;
    height: 36px;
  }

  .trail-b {
    width: 24px;
    height: 24px;
  }

  .space-dust {
    opacity: 0.6;
  }
}

@media (max-width: 380px) {
  .climate-lux-accent {
    width: 52px;
    height: 52px;
    top: 10px;
    right: 10px;
  }

  .case-cinema-content {
    padding-right: 68px;
  }

  .ring-a {
    width: 18px;
    height: 18px;
  }

  .ring-b {
    width: 26px;
    height: 26px;
  }

  .ring-c {
    width: 34px;
    height: 24px;
  }

  .planet-a {
    top: 8px;
    left: 24px;
  }

  .planet-b {
    top: 22px;
    right: 9px;
  }

  .planet-c {
    left: 10px;
    bottom: 11px;
  }
}

.premium-clients-section {
  position: relative;
  padding: 88px 24px 92px;
  overflow: hidden;
}

.clients-heading {
  width: min(100%, var(--max));
  margin: 0 auto 28px;
  text-align: center;
}

.clients-heading > span {
  display: block;
  margin-bottom: 10px;
  color: #8a8a90;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clients-heading h2 {
  color: #111;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.clients-heading p {
  margin-top: 10px;
  color: #78787f;
  font-size: 12px;
  line-height: 1.6;
}

.premium-clients-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.premium-client-card {
  position: relative;
  min-height: 154px;
  padding: 16px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(0,0,0,0.065);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.55));
  backdrop-filter: blur(28px) saturate(175%);
  -webkit-backdrop-filter: blur(28px) saturate(175%);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.045),
    0 2px 8px rgba(0,0,0,0.02),
    inset 0 1px 0 rgba(255,255,255,0.92);
  transition:
    transform 0.35s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.35s cubic-bezier(.2,.8,.2,1),
    border-color 0.35s cubic-bezier(.2,.8,.2,1);
  isolation: isolate;
}

.premium-client-card::before {
  content: "";
  position: absolute;
  inset: -70%;
  background:
    linear-gradient(
      115deg,
      transparent 40%,
      rgba(255,255,255,0.85) 49%,
      transparent 58%
    );
  transform: translateX(-55%);
  opacity: 0;
  pointer-events: none;
}

.premium-client-card:hover {
  border-color: rgba(0,0,0,0.11);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.08),
    0 8px 22px rgba(0,0,0,0.035),
    inset 0 1px 0 rgba(255,255,255,0.96);
}

.premium-client-card:hover::before {
  opacity: 1;
  animation: clientSweep 1.3s ease forwards;
}

.client-card-glow {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -28px;
  top: -34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
  filter: blur(26px);
  opacity: 0.85;
  pointer-events: none;
  animation: clientGlowFloat 6.5s ease-in-out infinite;
}

.client-card-noise {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.11) 0.45px, transparent 0.45px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}

.premium-client-top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.premium-avatar-wrap {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  flex: 0 0 58px;
}

.premium-avatar-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 120deg,
      rgba(0,122,255,0.14),
      rgba(52,199,89,0.12),
      rgba(124,58,237,0.12),
      rgba(0,122,255,0.14)
    );
  animation: clientRingRotate 8s linear infinite;
  filter: saturate(1.15);
}

.premium-avatar-ring::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
}

.premium-avatar {
  position: absolute;
  inset: 3px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
  box-shadow:
    0 10px 22px rgba(0,0,0,0.1),
    0 0 0 1px rgba(0,0,0,0.06);
}

.premium-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-client-meta h3 {
  color: #111;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 680;
  letter-spacing: -0.03em;
}

.premium-client-meta p {
  margin-top: 6px;
  color: #7a7a81;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 570;
}

.client-bottom-line {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-bottom-line span {
  white-space: nowrap;
  color: #9a9aa1;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-bottom-line i {
  position: relative;
  flex: 1;
  height: 1px;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.12),
    rgba(0,122,255,0.18),
    rgba(52,199,89,0.12),
    rgba(0,0,0,0.04)
  );
  overflow: hidden;
}

.client-bottom-line i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 36%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.9),
    transparent
  );
  animation: lineFlow 3.8s ease-in-out infinite;
}

@media (max-width: 1180px) {
  .premium-clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .premium-clients-section {
    padding: 72px 18px 80px;
  }

  .premium-clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .premium-client-card {
    min-height: 148px;
    border-radius: 24px;
  }

  .premium-avatar-wrap {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 560px) {
  .premium-clients-section {
    padding: 64px 14px 74px;
  }

  .clients-heading {
    margin-bottom: 22px;
  }

  .clients-heading h2 {
    font-size: 24px;
  }

  .clients-heading p {
    font-size: 11px;
  }

  .premium-clients-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .premium-client-card {
    min-height: 112px;
    padding: 14px;
    display: flex;
    align-items: center;
    border-radius: 22px;
  }

  .premium-client-top {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .premium-avatar-wrap {
    width: 52px;
    height: 52px;
    margin-bottom: 0;
    flex: 0 0 52px;
  }

  .premium-client-meta h3 {
    font-size: 13px;
  }

  .premium-client-meta p {
    font-size: 10.5px;
  }

  .client-bottom-line {
    left: 80px;
    right: 14px;
    bottom: 12px;
  }
}

@media (max-width: 380px) {
  .premium-client-card {
    min-height: 106px;
    padding: 13px;
  }

  .premium-avatar-wrap {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .client-bottom-line span {
    font-size: 8px;
  }
}

.clean-dev-shell {
  padding: 12px;
}

.clean-dev-body {
  display: block;
}

.clean-dev-preview {
  min-height: 500px;
  background: #050505;
}

.clean-dev-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 16px;
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  gap: 12px;
}

.clean-code-window {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(59,130,246,0.14), transparent 30%),
    linear-gradient(180deg, #0b0f17 0%, #0d1117 100%);
  box-shadow:
    0 28px 80px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.clean-code-window::after {
  content: "";
  position: absolute;
  inset: -50%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255,255,255,0.055) 50%,
    transparent 62%
  );
  animation: codeGlassSweep 7s ease-in-out infinite;
}

.clean-code-top {
  height: 42px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.035);
}

.clean-window-dots {
  display: flex;
  gap: 6px;
}

.clean-window-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
}

.clean-window-dots i:nth-child(1) {
  background: #ff5f57;
}

.clean-window-dots i:nth-child(2) {
  background: #ffbd2e;
}

.clean-window-dots i:nth-child(3) {
  background: #28c840;
}

.clean-code-tab {
  width: fit-content;
  max-width: 150px;
  height: 24px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px 8px 0 0;
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.055);
}

.clean-code-tab span {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #60a5fa;
  box-shadow: 0 0 14px rgba(96,165,250,0.45);
}

.clean-code-tab b {
  font-size: 9px;
  font-weight: 700;
}

.clean-code-screen {
  position: relative;
  height: calc(100% - 42px);
  padding: 16px 16px 34px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.type-line {
  width: 0;
  max-width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.9);
  font-size: 10px;
  line-height: 1.28;
  font-weight: 720;
  letter-spacing: -0.01em;
  animation:
    codeTyping .48s steps(var(--s)) forwards,
    codeCursorOff .01s forwards;
  animation-delay: var(--d), calc(var(--d) + .48s);
}

.type-line.indent {
  margin-left: 17px;
}

.type-line.cyan {
  color: #7dd3fc;
}

.type-line.pink {
  color: #f9a8d4;
}

.type-line.green {
  color: #86efac;
}

.type-line.yellow {
  color: #fde68a;
}

.type-line.blue {
  color: #93c5fd;
}

.type-line.purple {
  color: #c4b5fd;
}

.type-line.white {
  color: #e5e7eb;
  font-weight: 620;
}

.code-cursor {
  width: 8px;
  height: 14px;
  margin-left: 17px;
  margin-top: 2px;
  border-radius: 2px;
  background: #ffffff;
  opacity: 0;
  animation: finalTypingCursor 1s infinite;
  animation-delay: 15.5s;
}

.clean-site-window {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,0.065);
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  box-shadow:
    0 28px 80px rgba(0,0,0,0.23),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.clean-site-top {
  height: 42px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: rgba(245,245,247,0.92);
}

.clean-site-dots {
  display: flex;
  gap: 6px;
}

.clean-site-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: rgba(0,0,0,0.16);
}

.clean-site-url {
  height: 22px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  color: rgba(0,0,0,0.48);
  background: rgba(0,0,0,0.045);
  font-size: 9px;
  font-weight: 720;
}

.clean-site-page {
  padding: 16px;
}

.build-nav,
.build-copy h3,
.build-copy p,
.build-copy a,
.build-visual,
.build-ai-stack article {
  opacity: 0;
  transform: translateY(10px) scale(.98);
  animation: websiteBuildIn .62s var(--ease) forwards;
}

.build-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  animation-delay: 2.1s;
}

.build-logo {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.05);
}

.build-nav nav {
  display: flex;
  gap: 8px;
}

.build-nav nav span {
  width: 30px;
  height: 6px;
  display: block;
  border-radius: 999px;
  background: rgba(0,0,0,0.12);
}

.build-hero {
  display: grid;
  gap: 14px;
}

.build-copy h3 {
  max-width: 250px;
  color: #111;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.065em;
  animation-delay: 5s;
}

.build-copy p {
  max-width: 230px;
  margin-top: 10px;
  color: #77777d;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 560;
  animation-delay: 6.9s;
}

.build-copy a {
  width: fit-content;
  height: 30px;
  margin-top: 14px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: white;
  background: #111;
  font-size: 10px;
  font-weight: 760;
  box-shadow: 0 14px 28px rgba(0,0,0,0.15);
  animation-delay: 9.5s;
}

.build-visual {
  position: relative;
  min-height: 136px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,0.06);
  background:
    radial-gradient(circle at 22% 0%, rgba(219,234,254,0.84), transparent 38%),
    linear-gradient(180deg, #fbfbfc 0%, #edf2f7 100%);
  animation-delay: 10.4s;
}

.build-glow {
  position: absolute;
  inset: auto 28px 13px 28px;
  height: 26px;
  border-radius: 999px;
  background: rgba(59,130,246,0.12);
  filter: blur(14px);
}

.build-card {
  position: absolute;
  bottom: -2px;
  width: 54px;
  border-radius: 16px 16px 10px 10px;
  border: 1px solid rgba(0,0,0,0.05);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82));
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
  animation: buildCardMove 4.4s ease-in-out infinite;
}

.card-one {
  left: 16px;
  height: 54px;
}

.card-two {
  left: 78px;
  height: 84px;
  animation-delay: .2s;
}

.card-three {
  right: 18px;
  height: 106px;
  animation-delay: .4s;
}

.build-ai-stack {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.build-ai-stack article {
  min-height: 58px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.055);
  background: rgba(255,255,255,0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.build-ai-stack article:nth-child(1) {
  animation-delay: 13s;
}

.build-ai-stack article:nth-child(2) {
  animation-delay: 13.8s;
}

.build-ai-stack article:nth-child(3) {
  animation-delay: 14.7s;
}

.build-ai-stack span {
  display: block;
  color: #a1a1a6;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.build-ai-stack strong {
  display: block;
  margin-top: 7px;
  color: #111;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 760;
}

@media (max-width: 1100px) {
  .clean-dev-stage {
    grid-template-columns: 1fr;
  }

  .clean-code-window,
  .clean-site-window {
    min-height: 260px;
  }

  .clean-dev-preview {
    min-height: 650px;
  }
}

@media (max-width: 900px) {
  .clean-dev-preview {
    min-height: 690px;
  }
}

@media (max-width: 700px) {
  .clean-dev-stage {
    padding: 12px;
  }

  .clean-code-window,
  .clean-site-window {
    border-radius: 24px;
  }

  .clean-code-screen {
    padding: 14px 12px 34px;
    gap: 4px;
  }

  .type-line {
    font-size: 9px;
  }

  .build-ai-stack {
    grid-template-columns: 1fr;
  }

  .clean-dev-preview {
    min-height: 760px;
  }
}

@media (max-width: 460px) {
  .clean-dev-preview {
    min-height: 820px;
  }

  .clean-code-top,
  .clean-site-top {
    grid-template-columns: 44px 1fr;
    padding: 0 10px;
  }

  .clean-code-tab b,
  .clean-site-url {
    font-size: 8px;
  }

  .type-line.indent {
    margin-left: 10px;
  }

  .code-cursor {
    margin-left: 10px;
  }

  .clean-site-page {
    padding: 12px;
  }

  .build-copy h3 {
    font-size: 24px;
  }

  .build-visual {
    min-height: 120px;
  }

  .build-card {
    width: 46px;
  }

  .card-one {
    height: 46px;
  }

  .card-two {
    left: 66px;
    height: 70px;
  }

  .card-three {
    height: 92px;
  }
}

.clean-dev-shell {
  padding: 12px;
}

.clean-dev-body {
  display: block;
}

.clean-dev-preview {
  min-height: 520px;
  isolation: isolate;
  background:
    radial-gradient(circle at 28% 18%, rgba(59,130,246,0.18), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,0.10), transparent 30%),
    linear-gradient(135deg, #050505 0%, #0a0a0d 100%);
}

.clean-dev-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 16px;
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  gap: 12px;
}

.clean-code-window,
.clean-site-window {
  min-width: 0;
}

.clean-code-window {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 22% 0%, rgba(59,130,246,0.16), transparent 34%),
    linear-gradient(180deg, #0b0f17 0%, #0d1117 100%);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.clean-code-window::before {
  content: "";
  position: absolute;
  inset: 42px 0 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: codeGridMove 10s linear infinite;
  pointer-events: none;
}

.clean-code-window::after {
  content: "";
  position: absolute;
  inset: -55%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255,255,255,0.07) 50%,
    transparent 62%
  );
  animation: codeGlassSweep 6.5s ease-in-out infinite;
}

.clean-code-top {
  position: relative;
  z-index: 3;
  height: 42px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.035);
}

.clean-window-dots {
  display: flex;
  gap: 6px;
}

.clean-window-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
}

.clean-window-dots i:nth-child(1) {
  background: #ff5f57;
}

.clean-window-dots i:nth-child(2) {
  background: #ffbd2e;
}

.clean-window-dots i:nth-child(3) {
  background: #28c840;
}

.clean-code-tab {
  width: fit-content;
  max-width: 150px;
  height: 24px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px 8px 0 0;
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.055);
}

.clean-code-tab span {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #60a5fa;
  box-shadow: 0 0 14px rgba(96,165,250,0.45);
}

.clean-code-tab b {
  font-size: 9px;
  font-weight: 700;
}

.clean-code-screen {
  position: relative;
  z-index: 3;
  height: calc(100% - 42px);
  padding: 16px 16px 34px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.type-line {
  width: 0;
  max-width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  border-right: 1px solid rgba(255,255,255,0.9);
  font-size: 10px;
  line-height: 1.28;
  font-weight: 720;
  letter-spacing: -0.01em;
}

.dev-scene-run .type-line {
  animation:
    codeTypingLoop .52s steps(var(--s)) forwards,
    codeCursorOffLoop .01s forwards;
  animation-delay: var(--d), calc(var(--d) + .52s);
}

.type-line.indent {
  margin-left: 17px;
}

.type-line.cyan {
  color: #7dd3fc;
}

.type-line.pink {
  color: #f9a8d4;
}

.type-line.green {
  color: #86efac;
}

.type-line.yellow {
  color: #fde68a;
}

.type-line.blue {
  color: #93c5fd;
}

.type-line.purple {
  color: #c4b5fd;
}

.type-line.white {
  color: #e5e7eb;
  font-weight: 620;
}

.code-cursor {
  width: 8px;
  height: 14px;
  margin-left: 17px;
  margin-top: 2px;
  border-radius: 2px;
  background: #ffffff;
  opacity: 0;
}

.dev-scene-run .code-cursor {
  animation: finalTypingCursor 1s infinite;
  animation-delay: 15.5s;
}

.clean-site-window {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,0.065);
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.clean-site-window::after {
  content: "";
  position: absolute;
  inset: -55%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255,255,255,0.9) 50%,
    transparent 62%
  );
  opacity: 0;
}

.dev-scene-run .clean-site-window::after {
  animation: siteGlassSweep 4.6s ease-in-out infinite;
  animation-delay: 5.8s;
}

.clean-site-top {
  position: relative;
  z-index: 3;
  height: 42px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: rgba(245,245,247,0.92);
}

.clean-site-dots {
  display: flex;
  gap: 6px;
}

.clean-site-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: rgba(0,0,0,0.16);
}

.clean-site-url {
  height: 22px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  color: rgba(0,0,0,0.48);
  background: rgba(0,0,0,0.045);
  font-size: 9px;
  font-weight: 720;
}

.clean-site-page {
  position: relative;
  z-index: 2;
  padding: 16px;
}

.clean-site-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
  animation: siteGridMove 12s linear infinite;
}

.build-nav,
.build-copy h3,
.build-copy p,
.build-copy a,
.build-visual,
.build-ai-stack article {
  opacity: 0;
  transform: translateY(12px) scale(.96);
}

.dev-scene-run .build-nav,
.dev-scene-run .build-copy h3,
.dev-scene-run .build-copy p,
.dev-scene-run .build-copy a,
.dev-scene-run .build-visual,
.dev-scene-run .build-ai-stack article {
  animation: websiteBuildIn .72s var(--ease) forwards;
}

.build-nav {
  position: relative;
  z-index: 3;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dev-scene-run .build-nav {
  animation-delay: 2.1s;
}

.build-logo {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.05);
}

.build-nav nav {
  display: flex;
  gap: 8px;
}

.build-nav nav span {
  width: 30px;
  height: 6px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 999px;
  background: rgba(0,0,0,0.12);
}

.build-nav nav span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  animation: tinyShine 2.4s ease-in-out infinite;
}

.build-nav nav span:nth-child(2)::after {
  animation-delay: .25s;
}

.build-nav nav span:nth-child(3)::after {
  animation-delay: .5s;
}

.build-hero {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 14px;
}

.build-copy h3 {
  max-width: 250px;
  color: #111;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.065em;
}

.dev-scene-run .build-copy h3 {
  animation-delay: 5s;
}

.build-copy p {
  max-width: 230px;
  margin-top: 10px;
  color: #77777d;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 560;
}

.dev-scene-run .build-copy p {
  animation-delay: 6.9s;
}

.build-copy a {
  width: fit-content;
  height: 30px;
  margin-top: 14px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: white;
  background: #111;
  font-size: 10px;
  font-weight: 760;
  box-shadow: 0 14px 28px rgba(0,0,0,0.15);
}

.dev-scene-run .build-copy a {
  animation-delay: 9.5s;
}

.build-visual {
  position: relative;
  min-height: 146px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,0.06);
  background:
    radial-gradient(circle at 22% 0%, rgba(219,234,254,0.84), transparent 38%),
    linear-gradient(180deg, #fbfbfc 0%, #edf2f7 100%);
}

.dev-scene-run .build-visual {
  animation-delay: 10.4s;
}

.build-visual::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 17px;
  border: 1px dashed rgba(0,0,0,0.09);
  opacity: 0;
}

.dev-scene-run .build-visual::before {
  animation: wireFrameDraw 2.2s ease forwards;
  animation-delay: 10.9s;
}

.build-visual::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  width: 1px;
  left: 12%;
  opacity: 0;
  background: rgba(0,0,0,0.26);
}

.dev-scene-run .build-visual::after {
  animation: previewScanLine 3.4s ease-in-out infinite;
  animation-delay: 11.4s;
}

.build-glow {
  position: absolute;
  inset: auto 28px 13px 28px;
  height: 26px;
  border-radius: 999px;
  background: rgba(59,130,246,0.12);
  filter: blur(14px);
  animation: buildGlowPulse 2.8s ease-in-out infinite;
}

.build-card {
  position: absolute;
  bottom: -2px;
  width: 54px;
  border-radius: 16px 16px 10px 10px;
  border: 1px solid rgba(0,0,0,0.05);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82));
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
  animation: buildCardMove 3.8s ease-in-out infinite;
}

.build-card::before,
.build-card::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 5px;
  border-radius: 999px;
  background: rgba(0,0,0,.12);
}

.build-card::before {
  top: 13px;
}

.build-card::after {
  top: 25px;
  right: 18px;
}

.card-one {
  left: 16px;
  height: 54px;
}

.card-two {
  left: 78px;
  height: 84px;
  animation-delay: .2s;
}

.card-three {
  right: 18px;
  height: 106px;
  animation-delay: .4s;
}

.build-ai-stack {
  position: relative;
  z-index: 3;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.build-ai-stack article {
  position: relative;
  overflow: hidden;
  min-height: 58px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.055);
  background: rgba(255,255,255,0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.build-ai-stack article::after {
  content: "";
  position: absolute;
  inset: -70%;
  transform: translateX(-70%);
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.9) 50%, transparent 62%);
  animation: cardShine 3s ease-in-out infinite;
}

.dev-scene-run .build-ai-stack article:nth-child(1) {
  animation-delay: 13s;
}

.dev-scene-run .build-ai-stack article:nth-child(2) {
  animation-delay: 13.8s;
}

.dev-scene-run .build-ai-stack article:nth-child(3) {
  animation-delay: 14.7s;
}

.build-ai-stack span {
  display: block;
  color: #a1a1a6;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.build-ai-stack strong {
  display: block;
  margin-top: 7px;
  color: #111;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 760;
}

@media (max-width: 1100px) {
  .clean-dev-stage {
    grid-template-columns: 1fr;
  }

  .clean-code-window,
  .clean-site-window {
    min-height: 270px;
  }

  .clean-dev-preview {
    min-height: 690px;
  }
}

@media (max-width: 900px) {
  .clean-dev-preview {
    min-height: 730px;
  }
}

@media (max-width: 700px) {
  .clean-dev-stage {
    padding: 12px;
  }

  .clean-code-window,
  .clean-site-window {
    border-radius: 24px;
  }

  .clean-code-screen {
    padding: 14px 12px 34px;
    gap: 4px;
  }

  .type-line {
    font-size: 9px;
  }

  .build-ai-stack {
    grid-template-columns: 1fr;
  }

  .clean-dev-preview {
    min-height: 810px;
  }
}

@media (max-width: 460px) {
  .clean-dev-preview {
    min-height: 860px;
  }

  .clean-code-top,
  .clean-site-top {
    grid-template-columns: 44px 1fr;
    padding: 0 10px;
  }

  .clean-code-tab b,
  .clean-site-url {
    font-size: 8px;
  }

  .type-line.indent {
    margin-left: 10px;
  }

  .code-cursor {
    margin-left: 10px;
  }

  .clean-site-page {
    padding: 12px;
  }

  .build-copy h3 {
    font-size: 24px;
  }

  .build-visual {
    min-height: 120px;
  }

  .build-card {
    width: 46px;
  }

  .card-one {
    height: 46px;
  }

  .card-two {
    left: 66px;
    height: 70px;
  }

  .card-three {
    height: 92px;
  }
}

.clean-dev-shell {
  padding: 12px;
}

.clean-dev-body {
  display: block;
}

.clean-dev-preview {
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 24% 16%, rgba(59,130,246,0.18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.12), transparent 30%),
    linear-gradient(135deg, #050505 0%, #09090c 100%);
}

.clean-dev-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 16px;
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  gap: 12px;
}

.clean-code-window,
.clean-site-window {
  min-width: 0;
  height: 100%;
}

.clean-dev-stage:not(.dev-scene-run) .type-line,
.clean-dev-stage:not(.dev-scene-run) .build-nav,
.clean-dev-stage:not(.dev-scene-run) .build-copy h3,
.clean-dev-stage:not(.dev-scene-run) .build-copy p,
.clean-dev-stage:not(.dev-scene-run) .build-copy a,
.clean-dev-stage:not(.dev-scene-run) .build-visual,
.clean-dev-stage:not(.dev-scene-run) .build-ai-stack article {
  animation: none !important;
}

.clean-code-window {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 20% 0%, rgba(59,130,246,0.16), transparent 34%),
    linear-gradient(180deg, #0b0f17 0%, #0d1117 100%);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.clean-code-window::before {
  content: "";
  position: absolute;
  inset: 42px 0 0;
  opacity: .12;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: codeGridMove 10s linear infinite;
}

.clean-code-window::after {
  content: "";
  position: absolute;
  inset: -55%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255,255,255,0.07) 50%,
    transparent 62%
  );
  animation: codeGlassSweep 6.5s ease-in-out infinite;
}

.clean-code-top {
  position: relative;
  z-index: 3;
  height: 42px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.035);
}

.clean-code-screen {
  position: relative;
  z-index: 3;
  height: calc(100% - 42px);
  padding: 16px 16px 34px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.type-line {
  width: 0;
  max-width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  border-right: 1px solid rgba(255,255,255,0.9);
  font-size: 10px;
  line-height: 1.28;
  font-weight: 720;
  letter-spacing: -0.01em;
}

.dev-scene-run .type-line {
  animation:
    codeTypingLoop .52s steps(var(--s)) forwards,
    codeCursorOffLoop .01s forwards;
  animation-delay: var(--d), calc(var(--d) + .52s);
}

.code-cursor {
  width: 8px;
  height: 14px;
  margin-left: 17px;
  margin-top: 2px;
  border-radius: 2px;
  background: #ffffff;
  opacity: 0;
}

.dev-scene-run .code-cursor {
  animation: finalTypingCursor 1s infinite;
  animation-delay: 15.5s;
}

.clean-site-window {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,0.065);
  background:
    radial-gradient(circle at 70% 0%, rgba(219,234,254,0.7), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.clean-site-window::after {
  content: "";
  position: absolute;
  inset: -55%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255,255,255,0.9) 50%,
    transparent 62%
  );
  opacity: 0;
}

.dev-scene-run .clean-site-window::after {
  animation: siteGlassSweep 4.6s ease-in-out infinite;
  animation-delay: 5.8s;
}

.clean-site-page {
  position: relative;
  z-index: 2;
  padding: 16px;
}

.clean-site-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
  animation: siteGridMove 12s linear infinite;
}

.build-nav,
.build-copy h3,
.build-copy p,
.build-copy a,
.build-visual,
.build-ai-stack article {
  opacity: 0;
  transform: translateY(12px) scale(.96);
}

.dev-scene-run .build-nav,
.dev-scene-run .build-copy h3,
.dev-scene-run .build-copy p,
.dev-scene-run .build-copy a,
.dev-scene-run .build-visual,
.dev-scene-run .build-ai-stack article {
  animation: websiteBuildIn .72s var(--ease) forwards;
}

.dev-scene-run .build-nav {
  animation-delay: 2.1s;
}

.dev-scene-run .build-copy h3 {
  animation-delay: 5s;
}

.dev-scene-run .build-copy p {
  animation-delay: 6.9s;
}

.dev-scene-run .build-copy a {
  animation-delay: 9.5s;
}

.dev-scene-run .build-visual {
  animation-delay: 10.4s;
}

.dev-scene-run .build-ai-stack article:nth-child(1) {
  animation-delay: 13s;
}

.dev-scene-run .build-ai-stack article:nth-child(2) {
  animation-delay: 13.8s;
}

.dev-scene-run .build-ai-stack article:nth-child(3) {
  animation-delay: 14.7s;
}

.build-nav nav span {
  position: relative;
  overflow: hidden;
}

.build-nav nav span::after,
.build-ai-stack article::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  animation: tinyShine 2.6s ease-in-out infinite;
}

.build-ai-stack article {
  position: relative;
  overflow: hidden;
}

.build-ai-stack article::after {
  inset: -70%;
  animation: cardShine 3s ease-in-out infinite;
}

.build-visual {
  min-height: 146px;
}

.build-visual::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 17px;
  border: 1px dashed rgba(0,0,0,0.09);
  opacity: 0;
}

.dev-scene-run .build-visual::before {
  animation: wireFrameDraw 2.2s ease forwards;
  animation-delay: 10.9s;
}

.build-visual::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  width: 1px;
  left: 12%;
  opacity: 0;
  background: rgba(0,0,0,0.26);
}

.dev-scene-run .build-visual::after {
  animation: previewScanLine 3.4s ease-in-out infinite;
  animation-delay: 11.4s;
}

.build-card {
  animation: buildCardMove 3.8s ease-in-out infinite;
}

.build-card::before,
.build-card::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 5px;
  border-radius: 999px;
  background: rgba(0,0,0,.12);
}

.build-card::before {
  top: 13px;
}

.build-card::after {
  top: 25px;
  right: 18px;
}

@media (max-width: 1280px) {
  .clean-dev-preview {
    min-height: 520px;
  }

  .clean-dev-stage {
    grid-template-columns: 0.5fr 0.5fr;
    gap: 10px;
  }

  .type-line {
    font-size: 9.5px;
  }

  .build-copy h3 {
    font-size: 28px;
  }
}

@media (max-width: 1100px) {
  .clean-dev-preview {
    min-height: 720px;
  }

  .clean-dev-stage {
    grid-template-columns: 1fr;
    grid-template-rows: 0.95fr 1.05fr;
    gap: 12px;
  }

  .clean-code-window,
  .clean-site-window {
    min-height: 330px;
    height: auto;
  }

  .clean-code-screen {
    padding-bottom: 36px;
  }

  .type-line {
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .clean-dev-preview {
    min-height: 760px;
    border-radius: 30px;
  }

  .clean-dev-stage {
    padding: 14px;
  }

  .clean-code-window,
  .clean-site-window {
    border-radius: 26px;
    min-height: 350px;
  }

  .build-visual {
    min-height: 150px;
  }

  .build-ai-stack {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .clean-dev-preview {
    min-height: 850px;
  }

  .clean-dev-stage {
    padding: 12px;
    gap: 12px;
  }

  .clean-code-window,
  .clean-site-window {
    border-radius: 24px;
    min-height: 390px;
  }

  .clean-code-screen {
    padding: 14px 12px 34px;
    gap: 4px;
  }

  .type-line {
    font-size: 9px;
  }

  .type-line.indent {
    margin-left: 11px;
  }

  .code-cursor {
    margin-left: 11px;
  }

  .clean-site-page {
    padding: 13px;
  }

  .build-copy h3 {
    font-size: 25px;
  }

  .build-copy p {
    font-size: 11.5px;
  }

  .build-ai-stack {
    grid-template-columns: 1fr;
  }

  .build-ai-stack article {
    min-height: 48px;
  }
}

@media (max-width: 460px) {
  .clean-dev-preview {
    min-height: 900px;
    border-radius: 22px;
  }

  .clean-dev-stage {
    padding: 10px;
  }

  .clean-code-window,
  .clean-site-window {
    min-height: 420px;
    border-radius: 22px;
  }

  .clean-code-top,
  .clean-site-top {
    height: 38px;
    grid-template-columns: 44px 1fr;
    padding: 0 10px;
  }

  .clean-code-tab b,
  .clean-site-url {
    font-size: 8px;
  }

  .clean-code-screen {
    height: calc(100% - 38px);
    padding: 12px 10px 32px;
    gap: 4px;
  }

  .type-line {
    font-size: 8.2px;
    line-height: 1.3;
  }

  .build-copy h3 {
    font-size: 23px;
  }

  .build-visual {
    min-height: 120px;
  }

  .build-card {
    width: 44px;
  }

  .card-one {
    height: 44px;
  }

  .card-two {
    left: 62px;
    height: 68px;
  }

  .card-three {
    height: 88px;
  }
}

@media (max-width: 360px) {
  .clean-dev-preview {
    min-height: 930px;
  }

  .type-line {
    font-size: 7.7px;
  }

  .clean-code-window,
  .clean-site-window {
    min-height: 430px;
  }

  .build-copy h3 {
    font-size: 21px;
  }
}

.websites-worked-section {
  position: relative;
  overflow: hidden;
  padding: 86px 24px 92px;
  background:
    radial-gradient(circle at 50% 0%, rgba(219,234,254,0.48), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(237,233,254,0.48), transparent 32%),
    var(--bg);
}

.websites-worked-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 76%);
  animation: websiteWorkedGrid 22s linear infinite;
}

.websites-worked-section .clients-heading {
  position: relative;
  z-index: 2;
}

.websites-worked-section .clients-heading p {
  max-width: 560px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.websites-worked-grid {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  margin: 34px auto 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.website-work-card {
  min-height: 188px;
  padding: 18px;
  border-radius: 34px;
  transition:
    transform .32s cubic-bezier(.2,.8,.2,1),
    box-shadow .32s cubic-bezier(.2,.8,.2,1),
    border-color .32s cubic-bezier(.2,.8,.2,1);
}

.website-work-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0,0,0,0.14);
  box-shadow:
    0 34px 90px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.website-logo-avatar {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 20%, rgba(255,255,255,.28), transparent 34%),
    linear-gradient(145deg, #050505, #242428);
}

.website-logo-avatar span {
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
}

.website-work-card .premium-client-meta h3 {
  font-size: 15px;
  letter-spacing: -0.04em;
}

.website-work-card .premium-client-meta p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 620;
}

.website-work-card .client-bottom-line {
  margin-top: 28px;
}

.website-work-card .client-bottom-line span,
.website-work-card .client-bottom-line a {
  color: var(--muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s ease;
}

.website-work-card .client-bottom-line a:hover {
  color: #111;
}

.website-work-card .client-bottom-line i {
  animation: websiteLineGlow 2.8s ease-in-out infinite;
}

@media (max-width: 900px) {
  .websites-worked-section {
    padding: 76px 18px 82px;
  }

  .websites-worked-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 12px;
  }

  .website-work-card {
    min-height: 150px;
    padding: 16px;
    border-radius: 28px;
  }
}

@media (max-width: 460px) {
  .websites-worked-section {
    padding: 66px 14px 72px;
  }

  .websites-worked-section .clients-heading p {
    font-size: 12px;
  }

  .website-work-card {
    min-height: 132px;
    padding: 14px;
    border-radius: 24px;
  }

  .website-logo-avatar span {
    font-size: 10px;
  }

  .website-work-card .premium-client-meta h3 {
    font-size: 13px;
  }

  .website-work-card .premium-client-meta p {
    font-size: 10px;
  }

  .website-work-card .client-bottom-line {
    margin-top: 20px;
  }
}

.swagability-case-section {
  position: relative;
  overflow: hidden;
  padding: 86px 24px 104px;
  background:
    radial-gradient(circle at 18% 0%, rgba(219,234,254,0.72), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(237,233,254,0.62), transparent 32%),
    #ffffff;
}

.swagability-case-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 14px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 14px;
  border-radius: 44px;
  border: 1px solid rgba(0,0,0,0.075);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(245,245,247,0.88));
  box-shadow:
    0 44px 140px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

.case-website-preview {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 28% 0%, rgba(219,234,254,0.72), transparent 34%),
    linear-gradient(180deg, #f8f8fb 0%, #eef1f6 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.94),
    0 24px 80px rgba(0,0,0,0.10);
}

.case-website-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
  animation: swagWebsiteGrid 18s linear infinite;
}

.case-website-browser {
  position: absolute;
  inset: 18px;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,0.08);
  background: white;
  box-shadow:
    0 28px 86px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transform: perspective(1200px) rotateX(0deg) rotateY(-1.2deg);
  animation: swagBrowserFloat 6s cubic-bezier(.2,.8,.2,1) infinite;
}

.case-website-browser::after {
  content: "";
  position: absolute;
  inset: -60%;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 38%,
      rgba(255,255,255,0.72) 50%,
      transparent 62%
    );
  opacity: 0;
  animation: swagBrowserSweep 6.4s ease-in-out infinite;
}

.case-website-topbar {
  height: 44px;
  padding: 0 12px 0 14px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,245,247,0.92));
}

.case-website-dots {
  display: flex;
  gap: 6px;
}

.case-website-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: rgba(0,0,0,0.16);
}

.case-website-dots i:nth-child(1) {
  background: #ff5f57;
}

.case-website-dots i:nth-child(2) {
  background: #ffbd2e;
}

.case-website-dots i:nth-child(3) {
  background: #28c840;
}

.case-website-url {
  height: 24px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  color: rgba(0,0,0,0.52);
  background: rgba(0,0,0,0.045);
  font-size: 10px;
  font-weight: 720;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-website-open {
  height: 26px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: white;
  background: #111;
  font-size: 9px;
  font-weight: 780;
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
  transition: transform .25s cubic-bezier(.2,.8,.2,1);
}

.case-website-open:hover {
  transform: translateY(-2px);
}

.case-website-frame {
  position: relative;
  height: calc(100% - 44px);
  background: #ffffff;
}

.case-website-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: white;
  transform-origin: top center;
}

.case-website-floating-card {
  position: absolute;
  z-index: 4;
  left: 34px;
  right: 34px;
  bottom: 32px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.38);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.66));
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.96);
  animation: swagInfoFloat 5s ease-in-out infinite;
}

.case-website-floating-card span {
  display: block;
  color: #8a8a90;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-website-floating-card strong {
  display: block;
  margin-top: 8px;
  color: #111;
  font-size: 18px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.05em;
}

.case-website-floating-card p {
  margin-top: 8px;
  color: #6f6f75;
  font-size: 12px;
  line-height: 1.55;
}

.swagability-case-section .case-cinema-title {
  max-width: 520px;
}

.swagability-case-section .case-cinema-text {
  max-width: 560px;
}

.swagability-case-section .case-data-row {
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    border-color .28s cubic-bezier(.2,.8,.2,1),
    box-shadow .28s cubic-bezier(.2,.8,.2,1);
}

.swagability-case-section .case-data-row:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.13);
  box-shadow: 0 18px 42px rgba(0,0,0,0.065);
}

@media (max-width: 1100px) {
  .swagability-case-shell {
    grid-template-columns: 1fr;
  }

  .case-website-preview {
    min-height: 560px;
  }

  .case-website-browser {
    transform: none;
  }

  ('KEYFRAMES', 'swagBrowserFloat', <AtRule @keyframes … { … }>)
}

@media (max-width: 760px) {
  .swagability-case-section {
    padding: 78px 18px 86px;
  }

  .swagability-case-shell {
    padding: 11px;
    border-radius: 34px;
  }

  .case-website-preview {
    min-height: 480px;
    border-radius: 28px;
  }

  .case-website-browser {
    inset: 12px;
    border-radius: 24px;
  }

  .case-website-topbar {
    height: 40px;
    grid-template-columns: 48px 1fr auto;
    padding: 0 10px;
  }

  .case-website-url {
    font-size: 8.5px;
  }

  .case-website-open {
    height: 24px;
    padding: 0 9px;
    font-size: 8px;
  }

  .case-website-floating-card {
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 14px;
    border-radius: 20px;
  }

  .case-website-floating-card strong {
    font-size: 16px;
  }

  .case-website-floating-card p {
    font-size: 11px;
  }
}

@media (max-width: 460px) {
  .swagability-case-section {
    padding: 70px 14px 78px;
  }

  .swagability-case-shell {
    border-radius: 28px;
  }

  .case-website-preview {
    min-height: 420px;
    border-radius: 24px;
  }

  .case-website-browser {
    inset: 9px;
    border-radius: 21px;
  }

  .case-website-topbar {
    height: 36px;
    grid-template-columns: 42px 1fr;
  }

  .case-website-open {
    display: none;
  }

  .case-website-frame {
    height: calc(100% - 36px);
  }

  .case-website-floating-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px;
    border-radius: 18px;
  }

  .case-website-floating-card span {
    font-size: 8.5px;
  }

  .case-website-floating-card strong {
    font-size: 15px;
  }

  .case-website-floating-card p {
    font-size: 10.5px;
  }
}

/* Animations used by active HTML */

@keyframes ambientOne {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(60px, 30px, 0) scale(1.08); }
}

@keyframes ambientThree {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -40px, 0) scale(1.08); }
}

@keyframes ambientTwo {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-60px, 40px, 0) scale(1.06); }
}

@keyframes buildCardMove {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-7px) scale(1.015);
    opacity: .95;
  }
}

@keyframes buildGlowPulse {
  0%, 100% {
    opacity: .5;
    transform: scale(.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes cardShine {
  0%, 100% {
    transform: translateX(-70%);
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  70% {
    transform: translateX(70%);
    opacity: 0;
  }
}

@keyframes caseGlassBeam {
  0%, 100% {
    transform: translateX(-34%);
    opacity: 0;
  }
  42% {
    opacity: 0.52;
  }
  62% {
    transform: translateX(24%);
    opacity: 0;
  }
}

@keyframes caseMeshFlow {
  from { background-position: 0 0; }
  to { background-position: 42px 42px; }
}

@keyframes casePulseDot {
  0%, 100% { transform: scale(0.86); opacity: 0.7; }
  50% { transform: scale(1.16); opacity: 1; }
}

@keyframes clientGlowFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-8px, 10px) scale(1.08);
    opacity: 1;
  }
}

@keyframes clientRingRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes clientSweep {
  from {
    transform: translateX(-55%);
  }
  to {
    transform: translateX(55%);
  }
}

@keyframes codeCursorOff {
  to {
    border-right-color: transparent;
  }
}

@keyframes codeCursorOffLoop {
  to {
    border-right-color: transparent;
  }
}

@keyframes codeGlassSweep {
  0%, 100% {
    transform: translateX(-50%);
    opacity: 0;
  }

  42% {
    opacity: .75;
  }

  62% {
    transform: translateX(35%);
    opacity: 0;
  }
}

@keyframes codeGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 28px 28px;
  }
}

@keyframes codeTyping {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes codeTypingLoop {
  from {
    width: 0;
    opacity: 1;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes corePulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.07);
  }
}

@keyframes cornerPulse {
  0%, 100% { opacity: .35; transform: scale(.96); }
  50% { opacity: .85; transform: scale(1); }
}

@keyframes dustFloatFour {
  0%, 100% { transform: translate(0,0) scale(0.75); opacity: 0.4; }
  50% { transform: translate(-2px,-4px) scale(1.05); opacity: 0.8; }
}

@keyframes dustFloatOne {
  0%, 100% { transform: translate(0,0) scale(0.8); opacity: 0.4; }
  50% { transform: translate(4px,-4px) scale(1.15); opacity: 1; }
}

@keyframes dustFloatThree {
  0%, 100% { transform: translate(0,0) scale(1); opacity: 0.45; }
  50% { transform: translate(4px,-2px) scale(1.1); opacity: 0.95; }
}

@keyframes dustFloatTwo {
  0%, 100% { transform: translate(0,0); opacity: 0.35; }
  50% { transform: translate(-3px,3px); opacity: 0.8; }
}

@keyframes finalTypingCursor {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

@keyframes glowDriftOne {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(-10px, 18px, 0) scale(1.08); }
}

@keyframes glowDriftTwo {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(20px, -16px, 0) scale(1.06); }
}

@keyframes lineFlow {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  50% {
    transform: translateX(150%);
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes noiseShift {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-2px, 1px); }
  66% { transform: translate(2px, -1px); }
  100% { transform: translate(0, 0); }
}

@keyframes orbitSpinA {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitSpinB {
  from { transform: rotate(0deg) scaleX(1.02); }
  to { transform: rotate(-360deg) scaleX(1.02); }
}

@keyframes orbitSpinC {
  from { transform: rotate(0deg) scaleY(0.95); }
  to { transform: rotate(360deg) scaleY(0.95); }
}

@keyframes premiumTagSweep {
  from {
    transform: translateX(-55%);
  }

  to {
    transform: translateX(55%);
  }
}

@keyframes previewScanLine {
  0% {
    left: 10%;
    opacity: 0;
  }

  15% {
    opacity: .5;
  }

  70% {
    left: 88%;
    opacity: .5;
  }

  100% {
    left: 88%;
    opacity: 0;
  }
}

@keyframes scanMove {
  from { transform: translateY(0); }
  to { transform: translateY(42px); }
}

@keyframes shellSweep {
  0%, 100% { transform: translateX(-30%); opacity: 0; }
  42% { opacity: .65; }
  62% { transform: translateX(25%); opacity: 0; }
}

@keyframes siteGlassSweep {
  0%, 100% {
    transform: translateX(-40%);
    opacity: 0;
  }

  42% {
    opacity: .45;
  }

  62% {
    transform: translateX(36%);
    opacity: 0;
  }
}

@keyframes siteGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 34px 34px;
  }
}

@keyframes swagBrowserFloat {
  0%, 100% {
    transform: perspective(1200px) rotateX(0deg) rotateY(-1.2deg) translateY(0);
  }

  50% {
    transform: perspective(1200px) rotateX(1deg) rotateY(1.2deg) translateY(-8px);
  }
}

@keyframes swagBrowserSweep {
  0%, 100% {
    transform: translateX(-38%);
    opacity: 0;
  }

  42% {
    opacity: .72;
  }

  62% {
    transform: translateX(34%);
    opacity: 0;
  }
}

@keyframes swagInfoFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes swagWebsiteGrid {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 44px 44px;
  }
}

@keyframes systemFloat {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-3px) translateX(-2px);
  }
}

@keyframes tagSweep {
  from { transform: translateX(-58%); }
  to { transform: translateX(58%); }
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes tinyShine {
  0%, 100% {
    transform: translateX(-120%);
  }

  50% {
    transform: translateX(120%);
  }
}

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes trailSpinA {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0.82;
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.4;
  }
}

@keyframes trailSpinB {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0.24;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0.58;
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.24;
  }
}

@keyframes websiteBuildIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes websiteLineGlow {
  0%, 100% {
    opacity: .45;
    transform: scaleX(.78);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes websiteWorkedGrid {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 52px 52px;
  }
}

@keyframes wireFrameDraw {
  from {
    opacity: 0;
    transform: scale(.92);
  }

  to {
    opacity: .8;
    transform: scale(1);
  }
}

/* Static Swagability website preview */
.static-site-preview {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  border-radius: inherit;
  background:
    radial-gradient(circle at 70% 18%, rgba(219, 234, 254, 0.92), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
}

.static-nav {
  height: 54px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.static-nav span {
  width: 34px;
  height: 14px;
  border-radius: 999px;
  background: #111;
}

.static-nav i {
  width: 42px;
  height: 8px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
}

.static-nav i + i {
  margin-left: 0;
}

.static-hero {
  padding: 58px 34px 26px;
}

.static-hero small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.static-hero h4 {
  margin-top: 10px;
  color: #111;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 0.95;
  font-weight: 760;
  letter-spacing: -0.07em;
}

.static-hero p {
  max-width: 360px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.static-hero b {
  width: 110px;
  height: 34px;
  margin-top: 24px;
  display: block;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 18px 46px rgba(0,0,0,0.16);
}

.static-grid {
  padding: 0 34px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.static-grid span {
  height: 92px;
  border: 1px solid rgba(0,0,0,0.065);
  border-radius: 24px;
  background: rgba(255,255,255,0.68);
  box-shadow: 0 14px 36px rgba(0,0,0,0.05);
}

@media (max-width: 560px) {
  .static-site-preview {
    min-height: 250px;
  }

  .static-hero {
    padding: 38px 20px 20px;
  }

  .static-grid {
    padding: 0 20px 22px;
    grid-template-columns: 1fr;
  }

  .static-grid span {
    height: 54px;
  }
}
