/* 
 * CRE Tool Hub - Compiled Tailwind CSS
 * Generated from utility classes used across the site
 * Replaces cdn.tailwindcss.com for performance
 */

/* ========================================
   CSS RESET & BASE
   ======================================== */
*,
*::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%;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
   margin: 0;
   line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: inherit;
}

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

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

button,
input,
select,
textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: inherit;
   color: inherit;
   margin: 0;
   padding: 0;
}

button {
   cursor: pointer;
   background-color: transparent;
}

ol,
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

/* ========================================
   LAYOUT
   ======================================== */
.block {
   display: block;
}

.inline-block {
   display: inline-block;
}

.inline-flex {
   display: inline-flex;
}

.flex {
   display: flex;
}

.grid {
   display: grid;
}

.hidden {
   display: none;
}

.flow-root {
   display: flow-root;
}

.relative {
   position: relative;
}

.absolute {
   position: absolute;
}

.sticky {
   position: sticky;
}

.inset-0 {
   inset: 0;
}

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

.top-0 {
   top: 0;
}

.left-0 {
   left: 0;
}

.z-10 {
   z-index: 10;
}

.z-50 {
   z-index: 50;
}

.overflow-hidden {
   overflow: hidden;
}

.overflow-x-auto {
   overflow-x: auto;
}

/* ========================================
   FLEXBOX
   ======================================== */
.flex-1 {
   flex: 1 1 0%;
}

.flex-col {
   flex-direction: column;
}

.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;
}

.justify-start {
   justify-content: flex-start;
}

.justify-end {
   justify-content: flex-end;
}

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

