/* Semantic controls preserve the source design. */
body { margin: 0; }
.vacancy__link { border: 0; text-align: left; line-height: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #e57815; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.form-status { margin-top: 14px; font-size: 14px; line-height: 1.5; color: #2b2b2b; }
.form-status.is-error { color: #a1261d; }
.btn:disabled { cursor: wait; opacity: 0.7; }
.modal__consents { display: grid; gap: 10px; margin-bottom: 18px; }
.consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; align-items: start; font-size: 13px; line-height: 1.35; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: #00b2be; }
.consent a { color: inherit; text-decoration: underline; }
.smartcaptcha-container { min-height: 100px; margin-bottom: 18px; }
.thank-you { min-height: 58vh; background: #f3fbfc; }
.thank-you__section { padding: clamp(56px, 9vw, 120px) 0; }
.thank-you__card { max-width: 760px; padding: clamp(30px, 6vw, 64px); border-radius: 24px; background: #fff; box-shadow: 0 18px 60px rgba(1, 80, 87, 0.12); }
.thank-you__eyebrow { margin: 0 0 12px; color: #008d97; font-size: 15px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.thank-you h1 { margin: 0 0 20px; font-size: clamp(36px, 6vw, 64px); line-height: 1.05; }
.thank-you p { max-width: 650px; margin: 0 0 18px; font-size: 18px; line-height: 1.55; }
.thank-you p a { color: #008d97; font-weight: 700; }
.thank-you .btn { margin-top: 14px; }
.no-script { padding: 16px; text-align: center; }
.legal-page { background: #f3fbfc; }
.legal-page__section { padding: clamp(48px, 8vw, 96px) 0; }
.legal-document { max-width: 920px; margin: 0 auto; padding: clamp(24px, 5vw, 56px); border-radius: 24px; background: #fff; box-shadow: 0 18px 60px rgba(1, 80, 87, 0.1); }
.legal-document__eyebrow { margin: 0 0 12px; color: #008d97; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.legal-page h1 { margin: 0 0 18px; font-size: clamp(32px, 5vw, 52px); line-height: 1.1; }
.legal-page h2 { margin: 34px 0 12px; font-size: clamp(22px, 3vw, 28px); line-height: 1.25; }
.legal-page p, .legal-page li { font-size: 17px; line-height: 1.65; }
.legal-document__download { display: inline-flex; margin: 8px 0 20px; color: #008d97; font-weight: 700; }
.legal-document__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 20px; color: #52676a; }
.legal-document__description { font-size: 19px; }
.legal-document__operator { margin-top: 40px; padding-top: 22px; border-top: 1px solid #d8e7e9; font-size: 15px; line-height: 1.6; color: #52676a; }
.cookie-consent { position: fixed; z-index: 10000; right: 12px; bottom: 12px; left: 12px; margin: 0; }
.cookie-consent__content { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; max-width: 760px; margin: 0 auto; padding: 18px 20px; border: 1px solid #d8e7e9; border-radius: 18px; background: #fff; box-shadow: 0 12px 50px rgba(1, 55, 60, 0.2); }
.cookie-consent h2 { margin: 0 0 6px; font-size: 20px; }
.cookie-consent p { margin: 0; font-size: 14px; line-height: 1.5; }
.cookie-consent a { color: #007e87; text-decoration: underline; }
.cookie-consent__actions { display: flex; gap: 10px; align-items: center; }
.cookie-consent__accept { min-width: 130px; padding: 14px 22px; border: 0; background: #e57815; color: #fff; font-size: 14px; }
.footer__cookie-settings { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }
@media (max-width: 767px) {
  .cookie-consent { right: 8px; bottom: 8px; left: 8px; }
  .cookie-consent__content { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .cookie-consent__actions { display: grid; }
  .cookie-consent__accept { width: 100%; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
