/* ============================================
   TAILWIND UTILITY CLASSES — Generated replacements
   for all Tailwind classes used in index.html
   ============================================ */

/* ============================================
   PREFLIGHT RESET (Tailwind base styles)
   ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/* ============================================
   LAYOUT / POSITIONING
   ============================================ */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.inset-y-0 { top: 0; bottom: 0; }

.top-0 { top: 0; }
.top-6 { top: 1.5rem; }
.top-1\/2 { top: 50%; }
.top-\[0\%\] { top: 0%; }
.top-\[10\%\] { top: 10%; }
.top-\[15\%\] { top: 15%; }
.top-\[20\%\] { top: 20%; }

.right-0 { right: 0; }
.right-6 { right: 1.5rem; }
.right-8 { right: 2rem; }
.right-\[10\%\] { right: 10%; }
.right-\[25\%\] { right: 25%; }
.right-\[5\%\] { right: 5%; }

.bottom-0 { bottom: 0; }
.bottom-6 { bottom: 1.5rem; }
.bottom-\[10\%\] { bottom: 10%; }
.bottom-\[15\%\] { bottom: 15%; }

.left-0 { left: 0; }
.left-1\/2 { left: 50%; }
.left-\[10\%\] { left: 10%; }
.left-\[5\%\] { left: 5%; }

.-bottom-4 { bottom: -1rem; }

.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-\[2\] { z-index: 2; }
.z-\[5\] { z-index: 5; }

/* ============================================
   DISPLAY
   ============================================ */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }

/* ============================================
   FLEXBOX
   ============================================ */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }
.justify-center { justify-content: center; }
.self-start { align-self: flex-start; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }

/* ============================================
   GRID
   ============================================ */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* ============================================
   SPACING — Margin
   ============================================ */
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-20 { margin-top: 5rem; }
.mt-auto { margin-top: auto; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }

/* ============================================
   SPACING — Padding
   ============================================ */
.p-1 { padding: 0.25rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-\[1px\] { padding: 1px; }
.p-\[2px\] { padding: 2px; }

.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }

.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }

.pb-6 { padding-bottom: 1.5rem; }
.pl-14 { padding-left: 3.5rem; }

/* ============================================
   SIZING
   ============================================ */
.w-1 { width: 0.25rem; }
.w-1\.5 { width: 0.375rem; }
.w-2 { width: 0.5rem; }
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-32 { width: 8rem; }
.w-full { width: 100%; }
.w-px { width: 1px; }
.w-\[80\%\] { width: 80%; }
.w-\[85vw\] { width: 85vw; }
.w-\[90\%\] { width: 90%; }
.w-\[120\%\] { width: 120%; }
.w-\[200\%\] { width: 200%; }
.w-\[250px\] { width: 250px; }
.w-\[300px\] { width: 300px; }
.w-\[400px\] { width: 400px; }
.w-\[500px\] { width: 500px; }
.w-\[600px\] { width: 600px; }
.w-\[700px\] { width: 700px; }
.w-\[800px\] { width: 800px; }

.h-1 { height: 0.25rem; }
.h-1\.5 { height: 0.375rem; }
.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-full { height: 100%; }
.h-px { height: 1px; }
.h-\[80\%\] { height: 80%; }
.h-\[90\%\] { height: 90%; }
.h-\[10rem\] { height: 10rem; }
.h-\[12rem\] { height: 12rem; }
.h-\[15rem\] { height: 15rem; }
.h-\[20rem\] { height: 20rem; }
.h-\[250px\] { height: 250px; }
.h-\[300px\] { height: 300px; }
.h-\[400px\] { height: 400px; }
.h-\[500px\] { height: 500px; }

.min-h-screen { min-height: 100vh; }

.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[400px\] { max-width: 400px; }

/* ============================================
   ASPECT RATIO
   ============================================ */
.aspect-\[3\/4\] { aspect-ratio: 3 / 4; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }

/* ============================================
   TYPOGRAPHY — Font Family
   ============================================ */
.font-jakarta { font-family: "Plus Jakarta Sans", sans-serif; }
.font-geist { font-family: "Geist", "Inter", sans-serif; }
.font-inter { font-family: "Inter", sans-serif; }

/* ============================================
   TYPOGRAPHY — Font Size
   ============================================ */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }

.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[15px\] { font-size: 15px; }

/* ============================================
   TYPOGRAPHY — Font Weight
   ============================================ */
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }

