:root {
  --bg-0: #05080b;
  --bg-1: #0a1216;
  --grid: #0f1a22;
  --neon: #14dcff;
  --neon-soft: #0ebfe6;
  --text: #d1f7ff;
  --text-dim: #8bcfdf;
  --white: #ffffff;
  --shadow: 0 0 0.5rem rgba(20, 220, 255, 0.35), 0 0 1.5rem rgba(20, 220, 255, 0.25);
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: radial-gradient(1200px 800px at 70% -10%, #0b1620 0%, var(--bg-0) 45%) fixed;
  background-color: var(--bg-0);
  line-height: 1.55;
}

.container {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4.5vw, 2rem);
}

@media (max-width: 768px) {
  .container {
    padding-inline: 1.5rem !important;
  }
}
/* Ensure media scales within its container on small screens */
img { max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: linear-gradient(to bottom, rgba(5, 8, 11, 0.85), rgba(5, 8, 11, 0.55));
  border-bottom: 1px solid rgba(20, 220, 255, 0.18);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.25rem;
}

.brand {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}

.brand-mark {
  color: var(--neon);
  filter: drop-shadow(0 0 4px rgba(20, 220, 255, 0.5));
}

.brand-text {
  font-family: Orbitron, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav a {
  color: var(--text);
  text-decoration: none;
  margin-left: 1rem;
  font-weight: 600;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 120ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn-primary {
  color: #05121a;
  background: linear-gradient(180deg, var(--neon) 0%, var(--neon-soft) 100%);
  box-shadow: 0 6px 20px rgba(20, 220, 255, 0.25), inset 0 0 12px rgba(8, 12, 16, 0.5);
}

.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(20,220,255,.35), inset 0 0 12px rgba(8, 12, 16, 0.6); }
.btn-primary:active { transform: translateY(0); }

.btn-outline {
  color: var(--text);
  border: 1px solid rgba(20, 220, 255, 0.45);
  box-shadow: var(--shadow);
}
.btn-outline:hover { background: rgba(20, 220, 255, 0.06); }

.btn-link { color: var(--text-dim); text-decoration: none; font-weight: 700; }
.btn-link:hover { color: var(--text); }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2rem;
  padding: 6rem 0 3rem;
}

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
}

.hero-content {
  align-self: center;
}

.hero-logo-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .hero-logo-wrapper {
    display: none;
  }
}

.glitch {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  color: var(--white);
  text-shadow: 0 0 18px rgba(20,220,255,.35), 0 0 2px rgba(255,255,255,.8);
  text-align: left;
  display: inline-block;
  line-height: 0;
  flex-shrink: 0;
}

