@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.nav-link[data-v-5f5081b8]{@apply relative text-gray-600 hover:text-brand px-4 py-2.5 text-sm font-medium transition-all duration-300;}.nav-link[data-v-5f5081b8]:after{@apply absolute bottom-0 left-0 w-0 h-0.5 bg-brand transition-all duration-300;content:""}.nav-link[data-v-5f5081b8]:hover:after,.nav-link.active[data-v-5f5081b8]:after{@apply w-full;}.nav-link.active[data-v-5f5081b8]{@apply text-brand font-semibold;}.mobile-nav-link[data-v-5f5081b8]{@apply flex items-center px-4 py-3 rounded-lg text-base font-medium text-gray-600 hover:text-brand hover:bg-gray-50 transition-all duration-300 border-b border-gray-100;}.mobile-nav-link.active[data-v-5f5081b8]{@apply text-brand font-semibold bg-gray-100;}@keyframes bounce-b11557a8{0%,to{transform:translateY(0) translate(-50%)}50%{transform:translateY(-10px) translate(-50%)}}.animate-bounce[data-v-b11557a8]{animation:bounce-b11557a8 2s infinite}@keyframes bounce-40e34790{0%,to{transform:translateY(0) translate(-50%)}50%{transform:translateY(-10px) translate(-50%)}}.animate-bounce[data-v-40e34790]{animation:bounce-40e34790 2s infinite}.backdrop-blur-sm[data-v-57589f25]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes float-57589f25{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bg-white.rounded-full[data-v-57589f25]{animation:float-57589f25 3s ease-in-out infinite}@keyframes pulse-57589f25{0%,to{opacity:1}50%{opacity:.7}}.bg-white.rounded-full.h-2>div[data-v-57589f25]{animation:pulse-57589f25 2s ease-in-out infinite}@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333}@layer components{.btn-primary{@apply bg-brand hover:bg-brand-dark text-white font-semibold py-3 px-6 rounded-lg transition-colors duration-200;}.btn-secondary{@apply border-2 border-brand text-brand hover:bg-brand hover:text-white font-semibold py-3 px-6 rounded-lg transition-all duration-200;}.card{@apply bg-white rounded-lg shadow-md p-6 hover:shadow-lg transition-shadow duration-200;}.section-padding{@apply py-16 md:py-20;}.container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}}@layer utilities{.font-inter{font-family:Inter,sans-serif}.text-gradient{background:linear-gradient(135deg,#f1c949,#76fb4c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient-brand{background:linear-gradient(135deg,#f1c949,#76fb4c)}.shadow-brand{box-shadow:0 4px 14px #f1c94926}.border-brand{border-color:#f1c949}.text-brand-light{color:#f5d673}.text-brand-secondary{color:#76fb4c}.bg-brand-secondary{background-color:#76fb4c}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@layer base{h1{@apply text-3xl md:text-4xl lg:text-5xl font-bold text-gray-900;}h2{@apply text-2xl md:text-3xl lg:text-4xl font-bold text-gray-900;}h3{@apply text-xl md:text-2xl lg:text-3xl font-semibold text-gray-900;}h4{@apply text-lg md:text-xl font-semibold text-gray-900;}p{@apply text-base text-gray-600 leading-relaxed;}.text-lead{@apply text-lg md:text-xl text-gray-600 leading-relaxed;}}.fade-in{animation:fadeIn .6s ease-in}.slide-in-up{animation:slideInUp .6s ease-out}.scale-in{animation:scaleIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}*:focus{outline:2px solid #843656;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#843656;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b2c45}@media print{*{color:#000!important;background:#fff!important}.no-print{display:none!important}}@media (prefers-contrast: high){.text-gray-600{@apply text-gray-800;}.text-gray-500{@apply text-gray-700;}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.loading{position:relative}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border:2px solid #f3f3f3;border-top:2px solid #843656;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-error{@apply border-red-500 bg-red-50;}.form-success{@apply border-green-500 bg-green-50;}.notification{@apply fixed top-4 right-4 z-50 p-4 rounded-lg shadow-lg max-w-sm;}.notification-success{@apply bg-green-100 border border-green-400 text-green-700;}.notification-error{@apply bg-red-100 border border-red-400 text-red-700;}.notification-info{@apply bg-blue-100 border border-blue-400 text-blue-700;}.skip-link{@apply absolute top-0 left-0 bg-brand text-white p-2 transform -translate-y-full focus:translate-y-0 transition-transform duration-200;}
