:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}.landing{min-height:100vh;width:100vw;font-family:Courier New,monospace;background:#fff;color:#000}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px;border-bottom:8px solid #000}.hero h1{font-size:clamp(3rem,12vw,10rem);font-weight:900;text-transform:uppercase;line-height:.9;margin-bottom:40px;letter-spacing:-.03em}.subtitle{font-size:clamp(1.2rem,3vw,2rem);font-weight:400;max-width:600px;margin-bottom:60px;border-left:6px solid #000;padding-left:20px}.cta-button{background:#000;color:#fff;border:4px solid #000;padding:20px 50px;font-size:1.2rem;font-family:Courier New,monospace;text-transform:uppercase;font-weight:700;cursor:pointer;transition:all .1s}.cta-button:hover{background:#fff;color:#000}.features{display:grid;grid-template-columns:repeat(3,1fr);min-height:50vh;border-bottom:8px solid #000}.feature{padding:60px 40px;border-right:4px solid #000;display:flex;flex-direction:column;justify-content:space-between}.feature:last-child{border-right:none}.feature-icon{font-size:4rem;display:block;margin-bottom:30px}.feature h3{font-size:2rem;text-transform:uppercase;font-weight:900;margin-bottom:20px}.feature p{font-size:1.1rem;line-height:1.6}.footer{padding:40px 60px;background:#000;color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.1em}@media(max-width:768px){.hero{padding:40px 20px}.features{grid-template-columns:1fr}.feature{border-right:none;border-bottom:4px solid #000}.feature:last-child{border-bottom:none}.footer{padding:30px 20px}}
