:root { color-scheme: dark; font-family: "Segoe UI", Arial, sans-serif; color: #f4f6f8; background: #171b22; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(ellipse at 80% 40%, #f478350b, transparent 56%); }
a { color: inherit; text-decoration: none; }
a:hover { color: #f47835; }
a:focus-visible { outline: 2px solid #f47835; outline-offset: 6px; border-radius: 3px; }
.holding { min-height: 100svh; max-width: 1280px; margin: auto; padding: 36px 56px 24px; display: flex; flex-direction: column; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; gap: 14px; align-items: center; font-size: 25px; font-weight: 700; letter-spacing: -.8px; }
.brand img { width: 65px; height: auto; }
.brand b { color: #f47835; }
.languages { display: flex; gap: 8px; font-size: 11px; letter-spacing: 1px; }
.languages a { padding: 8px 10px; color: #b2b9c3; border-bottom: 2px solid transparent; }
.languages a[aria-current] { color: #f4f6f8; border-color: #f47835; }
main { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 76px 0 90px; }
.status { display: flex; align-items: center; gap: 10px; color: #f47835; font-size: 12px; letter-spacing: 2px; }
.status span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
h1 { font-size: clamp(42px, 6vw, 74px); font-weight: 600; line-height: 1.08; letter-spacing: -2.5px; margin: 30px 0; }
.accent { width: 56px; height: 3px; background: #f47835; }
main p { margin: 26px 0 24px; font-size: 19px; line-height: 1.7; color: #bec5ce; }
.signature { font-size: 12px; letter-spacing: 1.5px; color: #a3acb8; }
footer { border-top: 1px solid #ffffff14; padding-top: 24px; font-size: 12px; color: #a3acb8; }
footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
@media (max-width: 600px) { .holding { padding: 24px; } .brand { gap: 9px; font-size: 20px; } .brand img { width: 45px; } header { gap: 12px; } main { padding: 70px 0; } h1 { letter-spacing: -1.5px; } footer { align-items: flex-start; flex-direction: column; gap: 18px; } footer nav { gap: 20px; } }
