.layer1{z-index:-7;height:60%}.layer1,.layer2{position:absolute;bottom:0}.layer2{z-index:-6;height:50%}.layer3{z-index:-5;height:40%}.layer3,.layer4{position:absolute;bottom:0}.layer4{z-index:-4;height:30%}.layer5{z-index:-3;bottom:0;height:20%}.layer5,.layer6{position:absolute}.layer6{z-index:-2;rotate:180deg;height:30%;bottom:-20%;margin-bottom:20px}.hero{display:flex;align-items:center;justify-content:center;height:80vh;background:linear-gradient(180deg,#0d1117 20%,transparent 70%);color:#fff;text-align:center;padding-top:50px;padding-left:10px;padding-right:10px}.hero-content{max-width:600px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:0 0 10px #f4874c,0 0 20px #ff6b47,0 0 30px #ff6b47,0 0 40px #ff6b47}.hero-tagline{font-size:1.2rem;margin-bottom:2rem}.hero-button,.hero-tagline{color:#fff;text-shadow:0 0 5px #f69559,0 0 10px #ff6b47}.hero-button{background-color:#000;border:none;padding:.5rem 1.25rem;font-size:1rem;font-weight:700;border-radius:25px;cursor:pointer;position:absolute;bottom:10%;transition:background .3s ease;box-shadow:0 0 10px 3px #ff6b47;animation:glow-blink 2s infinite;z-index:6}.hero-button:hover{background-color:#222}@keyframes glow-blink{0%,to{box-shadow:0 0 10px 3px #f69559,0 0 20px 6px #ff6b47;text-shadow:0 0 5px #f69559,0 0 10px #ff6b47}50%{box-shadow:0 0 5px 2px #f69559;text-shadow:0 0 3px #f69559,0 0 5px #ff6b47}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-tagline{font-size:1rem;margin-bottom:1.5rem}.hero-button{padding:.4rem 1rem;font-size:.9rem;bottom:8%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-tagline{font-size:.9rem;margin-bottom:1rem;margin-top:1rem}.hero-button{padding:.3rem .8rem;font-size:.85rem;bottom:7%}}