/*
 * ============================================================
 *  TAILWIND CSS UTILITIES — Complete Replacement for CDN
 *  Wuipi Telecomunicaciones
 *
 *  Auto-extracted from all 7 HTML files + soportin.js
 *  Custom theme colors and fonts included
 * ============================================================
 */

/* ============================================================
 *  1. PREFLIGHT / BASE RESET (Tailwind's normalize subset)
 * ============================================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
button, input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
button { cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img, svg, video { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
*, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; }


/* ============================================================
 *  2. CUSTOM FONT FAMILIES
 * ============================================================ */
.font-display { font-family: "MADE Tommy Soft", Roboto, sans-serif; }
.font-body { font-family: Roboto, sans-serif; }


/* ============================================================
 *  3. LAYOUT — Display
 * ============================================================ */
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }


/* ============================================================
 *  4. LAYOUT — Position
 * ============================================================ */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }


/* ============================================================
 *  5. LAYOUT — Inset / Top / Right / Bottom / Left
 * ============================================================ */
.inset-0 { inset: 0px; }
.inset-4 { inset: 1rem; }
.top-0 { top: 0px; }
.top-5 { top: 1.25rem; }
.right-0 { right: 0px; }
.right-5 { right: 1.25rem; }
.right-10 { right: 2.5rem; }
.left-0 { left: 0px; }
.left-10 { left: 2.5rem; }
.bottom-0 { bottom: 0px; }

/* Fractional positions */
.top-1\/4 { top: 25%; }
.bottom-1\/4 { bottom: 25%; }
.bottom-1\/3 { bottom: 33.333333%; }
.left-1\/4 { left: 25%; }
.right-1\/4 { right: 25%; }

/* Arbitrary positions */
.top-\[22\%\] { top: 22%; }
.top-\[48\%\] { top: 48%; }
.top-\[72\%\] { top: 72%; }


/* ============================================================
 *  6. LAYOUT — Z-Index
 * ============================================================ */
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

/* Arbitrary z-index */
.z-\[1\] { z-index: 1; }
.z-\[2\] { z-index: 2; }
.z-\[3\] { z-index: 3; }
.z-\[999\] { z-index: 999; }
.z-\[9998\] { z-index: 9998; }
.z-\[9999\] { z-index: 9999; }


/* ============================================================
 *  7. LAYOUT — Overflow
 * ============================================================ */
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }


/* ============================================================
 *  8. FLEXBOX
 * ============================================================ */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }


/* ============================================================
 *  9. GAP (Flexbox & Grid)
 * ============================================================ */
.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; }


/* ============================================================
 *  10. GRID — Columns & Templates
 * ============================================================ */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }


/* ============================================================
 *  11. SIZING — Width
 * ============================================================ */
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }
.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-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-36 { width: 9rem; }
.w-64 { width: 16rem; }
.w-80 { width: 20rem; }
.w-96 { width: 24rem; }
.w-full { width: 100%; }

/* Width with "w-px" */
.w-px { width: 1px; }

/* Arbitrary widths */
.w-\[300px\] { width: 300px; }
.w-\[400px\] { width: 400px; }
.w-\[350px\] { width: 350px; }


/* ============================================================
 *  12. SIZING — Height
 * ============================================================ */
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-64 { height: 16rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }
.h-full { height: 100%; }
.h-auto { height: auto; }


/* ============================================================
 *  13. SIZING — Min/Max Height & Width
 * ============================================================ */
.min-h-screen { min-height: 100vh; }
.min-h-\[70vh\] { min-height: 70vh; }
.max-w-md { max-width: 28rem; }
.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-7xl { max-width: 80rem; }


/* ============================================================
 *  14. SIZING — Aspect Ratio
 * ============================================================ */
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }


/* ============================================================
 *  15. SPACING — Padding
 * ============================================================ */
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.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; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-16 { padding-top: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pt-32 { padding-top: 8rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }

/* Decimal paddings */
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.p-1\.5 { padding: 0.375rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }


/* ============================================================
 *  16. SPACING — Margin
 * ============================================================ */
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.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-16 { margin-bottom: 4rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }

/* Decimal margins */
.mb-1\.5 { margin-bottom: 0.375rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-0\.5 { margin-top: 0.125rem; }


/* ============================================================
 *  17. 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-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }

/* Arbitrary font sizes */
.text-\[10px\] { font-size: 10px; }


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


/* ============================================================
 *  19. TYPOGRAPHY — Line Height & Leading
 * ============================================================ */
.leading-relaxed { line-height: 1.625; }

/* Arbitrary line-height */
.leading-\[1\.05\] { line-height: 1.05; }


/* ============================================================
 *  20. TYPOGRAPHY — Letter Spacing & Tracking
 * ============================================================ */
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }

/* Arbitrary tracking */
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }


