body{margin:0;font-family:Arial,sans-serif;background:#efefef;}
.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;}
.top-shape{position:fixed;top:0;right:0;width:220px;height:300px;background:#eb8578;clip-path:polygon(50% 0,100% 0,50% 100%,0 0);}
.side-shape{position:fixed;right:0;top:250px;width:180px;height:420px;background:#777;clip-path:polygon(100% 0,100% 100%,0 0);}
h1{font-size:72px;color:#eb8578;margin:0;}
h2{letter-spacing:8px;color:#555;margin:0;}
p{color:#666;}
.locations{display:flex;gap:80px;margin-top:120px;flex-wrap:wrap;justify-content:center;}
.locations h3{color:#eb8578;}
@media(max-width:768px){
h1{font-size:48px;}
.locations{gap:30px;margin-top:80px;}
}