*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:#ff5e14;text-decoration:none}a:hover{text-decoration:underline}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (max-width:768px){[style*=grid-template-columns]{grid-template-columns:1fr!important}[style*=flex-wrap]{flex-direction:column!important}h1,h2{font-size:2rem!important}}a[style*="background: #FF5E14"]:hover{background:#e54d0a!important;transform:translateY(-2px)}a[style*="border: 2px solid #FF5E14"]:hover{background:#ff5e14!important;color:#fff!important}a[style*="background: white"]:hover{background:#f7fafc!important;transform:translateY(-2px)}.dark body{background-color:#111827;color:#f9fafb}.container-custom{margin:0 auto;max-width:1280px;padding:0 1rem}.section-padding{padding:4rem 1rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}.btn-primary{background-color:#ff5e14;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background-color:#ea580c;box-shadow:0 10px 25px #ff5e144d;transform:translateY(-2px)}.btn-secondary{background-color:transparent;border:2px solid #ff5e14;border-radius:.5rem;color:#ff5e14;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background-color:#ff5e14;color:#fff}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}.dark .card{background:#1f2937;border-color:#374151}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-center{text-align:center}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.gradient-text{background:linear-gradient(90deg,#ff5e14,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-white{color:#fff}.dark .text-gray-600{color:#9ca3af}.dark .text-gray-900{color:#f9fafb}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.dark .bg-white{background-color:#1f2937}.dark .bg-gray-50{background-color:#111827}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-16{padding-bottom:4rem;padding-top:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-12{margin-top:3rem}@media (min-width:1024px){.lg\:text-6xl{font-size:3.75rem}.lg\:text-5xl{font-size:3rem}.lg\:text-4xl{font-size:2.25rem}.lg\:mb-0{margin-bottom:0}.lg\:mt-0{margin-top:0}}.header-fixed{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:50}.dark .header-fixed{background:#111827f2;border-bottom-color:#374151}.hero-bg{background:linear-gradient(135deg,#f9fafb,#fff 50%,#f9fafb);padding-top:5rem}.dark .hero-bg{background:linear-gradient(135deg,#111827,#1f2937 50%,#111827)}.bg-primary{background-color:#ff5e14;color:#fff}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.h-16{height:4rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.input-field{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#111827;padding:.75rem 1rem;transition:all .3s ease;width:100%}.input-field:focus{border-color:#ff5e14;box-shadow:0 0 0 3px #ff5e141a;outline:none}.dark .input-field{background:#374151;border-color:#4b5563;color:#f9fafb}.block{display:block}.hidden{display:none}@media (min-width:1024px){.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:block{display:block}}@keyframes float-cd92ebe6{0%,to{opacity:.6;transform:translateY(0) rotate(0)}33%{opacity:.8;transform:translateY(-30px) rotate(120deg)}66%{opacity:.4;transform:translateY(-15px) rotate(240deg)}}@keyframes pulse-cd92ebe6{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}a[data-v-cd92ebe6]:hover,button[data-v-cd92ebe6]:hover{transform:translateY(-2px)}button[data-v-cd92ebe6]:hover{box-shadow:0 20px 60px #ff5e1499!important}a[data-v-cd92ebe6]:hover{color:#ff5e14!important}@media (max-width:768px){div[style*="max-width: 600px"][data-v-cd92ebe6]{max-width:100%!important;padding:0 1rem!important}div[style*="padding: 4rem"][data-v-cd92ebe6]{padding:2.5rem 1.5rem!important}h1[data-v-cd92ebe6]{font-size:3rem!important}h2[data-v-cd92ebe6]{font-size:1.5rem!important}div[style*="width: 120px; height: 120px"][data-v-cd92ebe6]{font-size:2.5rem!important;height:100px!important;width:100px!important}div[style*="display: flex; gap: 1rem; justify-content: center"][data-v-cd92ebe6]{align-items:center!important;flex-direction:column!important}a[data-v-cd92ebe6],button[data-v-cd92ebe6]{justify-content:center!important;max-width:280px!important;width:100%!important}}@keyframes fadeInUp-cd92ebe6{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}div[style*="position: relative; z-index: 2"][data-v-cd92ebe6]{animation:fadeInUp-cd92ebe6 .6s ease-out}
