/* Premium Wizard Styles - Production Ready */

/* Font Import */
@import url('https://fonts.bunny.net/css?family=inter:400,500,600,700&display=swap');

/* Tailwind CSS Reset & Base Styles */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before, ::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

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

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, "Cascadia Code", "Roboto Mono", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

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

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

/* SVG Icon Support - Enhanced */
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}

/* Default SVG fill behavior */
svg {
  fill: currentColor;
}

/* Override for SVGs that explicitly don't want fill */
svg[fill="none"] {
  fill: none !important;
}

/* Stroke behavior for outlined icons */
svg[stroke="currentColor"] {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Force visibility for hidden SVGs */
svg:not([aria-hidden="true"]) {
  visibility: visible !important;
  display: inline-block !important;
}

/* Fix for SVG paths */
svg path {
  fill: inherit;
  stroke: inherit;
}

/* Ensure SVG containers are visible */
.svg-container, .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Fix for SVG rendering issues */
svg {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

/* Ensure SVG icons in buttons are properly sized */
button svg, .btn-primary svg, .btn-secondary svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/* Progress step SVG icons */
.progress-step svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* Vendor card SVG icons */
.vendor-card svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Icon containers in cards */
.svg-container svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Fix for SVG that might be hidden by CSS frameworks */
svg[style*="display: none"] {
  display: inline-block !important;
}

/* Ensure proper SVG alignment in flex containers */
.flex svg, .inline-flex svg {
  vertical-align: middle;
}

/* Specific width/height classes override default 1em */
.w-2 svg, svg.w-2 { width: 0.5rem !important; }
.w-3 svg, svg.w-3 { width: 0.75rem !important; }
.w-4 svg, svg.w-4 { width: 1rem !important; }
.w-5 svg, svg.w-5 { width: 1.25rem !important; }
.w-6 svg, svg.w-6 { width: 1.5rem !important; }
.w-8 svg, svg.w-8 { width: 2rem !important; }

.h-2 svg, svg.h-2 { height: 0.5rem !important; }
.h-3 svg, svg.h-3 { height: 0.75rem !important; }
.h-4 svg, svg.h-4 { height: 1rem !important; }
.h-5 svg, svg.h-5 { height: 1.25rem !important; }
.h-6 svg, svg.h-6 { height: 1.5rem !important; }
.h-8 svg, svg.h-8 { height: 2rem !important; }

svg path {
  vector-effect: non-scaling-stroke;
}

[hidden] {
  display: none;
}

/* Essential Tailwind Utilities */
.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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.right-4 {
  right: 1rem;
}

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

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

.z-\[-1\] {
  z-index: -1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

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

.min-h-full {
  min-height: 100%;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.w-3 {
  width: 0.75rem;
}

.h-3 {
  height: 0.75rem;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0;
}

.object-contain {
  object-fit: contain;
}

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

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

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

.items-start {
  align-items: flex-start;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

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

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

.border-neutral-100 {
  border-color: #f5f5f5;
}

.border-neutral-200 {
  border-color: #e5e5e5;
}

.border-neutral-300 {
  border-color: #d4d4d4;
}

.border-blue-200 {
  border-color: #bfdbfe;
}

.border-green-200 {
  border-color: #bbf7d0;
}

.border-red-200 {
  border-color: #fecaca;
}

.border-red-300 {
  border-color: #fca5a5;
}

.border-green-300 {
  border-color: #86efac;
}

.bg-white {
  background-color: #fff;
}

.bg-neutral-50 {
  background-color: #fafafa;
}

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

.bg-green-50 {
  background-color: #f0fdf4;
}

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-yellow-200 {
  background-color: #fde047;
}

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

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-yellow-100 {
  background-color: #fef3c7;
}

.bg-orange-100 {
  background-color: #ffedd5;
}

.bg-red-100 {
  background-color: #fee2e2;
}

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

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900 {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800 {
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.to-neutral-900 {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.to-neutral-700 {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.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-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-white {
  color: #fff;
}

.text-neutral-400 {
  color: #a3a3a3;
}

.text-neutral-500 {
  color: #737373;
}

.text-neutral-600 {
  color: #525252;
}

.text-neutral-700 {
  color: #404040;
}

.text-neutral-800 {
  color: #262626;
}

.text-neutral-900 {
  color: #171717;
}

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

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

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

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

.text-green-600 {
  color: #16a34a;
}

.text-green-700 {
  color: #15803d;
}

.text-green-800 {
  color: #166534;
}

.text-red-500 {
  color: #ef4444;
}

.text-red-600 {
  color: #dc2626;
}

.text-red-700 {
  color: #b91c1c;
}

.text-red-800 {
  color: #991b1b;
}

.text-yellow-800 {
  color: #a16207;
}

.text-orange-800 {
  color: #9a3412;
}

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

.text-red-400 {
  color: #f87171;
}

.text-green-400 {
  color: #4ade80;
}

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

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

.text-primary-500 {
  color: #3b82f6;
}

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

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

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

.bg-primary-700 {
  background-color: #1d4ed8;
}

/* Border colors for primary */
.border-primary-600 {
  border-color: #2563eb;
}

.border-neutral-300 {
  border-color: #d4d4d4;
}

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

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

.border-primary-600 {
  border-color: #2563eb;
}

/* Gradient backgrounds */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-primary-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-primary-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

/* Shadow utilities */
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-primary-500\/25 {
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.25), 0 8px 10px -6px rgba(59, 130, 246, 0.1);
}

/* Additional shadow colors */
.shadow-purple-500\/25 {
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, 0.25);
}

.shadow-yellow-500\/25 {
  box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.25);
}

/* Green color shadows */
.shadow-green-500\/25 {
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.25);
}

/* Additional green colors */
.bg-green-500 {
  background-color: #10b981;
}

.bg-green-700 {
  background-color: #047857;
}

.from-green-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

/* Wizard Header Icon Styles */
.wizard-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.25), 0 8px 10px -6px rgba(59, 130, 246, 0.1);
}

.wizard-header-icon svg {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Step Header Icon Styles */
.step-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  border-radius: 0.75rem;
  margin-right: 1rem;
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, 0.25);
}

.step-header-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Info Box Icon Styles */
.info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #eab308;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(234, 179, 8, 0.25);
}

.info-icon svg {
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  fill: currentColor;
}

/* Product Header Icon Styles */
.product-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 0.75rem;
  margin-right: 1rem;
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.25);
}

