@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.min-h-screen{min-height:100vh}.bg-gradient-to-br{background:linear-gradient(to bottom right,#eff6ff,#e0e7ff)}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-800{background-color:#1f2937}.bg-red-600{background-color:#dc2626}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-red-600{color:#dc2626}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.m-4{margin:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.w-10{width:2.5rem}.w-16{width:4rem}.h-10{height:2.5rem}.h-16{height:4rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-3>*+*{margin-left:.75rem}.space-y-6>*+*{margin-top:1.5rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border,.border-gray-300{border-color:#d1d5db}.border-red-300{border-color:#fca5a5}.border-t{border-top-width:1px}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.text-center{text-align:center}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:text-blue-700:hover{color:#1d4ed8}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f6}.focus\:border-blue-500:focus{border-color:#3b82f6}.transition-colors{transition:color .15s,background-color .15s}.cursor-not-allowed{cursor:not-allowed}.max-w-md{max-width:28rem}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.overflow-hidden{overflow:hidden}.block{display:block}.inline-flex{display:inline-flex}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.header-section{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:relative;z-index:100}.header-bottom-area{padding:15px 0}.container-custom{max-width:1200px;margin:0 auto;padding:0 15px}.header-menu-content,.navbar{width:100%}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0}.site-logo img{height:50px;width:auto;max-width:200px}.navbar-nav{display:flex;align-items:center;gap:20px}.main-menu{display:flex;list-style:none;margin:0;padding:0;gap:30px}.main-menu li a{text-decoration:none;color:#333;font-weight:500;font-size:16px;padding:10px 5px;transition:color .3s ease}.main-menu li a:hover{color:#2563eb}.header-right{margin-left:20px}.btn-base{background-color:#2563eb;padding:12px 25px;border-radius:6px;font-weight:600;font-size:14px;text-transform:uppercase;transition:background-color .3s ease}.btn-base,.btn-base:hover{color:#fff;text-decoration:none}.btn-base:hover{background-color:#1d4ed8}@media (max-width:768px){.navbar-nav{flex-direction:column;gap:10px}.main-menu{flex-direction:column;gap:15px;margin-bottom:20px}.header-right{margin-left:0}}