.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.glitch::before { color: #0ebfe6; transform: translate(1px, 0); filter: blur(0.5px); opacity: 0.85; }
.glitch::after  { color: #8beaff; transform: translate(-1px, 0); filter: blur(0.6px); opacity: 0.75; }

.subtitle {
  color: var(--text-dim);
  font-size: 1.1rem;
  margin: 0;
  width: 500px;
  max-width: 500px;
  flex-shrink: 0;
  line-height: 1.5;
}

.cta { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.hero-visual {
  align-self: center;
}

.panel {
  background: linear-gradient(180deg, rgba(16, 24, 29, 0.75), rgba(8, 12, 16, 0.9));
  border: 1px solid rgba(20, 220, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(20, 220, 255, 0.08), inset 0 0 80px rgba(4, 8, 12, 0.9), 0 14px 36px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-7deg);
  transform-origin: left center;
}

@media (max-width: 768px) {
  .panel {
    transform: perspective(1200px) rotateY(0deg);
  }
}

.panel-header {
  padding: 0.85rem 1rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(20,220,255,0.14), rgba(20,220,255,0.08));
  border-bottom: 1px solid rgba(20,220,255,0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.open-sign {
  background: linear-gradient(135deg, #00ff88, #00cc66);
  color: #000;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: 
    0 0 10px rgba(0, 255, 136, 0.6),
    0 0 20px rgba(0, 255, 136, 0.4),
    0 0 30px rgba(0, 255, 136, 0.2);
  animation: openGlow 2s ease-in-out infinite alternate;
}

@keyframes openGlow {
  0% {
    box-shadow: 
      0 0 10px rgba(0, 255, 136, 0.6),
      0 0 20px rgba(0, 255, 136, 0.4),
      0 0 30px rgba(0, 255, 136, 0.2);
  }
  100% {
    box-shadow: 
      0 0 15px rgba(0, 255, 136, 0.8),
      0 0 30px rgba(0, 255, 136, 0.6),
      0 0 45px rgba(0, 255, 136, 0.4);
  }
}

.queue-logo {
  font-family: Orbitron, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white);
  text-shadow: 0 0 18px rgba(20,220,255,.35), 0 0 2px rgba(255,255,255,.8);
  font-size: 1rem;
}

.queue {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
}

.queue-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  color: var(--text);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  will-change: transform, opacity;
  font-size: 1.125rem;
}

.queue-item span { color: var(--text-dim); font-weight: 700; }
.queue-item strong { font-weight: 800; }
.queue-item em { color: var(--text-dim); font-style: normal; }

.queue-item.active {
  background: rgba(20, 220, 255, 0.08);
  border: 1px solid rgba(20, 220, 255, 0.25);
  box-shadow: var(--shadow);
}

.queue-item.dim { opacity: 0.7; }

/* Queue item animations */
.queue-item.leaving { opacity: 0; transform: translateY(-8px); }
.queue-item.entering { opacity: 0; transform: translateY(8px); }

/* Streamers Features Section */
.streamers-features {
  padding: 5rem 0;
}

.streamers-features .section-head h2 {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
  text-align: center;
  color: var(--text);
  text-shadow: 0 0 20px rgba(20, 220, 255, 0.3);
}

.streamers-features .section-head p {
  color: var(--text-dim);
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
}

.streamers-features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 960px) {
  .streamers-features .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .streamers-features {
    padding: 1.5rem 0;
  }
  
  .platform-features {
    padding: 1.5rem 0;
  }
}

/* Platform Features Section */
.platform-features {
  padding: 5rem 0;
}

.platform-features .section-head h2 {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
  text-align: center;
  color: var(--text);
  text-shadow: 0 0 20px rgba(20, 220, 255, 0.3);
}

.platform-features .section-head p {
  color: var(--text-dim);
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.platform-item {
  background: transparent;
  border: 1px solid rgba(20, 220, 255, 0.18);
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

.platform-features.in-view .platform-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.platform-features.in-view .platform-item:nth-child(1) {
  transition-delay: 0.1s;
}

.platform-features.in-view .platform-item:nth-child(2) {
  transition-delay: 0.25s;
}

.platform-features.in-view .platform-item:nth-child(3) {
  transition-delay: 0.4s;
}

.platform-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(20, 220, 255, 0.15), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.platform-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 220, 255, 0.3), rgba(20, 220, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.platform-item:hover::before {
  left: 100%;
}

.platform-item:hover::after {
  opacity: 1;
}

.platform-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(20, 220, 255, 0.2), 0 0 30px rgba(20, 220, 255, 0.1);
  border-color: rgba(20, 220, 255, 0.4);
  background: rgba(20, 220, 255, 0.03);
}

.platform-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.platform-logo img {
  max-height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1);
}

.platform-item:hover .platform-logo img {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(20, 220, 255, 0.5));
}

/* Legacy card styles removed - using feature-item styles instead */
.section-head h2 { font-family: Orbitron, Inter, sans-serif; margin: 0; }
.section-head p { color: var(--text-dim); margin-top: 0.5rem; }

/* CTA Section */
.cta-section {
  padding: 12rem 0;
  background: linear-gradient(to bottom, var(--bg-0) 0%, #000000 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--text);
  text-shadow: 0 0 20px rgba(20, 220, 255, 0.4);
  margin: 0 0 4rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.cta-section.in-view .cta-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.cta-button {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

.cta-section.in-view .cta-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}


.waitlist-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  align-items: stretch;
  margin-top: 1rem;
  max-width: 560px;
}

@media (max-width: 640px) {
  .waitlist-form { grid-template-columns: 1fr; }
}

.waitlist-form input[type="email"],
.waitlist-form input[type="number"] {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(20, 220, 255, 0.25);
  background: rgba(8, 12, 16, 0.85);
  color: var(--text);
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(20,220,255,0.08);
}

.waitlist-form input[type="email"]:focus,
.waitlist-form input[type="number"]:focus {
  border-color: rgba(20, 220, 255, 0.55);
  box-shadow: inset 0 0 0 1px rgba(20,220,255,0.18), 0 0 0 3px rgba(20,220,255,0.12);
}

.waitlist-form .field-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.waitlist-form fieldset {
  margin: 0;
  padding: 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(20, 220, 255, 0.18);
  background: linear-gradient(180deg, rgba(16, 24, 29, 0.35), rgba(8, 12, 16, 0.6));
}

.waitlist-form legend {
  padding: 0 0.25rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.waitlist-form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
}

.waitlist-form .checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--text-dim);
}

