.home-container{background:#000;color:#fff;min-height:100vh;width:100%;display:flex;flex-direction:column}.home{min-height:100vh;background:#000000;flex:1}.home .container{max-width:1200px;margin:0 auto;padding:0 28px;width:100%;box-sizing:border-box}.hero-welcome-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#000000}.video-background{z-index:0;overflow:hidden}.background-video,.video-background{position:absolute;top:0;left:0;width:100%;height:100%}.background-video,.video-overlay{-o-object-fit:cover;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.8));z-index:2}.hero-content{position:relative;z-index:10;padding:96px 0 72px;text-align:center;color:white;flex:1;display:flex;align-items:center;justify-content:center}.hero-content .container{display:flex;flex-direction:column;align-items:center;gap:16px}.hero-title,.section-title,.subsection-title{font-family:Inter,sans-serif!important;font-weight:400!important;color:#fff!important;letter-spacing:.5px!important;margin-bottom:1rem}.hero-title{font-size:clamp(2.2rem,4.6vw,3rem)!important}.section-title{font-size:clamp(2rem,4vw,2.5rem)!important}.subsection-title{font-size:clamp(1.6rem,3.6vw,2rem)!important}.hero-title-2{font-size:clamp(1.5rem,3.8vw,2rem)!important;font-weight:200!important;margin-bottom:1.6rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-title-2 span{background:rgba(255,255,255,.95);color:#000000;font-weight:500;padding:6px 12px;border-radius:10px;text-shadow:none;box-shadow:0 2px 8px rgba(0,0,0,.3)}@keyframes glow{0%{text-shadow:0 0 5px rgba(255,255,255,.5),0 0 10px rgba(255,255,255,.3),0 0 15px rgba(255,255,255,.1)}50%{text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.5),0 0 30px rgba(255,255,255,.3)}to{text-shadow:0 0 5px rgba(255,255,255,.5),0 0 10px rgba(255,255,255,.3),0 0 15px rgba(255,255,255,.1)}}.hero-content p{font-size:1.08rem;line-height:1.65;margin-bottom:1.8rem;max-width:820px;margin-left:auto;margin-right:auto;color:rgba(0,0,0,.95);font-weight:400;letter-spacing:.3px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);box-shadow:0 14px 40px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:18px 22px;border-radius:14px;display:inline-block}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;width:100%;max-width:540px}.btn,.hero-buttons{justify-content:center}.btn{padding:12px 24px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;min-width:140px;box-shadow:0 10px 24px rgba(0,0,0,.25)}.btn-primary{background:#ffffff;color:#000000}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.btn-secondary{background:transparent;color:#ffffff;border:2px solid #ffffff}.btn-secondary:hover{background:#ffffff;color:#000000;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.section-title p{font-size:1.1rem;color:#ffffff;max-width:600px;margin:0 auto;line-height:1.6}@keyframes titleGlow{0%{filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}to{filter:drop-shadow(0 0 40px rgba(255,255,255,.5))}}.about-section{padding:80px 0;position:relative;background:#000000}.about-section .container{display:flex;flex-direction:column;gap:32px}.particles{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.03),transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.02),transparent 50%);pointer-events:none}.lead-text{font-size:1.2rem;text-align:center;margin-bottom:3rem;color:#728286;max-width:800px;margin-left:auto;margin-right:auto}.subsection{margin-bottom:4rem}.subsection-title svg{font-size:2.5rem;color:#4fc3f7}.values-container{margin-top:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;list-style:none;padding:0}.value-item{background:#111111;border:1px solid #333333;border-radius:15px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.value-item:hover{transform:translateY(-5px);background:#1a1a1a;border-color:#555555;box-shadow:0 15px 30px rgba(0,0,0,.2)}.value-header{margin-bottom:1rem;gap:1rem}.value-header,.value-icon{display:flex;align-items:center}.value-icon{background:linear-gradient(135deg,#4fc3f7,#81d4fa);padding:1rem;border-radius:50%;justify-content:center;min-width:60px;min-height:60px}.value-icon svg{font-size:1.5rem;color:#ffffff}.value-title{font-size:1.2rem;font-weight:600;color:#ffffff;margin-bottom:.5rem}.value-description{color:#728286;line-height:1.6}.footer{background:#000000;border-top:1px solid rgba(255,255,255,.1);padding:60px 0 20px;margin-top:auto}.footer-container{max-width:1200px;padding:0 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin:0 auto 40px}.footer-section h3{font-size:1.5rem}.footer-section h3,.footer-section h4{color:#ffffff;font-weight:600;margin-bottom:1rem}.footer-section h4{font-size:1.2rem}.footer-section p{color:#728286;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#728286;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-section ul li a:hover{color:#4fc3f7}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#728286;text-decoration:none;transition:color .3s ease;font-size:.9rem}.social-links a:hover{color:#4fc3f7}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#728286;font-size:.8rem}@media (max-width:768px){.hero-title{font-size:2rem!important}.hero-title-2{font-size:1.5rem!important}.hero-content p{font-size:1rem;padding:0 20px}.hero-buttons{flex-direction:column;align-items:center;max-width:100%}.btn{width:200px}.home .container{padding:0 18px}.values-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.hero-title{font-size:1.75rem!important}.hero-title-2{font-size:1.25rem!important}.hero-content{padding:60px 0 40px}.btn{width:180px;padding:10px 20px;font-size:.9rem}.hero-content .container{gap:14px}.hero-content p{padding:0 14px}}