/* Tailwind CSS CDN alternative - Custom CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 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)); }
.to-blue-50 { --tw-gradient-to: #f0f7ff; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.max-w-6xl { max-width: 72rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.mb-12 { margin-bottom: 3rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-1 { margin-top: 0.25rem; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-8 { gap: 2rem; }
.gap-6 { gap: 1.5rem; }
.gap-3 { gap: 0.75rem; }
.w-16 { width: 4rem; }
.w-8 { width: 2rem; }
.w-6 { width: 1.5rem; }
.w-5 { width: 1.25rem; }
.w-full { width: 100%; }
.h-16 { height: 4rem; }
.h-8 { height: 2rem; }
.h-6 { height: 1.5rem; }
.h-5 { height: 1.25rem; }
.h-2 { height: 0.5rem; }
.bg-blue-600 { background-color: #307fc2; }
.bg-white { background-color: #ffffff; }
.bg-blue-50 { background-color: #f0f7ff; }
.bg-green-50 { background-color: #f8fdf0; }
.bg-emerald-50 { background-color: #f0fdf8; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gold-50 { background-color: #fdf8f0; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-indigo-50 { background-color: #f0f4ff; }
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.p-8 { padding: 2rem; }
.p-6 { padding: 1.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.text-gray-900 { color: #111827; }
.text-gray-700 { color: #374151; }
.text-gray-600 { color: #4b5563; }
.text-gray-500 { color: #6b7280; }
.text-blue-600 { color: #307fc2; }
.text-blue-700 { color: #2563a8; }
.text-blue-900 { color: #1e3a5f; }
.text-green-600 { color: #bc9b6a; }
.text-green-700 { color: #a68856; }
.text-green-900 { color: #8b7142; }
.text-emerald-600 { color: #bc9b6a; }
.text-emerald-700 { color: #a68856; }
.text-emerald-900 { color: #8b7142; }
.text-purple-600 { color: #9333ea; }
.text-purple-700 { color: #7c3aed; }
.text-purple-900 { color: #581c87; }
.text-indigo-600 { color: #4f46e5; }
.text-indigo-700 { color: #4338ca; }
.text-indigo-900 { color: #312e81; }
.text-gold-600 { color: #bc9b6a; }
.text-gold-700 { color: #a68856; }
.text-gold-900 { color: #8b7142; }
.text-white { color: #ffffff; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.block { display: block; }
.border-2 { border-width: 2px; }
.border-gray-200 { border-color: #e5e7eb; }
.focus\:border-blue-500:focus { border-color: #307fc2; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.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-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.appearance-none { appearance: none; }
.cursor-pointer { cursor: pointer; }
.opacity-90 { opacity: 0.9; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-purple-500 { --tw-gradient-from: #bc9b6a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 155, 106, 0)); }
.to-blue-600 { --tw-gradient-to: #307fc2; }
.from-blue-600 { --tw-gradient-from: #307fc2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 127, 194, 0)); }
.to-purple-600 { --tw-gradient-to: #bc9b6a; }
.from-gold-500 { --tw-gradient-from: #bc9b6a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 155, 106, 0)); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:scale-105:hover { transform: scale(1.05); }
.transform { transform: translate(var(--tw-translate-x, 0), 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)); }

/* Responsive Grid */
@media (min-width: 768px) {
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
}

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

/* Custom slider styling */
.slider::-webkit-slider-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #307fc2;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(48, 127, 194, 0.4);
    transition: all 0.2s ease;
}

.slider::-webkit-slider-thumb:hover {
    background: #2563a8;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(48, 127, 194, 0.6);
}

.slider::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #307fc2;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(48, 127, 194, 0.4);
    transition: all 0.2s ease;
}

.slider::-moz-range-thumb:hover {
    background: #2563a8;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(48, 127, 194, 0.6);
}

.slider::-webkit-slider-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #307fc2, #bc9b6a);
}

.slider::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #307fc2, #bc9b6a);
    border: none;
}

/* Smooth animations */
* {
    scroll-behavior: smooth;
}

/* Enhanced focus states */
input:focus, select:focus {
    ring-offset: 2px;
    ring-color: #307fc2;
    ring-opacity: 0.5;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Max width container */
.max-w-2xl {
    max-width: 42rem;
}

/* Button styles */
button {
    border: none;
    cursor: pointer;
}   

button:hover {
    opacity: 0.9;
}

.roi-logo{
border-radius: 50%;
height: 100%;
width: 100%;
}

.cpr{
    display: none;
}