*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f1923;color:#ece8e1;font-family:'Teko',sans-serif;height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;position:relative}body::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,70,85,0.04) 2px,rgba(255,70,85,0.04) 4px);pointer-events:none;z-index:2}.wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%;max-width:1400px;margin:0 auto;padding:2rem;width:100%;position:relative;z-index:3}header,main,footer{animation:reveal .4s steps(10,end) both}header{animation-delay:.1s}main{animation-delay:.2s}footer{animation-delay:.4s}@keyframes reveal{0%{clip-path:polygon(0 0,0 0,0 100%,0 100%);opacity:0}100%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:1}}header{display:flex;align-items:center}header img{height:50px;width:auto;clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%)}main{display:flex;flex-direction:column;justify-content:center;flex:1}h1{font-size:clamp(3.5rem,8vw,7.5rem);text-transform:uppercase;line-height:.85;margin-bottom:1.5rem;font-weight:700;color:#ece8e1;text-shadow:4px 4px 0 #ff4655;letter-spacing:1px}h1 span{color:#ff4655;text-shadow:4px 4px 0 #ece8e1}p{font-size:clamp(1.4rem,3vw,2.2rem);line-height:1.1;color:#a9b1ba;max-width:850px;margin-bottom:2.5rem;border-left:4px solid #ff4655;padding-left:1.5rem;font-weight:400}p strong{color:#ece8e1;font-weight:400}.cta{display:inline-flex;align-items:center;justify-content:center;background:#ff4655;color:#ece8e1;text-decoration:none;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;text-transform:uppercase;padding:1.2rem 4rem;clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);transition:all .1s linear;position:relative;cursor:pointer;border:none;outline:none;max-width:max-content}.cta::before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:rgba(236,232,225,0.3);transform:skewX(-45deg);transition:none}.cta:hover::before{left:200%;transition:left .4s ease-in-out}.cta:hover{background:#ece8e1;color:#ff4655}.cta:focus-visible{outline:2px solid #ece8e1;outline-offset:4px}footer{display:flex;justify-content:space-between;align-items:center;font-size:1.4rem;text-transform:uppercase;color:#5a6773;border-top:1px solid rgba(255,70,85,0.3);padding-top:1rem}footer nav a{color:#ff4655;text-decoration:none;transition:color .2s;margin-left:1.5rem}footer nav a:hover{color:#ece8e1}@media(max-width:768px){.wrapper{padding:1.5rem}h1{text-shadow:2px 2px 0 #ff4655}h1 span{text-shadow:2px 2px 0 #ece8e1}p{padding-left:1rem;border-left-width:3px}.cta{padding:1rem 2.5rem}footer{flex-direction:column;align-items:flex-start;gap:1rem}footer nav{display:flex;flex-wrap:wrap;gap:1rem}footer nav a{margin-left:0}}