/* Tailwind CSS compiled styles */
/*! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com */

/* Base styles */
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--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,pre,samp{font-family:ui-monospace, SFMono-Regular, "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:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}

/* Component styles */
.btn-primary {
  background: linear-gradient(to right, #3b82f6, #2563eb);
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary:hover {
  background: linear-gradient(to right, #2563eb, #1d4ed8);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: scale(1);
}

.btn-secondary {
  background: white;
  border: 2px solid #3b82f6;
  color: #2563eb;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #eff6ff;
  transform: scale(1.05);
}

.card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #f3f4f6;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.tier-premium {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
}

.tier-professional {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
}

.tier-standard {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 50%, #374151 100%);
}

/* Utility classes */
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-gray-50 { --tw-gradient-from: #f9fafb; --tw-gradient-to: rgba(249, 250, 251, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-white { --tw-gradient-to: rgba(255, 255, 255, 0); --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to); }
.to-blue-50 { --tw-gradient-to: #eff6ff; }
.min-h-screen { min-height: 100vh; }
.fixed { position: fixed; }
.top-0 { top: 0px; }
.left-0 { left: 0px; }
.right-0 { right: 0px; }
.z-50 { z-index: 50; }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.border-b { border-bottom-width: 1px; }
.border-gray-200 { border-color: #e5e7eb; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
.flex { display: flex; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.h-16 { height: 4rem; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-primary-500 { --tw-gradient-from: #3b82f6; --tw-gradient-to: rgba(59, 130, 246, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-accent-500 { --tw-gradient-to: #8b5cf6; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-gray-900 { color: #111827; }
.hidden { display: none; }
.md\:flex { display: flex; }
.text-gray-700 { color: #374151; }
.hover\:text-primary-600:hover { color: #2563eb; }
.font-medium { font-weight: 500; }
.transition-colors { transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
.pt-20 { padding-top: 5rem; }
.pb-16 { padding-bottom: 4rem; }
.text-center { text-align: center; }
.text-5xl { font-size: 3rem; line-height: 1; }
.sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
.lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
.bg-clip-text { background-clip: text; }
.text-transparent { color: transparent; }
.mb-6 { margin-bottom: 1.5rem; }
.animate-slide-up { animation: slideUp 0.6s ease-out; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-gray-600 { color: #4b5563; }
.mb-8 { margin-bottom: 2rem; }
.max-w-3xl { max-width: 48rem; }
.animate-fade-in { animation: fadeIn 0.5s ease-in-out; }
.flex-col { flex-direction: column; }
.sm\:flex-row { flex-direction: row; }
.gap-4 { gap: 1rem; }
.justify-center { justify-content: center; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.bg-gray-50 { background-color: #f9fafb; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-16 { margin-bottom: 4rem; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-8 { gap: 2rem; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.p-6 { padding: 1.5rem; }
.text-white { color: #ffffff; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.mb-4 { margin-bottom: 1rem; }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.rounded-full { border-radius: 50%; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.opacity-90 { opacity: 0.9; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.p-3 { padding: 0.75rem; }
.bg-gray-50 { background-color: #f9fafb; }
.rounded-lg { border-radius: 0.5rem; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.bg-gray-300 { background-color: #d1d5db; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.max-w-4xl { max-width: 56rem; }
.p-8 { padding: 2rem; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-red-500 { --tw-gradient-from: #ef4444; --tw-gradient-to: rgba(239, 68, 68, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-red-600 { --tw-gradient-to: #dc2626; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.block { display: block; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-gray-700 { color: #374151; }
.w-full { width: 100%; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.border { border-width: 1px; }
.border-gray-300 { border-color: #d1d5db; }
.rounded-xl { border-radius: 0.75rem; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--tw-ring-color); }
.focus\:ring-primary-500:focus { --tw-ring-color: #3b82f6; }
.focus\:border-transparent:focus { border-color: transparent; }
.transition-all { transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
.inline-flex { display: inline-flex; }
.ml-2 { margin-left: 0.5rem; }
.opacity-50 { opacity: 0.5; }
.pointer-events-none { pointer-events: none; }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.min-0 { min-width: 0px; }
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
.disabled\:transform-none:disabled { transform: none; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.mr-2 { margin-right: 0.5rem; }
.inline-block { display: inline-block; }
.fill-rule-evenodd { fill-rule: evenodd; }
.clip-rule-evenodd { clip-rule: evenodd; }
.bg-blue-50 { background-color: #eff6ff; }
.border-blue-200 { border-color: #bfdbfe; }
.animate-spin { animation: spin 1s linear infinite; }
.border-2 { border-width: 2px; }
.border-primary-500 { border-color: #3b82f6; }
.border-t-transparent { border-top-color: transparent; }
.mr-3 { margin-right: 0.75rem; }
.text-primary-700 { color: #1d4ed8; }
.mt-3 { margin-top: 0.75rem; }
.bg-blue-100 { background-color: #dbeafe; }
.h-2 { height: 0.5rem; }
.bg-gray-900 { background-color: #111827; }
.text-gray-300 { color: #d1d5db; }
.bg-primary-600 { background-color: #2563eb; }
.hover\:bg-primary-700:hover { background-color: #1d4ed8; }
.font-semibold { font-weight: 600; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.border-2 { border-width: 2px; }
.border-white { border-color: #ffffff; }
.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:text-gray-900:hover { color: #111827; }
.text-gray-400 { color: #9ca3af; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }

/* Animations */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slideUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive utilities */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:hidden { display: none; }
}

@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* Font imports */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Scroll behavior */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
}
