/* Extracted from HTML */
.hero-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfcfc;
  background-image: radial-gradient(#e4e4e7 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  overflow: hidden;
  padding: 100px 0 60px 0;
}

.hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 40%, rgba(255, 255, 255, 0.8) 100%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background-color: white;
  border: 1px solid #e4e4e7;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #71717a;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.headline {
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
  margin: 0;
}

.subcopy {
  font-size: 16px;
  line-height: 1.5;
  color: #71717a;
  max-width: 480px;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #09090b;
  font-weight: 500;
}

.check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid rgba(255, 69, 0, 0.2);
  color: #ff4500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 12px;
}

.stats-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.5);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-value {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #71717a;
}

.stat-divider {
  width: 1px;
  height: 32px;
  background-color: #e4e4e7;
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}

.secondary-link {
  font-size: 14px;
  font-weight: 600;
  color: #09090b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.secondary-link:hover {
  text-decoration: underline;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}

.trust-label {
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.avatar-group img:first-child {
  margin-left: 0;
}

.orbit-container {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-center {
  width: 140px;
  height: 140px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  z-index: 10;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.1);
  animation: center-pulse 3s ease-in-out infinite;
}

@keyframes center-pulse {

  0%,
  100% {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 0 rgba(37, 99, 235, 0.4);
  }

  50% {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(37, 99, 235, 0);
  }
}

.orbit-lines {
  position: absolute;
  width: 440px;
  height: 440px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.satellites-container {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Radar pulse waves - multiple expanding circles */
.orbit-center::before,
.orbit-center::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.6);
  transform: translate(-50%, -50%);
  animation: radar-pulse 3s ease-out infinite;
  z-index: -1;
}

.orbit-center::after {
  animation-delay: 1.5s;
}

@keyframes radar-pulse {
  0% {
    width: 140px;
    height: 140px;
    opacity: 1;
    border-width: 3px;
  }

  100% {
    width: 450px;
    height: 450px;
    opacity: 0;
    border-width: 1px;
  }
}

.radial-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.3) 0%, rgba(37, 99, 235, 0.1) 50%, transparent 100%);
  transform-origin: left center;
}

.dashed-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  animation: pulse-circle 2s ease-in-out infinite;
}

@keyframes pulse-circle {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }
}

.satellite {
  position: absolute;
  width: 72px;
  height: 72px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}


.satellite:hover {
  transform: scale(1.1);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  z-index: 15;
}

.satellite img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.sat-1 {
  top: 8%;
  left: 50%;
  animation-delay: 0s;
}

.sat-2 {
  top: 25%;
  right: 12%;
  animation-delay: 0.5s;
}

.sat-3 {
  bottom: 25%;
  right: 12%;
  animation-delay: 1s;
}

.sat-4 {
  bottom: 8%;
  left: 50%;
  animation-delay: 1.5s;
}

.sat-5 {
  bottom: 25%;
  left: 12%;
  animation-delay: 2s;
}

.sat-6 {
  top: 25%;
  left: 12%;
  animation-delay: 2.5s;
}

.floating-badge {
  position: absolute;
  background: #fff;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #09090b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 20;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.badge-1 {
  top: 35%;
  right: 18%;
  transform: rotate(6deg);
}

.badge-2 {
  bottom: 35%;
  left: 16%;
  transform: rotate(-4deg);
}

/* Extracted from HTML */
.hero-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.headline-block {
  text-align: left;
  width: 100%;
}

.main-heading {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;

}

.inline-img {
  display: inline-block;
  width: 72px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
  vertical-align: middle;
  margin: 0 6px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

.img-rotate-1 {
  transform: rotate(-3deg);
}

.img-rotate-2 {
  transform: rotate(3deg);
}

.img-rotate-3 {
  transform: rotate(-2deg);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
}

.section-description {
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  max-width: 480px;
}

/* Brand Logos */
.logo-row {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.brand-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  margin-right: -12px;
  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.24);
  position: relative;
  z-index: 1;
}

.brand-circle:nth-child(1) {
  z-index: 5;
  background: #000000;
}

.brand-circle:nth-child(2) {
  z-index: 4;
  background: #ff5a5f;
}

.brand-circle:nth-child(3) {
  z-index: 3;
  background: #635bff;
}

.brand-circle:nth-child(4) {
  z-index: 2;
  background: #1ed760;
}

.brand-circle:nth-child(5) {
  z-index: 1;
  background: #e50914;
}

/* Combined Visual Area */
.combined-visual {
  position: relative;
  height: 220px;
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
}

.chaos-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.12);
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  transform-origin: center;
}

.chaos-emoji {
  font-size: 18px;
  line-height: 1;
  display: flex;
}

/* Positioning to match reference image closely */
.pos-chaos-1 {
  top: 10px;
  left: 0;
  transform: rotate(-5deg);
  z-index: 2;
}

.pos-chaos-2 {
  top: 50px;
  left: 170px;
  transform: rotate(4deg);
  z-index: 3;
  background-color: #fff1f2;
  border-color: #fee2e2;
  color: #881337;
}

.pos-chaos-3 {
  top: 100px;
  left: 50px;
  transform: rotate(-3deg);
  z-index: 1;
}

/* Extracted from HTML */
/* STANDARDIZED HEADER AND PILLS CSS */
#pull-any-vibe {
  width: 100%;
  padding: 60px 0;
  background: #f9fafb;
}

#pull-any-vibe .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

#pull-any-vibe h1 {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: -0.02em;
  color: #111827;
  z-index: 100;
  position: relative;
  font-family: 'Inter', sans-serif;
}

#pull-any-vibe .brand-pills {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: center;
  z-index: 100;
  position: relative;
  flex-wrap: wrap;
  max-width: 100%;
  width: 98%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

#pull-any-vibe .pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#pull-any-vibe .pill:hover {
  background-color: #e5e7eb;
  border-color: #9ca3af;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#pull-any-vibe .pill-active {
  background-color: #111827 !important;
  color: #ffffff !important;
  border-color: #111827 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#pull-any-vibe .pill-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CANVAS WRAPPER */
#pull-any-vibe .canvas-wrapper {
  width: 100%;
  height: 950px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* APPLE BRAND STYLES */
