*{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;}body{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;line-height:1.6;color:rgb(51, 51, 51);}.nav-link{position:relative;transition-duration:0.3s;transition-timing-function:ease;transition-delay:0s;transition-property:all;}.nav-link.active::after{content:"";position:absolute;bottom:-2px;left:0px;right:0px;height:2px;background-color:rgb(220, 38, 38);transition-duration:0.3s;transition-timing-function:ease;transition-delay:0s;transition-property:all;}.hero-canvas{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:-1;}.section-divider{height:2px;background-image:linear-gradient(90deg, transparent, rgb(229, 231, 235), transparent);background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;}.floating-card{transition-duration:0.3s, 0.3s;transition-timing-function:ease, ease;transition-delay:0s, 0s;transition-property:transform, box-shadow;}.floating-card:hover{transform:translateY(-5px);box-shadow:rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}.stats-number{font-size:clamp(2rem, 5vw, 4rem);}::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(241, 241, 241);}::-webkit-scrollbar-thumb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(204, 204, 204);border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}::-webkit-scrollbar-thumb:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(153, 153, 153);}.loading{animation-duration:0.6s;animation-timing-function:ease-out;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:fadeInUp;}.btn-hover{transition-duration:0.3s;transition-timing-function:ease;transition-delay:0s;transition-property:all;}.btn-hover:hover{transform:translateY(-2px);box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 20px;}.image-placeholder{background-image:linear-gradient(45deg, rgb(240, 240, 240), rgb(224, 224, 224));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;display:flex;align-items:center;justify-content:center;}.data-table{border-collapse:collapse;width:100%;}.data-table th, .data-table td{padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;text-align:left;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(229, 231, 235);}.data-table th{background-color:rgb(249, 250, 251);font-weight:600;}.bullet-list{list-style-position:initial;list-style-image:initial;list-style-type:none;counter-reset:item-counter 0;}.bullet-list li{position:relative;padding-left:2rem;margin-bottom:0.5rem;}.bullet-list li::before{content:counter(item-counter);counter-increment:item-counter 1;position:absolute;left:0px;top:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(220, 38, 38);color:white;width:1.5rem;height:1.5rem;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:bold;}.outline-text{position:relative;color:transparent;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:rgb(220, 38, 38);}.outline-text::after{content:attr(data-text);position:absolute;top:0px;left:0px;width:100%;height:100%;color:rgb(220, 38, 38);-webkit-text-stroke-width:0px;-webkit-text-stroke-color:initial;background-image:linear-gradient(45deg, rgb(220, 38, 38), rgb(248, 113, 113), rgb(254, 202, 202));background-position-x:initial;background-position-y:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-color:initial;background-size:200% 200%;background-clip:text;animation-duration:3s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:shine;}.animate-float{animation-duration:3s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:float;}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px);}100%{opacity:1;transform:translateY(0px);}}@keyframes shine{0%{background-position-x:0%;background-position-y:50%;}50%{background-position-x:100%;background-position-y:50%;}100%{background-position-x:0%;background-position-y:50%;}}@keyframes float{0%, 100%{transform:translateY(0px);}50%{transform:translateY(-20px);}}@media (max-width: 768px){.hero-section{min-height:100vh;}.nav-links{display:none;}.mobile-menu{display:block !important;}.section-padding{padding-top:3rem;padding-right:1rem;padding-bottom:3rem;padding-left:1rem;}}