@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #374151;
}

/* Utility Classes */
.min-h-screen { min-height: 100vh; }
.bg-gradient-to-br { background: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-slate-50 { --tw-gradient-from: #f8fafc; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); }
.via-blue-50 { --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); }
.to-indigo-100 { --tw-gradient-to: #e0e7ff; }

/* Header Styles */
header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e7eb;
}

.max-w-4xl {
  max-width: 56rem;
  margin: 0 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; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.space-x-3 > * + * { margin-left: 0.75rem; }

.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.bg-gradient-to-br { background: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-yellow-400 { --tw-gradient-from: #fbbf24; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); }
.to-orange-500 { --tw-gradient-to: #f97316; }
.rounded-xl { border-radius: 0.75rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.text-gray-800 { color: #1f2937; }

/* Button Styles */
.bg-gradient-to-r { background: linear-gradient(to right, var(--tw-gradient-stops)); }
.text-white { color: #fff; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.hover\:from-yellow-300:hover { --tw-gradient-from: #fcd34d; }
.hover\:to-orange-400:hover { --tw-gradient-to: #fb923c; }
.transition-all { transition-property: all; }
.font-medium { font-weight: 500; }

/* Main Content */
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.bg-white { background-color: #fff; }
.rounded-3xl { border-radius: 1.5rem; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.p-8 { padding: 2rem; }
.md\:p-12 { padding: 3rem; }
.border { border-width: 1px; }
.border-gray-200 { border-color: #e5e7eb; }

/* Title Section */
.text-center { text-align: center; }
.mb-12 { margin-bottom: 3rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.mb-4 { margin-bottom: 1rem; }

.w-24 { width: 6rem; }
.h-1 { height: 0.25rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.rounded-full { border-radius: 9999px; }
.mb-6 { margin-bottom: 1.5rem; }

.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-gray-600 { color: #4b5563; }

.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-gray-500 { color: #6b7280; }
.mt-2 { margin-top: 0.5rem; }

/* Content Sections */
.prose { color: #374151; max-width: 65ch; }
.prose-lg { font-size: 1.125rem; line-height: 1.7777778; }
.max-w-none { max-width: none; }

.from-blue-50 { --tw-gradient-from: #eff6ff; }
.to-indigo-50 { --tw-gradient-to: #eef2ff; }
.rounded-2xl { border-radius: 1rem; }
.p-6 { padding: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.border-blue-100 { border-color: #dbeafe; }

.text-gray-700 { color: #374151; }
.leading-relaxed { line-height: 1.625; }
.mb-0 { margin-bottom: 0; }

/* Section Headers */
.mb-10 { margin-bottom: 2.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }

.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.justify-center { justify-content: center; }
.text-white { color: #fff; }
.mr-4 { margin-right: 1rem; }

/* Lists */
.space-y-3 > * + * { margin-top: 0.75rem; }
.items-start { align-items: flex-start; }

.w-2 { width: 0.5rem; }
.h-2 { height: 0.5rem; }
.bg-orange-500 { background-color: #f97316; }
.mt-3 { margin-top: 0.75rem; }
.mr-3 { margin-right: 0.75rem; }
.flex-shrink-0 { flex-shrink: 0; }

/* Special Boxes */
.from-green-50 { --tw-gradient-from: #f0fdf4; }
.to-emerald-50 { --tw-gradient-to: #ecfdf5; }
.border-green-100 { border-color: #dcfce7; }

.from-yellow-50 { --tw-gradient-from: #fefce8; }
.to-orange-50 { --tw-gradient-to: #fff7ed; }
.border-yellow-100 { border-color: #fef3c7; }

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

/* Contact Section */
.grid { display: grid; }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-6 { gap: 1.5rem; }

.from-red-50 { --tw-gradient-from: #fef2f2; }
.to-pink-50 { --tw-gradient-to: #fdf2f8; }
.border-red-100 { border-color: #fee2e2; }

.space-x-3 > * + * { margin-left: 0.75rem; }
.mb-3 { margin-bottom: 0.75rem; }

.bg-red-500 { background-color: #ef4444; }

.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }

.text-red-600 { color: #dc2626; }
.hover\:text-red-700:hover { color: #b91c1c; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; }

.from-pink-50 { --tw-gradient-from: #fdf2f8; }
.to-purple-50 { --tw-gradient-to: #faf5ff; }
.border-pink-100 { border-color: #fce7f3; }

.from-pink-500 { --tw-gradient-from: #ec4899; }
.to-purple-500 { --tw-gradient-to: #a855f7; }

.text-pink-600 { color: #db2777; }
.hover\:text-pink-700:hover { color: #be185d; }

/* Back Button */
.mt-12 { margin-top: 3rem; }
.pt-8 { padding-top: 2rem; }
.border-t { border-top-width: 1px; }

.inline-flex { display: inline-flex; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.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)); }
.hover\:-translate-y-1:hover { --tw-translate-y: -0.25rem; }

/* Footer */
.bg-gray-900 { background-color: #111827; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.mt-12 { margin-top: 3rem; }

.justify-center { justify-content: center; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }

.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }

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

/* Responsive Design */
@media (max-width: 768px) {
  .text-5xl { font-size: 2.5rem; }
  .text-3xl { font-size: 1.5rem; }
  .text-xl { font-size: 1.125rem; }
  .text-lg { font-size: 1rem; }
  
  .px-4 { padding-left: 1rem; padding-right: 1rem; }
  .py-12 { padding-top: 2rem; padding-bottom: 2rem; }
  .p-8 { padding: 1.5rem; }
  .md\:p-12 { padding: 2rem; }
  
  .mb-12 { margin-bottom: 2rem; }
  .mb-10 { margin-bottom: 2rem; }
  .mb-8 { margin-bottom: 1.5rem; }
  .mb-6 { margin-bottom: 1rem; }
  
  .grid { display: block; }
  .gap-6 { gap: 1rem; }
  
  .space-y-3 > * + * { margin-top: 0.5rem; }
}

@media (max-width: 640px) {
  .sm\:px-6 { padding-left: 1rem; padding-right: 1rem; }
  
  .text-3xl { font-size: 1.25rem; }
  .text-2xl { font-size: 1.125rem; }
  
  .px-6 { padding-left: 1rem; padding-right: 1rem; }
  .px-8 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .py-4 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  
  .w-24 { width: 4rem; }
  .w-12 { width: 2.5rem; }
  .h-12 { height: 2.5rem; }
  .w-10 { width: 2rem; }
  .h-10 { height: 2rem; }
}