.home-page{position:relative;width:100%;min-height:100vh;overflow-x:hidden;background-color:#fff;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-section{text-align:center;padding:100px 20px;position:relative;z-index:2}.hero-title{font-size:86px;font-weight:600;margin-bottom:20px}.hero-subtitle,.hero-title{opacity:0;animation:fadeInUp 1s forwards}.hero-subtitle{font-size:42px;font-weight:400;margin-bottom:30px;animation-delay:.3s}.hero-description{font-size:18px;max-width:800px;margin:0 auto 40px;opacity:0;animation:fadeInUp 1s forwards;animation-delay:.6s}.hero-btn{font-size:16px;padding:15px 30px;background-color:#000;color:#fff;border:none;text-transform:uppercase;letter-spacing:2px;cursor:pointer;opacity:0;animation:fadeInUp 1s forwards;animation-delay:.9s;transition:background-color .3s ease}.hero-btn:hover{background-color:#fff;color:#000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.floating-shape{position:absolute;border:2px solid #000;opacity:.2;animation:float 6s ease-in-out infinite}.floating-shape.shape-1{top:10%;left:5%;width:100px;height:100px}.floating-shape.shape-2{bottom:15%;right:10%;width:150px;height:150px;animation-delay:2s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}html{scroll-behavior:smooth}.footer-note{font-size:12px;opacity:.5;margin-top:50px;text-transform:uppercase}.dummy-line{border-bottom:1px solid #000;margin:10px 0}.dummy-line:nth-child(odd){border-color:#fff}.dummy-block,.dummy-block-1,.dummy-block-2,.dummy-block-3{height:5px}