/* ============================================================
 *  21. TYPOGRAPHY — Text Transform
 * ============================================================ */
.uppercase { text-transform: uppercase; }


/* ============================================================
 *  22. TYPOGRAPHY — Text Alignment
 * ============================================================ */
.text-center { text-align: center; }
.text-left { text-align: left; }


/* ============================================================
 *  23. TYPOGRAPHY — Text Color (Standard Tailwind)
 * ============================================================ */
.text-white { color: #ffffff; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-green-400 { color: #4ade80; }


/* ============================================================
 *  24. TYPOGRAPHY — Text Color (Custom Wuipi)
 * ============================================================ */
.text-wuipi-egyptian { color: #03318C; }
.text-wuipi-egyptianLight { color: #355AA3; }
.text-wuipi-egyptianDark { color: #022569; }
.text-wuipi-oxford { color: #060633; }
.text-wuipi-oxfordLight { color: #0d0d42; }
.text-wuipi-orange { color: #F46800; }
.text-wuipi-orangeLight { color: #F68633; }
.text-wuipi-bluePurple { color: #99AFF2; }
.text-wuipi-blueCrayola { color: #0F71F2; }
.text-wuipi-violet { color: #4C2F86; }
.text-wuipi-textDark { color: #0A0D1A; }
.text-wuipi-textBody { color: #3A4055; }
.text-wuipi-textMuted { color: #6B7394; }

/* Text color with opacity */
.text-wuipi-orange\/50 { color: rgb(244 104 0 / 0.5); }


/* ============================================================
 *  25. BACKGROUNDS — Color (Standard Tailwind)
 * ============================================================ */
.bg-white { background-color: #ffffff; }
.bg-green-500 { background-color: #22c55e; }

/* bg-black with opacity */
.bg-black\/70 { background-color: rgb(0 0 0 / 0.7); }

/* bg-white with opacity */
.bg-white\/3 { background-color: rgb(255 255 255 / 0.03); }
.bg-white\/5 { background-color: rgb(255 255 255 / 0.05); }


/* ============================================================
 *  26. BACKGROUNDS — Color (Custom Wuipi)
 * ============================================================ */
.bg-wuipi-egyptian { background-color: #03318C; }
.bg-wuipi-egyptianLight { background-color: #355AA3; }
.bg-wuipi-egyptianDark { background-color: #022569; }
.bg-wuipi-oxford { background-color: #060633; }
.bg-wuipi-oxfordLight { background-color: #0d0d42; }
.bg-wuipi-orange { background-color: #F46800; }
.bg-wuipi-orangeLight { background-color: #F68633; }
.bg-wuipi-orangePale { background-color: #FDE1CC; }
.bg-wuipi-bluePurple { background-color: #99AFF2; }
.bg-wuipi-blueCrayola { background-color: #0F71F2; }
.bg-wuipi-violet { background-color: #4C2F86; }
.bg-wuipi-cream { background-color: #FAFBFE; }
.bg-wuipi-grayLight { background-color: #F1F4FA; }
.bg-wuipi-grayMid { background-color: #E4E9F2; }

/* Wuipi backgrounds with opacity modifiers */
.bg-wuipi-egyptian\/8 { background-color: rgb(3 49 140 / 0.08); }
.bg-wuipi-egyptian\/10 { background-color: rgb(3 49 140 / 0.1); }
.bg-wuipi-egyptian\/15 { background-color: rgb(3 49 140 / 0.15); }
.bg-wuipi-egyptian\/20 { background-color: rgb(3 49 140 / 0.2); }
.bg-wuipi-orange\/5 { background-color: rgb(244 104 0 / 0.05); }
.bg-wuipi-orange\/8 { background-color: rgb(244 104 0 / 0.08); }
.bg-wuipi-orange\/10 { background-color: rgb(244 104 0 / 0.1); }
.bg-wuipi-blueCrayola\/8 { background-color: rgb(15 113 242 / 0.08); }
.bg-wuipi-blueCrayola\/10 { background-color: rgb(15 113 242 / 0.1); }
.bg-wuipi-violet\/8 { background-color: rgb(76 47 134 / 0.08); }
.bg-wuipi-violet\/10 { background-color: rgb(76 47 134 / 0.1); }
.bg-wuipi-oxford\/80 { background-color: rgb(6 6 51 / 0.8); }
.bg-green-500\/20 { background-color: rgb(34 197 94 / 0.2); }
.bg-wuipi-oxfordLight { background-color: #0d0d42; }


/* ============================================================
 *  27. BORDERS — Width
 * ============================================================ */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-l { border-left-width: 1px; }


/* ============================================================
 *  28. BORDERS — Color
 * ============================================================ */
.border-white\/5 { border-color: rgb(255 255 255 / 0.05); }
.border-white\/8 { border-color: rgb(255 255 255 / 0.08); }
.border-white\/10 { border-color: rgb(255 255 255 / 0.1); }
.border-white\/15 { border-color: rgb(255 255 255 / 0.15); }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.border-white\/30 { border-color: rgb(255 255 255 / 0.3); }
.border-wuipi-grayBorder { border-color: #D1D9E8; }
.border-wuipi-egyptian\/30 { border-color: rgb(3 49 140 / 0.3); }
.border-wuipi-orange\/20 { border-color: rgb(244 104 0 / 0.2); }


/* ============================================================
 *  29. BORDERS — Radius
 * ============================================================ */
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }


/* ============================================================
 *  30. EFFECTS — Box Shadow
 * ============================================================ */
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Shadow color modifiers */
.shadow-wuipi-egyptian\/20 {
  --tw-shadow-color: rgb(3 49 140 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-wuipi-blueCrayola\/20 {
  --tw-shadow-color: rgb(15 113 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-wuipi-orange\/20 {
  --tw-shadow-color: rgb(244 104 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-wuipi-violet\/20 {
  --tw-shadow-color: rgb(76 47 134 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}


/* ============================================================
 *  31. EFFECTS — Opacity
 * ============================================================ */
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-75 { opacity: 0.75; }


/* ============================================================
 *  32. EFFECTS — Blur
 * ============================================================ */
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}


/* ============================================================
 *  33. EFFECTS — Backdrop Blur
 * ============================================================ */
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}


/* ============================================================
 *  34. TRANSFORMS — Rotate
 * ============================================================ */
.-rotate-90 { --tw-rotate: -90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }


/* ============================================================
 *  35. TRANSITIONS
 * ============================================================ */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.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; }
.duration-200 { transition-duration: 200ms; }


/* ============================================================
 *  36. ANIMATIONS
 * ============================================================ */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
.animate-spin { animation: spin 1s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }


/* ============================================================
 *  37. INTERACTIVITY — Visibility
 * ============================================================ */
.invisible { visibility: hidden; }


/* ============================================================
 *  38. OBJECT FIT
 * ============================================================ */
.object-cover { object-fit: cover; }


/* ============================================================
 *  39. SPACING — Space Between
 * ============================================================ */
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); }

/* Decimal space-y */
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); }


/* ============================================================
 *  40. HOVER STATE VARIANTS
 * ============================================================ */
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-wuipi-orange:hover { color: #F46800; }
.hover\:text-wuipi-orangeLight:hover { color: #F68633; }
.hover\:text-wuipi-egyptian:hover { color: #03318C; }
.hover\:bg-white\/5:hover { background-color: rgb(255 255 255 / 0.05); }
.hover\:bg-wuipi-egyptian\/20:hover { background-color: rgb(3 49 140 / 0.2); }
.hover\:bg-green-600:hover { background-color: #16a34a; }
.hover\:border-white\/20:hover { border-color: rgb(255 255 255 / 0.2); }
.hover\:border-white\/30:hover { border-color: rgb(255 255 255 / 0.3); }
.hover\:border-wuipi-egyptian:hover { border-color: #03318C; }
.hover\:border-wuipi-orange:hover { border-color: #F46800; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:scale-105:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }


/* ============================================================
 *  41. GROUP HOVER VARIANTS
 * ============================================================ */
.group:hover .group-hover\:text-wuipi-orange { color: #F46800; }
.group:hover .group-hover\:text-gray-400 { color: #9ca3af; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:visible { visibility: visible; }


/* ============================================================
 *  42. RESPONSIVE — sm: (min-width: 640px)
 * ============================================================ */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:p-12 { padding: 3rem; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:inline-flex { display: inline-flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:block { display: block; }
  .sm\:w-80 { width: 20rem; }
  .sm\:h-80 { height: 20rem; }
}


/* ============================================================
 *  43. RESPONSIVE — md: (min-width: 768px)
 * ============================================================ */
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}


/* ============================================================
 *  44. RESPONSIVE — lg: (min-width: 1024px)
 * ============================================================ */
@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:p-12 { padding: 3rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:flex { display: flex; }
  .lg\:inline-flex { display: inline-flex; }
  .lg\:hidden { display: none; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:h-20 { height: 5rem; }
  .lg\:w-40 { width: 10rem; }
}


/* ============================================================
 *  45. INTERACTIVITY — Cursor, Pointer Events
 * ============================================================ */
/* (cursor-pointer is on button reset above) */


/* ============================================================
 *  46. SVG — Fill & Stroke
 * ============================================================ */
.fill-none { fill: none; }
.fill-current { fill: currentColor; }
.stroke-current { stroke: currentColor; }


/* ============================================================
 *  47. GROUP UTILITY
 * ============================================================ */
/* .group itself has no styles — it just enables group-hover */
.group { /* no styles needed, just a marker class */ }