.product-header-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Success Icon Styles */
.success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #10b981;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.25);
}

.success-icon svg {
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  fill: currentColor;
}

.text-transparent {
  color: transparent;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -1px rgb(0 0 0 / 0.06);
}

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

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 10px 10px -5px rgb(0 0 0 / 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.outline {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-3 {
  box-shadow: 0 0 0 3px rgb(59 130 246 / 0.5);
}

.ring-offset-2 {
  box-shadow: 0 0 0 2px #fff, var(--tw-ring-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-primary-500:focus {
  box-shadow: 0 0 0 3px rgb(59 130 246 / 0.5);
}

.focus\:ring-red-500:focus {
  box-shadow: 0 0 0 3px rgb(239 68 68 / 0.5);
}

.focus\:ring-green-500:focus {
  box-shadow: 0 0 0 3px rgb(34 197 94 / 0.5);
}

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

.hover\:bg-neutral-50:hover {
  background-color: #fafafa;
}

.hover\:border-neutral-300:hover {
  border-color: #d4d4d4;
}

.hover\:border-neutral-400:hover {
  border-color: #a3a3a3;
}

.hover\:border-primary-300:hover {
  border-color: #93c5fd;
}

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

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

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 10px 10px -5px rgb(0 0 0 / 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.hover\:-translate-y-0\.5:hover {
  transform: translateY(-0.125rem);
}

.hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}

.hover\:scale-105:hover {
  transform: scaleX(1.05) scaleY(1.05);
}

.active\:translate-y-0:active {
  transform: translateY(0px);
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Responsive Design */
@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* CSS Variables */
:root {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --color-primary-50: #eff6ff;
    --color-primary-100: #dbeafe;
    --color-primary-200: #bfdbfe;
    --color-primary-300: #93c5fd;
    --color-primary-400: #60a5fa;
    --color-primary-500: #3b82f6;
    --color-primary-600: #2563eb;
    --color-primary-700: #1d4ed8;
    --color-primary-800: #1e40af;
    --color-primary-900: #1e3a8a;
    --color-neutral-50: #fafafa;
    --color-neutral-100: #f5f5f5;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a3a3a3;
    --color-neutral-500: #737373;
    --color-neutral-600: #525252;
    --color-neutral-700: #404040;
    --color-neutral-800: #262626;
    --color-neutral-900: #171717;
    
    /* Gradient stop variables */
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
}

/* Base Styles */
body {
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom Components */
.glass {
    backdrop-filter: blur(20px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.gradient-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4facfe 100%);
    position: relative;
}

.gradient-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.enterprise-shadow {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Form Input Styles */
.form-input {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid var(--color-neutral-200);
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    font-size: 16px;
    line-height: 1.5;
}

.form-input::placeholder {
    color: var(--color-neutral-400);
}

.form-input:hover {
    border-color: var(--color-neutral-300);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.form-input:focus {
    outline: none;
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* Button Styles */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.4), 0 10px 10px -5px rgba(59, 130, 246, 0.2);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border: 2px solid var(--color-neutral-300);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    color: var(--color-neutral-700);
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    text-decoration: none;
}

.btn-secondary:hover {
    background: var(--color-neutral-50);
    border-color: var(--color-neutral-400);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Premium Form Enhancements */
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-neutral-800);
    margin-bottom: 0.75rem;
    letter-spacing: 0.025em;
}

.form-label.required::after {
    content: '*';
    color: #ef4444;
    margin-left: 0.25rem;
}

.form-description {
    font-size: 0.875rem;
    color: var(--color-neutral-500);
    margin-top: 0.5rem;
    line-height: 1.5;
}

.form-error {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #dc2626;
    font-weight: 500;
}

/* Progress Enhancement */
.progress-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 3px solid;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    font-size: 0.875rem;
}

.progress-step.completed {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: #10b981;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.25);
}

.progress-step.active {
    background: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-700) 100%);
    border-color: var(--color-primary-500);
    color: white;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.25);
    transform: scale(1.1);
}

