/* Perfect CSS Generated from Tailwind Classes with AI Precision */

/* CSS Reset & Base Styles */
*,
*::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: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

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

/* Space Utilities */
.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-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));
}

.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-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-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

/* Utility Classes */
.bg-accent10 {
  background-color: rgba(241, 245, 249, 0.1);
}

.bg-accent5 {
  background-color: #41e6e60d;
  
}

.bg-background {
  background-color: #ffffff;
}

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

.bg-card {
  background-color: #ffffff;
}

.bg-destructive {
  background-color: #ef4444;
}

.bg-destructive10 {
  background-color: rgba(239, 68, 68, 0.1);
}

.bg-destructive5 {
  background-color: rgba(239, 68, 68, 0.05);
}

.bg-emerald-100 {
  background-color: #d1fae5;
}

.bg-emerald-50 {
  background-color: #ecfdf5;
}

.bg-gradient-muted {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

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

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

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

.bg-muted {
  background-color: #f1f5f9;
}

.bg-muted50 {
  background-color: rgba(241, 245, 249, 0.5);
}

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

.bg-primary10 {
  background-color: rgba(59, 130, 246, 0.1);
}

.bg-primary15 {
  background-color: rgba(59, 130, 246, 0.15);
}

.bg-primary5 {
  background-color: rgba(59, 130, 246, 0.05);
}

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

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

.bg-success {
  background-color: #10b981;
}

.bg-success10 {
  background-color: rgba(16, 185, 129, 0.1);
}

.bg-success5 {
  background-color: rgba(16, 185, 129, 0.05);
}

.bg-warning10 {
  background-color: rgba(245, 158, 11, 0.1);
}

.bg-warning15 {
  background-color: rgba(245, 158, 11, 0.15);
}

.bg-warning5 {
  background-color: rgba(245, 158, 11, 0.05);
}

.border {
  border-width: 1px; border-style: solid; border-color: #e2e8f0;
}

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

.border-accent {
  border-color: #41e6e6;
}

.border-accent20 {
  border-color: #41e6e633;
}

.border-accent30 {
  border-color: rgba(241, 245, 249, 0.3);
}

.border-blue-100 {
  border-color: #dbeafe;
}

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

.border-border {
  border-color: #e2e8f0;
}

.border-destructive20 {
  border-color: rgba(239, 68, 68, 0.2);
}

.border-destructive30 {
  border-color: rgba(239, 68, 68, 0.3);
}

.border-emerald-100 {
  border-color: #d1fae5;
}

.border-emerald-300 {
  border-color: #6ee7b7;
}

.border-emerald-400 {
  border-color: #34d399;
}

.border-green-100 {
  border-color: #dcfce7;
}

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

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

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

.border-l-destructive {
  border-left-color: #ef4444;
}

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

.border-l-warning {
  border-left-color: #f59e0b;
}

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

.border-primary20 {
  border-color: rgba(59, 130, 246, 0.2);
}

.border-red-100 {
  border-color: #fee2e2;
}

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

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

.border-success20 {
  border-color: rgba(16, 185, 129, 0.2);
}

.border-success30 {
  border-color: rgba(16, 185, 129, 0.3);
}

.border-warning20 {
  border-color: rgba(245, 158, 11, 0.2);
}

.border-warning30 {
  border-color: rgba(245, 158, 11, 0.3);
}

.container {
  max-width: 1400px !important; width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

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

.flex {
  display: flex;
}

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

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

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

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

.from-green-50 {
  --tw-gradient-from: #f0fdf4; --tw-gradient-to: rgb(240 253 244 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.grid {
  display: grid;
}

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

.group {
  position: relative;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.italic {
  font-style: italic;
}

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

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

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

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

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

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

.line-clamp-2 {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

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

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

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

.max-w-6xl {
  max-width: 72rem;
}

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

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

.mb-16 {
  margin-bottom: 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;
}

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

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

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.px-4 {
  padding-left: 1rem; padding-right: 1rem;
}

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

.py-8 {
  padding-top: 2rem; padding-bottom: 2rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem;
}

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

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

.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-accent {
  color: #41e6e6;
}

.text-base {
  font-size: 1rem; line-height: 1.5rem;
}

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

.text-card-foreground {
  color: #0f172a;
}

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

.text-destructive {
  color: #ef4444;
}

.text-emerald-800 {
  color: #065f46;
}

.text-foreground {
  color: #0f172a;
}

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

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

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

.text-lg {
  font-size: 1.125rem; line-height: 1.75rem;
}

.text-muted-foreground {
  color: #64748b;
}

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

.text-primary-foreground {
  color: #ffffff;
}

.text-purple-500 {
  color: #a855f7;
}

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

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

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

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

.text-success {
  color: #10b981;
}

.text-warning {
  color: #f59e0b;
}

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

.text-xs {
  font-size: 0.75rem; line-height: 1rem;
}

.to-emerald-50 {
  --tw-gradient-to: #ecfdf5;
}

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}
.navigate-your-transformation a:hover{
  text-decoration: none;
}
.hover-bg-accent10:hover {
  background-color: #41e6e61a;
}

.hover-border-primary30:hover {
    border-color: #3182ed4d;
}

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

.group:hover .group-hover\\:bg-primary20 {
  background-color: rgba(59, 130, 246, 0.2);
}

/* MD Breakpoint (768px and above) */
@media (min-width: 768px) {
  .md\\:text-6xl {
    font-size: 3.75rem; line-height: 1;
  }

  .md\\:text-2xl {
    font-size: 1.5rem; line-height: 2rem;
  }

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

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

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

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

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

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

}