.waitlist-form .checkbox-group input[type="checkbox"] {
  accent-color: var(--neon);
}

.waitlist-form .btn {
  width: 100%;
}

.waitlist-form input::placeholder { color: #6fb7cc; }

.form-note { margin: 0.25rem 0 0; color: var(--text-dim); min-height: 1.25rem; }

/* Footer */
.site-footer {
  border-top: 1px solid rgba(20,220,255,0.18);
  background: #000000;
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.25rem;
}

.foot-nav a { color: var(--text-dim); text-decoration: none; margin-left: 1rem; }
.foot-nav a:hover { color: var(--text); }

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

/* Animated background */
.grid-background {
  position: fixed;
  inset: -2px;
  z-index: -2;
  background-image:
  linear-gradient(rgba(20,220,255,0.06) 1px, transparent 1px),
  linear-gradient(90deg, rgba(20,220,255,0.06) 1px, transparent 1px),
  radial-gradient(800px 400px at 20% -10%, rgba(20,220,255,0.1), transparent 60%),
  radial-gradient(1200px 500px at 100% 10%, rgba(20,220,255,0.08), transparent 65%);
  background-size: 60px 60px, 60px 60px, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, center, center;
  animation: grid-pan 20s linear infinite;
}

@keyframes grid-pan {
  0% { background-position: 0 0, 0 0, center, center; }
  100% { background-position: 60px 60px, 60px 60px, center, center; }
}

.scanline {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
  background-size: 100% 3px;
  animation: scan 6s linear infinite;
  mix-blend-mode: soft-light;
}

@keyframes scan {
  0% { transform: translateY(-100%); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: translateY(100%); opacity: 0; }
}

.brand-text img {max-height:40px;margin-top:10px;}
.glitch img {max-height:180px; margin-left: -35px;}
@media (max-width: 560px) {
  .hero { padding: 3.5rem 0 2rem; gap: 1.25rem; }
  .subtitle { font-size: 1rem; }
}


.topico
{
margin-top:7px;
max-height:30px;
}

/* Custom section with app preview background */
.custom-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-0);
  background-attachment: scroll;
  overflow: hidden;
  padding: 1rem;
}

@media (max-width: 768px) {
  .custom-section {
    display: none;
  }
}

.custom-section::before,
.custom-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  pointer-events: none;
}

.custom-section::before {
  top: 0;
  background: linear-gradient(to bottom, var(--bg-0), transparent);
  backdrop-filter: blur(10px);
}

.custom-section::after {
  bottom: 0;
  background: linear-gradient(to top, var(--bg-0), transparent);
  backdrop-filter: blur(10px);
}

