:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #090b0b; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; color: #f5f7f6; }
.destination-card { max-width: 520px; margin: 24px; padding: 38px; border: 1px solid #28322e; border-radius: 24px; background: #111715; box-shadow: 0 30px 80px rgba(0,0,0,.53); }
.destination-ok { color: #9cffd0; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.destination-card h1 { font-size: 34px; letter-spacing: -.04em; margin: 12px 0; }
.destination-card p { color: #9ba7a2; line-height: 1.6; }
.destination-card a { display: inline-block; margin-top: 12px; color: #0a1610; background: #9cffd0; padding: 13px 18px; border-radius: 10px; text-decoration: none; font-weight: 700; }