.progress-step.inactive {
    background: white;
    border-color: var(--color-neutral-300);
    color: var(--color-neutral-500);
}

.progress-line {
    flex: 1;
    height: 0.25rem;
    margin: 0 1rem;
    border-radius: 0.25rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-line.completed {
    background: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-primary-600) 100%);
}

.progress-line.incomplete {
    background: var(--color-neutral-200);
}

/* Card Enhancements */
.premium-card {
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
    border-radius: 1rem;
    border: 1px solid var(--color-neutral-200);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.premium-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.premium-card-header {
    padding: 2rem 2rem 1.5rem 2rem;
    background: linear-gradient(90deg, var(--color-neutral-50) 0%, white 100%);
    border-bottom: 1px solid var(--color-neutral-100);
}

.premium-card-content {
    padding: 2rem;
}

.premium-card-footer {
    padding: 1.5rem 2rem;
    background: linear-gradient(90deg, var(--color-neutral-50) 0%, white 100%);
    border-top: 1px solid var(--color-neutral-100);
}

/* Vendor Selection Enhancement */
.vendor-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  border: 2px solid var(--color-neutral-200);
  border-radius: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  cursor: pointer;
  user-select: none;
}

.vendor-card:hover {
    border-color: var(--color-primary-300);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.vendor-card.selected {
    border-color: var(--color-primary-500);
    background: linear-gradient(135deg, #eff6ff 0%, rgba(239, 246, 255, 0.5) 100%);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.1);
}

.vendor-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, transparent 0%, rgba(59, 130, 246, 0.1) 50%, transparent 100%);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vendor-card.selected::before {
    opacity: 1;
}

/* Information Boxes */
.info-box {
    border-radius: 0.75rem;
    border: 1px solid;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-box.blue {
    background: linear-gradient(135deg, #dbeafe 0%, rgba(219, 234, 254, 0.5) 100%);
    border-color: #93c5fd;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1);
}

.info-box.green {
    background: linear-gradient(135deg, #dcfce7 0%, rgba(220, 252, 231, 0.5) 100%);
    border-color: #86efac;
    box-shadow: 0 10px 15px -3px rgba(34, 197, 94, 0.1);
}

.info-box.yellow {
    background: linear-gradient(135deg, #fef3c7 0%, rgba(254, 243, 199, 0.5) 100%);
    border-color: #fcd34d;
    box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.1);
}

.info-box.orange {
    background: linear-gradient(135deg, #fed7aa 0%, rgba(254, 215, 170, 0.5) 100%);
    border-color: #fdba74;
    box-shadow: 0 10px 15px -3px rgba(251, 146, 60, 0.1);
}

/* Animation Enhancements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
}

.animate-pulse-subtle {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-in-left {
    animation: slideInLeft 0.5s ease-out;
}

.animate-slide-in-right {
    animation: slideInRight 0.5s ease-out;
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.shimmer {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    background-size: 200px 100%;
    animation: shimmer 2s infinite;
}

/* Premium Interaction Effects */
.form-input:focus {
    animation: formFocusGlow 0.3s ease-out;
}

@keyframes formFocusGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
    }
    100% {
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 
                    0 10px 25px -5px rgba(0, 0, 0, 0.1);
    }
}

.vendor-card:hover {
    animation: cardLift 0.3s ease-out;
}

@keyframes cardLift {
    0% {
        transform: translateY(0) scale(1);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    100% {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
}

.btn-primary:hover {
    animation: buttonPulse 0.3s ease-out;
}

@keyframes buttonPulse {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-1px) scale(1.02);
    }
    100% {
        transform: translateY(-2px) scale(1);
    }
}

.progress-step.active {
    animation: progressPulse 1.5s ease-out infinite;
}

@keyframes progressPulse {
    0%, 100% {
        transform: scale(1.1);
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
    }
    50% {
        transform: scale(1.15);
        box-shadow: 0 0 0 8px rgba(37, 99, 235, 0);
    }
}

/* Loading States */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
    20%, 40%, 60%, 80% { transform: translateX(3px); }
}

.form-group-focused .form-label {
    color: var(--color-primary-600) !important;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Enhanced loading state for buttons */
.loading {
    position: relative;
    pointer-events: none;
}

.loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: inherit;
    backdrop-filter: blur(1px);
}

/* Modern Product Selection Styles */
.modern-product-card {
    display: block;
    position: relative;
    padding: 1.5rem;
    border: 2px solid var(--color-neutral-200);
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    height: 100%;
    min-height: 200px;
}

.modern-product-card:hover {
    border-color: var(--color-primary-300);
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.product-radio:checked + .modern-product-card {
    border-color: var(--color-primary-500);
    background: linear-gradient(135deg, #eff6ff 0%, rgba(239, 246, 255, 0.5) 100%);
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.25), 0 10px 10px -5px rgba(59, 130, 246, 0.1);
    transform: translateY(-2px);
}

.product-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--color-neutral-50) 0%, var(--color-neutral-100) 100%);
    border-radius: 0.75rem;
    border: 1px solid var(--color-neutral-200);
    transition: all 0.3s ease;
}