.grid-cols-2 {
   grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-3 {
   gap: 0.75rem;
}

.gap-4 {
   gap: 1rem;
}

.gap-5 {
   gap: 1.25rem;
}

.gap-6 {
   gap: 1.5rem;
}

.gap-8 {
   gap: 2rem;
}

/* ========================================
   SPACING - MARGIN
   ======================================== */
.m-0 {
   margin: 0;
}

.-mr-1 {
   margin-right: -0.25rem;
}

.-mr-2 {
   margin-right: -0.5rem;
}

.-mt-6 {
   margin-top: -1.5rem;
}

.mx-2 {
   margin-left: 0.5rem;
   margin-right: 0.5rem;
}

.mx-3 {
   margin-left: 0.75rem;
   margin-right: 0.75rem;
}

.mx-auto {
   margin-left: auto;
   margin-right: auto;
}

.my-1 {
   margin-top: 0.25rem;
   margin-bottom: 0.25rem;
}

.my-6 {
   margin-top: 1.5rem;
   margin-bottom: 1.5rem;
}

.my-8 {
   margin-top: 2rem;
   margin-bottom: 2rem;
}

.my-12 {
   margin-top: 3rem;
   margin-bottom: 3rem;
}

.mt-1 {
   margin-top: 0.25rem;
}

.mt-2 {
   margin-top: 0.5rem;
}

.mt-3 {
   margin-top: 0.75rem;
}

.mt-4 {
   margin-top: 1rem;
}

.mt-5 {
   margin-top: 1.25rem;
}

.mt-6 {
   margin-top: 1.5rem;
}

.mt-8 {
   margin-top: 2rem;
}

.mt-12 {
   margin-top: 3rem;
}

.mt-16 {
   margin-top: 4rem;
}

.mb-2 {
   margin-bottom: 0.5rem;
}

.mb-3 {
   margin-bottom: 0.75rem;
}

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

.mb-6 {
   margin-bottom: 1.5rem;
}

.mb-8 {
   margin-bottom: 2rem;
}

.mb-12 {
   margin-bottom: 3rem;
}

.ml-1 {
   margin-left: 0.25rem;
}

.ml-2 {
   margin-left: 0.5rem;
}

.ml-3 {
   margin-left: 0.75rem;
}

.mr-1 {
   margin-right: 0.25rem;
}

.mr-3 {
   margin-right: 0.75rem;
}

/* ========================================
   SPACING - PADDING
   ======================================== */
.p-0 {
   padding: 0;
}

.p-2 {
   padding: 0.5rem;
}

.p-3 {
   padding: 0.75rem;
}

.p-4 {
   padding: 1rem;
}

.p-6 {
   padding: 1.5rem;
}

.p-8 {
   padding: 2rem;
}

.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-6 {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.px-8 {
   padding-left: 2rem;
   padding-right: 2rem;
}

.py-1 {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
}

.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-8 {
   padding-top: 2rem;
   padding-bottom: 2rem;
}

.py-12 {
   padding-top: 3rem;
   padding-bottom: 3rem;
}

.py-16 {
   padding-top: 4rem;
   padding-bottom: 4rem;
}

.pt-2 {
   padding-top: 0.5rem;
}

.pt-6 {
   padding-top: 1.5rem;
}

.pt-8 {
   padding-top: 2rem;
}

.pt-16 {
   padding-top: 4rem;
}

.pb-3 {
   padding-bottom: 0.75rem;
}

.pb-8 {
   padding-bottom: 2rem;
}

.pb-12 {
   padding-bottom: 3rem;
}

.pb-20 {
   padding-bottom: 5rem;
}

.pl-2 {
   padding-left: 0.5rem;
}

.pl-3 {
   padding-left: 0.75rem;
}

.pl-4 {
   padding-left: 1rem;
}

.pl-7 {
   padding-left: 1.75rem;
}

.pl-8 {
   padding-left: 2rem;
}

/* ========================================
   WIDTH & HEIGHT
   ======================================== */
.w-3 {
   width: 0.75rem;
}

.w-4 {
   width: 1rem;
}

.w-5 {
   width: 1.25rem;
}

.w-6 {
   width: 1.5rem;
}

.w-64 {
   width: 16rem;
}

.w-full {
   width: 100%;
}

.w-\[300px\] {
   width: 300px;
}

.h-3 {
   height: 0.75rem;
}

.h-4 {
   height: 1rem;
}

.h-5 {
   height: 1.25rem;
}

.h-6 {
   height: 1.5rem;
}

.h-16 {
   height: 4rem;
}

.h-20 {
   height: 5rem;
}

.h-64 {
   height: 16rem;
}

.h-full {
   height: 100%;
}

.h-1\/3 {
   height: 33.333333%;
}

.h-\[90px\] {
   height: 90px;
}

.h-\[250px\] {
   height: 250px;
}

.h-\[280px\] {
   height: 280px;
}

.min-w-full {
   min-width: 100%;
}

.max-w-none {
   max-width: none;
}

.max-w-md {
   max-width: 28rem;
}

.max-w-lg {
   max-width: 32rem;
}

.max-w-2xl {
   max-width: 42rem;
}

.max-w-3xl {
   max-width: 48rem;
}

.max-w-4xl {
   max-width: 56rem;
}

.max-w-7xl {
   max-width: 80rem;
}

.max-w-\[336px\] {
   max-width: 336px;
}

.max-w-\[728px\] {
   max-width: 728px;
}

/* ========================================
   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;
}

/* ========================================
   TYPOGRAPHY - FONT WEIGHT
   ======================================== */
.font-medium {
   font-weight: 500;
}

.font-semibold {
   font-weight: 600;
}

.font-bold {
   font-weight: 700;
}

.font-extrabold {
   font-weight: 800;
}

.font-mono {
   font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
}

/* ========================================
   TYPOGRAPHY - ALIGNMENT & STYLE
   ======================================== */
.text-left {
   text-align: left;
}

.text-center {
   text-align: center;
}

.text-right {
   text-align: right;
}

.leading-relaxed {
   line-height: 1.625;
}

.tracking-tight {
   letter-spacing: -0.025em;
}

/* ========================================
   TYPOGRAPHY - COLORS
   ======================================== */
.text-white {
   color: #ffffff;
}

.text-gray-400 {
   color: #9ca3af;
}

.text-gray-500 {
   color: #6b7280;
}

.text-gray-600 {
   color: #4b5563;
}

.text-gray-700 {
   color: #374151;
}

.text-gray-800 {
   color: #1f2937;
}

.text-gray-900 {
   color: #111827;
}

.text-blue-600 {
   color: #2563eb;
}

.text-blue-700 {
   color: #1d4ed8;
}

.text-blue-800 {
   color: #1e40af;
}

.text-blue-900 {
   color: #1e3a8a;
}

.text-green-500 {
   color: #22c55e;
}

.text-yellow-900 {
   color: #713f12;
}

/* ========================================
   BACKGROUND COLORS
   ======================================== */
.bg-white {
   background-color: #ffffff;
}

.bg-white\/80 {
   background-color: rgba(255, 255, 255, 0.8);
}

.bg-gray-50 {
   background-color: #f9fafb;
}

.bg-gray-100 {
   background-color: #f3f4f6;
}

.bg-gray-200 {
   background-color: #e5e7eb;
}

.bg-blue-50 {
   background-color: #eff6ff;
}

.bg-blue-100 {
   background-color: #dbeafe;
}

.bg-blue-500 {
   background-color: #3b82f6;
}

.bg-blue-600 {
   background-color: #2563eb;
}

.bg-blue-900 {
   background-color: #1e3a8a;
}

.bg-yellow-50 {
   background-color: #fefce8;
}

/* ========================================
   BORDERS
   ======================================== */
.border {
   border-width: 1px;
}

.border-b {
   border-bottom-width: 1px;
}

.border-t {
   border-top-width: 1px;
}

.border-l-4 {
   border-left-width: 4px;
}

.border-transparent {
   border-color: transparent;
}

.border-gray-200 {
   border-color: #e5e7eb;
}

.border-gray-300 {
   border-color: #d1d5db;
}

.border-blue-300 {
   border-color: #93c5fd;
}

.border-blue-400 {
   border-color: #60a5fa;
}

.border-blue-500 {
   border-color: #3b82f6;
}

.border-yellow-400 {
   border-color: #facc15;
}

.border-collapse {
   border-collapse: collapse;
}

/* ========================================
   BORDER RADIUS
   ======================================== */
.rounded {
   border-radius: 0.25rem;
}

.rounded-md {
   border-radius: 0.375rem;
}

.rounded-lg {
   border-radius: 0.5rem;
}

.rounded-lng {
   border-radius: 0.5rem;
}

/* Typo in source, keeping for compatibility */
.rounded-xl {
   border-radius: 0.75rem;
}

/* ========================================
   SHADOWS
   ======================================== */
.shadow-sm {
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-lg {
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-inner {
   box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

/* ========================================
   RINGS (Focus)
   ======================================== */
.ring-1 {
   box-shadow: 0 0 0 1px var(--tw-ring-color, #000);
}

.ring-black {
   --tw-ring-color: #000;
}

.ring-opacity-5 {
   --tw-ring-color: rgba(0, 0, 0, 0.05);
}

/* ========================================
   EFFECTS
   ======================================== */
.backdrop-blur-md {
   backdrop-filter: blur(12px);
}

/* ========================================
   TRANSFORMS
   ======================================== */
.transform {
   transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.rotate-0 {
   --tw-rotate: 0deg;
   transform: rotate(0deg);
}

/* ========================================
   TRANSITIONS
   ======================================== */
.transition {
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
   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;
}

.transition-shadow {
   transition-property: box-shadow;
   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;
}

.duration-200 {
   transition-duration: 200ms;
}

/* ========================================
   CURSOR & POINTER
   ======================================== */
.cursor-help {
   cursor: help;
}

.cursor-pointer {
   cursor: pointer;
}

.pointer-events-none {
   pointer-events: none;
}

/* ========================================
   SVG
   ======================================== */
.fill-current {
   fill: currentColor;
}

/* ========================================
   LIST STYLES
   ======================================== */
.list-none {
   list-style-type: none;
}

.list-disc {
   list-style-type: disc;
}

.list-decimal {
   list-style-type: decimal;
}

.list-inside {
   list-style-position: inside;
}

/* ========================================
   SPACING UTILITIES
   ======================================== */
.space-x-1>*+* {
   margin-left: 0.25rem;
}

.space-x-4>*+* {
   margin-left: 1rem;
}

.space-y-1>*+* {
   margin-top: 0.25rem;
}

.space-y-2>*+* {
   margin-top: 0.5rem;
}

.space-y-3>*+* {
   margin-top: 0.75rem;
}

.space-y-4>*+* {
   margin-top: 1rem;
}

.space-y-6>*+* {
   margin-top: 1.5rem;
}

.space-y-10>*+* {
   margin-top: 2.5rem;
}

.divide-y>*+* {
   border-top-width: 1px;
}

.divide-gray-200>*+* {
   border-color: #e5e7eb;
}

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

/* ========================================
   PLACEHOLDER
   ======================================== */
.placeholder-gray-400::placeholder {
   color: #9ca3af;
}

/* ========================================
   FOCUS STATES
   ======================================== */
.focus\:outline-none:focus {
   outline: 2px solid transparent;
   outline-offset: 2px;
}

.focus\:border-blue-500:focus {
   border-color: #3b82f6;
}

.focus\:ring-blue-500:focus {
   --tw-ring-color: #3b82f6;
   box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}

/* ========================================
   HOVER STATES
   ======================================== */
.hover\:bg-gray-100:hover {
   background-color: #f3f4f6;
}

.hover\:bg-gray-200:hover {
   background-color: #e5e7eb;
}

.hover\:bg-gray-300:hover {
   background-color: #d1d5db;
}

.hover\:bg-blue-100:hover {
   background-color: #dbeafe;
}

.hover\:bg-blue-700:hover {
   background-color: #1d4ed8;
}

.hover\:text-gray-700:hover {
   color: #374151;
}

.hover\:text-gray-900:hover {
   color: #111827;
}

.hover\:text-blue-500:hover {
   color: #3b82f6;
}

.hover\:text-blue-600:hover {
   color: #2563eb;
}

.hover\:text-blue-700:hover {
   color: #1d4ed8;
}

.hover\:underline:hover {
   text-decoration-line: underline;
}

.hover\:shadow-md:hover {
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-lg:hover {
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* ========================================
   GROUP STATES
   ======================================== */
.group:hover .group-open\:rotate-180 {
   transform: rotate(180deg);
}

/* ========================================
   RESPONSIVE - SM (640px+)
   ======================================== */
@media (min-width: 640px) {
   .sm\:block {
      display: block;
   }

   .sm\:grid {
      display: grid;
   }

   .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\:gap-x-6 {
      column-gap: 1.5rem;
   }

   .sm\:gap-y-12 {
      row-gap: 3rem;
   }

   .sm\:mt-4 {
      margin-top: 1rem;
   }

   .sm\:p-12 {
      padding: 3rem;
   }

   .sm\:px-3 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
   }

   .sm\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }

   .sm\:py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem;
   }

   .sm\:space-y-0>*+* {
      margin-top: 0;
   }

   .sm\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
   }

   .sm\:text-lg {
      font-size: 1.125rem;
      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\:h-2\/3 {
      height: 66.666667%;
   }
}

/* ========================================
   RESPONSIVE - MD (768px+)
   ======================================== */
@media (min-width: 768px) {
   .md\:flex {
      display: flex;
   }

   .md\:hidden {
      display: none;
   }

   .md\:flex-row {
      flex-direction: row;
   }

   .md\:flex-wrap {
      flex-wrap: wrap;
   }

   .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .md\:mt-0 {
      margin-top: 0;
   }

   .md\:mt-5 {
      margin-top: 1.25rem;
   }

   .md\:ml-6 {
      margin-left: 1.5rem;
   }

   .md\:p-6 {
      padding: 1.5rem;
   }

   .md\:py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem;
   }

   .md\:max-w-3xl {
      max-width: 48rem;
   }

   .md\:w-auto {
      width: auto;
   }

   .md\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
   }

   .md\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
   }

   .md\:text-5xl {
      font-size: 3rem;
      line-height: 1;
   }

   .md\:text-6xl {
      font-size: 3.75rem;
      line-height: 1;
   }
}

/* ========================================
   RESPONSIVE - LG (1024px+)
   ======================================== */
@media (min-width: 1024px) {
   .lg\:col-span-2 {
      grid-column: span 2 / span 2;
   }

   .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\:gap-x-8 {
      column-gap: 2rem;
   }

   .lg\:max-w-none {
      max-width: none;
   }

   .lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
   }

   .lg\:py-16 {
      padding-top: 4rem;
      padding-bottom: 4rem;
   }

   .lg\:pt-24 {
      padding-top: 6rem;
   }

   .lg\:pb-28 {
      padding-bottom: 7rem;
   }
}

/* ========================================
   PROSE (Typography for articles)
   ======================================== */
.prose {
   color: #374151;
   max-width: 65ch;
}

.prose p {
   margin-top: 1.25em;
   margin-bottom: 1.25em;
}

.prose h1 {
   font-size: 2.25em;
   margin-top: 0;
   margin-bottom: 0.8888889em;
   line-height: 1.1111111;
   font-weight: 800;
}

.prose h2 {
   font-size: 1.5em;
   margin-top: 2em;
   margin-bottom: 1em;
   line-height: 1.3333333;
   font-weight: 700;
}

.prose h3 {
   font-size: 1.25em;
   margin-top: 1.6em;
   margin-bottom: 0.6em;
   line-height: 1.6;
   font-weight: 600;
}

.prose a {
   color: #2563eb;
   text-decoration: underline;
   font-weight: 500;
}

.prose a:hover {
   color: #1d4ed8;
}

.prose strong {
   font-weight: 600;
}

.prose ul {
   margin-top: 1.25em;
   margin-bottom: 1.25em;
   padding-left: 1.625em;
   list-style-type: disc;
}

.prose ol {
   margin-top: 1.25em;
   margin-bottom: 1.25em;
   padding-left: 1.625em;
   list-style-type: decimal;
}

.prose li {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}

.prose code {
   font-size: 0.875em;
   font-weight: 600;
}

.prose pre {
   background-color: #1f2937;
   color: #e5e7eb;
   padding: 1rem;
   border-radius: 0.375rem;
   overflow-x: auto;
}

.prose blockquote {
   border-left: 4px solid #e5e7eb;
   padding-left: 1em;
   font-style: italic;
   margin: 1.6em 0;
}

.prose table {
   width: 100%;
   border-collapse: collapse;
   margin: 2em 0;
}

.prose th,
.prose td {
   padding: 0.75rem 1rem;
   border: 1px solid #e5e7eb;
}

.prose th {
   background-color: #f9fafb;
   font-weight: 600;
   text-align: left;
}

.prose-lg {
   font-size: 1.125rem;
   line-height: 1.7777778;
}

.prose-lg p {
   margin-top: 1.3333333em;
   margin-bottom: 1.3333333em;
}

/* ========================================
   CUSTOM - HERO SECTION
   ======================================== */
.hero-gradient {
   background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 25%, #f0fdf4 50%, #ecfeff 75%, #f5f3ff 100%);
   position: relative;
   overflow: hidden;
}

/* Subtle dot pattern overlay */
.hero-gradient::before {
   content: '';
   position: absolute;
   inset: 0;
   background-image: radial-gradient(circle at 1px 1px, rgba(59, 130, 246, 0.08) 1px, transparent 0);
   background-size: 24px 24px;
   pointer-events: none;
}

/* Alternative: Professional mesh gradient */
.hero-mesh {
   background:
      radial-gradient(ellipse at 20% 50%, rgba(59, 130, 246, 0.12) 0%, transparent 50%),
      radial-gradient(ellipse at 80% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 40%),
      radial-gradient(ellipse at 60% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 45%),
      linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

/* ========================================
   CUSTOM - CARD SHADOWS
   ======================================== */
.card-shadow {
   box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.04),
      0 4px 12px rgba(0, 0, 0, 0.06),
      0 8px 24px rgba(0, 0, 0, 0.04);
   transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-shadow:hover {
   box-shadow:
      0 2px 4px rgba(0, 0, 0, 0.04),
      0 8px 20px rgba(0, 0, 0, 0.1),
      0 16px 40px rgba(0, 0, 0, 0.08);
   transform: translateY(-2px);
}

/* Elevated shadow for featured items */
.shadow-elevated {
   box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.05),
      0 10px 20px -3px rgba(0, 0, 0, 0.08),
      0 20px 40px -8px rgba(0, 0, 0, 0.06);
}