/* ============================================
   TYPOGRAPHY — Font Style
   ============================================ */
.italic { font-style: italic; }
.not-italic { font-style: normal; }

/* ============================================
   TYPOGRAPHY — Letter Spacing
   ============================================ */
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.15em\] { letter-spacing: 0.15em; }

/* ============================================
   TYPOGRAPHY — Line Height
   ============================================ */
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-\[1\.1\] { line-height: 1.1; }

/* ============================================
   TYPOGRAPHY — Text Transform & Align
   ============================================ */
.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.text-left { text-align: left; }

/* ============================================
   TYPOGRAPHY — Text Color
   ============================================ */
.text-white { color: #ffffff; }
.text-white\/30 { color: rgba(255, 255, 255, 0.3); }
.text-white\/40 { color: rgba(255, 255, 255, 0.4); }
.text-white\/60 { color: rgba(255, 255, 255, 0.6); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-white\/90 { color: rgba(255, 255, 255, 0.9); }
.text-white\/\[0\.06\] { color: rgba(255, 255, 255, 0.06); }
.text-transparent { color: transparent; }

.text-amber-300 { color: #fcd34d; }
.text-amber-400 { color: #fbbf24; }
.text-amber-400\/60 { color: rgba(251, 191, 36, 0.6); }
.text-emerald-400 { color: #34d399; }
.text-emerald-500 { color: #10b981; }
.text-purple-400 { color: #c084fc; }
.text-purple-400\/10 { color: rgba(192, 132, 252, 0.1); }
.text-rose-400 { color: #fb7185; }
.text-sky-400 { color: #38bdf8; }

.text-\[\#999\] { color: #999999; }
.text-\[\#aaa\] { color: #aaaaaa; }

/* ============================================
   TYPOGRAPHY — Text Decoration
   ============================================ */
.whitespace-nowrap { white-space: nowrap; }

/* ============================================
   BACKGROUNDS
   ============================================ */
.bg-white { background-color: #ffffff; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/40 { background-color: rgba(255, 255, 255, 0.4); }
.bg-white\/\[0\.02\] { background-color: rgba(255, 255, 255, 0.02); }
.bg-white\/\[0\.03\] { background-color: rgba(255, 255, 255, 0.03); }
.bg-white\/\[0\.04\] { background-color: rgba(255, 255, 255, 0.04); }

.bg-amber-300 { background-color: #fcd34d; }
.bg-amber-400 { background-color: #fbbf24; }
.bg-amber-400\/\[0\.04\] { background-color: rgba(251, 191, 36, 0.04); }
.bg-amber-500\/5 { background-color: rgba(245, 158, 11, 0.05); }
.bg-amber-500\/10 { background-color: rgba(245, 158, 11, 0.1); }
.bg-amber-500\/20 { background-color: rgba(245, 158, 11, 0.2); }
.bg-amber-500\/\[0\.03\] { background-color: rgba(245, 158, 11, 0.03); }
.bg-amber-500\/\[0\.04\] { background-color: rgba(245, 158, 11, 0.04); }
.bg-amber-500\/\[0\.05\] { background-color: rgba(245, 158, 11, 0.05); }
.bg-amber-500\/\[0\.06\] { background-color: rgba(245, 158, 11, 0.06); }
.bg-amber-500\/\[0\.07\] { background-color: rgba(245, 158, 11, 0.07); }

.bg-purple-500\/5 { background-color: rgba(168, 85, 247, 0.05); }
.bg-purple-500\/10 { background-color: rgba(168, 85, 247, 0.1); }
.bg-purple-500\/\[0\.03\] { background-color: rgba(168, 85, 247, 0.03); }
.bg-purple-500\/\[0\.04\] { background-color: rgba(168, 85, 247, 0.04); }

.bg-rose-500\/10 { background-color: rgba(244, 63, 94, 0.1); }
.bg-sky-500\/10 { background-color: rgba(14, 165, 233, 0.1); }
.bg-emerald-500\/10 { background-color: rgba(16, 185, 129, 0.1); }

.bg-\[\#050505\] { background-color: #050505; }
.bg-\[\#0a0a0a\] { background-color: #0a0a0a; }
.bg-\[\#111\] { background-color: #111111; }
.bg-\[\#131418\] { background-color: #131418; }
.bg-\[\#1a1a1a\] { background-color: #1a1a1a; }
.bg-\[\#222\] { background-color: #222222; }

.bg-\[url\(\'https\:\/\/grainy-gradients\.vercel\.app\/noise\.svg\'\)\] {
  background-image: url('https://grainy-gradients.vercel.app/noise.svg');
}

/* ============================================
   GRADIENTS
   ============================================ */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }

.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-amber-200 { --tw-gradient-from: #fde68a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); }
.from-amber-500\/20 { --tw-gradient-from: rgba(245, 158, 11, 0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); }
.from-purple-500 { --tw-gradient-from: #a855f7; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)); }
.from-purple-500\/20 { --tw-gradient-from: rgba(168, 85, 247, 0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)); }
.from-\[\#0a0a0a\] { --tw-gradient-from: #0a0a0a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 10, 10, 0)); }

.via-amber-400 { --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); }
.via-amber-500\/50 { --tw-gradient-stops: var(--tw-gradient-from), rgba(245, 158, 11, 0.5), var(--tw-gradient-to, rgba(245, 158, 11, 0)); }
.via-\[\#9333ea\] { --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)); }
.via-\[\#DAA520\] { --tw-gradient-stops: var(--tw-gradient-from), #DAA520, var(--tw-gradient-to, rgba(218, 165, 32, 0)); }

.to-transparent { --tw-gradient-to: transparent; }
.to-yellow-500 { --tw-gradient-to: #eab308; }
.to-yellow-500\/20 { --tw-gradient-to: rgba(234, 179, 8, 0.2); }
.to-fuchsia-500 { --tw-gradient-to: #d946ef; }
.to-fuchsia-500\/20 { --tw-gradient-to: rgba(217, 70, 239, 0.2); }

.bg-clip-text { -webkit-background-clip: text; background-clip: text; }

/* ============================================
   BORDERS
   ============================================ */
.border { border-width: 1px; border-style: solid; border-color: rgb(229 231 235 / 1); }
.border-b { border-bottom-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }

.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/\[0\.04\] { border-color: rgba(255, 255, 255, 0.04); }
.border-white\/\[0\.06\] { border-color: rgba(255, 255, 255, 0.06); }
.border-white\/\[0\.08\] { border-color: rgba(255, 255, 255, 0.08); }
.border-white\/\[0\.15\] { border-color: rgba(255, 255, 255, 0.15); }
.border-amber-500\/\[0\.12\] { border-color: rgba(245, 158, 11, 0.12); }
.border-purple-500\/20 { border-color: rgba(168, 85, 247, 0.2); }

/* ============================================
   BORDER RADIUS
   ============================================ */
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-\[14px\] { border-radius: 14px; }
.rounded-\[15px\] { border-radius: 15px; }

/* ============================================
   BOX SHADOW
   ============================================ */
.shadow-\[0_0_8px_rgba\(251\2c 191\2c 36\2c 0\.4\)\] { box-shadow: 0 0 8px rgba(251, 191, 36, 0.4); }
.shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.5\)\] { box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }
.shadow-\[0_0_10px_rgba\(218\2c 165\2c 32\2c 0\.6\)\] { box-shadow: 0 0 10px rgba(218, 165, 32, 0.6); }
.shadow-\[0_0_10px_rgba\(251\2c 191\2c 36\2c 0\.6\)\] { box-shadow: 0 0 10px rgba(251, 191, 36, 0.6); }
.shadow-\[0_0_12px_rgba\(218\2c 165\2c 32\2c 0\.8\)\] { box-shadow: 0 0 12px rgba(218, 165, 32, 0.8); }
.shadow-\[0_0_30px_rgba\(147\2c 51\2c 234\2c 0\.08\)\] { box-shadow: 0 0 30px rgba(147, 51, 234, 0.08); }
.shadow-\[0_0_30px_rgba\(147\2c 51\2c 234\2c 0\.1\)\] { box-shadow: 0 0 30px rgba(147, 51, 234, 0.1); }
.shadow-\[0_0_40px_rgba\(147\2c 51\2c 234\2c 0\.1\)\] { box-shadow: 0 0 40px rgba(147, 51, 234, 0.1); }
.shadow-\[0_0_40px_rgba\(218\2c 165\2c 32\2c 0\.12\)\] { box-shadow: 0 0 40px rgba(218, 165, 32, 0.12); }
.shadow-\[0_0_50px_rgba\(218\2c 165\2c 32\2c 0\.1\)\] { box-shadow: 0 0 50px rgba(218, 165, 32, 0.1); }

/* ============================================
   OPACITY
   ============================================ */
.opacity-10 { opacity: 0.1; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-\[0\.07\] { opacity: 0.07; }

/* ============================================
   TRANSFORMS
   ============================================ */
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }

/* Combined transforms for elements using both */
.-translate-x-1\/2.-translate-y-1\/2 {
  transform: translateX(-50%) translateY(-50%);
}

/* ============================================
   FILTERS
   ============================================ */
.blur-\[80px\] { filter: blur(80px); }
.blur-\[100px\] { filter: blur(100px); }
.blur-\[120px\] { filter: blur(120px); }

/* ============================================
   OVERFLOW
   ============================================ */
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

/* ============================================
   OBJECT FIT
   ============================================ */
.object-cover { object-fit: cover; }
.object-center { object-position: center; }
.object-top { object-position: top; }

/* ============================================
   POINTER EVENTS
   ============================================ */
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }

/* ============================================
   SCROLL
   ============================================ */
.scroll-smooth { scroll-behavior: smooth; }
.snap-x { scroll-snap-type: x mandatory; }
.snap-mandatory { /* included in snap-x */ }
.snap-center { scroll-snap-align: center; }

/* ============================================
   FILL
   ============================================ */
.fill-amber-400 { fill: #fbbf24; }

/* ============================================
   TRANSITIONS
   ============================================ */
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-500 { transition-duration: 500ms; }

/* ============================================
   ANIMATIONS
   ============================================ */
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}

/* ============================================
   SPACE BETWEEN (children)
   ============================================ */
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

/* ============================================
   HOVER STATES
   ============================================ */
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.hover\:text-amber-400:hover { color: #fbbf24; }
.hover\:bg-white\/\[0\.08\]:hover { background-color: rgba(255, 255, 255, 0.08); }
.hover\:border-\[\#444\]:hover { border-color: #444444; }
.hover\:border-\[\#555\]:hover { border-color: #555555; }
.hover\:border-white\/\[0\.12\]:hover { border-color: rgba(255, 255, 255, 0.12); }
.hover\:border-white\/\[0\.15\]:hover { border-color: rgba(255, 255, 255, 0.15); }
.hover\:border-white\/\[0\.25\]:hover { border-color: rgba(255, 255, 255, 0.25); }
.hover\:border-amber-500\/\[0\.25\]:hover { border-color: rgba(245, 158, 11, 0.25); }

/* ============================================
   GROUP HOVER
   ============================================ */
.group:hover .group-hover\:bg-amber-500\/20 { background-color: rgba(245, 158, 11, 0.2); }
.group:hover .group-hover\:bg-emerald-500\/20 { background-color: rgba(16, 185, 129, 0.2); }
.group:hover .group-hover\:bg-purple-500\/20 { background-color: rgba(168, 85, 247, 0.2); }
.group:hover .group-hover\:bg-rose-500\/20 { background-color: rgba(244, 63, 94, 0.2); }
.group:hover .group-hover\:bg-sky-500\/20 { background-color: rgba(14, 165, 233, 0.2); }

/* ============================================
   RESPONSIVE — sm (640px+)
   ============================================ */
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}

/* ============================================
   RESPONSIVE — md (768px+)
   ============================================ */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:inline-block { display: inline-block; }
  .md\:flex-row { flex-direction: row; }
  .md\:justify-between { justify-content: space-between; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:gap-16 { gap: 4rem; }
  .md\:mt-28 { margin-top: 7rem; }
  .md\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:p-10 { padding: 2.5rem; }
  .md\:right-10 { right: 2.5rem; }
  .md\:w-\[400px\] { width: 400px; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-\[1\.1rem\] { font-size: 1.1rem; }
  .md\:text-\[1\.15rem\] { font-size: 1.15rem; }
  .md\:text-\[3\.5rem\] { font-size: 3.5rem; }
}

/* ============================================
   RESPONSIVE — lg (1024px+)
   ============================================ */
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:py-0 { padding-top: 0; padding-bottom: 0; }
  .lg\:justify-start { justify-content: flex-start; }
  .lg\:right-\[-1rem\] { right: -1rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
}

/* ============================================
   SHINE BUTTON (used on outline pricing CTA)
   ============================================ */
.shine-button {
  position: relative;
  overflow: hidden;
}
.shine-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transition: 0.6s;
}
.shine-button:hover::after {
  left: 100%;
}