.product-radio:checked + .modern-product-card .product-icon-container {
    background: linear-gradient(135deg, var(--color-primary-50) 0%, var(--color-primary-100) 100%);
    border-color: var(--color-primary-200);
}

.modern-radio {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid var(--color-neutral-300);
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modern-radio.selected {
    border-color: var(--color-primary-500);
    background: var(--color-primary-500);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.radio-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.modern-radio.selected .radio-dot {
    transform: translate(-50%, -50%) scale(1);
}

.product-card-container {
    transition: all 0.3s ease;
}

.product-card-container:hover .modern-product-card {
    animation: productCardHover 0.3s ease-out;
}

@keyframes productCardHover {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-2px) scale(1.01);
    }
    100% {
        transform: translateY(-4px) scale(1);
    }
}


/* Search and Filter Styles */
.search-filter-container {
    background: linear-gradient(90deg, var(--color-neutral-50) 0%, white 100%);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--color-neutral-200);
    margin-bottom: 2rem;
}

/* Product Grid Animation */
.products-container {
    position: relative;
}

/* No Results Animation */
#noResults {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

#noResults.show {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced Product Selection Interactions */
.product-radio:focus + .modern-product-card {
    outline: 2px solid var(--color-primary-500);
    outline-offset: 2px;
}

.modern-product-card:active {
    transform: translateY(-1px) scale(0.99);
}

/* Loading State for Product Cards */
.product-card-loading {
    position: relative;
    overflow: hidden;
}

.product-card-loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shimmer 1.5s infinite;
    z-index: 1;
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    .modern-product-card,
    .vendor-tab,
    .product-card-container,
    .vendor-products {
        transition: none;
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .modern-product-card {
        border-width: 3px;
    }
    
    .product-radio:checked + .modern-product-card {
        border-width: 4px;
    }
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .form-input {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }
    
    .btn-primary, .btn-secondary {
        padding: 0.75rem 1.5rem;
    }
    
    .premium-card-header,
    .premium-card-content,
    .premium-card-footer {
        padding: 1.5rem;
    }
}