:root{--primary-color:#1a1a2e;--accent-color:#ff6b35;--secondary-color:#4ecdc4;--light-color:#f7f9fc;--text-dark:#2c3e50;--text-light:#95a5a6;--shadow:0 10px 30px #0000001a;--shadow-lg:0 20px 50px #00000026}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.hero-section{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;background:radial-gradient(circle at 20%,#ff6b351a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#4ecdc41a 0%,#0000 50%);position:absolute;inset:0}.hero-content{animation:1s slideInUp}.hero-title{background:linear-gradient(135deg,#ff6b35 0%,orange 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,10vw,4.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:#fffc;max-width:500px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.5rem);line-height:1.8}.badge-accent{color:#ff6b35;background:#ff6b3533;border:1px solid #ff6b354d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.feature-item{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{background:#ff6b351a;border-color:#ff6b35;transform:translateY(-5px)}.feature-item i{margin-bottom:.5rem;font-size:2rem}.feature-item h6{color:#fff;margin:0;font-size:.875rem;font-weight:600}.hero-image{height:600px;position:relative}.floating-card{box-shadow:var(--shadow-lg);text-align:center;background:#fff;border-radius:15px;padding:2rem;animation:3s ease-in-out infinite float;position:absolute}.floating-card i{color:#ff6b35;margin-bottom:1rem;font-size:2.5rem}.floating-card h5{color:var(--primary-color);margin-bottom:.5rem;font-weight:700}.floating-card p{color:var(--text-light);margin:0;font-size:.875rem}.card-1{width:180px;animation-delay:0s;top:50px;left:20px}.card-2{width:180px;animation-delay:.5s;top:300px;left:50%;transform:translate(-50%)}.card-3{width:180px;animation-delay:1s;bottom:50px;right:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn{border-radius:8px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.text-accent{color:#ff6b35!important}.btn-accent{color:#fff;background-color:#ff6b35;border-color:#ff6b35}.btn-accent:hover{color:#fff;box-shadow:var(--shadow);background-color:#ff5520;border-color:#ff5520;transform:translateY(-3px)}.btn-outline-light{color:#fff;border-color:#ffffff80}.btn-outline-light:hover,.btn-light{color:#1a1a2e;background-color:#fff;border-color:#fff}.btn-light:hover{box-shadow:var(--shadow);background-color:#f0f0f0;border-color:#f0f0f0;transform:translateY(-3px)}.stats-section{background:linear-gradient(135deg,#f7f9fc 0%,#ecf0f5 100%);padding:5rem 0;position:relative}.stat-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 5px 20px #0000000d}.stat-card:hover{box-shadow:var(--shadow);transform:translateY(-10px)}.stat-card:before{content:"";opacity:0;background:linear-gradient(90deg,#ff6b35,#4ecdc4);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.stat-card:hover:before{opacity:1}.stat-number{color:#ff6b35;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:var(--text-dark);margin-bottom:1rem;font-size:1rem;font-weight:600}.stat-bar{background:linear-gradient(90deg,#ff6b35,orange);border-radius:2px;width:40%;height:3px;margin:0 auto}.gallery-section{background:#fff;padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem;animation:.8s fadeInDown}.section-title{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1.125rem}.title-line{background:linear-gradient(90deg,#ff6b35,#4ecdc4);border-radius:2px;width:60px;height:4px;margin:0 auto}@keyframes fadeInDown{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gallery-card{background:#fff;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000014}.gallery-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.gallery-image-wrapper{background:#f0f0f0;height:280px;position:relative;overflow:hidden}.gallery-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-card:hover .gallery-image{transform:scale(1.1)}.gallery-link{height:100%;display:block;position:relative}.gallery-overlay{opacity:0;color:#fff;background:#ff6b35cc;justify-content:center;align-items:center;font-size:3rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-video-placeholder,.gallery-placeholder{width:100%;height:100%;color:var(--text-light);background:linear-gradient(135deg,#f0f0f0,#e8e8e8);flex-direction:column;justify-content:center;align-items:center;font-size:3rem;display:flex}.gallery-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.gallery-title{color:var(--primary-color);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.gallery-description{color:var(--text-light);flex-grow:1;margin:0;font-size:.875rem}.cta-section{padding:5rem 0;position:relative;overflow:hidden}.cta-background{z-index:-1;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);position:absolute;inset:0}.cta-background:before{content:"";background:radial-gradient(circle,#ff6b3533 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-50%;right:-10%}.cta-background:after{content:"";background:radial-gradient(circle,#4ecdc426 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-30%;left:0}.cta-title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-subtitle{color:#fffc;margin-bottom:2rem;font-size:1.25rem}.btn-cta{padding:.875rem 3rem;font-size:1.125rem}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-image{height:400px;margin-top:3rem}.floating-card{font-size:.875rem;width:150px!important;padding:1.5rem!important}.card-1,.card-2,.card-3{margin:1rem auto!important;position:static!important;transform:none!important}.section-title{font-size:2rem}.stat-number{font-size:2.5rem}.cta-title{font-size:2rem}.btn{padding:.6rem 1.5rem;font-size:.95rem}.btn-lg{padding:.7rem 2rem;font-size:1rem}}@media (width<=576px){.hero-section{padding:2rem 0}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-image{display:none}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.gallery-image-wrapper{height:200px}.stats-section,.cta-section{padding:3rem 0}.feature-item{padding:1rem}.feature-item i{font-size:1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-card,.stat-card{animation:.6s forwards fadeIn}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff5520}.form-control:focus{border-color:var(--secondary-color)!important;box-shadow:0 0 0 .15rem #4ecdc426!important}.btn:focus{box-shadow:none!important}.table-active{background-color:#fff3cd!important}.card{border:none;transition:all .3s;box-shadow:0 2px 10px #00000014}.card:hover{box-shadow:0 5px 20px #0000001f}.btn{transition:all .25s}.btn:hover{transform:translateY(-2px)}.site-nav{z-index:1050;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffffa;border-bottom:1px solid #1414140a;position:sticky;top:0}.site-nav .nav-inner{justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.site-nav .brand{align-items:center;gap:.75rem;text-decoration:none;display:flex}.site-nav .brand-name{color:var(--primary-color);font-weight:700}.site-nav .nav-links{align-items:center;gap:1.25rem;list-style:none;display:flex}.site-nav .nav-links li a{color:var(--text-dark);padding:.5rem .25rem;font-weight:600;text-decoration:none}.site-nav .nav-actions{align-items:center;gap:.75rem;display:flex}.hamburger{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger-line{background:var(--primary-color);width:22px;height:2px;margin:4px 0;display:block}.mobile-menu{background:#fff;border-top:1px solid #0000000d;display:none}.mobile-menu ul{margin:0;padding:1rem;list-style:none}.mobile-menu ul li{margin-bottom:.75rem}.mobile-menu ul li a{color:var(--text-dark);font-weight:700;text-decoration:none}@media (width<=991px){.site-nav .nav-links{display:none}.hamburger{display:inline-block}.mobile-menu{display:block}}.site-footer{color:#ffffffe6;background:#0f1724;padding:3rem 0}.site-footer .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.site-footer .footer-brand{align-items:center;gap:1rem;display:flex}.site-footer h4{color:#fff;margin:0 0 .25rem}.site-footer .muted{color:#ffffffb3}.site-footer .footer-links{gap:3rem;display:flex}.site-footer .footer-links h5{color:#fff;margin-bottom:.5rem}.site-footer a{color:#ffffffe6;text-decoration:none}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer .footer-bottom{text-align:center;color:#fff9;width:100%;margin-top:1.5rem}@media (width<=768px){.site-footer .footer-inner{flex-direction:column;gap:1.5rem}.site-footer .footer-links{flex-direction:column;gap:1rem}}
