:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f5f6f8; color: #171b24; }
* { box-sizing: border-box; }
body { align-items: center; background: #f5f6f8; display: flex; justify-content: center; margin: 0; min-height: 100svh; padding: 24px; }
.resume-card { background: #fff; border-radius: 16px; box-shadow: 0 18px 45px rgb(24 36 57 / 12%); max-width: 560px; padding: clamp(32px, 8vw, 72px); position: relative; width: 100%; }
.language-switch { display: flex; gap: 14px; justify-content: flex-end; margin-bottom: clamp(48px, 12vw, 92px); }
.language-switch__link { color: #6d7480; font-size: .875rem; font-weight: 700; letter-spacing: .08em; padding: 8px 2px; text-decoration: none; }
.language-switch__link--active { color: #1269e8; }
h1 { font-size: clamp(1.55rem, 6vw, 2.35rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; margin: 0 0 clamp(32px, 8vw, 48px); max-width: 18ch; }
h1 strong { display: block; font-weight: 800; }
.downloads { display: grid; gap: 12px; }
.download-link { align-items: center; background: #1269e8; border: 2px solid #1269e8; border-radius: 8px; color: #fff; display: flex; font-size: 1rem; font-weight: 700; justify-content: space-between; min-height: 52px; padding: 12px 16px; text-decoration: none; }
.download-link:hover { background: #0957c8; border-color: #0957c8; }
.download-link:focus-visible, .language-switch__link:focus-visible, button:focus-visible { outline: 3px solid #171b24; outline-offset: 4px; }
.consent { background: #fff; border: 1px solid #dce1e8; border-radius: 12px; bottom: 20px; box-shadow: 0 12px 32px rgb(24 36 57 / 14%); max-width: 420px; padding: 18px; position: fixed; right: 20px; width: calc(100% - 40px); z-index: 1; }
.consent p { font-size: .9rem; line-height: 1.4; margin: 0 0 14px; }
.consent__actions { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.consent button, .cookie-settings { border: 0; border-radius: 7px; cursor: pointer; font: inherit; font-size: .875rem; font-weight: 700; min-height: 44px; padding: 8px 12px; }
.consent__accept { background: #1269e8; color: #fff; }
.consent__reject { background: #edf0f4; color: #171b24; }
.cookie-settings { background: transparent; bottom: 12px; color: #6d7480; position: fixed; right: 16px; text-decoration: underline; }
@media (max-width: 560px) { body { align-items: stretch; padding: 0; } .resume-card { border-radius: 0; box-shadow: none; min-height: 100svh; padding: 28px 24px; } .language-switch { margin-bottom: 80px; } .consent { bottom: 12px; right: 12px; width: calc(100% - 24px); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto; transition: none !important; } }
