:root {
  --navy: #11172c;
  --ink: #1c2135;
  --muted: #6e7385;
  --line: #e6e7ee;
  --surface: #ffffff;
  --soft: #f6f7fb;
  --blue: #3567df;
  --purple: #734bd8;
  --pink: #e94686;
  --gradient: linear-gradient(105deg, #3567df 0%, #734bd8 52%, #e94686 100%);
  --gradient-soft: linear-gradient(120deg, rgba(53,103,223,.12), rgba(115,75,216,.10), rgba(233,70,134,.10));
  --shadow: 0 24px 70px rgba(31, 38, 78, .12);
  --shadow-sm: 0 12px 34px rgba(31, 38, 78, .10);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 12px; }
.svg-sprite { position: absolute; overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(17,23,44,.07);
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 238px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-vacancies { font-weight: 750; text-decoration: none; }
.lang-switch { display: flex; padding: 4px; border: 1px solid var(--line); background: var(--soft); border-radius: 999px; }
.lang-btn { border: 0; background: transparent; padding: 8px 13px; border-radius: 999px; font-size: 13px; font-weight: 800; color: var(--muted); cursor: pointer; }
.lang-btn.is-active { color: white; background: var(--gradient); box-shadow: 0 5px 15px rgba(93,77,211,.25); }

.hero { padding-top: 54px; overflow: hidden; background: radial-gradient(circle at 82% 22%, rgba(75,109,232,.13), transparent 30%), #fff; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; }
.hero-copy { position: relative; z-index: 2; }
.mobile-hero-brand { display: none; }
.eyebrow, .section-tag, .lead-badge { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: 999px; color: #fff; background: var(--gradient); font-size: 13px; font-weight: 850; letter-spacing: .07em; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
.hero-kicker { margin: 22px 0 14px; color: var(--muted); font-weight: 700; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(52px, 6.4vw, 88px); line-height: .99; letter-spacing: -.045em; font-weight: 950; }
.hero h1 span { display: block; }
.hero-pay { margin: 22px 0 12px; font-size: clamp(27px, 3vw, 43px); line-height: 1.05; font-weight: 950; letter-spacing: -.035em; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-subtitle { margin: 0; max-width: 630px; color: var(--muted); font-size: 20px; }
.hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 27px 0; }
.hero-benefits span { display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.75); }
.hero-benefits svg { width: 24px; height: 24px; color: var(--purple); flex: 0 0 auto; }
.hero-benefits b { font-size: 14px; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 16px; cursor: pointer; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.cta:hover { transform: translateY(-2px); filter: saturate(1.08); }
.cta-primary { min-height: 58px; padding: 14px 23px; color: #fff; background: var(--gradient); box-shadow: 0 14px 30px rgba(92,77,211,.27); }
.cta-lg { width: min(100%, 440px); min-height: 66px; font-size: 18px; }
.cta svg { width: 25px; height: 25px; }
.cta-arrow { margin-left: auto; font-size: 23px; }
.limited { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.limited svg { width: 22px; height: 22px; color: var(--purple); }
.hero-visual { position: relative; min-height: 600px; border-radius: 38px; overflow: hidden; background: linear-gradient(135deg, #f5f8ff 0%, #eef4ff 100%); box-shadow: var(--shadow); }
.hero-visual > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: 64% center; }
.hero-logo-panel { position: absolute; inset: 0 auto 0 0; width: 46%; display: flex; flex-direction: column; justify-content: flex-start; padding: 56px 0 0 34px; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 52%, rgba(255,255,255,.72) 72%, rgba(255,255,255,0) 100%); }
.hero-logo-panel img { width: 260px; }
.hero-logo-panel span { max-width: 220px; margin-top: 13px; color: var(--muted); font-weight: 750; }
.hero-float-card { position: absolute; left: 34px; bottom: 34px; min-width: 285px; padding: 20px 23px; border: 1px solid rgba(121,83,215,.25); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.hero-float-card span, .hero-float-card small { display: block; color: var(--muted); }
.hero-float-card strong { display: block; margin: 2px 0; font-size: 28px; line-height: 1.08; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }

.trust-strip { padding: 0 0 36px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-sm); background: white; }
.trust-grid div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 88px; padding: 18px; text-align: center; }
.trust-grid div + div { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--purple); font-size: 21px; }
.trust-grid span { color: var(--muted); font-weight: 700; }

.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .transfer h2, .lead-card h2 { margin: 15px 0 12px; color: var(--navy); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.03; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.section-tag { color: var(--purple); background: var(--gradient-soft); border: 1px solid rgba(105,77,210,.14); }
.vacancies { background: var(--soft); }
.vacancy-list { display: grid; gap: 34px; }
.vacancy-card { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.vacancy-card:nth-child(even) .vacancy-gallery { order: 2; }
.vacancy-card:nth-child(even) .vacancy-info { order: 1; }
.vacancy-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; min-height: 390px; padding: 7px; background: #e9eaf1; }
.gallery-three .main-photo { grid-column: 1 / -1; min-height: 260px; }
.gallery-three .photo:not(.main-photo) { min-height: 150px; }
.gallery-two .photo { min-height: 390px; }
.photo { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 15px; background: #ddd; cursor: zoom-in; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.photo:hover img { transform: scale(1.025); }
.vacancy-info { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 38px 34px; }
.vacancy-info > div { display: flex; align-items: flex-start; gap: 14px; }
.vacancy-number { flex: 0 0 auto; display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: white; background: var(--gradient); font-size: 12px; font-weight: 900; }
.vacancy-info h3 { min-width: 0; margin: 3px 0 0; color: var(--navy); font-size: clamp(22px, 2.05vw, 27px); line-height: 1.12; letter-spacing: -.02em; overflow-wrap: anywhere; hyphens: auto; }
.vacancy-salary { margin: 25px 0; color: var(--purple); font-size: 25px; line-height: 1.1; font-weight: 950; }
.vacancy-salary small { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; font-weight: 700; }
.cta-card { width: 100%; min-height: 54px; padding: 13px 18px; border: 1px solid rgba(101,79,209,.25); color: var(--purple); background: var(--gradient-soft); }
.cta-card span:last-child { margin-left: auto; font-size: 20px; }

.video-section { position: relative; overflow: hidden; color: white; background: #15182d; }
.video-section::before { content: ""; position: absolute; inset: -30% auto auto 55%; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(124,70,218,.42), transparent 68%); }
.light-heading h2, .light-heading p { color: white; }
.light-heading p { opacity: .72; }
.video-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.video-card { position: relative; aspect-ratio: 9/16; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #252a48; color: white; cursor: pointer; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .4s ease, opacity .3s ease; }
.video-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(9,10,22,.86)); }
.video-card:hover img { transform: scale(1.025); opacity: .96; }
.video-card .play { position: absolute; z-index: 2; left: 50%; top: 47%; display: grid; place-items: center; width: 64px; height: 64px; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--purple); box-shadow: 0 13px 35px rgba(0,0,0,.24); }
.video-card .play svg { width: 32px; height: 32px; margin-left: 3px; }
.video-card b { position: absolute; z-index: 2; left: 18px; bottom: 18px; font-size: 18px; }

.conditions { background: #fff; }
.conditions-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.condition-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.condition-panel h3 { margin: 0 0 25px; color: var(--navy); font-size: 26px; }
.primary-panel { color: white; background: var(--gradient); border: 0; }
.primary-panel h3 { color: white; }
.condition-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.condition-icons > div { padding: 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,255,255,.12); }
.condition-icons span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 17px; border-radius: 14px; color: #fff; background: rgba(255,255,255,.18); }
.condition-icons svg { width: 27px; height: 27px; }
.condition-icons b, .condition-icons small { display: block; }
.condition-icons small { margin-top: 3px; opacity: .78; }
.advantages-list { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.advantages-list li { display: flex; align-items: center; gap: 15px; min-height: 55px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.advantages-list li:last-child { border-bottom: 0; }
.advantages-list span { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; color: var(--purple); background: var(--gradient-soft); font-size: 12px; font-weight: 900; }
.advantages-list p { margin: 0; font-weight: 750; }

.living { background: var(--soft); }
.living-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.living-photo { overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #ddd; cursor: zoom-in; }
.living-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.living-photo:hover img { transform: scale(1.035); }
.living-main { grid-column: span 2; grid-row: span 2; }
.living-photo:nth-child(4), .living-photo:nth-child(7) { grid-row: span 2; }

.transfer { background: white; }
.transfer-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 48px; }
.transfer-copy h2 { margin-top: 17px; }
.transfer-lead { font-size: 22px; font-weight: 800; color: var(--purple); }
.transfer-copy ul { display: grid; gap: 14px; margin: 25px 0 30px; padding: 0; list-style: none; }
.transfer-copy li { display: flex; align-items: flex-start; gap: 12px; font-weight: 700; }
.transfer-copy li svg { flex: 0 0 auto; width: 24px; height: 24px; padding: 4px; border-radius: 50%; color: white; background: var(--gradient); }
.bus-gallery { display: grid; grid-template-columns: 1fr; gap: 12px; }
.bus-photo { overflow: hidden; padding: 0; border: 0; border-radius: 22px; background: #ddd; cursor: zoom-in; min-height: 235px; }
.bus-main { grid-column: 1/-1; min-height: 420px; }
.bus-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.bus-photo:hover img { transform: scale(1.025); }

.lead-section { padding-top: 50px; background: linear-gradient(180deg, white 0, #f6f7fb 100%); }
.lead-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 48px; padding: 52px; border-radius: 34px; color: white; background: linear-gradient(125deg, #2d5fda 0%, #7248d5 55%, #db407f 100%); box-shadow: 0 28px 80px rgba(83,65,184,.30); }
.lead-card h2 { color: white; }
.lead-copy > p { font-size: 18px; opacity: .86; }
.lead-badge { color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.12); }
.lead-copy blockquote { margin: 28px 0; padding: 18px 20px; border-left: 4px solid white; background: rgba(255,255,255,.10); border-radius: 0 16px 16px 0; font-size: 19px; font-weight: 850; }
.lead-points { display: grid; gap: 10px; }
.lead-points span { display: flex; align-items: center; gap: 9px; }
.lead-points svg { width: 22px; height: 22px; }
.action-prompts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-top: 22px; }
.action-prompts span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.20); border-radius: 13px; background: rgba(255,255,255,.09); font-size: 12px; font-weight: 760; }
.lead-form { padding: 30px; border-radius: 25px; color: var(--ink); background: white; box-shadow: 0 18px 50px rgba(28,23,64,.2); }
.form-field { margin-bottom: 17px; }
.form-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.form-field input, .form-field select { width: 100%; height: 54px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; outline: none; background: #fafafe; transition: border-color .2s, box-shadow .2s; }
.captcha-row { display: grid; grid-template-columns: 1fr 92px 46px; align-items: center; gap: 8px; }
.captcha-question { display: flex; align-items: center; min-height: 54px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--navy); background: var(--gradient-soft); font-weight: 850; line-height: 1.2; }
.captcha-row input { text-align: center; font-size: 20px; font-weight: 900; }
.captcha-refresh { height: 46px; border: 1px solid var(--line); border-radius: 13px; color: var(--purple); background: #fff; font-size: 24px; font-weight: 900; cursor: pointer; }
.captcha-refresh:hover { background: var(--soft); }
.captcha-refresh:disabled { cursor: wait; opacity: .55; }
.captcha-help { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.form-field input:focus, .form-field select:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(113,73,213,.11); }
.form-field.is-invalid input, .form-field.is-invalid select { border-color: #d93056; }
.field-error { display: block; min-height: 16px; margin-top: 4px; color: #d93056; font-size: 12px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 19px; color: var(--muted); font-size: 12px; cursor: pointer; }
.consent input { margin-top: 2px; accent-color: var(--purple); }
.cta-submit { width: 100%; min-height: 60px; padding: 14px 19px; color: white; background: var(--gradient); box-shadow: 0 13px 28px rgba(93,75,207,.25); }
.cta-submit > span:last-child { margin-left: auto; font-size: 22px; }
.cta-submit[disabled] { cursor: wait; opacity: .75; }
.submit-spinner { display: none; width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; animation: spin .8s linear infinite; }
.cta-submit.is-loading .submit-spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-note { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: 12px; }
.form-message { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 12px; font-weight: 750; }
.form-message.success { display: block; color: #17633a; background: #e9f8ef; }
.form-message.error { display: block; color: #9e2542; background: #fdebf0; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { padding: 35px 0 110px; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-inner img, .footer-logo { width: 238px; height: auto; object-fit: contain; }
.footer-inner p { margin: 0; color: var(--muted); }
.footer-inner p strong, .footer-inner p span { display: block; }
.footer-inner a { color: var(--purple); font-weight: 800; text-decoration: none; }

.mobile-sticky-cta { display: none; }
.media-dialog { width: min(92vw, 510px); max-height: 92vh; padding: 0; border: 0; border-radius: 24px; overflow: visible; background: #0e1020; box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.media-dialog::backdrop { background: rgba(9,10,20,.82); backdrop-filter: blur(8px); }
.media-dialog video { display: block; width: 100%; max-height: 90vh; border-radius: 24px; background: #000; }
.dialog-close { position: absolute; z-index: 2; right: -12px; top: -12px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: var(--gradient); font-size: 28px; line-height: 1; cursor: pointer; box-shadow: var(--shadow-sm); }
.image-dialog { width: min(94vw, 1100px); background: transparent; box-shadow: none; }
.image-dialog img { display: block; width: auto; max-width: 100%; max-height: 88vh; margin: auto; border-radius: 20px; box-shadow: 0 28px 90px rgba(0,0,0,.45); }

@media (max-width: 980px) {
  .section { padding: 72px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 540px; }
  .hero-visual > img { min-height: 540px; }
  .vacancy-card { grid-template-columns: 1fr; }
  .vacancy-card:nth-child(even) .vacancy-gallery, .vacancy-card:nth-child(even) .vacancy-info { order: initial; }
  .vacancy-gallery { min-height: 0; }
  .gallery-two .photo { min-height: 270px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .video-card { max-height: 580px; }
  .conditions-layout { grid-template-columns: 1fr; }
  .living-gallery { grid-template-columns: repeat(3, 1fr); }
  .transfer-grid { grid-template-columns: 1fr; }
  .transfer-copy { max-width: 760px; }
  .lead-card { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 680px) {
  :root { --radius: 22px; }
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 56px 0; }
  .site-header { position: sticky; }
  .header-inner { min-height: 66px; gap: 10px; }
  .brand img { width: 165px; }
  .header-actions { gap: 9px; }
  .header-vacancies { display: none; }
  .lang-btn { padding: 7px 9px; font-size: 11px; }
  .site-header { position: absolute; top: 0; left: 0; right: 0; border: 0; background: transparent; box-shadow: none; }
  .header-inner { justify-content: flex-end; }
  .brand { display: none; }
  .lang-switch { padding: 3px; border: 1px solid rgba(255,255,255,.78); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 8px 25px rgba(29,35,72,.12); backdrop-filter: blur(10px); }
  .hero {
    min-height: max(860px, 100svh);
    padding: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 31%, rgba(255,255,255,.78) 67%, rgba(255,255,255,.98) 100%),
      url("assets/images/hero-mobile-wallpaper.webp") center top / cover no-repeat;
  }
  .hero-grid { display: block; width: 100%; }
  .hero-copy { display: flex; flex-direction: column; min-height: max(860px, 100svh); padding: 82px 18px 28px; }
  .mobile-hero-brand { display: block; width: min(255px, 69vw); height: auto; margin-bottom: 23px; padding: 10px 14px; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 28px rgba(29,35,72,.12); object-fit: contain; filter: none; }
  .hero-visual { display: none; }
  .eyebrow { align-self: flex-start; padding: 8px 12px; font-size: 11px; box-shadow: 0 8px 24px rgba(29,35,72,.12); }
  .hero-kicker { max-width: 300px; margin: 14px 0 7px; color: var(--navy); font-size: 13px; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
  .hero h1 { max-width: 340px; font-size: clamp(43px, 13.6vw, 61px); line-height: .98; text-shadow: 0 2px 0 rgba(255,255,255,.78), 0 9px 28px rgba(255,255,255,.7); }
  .hero-pay { max-width: 330px; margin-top: 18px; font-size: 29px; }
  .hero-subtitle { max-width: 330px; color: var(--ink); font-size: 16px; font-weight: 720; text-shadow: 0 1px 0 rgba(255,255,255,.9); }
  .hero-benefits { gap: 8px; margin: auto 0 18px; }
  .hero-benefits span { min-height: 47px; padding: 8px 9px; border-color: rgba(255,255,255,.84); background: rgba(255,255,255,.86); box-shadow: 0 8px 25px rgba(29,35,72,.08); backdrop-filter: blur(8px); }
  .hero-benefits svg { width: 21px; height: 21px; }
  .hero-benefits b { font-size: 12px; line-height: 1.2; }
  .cta-lg { width: 100%; font-size: 15px; }
  .limited { color: var(--ink); text-shadow: 0 1px 0 #fff; }
  .trust-strip { padding-bottom: 18px; }
  .trust-grid { grid-template-columns: 1fr; border-radius: 18px; }
  .trust-grid div { min-height: 66px; justify-content: flex-start; padding: 15px 19px; text-align: left; }
  .trust-grid div + div { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid strong { min-width: 105px; font-size: 18px; }
  .section-heading { margin-bottom: 29px; }
  .section-heading h2, .transfer h2, .lead-card h2 { font-size: 35px; }
  .section-heading p { font-size: 16px; }
  .section-tag { font-size: 10px; padding: 8px 11px; }
  .vacancy-list { gap: 22px; }
  .vacancy-card { border-radius: 22px; }
  .vacancy-gallery { gap: 5px; padding: 5px; }
  .gallery-three .main-photo { min-height: 205px; }
  .gallery-three .photo:not(.main-photo) { min-height: 103px; }
  .gallery-two .photo { min-height: 145px; }
  .photo { border-radius: 12px; }
  .vacancy-info { padding: 24px 20px 22px; }
  .vacancy-number { width: 36px; height: 36px; border-radius: 11px; }
  .vacancy-info h3 { font-size: 23px; overflow-wrap: anywhere; }
  .vacancy-salary { margin: 19px 0; font-size: 22px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .video-card { border-radius: 17px; }
  .video-card .play { width: 50px; height: 50px; }
  .video-card .play svg { width: 26px; height: 26px; }
  .video-card b { left: 13px; bottom: 13px; font-size: 14px; }
  .condition-panel { padding: 24px 20px; border-radius: 22px; }
  .condition-icons { gap: 9px; }
  .condition-icons > div { padding: 14px; border-radius: 15px; }
  .condition-icons span { width: 39px; height: 39px; margin-bottom: 11px; }
  .condition-icons b { font-size: 14px; }
  .condition-icons small { font-size: 12px; }
  .advantages-list p { font-size: 14px; }
  .living-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 155px; gap: 7px; }
  .living-main { grid-column: 1/-1; grid-row: span 2; }
  .living-photo:nth-child(4), .living-photo:nth-child(7) { grid-row: auto; }
  .living-photo { border-radius: 14px; }
  .bus-gallery { gap: 7px; }
  .bus-photo { min-height: 130px; border-radius: 15px; }
  .bus-main { min-height: 235px; }
  .lead-section { padding-top: 20px; }
  .lead-card { padding: 26px 18px; border-radius: 25px; }
  .lead-form { padding: 21px 16px; border-radius: 19px; }
  .captcha-row { grid-template-columns: 1fr 78px 44px; gap: 6px; }
  .captcha-question { min-height: 50px; padding: 9px 10px; font-size: 13px; }
  .captcha-row input { height: 50px; padding: 0 7px; }
  .captcha-refresh { height: 44px; }
  .lead-copy blockquote { font-size: 16px; }
  .action-prompts { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  .footer-inner img { margin: auto; }
  .footer-inner p { font-size: 14px; }
  .mobile-sticky-cta { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: max(11px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 13px 21px; border-radius: 17px; color: #fff; background: var(--gradient); box-shadow: 0 15px 42px rgba(64,53,166,.35); text-decoration: none; font-weight: 900; }
  .site-footer { padding-bottom: 100px; }
  .media-dialog { width: min(90vw, 440px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Thank-you page */
.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,255,255,.93)),
    url("assets/images/hero-mobile-wallpaper.webp") center / cover fixed no-repeat;
}
.thanks-main { display: grid; place-items: center; min-height: 100vh; padding: 28px 16px; }
.thanks-card { width: min(100%, 620px); padding: 42px; border: 1px solid rgba(255,255,255,.88); border-radius: 34px; background: rgba(255,255,255,.88); box-shadow: 0 28px 80px rgba(40,43,89,.20); text-align: center; backdrop-filter: blur(16px); }
.thanks-logo { width: min(290px, 72vw); height: auto; }
.thanks-check { display: grid; place-items: center; width: 78px; height: 78px; margin: 28px auto 20px; border-radius: 50%; color: white; background: var(--gradient); box-shadow: 0 18px 42px rgba(93,75,207,.28); font-size: 42px; font-weight: 950; }
.thanks-eyebrow { margin: 0 0 8px; color: var(--purple); font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.thanks-copy h1 { margin: 0 0 14px; color: var(--navy); font-size: clamp(42px, 8vw, 66px); line-height: 1; }
.thanks-copy > p:not(.thanks-eyebrow) { margin: 0 auto 14px; max-width: 480px; color: var(--muted); font-size: 18px; }
.thanks-social-text { padding-top: 10px; color: var(--ink) !important; font-weight: 780; }
.tiktok-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; width: min(100%, 360px); min-height: 60px; margin-top: 10px; padding: 14px 20px; border-radius: 17px; color: white; background: #111; box-shadow: 0 15px 35px rgba(0,0,0,.22); text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.tiktok-button:hover { transform: translateY(-2px); box-shadow: 0 19px 42px rgba(0,0,0,.28); }
.tiktok-button svg { width: 27px; height: 27px; fill: currentColor; }
@media (max-width: 680px) {
  .thanks-main { align-items: end; padding: 18px 12px; }
  .thanks-card { padding: 31px 18px 22px; border-radius: 27px; }
  .thanks-check { width: 68px; height: 68px; margin-top: 23px; font-size: 36px; }
  .thanks-copy > p:not(.thanks-eyebrow) { font-size: 16px; }
}
