:root {
  --bg: #fbfaff;
  --surface: #ffffff;
  --surface-soft: #f4f0ff;
  --ink: #1c1533;
  --muted: #6f6880;
  --primary: #7250ff;
  --primary-dark: #5131dc;
  --secondary: #22b7f2;
  --accent: #ff6fb2;
  --success: #27c28a;
  --dark: #17102f;
  --dark-soft: #241946;
  --line: rgba(40, 26, 84, .10);
  --shadow-sm: 0 12px 35px rgba(38, 23, 82, .08);
  --shadow-md: 0 24px 70px rgba(38, 23, 82, .14);
  --shadow-lg: 0 38px 100px rgba(38, 23, 82, .22);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; overflow-x: hidden; }
body::selection { background: rgba(114, 80, 255, .22); }
a { color: inherit; text-decoration: none; }
img, video, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-soft { background: linear-gradient(180deg, #f8f5ff 0%, #ffffff 100%); }

.scroll-progress { position: fixed; z-index: 120; left: 0; right: 0; top: 0; height: 3px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--secondary), var(--primary), var(--accent)); box-shadow: 0 0 15px rgba(114, 80, 255, .6); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(251, 250, 255, .82); border-color: rgba(42, 29, 82, .08); box-shadow: 0 10px 36px rgba(38, 23, 82, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; font-size: 20px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #8b6cff, #5b38e8); box-shadow: 0 10px 22px rgba(91, 56, 232, .25), inset 0 1px 0 rgba(255,255,255,.32); }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: #514965; }
.nav a { transition: color .2s ease, transform .2s ease; }
.nav a:hover { color: var(--primary); transform: translateY(-1px); }
.nav-cta { padding: 11px 18px; border-radius: 13px; color: #fff !important; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); box-shadow: 0 10px 24px rgba(91,56,232,.22); }

.hero { min-height: 780px; padding: 150px 0 58px; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 85% 18%, rgba(114,80,255,.16), transparent 34%), radial-gradient(circle at 10% 78%, rgba(34,183,242,.12), transparent 30%), linear-gradient(180deg, #fdfcff 0%, #f8f5ff 100%); }
.hero-grid-lines { position: absolute; z-index: -2; inset: 0; opacity: .32; background-image: linear-gradient(rgba(72, 51, 150, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(72, 51, 150, .05) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); opacity: .7; animation: orbFloat 9s ease-in-out infinite; }
.hero-orb-one { width: 350px; height: 350px; right: -110px; top: 90px; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.9), rgba(114,80,255,.28) 45%, rgba(255,111,178,.15)); }
.hero-orb-two { width: 220px; height: 220px; left: -80px; bottom: 80px; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.9), rgba(34,183,242,.28), rgba(114,80,255,.08)); animation-delay: -3s; }
@keyframes orbFloat { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(0,-24px,0) scale(1.05); } }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--primary-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 rgba(39,194,138,.4); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(39,194,138,0); } 100% { box-shadow: 0 0 0 0 rgba(39,194,138,0); } }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin: 22px 0 22px; font-size: clamp(48px, 6.1vw, 78px); line-height: .99; letter-spacing: -.065em; }
h1 span { color: transparent; background: linear-gradient(110deg, #7856ff, #ff65ad 55%, #1daee9); background-clip: text; -webkit-background-clip: text; }
h2 { margin-bottom: 18px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.08; letter-spacing: -.055em; }
h3 { letter-spacing: -.025em; }
.hero-lead { max-width: 640px; margin-bottom: 28px; color: var(--muted); font-size: 19px; }
.glass-card { border: 1px solid rgba(255,255,255,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.salary-card { width: fit-content; min-width: 360px; padding: 18px 22px; display: grid; gap: 2px; border-radius: 20px; background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(245,240,255,.72)); box-shadow: var(--shadow-sm); }
.salary-card > span { color: var(--muted); font-size: 13px; font-weight: 700; }
.salary-card strong { font-size: 25px; letter-spacing: -.04em; }
.salary-card small { color: var(--primary-dark); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0 24px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 16px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); box-shadow: 0 16px 36px rgba(91,56,232,.27); }
.button-primary:hover { box-shadow: 0 20px 44px rgba(91,56,232,.34); }
.button-secondary { border: 1px solid rgba(80,61,145,.14); color: var(--ink); background: rgba(255,255,255,.76); box-shadow: 0 12px 32px rgba(38,23,82,.08); }
.button svg, .telegram-button svg, .telegram-float svg, .mobile-dock svg { width: 21px; height: 21px; fill: currentColor; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 16px; color: #574f67; font-size: 13px; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; perspective: 1100px; }
.dashboard-card { position: relative; width: min(100%, 500px); min-height: 470px; padding: 26px; border: 1px solid rgba(255,255,255,.72); border-radius: 36px; background: linear-gradient(155deg, rgba(255,255,255,.93), rgba(245,239,255,.78)); box-shadow: var(--shadow-lg); backdrop-filter: blur(20px); transform: rotateY(-4deg) rotateX(2deg); animation: dashboardFloat 6s ease-in-out infinite; }
@keyframes dashboardFloat { 0%,100% { transform: rotateY(-4deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-2deg) rotateX(1deg) translateY(-12px); } }
.dashboard-card::after { content: ""; position: absolute; inset: 1px; border-radius: 34px; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.42), transparent 40%); }
.dashboard-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.dashboard-top > div { display: grid; }
.mini-label { color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dashboard-top strong { font-size: 18px; }
.online-badge { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; color: #15805b; background: rgba(39,194,138,.12); font-size: 11px; font-weight: 800; }
.online-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.dashboard-main { position: relative; z-index: 1; padding: 38px 12px 32px; text-align: center; }
.headset-ring { position: relative; width: 170px; height: 170px; margin: 0 auto 26px; display: grid; place-items: center; }
.headset-emoji { width: 112px; height: 112px; display: grid; place-items: center; border-radius: 34px; font-size: 64px; background: linear-gradient(145deg, #fff, #eae2ff); box-shadow: 0 20px 45px rgba(73,44,166,.18); }
.ring { position: absolute; inset: 8px; border: 1px solid rgba(114,80,255,.22); border-radius: 50%; animation: ringPulse 3.6s ease-out infinite; }
.ring-two { inset: -13px; animation-delay: 1.2s; }
@keyframes ringPulse { 0% { transform: scale(.84); opacity: 0; } 35% { opacity: 1; } 100% { transform: scale(1.15); opacity: 0; } }
.dashboard-main h2 { margin-bottom: 12px; font-size: 29px; }
.dashboard-main p { color: var(--muted); }
.dashboard-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.dashboard-stats div { padding: 15px 9px; display: grid; border: 1px solid rgba(91,56,232,.08); border-radius: 17px; background: rgba(255,255,255,.72); }
.dashboard-stats strong { font-size: 15px; }
.dashboard-stats span { color: var(--muted); font-size: 10px; }
.floating-chip { position: absolute; z-index: 5; padding: 12px 15px; border: 1px solid rgba(255,255,255,.72); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); font-size: 13px; font-weight: 800; animation: chipFloat 4.8s ease-in-out infinite; }
.chip-one { left: -18px; top: 92px; }
.chip-two { right: -15px; top: 198px; animation-delay: -1.4s; }
.chip-three { left: 8px; bottom: 26px; animation-delay: -2.7s; }
@keyframes chipFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
.trust-strip { margin-top: 56px; padding: 16px 24px; display: flex; justify-content: center; align-items: center; gap: 18px; border: 1px solid rgba(77,55,150,.08); border-radius: 18px; background: rgba(255,255,255,.66); box-shadow: var(--shadow-sm); color: #5d556d; font-size: 13px; font-weight: 800; backdrop-filter: blur(16px); }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: rgba(114,80,255,.35); }

.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading p { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light p { color: rgba(255,255,255,.67); }
.section-heading.light .eyebrow { color: #bcaeff; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 64px; }
.content-grid.reverse > :first-child { order: 2; }
.content-grid.reverse > :last-child { order: 1; }
.media-card { overflow: hidden; border: 1px solid rgba(61,42,124,.1); border-radius: 27px; background: #fff; box-shadow: var(--shadow-md); transition: transform .35s ease, box-shadow .35s ease; }
.media-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.media-card-top { min-height: 54px; padding: 0 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(47,31,98,.08); color: #5c546c; background: linear-gradient(180deg, #fff, #f9f7ff); font-size: 12px; font-weight: 800; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ff759d; }
.window-dots i:nth-child(2) { background: #ffc95c; }
.window-dots i:nth-child(3) { background: #5bd7a8; }
.video-auto-label { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; color: #5b3dd5; background: rgba(114,80,255,.09); }
.video-auto-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); animation: pulse 2s infinite; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #0d0a18; }
.video-shell::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 -70px 90px rgba(11,7,23,.12); }
.video-shell video { width: 100%; height: 100%; object-fit: cover; background: #0d0a18; }
.video-state { position: absolute; left: 16px; bottom: 16px; z-index: 3; padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border-radius: 10px; color: #fff; background: rgba(18,12,35,.68); backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; opacity: .95; transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
.video-state span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); font-size: 9px; }
.media-card.is-playing .video-state { opacity: 0; transform: translateY(8px); }
.feature-list { display: grid; gap: 12px; }
.feature-card { padding: 17px 18px; display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.84); box-shadow: 0 10px 28px rgba(38,23,82,.05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateX(7px); border-color: rgba(114,80,255,.24); box-shadow: 0 16px 36px rgba(38,23,82,.09); }
.feature-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #f4f0ff, #fff); font-size: 22px; }
.feature-card h3 { margin: 0 0 3px; font-size: 17px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.subheading { margin-bottom: 22px; font-size: 26px; }
.requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.requirement { min-height: 146px; padding: 21px; display: grid; align-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(38,23,82,.05); transition: transform .25s ease, box-shadow .25s ease; }
.requirement:hover { transform: translateY(-6px) rotate(-.5deg); box-shadow: var(--shadow-sm); }
.requirement span { font-size: 29px; }
.requirement strong { line-height: 1.35; }
.requirement small { color: var(--muted); }

.section-dark { overflow: hidden; color: #fff; background: linear-gradient(145deg, #130d28 0%, #211442 55%, #16102d 100%); }
.section-dark::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.22) 1px, transparent 1px); background-size: 28px 28px; }
.dark-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; filter: blur(90px); opacity: .18; }
.dark-glow-one { right: -110px; top: -150px; background: #815dff; }
.dark-glow-two { left: -130px; bottom: -200px; background: #22b7f2; }
.dark-media-card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.dark-media-card .media-card-top { color: rgba(255,255,255,.72); border-bottom-color: rgba(255,255,255,.08); background: rgba(255,255,255,.04); }
.dark-media-card .video-auto-label { color: #d7ccff; background: rgba(151,122,255,.15); }
.duties-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.duties-list li { padding: 18px; display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); transition: transform .25s ease, background .25s ease; }
.duties-list li:hover { transform: translateX(7px); background: rgba(255,255,255,.09); }
.duties-list li > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: #d6caff; background: rgba(138,101,255,.17); font-weight: 800; }
.duties-list strong { display: block; margin-bottom: 4px; }
.duties-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.schedule-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 34px; }
.payment-panel { padding: 18px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-md); }
.payment-image-wrap { overflow: hidden; border-radius: 20px; background: #eee9fb; }
.payment-image-wrap img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s ease; }
.payment-panel:hover img { transform: scale(1.025); }
.schedule-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 14px 0; }
.schedule-options div { padding: 15px; display: grid; border-radius: 16px; background: var(--surface-soft); }
.schedule-options strong { color: var(--primary-dark); font-size: 21px; }
.schedule-options span { color: var(--muted); font-size: 11px; }
.payment-button { width: 100%; }

.contact-banner-section { padding: 72px 0; }
.contact-banner { position: relative; overflow: hidden; padding: 42px 46px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 32px; color: #fff; background: linear-gradient(125deg, #6f4bff, #4730c7 55%, #1aa9e5); box-shadow: 0 28px 75px rgba(75,47,192,.26); }
.contact-banner::after { content: ""; position: absolute; width: 310px; height: 310px; right: -90px; top: -160px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.05), 0 0 0 76px rgba(255,255,255,.035); }
.contact-banner > * { position: relative; z-index: 1; }
.contact-banner .eyebrow { color: #e6ddff; }
.contact-banner h2 { margin: 9px 0 8px; font-size: clamp(31px, 4vw, 46px); }
.contact-banner p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.telegram-button { flex: 0 0 auto; color: #3d27ae; background: #fff; box-shadow: 0 18px 42px rgba(19,10,70,.2); }

.application-section { overflow: hidden; background: linear-gradient(180deg, #f7f4ff 0%, #fff 100%); }
.application-glow { position: absolute; width: 520px; height: 520px; right: -150px; top: 70px; border-radius: 50%; background: radial-gradient(circle, rgba(114,80,255,.18), transparent 67%); }
.application-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 66px; }
.application-copy { position: sticky; top: 120px; }
.application-copy p { color: var(--muted); font-size: 17px; }
.response-note { margin-top: 28px; padding: 18px; display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; border: 1px solid rgba(39,194,138,.18); border-radius: 19px; background: rgba(39,194,138,.08); }
.response-note > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: #fff; font-size: 22px; }
.response-note p { margin: 3px 0 0; font-size: 12px; }
.text-telegram-link { display: inline-flex; margin-top: 22px; color: var(--primary-dark); font-weight: 800; }
.application-form { position: relative; padding: 32px; border: 1px solid rgba(55,36,113,.1); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.form-progress-wrap { margin-bottom: 25px; }
.form-progress-wrap > div:first-child { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 9px; color: var(--muted); font-size: 12px; }
.form-progress-wrap strong { color: var(--ink); }
.form-progress { height: 7px; overflow: hidden; border-radius: 999px; background: #eee9f8; }
.form-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--secondary), var(--primary), var(--accent)); transition: width .35s ease; }
.form-grid { display: grid; gap: 16px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 8px; margin-bottom: 17px; }
.field > span, .fieldset legend { color: #393146; font-size: 13px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #dfd9ec; border-radius: 14px; outline: none; color: var(--ink); background: #fcfbff; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input, .field select { min-height: 52px; padding: 0 15px; }
.field textarea { padding: 14px 15px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(114,80,255,.65); background: #fff; box-shadow: 0 0 0 4px rgba(114,80,255,.1); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #e75f75; box-shadow: 0 0 0 4px rgba(231,95,117,.1); }
.fieldset { padding: 16px; border: 1px solid #e4deef; border-radius: 17px; background: #fcfbff; }
.fieldset legend { padding: 0 6px; }
.radio-row { display: flex; gap: 10px; margin-top: 8px; }
.radio-row label { flex: 1; cursor: pointer; }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row span { min-height: 44px; display: grid; place-items: center; border: 1px solid #ddd6ea; border-radius: 12px; background: #fff; font-weight: 800; transition: .2s ease; }
.radio-row input:checked + span { color: #fff; border-color: var(--primary); background: linear-gradient(135deg, var(--primary), var(--primary-dark)); box-shadow: 0 10px 22px rgba(91,56,232,.18); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 4px 0 22px; color: var(--muted); font-size: 12px; cursor: pointer; }
.consent input { width: 18px; height: 18px; accent-color: var(--primary); }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .78; }
.button-loader { display: none; width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.submit-button.is-loading .button-loader { display: block; }
.submit-button.is-loading .button-text { opacity: .75; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-hint { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status { display: none; margin-bottom: 18px; padding: 14px 16px; border-radius: 14px; font-size: 13px; font-weight: 700; }
.form-status.success { display: block; color: #146849; background: rgba(39,194,138,.12); }
.form-status.error { display: block; color: #a3384b; background: rgba(231,95,117,.12); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }

.footer { padding: 34px 0 105px; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.footer .brand { color: var(--ink); }
.footer-links { display: flex; gap: 20px; font-weight: 800; }
.footer-links a:hover { color: var(--primary); }
.telegram-float { position: fixed; z-index: 70; right: 22px; bottom: 22px; min-height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #31b8f4, #158bd5); box-shadow: 0 18px 46px rgba(21,139,213,.34); font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; animation: telegramBreathe 3.4s ease-in-out infinite; }
.telegram-float:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 24px 54px rgba(21,139,213,.4); }
@keyframes telegramBreathe { 0%,100% { box-shadow: 0 18px 46px rgba(21,139,213,.34); } 50% { box-shadow: 0 20px 58px rgba(21,139,213,.48); } }
.mobile-dock { display: none; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .72s cubic-bezier(.2,.65,.3,1), transform .72s cubic-bezier(.2,.65,.3,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-visual { min-height: 490px; }
  .dashboard-card { min-height: 430px; }
  .content-grid, .schedule-grid { grid-template-columns: 1fr; gap: 36px; }
  .content-grid.reverse > :first-child, .content-grid.reverse > :last-child { order: initial; }
  .application-grid { grid-template-columns: 1fr; }
  .application-copy { position: relative; top: auto; max-width: 760px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .hero { min-height: auto; padding-top: 126px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .salary-card { margin-inline: auto; }
  .hero-visual { min-height: 500px; }
  .trust-strip { flex-wrap: wrap; }
  .trust-strip i { display: none; }
  .section-heading { margin-bottom: 38px; }
  .contact-banner { padding: 36px; flex-direction: column; align-items: flex-start; }
  .telegram-float { display: none; }
  .mobile-dock { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 60px; padding: 6px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 7px; border: 1px solid rgba(61,42,124,.1); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(38,23,82,.2); backdrop-filter: blur(18px); }
  .mobile-dock a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 13px; color: #187fc5; font-size: 12px; font-weight: 800; }
  .mobile-dock-primary { color: #fff !important; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); }
  .footer { padding-bottom: 100px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { min-height: 66px; }
  .brand-word { display: none; }
  .nav { gap: 10px; }
  .nav-cta { padding: 9px 14px; }
  h1 { font-size: 43px; }
  h2 { font-size: 36px; }
  .hero { padding-top: 106px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .salary-card { min-width: 0; width: 100%; }
  .hero-points { flex-direction: column; }
  .hero-visual { min-height: 410px; }
  .dashboard-card { min-height: 380px; padding: 20px; border-radius: 28px; transform: none; animation: dashboardFloatMobile 6s ease-in-out infinite; }
  @keyframes dashboardFloatMobile { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  .dashboard-main { padding: 24px 6px 20px; }
  .headset-ring { width: 130px; height: 130px; margin-bottom: 18px; }
  .headset-emoji { width: 90px; height: 90px; font-size: 50px; }
  .dashboard-main h2 { font-size: 24px; }
  .dashboard-main p { font-size: 13px; }
  .dashboard-stats { gap: 6px; }
  .dashboard-stats div { padding: 11px 4px; }
  .dashboard-stats strong { font-size: 12px; }
  .floating-chip { padding: 9px 11px; font-size: 10px; }
  .chip-one { left: -3px; top: 52px; }
  .chip-two { right: -3px; top: 155px; }
  .chip-three { left: 8px; bottom: 6px; }
  .trust-strip { margin-top: 34px; padding: 13px; gap: 8px 15px; border-radius: 15px; font-size: 11px; }
  .media-card-top { min-height: 48px; padding: 0 12px; grid-template-columns: auto 1fr; }
  .video-auto-label { display: none; }
  .video-state { left: 9px; bottom: 9px; max-width: calc(100% - 18px); font-size: 9px; }
  .requirements-grid, .two-columns, .schedule-options { grid-template-columns: 1fr; }
  .requirement { min-height: 125px; }
  .feature-card { grid-template-columns: 42px 1fr; padding: 15px; }
  .contact-banner { padding: 28px 22px; border-radius: 24px; }
  .application-form { padding: 22px 16px; border-radius: 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