.canvas-wrapper[data-brand="apple"] {
  background: linear-gradient(180deg, #f5f5f7 0%, #e8e8ed 100%);
}

.canvas-wrapper[data-brand="apple"] .mesh-gradient {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.4;
}

.canvas-wrapper[data-brand="apple"] .mesh-1 {
  top: -10%;
  left: 20%;
  width: 600px;
  height: 600px;
  background: #e0e5ec;
}

.canvas-wrapper[data-brand="apple"] .mesh-2 {
  bottom: -10%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: #d1d1d6;
}

.canvas-wrapper[data-brand="apple"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="apple"] .scatter-item {
  position: absolute;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s;
  cursor: pointer;
  overflow: hidden;
}

.canvas-wrapper[data-brand="apple"] .scatter-item:hover {
  transform: scale(1.03) translateY(-10px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  z-index: 50;
}

.canvas-wrapper[data-brand="apple"] .card-widget {
  width: 180px;
  height: 180px;
  top: 15%;
  left: 18%;
  transform: rotate(-6deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
}

.canvas-wrapper[data-brand="apple"] .widget-day {
  color: #ff3b30;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.canvas-wrapper[data-brand="apple"] .widget-date {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 1;
  margin: 4px 0;
}

.canvas-wrapper[data-brand="apple"] .widget-event {
  font-size: 12px;
  color: #86868b;
  text-align: center;
  margin-top: 8px;
}

.canvas-wrapper[data-brand="apple"] .card-product {
  width: 280px;
  height: auto;
  top: 12%;
  right: 20%;
  transform: rotate(8deg);
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.canvas-wrapper[data-brand="apple"] .card-product img {
  width: 100%;
  height: auto;
  drop-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
}

.canvas-wrapper[data-brand="apple"] .card-product:hover {
  transform: rotate(8deg) scale(1.05) !important;
  box-shadow: none;
}

.canvas-wrapper[data-brand="apple"] .card-type {
  width: 340px;
  top: 45%;
  left: 35%;
  transform: rotate(3deg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.canvas-wrapper[data-brand="apple"] .card-type h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.1;
  background: linear-gradient(90deg, #1d1d1f 0%, #434344 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.canvas-wrapper[data-brand="apple"] .card-type p {
  margin-top: 12px;
  color: #86868b;
  font-size: 15px;
}

.canvas-wrapper[data-brand="apple"] .card-music {
  width: 300px;
  bottom: 15%;
  right: 15%;
  transform: rotate(-5deg);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.canvas-wrapper[data-brand="apple"] .album-art {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.canvas-wrapper[data-brand="apple"] .music-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.canvas-wrapper[data-brand="apple"] .music-title {
  font-weight: 600;
  font-size: 16px;
}

.canvas-wrapper[data-brand="apple"] .music-artist {
  font-size: 14px;
  color: #86868b;
}

.canvas-wrapper[data-brand="apple"] .card-activity {
  width: 220px;
  bottom: 20%;
  left: 15%;
  transform: rotate(10deg);
  background: #000000;
  color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.canvas-wrapper[data-brand="apple"] .rings-container {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.canvas-wrapper[data-brand="apple"] .activity-label {
  font-size: 18px;
  font-weight: 600;
}

.canvas-wrapper[data-brand="apple"] .activity-sub {
  font-size: 13px;
  color: #999;
  margin-top: 4px;
}

.canvas-wrapper[data-brand="apple"] .card-chip {
  width: 140px;
  height: 140px;
  top: 40%;
  right: 10%;
  transform: rotate(-12deg);
  background: #f5f5f7;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.canvas-wrapper[data-brand="apple"] .chip-graphic {
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 8px;
  position: relative;
}

.canvas-wrapper[data-brand="apple"] .chip-graphic::after {
  content: "M3";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 700;
  font-size: 14px;
}

/* AIRBNB BRAND STYLES */
.canvas-wrapper[data-brand="airbnb"] {
  background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
  background-size: 24px 24px;
  background-color: #fafafa;
}

.canvas-wrapper[data-brand="airbnb"] .bg-word {
  position: absolute;
  font-size: 180px;
  font-weight: 900;
  color: #111827;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  font-family: sans-serif;
}

.canvas-wrapper[data-brand="airbnb"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="airbnb"] .pile-item {
  position: absolute;
  background: white;
  border-radius: 4px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15), 0 4px 10px -2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
  cursor: pointer;
}

.canvas-wrapper[data-brand="airbnb"] .pile-item:hover {
  z-index: 100 !important;
  transform: scale(1.05) rotate(0deg) !important;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.25);
}

.canvas-wrapper[data-brand="airbnb"] .item-photo {
  width: 380px;
  height: 460px;
  padding: 16px 16px 48px 16px;
  background: #fff;
  top: 40px;
  left: 40px;
  transform: rotate(-3deg);
  z-index: 5;
  border-radius: 2px;
}

.canvas-wrapper[data-brand="airbnb"] .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  filter: contrast(1.05) saturate(1.1);
}

.canvas-wrapper[data-brand="airbnb"] .item-poster {
  width: 320px;
  height: 440px;
  background: #fdfbf7;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnPgo8cmVjdCB3aWR0aD0nNCcgaGVpZ2h0PSc0JyBmaWxsPScjRkRGQkY3Jy8+CjxyZWN0IHdpZHRoPScxJyBoZWlnaHQ9JzEnIGZpbGw9JyNkMWQ1ZGInLz4KPC9zdmc+");
  bottom: 30px;
  left: 40px;
  transform: rotate(2deg);
  z-index: 6;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.canvas-wrapper[data-brand="airbnb"] .poster-frame {
  flex: 1;
  border: 3px solid #1f2937;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.canvas-wrapper[data-brand="airbnb"] .poster-tape {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(1deg);
  width: 80px;
  height: 24px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.canvas-wrapper[data-brand="airbnb"] .poster-header-row {
  display: flex;
  justify-content: space-between;
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  color: #1f2937;
  border-bottom: 2px solid #1f2937;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.canvas-wrapper[data-brand="airbnb"] .poster-graphic {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.canvas-wrapper[data-brand="airbnb"] .graphic-circle {
  width: 140px;
  height: 140px;
  background: #ff385c;
  border-radius: 50%;
  mix-blend-mode: multiply;
  opacity: 0.9;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.canvas-wrapper[data-brand="airbnb"] .graphic-triangle {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 120px solid #0284c7;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.canvas-wrapper[data-brand="airbnb"] .poster-main-text {
  font-family: "Arial Black", sans-serif;
  font-size: 64px;
  line-height: 0.8;
  color: #1f2937;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 80px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.canvas-wrapper[data-brand="airbnb"] .poster-sub-text {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0.1em;
  color: #4b5563;
}

.canvas-wrapper[data-brand="airbnb"] .poster-footer-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #1f2937;
  padding-top: 12px;
}

.canvas-wrapper[data-brand="airbnb"] .poster-barcode {
  height: 24px;
  width: 80px;
  background-image: linear-gradient(90deg,
      #000 0%, #000 4%, transparent 4%, transparent 8%,
      #000 8%, #000 10%, transparent 10%, transparent 16%,
      #000 16%, #000 24%, transparent 24%, transparent 28%,
      #000 28%, #000 36%, transparent 36%, transparent 40%,
      #000 40%, #000 44%, transparent 44%, transparent 50%,
      #000 50%, #000 60%, transparent 60%, transparent 64%,
      #000 64%, #000 70%, transparent 70%, transparent 80%,
      #000 80%, #000 90%, transparent 90%, transparent 92%,
      #000 92%, #000 100%);
}

.canvas-wrapper[data-brand="airbnb"] .item-booking {
  width: 280px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  top: 40px;
  right: 40px;
  transform: rotate(4deg);
  z-index: 20;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid #f3f4f6;
}

.canvas-wrapper[data-brand="airbnb"] .item-host {
  width: auto;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 12px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 25;
  border: 1px solid #e5e7eb;
}

.canvas-wrapper[data-brand="airbnb"] .item-moka {
  width: 200px;
  height: 240px;
  background: #fff;
  padding: 12px;
  top: 250px;
  left: 35%;
  transform: rotate(-5deg);
  z-index: 15;
  border-radius: 4px;
}

.canvas-wrapper[data-brand="airbnb"] .item-insta {
  width: 280px;
  background: #050505;
  color: white;
  border-radius: 24px;
  padding: 16px;
  bottom: 40px;
  right: 40px;
  transform: rotate(-2deg);
  z-index: 35;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid #1f2937;
}

.canvas-wrapper[data-brand="airbnb"] .item-review {
  width: auto;
  max-width: 200px;
  background: #ff385c;
  color: white;
  padding: 12px 16px;
  border-radius: 12px 12px 12px 0px;
  font-size: 13px;
  font-weight: 500;
  top: 200px;
  right: 25%;
  transform: rotate(8deg);
  z-index: 40;
  box-shadow: 0 8px 16px rgba(255, 56, 92, 0.25);
}

.canvas-wrapper[data-brand="airbnb"] .item-map {
  width: 140px;
  height: 140px;
  background: #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid white;
  bottom: 80px;
  left: 35%;
  transform: rotate(5deg);
  z-index: 12;
}

.canvas-wrapper[data-brand="airbnb"] .item-amenities {
  display: flex;
  gap: 12px;
  padding: 10px 14px;
  background: white;
  border-radius: 100px;
  border: 1px solid #f3f4f6;
  top: 550px;
  left: 380px;
  transform: rotate(-10deg);
  z-index: 22;
  color: #4b5563;
}

.canvas-wrapper[data-brand="airbnb"] .item-sound {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #111827;
  color: white;
  border-radius: 8px;
  font-size: 11px;
  font-family: 'Courier New', Courier, monospace;
  bottom: 40px;
  left: 55%;
  transform: rotate(3deg);
  z-index: 28;
}

.canvas-wrapper[data-brand="airbnb"] .item-sticker-1 {
  position: absolute;
  width: 140px;
  height: 60px;
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  z-index: 30;
  border: 3px solid white;
  font-family: "Brush Script MT", cursive;
  font-size: 28px;
  color: #92400e;
}

.canvas-wrapper[data-brand="airbnb"] .item-sticker-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #064e3b;
  border: 3px solid #ecfdf5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ecfdf5;
  top: 45%;
  right: 10%;
  transform: rotate(10deg);
  z-index: 8;
}

.canvas-wrapper[data-brand="airbnb"] .item-sticker-3 {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff385c 0%, #bd1e59 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 3px solid white;
  bottom: 250px;
  right: 35%;
  transform: rotate(-15deg);
  z-index: 22;
}

/* UBER BRAND STYLES */
.canvas-wrapper[data-brand="uber"] {
  background-image:
    linear-gradient(#e5e7eb 1px, transparent 1px),
    linear-gradient(90deg, #e5e7eb 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: #fafafa;
}

.canvas-wrapper[data-brand="uber"] .bg-word {
  position: absolute;
  font-size: 180px;
  font-weight: 900;
  color: #000000;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  font-family: sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.canvas-wrapper[data-brand="uber"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="uber"] .scatter-item {
  position: absolute;
  background: white;
  border-radius: 16px;
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.canvas-wrapper[data-brand="uber"] .scatter-item:hover {
  transform: scale(1.02) translateY(-5px) !important;
  box-shadow:
    0 20px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 50;
}

.canvas-wrapper[data-brand="uber"] .card-poster {
  width: 280px;
  height: 360px;
  top: 10%;
  left: 15%;
  transform: rotate(-3deg);
  background: #000000;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

.canvas-wrapper[data-brand="uber"] .card-ui {
  width: 320px;
  padding: 24px;
  top: 15%;
  right: 18%;
  transform: rotate(2deg);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.canvas-wrapper[data-brand="uber"] .card-photo {
  width: 300px;
  height: 340px;
  top: 50%;
  left: 35%;
  transform: rotate(4deg);
  padding: 12px 12px 40px 12px;
  background: white;
}

.canvas-wrapper[data-brand="uber"] .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.canvas-wrapper[data-brand="uber"] .card-map {
  width: 240px;
  height: 240px;
  bottom: 10%;
  left: 10%;
  transform: rotate(-5deg);
  padding: 0;
  border: 4px solid white;
}

.canvas-wrapper[data-brand="uber"] .card-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.canvas-wrapper[data-brand="uber"] .card-rating {
  width: 200px;
  padding: 16px;
  background: #000000;
  color: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  top: 45%;
  left: 10%;
  transform: rotate(-8deg);
}

.canvas-wrapper[data-brand="uber"] .card-sticker {
  width: 140px;
  height: 140px;
  bottom: 15%;
  right: 25%;
  transform: rotate(12deg);
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.canvas-wrapper[data-brand="uber"] .card-sticker:hover {
  transform: rotate(12deg) scale(1.1) !important;
  box-shadow: none;
}

.canvas-wrapper[data-brand="uber"] .card-object {
  width: 260px;
  padding: 20px;
  background: white;
  bottom: 25%;
  right: 8%;
  transform: rotate(-4deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.canvas-wrapper[data-brand="uber"] .ride-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
}

.canvas-wrapper[data-brand="uber"] .ride-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.canvas-wrapper[data-brand="uber"] .ride-name {
  font-weight: 600;
  font-size: 14px;
}

.canvas-wrapper[data-brand="uber"] .ride-price {
  font-weight: 600;
  font-size: 14px;
}

.canvas-wrapper[data-brand="uber"] .ride-sub {
  font-size: 12px;
  color: #6b7280;
}

.canvas-wrapper[data-brand="uber"] .poster-text-lg {
  font-size: 42px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.canvas-wrapper[data-brand="uber"] .poster-text-sm {
  font-size: 14px;
  opacity: 0.8;
  font-family: monospace;
}

.canvas-wrapper[data-brand="uber"] .badge-pill {
  padding: 4px 12px;
  background: #2563eb;
  color: white;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

/* SPOTIFY BRAND STYLES */
.canvas-wrapper[data-brand="spotify"] {
  background: linear-gradient(135deg, #121212 0%, #1e1e1e 100%);
}

.canvas-wrapper[data-brand="spotify"] .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.4;
}

.canvas-wrapper[data-brand="spotify"] .blob-1 {
  top: -10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: #509bf5;
}

.canvas-wrapper[data-brand="spotify"] .blob-2 {
  bottom: -10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: #1db954;
}

.canvas-wrapper[data-brand="spotify"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="spotify"] .scatter-item {
  position: absolute;
  background: #282828;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.canvas-wrapper[data-brand="spotify"] .scatter-item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  z-index: 50;
}

.canvas-wrapper[data-brand="spotify"] .card-poster {
  width: 300px;
  height: 400px;
  top: 8%;
  left: 12%;
  transform: rotate(-4deg);
  background: linear-gradient(45deg, #ff6437, #ffc864);
  color: #191414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: center;
}

.canvas-wrapper[data-brand="spotify"] .card-ui {
  width: 340px;
  padding: 24px;
  top: 15%;
  right: 15%;
  transform: rotate(3deg);
  background: #181818;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #333;
}

.canvas-wrapper[data-brand="spotify"] .card-photo {
  width: 280px;
  height: 320px;
  top: 45%;
  left: 35%;
  transform: rotate(6deg);
  background: #000000;
  padding: 0;
  border-radius: 12px;
}

.canvas-wrapper[data-brand="spotify"] .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.canvas-wrapper[data-brand="spotify"] .card-photo .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.canvas-wrapper[data-brand="spotify"] .card-playlist {
  width: 260px;
  bottom: 12%;
  left: 10%;
  transform: rotate(-6deg);
  background: #282828;
  padding: 20px;
  border-radius: 8px;
}

.canvas-wrapper[data-brand="spotify"] .card-lyrics {
  width: 240px;
  height: 200px;
  top: 50%;
  right: 10%;
  transform: rotate(-3deg);
  background: #b02897;
  color: white;
  padding: 24px;
  font-family: "Georgia", serif;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.canvas-wrapper[data-brand="spotify"] .card-sticker {
  width: 120px;
  height: 120px;
  bottom: 20%;
  right: 30%;
  transform: rotate(15deg);
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.canvas-wrapper[data-brand="spotify"] .card-sticker:hover {
  transform: rotate(15deg) scale(1.1) !important;
  box-shadow: none;
}

.canvas-wrapper[data-brand="spotify"] .progress-bar {
  width: 100%;
  height: 4px;
  background: #404040;
  border-radius: 2px;
  position: relative;
}

.canvas-wrapper[data-brand="spotify"] .progress-fill {
  width: 65%;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
}

.canvas-wrapper[data-brand="spotify"] .control-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin-top: 8px;
}

.canvas-wrapper[data-brand="spotify"] .poster-text {
  font-size: 56px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-family: sans-serif;
}

/* STARBUCKS BRAND STYLES */
.canvas-wrapper[data-brand="starbucks"] {
  background: linear-gradient(180deg, #f2f0eb 0%, #e6e2d8 100%);
}

.canvas-wrapper[data-brand="starbucks"] .stain {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  opacity: 0.6;
}

.canvas-wrapper[data-brand="starbucks"] .stain-1 {
  top: -5%;
  left: -5%;
  width: 600px;
  height: 600px;
  background: #d4e9e2;
}

.canvas-wrapper[data-brand="starbucks"] .stain-2 {
  bottom: -10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: #c8b09b;
}

.canvas-wrapper[data-brand="starbucks"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="starbucks"] .scatter-item {
  position: absolute;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.canvas-wrapper[data-brand="starbucks"] .scatter-item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 50;
}

.canvas-wrapper[data-brand="starbucks"] .card-app {
  width: 320px;
  top: 15%;
  right: 18%;
  transform: rotate(5deg);
  background: white;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e5e7eb;
}

.canvas-wrapper[data-brand="starbucks"] .card-label {
  width: 240px;
  top: 45%;
  left: 38%;
  transform: rotate(-3deg);
  background: #ffffff;
  padding: 20px;
  font-family: "Courier New", Courier, monospace;
  border: 1px solid #e5e7eb;
  border-left: 6px solid #00704a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.canvas-wrapper[data-brand="starbucks"] .card-photo {
  width: 300px;
  height: 380px;
  top: 10%;
  left: 15%;
  transform: rotate(-6deg);
  background: white;
  padding: 12px;
  padding-bottom: 40px;
}

.canvas-wrapper[data-brand="starbucks"] .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.canvas-wrapper[data-brand="starbucks"] .card-menu {
  width: 260px;
  bottom: 15%;
  left: 12%;
  transform: rotate(4deg);
  background: #1f2937;
  color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 4px solid #8b5e3c;
}

.canvas-wrapper[data-brand="starbucks"] .card-cup-view {
  width: 280px;
  height: 340px;
  bottom: 18%;
  right: 20%;
  transform: rotate(-8deg);
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.canvas-wrapper[data-brand="starbucks"] .card-cup-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  drop-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.canvas-wrapper[data-brand="starbucks"] .card-cup-view:hover {
  transform: rotate(-8deg) scale(1.05) !important;
  box-shadow: none;
}

.canvas-wrapper[data-brand="starbucks"] .card-stamp {
  width: 140px;
  height: 140px;
  top: 50%;
  right: 8%;
  transform: rotate(15deg);
  background: #00704a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 112, 74, 0.3);
  border: 4px solid white;
}

.canvas-wrapper[data-brand="starbucks"] .progress-track {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  margin: 12px 0;
  overflow: hidden;
}

.canvas-wrapper[data-brand="starbucks"] .progress-fill {
  width: 80%;
  height: 100%;
  background: #cba258;
}

.canvas-wrapper[data-brand="starbucks"] .btn-green {
  background: #00704a;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 20px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

/* ZARA BRAND STYLES */
.canvas-wrapper[data-brand="zara"] {
  background-color: #f3f3f3;
  background-image:
    linear-gradient(#e5e5e5 1px, transparent 1px),
    linear-gradient(90deg, #e5e5e5 1px, transparent 1px);
  background-size: 100px 100px;
}

.canvas-wrapper[data-brand="zara"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="zara"] .scatter-item {
  position: absolute;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.4s;
  cursor: pointer;
}

.canvas-wrapper[data-brand="zara"] .scatter-item:hover {
  transform: scale(1.02) translateY(-5px) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 50;
}

.canvas-wrapper[data-brand="zara"] .card-campaign {
  width: 300px;
  height: 450px;
  top: 5%;
  left: 15%;
  transform: rotate(-2deg);
  padding: 12px;
  background: white;
}

.canvas-wrapper[data-brand="zara"] .card-campaign img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.2);
}

.canvas-wrapper[data-brand="zara"] .card-editorial {
  width: 240px;
  top: 15%;
  right: 25%;
  transform: rotate(3deg);
  padding: 24px;
  background: #fff;
  font-family: "Didot", "Bodoni MT", "Times New Roman", Times, serif;
}

.canvas-wrapper[data-brand="zara"] .card-editorial h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.canvas-wrapper[data-brand="zara"] .card-editorial p {
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  text-align: justify;
}

.canvas-wrapper[data-brand="zara"] .card-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  z-index: 5;
  white-space: nowrap;
}

.canvas-wrapper[data-brand="zara"] .card-headline h2 {
  font-family: "Didot", "Bodoni MT", "Times New Roman", Times, serif;
  font-size: 120px;
  margin: 0;
  color: #000;
  letter-spacing: -0.06em;
  line-height: 0.8;
  mix-blend-mode: multiply;
}

/* VICTORIA'S SECRET BRAND STYLES */
.canvas-wrapper[data-brand="vs"] {
  background: linear-gradient(135deg,
      #fdf2f8 0%,
      #fce7f3 50%,
      #fdf2f8 100%);
}

.canvas-wrapper[data-brand="vs"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="vs"] .scatter-item {
  position: absolute;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.4s;
  cursor: pointer;
}

.canvas-wrapper[data-brand="vs"] .scatter-item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  z-index: 50;
}

.canvas-wrapper[data-brand="vs"] .card-bag {
  width: 220px;
  height: 280px;
  top: 15%;
  left: 20%;
  transform: rotate(-8deg);
  background: repeating-linear-gradient(90deg,
      #fbcfe8,
      #fbcfe8 20px,
      #ec4899 20px,
      #ec4899 40px);
  border-radius: 4px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.canvas-wrapper[data-brand="vs"] .bag-handles {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  border: 4px solid #111;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
}

.canvas-wrapper[data-brand="vs"] .bag-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  padding: 4px 12px;
  font-size: 14px;
  font-family: "Times New Roman", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.canvas-wrapper[data-brand="vs"] .card-invite {
  width: 320px;
  height: 200px;
  top: 45%;
  right: 25%;
  transform: rotate(12deg);
  background: #000;
  color: #d4af37;
  padding: 30px;
  border: 2px solid #d4af37;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Didot", serif;
}

/* DOLLAR SHAVE CLUB BRAND STYLES */
.canvas-wrapper[data-brand="dsc"] {
  background-color: #182335;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px);
  background-size: 120px 120px;
}

.canvas-wrapper[data-brand="dsc"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="dsc"] .scatter-item {
  position: absolute;
  border-radius: 4px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.25),
    0 5px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.4s;
  cursor: pointer;
  overflow: hidden;
}

.canvas-wrapper[data-brand="dsc"] .scatter-item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.canvas-wrapper[data-brand="dsc"] .card-box {
  width: 320px;
  height: 240px;
  top: 25%;
  left: 15%;
  transform: rotate(-8deg);
  background-color: #c49a6c;
  background-image: url("https://www.transparenttextures.com/patterns/cardboard.png");
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dashed rgba(0, 0, 0, 0.2);
}

.canvas-wrapper[data-brand="dsc"] .card-copy {
  width: 360px;
  bottom: 20%;
  left: 20%;
  transform: rotate(4deg);
  background: #ef6f36;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.canvas-wrapper[data-brand="dsc"] .card-copy h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
}

/* LEHMAN BROTHERS BRAND STYLES */
.canvas-wrapper[data-brand="lehman"] {
  background-color: #d1d5db;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 2px),
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.2) 2px,
      transparent 2px);
  background-size: 100px 100px;
}

.canvas-wrapper[data-brand="lehman"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="lehman"] .scatter-item {
  position: absolute;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 3px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.4s;
  cursor: pointer;
}

.canvas-wrapper[data-brand="lehman"] .scatter-item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  z-index: 50;
}

.canvas-wrapper[data-brand="lehman"] .card-ticker {
  width: 280px;
  top: 10%;
  left: 10%;
  transform: rotate(-3deg);
  background: #000;
  color: #0f0;
  font-family: "Courier New", Courier, monospace;
  padding: 16px;
  border-radius: 8px;
  border: 4px solid #333;
}

.canvas-wrapper[data-brand="lehman"] .stamp {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  border: 4px solid #dc2626;
  color: #dc2626;
  font-size: 32px;
  font-weight: 900;
  padding: 10px 20px;
  text-transform: uppercase;
  opacity: 0.8;
  mix-blend-mode: multiply;
  font-family: sans-serif;
}

/* RYANAIR BRAND STYLES */
.canvas-wrapper[data-brand="ryanair"] {
  background-color: #0b46b9;
  background-image:
    radial-gradient(circle at 20% 30%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 10%),
    radial-gradient(circle at 80% 10%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 20%);
}

.canvas-wrapper[data-brand="ryanair"] .pile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canvas-wrapper[data-brand="ryanair"] .scatter-item {
  position: absolute;
  border-radius: 2px;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.4s;
  cursor: pointer;
  overflow: hidden;
}

.canvas-wrapper[data-brand="ryanair"] .scatter-item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.canvas-wrapper[data-brand="ryanair"] .card-pass {
  width: 320px;
  top: 15%;
  left: 20%;
  transform: rotate(-5deg);
  background: white;
  color: black;
  display: flex;
  flex-direction: column;
  font-family: monospace;
}

.canvas-wrapper[data-brand="ryanair"] .card-deal {
  width: 220px;
  height: 220px;
  top: 20%;
  right: 20%;
  transform: rotate(15deg);
  background: #f1c933;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #073590;
  border: 8px solid white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Hide all canvases by default */
.canvas-wrapper {
  display: none;
}

/* Show active canvas */
.canvas-wrapper.active {
  display: block;
}

/* Extracted from HTML */
.services-container {
  max-width: 1280px;
  margin: 0 auto;
}

.services-header {
  margin-bottom: 48px;
  max-width: 800px;
}

.services-header h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px 0;
  line-height: 1.1;
  color: #09090b;
}

.services-subtitle {
  font-size: 18px;
  color: #71717a;
  line-height: 1.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
}

.service-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.service-number {
  font-size: 32px;
  font-weight: 800;
  color: #71717a;
  opacity: 0.4;
  line-height: 1;
  flex-shrink: 0;
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}

.service-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-item-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #09090b;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  background-color: #f4f4f5;
  color: #18181b;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.service-images-row {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.service-thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f4f4f5;
}

.service-thumb-lg {
  width: 100px;
  height: 70px;
}

/* Extracted from HTML */
.split-layout {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px;
  min-height: 100vh;
  align-items: start;
}

.process-nav {
  position: relative;
}

.section-header {
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 16px 0;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.section-header p.subtitle {
  font-size: 16px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  max-width: 400px;
}

.tree-container {
  position: relative;
  padding-left: 24px;
}

.tree-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 40px;
  width: 2px;
  background: #e2e8f0;
  border-radius: 2px;
}

.tree-step {
  position: relative;
  margin-bottom: 24px;
  cursor: pointer;
}

.tree-step::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 32px;
  width: 24px;
  height: 2px;
  background: #e2e8f0;
}

.tree-step::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 28px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #e2e8f0;
}

.step-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #0f172a;
}

.step-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
  margin: 0;
}

.preview-container {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 24px;
  height: 600px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 40px;
  overflow: hidden;
}

.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  z-index: 20;
  background: #fff;
}

.preview-label {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.preview-content {
  flex: 1;
  background: #f1f5f9;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.preview-group {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preview-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* STICKER BASE */
.sticker {
  position: absolute;
  background: white;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
  white-space: nowrap;
  transform-origin: center;
}

.sticker-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-green {
  background: #22c55e;
}

.bg-blue {
  background: #3b82f6;
}

/* GROUP 1: ReBrandCafe */
.sticker-rbc-1 {
  top: 40px;
  right: -10px;
  transform: rotate(3deg);
}

.sticker-rbc-2 {
  top: 45%;
  left: -15px;
  transform: rotate(-2deg);
}

/* GROUP 2: DIY */
.sticker-diy-1 {
  top: 30px;
  left: 20px;
  transform: rotate(-3deg);
  background: #fef9c3;
  color: #854d0e;
  border: 1px solid #fde047;
}

.sticker-diy-2 {
  bottom: 80px;
  right: 10px;
  transform: rotate(2deg);
  background: #fef9c3;
  color: #854d0e;
  border: 1px solid #fde047;
}

.sticker-diy-3 {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(1deg);
  width: 220px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  gap: 0;
}

/* GROUP 3: Agencies */
.sticker-agency-1 {
  top: 20%;
  left: 10%;
  transform: rotate(-8deg);
  font-family: serif;
  font-style: italic;
  font-size: 16px;
  padding: 8px 12px;
}

.sticker-agency-2 {
  top: 30%;
  right: 15%;
  transform: rotate(5deg);
  font-family: serif;
  font-size: 16px;
}

.sticker-agency-3 {
  bottom: 30%;
  left: 20%;
  transform: rotate(-2deg);
  font-family: serif;
  font-size: 15px;
  background: #f0fdf4;
  color: #15803d;
}

.sticker-agency-4 {
  bottom: 15%;
  right: 20px;
  transform: rotate(6deg);
  font-family: serif;
  font-style: italic;
}


/* Old status-badge removed */

@keyframes step-highlight {
  0% {
    border-color: #ff4757;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 71, 87, 0.1), 0 0 0 1px #ff4757;
    transform: translateX(4px);
  }

  32% {
    border-color: #ff4757;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 71, 87, 0.1), 0 0 0 1px #ff4757;
    transform: translateX(4px);
  }

  33% {
    border-color: #e2e8f0;
    background: transparent;
    box-shadow: none;
    transform: translateX(0);
  }

  100% {
    border-color: #e2e8f0;
    background: transparent;
    box-shadow: none;
    transform: translateX(0);
  }
}

@keyframes icon-highlight {
  0% {
    background: #ff4757;
    color: #ffffff;
  }

  32% {
    background: #ff4757;
    color: #ffffff;
  }

  33% {
    background: #f1f5f9;
    color: #64748b;
  }

  100% {
    background: #f1f5f9;
    color: #64748b;
  }
}

@keyframes branch-highlight {
  0% {
    background-color: #ff4757;
  }

  32% {
    background-color: #ff4757;
  }

  33% {
    background-color: #e2e8f0;
  }

  100% {
    background-color: #e2e8f0;
  }
}

@keyframes arrow-highlight {
  0% {
    border-left-color: #ff4757;
  }

  32% {
    border-left-color: #ff4757;
  }

  33% {
    border-left-color: #e2e8f0;
  }

  100% {
    border-left-color: #e2e8f0;
  }
}

@keyframes group-fade {
  0% {
    opacity: 0;
    z-index: 1;
  }

  1% {
    opacity: 1;
    z-index: 10;
  }

  32% {
    opacity: 1;
    z-index: 10;
  }

  33% {
    opacity: 0;
    z-index: 1;
  }

  100% {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(10px);
  }

  5% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  90% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
  }
}

/* INTERACTIVE STATES (Managed by JS) */

/* Active Preview Group */
.preview-group.active {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.preview-group {
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Stickers are just visible when group is active - no extra animation */
.preview-group.active .sticker {
  /* No animation */
}


/* Active Tree Step */
.tree-step.active .step-card {
  border-color: #ff4757;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(255, 71, 87, 0.1), 0 0 0 1px #ff4757;
  transform: translateX(4px);
  transition: all 0.3s ease;
}

.tree-step.active .step-icon {
  background: #ff4757;
  color: #ffffff;
  transition: all 0.3s ease;
}

.tree-step.active::before {
  background-color: #ff4757;
  transition: all 0.3s ease;
}

.tree-step.active::after {
  border-left-color: #ff4757;
  transition: all 0.3s ease;
}

/* Default States (Reset) */
.tree-step .step-card {
  border-color: #e2e8f0;
  background: transparent;
  box-shadow: none;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.tree-step .step-icon {
  background: #f1f5f9;
  color: #64748b;
  transition: all 0.3s ease;
}

.tree-step::before {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
}

.tree-step::after {
  content: '';
  /* Ensure content is set */
  border-left-color: #e2e8f0;
  transition: all 0.3s ease;
}

.preview-image:nth-child(1) {
  /* Removed old animation */
}

.status-badge:nth-child(1) {
  /* Removed old animation */
}

.preview-image:nth-child(2) {
  /* Removed old animation */
}

.status-badge:nth-child(2) {
  /* Removed old animation */
}


.preview-image:nth-child(3) {
  /* Removed old animation */
}

.status-badge:nth-child(3) {
  /* Removed old animation */
}

/* GOD MODE SECTION STYLES */
.god-mode-section {
  padding: 80px 24px 120px 24px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  margin-top: -40px;
  /* Pull up slightly to meet the header */
}

.god-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* LEFT SIDE */
.god-left {
  position: sticky;
  top: 40px;
}

.god-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #0f172a;
  color: #fff;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.god-headline {
  font-size: 48px;
  /* Reduced as requested */
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #0f172a;
  margin-bottom: 32px;
}

.god-subtext {
  font-size: 20px;
  line-height: 1.6;
  color: #64748b;
  font-weight: 500;
  max-width: 90%;
}

/* RIGHT SIDE */
.god-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.power-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  padding: 12px;
  /* Small padding for the outer shell */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;

  min-height: 480px;
  /* Taller cards */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

.power-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border-color: rgba(37, 99, 235, 0.1);
}

.power-icon-area {
  background: #f8fafc;
  border-radius: 24px;
  height: 280px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.power-content {
  padding: 32px 24px 24px 24px;
}

.power-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.power-desc {
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.5;
}



.highlight-desc {
  font-weight: 700;
  color: #1e293b;
  text-decoration: underline;
  text-decoration-color: #cbd5e1;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/* --- COMPLEX VISUALS (INCLUDED BUT UNUSED FOR NOW) --- */

/* 1. OMNIPRESENCE: Device Mockup Composition */
.omni-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-phone {
  width: 100px;
  height: 180px;
  background: #0f172a;
  border-radius: 16px;
  border: 4px solid #334155;
  position: absolute;
  right: 40px;
  bottom: -20px;
  box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transform: rotate(-10deg);
  overflow: hidden;
}

.phone-screen {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.phone-hero {
  width: 100%;
  height: 60%;
  background: #e2e8f0;
  border-radius: 0 0 16px 16px;
}

/* Placeholder color instead of external img */
.phone-ui {
  padding: 8px;
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.ui-line {
  height: 4px;
  background: #e2e8f0;
  border-radius: 4px;
  width: 100%;
}

.device-laptop {
  width: 240px;
  height: 160px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  position: absolute;
  left: 20px;
  top: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: rotate(5deg);
  overflow: hidden;
  display: flex;
}

.laptop-sb {
  width: 50px;
  background: #f8fafc;
  border-right: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 8px;
}

.sb-line {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
}

.laptop-main {
  flex: 1;
  padding: 12px;
  position: relative;
}

.laptop-hero {
  width: 100%;
  height: 80px;
  background: #e2e8f0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.laptop-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.4) 50%, transparent 60%);
  animation: shimmer 3s infinite;
}

/* 2. SCALING: GUI Interface */
.scale-interface {
  width: 90%;
  height: 80%;
  background: #1e293b;
  border-radius: 12px;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: monospace;
}

.gui-header {
  height: 24px;
  background: #0f172a;
  border-bottom: 1px solid #334155;
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 4px;
}

.gui-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #475569;
}

.gui-body {
  flex: 1;
  padding: 16px;
  display: flex;
  gap: 16px;
}

.gui-sidebar {
  width: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gui-prop {
  width: 100%;
  height: 4px;
  background: #334155;
  border-radius: 2px;
}

.gui-canvas {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gui-comp {
  background: #0f172a;
  border: 1px solid #3b82f6;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 0 #1e40af;
}

.comp-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 8px;
  color: #3b82f6;
}

.comp-inner {
  position: absolute;
  inset: 6px;
  background: #3b82f6;
  opacity: 0.2;
  border-radius: 4px;
}

.cursor {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 24px;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  animation: float-c 3s infinite ease-in-out;
}

/* 3. BLANK CANVAS: Rich Media Gallery */
.canvas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 120%;
  height: 120%;
  transform: rotate(-15deg) translate(-20px, -20px);
  opacity: 0.8;
}

.media-item {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background-color: #f1f5f9;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Using colored gradients instead of external images to be safe */
.m-1 {
  background: linear-gradient(135deg, #FF9A9E 0%, #FECFEF 99%, #FECFEF 100%);
  grid-row: span 2;
}

.m-2 {
  background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
}

.m-3 {
  background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}

.m-4 {
  background: linear-gradient(135deg, #fccb90 0%, #d57eeb 100%);
  grid-column: span 2;
}

.canvas-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.magic-btn {
  background: #0f172a;
  color: white;
  padding: 12px 24px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  animation: pulse-s 2s infinite;
}

/* 4. STRATEGY: Dashboard UI */
.dash-ui {
  width: 80%;
  height: 90%;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dash-nav {
  height: 40px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.nav-logo {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 4px;
}

.nav-menu {
  display: flex;
  gap: 8px;
}

.menu-dot {
  width: 24px;
  height: 4px;
  background: #f1f5f9;
  border-radius: 2px;
}

.dash-body {
  flex: 1;
  padding: 16px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.dash-chart {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.chart-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #dcfce7 0%, transparent 100%);
  clip-path: polygon(0 100%, 0 40%, 20% 60%, 40% 30%, 60% 50%, 80% 20%, 100% 0, 100% 100%);
}

.dash-stat {
  background: #f8fafc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  color: #059669;
  border: 1px solid #f1f5f9;
}

@keyframes pulse-s {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-150%) skewX(-20deg);
  }

  100% {
    transform: translateX(150%) skewX(-20deg);
  }
}

@keyframes float-c {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .god-container {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .god-left {
    position: static;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .god-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   SERVICES MARQUEE SECTION (Folder Grid)
   ======================================== */

:root {
  /* Folder Colors */
  --folder-brand-back: #3b82f6;
  --folder-brand-front: #93c5fd;

  --folder-web-back: #22c55e;
  --folder-web-front: #86efac;

  --folder-deck-back: #f97316;
  --folder-deck-front: #fdba74;

  --folder-ads-back: #eab308;
  --folder-ads-front: #fde047;

  --folder-social-back: #ec4899;
  --folder-social-front: #f9a8d4;

  --folder-camp-back: #0ea5e9;
  --folder-camp-front: #7dd3fc;

  --folder-char-back: #cbd5e1;
  --folder-char-front: #f8fafc;
}

.services-marquee-section {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.services-header-container {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-main-title {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.1;
}

.services-subtext {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  /* Mask to fade edges */
  mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
}

.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: scroll 20s linear infinite;
  /* Slower for readability */
}

/* Pause on hover */
.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    /* Move by half the width (assuming duplicated content) */
    transform: translateX(calc(-50% - 24px));
  }
}

.folder-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.folder-item:hover {
  transform: translateY(-5px) scale(1.02);
}

.folder-icon {
  position: relative;
  width: 180px;
  height: 150px;
}

/* The back tab of the folder */
.folder-back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: var(--back-color);
  border-radius: 20px;
  z-index: 1;
}

/* The content sticking out */
.folder-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 120%;
  /* Allow overflow */
  height: 100px;
  pointer-events: none;
}

.folder-content img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
  transition: transform 0.2s;
}

.folder-content img:nth-child(2) {
  margin-left: -20px;
  z-index: 2;
}

.folder-item:hover .folder-content img {
  transform: translateY(-10px) scale(1.05);
}

/* The front pocket of the folder */
.folder-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: var(--front-color);
  border-radius: 20px;
  z-index: 10;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.folder-label {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0f172a;
  white-space: nowrap;
}

/* Specific Folder Variants */
.variant-brand {
  --back-color: var(--folder-brand-back);
  --front-color: var(--folder-brand-front);
}

.variant-web {
  --back-color: var(--folder-web-back);
  --front-color: var(--folder-web-front);
}

.variant-deck {
  --back-color: var(--folder-deck-back);
  --front-color: var(--folder-deck-front);
}

.variant-ads {
  --back-color: var(--folder-ads-back);
  --front-color: var(--folder-ads-front);
}

.variant-social {
  --back-color: var(--folder-social-back);
  --front-color: var(--folder-social-front);
}

.variant-camp {
  --back-color: var(--folder-camp-back);
  --front-color: var(--folder-camp-front);
}

.variant-char {
  --back-color: var(--folder-char-back);
  --front-color: var(--folder-char-front);
}

.cutout-img {
  border-radius: 8px;
}

/* =========================================
   MINIMALIST ENQUIRY SECTION (The "Effortless" Vibe)
   ========================================= */

/* =========================================
   MINIMALIST ENQUIRY SECTION (The "Effortless" Vibe)
   ========================================= */

.enquiry-section-minimal {
  padding: 120px 0;
  background: white;
  border-top: 1px solid #000;
  /* Brutal divider */
}

.enquiry-minimal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* Typography - Raw & Bold */
.minimal-label {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #000;
  letter-spacing: -0.02em;
}

/* Options */
.enquiry-col {
  display: flex;
  flex-direction: column;
}

.minimal-options-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.minimal-option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 1.125rem;
  /* Larger, effortless text */
  font-weight: 500;
  color: #000;
  user-select: none;
  line-height: 1.2;
}

.minimal-option:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* Minimal "Raw" Inputs */
.minimal-option input[type="radio"],
.minimal-option input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid #000;
  /* Stark black border */
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  transition: all 0.1s;
}

.minimal-option input[type="radio"] {
  border-radius: 50%;
}

.minimal-option input[type="checkbox"] {
  border-radius: 0;
  /* Sharp edges */
}

.minimal-option input:checked {
  background: #000;
}

/* Custom Check marks */
.minimal-option input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

.minimal-option input[type="radio"]:checked::after {
  /* No dot needed if we fill it black, simpler */
  display: none;
}

/* Minimal Input Field - Underline Only */
.minimal-input-wrapper {
  margin-top: -5px;
}

.minimal-input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  background: transparent;
  transition: border-color 0.2s;
  font-family: inherit;
}

.minimal-input:focus {
  outline: none;
  border-bottom-color: #000;
}

.minimal-input::placeholder {
  color: #a3a3a3;
}

/* Actions - Brutalist Rectangles */
.minimal-actions {
  grid-column: 1 / -1;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.minimal-btn {
  padding: 16px 48px;
  border-radius: 0;
  /* Sharp corners */
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #000;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s;
}

.black-btn {
  background: #000;
  color: white;
}

.black-btn:hover {
  background: white;
  color: black;
}

.green-btn {
  background: white;
  color: #000;
  border-color: #000;
}

.green-btn:hover {
  background: #000;
  color: white;
}

@media (max-width: 900px) {
  .enquiry-minimal-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .minimal-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* FIX: Active States for Why Choose Section (Restored) */
.preview-group {
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.preview-group.active {
  opacity: 1 !important;
  z-index: 10;
  pointer-events: auto;
}

.tree-step.active .step-card {
  border-color: #0f172a;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.tree-step.active .step-icon {
  background: #0f172a;
  color: white;
}