.custom-content {
  text-align: center;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monitor-frame {
  position: relative;
  width: 1400px;
  height: 600px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    inset 0 2px 4px rgba(255, 255, 255, 0.1);
}

.monitor-screen {
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%),
    url('1Q 1018.png') center top/cover no-repeat;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monitor-stand {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.monitor-base {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 40px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.animated-text {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.375rem);
  font-weight: 800;
  color: var(--text);
  text-shadow: 
    0 0 20px rgba(20, 220, 255, 0.6),
    0 0 40px rgba(20, 220, 255, 0.4),
    0 0 60px rgba(20, 220, 255, 0.2),
    0 0 2px rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  margin: 0;
}

.text-part-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.text-part-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition-delay: 0s;
}

.custom-section.in-view .text-part-1 {
  opacity: 1;
  transform: translateY(0);
}

.custom-section.in-view .text-part-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

/* Auto-Printing Section */
.auto-printing-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--bg-1) 0%, var(--bg-0) 100%);
  overflow: hidden;
  position: relative;
}

.printing-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.printing-title {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--text);
  text-shadow: 0 0 20px rgba(20, 220, 255, 0.4);
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.printing-subtitle {
  font-size: 1.2rem;
  color: var(--text-dim);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.printing-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.feature-highlight {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(20, 220, 255, 0.05);
  border: 1px solid rgba(20, 220, 255, 0.15);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  min-height: 48px;
}


.feature-highlight:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(20, 220, 255, 0.15);
  border-color: rgba(20, 220, 255, 0.3);
}

.feature-highlight .feature-icon {
  color: var(--neon);
  filter: drop-shadow(0 0 6px rgba(20, 220, 255, 0.4));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 0;
  align-self: center;
}

.feature-highlight .feature-icon svg {
  width: 28px !important;
  height: 28px !important;
  display: block;
}

.feature-highlight .feature-text {
  color: var(--text);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  flex: 1;
  align-self: center;
}

/* Address Labels Visual */
.labels-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 480px;
  width: 100%;
}

.address-labels {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 350px;
}

.address-label {
  width: 100%;
  height: 140px;
  background: white;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateX(-100%) scale(0.9);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  position: relative;
  overflow: hidden;
}

.labels-visual.in-view .label-1 {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.5s;
}

.labels-visual.in-view .label-2 {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 2s;
}

.labels-visual.in-view .label-3 {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 3.5s;
}

.label-content {
  padding: 14px 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
}

.order-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.order-number {
  font-size: 13px;
  font-weight: 800;
  color: #333;
  margin-bottom: 2px;
}

.item-name {
  font-size: 11px;
  font-weight: 600;
  color: #555;
  margin-bottom: 2px;
}

.customer-name {
  font-size: 10px;
  font-weight: 600;
  color: #666;
  margin-bottom: 3px;
}

.amount {
  font-size: 10px;
  color: #777;
  margin-bottom: 2px;
}

.order-total {
  font-size: 11px;
  font-weight: 800;
  color: #333;
  border-top: 1px solid #ddd;
  padding-top: 3px;
  margin-top: 3px;
}

.label-logo {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 45px;
  height: 45px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  font-size: 9px;
  box-shadow: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .printing-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .printer-machine {
    width: 250px;
    height: 160px;
  }
  
  .printer-label {
    width: 100px;
    height: 70px;
  }
}

/* Personalization Features Section */
.personalization-features {
  padding: 5rem 0;
}

.personalization-features .section-head h2 {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
  text-align: center;
  color: var(--text);
  text-shadow: 0 0 20px rgba(20, 220, 255, 0.3);
}

.personalization-features .section-head p {
  color: var(--text-dim);
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-item {
  background: transparent;
  border: 1px solid rgba(20, 220, 255, 0.18);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(20, 220, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.feature-item:hover::before {
  left: 100%;
}

.feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(20, 220, 255, 0.15);
  border-color: rgba(20, 220, 255, 0.3);
}

.feature-icon {
  margin-bottom: 1rem;
  display: block;
  color: var(--neon);
  filter: drop-shadow(0 0 8px rgba(20, 220, 255, 0.4));
}

.feature-item h3 {
  font-family: Orbitron, Inter, sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: var(--text);
}

.feature-item p {
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0;
}




